]> git.saurik.com Git - wxWidgets.git/blame - configure
moved WinMain into the application even for static build
[wxWidgets.git] / configure
CommitLineData
10f2d63a 1#! /bin/sh
e6cc62c6
VS
2# From configure.in Id: configure.in.
3# Guess values for system-dependent variables and create Makefiles.
4# Generated by GNU Autoconf 2.57 for wxWindows 2.5.0.
5#
6# Report bugs to <wx-dev@lists.wxwindows.org>.
7#
8# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
fe0895cf 9# Free Software Foundation, Inc.
e6cc62c6
VS
10# This configure script is free software; the Free Software Foundation
11# gives unlimited permission to copy, distribute and modify it.
12## --------------------- ##
13## M4sh Initialization. ##
14## --------------------- ##
fe0895cf 15
e6cc62c6
VS
16# Be Bourne compatible
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
24 set -o posix
25fi
fe0895cf 26
e6cc62c6
VS
27# Support unset when possible.
28if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
29 as_unset=unset
30else
31 as_unset=false
32fi
fe0895cf
VS
33
34
e6cc62c6
VS
35# Work around bugs in pre-3.0 UWIN ksh.
36$as_unset ENV MAIL MAILPATH
37PS1='$ '
38PS2='> '
39PS4='+ '
fe0895cf 40
e6cc62c6
VS
41# NLS nuisances.
42for 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
46do
47 if (set +x; test -n "`(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
52done
fe0895cf 53
e6cc62c6
VS
54# Required to use basename.
55if expr a : '\(a\)' >/dev/null 2>&1; then
56 as_expr=expr
57else
58 as_expr=false
59fi
fe0895cf 60
e6cc62c6
VS
61if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
62 as_basename=basename
63else
64 as_basename=false
65fi
fe0895cf
VS
66
67
e6cc62c6
VS
68# Name of the executable.
69as_me=`$as_basename "$0" ||
70$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
71 X"$0" : 'X\(//\)$' \| \
72 X"$0" : 'X\(/\)$' \| \
73 . : '\(.\)' 2>/dev/null ||
74echo X/"$0" |
75 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
76 /^X\/\(\/\/\)$/{ s//\1/; q; }
77 /^X\/\(\/\).*/{ s//\1/; q; }
78 s/.*/./; q'`
fe0895cf
VS
79
80
e6cc62c6
VS
81# PATH needs CR, and LINENO needs CR and PATH.
82# Avoid depending upon Character Ranges.
83as_cr_letters='abcdefghijklmnopqrstuvwxyz'
84as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
85as_cr_Letters=$as_cr_letters$as_cr_LETTERS
86as_cr_digits='0123456789'
87as_cr_alnum=$as_cr_Letters$as_cr_digits
fe0895cf 88
e6cc62c6
VS
89# The user is always right.
90if 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
100fi
fe0895cf
VS
101
102
e6cc62c6
VS
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
113for as_dir in $PATH
114do
115 IFS=$as_save_IFS
116 test -z "$as_dir" && as_dir=.
117 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
118done
fe0895cf 119
e6cc62c6
VS
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
134for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
135do
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
155done
156;;
157 esac
fe0895cf 158
e6cc62c6
VS
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}
fe0895cf
VS
188
189
e6cc62c6
VS
190case `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= ;;
195esac
fe0895cf 196
e6cc62c6
VS
197if expr a : '\(a\)' >/dev/null 2>&1; then
198 as_expr=expr
199else
200 as_expr=false
201fi
fe0895cf 202
e6cc62c6
VS
203rm -f conf$$ conf$$.exe conf$$.file
204echo >conf$$.file
205if 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
214elif ln conf$$.file conf$$ 2>/dev/null; then
215 as_ln_s=ln
216else
217 as_ln_s='cp -p'
218fi
219rm -f conf$$ conf$$.exe conf$$.file
fe0895cf 220
e6cc62c6
VS
221if mkdir -p . 2>/dev/null; then
222 as_mkdir_p=:
223else
224 as_mkdir_p=false
225fi
fe0895cf 226
e6cc62c6 227as_executable_p="test -f"
fe0895cf 228
e6cc62c6
VS
229# Sed expression to map a string onto a valid CPP name.
230as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
fe0895cf 231
e6cc62c6
VS
232# Sed expression to map a string onto a valid variable name.
233as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
fe0895cf
VS
234
235
e6cc62c6
VS
236# IFS
237# We need space, tab and new line, in precisely that order.
238as_nl='
239'
240IFS=" $as_nl"
fe0895cf 241
e6cc62c6
VS
242# CDPATH.
243$as_unset CDPATH
fe0895cf
VS
244
245
e6cc62c6
VS
246# Name of the host.
247# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
248# so uname gets run too.
249ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
fe0895cf 250
e6cc62c6 251exec 6>&1
fe0895cf 252
a0b9e27f 253#
e6cc62c6
VS
254# Initializations.
255#
a0b9e27f 256ac_default_prefix=/usr/local
e6cc62c6
VS
257ac_config_libobj_dir=.
258cross_compiling=no
259subdirs=
260MFLAGS=
261MAKEFLAGS=
262SHELL=${CONFIG_SHELL-/bin/sh}
263
264# Maximum number of lines to put in a shell here document.
265# This variable seems obsolete. It should probably be removed, and
266# only ac_max_sed_lines should be used.
267: ${ac_max_here_lines=38}
268
269# Identity of this package.
270PACKAGE_NAME='wxWindows'
271PACKAGE_TARNAME='wxwindows'
272PACKAGE_VERSION='2.5.0'
273PACKAGE_STRING='wxWindows 2.5.0'
274PACKAGE_BUGREPORT='wx-dev@lists.wxwindows.org'
275
276ac_unique_file="wx-config.in"
277# Factoring default headers for most tests.
278ac_includes_default="\
279#include <stdio.h>
280#if HAVE_SYS_TYPES_H
281# include <sys/types.h>
282#endif
283#if HAVE_SYS_STAT_H
284# include <sys/stat.h>
285#endif
286#if STDC_HEADERS
287# include <stdlib.h>
288# include <stddef.h>
289#else
290# if HAVE_STDLIB_H
291# include <stdlib.h>
292# endif
293#endif
294#if HAVE_STRING_H
295# if !STDC_HEADERS && HAVE_MEMORY_H
296# include <memory.h>
297# endif
298# include <string.h>
299#endif
300#if HAVE_STRINGS_H
301# include <strings.h>
302#endif
303#if HAVE_INTTYPES_H
304# include <inttypes.h>
305#else
306# if HAVE_STDINT_H
307# include <stdint.h>
308# endif
309#endif
310#if HAVE_UNISTD_H
311# include <unistd.h>
312#endif"
313
672abd7a 314ac_subdirs_all="$ac_subdirs_all src/expat"
0f1bc9c2 315ac_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 YACC LEX LEXLIB LEX_OUTPUT_ROOT 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 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 EXTRALIBS EXTRALIBS_XML EXTRALIBS_ODBC EXTRALIBS_GUI EXTRALIBS_OPENGL UNICODE BUILD DEBUG_INFO DEBUG_FLAG SHARED TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SAMPLES_RPATH_POSTLINK HOST_SUFFIX SET_MAKE MAKE_SET INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOSX SO_SUFFIX SO_SUFFIX_MODULE 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_RELEASE COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT 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_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_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_USE_SOVERSION_1 COND_PLATFORM_MAC_1 COND_PLATFORM_UNIX_0 COND_PLATFORM_UNIX_1 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_OS2 COND_TOOLKIT_OS2_USE_GUI_1 COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_X11 COND_TOOLKIT_X11_USE_GUI_1 COND_UNICODE_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_SOSYMLINKS_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_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 LEX_STEM PATH_IFS WX_MAJOR_VERSION_NUMBER WX_MINOR_VERSION_NUMBER WX_RELEASE_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 WX_LARGEFILE_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 MACOSX_BUNDLE LIBWXMACRES MACRESCOMP MACSETFILE MACRESWXCONFIG GCC DLLTOOL AS NM LD MAKEINFO INSTALL_LIBRARY LIBOBJS LTLIBOBJS'
e6cc62c6 316ac_subst_files=''
10f2d63a
VZ
317
318# Initialize some variables set by options.
e6cc62c6
VS
319ac_init_help=
320ac_init_version=false
10f2d63a
VZ
321# The variables have the same names as the options, with
322# dashes changed to underlines.
e6cc62c6 323cache_file=/dev/null
10f2d63a 324exec_prefix=NONE
10f2d63a 325no_create=
10f2d63a
VZ
326no_recursion=
327prefix=NONE
328program_prefix=NONE
329program_suffix=NONE
330program_transform_name=s,x,x,
331silent=
332site=
333srcdir=
10f2d63a
VZ
334verbose=
335x_includes=NONE
336x_libraries=NONE
e6cc62c6
VS
337
338# Installation directory options.
339# These are left unexpanded so users can "make install exec_prefix=/foo"
340# and all the variables that are supposed to be based on exec_prefix
341# by default will actually change.
342# Use braces instead of parens because sh, perl, etc. also accept them.
10f2d63a
VZ
343bindir='${exec_prefix}/bin'
344sbindir='${exec_prefix}/sbin'
345libexecdir='${exec_prefix}/libexec'
346datadir='${prefix}/share'
347sysconfdir='${prefix}/etc'
348sharedstatedir='${prefix}/com'
349localstatedir='${prefix}/var'
350libdir='${exec_prefix}/lib'
351includedir='${prefix}/include'
352oldincludedir='/usr/include'
353infodir='${prefix}/info'
354mandir='${prefix}/man'
355
10f2d63a
VZ
356ac_prev=
357for ac_option
358do
10f2d63a
VZ
359 # If the previous option needs an argument, assign it.
360 if test -n "$ac_prev"; then
361 eval "$ac_prev=\$ac_option"
362 ac_prev=
363 continue
364 fi
365
e6cc62c6 366 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
10f2d63a
VZ
367
368 # Accept the important Cygnus configure options, so we can diagnose typos.
369
e6cc62c6 370 case $ac_option in
10f2d63a
VZ
371
372 -bindir | --bindir | --bindi | --bind | --bin | --bi)
373 ac_prev=bindir ;;
374 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
e6cc62c6 375 bindir=$ac_optarg ;;
10f2d63a
VZ
376
377 -build | --build | --buil | --bui | --bu)
e6cc62c6 378 ac_prev=build_alias ;;
10f2d63a 379 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
e6cc62c6 380 build_alias=$ac_optarg ;;
10f2d63a
VZ
381
382 -cache-file | --cache-file | --cache-fil | --cache-fi \
383 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
384 ac_prev=cache_file ;;
385 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
386 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
e6cc62c6
VS
387 cache_file=$ac_optarg ;;
388
389 --config-cache | -C)
390 cache_file=config.cache ;;
10f2d63a
VZ
391
392 -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
393 ac_prev=datadir ;;
394 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
395 | --da=*)
e6cc62c6 396 datadir=$ac_optarg ;;
10f2d63a
VZ
397
398 -disable-* | --disable-*)
e6cc62c6 399 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
10f2d63a 400 # Reject names that are not valid shell variable names.
e6cc62c6
VS
401 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
402 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
403 { (exit 1); exit 1; }; }
404 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
405 eval "enable_$ac_feature=no" ;;
10f2d63a
VZ
406
407 -enable-* | --enable-*)
e6cc62c6 408 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
10f2d63a 409 # Reject names that are not valid shell variable names.
e6cc62c6
VS
410 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
411 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
412 { (exit 1); exit 1; }; }
413 ac_feature=`echo $ac_feature | sed 's/-/_/g'`
414 case $ac_option in
415 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
10f2d63a
VZ
416 *) ac_optarg=yes ;;
417 esac
e6cc62c6 418 eval "enable_$ac_feature='$ac_optarg'" ;;
10f2d63a
VZ
419
420 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
421 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
422 | --exec | --exe | --ex)
423 ac_prev=exec_prefix ;;
424 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
425 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
426 | --exec=* | --exe=* | --ex=*)
e6cc62c6 427 exec_prefix=$ac_optarg ;;
10f2d63a
VZ
428
429 -gas | --gas | --ga | --g)
430 # Obsolete; use --with-gas.
431 with_gas=yes ;;
432
e6cc62c6
VS
433 -help | --help | --hel | --he | -h)
434 ac_init_help=long ;;
435 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
436 ac_init_help=recursive ;;
437 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
438 ac_init_help=short ;;
10f2d63a
VZ
439
440 -host | --host | --hos | --ho)
e6cc62c6 441 ac_prev=host_alias ;;
10f2d63a 442 -host=* | --host=* | --hos=* | --ho=*)
e6cc62c6 443 host_alias=$ac_optarg ;;
10f2d63a
VZ
444
445 -includedir | --includedir | --includedi | --included | --include \
446 | --includ | --inclu | --incl | --inc)
447 ac_prev=includedir ;;
448 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
449 | --includ=* | --inclu=* | --incl=* | --inc=*)
e6cc62c6 450 includedir=$ac_optarg ;;
10f2d63a
VZ
451
452 -infodir | --infodir | --infodi | --infod | --info | --inf)
453 ac_prev=infodir ;;
454 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
e6cc62c6 455 infodir=$ac_optarg ;;
10f2d63a
VZ
456
457 -libdir | --libdir | --libdi | --libd)
458 ac_prev=libdir ;;
459 -libdir=* | --libdir=* | --libdi=* | --libd=*)
e6cc62c6 460 libdir=$ac_optarg ;;
10f2d63a
VZ
461
462 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
463 | --libexe | --libex | --libe)
464 ac_prev=libexecdir ;;
465 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
466 | --libexe=* | --libex=* | --libe=*)
e6cc62c6 467 libexecdir=$ac_optarg ;;
10f2d63a
VZ
468
469 -localstatedir | --localstatedir | --localstatedi | --localstated \
470 | --localstate | --localstat | --localsta | --localst \
471 | --locals | --local | --loca | --loc | --lo)
472 ac_prev=localstatedir ;;
473 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
474 | --localstate=* | --localstat=* | --localsta=* | --localst=* \
475 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
e6cc62c6 476 localstatedir=$ac_optarg ;;
10f2d63a
VZ
477
478 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
479 ac_prev=mandir ;;
480 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
e6cc62c6 481 mandir=$ac_optarg ;;
10f2d63a
VZ
482
483 -nfp | --nfp | --nf)
484 # Obsolete; use --without-fp.
485 with_fp=no ;;
486
487 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
e6cc62c6 488 | --no-cr | --no-c | -n)
10f2d63a
VZ
489 no_create=yes ;;
490
491 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
492 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
493 no_recursion=yes ;;
494
495 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
496 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
497 | --oldin | --oldi | --old | --ol | --o)
498 ac_prev=oldincludedir ;;
499 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
500 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
501 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
e6cc62c6 502 oldincludedir=$ac_optarg ;;
10f2d63a
VZ
503
504 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
505 ac_prev=prefix ;;
506 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
e6cc62c6 507 prefix=$ac_optarg ;;
10f2d63a
VZ
508
509 -program-prefix | --program-prefix | --program-prefi | --program-pref \
510 | --program-pre | --program-pr | --program-p)
511 ac_prev=program_prefix ;;
512 -program-prefix=* | --program-prefix=* | --program-prefi=* \
513 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
e6cc62c6 514 program_prefix=$ac_optarg ;;
10f2d63a
VZ
515
516 -program-suffix | --program-suffix | --program-suffi | --program-suff \
517 | --program-suf | --program-su | --program-s)
518 ac_prev=program_suffix ;;
519 -program-suffix=* | --program-suffix=* | --program-suffi=* \
520 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
e6cc62c6 521 program_suffix=$ac_optarg ;;
10f2d63a
VZ
522
523 -program-transform-name | --program-transform-name \
524 | --program-transform-nam | --program-transform-na \
525 | --program-transform-n | --program-transform- \
526 | --program-transform | --program-transfor \
527 | --program-transfo | --program-transf \
528 | --program-trans | --program-tran \
529 | --progr-tra | --program-tr | --program-t)
530 ac_prev=program_transform_name ;;
531 -program-transform-name=* | --program-transform-name=* \
532 | --program-transform-nam=* | --program-transform-na=* \
533 | --program-transform-n=* | --program-transform-=* \
534 | --program-transform=* | --program-transfor=* \
535 | --program-transfo=* | --program-transf=* \
536 | --program-trans=* | --program-tran=* \
537 | --progr-tra=* | --program-tr=* | --program-t=*)
e6cc62c6 538 program_transform_name=$ac_optarg ;;
10f2d63a
VZ
539
540 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
541 | -silent | --silent | --silen | --sile | --sil)
542 silent=yes ;;
543
544 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
545 ac_prev=sbindir ;;
546 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
547 | --sbi=* | --sb=*)
e6cc62c6 548 sbindir=$ac_optarg ;;
10f2d63a
VZ
549
550 -sharedstatedir | --sharedstatedir | --sharedstatedi \
551 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
552 | --sharedst | --shareds | --shared | --share | --shar \
553 | --sha | --sh)
554 ac_prev=sharedstatedir ;;
555 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
556 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
557 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
558 | --sha=* | --sh=*)
e6cc62c6 559 sharedstatedir=$ac_optarg ;;
10f2d63a
VZ
560
561 -site | --site | --sit)
562 ac_prev=site ;;
563 -site=* | --site=* | --sit=*)
e6cc62c6 564 site=$ac_optarg ;;
10f2d63a
VZ
565
566 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
567 ac_prev=srcdir ;;
568 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
e6cc62c6 569 srcdir=$ac_optarg ;;
10f2d63a
VZ
570
571 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
572 | --syscon | --sysco | --sysc | --sys | --sy)
573 ac_prev=sysconfdir ;;
574 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
575 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
e6cc62c6 576 sysconfdir=$ac_optarg ;;
10f2d63a
VZ
577
578 -target | --target | --targe | --targ | --tar | --ta | --t)
e6cc62c6 579 ac_prev=target_alias ;;
10f2d63a 580 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
e6cc62c6 581 target_alias=$ac_optarg ;;
10f2d63a
VZ
582
583 -v | -verbose | --verbose | --verbos | --verbo | --verb)
584 verbose=yes ;;
585
e6cc62c6
VS
586 -version | --version | --versio | --versi | --vers | -V)
587 ac_init_version=: ;;
10f2d63a
VZ
588
589 -with-* | --with-*)
e6cc62c6 590 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
10f2d63a 591 # Reject names that are not valid shell variable names.
e6cc62c6
VS
592 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
593 { echo "$as_me: error: invalid package name: $ac_package" >&2
594 { (exit 1); exit 1; }; }
10f2d63a 595 ac_package=`echo $ac_package| sed 's/-/_/g'`
e6cc62c6
VS
596 case $ac_option in
597 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
10f2d63a
VZ
598 *) ac_optarg=yes ;;
599 esac
e6cc62c6 600 eval "with_$ac_package='$ac_optarg'" ;;
10f2d63a
VZ
601
602 -without-* | --without-*)
e6cc62c6 603 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
10f2d63a 604 # Reject names that are not valid shell variable names.
e6cc62c6
VS
605 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
606 { echo "$as_me: error: invalid package name: $ac_package" >&2
607 { (exit 1); exit 1; }; }
608 ac_package=`echo $ac_package | sed 's/-/_/g'`
609 eval "with_$ac_package=no" ;;
10f2d63a
VZ
610
611 --x)
612 # Obsolete; use --with-x.
613 with_x=yes ;;
614
615 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
616 | --x-incl | --x-inc | --x-in | --x-i)
617 ac_prev=x_includes ;;
618 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
619 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
e6cc62c6 620 x_includes=$ac_optarg ;;
10f2d63a
VZ
621
622 -x-libraries | --x-libraries | --x-librarie | --x-librari \
623 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
624 ac_prev=x_libraries ;;
625 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
626 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
e6cc62c6 627 x_libraries=$ac_optarg ;;
10f2d63a 628
e6cc62c6
VS
629 -*) { echo "$as_me: error: unrecognized option: $ac_option
630Try \`$0 --help' for more information." >&2
631 { (exit 1); exit 1; }; }
10f2d63a
VZ
632 ;;
633
e6cc62c6
VS
634 *=*)
635 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
636 # Reject names that are not valid shell variable names.
637 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
638 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
639 { (exit 1); exit 1; }; }
640 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
641 eval "$ac_envvar='$ac_optarg'"
642 export $ac_envvar ;;
643
10f2d63a 644 *)
e6cc62c6
VS
645 # FIXME: should be removed in autoconf 3.0.
646 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
647 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
648 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
649 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
10f2d63a
VZ
650 ;;
651
652 esac
653done
654
655if test -n "$ac_prev"; then
e6cc62c6
VS
656 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
657 { echo "$as_me: error: missing argument to $ac_option" >&2
658 { (exit 1); exit 1; }; }
a0b9e27f 659fi
a0b9e27f 660
e6cc62c6
VS
661# Be sure to have absolute paths.
662for ac_var in exec_prefix prefix
663do
664 eval ac_val=$`echo $ac_var`
665 case $ac_val in
666 [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
667 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
668 { (exit 1); exit 1; }; };;
669 esac
670done
8284b0c5 671
e6cc62c6
VS
672# Be sure to have absolute paths.
673for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
674 localstatedir libdir includedir oldincludedir infodir mandir
10f2d63a 675do
e6cc62c6
VS
676 eval ac_val=$`echo $ac_var`
677 case $ac_val in
678 [\\/$]* | ?:[\\/]* ) ;;
679 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
680 { (exit 1); exit 1; }; };;
10f2d63a
VZ
681 esac
682done
683
e6cc62c6
VS
684# There might be people who depend on the old broken behavior: `$host'
685# used to hold the argument of --host etc.
686# FIXME: To remove some day.
687build=$build_alias
688host=$host_alias
689target=$target_alias
690
691# FIXME: To remove some day.
692if test "x$host_alias" != x; then
693 if test "x$build_alias" = x; then
694 cross_compiling=maybe
695 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
696 If a cross compiler is detected then cross compile mode will be used." >&2
697 elif test "x$build_alias" != "x$host_alias"; then
698 cross_compiling=yes
699 fi
700fi
247f5006 701
e6cc62c6
VS
702ac_tool_prefix=
703test -n "$host_alias" && ac_tool_prefix=$host_alias-
704
705test "$silent" = yes && exec 6>/dev/null
10f2d63a 706
10f2d63a
VZ
707
708# Find the source files, if location was not specified.
709if test -z "$srcdir"; then
710 ac_srcdir_defaulted=yes
711 # Try the directory containing this script, then its parent.
e6cc62c6
VS
712 ac_confdir=`(dirname "$0") 2>/dev/null ||
713$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
714 X"$0" : 'X\(//\)[^/]' \| \
715 X"$0" : 'X\(//\)$' \| \
716 X"$0" : 'X\(/\)' \| \
717 . : '\(.\)' 2>/dev/null ||
718echo X"$0" |
719 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
720 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
721 /^X\(\/\/\)$/{ s//\1/; q; }
722 /^X\(\/\).*/{ s//\1/; q; }
723 s/.*/./; q'`
10f2d63a
VZ
724 srcdir=$ac_confdir
725 if test ! -r $srcdir/$ac_unique_file; then
726 srcdir=..
727 fi
728else
729 ac_srcdir_defaulted=no
730fi
731if test ! -r $srcdir/$ac_unique_file; then
732 if test "$ac_srcdir_defaulted" = yes; then
e6cc62c6
VS
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
734 { (exit 1); exit 1; }; }
10f2d63a 735 else
e6cc62c6
VS
736 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
737 { (exit 1); exit 1; }; }
10f2d63a
VZ
738 fi
739fi
e6cc62c6
VS
740(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
741 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
742 { (exit 1); exit 1; }; }
743srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
744ac_env_build_alias_set=${build_alias+set}
745ac_env_build_alias_value=$build_alias
746ac_cv_env_build_alias_set=${build_alias+set}
747ac_cv_env_build_alias_value=$build_alias
748ac_env_host_alias_set=${host_alias+set}
749ac_env_host_alias_value=$host_alias
750ac_cv_env_host_alias_set=${host_alias+set}
751ac_cv_env_host_alias_value=$host_alias
752ac_env_target_alias_set=${target_alias+set}
753ac_env_target_alias_value=$target_alias
754ac_cv_env_target_alias_set=${target_alias+set}
755ac_cv_env_target_alias_value=$target_alias
756ac_env_CC_set=${CC+set}
757ac_env_CC_value=$CC
758ac_cv_env_CC_set=${CC+set}
759ac_cv_env_CC_value=$CC
760ac_env_CFLAGS_set=${CFLAGS+set}
761ac_env_CFLAGS_value=$CFLAGS
762ac_cv_env_CFLAGS_set=${CFLAGS+set}
763ac_cv_env_CFLAGS_value=$CFLAGS
764ac_env_LDFLAGS_set=${LDFLAGS+set}
765ac_env_LDFLAGS_value=$LDFLAGS
766ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
767ac_cv_env_LDFLAGS_value=$LDFLAGS
768ac_env_CPPFLAGS_set=${CPPFLAGS+set}
769ac_env_CPPFLAGS_value=$CPPFLAGS
770ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
771ac_cv_env_CPPFLAGS_value=$CPPFLAGS
772ac_env_CPP_set=${CPP+set}
773ac_env_CPP_value=$CPP
774ac_cv_env_CPP_set=${CPP+set}
775ac_cv_env_CPP_value=$CPP
776ac_env_CXX_set=${CXX+set}
777ac_env_CXX_value=$CXX
778ac_cv_env_CXX_set=${CXX+set}
779ac_cv_env_CXX_value=$CXX
780ac_env_CXXFLAGS_set=${CXXFLAGS+set}
781ac_env_CXXFLAGS_value=$CXXFLAGS
782ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
783ac_cv_env_CXXFLAGS_value=$CXXFLAGS
784ac_env_CXXCPP_set=${CXXCPP+set}
785ac_env_CXXCPP_value=$CXXCPP
786ac_cv_env_CXXCPP_set=${CXXCPP+set}
787ac_cv_env_CXXCPP_value=$CXXCPP
328a083c 788
e6cc62c6
VS
789#
790# Report the --help message.
791#
792if test "$ac_init_help" = "long"; then
793 # Omit some internal or obsolete options to make the list less imposing.
794 # This message is too long to be a string in the A/UX 3.1 sh.
795 cat <<_ACEOF
796\`configure' configures wxWindows 2.5.0 to adapt to many kinds of systems.
10f2d63a 797
e6cc62c6 798Usage: $0 [OPTION]... [VAR=VALUE]...
10f2d63a 799
e6cc62c6
VS
800To assign environment variables (e.g., CC, CFLAGS...), specify them as
801VAR=VALUE. See below for descriptions of some of the useful variables.
8284b0c5 802
e6cc62c6
VS
803Defaults for the options are specified in brackets.
804
805Configuration:
806 -h, --help display this help and exit
807 --help=short display options specific to this package
808 --help=recursive display the short help of all the included packages
809 -V, --version display version information and exit
810 -q, --quiet, --silent do not print \`checking...' messages
811 --cache-file=FILE cache test results in FILE [disabled]
812 -C, --config-cache alias for \`--cache-file=config.cache'
813 -n, --no-create do not create output files
814 --srcdir=DIR find the sources in DIR [configure dir or \`..']
815
816_ACEOF
817
818 cat <<_ACEOF
819Installation directories:
820 --prefix=PREFIX install architecture-independent files in PREFIX
821 [$ac_default_prefix]
822 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
823 [PREFIX]
824
825By default, \`make install' will install all the files in
826\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
827an installation prefix other than \`$ac_default_prefix' using \`--prefix',
828for instance \`--prefix=\$HOME'.
829
830For better control, use the options below.
831
832Fine tuning of the installation directories:
833 --bindir=DIR user executables [EPREFIX/bin]
834 --sbindir=DIR system admin executables [EPREFIX/sbin]
835 --libexecdir=DIR program executables [EPREFIX/libexec]
836 --datadir=DIR read-only architecture-independent data [PREFIX/share]
837 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
838 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
839 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
840 --libdir=DIR object code libraries [EPREFIX/lib]
841 --includedir=DIR C header files [PREFIX/include]
842 --oldincludedir=DIR C header files for non-gcc [/usr/include]
843 --infodir=DIR info documentation [PREFIX/info]
844 --mandir=DIR man documentation [PREFIX/man]
845_ACEOF
846
847 cat <<\_ACEOF
848
849X features:
850 --x-includes=DIR X include files are in DIR
851 --x-libraries=DIR X library files are in DIR
852
853System types:
854 --build=BUILD configure for building on BUILD [guessed]
855 --host=HOST cross-compile to build programs to run on HOST [BUILD]
856 --target=TARGET configure for building compilers for TARGET [HOST]
857_ACEOF
858fi
859
860if test -n "$ac_init_help"; then
861 case $ac_init_help in
862 short | recursive ) echo "Configuration of wxWindows 2.5.0:";;
863 esac
864 cat <<\_ACEOF
865
866Optional Features:
867 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
868 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
869 --enable-gui use GUI classes
9747f85d 870 --disable-monolithic don't build wxWindows as single library
e6cc62c6
VS
871 --enable-universal use wxWindows GUI controls instead of native ones
872 --enable-nanox use NanoX
873 --enable-gtk2 use GTK+ 2.0 if available (EXPERIMENTAL)
874 --enable-shared create shared library code
e6cc62c6
VS
875 --enable-optimise create optimised code
876 --enable-debug same as debug_flag and debug_info
df5168c4 877 --enable-stl use STL for containers
e6cc62c6
VS
878 --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!)
879 --enable-debug_info create code with debugging information
880 --enable-debug_gdb create code with extra GDB debugging information
881 --enable-debug_cntxt use wxDebugContext
882 --enable-mem_tracing create code with memory tracing
883 --enable-profile create code with profiling information
884 --enable-no_rtti create code without RTTI information
885 --enable-no_exceptions create code without C++ exceptions handling
886 --enable-permissive compile code disregarding strict ANSI
887 --enable-no_deps create code without dependency information
888 --enable-compat20 enable wxWindows 2.0 compatibility
889 --enable-compat22 enable wxWindows 2.2 compatibility
890 --disable-compat24 disable wxWindows 2.4 compatibility
891 --enable-rpath=DIR output the rpath flag from wx-config
892 --enable-intl use internationalization system
893 --enable-config use wxConfig (and derived) classes
894 --enable-protocols use wxProtocol and derived classes
895 --enable-ftp use wxFTP (requires wxProtocol
896 --enable-http use wxHTTP (requires wxProtocol
897 --enable-fileproto use wxFileProto class (requires wxProtocol
898 --enable-sockets use socket/network classes
899 --enable-ole use OLE classes
900 --enable-dataobj use data object classes
901 --enable-ipc use interprocess communication (wxSocket etc.)
902 --enable-cmdline use wxCmdLineParser class
903 --enable-datetime use wxDateTime class
904 --enable-stopwatch use wxStopWatch class
905 --enable-dialupman use dialup network classes
906 --enable-apple_ieee use the Apple IEEE codec
907 --enable-timer use wxTimer class
908 --enable-wave use wxWave class
909 --enable-fraction use wxFraction class
910 --enable-dynlib use wxLibrary class for DLL loading
911 --enable-dynamicloader use (new) wxDynamicLibrary class
912 --enable-longlong use wxLongLong class
913 --enable-geometry use geometry class
914 --enable-log use logging system
915 --enable-streams use wxStream etc classes
916 --enable-file use wxFile classes
917 --enable-ffile use wxFFile classes
918 --enable-textbuf use wxTextBuffer class
919 --enable-textfile use wxTextFile class
920 --enable-fontmap use font encodings conversion classes
921 --enable-unicode compile wxString with Unicode support
922 --enable-mslu use MS Layer for Unicode on Windows 9x (win32 only)
923 --enable-wxprintfv use wxWindows implementation of vprintf()
924 --enable-std_iostreams use standard C++ stream classes
925 --enable-filesystem use virtual file systems classes
926 --enable-fs_inet use virtual HTTP/FTP filesystems
927 --enable-fs_zip use virtual ZIP filesystems
928 --enable-zipstream use wxZipInputStream
929 --enable-catch_segvs catch signals and pass them to wxApp::OnFatalException
930 --enable-snglinst use wxSingleInstanceChecker class
931 --enable-mimetype use wxMimeTypesManager
932 --enable-sysoptions use wxSystemOptions
933 --enable-url use wxURL class
934 --enable-protocol use wxProtocol class
935 --enable-protocol-http HTTP support in wxProtocol
936 --enable-protocol-ftp FTP support in wxProtocol
937 --enable-protocol-file FILE support in wxProtocol
938 --enable-threads use threads
939 --enable-docview use document view architecture
940 --enable-help use help subsystem
941 --enable-mshtmlhelp use MS HTML Help (win32)
942 --enable-html use wxHTML sub-library
943 --enable-htmlhelp use wxHTML-based help
944 --enable-constraints use layout-constraints system
945 --enable-printarch use printing architecture
946 --enable-mdi use multiple document interface architecture
947 --enable-loggui use standard GUI logger
948 --enable-logwin use wxLogWindow
949 --enable-logdialog use wxLogDialog
950 --enable-postscript use wxPostscriptDC device context (default for gtk+)
951 --enable-prologio not available; see contrib
952 --enable-resources not available; see contrib
953 --enable-clipboard use wxClipboard class
954 --enable-dnd use Drag'n'Drop classes
955 --enable-metafile use win32 metafiles
956 --enable-controls use all usual controls
957 --enable-accel use accelerators
958 --enable-button use wxButton class
959 --enable-bmpbutton use wxBitmapButton class
960 --enable-calendar use wxCalendarCtrl class
961 --enable-caret use wxCaret class
962 --enable-checkbox use wxCheckBox class
963 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
964 --enable-choice use wxChoice class
965 --enable-combobox use wxComboBox class
966 --enable-display use wxDisplay class
967 --enable-gauge use wxGauge class
968 --enable-grid use wxGrid class
969 --enable-imaglist use wxImageList class
970 --enable-listbox use wxListBox class
971 --enable-listctrl use wxListCtrl class
972 --enable-notebook use wxNotebook class
973 --enable-radiobox use wxRadioBox class
974 --enable-radiobtn use wxRadioButton class
975 --enable-sash use wxSashWindow class
976 --enable-scrollbar use wxScrollBar class and scrollable windows
977 --enable-slider use wxSlider class
978 --enable-spinbtn use wxSpinButton class
979 --enable-spinctrl use wxSpinCtrl class
980 --enable-splitter use wxSplitterWindow class
981 --enable-statbmp use wxStaticBitmap class
982 --enable-statbox use wxStaticBox class
983 --enable-statline use wxStaticLine class
984 --enable-stattext use wxStaticText class
985 --enable-statusbar use wxStatusBar class
986 --enable-tabdialog use wxTabControl class
987 --enable-textctrl use wxTextCtrl class
988 --enable-togglebtn use wxToggleButton class
989 --enable-toolbar use wxToolBar class
990 --enable-tbarnative use native wxToolBar class
991 --enable-tbarsmpl use wxToolBarSimple class
992 --enable-treectrl use wxTreeCtrl class
993 --enable-tipwindow use wxTipWindow class
994 --enable-popupwin use wxPopUpWindow class
995 --enable-commondlg use all common dialogs
996 --enable-choicedlg use wxChoiceDialog
997 --enable-coldlg use wxColourDialog
998 --enable-filedlg use wxFileDialog
999 --enable-finddlg use wxFindReplaceDialog
1000 --enable-fontdlg use wxFontDialog
1001 --enable-dirdlg use wxDirDialog
1002 --enable-msgdlg use wxMessageDialog
1003 --enable-numberdlg use wxNumberEntryDialog
1004 --enable-splash use wxSplashScreen
1005 --enable-textdlg use wxTextDialog
1006 --enable-tipdlg use startup tips
1007 --enable-progressdlg use wxProgressDialog
1008 --enable-wizarddlg use wxWizard
1009 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1010 --enable-miniframe use wxMiniFrame class
1011 --enable-tooltips use wxToolTip class
1012 --enable-splines use spline drawing code
1013 --enable-validators use wxValidator and derived classes
1014 --enable-busyinfo use wxBusyInfo
1015 --enable-joystick use wxJoystick (Linux only)
1016 --enable-metafiles use wxMetaFile (Windows only)
1017 --enable-dragimage use wxDragImage
1018 --enable-accessibility enable accessibility support
1019 --enable-palette use wxPalette class
1020 --enable-image use wxImage class
1021 --enable-gif use gif images (GIF file format)
1022 --enable-pcx use pcx images (PCX file format)
1023 --enable-iff use iff images (IFF file format)
1024 --enable-pnm use pnm images (PNM file format)
1025 --enable-xpm use xpm images (XPM file format)
1026 --enable-icocur use Windows ICO and CUR formats
029b47ad
VS
1027 --enable-official_build official build of wxWindows (win32 DLL only)
1028 --enable-vendor=VENDOR vendor name (win32 DLL only)
e6cc62c6
VS
1029 --disable-largefile omit support for large files
1030 --disable-gtktest do not try to compile and run a test GTK+ program
1031 --disable-gtktest Do not try to compile and run a test GTK program
45842500 1032 --disable-precomp-headers don't use precompiled headers even if compiler can
e6cc62c6
VS
1033
1034Optional Packages:
1035 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1036 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1037 --with-gtk use GTK+
1038 --with-motif use Motif/Lesstif
1039 --with-mac use Mac OS X
1040 --with-cocoa use Cocoa
1041 --with-wine use Wine
1042 --with-msw use MS-Windows
1043 --with-pm use OS/2 Presentation Manager
1044 --with-mgl use SciTech MGL
1045 --with-microwin use MicroWindows
1046 --with-x11 use X11
1047 --with-libpng use libpng (PNG image format)
1048 --with-libjpeg use libjpeg (JPEG file format)
1049 --with-libtiff use libtiff (TIFF file format)
1050 --with-opengl use OpenGL (or Mesa)
1051 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1052 --with-regex enable support for wxRegEx class
1053 --with-zlib use zlib for LZW compression
1054 --with-odbc use the IODBC and wxODBC classes
672abd7a 1055 --with-expat enable XML support using expat parser
e6cc62c6
VS
1056 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1057 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1058 --with-x use the X Window System
1059 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1060
1061Some influential environment variables:
1062 CC C compiler command
1063 CFLAGS C compiler flags
1064 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1065 nonstandard directory <lib dir>
1066 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1067 headers in a nonstandard directory <include dir>
1068 CPP C preprocessor
1069 CXX C++ compiler command
1070 CXXFLAGS C++ compiler flags
1071 CXXCPP C++ preprocessor
1072
1073Use these variables to override the choices made by `configure' or to help
1074it to find libraries and programs with nonstandard names/locations.
1075
1076Report bugs to <wx-dev@lists.wxwindows.org>.
1077_ACEOF
1078fi
1079
1080if test "$ac_init_help" = "recursive"; then
1081 # If there are subdirs, report their specific --help.
1082 ac_popdir=`pwd`
1083 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1084 test -d $ac_dir || continue
1085 ac_builddir=.
1086
1087if test "$ac_dir" != .; then
1088 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1089 # A "../" for each directory in $ac_dir_suffix.
1090 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1091else
1092 ac_dir_suffix= ac_top_builddir=
1093fi
1094
1095case $srcdir in
1096 .) # No --srcdir option. We are building in place.
1097 ac_srcdir=.
1098 if test -z "$ac_top_builddir"; then
1099 ac_top_srcdir=.
1100 else
1101 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
1102 fi ;;
1103 [\\/]* | ?:[\\/]* ) # Absolute path.
1104 ac_srcdir=$srcdir$ac_dir_suffix;
1105 ac_top_srcdir=$srcdir ;;
1106 *) # Relative path.
1107 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1108 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1109esac
1110# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
1111# absolute.
1112ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
1113ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
1114ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
1115ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
1116
1117 cd $ac_dir
1118 # Check for guested configure; otherwise get Cygnus style configure.
1119 if test -f $ac_srcdir/configure.gnu; then
1120 echo
1121 $SHELL $ac_srcdir/configure.gnu --help=recursive
1122 elif test -f $ac_srcdir/configure; then
1123 echo
1124 $SHELL $ac_srcdir/configure --help=recursive
1125 elif test -f $ac_srcdir/configure.ac ||
1126 test -f $ac_srcdir/configure.in; then
1127 echo
1128 $ac_configure --help
1129 else
1130 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1131 fi
1132 cd $ac_popdir
1133 done
1134fi
8284b0c5 1135
e6cc62c6
VS
1136test -n "$ac_init_help" && exit 0
1137if $ac_init_version; then
1138 cat <<\_ACEOF
1139wxWindows configure 2.5.0
1140generated by GNU Autoconf 2.57
10f2d63a 1141
e6cc62c6
VS
1142Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
1143Free Software Foundation, Inc.
1144This configure script is free software; the Free Software Foundation
1145gives unlimited permission to copy, distribute and modify it.
1146_ACEOF
1147 exit 0
7c66a493 1148fi
e6cc62c6
VS
1149exec 5>config.log
1150cat >&5 <<_ACEOF
1151This file contains any messages produced by compilers while
1152running configure, to aid debugging if configure makes a mistake.
1153
1154It was created by wxWindows $as_me 2.5.0, which was
1155generated by GNU Autoconf 2.57. Invocation command line was
1156
1157 $ $0 $@
1158
1159_ACEOF
1160{
1161cat <<_ASUNAME
1162## --------- ##
1163## Platform. ##
1164## --------- ##
1165
1166hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1167uname -m = `(uname -m) 2>/dev/null || echo unknown`
1168uname -r = `(uname -r) 2>/dev/null || echo unknown`
1169uname -s = `(uname -s) 2>/dev/null || echo unknown`
1170uname -v = `(uname -v) 2>/dev/null || echo unknown`
1171
1172/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1173/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1174
1175/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1176/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1177/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1178hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1179/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1180/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1181/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1182
1183_ASUNAME
1184
1185as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1186for as_dir in $PATH
1187do
1188 IFS=$as_save_IFS
1189 test -z "$as_dir" && as_dir=.
1190 echo "PATH: $as_dir"
1191done
1192
1193} >&5
1194
1195cat >&5 <<_ACEOF
1196
1197
1198## ----------- ##
1199## Core tests. ##
1200## ----------- ##
1201
1202_ACEOF
1203
1204
1205# Keep a trace of the command line.
1206# Strip out --no-create and --no-recursion so they do not pile up.
1207# Strip out --silent because we don't want to record it for future runs.
1208# Also quote any args containing shell meta-characters.
1209# Make two passes to allow for proper duplicate-argument suppression.
1210ac_configure_args=
1211ac_configure_args0=
1212ac_configure_args1=
1213ac_sep=
1214ac_must_keep_next=false
1215for ac_pass in 1 2
1216do
1217 for ac_arg
1218 do
1219 case $ac_arg in
1220 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1221 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1222 | -silent | --silent | --silen | --sile | --sil)
1223 continue ;;
1224 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1225 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1226 esac
1227 case $ac_pass in
1228 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1229 2)
1230 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1231 if test $ac_must_keep_next = true; then
1232 ac_must_keep_next=false # Got value, back to normal.
1233 else
1234 case $ac_arg in
1235 *=* | --config-cache | -C | -disable-* | --disable-* \
1236 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1237 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1238 | -with-* | --with-* | -without-* | --without-* | --x)
1239 case "$ac_configure_args0 " in
1240 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1241 esac
1242 ;;
1243 -* ) ac_must_keep_next=true ;;
1244 esac
1245 fi
1246 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1247 # Get rid of the leading space.
1248 ac_sep=" "
1249 ;;
1250 esac
1251 done
1252done
1253$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1254$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1255
1256# When interrupted or exit'd, cleanup temporary files, and complete
1257# config.log. We remove comments because anyway the quotes in there
1258# would cause problems or look ugly.
1259# WARNING: Be sure not to use single quotes in there, as some shells,
1260# such as our DU 5.0 friend, will then `close' the trap.
1261trap 'exit_status=$?
1262 # Save into config.log some information that might help in debugging.
1263 {
1264 echo
1265
1266 cat <<\_ASBOX
1267## ---------------- ##
1268## Cache variables. ##
1269## ---------------- ##
1270_ASBOX
1271 echo
1272 # The following way of writing the cache mishandles newlines in values,
1273{
1274 (set) 2>&1 |
1275 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1276 *ac_space=\ *)
1277 sed -n \
1278 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1279 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1280 ;;
1281 *)
1282 sed -n \
1283 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1284 ;;
1285 esac;
1286}
1287 echo
1288
1289 cat <<\_ASBOX
1290## ----------------- ##
1291## Output variables. ##
1292## ----------------- ##
1293_ASBOX
1294 echo
1295 for ac_var in $ac_subst_vars
1296 do
1297 eval ac_val=$`echo $ac_var`
1298 echo "$ac_var='"'"'$ac_val'"'"'"
1299 done | sort
1300 echo
1301
1302 if test -n "$ac_subst_files"; then
1303 cat <<\_ASBOX
1304## ------------- ##
1305## Output files. ##
1306## ------------- ##
1307_ASBOX
1308 echo
1309 for ac_var in $ac_subst_files
1310 do
1311 eval ac_val=$`echo $ac_var`
1312 echo "$ac_var='"'"'$ac_val'"'"'"
1313 done | sort
1314 echo
1315 fi
1316
1317 if test -s confdefs.h; then
1318 cat <<\_ASBOX
1319## ----------- ##
1320## confdefs.h. ##
1321## ----------- ##
1322_ASBOX
1323 echo
1324 sed "/^$/d" confdefs.h | sort
1325 echo
1326 fi
1327 test "$ac_signal" != 0 &&
1328 echo "$as_me: caught signal $ac_signal"
1329 echo "$as_me: exit $exit_status"
1330 } >&5
1331 rm -f core core.* *.core &&
1332 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1333 exit $exit_status
1334 ' 0
1335for ac_signal in 1 2 13 15; do
1336 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1337done
1338ac_signal=0
1339
1340# confdefs.h avoids OS command line length limits that DEFS can exceed.
1341rm -rf conftest* confdefs.h
1342# AIX cpp loses on an empty file, so make sure it contains at least a newline.
1343echo >confdefs.h
1344
1345# Predefined preprocessor variables.
1346
1347cat >>confdefs.h <<_ACEOF
1348#define PACKAGE_NAME "$PACKAGE_NAME"
1349_ACEOF
1350
1351
1352cat >>confdefs.h <<_ACEOF
1353#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1354_ACEOF
1355
1356
1357cat >>confdefs.h <<_ACEOF
1358#define PACKAGE_VERSION "$PACKAGE_VERSION"
1359_ACEOF
1360
1361
1362cat >>confdefs.h <<_ACEOF
1363#define PACKAGE_STRING "$PACKAGE_STRING"
1364_ACEOF
1365
1366
1367cat >>confdefs.h <<_ACEOF
1368#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1369_ACEOF
1370
1371
1372# Let the site file select an alternate cache file if it wants to.
1373# Prefer explicitly selected file to automatically selected ones.
1374if test -z "$CONFIG_SITE"; then
1375 if test "x$prefix" != xNONE; then
1376 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1377 else
1378 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1379 fi
1380fi
1381for ac_site_file in $CONFIG_SITE; do
1382 if test -r "$ac_site_file"; then
1383 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1384echo "$as_me: loading site script $ac_site_file" >&6;}
1385 sed 's/^/| /' "$ac_site_file" >&5
1386 . "$ac_site_file"
1387 fi
1388done
1389
1390if test -r "$cache_file"; then
1391 # Some versions of bash will fail to source /dev/null (special
1392 # files actually), so we avoid doing that.
1393 if test -f "$cache_file"; then
1394 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1395echo "$as_me: loading cache $cache_file" >&6;}
1396 case $cache_file in
1397 [\\/]* | ?:[\\/]* ) . $cache_file;;
1398 *) . ./$cache_file;;
1399 esac
1400 fi
1401else
1402 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1403echo "$as_me: creating cache $cache_file" >&6;}
1404 >$cache_file
1405fi
1406
1407# Check that the precious variables saved in the cache have kept the same
1408# value.
1409ac_cache_corrupted=false
1410for ac_var in `(set) 2>&1 |
1411 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1412 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1413 eval ac_new_set=\$ac_env_${ac_var}_set
1414 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1415 eval ac_new_val="\$ac_env_${ac_var}_value"
1416 case $ac_old_set,$ac_new_set in
1417 set,)
1418 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1419echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1420 ac_cache_corrupted=: ;;
1421 ,set)
1422 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1423echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1424 ac_cache_corrupted=: ;;
1425 ,);;
1426 *)
1427 if test "x$ac_old_val" != "x$ac_new_val"; then
1428 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1429echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1430 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1431echo "$as_me: former value: $ac_old_val" >&2;}
1432 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1433echo "$as_me: current value: $ac_new_val" >&2;}
1434 ac_cache_corrupted=:
1435 fi;;
1436 esac
1437 # Pass precious variables to config.status.
1438 if test "$ac_new_set" = set; then
1439 case $ac_new_val in
1440 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1441 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1442 *) ac_arg=$ac_var=$ac_new_val ;;
1443 esac
1444 case " $ac_configure_args " in
1445 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1446 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1447 esac
1448 fi
1449done
1450if $ac_cache_corrupted; then
1451 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1452echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1453 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1454echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1455 { (exit 1); exit 1; }; }
1456fi
1457
1458ac_ext=c
1459ac_cpp='$CPP $CPPFLAGS'
1460ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1461ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1462ac_compiler_gnu=$ac_cv_c_compiler_gnu
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
698dcdb6 1480
8284b0c5 1481
7c66a493 1482
a0b9e27f
MB
1483
1484
a0b9e27f 1485
a0b9e27f 1486
a0b9e27f 1487
a0b9e27f 1488
a0b9e27f 1489
a0b9e27f 1490
e6cc62c6
VS
1491
1492
1493ac_aux_dir=
1494for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1495 if test -f $ac_dir/install-sh; then
1496 ac_aux_dir=$ac_dir
1497 ac_install_sh="$ac_aux_dir/install-sh -c"
1498 break
1499 elif test -f $ac_dir/install.sh; then
1500 ac_aux_dir=$ac_dir
1501 ac_install_sh="$ac_aux_dir/install.sh -c"
1502 break
1503 elif test -f $ac_dir/shtool; then
1504 ac_aux_dir=$ac_dir
1505 ac_install_sh="$ac_aux_dir/shtool install -c"
1506 break
1507 fi
1508done
1509if test -z "$ac_aux_dir"; then
1510 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1511echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1512 { (exit 1); exit 1; }; }
1513fi
1514ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1515ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1516ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1517
1518# Make sure we can run config.sub.
1519$ac_config_sub sun4 >/dev/null 2>&1 ||
1520 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1521echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1522 { (exit 1); exit 1; }; }
1523
1524echo "$as_me:$LINENO: checking build system type" >&5
1525echo $ECHO_N "checking build system type... $ECHO_C" >&6
1526if test "${ac_cv_build+set}" = set; then
1527 echo $ECHO_N "(cached) $ECHO_C" >&6
1528else
1529 ac_cv_build_alias=$build_alias
1530test -z "$ac_cv_build_alias" &&
1531 ac_cv_build_alias=`$ac_config_guess`
1532test -z "$ac_cv_build_alias" &&
1533 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1534echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1535 { (exit 1); exit 1; }; }
1536ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1537 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1538echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1539 { (exit 1); exit 1; }; }
1540
1541fi
1542echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1543echo "${ECHO_T}$ac_cv_build" >&6
1544build=$ac_cv_build
1545build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1546build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1547build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1548
1549
1550echo "$as_me:$LINENO: checking host system type" >&5
1551echo $ECHO_N "checking host system type... $ECHO_C" >&6
1552if test "${ac_cv_host+set}" = set; then
1553 echo $ECHO_N "(cached) $ECHO_C" >&6
1554else
1555 ac_cv_host_alias=$host_alias
1556test -z "$ac_cv_host_alias" &&
1557 ac_cv_host_alias=$ac_cv_build_alias
1558ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1559 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1560echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1561 { (exit 1); exit 1; }; }
1562
1563fi
1564echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1565echo "${ECHO_T}$ac_cv_host" >&6
1566host=$ac_cv_host
1567host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1568host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1569host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1570
1571
1572echo "$as_me:$LINENO: checking target system type" >&5
1573echo $ECHO_N "checking target system type... $ECHO_C" >&6
1574if test "${ac_cv_target+set}" = set; then
1575 echo $ECHO_N "(cached) $ECHO_C" >&6
1576else
1577 ac_cv_target_alias=$target_alias
1578test "x$ac_cv_target_alias" = "x" &&
1579 ac_cv_target_alias=$ac_cv_host_alias
1580ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1581 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1582echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1583 { (exit 1); exit 1; }; }
1584
1585fi
1586echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1587echo "${ECHO_T}$ac_cv_target" >&6
1588target=$ac_cv_target
1589target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1590target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1591target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1592
1593
1594# The aliases save the names the user supplied, while $host etc.
1595# will get canonicalized.
1596test -n "$target_alias" &&
7c66a493
VZ
1597 test "$program_prefix$program_suffix$program_transform_name" = \
1598 NONENONEs,x,x, &&
1599 program_prefix=${target_alias}-
8284b0c5
MB
1600
1601
a0b9e27f 1602
10f2d63a 1603WX_MAJOR_VERSION_NUMBER=2
34bed6d9
VZ
1604WX_MINOR_VERSION_NUMBER=5
1605WX_RELEASE_NUMBER=0
10f2d63a 1606
10f2d63a 1607WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
10f2d63a 1608WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
6426998c 1609
978f1259
RL
1610WX_MSW_VERSION=$WX_MAJOR_VERSION_NUMBER$WX_MINOR_VERSION_NUMBER$WX_RELEASE_NUMBER
1611
34bed6d9 1612WX_CURRENT=0
6426998c
RL
1613WX_REVISION=0
1614WX_AGE=0
1615
8284b0c5
MB
1616
1617
10f2d63a
VZ
1618USE_UNIX=1
1619USE_WIN32=0
f9bc1684 1620USE_DOS=0
b12915c1 1621USE_BEOS=0
1216f52d 1622USE_MAC=0
b12915c1 1623
10f2d63a 1624USE_AIX=
fe0895cf
VS
1625USE_BSD= USE_DARWIN= USE_FREEBSD=
1626USE_GNU= USE_HPUX=
89e3b3e4 1627USE_LINUX=
f6bcfd97 1628USE_NETBSD=
89e3b3e4 1629USE_OPENBSD=
fe0895cf
VS
1630USE_OSF= USE_SGI=
1631USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
10f2d63a 1632USE_ULTRIX=
89e3b3e4
VZ
1633USE_UNIXWARE=
1634
1635USE_ALPHA=
10f2d63a 1636
ab9b9eab
VZ
1637NEEDS_D_REENTRANT_FOR_R_FUNCS=0
1638
ac0c4cc3 1639ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11"
10f2d63a 1640
ac0c4cc3 1641DEFAULT_wxUSE_COCOA=0
10f2d63a 1642DEFAULT_wxUSE_GTK=0
1e6feb95
VZ
1643DEFAULT_wxUSE_MAC=0
1644DEFAULT_wxUSE_MGL=0
1725144d 1645DEFAULT_wxUSE_MICROWIN=0
10f2d63a
VZ
1646DEFAULT_wxUSE_MOTIF=0
1647DEFAULT_wxUSE_MSW=0
e07802fc 1648DEFAULT_wxUSE_PM=0
f79bd02d 1649DEFAULT_wxUSE_X11=0
10f2d63a 1650
ac0c4cc3 1651DEFAULT_DEFAULT_wxUSE_COCOA=0
10f2d63a 1652DEFAULT_DEFAULT_wxUSE_GTK=0
1e6feb95
VZ
1653DEFAULT_DEFAULT_wxUSE_MAC=0
1654DEFAULT_DEFAULT_wxUSE_MGL=0
1725144d 1655DEFAULT_DEFAULT_wxUSE_MICROWIN=0
10f2d63a
VZ
1656DEFAULT_DEFAULT_wxUSE_MOTIF=0
1657DEFAULT_DEFAULT_wxUSE_MSW=0
e07802fc 1658DEFAULT_DEFAULT_wxUSE_PM=0
f79bd02d 1659DEFAULT_DEFAULT_wxUSE_X11=0
10f2d63a 1660
d6a55c4b 1661PROGRAM_EXT=
3a922bb4 1662SO_SUFFIX=so
fe0895cf 1663SAMPLES_RPATH_FLAG=
0f1bc9c2 1664SAMPLES_RPATH_POSTLINK=
d6a55c4b 1665
10f2d63a
VZ
1666case "${host}" in
1667 *-hp-hpux* )
1668 USE_HPUX=1
1669 DEFAULT_DEFAULT_wxUSE_MOTIF=1
ab9b9eab 1670 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
3a922bb4 1671 SO_SUFFIX=sl
e6cc62c6 1672 cat >>confdefs.h <<\_ACEOF
10f2d63a 1673#define __HPUX__ 1
e6cc62c6 1674_ACEOF
10f2d63a
VZ
1675
1676 ;;
1677 *-*-linux* )
1678 USE_LINUX=1
e6cc62c6 1679 cat >>confdefs.h <<\_ACEOF
10f2d63a 1680#define __LINUX__ 1
e6cc62c6 1681_ACEOF
10f2d63a
VZ
1682
1683 TMP=`uname -m`
1684 if test "x$TMP" = "xalpha"; then
1685 USE_ALPHA=1
e6cc62c6 1686 cat >>confdefs.h <<\_ACEOF
10f2d63a 1687#define __ALPHA__ 1
e6cc62c6 1688_ACEOF
fe0895cf
VS
1689
1690 fi
1691 DEFAULT_DEFAULT_wxUSE_GTK=1
1692 ;;
1693 *-*-gnu* )
1694 USE_GNU=1
e6cc62c6 1695 cat >>confdefs.h <<\_ACEOF
fe0895cf 1696#define __GNU__ 1
e6cc62c6 1697_ACEOF
fe0895cf
VS
1698
1699 TMP=`uname -m`
1700 if test "x$TMP" = "xalpha"; then
1701 USE_ALPHA=1
e6cc62c6 1702 cat >>confdefs.h <<\_ACEOF
fe0895cf 1703#define __ALPHA__ 1
e6cc62c6 1704_ACEOF
10f2d63a
VZ
1705
1706 fi
1707 DEFAULT_DEFAULT_wxUSE_GTK=1
1708 ;;
1709 *-*-irix5* | *-*-irix6* )
1710 USE_SGI=1
1711 USE_SVR4=1
e6cc62c6 1712 cat >>confdefs.h <<\_ACEOF
10f2d63a 1713#define __SGI__ 1
e6cc62c6 1714_ACEOF
10f2d63a 1715
e6cc62c6 1716 cat >>confdefs.h <<\_ACEOF
10f2d63a 1717#define __SVR4__ 1
e6cc62c6 1718_ACEOF
10f2d63a
VZ
1719
1720 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1721 ;;
1722 *-*-solaris2* )
1723 USE_SUN=1
1724 USE_SOLARIS=1
1725 USE_SVR4=1
e6cc62c6 1726 cat >>confdefs.h <<\_ACEOF
10f2d63a 1727#define __SUN__ 1
e6cc62c6 1728_ACEOF
10f2d63a 1729
e6cc62c6 1730 cat >>confdefs.h <<\_ACEOF
10f2d63a 1731#define __SOLARIS__ 1
e6cc62c6 1732_ACEOF
10f2d63a 1733
e6cc62c6 1734 cat >>confdefs.h <<\_ACEOF
10f2d63a 1735#define __SVR4__ 1
e6cc62c6 1736_ACEOF
10f2d63a
VZ
1737
1738 DEFAULT_DEFAULT_wxUSE_MOTIF=1
ab9b9eab 1739 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
10f2d63a
VZ
1740 ;;
1741 *-*-sunos4* )
1742 USE_SUN=1
1743 USE_SUNOS=1
1744 USE_BSD=1
e6cc62c6 1745 cat >>confdefs.h <<\_ACEOF
10f2d63a 1746#define __SUN__ 1
e6cc62c6 1747_ACEOF
10f2d63a 1748
e6cc62c6 1749 cat >>confdefs.h <<\_ACEOF
10f2d63a 1750#define __SUNOS__ 1
e6cc62c6 1751_ACEOF
10f2d63a 1752
e6cc62c6 1753 cat >>confdefs.h <<\_ACEOF
10f2d63a 1754#define __BSD__ 1
e6cc62c6 1755_ACEOF
10f2d63a
VZ
1756
1757 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1758 ;;
f6bcfd97 1759 *-*-freebsd*)
10f2d63a
VZ
1760 USE_BSD=1
1761 USE_FREEBSD=1
e6cc62c6 1762 cat >>confdefs.h <<\_ACEOF
10f2d63a 1763#define __FREEBSD__ 1
e6cc62c6 1764_ACEOF
10f2d63a 1765
e6cc62c6 1766 cat >>confdefs.h <<\_ACEOF
10f2d63a 1767#define __BSD__ 1
e6cc62c6 1768_ACEOF
95c8801c
VS
1769
1770 DEFAULT_DEFAULT_wxUSE_GTK=1
1771 ;;
1772 *-*-openbsd*)
1773 USE_BSD=1
1774 USE_OPENBSD=1
e6cc62c6 1775 cat >>confdefs.h <<\_ACEOF
2b5f62a0 1776#define __OPENBSD__ 1
e6cc62c6 1777_ACEOF
95c8801c 1778
e6cc62c6 1779 cat >>confdefs.h <<\_ACEOF
2b5f62a0 1780#define __BSD__ 1
e6cc62c6 1781_ACEOF
f6bcfd97
BP
1782
1783 DEFAULT_DEFAULT_wxUSE_GTK=1
1784 ;;
1785 *-*-netbsd*)
1786 USE_BSD=1
1787 USE_NETBSD=1
e6cc62c6 1788 cat >>confdefs.h <<\_ACEOF
2b5f62a0 1789#define __NETBSD__ 1
e6cc62c6 1790_ACEOF
f6bcfd97 1791
e6cc62c6 1792 cat >>confdefs.h <<\_ACEOF
2b5f62a0 1793#define __BSD__ 1
e6cc62c6 1794_ACEOF
10f2d63a
VZ
1795
1796 DEFAULT_DEFAULT_wxUSE_GTK=1
1797 ;;
1798 *-*-osf* )
1799 USE_ALPHA=1
1800 USE_OSF=1
e6cc62c6 1801 cat >>confdefs.h <<\_ACEOF
10f2d63a 1802#define __ALPHA__ 1
e6cc62c6 1803_ACEOF
10f2d63a 1804
e6cc62c6 1805 cat >>confdefs.h <<\_ACEOF
10f2d63a 1806#define __OSF__ 1
e6cc62c6 1807_ACEOF
10f2d63a
VZ
1808
1809 DEFAULT_DEFAULT_wxUSE_MOTIF=1
f6bcfd97 1810 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
10f2d63a
VZ
1811 ;;
1812 *-*-dgux5* )
1813 USE_ALPHA=1
1814 USE_SVR4=1
e6cc62c6 1815 cat >>confdefs.h <<\_ACEOF
10f2d63a 1816#define __ALPHA__ 1
e6cc62c6 1817_ACEOF
10f2d63a 1818
e6cc62c6 1819 cat >>confdefs.h <<\_ACEOF
10f2d63a 1820#define __SVR4__ 1
e6cc62c6 1821_ACEOF
10f2d63a
VZ
1822
1823 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1824 ;;
1825 *-*-sysv5* )
1826 USE_SYSV=1
1827 USE_SVR4=1
e6cc62c6 1828 cat >>confdefs.h <<\_ACEOF
10f2d63a 1829#define __SYSV__ 1
e6cc62c6 1830_ACEOF
10f2d63a 1831
e6cc62c6 1832 cat >>confdefs.h <<\_ACEOF
10f2d63a 1833#define __SVR4__ 1
e6cc62c6 1834_ACEOF
10f2d63a
VZ
1835
1836 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1837 ;;
1838 *-*-aix* )
1839 USE_AIX=1
1840 USE_SYSV=1
1841 USE_SVR4=1
2b5f62a0 1842 SO_SUFFIX=a
e6cc62c6 1843 cat >>confdefs.h <<\_ACEOF
10f2d63a 1844#define __AIX__ 1
e6cc62c6 1845_ACEOF
10f2d63a 1846
e6cc62c6 1847 cat >>confdefs.h <<\_ACEOF
10f2d63a 1848#define __SYSV__ 1
e6cc62c6 1849_ACEOF
10f2d63a 1850
e6cc62c6 1851 cat >>confdefs.h <<\_ACEOF
10f2d63a 1852#define __SVR4__ 1
e6cc62c6 1853_ACEOF
10f2d63a
VZ
1854
1855 DEFAULT_DEFAULT_wxUSE_MOTIF=1
1856 ;;
1857
89e3b3e4
VZ
1858 *-*-*UnixWare*)
1859 USE_SYSV=1
1860 USE_SVR4=1
1861 USE_UNIXWARE=1
e6cc62c6 1862 cat >>confdefs.h <<\_ACEOF
89e3b3e4 1863#define __UNIXWARE__ 1
e6cc62c6 1864_ACEOF
89e3b3e4
VZ
1865
1866 ;;
1867
1c8183e2 1868 *-*-cygwin* | *-*-mingw32* )
17234b26 1869 SO_SUFFIX=dll
cf27ef00 1870 PROGRAM_EXT=".exe"
7b7a7637 1871 RESCOMP=windres
10f2d63a
VZ
1872 DEFAULT_DEFAULT_wxUSE_MSW=1
1873 ;;
1874
f9bc1684
VS
1875 *-pc-msdosdjgpp )
1876 USE_UNIX=0
1877 USE_DOS=1
e6cc62c6 1878 cat >>confdefs.h <<\_ACEOF
f9bc1684 1879#define __DOS__ 1
e6cc62c6 1880_ACEOF
f9bc1684
VS
1881
1882 PROGRAM_EXT=".exe"
1883 DEFAULT_DEFAULT_wxUSE_MGL=1
24f5e003 1884 LIBS="$LIBS -lstdc++"
f9bc1684
VS
1885 ;;
1886
6fa882bd 1887 *-pc-os2_emx | *-pc-os2-emx )
e6cc62c6 1888 cat >>confdefs.h <<\_ACEOF
10f2d63a 1889#define __EMX__ 1
e6cc62c6 1890_ACEOF
10f2d63a 1891
cf27ef00 1892 PROGRAM_EXT=".exe"
e07802fc 1893 DEFAULT_DEFAULT_wxUSE_PM=1
10f2d63a
VZ
1894 ;;
1895
d08b457b
GD
1896 powerpc-*-darwin* )
1897 USE_BSD=1
f11bdd03 1898 USE_DARWIN=1
3a922bb4 1899 SO_SUFFIX=dylib
e6cc62c6 1900 cat >>confdefs.h <<\_ACEOF
f11bdd03 1901#define __BSD__ 1
e6cc62c6 1902_ACEOF
b4085ce6 1903
e6cc62c6 1904 cat >>confdefs.h <<\_ACEOF
f11bdd03 1905#define __DARWIN__ 1
e6cc62c6 1906_ACEOF
d08b457b 1907
e6cc62c6 1908 cat >>confdefs.h <<\_ACEOF
d08b457b 1909#define __POWERPC__ 1
e6cc62c6 1910_ACEOF
82d43113 1911
e6cc62c6 1912 cat >>confdefs.h <<\_ACEOF
82d43113 1913#define TARGET_CARBON 1
e6cc62c6 1914_ACEOF
b4085ce6
GD
1915
1916 DEFAULT_DEFAULT_wxUSE_MAC=1
1917 ;;
1918
b12915c1
VZ
1919 *-*-beos* )
1920 USE_BEOS=1
e6cc62c6 1921 cat >>confdefs.h <<\_ACEOF
b12915c1 1922#define __BEOS__ 1
e6cc62c6 1923_ACEOF
b12915c1
VZ
1924
1925 ;;
1926
10f2d63a 1927 *)
e6cc62c6
VS
1928 { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5
1929echo "$as_me: error: unknown system type ${host}." >&2;}
1930 { (exit 1); exit 1; }; }
10f2d63a
VZ
1931esac
1932
8284b0c5
MB
1933
1934
1935
1936 wx_arg_cache_file="configarg.cache"
1937 echo "loading argument cache $wx_arg_cache_file"
10f2d63a
VZ
1938 rm -f ${wx_arg_cache_file}.tmp
1939 touch ${wx_arg_cache_file}.tmp
1940 touch ${wx_arg_cache_file}
e6cc62c6 1941
10f2d63a
VZ
1942
1943DEBUG_CONFIGURE=0
1944if test $DEBUG_CONFIGURE = 1; then
1e6feb95 1945 DEFAULT_wxUSE_UNIVERSAL=no
df5168c4 1946 DEFAULT_wxUSE_STL=no
1e6feb95 1947
d8356fa3
VZ
1948 DEFAULT_wxUSE_NANOX=no
1949
10f2d63a
VZ
1950 DEFAULT_wxUSE_THREADS=yes
1951
1952 DEFAULT_wxUSE_SHARED=yes
1e6feb95 1953 DEFAULT_wxUSE_OPTIMISE=no
10f2d63a
VZ
1954 DEFAULT_wxUSE_PROFILE=no
1955 DEFAULT_wxUSE_NO_DEPS=no
8f4a9a10
RR
1956 DEFAULT_wxUSE_NO_RTTI=no
1957 DEFAULT_wxUSE_NO_EXCEPTIONS=no
10f2d63a
VZ
1958 DEFAULT_wxUSE_PERMISSIVE=no
1959 DEFAULT_wxUSE_DEBUG_FLAG=yes
1960 DEFAULT_wxUSE_DEBUG_INFO=yes
1961 DEFAULT_wxUSE_DEBUG_GDB=yes
1962 DEFAULT_wxUSE_MEM_TRACING=no
1963 DEFAULT_wxUSE_DEBUG_CONTEXT=no
1964 DEFAULT_wxUSE_DMALLOC=no
1965 DEFAULT_wxUSE_APPLE_IEEE=no
1966
1967 DEFAULT_wxUSE_LOG=yes
1e6feb95
VZ
1968 DEFAULT_wxUSE_LOGWINDOW=no
1969 DEFAULT_wxUSE_LOGGUI=no
69d27ff7 1970 DEFAULT_wxUSE_LOGDIALOG=no
10f2d63a
VZ
1971
1972 DEFAULT_wxUSE_GUI=yes
1e6feb95 1973 DEFAULT_wxUSE_CONTROLS=no
10f2d63a 1974
3e44f09d 1975 DEFAULT_wxUSE_REGEX=no
672abd7a
VS
1976 DEFAULT_wxUSE_XML=no
1977 DEFAULT_wxUSE_EXPAT=no
10f2d63a
VZ
1978 DEFAULT_wxUSE_ZLIB=no
1979 DEFAULT_wxUSE_LIBPNG=no
1980 DEFAULT_wxUSE_LIBJPEG=no
c7a2bf27 1981 DEFAULT_wxUSE_LIBTIFF=no
10f2d63a 1982 DEFAULT_wxUSE_ODBC=no
bdad4e7e 1983 DEFAULT_wxUSE_OPENGL=no
10f2d63a 1984
eb4efbdc 1985 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no
4f3c5f06 1986 DEFAULT_wxUSE_SNGLINST_CHECKER=no
10f2d63a 1987 DEFAULT_wxUSE_STD_IOSTREAM=no
1e6feb95
VZ
1988 DEFAULT_wxUSE_CMDLINE_PARSER=no
1989 DEFAULT_wxUSE_DATETIME=no
1e6feb95
VZ
1990 DEFAULT_wxUSE_TIMER=no
1991 DEFAULT_wxUSE_STOPWATCH=no
10f2d63a 1992 DEFAULT_wxUSE_FILE=no
1e6feb95 1993 DEFAULT_wxUSE_FFILE=no
a3a584a7 1994 DEFAULT_wxUSE_TEXTBUFFER=no
10f2d63a 1995 DEFAULT_wxUSE_TEXTFILE=no
10f2d63a
VZ
1996 DEFAULT_wxUSE_WAVE=no
1997 DEFAULT_wxUSE_INTL=no
1998 DEFAULT_wxUSE_CONFIG=no
1e6feb95 1999 DEFAULT_wxUSE_FONTMAP=no
10f2d63a
VZ
2000 DEFAULT_wxUSE_STREAMS=no
2001 DEFAULT_wxUSE_SOCKETS=no
3bce6687
JS
2002 DEFAULT_wxUSE_OLE=no
2003 DEFAULT_wxUSE_DATAOBJ=no
10f2d63a 2004 DEFAULT_wxUSE_DIALUP_MANAGER=no
10f2d63a 2005 DEFAULT_wxUSE_JOYSTICK=no
6bff71f8 2006 DEFAULT_wxUSE_DYNLIB_CLASS=no
0b9ab0bd 2007 DEFAULT_wxUSE_DYNAMIC_LOADER=no
10f2d63a 2008 DEFAULT_wxUSE_LONGLONG=no
e8f65ba6 2009 DEFAULT_wxUSE_GEOMETRY=no
10f2d63a
VZ
2010
2011 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no
2012 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no
2013 DEFAULT_wxUSE_POSTSCRIPT=no
2014
10f2d63a
VZ
2015 DEFAULT_wxUSE_CLIPBOARD=no
2016 DEFAULT_wxUSE_TOOLTIPS=no
2017 DEFAULT_wxUSE_DRAG_AND_DROP=no
24fd6d87 2018 DEFAULT_wxUSE_DRAGIMAGE=no
10f2d63a
VZ
2019 DEFAULT_wxUSE_SPLINES=no
2020
2021 DEFAULT_wxUSE_MDI_ARCHITECTURE=no
2022 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no
2023 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no
2024
10f2d63a
VZ
2025 DEFAULT_wxUSE_RESOURCES=no
2026 DEFAULT_wxUSE_CONSTRAINTS=no
2027 DEFAULT_wxUSE_IPC=no
2028 DEFAULT_wxUSE_HELP=no
29fd3c0c 2029 DEFAULT_wxUSE_MS_HTML_HELP=no
3379ed37 2030 DEFAULT_wxUSE_WXHTML_HELP=no
24176f2c 2031 DEFAULT_wxUSE_TREELAYOUT=no
10f2d63a 2032 DEFAULT_wxUSE_METAFILE=no
1e6feb95 2033 DEFAULT_wxUSE_MIMETYPE=no
4cdb0ab0
VS
2034 DEFAULT_wxUSE_SYSTEM_OPTIONS=no
2035 DEFAULT_wxUSE_PROTOCOL=no
2036 DEFAULT_wxUSE_PROTOCOL_HTTP=no
2037 DEFAULT_wxUSE_PROTOCOL_FTP=no
2038 DEFAULT_wxUSE_PROTOCOL_FILE=no
2039 DEFAULT_wxUSE_URL=no
3bd8fb5f 2040
10f2d63a 2041 DEFAULT_wxUSE_COMMONDLGS=no
1e6feb95
VZ
2042 DEFAULT_wxUSE_CHOICEDLG=no
2043 DEFAULT_wxUSE_COLOURDLG=no
10f2d63a 2044 DEFAULT_wxUSE_DIRDLG=no
1e6feb95 2045 DEFAULT_wxUSE_FILEDLG=no
8db37e06 2046 DEFAULT_wxUSE_FINDREPLDLG=no
1e6feb95
VZ
2047 DEFAULT_wxUSE_FONTDLG=no
2048 DEFAULT_wxUSE_MSGDLG=no
2049 DEFAULT_wxUSE_NUMBERDLG=no
10f2d63a 2050 DEFAULT_wxUSE_TEXTDLG=no
cbca9943 2051 DEFAULT_wxUSE_SPLASH=no
10f2d63a
VZ
2052 DEFAULT_wxUSE_STARTUP_TIPS=no
2053 DEFAULT_wxUSE_PROGRESSDLG=no
b1f5d087
VZ
2054 DEFAULT_wxUSE_WIZARDDLG=no
2055
1e6feb95 2056 DEFAULT_wxUSE_MENUS=no
10f2d63a
VZ
2057 DEFAULT_wxUSE_MINIFRAME=no
2058 DEFAULT_wxUSE_HTML=no
24528b0c 2059 DEFAULT_wxUSE_FILESYSTEM=no
10f2d63a
VZ
2060 DEFAULT_wxUSE_FS_INET=no
2061 DEFAULT_wxUSE_FS_ZIP=no
2062 DEFAULT_wxUSE_BUSYINFO=no
2063 DEFAULT_wxUSE_ZIPSTREAM=no
1e6feb95 2064 DEFAULT_wxUSE_VALIDATORS=no
10f2d63a
VZ
2065
2066 DEFAULT_wxUSE_ACCEL=no
1e6feb95 2067 DEFAULT_wxUSE_BUTTON=no
10f2d63a 2068 DEFAULT_wxUSE_BMPBUTTON=no
1e6feb95
VZ
2069 DEFAULT_wxUSE_CALCTRL=no
2070 DEFAULT_wxUSE_CARET=no
10f2d63a
VZ
2071 DEFAULT_wxUSE_CHECKBOX=no
2072 DEFAULT_wxUSE_CHECKLST=no
1e6feb95 2073 DEFAULT_wxUSE_CHOICE=no
10f2d63a 2074 DEFAULT_wxUSE_COMBOBOX=no
da494b40 2075 DEFAULT_wxUSE_DISPLAY=no
10f2d63a
VZ
2076 DEFAULT_wxUSE_GAUGE=no
2077 DEFAULT_wxUSE_GRID=no
10f2d63a
VZ
2078 DEFAULT_wxUSE_IMAGLIST=no
2079 DEFAULT_wxUSE_LISTBOX=no
2080 DEFAULT_wxUSE_LISTCTRL=no
2081 DEFAULT_wxUSE_NOTEBOOK=no
2082 DEFAULT_wxUSE_RADIOBOX=no
2083 DEFAULT_wxUSE_RADIOBTN=no
2084 DEFAULT_wxUSE_SASH=no
2085 DEFAULT_wxUSE_SCROLLBAR=no
2086 DEFAULT_wxUSE_SLIDER=no
2087 DEFAULT_wxUSE_SPINBTN=no
56cfaa52 2088 DEFAULT_wxUSE_SPINCTRL=no
10f2d63a
VZ
2089 DEFAULT_wxUSE_SPLITTER=no
2090 DEFAULT_wxUSE_STATBMP=no
2091 DEFAULT_wxUSE_STATBOX=no
2092 DEFAULT_wxUSE_STATLINE=no
1e6feb95 2093 DEFAULT_wxUSE_STATTEXT=no
10f2d63a
VZ
2094 DEFAULT_wxUSE_STATUSBAR=yes
2095 DEFAULT_wxUSE_TABDIALOG=no
1e6feb95 2096 DEFAULT_wxUSE_TEXTCTRL=no
1db8dc4a 2097 DEFAULT_wxUSE_TOGGLEBTN=no
10f2d63a 2098 DEFAULT_wxUSE_TOOLBAR=no
360d6699
VZ
2099 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
2100 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
10f2d63a 2101 DEFAULT_wxUSE_TREECTRL=no
9f41d601 2102 DEFAULT_wxUSE_POPUPWIN=no
9926e4a4 2103 DEFAULT_wxUSE_TIPWINDOW=no
10f2d63a
VZ
2104
2105 DEFAULT_wxUSE_UNICODE=no
a72a4bfa 2106 DEFAULT_wxUSE_UNICODE_MSLU=no
10f2d63a
VZ
2107 DEFAULT_wxUSE_WCSRTOMBS=no
2108
edae8572 2109 DEFAULT_wxUSE_PALETTE=no
0046ff7c 2110 DEFAULT_wxUSE_IMAGE=no
10f2d63a
VZ
2111 DEFAULT_wxUSE_GIF=no
2112 DEFAULT_wxUSE_PCX=no
2113 DEFAULT_wxUSE_PNM=no
4b6b4dfc 2114 DEFAULT_wxUSE_IFF=no
0046ff7c 2115 DEFAULT_wxUSE_XPM=no
658974ae 2116 DEFAULT_wxUSE_ICO_CUR=no
7bb2947d 2117 DEFAULT_wxUSE_ACCESSIBILITY=no
9747f85d 2118
e9e0dc15 2119 DEFAULT_wxUSE_MONOLITHIC=no
029b47ad 2120 DEFAULT_wxUSE_OFFICIAL_BUILD=no
10f2d63a 2121else
1e6feb95 2122 DEFAULT_wxUSE_UNIVERSAL=no
df5168c4 2123 DEFAULT_wxUSE_STL=no
1e6feb95 2124
d8356fa3
VZ
2125 DEFAULT_wxUSE_NANOX=no
2126
10f2d63a
VZ
2127 DEFAULT_wxUSE_THREADS=yes
2128
2129 DEFAULT_wxUSE_SHARED=yes
2130 DEFAULT_wxUSE_OPTIMISE=yes
2131 DEFAULT_wxUSE_PROFILE=no
2132 DEFAULT_wxUSE_NO_DEPS=no
8f4a9a10
RR
2133 DEFAULT_wxUSE_NO_RTTI=no
2134 DEFAULT_wxUSE_NO_EXCEPTIONS=no
10f2d63a
VZ
2135 DEFAULT_wxUSE_PERMISSIVE=no
2136 DEFAULT_wxUSE_DEBUG_FLAG=no
2137 DEFAULT_wxUSE_DEBUG_INFO=no
2138 DEFAULT_wxUSE_DEBUG_GDB=no
2139 DEFAULT_wxUSE_MEM_TRACING=no
2140 DEFAULT_wxUSE_DEBUG_CONTEXT=no
2141 DEFAULT_wxUSE_DMALLOC=no
2142 DEFAULT_wxUSE_APPLE_IEEE=yes
2143
2144 DEFAULT_wxUSE_LOG=yes
d73be714
VZ
2145 DEFAULT_wxUSE_LOGWINDOW=yes
2146 DEFAULT_wxUSE_LOGGUI=yes
69d27ff7 2147 DEFAULT_wxUSE_LOGDIALOG=yes
10f2d63a
VZ
2148
2149 DEFAULT_wxUSE_GUI=yes
2150
831b3152 2151 DEFAULT_wxUSE_REGEX=yes
672abd7a
VS
2152 DEFAULT_wxUSE_XML=yes
2153 DEFAULT_wxUSE_EXPAT=yes
10f2d63a
VZ
2154 DEFAULT_wxUSE_ZLIB=yes
2155 DEFAULT_wxUSE_LIBPNG=yes
2156 DEFAULT_wxUSE_LIBJPEG=yes
b47c832e 2157 DEFAULT_wxUSE_LIBTIFF=yes
16b52fa1 2158 DEFAULT_wxUSE_ODBC=no
bdad4e7e 2159 DEFAULT_wxUSE_OPENGL=no
10f2d63a 2160
eb4efbdc 2161 DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes
4f3c5f06 2162 DEFAULT_wxUSE_SNGLINST_CHECKER=yes
10f2d63a 2163 DEFAULT_wxUSE_STD_IOSTREAM=no
1e6feb95
VZ
2164 DEFAULT_wxUSE_CMDLINE_PARSER=yes
2165 DEFAULT_wxUSE_DATETIME=yes
1e6feb95
VZ
2166 DEFAULT_wxUSE_TIMER=yes
2167 DEFAULT_wxUSE_STOPWATCH=yes
10f2d63a 2168 DEFAULT_wxUSE_FILE=yes
1e6feb95 2169 DEFAULT_wxUSE_FFILE=yes
a3a584a7 2170 DEFAULT_wxUSE_TEXTBUFFER=yes
10f2d63a 2171 DEFAULT_wxUSE_TEXTFILE=yes
10f2d63a
VZ
2172 DEFAULT_wxUSE_WAVE=no
2173 DEFAULT_wxUSE_INTL=yes
2174 DEFAULT_wxUSE_CONFIG=yes
1e6feb95 2175 DEFAULT_wxUSE_FONTMAP=yes
10f2d63a
VZ
2176 DEFAULT_wxUSE_STREAMS=yes
2177 DEFAULT_wxUSE_SOCKETS=yes
3bce6687
JS
2178 DEFAULT_wxUSE_OLE=yes
2179 DEFAULT_wxUSE_DATAOBJ=yes
10f2d63a 2180 DEFAULT_wxUSE_DIALUP_MANAGER=yes
10f2d63a 2181 DEFAULT_wxUSE_JOYSTICK=yes
6bff71f8 2182 DEFAULT_wxUSE_DYNLIB_CLASS=yes
9337b578 2183 DEFAULT_wxUSE_DYNAMIC_LOADER=yes
b685cd9b 2184 DEFAULT_wxUSE_LONGLONG=yes
e8f65ba6 2185 DEFAULT_wxUSE_GEOMETRY=yes
10f2d63a
VZ
2186
2187 DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes
2188 DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes
2189 DEFAULT_wxUSE_POSTSCRIPT=yes
2190
10f2d63a
VZ
2191 DEFAULT_wxUSE_CLIPBOARD=yes
2192 DEFAULT_wxUSE_TOOLTIPS=yes
2193 DEFAULT_wxUSE_DRAG_AND_DROP=yes
24fd6d87 2194 DEFAULT_wxUSE_DRAGIMAGE=yes
10f2d63a
VZ
2195 DEFAULT_wxUSE_SPLINES=yes
2196
2197 DEFAULT_wxUSE_MDI_ARCHITECTURE=yes
2198 DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes
2199 DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes
2200
2b5f62a0 2201 DEFAULT_wxUSE_RESOURCES=no
10f2d63a
VZ
2202 DEFAULT_wxUSE_CONSTRAINTS=yes
2203 DEFAULT_wxUSE_IPC=yes
2204 DEFAULT_wxUSE_HELP=yes
29fd3c0c 2205 DEFAULT_wxUSE_MS_HTML_HELP=yes
3379ed37 2206 DEFAULT_wxUSE_WXHTML_HELP=yes
24176f2c 2207 DEFAULT_wxUSE_TREELAYOUT=yes
10f2d63a 2208 DEFAULT_wxUSE_METAFILE=yes
1e6feb95 2209 DEFAULT_wxUSE_MIMETYPE=yes
3e44f09d 2210 DEFAULT_wxUSE_SYSTEM_OPTIONS=yes
4cdb0ab0
VS
2211 DEFAULT_wxUSE_PROTOCOL=yes
2212 DEFAULT_wxUSE_PROTOCOL_HTTP=yes
2213 DEFAULT_wxUSE_PROTOCOL_FTP=yes
2214 DEFAULT_wxUSE_PROTOCOL_FILE=yes
2215 DEFAULT_wxUSE_URL=yes
10f2d63a
VZ
2216
2217 DEFAULT_wxUSE_COMMONDLGS=yes
1e6feb95
VZ
2218 DEFAULT_wxUSE_CHOICEDLG=yes
2219 DEFAULT_wxUSE_COLOURDLG=yes
10f2d63a 2220 DEFAULT_wxUSE_DIRDLG=yes
1e6feb95 2221 DEFAULT_wxUSE_FILEDLG=yes
8db37e06 2222 DEFAULT_wxUSE_FINDREPLDLG=yes
1e6feb95
VZ
2223 DEFAULT_wxUSE_FONTDLG=yes
2224 DEFAULT_wxUSE_MSGDLG=yes
2225 DEFAULT_wxUSE_NUMBERDLG=yes
10f2d63a 2226 DEFAULT_wxUSE_TEXTDLG=yes
cbca9943 2227 DEFAULT_wxUSE_SPLASH=yes
10f2d63a
VZ
2228 DEFAULT_wxUSE_STARTUP_TIPS=yes
2229 DEFAULT_wxUSE_PROGRESSDLG=yes
f33f19dd
VZ
2230 DEFAULT_wxUSE_WIZARDDLG=yes
2231
1e6feb95 2232 DEFAULT_wxUSE_MENUS=yes
10f2d63a
VZ
2233 DEFAULT_wxUSE_MINIFRAME=yes
2234 DEFAULT_wxUSE_HTML=yes
24528b0c 2235 DEFAULT_wxUSE_FILESYSTEM=yes
10f2d63a
VZ
2236 DEFAULT_wxUSE_FS_INET=yes
2237 DEFAULT_wxUSE_FS_ZIP=yes
2238 DEFAULT_wxUSE_BUSYINFO=yes
2239 DEFAULT_wxUSE_ZIPSTREAM=yes
2240 DEFAULT_wxUSE_VALIDATORS=yes
2241
2242 DEFAULT_wxUSE_ACCEL=yes
1e6feb95 2243 DEFAULT_wxUSE_BUTTON=yes
10f2d63a 2244 DEFAULT_wxUSE_BMPBUTTON=yes
1e6feb95
VZ
2245 DEFAULT_wxUSE_CALCTRL=yes
2246 DEFAULT_wxUSE_CARET=yes
10f2d63a
VZ
2247 DEFAULT_wxUSE_CHECKBOX=yes
2248 DEFAULT_wxUSE_CHECKLST=yes
2249 DEFAULT_wxUSE_CHOICE=yes
2250 DEFAULT_wxUSE_COMBOBOX=yes
da494b40 2251 DEFAULT_wxUSE_DISPLAY=no
10f2d63a
VZ
2252 DEFAULT_wxUSE_GAUGE=yes
2253 DEFAULT_wxUSE_GRID=yes
10f2d63a
VZ
2254 DEFAULT_wxUSE_IMAGLIST=yes
2255 DEFAULT_wxUSE_LISTBOX=yes
2256 DEFAULT_wxUSE_LISTCTRL=yes
2257 DEFAULT_wxUSE_NOTEBOOK=yes
2258 DEFAULT_wxUSE_RADIOBOX=yes
2259 DEFAULT_wxUSE_RADIOBTN=yes
2260 DEFAULT_wxUSE_SASH=yes
2261 DEFAULT_wxUSE_SCROLLBAR=yes
2262 DEFAULT_wxUSE_SLIDER=yes
2263 DEFAULT_wxUSE_SPINBTN=yes
56cfaa52 2264 DEFAULT_wxUSE_SPINCTRL=yes
10f2d63a
VZ
2265 DEFAULT_wxUSE_SPLITTER=yes
2266 DEFAULT_wxUSE_STATBMP=yes
2267 DEFAULT_wxUSE_STATBOX=yes
2268 DEFAULT_wxUSE_STATLINE=yes
1e6feb95 2269 DEFAULT_wxUSE_STATTEXT=yes
10f2d63a
VZ
2270 DEFAULT_wxUSE_STATUSBAR=yes
2271 DEFAULT_wxUSE_TABDIALOG=no
1e6feb95 2272 DEFAULT_wxUSE_TEXTCTRL=yes
1db8dc4a 2273 DEFAULT_wxUSE_TOGGLEBTN=yes
10f2d63a 2274 DEFAULT_wxUSE_TOOLBAR=yes
360d6699
VZ
2275 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
2276 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
10f2d63a 2277 DEFAULT_wxUSE_TREECTRL=yes
9f41d601 2278 DEFAULT_wxUSE_POPUPWIN=yes
9926e4a4 2279 DEFAULT_wxUSE_TIPWINDOW=yes
10f2d63a
VZ
2280
2281 DEFAULT_wxUSE_UNICODE=no
a72a4bfa 2282 DEFAULT_wxUSE_UNICODE_MSLU=yes
10f2d63a
VZ
2283 DEFAULT_wxUSE_WCSRTOMBS=no
2284
edae8572 2285 DEFAULT_wxUSE_PALETTE=yes
0046ff7c 2286 DEFAULT_wxUSE_IMAGE=yes
10f2d63a
VZ
2287 DEFAULT_wxUSE_GIF=yes
2288 DEFAULT_wxUSE_PCX=yes
cc0e8480 2289 DEFAULT_wxUSE_IFF=no
10f2d63a 2290 DEFAULT_wxUSE_PNM=yes
0046ff7c 2291 DEFAULT_wxUSE_XPM=yes
658974ae 2292 DEFAULT_wxUSE_ICO_CUR=yes
7bb2947d 2293 DEFAULT_wxUSE_ACCESSIBILITY=no
9747f85d 2294
e9e0dc15 2295 DEFAULT_wxUSE_MONOLITHIC=no
029b47ad 2296 DEFAULT_wxUSE_OFFICIAL_BUILD=no
10f2d63a
VZ
2297fi
2298
8284b0c5
MB
2299
2300
10f2d63a 2301for toolkit in `echo $ALL_TOOLKITS`; do
d74f4b5a
VZ
2302 LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}`
2303 if test "x$LINE" != "x" ; then
10f2d63a
VZ
2304 has_toolkit_in_cache=1
2305 eval "DEFAULT_$LINE"
2306 eval "CACHE_$toolkit=1"
2307 fi
2308done
2309
8284b0c5
MB
2310
2311
5005acfe 2312 enablestring=
e6cc62c6
VS
2313 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
2314echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6
10f2d63a
VZ
2315 no_cache=0
2316 # Check whether --enable-gui or --disable-gui was given.
2317if test "${enable_gui+set}" = set; then
2318 enableval="$enable_gui"
e6cc62c6 2319
10f2d63a
VZ
2320 if test "$enableval" = yes; then
2321 ac_cv_use_gui='wxUSE_GUI=yes'
2322 else
2323 ac_cv_use_gui='wxUSE_GUI=no'
2324 fi
e6cc62c6 2325
10f2d63a 2326else
e6cc62c6 2327
10f2d63a
VZ
2328 LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}`
2329 if test "x$LINE" != x ; then
2330 eval "DEFAULT_$LINE"
2331 else
2332 no_cache=1
2333 fi
2334
2335 ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI
10f2d63a 2336
e6cc62c6 2337fi;
10f2d63a
VZ
2338
2339 eval "$ac_cv_use_gui"
2340 if test "$no_cache" != 1; then
2341 echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp
2342 fi
2343
2344 if test "$wxUSE_GUI" = yes; then
e6cc62c6
VS
2345 echo "$as_me:$LINENO: result: yes" >&5
2346echo "${ECHO_T}yes" >&6
10f2d63a 2347 else
e6cc62c6
VS
2348 echo "$as_me:$LINENO: result: no" >&5
2349echo "${ECHO_T}no" >&6
10f2d63a 2350 fi
e6cc62c6 2351
10f2d63a 2352
9747f85d
VS
2353 enablestring=
2354 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
2355echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6
2356 no_cache=0
2357 # Check whether --enable-monolithic or --disable-monolithic was given.
2358if test "${enable_monolithic+set}" = set; then
2359 enableval="$enable_monolithic"
2360
2361 if test "$enableval" = yes; then
2362 ac_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
2363 else
2364 ac_cv_use_monolithic='wxUSE_MONOLITHIC=no'
2365 fi
2366
2367else
2368
2369 LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}`
2370 if test "x$LINE" != x ; then
2371 eval "DEFAULT_$LINE"
2372 else
2373 no_cache=1
2374 fi
2375
2376 ac_cv_use_monolithic='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC
2377
2378fi;
2379
2380 eval "$ac_cv_use_monolithic"
2381 if test "$no_cache" != 1; then
2382 echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp
2383 fi
2384
2385 if test "$wxUSE_MONOLITHIC" = yes; then
2386 echo "$as_me:$LINENO: result: yes" >&5
2387echo "${ECHO_T}yes" >&6
2388 else
2389 echo "$as_me:$LINENO: result: no" >&5
2390echo "${ECHO_T}no" >&6
2391 fi
2392
2393
b12915c1 2394if test "$wxUSE_GUI" = "yes"; then
10f2d63a 2395
8284b0c5 2396
5005acfe 2397 enablestring=
e6cc62c6
VS
2398 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
2399echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6
1e6feb95
VZ
2400 no_cache=0
2401 # Check whether --enable-universal or --disable-universal was given.
2402if test "${enable_universal+set}" = set; then
2403 enableval="$enable_universal"
e6cc62c6 2404
1e6feb95
VZ
2405 if test "$enableval" = yes; then
2406 ac_cv_use_universal='wxUSE_UNIVERSAL=yes'
2407 else
2408 ac_cv_use_universal='wxUSE_UNIVERSAL=no'
2409 fi
e6cc62c6 2410
1e6feb95 2411else
e6cc62c6 2412
1e6feb95
VZ
2413 LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}`
2414 if test "x$LINE" != x ; then
2415 eval "DEFAULT_$LINE"
2416 else
2417 no_cache=1
2418 fi
2419
2420 ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL
1e6feb95 2421
e6cc62c6 2422fi;
1e6feb95
VZ
2423
2424 eval "$ac_cv_use_universal"
2425 if test "$no_cache" != 1; then
2426 echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp
2427 fi
2428
2429 if test "$wxUSE_UNIVERSAL" = yes; then
e6cc62c6
VS
2430 echo "$as_me:$LINENO: result: yes" >&5
2431echo "${ECHO_T}yes" >&6
1e6feb95 2432 else
e6cc62c6
VS
2433 echo "$as_me:$LINENO: result: no" >&5
2434echo "${ECHO_T}no" >&6
1e6feb95 2435 fi
e6cc62c6
VS
2436
2437
10f2d63a
VZ
2438# Check whether --with-gtk or --without-gtk was given.
2439if test "${with_gtk+set}" = set; then
2440 withval="$with_gtk"
2441 wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
e6cc62c6 2442fi;
10f2d63a
VZ
2443
2444# Check whether --with-motif or --without-motif was given.
2445if test "${with_motif+set}" = set; then
2446 withval="$with_motif"
2447 wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
e6cc62c6 2448fi;
10f2d63a 2449
b4085ce6
GD
2450# Check whether --with-mac or --without-mac was given.
2451if test "${with_mac+set}" = set; then
2452 withval="$with_mac"
2453 wxUSE_MAC="$withval" TOOLKIT_GIVEN=1
e6cc62c6 2454fi;
b4085ce6 2455
ac0c4cc3
DE
2456# Check whether --with-cocoa or --without-cocoa was given.
2457if test "${with_cocoa+set}" = set; then
2458 withval="$with_cocoa"
2459 wxUSE_COCOA="$withval" TOOLKIT_GIVEN=1
e6cc62c6 2460fi;
ac0c4cc3 2461
10f2d63a
VZ
2462# Check whether --with-wine or --without-wine was given.
2463if test "${with_wine+set}" = set; then
2464 withval="$with_wine"
89e6bf6d 2465 wxUSE_WINE="$withval" CACHE_WINE=1
e6cc62c6 2466fi;
10f2d63a 2467
77e13408
RL
2468# Check whether --with-msw or --without-msw was given.
2469if test "${with_msw+set}" = set; then
2470 withval="$with_msw"
b4efce5e 2471 wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
e6cc62c6 2472fi;
10f2d63a 2473
e07802fc
VZ
2474# Check whether --with-pm or --without-pm was given.
2475if test "${with_pm+set}" = set; then
2476 withval="$with_pm"
2477 wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
e6cc62c6 2478fi;
698dcdb6 2479
1e6feb95
VZ
2480# Check whether --with-mgl or --without-mgl was given.
2481if test "${with_mgl+set}" = set; then
2482 withval="$with_mgl"
6c657b52 2483 wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
e6cc62c6 2484fi;
1e6feb95 2485
1725144d
RR
2486# Check whether --with-microwin or --without-microwin was given.
2487if test "${with_microwin+set}" = set; then
2488 withval="$with_microwin"
2489 wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
e6cc62c6 2490fi;
1725144d 2491
f79bd02d
JS
2492# Check whether --with-x11 or --without-x11 was given.
2493if test "${with_x11+set}" = set; then
2494 withval="$with_x11"
3c011993 2495 wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
e6cc62c6 2496fi;
a0b9e27f 2497
5005acfe 2498 enablestring=
e6cc62c6
VS
2499 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
2500echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6
d8356fa3 2501 no_cache=0
ba875e66
VZ
2502 # Check whether --enable-nanox or --disable-nanox was given.
2503if test "${enable_nanox+set}" = set; then
2504 enableval="$enable_nanox"
e6cc62c6 2505
d8356fa3 2506 if test "$enableval" = yes; then
ba875e66 2507 ac_cv_use_nanox='wxUSE_NANOX=yes'
d8356fa3 2508 else
ba875e66 2509 ac_cv_use_nanox='wxUSE_NANOX=no'
d8356fa3 2510 fi
e6cc62c6 2511
d8356fa3 2512else
e6cc62c6 2513
d8356fa3
VZ
2514 LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}`
2515 if test "x$LINE" != x ; then
2516 eval "DEFAULT_$LINE"
2517 else
2518 no_cache=1
2519 fi
2520
ba875e66 2521 ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX
d8356fa3 2522
e6cc62c6 2523fi;
d8356fa3 2524
ba875e66 2525 eval "$ac_cv_use_nanox"
d8356fa3 2526 if test "$no_cache" != 1; then
ba875e66 2527 echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp
d8356fa3
VZ
2528 fi
2529
2530 if test "$wxUSE_NANOX" = yes; then
e6cc62c6
VS
2531 echo "$as_me:$LINENO: result: yes" >&5
2532echo "${ECHO_T}yes" >&6
d8356fa3 2533 else
e6cc62c6
VS
2534 echo "$as_me:$LINENO: result: no" >&5
2535echo "${ECHO_T}no" >&6
d8356fa3 2536 fi
e6cc62c6 2537
8284b0c5 2538
d74f4b5a 2539
5005acfe 2540 enablestring=
e6cc62c6
VS
2541 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gtk2" >&5
2542echo $ECHO_N "checking for --${enablestring:-enable}-gtk2... $ECHO_C" >&6
d74f4b5a
VZ
2543 no_cache=0
2544 # Check whether --enable-gtk2 or --disable-gtk2 was given.
8168de4c
VZ
2545if test "${enable_gtk2+set}" = set; then
2546 enableval="$enable_gtk2"
e6cc62c6 2547
d74f4b5a
VZ
2548 if test "$enableval" = yes; then
2549 ac_cv_use_gtk2='wxUSE_GTK2=yes'
2550 else
2551 ac_cv_use_gtk2='wxUSE_GTK2=no'
2552 fi
e6cc62c6 2553
10f2d63a 2554else
e6cc62c6 2555
d74f4b5a
VZ
2556 LINE=`grep "wxUSE_GTK2" ${wx_arg_cache_file}`
2557 if test "x$LINE" != x ; then
2558 eval "DEFAULT_$LINE"
2559 else
2560 no_cache=1
2561 fi
2562
2563 ac_cv_use_gtk2='wxUSE_GTK2='$DEFAULT_wxUSE_GTK2
52127426 2564
e6cc62c6 2565fi;
328a083c 2566
d74f4b5a
VZ
2567 eval "$ac_cv_use_gtk2"
2568 if test "$no_cache" != 1; then
2569 echo $ac_cv_use_gtk2 >> ${wx_arg_cache_file}.tmp
2570 fi
2571
2572 if test "$wxUSE_GTK2" = yes; then
e6cc62c6
VS
2573 echo "$as_me:$LINENO: result: yes" >&5
2574echo "${ECHO_T}yes" >&6
d74f4b5a 2575 else
e6cc62c6
VS
2576 echo "$as_me:$LINENO: result: no" >&5
2577echo "${ECHO_T}no" >&6
d74f4b5a 2578 fi
d74f4b5a 2579
5c6fa7d2 2580
e6cc62c6
VS
2581
2582 echo "$as_me:$LINENO: checking for --with-libpng" >&5
2583echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6
8284b0c5 2584 no_cache=0
e6cc62c6
VS
2585
2586# Check whether --with-libpng or --without-libpng was given.
b12915c1
VZ
2587if test "${with_libpng+set}" = set; then
2588 withval="$with_libpng"
e6cc62c6 2589
10f2d63a 2590 if test "$withval" = yes; then
b12915c1 2591 ac_cv_use_libpng='wxUSE_LIBPNG=yes'
422107f9 2592 elif test "$withval" = no; then
b12915c1 2593 ac_cv_use_libpng='wxUSE_LIBPNG=no'
422107f9
VZ
2594 elif test "$withval" = sys; then
2595 ac_cv_use_libpng='wxUSE_LIBPNG=sys'
4f14bcd8
GD
2596 elif test "$withval" = builtin; then
2597 ac_cv_use_libpng='wxUSE_LIBPNG=builtin'
422107f9 2598 else
e6cc62c6
VS
2599 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2600echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2601 { (exit 1); exit 1; }; }
10f2d63a 2602 fi
e6cc62c6 2603
10f2d63a 2604else
e6cc62c6 2605
b12915c1 2606 LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}`
10f2d63a
VZ
2607 if test "x$LINE" != x ; then
2608 eval "DEFAULT_$LINE"
2609 else
2610 no_cache=1
2611 fi
2612
b12915c1 2613 ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG
10f2d63a 2614
e6cc62c6 2615fi;
10f2d63a 2616
b12915c1 2617 eval "$ac_cv_use_libpng"
10f2d63a 2618 if test "$no_cache" != 1; then
b12915c1 2619 echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2620 fi
2621
b12915c1 2622 if test "$wxUSE_LIBPNG" = yes; then
e6cc62c6
VS
2623 echo "$as_me:$LINENO: result: yes" >&5
2624echo "${ECHO_T}yes" >&6
422107f9 2625 elif test "$wxUSE_LIBPNG" = no; then
e6cc62c6
VS
2626 echo "$as_me:$LINENO: result: no" >&5
2627echo "${ECHO_T}no" >&6
422107f9 2628 elif test "$wxUSE_LIBPNG" = sys; then
e6cc62c6
VS
2629 echo "$as_me:$LINENO: result: system version" >&5
2630echo "${ECHO_T}system version" >&6
4f14bcd8 2631 elif test "$wxUSE_LIBPNG" = builtin; then
e6cc62c6
VS
2632 echo "$as_me:$LINENO: result: builtin version" >&5
2633echo "${ECHO_T}builtin version" >&6
422107f9 2634 else
e6cc62c6
VS
2635 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
2636echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
2637 { (exit 1); exit 1; }; }
10f2d63a 2638 fi
10f2d63a 2639
e6cc62c6
VS
2640
2641 echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
2642echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6
10f2d63a 2643 no_cache=0
e6cc62c6
VS
2644
2645# Check whether --with-libjpeg or --without-libjpeg was given.
b12915c1
VZ
2646if test "${with_libjpeg+set}" = set; then
2647 withval="$with_libjpeg"
e6cc62c6 2648
10f2d63a 2649 if test "$withval" = yes; then
b12915c1 2650 ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
422107f9 2651 elif test "$withval" = no; then
b12915c1 2652 ac_cv_use_libjpeg='wxUSE_LIBJPEG=no'
422107f9
VZ
2653 elif test "$withval" = sys; then
2654 ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
4f14bcd8
GD
2655 elif test "$withval" = builtin; then
2656 ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
422107f9 2657 else
e6cc62c6
VS
2658 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2659echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2660 { (exit 1); exit 1; }; }
10f2d63a 2661 fi
e6cc62c6 2662
10f2d63a 2663else
e6cc62c6 2664
b12915c1 2665 LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}`
10f2d63a
VZ
2666 if test "x$LINE" != x ; then
2667 eval "DEFAULT_$LINE"
2668 else
2669 no_cache=1
2670 fi
2671
b12915c1 2672 ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG
10f2d63a 2673
e6cc62c6 2674fi;
10f2d63a 2675
b12915c1 2676 eval "$ac_cv_use_libjpeg"
10f2d63a 2677 if test "$no_cache" != 1; then
b12915c1 2678 echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2679 fi
2680
b12915c1 2681 if test "$wxUSE_LIBJPEG" = yes; then
e6cc62c6
VS
2682 echo "$as_me:$LINENO: result: yes" >&5
2683echo "${ECHO_T}yes" >&6
422107f9 2684 elif test "$wxUSE_LIBJPEG" = no; then
e6cc62c6
VS
2685 echo "$as_me:$LINENO: result: no" >&5
2686echo "${ECHO_T}no" >&6
422107f9 2687 elif test "$wxUSE_LIBJPEG" = sys; then
e6cc62c6
VS
2688 echo "$as_me:$LINENO: result: system version" >&5
2689echo "${ECHO_T}system version" >&6
4f14bcd8 2690 elif test "$wxUSE_LIBJPEG" = builtin; then
e6cc62c6
VS
2691 echo "$as_me:$LINENO: result: builtin version" >&5
2692echo "${ECHO_T}builtin version" >&6
422107f9 2693 else
e6cc62c6
VS
2694 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
2695echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
2696 { (exit 1); exit 1; }; }
10f2d63a 2697 fi
10f2d63a 2698
e6cc62c6
VS
2699
2700 echo "$as_me:$LINENO: checking for --with-libtiff" >&5
2701echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6
10f2d63a 2702 no_cache=0
e6cc62c6
VS
2703
2704# Check whether --with-libtiff or --without-libtiff was given.
b12915c1
VZ
2705if test "${with_libtiff+set}" = set; then
2706 withval="$with_libtiff"
e6cc62c6 2707
10f2d63a 2708 if test "$withval" = yes; then
b12915c1 2709 ac_cv_use_libtiff='wxUSE_LIBTIFF=yes'
0dcf9893 2710 elif test "$withval" = no; then
b12915c1 2711 ac_cv_use_libtiff='wxUSE_LIBTIFF=no'
0dcf9893
VZ
2712 elif test "$withval" = sys; then
2713 ac_cv_use_libtiff='wxUSE_LIBTIFF=sys'
4f14bcd8
GD
2714 elif test "$withval" = builtin; then
2715 ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
0dcf9893 2716 else
e6cc62c6
VS
2717 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2718echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2719 { (exit 1); exit 1; }; }
10f2d63a 2720 fi
e6cc62c6 2721
10f2d63a 2722else
e6cc62c6 2723
b12915c1 2724 LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}`
10f2d63a
VZ
2725 if test "x$LINE" != x ; then
2726 eval "DEFAULT_$LINE"
2727 else
2728 no_cache=1
2729 fi
2730
b12915c1 2731 ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF
10f2d63a 2732
e6cc62c6 2733fi;
10f2d63a 2734
b12915c1 2735 eval "$ac_cv_use_libtiff"
10f2d63a 2736 if test "$no_cache" != 1; then
b12915c1 2737 echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2738 fi
2739
b12915c1 2740 if test "$wxUSE_LIBTIFF" = yes; then
e6cc62c6
VS
2741 echo "$as_me:$LINENO: result: yes" >&5
2742echo "${ECHO_T}yes" >&6
0dcf9893 2743 elif test "$wxUSE_LIBTIFF" = no; then
e6cc62c6
VS
2744 echo "$as_me:$LINENO: result: no" >&5
2745echo "${ECHO_T}no" >&6
0dcf9893 2746 elif test "$wxUSE_LIBTIFF" = sys; then
e6cc62c6
VS
2747 echo "$as_me:$LINENO: result: system version" >&5
2748echo "${ECHO_T}system version" >&6
4f14bcd8 2749 elif test "$wxUSE_LIBTIFF" = builtin; then
e6cc62c6
VS
2750 echo "$as_me:$LINENO: result: builtin version" >&5
2751echo "${ECHO_T}builtin version" >&6
0dcf9893 2752 else
e6cc62c6
VS
2753 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
2754echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
2755 { (exit 1); exit 1; }; }
10f2d63a 2756 fi
10f2d63a 2757
e6cc62c6
VS
2758
2759 echo "$as_me:$LINENO: checking for --with-opengl" >&5
2760echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6
10f2d63a 2761 no_cache=0
e6cc62c6
VS
2762
2763# Check whether --with-opengl or --without-opengl was given.
b12915c1
VZ
2764if test "${with_opengl+set}" = set; then
2765 withval="$with_opengl"
e6cc62c6 2766
10f2d63a 2767 if test "$withval" = yes; then
b12915c1 2768 ac_cv_use_opengl='wxUSE_OPENGL=yes'
10f2d63a 2769 else
b12915c1 2770 ac_cv_use_opengl='wxUSE_OPENGL=no'
10f2d63a 2771 fi
e6cc62c6 2772
10f2d63a 2773else
e6cc62c6 2774
b12915c1 2775 LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}`
10f2d63a
VZ
2776 if test "x$LINE" != x ; then
2777 eval "DEFAULT_$LINE"
2778 else
2779 no_cache=1
2780 fi
2781
b12915c1 2782 ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL
10f2d63a 2783
e6cc62c6 2784fi;
10f2d63a 2785
b12915c1 2786 eval "$ac_cv_use_opengl"
10f2d63a 2787 if test "$no_cache" != 1; then
b12915c1 2788 echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2789 fi
2790
b12915c1 2791 if test "$wxUSE_OPENGL" = yes; then
e6cc62c6
VS
2792 echo "$as_me:$LINENO: result: yes" >&5
2793echo "${ECHO_T}yes" >&6
10f2d63a 2794 else
e6cc62c6
VS
2795 echo "$as_me:$LINENO: result: no" >&5
2796echo "${ECHO_T}no" >&6
10f2d63a 2797 fi
e6cc62c6 2798
10f2d63a 2799
b12915c1
VZ
2800fi
2801
5c6fa7d2 2802
e6cc62c6
VS
2803 echo "$as_me:$LINENO: checking for --with-dmalloc" >&5
2804echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6
8284b0c5 2805 no_cache=0
e6cc62c6
VS
2806
2807# Check whether --with-dmalloc or --without-dmalloc was given.
b12915c1
VZ
2808if test "${with_dmalloc+set}" = set; then
2809 withval="$with_dmalloc"
e6cc62c6 2810
c7a2bf27 2811 if test "$withval" = yes; then
b12915c1 2812 ac_cv_use_dmalloc='wxUSE_DMALLOC=yes'
c7a2bf27 2813 else
b12915c1 2814 ac_cv_use_dmalloc='wxUSE_DMALLOC=no'
c7a2bf27 2815 fi
e6cc62c6 2816
c7a2bf27 2817else
e6cc62c6 2818
b12915c1 2819 LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}`
c7a2bf27
RR
2820 if test "x$LINE" != x ; then
2821 eval "DEFAULT_$LINE"
2822 else
2823 no_cache=1
2824 fi
2825
b12915c1 2826 ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC
c7a2bf27 2827
e6cc62c6 2828fi;
c7a2bf27 2829
b12915c1 2830 eval "$ac_cv_use_dmalloc"
c7a2bf27 2831 if test "$no_cache" != 1; then
b12915c1 2832 echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp
c7a2bf27
RR
2833 fi
2834
b12915c1 2835 if test "$wxUSE_DMALLOC" = yes; then
e6cc62c6
VS
2836 echo "$as_me:$LINENO: result: yes" >&5
2837echo "${ECHO_T}yes" >&6
c7a2bf27 2838 else
e6cc62c6
VS
2839 echo "$as_me:$LINENO: result: no" >&5
2840echo "${ECHO_T}no" >&6
c7a2bf27 2841 fi
c7a2bf27 2842
e6cc62c6
VS
2843
2844 echo "$as_me:$LINENO: checking for --with-regex" >&5
2845echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6
3e44f09d 2846 no_cache=0
e6cc62c6
VS
2847
2848# Check whether --with-regex or --without-regex was given.
3e44f09d
VZ
2849if test "${with_regex+set}" = set; then
2850 withval="$with_regex"
e6cc62c6 2851
3e44f09d
VZ
2852 if test "$withval" = yes; then
2853 ac_cv_use_regex='wxUSE_REGEX=yes'
2854 elif test "$withval" = no; then
2855 ac_cv_use_regex='wxUSE_REGEX=no'
2856 elif test "$withval" = sys; then
2857 ac_cv_use_regex='wxUSE_REGEX=sys'
4f14bcd8
GD
2858 elif test "$withval" = builtin; then
2859 ac_cv_use_regex='wxUSE_REGEX=builtin'
3e44f09d 2860 else
e6cc62c6
VS
2861 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
2862echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
2863 { (exit 1); exit 1; }; }
3e44f09d 2864 fi
e6cc62c6 2865
3e44f09d 2866else
e6cc62c6 2867
3e44f09d
VZ
2868 LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}`
2869 if test "x$LINE" != x ; then
2870 eval "DEFAULT_$LINE"
2871 else
2872 no_cache=1
2873 fi
2874
2875 ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX
3e44f09d 2876
e6cc62c6 2877fi;
3e44f09d
VZ
2878
2879 eval "$ac_cv_use_regex"
2880 if test "$no_cache" != 1; then
2881 echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp
2882 fi
2883
2884 if test "$wxUSE_REGEX" = yes; then
e6cc62c6
VS
2885 echo "$as_me:$LINENO: result: yes" >&5
2886echo "${ECHO_T}yes" >&6
3e44f09d 2887 elif test "$wxUSE_REGEX" = no; then
e6cc62c6
VS
2888 echo "$as_me:$LINENO: result: no" >&5
2889echo "${ECHO_T}no" >&6
3e44f09d 2890 elif test "$wxUSE_REGEX" = sys; then
e6cc62c6
VS
2891 echo "$as_me:$LINENO: result: system version" >&5
2892echo "${ECHO_T}system version" >&6
4f14bcd8 2893 elif test "$wxUSE_REGEX" = builtin; then
e6cc62c6
VS
2894 echo "$as_me:$LINENO: result: builtin version" >&5
2895echo "${ECHO_T}builtin version" >&6
3e44f09d 2896 else
e6cc62c6
VS
2897 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
2898echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
2899 { (exit 1); exit 1; }; }
3e44f09d 2900 fi
3e44f09d 2901
e6cc62c6
VS
2902
2903 echo "$as_me:$LINENO: checking for --with-zlib" >&5
2904echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6
10f2d63a 2905 no_cache=0
e6cc62c6
VS
2906
2907# Check whether --with-zlib or --without-zlib was given.
b12915c1
VZ
2908if test "${with_zlib+set}" = set; then
2909 withval="$with_zlib"
e6cc62c6 2910
10f2d63a 2911 if test "$withval" = yes; then
b12915c1 2912 ac_cv_use_zlib='wxUSE_ZLIB=yes'
422107f9 2913 elif test "$withval" = no; then
b12915c1 2914 ac_cv_use_zlib='wxUSE_ZLIB=no'
422107f9
VZ
2915 elif test "$withval" = sys; then
2916 ac_cv_use_zlib='wxUSE_ZLIB=sys'
4f14bcd8
GD
2917 elif test "$withval" = builtin; then
2918 ac_cv_use_zlib='wxUSE_ZLIB=builtin'
422107f9 2919 else
e6cc62c6
VS
2920 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
2921echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
2922 { (exit 1); exit 1; }; }
10f2d63a 2923 fi
e6cc62c6 2924
10f2d63a 2925else
e6cc62c6 2926
b12915c1 2927 LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}`
10f2d63a
VZ
2928 if test "x$LINE" != x ; then
2929 eval "DEFAULT_$LINE"
2930 else
2931 no_cache=1
2932 fi
2933
b12915c1 2934 ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB
10f2d63a 2935
e6cc62c6 2936fi;
10f2d63a 2937
b12915c1 2938 eval "$ac_cv_use_zlib"
10f2d63a 2939 if test "$no_cache" != 1; then
b12915c1 2940 echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
2941 fi
2942
b12915c1 2943 if test "$wxUSE_ZLIB" = yes; then
e6cc62c6
VS
2944 echo "$as_me:$LINENO: result: yes" >&5
2945echo "${ECHO_T}yes" >&6
422107f9 2946 elif test "$wxUSE_ZLIB" = no; then
e6cc62c6
VS
2947 echo "$as_me:$LINENO: result: no" >&5
2948echo "${ECHO_T}no" >&6
422107f9 2949 elif test "$wxUSE_ZLIB" = sys; then
e6cc62c6
VS
2950 echo "$as_me:$LINENO: result: system version" >&5
2951echo "${ECHO_T}system version" >&6
4f14bcd8 2952 elif test "$wxUSE_ZLIB" = builtin; then
e6cc62c6
VS
2953 echo "$as_me:$LINENO: result: builtin version" >&5
2954echo "${ECHO_T}builtin version" >&6
422107f9 2955 else
e6cc62c6
VS
2956 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
2957echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
2958 { (exit 1); exit 1; }; }
10f2d63a 2959 fi
10f2d63a 2960
e6cc62c6
VS
2961
2962 echo "$as_me:$LINENO: checking for --with-odbc" >&5
2963echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6
10f2d63a 2964 no_cache=0
e6cc62c6
VS
2965
2966# Check whether --with-odbc or --without-odbc was given.
10f2d63a
VZ
2967if test "${with_odbc+set}" = set; then
2968 withval="$with_odbc"
e6cc62c6 2969
10f2d63a
VZ
2970 if test "$withval" = yes; then
2971 ac_cv_use_odbc='wxUSE_ODBC=yes'
8647bec6 2972 elif test "$withval" = no; then
10f2d63a 2973 ac_cv_use_odbc='wxUSE_ODBC=no'
8647bec6
RG
2974 elif test "$withval" = sys; then
2975 ac_cv_use_odbc='wxUSE_ODBC=sys'
2976 elif test "$withval" = builtin; then
2977 ac_cv_use_odbc='wxUSE_ODBC=builtin'
2978 else
e6cc62c6
VS
2979 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
2980echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
2981 { (exit 1); exit 1; }; }
10f2d63a 2982 fi
e6cc62c6 2983
10f2d63a 2984else
e6cc62c6 2985
10f2d63a
VZ
2986 LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}`
2987 if test "x$LINE" != x ; then
2988 eval "DEFAULT_$LINE"
2989 else
2990 no_cache=1
2991 fi
2992
2993 ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC
10f2d63a 2994
e6cc62c6 2995fi;
10f2d63a
VZ
2996
2997 eval "$ac_cv_use_odbc"
2998 if test "$no_cache" != 1; then
2999 echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp
3000 fi
3001
3002 if test "$wxUSE_ODBC" = yes; then
e6cc62c6
VS
3003 echo "$as_me:$LINENO: result: yes" >&5
3004echo "${ECHO_T}yes" >&6
8647bec6 3005 elif test "$wxUSE_ODBC" = no; then
e6cc62c6
VS
3006 echo "$as_me:$LINENO: result: no" >&5
3007echo "${ECHO_T}no" >&6
8647bec6 3008 elif test "$wxUSE_ODBC" = sys; then
e6cc62c6
VS
3009 echo "$as_me:$LINENO: result: system version" >&5
3010echo "${ECHO_T}system version" >&6
8647bec6 3011 elif test "$wxUSE_ODBC" = builtin; then
e6cc62c6
VS
3012 echo "$as_me:$LINENO: result: builtin version" >&5
3013echo "${ECHO_T}builtin version" >&6
8647bec6 3014 else
e6cc62c6
VS
3015 { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5
3016echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;}
3017 { (exit 1); exit 1; }; }
10f2d63a 3018 fi
e6cc62c6 3019
52127426 3020
672abd7a
VS
3021 echo "$as_me:$LINENO: checking for --with-expat" >&5
3022echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6
3023 no_cache=0
3024
3025# Check whether --with-expat or --without-expat was given.
3026if test "${with_expat+set}" = set; then
3027 withval="$with_expat"
3028
3029 if test "$withval" = yes; then
3030 ac_cv_use_expat='wxUSE_EXPAT=yes'
3031 elif test "$withval" = no; then
3032 ac_cv_use_expat='wxUSE_EXPAT=no'
3033 elif test "$withval" = sys; then
3034 ac_cv_use_expat='wxUSE_EXPAT=sys'
3035 elif test "$withval" = builtin; then
3036 ac_cv_use_expat='wxUSE_EXPAT=builtin'
3037 else
3038 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3039echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3040 { (exit 1); exit 1; }; }
3041 fi
3042
3043else
3044
3045 LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}`
3046 if test "x$LINE" != x ; then
3047 eval "DEFAULT_$LINE"
3048 else
3049 no_cache=1
3050 fi
3051
3052 ac_cv_use_expat='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT
3053
3054fi;
3055
3056 eval "$ac_cv_use_expat"
3057 if test "$no_cache" != 1; then
3058 echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp
3059 fi
3060
3061 if test "$wxUSE_EXPAT" = yes; then
3062 echo "$as_me:$LINENO: result: yes" >&5
3063echo "${ECHO_T}yes" >&6
3064 elif test "$wxUSE_EXPAT" = no; then
3065 echo "$as_me:$LINENO: result: no" >&5
3066echo "${ECHO_T}no" >&6
3067 elif test "$wxUSE_EXPAT" = sys; then
3068 echo "$as_me:$LINENO: result: system version" >&5
3069echo "${ECHO_T}system version" >&6
3070 elif test "$wxUSE_EXPAT" = builtin; then
3071 echo "$as_me:$LINENO: result: builtin version" >&5
3072echo "${ECHO_T}builtin version" >&6
3073 else
3074 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
3075echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
3076 { (exit 1); exit 1; }; }
3077 fi
3078
3079
8284b0c5
MB
3080
3081
5005acfe 3082 enablestring=
e6cc62c6
VS
3083 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
3084echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6
10f2d63a
VZ
3085 no_cache=0
3086 # Check whether --enable-shared or --disable-shared was given.
3087if test "${enable_shared+set}" = set; then
3088 enableval="$enable_shared"
e6cc62c6 3089
10f2d63a
VZ
3090 if test "$enableval" = yes; then
3091 ac_cv_use_shared='wxUSE_SHARED=yes'
3092 else
3093 ac_cv_use_shared='wxUSE_SHARED=no'
3094 fi
e6cc62c6 3095
10f2d63a 3096else
e6cc62c6 3097
10f2d63a
VZ
3098 LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}`
3099 if test "x$LINE" != x ; then
3100 eval "DEFAULT_$LINE"
3101 else
3102 no_cache=1
3103 fi
3104
3105 ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED
10f2d63a 3106
e6cc62c6 3107fi;
10f2d63a
VZ
3108
3109 eval "$ac_cv_use_shared"
3110 if test "$no_cache" != 1; then
3111 echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp
3112 fi
3113
3114 if test "$wxUSE_SHARED" = yes; then
e6cc62c6
VS
3115 echo "$as_me:$LINENO: result: yes" >&5
3116echo "${ECHO_T}yes" >&6
10f2d63a 3117 else
e6cc62c6
VS
3118 echo "$as_me:$LINENO: result: no" >&5
3119echo "${ECHO_T}no" >&6
10f2d63a 3120 fi
e6cc62c6 3121
10f2d63a 3122
5005acfe 3123 enablestring=
e6cc62c6
VS
3124 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
3125echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6
10f2d63a
VZ
3126 no_cache=0
3127 # Check whether --enable-optimise or --disable-optimise was given.
3128if test "${enable_optimise+set}" = set; then
3129 enableval="$enable_optimise"
e6cc62c6 3130
10f2d63a
VZ
3131 if test "$enableval" = yes; then
3132 ac_cv_use_optimise='wxUSE_OPTIMISE=yes'
3133 else
3134 ac_cv_use_optimise='wxUSE_OPTIMISE=no'
3135 fi
e6cc62c6 3136
10f2d63a 3137else
e6cc62c6 3138
10f2d63a
VZ
3139 LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}`
3140 if test "x$LINE" != x ; then
3141 eval "DEFAULT_$LINE"
3142 else
3143 no_cache=1
3144 fi
3145
3146 ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE
10f2d63a 3147
e6cc62c6 3148fi;
10f2d63a
VZ
3149
3150 eval "$ac_cv_use_optimise"
3151 if test "$no_cache" != 1; then
3152 echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp
3153 fi
3154
3155 if test "$wxUSE_OPTIMISE" = yes; then
e6cc62c6
VS
3156 echo "$as_me:$LINENO: result: yes" >&5
3157echo "${ECHO_T}yes" >&6
10f2d63a 3158 else
e6cc62c6
VS
3159 echo "$as_me:$LINENO: result: no" >&5
3160echo "${ECHO_T}no" >&6
10f2d63a 3161 fi
e6cc62c6 3162
10f2d63a 3163
5005acfe 3164 enablestring=
e6cc62c6
VS
3165 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5
3166echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6
10f2d63a
VZ
3167 no_cache=0
3168 # Check whether --enable-debug or --disable-debug was given.
3169if test "${enable_debug+set}" = set; then
3170 enableval="$enable_debug"
e6cc62c6 3171
10f2d63a
VZ
3172 if test "$enableval" = yes; then
3173 ac_cv_use_debug='wxUSE_DEBUG=yes'
3174 else
3175 ac_cv_use_debug='wxUSE_DEBUG=no'
3176 fi
e6cc62c6 3177
10f2d63a 3178else
e6cc62c6 3179
10f2d63a
VZ
3180 LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}`
3181 if test "x$LINE" != x ; then
3182 eval "DEFAULT_$LINE"
3183 else
3184 no_cache=1
3185 fi
3186
3187 ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG
10f2d63a 3188
e6cc62c6 3189fi;
10f2d63a
VZ
3190
3191 eval "$ac_cv_use_debug"
3192 if test "$no_cache" != 1; then
3193 echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp
3194 fi
3195
3196 if test "$wxUSE_DEBUG" = yes; then
e6cc62c6
VS
3197 echo "$as_me:$LINENO: result: yes" >&5
3198echo "${ECHO_T}yes" >&6
10f2d63a 3199 else
e6cc62c6
VS
3200 echo "$as_me:$LINENO: result: no" >&5
3201echo "${ECHO_T}no" >&6
10f2d63a 3202 fi
e6cc62c6 3203
52127426 3204
df5168c4
MB
3205 enablestring=
3206 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
3207echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6
3208 no_cache=0
3209 # Check whether --enable-stl or --disable-stl was given.
3210if test "${enable_stl+set}" = set; then
3211 enableval="$enable_stl"
3212
3213 if test "$enableval" = yes; then
3214 ac_cv_use_stl='wxUSE_STL=yes'
3215 else
3216 ac_cv_use_stl='wxUSE_STL=no'
3217 fi
3218
3219else
3220
3221 LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}`
3222 if test "x$LINE" != x ; then
3223 eval "DEFAULT_$LINE"
3224 else
3225 no_cache=1
3226 fi
3227
3228 ac_cv_use_stl='wxUSE_STL='$DEFAULT_wxUSE_STL
3229
3230fi;
3231
3232 eval "$ac_cv_use_stl"
3233 if test "$no_cache" != 1; then
3234 echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp
3235 fi
3236
3237 if test "$wxUSE_STL" = yes; then
3238 echo "$as_me:$LINENO: result: yes" >&5
3239echo "${ECHO_T}yes" >&6
3240 else
3241 echo "$as_me:$LINENO: result: no" >&5
3242echo "${ECHO_T}no" >&6
3243 fi
3244
3245
10f2d63a
VZ
3246if test "$wxUSE_DEBUG" = "yes"; then
3247 DEFAULT_wxUSE_DEBUG_FLAG=yes
3248 DEFAULT_wxUSE_DEBUG_INFO=yes
6c67131a 3249 BUILD=debug
10f2d63a
VZ
3250elif test "$wxUSE_DEBUG" = "no"; then
3251 DEFAULT_wxUSE_DEBUG_FLAG=no
3252 DEFAULT_wxUSE_DEBUG_INFO=no
6c67131a 3253 BUILD=release
10f2d63a
VZ
3254fi
3255
8284b0c5 3256
5005acfe 3257 enablestring=
e6cc62c6
VS
3258 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
3259echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6
10f2d63a
VZ
3260 no_cache=0
3261 # Check whether --enable-debug_flag or --disable-debug_flag was given.
3262if test "${enable_debug_flag+set}" = set; then
3263 enableval="$enable_debug_flag"
e6cc62c6 3264
10f2d63a
VZ
3265 if test "$enableval" = yes; then
3266 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
3267 else
3268 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
3269 fi
e6cc62c6 3270
10f2d63a 3271else
e6cc62c6 3272
10f2d63a
VZ
3273 LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}`
3274 if test "x$LINE" != x ; then
3275 eval "DEFAULT_$LINE"
3276 else
3277 no_cache=1
3278 fi
3279
3280 ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG
10f2d63a 3281
e6cc62c6 3282fi;
10f2d63a
VZ
3283
3284 eval "$ac_cv_use_debug_flag"
3285 if test "$no_cache" != 1; then
3286 echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp
3287 fi
3288
3289 if test "$wxUSE_DEBUG_FLAG" = yes; then
e6cc62c6
VS
3290 echo "$as_me:$LINENO: result: yes" >&5
3291echo "${ECHO_T}yes" >&6
10f2d63a 3292 else
e6cc62c6
VS
3293 echo "$as_me:$LINENO: result: no" >&5
3294echo "${ECHO_T}no" >&6
10f2d63a 3295 fi
e6cc62c6 3296
10f2d63a 3297
5005acfe 3298 enablestring=
e6cc62c6
VS
3299 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
3300echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6
10f2d63a
VZ
3301 no_cache=0
3302 # Check whether --enable-debug_info or --disable-debug_info was given.
3303if test "${enable_debug_info+set}" = set; then
3304 enableval="$enable_debug_info"
e6cc62c6 3305
10f2d63a
VZ
3306 if test "$enableval" = yes; then
3307 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
3308 else
3309 ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
3310 fi
e6cc62c6 3311
10f2d63a 3312else
e6cc62c6 3313
10f2d63a
VZ
3314 LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}`
3315 if test "x$LINE" != x ; then
3316 eval "DEFAULT_$LINE"
3317 else
3318 no_cache=1
3319 fi
3320
3321 ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO
10f2d63a 3322
e6cc62c6 3323fi;
10f2d63a
VZ
3324
3325 eval "$ac_cv_use_debug_info"
3326 if test "$no_cache" != 1; then
3327 echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp
3328 fi
3329
3330 if test "$wxUSE_DEBUG_INFO" = yes; then
e6cc62c6
VS
3331 echo "$as_me:$LINENO: result: yes" >&5
3332echo "${ECHO_T}yes" >&6
10f2d63a 3333 else
e6cc62c6
VS
3334 echo "$as_me:$LINENO: result: no" >&5
3335echo "${ECHO_T}no" >&6
10f2d63a 3336 fi
e6cc62c6 3337
10f2d63a 3338
5005acfe 3339 enablestring=
e6cc62c6
VS
3340 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
3341echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6
10f2d63a
VZ
3342 no_cache=0
3343 # Check whether --enable-debug_gdb or --disable-debug_gdb was given.
3344if test "${enable_debug_gdb+set}" = set; then
3345 enableval="$enable_debug_gdb"
e6cc62c6 3346
10f2d63a
VZ
3347 if test "$enableval" = yes; then
3348 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
3349 else
3350 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
3351 fi
e6cc62c6 3352
10f2d63a 3353else
e6cc62c6 3354
10f2d63a
VZ
3355 LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}`
3356 if test "x$LINE" != x ; then
3357 eval "DEFAULT_$LINE"
3358 else
3359 no_cache=1
3360 fi
3361
3362 ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB
10f2d63a 3363
e6cc62c6 3364fi;
10f2d63a
VZ
3365
3366 eval "$ac_cv_use_debug_gdb"
3367 if test "$no_cache" != 1; then
3368 echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp
3369 fi
3370
3371 if test "$wxUSE_DEBUG_GDB" = yes; then
e6cc62c6
VS
3372 echo "$as_me:$LINENO: result: yes" >&5
3373echo "${ECHO_T}yes" >&6
10f2d63a 3374 else
e6cc62c6
VS
3375 echo "$as_me:$LINENO: result: no" >&5
3376echo "${ECHO_T}no" >&6
10f2d63a 3377 fi
e6cc62c6 3378
10f2d63a 3379
5005acfe 3380 enablestring=
e6cc62c6
VS
3381 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
3382echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6
10f2d63a
VZ
3383 no_cache=0
3384 # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given.
3385if test "${enable_debug_cntxt+set}" = set; then
3386 enableval="$enable_debug_cntxt"
e6cc62c6 3387
10f2d63a
VZ
3388 if test "$enableval" = yes; then
3389 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
3390 else
3391 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
3392 fi
e6cc62c6 3393
10f2d63a 3394else
e6cc62c6 3395
10f2d63a
VZ
3396 LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}`
3397 if test "x$LINE" != x ; then
3398 eval "DEFAULT_$LINE"
3399 else
3400 no_cache=1
3401 fi
3402
3403 ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT
10f2d63a 3404
e6cc62c6 3405fi;
10f2d63a
VZ
3406
3407 eval "$ac_cv_use_debug_cntxt"
3408 if test "$no_cache" != 1; then
3409 echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp
3410 fi
3411
3412 if test "$wxUSE_DEBUG_CONTEXT" = yes; then
e6cc62c6
VS
3413 echo "$as_me:$LINENO: result: yes" >&5
3414echo "${ECHO_T}yes" >&6
10f2d63a 3415 else
e6cc62c6
VS
3416 echo "$as_me:$LINENO: result: no" >&5
3417echo "${ECHO_T}no" >&6
10f2d63a 3418 fi
e6cc62c6 3419
10f2d63a 3420
5005acfe 3421 enablestring=
e6cc62c6
VS
3422 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
3423echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6
10f2d63a
VZ
3424 no_cache=0
3425 # Check whether --enable-mem_tracing or --disable-mem_tracing was given.
3426if test "${enable_mem_tracing+set}" = set; then
3427 enableval="$enable_mem_tracing"
e6cc62c6 3428
10f2d63a
VZ
3429 if test "$enableval" = yes; then
3430 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
3431 else
3432 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
3433 fi
e6cc62c6 3434
10f2d63a 3435else
e6cc62c6 3436
10f2d63a
VZ
3437 LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}`
3438 if test "x$LINE" != x ; then
3439 eval "DEFAULT_$LINE"
3440 else
3441 no_cache=1
3442 fi
3443
3444 ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING
10f2d63a 3445
e6cc62c6 3446fi;
10f2d63a
VZ
3447
3448 eval "$ac_cv_use_mem_tracing"
3449 if test "$no_cache" != 1; then
3450 echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp
3451 fi
3452
3453 if test "$wxUSE_MEM_TRACING" = yes; then
e6cc62c6
VS
3454 echo "$as_me:$LINENO: result: yes" >&5
3455echo "${ECHO_T}yes" >&6
10f2d63a 3456 else
e6cc62c6
VS
3457 echo "$as_me:$LINENO: result: no" >&5
3458echo "${ECHO_T}no" >&6
10f2d63a 3459 fi
e6cc62c6 3460
10f2d63a 3461
5005acfe 3462 enablestring=
e6cc62c6
VS
3463 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
3464echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6
10f2d63a
VZ
3465 no_cache=0
3466 # Check whether --enable-profile or --disable-profile was given.
3467if test "${enable_profile+set}" = set; then
3468 enableval="$enable_profile"
e6cc62c6 3469
10f2d63a
VZ
3470 if test "$enableval" = yes; then
3471 ac_cv_use_profile='wxUSE_PROFILE=yes'
3472 else
3473 ac_cv_use_profile='wxUSE_PROFILE=no'
3474 fi
e6cc62c6 3475
10f2d63a 3476else
e6cc62c6 3477
10f2d63a
VZ
3478 LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}`
3479 if test "x$LINE" != x ; then
3480 eval "DEFAULT_$LINE"
3481 else
3482 no_cache=1
3483 fi
3484
3485 ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE
10f2d63a 3486
e6cc62c6 3487fi;
10f2d63a
VZ
3488
3489 eval "$ac_cv_use_profile"
3490 if test "$no_cache" != 1; then
3491 echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp
3492 fi
3493
3494 if test "$wxUSE_PROFILE" = yes; then
e6cc62c6
VS
3495 echo "$as_me:$LINENO: result: yes" >&5
3496echo "${ECHO_T}yes" >&6
10f2d63a 3497 else
e6cc62c6
VS
3498 echo "$as_me:$LINENO: result: no" >&5
3499echo "${ECHO_T}no" >&6
10f2d63a 3500 fi
e6cc62c6 3501
10f2d63a 3502
5005acfe 3503 enablestring=
e6cc62c6
VS
3504 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
3505echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6
10f2d63a
VZ
3506 no_cache=0
3507 # Check whether --enable-no_rtti or --disable-no_rtti was given.
3508if test "${enable_no_rtti+set}" = set; then
3509 enableval="$enable_no_rtti"
e6cc62c6 3510
10f2d63a
VZ
3511 if test "$enableval" = yes; then
3512 ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
3513 else
3514 ac_cv_use_no_rtti='wxUSE_NO_RTTI=no'
3515 fi
e6cc62c6 3516
10f2d63a 3517else
e6cc62c6 3518
10f2d63a
VZ
3519 LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}`
3520 if test "x$LINE" != x ; then
3521 eval "DEFAULT_$LINE"
3522 else
3523 no_cache=1
3524 fi
3525
3526 ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI
10f2d63a 3527
e6cc62c6 3528fi;
10f2d63a
VZ
3529
3530 eval "$ac_cv_use_no_rtti"
3531 if test "$no_cache" != 1; then
3532 echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp
3533 fi
3534
3535 if test "$wxUSE_NO_RTTI" = yes; then
e6cc62c6
VS
3536 echo "$as_me:$LINENO: result: yes" >&5
3537echo "${ECHO_T}yes" >&6
10f2d63a 3538 else
e6cc62c6
VS
3539 echo "$as_me:$LINENO: result: no" >&5
3540echo "${ECHO_T}no" >&6
10f2d63a 3541 fi
e6cc62c6 3542
10f2d63a 3543
5005acfe 3544 enablestring=
e6cc62c6
VS
3545 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
3546echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6
10f2d63a
VZ
3547 no_cache=0
3548 # Check whether --enable-no_exceptions or --disable-no_exceptions was given.
3549if test "${enable_no_exceptions+set}" = set; then
3550 enableval="$enable_no_exceptions"
e6cc62c6 3551
10f2d63a
VZ
3552 if test "$enableval" = yes; then
3553 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
3554 else
3555 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
3556 fi
e6cc62c6 3557
10f2d63a 3558else
e6cc62c6 3559
10f2d63a
VZ
3560 LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}`
3561 if test "x$LINE" != x ; then
3562 eval "DEFAULT_$LINE"
3563 else
3564 no_cache=1
3565 fi
3566
3567 ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS
10f2d63a 3568
e6cc62c6 3569fi;
10f2d63a
VZ
3570
3571 eval "$ac_cv_use_no_exceptions"
3572 if test "$no_cache" != 1; then
3573 echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp
3574 fi
3575
3576 if test "$wxUSE_NO_EXCEPTIONS" = yes; then
e6cc62c6
VS
3577 echo "$as_me:$LINENO: result: yes" >&5
3578echo "${ECHO_T}yes" >&6
10f2d63a 3579 else
e6cc62c6
VS
3580 echo "$as_me:$LINENO: result: no" >&5
3581echo "${ECHO_T}no" >&6
10f2d63a 3582 fi
e6cc62c6 3583
10f2d63a 3584
5005acfe 3585 enablestring=
e6cc62c6
VS
3586 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
3587echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6
10f2d63a
VZ
3588 no_cache=0
3589 # Check whether --enable-permissive or --disable-permissive was given.
3590if test "${enable_permissive+set}" = set; then
3591 enableval="$enable_permissive"
e6cc62c6 3592
10f2d63a
VZ
3593 if test "$enableval" = yes; then
3594 ac_cv_use_permissive='wxUSE_PERMISSIVE=yes'
3595 else
3596 ac_cv_use_permissive='wxUSE_PERMISSIVE=no'
3597 fi
e6cc62c6 3598
10f2d63a 3599else
e6cc62c6 3600
10f2d63a
VZ
3601 LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}`
3602 if test "x$LINE" != x ; then
3603 eval "DEFAULT_$LINE"
3604 else
3605 no_cache=1
3606 fi
3607
3608 ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE
10f2d63a 3609
e6cc62c6 3610fi;
10f2d63a
VZ
3611
3612 eval "$ac_cv_use_permissive"
3613 if test "$no_cache" != 1; then
3614 echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp
3615 fi
3616
3617 if test "$wxUSE_PERMISSIVE" = yes; then
e6cc62c6
VS
3618 echo "$as_me:$LINENO: result: yes" >&5
3619echo "${ECHO_T}yes" >&6
10f2d63a 3620 else
e6cc62c6
VS
3621 echo "$as_me:$LINENO: result: no" >&5
3622echo "${ECHO_T}no" >&6
10f2d63a 3623 fi
e6cc62c6 3624
10f2d63a 3625
5005acfe 3626 enablestring=
e6cc62c6
VS
3627 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
3628echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6
10f2d63a
VZ
3629 no_cache=0
3630 # Check whether --enable-no_deps or --disable-no_deps was given.
3631if test "${enable_no_deps+set}" = set; then
3632 enableval="$enable_no_deps"
e6cc62c6 3633
10f2d63a
VZ
3634 if test "$enableval" = yes; then
3635 ac_cv_use_no_deps='wxUSE_NO_DEPS=yes'
3636 else
3637 ac_cv_use_no_deps='wxUSE_NO_DEPS=no'
3638 fi
e6cc62c6 3639
10f2d63a 3640else
e6cc62c6 3641
10f2d63a
VZ
3642 LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}`
3643 if test "x$LINE" != x ; then
3644 eval "DEFAULT_$LINE"
3645 else
3646 no_cache=1
3647 fi
3648
3649 ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS
10f2d63a 3650
e6cc62c6 3651fi;
10f2d63a
VZ
3652
3653 eval "$ac_cv_use_no_deps"
3654 if test "$no_cache" != 1; then
3655 echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp
3656 fi
3657
3658 if test "$wxUSE_NO_DEPS" = yes; then
e6cc62c6
VS
3659 echo "$as_me:$LINENO: result: yes" >&5
3660echo "${ECHO_T}yes" >&6
10f2d63a 3661 else
e6cc62c6
VS
3662 echo "$as_me:$LINENO: result: no" >&5
3663echo "${ECHO_T}no" >&6
10f2d63a 3664 fi
e6cc62c6 3665
52127426 3666
8284b0c5 3667
5005acfe 3668 enablestring=
e6cc62c6
VS
3669 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat20" >&5
3670echo $ECHO_N "checking for --${enablestring:-enable}-compat20... $ECHO_C" >&6
54276ccf
VZ
3671 no_cache=0
3672 # Check whether --enable-compat20 or --disable-compat20 was given.
3673if test "${enable_compat20+set}" = set; then
3674 enableval="$enable_compat20"
e6cc62c6 3675
54276ccf
VZ
3676 if test "$enableval" = yes; then
3677 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=yes'
3678 else
3679 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2=no'
3680 fi
e6cc62c6 3681
54276ccf 3682else
e6cc62c6 3683
54276ccf
VZ
3684 LINE=`grep "WXWIN_COMPATIBILITY_2" ${wx_arg_cache_file}`
3685 if test "x$LINE" != x ; then
3686 eval "DEFAULT_$LINE"
3687 else
3688 no_cache=1
3689 fi
3690
3691 ac_cv_use_compat20='WXWIN_COMPATIBILITY_2='$DEFAULT_WXWIN_COMPATIBILITY_2
54276ccf 3692
e6cc62c6 3693fi;
54276ccf
VZ
3694
3695 eval "$ac_cv_use_compat20"
3696 if test "$no_cache" != 1; then
3697 echo $ac_cv_use_compat20 >> ${wx_arg_cache_file}.tmp
3698 fi
3699
3700 if test "$WXWIN_COMPATIBILITY_2" = yes; then
e6cc62c6
VS
3701 echo "$as_me:$LINENO: result: yes" >&5
3702echo "${ECHO_T}yes" >&6
54276ccf 3703 else
e6cc62c6
VS
3704 echo "$as_me:$LINENO: result: no" >&5
3705echo "${ECHO_T}no" >&6
54276ccf 3706 fi
e6cc62c6 3707
54276ccf 3708
65d8ef1e 3709 enablestring=
e6cc62c6
VS
3710 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5
3711echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6
54276ccf
VZ
3712 no_cache=0
3713 # Check whether --enable-compat22 or --disable-compat22 was given.
3714if test "${enable_compat22+set}" = set; then
3715 enableval="$enable_compat22"
e6cc62c6 3716
54276ccf
VZ
3717 if test "$enableval" = yes; then
3718 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes'
3719 else
3720 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no'
3721 fi
e6cc62c6 3722
54276ccf 3723else
e6cc62c6 3724
54276ccf
VZ
3725 LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}`
3726 if test "x$LINE" != x ; then
3727 eval "DEFAULT_$LINE"
3728 else
3729 no_cache=1
3730 fi
3731
3732 ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2
54276ccf 3733
e6cc62c6 3734fi;
54276ccf
VZ
3735
3736 eval "$ac_cv_use_compat22"
3737 if test "$no_cache" != 1; then
3738 echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp
3739 fi
3740
3741 if test "$WXWIN_COMPATIBILITY_2_2" = yes; then
e6cc62c6
VS
3742 echo "$as_me:$LINENO: result: yes" >&5
3743echo "${ECHO_T}yes" >&6
54276ccf 3744 else
e6cc62c6
VS
3745 echo "$as_me:$LINENO: result: no" >&5
3746echo "${ECHO_T}no" >&6
54276ccf 3747 fi
e6cc62c6 3748
54276ccf 3749
65d8ef1e 3750 enablestring=disable
e6cc62c6
VS
3751 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5
3752echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6
65d8ef1e
VS
3753 no_cache=0
3754 # Check whether --enable-compat24 or --disable-compat24 was given.
3755if test "${enable_compat24+set}" = set; then
3756 enableval="$enable_compat24"
e6cc62c6 3757
65d8ef1e
VS
3758 if test "$enableval" = yes; then
3759 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=yes'
3760 else
3761 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=no'
3762 fi
e6cc62c6 3763
65d8ef1e 3764else
e6cc62c6 3765
65d8ef1e
VS
3766 LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}`
3767 if test "x$LINE" != x ; then
3768 eval "DEFAULT_$LINE"
3769 else
3770 no_cache=1
3771 fi
3772
3773 ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4
65d8ef1e 3774
e6cc62c6 3775fi;
65d8ef1e
VS
3776
3777 eval "$ac_cv_use_compat24"
3778 if test "$no_cache" != 1; then
3779 echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp
3780 fi
3781
3782 if test "$WXWIN_COMPATIBILITY_2_4" = yes; then
e6cc62c6
VS
3783 echo "$as_me:$LINENO: result: yes" >&5
3784echo "${ECHO_T}yes" >&6
65d8ef1e 3785 else
e6cc62c6
VS
3786 echo "$as_me:$LINENO: result: no" >&5
3787echo "${ECHO_T}no" >&6
65d8ef1e 3788 fi
e6cc62c6 3789
65d8ef1e 3790
3bd8fb5f
RD
3791# Check whether --enable-rpath or --disable-rpath was given.
3792if test "${enable_rpath+set}" = set; then
3793 enableval="$enable_rpath"
3794 wxRPATH_DIR="$enableval"
e6cc62c6 3795fi;
3bd8fb5f
RD
3796
3797if test "$wxRPATH_DIR" != "" -a "$wxRPATH_DIR" != "disable"; then
3798 WXCONFIG_RPATH="-Wl,-rpath -Wl,$wxRPATH_DIR"
3799fi
3800
8284b0c5
MB
3801
3802
3803
5005acfe 3804 enablestring=
e6cc62c6
VS
3805 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
3806echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6
10f2d63a
VZ
3807 no_cache=0
3808 # Check whether --enable-intl or --disable-intl was given.
3809if test "${enable_intl+set}" = set; then
3810 enableval="$enable_intl"
e6cc62c6 3811
10f2d63a
VZ
3812 if test "$enableval" = yes; then
3813 ac_cv_use_intl='wxUSE_INTL=yes'
3814 else
3815 ac_cv_use_intl='wxUSE_INTL=no'
3816 fi
e6cc62c6 3817
10f2d63a 3818else
e6cc62c6 3819
10f2d63a
VZ
3820 LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}`
3821 if test "x$LINE" != x ; then
3822 eval "DEFAULT_$LINE"
3823 else
3824 no_cache=1
3825 fi
3826
3827 ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL
10f2d63a 3828
e6cc62c6 3829fi;
10f2d63a
VZ
3830
3831 eval "$ac_cv_use_intl"
3832 if test "$no_cache" != 1; then
3833 echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp
3834 fi
3835
3836 if test "$wxUSE_INTL" = yes; then
e6cc62c6
VS
3837 echo "$as_me:$LINENO: result: yes" >&5
3838echo "${ECHO_T}yes" >&6
10f2d63a 3839 else
e6cc62c6
VS
3840 echo "$as_me:$LINENO: result: no" >&5
3841echo "${ECHO_T}no" >&6
10f2d63a 3842 fi
e6cc62c6 3843
10f2d63a 3844
5005acfe 3845 enablestring=
e6cc62c6
VS
3846 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
3847echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6
10f2d63a
VZ
3848 no_cache=0
3849 # Check whether --enable-config or --disable-config was given.
3850if test "${enable_config+set}" = set; then
3851 enableval="$enable_config"
e6cc62c6 3852
10f2d63a
VZ
3853 if test "$enableval" = yes; then
3854 ac_cv_use_config='wxUSE_CONFIG=yes'
3855 else
3856 ac_cv_use_config='wxUSE_CONFIG=no'
3857 fi
e6cc62c6 3858
10f2d63a 3859else
e6cc62c6 3860
10f2d63a
VZ
3861 LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}`
3862 if test "x$LINE" != x ; then
3863 eval "DEFAULT_$LINE"
3864 else
3865 no_cache=1
3866 fi
3867
3868 ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG
10f2d63a 3869
e6cc62c6 3870fi;
10f2d63a
VZ
3871
3872 eval "$ac_cv_use_config"
3873 if test "$no_cache" != 1; then
3874 echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp
3875 fi
3876
3877 if test "$wxUSE_CONFIG" = yes; then
e6cc62c6
VS
3878 echo "$as_me:$LINENO: result: yes" >&5
3879echo "${ECHO_T}yes" >&6
10f2d63a 3880 else
e6cc62c6
VS
3881 echo "$as_me:$LINENO: result: no" >&5
3882echo "${ECHO_T}no" >&6
10f2d63a 3883 fi
e6cc62c6 3884
52127426 3885
8284b0c5 3886
5005acfe 3887 enablestring=
e6cc62c6
VS
3888 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
3889echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6
a1622950
VZ
3890 no_cache=0
3891 # Check whether --enable-protocols or --disable-protocols was given.
3892if test "${enable_protocols+set}" = set; then
3893 enableval="$enable_protocols"
e6cc62c6 3894
a1622950
VZ
3895 if test "$enableval" = yes; then
3896 ac_cv_use_protocols='wxUSE_PROTOCOL=yes'
3897 else
3898 ac_cv_use_protocols='wxUSE_PROTOCOL=no'
3899 fi
e6cc62c6 3900
a1622950 3901else
e6cc62c6 3902
a1622950
VZ
3903 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
3904 if test "x$LINE" != x ; then
3905 eval "DEFAULT_$LINE"
3906 else
3907 no_cache=1
3908 fi
3909
3910 ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
a1622950 3911
e6cc62c6 3912fi;
a1622950
VZ
3913
3914 eval "$ac_cv_use_protocols"
3915 if test "$no_cache" != 1; then
3916 echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp
3917 fi
3918
3919 if test "$wxUSE_PROTOCOL" = yes; then
e6cc62c6
VS
3920 echo "$as_me:$LINENO: result: yes" >&5
3921echo "${ECHO_T}yes" >&6
a1622950 3922 else
e6cc62c6
VS
3923 echo "$as_me:$LINENO: result: no" >&5
3924echo "${ECHO_T}no" >&6
a1622950 3925 fi
e6cc62c6 3926
a1622950 3927
5005acfe 3928 enablestring=
e6cc62c6
VS
3929 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
3930echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6
a1622950
VZ
3931 no_cache=0
3932 # Check whether --enable-ftp or --disable-ftp was given.
3933if test "${enable_ftp+set}" = set; then
3934 enableval="$enable_ftp"
e6cc62c6 3935
a1622950
VZ
3936 if test "$enableval" = yes; then
3937 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
3938 else
3939 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
3940 fi
e6cc62c6 3941
a1622950 3942else
e6cc62c6 3943
a1622950
VZ
3944 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
3945 if test "x$LINE" != x ; then
3946 eval "DEFAULT_$LINE"
3947 else
3948 no_cache=1
3949 fi
3950
3951 ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
a1622950 3952
e6cc62c6 3953fi;
a1622950
VZ
3954
3955 eval "$ac_cv_use_ftp"
3956 if test "$no_cache" != 1; then
3957 echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp
3958 fi
3959
3960 if test "$wxUSE_PROTOCOL_FTP" = yes; then
e6cc62c6
VS
3961 echo "$as_me:$LINENO: result: yes" >&5
3962echo "${ECHO_T}yes" >&6
a1622950 3963 else
e6cc62c6
VS
3964 echo "$as_me:$LINENO: result: no" >&5
3965echo "${ECHO_T}no" >&6
a1622950 3966 fi
e6cc62c6 3967
a1622950 3968
5005acfe 3969 enablestring=
e6cc62c6
VS
3970 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
3971echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6
a1622950
VZ
3972 no_cache=0
3973 # Check whether --enable-http or --disable-http was given.
3974if test "${enable_http+set}" = set; then
3975 enableval="$enable_http"
e6cc62c6 3976
a1622950
VZ
3977 if test "$enableval" = yes; then
3978 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
3979 else
3980 ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
3981 fi
e6cc62c6 3982
a1622950 3983else
e6cc62c6 3984
a1622950
VZ
3985 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
3986 if test "x$LINE" != x ; then
3987 eval "DEFAULT_$LINE"
3988 else
3989 no_cache=1
3990 fi
3991
3992 ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
a1622950 3993
e6cc62c6 3994fi;
a1622950
VZ
3995
3996 eval "$ac_cv_use_http"
3997 if test "$no_cache" != 1; then
3998 echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp
3999 fi
4000
4001 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
e6cc62c6
VS
4002 echo "$as_me:$LINENO: result: yes" >&5
4003echo "${ECHO_T}yes" >&6
a1622950 4004 else
e6cc62c6
VS
4005 echo "$as_me:$LINENO: result: no" >&5
4006echo "${ECHO_T}no" >&6
a1622950 4007 fi
e6cc62c6 4008
a1622950 4009
5005acfe 4010 enablestring=
e6cc62c6
VS
4011 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
4012echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6
a1622950
VZ
4013 no_cache=0
4014 # Check whether --enable-fileproto or --disable-fileproto was given.
4015if test "${enable_fileproto+set}" = set; then
4016 enableval="$enable_fileproto"
e6cc62c6 4017
a1622950
VZ
4018 if test "$enableval" = yes; then
4019 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
4020 else
4021 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
4022 fi
e6cc62c6 4023
a1622950 4024else
e6cc62c6 4025
a1622950
VZ
4026 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
4027 if test "x$LINE" != x ; then
4028 eval "DEFAULT_$LINE"
4029 else
4030 no_cache=1
4031 fi
4032
4033 ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
a1622950 4034
e6cc62c6 4035fi;
a1622950
VZ
4036
4037 eval "$ac_cv_use_fileproto"
4038 if test "$no_cache" != 1; then
4039 echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp
4040 fi
4041
4042 if test "$wxUSE_PROTOCOL_FILE" = yes; then
e6cc62c6
VS
4043 echo "$as_me:$LINENO: result: yes" >&5
4044echo "${ECHO_T}yes" >&6
a1622950 4045 else
e6cc62c6
VS
4046 echo "$as_me:$LINENO: result: no" >&5
4047echo "${ECHO_T}no" >&6
a1622950 4048 fi
e6cc62c6 4049
a1622950 4050
5005acfe 4051 enablestring=
e6cc62c6
VS
4052 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
4053echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6
10f2d63a
VZ
4054 no_cache=0
4055 # Check whether --enable-sockets or --disable-sockets was given.
4056if test "${enable_sockets+set}" = set; then
4057 enableval="$enable_sockets"
e6cc62c6 4058
10f2d63a
VZ
4059 if test "$enableval" = yes; then
4060 ac_cv_use_sockets='wxUSE_SOCKETS=yes'
4061 else
4062 ac_cv_use_sockets='wxUSE_SOCKETS=no'
4063 fi
e6cc62c6 4064
10f2d63a 4065else
e6cc62c6 4066
10f2d63a
VZ
4067 LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}`
4068 if test "x$LINE" != x ; then
4069 eval "DEFAULT_$LINE"
4070 else
4071 no_cache=1
4072 fi
4073
4074 ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS
10f2d63a 4075
e6cc62c6 4076fi;
10f2d63a
VZ
4077
4078 eval "$ac_cv_use_sockets"
4079 if test "$no_cache" != 1; then
4080 echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp
4081 fi
4082
4083 if test "$wxUSE_SOCKETS" = yes; then
e6cc62c6
VS
4084 echo "$as_me:$LINENO: result: yes" >&5
4085echo "${ECHO_T}yes" >&6
10f2d63a 4086 else
e6cc62c6
VS
4087 echo "$as_me:$LINENO: result: no" >&5
4088echo "${ECHO_T}no" >&6
10f2d63a 4089 fi
e6cc62c6 4090
8284b0c5 4091
5005acfe 4092 enablestring=
e6cc62c6
VS
4093 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
4094echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6
3bce6687
JS
4095 no_cache=0
4096 # Check whether --enable-ole or --disable-ole was given.
4097if test "${enable_ole+set}" = set; then
4098 enableval="$enable_ole"
e6cc62c6 4099
3bce6687
JS
4100 if test "$enableval" = yes; then
4101 ac_cv_use_ole='wxUSE_OLE=yes'
4102 else
4103 ac_cv_use_ole='wxUSE_OLE=no'
4104 fi
e6cc62c6 4105
3bce6687 4106else
e6cc62c6 4107
3bce6687
JS
4108 LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}`
4109 if test "x$LINE" != x ; then
4110 eval "DEFAULT_$LINE"
4111 else
4112 no_cache=1
4113 fi
4114
4115 ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE
3bce6687 4116
e6cc62c6 4117fi;
3bce6687
JS
4118
4119 eval "$ac_cv_use_ole"
4120 if test "$no_cache" != 1; then
4121 echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp
4122 fi
4123
4124 if test "$wxUSE_OLE" = yes; then
e6cc62c6
VS
4125 echo "$as_me:$LINENO: result: yes" >&5
4126echo "${ECHO_T}yes" >&6
3bce6687 4127 else
e6cc62c6
VS
4128 echo "$as_me:$LINENO: result: no" >&5
4129echo "${ECHO_T}no" >&6
3bce6687 4130 fi
e6cc62c6 4131
3bce6687 4132
5005acfe 4133 enablestring=
e6cc62c6
VS
4134 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
4135echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6
3bce6687
JS
4136 no_cache=0
4137 # Check whether --enable-dataobj or --disable-dataobj was given.
4138if test "${enable_dataobj+set}" = set; then
4139 enableval="$enable_dataobj"
e6cc62c6 4140
3bce6687
JS
4141 if test "$enableval" = yes; then
4142 ac_cv_use_dataobj='wxUSE_DATAOBJ=yes'
4143 else
4144 ac_cv_use_dataobj='wxUSE_DATAOBJ=no'
4145 fi
e6cc62c6 4146
3bce6687 4147else
e6cc62c6 4148
3bce6687
JS
4149 LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}`
4150 if test "x$LINE" != x ; then
4151 eval "DEFAULT_$LINE"
4152 else
4153 no_cache=1
4154 fi
4155
4156 ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ
3bce6687 4157
e6cc62c6 4158fi;
3bce6687
JS
4159
4160 eval "$ac_cv_use_dataobj"
4161 if test "$no_cache" != 1; then
4162 echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp
4163 fi
4164
4165 if test "$wxUSE_DATAOBJ" = yes; then
e6cc62c6
VS
4166 echo "$as_me:$LINENO: result: yes" >&5
4167echo "${ECHO_T}yes" >&6
3bce6687 4168 else
e6cc62c6
VS
4169 echo "$as_me:$LINENO: result: no" >&5
4170echo "${ECHO_T}no" >&6
3bce6687 4171 fi
e6cc62c6 4172
3bce6687 4173
52127426 4174
5005acfe 4175 enablestring=
e6cc62c6
VS
4176 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
4177echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6
10f2d63a 4178 no_cache=0
eb4efbdc
VZ
4179 # Check whether --enable-ipc or --disable-ipc was given.
4180if test "${enable_ipc+set}" = set; then
4181 enableval="$enable_ipc"
e6cc62c6 4182
10f2d63a 4183 if test "$enableval" = yes; then
eb4efbdc 4184 ac_cv_use_ipc='wxUSE_IPC=yes'
10f2d63a 4185 else
eb4efbdc 4186 ac_cv_use_ipc='wxUSE_IPC=no'
10f2d63a 4187 fi
e6cc62c6 4188
10f2d63a 4189else
e6cc62c6 4190
eb4efbdc 4191 LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}`
10f2d63a
VZ
4192 if test "x$LINE" != x ; then
4193 eval "DEFAULT_$LINE"
4194 else
4195 no_cache=1
4196 fi
4197
eb4efbdc 4198 ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC
10f2d63a 4199
e6cc62c6 4200fi;
10f2d63a 4201
eb4efbdc 4202 eval "$ac_cv_use_ipc"
10f2d63a 4203 if test "$no_cache" != 1; then
eb4efbdc 4204 echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
4205 fi
4206
eb4efbdc 4207 if test "$wxUSE_IPC" = yes; then
e6cc62c6
VS
4208 echo "$as_me:$LINENO: result: yes" >&5
4209echo "${ECHO_T}yes" >&6
10f2d63a 4210 else
e6cc62c6
VS
4211 echo "$as_me:$LINENO: result: no" >&5
4212echo "${ECHO_T}no" >&6
10f2d63a 4213 fi
e6cc62c6 4214
52127426 4215
8284b0c5 4216
5005acfe 4217 enablestring=
e6cc62c6
VS
4218 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
4219echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6
1e6feb95
VZ
4220 no_cache=0
4221 # Check whether --enable-cmdline or --disable-cmdline was given.
4222if test "${enable_cmdline+set}" = set; then
4223 enableval="$enable_cmdline"
e6cc62c6 4224
1e6feb95
VZ
4225 if test "$enableval" = yes; then
4226 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
4227 else
4228 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
4229 fi
e6cc62c6 4230
1e6feb95 4231else
e6cc62c6 4232
1e6feb95
VZ
4233 LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}`
4234 if test "x$LINE" != x ; then
4235 eval "DEFAULT_$LINE"
4236 else
4237 no_cache=1
4238 fi
4239
4240 ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER
1e6feb95 4241
e6cc62c6 4242fi;
1e6feb95
VZ
4243
4244 eval "$ac_cv_use_cmdline"
4245 if test "$no_cache" != 1; then
4246 echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp
4247 fi
4248
4249 if test "$wxUSE_CMDLINE_PARSER" = yes; then
e6cc62c6
VS
4250 echo "$as_me:$LINENO: result: yes" >&5
4251echo "${ECHO_T}yes" >&6
1e6feb95 4252 else
e6cc62c6
VS
4253 echo "$as_me:$LINENO: result: no" >&5
4254echo "${ECHO_T}no" >&6
1e6feb95 4255 fi
e6cc62c6 4256
1e6feb95 4257
5005acfe 4258 enablestring=
e6cc62c6
VS
4259 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
4260echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6
1e6feb95
VZ
4261 no_cache=0
4262 # Check whether --enable-datetime or --disable-datetime was given.
4263if test "${enable_datetime+set}" = set; then
4264 enableval="$enable_datetime"
e6cc62c6 4265
1e6feb95
VZ
4266 if test "$enableval" = yes; then
4267 ac_cv_use_datetime='wxUSE_DATETIME=yes'
4268 else
4269 ac_cv_use_datetime='wxUSE_DATETIME=no'
4270 fi
e6cc62c6 4271
1e6feb95 4272else
e6cc62c6 4273
1e6feb95
VZ
4274 LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}`
4275 if test "x$LINE" != x ; then
4276 eval "DEFAULT_$LINE"
4277 else
4278 no_cache=1
4279 fi
4280
4281 ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME
1e6feb95 4282
e6cc62c6 4283fi;
1e6feb95
VZ
4284
4285 eval "$ac_cv_use_datetime"
4286 if test "$no_cache" != 1; then
4287 echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp
4288 fi
4289
4290 if test "$wxUSE_DATETIME" = yes; then
e6cc62c6
VS
4291 echo "$as_me:$LINENO: result: yes" >&5
4292echo "${ECHO_T}yes" >&6
1e6feb95 4293 else
e6cc62c6
VS
4294 echo "$as_me:$LINENO: result: no" >&5
4295echo "${ECHO_T}no" >&6
1e6feb95 4296 fi
e6cc62c6 4297
1e6feb95 4298
5005acfe 4299 enablestring=
e6cc62c6
VS
4300 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
4301echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6
1e6feb95
VZ
4302 no_cache=0
4303 # Check whether --enable-stopwatch or --disable-stopwatch was given.
4304if test "${enable_stopwatch+set}" = set; then
4305 enableval="$enable_stopwatch"
e6cc62c6 4306
1e6feb95
VZ
4307 if test "$enableval" = yes; then
4308 ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
4309 else
4310 ac_cv_use_stopwatch='wxUSE_STOPWATCH=no'
4311 fi
e6cc62c6 4312
1e6feb95 4313else
e6cc62c6 4314
1e6feb95
VZ
4315 LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}`
4316 if test "x$LINE" != x ; then
4317 eval "DEFAULT_$LINE"
4318 else
4319 no_cache=1
4320 fi
4321
4322 ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH
1e6feb95 4323
e6cc62c6 4324fi;
1e6feb95
VZ
4325
4326 eval "$ac_cv_use_stopwatch"
4327 if test "$no_cache" != 1; then
4328 echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp
4329 fi
4330
4331 if test "$wxUSE_STOPWATCH" = yes; then
e6cc62c6
VS
4332 echo "$as_me:$LINENO: result: yes" >&5
4333echo "${ECHO_T}yes" >&6
1e6feb95 4334 else
e6cc62c6
VS
4335 echo "$as_me:$LINENO: result: no" >&5
4336echo "${ECHO_T}no" >&6
1e6feb95 4337 fi
e6cc62c6 4338
1e6feb95 4339
5005acfe 4340 enablestring=
e6cc62c6
VS
4341 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
4342echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6
10f2d63a 4343 no_cache=0
eb4efbdc
VZ
4344 # Check whether --enable-dialupman or --disable-dialupman was given.
4345if test "${enable_dialupman+set}" = set; then
4346 enableval="$enable_dialupman"
e6cc62c6 4347
10f2d63a 4348 if test "$enableval" = yes; then
eb4efbdc 4349 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
10f2d63a 4350 else
eb4efbdc 4351 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
10f2d63a 4352 fi
e6cc62c6 4353
10f2d63a 4354else
e6cc62c6 4355
eb4efbdc 4356 LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}`
10f2d63a
VZ
4357 if test "x$LINE" != x ; then
4358 eval "DEFAULT_$LINE"
4359 else
4360 no_cache=1
4361 fi
4362
eb4efbdc 4363 ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER
10f2d63a 4364
e6cc62c6 4365fi;
10f2d63a 4366
eb4efbdc 4367 eval "$ac_cv_use_dialupman"
10f2d63a 4368 if test "$no_cache" != 1; then
eb4efbdc 4369 echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
4370 fi
4371
eb4efbdc 4372 if test "$wxUSE_DIALUP_MANAGER" = yes; then
e6cc62c6
VS
4373 echo "$as_me:$LINENO: result: yes" >&5
4374echo "${ECHO_T}yes" >&6
10f2d63a 4375 else
e6cc62c6
VS
4376 echo "$as_me:$LINENO: result: no" >&5
4377echo "${ECHO_T}no" >&6
10f2d63a 4378 fi
e6cc62c6 4379
10f2d63a 4380
5005acfe 4381 enablestring=
e6cc62c6
VS
4382 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
4383echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6
10f2d63a
VZ
4384 no_cache=0
4385 # Check whether --enable-apple_ieee or --disable-apple_ieee was given.
4386if test "${enable_apple_ieee+set}" = set; then
4387 enableval="$enable_apple_ieee"
e6cc62c6 4388
10f2d63a
VZ
4389 if test "$enableval" = yes; then
4390 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
4391 else
4392 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
4393 fi
e6cc62c6 4394
10f2d63a 4395else
e6cc62c6 4396
10f2d63a
VZ
4397 LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}`
4398 if test "x$LINE" != x ; then
4399 eval "DEFAULT_$LINE"
4400 else
4401 no_cache=1
4402 fi
4403
4404 ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE
10f2d63a 4405
e6cc62c6 4406fi;
10f2d63a
VZ
4407
4408 eval "$ac_cv_use_apple_ieee"
4409 if test "$no_cache" != 1; then
4410 echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp
4411 fi
4412
4413 if test "$wxUSE_APPLE_IEEE" = yes; then
e6cc62c6
VS
4414 echo "$as_me:$LINENO: result: yes" >&5
4415echo "${ECHO_T}yes" >&6
10f2d63a 4416 else
e6cc62c6
VS
4417 echo "$as_me:$LINENO: result: no" >&5
4418echo "${ECHO_T}no" >&6
10f2d63a 4419 fi
e6cc62c6 4420
10f2d63a 4421
5005acfe 4422 enablestring=
e6cc62c6
VS
4423 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
4424echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6
10f2d63a 4425 no_cache=0
1e6feb95
VZ
4426 # Check whether --enable-timer or --disable-timer was given.
4427if test "${enable_timer+set}" = set; then
4428 enableval="$enable_timer"
e6cc62c6 4429
10f2d63a 4430 if test "$enableval" = yes; then
1e6feb95 4431 ac_cv_use_timer='wxUSE_TIMER=yes'
10f2d63a 4432 else
1e6feb95 4433 ac_cv_use_timer='wxUSE_TIMER=no'
10f2d63a 4434 fi
e6cc62c6 4435
10f2d63a 4436else
e6cc62c6 4437
1e6feb95 4438 LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}`
10f2d63a
VZ
4439 if test "x$LINE" != x ; then
4440 eval "DEFAULT_$LINE"
4441 else
4442 no_cache=1
4443 fi
4444
1e6feb95 4445 ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER
10f2d63a 4446
e6cc62c6 4447fi;
10f2d63a 4448
1e6feb95 4449 eval "$ac_cv_use_timer"
10f2d63a 4450 if test "$no_cache" != 1; then
1e6feb95 4451 echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
4452 fi
4453
1e6feb95 4454 if test "$wxUSE_TIMER" = yes; then
e6cc62c6
VS
4455 echo "$as_me:$LINENO: result: yes" >&5
4456echo "${ECHO_T}yes" >&6
10f2d63a 4457 else
e6cc62c6
VS
4458 echo "$as_me:$LINENO: result: no" >&5
4459echo "${ECHO_T}no" >&6
10f2d63a 4460 fi
e6cc62c6 4461
10f2d63a 4462
5005acfe 4463 enablestring=
e6cc62c6
VS
4464 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wave" >&5
4465echo $ECHO_N "checking for --${enablestring:-enable}-wave... $ECHO_C" >&6
10f2d63a
VZ
4466 no_cache=0
4467 # Check whether --enable-wave or --disable-wave was given.
4468if test "${enable_wave+set}" = set; then
4469 enableval="$enable_wave"
e6cc62c6 4470
10f2d63a
VZ
4471 if test "$enableval" = yes; then
4472 ac_cv_use_wave='wxUSE_WAVE=yes'
4473 else
4474 ac_cv_use_wave='wxUSE_WAVE=no'
4475 fi
e6cc62c6 4476
10f2d63a 4477else
e6cc62c6 4478
10f2d63a
VZ
4479 LINE=`grep "wxUSE_WAVE" ${wx_arg_cache_file}`
4480 if test "x$LINE" != x ; then
4481 eval "DEFAULT_$LINE"
4482 else
4483 no_cache=1
4484 fi
4485
4486 ac_cv_use_wave='wxUSE_WAVE='$DEFAULT_wxUSE_WAVE
10f2d63a 4487
e6cc62c6 4488fi;
10f2d63a
VZ
4489
4490 eval "$ac_cv_use_wave"
4491 if test "$no_cache" != 1; then
4492 echo $ac_cv_use_wave >> ${wx_arg_cache_file}.tmp
4493 fi
4494
4495 if test "$wxUSE_WAVE" = yes; then
e6cc62c6
VS
4496 echo "$as_me:$LINENO: result: yes" >&5
4497echo "${ECHO_T}yes" >&6
10f2d63a 4498 else
e6cc62c6
VS
4499 echo "$as_me:$LINENO: result: no" >&5
4500echo "${ECHO_T}no" >&6
10f2d63a 4501 fi
e6cc62c6 4502
10f2d63a 4503
5005acfe 4504 enablestring=
e6cc62c6
VS
4505 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fraction" >&5
4506echo $ECHO_N "checking for --${enablestring:-enable}-fraction... $ECHO_C" >&6
10f2d63a
VZ
4507 no_cache=0
4508 # Check whether --enable-fraction or --disable-fraction was given.
4509if test "${enable_fraction+set}" = set; then
4510 enableval="$enable_fraction"
e6cc62c6 4511
10f2d63a
VZ
4512 if test "$enableval" = yes; then
4513 ac_cv_use_fraction='wxUSE_FRACTION=yes'
4514 else
4515 ac_cv_use_fraction='wxUSE_FRACTION=no'
4516 fi
e6cc62c6 4517
10f2d63a 4518else
e6cc62c6 4519
10f2d63a
VZ
4520 LINE=`grep "wxUSE_FRACTION" ${wx_arg_cache_file}`
4521 if test "x$LINE" != x ; then
4522 eval "DEFAULT_$LINE"
4523 else
4524 no_cache=1
4525 fi
4526
4527 ac_cv_use_fraction='wxUSE_FRACTION='$DEFAULT_wxUSE_FRACTION
10f2d63a 4528
e6cc62c6 4529fi;
10f2d63a
VZ
4530
4531 eval "$ac_cv_use_fraction"
4532 if test "$no_cache" != 1; then
4533 echo $ac_cv_use_fraction >> ${wx_arg_cache_file}.tmp
4534 fi
4535
4536 if test "$wxUSE_FRACTION" = yes; then
e6cc62c6
VS
4537 echo "$as_me:$LINENO: result: yes" >&5
4538echo "${ECHO_T}yes" >&6
10f2d63a 4539 else
e6cc62c6
VS
4540 echo "$as_me:$LINENO: result: no" >&5
4541echo "${ECHO_T}no" >&6
10f2d63a 4542 fi
e6cc62c6 4543
10f2d63a 4544
5005acfe 4545 enablestring=
e6cc62c6
VS
4546 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
4547echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6
10f2d63a
VZ
4548 no_cache=0
4549 # Check whether --enable-dynlib or --disable-dynlib was given.
4550if test "${enable_dynlib+set}" = set; then
4551 enableval="$enable_dynlib"
e6cc62c6 4552
10f2d63a
VZ
4553 if test "$enableval" = yes; then
4554 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
4555 else
4556 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
4557 fi
e6cc62c6 4558
10f2d63a 4559else
e6cc62c6 4560
10f2d63a
VZ
4561 LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}`
4562 if test "x$LINE" != x ; then
4563 eval "DEFAULT_$LINE"
4564 else
4565 no_cache=1
4566 fi
4567
4568 ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS
10f2d63a 4569
e6cc62c6 4570fi;
10f2d63a
VZ
4571
4572 eval "$ac_cv_use_dynlib"
4573 if test "$no_cache" != 1; then
4574 echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp
4575 fi
4576
4577 if test "$wxUSE_DYNLIB_CLASS" = yes; then
e6cc62c6
VS
4578 echo "$as_me:$LINENO: result: yes" >&5
4579echo "${ECHO_T}yes" >&6
10f2d63a 4580 else
e6cc62c6
VS
4581 echo "$as_me:$LINENO: result: no" >&5
4582echo "${ECHO_T}no" >&6
10f2d63a 4583 fi
e6cc62c6 4584
10f2d63a 4585
5005acfe 4586 enablestring=
e6cc62c6
VS
4587 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
4588echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6
0b9ab0bd
RL
4589 no_cache=0
4590 # Check whether --enable-dynamicloader or --disable-dynamicloader was given.
4591if test "${enable_dynamicloader+set}" = set; then
4592 enableval="$enable_dynamicloader"
e6cc62c6 4593
0b9ab0bd
RL
4594 if test "$enableval" = yes; then
4595 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
4596 else
4597 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
4598 fi
e6cc62c6 4599
0b9ab0bd 4600else
e6cc62c6 4601
0b9ab0bd
RL
4602 LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}`
4603 if test "x$LINE" != x ; then
4604 eval "DEFAULT_$LINE"
4605 else
4606 no_cache=1
4607 fi
4608
4609 ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER
0b9ab0bd 4610
e6cc62c6 4611fi;
0b9ab0bd
RL
4612
4613 eval "$ac_cv_use_dynamicloader"
4614 if test "$no_cache" != 1; then
4615 echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp
4616 fi
4617
4618 if test "$wxUSE_DYNAMIC_LOADER" = yes; then
e6cc62c6
VS
4619 echo "$as_me:$LINENO: result: yes" >&5
4620echo "${ECHO_T}yes" >&6
0b9ab0bd 4621 else
e6cc62c6
VS
4622 echo "$as_me:$LINENO: result: no" >&5
4623echo "${ECHO_T}no" >&6
0b9ab0bd 4624 fi
e6cc62c6 4625
0b9ab0bd 4626
5005acfe 4627 enablestring=
e6cc62c6
VS
4628 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
4629echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6
10f2d63a
VZ
4630 no_cache=0
4631 # Check whether --enable-longlong or --disable-longlong was given.
4632if test "${enable_longlong+set}" = set; then
4633 enableval="$enable_longlong"
e6cc62c6 4634
10f2d63a
VZ
4635 if test "$enableval" = yes; then
4636 ac_cv_use_longlong='wxUSE_LONGLONG=yes'
4637 else
4638 ac_cv_use_longlong='wxUSE_LONGLONG=no'
4639 fi
e6cc62c6 4640
10f2d63a 4641else
e6cc62c6 4642
10f2d63a
VZ
4643 LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}`
4644 if test "x$LINE" != x ; then
4645 eval "DEFAULT_$LINE"
4646 else
4647 no_cache=1
4648 fi
4649
4650 ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG
10f2d63a 4651
e6cc62c6 4652fi;
10f2d63a
VZ
4653
4654 eval "$ac_cv_use_longlong"
4655 if test "$no_cache" != 1; then
4656 echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp
4657 fi
4658
4659 if test "$wxUSE_LONGLONG" = yes; then
e6cc62c6
VS
4660 echo "$as_me:$LINENO: result: yes" >&5
4661echo "${ECHO_T}yes" >&6
10f2d63a 4662 else
e6cc62c6
VS
4663 echo "$as_me:$LINENO: result: no" >&5
4664echo "${ECHO_T}no" >&6
10f2d63a 4665 fi
e6cc62c6 4666
10f2d63a 4667
5005acfe 4668 enablestring=
e6cc62c6
VS
4669 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
4670echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6
e8f65ba6
RR
4671 no_cache=0
4672 # Check whether --enable-geometry or --disable-geometry was given.
4673if test "${enable_geometry+set}" = set; then
4674 enableval="$enable_geometry"
e6cc62c6 4675
e8f65ba6
RR
4676 if test "$enableval" = yes; then
4677 ac_cv_use_geometry='wxUSE_GEOMETRY=yes'
4678 else
4679 ac_cv_use_geometry='wxUSE_GEOMETRY=no'
4680 fi
e6cc62c6 4681
e8f65ba6 4682else
e6cc62c6 4683
e8f65ba6
RR
4684 LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}`
4685 if test "x$LINE" != x ; then
4686 eval "DEFAULT_$LINE"
4687 else
4688 no_cache=1
4689 fi
4690
4691 ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY
e8f65ba6 4692
e6cc62c6 4693fi;
e8f65ba6
RR
4694
4695 eval "$ac_cv_use_geometry"
4696 if test "$no_cache" != 1; then
4697 echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp
4698 fi
4699
4700 if test "$wxUSE_GEOMETRY" = yes; then
e6cc62c6
VS
4701 echo "$as_me:$LINENO: result: yes" >&5
4702echo "${ECHO_T}yes" >&6
e8f65ba6 4703 else
e6cc62c6
VS
4704 echo "$as_me:$LINENO: result: no" >&5
4705echo "${ECHO_T}no" >&6
e8f65ba6 4706 fi
e6cc62c6 4707
e8f65ba6 4708
5005acfe 4709 enablestring=
e6cc62c6
VS
4710 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
4711echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6
10f2d63a
VZ
4712 no_cache=0
4713 # Check whether --enable-log or --disable-log was given.
4714if test "${enable_log+set}" = set; then
4715 enableval="$enable_log"
e6cc62c6 4716
10f2d63a
VZ
4717 if test "$enableval" = yes; then
4718 ac_cv_use_log='wxUSE_LOG=yes'
4719 else
4720 ac_cv_use_log='wxUSE_LOG=no'
4721 fi
e6cc62c6 4722
10f2d63a 4723else
e6cc62c6 4724
10f2d63a
VZ
4725 LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}`
4726 if test "x$LINE" != x ; then
4727 eval "DEFAULT_$LINE"
4728 else
4729 no_cache=1
4730 fi
4731
4732 ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG
10f2d63a 4733
e6cc62c6 4734fi;
10f2d63a
VZ
4735
4736 eval "$ac_cv_use_log"
4737 if test "$no_cache" != 1; then
4738 echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp
4739 fi
4740
4741 if test "$wxUSE_LOG" = yes; then
e6cc62c6
VS
4742 echo "$as_me:$LINENO: result: yes" >&5
4743echo "${ECHO_T}yes" >&6
10f2d63a 4744 else
e6cc62c6
VS
4745 echo "$as_me:$LINENO: result: no" >&5
4746echo "${ECHO_T}no" >&6
10f2d63a 4747 fi
e6cc62c6 4748
10f2d63a 4749
5005acfe 4750 enablestring=
e6cc62c6
VS
4751 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
4752echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6
10f2d63a
VZ
4753 no_cache=0
4754 # Check whether --enable-streams or --disable-streams was given.
4755if test "${enable_streams+set}" = set; then
4756 enableval="$enable_streams"
e6cc62c6 4757
10f2d63a
VZ
4758 if test "$enableval" = yes; then
4759 ac_cv_use_streams='wxUSE_STREAMS=yes'
4760 else
4761 ac_cv_use_streams='wxUSE_STREAMS=no'
4762 fi
e6cc62c6 4763
10f2d63a 4764else
e6cc62c6 4765
10f2d63a
VZ
4766 LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}`
4767 if test "x$LINE" != x ; then
4768 eval "DEFAULT_$LINE"
4769 else
4770 no_cache=1
4771 fi
4772
4773 ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS
10f2d63a 4774
e6cc62c6 4775fi;
10f2d63a
VZ
4776
4777 eval "$ac_cv_use_streams"
4778 if test "$no_cache" != 1; then
4779 echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp
4780 fi
4781
4782 if test "$wxUSE_STREAMS" = yes; then
e6cc62c6
VS
4783 echo "$as_me:$LINENO: result: yes" >&5
4784echo "${ECHO_T}yes" >&6
10f2d63a 4785 else
e6cc62c6
VS
4786 echo "$as_me:$LINENO: result: no" >&5
4787echo "${ECHO_T}no" >&6
10f2d63a 4788 fi
e6cc62c6 4789
10f2d63a 4790
5005acfe 4791 enablestring=
e6cc62c6
VS
4792 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
4793echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6
10f2d63a
VZ
4794 no_cache=0
4795 # Check whether --enable-file or --disable-file was given.
4796if test "${enable_file+set}" = set; then
4797 enableval="$enable_file"
e6cc62c6 4798
10f2d63a
VZ
4799 if test "$enableval" = yes; then
4800 ac_cv_use_file='wxUSE_FILE=yes'
4801 else
4802 ac_cv_use_file='wxUSE_FILE=no'
4803 fi
e6cc62c6 4804
10f2d63a 4805else
e6cc62c6 4806
10f2d63a
VZ
4807 LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}`
4808 if test "x$LINE" != x ; then
4809 eval "DEFAULT_$LINE"
4810 else
4811 no_cache=1
4812 fi
4813
4814 ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE
10f2d63a 4815
e6cc62c6 4816fi;
10f2d63a
VZ
4817
4818 eval "$ac_cv_use_file"
4819 if test "$no_cache" != 1; then
4820 echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp
4821 fi
4822
4823 if test "$wxUSE_FILE" = yes; then
e6cc62c6
VS
4824 echo "$as_me:$LINENO: result: yes" >&5
4825echo "${ECHO_T}yes" >&6
10f2d63a 4826 else
e6cc62c6
VS
4827 echo "$as_me:$LINENO: result: no" >&5
4828echo "${ECHO_T}no" >&6
10f2d63a 4829 fi
e6cc62c6 4830
10f2d63a 4831
5005acfe 4832 enablestring=
e6cc62c6
VS
4833 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
4834echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6
10f2d63a 4835 no_cache=0
1e6feb95
VZ
4836 # Check whether --enable-ffile or --disable-ffile was given.
4837if test "${enable_ffile+set}" = set; then
4838 enableval="$enable_ffile"
e6cc62c6 4839
10f2d63a 4840 if test "$enableval" = yes; then
1e6feb95 4841 ac_cv_use_ffile='wxUSE_FFILE=yes'
10f2d63a 4842 else
1e6feb95 4843 ac_cv_use_ffile='wxUSE_FFILE=no'
10f2d63a 4844 fi
e6cc62c6 4845
10f2d63a 4846else
e6cc62c6 4847
1e6feb95 4848 LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}`
10f2d63a
VZ
4849 if test "x$LINE" != x ; then
4850 eval "DEFAULT_$LINE"
4851 else
4852 no_cache=1
4853 fi
4854
1e6feb95 4855 ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE
10f2d63a 4856
e6cc62c6 4857fi;
10f2d63a 4858
1e6feb95 4859 eval "$ac_cv_use_ffile"
10f2d63a 4860 if test "$no_cache" != 1; then
1e6feb95 4861 echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
4862 fi
4863
1e6feb95 4864 if test "$wxUSE_FFILE" = yes; then
e6cc62c6
VS
4865 echo "$as_me:$LINENO: result: yes" >&5
4866echo "${ECHO_T}yes" >&6
10f2d63a 4867 else
e6cc62c6
VS
4868 echo "$as_me:$LINENO: result: no" >&5
4869echo "${ECHO_T}no" >&6
10f2d63a 4870 fi
e6cc62c6 4871
10f2d63a 4872
5005acfe 4873 enablestring=
e6cc62c6
VS
4874 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
4875echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6
a3a584a7
VZ
4876 no_cache=0
4877 # Check whether --enable-textbuf or --disable-textbuf was given.
4878if test "${enable_textbuf+set}" = set; then
4879 enableval="$enable_textbuf"
e6cc62c6 4880
a3a584a7
VZ
4881 if test "$enableval" = yes; then
4882 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
4883 else
4884 ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
4885 fi
e6cc62c6 4886
a3a584a7 4887else
e6cc62c6 4888
a3a584a7
VZ
4889 LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}`
4890 if test "x$LINE" != x ; then
4891 eval "DEFAULT_$LINE"
4892 else
4893 no_cache=1
4894 fi
4895
4896 ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER
a3a584a7 4897
e6cc62c6 4898fi;
a3a584a7
VZ
4899
4900 eval "$ac_cv_use_textbuf"
4901 if test "$no_cache" != 1; then
4902 echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp
4903 fi
4904
4905 if test "$wxUSE_TEXTBUFFER" = yes; then
e6cc62c6
VS
4906 echo "$as_me:$LINENO: result: yes" >&5
4907echo "${ECHO_T}yes" >&6
a3a584a7 4908 else
e6cc62c6
VS
4909 echo "$as_me:$LINENO: result: no" >&5
4910echo "${ECHO_T}no" >&6
a3a584a7 4911 fi
e6cc62c6 4912
a3a584a7 4913
5005acfe 4914 enablestring=
e6cc62c6
VS
4915 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
4916echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6
10f2d63a 4917 no_cache=0
1e6feb95
VZ
4918 # Check whether --enable-textfile or --disable-textfile was given.
4919if test "${enable_textfile+set}" = set; then
4920 enableval="$enable_textfile"
e6cc62c6 4921
10f2d63a 4922 if test "$enableval" = yes; then
1e6feb95 4923 ac_cv_use_textfile='wxUSE_TEXTFILE=yes'
10f2d63a 4924 else
1e6feb95 4925 ac_cv_use_textfile='wxUSE_TEXTFILE=no'
10f2d63a 4926 fi
e6cc62c6 4927
10f2d63a 4928else
e6cc62c6 4929
1e6feb95 4930 LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}`
10f2d63a
VZ
4931 if test "x$LINE" != x ; then
4932 eval "DEFAULT_$LINE"
4933 else
4934 no_cache=1
4935 fi
4936
1e6feb95 4937 ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE
10f2d63a 4938
e6cc62c6 4939fi;
10f2d63a 4940
1e6feb95 4941 eval "$ac_cv_use_textfile"
10f2d63a 4942 if test "$no_cache" != 1; then
1e6feb95 4943 echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
4944 fi
4945
1e6feb95 4946 if test "$wxUSE_TEXTFILE" = yes; then
e6cc62c6
VS
4947 echo "$as_me:$LINENO: result: yes" >&5
4948echo "${ECHO_T}yes" >&6
10f2d63a 4949 else
e6cc62c6
VS
4950 echo "$as_me:$LINENO: result: no" >&5
4951echo "${ECHO_T}no" >&6
10f2d63a 4952 fi
e6cc62c6 4953
10f2d63a 4954
5005acfe 4955 enablestring=
e6cc62c6
VS
4956 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
4957echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6
10f2d63a 4958 no_cache=0
1e6feb95
VZ
4959 # Check whether --enable-fontmap or --disable-fontmap was given.
4960if test "${enable_fontmap+set}" = set; then
4961 enableval="$enable_fontmap"
e6cc62c6 4962
10f2d63a 4963 if test "$enableval" = yes; then
1e6feb95 4964 ac_cv_use_fontmap='wxUSE_FONTMAP=yes'
10f2d63a 4965 else
1e6feb95 4966 ac_cv_use_fontmap='wxUSE_FONTMAP=no'
10f2d63a 4967 fi
e6cc62c6 4968
10f2d63a 4969else
e6cc62c6 4970
1e6feb95 4971 LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}`
10f2d63a
VZ
4972 if test "x$LINE" != x ; then
4973 eval "DEFAULT_$LINE"
4974 else
4975 no_cache=1
4976 fi
4977
1e6feb95 4978 ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP
10f2d63a 4979
e6cc62c6 4980fi;
10f2d63a 4981
1e6feb95 4982 eval "$ac_cv_use_fontmap"
10f2d63a 4983 if test "$no_cache" != 1; then
1e6feb95 4984 echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
4985 fi
4986
1e6feb95 4987 if test "$wxUSE_FONTMAP" = yes; then
e6cc62c6
VS
4988 echo "$as_me:$LINENO: result: yes" >&5
4989echo "${ECHO_T}yes" >&6
10f2d63a 4990 else
e6cc62c6
VS
4991 echo "$as_me:$LINENO: result: no" >&5
4992echo "${ECHO_T}no" >&6
10f2d63a 4993 fi
e6cc62c6 4994
10f2d63a 4995
5005acfe 4996 enablestring=
e6cc62c6
VS
4997 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
4998echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6
10f2d63a 4999 no_cache=0
1e6feb95
VZ
5000 # Check whether --enable-unicode or --disable-unicode was given.
5001if test "${enable_unicode+set}" = set; then
5002 enableval="$enable_unicode"
e6cc62c6 5003
1e6feb95
VZ
5004 if test "$enableval" = yes; then
5005 ac_cv_use_unicode='wxUSE_UNICODE=yes'
5006 else
5007 ac_cv_use_unicode='wxUSE_UNICODE=no'
5008 fi
e6cc62c6 5009
1e6feb95 5010else
e6cc62c6 5011
1e6feb95
VZ
5012 LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}`
5013 if test "x$LINE" != x ; then
5014 eval "DEFAULT_$LINE"
5015 else
5016 no_cache=1
5017 fi
5018
5019 ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE
1e6feb95 5020
e6cc62c6 5021fi;
1e6feb95
VZ
5022
5023 eval "$ac_cv_use_unicode"
5024 if test "$no_cache" != 1; then
5025 echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp
5026 fi
5027
5028 if test "$wxUSE_UNICODE" = yes; then
e6cc62c6
VS
5029 echo "$as_me:$LINENO: result: yes" >&5
5030echo "${ECHO_T}yes" >&6
1e6feb95 5031 else
e6cc62c6
VS
5032 echo "$as_me:$LINENO: result: no" >&5
5033echo "${ECHO_T}no" >&6
1e6feb95 5034 fi
e6cc62c6 5035
1e6feb95 5036
5005acfe 5037 enablestring=
e6cc62c6
VS
5038 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5039echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6
a72a4bfa
VS
5040 no_cache=0
5041 # Check whether --enable-mslu or --disable-mslu was given.
5042if test "${enable_mslu+set}" = set; then
5043 enableval="$enable_mslu"
e6cc62c6 5044
a72a4bfa
VS
5045 if test "$enableval" = yes; then
5046 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
5047 else
5048 ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
5049 fi
e6cc62c6 5050
a72a4bfa 5051else
e6cc62c6 5052
a72a4bfa
VS
5053 LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}`
5054 if test "x$LINE" != x ; then
5055 eval "DEFAULT_$LINE"
5056 else
5057 no_cache=1
5058 fi
5059
5060 ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU
a72a4bfa 5061
e6cc62c6 5062fi;
a72a4bfa
VS
5063
5064 eval "$ac_cv_use_mslu"
5065 if test "$no_cache" != 1; then
5066 echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp
5067 fi
5068
5069 if test "$wxUSE_UNICODE_MSLU" = yes; then
e6cc62c6
VS
5070 echo "$as_me:$LINENO: result: yes" >&5
5071echo "${ECHO_T}yes" >&6
a72a4bfa 5072 else
e6cc62c6
VS
5073 echo "$as_me:$LINENO: result: no" >&5
5074echo "${ECHO_T}no" >&6
a72a4bfa 5075 fi
e6cc62c6 5076
a72a4bfa 5077
5005acfe 5078 enablestring=
e6cc62c6
VS
5079 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5
5080echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6
1e6feb95
VZ
5081 no_cache=0
5082 # Check whether --enable-wxprintfv or --disable-wxprintfv was given.
5083if test "${enable_wxprintfv+set}" = set; then
5084 enableval="$enable_wxprintfv"
e6cc62c6 5085
1e6feb95 5086 if test "$enableval" = yes; then
10f2d63a
VZ
5087 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes'
5088 else
5089 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no'
5090 fi
e6cc62c6 5091
10f2d63a 5092else
e6cc62c6 5093
10f2d63a
VZ
5094 LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}`
5095 if test "x$LINE" != x ; then
5096 eval "DEFAULT_$LINE"
5097 else
5098 no_cache=1
5099 fi
5100
5101 ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF
10f2d63a 5102
e6cc62c6 5103fi;
10f2d63a
VZ
5104
5105 eval "$ac_cv_use_wxprintfv"
5106 if test "$no_cache" != 1; then
5107 echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp
5108 fi
5109
5110 if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then
e6cc62c6
VS
5111 echo "$as_me:$LINENO: result: yes" >&5
5112echo "${ECHO_T}yes" >&6
10f2d63a 5113 else
e6cc62c6
VS
5114 echo "$as_me:$LINENO: result: no" >&5
5115echo "${ECHO_T}no" >&6
10f2d63a 5116 fi
e6cc62c6 5117
10f2d63a 5118
5005acfe 5119 enablestring=
e6cc62c6
VS
5120 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
5121echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6
10f2d63a
VZ
5122 no_cache=0
5123 # Check whether --enable-std_iostreams or --disable-std_iostreams was given.
5124if test "${enable_std_iostreams+set}" = set; then
5125 enableval="$enable_std_iostreams"
e6cc62c6 5126
10f2d63a
VZ
5127 if test "$enableval" = yes; then
5128 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
5129 else
5130 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
5131 fi
e6cc62c6 5132
10f2d63a 5133else
e6cc62c6 5134
10f2d63a
VZ
5135 LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}`
5136 if test "x$LINE" != x ; then
5137 eval "DEFAULT_$LINE"
5138 else
5139 no_cache=1
5140 fi
5141
5142 ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM
10f2d63a 5143
e6cc62c6 5144fi;
10f2d63a
VZ
5145
5146 eval "$ac_cv_use_std_iostreams"
5147 if test "$no_cache" != 1; then
5148 echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp
5149 fi
5150
5151 if test "$wxUSE_STD_IOSTREAM" = yes; then
e6cc62c6
VS
5152 echo "$as_me:$LINENO: result: yes" >&5
5153echo "${ECHO_T}yes" >&6
10f2d63a 5154 else
e6cc62c6
VS
5155 echo "$as_me:$LINENO: result: no" >&5
5156echo "${ECHO_T}no" >&6
10f2d63a 5157 fi
e6cc62c6 5158
10f2d63a 5159
5005acfe 5160 enablestring=
e6cc62c6
VS
5161 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
5162echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6
24528b0c
VS
5163 no_cache=0
5164 # Check whether --enable-filesystem or --disable-filesystem was given.
5165if test "${enable_filesystem+set}" = set; then
5166 enableval="$enable_filesystem"
e6cc62c6 5167
24528b0c
VS
5168 if test "$enableval" = yes; then
5169 ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
5170 else
5171 ac_cv_use_filesystem='wxUSE_FILESYSTEM=no'
5172 fi
e6cc62c6 5173
24528b0c 5174else
e6cc62c6 5175
24528b0c
VS
5176 LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}`
5177 if test "x$LINE" != x ; then
5178 eval "DEFAULT_$LINE"
5179 else
5180 no_cache=1
5181 fi
5182
5183 ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM
24528b0c 5184
e6cc62c6 5185fi;
24528b0c
VS
5186
5187 eval "$ac_cv_use_filesystem"
5188 if test "$no_cache" != 1; then
5189 echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp
5190 fi
5191
5192 if test "$wxUSE_FILESYSTEM" = yes; then
e6cc62c6
VS
5193 echo "$as_me:$LINENO: result: yes" >&5
5194echo "${ECHO_T}yes" >&6
24528b0c 5195 else
e6cc62c6
VS
5196 echo "$as_me:$LINENO: result: no" >&5
5197echo "${ECHO_T}no" >&6
24528b0c 5198 fi
e6cc62c6 5199
24528b0c 5200
5005acfe 5201 enablestring=
e6cc62c6
VS
5202 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
5203echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6
10f2d63a
VZ
5204 no_cache=0
5205 # Check whether --enable-fs_inet or --disable-fs_inet was given.
5206if test "${enable_fs_inet+set}" = set; then
5207 enableval="$enable_fs_inet"
e6cc62c6 5208
10f2d63a
VZ
5209 if test "$enableval" = yes; then
5210 ac_cv_use_fs_inet='wxUSE_FS_INET=yes'
5211 else
5212 ac_cv_use_fs_inet='wxUSE_FS_INET=no'
5213 fi
e6cc62c6 5214
10f2d63a 5215else
e6cc62c6 5216
10f2d63a
VZ
5217 LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}`
5218 if test "x$LINE" != x ; then
5219 eval "DEFAULT_$LINE"
5220 else
5221 no_cache=1
5222 fi
5223
5224 ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET
10f2d63a 5225
e6cc62c6 5226fi;
10f2d63a
VZ
5227
5228 eval "$ac_cv_use_fs_inet"
5229 if test "$no_cache" != 1; then
5230 echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp
5231 fi
5232
5233 if test "$wxUSE_FS_INET" = yes; then
e6cc62c6
VS
5234 echo "$as_me:$LINENO: result: yes" >&5
5235echo "${ECHO_T}yes" >&6
10f2d63a 5236 else
e6cc62c6
VS
5237 echo "$as_me:$LINENO: result: no" >&5
5238echo "${ECHO_T}no" >&6
10f2d63a 5239 fi
e6cc62c6 5240
10f2d63a 5241
5005acfe 5242 enablestring=
e6cc62c6
VS
5243 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
5244echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6
10f2d63a
VZ
5245 no_cache=0
5246 # Check whether --enable-fs_zip or --disable-fs_zip was given.
5247if test "${enable_fs_zip+set}" = set; then
5248 enableval="$enable_fs_zip"
e6cc62c6 5249
10f2d63a
VZ
5250 if test "$enableval" = yes; then
5251 ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
5252 else
5253 ac_cv_use_fs_zip='wxUSE_FS_ZIP=no'
5254 fi
e6cc62c6 5255
10f2d63a 5256else
e6cc62c6 5257
10f2d63a
VZ
5258 LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}`
5259 if test "x$LINE" != x ; then
5260 eval "DEFAULT_$LINE"
5261 else
5262 no_cache=1
5263 fi
5264
5265 ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP
10f2d63a 5266
e6cc62c6 5267fi;
10f2d63a
VZ
5268
5269 eval "$ac_cv_use_fs_zip"
5270 if test "$no_cache" != 1; then
5271 echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp
5272 fi
5273
5274 if test "$wxUSE_FS_ZIP" = yes; then
e6cc62c6
VS
5275 echo "$as_me:$LINENO: result: yes" >&5
5276echo "${ECHO_T}yes" >&6
10f2d63a 5277 else
e6cc62c6
VS
5278 echo "$as_me:$LINENO: result: no" >&5
5279echo "${ECHO_T}no" >&6
10f2d63a 5280 fi
e6cc62c6 5281
10f2d63a 5282
5005acfe 5283 enablestring=
e6cc62c6
VS
5284 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
5285echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6
10f2d63a
VZ
5286 no_cache=0
5287 # Check whether --enable-zipstream or --disable-zipstream was given.
5288if test "${enable_zipstream+set}" = set; then
5289 enableval="$enable_zipstream"
e6cc62c6 5290
10f2d63a
VZ
5291 if test "$enableval" = yes; then
5292 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
5293 else
5294 ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
5295 fi
e6cc62c6 5296
10f2d63a 5297else
e6cc62c6 5298
10f2d63a
VZ
5299 LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}`
5300 if test "x$LINE" != x ; then
5301 eval "DEFAULT_$LINE"
5302 else
5303 no_cache=1
5304 fi
5305
5306 ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM
10f2d63a 5307
e6cc62c6 5308fi;
10f2d63a
VZ
5309
5310 eval "$ac_cv_use_zipstream"
5311 if test "$no_cache" != 1; then
5312 echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp
5313 fi
5314
5315 if test "$wxUSE_ZIPSTREAM" = yes; then
e6cc62c6
VS
5316 echo "$as_me:$LINENO: result: yes" >&5
5317echo "${ECHO_T}yes" >&6
10f2d63a 5318 else
e6cc62c6
VS
5319 echo "$as_me:$LINENO: result: no" >&5
5320echo "${ECHO_T}no" >&6
10f2d63a 5321 fi
e6cc62c6 5322
8284b0c5 5323
52127426 5324
5005acfe 5325 enablestring=
e6cc62c6
VS
5326 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
5327echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6
eb4efbdc
VZ
5328 no_cache=0
5329 # Check whether --enable-catch_segvs or --disable-catch_segvs was given.
5330if test "${enable_catch_segvs+set}" = set; then
5331 enableval="$enable_catch_segvs"
e6cc62c6 5332
eb4efbdc
VZ
5333 if test "$enableval" = yes; then
5334 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
5335 else
5336 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
5337 fi
e6cc62c6 5338
eb4efbdc 5339else
e6cc62c6 5340
eb4efbdc
VZ
5341 LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}`
5342 if test "x$LINE" != x ; then
5343 eval "DEFAULT_$LINE"
5344 else
5345 no_cache=1
5346 fi
5347
5348 ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION
eb4efbdc 5349
e6cc62c6 5350fi;
eb4efbdc
VZ
5351
5352 eval "$ac_cv_use_catch_segvs"
5353 if test "$no_cache" != 1; then
5354 echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp
5355 fi
5356
5357 if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then
e6cc62c6
VS
5358 echo "$as_me:$LINENO: result: yes" >&5
5359echo "${ECHO_T}yes" >&6
eb4efbdc 5360 else
e6cc62c6
VS
5361 echo "$as_me:$LINENO: result: no" >&5
5362echo "${ECHO_T}no" >&6
eb4efbdc 5363 fi
e6cc62c6 5364
eb4efbdc 5365
5005acfe 5366 enablestring=
e6cc62c6
VS
5367 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
5368echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6
4f3c5f06
VZ
5369 no_cache=0
5370 # Check whether --enable-snglinst or --disable-snglinst was given.
5371if test "${enable_snglinst+set}" = set; then
5372 enableval="$enable_snglinst"
e6cc62c6 5373
4f3c5f06
VZ
5374 if test "$enableval" = yes; then
5375 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
5376 else
5377 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
5378 fi
e6cc62c6 5379
4f3c5f06 5380else
e6cc62c6 5381
4f3c5f06
VZ
5382 LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}`
5383 if test "x$LINE" != x ; then
5384 eval "DEFAULT_$LINE"
5385 else
5386 no_cache=1
5387 fi
5388
5389 ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER
4f3c5f06 5390
e6cc62c6 5391fi;
4f3c5f06
VZ
5392
5393 eval "$ac_cv_use_snglinst"
5394 if test "$no_cache" != 1; then
5395 echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp
5396 fi
5397
5398 if test "$wxUSE_SNGLINST_CHECKER" = yes; then
e6cc62c6
VS
5399 echo "$as_me:$LINENO: result: yes" >&5
5400echo "${ECHO_T}yes" >&6
4f3c5f06 5401 else
e6cc62c6
VS
5402 echo "$as_me:$LINENO: result: no" >&5
5403echo "${ECHO_T}no" >&6
4f3c5f06 5404 fi
e6cc62c6 5405
52127426 5406
8284b0c5 5407
5005acfe 5408 enablestring=
e6cc62c6
VS
5409 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
5410echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6
1e6feb95
VZ
5411 no_cache=0
5412 # Check whether --enable-mimetype or --disable-mimetype was given.
5413if test "${enable_mimetype+set}" = set; then
5414 enableval="$enable_mimetype"
e6cc62c6 5415
1e6feb95
VZ
5416 if test "$enableval" = yes; then
5417 ac_cv_use_mimetype='wxUSE_MIMETYPE=yes'
5418 else
5419 ac_cv_use_mimetype='wxUSE_MIMETYPE=no'
5420 fi
e6cc62c6 5421
1e6feb95 5422else
e6cc62c6 5423
1e6feb95
VZ
5424 LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}`
5425 if test "x$LINE" != x ; then
5426 eval "DEFAULT_$LINE"
5427 else
5428 no_cache=1
5429 fi
5430
5431 ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE
1e6feb95 5432
e6cc62c6 5433fi;
1e6feb95
VZ
5434
5435 eval "$ac_cv_use_mimetype"
5436 if test "$no_cache" != 1; then
5437 echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp
5438 fi
5439
5440 if test "$wxUSE_MIMETYPE" = yes; then
e6cc62c6
VS
5441 echo "$as_me:$LINENO: result: yes" >&5
5442echo "${ECHO_T}yes" >&6
1e6feb95 5443 else
e6cc62c6
VS
5444 echo "$as_me:$LINENO: result: no" >&5
5445echo "${ECHO_T}no" >&6
1e6feb95 5446 fi
e6cc62c6 5447
1e6feb95 5448
5005acfe 5449 enablestring=
e6cc62c6
VS
5450 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5
5451echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6
3e44f09d
VZ
5452 no_cache=0
5453 # Check whether --enable-system_options or --disable-system_options was given.
5454if test "${enable_system_options+set}" = set; then
5455 enableval="$enable_system_options"
e6cc62c6 5456
3e44f09d
VZ
5457 if test "$enableval" = yes; then
5458 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes'
5459 else
5460 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no'
5461 fi
e6cc62c6 5462
3e44f09d 5463else
e6cc62c6 5464
3e44f09d
VZ
5465 LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}`
5466 if test "x$LINE" != x ; then
5467 eval "DEFAULT_$LINE"
5468 else
5469 no_cache=1
5470 fi
5471
5472 ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS
3e44f09d 5473
e6cc62c6 5474fi;
3e44f09d
VZ
5475
5476 eval "$ac_cv_use_system_options"
5477 if test "$no_cache" != 1; then
5478 echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp
5479 fi
5480
5481 if test "$wxUSE_SYSTEM_OPTIONS" = yes; then
e6cc62c6
VS
5482 echo "$as_me:$LINENO: result: yes" >&5
5483echo "${ECHO_T}yes" >&6
3e44f09d 5484 else
e6cc62c6
VS
5485 echo "$as_me:$LINENO: result: no" >&5
5486echo "${ECHO_T}no" >&6
3e44f09d 5487 fi
e6cc62c6 5488
8284b0c5 5489
52127426 5490
5005acfe 5491 enablestring=
e6cc62c6
VS
5492 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
5493echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6
4cdb0ab0
VS
5494 no_cache=0
5495 # Check whether --enable-url or --disable-url was given.
5496if test "${enable_url+set}" = set; then
5497 enableval="$enable_url"
e6cc62c6 5498
4cdb0ab0
VS
5499 if test "$enableval" = yes; then
5500 ac_cv_use_url='wxUSE_URL=yes'
5501 else
5502 ac_cv_use_url='wxUSE_URL=no'
5503 fi
e6cc62c6 5504
4cdb0ab0 5505else
e6cc62c6 5506
4cdb0ab0
VS
5507 LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}`
5508 if test "x$LINE" != x ; then
5509 eval "DEFAULT_$LINE"
5510 else
5511 no_cache=1
5512 fi
5513
5514 ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL
4cdb0ab0 5515
e6cc62c6 5516fi;
4cdb0ab0
VS
5517
5518 eval "$ac_cv_use_url"
5519 if test "$no_cache" != 1; then
5520 echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp
5521 fi
5522
5523 if test "$wxUSE_URL" = yes; then
e6cc62c6
VS
5524 echo "$as_me:$LINENO: result: yes" >&5
5525echo "${ECHO_T}yes" >&6
4cdb0ab0 5526 else
e6cc62c6
VS
5527 echo "$as_me:$LINENO: result: no" >&5
5528echo "${ECHO_T}no" >&6
4cdb0ab0 5529 fi
e6cc62c6 5530
4cdb0ab0 5531
5005acfe 5532 enablestring=
e6cc62c6
VS
5533 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
5534echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6
4cdb0ab0
VS
5535 no_cache=0
5536 # Check whether --enable-protocol or --disable-protocol was given.
5537if test "${enable_protocol+set}" = set; then
5538 enableval="$enable_protocol"
e6cc62c6 5539
4cdb0ab0
VS
5540 if test "$enableval" = yes; then
5541 ac_cv_use_protocol='wxUSE_PROTOCOL=yes'
5542 else
5543 ac_cv_use_protocol='wxUSE_PROTOCOL=no'
5544 fi
e6cc62c6 5545
4cdb0ab0 5546else
e6cc62c6 5547
4cdb0ab0
VS
5548 LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}`
5549 if test "x$LINE" != x ; then
5550 eval "DEFAULT_$LINE"
5551 else
5552 no_cache=1
5553 fi
5554
5555 ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL
4cdb0ab0 5556
e6cc62c6 5557fi;
4cdb0ab0
VS
5558
5559 eval "$ac_cv_use_protocol"
5560 if test "$no_cache" != 1; then
5561 echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp
5562 fi
5563
5564 if test "$wxUSE_PROTOCOL" = yes; then
e6cc62c6
VS
5565 echo "$as_me:$LINENO: result: yes" >&5
5566echo "${ECHO_T}yes" >&6
4cdb0ab0 5567 else
e6cc62c6
VS
5568 echo "$as_me:$LINENO: result: no" >&5
5569echo "${ECHO_T}no" >&6
4cdb0ab0 5570 fi
e6cc62c6 5571
4cdb0ab0 5572
5005acfe 5573 enablestring=
e6cc62c6
VS
5574 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
5575echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6
4cdb0ab0
VS
5576 no_cache=0
5577 # Check whether --enable-protocol_http or --disable-protocol_http was given.
5578if test "${enable_protocol_http+set}" = set; then
5579 enableval="$enable_protocol_http"
e6cc62c6 5580
4cdb0ab0
VS
5581 if test "$enableval" = yes; then
5582 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
5583 else
5584 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
5585 fi
e6cc62c6 5586
4cdb0ab0 5587else
e6cc62c6 5588
4cdb0ab0
VS
5589 LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}`
5590 if test "x$LINE" != x ; then
5591 eval "DEFAULT_$LINE"
5592 else
5593 no_cache=1
5594 fi
5595
5596 ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP
4cdb0ab0 5597
e6cc62c6 5598fi;
4cdb0ab0
VS
5599
5600 eval "$ac_cv_use_protocol_http"
5601 if test "$no_cache" != 1; then
5602 echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp
5603 fi
5604
5605 if test "$wxUSE_PROTOCOL_HTTP" = yes; then
e6cc62c6
VS
5606 echo "$as_me:$LINENO: result: yes" >&5
5607echo "${ECHO_T}yes" >&6
4cdb0ab0 5608 else
e6cc62c6
VS
5609 echo "$as_me:$LINENO: result: no" >&5
5610echo "${ECHO_T}no" >&6
4cdb0ab0 5611 fi
e6cc62c6 5612
4cdb0ab0 5613
5005acfe 5614 enablestring=
e6cc62c6
VS
5615 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
5616echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6
4cdb0ab0
VS
5617 no_cache=0
5618 # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given.
5619if test "${enable_protocol_ftp+set}" = set; then
5620 enableval="$enable_protocol_ftp"
e6cc62c6 5621
4cdb0ab0
VS
5622 if test "$enableval" = yes; then
5623 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
5624 else
5625 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
5626 fi
e6cc62c6 5627
4cdb0ab0 5628else
e6cc62c6 5629
4cdb0ab0
VS
5630 LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}`
5631 if test "x$LINE" != x ; then
5632 eval "DEFAULT_$LINE"
5633 else
5634 no_cache=1
5635 fi
5636
5637 ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP
4cdb0ab0 5638
e6cc62c6 5639fi;
4cdb0ab0
VS
5640
5641 eval "$ac_cv_use_protocol_ftp"
5642 if test "$no_cache" != 1; then
5643 echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp
5644 fi
5645
5646 if test "$wxUSE_PROTOCOL_FTP" = yes; then
e6cc62c6
VS
5647 echo "$as_me:$LINENO: result: yes" >&5
5648echo "${ECHO_T}yes" >&6
4cdb0ab0 5649 else
e6cc62c6
VS
5650 echo "$as_me:$LINENO: result: no" >&5
5651echo "${ECHO_T}no" >&6
4cdb0ab0 5652 fi
e6cc62c6 5653
4cdb0ab0 5654
5005acfe 5655 enablestring=
e6cc62c6
VS
5656 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
5657echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6
4cdb0ab0
VS
5658 no_cache=0
5659 # Check whether --enable-protocol_file or --disable-protocol_file was given.
5660if test "${enable_protocol_file+set}" = set; then
5661 enableval="$enable_protocol_file"
e6cc62c6 5662
4cdb0ab0
VS
5663 if test "$enableval" = yes; then
5664 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
5665 else
5666 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
5667 fi
e6cc62c6 5668
4cdb0ab0 5669else
e6cc62c6 5670
4cdb0ab0
VS
5671 LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}`
5672 if test "x$LINE" != x ; then
5673 eval "DEFAULT_$LINE"
5674 else
5675 no_cache=1
5676 fi
5677
5678 ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE
4cdb0ab0 5679
e6cc62c6 5680fi;
4cdb0ab0
VS
5681
5682 eval "$ac_cv_use_protocol_file"
5683 if test "$no_cache" != 1; then
5684 echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp
5685 fi
5686
5687 if test "$wxUSE_PROTOCOL_FILE" = yes; then
e6cc62c6
VS
5688 echo "$as_me:$LINENO: result: yes" >&5
5689echo "${ECHO_T}yes" >&6
4cdb0ab0 5690 else
e6cc62c6
VS
5691 echo "$as_me:$LINENO: result: no" >&5
5692echo "${ECHO_T}no" >&6
4cdb0ab0 5693 fi
e6cc62c6 5694
52127426 5695
8284b0c5
MB
5696
5697
5698
5005acfe 5699 enablestring=
e6cc62c6
VS
5700 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
5701echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6
10f2d63a
VZ
5702 no_cache=0
5703 # Check whether --enable-threads or --disable-threads was given.
5704if test "${enable_threads+set}" = set; then
5705 enableval="$enable_threads"
e6cc62c6 5706
10f2d63a
VZ
5707 if test "$enableval" = yes; then
5708 ac_cv_use_threads='wxUSE_THREADS=yes'
5709 else
5710 ac_cv_use_threads='wxUSE_THREADS=no'
5711 fi
e6cc62c6 5712
10f2d63a 5713else
e6cc62c6 5714
10f2d63a
VZ
5715 LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}`
5716 if test "x$LINE" != x ; then
5717 eval "DEFAULT_$LINE"
5718 else
5719 no_cache=1
5720 fi
5721
5722 ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS
10f2d63a 5723
e6cc62c6 5724fi;
10f2d63a
VZ
5725
5726 eval "$ac_cv_use_threads"
5727 if test "$no_cache" != 1; then
5728 echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp
5729 fi
5730
5731 if test "$wxUSE_THREADS" = yes; then
e6cc62c6
VS
5732 echo "$as_me:$LINENO: result: yes" >&5
5733echo "${ECHO_T}yes" >&6
10f2d63a 5734 else
e6cc62c6
VS
5735 echo "$as_me:$LINENO: result: no" >&5
5736echo "${ECHO_T}no" >&6
10f2d63a 5737 fi
e6cc62c6 5738
10f2d63a 5739
b12915c1
VZ
5740if test "$wxUSE_GUI" = "yes"; then
5741
8284b0c5
MB
5742
5743
5005acfe 5744 enablestring=
e6cc62c6
VS
5745 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
5746echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6
10f2d63a
VZ
5747 no_cache=0
5748 # Check whether --enable-docview or --disable-docview was given.
5749if test "${enable_docview+set}" = set; then
5750 enableval="$enable_docview"
e6cc62c6 5751
10f2d63a
VZ
5752 if test "$enableval" = yes; then
5753 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
5754 else
5755 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
5756 fi
e6cc62c6 5757
10f2d63a 5758else
e6cc62c6 5759
10f2d63a
VZ
5760 LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}`
5761 if test "x$LINE" != x ; then
5762 eval "DEFAULT_$LINE"
5763 else
5764 no_cache=1
5765 fi
5766
5767 ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE
10f2d63a 5768
e6cc62c6 5769fi;
10f2d63a
VZ
5770
5771 eval "$ac_cv_use_docview"
5772 if test "$no_cache" != 1; then
5773 echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp
5774 fi
5775
5776 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then
e6cc62c6
VS
5777 echo "$as_me:$LINENO: result: yes" >&5
5778echo "${ECHO_T}yes" >&6
10f2d63a 5779 else
e6cc62c6
VS
5780 echo "$as_me:$LINENO: result: no" >&5
5781echo "${ECHO_T}no" >&6
10f2d63a 5782 fi
e6cc62c6 5783
10f2d63a 5784
5005acfe 5785 enablestring=
e6cc62c6
VS
5786 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
5787echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6
10f2d63a
VZ
5788 no_cache=0
5789 # Check whether --enable-help or --disable-help was given.
5790if test "${enable_help+set}" = set; then
5791 enableval="$enable_help"
e6cc62c6 5792
10f2d63a
VZ
5793 if test "$enableval" = yes; then
5794 ac_cv_use_help='wxUSE_HELP=yes'
5795 else
5796 ac_cv_use_help='wxUSE_HELP=no'
5797 fi
e6cc62c6 5798
10f2d63a 5799else
e6cc62c6 5800
10f2d63a
VZ
5801 LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}`
5802 if test "x$LINE" != x ; then
5803 eval "DEFAULT_$LINE"
5804 else
5805 no_cache=1
5806 fi
5807
5808 ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP
10f2d63a 5809
e6cc62c6 5810fi;
10f2d63a
VZ
5811
5812 eval "$ac_cv_use_help"
5813 if test "$no_cache" != 1; then
5814 echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp
5815 fi
5816
5817 if test "$wxUSE_HELP" = yes; then
e6cc62c6
VS
5818 echo "$as_me:$LINENO: result: yes" >&5
5819echo "${ECHO_T}yes" >&6
10f2d63a 5820 else
e6cc62c6
VS
5821 echo "$as_me:$LINENO: result: no" >&5
5822echo "${ECHO_T}no" >&6
10f2d63a 5823 fi
e6cc62c6 5824
10f2d63a 5825
5005acfe 5826 enablestring=
e6cc62c6
VS
5827 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
5828echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6
29fd3c0c
VS
5829 no_cache=0
5830 # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given.
5831if test "${enable_mshtmlhelp+set}" = set; then
5832 enableval="$enable_mshtmlhelp"
e6cc62c6 5833
29fd3c0c
VS
5834 if test "$enableval" = yes; then
5835 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
5836 else
5837 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
5838 fi
e6cc62c6 5839
29fd3c0c 5840else
e6cc62c6 5841
29fd3c0c
VS
5842 LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}`
5843 if test "x$LINE" != x ; then
5844 eval "DEFAULT_$LINE"
5845 else
5846 no_cache=1
5847 fi
5848
5849 ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP
29fd3c0c 5850
e6cc62c6 5851fi;
29fd3c0c
VS
5852
5853 eval "$ac_cv_use_mshtmlhelp"
5854 if test "$no_cache" != 1; then
5855 echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp
5856 fi
5857
5858 if test "$wxUSE_MS_HTML_HELP" = yes; then
e6cc62c6
VS
5859 echo "$as_me:$LINENO: result: yes" >&5
5860echo "${ECHO_T}yes" >&6
29fd3c0c 5861 else
e6cc62c6
VS
5862 echo "$as_me:$LINENO: result: no" >&5
5863echo "${ECHO_T}no" >&6
29fd3c0c 5864 fi
e6cc62c6 5865
29fd3c0c 5866
5005acfe 5867 enablestring=
e6cc62c6
VS
5868 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
5869echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6
3379ed37
VZ
5870 no_cache=0
5871 # Check whether --enable-html or --disable-html was given.
5872if test "${enable_html+set}" = set; then
5873 enableval="$enable_html"
e6cc62c6 5874
3379ed37
VZ
5875 if test "$enableval" = yes; then
5876 ac_cv_use_html='wxUSE_HTML=yes'
5877 else
5878 ac_cv_use_html='wxUSE_HTML=no'
5879 fi
e6cc62c6 5880
3379ed37 5881else
e6cc62c6 5882
3379ed37
VZ
5883 LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}`
5884 if test "x$LINE" != x ; then
5885 eval "DEFAULT_$LINE"
5886 else
5887 no_cache=1
5888 fi
5889
5890 ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML
3379ed37 5891
e6cc62c6 5892fi;
3379ed37
VZ
5893
5894 eval "$ac_cv_use_html"
5895 if test "$no_cache" != 1; then
5896 echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp
5897 fi
5898
5899 if test "$wxUSE_HTML" = yes; then
e6cc62c6
VS
5900 echo "$as_me:$LINENO: result: yes" >&5
5901echo "${ECHO_T}yes" >&6
3379ed37 5902 else
e6cc62c6
VS
5903 echo "$as_me:$LINENO: result: no" >&5
5904echo "${ECHO_T}no" >&6
3379ed37 5905 fi
e6cc62c6 5906
3379ed37 5907
5005acfe 5908 enablestring=
e6cc62c6
VS
5909 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
5910echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6
3379ed37
VZ
5911 no_cache=0
5912 # Check whether --enable-htmlhelp or --disable-htmlhelp was given.
5913if test "${enable_htmlhelp+set}" = set; then
5914 enableval="$enable_htmlhelp"
e6cc62c6 5915
3379ed37
VZ
5916 if test "$enableval" = yes; then
5917 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
5918 else
5919 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
5920 fi
e6cc62c6 5921
3379ed37 5922else
e6cc62c6 5923
3379ed37
VZ
5924 LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}`
5925 if test "x$LINE" != x ; then
5926 eval "DEFAULT_$LINE"
5927 else
5928 no_cache=1
5929 fi
5930
5931 ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP
3379ed37 5932
e6cc62c6 5933fi;
3379ed37
VZ
5934
5935 eval "$ac_cv_use_htmlhelp"
5936 if test "$no_cache" != 1; then
5937 echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp
5938 fi
5939
5940 if test "$wxUSE_WXHTML_HELP" = yes; then
e6cc62c6
VS
5941 echo "$as_me:$LINENO: result: yes" >&5
5942echo "${ECHO_T}yes" >&6
3379ed37 5943 else
e6cc62c6
VS
5944 echo "$as_me:$LINENO: result: no" >&5
5945echo "${ECHO_T}no" >&6
3379ed37 5946 fi
e6cc62c6 5947
3379ed37 5948
5005acfe 5949 enablestring=
e6cc62c6
VS
5950 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
5951echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6
10f2d63a
VZ
5952 no_cache=0
5953 # Check whether --enable-constraints or --disable-constraints was given.
5954if test "${enable_constraints+set}" = set; then
5955 enableval="$enable_constraints"
e6cc62c6 5956
10f2d63a
VZ
5957 if test "$enableval" = yes; then
5958 ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
5959 else
5960 ac_cv_use_constraints='wxUSE_CONSTRAINTS=no'
5961 fi
e6cc62c6 5962
10f2d63a 5963else
e6cc62c6 5964
10f2d63a
VZ
5965 LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}`
5966 if test "x$LINE" != x ; then
5967 eval "DEFAULT_$LINE"
5968 else
5969 no_cache=1
5970 fi
5971
5972 ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS
10f2d63a 5973
e6cc62c6 5974fi;
10f2d63a
VZ
5975
5976 eval "$ac_cv_use_constraints"
5977 if test "$no_cache" != 1; then
5978 echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp
5979 fi
5980
5981 if test "$wxUSE_CONSTRAINTS" = yes; then
e6cc62c6
VS
5982 echo "$as_me:$LINENO: result: yes" >&5
5983echo "${ECHO_T}yes" >&6
10f2d63a 5984 else
e6cc62c6
VS
5985 echo "$as_me:$LINENO: result: no" >&5
5986echo "${ECHO_T}no" >&6
10f2d63a 5987 fi
e6cc62c6 5988
10f2d63a 5989
5005acfe 5990 enablestring=
e6cc62c6
VS
5991 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
5992echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6
10f2d63a
VZ
5993 no_cache=0
5994 # Check whether --enable-printarch or --disable-printarch was given.
5995if test "${enable_printarch+set}" = set; then
5996 enableval="$enable_printarch"
e6cc62c6 5997
10f2d63a
VZ
5998 if test "$enableval" = yes; then
5999 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
6000 else
6001 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
6002 fi
e6cc62c6 6003
10f2d63a 6004else
e6cc62c6 6005
10f2d63a
VZ
6006 LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}`
6007 if test "x$LINE" != x ; then
6008 eval "DEFAULT_$LINE"
6009 else
6010 no_cache=1
6011 fi
6012
6013 ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE
10f2d63a 6014
e6cc62c6 6015fi;
10f2d63a
VZ
6016
6017 eval "$ac_cv_use_printarch"
6018 if test "$no_cache" != 1; then
6019 echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp
6020 fi
6021
6022 if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then
e6cc62c6
VS
6023 echo "$as_me:$LINENO: result: yes" >&5
6024echo "${ECHO_T}yes" >&6
10f2d63a 6025 else
e6cc62c6
VS
6026 echo "$as_me:$LINENO: result: no" >&5
6027echo "${ECHO_T}no" >&6
10f2d63a 6028 fi
e6cc62c6 6029
10f2d63a 6030
5005acfe 6031 enablestring=
e6cc62c6
VS
6032 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
6033echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6
10f2d63a
VZ
6034 no_cache=0
6035 # Check whether --enable-mdi or --disable-mdi was given.
6036if test "${enable_mdi+set}" = set; then
6037 enableval="$enable_mdi"
e6cc62c6 6038
10f2d63a
VZ
6039 if test "$enableval" = yes; then
6040 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=yes'
6041 else
6042 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE=no'
6043 fi
e6cc62c6 6044
10f2d63a 6045else
e6cc62c6 6046
10f2d63a
VZ
6047 LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}`
6048 if test "x$LINE" != x ; then
6049 eval "DEFAULT_$LINE"
6050 else
6051 no_cache=1
6052 fi
6053
6054 ac_cv_use_mdi='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE
10f2d63a 6055
e6cc62c6 6056fi;
10f2d63a
VZ
6057
6058 eval "$ac_cv_use_mdi"
6059 if test "$no_cache" != 1; then
6060 echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp
6061 fi
6062
6063 if test "$wxUSE_MDI_ARCHITECTURE" = yes; then
e6cc62c6
VS
6064 echo "$as_me:$LINENO: result: yes" >&5
6065echo "${ECHO_T}yes" >&6
10f2d63a 6066 else
e6cc62c6
VS
6067 echo "$as_me:$LINENO: result: no" >&5
6068echo "${ECHO_T}no" >&6
10f2d63a 6069 fi
e6cc62c6 6070
698dcdb6 6071
5005acfe 6072 enablestring=
e6cc62c6
VS
6073 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
6074echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6
1e6feb95
VZ
6075 no_cache=0
6076 # Check whether --enable-loggui or --disable-loggui was given.
6077if test "${enable_loggui+set}" = set; then
6078 enableval="$enable_loggui"
e6cc62c6 6079
1e6feb95
VZ
6080 if test "$enableval" = yes; then
6081 ac_cv_use_loggui='wxUSE_LOGGUI=yes'
6082 else
6083 ac_cv_use_loggui='wxUSE_LOGGUI=no'
6084 fi
e6cc62c6 6085
1e6feb95 6086else
e6cc62c6 6087
1e6feb95
VZ
6088 LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}`
6089 if test "x$LINE" != x ; then
6090 eval "DEFAULT_$LINE"
6091 else
6092 no_cache=1
6093 fi
6094
6095 ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI
1e6feb95 6096
e6cc62c6 6097fi;
1e6feb95
VZ
6098
6099 eval "$ac_cv_use_loggui"
6100 if test "$no_cache" != 1; then
6101 echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp
6102 fi
6103
6104 if test "$wxUSE_LOGGUI" = yes; then
e6cc62c6
VS
6105 echo "$as_me:$LINENO: result: yes" >&5
6106echo "${ECHO_T}yes" >&6
1e6feb95 6107 else
e6cc62c6
VS
6108 echo "$as_me:$LINENO: result: no" >&5
6109echo "${ECHO_T}no" >&6
1e6feb95 6110 fi
e6cc62c6 6111
1e6feb95 6112
5005acfe 6113 enablestring=
e6cc62c6
VS
6114 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
6115echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6
1e6feb95
VZ
6116 no_cache=0
6117 # Check whether --enable-logwin or --disable-logwin was given.
6118if test "${enable_logwin+set}" = set; then
6119 enableval="$enable_logwin"
e6cc62c6 6120
1e6feb95
VZ
6121 if test "$enableval" = yes; then
6122 ac_cv_use_logwin='wxUSE_LOGWINDOW=yes'
6123 else
6124 ac_cv_use_logwin='wxUSE_LOGWINDOW=no'
6125 fi
e6cc62c6 6126
1e6feb95 6127else
e6cc62c6 6128
1e6feb95
VZ
6129 LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}`
6130 if test "x$LINE" != x ; then
6131 eval "DEFAULT_$LINE"
6132 else
6133 no_cache=1
6134 fi
6135
6136 ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW
1e6feb95 6137
e6cc62c6 6138fi;
1e6feb95
VZ
6139
6140 eval "$ac_cv_use_logwin"
6141 if test "$no_cache" != 1; then
6142 echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp
6143 fi
6144
6145 if test "$wxUSE_LOGWINDOW" = yes; then
e6cc62c6
VS
6146 echo "$as_me:$LINENO: result: yes" >&5
6147echo "${ECHO_T}yes" >&6
1e6feb95 6148 else
e6cc62c6
VS
6149 echo "$as_me:$LINENO: result: no" >&5
6150echo "${ECHO_T}no" >&6
1e6feb95 6151 fi
e6cc62c6 6152
1e6feb95 6153
5005acfe 6154 enablestring=
e6cc62c6
VS
6155 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
6156echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6
69d27ff7
MB
6157 no_cache=0
6158 # Check whether --enable-logdialog or --disable-logdialog was given.
6159if test "${enable_logdialog+set}" = set; then
6160 enableval="$enable_logdialog"
e6cc62c6 6161
69d27ff7
MB
6162 if test "$enableval" = yes; then
6163 ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
6164 else
6165 ac_cv_use_logdialog='wxUSE_LOGDIALOG=no'
6166 fi
e6cc62c6 6167
69d27ff7 6168else
e6cc62c6 6169
69d27ff7
MB
6170 LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}`
6171 if test "x$LINE" != x ; then
6172 eval "DEFAULT_$LINE"
6173 else
6174 no_cache=1
6175 fi
6176
6177 ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG
69d27ff7 6178
e6cc62c6 6179fi;
69d27ff7
MB
6180
6181 eval "$ac_cv_use_logdialog"
6182 if test "$no_cache" != 1; then
6183 echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp
6184 fi
6185
6186 if test "$wxUSE_LOGDIALOG" = yes; then
e6cc62c6
VS
6187 echo "$as_me:$LINENO: result: yes" >&5
6188echo "${ECHO_T}yes" >&6
69d27ff7 6189 else
e6cc62c6
VS
6190 echo "$as_me:$LINENO: result: no" >&5
6191echo "${ECHO_T}no" >&6
69d27ff7 6192 fi
e6cc62c6 6193
8284b0c5 6194
52127426 6195
5005acfe 6196 enablestring=
e6cc62c6
VS
6197 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
6198echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6
10f2d63a
VZ
6199 no_cache=0
6200 # Check whether --enable-postscript or --disable-postscript was given.
6201if test "${enable_postscript+set}" = set; then
6202 enableval="$enable_postscript"
e6cc62c6 6203
10f2d63a
VZ
6204 if test "$enableval" = yes; then
6205 ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
6206 else
6207 ac_cv_use_postscript='wxUSE_POSTSCRIPT=no'
6208 fi
e6cc62c6 6209
10f2d63a 6210else
e6cc62c6 6211
10f2d63a
VZ
6212 LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}`
6213 if test "x$LINE" != x ; then
6214 eval "DEFAULT_$LINE"
6215 else
6216 no_cache=1
6217 fi
6218
6219 ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT
10f2d63a 6220
e6cc62c6 6221fi;
10f2d63a
VZ
6222
6223 eval "$ac_cv_use_postscript"
6224 if test "$no_cache" != 1; then
6225 echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp
6226 fi
6227
6228 if test "$wxUSE_POSTSCRIPT" = yes; then
e6cc62c6
VS
6229 echo "$as_me:$LINENO: result: yes" >&5
6230echo "${ECHO_T}yes" >&6
10f2d63a 6231 else
e6cc62c6
VS
6232 echo "$as_me:$LINENO: result: no" >&5
6233echo "${ECHO_T}no" >&6
10f2d63a 6234 fi
e6cc62c6 6235
8284b0c5
MB
6236
6237
52127426 6238
8284b0c5 6239
5005acfe 6240 enablestring=
e6cc62c6
VS
6241 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5
6242echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6
10f2d63a 6243 no_cache=0
3c907f20
VZ
6244 # Check whether --enable-prologio or --disable-prologio was given.
6245if test "${enable_prologio+set}" = set; then
6246 enableval="$enable_prologio"
e6cc62c6 6247
10f2d63a 6248 if test "$enableval" = yes; then
3c907f20 6249 ac_cv_use_prologio='wxUSE_PROLOGIO=yes'
10f2d63a 6250 else
3c907f20 6251 ac_cv_use_prologio='wxUSE_PROLOGIO=no'
10f2d63a 6252 fi
e6cc62c6 6253
10f2d63a 6254else
e6cc62c6 6255
3c907f20 6256 LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}`
10f2d63a
VZ
6257 if test "x$LINE" != x ; then
6258 eval "DEFAULT_$LINE"
6259 else
6260 no_cache=1
6261 fi
6262
3c907f20 6263 ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO
10f2d63a 6264
e6cc62c6 6265fi;
10f2d63a 6266
3c907f20 6267 eval "$ac_cv_use_prologio"
10f2d63a 6268 if test "$no_cache" != 1; then
3c907f20 6269 echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
6270 fi
6271
3c907f20 6272 if test "$wxUSE_PROLOGIO" = yes; then
e6cc62c6
VS
6273 echo "$as_me:$LINENO: result: yes" >&5
6274echo "${ECHO_T}yes" >&6
10f2d63a 6275 else
e6cc62c6
VS
6276 echo "$as_me:$LINENO: result: no" >&5
6277echo "${ECHO_T}no" >&6
10f2d63a 6278 fi
e6cc62c6 6279
8284b0c5 6280
5005acfe 6281 enablestring=
e6cc62c6
VS
6282 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5
6283echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6
10f2d63a 6284 no_cache=0
3c907f20
VZ
6285 # Check whether --enable-resources or --disable-resources was given.
6286if test "${enable_resources+set}" = set; then
6287 enableval="$enable_resources"
e6cc62c6 6288
10f2d63a 6289 if test "$enableval" = yes; then
3c907f20 6290 ac_cv_use_resources='wxUSE_RESOURCES=yes'
10f2d63a 6291 else
3c907f20 6292 ac_cv_use_resources='wxUSE_RESOURCES=no'
10f2d63a 6293 fi
e6cc62c6 6294
10f2d63a 6295else
e6cc62c6 6296
3c907f20 6297 LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}`
10f2d63a
VZ
6298 if test "x$LINE" != x ; then
6299 eval "DEFAULT_$LINE"
6300 else
6301 no_cache=1
6302 fi
6303
3c907f20 6304 ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES
10f2d63a 6305
e6cc62c6 6306fi;
10f2d63a 6307
3c907f20 6308 eval "$ac_cv_use_resources"
10f2d63a 6309 if test "$no_cache" != 1; then
3c907f20 6310 echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
6311 fi
6312
3c907f20 6313 if test "$wxUSE_RESOURCES" = yes; then
e6cc62c6
VS
6314 echo "$as_me:$LINENO: result: yes" >&5
6315echo "${ECHO_T}yes" >&6
10f2d63a 6316 else
e6cc62c6
VS
6317 echo "$as_me:$LINENO: result: no" >&5
6318echo "${ECHO_T}no" >&6
10f2d63a 6319 fi
e6cc62c6 6320
8284b0c5
MB
6321
6322
52127426 6323
5005acfe 6324 enablestring=
e6cc62c6
VS
6325 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
6326echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6
10f2d63a
VZ
6327 no_cache=0
6328 # Check whether --enable-clipboard or --disable-clipboard was given.
6329if test "${enable_clipboard+set}" = set; then
6330 enableval="$enable_clipboard"
e6cc62c6 6331
10f2d63a
VZ
6332 if test "$enableval" = yes; then
6333 ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
6334 else
6335 ac_cv_use_clipboard='wxUSE_CLIPBOARD=no'
6336 fi
e6cc62c6 6337
10f2d63a 6338else
e6cc62c6 6339
10f2d63a
VZ
6340 LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}`
6341 if test "x$LINE" != x ; then
6342 eval "DEFAULT_$LINE"
6343 else
6344 no_cache=1
6345 fi
6346
6347 ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD
10f2d63a 6348
e6cc62c6 6349fi;
10f2d63a
VZ
6350
6351 eval "$ac_cv_use_clipboard"
6352 if test "$no_cache" != 1; then
6353 echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp
6354 fi
6355
6356 if test "$wxUSE_CLIPBOARD" = yes; then
e6cc62c6
VS
6357 echo "$as_me:$LINENO: result: yes" >&5
6358echo "${ECHO_T}yes" >&6
10f2d63a 6359 else
e6cc62c6
VS
6360 echo "$as_me:$LINENO: result: no" >&5
6361echo "${ECHO_T}no" >&6
10f2d63a 6362 fi
e6cc62c6 6363
10f2d63a 6364
5005acfe 6365 enablestring=
e6cc62c6
VS
6366 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
6367echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6
10f2d63a
VZ
6368 no_cache=0
6369 # Check whether --enable-dnd or --disable-dnd was given.
6370if test "${enable_dnd+set}" = set; then
6371 enableval="$enable_dnd"
e6cc62c6 6372
10f2d63a
VZ
6373 if test "$enableval" = yes; then
6374 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
6375 else
6376 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
6377 fi
e6cc62c6 6378
10f2d63a 6379else
e6cc62c6 6380
10f2d63a
VZ
6381 LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}`
6382 if test "x$LINE" != x ; then
6383 eval "DEFAULT_$LINE"
6384 else
6385 no_cache=1
6386 fi
6387
6388 ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP
10f2d63a 6389
e6cc62c6 6390fi;
10f2d63a
VZ
6391
6392 eval "$ac_cv_use_dnd"
6393 if test "$no_cache" != 1; then
6394 echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp
6395 fi
6396
6397 if test "$wxUSE_DRAG_AND_DROP" = yes; then
e6cc62c6
VS
6398 echo "$as_me:$LINENO: result: yes" >&5
6399echo "${ECHO_T}yes" >&6
10f2d63a 6400 else
e6cc62c6
VS
6401 echo "$as_me:$LINENO: result: no" >&5
6402echo "${ECHO_T}no" >&6
10f2d63a 6403 fi
e6cc62c6 6404
10f2d63a 6405
5005acfe 6406 enablestring=
e6cc62c6
VS
6407 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
6408echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
b64f0a5f
RL
6409 no_cache=0
6410 # Check whether --enable-metafile or --disable-metafile was given.
6411if test "${enable_metafile+set}" = set; then
6412 enableval="$enable_metafile"
e6cc62c6 6413
b64f0a5f
RL
6414 if test "$enableval" = yes; then
6415 ac_cv_use_metafile='wxUSE_METAFILE=yes'
6416 else
6417 ac_cv_use_metafile='wxUSE_METAFILE=no'
6418 fi
e6cc62c6 6419
b64f0a5f 6420else
e6cc62c6 6421
b64f0a5f
RL
6422 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
6423 if test "x$LINE" != x ; then
6424 eval "DEFAULT_$LINE"
6425 else
6426 no_cache=1
6427 fi
6428
6429 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
b64f0a5f 6430
e6cc62c6 6431fi;
b64f0a5f
RL
6432
6433 eval "$ac_cv_use_metafile"
6434 if test "$no_cache" != 1; then
6435 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
6436 fi
6437
6438 if test "$wxUSE_METAFILE" = yes; then
e6cc62c6
VS
6439 echo "$as_me:$LINENO: result: yes" >&5
6440echo "${ECHO_T}yes" >&6
b64f0a5f 6441 else
e6cc62c6
VS
6442 echo "$as_me:$LINENO: result: no" >&5
6443echo "${ECHO_T}no" >&6
b64f0a5f 6444 fi
e6cc62c6 6445
52127426 6446
8284b0c5 6447
52127426 6448
8284b0c5 6449
5005acfe 6450 enablestring=
e6cc62c6
VS
6451 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
6452echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6
10f2d63a
VZ
6453 no_cache=0
6454 # Check whether --enable-controls or --disable-controls was given.
6455if test "${enable_controls+set}" = set; then
6456 enableval="$enable_controls"
e6cc62c6 6457
10f2d63a
VZ
6458 if test "$enableval" = yes; then
6459 ac_cv_use_controls='wxUSE_CONTROLS=yes'
6460 else
6461 ac_cv_use_controls='wxUSE_CONTROLS=no'
6462 fi
e6cc62c6 6463
10f2d63a 6464else
e6cc62c6 6465
10f2d63a
VZ
6466 LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}`
6467 if test "x$LINE" != x ; then
6468 eval "DEFAULT_$LINE"
6469 else
6470 no_cache=1
6471 fi
6472
6473 ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS
10f2d63a 6474
e6cc62c6 6475fi;
10f2d63a
VZ
6476
6477 eval "$ac_cv_use_controls"
6478 if test "$no_cache" != 1; then
6479 echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp
6480 fi
6481
6482 if test "$wxUSE_CONTROLS" = yes; then
e6cc62c6
VS
6483 echo "$as_me:$LINENO: result: yes" >&5
6484echo "${ECHO_T}yes" >&6
10f2d63a 6485 else
e6cc62c6
VS
6486 echo "$as_me:$LINENO: result: no" >&5
6487echo "${ECHO_T}no" >&6
10f2d63a 6488 fi
e6cc62c6 6489
10f2d63a
VZ
6490
6491if test "$wxUSE_CONTROLS" = "yes"; then
6492 DEFAULT_wxUSE_ACCEL=yes
1e6feb95
VZ
6493 DEFAULT_wxUSE_BMPBUTTON=yes
6494 DEFAULT_wxUSE_BUTTON=yes
6495 DEFAULT_wxUSE_CALCTRL=no
10f2d63a
VZ
6496 DEFAULT_wxUSE_CARET=yes
6497 DEFAULT_wxUSE_COMBOBOX=yes
10f2d63a
VZ
6498 DEFAULT_wxUSE_CHECKBOX=yes
6499 DEFAULT_wxUSE_CHECKLISTBOX=yes
6500 DEFAULT_wxUSE_CHOICE=yes
6501 DEFAULT_wxUSE_GAUGE=yes
6502 DEFAULT_wxUSE_GRID=yes
10f2d63a
VZ
6503 DEFAULT_wxUSE_IMAGLIST=yes
6504 DEFAULT_wxUSE_LISTBOX=yes
6505 DEFAULT_wxUSE_LISTCTRL=yes
6506 DEFAULT_wxUSE_NOTEBOOK=yes
6507 DEFAULT_wxUSE_RADIOBOX=yes
6508 DEFAULT_wxUSE_RADIOBTN=yes
6509 DEFAULT_wxUSE_SASH=yes
6510 DEFAULT_wxUSE_SCROLLBAR=yes
6511 DEFAULT_wxUSE_SLIDER=yes
6512 DEFAULT_wxUSE_SPINBTN=yes
56cfaa52 6513 DEFAULT_wxUSE_SPINCTRL=yes
10f2d63a
VZ
6514 DEFAULT_wxUSE_SPLITTER=yes
6515 DEFAULT_wxUSE_STATBMP=yes
6516 DEFAULT_wxUSE_STATBOX=yes
6517 DEFAULT_wxUSE_STATLINE=yes
6518 DEFAULT_wxUSE_STATUSBAR=yes
6519 DEFAULT_wxUSE_TAB_DIALOG=yes
1db8dc4a 6520 DEFAULT_wxUSE_TOGGLEBTN=yes
10f2d63a 6521 DEFAULT_wxUSE_TOOLBAR=yes
360d6699
VZ
6522 DEFAULT_wxUSE_TOOLBAR_NATIVE=yes
6523 DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes
10f2d63a
VZ
6524 DEFAULT_wxUSE_TOOLTIPS=yes
6525 DEFAULT_wxUSE_TREECTRL=yes
9f41d601 6526 DEFAULT_wxUSE_POPUPWIN=yes
9926e4a4 6527 DEFAULT_wxUSE_TIPWINDOW=yes
10f2d63a
VZ
6528elif test "$wxUSE_CONTROLS" = "no"; then
6529 DEFAULT_wxUSE_ACCEL=no
1e6feb95
VZ
6530 DEFAULT_wxUSE_BMPBUTTON=no
6531 DEFAULT_wxUSE_BUTTON=no
6532 DEFAULT_wxUSE_CALCTRL=no
10f2d63a
VZ
6533 DEFAULT_wxUSE_CARET=no
6534 DEFAULT_wxUSE_COMBOBOX=no
10f2d63a
VZ
6535 DEFAULT_wxUSE_CHECKBOX=no
6536 DEFAULT_wxUSE_CHECKLISTBOX=no
6537 DEFAULT_wxUSE_CHOICE=no
6538 DEFAULT_wxUSE_GAUGE=no
6539 DEFAULT_wxUSE_GRID=no
10f2d63a
VZ
6540 DEFAULT_wxUSE_IMAGLIST=no
6541 DEFAULT_wxUSE_LISTBOX=no
6542 DEFAULT_wxUSE_LISTCTRL=no
6543 DEFAULT_wxUSE_NOTEBOOK=no
6544 DEFAULT_wxUSE_RADIOBOX=no
6545 DEFAULT_wxUSE_RADIOBTN=no
6546 DEFAULT_wxUSE_SASH=no
6547 DEFAULT_wxUSE_SCROLLBAR=no
6548 DEFAULT_wxUSE_SLIDER=no
6549 DEFAULT_wxUSE_SPINBTN=no
56cfaa52 6550 DEFAULT_wxUSE_SPINCTRL=no
10f2d63a
VZ
6551 DEFAULT_wxUSE_SPLITTER=no
6552 DEFAULT_wxUSE_STATBMP=no
6553 DEFAULT_wxUSE_STATBOX=no
6554 DEFAULT_wxUSE_STATLINE=no
6555 DEFAULT_wxUSE_STATUSBAR=no
6556 DEFAULT_wxUSE_TAB_DIALOG=no
1db8dc4a 6557 DEFAULT_wxUSE_TOGGLEBTN=no
10f2d63a 6558 DEFAULT_wxUSE_TOOLBAR=no
360d6699
VZ
6559 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
6560 DEFAULT_wxUSE_TOOLBAR_SIMPLE=no
10f2d63a
VZ
6561 DEFAULT_wxUSE_TOOLTIPS=no
6562 DEFAULT_wxUSE_TREECTRL=no
9f41d601 6563 DEFAULT_wxUSE_POPUPWIN=no
9926e4a4 6564 DEFAULT_wxUSE_TIPWINDOW=no
10f2d63a
VZ
6565fi
6566
ac0c4cc3
DE
6567## FIXME: This is a blatant hack
6568if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then
6569 wxUSE_PRINTING_ARCHITECTURE=no
ac0c4cc3 6570 wxUSE_DRAG_AND_DROP=no
8b389fab
DE
6571 # Generic notebook requires tab dialog
6572 DEFAULT_wxUSE_TABDIALOG=yes
ac0c4cc3 6573 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
ac0c4cc3 6574 DEFAULT_wxUSE_SCROLLBAR=no
ac0c4cc3 6575 DEFAULT_wxUSE_TOOLTIPS=no
ac0c4cc3 6576 DEFAULT_wxUSE_DRAGIMAGE=no
ac0c4cc3
DE
6577fi
6578
8284b0c5 6579
5005acfe 6580 enablestring=
e6cc62c6
VS
6581 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
6582echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6
10f2d63a
VZ
6583 no_cache=0
6584 # Check whether --enable-accel or --disable-accel was given.
6585if test "${enable_accel+set}" = set; then
6586 enableval="$enable_accel"
e6cc62c6 6587
10f2d63a
VZ
6588 if test "$enableval" = yes; then
6589 ac_cv_use_accel='wxUSE_ACCEL=yes'
6590 else
6591 ac_cv_use_accel='wxUSE_ACCEL=no'
6592 fi
e6cc62c6 6593
10f2d63a 6594else
e6cc62c6 6595
10f2d63a
VZ
6596 LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}`
6597 if test "x$LINE" != x ; then
6598 eval "DEFAULT_$LINE"
6599 else
6600 no_cache=1
6601 fi
6602
6603 ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL
10f2d63a 6604
e6cc62c6 6605fi;
10f2d63a
VZ
6606
6607 eval "$ac_cv_use_accel"
6608 if test "$no_cache" != 1; then
6609 echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp
6610 fi
6611
6612 if test "$wxUSE_ACCEL" = yes; then
e6cc62c6
VS
6613 echo "$as_me:$LINENO: result: yes" >&5
6614echo "${ECHO_T}yes" >&6
10f2d63a 6615 else
e6cc62c6
VS
6616 echo "$as_me:$LINENO: result: no" >&5
6617echo "${ECHO_T}no" >&6
10f2d63a 6618 fi
e6cc62c6 6619
10f2d63a 6620
5005acfe 6621 enablestring=
e6cc62c6
VS
6622 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
6623echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6
10f2d63a 6624 no_cache=0
1e6feb95
VZ
6625 # Check whether --enable-button or --disable-button was given.
6626if test "${enable_button+set}" = set; then
6627 enableval="$enable_button"
e6cc62c6 6628
10f2d63a 6629 if test "$enableval" = yes; then
1e6feb95 6630 ac_cv_use_button='wxUSE_BUTTON=yes'
10f2d63a 6631 else
1e6feb95 6632 ac_cv_use_button='wxUSE_BUTTON=no'
10f2d63a 6633 fi
e6cc62c6 6634
10f2d63a 6635else
e6cc62c6 6636
1e6feb95 6637 LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}`
10f2d63a
VZ
6638 if test "x$LINE" != x ; then
6639 eval "DEFAULT_$LINE"
6640 else
6641 no_cache=1
6642 fi
6643
1e6feb95 6644 ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON
10f2d63a 6645
e6cc62c6 6646fi;
10f2d63a 6647
1e6feb95 6648 eval "$ac_cv_use_button"
10f2d63a 6649 if test "$no_cache" != 1; then
1e6feb95 6650 echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
6651 fi
6652
1e6feb95 6653 if test "$wxUSE_BUTTON" = yes; then
e6cc62c6
VS
6654 echo "$as_me:$LINENO: result: yes" >&5
6655echo "${ECHO_T}yes" >&6
10f2d63a 6656 else
e6cc62c6
VS
6657 echo "$as_me:$LINENO: result: no" >&5
6658echo "${ECHO_T}no" >&6
10f2d63a 6659 fi
e6cc62c6 6660
10f2d63a 6661
5005acfe 6662 enablestring=
e6cc62c6
VS
6663 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
6664echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6
10f2d63a
VZ
6665 no_cache=0
6666 # Check whether --enable-bmpbutton or --disable-bmpbutton was given.
6667if test "${enable_bmpbutton+set}" = set; then
6668 enableval="$enable_bmpbutton"
e6cc62c6 6669
10f2d63a
VZ
6670 if test "$enableval" = yes; then
6671 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
6672 else
6673 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
6674 fi
e6cc62c6 6675
10f2d63a 6676else
e6cc62c6 6677
10f2d63a
VZ
6678 LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}`
6679 if test "x$LINE" != x ; then
6680 eval "DEFAULT_$LINE"
6681 else
6682 no_cache=1
6683 fi
6684
6685 ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON
10f2d63a 6686
e6cc62c6 6687fi;
10f2d63a
VZ
6688
6689 eval "$ac_cv_use_bmpbutton"
6690 if test "$no_cache" != 1; then
6691 echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp
6692 fi
6693
6694 if test "$wxUSE_BMPBUTTON" = yes; then
e6cc62c6
VS
6695 echo "$as_me:$LINENO: result: yes" >&5
6696echo "${ECHO_T}yes" >&6
10f2d63a 6697 else
e6cc62c6
VS
6698 echo "$as_me:$LINENO: result: no" >&5
6699echo "${ECHO_T}no" >&6
10f2d63a 6700 fi
e6cc62c6 6701
10f2d63a 6702
5005acfe 6703 enablestring=
e6cc62c6
VS
6704 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
6705echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6
1e6feb95
VZ
6706 no_cache=0
6707 # Check whether --enable-calendar or --disable-calendar was given.
6708if test "${enable_calendar+set}" = set; then
6709 enableval="$enable_calendar"
e6cc62c6 6710
1e6feb95
VZ
6711 if test "$enableval" = yes; then
6712 ac_cv_use_calendar='wxUSE_CALCTRL=yes'
6713 else
6714 ac_cv_use_calendar='wxUSE_CALCTRL=no'
6715 fi
e6cc62c6 6716
1e6feb95 6717else
e6cc62c6 6718
1e6feb95
VZ
6719 LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}`
6720 if test "x$LINE" != x ; then
6721 eval "DEFAULT_$LINE"
6722 else
6723 no_cache=1
6724 fi
6725
6726 ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL
1e6feb95 6727
e6cc62c6 6728fi;
1e6feb95
VZ
6729
6730 eval "$ac_cv_use_calendar"
6731 if test "$no_cache" != 1; then
6732 echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp
6733 fi
6734
6735 if test "$wxUSE_CALCTRL" = yes; then
e6cc62c6
VS
6736 echo "$as_me:$LINENO: result: yes" >&5
6737echo "${ECHO_T}yes" >&6
1e6feb95 6738 else
e6cc62c6
VS
6739 echo "$as_me:$LINENO: result: no" >&5
6740echo "${ECHO_T}no" >&6
1e6feb95 6741 fi
e6cc62c6 6742
1e6feb95 6743
5005acfe 6744 enablestring=
e6cc62c6
VS
6745 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
6746echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6
1e6feb95
VZ
6747 no_cache=0
6748 # Check whether --enable-caret or --disable-caret was given.
6749if test "${enable_caret+set}" = set; then
6750 enableval="$enable_caret"
e6cc62c6 6751
1e6feb95
VZ
6752 if test "$enableval" = yes; then
6753 ac_cv_use_caret='wxUSE_CARET=yes'
6754 else
6755 ac_cv_use_caret='wxUSE_CARET=no'
6756 fi
e6cc62c6 6757
1e6feb95 6758else
e6cc62c6 6759
1e6feb95
VZ
6760 LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}`
6761 if test "x$LINE" != x ; then
6762 eval "DEFAULT_$LINE"
6763 else
6764 no_cache=1
6765 fi
6766
6767 ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET
1e6feb95 6768
e6cc62c6 6769fi;
1e6feb95
VZ
6770
6771 eval "$ac_cv_use_caret"
6772 if test "$no_cache" != 1; then
6773 echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp
6774 fi
6775
6776 if test "$wxUSE_CARET" = yes; then
e6cc62c6
VS
6777 echo "$as_me:$LINENO: result: yes" >&5
6778echo "${ECHO_T}yes" >&6
1e6feb95 6779 else
e6cc62c6
VS
6780 echo "$as_me:$LINENO: result: no" >&5
6781echo "${ECHO_T}no" >&6
1e6feb95 6782 fi
e6cc62c6 6783
1e6feb95 6784
5005acfe 6785 enablestring=
e6cc62c6
VS
6786 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
6787echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6
10f2d63a
VZ
6788 no_cache=0
6789 # Check whether --enable-checkbox or --disable-checkbox was given.
6790if test "${enable_checkbox+set}" = set; then
6791 enableval="$enable_checkbox"
e6cc62c6 6792
10f2d63a
VZ
6793 if test "$enableval" = yes; then
6794 ac_cv_use_checkbox='wxUSE_CHECKBOX=yes'
6795 else
6796 ac_cv_use_checkbox='wxUSE_CHECKBOX=no'
6797 fi
e6cc62c6 6798
10f2d63a 6799else
e6cc62c6 6800
10f2d63a
VZ
6801 LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}`
6802 if test "x$LINE" != x ; then
6803 eval "DEFAULT_$LINE"
6804 else
6805 no_cache=1
6806 fi
6807
6808 ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX
10f2d63a 6809
e6cc62c6 6810fi;
10f2d63a
VZ
6811
6812 eval "$ac_cv_use_checkbox"
6813 if test "$no_cache" != 1; then
6814 echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp
6815 fi
6816
6817 if test "$wxUSE_CHECKBOX" = yes; then
e6cc62c6
VS
6818 echo "$as_me:$LINENO: result: yes" >&5
6819echo "${ECHO_T}yes" >&6
10f2d63a 6820 else
e6cc62c6
VS
6821 echo "$as_me:$LINENO: result: no" >&5
6822echo "${ECHO_T}no" >&6
10f2d63a 6823 fi
e6cc62c6 6824
10f2d63a 6825
5005acfe 6826 enablestring=
e6cc62c6
VS
6827 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
6828echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6
10f2d63a
VZ
6829 no_cache=0
6830 # Check whether --enable-checklst or --disable-checklst was given.
6831if test "${enable_checklst+set}" = set; then
6832 enableval="$enable_checklst"
e6cc62c6 6833
10f2d63a
VZ
6834 if test "$enableval" = yes; then
6835 ac_cv_use_checklst='wxUSE_CHECKLST=yes'
6836 else
6837 ac_cv_use_checklst='wxUSE_CHECKLST=no'
6838 fi
e6cc62c6 6839
10f2d63a 6840else
e6cc62c6 6841
10f2d63a
VZ
6842 LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}`
6843 if test "x$LINE" != x ; then
6844 eval "DEFAULT_$LINE"
6845 else
6846 no_cache=1
6847 fi
6848
6849 ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST
10f2d63a 6850
e6cc62c6 6851fi;
10f2d63a
VZ
6852
6853 eval "$ac_cv_use_checklst"
6854 if test "$no_cache" != 1; then
6855 echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp
6856 fi
6857
6858 if test "$wxUSE_CHECKLST" = yes; then
e6cc62c6
VS
6859 echo "$as_me:$LINENO: result: yes" >&5
6860echo "${ECHO_T}yes" >&6
10f2d63a 6861 else
e6cc62c6
VS
6862 echo "$as_me:$LINENO: result: no" >&5
6863echo "${ECHO_T}no" >&6
10f2d63a 6864 fi
e6cc62c6 6865
10f2d63a 6866
5005acfe 6867 enablestring=
e6cc62c6
VS
6868 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
6869echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6
10f2d63a
VZ
6870 no_cache=0
6871 # Check whether --enable-choice or --disable-choice was given.
6872if test "${enable_choice+set}" = set; then
6873 enableval="$enable_choice"
e6cc62c6 6874
10f2d63a
VZ
6875 if test "$enableval" = yes; then
6876 ac_cv_use_choice='wxUSE_CHOICE=yes'
6877 else
6878 ac_cv_use_choice='wxUSE_CHOICE=no'
6879 fi
e6cc62c6 6880
10f2d63a 6881else
e6cc62c6 6882
10f2d63a
VZ
6883 LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}`
6884 if test "x$LINE" != x ; then
6885 eval "DEFAULT_$LINE"
6886 else
6887 no_cache=1
6888 fi
6889
6890 ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE
10f2d63a 6891
e6cc62c6 6892fi;
10f2d63a
VZ
6893
6894 eval "$ac_cv_use_choice"
6895 if test "$no_cache" != 1; then
6896 echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp
6897 fi
6898
6899 if test "$wxUSE_CHOICE" = yes; then
e6cc62c6
VS
6900 echo "$as_me:$LINENO: result: yes" >&5
6901echo "${ECHO_T}yes" >&6
10f2d63a 6902 else
e6cc62c6
VS
6903 echo "$as_me:$LINENO: result: no" >&5
6904echo "${ECHO_T}no" >&6
10f2d63a 6905 fi
e6cc62c6 6906
10f2d63a 6907
5005acfe 6908 enablestring=
e6cc62c6
VS
6909 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
6910echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6
10f2d63a
VZ
6911 no_cache=0
6912 # Check whether --enable-combobox or --disable-combobox was given.
6913if test "${enable_combobox+set}" = set; then
6914 enableval="$enable_combobox"
e6cc62c6 6915
10f2d63a
VZ
6916 if test "$enableval" = yes; then
6917 ac_cv_use_combobox='wxUSE_COMBOBOX=yes'
6918 else
6919 ac_cv_use_combobox='wxUSE_COMBOBOX=no'
6920 fi
e6cc62c6 6921
10f2d63a 6922else
e6cc62c6 6923
10f2d63a
VZ
6924 LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}`
6925 if test "x$LINE" != x ; then
6926 eval "DEFAULT_$LINE"
6927 else
6928 no_cache=1
6929 fi
6930
6931 ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX
10f2d63a 6932
e6cc62c6 6933fi;
10f2d63a
VZ
6934
6935 eval "$ac_cv_use_combobox"
6936 if test "$no_cache" != 1; then
6937 echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp
6938 fi
6939
6940 if test "$wxUSE_COMBOBOX" = yes; then
e6cc62c6
VS
6941 echo "$as_me:$LINENO: result: yes" >&5
6942echo "${ECHO_T}yes" >&6
10f2d63a 6943 else
e6cc62c6
VS
6944 echo "$as_me:$LINENO: result: no" >&5
6945echo "${ECHO_T}no" >&6
10f2d63a 6946 fi
e6cc62c6 6947
10f2d63a 6948
da494b40 6949 enablestring=
e6cc62c6
VS
6950 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
6951echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6
da494b40
MB
6952 no_cache=0
6953 # Check whether --enable-display or --disable-display was given.
6954if test "${enable_display+set}" = set; then
6955 enableval="$enable_display"
e6cc62c6 6956
da494b40
MB
6957 if test "$enableval" = yes; then
6958 ac_cv_use_display='wxUSE_DISPLAY=yes'
6959 else
6960 ac_cv_use_display='wxUSE_DISPLAY=no'
6961 fi
e6cc62c6 6962
da494b40 6963else
e6cc62c6 6964
da494b40
MB
6965 LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}`
6966 if test "x$LINE" != x ; then
6967 eval "DEFAULT_$LINE"
6968 else
6969 no_cache=1
6970 fi
6971
6972 ac_cv_use_display='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY
da494b40 6973
e6cc62c6 6974fi;
da494b40
MB
6975
6976 eval "$ac_cv_use_display"
6977 if test "$no_cache" != 1; then
6978 echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp
6979 fi
6980
6981 if test "$wxUSE_DISPLAY" = yes; then
e6cc62c6
VS
6982 echo "$as_me:$LINENO: result: yes" >&5
6983echo "${ECHO_T}yes" >&6
da494b40 6984 else
e6cc62c6
VS
6985 echo "$as_me:$LINENO: result: no" >&5
6986echo "${ECHO_T}no" >&6
da494b40 6987 fi
e6cc62c6 6988
da494b40 6989
5005acfe 6990 enablestring=
e6cc62c6
VS
6991 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
6992echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6
10f2d63a
VZ
6993 no_cache=0
6994 # Check whether --enable-gauge or --disable-gauge was given.
6995if test "${enable_gauge+set}" = set; then
6996 enableval="$enable_gauge"
e6cc62c6 6997
10f2d63a
VZ
6998 if test "$enableval" = yes; then
6999 ac_cv_use_gauge='wxUSE_GAUGE=yes'
7000 else
7001 ac_cv_use_gauge='wxUSE_GAUGE=no'
7002 fi
e6cc62c6 7003
10f2d63a 7004else
e6cc62c6 7005
10f2d63a
VZ
7006 LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}`
7007 if test "x$LINE" != x ; then
7008 eval "DEFAULT_$LINE"
7009 else
7010 no_cache=1
7011 fi
7012
7013 ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE
10f2d63a 7014
e6cc62c6 7015fi;
10f2d63a
VZ
7016
7017 eval "$ac_cv_use_gauge"
7018 if test "$no_cache" != 1; then
7019 echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp
7020 fi
7021
7022 if test "$wxUSE_GAUGE" = yes; then
e6cc62c6
VS
7023 echo "$as_me:$LINENO: result: yes" >&5
7024echo "${ECHO_T}yes" >&6
10f2d63a 7025 else
e6cc62c6
VS
7026 echo "$as_me:$LINENO: result: no" >&5
7027echo "${ECHO_T}no" >&6
10f2d63a 7028 fi
e6cc62c6 7029
10f2d63a 7030
5005acfe 7031 enablestring=
e6cc62c6
VS
7032 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
7033echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6
10f2d63a
VZ
7034 no_cache=0
7035 # Check whether --enable-grid or --disable-grid was given.
7036if test "${enable_grid+set}" = set; then
7037 enableval="$enable_grid"
e6cc62c6 7038
10f2d63a
VZ
7039 if test "$enableval" = yes; then
7040 ac_cv_use_grid='wxUSE_GRID=yes'
7041 else
7042 ac_cv_use_grid='wxUSE_GRID=no'
7043 fi
e6cc62c6 7044
10f2d63a 7045else
e6cc62c6 7046
10f2d63a
VZ
7047 LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}`
7048 if test "x$LINE" != x ; then
7049 eval "DEFAULT_$LINE"
7050 else
7051 no_cache=1
7052 fi
7053
7054 ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID
10f2d63a 7055
e6cc62c6 7056fi;
10f2d63a
VZ
7057
7058 eval "$ac_cv_use_grid"
7059 if test "$no_cache" != 1; then
7060 echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp
7061 fi
7062
7063 if test "$wxUSE_GRID" = yes; then
e6cc62c6
VS
7064 echo "$as_me:$LINENO: result: yes" >&5
7065echo "${ECHO_T}yes" >&6
10f2d63a 7066 else
e6cc62c6
VS
7067 echo "$as_me:$LINENO: result: no" >&5
7068echo "${ECHO_T}no" >&6
10f2d63a 7069 fi
e6cc62c6 7070
10f2d63a 7071
5005acfe 7072 enablestring=
e6cc62c6
VS
7073 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
7074echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6
10f2d63a
VZ
7075 no_cache=0
7076 # Check whether --enable-imaglist or --disable-imaglist was given.
7077if test "${enable_imaglist+set}" = set; then
7078 enableval="$enable_imaglist"
e6cc62c6 7079
10f2d63a
VZ
7080 if test "$enableval" = yes; then
7081 ac_cv_use_imaglist='wxUSE_IMAGLIST=yes'
7082 else
7083 ac_cv_use_imaglist='wxUSE_IMAGLIST=no'
7084 fi
e6cc62c6 7085
10f2d63a 7086else
e6cc62c6 7087
10f2d63a
VZ
7088 LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}`
7089 if test "x$LINE" != x ; then
7090 eval "DEFAULT_$LINE"
7091 else
7092 no_cache=1
7093 fi
7094
7095 ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST
10f2d63a 7096
e6cc62c6 7097fi;
10f2d63a
VZ
7098
7099 eval "$ac_cv_use_imaglist"
7100 if test "$no_cache" != 1; then
7101 echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp
7102 fi
7103
7104 if test "$wxUSE_IMAGLIST" = yes; then
e6cc62c6
VS
7105 echo "$as_me:$LINENO: result: yes" >&5
7106echo "${ECHO_T}yes" >&6
10f2d63a 7107 else
e6cc62c6
VS
7108 echo "$as_me:$LINENO: result: no" >&5
7109echo "${ECHO_T}no" >&6
10f2d63a 7110 fi
e6cc62c6 7111
10f2d63a 7112
5005acfe 7113 enablestring=
e6cc62c6
VS
7114 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
7115echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6
10f2d63a
VZ
7116 no_cache=0
7117 # Check whether --enable-listbox or --disable-listbox was given.
7118if test "${enable_listbox+set}" = set; then
7119 enableval="$enable_listbox"
e6cc62c6 7120
10f2d63a
VZ
7121 if test "$enableval" = yes; then
7122 ac_cv_use_listbox='wxUSE_LISTBOX=yes'
7123 else
7124 ac_cv_use_listbox='wxUSE_LISTBOX=no'
7125 fi
e6cc62c6 7126
10f2d63a 7127else
e6cc62c6 7128
10f2d63a
VZ
7129 LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}`
7130 if test "x$LINE" != x ; then
7131 eval "DEFAULT_$LINE"
7132 else
7133 no_cache=1
7134 fi
7135
7136 ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX
10f2d63a 7137
e6cc62c6 7138fi;
10f2d63a
VZ
7139
7140 eval "$ac_cv_use_listbox"
7141 if test "$no_cache" != 1; then
7142 echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp
7143 fi
7144
7145 if test "$wxUSE_LISTBOX" = yes; then
e6cc62c6
VS
7146 echo "$as_me:$LINENO: result: yes" >&5
7147echo "${ECHO_T}yes" >&6
10f2d63a 7148 else
e6cc62c6
VS
7149 echo "$as_me:$LINENO: result: no" >&5
7150echo "${ECHO_T}no" >&6
10f2d63a 7151 fi
e6cc62c6 7152
10f2d63a 7153
5005acfe 7154 enablestring=
e6cc62c6
VS
7155 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
7156echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6
10f2d63a
VZ
7157 no_cache=0
7158 # Check whether --enable-listctrl or --disable-listctrl was given.
7159if test "${enable_listctrl+set}" = set; then
7160 enableval="$enable_listctrl"
e6cc62c6 7161
10f2d63a
VZ
7162 if test "$enableval" = yes; then
7163 ac_cv_use_listctrl='wxUSE_LISTCTRL=yes'
7164 else
7165 ac_cv_use_listctrl='wxUSE_LISTCTRL=no'
7166 fi
e6cc62c6 7167
10f2d63a 7168else
e6cc62c6 7169
10f2d63a
VZ
7170 LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}`
7171 if test "x$LINE" != x ; then
7172 eval "DEFAULT_$LINE"
7173 else
7174 no_cache=1
7175 fi
7176
7177 ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL
10f2d63a 7178
e6cc62c6 7179fi;
10f2d63a
VZ
7180
7181 eval "$ac_cv_use_listctrl"
7182 if test "$no_cache" != 1; then
7183 echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp
7184 fi
7185
7186 if test "$wxUSE_LISTCTRL" = yes; then
e6cc62c6
VS
7187 echo "$as_me:$LINENO: result: yes" >&5
7188echo "${ECHO_T}yes" >&6
10f2d63a 7189 else
e6cc62c6
VS
7190 echo "$as_me:$LINENO: result: no" >&5
7191echo "${ECHO_T}no" >&6
10f2d63a 7192 fi
e6cc62c6 7193
10f2d63a 7194
5005acfe 7195 enablestring=
e6cc62c6
VS
7196 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
7197echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6
10f2d63a
VZ
7198 no_cache=0
7199 # Check whether --enable-notebook or --disable-notebook was given.
7200if test "${enable_notebook+set}" = set; then
7201 enableval="$enable_notebook"
e6cc62c6 7202
10f2d63a
VZ
7203 if test "$enableval" = yes; then
7204 ac_cv_use_notebook='wxUSE_NOTEBOOK=yes'
7205 else
7206 ac_cv_use_notebook='wxUSE_NOTEBOOK=no'
7207 fi
e6cc62c6 7208
10f2d63a 7209else
e6cc62c6 7210
10f2d63a
VZ
7211 LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}`
7212 if test "x$LINE" != x ; then
7213 eval "DEFAULT_$LINE"
7214 else
7215 no_cache=1
7216 fi
7217
7218 ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK
10f2d63a 7219
e6cc62c6 7220fi;
10f2d63a
VZ
7221
7222 eval "$ac_cv_use_notebook"
7223 if test "$no_cache" != 1; then
7224 echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp
7225 fi
7226
7227 if test "$wxUSE_NOTEBOOK" = yes; then
e6cc62c6
VS
7228 echo "$as_me:$LINENO: result: yes" >&5
7229echo "${ECHO_T}yes" >&6
10f2d63a 7230 else
e6cc62c6
VS
7231 echo "$as_me:$LINENO: result: no" >&5
7232echo "${ECHO_T}no" >&6
10f2d63a 7233 fi
e6cc62c6 7234
10f2d63a 7235
5005acfe 7236 enablestring=
e6cc62c6
VS
7237 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
7238echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6
10f2d63a
VZ
7239 no_cache=0
7240 # Check whether --enable-radiobox or --disable-radiobox was given.
7241if test "${enable_radiobox+set}" = set; then
7242 enableval="$enable_radiobox"
e6cc62c6 7243
10f2d63a
VZ
7244 if test "$enableval" = yes; then
7245 ac_cv_use_radiobox='wxUSE_RADIOBOX=yes'
7246 else
7247 ac_cv_use_radiobox='wxUSE_RADIOBOX=no'
7248 fi
e6cc62c6 7249
10f2d63a 7250else
e6cc62c6 7251
10f2d63a
VZ
7252 LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}`
7253 if test "x$LINE" != x ; then
7254 eval "DEFAULT_$LINE"
7255 else
7256 no_cache=1
7257 fi
7258
7259 ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX
10f2d63a 7260
e6cc62c6 7261fi;
10f2d63a
VZ
7262
7263 eval "$ac_cv_use_radiobox"
7264 if test "$no_cache" != 1; then
7265 echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp
7266 fi
7267
7268 if test "$wxUSE_RADIOBOX" = yes; then
e6cc62c6
VS
7269 echo "$as_me:$LINENO: result: yes" >&5
7270echo "${ECHO_T}yes" >&6
10f2d63a 7271 else
e6cc62c6
VS
7272 echo "$as_me:$LINENO: result: no" >&5
7273echo "${ECHO_T}no" >&6
10f2d63a 7274 fi
e6cc62c6 7275
10f2d63a 7276
5005acfe 7277 enablestring=
e6cc62c6
VS
7278 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
7279echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6
10f2d63a
VZ
7280 no_cache=0
7281 # Check whether --enable-radiobtn or --disable-radiobtn was given.
7282if test "${enable_radiobtn+set}" = set; then
7283 enableval="$enable_radiobtn"
e6cc62c6 7284
10f2d63a
VZ
7285 if test "$enableval" = yes; then
7286 ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
7287 else
7288 ac_cv_use_radiobtn='wxUSE_RADIOBTN=no'
7289 fi
e6cc62c6 7290
10f2d63a 7291else
e6cc62c6 7292
10f2d63a
VZ
7293 LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}`
7294 if test "x$LINE" != x ; then
7295 eval "DEFAULT_$LINE"
7296 else
7297 no_cache=1
7298 fi
7299
7300 ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN
10f2d63a 7301
e6cc62c6 7302fi;
10f2d63a
VZ
7303
7304 eval "$ac_cv_use_radiobtn"
7305 if test "$no_cache" != 1; then
7306 echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp
7307 fi
7308
7309 if test "$wxUSE_RADIOBTN" = yes; then
e6cc62c6
VS
7310 echo "$as_me:$LINENO: result: yes" >&5
7311echo "${ECHO_T}yes" >&6
10f2d63a 7312 else
e6cc62c6
VS
7313 echo "$as_me:$LINENO: result: no" >&5
7314echo "${ECHO_T}no" >&6
10f2d63a 7315 fi
e6cc62c6 7316
10f2d63a 7317
5005acfe 7318 enablestring=
e6cc62c6
VS
7319 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
7320echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6
10f2d63a
VZ
7321 no_cache=0
7322 # Check whether --enable-sash or --disable-sash was given.
7323if test "${enable_sash+set}" = set; then
7324 enableval="$enable_sash"
e6cc62c6 7325
10f2d63a
VZ
7326 if test "$enableval" = yes; then
7327 ac_cv_use_sash='wxUSE_SASH=yes'
7328 else
7329 ac_cv_use_sash='wxUSE_SASH=no'
7330 fi
e6cc62c6 7331
10f2d63a 7332else
e6cc62c6 7333
10f2d63a
VZ
7334 LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}`
7335 if test "x$LINE" != x ; then
7336 eval "DEFAULT_$LINE"
7337 else
7338 no_cache=1
7339 fi
7340
7341 ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH
10f2d63a 7342
e6cc62c6 7343fi;
10f2d63a
VZ
7344
7345 eval "$ac_cv_use_sash"
7346 if test "$no_cache" != 1; then
7347 echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp
7348 fi
7349
7350 if test "$wxUSE_SASH" = yes; then
e6cc62c6
VS
7351 echo "$as_me:$LINENO: result: yes" >&5
7352echo "${ECHO_T}yes" >&6
10f2d63a 7353 else
e6cc62c6
VS
7354 echo "$as_me:$LINENO: result: no" >&5
7355echo "${ECHO_T}no" >&6
10f2d63a 7356 fi
e6cc62c6 7357
10f2d63a 7358
5005acfe 7359 enablestring=
e6cc62c6
VS
7360 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
7361echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6
10f2d63a
VZ
7362 no_cache=0
7363 # Check whether --enable-scrollbar or --disable-scrollbar was given.
7364if test "${enable_scrollbar+set}" = set; then
7365 enableval="$enable_scrollbar"
e6cc62c6 7366
10f2d63a
VZ
7367 if test "$enableval" = yes; then
7368 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
7369 else
7370 ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
7371 fi
e6cc62c6 7372
10f2d63a 7373else
e6cc62c6 7374
10f2d63a
VZ
7375 LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}`
7376 if test "x$LINE" != x ; then
7377 eval "DEFAULT_$LINE"
7378 else
7379 no_cache=1
7380 fi
7381
7382 ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR
10f2d63a 7383
e6cc62c6 7384fi;
10f2d63a
VZ
7385
7386 eval "$ac_cv_use_scrollbar"
7387 if test "$no_cache" != 1; then
7388 echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp
7389 fi
7390
7391 if test "$wxUSE_SCROLLBAR" = yes; then
e6cc62c6
VS
7392 echo "$as_me:$LINENO: result: yes" >&5
7393echo "${ECHO_T}yes" >&6
10f2d63a 7394 else
e6cc62c6
VS
7395 echo "$as_me:$LINENO: result: no" >&5
7396echo "${ECHO_T}no" >&6
10f2d63a 7397 fi
e6cc62c6 7398
10f2d63a 7399
5005acfe 7400 enablestring=
e6cc62c6
VS
7401 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
7402echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6
10f2d63a
VZ
7403 no_cache=0
7404 # Check whether --enable-slider or --disable-slider was given.
7405if test "${enable_slider+set}" = set; then
7406 enableval="$enable_slider"
e6cc62c6 7407
10f2d63a
VZ
7408 if test "$enableval" = yes; then
7409 ac_cv_use_slider='wxUSE_SLIDER=yes'
7410 else
7411 ac_cv_use_slider='wxUSE_SLIDER=no'
7412 fi
e6cc62c6 7413
10f2d63a 7414else
e6cc62c6 7415
10f2d63a
VZ
7416 LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}`
7417 if test "x$LINE" != x ; then
7418 eval "DEFAULT_$LINE"
7419 else
7420 no_cache=1
7421 fi
7422
7423 ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER
10f2d63a 7424
e6cc62c6 7425fi;
10f2d63a
VZ
7426
7427 eval "$ac_cv_use_slider"
7428 if test "$no_cache" != 1; then
7429 echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp
7430 fi
7431
7432 if test "$wxUSE_SLIDER" = yes; then
e6cc62c6
VS
7433 echo "$as_me:$LINENO: result: yes" >&5
7434echo "${ECHO_T}yes" >&6
10f2d63a 7435 else
e6cc62c6
VS
7436 echo "$as_me:$LINENO: result: no" >&5
7437echo "${ECHO_T}no" >&6
10f2d63a 7438 fi
e6cc62c6 7439
10f2d63a 7440
5005acfe 7441 enablestring=
e6cc62c6
VS
7442 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
7443echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6
10f2d63a
VZ
7444 no_cache=0
7445 # Check whether --enable-spinbtn or --disable-spinbtn was given.
7446if test "${enable_spinbtn+set}" = set; then
7447 enableval="$enable_spinbtn"
e6cc62c6 7448
10f2d63a
VZ
7449 if test "$enableval" = yes; then
7450 ac_cv_use_spinbtn='wxUSE_SPINBTN=yes'
7451 else
7452 ac_cv_use_spinbtn='wxUSE_SPINBTN=no'
7453 fi
e6cc62c6 7454
10f2d63a 7455else
e6cc62c6 7456
10f2d63a
VZ
7457 LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}`
7458 if test "x$LINE" != x ; then
7459 eval "DEFAULT_$LINE"
7460 else
7461 no_cache=1
7462 fi
7463
7464 ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN
10f2d63a 7465
e6cc62c6 7466fi;
10f2d63a
VZ
7467
7468 eval "$ac_cv_use_spinbtn"
7469 if test "$no_cache" != 1; then
7470 echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp
7471 fi
7472
7473 if test "$wxUSE_SPINBTN" = yes; then
e6cc62c6
VS
7474 echo "$as_me:$LINENO: result: yes" >&5
7475echo "${ECHO_T}yes" >&6
10f2d63a 7476 else
e6cc62c6
VS
7477 echo "$as_me:$LINENO: result: no" >&5
7478echo "${ECHO_T}no" >&6
10f2d63a 7479 fi
e6cc62c6 7480
10f2d63a 7481
5005acfe 7482 enablestring=
e6cc62c6
VS
7483 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
7484echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6
56cfaa52
RR
7485 no_cache=0
7486 # Check whether --enable-spinctrl or --disable-spinctrl was given.
7487if test "${enable_spinctrl+set}" = set; then
7488 enableval="$enable_spinctrl"
e6cc62c6 7489
56cfaa52
RR
7490 if test "$enableval" = yes; then
7491 ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
7492 else
7493 ac_cv_use_spinctrl='wxUSE_SPINCTRL=no'
7494 fi
e6cc62c6 7495
56cfaa52 7496else
e6cc62c6 7497
56cfaa52
RR
7498 LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}`
7499 if test "x$LINE" != x ; then
7500 eval "DEFAULT_$LINE"
7501 else
7502 no_cache=1
7503 fi
7504
7505 ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL
56cfaa52 7506
e6cc62c6 7507fi;
56cfaa52
RR
7508
7509 eval "$ac_cv_use_spinctrl"
7510 if test "$no_cache" != 1; then
7511 echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp
7512 fi
7513
7514 if test "$wxUSE_SPINCTRL" = yes; then
e6cc62c6
VS
7515 echo "$as_me:$LINENO: result: yes" >&5
7516echo "${ECHO_T}yes" >&6
56cfaa52 7517 else
e6cc62c6
VS
7518 echo "$as_me:$LINENO: result: no" >&5
7519echo "${ECHO_T}no" >&6
56cfaa52 7520 fi
e6cc62c6 7521
56cfaa52 7522
5005acfe 7523 enablestring=
e6cc62c6
VS
7524 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
7525echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6
10f2d63a
VZ
7526 no_cache=0
7527 # Check whether --enable-splitter or --disable-splitter was given.
7528if test "${enable_splitter+set}" = set; then
7529 enableval="$enable_splitter"
e6cc62c6 7530
10f2d63a
VZ
7531 if test "$enableval" = yes; then
7532 ac_cv_use_splitter='wxUSE_SPLITTER=yes'
7533 else
7534 ac_cv_use_splitter='wxUSE_SPLITTER=no'
7535 fi
e6cc62c6 7536
10f2d63a 7537else
e6cc62c6 7538
10f2d63a
VZ
7539 LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}`
7540 if test "x$LINE" != x ; then
7541 eval "DEFAULT_$LINE"
7542 else
7543 no_cache=1
7544 fi
7545
7546 ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER
10f2d63a 7547
e6cc62c6 7548fi;
10f2d63a
VZ
7549
7550 eval "$ac_cv_use_splitter"
7551 if test "$no_cache" != 1; then
7552 echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp
7553 fi
7554
7555 if test "$wxUSE_SPLITTER" = yes; then
e6cc62c6
VS
7556 echo "$as_me:$LINENO: result: yes" >&5
7557echo "${ECHO_T}yes" >&6
10f2d63a 7558 else
e6cc62c6
VS
7559 echo "$as_me:$LINENO: result: no" >&5
7560echo "${ECHO_T}no" >&6
10f2d63a 7561 fi
e6cc62c6 7562
10f2d63a 7563
5005acfe 7564 enablestring=
e6cc62c6
VS
7565 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
7566echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6
10f2d63a
VZ
7567 no_cache=0
7568 # Check whether --enable-statbmp or --disable-statbmp was given.
7569if test "${enable_statbmp+set}" = set; then
7570 enableval="$enable_statbmp"
e6cc62c6 7571
10f2d63a
VZ
7572 if test "$enableval" = yes; then
7573 ac_cv_use_statbmp='wxUSE_STATBMP=yes'
7574 else
7575 ac_cv_use_statbmp='wxUSE_STATBMP=no'
7576 fi
e6cc62c6 7577
10f2d63a 7578else
e6cc62c6 7579
10f2d63a
VZ
7580 LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}`
7581 if test "x$LINE" != x ; then
7582 eval "DEFAULT_$LINE"
7583 else
7584 no_cache=1
7585 fi
7586
7587 ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP
10f2d63a 7588
e6cc62c6 7589fi;
10f2d63a
VZ
7590
7591 eval "$ac_cv_use_statbmp"
7592 if test "$no_cache" != 1; then
7593 echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp
7594 fi
7595
7596 if test "$wxUSE_STATBMP" = yes; then
e6cc62c6
VS
7597 echo "$as_me:$LINENO: result: yes" >&5
7598echo "${ECHO_T}yes" >&6
10f2d63a 7599 else
e6cc62c6
VS
7600 echo "$as_me:$LINENO: result: no" >&5
7601echo "${ECHO_T}no" >&6
10f2d63a 7602 fi
e6cc62c6 7603
10f2d63a 7604
5005acfe 7605 enablestring=
e6cc62c6
VS
7606 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
7607echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6
10f2d63a
VZ
7608 no_cache=0
7609 # Check whether --enable-statbox or --disable-statbox was given.
7610if test "${enable_statbox+set}" = set; then
7611 enableval="$enable_statbox"
e6cc62c6 7612
10f2d63a
VZ
7613 if test "$enableval" = yes; then
7614 ac_cv_use_statbox='wxUSE_STATBOX=yes'
7615 else
7616 ac_cv_use_statbox='wxUSE_STATBOX=no'
7617 fi
e6cc62c6 7618
10f2d63a 7619else
e6cc62c6 7620
10f2d63a
VZ
7621 LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}`
7622 if test "x$LINE" != x ; then
7623 eval "DEFAULT_$LINE"
7624 else
7625 no_cache=1
7626 fi
7627
7628 ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX
10f2d63a 7629
e6cc62c6 7630fi;
10f2d63a
VZ
7631
7632 eval "$ac_cv_use_statbox"
7633 if test "$no_cache" != 1; then
7634 echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp
7635 fi
7636
7637 if test "$wxUSE_STATBOX" = yes; then
e6cc62c6
VS
7638 echo "$as_me:$LINENO: result: yes" >&5
7639echo "${ECHO_T}yes" >&6
10f2d63a 7640 else
e6cc62c6
VS
7641 echo "$as_me:$LINENO: result: no" >&5
7642echo "${ECHO_T}no" >&6
10f2d63a 7643 fi
e6cc62c6 7644
10f2d63a 7645
5005acfe 7646 enablestring=
e6cc62c6
VS
7647 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
7648echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6
10f2d63a
VZ
7649 no_cache=0
7650 # Check whether --enable-statline or --disable-statline was given.
7651if test "${enable_statline+set}" = set; then
7652 enableval="$enable_statline"
e6cc62c6 7653
10f2d63a
VZ
7654 if test "$enableval" = yes; then
7655 ac_cv_use_statline='wxUSE_STATLINE=yes'
7656 else
7657 ac_cv_use_statline='wxUSE_STATLINE=no'
7658 fi
e6cc62c6 7659
10f2d63a 7660else
e6cc62c6 7661
10f2d63a
VZ
7662 LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}`
7663 if test "x$LINE" != x ; then
7664 eval "DEFAULT_$LINE"
7665 else
7666 no_cache=1
7667 fi
7668
7669 ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE
10f2d63a 7670
e6cc62c6 7671fi;
10f2d63a
VZ
7672
7673 eval "$ac_cv_use_statline"
7674 if test "$no_cache" != 1; then
7675 echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp
7676 fi
7677
7678 if test "$wxUSE_STATLINE" = yes; then
e6cc62c6
VS
7679 echo "$as_me:$LINENO: result: yes" >&5
7680echo "${ECHO_T}yes" >&6
10f2d63a 7681 else
e6cc62c6
VS
7682 echo "$as_me:$LINENO: result: no" >&5
7683echo "${ECHO_T}no" >&6
10f2d63a 7684 fi
e6cc62c6 7685
10f2d63a 7686
5005acfe 7687 enablestring=
e6cc62c6
VS
7688 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
7689echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6
1e6feb95
VZ
7690 no_cache=0
7691 # Check whether --enable-stattext or --disable-stattext was given.
7692if test "${enable_stattext+set}" = set; then
7693 enableval="$enable_stattext"
e6cc62c6 7694
1e6feb95
VZ
7695 if test "$enableval" = yes; then
7696 ac_cv_use_stattext='wxUSE_STATTEXT=yes'
7697 else
7698 ac_cv_use_stattext='wxUSE_STATTEXT=no'
7699 fi
e6cc62c6 7700
1e6feb95 7701else
e6cc62c6 7702
1e6feb95
VZ
7703 LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}`
7704 if test "x$LINE" != x ; then
7705 eval "DEFAULT_$LINE"
7706 else
7707 no_cache=1
7708 fi
7709
7710 ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT
1e6feb95 7711
e6cc62c6 7712fi;
1e6feb95
VZ
7713
7714 eval "$ac_cv_use_stattext"
7715 if test "$no_cache" != 1; then
7716 echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp
7717 fi
7718
7719 if test "$wxUSE_STATTEXT" = yes; then
e6cc62c6
VS
7720 echo "$as_me:$LINENO: result: yes" >&5
7721echo "${ECHO_T}yes" >&6
1e6feb95 7722 else
e6cc62c6
VS
7723 echo "$as_me:$LINENO: result: no" >&5
7724echo "${ECHO_T}no" >&6
1e6feb95 7725 fi
e6cc62c6 7726
1e6feb95 7727
5005acfe 7728 enablestring=
e6cc62c6
VS
7729 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
7730echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6
10f2d63a
VZ
7731 no_cache=0
7732 # Check whether --enable-statusbar or --disable-statusbar was given.
7733if test "${enable_statusbar+set}" = set; then
7734 enableval="$enable_statusbar"
e6cc62c6 7735
10f2d63a
VZ
7736 if test "$enableval" = yes; then
7737 ac_cv_use_statusbar='wxUSE_STATUSBAR=yes'
7738 else
7739 ac_cv_use_statusbar='wxUSE_STATUSBAR=no'
7740 fi
e6cc62c6 7741
10f2d63a 7742else
e6cc62c6 7743
10f2d63a
VZ
7744 LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}`
7745 if test "x$LINE" != x ; then
7746 eval "DEFAULT_$LINE"
7747 else
7748 no_cache=1
7749 fi
7750
7751 ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR
10f2d63a 7752
e6cc62c6 7753fi;
10f2d63a
VZ
7754
7755 eval "$ac_cv_use_statusbar"
7756 if test "$no_cache" != 1; then
7757 echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp
7758 fi
7759
7760 if test "$wxUSE_STATUSBAR" = yes; then
e6cc62c6
VS
7761 echo "$as_me:$LINENO: result: yes" >&5
7762echo "${ECHO_T}yes" >&6
10f2d63a 7763 else
e6cc62c6
VS
7764 echo "$as_me:$LINENO: result: no" >&5
7765echo "${ECHO_T}no" >&6
10f2d63a 7766 fi
e6cc62c6 7767
10f2d63a 7768
5005acfe 7769 enablestring=
e6cc62c6
VS
7770 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5
7771echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6
10f2d63a
VZ
7772 no_cache=0
7773 # Check whether --enable-tabdialog or --disable-tabdialog was given.
7774if test "${enable_tabdialog+set}" = set; then
7775 enableval="$enable_tabdialog"
e6cc62c6 7776
10f2d63a
VZ
7777 if test "$enableval" = yes; then
7778 ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes'
7779 else
7780 ac_cv_use_tabdialog='wxUSE_TABDIALOG=no'
7781 fi
e6cc62c6 7782
10f2d63a 7783else
e6cc62c6 7784
10f2d63a
VZ
7785 LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}`
7786 if test "x$LINE" != x ; then
7787 eval "DEFAULT_$LINE"
7788 else
7789 no_cache=1
7790 fi
7791
7792 ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG
10f2d63a 7793
e6cc62c6 7794fi;
10f2d63a
VZ
7795
7796 eval "$ac_cv_use_tabdialog"
7797 if test "$no_cache" != 1; then
7798 echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp
7799 fi
7800
7801 if test "$wxUSE_TABDIALOG" = yes; then
e6cc62c6
VS
7802 echo "$as_me:$LINENO: result: yes" >&5
7803echo "${ECHO_T}yes" >&6
10f2d63a 7804 else
e6cc62c6
VS
7805 echo "$as_me:$LINENO: result: no" >&5
7806echo "${ECHO_T}no" >&6
10f2d63a 7807 fi
e6cc62c6 7808
10f2d63a 7809
5005acfe 7810 enablestring=
e6cc62c6
VS
7811 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
7812echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6
1e6feb95
VZ
7813 no_cache=0
7814 # Check whether --enable-textctrl or --disable-textctrl was given.
7815if test "${enable_textctrl+set}" = set; then
7816 enableval="$enable_textctrl"
e6cc62c6 7817
1e6feb95
VZ
7818 if test "$enableval" = yes; then
7819 ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
7820 else
7821 ac_cv_use_textctrl='wxUSE_TEXTCTRL=no'
7822 fi
e6cc62c6 7823
1e6feb95 7824else
e6cc62c6 7825
1e6feb95
VZ
7826 LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}`
7827 if test "x$LINE" != x ; then
7828 eval "DEFAULT_$LINE"
7829 else
7830 no_cache=1
7831 fi
7832
7833 ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL
1e6feb95 7834
e6cc62c6 7835fi;
1e6feb95
VZ
7836
7837 eval "$ac_cv_use_textctrl"
7838 if test "$no_cache" != 1; then
7839 echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp
7840 fi
7841
7842 if test "$wxUSE_TEXTCTRL" = yes; then
e6cc62c6
VS
7843 echo "$as_me:$LINENO: result: yes" >&5
7844echo "${ECHO_T}yes" >&6
1e6feb95 7845 else
e6cc62c6
VS
7846 echo "$as_me:$LINENO: result: no" >&5
7847echo "${ECHO_T}no" >&6
1e6feb95 7848 fi
e6cc62c6 7849
1e6feb95 7850
5005acfe 7851 enablestring=
e6cc62c6
VS
7852 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
7853echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6
1db8dc4a
VZ
7854 no_cache=0
7855 # Check whether --enable-togglebtn or --disable-togglebtn was given.
7856if test "${enable_togglebtn+set}" = set; then
7857 enableval="$enable_togglebtn"
e6cc62c6 7858
1db8dc4a
VZ
7859 if test "$enableval" = yes; then
7860 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
7861 else
7862 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
7863 fi
e6cc62c6 7864
1db8dc4a 7865else
e6cc62c6 7866
1db8dc4a
VZ
7867 LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}`
7868 if test "x$LINE" != x ; then
7869 eval "DEFAULT_$LINE"
7870 else
7871 no_cache=1
7872 fi
7873
7874 ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN
1db8dc4a 7875
e6cc62c6 7876fi;
1db8dc4a
VZ
7877
7878 eval "$ac_cv_use_togglebtn"
7879 if test "$no_cache" != 1; then
7880 echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp
7881 fi
7882
7883 if test "$wxUSE_TOGGLEBTN" = yes; then
e6cc62c6
VS
7884 echo "$as_me:$LINENO: result: yes" >&5
7885echo "${ECHO_T}yes" >&6
1db8dc4a 7886 else
e6cc62c6
VS
7887 echo "$as_me:$LINENO: result: no" >&5
7888echo "${ECHO_T}no" >&6
1db8dc4a 7889 fi
e6cc62c6 7890
1db8dc4a 7891
5005acfe 7892 enablestring=
e6cc62c6
VS
7893 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
7894echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6
10f2d63a
VZ
7895 no_cache=0
7896 # Check whether --enable-toolbar or --disable-toolbar was given.
7897if test "${enable_toolbar+set}" = set; then
7898 enableval="$enable_toolbar"
e6cc62c6 7899
10f2d63a
VZ
7900 if test "$enableval" = yes; then
7901 ac_cv_use_toolbar='wxUSE_TOOLBAR=yes'
7902 else
7903 ac_cv_use_toolbar='wxUSE_TOOLBAR=no'
7904 fi
e6cc62c6 7905
10f2d63a 7906else
e6cc62c6 7907
10f2d63a
VZ
7908 LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}`
7909 if test "x$LINE" != x ; then
7910 eval "DEFAULT_$LINE"
7911 else
7912 no_cache=1
7913 fi
7914
7915 ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR
10f2d63a 7916
e6cc62c6 7917fi;
10f2d63a
VZ
7918
7919 eval "$ac_cv_use_toolbar"
7920 if test "$no_cache" != 1; then
7921 echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp
7922 fi
7923
7924 if test "$wxUSE_TOOLBAR" = yes; then
e6cc62c6
VS
7925 echo "$as_me:$LINENO: result: yes" >&5
7926echo "${ECHO_T}yes" >&6
10f2d63a 7927 else
e6cc62c6
VS
7928 echo "$as_me:$LINENO: result: no" >&5
7929echo "${ECHO_T}no" >&6
10f2d63a 7930 fi
e6cc62c6 7931
10f2d63a 7932
5005acfe 7933 enablestring=
e6cc62c6
VS
7934 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
7935echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6
360d6699
VZ
7936 no_cache=0
7937 # Check whether --enable-tbarnative or --disable-tbarnative was given.
7938if test "${enable_tbarnative+set}" = set; then
7939 enableval="$enable_tbarnative"
e6cc62c6 7940
360d6699
VZ
7941 if test "$enableval" = yes; then
7942 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
7943 else
7944 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
7945 fi
e6cc62c6 7946
360d6699 7947else
e6cc62c6 7948
360d6699
VZ
7949 LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}`
7950 if test "x$LINE" != x ; then
7951 eval "DEFAULT_$LINE"
7952 else
7953 no_cache=1
7954 fi
7955
7956 ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE
360d6699 7957
e6cc62c6 7958fi;
360d6699
VZ
7959
7960 eval "$ac_cv_use_tbarnative"
7961 if test "$no_cache" != 1; then
7962 echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp
7963 fi
7964
7965 if test "$wxUSE_TOOLBAR_NATIVE" = yes; then
e6cc62c6
VS
7966 echo "$as_me:$LINENO: result: yes" >&5
7967echo "${ECHO_T}yes" >&6
360d6699 7968 else
e6cc62c6
VS
7969 echo "$as_me:$LINENO: result: no" >&5
7970echo "${ECHO_T}no" >&6
360d6699 7971 fi
e6cc62c6 7972
360d6699 7973
5005acfe 7974 enablestring=
e6cc62c6
VS
7975 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5
7976echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6
360d6699
VZ
7977 no_cache=0
7978 # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given.
7979if test "${enable_tbarsmpl+set}" = set; then
7980 enableval="$enable_tbarsmpl"
e6cc62c6 7981
360d6699
VZ
7982 if test "$enableval" = yes; then
7983 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes'
7984 else
7985 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no'
7986 fi
e6cc62c6 7987
360d6699 7988else
e6cc62c6 7989
360d6699
VZ
7990 LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}`
7991 if test "x$LINE" != x ; then
7992 eval "DEFAULT_$LINE"
7993 else
7994 no_cache=1
7995 fi
7996
7997 ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE
360d6699 7998
e6cc62c6 7999fi;
360d6699
VZ
8000
8001 eval "$ac_cv_use_tbarsmpl"
8002 if test "$no_cache" != 1; then
8003 echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp
8004 fi
8005
8006 if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then
e6cc62c6
VS
8007 echo "$as_me:$LINENO: result: yes" >&5
8008echo "${ECHO_T}yes" >&6
360d6699 8009 else
e6cc62c6
VS
8010 echo "$as_me:$LINENO: result: no" >&5
8011echo "${ECHO_T}no" >&6
360d6699 8012 fi
e6cc62c6 8013
360d6699 8014
5005acfe 8015 enablestring=
e6cc62c6
VS
8016 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
8017echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6
10f2d63a
VZ
8018 no_cache=0
8019 # Check whether --enable-treectrl or --disable-treectrl was given.
8020if test "${enable_treectrl+set}" = set; then
8021 enableval="$enable_treectrl"
e6cc62c6 8022
10f2d63a
VZ
8023 if test "$enableval" = yes; then
8024 ac_cv_use_treectrl='wxUSE_TREECTRL=yes'
8025 else
8026 ac_cv_use_treectrl='wxUSE_TREECTRL=no'
8027 fi
e6cc62c6 8028
10f2d63a 8029else
e6cc62c6 8030
10f2d63a
VZ
8031 LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}`
8032 if test "x$LINE" != x ; then
8033 eval "DEFAULT_$LINE"
8034 else
8035 no_cache=1
8036 fi
8037
8038 ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL
10f2d63a 8039
e6cc62c6 8040fi;
10f2d63a 8041
1e6feb95
VZ
8042 eval "$ac_cv_use_treectrl"
8043 if test "$no_cache" != 1; then
8044 echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp
8045 fi
8046
8047 if test "$wxUSE_TREECTRL" = yes; then
e6cc62c6
VS
8048 echo "$as_me:$LINENO: result: yes" >&5
8049echo "${ECHO_T}yes" >&6
1e6feb95 8050 else
e6cc62c6
VS
8051 echo "$as_me:$LINENO: result: no" >&5
8052echo "${ECHO_T}no" >&6
1e6feb95 8053 fi
e6cc62c6 8054
1e6feb95 8055
5005acfe 8056 enablestring=
e6cc62c6
VS
8057 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
8058echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6
9926e4a4
VZ
8059 no_cache=0
8060 # Check whether --enable-tipwindow or --disable-tipwindow was given.
8061if test "${enable_tipwindow+set}" = set; then
8062 enableval="$enable_tipwindow"
e6cc62c6 8063
9926e4a4
VZ
8064 if test "$enableval" = yes; then
8065 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
8066 else
8067 ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
8068 fi
e6cc62c6 8069
9926e4a4 8070else
e6cc62c6 8071
9926e4a4
VZ
8072 LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}`
8073 if test "x$LINE" != x ; then
8074 eval "DEFAULT_$LINE"
8075 else
8076 no_cache=1
8077 fi
8078
8079 ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW
9926e4a4 8080
e6cc62c6 8081fi;
9926e4a4
VZ
8082
8083 eval "$ac_cv_use_tipwindow"
8084 if test "$no_cache" != 1; then
8085 echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp
8086 fi
8087
8088 if test "$wxUSE_TIPWINDOW" = yes; then
e6cc62c6
VS
8089 echo "$as_me:$LINENO: result: yes" >&5
8090echo "${ECHO_T}yes" >&6
9926e4a4 8091 else
e6cc62c6
VS
8092 echo "$as_me:$LINENO: result: no" >&5
8093echo "${ECHO_T}no" >&6
9926e4a4 8094 fi
e6cc62c6 8095
9926e4a4 8096
5005acfe 8097 enablestring=
e6cc62c6
VS
8098 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
8099echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6
9f41d601
RR
8100 no_cache=0
8101 # Check whether --enable-popupwin or --disable-popupwin was given.
8102if test "${enable_popupwin+set}" = set; then
8103 enableval="$enable_popupwin"
e6cc62c6 8104
9f41d601
RR
8105 if test "$enableval" = yes; then
8106 ac_cv_use_popupwin='wxUSE_POPUPWIN=yes'
8107 else
8108 ac_cv_use_popupwin='wxUSE_POPUPWIN=no'
8109 fi
e6cc62c6 8110
9f41d601 8111else
e6cc62c6 8112
9f41d601
RR
8113 LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}`
8114 if test "x$LINE" != x ; then
8115 eval "DEFAULT_$LINE"
8116 else
8117 no_cache=1
8118 fi
8119
8120 ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN
9f41d601 8121
e6cc62c6 8122fi;
9f41d601
RR
8123
8124 eval "$ac_cv_use_popupwin"
8125 if test "$no_cache" != 1; then
8126 echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp
8127 fi
8128
8129 if test "$wxUSE_POPUPWIN" = yes; then
e6cc62c6
VS
8130 echo "$as_me:$LINENO: result: yes" >&5
8131echo "${ECHO_T}yes" >&6
9f41d601 8132 else
e6cc62c6
VS
8133 echo "$as_me:$LINENO: result: no" >&5
8134echo "${ECHO_T}no" >&6
9f41d601 8135 fi
e6cc62c6 8136
52127426 8137
8284b0c5
MB
8138
8139
5005acfe 8140 enablestring=
e6cc62c6
VS
8141 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
8142echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6
1e6feb95
VZ
8143 no_cache=0
8144 # Check whether --enable-commondlg or --disable-commondlg was given.
8145if test "${enable_commondlg+set}" = set; then
8146 enableval="$enable_commondlg"
e6cc62c6 8147
1e6feb95
VZ
8148 if test "$enableval" = yes; then
8149 ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
8150 else
8151 ac_cv_use_commondlg='wxUSE_COMMONDLGS=no'
8152 fi
e6cc62c6 8153
1e6feb95 8154else
e6cc62c6 8155
1e6feb95
VZ
8156 LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}`
8157 if test "x$LINE" != x ; then
8158 eval "DEFAULT_$LINE"
8159 else
8160 no_cache=1
8161 fi
8162
8163 ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS
1e6feb95 8164
e6cc62c6 8165fi;
1e6feb95
VZ
8166
8167 eval "$ac_cv_use_commondlg"
8168 if test "$no_cache" != 1; then
8169 echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp
8170 fi
8171
8172 if test "$wxUSE_COMMONDLGS" = yes; then
e6cc62c6
VS
8173 echo "$as_me:$LINENO: result: yes" >&5
8174echo "${ECHO_T}yes" >&6
1e6feb95 8175 else
e6cc62c6
VS
8176 echo "$as_me:$LINENO: result: no" >&5
8177echo "${ECHO_T}no" >&6
1e6feb95 8178 fi
e6cc62c6 8179
1e6feb95 8180
5005acfe 8181 enablestring=
e6cc62c6
VS
8182 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
8183echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6
1e6feb95
VZ
8184 no_cache=0
8185 # Check whether --enable-choicedlg or --disable-choicedlg was given.
8186if test "${enable_choicedlg+set}" = set; then
8187 enableval="$enable_choicedlg"
e6cc62c6 8188
1e6feb95
VZ
8189 if test "$enableval" = yes; then
8190 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
8191 else
8192 ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
8193 fi
e6cc62c6 8194
1e6feb95 8195else
e6cc62c6 8196
1e6feb95
VZ
8197 LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}`
8198 if test "x$LINE" != x ; then
8199 eval "DEFAULT_$LINE"
8200 else
8201 no_cache=1
8202 fi
8203
8204 ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG
1e6feb95 8205
e6cc62c6 8206fi;
1e6feb95
VZ
8207
8208 eval "$ac_cv_use_choicedlg"
8209 if test "$no_cache" != 1; then
8210 echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp
8211 fi
8212
8213 if test "$wxUSE_CHOICEDLG" = yes; then
e6cc62c6
VS
8214 echo "$as_me:$LINENO: result: yes" >&5
8215echo "${ECHO_T}yes" >&6
1e6feb95 8216 else
e6cc62c6
VS
8217 echo "$as_me:$LINENO: result: no" >&5
8218echo "${ECHO_T}no" >&6
1e6feb95 8219 fi
e6cc62c6 8220
1e6feb95 8221
5005acfe 8222 enablestring=
e6cc62c6
VS
8223 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
8224echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6
1e6feb95
VZ
8225 no_cache=0
8226 # Check whether --enable-coldlg or --disable-coldlg was given.
8227if test "${enable_coldlg+set}" = set; then
8228 enableval="$enable_coldlg"
e6cc62c6 8229
1e6feb95
VZ
8230 if test "$enableval" = yes; then
8231 ac_cv_use_coldlg='wxUSE_COLOURDLG=yes'
8232 else
8233 ac_cv_use_coldlg='wxUSE_COLOURDLG=no'
8234 fi
e6cc62c6 8235
1e6feb95 8236else
e6cc62c6 8237
1e6feb95
VZ
8238 LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}`
8239 if test "x$LINE" != x ; then
8240 eval "DEFAULT_$LINE"
8241 else
8242 no_cache=1
8243 fi
8244
8245 ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG
1e6feb95 8246
e6cc62c6 8247fi;
1e6feb95
VZ
8248
8249 eval "$ac_cv_use_coldlg"
8250 if test "$no_cache" != 1; then
8251 echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp
8252 fi
8253
8254 if test "$wxUSE_COLOURDLG" = yes; then
e6cc62c6
VS
8255 echo "$as_me:$LINENO: result: yes" >&5
8256echo "${ECHO_T}yes" >&6
1e6feb95 8257 else
e6cc62c6
VS
8258 echo "$as_me:$LINENO: result: no" >&5
8259echo "${ECHO_T}no" >&6
1e6feb95 8260 fi
e6cc62c6 8261
1e6feb95 8262
5005acfe 8263 enablestring=
e6cc62c6
VS
8264 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
8265echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6
1e6feb95
VZ
8266 no_cache=0
8267 # Check whether --enable-filedlg or --disable-filedlg was given.
8268if test "${enable_filedlg+set}" = set; then
8269 enableval="$enable_filedlg"
e6cc62c6 8270
1e6feb95
VZ
8271 if test "$enableval" = yes; then
8272 ac_cv_use_filedlg='wxUSE_FILEDLG=yes'
8273 else
8274 ac_cv_use_filedlg='wxUSE_FILEDLG=no'
8275 fi
e6cc62c6 8276
1e6feb95 8277else
e6cc62c6 8278
1e6feb95
VZ
8279 LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}`
8280 if test "x$LINE" != x ; then
8281 eval "DEFAULT_$LINE"
8282 else
8283 no_cache=1
8284 fi
8285
8286 ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG
1e6feb95 8287
e6cc62c6 8288fi;
1e6feb95
VZ
8289
8290 eval "$ac_cv_use_filedlg"
8291 if test "$no_cache" != 1; then
8292 echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp
8293 fi
8294
8295 if test "$wxUSE_FILEDLG" = yes; then
e6cc62c6
VS
8296 echo "$as_me:$LINENO: result: yes" >&5
8297echo "${ECHO_T}yes" >&6
1e6feb95 8298 else
e6cc62c6
VS
8299 echo "$as_me:$LINENO: result: no" >&5
8300echo "${ECHO_T}no" >&6
1e6feb95 8301 fi
e6cc62c6 8302
1e6feb95 8303
5005acfe 8304 enablestring=
e6cc62c6
VS
8305 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
8306echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6
8db37e06 8307 no_cache=0
69d27ff7
MB
8308 # Check whether --enable-finddlg or --disable-finddlg was given.
8309if test "${enable_finddlg+set}" = set; then
8310 enableval="$enable_finddlg"
e6cc62c6 8311
8db37e06 8312 if test "$enableval" = yes; then
69d27ff7 8313 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
8db37e06 8314 else
69d27ff7 8315 ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
8db37e06 8316 fi
e6cc62c6 8317
8db37e06 8318else
e6cc62c6 8319
8db37e06
VZ
8320 LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}`
8321 if test "x$LINE" != x ; then
8322 eval "DEFAULT_$LINE"
8323 else
8324 no_cache=1
8325 fi
8326
69d27ff7 8327 ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG
8db37e06 8328
e6cc62c6 8329fi;
8db37e06 8330
69d27ff7 8331 eval "$ac_cv_use_finddlg"
8db37e06 8332 if test "$no_cache" != 1; then
69d27ff7 8333 echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp
8db37e06
VZ
8334 fi
8335
8336 if test "$wxUSE_FINDREPLDLG" = yes; then
e6cc62c6
VS
8337 echo "$as_me:$LINENO: result: yes" >&5
8338echo "${ECHO_T}yes" >&6
8db37e06 8339 else
e6cc62c6
VS
8340 echo "$as_me:$LINENO: result: no" >&5
8341echo "${ECHO_T}no" >&6
8db37e06 8342 fi
e6cc62c6 8343
8db37e06 8344
5005acfe 8345 enablestring=
e6cc62c6
VS
8346 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
8347echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6
1e6feb95
VZ
8348 no_cache=0
8349 # Check whether --enable-fontdlg or --disable-fontdlg was given.
8350if test "${enable_fontdlg+set}" = set; then
8351 enableval="$enable_fontdlg"
e6cc62c6 8352
1e6feb95
VZ
8353 if test "$enableval" = yes; then
8354 ac_cv_use_fontdlg='wxUSE_FONTDLG=yes'
8355 else
8356 ac_cv_use_fontdlg='wxUSE_FONTDLG=no'
8357 fi
e6cc62c6 8358
1e6feb95 8359else
e6cc62c6 8360
1e6feb95
VZ
8361 LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}`
8362 if test "x$LINE" != x ; then
8363 eval "DEFAULT_$LINE"
8364 else
8365 no_cache=1
8366 fi
8367
8368 ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG
1e6feb95 8369
e6cc62c6 8370fi;
1e6feb95
VZ
8371
8372 eval "$ac_cv_use_fontdlg"
8373 if test "$no_cache" != 1; then
8374 echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp
8375 fi
8376
8377 if test "$wxUSE_FONTDLG" = yes; then
e6cc62c6
VS
8378 echo "$as_me:$LINENO: result: yes" >&5
8379echo "${ECHO_T}yes" >&6
1e6feb95 8380 else
e6cc62c6
VS
8381 echo "$as_me:$LINENO: result: no" >&5
8382echo "${ECHO_T}no" >&6
1e6feb95 8383 fi
e6cc62c6 8384
1e6feb95 8385
5005acfe 8386 enablestring=
e6cc62c6
VS
8387 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
8388echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6
1e6feb95
VZ
8389 no_cache=0
8390 # Check whether --enable-dirdlg or --disable-dirdlg was given.
8391if test "${enable_dirdlg+set}" = set; then
8392 enableval="$enable_dirdlg"
e6cc62c6 8393
1e6feb95
VZ
8394 if test "$enableval" = yes; then
8395 ac_cv_use_dirdlg='wxUSE_DIRDLG=yes'
8396 else
8397 ac_cv_use_dirdlg='wxUSE_DIRDLG=no'
8398 fi
e6cc62c6 8399
1e6feb95 8400else
e6cc62c6 8401
1e6feb95
VZ
8402 LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}`
8403 if test "x$LINE" != x ; then
8404 eval "DEFAULT_$LINE"
8405 else
8406 no_cache=1
8407 fi
8408
8409 ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG
1e6feb95 8410
e6cc62c6 8411fi;
1e6feb95
VZ
8412
8413 eval "$ac_cv_use_dirdlg"
10f2d63a 8414 if test "$no_cache" != 1; then
1e6feb95 8415 echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
8416 fi
8417
1e6feb95 8418 if test "$wxUSE_DIRDLG" = yes; then
e6cc62c6
VS
8419 echo "$as_me:$LINENO: result: yes" >&5
8420echo "${ECHO_T}yes" >&6
10f2d63a 8421 else
e6cc62c6
VS
8422 echo "$as_me:$LINENO: result: no" >&5
8423echo "${ECHO_T}no" >&6
10f2d63a 8424 fi
e6cc62c6 8425
698dcdb6 8426
5005acfe 8427 enablestring=
e6cc62c6
VS
8428 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
8429echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6
10f2d63a 8430 no_cache=0
1e6feb95
VZ
8431 # Check whether --enable-msgdlg or --disable-msgdlg was given.
8432if test "${enable_msgdlg+set}" = set; then
8433 enableval="$enable_msgdlg"
e6cc62c6 8434
10f2d63a 8435 if test "$enableval" = yes; then
1e6feb95 8436 ac_cv_use_msgdlg='wxUSE_MSGDLG=yes'
10f2d63a 8437 else
1e6feb95 8438 ac_cv_use_msgdlg='wxUSE_MSGDLG=no'
10f2d63a 8439 fi
e6cc62c6 8440
10f2d63a 8441else
e6cc62c6 8442
1e6feb95 8443 LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}`
10f2d63a
VZ
8444 if test "x$LINE" != x ; then
8445 eval "DEFAULT_$LINE"
8446 else
8447 no_cache=1
8448 fi
8449
1e6feb95 8450 ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG
10f2d63a 8451
e6cc62c6 8452fi;
10f2d63a 8453
1e6feb95 8454 eval "$ac_cv_use_msgdlg"
10f2d63a 8455 if test "$no_cache" != 1; then
1e6feb95 8456 echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
8457 fi
8458
1e6feb95 8459 if test "$wxUSE_MSGDLG" = yes; then
e6cc62c6
VS
8460 echo "$as_me:$LINENO: result: yes" >&5
8461echo "${ECHO_T}yes" >&6
10f2d63a 8462 else
e6cc62c6
VS
8463 echo "$as_me:$LINENO: result: no" >&5
8464echo "${ECHO_T}no" >&6
10f2d63a 8465 fi
e6cc62c6 8466
10f2d63a 8467
5005acfe 8468 enablestring=
e6cc62c6
VS
8469 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
8470echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6
10f2d63a 8471 no_cache=0
1e6feb95
VZ
8472 # Check whether --enable-numberdlg or --disable-numberdlg was given.
8473if test "${enable_numberdlg+set}" = set; then
8474 enableval="$enable_numberdlg"
e6cc62c6 8475
10f2d63a 8476 if test "$enableval" = yes; then
1e6feb95 8477 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
10f2d63a 8478 else
1e6feb95 8479 ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
10f2d63a 8480 fi
e6cc62c6 8481
10f2d63a 8482else
e6cc62c6 8483
1e6feb95 8484 LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}`
10f2d63a
VZ
8485 if test "x$LINE" != x ; then
8486 eval "DEFAULT_$LINE"
8487 else
8488 no_cache=1
8489 fi
8490
1e6feb95 8491 ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG
10f2d63a 8492
e6cc62c6 8493fi;
10f2d63a 8494
1e6feb95 8495 eval "$ac_cv_use_numberdlg"
10f2d63a 8496 if test "$no_cache" != 1; then
1e6feb95 8497 echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp
10f2d63a
VZ
8498 fi
8499
1e6feb95 8500 if test "$wxUSE_NUMBERDLG" = yes; then
e6cc62c6
VS
8501 echo "$as_me:$LINENO: result: yes" >&5
8502echo "${ECHO_T}yes" >&6
10f2d63a 8503 else
e6cc62c6
VS
8504 echo "$as_me:$LINENO: result: no" >&5
8505echo "${ECHO_T}no" >&6
10f2d63a 8506 fi
e6cc62c6 8507
10f2d63a 8508
5005acfe 8509 enablestring=
e6cc62c6
VS
8510 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
8511echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6
cbca9943
VZ
8512 no_cache=0
8513 # Check whether --enable-splash or --disable-splash was given.
8514if test "${enable_splash+set}" = set; then
8515 enableval="$enable_splash"
e6cc62c6 8516
cbca9943
VZ
8517 if test "$enableval" = yes; then
8518 ac_cv_use_splash='wxUSE_SPLASH=yes'
8519 else
8520 ac_cv_use_splash='wxUSE_SPLASH=no'
8521 fi
e6cc62c6 8522
cbca9943 8523else
e6cc62c6 8524
cbca9943
VZ
8525 LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}`
8526 if test "x$LINE" != x ; then
8527 eval "DEFAULT_$LINE"
8528 else
8529 no_cache=1
8530 fi
8531
8532 ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH
cbca9943 8533
e6cc62c6 8534fi;
cbca9943
VZ
8535
8536 eval "$ac_cv_use_splash"
8537 if test "$no_cache" != 1; then
8538 echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp
8539 fi
8540
8541 if test "$wxUSE_SPLASH" = yes; then
e6cc62c6
VS
8542 echo "$as_me:$LINENO: result: yes" >&5
8543echo "${ECHO_T}yes" >&6
cbca9943 8544 else
e6cc62c6
VS
8545 echo "$as_me:$LINENO: result: no" >&5
8546echo "${ECHO_T}no" >&6
cbca9943 8547 fi
e6cc62c6 8548
cbca9943 8549
5005acfe 8550 enablestring=
e6cc62c6
VS
8551 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
8552echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6
10f2d63a
VZ
8553 no_cache=0
8554 # Check whether --enable-textdlg or --disable-textdlg was given.
8555if test "${enable_textdlg+set}" = set; then
8556 enableval="$enable_textdlg"
e6cc62c6 8557
10f2d63a
VZ
8558 if test "$enableval" = yes; then
8559 ac_cv_use_textdlg='wxUSE_TEXTDLG=yes'
8560 else
8561 ac_cv_use_textdlg='wxUSE_TEXTDLG=no'
8562 fi
e6cc62c6 8563
10f2d63a 8564else
e6cc62c6 8565
10f2d63a
VZ
8566 LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}`
8567 if test "x$LINE" != x ; then
8568 eval "DEFAULT_$LINE"
8569 else
8570 no_cache=1
8571 fi
8572
8573 ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG
10f2d63a 8574
e6cc62c6 8575fi;
10f2d63a
VZ
8576
8577 eval "$ac_cv_use_textdlg"
8578 if test "$no_cache" != 1; then
8579 echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp
8580 fi
8581
8582 if test "$wxUSE_TEXTDLG" = yes; then
e6cc62c6
VS
8583 echo "$as_me:$LINENO: result: yes" >&5
8584echo "${ECHO_T}yes" >&6
10f2d63a 8585 else
e6cc62c6
VS
8586 echo "$as_me:$LINENO: result: no" >&5
8587echo "${ECHO_T}no" >&6
10f2d63a 8588 fi
e6cc62c6 8589
10f2d63a 8590
5005acfe 8591 enablestring=
e6cc62c6
VS
8592 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
8593echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6
10f2d63a
VZ
8594 no_cache=0
8595 # Check whether --enable-tipdlg or --disable-tipdlg was given.
8596if test "${enable_tipdlg+set}" = set; then
8597 enableval="$enable_tipdlg"
e6cc62c6 8598
10f2d63a
VZ
8599 if test "$enableval" = yes; then
8600 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
8601 else
8602 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
8603 fi
e6cc62c6 8604
10f2d63a 8605else
e6cc62c6 8606
10f2d63a
VZ
8607 LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}`
8608 if test "x$LINE" != x ; then
8609 eval "DEFAULT_$LINE"
8610 else
8611 no_cache=1
8612 fi
8613
8614 ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS
10f2d63a 8615
e6cc62c6 8616fi;
10f2d63a
VZ
8617
8618 eval "$ac_cv_use_tipdlg"
8619 if test "$no_cache" != 1; then
8620 echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp
8621 fi
8622
8623 if test "$wxUSE_STARTUP_TIPS" = yes; then
e6cc62c6
VS
8624 echo "$as_me:$LINENO: result: yes" >&5
8625echo "${ECHO_T}yes" >&6
10f2d63a 8626 else
e6cc62c6
VS
8627 echo "$as_me:$LINENO: result: no" >&5
8628echo "${ECHO_T}no" >&6
10f2d63a 8629 fi
e6cc62c6 8630
10f2d63a 8631
5005acfe 8632 enablestring=
e6cc62c6
VS
8633 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
8634echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6
10f2d63a
VZ
8635 no_cache=0
8636 # Check whether --enable-progressdlg or --disable-progressdlg was given.
8637if test "${enable_progressdlg+set}" = set; then
8638 enableval="$enable_progressdlg"
e6cc62c6 8639
10f2d63a
VZ
8640 if test "$enableval" = yes; then
8641 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
8642 else
8643 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
8644 fi
e6cc62c6 8645
10f2d63a 8646else
e6cc62c6 8647
10f2d63a
VZ
8648 LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}`
8649 if test "x$LINE" != x ; then
8650 eval "DEFAULT_$LINE"
8651 else
8652 no_cache=1
8653 fi
8654
8655 ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG
10f2d63a 8656
e6cc62c6 8657fi;
10f2d63a
VZ
8658
8659 eval "$ac_cv_use_progressdlg"
8660 if test "$no_cache" != 1; then
8661 echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp
8662 fi
8663
8664 if test "$wxUSE_PROGRESSDLG" = yes; then
e6cc62c6
VS
8665 echo "$as_me:$LINENO: result: yes" >&5
8666echo "${ECHO_T}yes" >&6
10f2d63a 8667 else
e6cc62c6
VS
8668 echo "$as_me:$LINENO: result: no" >&5
8669echo "${ECHO_T}no" >&6
10f2d63a 8670 fi
e6cc62c6 8671
10f2d63a 8672
5005acfe 8673 enablestring=
e6cc62c6
VS
8674 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
8675echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6
b1f5d087
VZ
8676 no_cache=0
8677 # Check whether --enable-wizarddlg or --disable-wizarddlg was given.
8678if test "${enable_wizarddlg+set}" = set; then
8679 enableval="$enable_wizarddlg"
e6cc62c6 8680
b1f5d087
VZ
8681 if test "$enableval" = yes; then
8682 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
8683 else
8684 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
8685 fi
e6cc62c6 8686
b1f5d087 8687else
e6cc62c6 8688
b1f5d087
VZ
8689 LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}`
8690 if test "x$LINE" != x ; then
8691 eval "DEFAULT_$LINE"
8692 else
8693 no_cache=1
8694 fi
8695
8696 ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG
b1f5d087 8697
e6cc62c6 8698fi;
b1f5d087
VZ
8699
8700 eval "$ac_cv_use_wizarddlg"
8701 if test "$no_cache" != 1; then
8702 echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp
8703 fi
8704
8705 if test "$wxUSE_WIZARDDLG" = yes; then
e6cc62c6
VS
8706 echo "$as_me:$LINENO: result: yes" >&5
8707echo "${ECHO_T}yes" >&6
b1f5d087 8708 else
e6cc62c6
VS
8709 echo "$as_me:$LINENO: result: no" >&5
8710echo "${ECHO_T}no" >&6
b1f5d087 8711 fi
e6cc62c6 8712
8284b0c5
MB
8713
8714
52127426 8715
5005acfe 8716 enablestring=
e6cc62c6
VS
8717 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
8718echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6
1e6feb95
VZ
8719 no_cache=0
8720 # Check whether --enable-menus or --disable-menus was given.
8721if test "${enable_menus+set}" = set; then
8722 enableval="$enable_menus"
e6cc62c6 8723
1e6feb95
VZ
8724 if test "$enableval" = yes; then
8725 ac_cv_use_menus='wxUSE_MENUS=yes'
8726 else
8727 ac_cv_use_menus='wxUSE_MENUS=no'
8728 fi
e6cc62c6 8729
1e6feb95 8730else
e6cc62c6 8731
1e6feb95
VZ
8732 LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}`
8733 if test "x$LINE" != x ; then
8734 eval "DEFAULT_$LINE"
8735 else
8736 no_cache=1
8737 fi
8738
8739 ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS
1e6feb95 8740
e6cc62c6 8741fi;
1e6feb95
VZ
8742
8743 eval "$ac_cv_use_menus"
8744 if test "$no_cache" != 1; then
8745 echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp
8746 fi
8747
8748 if test "$wxUSE_MENUS" = yes; then
e6cc62c6
VS
8749 echo "$as_me:$LINENO: result: yes" >&5
8750echo "${ECHO_T}yes" >&6
1e6feb95 8751 else
e6cc62c6
VS
8752 echo "$as_me:$LINENO: result: no" >&5
8753echo "${ECHO_T}no" >&6
1e6feb95 8754 fi
e6cc62c6 8755
1e6feb95 8756
5005acfe 8757 enablestring=
e6cc62c6
VS
8758 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
8759echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6
10f2d63a
VZ
8760 no_cache=0
8761 # Check whether --enable-miniframe or --disable-miniframe was given.
8762if test "${enable_miniframe+set}" = set; then
8763 enableval="$enable_miniframe"
e6cc62c6 8764
10f2d63a
VZ
8765 if test "$enableval" = yes; then
8766 ac_cv_use_miniframe='wxUSE_MINIFRAME=yes'
8767 else
8768 ac_cv_use_miniframe='wxUSE_MINIFRAME=no'
8769 fi
e6cc62c6 8770
10f2d63a 8771else
e6cc62c6 8772
10f2d63a
VZ
8773 LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}`
8774 if test "x$LINE" != x ; then
8775 eval "DEFAULT_$LINE"
8776 else
8777 no_cache=1
8778 fi
8779
8780 ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME
10f2d63a 8781
e6cc62c6 8782fi;
10f2d63a
VZ
8783
8784 eval "$ac_cv_use_miniframe"
8785 if test "$no_cache" != 1; then
8786 echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp
8787 fi
8788
8789 if test "$wxUSE_MINIFRAME" = yes; then
e6cc62c6
VS
8790 echo "$as_me:$LINENO: result: yes" >&5
8791echo "${ECHO_T}yes" >&6
10f2d63a 8792 else
e6cc62c6
VS
8793 echo "$as_me:$LINENO: result: no" >&5
8794echo "${ECHO_T}no" >&6
10f2d63a 8795 fi
e6cc62c6 8796
10f2d63a 8797
5005acfe 8798 enablestring=
e6cc62c6
VS
8799 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
8800echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6
10f2d63a
VZ
8801 no_cache=0
8802 # Check whether --enable-tooltips or --disable-tooltips was given.
8803if test "${enable_tooltips+set}" = set; then
8804 enableval="$enable_tooltips"
e6cc62c6 8805
10f2d63a
VZ
8806 if test "$enableval" = yes; then
8807 ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
8808 else
8809 ac_cv_use_tooltips='wxUSE_TOOLTIPS=no'
8810 fi
e6cc62c6 8811
10f2d63a 8812else
e6cc62c6 8813
10f2d63a
VZ
8814 LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}`
8815 if test "x$LINE" != x ; then
8816 eval "DEFAULT_$LINE"
8817 else
8818 no_cache=1
8819 fi
8820
8821 ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS
10f2d63a 8822
e6cc62c6 8823fi;
10f2d63a
VZ
8824
8825 eval "$ac_cv_use_tooltips"
8826 if test "$no_cache" != 1; then
8827 echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp
8828 fi
8829
8830 if test "$wxUSE_TOOLTIPS" = yes; then
e6cc62c6
VS
8831 echo "$as_me:$LINENO: result: yes" >&5
8832echo "${ECHO_T}yes" >&6
10f2d63a 8833 else
e6cc62c6
VS
8834 echo "$as_me:$LINENO: result: no" >&5
8835echo "${ECHO_T}no" >&6
10f2d63a 8836 fi
e6cc62c6 8837
10f2d63a 8838
5005acfe 8839 enablestring=
e6cc62c6
VS
8840 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
8841echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6
10f2d63a
VZ
8842 no_cache=0
8843 # Check whether --enable-splines or --disable-splines was given.
8844if test "${enable_splines+set}" = set; then
8845 enableval="$enable_splines"
e6cc62c6 8846
10f2d63a
VZ
8847 if test "$enableval" = yes; then
8848 ac_cv_use_splines='wxUSE_SPLINES=yes'
8849 else
8850 ac_cv_use_splines='wxUSE_SPLINES=no'
8851 fi
e6cc62c6 8852
10f2d63a 8853else
e6cc62c6 8854
10f2d63a
VZ
8855 LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}`
8856 if test "x$LINE" != x ; then
8857 eval "DEFAULT_$LINE"
8858 else
8859 no_cache=1
8860 fi
8861
8862 ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES
10f2d63a 8863
e6cc62c6 8864fi;
10f2d63a
VZ
8865
8866 eval "$ac_cv_use_splines"
8867 if test "$no_cache" != 1; then
8868 echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp
8869 fi
8870
8871 if test "$wxUSE_SPLINES" = yes; then
e6cc62c6
VS
8872 echo "$as_me:$LINENO: result: yes" >&5
8873echo "${ECHO_T}yes" >&6
10f2d63a 8874 else
e6cc62c6
VS
8875 echo "$as_me:$LINENO: result: no" >&5
8876echo "${ECHO_T}no" >&6
10f2d63a 8877 fi
e6cc62c6 8878
10f2d63a 8879
5005acfe 8880 enablestring=
e6cc62c6
VS
8881 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
8882echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6
10f2d63a
VZ
8883 no_cache=0
8884 # Check whether --enable-validators or --disable-validators was given.
8885if test "${enable_validators+set}" = set; then
8886 enableval="$enable_validators"
e6cc62c6 8887
10f2d63a
VZ
8888 if test "$enableval" = yes; then
8889 ac_cv_use_validators='wxUSE_VALIDATORS=yes'
8890 else
8891 ac_cv_use_validators='wxUSE_VALIDATORS=no'
8892 fi
e6cc62c6 8893
10f2d63a 8894else
e6cc62c6 8895
10f2d63a
VZ
8896 LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}`
8897 if test "x$LINE" != x ; then
8898 eval "DEFAULT_$LINE"
8899 else
8900 no_cache=1
8901 fi
8902
8903 ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS
10f2d63a 8904
e6cc62c6 8905fi;
10f2d63a
VZ
8906
8907 eval "$ac_cv_use_validators"
8908 if test "$no_cache" != 1; then
8909 echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp
8910 fi
8911
8912 if test "$wxUSE_VALIDATORS" = yes; then
e6cc62c6
VS
8913 echo "$as_me:$LINENO: result: yes" >&5
8914echo "${ECHO_T}yes" >&6
10f2d63a 8915 else
e6cc62c6
VS
8916 echo "$as_me:$LINENO: result: no" >&5
8917echo "${ECHO_T}no" >&6
10f2d63a 8918 fi
e6cc62c6 8919
10f2d63a 8920
5005acfe 8921 enablestring=
e6cc62c6
VS
8922 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
8923echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6
10f2d63a
VZ
8924 no_cache=0
8925 # Check whether --enable-busyinfo or --disable-busyinfo was given.
8926if test "${enable_busyinfo+set}" = set; then
8927 enableval="$enable_busyinfo"
e6cc62c6 8928
10f2d63a
VZ
8929 if test "$enableval" = yes; then
8930 ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
8931 else
8932 ac_cv_use_busyinfo='wxUSE_BUSYINFO=no'
8933 fi
e6cc62c6 8934
10f2d63a 8935else
e6cc62c6 8936
10f2d63a
VZ
8937 LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}`
8938 if test "x$LINE" != x ; then
8939 eval "DEFAULT_$LINE"
8940 else
8941 no_cache=1
8942 fi
8943
8944 ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO
10f2d63a 8945
e6cc62c6 8946fi;
10f2d63a
VZ
8947
8948 eval "$ac_cv_use_busyinfo"
8949 if test "$no_cache" != 1; then
8950 echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp
8951 fi
8952
8953 if test "$wxUSE_BUSYINFO" = yes; then
e6cc62c6
VS
8954 echo "$as_me:$LINENO: result: yes" >&5
8955echo "${ECHO_T}yes" >&6
10f2d63a 8956 else
e6cc62c6
VS
8957 echo "$as_me:$LINENO: result: no" >&5
8958echo "${ECHO_T}no" >&6
10f2d63a 8959 fi
e6cc62c6 8960
10f2d63a 8961
5005acfe 8962 enablestring=
e6cc62c6
VS
8963 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
8964echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6
f6bcfd97
BP
8965 no_cache=0
8966 # Check whether --enable-joystick or --disable-joystick was given.
8967if test "${enable_joystick+set}" = set; then
8968 enableval="$enable_joystick"
e6cc62c6 8969
f6bcfd97
BP
8970 if test "$enableval" = yes; then
8971 ac_cv_use_joystick='wxUSE_JOYSTICK=yes'
8972 else
8973 ac_cv_use_joystick='wxUSE_JOYSTICK=no'
8974 fi
e6cc62c6 8975
f6bcfd97 8976else
e6cc62c6 8977
f6bcfd97
BP
8978 LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}`
8979 if test "x$LINE" != x ; then
8980 eval "DEFAULT_$LINE"
8981 else
8982 no_cache=1
8983 fi
8984
8985 ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK
f6bcfd97 8986
e6cc62c6 8987fi;
f6bcfd97
BP
8988
8989 eval "$ac_cv_use_joystick"
8990 if test "$no_cache" != 1; then
8991 echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp
8992 fi
8993
8994 if test "$wxUSE_JOYSTICK" = yes; then
e6cc62c6
VS
8995 echo "$as_me:$LINENO: result: yes" >&5
8996echo "${ECHO_T}yes" >&6
f6bcfd97 8997 else
e6cc62c6
VS
8998 echo "$as_me:$LINENO: result: no" >&5
8999echo "${ECHO_T}no" >&6
f6bcfd97 9000 fi
e6cc62c6 9001
698dcdb6 9002
5005acfe 9003 enablestring=
e6cc62c6
VS
9004 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
9005echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6
1e6feb95
VZ
9006 no_cache=0
9007 # Check whether --enable-metafile or --disable-metafile was given.
9008if test "${enable_metafile+set}" = set; then
9009 enableval="$enable_metafile"
e6cc62c6 9010
1e6feb95
VZ
9011 if test "$enableval" = yes; then
9012 ac_cv_use_metafile='wxUSE_METAFILE=yes'
9013 else
9014 ac_cv_use_metafile='wxUSE_METAFILE=no'
9015 fi
e6cc62c6 9016
1e6feb95 9017else
e6cc62c6 9018
1e6feb95
VZ
9019 LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}`
9020 if test "x$LINE" != x ; then
9021 eval "DEFAULT_$LINE"
9022 else
9023 no_cache=1
9024 fi
9025
9026 ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE
1e6feb95 9027
e6cc62c6 9028fi;
1e6feb95
VZ
9029
9030 eval "$ac_cv_use_metafile"
9031 if test "$no_cache" != 1; then
9032 echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp
9033 fi
9034
9035 if test "$wxUSE_METAFILE" = yes; then
e6cc62c6
VS
9036 echo "$as_me:$LINENO: result: yes" >&5
9037echo "${ECHO_T}yes" >&6
1e6feb95 9038 else
e6cc62c6
VS
9039 echo "$as_me:$LINENO: result: no" >&5
9040echo "${ECHO_T}no" >&6
1e6feb95 9041 fi
e6cc62c6 9042
1e6feb95 9043
5005acfe 9044 enablestring=
e6cc62c6
VS
9045 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
9046echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6
24fd6d87
VZ
9047 no_cache=0
9048 # Check whether --enable-dragimage or --disable-dragimage was given.
9049if test "${enable_dragimage+set}" = set; then
9050 enableval="$enable_dragimage"
e6cc62c6 9051
24fd6d87
VZ
9052 if test "$enableval" = yes; then
9053 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
9054 else
9055 ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
9056 fi
e6cc62c6 9057
24fd6d87 9058else
e6cc62c6 9059
24fd6d87
VZ
9060 LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}`
9061 if test "x$LINE" != x ; then
9062 eval "DEFAULT_$LINE"
9063 else
9064 no_cache=1
9065 fi
9066
9067 ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE
24fd6d87 9068
e6cc62c6 9069fi;
24fd6d87
VZ
9070
9071 eval "$ac_cv_use_dragimage"
9072 if test "$no_cache" != 1; then
9073 echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp
9074 fi
9075
9076 if test "$wxUSE_DRAGIMAGE" = yes; then
e6cc62c6
VS
9077 echo "$as_me:$LINENO: result: yes" >&5
9078echo "${ECHO_T}yes" >&6
24fd6d87 9079 else
e6cc62c6
VS
9080 echo "$as_me:$LINENO: result: no" >&5
9081echo "${ECHO_T}no" >&6
24fd6d87 9082 fi
e6cc62c6 9083
52127426 9084
7bb2947d 9085 enablestring=
e6cc62c6
VS
9086 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
9087echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6
7bb2947d
MB
9088 no_cache=0
9089 # Check whether --enable-accessibility or --disable-accessibility was given.
9090if test "${enable_accessibility+set}" = set; then
9091 enableval="$enable_accessibility"
e6cc62c6 9092
7bb2947d
MB
9093 if test "$enableval" = yes; then
9094 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
9095 else
9096 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
9097 fi
e6cc62c6 9098
7bb2947d 9099else
e6cc62c6 9100
7bb2947d
MB
9101 LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}`
9102 if test "x$LINE" != x ; then
9103 eval "DEFAULT_$LINE"
9104 else
9105 no_cache=1
9106 fi
9107
9108 ac_cv_use_accessibility='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY
7bb2947d 9109
e6cc62c6 9110fi;
7bb2947d
MB
9111
9112 eval "$ac_cv_use_accessibility"
9113 if test "$no_cache" != 1; then
9114 echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp
9115 fi
9116
9117 if test "$wxUSE_ACCESSIBILITY" = yes; then
e6cc62c6
VS
9118 echo "$as_me:$LINENO: result: yes" >&5
9119echo "${ECHO_T}yes" >&6
7bb2947d 9120 else
e6cc62c6
VS
9121 echo "$as_me:$LINENO: result: no" >&5
9122echo "${ECHO_T}no" >&6
7bb2947d 9123 fi
e6cc62c6 9124
7bb2947d 9125
8284b0c5
MB
9126
9127
5005acfe 9128 enablestring=
e6cc62c6
VS
9129 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
9130echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6
edae8572
VZ
9131 no_cache=0
9132 # Check whether --enable-palette or --disable-palette was given.
9133if test "${enable_palette+set}" = set; then
9134 enableval="$enable_palette"
e6cc62c6 9135
edae8572
VZ
9136 if test "$enableval" = yes; then
9137 ac_cv_use_palette='wxUSE_PALETTE=yes'
9138 else
9139 ac_cv_use_palette='wxUSE_PALETTE=no'
9140 fi
e6cc62c6 9141
edae8572 9142else
e6cc62c6 9143
edae8572
VZ
9144 LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}`
9145 if test "x$LINE" != x ; then
9146 eval "DEFAULT_$LINE"
9147 else
9148 no_cache=1
9149 fi
9150
9151 ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE
edae8572 9152
e6cc62c6 9153fi;
edae8572
VZ
9154
9155 eval "$ac_cv_use_palette"
9156 if test "$no_cache" != 1; then
9157 echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp
9158 fi
9159
9160 if test "$wxUSE_PALETTE" = yes; then
e6cc62c6
VS
9161 echo "$as_me:$LINENO: result: yes" >&5
9162echo "${ECHO_T}yes" >&6
edae8572 9163 else
e6cc62c6
VS
9164 echo "$as_me:$LINENO: result: no" >&5
9165echo "${ECHO_T}no" >&6
edae8572 9166 fi
e6cc62c6 9167
edae8572 9168
5005acfe 9169 enablestring=
e6cc62c6
VS
9170 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
9171echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6
0046ff7c
VS
9172 no_cache=0
9173 # Check whether --enable-image or --disable-image was given.
9174if test "${enable_image+set}" = set; then
9175 enableval="$enable_image"
e6cc62c6 9176
0046ff7c
VS
9177 if test "$enableval" = yes; then
9178 ac_cv_use_image='wxUSE_IMAGE=yes'
9179 else
9180 ac_cv_use_image='wxUSE_IMAGE=no'
9181 fi
e6cc62c6 9182
0046ff7c 9183else
e6cc62c6 9184
0046ff7c
VS
9185 LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}`
9186 if test "x$LINE" != x ; then
9187 eval "DEFAULT_$LINE"
9188 else
9189 no_cache=1
9190 fi
9191
9192 ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE
0046ff7c 9193
e6cc62c6 9194fi;
0046ff7c
VS
9195
9196 eval "$ac_cv_use_image"
9197 if test "$no_cache" != 1; then
9198 echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp
9199 fi
9200
9201 if test "$wxUSE_IMAGE" = yes; then
e6cc62c6
VS
9202 echo "$as_me:$LINENO: result: yes" >&5
9203echo "${ECHO_T}yes" >&6
0046ff7c 9204 else
e6cc62c6
VS
9205 echo "$as_me:$LINENO: result: no" >&5
9206echo "${ECHO_T}no" >&6
0046ff7c 9207 fi
e6cc62c6 9208
0046ff7c 9209
5005acfe 9210 enablestring=
e6cc62c6
VS
9211 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
9212echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6
10f2d63a
VZ
9213 no_cache=0
9214 # Check whether --enable-gif or --disable-gif was given.
9215if test "${enable_gif+set}" = set; then
9216 enableval="$enable_gif"
e6cc62c6 9217
10f2d63a
VZ
9218 if test "$enableval" = yes; then
9219 ac_cv_use_gif='wxUSE_GIF=yes'
9220 else
9221 ac_cv_use_gif='wxUSE_GIF=no'
9222 fi
e6cc62c6 9223
10f2d63a 9224else
e6cc62c6 9225
10f2d63a
VZ
9226 LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}`
9227 if test "x$LINE" != x ; then
9228 eval "DEFAULT_$LINE"
9229 else
9230 no_cache=1
9231 fi
9232
9233 ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF
10f2d63a 9234
e6cc62c6 9235fi;
10f2d63a
VZ
9236
9237 eval "$ac_cv_use_gif"
9238 if test "$no_cache" != 1; then
9239 echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp
9240 fi
9241
9242 if test "$wxUSE_GIF" = yes; then
e6cc62c6
VS
9243 echo "$as_me:$LINENO: result: yes" >&5
9244echo "${ECHO_T}yes" >&6
10f2d63a 9245 else
e6cc62c6
VS
9246 echo "$as_me:$LINENO: result: no" >&5
9247echo "${ECHO_T}no" >&6
10f2d63a 9248 fi
e6cc62c6 9249
10f2d63a 9250
5005acfe 9251 enablestring=
e6cc62c6
VS
9252 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
9253echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6
10f2d63a
VZ
9254 no_cache=0
9255 # Check whether --enable-pcx or --disable-pcx was given.
9256if test "${enable_pcx+set}" = set; then
9257 enableval="$enable_pcx"
e6cc62c6 9258
10f2d63a
VZ
9259 if test "$enableval" = yes; then
9260 ac_cv_use_pcx='wxUSE_PCX=yes'
9261 else
9262 ac_cv_use_pcx='wxUSE_PCX=no'
9263 fi
e6cc62c6 9264
10f2d63a 9265else
e6cc62c6 9266
10f2d63a
VZ
9267 LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}`
9268 if test "x$LINE" != x ; then
9269 eval "DEFAULT_$LINE"
9270 else
9271 no_cache=1
9272 fi
9273
9274 ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX
10f2d63a 9275
e6cc62c6 9276fi;
10f2d63a
VZ
9277
9278 eval "$ac_cv_use_pcx"
9279 if test "$no_cache" != 1; then
9280 echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp
9281 fi
9282
9283 if test "$wxUSE_PCX" = yes; then
e6cc62c6
VS
9284 echo "$as_me:$LINENO: result: yes" >&5
9285echo "${ECHO_T}yes" >&6
10f2d63a 9286 else
e6cc62c6
VS
9287 echo "$as_me:$LINENO: result: no" >&5
9288echo "${ECHO_T}no" >&6
10f2d63a 9289 fi
e6cc62c6 9290
10f2d63a 9291
5005acfe 9292 enablestring=
e6cc62c6
VS
9293 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
9294echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6
4b6b4dfc
RR
9295 no_cache=0
9296 # Check whether --enable-iff or --disable-iff was given.
9297if test "${enable_iff+set}" = set; then
9298 enableval="$enable_iff"
e6cc62c6 9299
4b6b4dfc
RR
9300 if test "$enableval" = yes; then
9301 ac_cv_use_iff='wxUSE_IFF=yes'
9302 else
9303 ac_cv_use_iff='wxUSE_IFF=no'
9304 fi
e6cc62c6 9305
4b6b4dfc 9306else
e6cc62c6 9307
4b6b4dfc
RR
9308 LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}`
9309 if test "x$LINE" != x ; then
9310 eval "DEFAULT_$LINE"
9311 else
9312 no_cache=1
9313 fi
9314
9315 ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF
4b6b4dfc 9316
e6cc62c6 9317fi;
4b6b4dfc
RR
9318
9319 eval "$ac_cv_use_iff"
9320 if test "$no_cache" != 1; then
9321 echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp
9322 fi
9323
9324 if test "$wxUSE_IFF" = yes; then
e6cc62c6
VS
9325 echo "$as_me:$LINENO: result: yes" >&5
9326echo "${ECHO_T}yes" >&6
4b6b4dfc 9327 else
e6cc62c6
VS
9328 echo "$as_me:$LINENO: result: no" >&5
9329echo "${ECHO_T}no" >&6
4b6b4dfc 9330 fi
e6cc62c6 9331
4b6b4dfc 9332
5005acfe 9333 enablestring=
e6cc62c6
VS
9334 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
9335echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6
10f2d63a
VZ
9336 no_cache=0
9337 # Check whether --enable-pnm or --disable-pnm was given.
9338if test "${enable_pnm+set}" = set; then
9339 enableval="$enable_pnm"
e6cc62c6 9340
10f2d63a
VZ
9341 if test "$enableval" = yes; then
9342 ac_cv_use_pnm='wxUSE_PNM=yes'
9343 else
9344 ac_cv_use_pnm='wxUSE_PNM=no'
9345 fi
e6cc62c6 9346
10f2d63a 9347else
e6cc62c6 9348
10f2d63a
VZ
9349 LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}`
9350 if test "x$LINE" != x ; then
9351 eval "DEFAULT_$LINE"
9352 else
9353 no_cache=1
9354 fi
9355
9356 ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM
10f2d63a 9357
e6cc62c6 9358fi;
10f2d63a
VZ
9359
9360 eval "$ac_cv_use_pnm"
9361 if test "$no_cache" != 1; then
9362 echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp
9363 fi
9364
9365 if test "$wxUSE_PNM" = yes; then
e6cc62c6
VS
9366 echo "$as_me:$LINENO: result: yes" >&5
9367echo "${ECHO_T}yes" >&6
10f2d63a 9368 else
e6cc62c6
VS
9369 echo "$as_me:$LINENO: result: no" >&5
9370echo "${ECHO_T}no" >&6
10f2d63a 9371 fi
e6cc62c6 9372
10f2d63a 9373
5005acfe 9374 enablestring=
e6cc62c6
VS
9375 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
9376echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6
0046ff7c 9377 no_cache=0
69d27ff7
MB
9378 # Check whether --enable-xpm or --disable-xpm was given.
9379if test "${enable_xpm+set}" = set; then
9380 enableval="$enable_xpm"
e6cc62c6 9381
0046ff7c 9382 if test "$enableval" = yes; then
69d27ff7 9383 ac_cv_use_xpm='wxUSE_XPM=yes'
0046ff7c 9384 else
69d27ff7 9385 ac_cv_use_xpm='wxUSE_XPM=no'
0046ff7c 9386 fi
e6cc62c6 9387
0046ff7c 9388else
e6cc62c6 9389
0046ff7c
VS
9390 LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}`
9391 if test "x$LINE" != x ; then
9392 eval "DEFAULT_$LINE"
9393 else
9394 no_cache=1
9395 fi
9396
69d27ff7 9397 ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM
0046ff7c 9398
e6cc62c6 9399fi;
0046ff7c 9400
69d27ff7 9401 eval "$ac_cv_use_xpm"
0046ff7c 9402 if test "$no_cache" != 1; then
69d27ff7 9403 echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp
0046ff7c
VS
9404 fi
9405
9406 if test "$wxUSE_XPM" = yes; then
e6cc62c6
VS
9407 echo "$as_me:$LINENO: result: yes" >&5
9408echo "${ECHO_T}yes" >&6
0046ff7c 9409 else
e6cc62c6
VS
9410 echo "$as_me:$LINENO: result: no" >&5
9411echo "${ECHO_T}no" >&6
0046ff7c 9412 fi
e6cc62c6 9413
0046ff7c 9414
5005acfe 9415 enablestring=
e6cc62c6
VS
9416 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
9417echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6
658974ae 9418 no_cache=0
c7206e64
VS
9419 # Check whether --enable-ico_cur or --disable-ico_cur was given.
9420if test "${enable_ico_cur+set}" = set; then
9421 enableval="$enable_ico_cur"
e6cc62c6 9422
658974ae 9423 if test "$enableval" = yes; then
c7206e64 9424 ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
658974ae 9425 else
c7206e64 9426 ac_cv_use_ico_cur='wxUSE_ICO_CUR=no'
658974ae 9427 fi
e6cc62c6 9428
658974ae 9429else
e6cc62c6 9430
658974ae
VS
9431 LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}`
9432 if test "x$LINE" != x ; then
9433 eval "DEFAULT_$LINE"
9434 else
9435 no_cache=1
9436 fi
9437
c7206e64 9438 ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR
658974ae 9439
e6cc62c6 9440fi;
658974ae 9441
c7206e64 9442 eval "$ac_cv_use_ico_cur"
658974ae 9443 if test "$no_cache" != 1; then
c7206e64 9444 echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp
658974ae
VS
9445 fi
9446
9447 if test "$wxUSE_ICO_CUR" = yes; then
e6cc62c6
VS
9448 echo "$as_me:$LINENO: result: yes" >&5
9449echo "${ECHO_T}yes" >&6
658974ae 9450 else
e6cc62c6
VS
9451 echo "$as_me:$LINENO: result: no" >&5
9452echo "${ECHO_T}no" >&6
658974ae 9453 fi
e6cc62c6 9454
658974ae 9455
b12915c1
VZ
9456fi
9457
029b47ad
VS
9458
9459
9460 enablestring=
9461 echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
9462echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6
9463 no_cache=0
9464 # Check whether --enable-official_build or --disable-official_build was given.
9465if test "${enable_official_build+set}" = set; then
9466 enableval="$enable_official_build"
9467
9468 if test "$enableval" = yes; then
9469 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
9470 else
9471 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
9472 fi
9473
9474else
9475
9476 LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}`
9477 if test "x$LINE" != x ; then
9478 eval "DEFAULT_$LINE"
9479 else
9480 no_cache=1
9481 fi
9482
9483 ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD
9484
9485fi;
9486
9487 eval "$ac_cv_use_official_build"
9488 if test "$no_cache" != 1; then
9489 echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp
9490 fi
9491
9492 if test "$wxUSE_OFFICIAL_BUILD" = yes; then
9493 echo "$as_me:$LINENO: result: yes" >&5
9494echo "${ECHO_T}yes" >&6
9495 else
9496 echo "$as_me:$LINENO: result: no" >&5
9497echo "${ECHO_T}no" >&6
9498 fi
9499
9500# Check whether --enable-vendor or --disable-vendor was given.
9501if test "${enable_vendor+set}" = set; then
9502 enableval="$enable_vendor"
9503 VENDOR="$enableval"
9504fi;
9505if test "x$VENDOR" = "x"; then
9506 VENDOR="custom"
9507fi
9508
d558c907
VS
9509case "${host}" in
9510 *-pc-os2_emx | *-pc-os2-emx )
6969f178
MB
9511 PATH_IFS=';'
9512 LEX_STEM="lexyy"
d558c907
VS
9513 ;;
9514 *)
9515 PATH_IFS=':'
9516 LEX_STEM="lex.yy"
9517 ;;
9518esac
9519
8284b0c5
MB
9520
9521
10f2d63a
VZ
9522 echo "saving argument cache $wx_arg_cache_file"
9523 mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file}
52127426 9524
8284b0c5 9525
e6cc62c6
VS
9526
9527echo "$as_me:$LINENO: checking for toolkit" >&5
9528echo $ECHO_N "checking for toolkit... $ECHO_C" >&6
89e6bf6d
VZ
9529
9530# In Wine, we need to default to MSW, not GTK or MOTIF
9531if test "$wxUSE_WINE" = "yes"; then
9532 DEFAULT_DEFAULT_wxUSE_GTK=0
9533 DEFAULT_DEFAULT_wxUSE_MOTIF=0
9534 DEFAULT_DEFAULT_wxUSE_MSW=1
9535fi
10f2d63a
VZ
9536
9537if test "$wxUSE_GUI" = "yes"; then
9538
3a922bb4 9539 if test "$USE_BEOS" = 1; then
e6cc62c6
VS
9540 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
9541echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
9542 { (exit 1); exit 1; }; }
3a922bb4 9543 fi
b12915c1 9544
3a922bb4
RL
9545 if test "$TOOLKIT_GIVEN" = 1; then
9546 for toolkit in `echo $ALL_TOOLKITS`; do
9547 var=wxUSE_$toolkit
9548 eval "value=\$${var}"
9549 eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`"
9550 done
10f2d63a 9551 else
3a922bb4
RL
9552 for toolkit in `echo $ALL_TOOLKITS`; do
9553 if test "$has_toolkit_in_cache" != 1; then
9554 var=DEFAULT_DEFAULT_wxUSE_$toolkit
9555 else
9556 var=DEFAULT_wxUSE_$toolkit
9557 fi
9558 eval "wxUSE_$toolkit=\$${var}"
9559 done
10f2d63a 9560 fi
10f2d63a 9561
ac0c4cc3
DE
9562 NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \
9563 + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \
9564 + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
10f2d63a 9565
d558c907 9566 case "${host}" in
6fa882bd 9567 *-pc-os2_emx | *-pc-os2-emx )
3a922bb4 9568 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
3a922bb4 9569 esac
10f2d63a 9570
3a922bb4
RL
9571 case "$NUM_TOOLKITS" in
9572 1)
9573 ;;
9574 0)
e6cc62c6
VS
9575 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
9576echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
9577 { (exit 1); exit 1; }; }
3a922bb4
RL
9578 ;;
9579 *)
e6cc62c6
VS
9580 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5
9581echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;}
9582 { (exit 1); exit 1; }; }
3a922bb4 9583 esac
10f2d63a 9584
3a922bb4
RL
9585 for toolkit in `echo $ALL_TOOLKITS`; do
9586 var=wxUSE_$toolkit
9587 eval "value=\$${var}"
9588 if test "x$value" != x; then
9589 cache_var=CACHE_$toolkit
9590 eval "cache=\$${cache_var}"
9591 if test "$cache" = 1; then
9592 echo "$var=$value" >> ${wx_arg_cache_file}
9593 fi
9594 if test "$value" = 1; then
9595 toolkit_echo=`echo $toolkit | tr [A-Z] [a-z]`
e6cc62c6
VS
9596 echo "$as_me:$LINENO: result: $toolkit_echo" >&5
9597echo "${ECHO_T}$toolkit_echo" >&6
3a922bb4
RL
9598 fi
9599 fi
9600 done
10f2d63a 9601else
9de9b8f0
VZ
9602 if test "x$host_alias" != "x"; then
9603 echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
e6cc62c6 9604echo "${ECHO_T}base ($host_alias hosted) only" >&6
9de9b8f0
VZ
9605 else
9606 echo "$as_me:$LINENO: result: base only" >&5
9607echo "${ECHO_T}base only" >&6
9608 fi
10f2d63a
VZ
9609fi
9610
43d99b6d
VS
9611wants_win32=0
9612doesnt_want_win32=0
17234b26
MB
9613case "${host}" in
9614 *-*-cygwin*)
9615 if test "$wxUSE_MSW" = 1 ; then
43d99b6d
VS
9616 wants_win32=1
9617 else
9618 doesnt_want_win32=1
17234b26
MB
9619 fi
9620 ;;
9621 *-*-mingw*)
43d99b6d 9622 wants_win32=1
17234b26
MB
9623 ;;
9624esac
9625
89e6bf6d
VZ
9626if test "$wxUSE_WINE" = "yes"; then
9627 wants_win32=1
9628 CC=winegcc
9629 CXX=wineg++
9630 RESCOMP=wrc
9631fi
9632
43d99b6d 9633if test "$wants_win32" = 1 ; then
17234b26
MB
9634 USE_UNIX=0
9635 USE_WIN32=1
e6cc62c6 9636 cat >>confdefs.h <<\_ACEOF
17234b26 9637#define __WIN32__ 1
e6cc62c6 9638_ACEOF
17234b26 9639
e6cc62c6 9640 cat >>confdefs.h <<\_ACEOF
17234b26 9641#define __WIN95__ 1
e6cc62c6 9642_ACEOF
17234b26 9643
e6cc62c6 9644 cat >>confdefs.h <<\_ACEOF
17234b26 9645#define __WINDOWS__ 1
e6cc62c6 9646_ACEOF
17234b26 9647
e6cc62c6 9648 cat >>confdefs.h <<\_ACEOF
17234b26 9649#define __GNUWIN32__ 1
e6cc62c6 9650_ACEOF
17234b26 9651
e6cc62c6 9652 cat >>confdefs.h <<\_ACEOF
17234b26 9653#define STRICT 1
e6cc62c6 9654_ACEOF
17234b26 9655
e6cc62c6 9656 cat >>confdefs.h <<\_ACEOF
17234b26 9657#define WINVER 0x0400
e6cc62c6 9658_ACEOF
17234b26 9659
43d99b6d
VS
9660fi
9661if test "$doesnt_want_win32" = 1 ; then
17234b26
MB
9662 USE_UNIX=1
9663 USE_WIN32=0
9664fi
9665
9666if test "$USE_UNIX" = 1 ; then
9667 wxUSE_UNIX=yes
e6cc62c6 9668 cat >>confdefs.h <<\_ACEOF
17234b26 9669#define __UNIX__ 1
e6cc62c6 9670_ACEOF
17234b26
MB
9671
9672fi
9673
8284b0c5 9674
e6cc62c6 9675cat >confcache <<\_ACEOF
10f2d63a
VZ
9676# This file is a shell script that caches the results of configure
9677# tests run on this system so they can be shared between configure
e6cc62c6
VS
9678# scripts and configure runs, see configure's option --config-cache.
9679# It is not useful on other systems. If it contains results you don't
9680# want to keep, you may remove or edit it.
10f2d63a 9681#
e6cc62c6
VS
9682# config.status only pays attention to the cache file if you give it
9683# the --recheck option to rerun configure.
10f2d63a 9684#
e6cc62c6
VS
9685# `ac_cv_env_foo' variables (set or unset) will be overridden when
9686# loading this file, other *unset* `ac_cv_foo' will be assigned the
9687# following values.
9688
9689_ACEOF
9690
10f2d63a
VZ
9691# The following way of writing the cache mishandles newlines in values,
9692# but we know of no workaround that is simple, portable, and efficient.
9693# So, don't put newlines in cache variables' values.
9694# Ultrix sh set writes to stderr and can't be redirected directly,
9695# and sets the high bit in the cache file unless we assign to the vars.
e6cc62c6
VS
9696{
9697 (set) 2>&1 |
9698 case `(ac_space=' '; set | grep ac_space) 2>&1` in
9699 *ac_space=\ *)
9700 # `set' does not quote correctly, so add quotes (double-quote
9701 # substitution turns \\\\ into \\, and sed turns \\ into \).
9702 sed -n \
9703 "s/'/'\\\\''/g;
9704 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
9705 ;;
9706 *)
9707 # `set' quotes correctly as required by POSIX, so do not add quotes.
9708 sed -n \
9709 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
9710 ;;
9711 esac;
9712} |
9713 sed '
9714 t clear
9715 : clear
9716 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
9717 t end
9718 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
9719 : end' >>confcache
9720if diff $cache_file confcache >/dev/null 2>&1; then :; else
10f2d63a 9721 if test -w $cache_file; then
e6cc62c6
VS
9722 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
9723 cat confcache >$cache_file
10f2d63a
VZ
9724 else
9725 echo "not updating unwritable cache $cache_file"
9726 fi
9727fi
9728rm -f confcache
9729
e59890c3 9730if test "$build" != "$host" ; then
9d353d4a 9731 if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX"; then
3a922bb4
RL
9732 CC=$host_alias-gcc
9733 CXX=$host_alias-c++
9734 AR=$host_alias-ar
9735 RANLIB=$host_alias-ranlib
9736 DLLTOOL=$host_alias-dlltool
9737 RESCOMP=$host_alias-windres
9738 LD=$host_alias-ld
9739 NM=$host_alias-nm
9740 STRIP=$host_alias-strip
9741 else
e6cc62c6
VS
9742 { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5
9743echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;}
9744 { (exit 1); exit 1; }; }
3a922bb4 9745 fi
10f2d63a
VZ
9746fi
9747
ec603395 9748CFLAGS=${CFLAGS:=}
e6cc62c6
VS
9749ac_ext=c
9750ac_cpp='$CPP $CPPFLAGS'
9751ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9752ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9753ac_compiler_gnu=$ac_cv_c_compiler_gnu
9754if test -n "$ac_tool_prefix"; then
9755 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
9756set dummy ${ac_tool_prefix}gcc; ac_word=$2
9757echo "$as_me:$LINENO: checking for $ac_word" >&5
9758echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9759if test "${ac_cv_prog_CC+set}" = set; then
9760 echo $ECHO_N "(cached) $ECHO_C" >&6
9761else
9762 if test -n "$CC"; then
9763 ac_cv_prog_CC="$CC" # Let the user override the test.
9764else
9765as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9766for as_dir in $PATH
9767do
9768 IFS=$as_save_IFS
9769 test -z "$as_dir" && as_dir=.
9770 for ac_exec_ext in '' $ac_executable_extensions; do
9771 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9772 ac_cv_prog_CC="${ac_tool_prefix}gcc"
9773 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9774 break 2
9775 fi
9776done
9777done
9778
9779fi
9780fi
9781CC=$ac_cv_prog_CC
9782if test -n "$CC"; then
9783 echo "$as_me:$LINENO: result: $CC" >&5
9784echo "${ECHO_T}$CC" >&6
9785else
9786 echo "$as_me:$LINENO: result: no" >&5
9787echo "${ECHO_T}no" >&6
9788fi
9789
9790fi
9791if test -z "$ac_cv_prog_CC"; then
9792 ac_ct_CC=$CC
9793 # Extract the first word of "gcc", so it can be a program name with args.
8284b0c5 9794set dummy gcc; ac_word=$2
e6cc62c6
VS
9795echo "$as_me:$LINENO: checking for $ac_word" >&5
9796echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9797if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9798 echo $ECHO_N "(cached) $ECHO_C" >&6
9799else
9800 if test -n "$ac_ct_CC"; then
9801 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
9802else
9803as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9804for as_dir in $PATH
9805do
9806 IFS=$as_save_IFS
9807 test -z "$as_dir" && as_dir=.
9808 for ac_exec_ext in '' $ac_executable_extensions; do
9809 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9810 ac_cv_prog_ac_ct_CC="gcc"
9811 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9812 break 2
9813 fi
9814done
9815done
9816
9817fi
9818fi
9819ac_ct_CC=$ac_cv_prog_ac_ct_CC
9820if test -n "$ac_ct_CC"; then
9821 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9822echo "${ECHO_T}$ac_ct_CC" >&6
9823else
9824 echo "$as_me:$LINENO: result: no" >&5
9825echo "${ECHO_T}no" >&6
9826fi
9827
9828 CC=$ac_ct_CC
9829else
9830 CC="$ac_cv_prog_CC"
9831fi
9832
9833if test -z "$CC"; then
9834 if test -n "$ac_tool_prefix"; then
9835 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
9836set dummy ${ac_tool_prefix}cc; ac_word=$2
9837echo "$as_me:$LINENO: checking for $ac_word" >&5
9838echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9839if test "${ac_cv_prog_CC+set}" = set; then
9840 echo $ECHO_N "(cached) $ECHO_C" >&6
6232543b
VS
9841else
9842 if test -n "$CC"; then
9843 ac_cv_prog_CC="$CC" # Let the user override the test.
10f2d63a 9844else
e6cc62c6
VS
9845as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9846for as_dir in $PATH
9847do
9848 IFS=$as_save_IFS
9849 test -z "$as_dir" && as_dir=.
9850 for ac_exec_ext in '' $ac_executable_extensions; do
9851 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9852 ac_cv_prog_CC="${ac_tool_prefix}cc"
9853 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9854 break 2
9855 fi
9856done
9857done
9858
10f2d63a 9859fi
6232543b 9860fi
e6cc62c6 9861CC=$ac_cv_prog_CC
6232543b 9862if test -n "$CC"; then
e6cc62c6
VS
9863 echo "$as_me:$LINENO: result: $CC" >&5
9864echo "${ECHO_T}$CC" >&6
9865else
9866 echo "$as_me:$LINENO: result: no" >&5
9867echo "${ECHO_T}no" >&6
9868fi
9869
9870fi
9871if test -z "$ac_cv_prog_CC"; then
9872 ac_ct_CC=$CC
9873 # Extract the first word of "cc", so it can be a program name with args.
9874set dummy cc; ac_word=$2
9875echo "$as_me:$LINENO: checking for $ac_word" >&5
9876echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9877if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
9878 echo $ECHO_N "(cached) $ECHO_C" >&6
9879else
9880 if test -n "$ac_ct_CC"; then
9881 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
9882else
9883as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9884for as_dir in $PATH
9885do
9886 IFS=$as_save_IFS
9887 test -z "$as_dir" && as_dir=.
9888 for ac_exec_ext in '' $ac_executable_extensions; do
9889 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9890 ac_cv_prog_ac_ct_CC="cc"
9891 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9892 break 2
9893 fi
9894done
9895done
9896
9897fi
9898fi
9899ac_ct_CC=$ac_cv_prog_ac_ct_CC
9900if test -n "$ac_ct_CC"; then
9901 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
9902echo "${ECHO_T}$ac_ct_CC" >&6
9903else
9904 echo "$as_me:$LINENO: result: no" >&5
9905echo "${ECHO_T}no" >&6
9906fi
9907
9908 CC=$ac_ct_CC
247f5006 9909else
e6cc62c6 9910 CC="$ac_cv_prog_CC"
247f5006
VZ
9911fi
9912
e6cc62c6 9913fi
5c6fa7d2
RR
9914if test -z "$CC"; then
9915 # Extract the first word of "cc", so it can be a program name with args.
9916set dummy cc; ac_word=$2
e6cc62c6
VS
9917echo "$as_me:$LINENO: checking for $ac_word" >&5
9918echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9919if test "${ac_cv_prog_CC+set}" = set; then
9920 echo $ECHO_N "(cached) $ECHO_C" >&6
5c6fa7d2
RR
9921else
9922 if test -n "$CC"; then
9923 ac_cv_prog_CC="$CC" # Let the user override the test.
9924else
9925 ac_prog_rejected=no
e6cc62c6
VS
9926as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9927for as_dir in $PATH
9928do
9929 IFS=$as_save_IFS
9930 test -z "$as_dir" && as_dir=.
9931 for ac_exec_ext in '' $ac_executable_extensions; do
9932 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9933 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
9934 ac_prog_rejected=yes
9935 continue
9936 fi
9937 ac_cv_prog_CC="cc"
9938 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9939 break 2
9940 fi
9941done
9942done
9943
328a083c
RR
9944if test $ac_prog_rejected = yes; then
9945 # We found a bogon in the path, so make sure we never use it.
9946 set dummy $ac_cv_prog_CC
9947 shift
e6cc62c6 9948 if test $# != 0; then
328a083c 9949 # We chose a different compiler from the bogus one.
1e487827
VS
9950 # However, it has the same basename, so the bogon will be chosen
9951 # first if we set CC to just the basename; use the full file name.
9952 shift
e6cc62c6 9953 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
703e0a69 9954 fi
1e487827
VS
9955fi
9956fi
9957fi
e6cc62c6 9958CC=$ac_cv_prog_CC
1e487827 9959if test -n "$CC"; then
e6cc62c6
VS
9960 echo "$as_me:$LINENO: result: $CC" >&5
9961echo "${ECHO_T}$CC" >&6
703e0a69 9962else
e6cc62c6
VS
9963 echo "$as_me:$LINENO: result: no" >&5
9964echo "${ECHO_T}no" >&6
703e0a69 9965fi
1e487827 9966
e6cc62c6
VS
9967fi
9968if test -z "$CC"; then
9969 if test -n "$ac_tool_prefix"; then
9970 for ac_prog in cl
9971 do
9972 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
9973set dummy $ac_tool_prefix$ac_prog; ac_word=$2
9974echo "$as_me:$LINENO: checking for $ac_word" >&5
9975echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
9976if test "${ac_cv_prog_CC+set}" = set; then
9977 echo $ECHO_N "(cached) $ECHO_C" >&6
f09359cf
VS
9978else
9979 if test -n "$CC"; then
9980 ac_cv_prog_CC="$CC" # Let the user override the test.
9981else
e6cc62c6
VS
9982as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9983for as_dir in $PATH
9984do
9985 IFS=$as_save_IFS
9986 test -z "$as_dir" && as_dir=.
9987 for ac_exec_ext in '' $ac_executable_extensions; do
9988 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
9989 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
9990 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9991 break 2
9992 fi
9993done
9994done
9995
f09359cf
VS
9996fi
9997fi
e6cc62c6 9998CC=$ac_cv_prog_CC
f09359cf 9999if test -n "$CC"; then
e6cc62c6
VS
10000 echo "$as_me:$LINENO: result: $CC" >&5
10001echo "${ECHO_T}$CC" >&6
f09359cf 10002else
e6cc62c6
VS
10003 echo "$as_me:$LINENO: result: no" >&5
10004echo "${ECHO_T}no" >&6
5c6fa7d2 10005fi
1e487827 10006
e6cc62c6
VS
10007 test -n "$CC" && break
10008 done
10009fi
10010if test -z "$CC"; then
10011 ac_ct_CC=$CC
10012 for ac_prog in cl
10013do
10014 # Extract the first word of "$ac_prog", so it can be a program name with args.
10015set dummy $ac_prog; ac_word=$2
10016echo "$as_me:$LINENO: checking for $ac_word" >&5
10017echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10018if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
10019 echo $ECHO_N "(cached) $ECHO_C" >&6
10020else
10021 if test -n "$ac_ct_CC"; then
10022 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
10023else
10024as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10025for as_dir in $PATH
10026do
10027 IFS=$as_save_IFS
10028 test -z "$as_dir" && as_dir=.
10029 for ac_exec_ext in '' $ac_executable_extensions; do
10030 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10031 ac_cv_prog_ac_ct_CC="$ac_prog"
10032 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10033 break 2
10034 fi
10035done
10036done
f09359cf 10037
e6cc62c6
VS
10038fi
10039fi
10040ac_ct_CC=$ac_cv_prog_ac_ct_CC
10041if test -n "$ac_ct_CC"; then
10042 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
10043echo "${ECHO_T}$ac_ct_CC" >&6
10044else
10045 echo "$as_me:$LINENO: result: no" >&5
10046echo "${ECHO_T}no" >&6
10047fi
f09359cf 10048
e6cc62c6
VS
10049 test -n "$ac_ct_CC" && break
10050done
247f5006 10051
e6cc62c6
VS
10052 CC=$ac_ct_CC
10053fi
10054
10055fi
10056
10057
10058test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
10059See \`config.log' for more details." >&5
10060echo "$as_me: error: no acceptable C compiler found in \$PATH
10061See \`config.log' for more details." >&2;}
10062 { (exit 1); exit 1; }; }
10063
10064# Provide some information about the compiler.
10065echo "$as_me:$LINENO:" \
10066 "checking for C compiler version" >&5
10067ac_compiler=`set X $ac_compile; echo $2`
10068{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
10069 (eval $ac_compiler --version </dev/null >&5) 2>&5
10070 ac_status=$?
10071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10072 (exit $ac_status); }
10073{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
10074 (eval $ac_compiler -v </dev/null >&5) 2>&5
10075 ac_status=$?
10076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10077 (exit $ac_status); }
10078{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
10079 (eval $ac_compiler -V </dev/null >&5) 2>&5
10080 ac_status=$?
10081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10082 (exit $ac_status); }
10083
10084cat >conftest.$ac_ext <<_ACEOF
10085#line $LINENO "configure"
10086/* confdefs.h. */
10087_ACEOF
10088cat confdefs.h >>conftest.$ac_ext
10089cat >>conftest.$ac_ext <<_ACEOF
10090/* end confdefs.h. */
10091
10092int
10093main ()
10094{
247f5006 10095
e6cc62c6
VS
10096 ;
10097 return 0;
10098}
10099_ACEOF
10100ac_clean_files_save=$ac_clean_files
10101ac_clean_files="$ac_clean_files a.out a.exe b.out"
10102# Try to create an executable without -o first, disregard a.out.
10103# It will help us diagnose broken compilers, and finding out an intuition
10104# of exeext.
10105echo "$as_me:$LINENO: checking for C compiler default output" >&5
10106echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
10107ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
10108if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
10109 (eval $ac_link_default) 2>&5
10110 ac_status=$?
10111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10112 (exit $ac_status); }; then
10113 # Find the output, starting from the most likely. This scheme is
10114# not robust to junk in `.', hence go to wildcards (a.*) only as a last
10115# resort.
10116
10117# Be careful to initialize this variable, since it used to be cached.
10118# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
10119ac_cv_exeext=
10120# b.out is created by i960 compilers.
10121for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
10122do
10123 test -f "$ac_file" || continue
10124 case $ac_file in
10125 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
10126 ;;
10127 conftest.$ac_ext )
10128 # This is the source file.
10129 ;;
10130 [ab].out )
10131 # We found the default executable, but exeext='' is most
10132 # certainly right.
10133 break;;
10134 *.* )
10135 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
10136 # FIXME: I believe we export ac_cv_exeext for Libtool,
10137 # but it would be cool to find out if it's true. Does anybody
10138 # maintain Libtool? --akim.
10139 export ac_cv_exeext
10140 break;;
10141 * )
10142 break;;
10143 esac
10144done
10145else
10146 echo "$as_me: failed program was:" >&5
10147sed 's/^/| /' conftest.$ac_ext >&5
10148
10149{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
10150See \`config.log' for more details." >&5
10151echo "$as_me: error: C compiler cannot create executables
10152See \`config.log' for more details." >&2;}
10153 { (exit 77); exit 77; }; }
10154fi
10155
10156ac_exeext=$ac_cv_exeext
10157echo "$as_me:$LINENO: result: $ac_file" >&5
10158echo "${ECHO_T}$ac_file" >&6
10159
10160# Check the compiler produces executables we can run. If not, either
10161# the compiler is broken, or we cross compile.
10162echo "$as_me:$LINENO: checking whether the C compiler works" >&5
10163echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
10164# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
10165# If not cross compiling, check that we can run a simple program.
10166if test "$cross_compiling" != yes; then
10167 if { ac_try='./$ac_file'
10168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10169 (eval $ac_try) 2>&5
10170 ac_status=$?
10171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10172 (exit $ac_status); }; }; then
10173 cross_compiling=no
698dcdb6 10174 else
e6cc62c6
VS
10175 if test "$cross_compiling" = maybe; then
10176 cross_compiling=yes
10177 else
10178 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
10179If you meant to cross compile, use \`--host'.
10180See \`config.log' for more details." >&5
10181echo "$as_me: error: cannot run C compiled programs.
10182If you meant to cross compile, use \`--host'.
10183See \`config.log' for more details." >&2;}
10184 { (exit 1); exit 1; }; }
10185 fi
698dcdb6 10186 fi
52127426 10187fi
e6cc62c6
VS
10188echo "$as_me:$LINENO: result: yes" >&5
10189echo "${ECHO_T}yes" >&6
10190
10191rm -f a.out a.exe conftest$ac_cv_exeext b.out
10192ac_clean_files=$ac_clean_files_save
10193# Check the compiler produces executables we can run. If not, either
10194# the compiler is broken, or we cross compile.
10195echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
10196echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
10197echo "$as_me:$LINENO: result: $cross_compiling" >&5
10198echo "${ECHO_T}$cross_compiling" >&6
10199
10200echo "$as_me:$LINENO: checking for suffix of executables" >&5
10201echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
10202if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10203 (eval $ac_link) 2>&5
10204 ac_status=$?
10205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10206 (exit $ac_status); }; then
10207 # If both `conftest.exe' and `conftest' are `present' (well, observable)
10208# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
10209# work properly (i.e., refer to `conftest.exe'), while it won't with
10210# `rm'.
10211for ac_file in conftest.exe conftest conftest.*; do
10212 test -f "$ac_file" || continue
10213 case $ac_file in
10214 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
10215 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
10216 export ac_cv_exeext
10217 break;;
10218 * ) break;;
10219 esac
10220done
5c6fa7d2 10221else
e6cc62c6
VS
10222 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
10223See \`config.log' for more details." >&5
10224echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
10225See \`config.log' for more details." >&2;}
10226 { (exit 1); exit 1; }; }
10227fi
10228
10229rm -f conftest$ac_cv_exeext
10230echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
10231echo "${ECHO_T}$ac_cv_exeext" >&6
10232
10233rm -f conftest.$ac_ext
10234EXEEXT=$ac_cv_exeext
10235ac_exeext=$EXEEXT
10236echo "$as_me:$LINENO: checking for suffix of object files" >&5
10237echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
10238if test "${ac_cv_objext+set}" = set; then
10239 echo $ECHO_N "(cached) $ECHO_C" >&6
10240else
10241 cat >conftest.$ac_ext <<_ACEOF
10242#line $LINENO "configure"
10243/* confdefs.h. */
10244_ACEOF
10245cat confdefs.h >>conftest.$ac_ext
10246cat >>conftest.$ac_ext <<_ACEOF
10247/* end confdefs.h. */
10248
10249int
10250main ()
10251{
f09359cf 10252
e6cc62c6
VS
10253 ;
10254 return 0;
10255}
10256_ACEOF
10257rm -f conftest.o conftest.obj
10258if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10259 (eval $ac_compile) 2>&5
10260 ac_status=$?
10261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10262 (exit $ac_status); }; then
10263 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
10264 case $ac_file in
10265 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
10266 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
10267 break;;
10268 esac
10269done
a0b9e27f 10270else
e6cc62c6
VS
10271 echo "$as_me: failed program was:" >&5
10272sed 's/^/| /' conftest.$ac_ext >&5
10273
10274{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
10275See \`config.log' for more details." >&5
10276echo "$as_me: error: cannot compute suffix of object files: cannot compile
10277See \`config.log' for more details." >&2;}
10278 { (exit 1); exit 1; }; }
a0b9e27f 10279fi
247f5006 10280
e6cc62c6
VS
10281rm -f conftest.$ac_cv_objext conftest.$ac_ext
10282fi
10283echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
10284echo "${ECHO_T}$ac_cv_objext" >&6
10285OBJEXT=$ac_cv_objext
10286ac_objext=$OBJEXT
10287echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
10288echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
10289if test "${ac_cv_c_compiler_gnu+set}" = set; then
10290 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 10291else
e6cc62c6
VS
10292 cat >conftest.$ac_ext <<_ACEOF
10293#line $LINENO "configure"
10294/* confdefs.h. */
10295_ACEOF
10296cat confdefs.h >>conftest.$ac_ext
10297cat >>conftest.$ac_ext <<_ACEOF
10298/* end confdefs.h. */
10299
10300int
10301main ()
10302{
10303#ifndef __GNUC__
10304 choke me
10305#endif
10306
10307 ;
10308 return 0;
10309}
10310_ACEOF
10311rm -f conftest.$ac_objext
10312if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10313 (eval $ac_compile) 2>&5
10314 ac_status=$?
10315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10316 (exit $ac_status); } &&
10317 { ac_try='test -s conftest.$ac_objext'
10318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10319 (eval $ac_try) 2>&5
10320 ac_status=$?
10321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10322 (exit $ac_status); }; }; then
10323 ac_compiler_gnu=yes
10324else
10325 echo "$as_me: failed program was:" >&5
10326sed 's/^/| /' conftest.$ac_ext >&5
10327
10328ac_compiler_gnu=no
10329fi
10330rm -f conftest.$ac_objext conftest.$ac_ext
10331ac_cv_c_compiler_gnu=$ac_compiler_gnu
10332
10333fi
10334echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
10335echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
10336GCC=`test $ac_compiler_gnu = yes && echo yes`
10337ac_test_CFLAGS=${CFLAGS+set}
10338ac_save_CFLAGS=$CFLAGS
10339CFLAGS="-g"
10340echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
10341echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
10342if test "${ac_cv_prog_cc_g+set}" = set; then
10343 echo $ECHO_N "(cached) $ECHO_C" >&6
10344else
10345 cat >conftest.$ac_ext <<_ACEOF
10346#line $LINENO "configure"
10347/* confdefs.h. */
10348_ACEOF
10349cat confdefs.h >>conftest.$ac_ext
10350cat >>conftest.$ac_ext <<_ACEOF
10351/* end confdefs.h. */
10352
10353int
10354main ()
10355{
10356
10357 ;
10358 return 0;
10359}
10360_ACEOF
10361rm -f conftest.$ac_objext
10362if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10363 (eval $ac_compile) 2>&5
10364 ac_status=$?
10365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10366 (exit $ac_status); } &&
10367 { ac_try='test -s conftest.$ac_objext'
10368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10369 (eval $ac_try) 2>&5
10370 ac_status=$?
10371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10372 (exit $ac_status); }; }; then
10f2d63a
VZ
10373 ac_cv_prog_cc_g=yes
10374else
e6cc62c6
VS
10375 echo "$as_me: failed program was:" >&5
10376sed 's/^/| /' conftest.$ac_ext >&5
a0b9e27f 10377
e6cc62c6 10378ac_cv_prog_cc_g=no
10f2d63a 10379fi
e6cc62c6
VS
10380rm -f conftest.$ac_objext conftest.$ac_ext
10381fi
10382echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
10383echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
f09359cf 10384if test "$ac_test_CFLAGS" = set; then
e6cc62c6 10385 CFLAGS=$ac_save_CFLAGS
f09359cf
VS
10386elif test $ac_cv_prog_cc_g = yes; then
10387 if test "$GCC" = yes; then
10f2d63a
VZ
10388 CFLAGS="-g -O2"
10389 else
f09359cf 10390 CFLAGS="-g"
10f2d63a 10391 fi
5c0a20c3 10392else
f09359cf
VS
10393 if test "$GCC" = yes; then
10394 CFLAGS="-O2"
10395 else
10396 CFLAGS=
10397 fi
10f2d63a 10398fi
e6cc62c6
VS
10399echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
10400echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
10401if test "${ac_cv_prog_cc_stdc+set}" = set; then
10402 echo $ECHO_N "(cached) $ECHO_C" >&6
10403else
10404 ac_cv_prog_cc_stdc=no
10405ac_save_CC=$CC
10406cat >conftest.$ac_ext <<_ACEOF
10407#line $LINENO "configure"
10408/* confdefs.h. */
10409_ACEOF
10410cat confdefs.h >>conftest.$ac_ext
10411cat >>conftest.$ac_ext <<_ACEOF
10412/* end confdefs.h. */
10413#include <stdarg.h>
10414#include <stdio.h>
10415#include <sys/types.h>
10416#include <sys/stat.h>
10417/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
10418struct buf { int x; };
10419FILE * (*rcsopen) (struct buf *, struct stat *, int);
10420static char *e (p, i)
10421 char **p;
10422 int i;
10423{
10424 return p[i];
10425}
10426static char *f (char * (*g) (char **, int), char **p, ...)
10427{
10428 char *s;
10429 va_list v;
10430 va_start (v,p);
10431 s = g (p, va_arg (v,int));
10432 va_end (v);
10433 return s;
10434}
10435int test (int i, double x);
10436struct s1 {int (*f) (int a);};
10437struct s2 {int (*f) (double a);};
10438int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
10439int argc;
10440char **argv;
10441int
10442main ()
10443{
10444return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
10445 ;
10446 return 0;
10447}
10448_ACEOF
10449# Don't try gcc -ansi; that turns off useful extensions and
10450# breaks some systems' header files.
10451# AIX -qlanglvl=ansi
10452# Ultrix and OSF/1 -std1
10453# HP-UX 10.20 and later -Ae
10454# HP-UX older versions -Aa -D_HPUX_SOURCE
10455# SVR4 -Xc -D__EXTENSIONS__
10456for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
10457do
10458 CC="$ac_save_CC $ac_arg"
10459 rm -f conftest.$ac_objext
10460if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10461 (eval $ac_compile) 2>&5
10462 ac_status=$?
10463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10464 (exit $ac_status); } &&
10465 { ac_try='test -s conftest.$ac_objext'
10466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10467 (eval $ac_try) 2>&5
10468 ac_status=$?
10469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10470 (exit $ac_status); }; }; then
10471 ac_cv_prog_cc_stdc=$ac_arg
10472break
10473else
10474 echo "$as_me: failed program was:" >&5
10475sed 's/^/| /' conftest.$ac_ext >&5
10476
10477fi
10478rm -f conftest.$ac_objext
10479done
10480rm -f conftest.$ac_ext conftest.$ac_objext
10481CC=$ac_save_CC
10482
10483fi
10484
10485case "x$ac_cv_prog_cc_stdc" in
10486 x|xno)
10487 echo "$as_me:$LINENO: result: none needed" >&5
10488echo "${ECHO_T}none needed" >&6 ;;
10489 *)
10490 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
10491echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
10492 CC="$CC $ac_cv_prog_cc_stdc" ;;
10493esac
10494
10495# Some people use a C++ compiler to compile C. Since we use `exit',
10496# in C++ we need to declare it. In case someone uses the same compiler
10497# for both compiling C and C++ we need to have the C++ compiler decide
10498# the declaration of exit, since it's the most demanding environment.
10499cat >conftest.$ac_ext <<_ACEOF
10500#ifndef __cplusplus
10501 choke me
10502#endif
10503_ACEOF
10504rm -f conftest.$ac_objext
10505if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10506 (eval $ac_compile) 2>&5
10507 ac_status=$?
10508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10509 (exit $ac_status); } &&
10510 { ac_try='test -s conftest.$ac_objext'
10511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10512 (eval $ac_try) 2>&5
10513 ac_status=$?
10514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10515 (exit $ac_status); }; }; then
10516 for ac_declaration in \
6f628073
VS
10517 ''\
10518 '#include <stdlib.h>' \
e6cc62c6
VS
10519 'extern "C" void std::exit (int) throw (); using std::exit;' \
10520 'extern "C" void std::exit (int); using std::exit;' \
10521 'extern "C" void exit (int) throw ();' \
10522 'extern "C" void exit (int);' \
10523 'void exit (int);'
10524do
10525 cat >conftest.$ac_ext <<_ACEOF
10526#line $LINENO "configure"
10527/* confdefs.h. */
10528_ACEOF
10529cat confdefs.h >>conftest.$ac_ext
10530cat >>conftest.$ac_ext <<_ACEOF
10531/* end confdefs.h. */
71e83a03 10532#include <stdlib.h>
6f628073 10533$ac_declaration
e6cc62c6
VS
10534int
10535main ()
10536{
10537exit (42);
10538 ;
10539 return 0;
10540}
10541_ACEOF
10542rm -f conftest.$ac_objext
10543if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10544 (eval $ac_compile) 2>&5
10545 ac_status=$?
10546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10547 (exit $ac_status); } &&
10548 { ac_try='test -s conftest.$ac_objext'
10549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10550 (eval $ac_try) 2>&5
10551 ac_status=$?
10552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10553 (exit $ac_status); }; }; then
10554 :
10555else
10556 echo "$as_me: failed program was:" >&5
10557sed 's/^/| /' conftest.$ac_ext >&5
10558
10559continue
10560fi
10561rm -f conftest.$ac_objext conftest.$ac_ext
10562 cat >conftest.$ac_ext <<_ACEOF
10563#line $LINENO "configure"
10564/* confdefs.h. */
10565_ACEOF
10566cat confdefs.h >>conftest.$ac_ext
10567cat >>conftest.$ac_ext <<_ACEOF
10568/* end confdefs.h. */
10569$ac_declaration
10570int
10571main ()
10572{
10573exit (42);
10574 ;
10575 return 0;
10576}
10577_ACEOF
10578rm -f conftest.$ac_objext
10579if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10580 (eval $ac_compile) 2>&5
10581 ac_status=$?
10582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10583 (exit $ac_status); } &&
10584 { ac_try='test -s conftest.$ac_objext'
10585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10586 (eval $ac_try) 2>&5
10587 ac_status=$?
10588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10589 (exit $ac_status); }; }; then
10590 break
10591else
10592 echo "$as_me: failed program was:" >&5
10593sed 's/^/| /' conftest.$ac_ext >&5
10594
10595fi
10596rm -f conftest.$ac_objext conftest.$ac_ext
10597done
10598rm -f conftest*
10599if test -n "$ac_declaration"; then
10600 echo '#ifdef __cplusplus' >>confdefs.h
10601 echo $ac_declaration >>confdefs.h
10602 echo '#endif' >>confdefs.h
10603fi
10604
10605else
10606 echo "$as_me: failed program was:" >&5
10607sed 's/^/| /' conftest.$ac_ext >&5
10608
10609fi
10610rm -f conftest.$ac_objext conftest.$ac_ext
10611ac_ext=c
10612ac_cpp='$CPP $CPPFLAGS'
10613ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10614ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10615ac_compiler_gnu=$ac_cv_c_compiler_gnu
10f2d63a
VZ
10616
10617
e6cc62c6
VS
10618
10619ac_ext=c
10620ac_cpp='$CPP $CPPFLAGS'
10621ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10622ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10623ac_compiler_gnu=$ac_cv_c_compiler_gnu
10624echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
10625echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
10f2d63a
VZ
10626# On Suns, sometimes $CPP names a directory.
10627if test -n "$CPP" && test -d "$CPP"; then
10628 CPP=
10629fi
10630if test -z "$CPP"; then
e6cc62c6
VS
10631 if test "${ac_cv_prog_CPP+set}" = set; then
10632 echo $ECHO_N "(cached) $ECHO_C" >&6
10633else
10634 # Double quotes because CPP needs to be expanded
10635 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
10636 do
10637 ac_preproc_ok=false
10638for ac_c_preproc_warn_flag in '' yes
10639do
10640 # Use a header file that comes with gcc, so configuring glibc
10641 # with a fresh cross-compiler works.
10642 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10643 # <limits.h> exists even on freestanding compilers.
10f2d63a 10644 # On the NeXT, cc -E runs the code through the compiler's parser,
e6cc62c6
VS
10645 # not just through cpp. "Syntax error" is here to catch this case.
10646 cat >conftest.$ac_ext <<_ACEOF
10647#line $LINENO "configure"
10648/* confdefs.h. */
10649_ACEOF
10650cat confdefs.h >>conftest.$ac_ext
10651cat >>conftest.$ac_ext <<_ACEOF
10652/* end confdefs.h. */
10653#ifdef __STDC__
10654# include <limits.h>
10655#else
10656# include <assert.h>
10657#endif
10658 Syntax error
10659_ACEOF
10660if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10661 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10662 ac_status=$?
10663 grep -v '^ *+' conftest.er1 >conftest.err
10664 rm -f conftest.er1
10665 cat conftest.err >&5
10666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10667 (exit $ac_status); } >/dev/null; then
10668 if test -s conftest.err; then
10669 ac_cpp_err=$ac_c_preproc_warn_flag
10670 else
10671 ac_cpp_err=
10672 fi
10f2d63a 10673else
e6cc62c6
VS
10674 ac_cpp_err=yes
10675fi
10676if test -z "$ac_cpp_err"; then
a0b9e27f 10677 :
247f5006 10678else
e6cc62c6
VS
10679 echo "$as_me: failed program was:" >&5
10680sed 's/^/| /' conftest.$ac_ext >&5
10681
10682 # Broken: fails on valid input.
10683continue
10684fi
10685rm -f conftest.err conftest.$ac_ext
10686
10687 # OK, works on sane cases. Now check whether non-existent headers
10688 # can be detected and how.
10689 cat >conftest.$ac_ext <<_ACEOF
10690#line $LINENO "configure"
10691/* confdefs.h. */
10692_ACEOF
10693cat confdefs.h >>conftest.$ac_ext
10694cat >>conftest.$ac_ext <<_ACEOF
10695/* end confdefs.h. */
10696#include <ac_nonexistent.h>
10697_ACEOF
10698if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10699 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10700 ac_status=$?
10701 grep -v '^ *+' conftest.er1 >conftest.err
10702 rm -f conftest.er1
10703 cat conftest.err >&5
10704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10705 (exit $ac_status); } >/dev/null; then
10706 if test -s conftest.err; then
10707 ac_cpp_err=$ac_c_preproc_warn_flag
10708 else
10709 ac_cpp_err=
10710 fi
10f2d63a 10711else
e6cc62c6 10712 ac_cpp_err=yes
579d8138 10713fi
e6cc62c6
VS
10714if test -z "$ac_cpp_err"; then
10715 # Broken: success on invalid input.
10716continue
10717else
10718 echo "$as_me: failed program was:" >&5
10719sed 's/^/| /' conftest.$ac_ext >&5
10720
10721 # Passes both tests.
10722ac_preproc_ok=:
10723break
52127426 10724fi
e6cc62c6
VS
10725rm -f conftest.err conftest.$ac_ext
10726
10727done
10728# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10729rm -f conftest.err conftest.$ac_ext
10730if $ac_preproc_ok; then
10731 break
8284b0c5 10732fi
e6cc62c6
VS
10733
10734 done
10735 ac_cv_prog_CPP=$CPP
10736
10737fi
10738 CPP=$ac_cv_prog_CPP
10739else
10740 ac_cv_prog_CPP=$CPP
10741fi
10742echo "$as_me:$LINENO: result: $CPP" >&5
10743echo "${ECHO_T}$CPP" >&6
10744ac_preproc_ok=false
10745for ac_c_preproc_warn_flag in '' yes
10746do
10747 # Use a header file that comes with gcc, so configuring glibc
10748 # with a fresh cross-compiler works.
10749 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10750 # <limits.h> exists even on freestanding compilers.
10751 # On the NeXT, cc -E runs the code through the compiler's parser,
10752 # not just through cpp. "Syntax error" is here to catch this case.
10753 cat >conftest.$ac_ext <<_ACEOF
10754#line $LINENO "configure"
10755/* confdefs.h. */
10756_ACEOF
10757cat confdefs.h >>conftest.$ac_ext
10758cat >>conftest.$ac_ext <<_ACEOF
10759/* end confdefs.h. */
10760#ifdef __STDC__
10761# include <limits.h>
10762#else
10763# include <assert.h>
10764#endif
10765 Syntax error
10766_ACEOF
10767if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10768 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10769 ac_status=$?
10770 grep -v '^ *+' conftest.er1 >conftest.err
10771 rm -f conftest.er1
10772 cat conftest.err >&5
10773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10774 (exit $ac_status); } >/dev/null; then
10775 if test -s conftest.err; then
10776 ac_cpp_err=$ac_c_preproc_warn_flag
10777 else
10778 ac_cpp_err=
10779 fi
10780else
10781 ac_cpp_err=yes
10782fi
10783if test -z "$ac_cpp_err"; then
10784 :
10785else
10786 echo "$as_me: failed program was:" >&5
10787sed 's/^/| /' conftest.$ac_ext >&5
10788
10789 # Broken: fails on valid input.
10790continue
10791fi
10792rm -f conftest.err conftest.$ac_ext
10793
10794 # OK, works on sane cases. Now check whether non-existent headers
10795 # can be detected and how.
10796 cat >conftest.$ac_ext <<_ACEOF
10797#line $LINENO "configure"
10798/* confdefs.h. */
10799_ACEOF
10800cat confdefs.h >>conftest.$ac_ext
10801cat >>conftest.$ac_ext <<_ACEOF
10802/* end confdefs.h. */
10803#include <ac_nonexistent.h>
10804_ACEOF
10805if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10806 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10807 ac_status=$?
10808 grep -v '^ *+' conftest.er1 >conftest.err
10809 rm -f conftest.er1
10810 cat conftest.err >&5
10811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10812 (exit $ac_status); } >/dev/null; then
10813 if test -s conftest.err; then
10814 ac_cpp_err=$ac_c_preproc_warn_flag
10815 else
10816 ac_cpp_err=
10817 fi
10818else
10819 ac_cpp_err=yes
10820fi
10821if test -z "$ac_cpp_err"; then
10822 # Broken: success on invalid input.
10823continue
10824else
10825 echo "$as_me: failed program was:" >&5
10826sed 's/^/| /' conftest.$ac_ext >&5
10827
10828 # Passes both tests.
10829ac_preproc_ok=:
10830break
a0b9e27f 10831fi
e6cc62c6
VS
10832rm -f conftest.err conftest.$ac_ext
10833
10834done
10835# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10836rm -f conftest.err conftest.$ac_ext
10837if $ac_preproc_ok; then
10838 :
10839else
10840 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
10841See \`config.log' for more details." >&5
10842echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
10843See \`config.log' for more details." >&2;}
10844 { (exit 1); exit 1; }; }
10845fi
10846
10847ac_ext=c
10848ac_cpp='$CPP $CPPFLAGS'
10849ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10850ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10851ac_compiler_gnu=$ac_cv_c_compiler_gnu
10852
10853
10854echo "$as_me:$LINENO: checking for egrep" >&5
10855echo $ECHO_N "checking for egrep... $ECHO_C" >&6
10856if test "${ac_cv_prog_egrep+set}" = set; then
10857 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a 10858else
e6cc62c6
VS
10859 if echo a | (grep -E '(a|b)') >/dev/null 2>&1
10860 then ac_cv_prog_egrep='grep -E'
10861 else ac_cv_prog_egrep='egrep'
10862 fi
10f2d63a 10863fi
e6cc62c6
VS
10864echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
10865echo "${ECHO_T}$ac_cv_prog_egrep" >&6
10866 EGREP=$ac_cv_prog_egrep
10867
10f2d63a 10868
e6cc62c6
VS
10869if test $ac_cv_c_compiler_gnu = yes; then
10870 echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
10871echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
10872if test "${ac_cv_prog_gcc_traditional+set}" = set; then
10873 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a
VZ
10874else
10875 ac_pattern="Autoconf.*'x'"
e6cc62c6
VS
10876 cat >conftest.$ac_ext <<_ACEOF
10877#line $LINENO "configure"
10878/* confdefs.h. */
10879_ACEOF
10880cat confdefs.h >>conftest.$ac_ext
10881cat >>conftest.$ac_ext <<_ACEOF
10882/* end confdefs.h. */
10f2d63a
VZ
10883#include <sgtty.h>
10884Autoconf TIOCGETP
e6cc62c6 10885_ACEOF
10f2d63a 10886if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
e6cc62c6 10887 $EGREP "$ac_pattern" >/dev/null 2>&1; then
10f2d63a
VZ
10888 ac_cv_prog_gcc_traditional=yes
10889else
10f2d63a
VZ
10890 ac_cv_prog_gcc_traditional=no
10891fi
10892rm -f conftest*
10893
8284b0c5 10894
10f2d63a 10895 if test $ac_cv_prog_gcc_traditional = no; then
e6cc62c6
VS
10896 cat >conftest.$ac_ext <<_ACEOF
10897#line $LINENO "configure"
10898/* confdefs.h. */
10899_ACEOF
10900cat confdefs.h >>conftest.$ac_ext
10901cat >>conftest.$ac_ext <<_ACEOF
10902/* end confdefs.h. */
10f2d63a
VZ
10903#include <termio.h>
10904Autoconf TCGETA
e6cc62c6 10905_ACEOF
10f2d63a 10906if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
e6cc62c6 10907 $EGREP "$ac_pattern" >/dev/null 2>&1; then
10f2d63a
VZ
10908 ac_cv_prog_gcc_traditional=yes
10909fi
10910rm -f conftest*
10911
10912 fi
10913fi
e6cc62c6
VS
10914echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
10915echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
10f2d63a
VZ
10916 if test $ac_cv_prog_gcc_traditional = yes; then
10917 CC="$CC -traditional"
10918 fi
10919fi
10920
8284b0c5
MB
10921
10922
e6cc62c6
VS
10923
10924ac_ext=cc
1e487827 10925ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
10926ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10927ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10928ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8284b0c5 10929
698dcdb6 10930
ec603395 10931CXXFLAGS=${CXXFLAGS:=}
e6cc62c6
VS
10932ac_ext=cc
10933ac_cpp='$CXXCPP $CPPFLAGS'
10934ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10935ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10936ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10937if test -n "$ac_tool_prefix"; then
10938 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
10939 do
10940 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10941set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10942echo "$as_me:$LINENO: checking for $ac_word" >&5
10943echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10944if test "${ac_cv_prog_CXX+set}" = set; then
10945 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a
VZ
10946else
10947 if test -n "$CXX"; then
10948 ac_cv_prog_CXX="$CXX" # Let the user override the test.
10949else
e6cc62c6
VS
10950as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10951for as_dir in $PATH
10952do
10953 IFS=$as_save_IFS
10954 test -z "$as_dir" && as_dir=.
10955 for ac_exec_ext in '' $ac_executable_extensions; do
10956 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10957 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
10958 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10959 break 2
10960 fi
10961done
10962done
10963
10f2d63a
VZ
10964fi
10965fi
e6cc62c6 10966CXX=$ac_cv_prog_CXX
10f2d63a 10967if test -n "$CXX"; then
e6cc62c6
VS
10968 echo "$as_me:$LINENO: result: $CXX" >&5
10969echo "${ECHO_T}$CXX" >&6
10f2d63a 10970else
e6cc62c6
VS
10971 echo "$as_me:$LINENO: result: no" >&5
10972echo "${ECHO_T}no" >&6
10f2d63a
VZ
10973fi
10974
e6cc62c6
VS
10975 test -n "$CXX" && break
10976 done
10977fi
10978if test -z "$CXX"; then
10979 ac_ct_CXX=$CXX
10980 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
10981do
10982 # Extract the first word of "$ac_prog", so it can be a program name with args.
10983set dummy $ac_prog; ac_word=$2
10984echo "$as_me:$LINENO: checking for $ac_word" >&5
10985echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
10986if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
10987 echo $ECHO_N "(cached) $ECHO_C" >&6
10988else
10989 if test -n "$ac_ct_CXX"; then
10990 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
10991else
10992as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10993for as_dir in $PATH
10994do
10995 IFS=$as_save_IFS
10996 test -z "$as_dir" && as_dir=.
10997 for ac_exec_ext in '' $ac_executable_extensions; do
10998 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
10999 ac_cv_prog_ac_ct_CXX="$ac_prog"
11000 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11001 break 2
11002 fi
11003done
10f2d63a 11004done
a0b9e27f 11005
8284b0c5 11006fi
a0b9e27f 11007fi
e6cc62c6
VS
11008ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
11009if test -n "$ac_ct_CXX"; then
11010 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
11011echo "${ECHO_T}$ac_ct_CXX" >&6
11012else
11013 echo "$as_me:$LINENO: result: no" >&5
11014echo "${ECHO_T}no" >&6
a0b9e27f 11015fi
10f2d63a 11016
e6cc62c6
VS
11017 test -n "$ac_ct_CXX" && break
11018done
11019test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
11020
11021 CXX=$ac_ct_CXX
11022fi
11023
11024
11025# Provide some information about the compiler.
11026echo "$as_me:$LINENO:" \
11027 "checking for C++ compiler version" >&5
11028ac_compiler=`set X $ac_compile; echo $2`
11029{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11030 (eval $ac_compiler --version </dev/null >&5) 2>&5
11031 ac_status=$?
11032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11033 (exit $ac_status); }
11034{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11035 (eval $ac_compiler -v </dev/null >&5) 2>&5
11036 ac_status=$?
11037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11038 (exit $ac_status); }
11039{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11040 (eval $ac_compiler -V </dev/null >&5) 2>&5
11041 ac_status=$?
11042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11043 (exit $ac_status); }
11044
11045echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
11046echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
11047if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
11048 echo $ECHO_N "(cached) $ECHO_C" >&6
11049else
11050 cat >conftest.$ac_ext <<_ACEOF
11051#line $LINENO "configure"
11052/* confdefs.h. */
11053_ACEOF
11054cat confdefs.h >>conftest.$ac_ext
11055cat >>conftest.$ac_ext <<_ACEOF
11056/* end confdefs.h. */
11057
11058int
11059main ()
11060{
11061#ifndef __GNUC__
11062 choke me
11063#endif
10f2d63a 11064
e6cc62c6
VS
11065 ;
11066 return 0;
11067}
11068_ACEOF
11069rm -f conftest.$ac_objext
11070if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11071 (eval $ac_compile) 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 ac_compiler_gnu=yes
11082else
11083 echo "$as_me: failed program was:" >&5
11084sed 's/^/| /' conftest.$ac_ext >&5
11085
11086ac_compiler_gnu=no
11087fi
11088rm -f conftest.$ac_objext conftest.$ac_ext
11089ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
11090
11091fi
11092echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
11093echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
11094GXX=`test $ac_compiler_gnu = yes && echo yes`
11095ac_test_CXXFLAGS=${CXXFLAGS+set}
11096ac_save_CXXFLAGS=$CXXFLAGS
11097CXXFLAGS="-g"
11098echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
11099echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
11100if test "${ac_cv_prog_cxx_g+set}" = set; then
11101 echo $ECHO_N "(cached) $ECHO_C" >&6
11102else
11103 cat >conftest.$ac_ext <<_ACEOF
11104#line $LINENO "configure"
11105/* confdefs.h. */
11106_ACEOF
11107cat confdefs.h >>conftest.$ac_ext
11108cat >>conftest.$ac_ext <<_ACEOF
11109/* end confdefs.h. */
11110
11111int
11112main ()
11113{
f09359cf 11114
e6cc62c6
VS
11115 ;
11116 return 0;
11117}
11118_ACEOF
11119rm -f conftest.$ac_objext
11120if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11121 (eval $ac_compile) 2>&5
11122 ac_status=$?
11123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11124 (exit $ac_status); } &&
11125 { ac_try='test -s conftest.$ac_objext'
11126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11127 (eval $ac_try) 2>&5
11128 ac_status=$?
11129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11130 (exit $ac_status); }; }; then
10f2d63a
VZ
11131 ac_cv_prog_cxx_g=yes
11132else
e6cc62c6
VS
11133 echo "$as_me: failed program was:" >&5
11134sed 's/^/| /' conftest.$ac_ext >&5
a0b9e27f 11135
e6cc62c6 11136ac_cv_prog_cxx_g=no
10f2d63a 11137fi
e6cc62c6
VS
11138rm -f conftest.$ac_objext conftest.$ac_ext
11139fi
11140echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
11141echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
f09359cf 11142if test "$ac_test_CXXFLAGS" = set; then
e6cc62c6 11143 CXXFLAGS=$ac_save_CXXFLAGS
f09359cf
VS
11144elif test $ac_cv_prog_cxx_g = yes; then
11145 if test "$GXX" = yes; then
10f2d63a
VZ
11146 CXXFLAGS="-g -O2"
11147 else
f09359cf 11148 CXXFLAGS="-g"
10f2d63a 11149 fi
5c0a20c3 11150else
f09359cf
VS
11151 if test "$GXX" = yes; then
11152 CXXFLAGS="-O2"
11153 else
11154 CXXFLAGS=
11155 fi
10f2d63a 11156fi
e6cc62c6 11157for ac_declaration in \
6f628073
VS
11158 ''\
11159 '#include <stdlib.h>' \
e6cc62c6
VS
11160 'extern "C" void std::exit (int) throw (); using std::exit;' \
11161 'extern "C" void std::exit (int); using std::exit;' \
11162 'extern "C" void exit (int) throw ();' \
11163 'extern "C" void exit (int);' \
11164 'void exit (int);'
11165do
11166 cat >conftest.$ac_ext <<_ACEOF
11167#line $LINENO "configure"
11168/* confdefs.h. */
11169_ACEOF
11170cat confdefs.h >>conftest.$ac_ext
11171cat >>conftest.$ac_ext <<_ACEOF
11172/* end confdefs.h. */
71e83a03 11173#include <stdlib.h>
6f628073 11174$ac_declaration
e6cc62c6
VS
11175int
11176main ()
11177{
11178exit (42);
11179 ;
11180 return 0;
11181}
11182_ACEOF
11183rm -f conftest.$ac_objext
11184if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11185 (eval $ac_compile) 2>&5
11186 ac_status=$?
11187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11188 (exit $ac_status); } &&
11189 { ac_try='test -s conftest.$ac_objext'
11190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11191 (eval $ac_try) 2>&5
11192 ac_status=$?
11193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11194 (exit $ac_status); }; }; then
11195 :
11196else
11197 echo "$as_me: failed program was:" >&5
11198sed 's/^/| /' conftest.$ac_ext >&5
11199
11200continue
11201fi
11202rm -f conftest.$ac_objext conftest.$ac_ext
11203 cat >conftest.$ac_ext <<_ACEOF
11204#line $LINENO "configure"
11205/* confdefs.h. */
11206_ACEOF
11207cat confdefs.h >>conftest.$ac_ext
11208cat >>conftest.$ac_ext <<_ACEOF
11209/* end confdefs.h. */
11210$ac_declaration
11211int
11212main ()
11213{
11214exit (42);
11215 ;
11216 return 0;
11217}
11218_ACEOF
11219rm -f conftest.$ac_objext
11220if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11221 (eval $ac_compile) 2>&5
11222 ac_status=$?
11223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11224 (exit $ac_status); } &&
11225 { ac_try='test -s conftest.$ac_objext'
11226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11227 (eval $ac_try) 2>&5
11228 ac_status=$?
11229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11230 (exit $ac_status); }; }; then
11231 break
11232else
11233 echo "$as_me: failed program was:" >&5
11234sed 's/^/| /' conftest.$ac_ext >&5
11235
11236fi
11237rm -f conftest.$ac_objext conftest.$ac_ext
11238done
11239rm -f conftest*
11240if test -n "$ac_declaration"; then
11241 echo '#ifdef __cplusplus' >>confdefs.h
11242 echo $ac_declaration >>confdefs.h
11243 echo '#endif' >>confdefs.h
11244fi
11245
11246ac_ext=cc
11247ac_cpp='$CXXCPP $CPPFLAGS'
11248ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11249ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11250ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10f2d63a
VZ
11251
11252
10f2d63a 11253ac_ext=c
10f2d63a 11254ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
11255ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11256ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11257ac_compiler_gnu=$ac_cv_c_compiler_gnu
8284b0c5
MB
11258
11259
e6cc62c6
VS
11260if test -n "$ac_tool_prefix"; then
11261 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
11262set dummy ${ac_tool_prefix}ranlib; ac_word=$2
11263echo "$as_me:$LINENO: checking for $ac_word" >&5
11264echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11265if test "${ac_cv_prog_RANLIB+set}" = set; then
11266 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a
VZ
11267else
11268 if test -n "$RANLIB"; then
11269 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
11270else
e6cc62c6
VS
11271as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11272for as_dir in $PATH
11273do
11274 IFS=$as_save_IFS
11275 test -z "$as_dir" && as_dir=.
11276 for ac_exec_ext in '' $ac_executable_extensions; do
11277 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11278 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
11279 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11280 break 2
11281 fi
11282done
11283done
11284
10f2d63a
VZ
11285fi
11286fi
e6cc62c6 11287RANLIB=$ac_cv_prog_RANLIB
10f2d63a 11288if test -n "$RANLIB"; then
e6cc62c6
VS
11289 echo "$as_me:$LINENO: result: $RANLIB" >&5
11290echo "${ECHO_T}$RANLIB" >&6
11291else
11292 echo "$as_me:$LINENO: result: no" >&5
11293echo "${ECHO_T}no" >&6
11294fi
11295
11296fi
11297if test -z "$ac_cv_prog_RANLIB"; then
11298 ac_ct_RANLIB=$RANLIB
11299 # Extract the first word of "ranlib", so it can be a program name with args.
11300set dummy ranlib; ac_word=$2
11301echo "$as_me:$LINENO: checking for $ac_word" >&5
11302echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11303if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
11304 echo $ECHO_N "(cached) $ECHO_C" >&6
328a083c 11305else
e6cc62c6
VS
11306 if test -n "$ac_ct_RANLIB"; then
11307 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
11308else
11309as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11310for as_dir in $PATH
11311do
11312 IFS=$as_save_IFS
11313 test -z "$as_dir" && as_dir=.
11314 for ac_exec_ext in '' $ac_executable_extensions; do
11315 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11316 ac_cv_prog_ac_ct_RANLIB="ranlib"
11317 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11318 break 2
11319 fi
11320done
11321done
11322
11323 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
11324fi
11325fi
11326ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
11327if test -n "$ac_ct_RANLIB"; then
11328 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
11329echo "${ECHO_T}$ac_ct_RANLIB" >&6
11330else
11331 echo "$as_me:$LINENO: result: no" >&5
11332echo "${ECHO_T}no" >&6
11333fi
11334
11335 RANLIB=$ac_ct_RANLIB
11336else
11337 RANLIB="$ac_cv_prog_RANLIB"
328a083c
RR
11338fi
11339
10f2d63a
VZ
11340
11341# Extract the first word of "ar", so it can be a program name with args.
11342set dummy ar; ac_word=$2
e6cc62c6
VS
11343echo "$as_me:$LINENO: checking for $ac_word" >&5
11344echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11345if test "${ac_cv_prog_AR+set}" = set; then
11346 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a
VZ
11347else
11348 if test -n "$AR"; then
11349 ac_cv_prog_AR="$AR" # Let the user override the test.
11350else
e6cc62c6
VS
11351as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11352for as_dir in $PATH
11353do
11354 IFS=$as_save_IFS
11355 test -z "$as_dir" && as_dir=.
11356 for ac_exec_ext in '' $ac_executable_extensions; do
11357 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11358 ac_cv_prog_AR="ar"
11359 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11360 break 2
11361 fi
11362done
11363done
11364
10f2d63a
VZ
11365fi
11366fi
e6cc62c6 11367AR=$ac_cv_prog_AR
10f2d63a 11368if test -n "$AR"; then
e6cc62c6
VS
11369 echo "$as_me:$LINENO: result: $AR" >&5
11370echo "${ECHO_T}$AR" >&6
10f2d63a 11371else
e6cc62c6
VS
11372 echo "$as_me:$LINENO: result: no" >&5
11373echo "${ECHO_T}no" >&6
10f2d63a
VZ
11374fi
11375
911740e7
VS
11376if test "x$AR" = "x" ; then
11377 { { echo "$as_me:$LINENO: error: ar is needed to build wxWindows" >&5
11378echo "$as_me: error: ar is needed to build wxWindows" >&2;}
11379 { (exit 1); exit 1; }; }
11380fi
8284b0c5 11381
6054113a 11382# Find a good install program. We prefer a C program (faster),
10f2d63a
VZ
11383# so one script is as good as another. But avoid the broken or
11384# incompatible versions:
11385# SysV /etc/install, /usr/sbin/install
11386# SunOS /usr/etc/install
11387# IRIX /sbin/install
11388# AIX /bin/install
e6cc62c6 11389# AmigaOS /C/install, which installs bootblocks on floppy discs
f09359cf 11390# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
10f2d63a
VZ
11391# AFS /usr/afsws/bin/install, which mishandles nonexistent args
11392# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
11393# ./install, which can be erroneously created by make from ./install.sh.
e6cc62c6
VS
11394echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
11395echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
10f2d63a 11396if test -z "$INSTALL"; then
e6cc62c6
VS
11397if test "${ac_cv_path_install+set}" = set; then
11398 echo $ECHO_N "(cached) $ECHO_C" >&6
11399else
11400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11401for as_dir in $PATH
11402do
11403 IFS=$as_save_IFS
11404 test -z "$as_dir" && as_dir=.
11405 # Account for people who put trailing slashes in PATH elements.
11406case $as_dir/ in
11407 ./ | .// | /cC/* | \
11408 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
11409 /usr/ucb/* ) ;;
11410 *)
11411 # OSF1 and SCO ODT 3.0 have their own names for install.
11412 # Don't use installbsd from OSF since it installs stuff as root
11413 # by default.
11414 for ac_prog in ginstall scoinst install; do
11415 for ac_exec_ext in '' $ac_executable_extensions; do
11416 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
11417 if test $ac_prog = install &&
11418 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
11419 # AIX install. It has an incompatible calling convention.
11420 :
11421 elif test $ac_prog = install &&
11422 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
11423 # program-specific install script used by HP pwplus--don't use.
11424 :
11425 else
11426 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
11427 break 3
11428 fi
11429 fi
10f2d63a 11430 done
e6cc62c6
VS
11431 done
11432 ;;
11433esac
11434done
11435
10f2d63a
VZ
11436
11437fi
11438 if test "${ac_cv_path_install+set}" = set; then
e6cc62c6 11439 INSTALL=$ac_cv_path_install
10f2d63a
VZ
11440 else
11441 # As a last resort, use the slow shell script. We don't cache a
11442 # path for INSTALL within a source directory, because that will
11443 # break other packages using the cache if that directory is
11444 # removed, or if the path is relative.
e6cc62c6 11445 INSTALL=$ac_install_sh
10f2d63a
VZ
11446 fi
11447fi
e6cc62c6
VS
11448echo "$as_me:$LINENO: result: $INSTALL" >&5
11449echo "${ECHO_T}$INSTALL" >&6
10f2d63a
VZ
11450
11451# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
11452# It thinks the first close brace ends the variable substitution.
11453test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
11454
e6cc62c6 11455test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
f09359cf 11456
10f2d63a
VZ
11457test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
11458
8284b0c5 11459
1d1b75ac
VZ
11460case ${INSTALL} in
11461 /* ) # Absolute
11462 ;;
4f5a7f74
VZ
11463 ?:* ) # Drive letter, considered as absolute.
11464 ;;
3bd8fb5f 11465 *)
1d1b75ac
VZ
11466 INSTALL=`pwd`/${INSTALL} ;;
11467esac
11468
4f5a7f74
VZ
11469case ${host} in
11470 *-hp-hpux* )
11471 INSTALL_DIR="mkdir"
11472 ;;
11473
11474 *) INSTALL_DIR="$INSTALL -d"
11475 ;;
11476esac
11477
8284b0c5 11478
6054113a
GD
11479case "${host}" in
11480
b5853384 11481 powerpc-*-darwin* )
eb99ae0b
GD
11482 INSTALL_PROGRAM="cp -fp"
11483 INSTALL_DATA="cp -fp"
6054113a
GD
11484 ;;
11485 *)
11486 ;;
d6853540 11487esac
698dcdb6 11488
10f2d63a
VZ
11489# Extract the first word of "strip", so it can be a program name with args.
11490set dummy strip; ac_word=$2
e6cc62c6
VS
11491echo "$as_me:$LINENO: checking for $ac_word" >&5
11492echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11493if test "${ac_cv_prog_STRIP+set}" = set; then
11494 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a
VZ
11495else
11496 if test -n "$STRIP"; then
11497 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
11498else
e6cc62c6
VS
11499as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11500for as_dir in $PATH
11501do
11502 IFS=$as_save_IFS
11503 test -z "$as_dir" && as_dir=.
11504 for ac_exec_ext in '' $ac_executable_extensions; do
11505 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11506 ac_cv_prog_STRIP="strip"
11507 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11508 break 2
11509 fi
11510done
11511done
11512
10f2d63a
VZ
11513 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
11514fi
11515fi
e6cc62c6 11516STRIP=$ac_cv_prog_STRIP
10f2d63a 11517if test -n "$STRIP"; then
e6cc62c6
VS
11518 echo "$as_me:$LINENO: result: $STRIP" >&5
11519echo "${ECHO_T}$STRIP" >&6
10f2d63a 11520else
e6cc62c6
VS
11521 echo "$as_me:$LINENO: result: no" >&5
11522echo "${ECHO_T}no" >&6
10f2d63a
VZ
11523fi
11524
5c6fa7d2 11525
e6cc62c6
VS
11526echo "$as_me:$LINENO: checking if make is GNU make" >&5
11527echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
11528if test "${wx_cv_prog_makeisgnu+set}" = set; then
11529 echo $ECHO_N "(cached) $ECHO_C" >&6
8284b0c5 11530else
e6cc62c6 11531
414eab6d 11532 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
d558c907 11533 egrep -s GNU > /dev/null); then
414eab6d
VZ
11534 wx_cv_prog_makeisgnu="yes"
11535 else
11536 wx_cv_prog_makeisgnu="no"
11537 fi
11538
11539fi
e6cc62c6
VS
11540echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5
11541echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6
414eab6d
VZ
11542
11543if test "x$wx_cv_prog_makeisgnu" = "xyes"; then
11544 IF_GNU_MAKE=""
11545else
11546 IF_GNU_MAKE="#"
11547fi
11548
8284b0c5
MB
11549
11550
414eab6d 11551if test "x$wx_cv_prog_makeisgnu" != "xyes"; then
e6cc62c6
VS
11552echo "$as_me:$LINENO: checking if make supports VPATH" >&5
11553echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6
11554if test "${wx_cv_prog_makevpath+set}" = set; then
11555 echo $ECHO_N "(cached) $ECHO_C" >&6
04e7a216 11556else
e6cc62c6 11557
10f2d63a
VZ
11558cat - << EOF > confMake
11559check : file
11560 cp \$? \$@
11561 cp \$? final_file
11562EOF
11563
11564if test ! -d sub ; then
11565 mkdir sub
11566fi
11567echo dummy > sub/file
f6bcfd97 11568${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null
10f2d63a
VZ
11569RESULT=$?
11570rm -f sub/file check final_file confMake
11571rmdir sub
11572if test "$RESULT" = 0; then
04e7a216 11573 wx_cv_prog_makevpath="yes"
10f2d63a 11574else
04e7a216
VZ
11575 wx_cv_prog_makevpath="no"
11576fi
11577
11578fi
e6cc62c6
VS
11579echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5
11580echo "${ECHO_T}$wx_cv_prog_makevpath" >&6
04e7a216
VZ
11581
11582if test "x$wx_cv_prog_makevpath" != "xyes"; then
e6cc62c6 11583{ { echo "$as_me:$LINENO: error:
5c6fa7d2
RR
11584You need a make-utility that is able to use the variable
11585VPATH correctly.
11586If your version of make does not support VPATH correctly,
11587please install GNU-make (possibly as gmake), and start
11588configure with the following command:
11589export MAKE=gmake; ./configure for sh-type shells
11590setenv MAKE gmake; ./configure for csh-type shells
11591Also please do remember to use gmake in this case every time
11592you are trying to compile.
e6cc62c6
VS
11593" >&5
11594echo "$as_me: error:
11595You need a make-utility that is able to use the variable
11596VPATH correctly.
11597If your version of make does not support VPATH correctly,
11598please install GNU-make (possibly as gmake), and start
11599configure with the following command:
11600export MAKE=gmake; ./configure for sh-type shells
11601setenv MAKE gmake; ./configure for csh-type shells
11602Also please do remember to use gmake in this case every time
11603you are trying to compile.
11604" >&2;}
11605 { (exit 1); exit 1; }; }
11606fi fi
10f2d63a
VZ
11607for ac_prog in 'bison -y' byacc
11608do
e6cc62c6 11609 # Extract the first word of "$ac_prog", so it can be a program name with args.
10f2d63a 11610set dummy $ac_prog; ac_word=$2
e6cc62c6
VS
11611echo "$as_me:$LINENO: checking for $ac_word" >&5
11612echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11613if test "${ac_cv_prog_YACC+set}" = set; then
11614 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a
VZ
11615else
11616 if test -n "$YACC"; then
11617 ac_cv_prog_YACC="$YACC" # Let the user override the test.
11618else
e6cc62c6
VS
11619as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11620for as_dir in $PATH
11621do
11622 IFS=$as_save_IFS
11623 test -z "$as_dir" && as_dir=.
11624 for ac_exec_ext in '' $ac_executable_extensions; do
11625 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11626 ac_cv_prog_YACC="$ac_prog"
11627 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11628 break 2
11629 fi
11630done
11631done
11632
10f2d63a
VZ
11633fi
11634fi
e6cc62c6 11635YACC=$ac_cv_prog_YACC
10f2d63a 11636if test -n "$YACC"; then
e6cc62c6
VS
11637 echo "$as_me:$LINENO: result: $YACC" >&5
11638echo "${ECHO_T}$YACC" >&6
10f2d63a 11639else
e6cc62c6
VS
11640 echo "$as_me:$LINENO: result: no" >&5
11641echo "${ECHO_T}no" >&6
10f2d63a
VZ
11642fi
11643
e6cc62c6 11644 test -n "$YACC" && break
10f2d63a
VZ
11645done
11646test -n "$YACC" || YACC="yacc"
11647
8284b0c5 11648
e6cc62c6
VS
11649for ac_prog in flex lex
11650do
11651 # Extract the first word of "$ac_prog", so it can be a program name with args.
11652set dummy $ac_prog; ac_word=$2
11653echo "$as_me:$LINENO: checking for $ac_word" >&5
11654echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11655if test "${ac_cv_prog_LEX+set}" = set; then
11656 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a
VZ
11657else
11658 if test -n "$LEX"; then
11659 ac_cv_prog_LEX="$LEX" # Let the user override the test.
11660else
e6cc62c6
VS
11661as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11662for as_dir in $PATH
11663do
11664 IFS=$as_save_IFS
11665 test -z "$as_dir" && as_dir=.
11666 for ac_exec_ext in '' $ac_executable_extensions; do
11667 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11668 ac_cv_prog_LEX="$ac_prog"
11669 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11670 break 2
11671 fi
11672done
11673done
11674
10f2d63a
VZ
11675fi
11676fi
e6cc62c6 11677LEX=$ac_cv_prog_LEX
10f2d63a 11678if test -n "$LEX"; then
e6cc62c6
VS
11679 echo "$as_me:$LINENO: result: $LEX" >&5
11680echo "${ECHO_T}$LEX" >&6
10f2d63a 11681else
e6cc62c6
VS
11682 echo "$as_me:$LINENO: result: no" >&5
11683echo "${ECHO_T}no" >&6
10f2d63a
VZ
11684fi
11685
e6cc62c6
VS
11686 test -n "$LEX" && break
11687done
11688test -n "$LEX" || LEX=":"
11689
10f2d63a
VZ
11690if test -z "$LEXLIB"
11691then
e6cc62c6
VS
11692 echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
11693echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
11694if test "${ac_cv_lib_fl_yywrap+set}" = set; then
11695 echo $ECHO_N "(cached) $ECHO_C" >&6
11696else
11697 ac_check_lib_save_LIBS=$LIBS
11698LIBS="-lfl $LIBS"
11699cat >conftest.$ac_ext <<_ACEOF
11700#line $LINENO "configure"
11701/* confdefs.h. */
11702_ACEOF
11703cat confdefs.h >>conftest.$ac_ext
11704cat >>conftest.$ac_ext <<_ACEOF
11705/* end confdefs.h. */
11706
11707/* Override any gcc2 internal prototype to avoid an error. */
11708#ifdef __cplusplus
11709extern "C"
11710#endif
11711/* We use char because int might match the return type of a gcc2
11712 builtin and then its argument prototype would still apply. */
11713char yywrap ();
11714int
11715main ()
11716{
11717yywrap ();
11718 ;
11719 return 0;
11720}
11721_ACEOF
11722rm -f conftest.$ac_objext conftest$ac_exeext
11723if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11724 (eval $ac_link) 2>&5
11725 ac_status=$?
11726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11727 (exit $ac_status); } &&
11728 { ac_try='test -s conftest$ac_exeext'
11729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11730 (eval $ac_try) 2>&5
11731 ac_status=$?
11732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11733 (exit $ac_status); }; }; then
11734 ac_cv_lib_fl_yywrap=yes
11735else
11736 echo "$as_me: failed program was:" >&5
11737sed 's/^/| /' conftest.$ac_ext >&5
11738
11739ac_cv_lib_fl_yywrap=no
11740fi
11741rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11742LIBS=$ac_check_lib_save_LIBS
11743fi
11744echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
11745echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
11746if test $ac_cv_lib_fl_yywrap = yes; then
11747 LEXLIB="-lfl"
11748else
11749 echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
11750echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
11751if test "${ac_cv_lib_l_yywrap+set}" = set; then
11752 echo $ECHO_N "(cached) $ECHO_C" >&6
11753else
11754 ac_check_lib_save_LIBS=$LIBS
11755LIBS="-ll $LIBS"
11756cat >conftest.$ac_ext <<_ACEOF
11757#line $LINENO "configure"
11758/* confdefs.h. */
11759_ACEOF
11760cat confdefs.h >>conftest.$ac_ext
11761cat >>conftest.$ac_ext <<_ACEOF
11762/* end confdefs.h. */
11763
247f5006 11764/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
11765#ifdef __cplusplus
11766extern "C"
11767#endif
247f5006 11768/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
11769 builtin and then its argument prototype would still apply. */
11770char yywrap ();
11771int
11772main ()
11773{
11774yywrap ();
11775 ;
11776 return 0;
11777}
11778_ACEOF
11779rm -f conftest.$ac_objext conftest$ac_exeext
11780if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11781 (eval $ac_link) 2>&5
11782 ac_status=$?
11783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11784 (exit $ac_status); } &&
11785 { ac_try='test -s conftest$ac_exeext'
11786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11787 (eval $ac_try) 2>&5
11788 ac_status=$?
11789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11790 (exit $ac_status); }; }; then
11791 ac_cv_lib_l_yywrap=yes
11792else
11793 echo "$as_me: failed program was:" >&5
11794sed 's/^/| /' conftest.$ac_ext >&5
11795
11796ac_cv_lib_l_yywrap=no
11797fi
11798rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11799LIBS=$ac_check_lib_save_LIBS
11800fi
11801echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
11802echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
11803if test $ac_cv_lib_l_yywrap = yes; then
11804 LEXLIB="-ll"
11805fi
10f2d63a 11806
10f2d63a 11807fi
8284b0c5 11808
10f2d63a 11809fi
e6cc62c6
VS
11810
11811if test "x$LEX" != "x:"; then
11812 echo "$as_me:$LINENO: checking lex output file root" >&5
11813echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
11814if test "${ac_cv_prog_lex_root+set}" = set; then
11815 echo $ECHO_N "(cached) $ECHO_C" >&6
11816else
11817 # The minimal lex program is just a single line: %%. But some broken lexes
11818# (Solaris, I think it was) want two %% lines, so accommodate them.
11819cat >conftest.l <<_ACEOF
11820%%
11821%%
11822_ACEOF
11823{ (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
11824 (eval $LEX conftest.l) 2>&5
11825 ac_status=$?
11826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11827 (exit $ac_status); }
11828if test -f lex.yy.c; then
11829 ac_cv_prog_lex_root=lex.yy
11830elif test -f lexyy.c; then
11831 ac_cv_prog_lex_root=lexyy
8284b0c5 11832else
e6cc62c6
VS
11833 { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
11834echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
11835 { (exit 1); exit 1; }; }
10f2d63a 11836fi
a0b9e27f 11837fi
e6cc62c6
VS
11838echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
11839echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
11840rm -f conftest.l
11841LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
10f2d63a 11842
e6cc62c6
VS
11843echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
11844echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
11845if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
11846 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a 11847else
e6cc62c6
VS
11848 # POSIX says lex can declare yytext either as a pointer or an array; the
11849# default is implementation-dependent. Figure out which it is, since
11850# not all implementations provide the %pointer and %array declarations.
11851ac_cv_prog_lex_yytext_pointer=no
11852echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
11853ac_save_LIBS=$LIBS
11854LIBS="$LIBS $LEXLIB"
11855cat >conftest.$ac_ext <<_ACEOF
11856`cat $LEX_OUTPUT_ROOT.c`
11857_ACEOF
11858rm -f conftest.$ac_objext conftest$ac_exeext
11859if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11860 (eval $ac_link) 2>&5
11861 ac_status=$?
11862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11863 (exit $ac_status); } &&
11864 { ac_try='test -s conftest$ac_exeext'
11865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11866 (eval $ac_try) 2>&5
11867 ac_status=$?
11868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11869 (exit $ac_status); }; }; then
11870 ac_cv_prog_lex_yytext_pointer=yes
10f2d63a 11871else
e6cc62c6
VS
11872 echo "$as_me: failed program was:" >&5
11873sed 's/^/| /' conftest.$ac_ext >&5
11874
10f2d63a 11875fi
e6cc62c6
VS
11876rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11877LIBS=$ac_save_LIBS
11878rm -f "${LEX_OUTPUT_ROOT}.c"
11879
11880fi
11881echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
11882echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
11883if test $ac_cv_prog_lex_yytext_pointer = yes; then
11884
11885cat >>confdefs.h <<\_ACEOF
11886#define YYTEXT_POINTER 1
11887_ACEOF
11888
a0b9e27f 11889fi
e6cc62c6
VS
11890
11891fi
11892
11893echo "$as_me:$LINENO: checking whether ln -s works" >&5
11894echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
11895LN_S=$as_ln_s
11896if test "$LN_S" = "ln -s"; then
11897 echo "$as_me:$LINENO: result: yes" >&5
11898echo "${ECHO_T}yes" >&6
10f2d63a 11899else
e6cc62c6
VS
11900 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
11901echo "${ECHO_T}no, using $LN_S" >&6
5c6fa7d2 11902fi
5c6fa7d2 11903
247f5006 11904
2b5f62a0
VZ
11905case "${host}" in
11906 *-pc-os2_emx | *-pc-os2-emx )
11907 LIBS="$LIBS -lstdcpp"
11908 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
e6cc62c6
VS
11909 echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
11910echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6
11911if test "${ac_cv_lib_cExt_drand48+set}" = set; then
11912 echo $ECHO_N "(cached) $ECHO_C" >&6
2b5f62a0 11913else
e6cc62c6 11914 ac_check_lib_save_LIBS=$LIBS
2b5f62a0 11915LIBS="-lcExt $LIBS"
e6cc62c6
VS
11916cat >conftest.$ac_ext <<_ACEOF
11917#line $LINENO "configure"
11918/* confdefs.h. */
11919_ACEOF
11920cat confdefs.h >>conftest.$ac_ext
11921cat >>conftest.$ac_ext <<_ACEOF
11922/* end confdefs.h. */
11923
2b5f62a0 11924/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
11925#ifdef __cplusplus
11926extern "C"
11927#endif
2b5f62a0 11928/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
11929 builtin and then its argument prototype would still apply. */
11930char drand48 ();
11931int
11932main ()
11933{
11934drand48 ();
11935 ;
11936 return 0;
11937}
11938_ACEOF
11939rm -f conftest.$ac_objext conftest$ac_exeext
11940if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11941 (eval $ac_link) 2>&5
11942 ac_status=$?
11943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11944 (exit $ac_status); } &&
11945 { ac_try='test -s conftest$ac_exeext'
11946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11947 (eval $ac_try) 2>&5
11948 ac_status=$?
11949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11950 (exit $ac_status); }; }; then
11951 ac_cv_lib_cExt_drand48=yes
11952else
11953 echo "$as_me: failed program was:" >&5
11954sed 's/^/| /' conftest.$ac_ext >&5
11955
11956ac_cv_lib_cExt_drand48=no
11957fi
11958rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11959LIBS=$ac_check_lib_save_LIBS
11960fi
11961echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
11962echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6
11963if test $ac_cv_lib_cExt_drand48 = yes; then
2b5f62a0 11964 LIBS="$LIBS -lcExt"
2b5f62a0
VZ
11965fi
11966
11967 else
11968 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
11969 fi
11970 ;;
11971esac
11972
a0b9e27f 11973
01aa5863
VS
11974if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then
11975 echo "$as_me:$LINENO: checking for strings.h" >&5
11976echo $ECHO_N "checking for strings.h... $ECHO_C" >&6
11977if test "${ac_cv_header_strings_h+set}" = set; then
11978 echo $ECHO_N "(cached) $ECHO_C" >&6
11979else
11980 ac_cv_header_strings_h=no
11981fi
11982echo "$as_me:$LINENO: result: $ac_cv_header_strings_h" >&5
11983echo "${ECHO_T}$ac_cv_header_strings_h" >&6
11984 if test "$ac_cv_header_strings_h" = "no"; then
11985 echo "$as_me:$LINENO: result: forced no into cache" >&5
11986echo "${ECHO_T}forced no into cache" >&6
11987 else
11988 { echo "$as_me:$LINENO: WARNING: strings.h is not compatible with Mac OS X" >&5
11989echo "$as_me: WARNING: strings.h is not compatible with Mac OS X" >&2;}
11990 fi
11991fi
11992echo "$as_me:$LINENO: checking for ANSI C header files" >&5
e6cc62c6
VS
11993echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
11994if test "${ac_cv_header_stdc+set}" = set; then
11995 echo $ECHO_N "(cached) $ECHO_C" >&6
11996else
11997 cat >conftest.$ac_ext <<_ACEOF
11998#line $LINENO "configure"
11999/* confdefs.h. */
12000_ACEOF
12001cat confdefs.h >>conftest.$ac_ext
12002cat >>conftest.$ac_ext <<_ACEOF
12003/* end confdefs.h. */
12004#include <stdlib.h>
12005#include <stdarg.h>
12006#include <string.h>
12007#include <float.h>
247f5006 12008
e6cc62c6
VS
12009int
12010main ()
12011{
90dd450c 12012
e6cc62c6
VS
12013 ;
12014 return 0;
12015}
12016_ACEOF
12017rm -f conftest.$ac_objext
12018if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12019 (eval $ac_compile) 2>&5
12020 ac_status=$?
12021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12022 (exit $ac_status); } &&
12023 { ac_try='test -s conftest.$ac_objext'
12024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12025 (eval $ac_try) 2>&5
12026 ac_status=$?
12027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12028 (exit $ac_status); }; }; then
12029 ac_cv_header_stdc=yes
8284b0c5 12030else
e6cc62c6
VS
12031 echo "$as_me: failed program was:" >&5
12032sed 's/^/| /' conftest.$ac_ext >&5
12033
12034ac_cv_header_stdc=no
21d1c967 12035fi
e6cc62c6 12036rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 12037
e6cc62c6
VS
12038if test $ac_cv_header_stdc = yes; then
12039 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
12040 cat >conftest.$ac_ext <<_ACEOF
12041#line $LINENO "configure"
12042/* confdefs.h. */
12043_ACEOF
12044cat confdefs.h >>conftest.$ac_ext
12045cat >>conftest.$ac_ext <<_ACEOF
12046/* end confdefs.h. */
12047#include <string.h>
12048
12049_ACEOF
12050if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12051 $EGREP "memchr" >/dev/null 2>&1; then
12052 :
12053else
12054 ac_cv_header_stdc=no
3a922bb4 12055fi
a0b9e27f 12056rm -f conftest*
e6cc62c6 12057
90dd450c 12058fi
e6cc62c6
VS
12059
12060if test $ac_cv_header_stdc = yes; then
12061 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
12062 cat >conftest.$ac_ext <<_ACEOF
12063#line $LINENO "configure"
12064/* confdefs.h. */
12065_ACEOF
12066cat confdefs.h >>conftest.$ac_ext
12067cat >>conftest.$ac_ext <<_ACEOF
12068/* end confdefs.h. */
12069#include <stdlib.h>
12070
12071_ACEOF
12072if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12073 $EGREP "free" >/dev/null 2>&1; then
12074 :
a0b9e27f 12075else
e6cc62c6 12076 ac_cv_header_stdc=no
21d1c967 12077fi
e6cc62c6 12078rm -f conftest*
247f5006
VZ
12079
12080fi
e6cc62c6
VS
12081
12082if test $ac_cv_header_stdc = yes; then
12083 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
12084 if test "$cross_compiling" = yes; then
12085 :
12086else
12087 cat >conftest.$ac_ext <<_ACEOF
12088#line $LINENO "configure"
12089/* confdefs.h. */
12090_ACEOF
12091cat confdefs.h >>conftest.$ac_ext
12092cat >>conftest.$ac_ext <<_ACEOF
12093/* end confdefs.h. */
12094#include <ctype.h>
12095#if ((' ' & 0x0FF) == 0x020)
12096# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12097# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12098#else
12099# define ISLOWER(c) \
12100 (('a' <= (c) && (c) <= 'i') \
12101 || ('j' <= (c) && (c) <= 'r') \
12102 || ('s' <= (c) && (c) <= 'z'))
12103# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12104#endif
12105
12106#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
12107int
12108main ()
12109{
12110 int i;
12111 for (i = 0; i < 256; i++)
12112 if (XOR (islower (i), ISLOWER (i))
12113 || toupper (i) != TOUPPER (i))
12114 exit(2);
12115 exit (0);
12116}
12117_ACEOF
12118rm -f conftest$ac_exeext
12119if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12120 (eval $ac_link) 2>&5
12121 ac_status=$?
12122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12123 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12125 (eval $ac_try) 2>&5
12126 ac_status=$?
12127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12128 (exit $ac_status); }; }; then
12129 :
a0b9e27f 12130else
e6cc62c6
VS
12131 echo "$as_me: program exited with status $ac_status" >&5
12132echo "$as_me: failed program was:" >&5
12133sed 's/^/| /' conftest.$ac_ext >&5
12134
12135( exit $ac_status )
12136ac_cv_header_stdc=no
12137fi
12138rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12139fi
12140fi
12141fi
12142echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
12143echo "${ECHO_T}$ac_cv_header_stdc" >&6
12144if test $ac_cv_header_stdc = yes; then
12145
12146cat >>confdefs.h <<\_ACEOF
12147#define STDC_HEADERS 1
12148_ACEOF
12149
a0b9e27f 12150fi
e6cc62c6
VS
12151
12152# On IRIX 5.3, sys/types and inttypes.h are conflicting.
12153
12154
12155
12156
12157
12158
12159
12160
12161
12162for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
12163 inttypes.h stdint.h unistd.h
12164do
12165as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12166echo "$as_me:$LINENO: checking for $ac_header" >&5
12167echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12168if eval "test \"\${$as_ac_Header+set}\" = set"; then
12169 echo $ECHO_N "(cached) $ECHO_C" >&6
12170else
12171 cat >conftest.$ac_ext <<_ACEOF
12172#line $LINENO "configure"
12173/* confdefs.h. */
12174_ACEOF
12175cat confdefs.h >>conftest.$ac_ext
12176cat >>conftest.$ac_ext <<_ACEOF
12177/* end confdefs.h. */
12178$ac_includes_default
12179
12180#include <$ac_header>
12181_ACEOF
12182rm -f conftest.$ac_objext
12183if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12184 (eval $ac_compile) 2>&5
12185 ac_status=$?
12186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12187 (exit $ac_status); } &&
12188 { ac_try='test -s conftest.$ac_objext'
12189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12190 (eval $ac_try) 2>&5
12191 ac_status=$?
12192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12193 (exit $ac_status); }; }; then
12194 eval "$as_ac_Header=yes"
12195else
12196 echo "$as_me: failed program was:" >&5
12197sed 's/^/| /' conftest.$ac_ext >&5
12198
12199eval "$as_ac_Header=no"
12200fi
12201rm -f conftest.$ac_objext conftest.$ac_ext
12202fi
12203echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12204echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12205if test `eval echo '${'$as_ac_Header'}'` = yes; then
12206 cat >>confdefs.h <<_ACEOF
12207#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12208_ACEOF
12209
12210fi
12211
a0b9e27f 12212done
90dd450c 12213
e6cc62c6
VS
12214
12215
12216for ac_header in strings.h
21d1c967 12217do
e6cc62c6
VS
12218as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12219if eval "test \"\${$as_ac_Header+set}\" = set"; then
12220 echo "$as_me:$LINENO: checking for $ac_header" >&5
12221echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12222if eval "test \"\${$as_ac_Header+set}\" = set"; then
12223 echo $ECHO_N "(cached) $ECHO_C" >&6
12224fi
12225echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12226echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12227else
12228 # Is the header compilable?
12229echo "$as_me:$LINENO: checking $ac_header usability" >&5
12230echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12231cat >conftest.$ac_ext <<_ACEOF
12232#line $LINENO "configure"
12233/* confdefs.h. */
12234_ACEOF
12235cat confdefs.h >>conftest.$ac_ext
12236cat >>conftest.$ac_ext <<_ACEOF
12237/* end confdefs.h. */
12238$ac_includes_default
12239#include <$ac_header>
12240_ACEOF
12241rm -f conftest.$ac_objext
12242if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12243 (eval $ac_compile) 2>&5
12244 ac_status=$?
12245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12246 (exit $ac_status); } &&
12247 { ac_try='test -s conftest.$ac_objext'
12248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12249 (eval $ac_try) 2>&5
12250 ac_status=$?
12251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12252 (exit $ac_status); }; }; then
12253 ac_header_compiler=yes
12254else
12255 echo "$as_me: failed program was:" >&5
12256sed 's/^/| /' conftest.$ac_ext >&5
12257
12258ac_header_compiler=no
12259fi
12260rm -f conftest.$ac_objext conftest.$ac_ext
12261echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12262echo "${ECHO_T}$ac_header_compiler" >&6
12263
12264# Is the header present?
12265echo "$as_me:$LINENO: checking $ac_header presence" >&5
12266echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12267cat >conftest.$ac_ext <<_ACEOF
12268#line $LINENO "configure"
12269/* confdefs.h. */
12270_ACEOF
12271cat confdefs.h >>conftest.$ac_ext
12272cat >>conftest.$ac_ext <<_ACEOF
12273/* end confdefs.h. */
12274#include <$ac_header>
12275_ACEOF
12276if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12277 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12278 ac_status=$?
12279 grep -v '^ *+' conftest.er1 >conftest.err
12280 rm -f conftest.er1
12281 cat conftest.err >&5
12282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12283 (exit $ac_status); } >/dev/null; then
12284 if test -s conftest.err; then
12285 ac_cpp_err=$ac_c_preproc_warn_flag
12286 else
12287 ac_cpp_err=
12288 fi
12289else
12290 ac_cpp_err=yes
12291fi
12292if test -z "$ac_cpp_err"; then
12293 ac_header_preproc=yes
12294else
12295 echo "$as_me: failed program was:" >&5
12296sed 's/^/| /' conftest.$ac_ext >&5
12297
12298 ac_header_preproc=no
12299fi
12300rm -f conftest.err conftest.$ac_ext
12301echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12302echo "${ECHO_T}$ac_header_preproc" >&6
12303
12304# So? What about this header?
12305case $ac_header_compiler:$ac_header_preproc in
12306 yes:no )
12307 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12308echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12309 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12310echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12311 (
12312 cat <<\_ASBOX
12313## ------------------------------------ ##
12314## Report this to bug-autoconf@gnu.org. ##
12315## ------------------------------------ ##
12316_ASBOX
12317 ) |
12318 sed "s/^/$as_me: WARNING: /" >&2
12319 ;;
12320 no:yes )
12321 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12322echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12323 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12324echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12325 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12326echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12327 (
12328 cat <<\_ASBOX
12329## ------------------------------------ ##
12330## Report this to bug-autoconf@gnu.org. ##
12331## ------------------------------------ ##
12332_ASBOX
12333 ) |
12334 sed "s/^/$as_me: WARNING: /" >&2
12335 ;;
12336esac
12337echo "$as_me:$LINENO: checking for $ac_header" >&5
12338echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12339if eval "test \"\${$as_ac_Header+set}\" = set"; then
12340 echo $ECHO_N "(cached) $ECHO_C" >&6
12341else
12342 eval "$as_ac_Header=$ac_header_preproc"
a0b9e27f 12343fi
e6cc62c6
VS
12344echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12345echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12346
a0b9e27f 12347fi
e6cc62c6
VS
12348if test `eval echo '${'$as_ac_Header'}'` = yes; then
12349 cat >>confdefs.h <<_ACEOF
12350#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12351_ACEOF
12352
12353fi
12354
12355done
12356
e6cc62c6
VS
12357
12358
12359for ac_header in stdlib.h
12360do
12361as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12362if eval "test \"\${$as_ac_Header+set}\" = set"; then
12363 echo "$as_me:$LINENO: checking for $ac_header" >&5
12364echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12365if eval "test \"\${$as_ac_Header+set}\" = set"; then
12366 echo $ECHO_N "(cached) $ECHO_C" >&6
12367fi
12368echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12369echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12370else
12371 # Is the header compilable?
12372echo "$as_me:$LINENO: checking $ac_header usability" >&5
12373echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12374cat >conftest.$ac_ext <<_ACEOF
12375#line $LINENO "configure"
12376/* confdefs.h. */
12377_ACEOF
12378cat confdefs.h >>conftest.$ac_ext
12379cat >>conftest.$ac_ext <<_ACEOF
12380/* end confdefs.h. */
12381$ac_includes_default
12382#include <$ac_header>
12383_ACEOF
12384rm -f conftest.$ac_objext
12385if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12386 (eval $ac_compile) 2>&5
12387 ac_status=$?
12388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12389 (exit $ac_status); } &&
12390 { ac_try='test -s conftest.$ac_objext'
12391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12392 (eval $ac_try) 2>&5
12393 ac_status=$?
12394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12395 (exit $ac_status); }; }; then
12396 ac_header_compiler=yes
12397else
12398 echo "$as_me: failed program was:" >&5
12399sed 's/^/| /' conftest.$ac_ext >&5
12400
12401ac_header_compiler=no
12402fi
12403rm -f conftest.$ac_objext conftest.$ac_ext
12404echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12405echo "${ECHO_T}$ac_header_compiler" >&6
12406
12407# Is the header present?
12408echo "$as_me:$LINENO: checking $ac_header presence" >&5
12409echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12410cat >conftest.$ac_ext <<_ACEOF
12411#line $LINENO "configure"
12412/* confdefs.h. */
12413_ACEOF
12414cat confdefs.h >>conftest.$ac_ext
12415cat >>conftest.$ac_ext <<_ACEOF
12416/* end confdefs.h. */
12417#include <$ac_header>
12418_ACEOF
12419if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12420 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12421 ac_status=$?
12422 grep -v '^ *+' conftest.er1 >conftest.err
12423 rm -f conftest.er1
12424 cat conftest.err >&5
12425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12426 (exit $ac_status); } >/dev/null; then
12427 if test -s conftest.err; then
12428 ac_cpp_err=$ac_c_preproc_warn_flag
12429 else
12430 ac_cpp_err=
12431 fi
12432else
12433 ac_cpp_err=yes
12434fi
12435if test -z "$ac_cpp_err"; then
12436 ac_header_preproc=yes
12437else
12438 echo "$as_me: failed program was:" >&5
12439sed 's/^/| /' conftest.$ac_ext >&5
12440
12441 ac_header_preproc=no
12442fi
12443rm -f conftest.err conftest.$ac_ext
12444echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12445echo "${ECHO_T}$ac_header_preproc" >&6
12446
12447# So? What about this header?
12448case $ac_header_compiler:$ac_header_preproc in
12449 yes:no )
12450 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12451echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12452 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12453echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12454 (
12455 cat <<\_ASBOX
12456## ------------------------------------ ##
12457## Report this to bug-autoconf@gnu.org. ##
12458## ------------------------------------ ##
12459_ASBOX
12460 ) |
12461 sed "s/^/$as_me: WARNING: /" >&2
12462 ;;
12463 no:yes )
12464 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12465echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12466 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12467echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12468 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12469echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12470 (
12471 cat <<\_ASBOX
12472## ------------------------------------ ##
12473## Report this to bug-autoconf@gnu.org. ##
12474## ------------------------------------ ##
12475_ASBOX
12476 ) |
12477 sed "s/^/$as_me: WARNING: /" >&2
12478 ;;
12479esac
12480echo "$as_me:$LINENO: checking for $ac_header" >&5
12481echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12482if eval "test \"\${$as_ac_Header+set}\" = set"; then
12483 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 12484else
e6cc62c6
VS
12485 eval "$as_ac_Header=$ac_header_preproc"
12486fi
12487echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12488echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12489
21d1c967 12490fi
e6cc62c6
VS
12491if test `eval echo '${'$as_ac_Header'}'` = yes; then
12492 cat >>confdefs.h <<_ACEOF
12493#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12494_ACEOF
12495
12496fi
12497
21d1c967 12498done
4f14bcd8 12499
5c6fa7d2 12500
e6cc62c6 12501for ac_header in malloc.h
21d1c967 12502do
e6cc62c6
VS
12503as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12504if eval "test \"\${$as_ac_Header+set}\" = set"; then
12505 echo "$as_me:$LINENO: checking for $ac_header" >&5
12506echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12507if eval "test \"\${$as_ac_Header+set}\" = set"; then
12508 echo $ECHO_N "(cached) $ECHO_C" >&6
12509fi
12510echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12511echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12512else
12513 # Is the header compilable?
12514echo "$as_me:$LINENO: checking $ac_header usability" >&5
12515echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12516cat >conftest.$ac_ext <<_ACEOF
12517#line $LINENO "configure"
12518/* confdefs.h. */
12519_ACEOF
12520cat confdefs.h >>conftest.$ac_ext
12521cat >>conftest.$ac_ext <<_ACEOF
12522/* end confdefs.h. */
12523$ac_includes_default
12524#include <$ac_header>
12525_ACEOF
12526rm -f conftest.$ac_objext
12527if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12528 (eval $ac_compile) 2>&5
12529 ac_status=$?
12530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12531 (exit $ac_status); } &&
12532 { ac_try='test -s conftest.$ac_objext'
12533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12534 (eval $ac_try) 2>&5
12535 ac_status=$?
12536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12537 (exit $ac_status); }; }; then
12538 ac_header_compiler=yes
12539else
12540 echo "$as_me: failed program was:" >&5
12541sed 's/^/| /' conftest.$ac_ext >&5
12542
12543ac_header_compiler=no
12544fi
12545rm -f conftest.$ac_objext conftest.$ac_ext
12546echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12547echo "${ECHO_T}$ac_header_compiler" >&6
12548
12549# Is the header present?
12550echo "$as_me:$LINENO: checking $ac_header presence" >&5
12551echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12552cat >conftest.$ac_ext <<_ACEOF
12553#line $LINENO "configure"
12554/* confdefs.h. */
12555_ACEOF
12556cat confdefs.h >>conftest.$ac_ext
12557cat >>conftest.$ac_ext <<_ACEOF
12558/* end confdefs.h. */
12559#include <$ac_header>
12560_ACEOF
12561if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12562 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12563 ac_status=$?
12564 grep -v '^ *+' conftest.er1 >conftest.err
12565 rm -f conftest.er1
12566 cat conftest.err >&5
12567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12568 (exit $ac_status); } >/dev/null; then
12569 if test -s conftest.err; then
12570 ac_cpp_err=$ac_c_preproc_warn_flag
12571 else
12572 ac_cpp_err=
12573 fi
12574else
12575 ac_cpp_err=yes
12576fi
12577if test -z "$ac_cpp_err"; then
12578 ac_header_preproc=yes
12579else
12580 echo "$as_me: failed program was:" >&5
12581sed 's/^/| /' conftest.$ac_ext >&5
12582
12583 ac_header_preproc=no
12584fi
12585rm -f conftest.err conftest.$ac_ext
12586echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12587echo "${ECHO_T}$ac_header_preproc" >&6
12588
12589# So? What about this header?
12590case $ac_header_compiler:$ac_header_preproc in
12591 yes:no )
12592 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12593echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12594 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12595echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12596 (
12597 cat <<\_ASBOX
12598## ------------------------------------ ##
12599## Report this to bug-autoconf@gnu.org. ##
12600## ------------------------------------ ##
12601_ASBOX
12602 ) |
12603 sed "s/^/$as_me: WARNING: /" >&2
12604 ;;
12605 no:yes )
12606 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12607echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12608 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12609echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12610 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12611echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12612 (
12613 cat <<\_ASBOX
12614## ------------------------------------ ##
12615## Report this to bug-autoconf@gnu.org. ##
12616## ------------------------------------ ##
12617_ASBOX
12618 ) |
12619 sed "s/^/$as_me: WARNING: /" >&2
12620 ;;
12621esac
12622echo "$as_me:$LINENO: checking for $ac_header" >&5
12623echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12624if eval "test \"\${$as_ac_Header+set}\" = set"; then
12625 echo $ECHO_N "(cached) $ECHO_C" >&6
12626else
12627 eval "$as_ac_Header=$ac_header_preproc"
d4158b5d 12628fi
e6cc62c6
VS
12629echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12630echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12631
21d1c967 12632fi
e6cc62c6
VS
12633if test `eval echo '${'$as_ac_Header'}'` = yes; then
12634 cat >>confdefs.h <<_ACEOF
12635#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12636_ACEOF
12637
12638fi
12639
12640done
12641
12642
12643for ac_header in unistd.h
12644do
12645as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12646if eval "test \"\${$as_ac_Header+set}\" = set"; then
12647 echo "$as_me:$LINENO: checking for $ac_header" >&5
12648echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12649if eval "test \"\${$as_ac_Header+set}\" = set"; then
12650 echo $ECHO_N "(cached) $ECHO_C" >&6
12651fi
12652echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12653echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12654else
12655 # Is the header compilable?
12656echo "$as_me:$LINENO: checking $ac_header usability" >&5
12657echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12658cat >conftest.$ac_ext <<_ACEOF
12659#line $LINENO "configure"
12660/* confdefs.h. */
12661_ACEOF
12662cat confdefs.h >>conftest.$ac_ext
12663cat >>conftest.$ac_ext <<_ACEOF
12664/* end confdefs.h. */
12665$ac_includes_default
12666#include <$ac_header>
12667_ACEOF
12668rm -f conftest.$ac_objext
12669if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12670 (eval $ac_compile) 2>&5
12671 ac_status=$?
12672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12673 (exit $ac_status); } &&
12674 { ac_try='test -s conftest.$ac_objext'
12675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12676 (eval $ac_try) 2>&5
12677 ac_status=$?
12678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12679 (exit $ac_status); }; }; then
12680 ac_header_compiler=yes
12681else
12682 echo "$as_me: failed program was:" >&5
12683sed 's/^/| /' conftest.$ac_ext >&5
12684
12685ac_header_compiler=no
12686fi
12687rm -f conftest.$ac_objext conftest.$ac_ext
12688echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12689echo "${ECHO_T}$ac_header_compiler" >&6
12690
12691# Is the header present?
12692echo "$as_me:$LINENO: checking $ac_header presence" >&5
12693echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12694cat >conftest.$ac_ext <<_ACEOF
12695#line $LINENO "configure"
12696/* confdefs.h. */
12697_ACEOF
12698cat confdefs.h >>conftest.$ac_ext
12699cat >>conftest.$ac_ext <<_ACEOF
12700/* end confdefs.h. */
12701#include <$ac_header>
12702_ACEOF
12703if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12704 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12705 ac_status=$?
12706 grep -v '^ *+' conftest.er1 >conftest.err
12707 rm -f conftest.er1
12708 cat conftest.err >&5
12709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12710 (exit $ac_status); } >/dev/null; then
12711 if test -s conftest.err; then
12712 ac_cpp_err=$ac_c_preproc_warn_flag
12713 else
12714 ac_cpp_err=
12715 fi
a0b9e27f 12716else
e6cc62c6
VS
12717 ac_cpp_err=yes
12718fi
12719if test -z "$ac_cpp_err"; then
12720 ac_header_preproc=yes
12721else
12722 echo "$as_me: failed program was:" >&5
12723sed 's/^/| /' conftest.$ac_ext >&5
12724
12725 ac_header_preproc=no
12726fi
12727rm -f conftest.err conftest.$ac_ext
12728echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12729echo "${ECHO_T}$ac_header_preproc" >&6
12730
12731# So? What about this header?
12732case $ac_header_compiler:$ac_header_preproc in
12733 yes:no )
12734 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12735echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12736 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12737echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12738 (
12739 cat <<\_ASBOX
12740## ------------------------------------ ##
12741## Report this to bug-autoconf@gnu.org. ##
12742## ------------------------------------ ##
12743_ASBOX
12744 ) |
12745 sed "s/^/$as_me: WARNING: /" >&2
12746 ;;
12747 no:yes )
12748 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12749echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12750 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12751echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12752 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12753echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12754 (
12755 cat <<\_ASBOX
12756## ------------------------------------ ##
12757## Report this to bug-autoconf@gnu.org. ##
12758## ------------------------------------ ##
12759_ASBOX
12760 ) |
12761 sed "s/^/$as_me: WARNING: /" >&2
12762 ;;
12763esac
12764echo "$as_me:$LINENO: checking for $ac_header" >&5
12765echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12766if eval "test \"\${$as_ac_Header+set}\" = set"; then
12767 echo $ECHO_N "(cached) $ECHO_C" >&6
12768else
12769 eval "$as_ac_Header=$ac_header_preproc"
12770fi
12771echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12772echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12773
12774fi
12775if test `eval echo '${'$as_ac_Header'}'` = yes; then
12776 cat >>confdefs.h <<_ACEOF
12777#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12778_ACEOF
12779
d4158b5d 12780fi
e6cc62c6 12781
21d1c967 12782done
f6bcfd97 12783
e6cc62c6
VS
12784
12785for ac_header in wchar.h
12786do
12787as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12788if eval "test \"\${$as_ac_Header+set}\" = set"; then
12789 echo "$as_me:$LINENO: checking for $ac_header" >&5
12790echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12791if eval "test \"\${$as_ac_Header+set}\" = set"; then
12792 echo $ECHO_N "(cached) $ECHO_C" >&6
12793fi
12794echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12795echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12796else
12797 # Is the header compilable?
12798echo "$as_me:$LINENO: checking $ac_header usability" >&5
12799echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12800cat >conftest.$ac_ext <<_ACEOF
12801#line $LINENO "configure"
12802/* confdefs.h. */
12803_ACEOF
12804cat confdefs.h >>conftest.$ac_ext
12805cat >>conftest.$ac_ext <<_ACEOF
12806/* end confdefs.h. */
12807$ac_includes_default
12808#include <$ac_header>
12809_ACEOF
12810rm -f conftest.$ac_objext
12811if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12812 (eval $ac_compile) 2>&5
12813 ac_status=$?
12814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12815 (exit $ac_status); } &&
12816 { ac_try='test -s conftest.$ac_objext'
12817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12818 (eval $ac_try) 2>&5
12819 ac_status=$?
12820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12821 (exit $ac_status); }; }; then
12822 ac_header_compiler=yes
12823else
12824 echo "$as_me: failed program was:" >&5
12825sed 's/^/| /' conftest.$ac_ext >&5
12826
12827ac_header_compiler=no
12828fi
12829rm -f conftest.$ac_objext conftest.$ac_ext
12830echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12831echo "${ECHO_T}$ac_header_compiler" >&6
12832
12833# Is the header present?
12834echo "$as_me:$LINENO: checking $ac_header presence" >&5
12835echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12836cat >conftest.$ac_ext <<_ACEOF
12837#line $LINENO "configure"
12838/* confdefs.h. */
12839_ACEOF
12840cat confdefs.h >>conftest.$ac_ext
12841cat >>conftest.$ac_ext <<_ACEOF
12842/* end confdefs.h. */
12843#include <$ac_header>
12844_ACEOF
12845if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12846 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12847 ac_status=$?
12848 grep -v '^ *+' conftest.er1 >conftest.err
12849 rm -f conftest.er1
12850 cat conftest.err >&5
12851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12852 (exit $ac_status); } >/dev/null; then
12853 if test -s conftest.err; then
12854 ac_cpp_err=$ac_c_preproc_warn_flag
12855 else
12856 ac_cpp_err=
12857 fi
12858else
12859 ac_cpp_err=yes
12860fi
12861if test -z "$ac_cpp_err"; then
12862 ac_header_preproc=yes
12863else
12864 echo "$as_me: failed program was:" >&5
12865sed 's/^/| /' conftest.$ac_ext >&5
12866
12867 ac_header_preproc=no
12868fi
12869rm -f conftest.err conftest.$ac_ext
12870echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12871echo "${ECHO_T}$ac_header_preproc" >&6
12872
12873# So? What about this header?
12874case $ac_header_compiler:$ac_header_preproc in
12875 yes:no )
12876 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12877echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12878 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12879echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12880 (
12881 cat <<\_ASBOX
12882## ------------------------------------ ##
12883## Report this to bug-autoconf@gnu.org. ##
12884## ------------------------------------ ##
12885_ASBOX
12886 ) |
12887 sed "s/^/$as_me: WARNING: /" >&2
12888 ;;
12889 no:yes )
12890 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12891echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12892 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12893echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12894 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12895echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12896 (
12897 cat <<\_ASBOX
12898## ------------------------------------ ##
12899## Report this to bug-autoconf@gnu.org. ##
12900## ------------------------------------ ##
12901_ASBOX
12902 ) |
12903 sed "s/^/$as_me: WARNING: /" >&2
12904 ;;
12905esac
12906echo "$as_me:$LINENO: checking for $ac_header" >&5
12907echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12908if eval "test \"\${$as_ac_Header+set}\" = set"; then
12909 echo $ECHO_N "(cached) $ECHO_C" >&6
12910else
12911 eval "$as_ac_Header=$ac_header_preproc"
12912fi
12913echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12914echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12915
90dd450c 12916fi
e6cc62c6
VS
12917if test `eval echo '${'$as_ac_Header'}'` = yes; then
12918 cat >>confdefs.h <<_ACEOF
12919#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12920_ACEOF
12921
12922fi
12923
12924done
90dd450c 12925
e6cc62c6
VS
12926
12927if test "$ac_cv_header_wchar_h" != "yes"; then
12928
12929for ac_header in wcstr.h
21d1c967 12930do
e6cc62c6
VS
12931as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12932if eval "test \"\${$as_ac_Header+set}\" = set"; then
12933 echo "$as_me:$LINENO: checking for $ac_header" >&5
12934echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12935if eval "test \"\${$as_ac_Header+set}\" = set"; then
12936 echo $ECHO_N "(cached) $ECHO_C" >&6
12937fi
12938echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12939echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12940else
12941 # Is the header compilable?
12942echo "$as_me:$LINENO: checking $ac_header usability" >&5
12943echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12944cat >conftest.$ac_ext <<_ACEOF
12945#line $LINENO "configure"
12946/* confdefs.h. */
12947_ACEOF
12948cat confdefs.h >>conftest.$ac_ext
12949cat >>conftest.$ac_ext <<_ACEOF
12950/* end confdefs.h. */
12951$ac_includes_default
12952#include <$ac_header>
12953_ACEOF
12954rm -f conftest.$ac_objext
12955if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12956 (eval $ac_compile) 2>&5
12957 ac_status=$?
12958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12959 (exit $ac_status); } &&
12960 { ac_try='test -s conftest.$ac_objext'
12961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12962 (eval $ac_try) 2>&5
12963 ac_status=$?
12964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12965 (exit $ac_status); }; }; then
12966 ac_header_compiler=yes
12967else
12968 echo "$as_me: failed program was:" >&5
12969sed 's/^/| /' conftest.$ac_ext >&5
12970
12971ac_header_compiler=no
12972fi
12973rm -f conftest.$ac_objext conftest.$ac_ext
12974echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12975echo "${ECHO_T}$ac_header_compiler" >&6
12976
12977# Is the header present?
12978echo "$as_me:$LINENO: checking $ac_header presence" >&5
12979echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12980cat >conftest.$ac_ext <<_ACEOF
12981#line $LINENO "configure"
12982/* confdefs.h. */
12983_ACEOF
12984cat confdefs.h >>conftest.$ac_ext
12985cat >>conftest.$ac_ext <<_ACEOF
12986/* end confdefs.h. */
12987#include <$ac_header>
12988_ACEOF
12989if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12990 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12991 ac_status=$?
12992 grep -v '^ *+' conftest.er1 >conftest.err
12993 rm -f conftest.er1
12994 cat conftest.err >&5
12995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12996 (exit $ac_status); } >/dev/null; then
12997 if test -s conftest.err; then
12998 ac_cpp_err=$ac_c_preproc_warn_flag
12999 else
13000 ac_cpp_err=
13001 fi
13002else
13003 ac_cpp_err=yes
13004fi
13005if test -z "$ac_cpp_err"; then
13006 ac_header_preproc=yes
13007else
13008 echo "$as_me: failed program was:" >&5
13009sed 's/^/| /' conftest.$ac_ext >&5
13010
13011 ac_header_preproc=no
13012fi
13013rm -f conftest.err conftest.$ac_ext
13014echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13015echo "${ECHO_T}$ac_header_preproc" >&6
13016
13017# So? What about this header?
13018case $ac_header_compiler:$ac_header_preproc in
13019 yes:no )
13020 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13021echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13022 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13023echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13024 (
13025 cat <<\_ASBOX
13026## ------------------------------------ ##
13027## Report this to bug-autoconf@gnu.org. ##
13028## ------------------------------------ ##
13029_ASBOX
13030 ) |
13031 sed "s/^/$as_me: WARNING: /" >&2
13032 ;;
13033 no:yes )
13034 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13035echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13036 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13037echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13038 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13039echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13040 (
13041 cat <<\_ASBOX
13042## ------------------------------------ ##
13043## Report this to bug-autoconf@gnu.org. ##
13044## ------------------------------------ ##
13045_ASBOX
13046 ) |
13047 sed "s/^/$as_me: WARNING: /" >&2
13048 ;;
13049esac
13050echo "$as_me:$LINENO: checking for $ac_header" >&5
13051echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13052if eval "test \"\${$as_ac_Header+set}\" = set"; then
13053 echo $ECHO_N "(cached) $ECHO_C" >&6
13054else
13055 eval "$as_ac_Header=$ac_header_preproc"
3a922bb4 13056fi
e6cc62c6
VS
13057echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13058echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13059
4f14bcd8 13060fi
e6cc62c6
VS
13061if test `eval echo '${'$as_ac_Header'}'` = yes; then
13062 cat >>confdefs.h <<_ACEOF
13063#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13064_ACEOF
13065
13066fi
13067
13068done
13069
13070fi
13071
13072
13073for ac_header in fnmatch.h
13074do
13075as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13076if eval "test \"\${$as_ac_Header+set}\" = set"; then
13077 echo "$as_me:$LINENO: checking for $ac_header" >&5
13078echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13079if eval "test \"\${$as_ac_Header+set}\" = set"; then
13080 echo $ECHO_N "(cached) $ECHO_C" >&6
13081fi
13082echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13083echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13084else
13085 # Is the header compilable?
13086echo "$as_me:$LINENO: checking $ac_header usability" >&5
13087echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13088cat >conftest.$ac_ext <<_ACEOF
13089#line $LINENO "configure"
13090/* confdefs.h. */
13091_ACEOF
13092cat confdefs.h >>conftest.$ac_ext
13093cat >>conftest.$ac_ext <<_ACEOF
13094/* end confdefs.h. */
13095$ac_includes_default
13096#include <$ac_header>
13097_ACEOF
13098rm -f conftest.$ac_objext
13099if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13100 (eval $ac_compile) 2>&5
13101 ac_status=$?
13102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13103 (exit $ac_status); } &&
13104 { ac_try='test -s conftest.$ac_objext'
13105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13106 (eval $ac_try) 2>&5
13107 ac_status=$?
13108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13109 (exit $ac_status); }; }; then
13110 ac_header_compiler=yes
13111else
13112 echo "$as_me: failed program was:" >&5
13113sed 's/^/| /' conftest.$ac_ext >&5
13114
13115ac_header_compiler=no
13116fi
13117rm -f conftest.$ac_objext conftest.$ac_ext
13118echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13119echo "${ECHO_T}$ac_header_compiler" >&6
13120
13121# Is the header present?
13122echo "$as_me:$LINENO: checking $ac_header presence" >&5
13123echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13124cat >conftest.$ac_ext <<_ACEOF
13125#line $LINENO "configure"
13126/* confdefs.h. */
13127_ACEOF
13128cat confdefs.h >>conftest.$ac_ext
13129cat >>conftest.$ac_ext <<_ACEOF
13130/* end confdefs.h. */
13131#include <$ac_header>
13132_ACEOF
13133if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13134 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13135 ac_status=$?
13136 grep -v '^ *+' conftest.er1 >conftest.err
13137 rm -f conftest.er1
13138 cat conftest.err >&5
13139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13140 (exit $ac_status); } >/dev/null; then
13141 if test -s conftest.err; then
13142 ac_cpp_err=$ac_c_preproc_warn_flag
13143 else
13144 ac_cpp_err=
13145 fi
13146else
13147 ac_cpp_err=yes
13148fi
13149if test -z "$ac_cpp_err"; then
13150 ac_header_preproc=yes
13151else
13152 echo "$as_me: failed program was:" >&5
13153sed 's/^/| /' conftest.$ac_ext >&5
13154
13155 ac_header_preproc=no
13156fi
13157rm -f conftest.err conftest.$ac_ext
13158echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13159echo "${ECHO_T}$ac_header_preproc" >&6
13160
13161# So? What about this header?
13162case $ac_header_compiler:$ac_header_preproc in
13163 yes:no )
13164 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13165echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13166 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13167echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13168 (
13169 cat <<\_ASBOX
13170## ------------------------------------ ##
13171## Report this to bug-autoconf@gnu.org. ##
13172## ------------------------------------ ##
13173_ASBOX
13174 ) |
13175 sed "s/^/$as_me: WARNING: /" >&2
13176 ;;
13177 no:yes )
13178 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13179echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13180 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13181echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13182 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13183echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13184 (
13185 cat <<\_ASBOX
13186## ------------------------------------ ##
13187## Report this to bug-autoconf@gnu.org. ##
13188## ------------------------------------ ##
13189_ASBOX
13190 ) |
13191 sed "s/^/$as_me: WARNING: /" >&2
13192 ;;
13193esac
13194echo "$as_me:$LINENO: checking for $ac_header" >&5
13195echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13196if eval "test \"\${$as_ac_Header+set}\" = set"; then
13197 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 13198else
e6cc62c6
VS
13199 eval "$as_ac_Header=$ac_header_preproc"
13200fi
13201echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13202echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13203
21d1c967 13204fi
e6cc62c6
VS
13205if test `eval echo '${'$as_ac_Header'}'` = yes; then
13206 cat >>confdefs.h <<_ACEOF
13207#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13208_ACEOF
13209
13210fi
13211
21d1c967 13212done
90dd450c 13213
5c6fa7d2 13214
a0b9e27f 13215if test "x$ac_cv_header_fnmatch_h" = "xyes"; then
e6cc62c6
VS
13216
13217for ac_func in fnmatch
21d1c967 13218do
e6cc62c6
VS
13219as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13220echo "$as_me:$LINENO: checking for $ac_func" >&5
13221echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
13222if eval "test \"\${$as_ac_var+set}\" = set"; then
13223 echo $ECHO_N "(cached) $ECHO_C" >&6
13224else
13225 cat >conftest.$ac_ext <<_ACEOF
13226#line $LINENO "configure"
13227/* confdefs.h. */
13228_ACEOF
13229cat confdefs.h >>conftest.$ac_ext
13230cat >>conftest.$ac_ext <<_ACEOF
13231/* end confdefs.h. */
a0b9e27f 13232/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
13233 which can conflict with char $ac_func (); below.
13234 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13235 <limits.h> exists even on freestanding compilers. */
13236#ifdef __STDC__
13237# include <limits.h>
13238#else
13239# include <assert.h>
13240#endif
a0b9e27f 13241/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
13242#ifdef __cplusplus
13243extern "C"
13244{
13245#endif
a0b9e27f 13246/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
13247 builtin and then its argument prototype would still apply. */
13248char $ac_func ();
a0b9e27f
MB
13249/* The GNU C library defines this for functions which it implements
13250 to always fail with ENOSYS. Some functions are actually named
13251 something starting with __ and the normal name is an alias. */
13252#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
13253choke me
13254#else
e6cc62c6
VS
13255char (*f) () = $ac_func;
13256#endif
13257#ifdef __cplusplus
13258}
a0b9e27f
MB
13259#endif
13260
e6cc62c6
VS
13261int
13262main ()
13263{
13264return f != $ac_func;
13265 ;
13266 return 0;
13267}
13268_ACEOF
13269rm -f conftest.$ac_objext conftest$ac_exeext
13270if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13271 (eval $ac_link) 2>&5
13272 ac_status=$?
13273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13274 (exit $ac_status); } &&
13275 { ac_try='test -s conftest$ac_exeext'
13276 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13277 (eval $ac_try) 2>&5
13278 ac_status=$?
13279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13280 (exit $ac_status); }; }; then
13281 eval "$as_ac_var=yes"
13282else
13283 echo "$as_me: failed program was:" >&5
13284sed 's/^/| /' conftest.$ac_ext >&5
13285
13286eval "$as_ac_var=no"
13287fi
13288rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13289fi
13290echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13291echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13292if test `eval echo '${'$as_ac_var'}'` = yes; then
13293 cat >>confdefs.h <<_ACEOF
13294#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13295_ACEOF
32832908 13296
21d1c967
GD
13297fi
13298done
90dd450c 13299
a0b9e27f 13300fi
90dd450c 13301
e6cc62c6
VS
13302
13303for ac_header in langinfo.h
21d1c967 13304do
e6cc62c6
VS
13305as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13306if eval "test \"\${$as_ac_Header+set}\" = set"; then
13307 echo "$as_me:$LINENO: checking for $ac_header" >&5
13308echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13309if eval "test \"\${$as_ac_Header+set}\" = set"; then
13310 echo $ECHO_N "(cached) $ECHO_C" >&6
13311fi
13312echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13313echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13314else
13315 # Is the header compilable?
13316echo "$as_me:$LINENO: checking $ac_header usability" >&5
13317echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13318cat >conftest.$ac_ext <<_ACEOF
13319#line $LINENO "configure"
13320/* confdefs.h. */
13321_ACEOF
13322cat confdefs.h >>conftest.$ac_ext
13323cat >>conftest.$ac_ext <<_ACEOF
13324/* end confdefs.h. */
13325$ac_includes_default
13326#include <$ac_header>
13327_ACEOF
13328rm -f conftest.$ac_objext
13329if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13330 (eval $ac_compile) 2>&5
13331 ac_status=$?
13332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13333 (exit $ac_status); } &&
13334 { ac_try='test -s conftest.$ac_objext'
13335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13336 (eval $ac_try) 2>&5
13337 ac_status=$?
13338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13339 (exit $ac_status); }; }; then
13340 ac_header_compiler=yes
13341else
13342 echo "$as_me: failed program was:" >&5
13343sed 's/^/| /' conftest.$ac_ext >&5
13344
13345ac_header_compiler=no
13346fi
13347rm -f conftest.$ac_objext conftest.$ac_ext
13348echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13349echo "${ECHO_T}$ac_header_compiler" >&6
13350
13351# Is the header present?
13352echo "$as_me:$LINENO: checking $ac_header presence" >&5
13353echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13354cat >conftest.$ac_ext <<_ACEOF
13355#line $LINENO "configure"
13356/* confdefs.h. */
13357_ACEOF
13358cat confdefs.h >>conftest.$ac_ext
13359cat >>conftest.$ac_ext <<_ACEOF
13360/* end confdefs.h. */
13361#include <$ac_header>
13362_ACEOF
13363if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13364 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13365 ac_status=$?
13366 grep -v '^ *+' conftest.er1 >conftest.err
13367 rm -f conftest.er1
13368 cat conftest.err >&5
13369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13370 (exit $ac_status); } >/dev/null; then
13371 if test -s conftest.err; then
13372 ac_cpp_err=$ac_c_preproc_warn_flag
13373 else
13374 ac_cpp_err=
13375 fi
13376else
13377 ac_cpp_err=yes
13378fi
13379if test -z "$ac_cpp_err"; then
13380 ac_header_preproc=yes
13381else
13382 echo "$as_me: failed program was:" >&5
13383sed 's/^/| /' conftest.$ac_ext >&5
13384
13385 ac_header_preproc=no
13386fi
13387rm -f conftest.err conftest.$ac_ext
13388echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13389echo "${ECHO_T}$ac_header_preproc" >&6
13390
13391# So? What about this header?
13392case $ac_header_compiler:$ac_header_preproc in
13393 yes:no )
13394 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13395echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13396 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13397echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13398 (
13399 cat <<\_ASBOX
13400## ------------------------------------ ##
13401## Report this to bug-autoconf@gnu.org. ##
13402## ------------------------------------ ##
13403_ASBOX
13404 ) |
13405 sed "s/^/$as_me: WARNING: /" >&2
13406 ;;
13407 no:yes )
13408 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13409echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13410 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13411echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13412 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13413echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13414 (
13415 cat <<\_ASBOX
13416## ------------------------------------ ##
13417## Report this to bug-autoconf@gnu.org. ##
13418## ------------------------------------ ##
13419_ASBOX
13420 ) |
13421 sed "s/^/$as_me: WARNING: /" >&2
13422 ;;
13423esac
13424echo "$as_me:$LINENO: checking for $ac_header" >&5
13425echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13426if eval "test \"\${$as_ac_Header+set}\" = set"; then
13427 echo $ECHO_N "(cached) $ECHO_C" >&6
13428else
13429 eval "$as_ac_Header=$ac_header_preproc"
90dd450c 13430fi
e6cc62c6
VS
13431echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13432echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13433
4f14bcd8 13434fi
e6cc62c6
VS
13435if test `eval echo '${'$as_ac_Header'}'` = yes; then
13436 cat >>confdefs.h <<_ACEOF
13437#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13438_ACEOF
13439
21d1c967 13440fi
e6cc62c6 13441
21d1c967 13442done
3a922bb4 13443
8284b0c5 13444
4f5a7f74
VZ
13445case "${host}" in
13446 *-pc-os2_emx | *-pc-os2-emx )
13447 if test $ac_cv_header_langinfo_h = "yes"; then
13448 LIBS="$LIBS -lintl"
13449 fi
13450 ;;
13451esac
1542ea39 13452
a0b9e27f
MB
13453if test "$wxUSE_GUI" = "yes"; then
13454 if test "$wxUSE_UNIX" = "yes"; then
e6cc62c6
VS
13455
13456for ac_header in X11/XKBlib.h
21d1c967 13457do
e6cc62c6
VS
13458as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13459if eval "test \"\${$as_ac_Header+set}\" = set"; then
13460 echo "$as_me:$LINENO: checking for $ac_header" >&5
13461echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13462if eval "test \"\${$as_ac_Header+set}\" = set"; then
13463 echo $ECHO_N "(cached) $ECHO_C" >&6
13464fi
13465echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13466echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13467else
13468 # Is the header compilable?
13469echo "$as_me:$LINENO: checking $ac_header usability" >&5
13470echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13471cat >conftest.$ac_ext <<_ACEOF
13472#line $LINENO "configure"
13473/* confdefs.h. */
13474_ACEOF
13475cat confdefs.h >>conftest.$ac_ext
13476cat >>conftest.$ac_ext <<_ACEOF
13477/* end confdefs.h. */
13478$ac_includes_default
13479#include <$ac_header>
13480_ACEOF
13481rm -f conftest.$ac_objext
13482if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13483 (eval $ac_compile) 2>&5
13484 ac_status=$?
13485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13486 (exit $ac_status); } &&
13487 { ac_try='test -s conftest.$ac_objext'
13488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13489 (eval $ac_try) 2>&5
13490 ac_status=$?
13491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13492 (exit $ac_status); }; }; then
13493 ac_header_compiler=yes
13494else
13495 echo "$as_me: failed program was:" >&5
13496sed 's/^/| /' conftest.$ac_ext >&5
13497
13498ac_header_compiler=no
13499fi
13500rm -f conftest.$ac_objext conftest.$ac_ext
13501echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13502echo "${ECHO_T}$ac_header_compiler" >&6
13503
13504# Is the header present?
13505echo "$as_me:$LINENO: checking $ac_header presence" >&5
13506echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13507cat >conftest.$ac_ext <<_ACEOF
13508#line $LINENO "configure"
13509/* confdefs.h. */
13510_ACEOF
13511cat confdefs.h >>conftest.$ac_ext
13512cat >>conftest.$ac_ext <<_ACEOF
13513/* end confdefs.h. */
13514#include <$ac_header>
13515_ACEOF
13516if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13517 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13518 ac_status=$?
13519 grep -v '^ *+' conftest.er1 >conftest.err
13520 rm -f conftest.er1
13521 cat conftest.err >&5
13522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13523 (exit $ac_status); } >/dev/null; then
13524 if test -s conftest.err; then
13525 ac_cpp_err=$ac_c_preproc_warn_flag
13526 else
13527 ac_cpp_err=
13528 fi
13529else
13530 ac_cpp_err=yes
13531fi
13532if test -z "$ac_cpp_err"; then
13533 ac_header_preproc=yes
13534else
13535 echo "$as_me: failed program was:" >&5
13536sed 's/^/| /' conftest.$ac_ext >&5
13537
13538 ac_header_preproc=no
13539fi
13540rm -f conftest.err conftest.$ac_ext
13541echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13542echo "${ECHO_T}$ac_header_preproc" >&6
13543
13544# So? What about this header?
13545case $ac_header_compiler:$ac_header_preproc in
13546 yes:no )
13547 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13548echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13549 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13550echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13551 (
13552 cat <<\_ASBOX
13553## ------------------------------------ ##
13554## Report this to bug-autoconf@gnu.org. ##
13555## ------------------------------------ ##
13556_ASBOX
13557 ) |
13558 sed "s/^/$as_me: WARNING: /" >&2
13559 ;;
13560 no:yes )
13561 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13562echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13563 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13564echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13565 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13566echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13567 (
13568 cat <<\_ASBOX
13569## ------------------------------------ ##
13570## Report this to bug-autoconf@gnu.org. ##
13571## ------------------------------------ ##
13572_ASBOX
13573 ) |
13574 sed "s/^/$as_me: WARNING: /" >&2
13575 ;;
13576esac
13577echo "$as_me:$LINENO: checking for $ac_header" >&5
13578echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13579if eval "test \"\${$as_ac_Header+set}\" = set"; then
13580 echo $ECHO_N "(cached) $ECHO_C" >&6
13581else
13582 eval "$as_ac_Header=$ac_header_preproc"
3a922bb4 13583fi
e6cc62c6
VS
13584echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13585echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
13586
90dd450c 13587fi
e6cc62c6
VS
13588if test `eval echo '${'$as_ac_Header'}'` = yes; then
13589 cat >>confdefs.h <<_ACEOF
13590#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13591_ACEOF
13592
247f5006 13593fi
e6cc62c6 13594
247f5006
VZ
13595done
13596
a0b9e27f
MB
13597 fi
13598fi
247f5006 13599
247f5006 13600
e6cc62c6
VS
13601echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
13602echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
13603if test "${ac_cv_c_const+set}" = set; then
13604 echo $ECHO_N "(cached) $ECHO_C" >&6
13605else
13606 cat >conftest.$ac_ext <<_ACEOF
13607#line $LINENO "configure"
13608/* confdefs.h. */
13609_ACEOF
13610cat confdefs.h >>conftest.$ac_ext
13611cat >>conftest.$ac_ext <<_ACEOF
13612/* end confdefs.h. */
13613
13614int
13615main ()
13616{
13617/* FIXME: Include the comments suggested by Paul. */
13618#ifndef __cplusplus
13619 /* Ultrix mips cc rejects this. */
13620 typedef int charset[2];
13621 const charset x;
13622 /* SunOS 4.1.1 cc rejects this. */
13623 char const *const *ccp;
13624 char **p;
13625 /* NEC SVR4.0.2 mips cc rejects this. */
13626 struct point {int x, y;};
13627 static struct point const zero = {0,0};
13628 /* AIX XL C 1.02.0.0 rejects this.
13629 It does not let you subtract one const X* pointer from another in
13630 an arm of an if-expression whose if-part is not a constant
13631 expression */
13632 const char *g = "string";
13633 ccp = &g + (g ? g-g : 0);
13634 /* HPUX 7.0 cc rejects these. */
13635 ++ccp;
13636 p = (char**) ccp;
13637 ccp = (char const *const *) p;
13638 { /* SCO 3.2v4 cc rejects this. */
13639 char *t;
13640 char const *s = 0 ? (char *) 0 : (char const *) 0;
13641
13642 *t++ = 0;
13643 }
13644 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
13645 int x[] = {25, 17};
13646 const int *foo = &x[0];
13647 ++foo;
13648 }
13649 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
13650 typedef const int *iptr;
13651 iptr p = 0;
13652 ++p;
13653 }
13654 { /* AIX XL C 1.02.0.0 rejects this saying
13655 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13656 struct s { int j; const int *ap[3]; };
13657 struct s *b; b->j = 5;
13658 }
13659 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
13660 const int foo = 10;
13661 }
13662#endif
13663
13664 ;
13665 return 0;
13666}
13667_ACEOF
13668rm -f conftest.$ac_objext
13669if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13670 (eval $ac_compile) 2>&5
13671 ac_status=$?
13672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13673 (exit $ac_status); } &&
13674 { ac_try='test -s conftest.$ac_objext'
13675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13676 (eval $ac_try) 2>&5
13677 ac_status=$?
13678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13679 (exit $ac_status); }; }; then
a0b9e27f 13680 ac_cv_c_const=yes
247f5006 13681else
e6cc62c6
VS
13682 echo "$as_me: failed program was:" >&5
13683sed 's/^/| /' conftest.$ac_ext >&5
13684
13685ac_cv_c_const=no
247f5006 13686fi
e6cc62c6 13687rm -f conftest.$ac_objext conftest.$ac_ext
21d1c967 13688fi
e6cc62c6
VS
13689echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
13690echo "${ECHO_T}$ac_cv_c_const" >&6
a0b9e27f 13691if test $ac_cv_c_const = no; then
e6cc62c6
VS
13692
13693cat >>confdefs.h <<\_ACEOF
13694#define const
13695_ACEOF
10f2d63a 13696
90dd450c 13697fi
81809c07 13698
e6cc62c6
VS
13699echo "$as_me:$LINENO: checking for inline" >&5
13700echo $ECHO_N "checking for inline... $ECHO_C" >&6
13701if test "${ac_cv_c_inline+set}" = set; then
13702 echo $ECHO_N "(cached) $ECHO_C" >&6
8168de4c 13703else
a0b9e27f
MB
13704 ac_cv_c_inline=no
13705for ac_kw in inline __inline__ __inline; do
e6cc62c6
VS
13706 cat >conftest.$ac_ext <<_ACEOF
13707#line $LINENO "configure"
13708/* confdefs.h. */
13709_ACEOF
13710cat confdefs.h >>conftest.$ac_ext
13711cat >>conftest.$ac_ext <<_ACEOF
13712/* end confdefs.h. */
13713#ifndef __cplusplus
13714typedef int foo_t;
13715static $ac_kw foo_t static_foo () {return 0; }
13716$ac_kw foo_t foo () {return 0; }
13717#endif
a0b9e27f 13718
e6cc62c6
VS
13719_ACEOF
13720rm -f conftest.$ac_objext
13721if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13722 (eval $ac_compile) 2>&5
13723 ac_status=$?
13724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13725 (exit $ac_status); } &&
13726 { ac_try='test -s conftest.$ac_objext'
13727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13728 (eval $ac_try) 2>&5
13729 ac_status=$?
13730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13731 (exit $ac_status); }; }; then
a0b9e27f 13732 ac_cv_c_inline=$ac_kw; break
247f5006 13733else
e6cc62c6
VS
13734 echo "$as_me: failed program was:" >&5
13735sed 's/^/| /' conftest.$ac_ext >&5
13736
247f5006 13737fi
e6cc62c6 13738rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 13739done
247f5006
VZ
13740
13741fi
e6cc62c6
VS
13742echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
13743echo "${ECHO_T}$ac_cv_c_inline" >&6
13744case $ac_cv_c_inline in
a0b9e27f 13745 inline | yes) ;;
e6cc62c6
VS
13746 no)
13747cat >>confdefs.h <<\_ACEOF
13748#define inline
13749_ACEOF
a0b9e27f 13750 ;;
e6cc62c6 13751 *) cat >>confdefs.h <<_ACEOF
a0b9e27f 13752#define inline $ac_cv_c_inline
e6cc62c6 13753_ACEOF
a0b9e27f
MB
13754 ;;
13755esac
247f5006 13756
247f5006 13757
e6cc62c6
VS
13758echo "$as_me:$LINENO: checking for char" >&5
13759echo $ECHO_N "checking for char... $ECHO_C" >&6
13760if test "${ac_cv_type_char+set}" = set; then
13761 echo $ECHO_N "(cached) $ECHO_C" >&6
13762else
13763 cat >conftest.$ac_ext <<_ACEOF
13764#line $LINENO "configure"
13765/* confdefs.h. */
13766_ACEOF
13767cat confdefs.h >>conftest.$ac_ext
13768cat >>conftest.$ac_ext <<_ACEOF
13769/* end confdefs.h. */
13770$ac_includes_default
13771int
13772main ()
13773{
13774if ((char *) 0)
13775 return 0;
13776if (sizeof (char))
13777 return 0;
13778 ;
13779 return 0;
13780}
13781_ACEOF
13782rm -f conftest.$ac_objext
13783if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13784 (eval $ac_compile) 2>&5
13785 ac_status=$?
13786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13787 (exit $ac_status); } &&
13788 { ac_try='test -s conftest.$ac_objext'
13789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13790 (eval $ac_try) 2>&5
13791 ac_status=$?
13792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13793 (exit $ac_status); }; }; then
13794 ac_cv_type_char=yes
13795else
13796 echo "$as_me: failed program was:" >&5
13797sed 's/^/| /' conftest.$ac_ext >&5
13798
13799ac_cv_type_char=no
13800fi
13801rm -f conftest.$ac_objext conftest.$ac_ext
13802fi
13803echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
13804echo "${ECHO_T}$ac_cv_type_char" >&6
13805
13806echo "$as_me:$LINENO: checking size of char" >&5
13807echo $ECHO_N "checking size of char... $ECHO_C" >&6
13808if test "${ac_cv_sizeof_char+set}" = set; then
13809 echo $ECHO_N "(cached) $ECHO_C" >&6
13810else
13811 if test "$ac_cv_type_char" = yes; then
13812 # The cast to unsigned long works around a bug in the HP C Compiler
13813 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13814 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13815 # This bug is HP SR number 8606223364.
a0b9e27f 13816 if test "$cross_compiling" = yes; then
e6cc62c6
VS
13817 # Depending upon the size, compute the lo and hi bounds.
13818cat >conftest.$ac_ext <<_ACEOF
13819#line $LINENO "configure"
13820/* confdefs.h. */
13821_ACEOF
13822cat confdefs.h >>conftest.$ac_ext
13823cat >>conftest.$ac_ext <<_ACEOF
13824/* end confdefs.h. */
13825$ac_includes_default
13826int
13827main ()
13828{
13829static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
13830test_array [0] = 0
13831
13832 ;
13833 return 0;
13834}
13835_ACEOF
13836rm -f conftest.$ac_objext
13837if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13838 (eval $ac_compile) 2>&5
13839 ac_status=$?
13840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13841 (exit $ac_status); } &&
13842 { ac_try='test -s conftest.$ac_objext'
13843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13844 (eval $ac_try) 2>&5
13845 ac_status=$?
13846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13847 (exit $ac_status); }; }; then
13848 ac_lo=0 ac_mid=0
13849 while :; do
13850 cat >conftest.$ac_ext <<_ACEOF
13851#line $LINENO "configure"
13852/* confdefs.h. */
13853_ACEOF
13854cat confdefs.h >>conftest.$ac_ext
13855cat >>conftest.$ac_ext <<_ACEOF
13856/* end confdefs.h. */
13857$ac_includes_default
13858int
13859main ()
13860{
13861static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
13862test_array [0] = 0
13863
13864 ;
13865 return 0;
13866}
13867_ACEOF
13868rm -f conftest.$ac_objext
13869if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13870 (eval $ac_compile) 2>&5
13871 ac_status=$?
13872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13873 (exit $ac_status); } &&
13874 { ac_try='test -s conftest.$ac_objext'
13875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13876 (eval $ac_try) 2>&5
13877 ac_status=$?
13878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13879 (exit $ac_status); }; }; then
13880 ac_hi=$ac_mid; break
13881else
13882 echo "$as_me: failed program was:" >&5
13883sed 's/^/| /' conftest.$ac_ext >&5
13884
13885ac_lo=`expr $ac_mid + 1`
13886 if test $ac_lo -le $ac_mid; then
13887 ac_lo= ac_hi=
13888 break
13889 fi
13890 ac_mid=`expr 2 '*' $ac_mid + 1`
13891fi
13892rm -f conftest.$ac_objext conftest.$ac_ext
13893 done
a0b9e27f 13894else
e6cc62c6
VS
13895 echo "$as_me: failed program was:" >&5
13896sed 's/^/| /' conftest.$ac_ext >&5
13897
13898cat >conftest.$ac_ext <<_ACEOF
13899#line $LINENO "configure"
13900/* confdefs.h. */
13901_ACEOF
13902cat confdefs.h >>conftest.$ac_ext
13903cat >>conftest.$ac_ext <<_ACEOF
13904/* end confdefs.h. */
13905$ac_includes_default
13906int
13907main ()
13908{
13909static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
13910test_array [0] = 0
13911
13912 ;
13913 return 0;
13914}
13915_ACEOF
13916rm -f conftest.$ac_objext
13917if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13918 (eval $ac_compile) 2>&5
13919 ac_status=$?
13920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13921 (exit $ac_status); } &&
13922 { ac_try='test -s conftest.$ac_objext'
13923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13924 (eval $ac_try) 2>&5
13925 ac_status=$?
13926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13927 (exit $ac_status); }; }; then
13928 ac_hi=-1 ac_mid=-1
13929 while :; do
13930 cat >conftest.$ac_ext <<_ACEOF
13931#line $LINENO "configure"
13932/* confdefs.h. */
13933_ACEOF
13934cat confdefs.h >>conftest.$ac_ext
13935cat >>conftest.$ac_ext <<_ACEOF
13936/* end confdefs.h. */
13937$ac_includes_default
13938int
13939main ()
13940{
13941static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
13942test_array [0] = 0
13943
13944 ;
13945 return 0;
13946}
13947_ACEOF
13948rm -f conftest.$ac_objext
13949if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13950 (eval $ac_compile) 2>&5
13951 ac_status=$?
13952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13953 (exit $ac_status); } &&
13954 { ac_try='test -s conftest.$ac_objext'
13955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13956 (eval $ac_try) 2>&5
13957 ac_status=$?
13958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13959 (exit $ac_status); }; }; then
13960 ac_lo=$ac_mid; break
13961else
13962 echo "$as_me: failed program was:" >&5
13963sed 's/^/| /' conftest.$ac_ext >&5
13964
13965ac_hi=`expr '(' $ac_mid ')' - 1`
13966 if test $ac_mid -le $ac_hi; then
13967 ac_lo= ac_hi=
13968 break
13969 fi
13970 ac_mid=`expr 2 '*' $ac_mid`
13971fi
13972rm -f conftest.$ac_objext conftest.$ac_ext
13973 done
13974else
13975 echo "$as_me: failed program was:" >&5
13976sed 's/^/| /' conftest.$ac_ext >&5
13977
13978ac_lo= ac_hi=
13979fi
13980rm -f conftest.$ac_objext conftest.$ac_ext
13981fi
13982rm -f conftest.$ac_objext conftest.$ac_ext
13983# Binary search between lo and hi bounds.
13984while test "x$ac_lo" != "x$ac_hi"; do
13985 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
13986 cat >conftest.$ac_ext <<_ACEOF
13987#line $LINENO "configure"
13988/* confdefs.h. */
13989_ACEOF
13990cat confdefs.h >>conftest.$ac_ext
13991cat >>conftest.$ac_ext <<_ACEOF
13992/* end confdefs.h. */
13993$ac_includes_default
13994int
13995main ()
13996{
13997static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
13998test_array [0] = 0
13999
14000 ;
14001 return 0;
14002}
14003_ACEOF
14004rm -f conftest.$ac_objext
14005if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14006 (eval $ac_compile) 2>&5
14007 ac_status=$?
14008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14009 (exit $ac_status); } &&
14010 { ac_try='test -s conftest.$ac_objext'
14011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14012 (eval $ac_try) 2>&5
14013 ac_status=$?
14014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14015 (exit $ac_status); }; }; then
14016 ac_hi=$ac_mid
14017else
14018 echo "$as_me: failed program was:" >&5
14019sed 's/^/| /' conftest.$ac_ext >&5
14020
14021ac_lo=`expr '(' $ac_mid ')' + 1`
14022fi
14023rm -f conftest.$ac_objext conftest.$ac_ext
14024done
14025case $ac_lo in
14026?*) ac_cv_sizeof_char=$ac_lo;;
14027'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
14028See \`config.log' for more details." >&5
14029echo "$as_me: error: cannot compute sizeof (char), 77
14030See \`config.log' for more details." >&2;}
14031 { (exit 1); exit 1; }; } ;;
14032esac
14033else
14034 if test "$cross_compiling" = yes; then
14035 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14036See \`config.log' for more details." >&5
14037echo "$as_me: error: cannot run test program while cross compiling
14038See \`config.log' for more details." >&2;}
14039 { (exit 1); exit 1; }; }
14040else
14041 cat >conftest.$ac_ext <<_ACEOF
14042#line $LINENO "configure"
14043/* confdefs.h. */
14044_ACEOF
14045cat confdefs.h >>conftest.$ac_ext
14046cat >>conftest.$ac_ext <<_ACEOF
14047/* end confdefs.h. */
14048$ac_includes_default
14049long longval () { return (long) (sizeof (char)); }
14050unsigned long ulongval () { return (long) (sizeof (char)); }
a0b9e27f 14051#include <stdio.h>
e6cc62c6
VS
14052#include <stdlib.h>
14053int
14054main ()
247f5006 14055{
e6cc62c6
VS
14056
14057 FILE *f = fopen ("conftest.val", "w");
14058 if (! f)
14059 exit (1);
14060 if (((long) (sizeof (char))) < 0)
14061 {
14062 long i = longval ();
14063 if (i != ((long) (sizeof (char))))
14064 exit (1);
14065 fprintf (f, "%ld\n", i);
14066 }
14067 else
14068 {
14069 unsigned long i = ulongval ();
14070 if (i != ((long) (sizeof (char))))
14071 exit (1);
14072 fprintf (f, "%lu\n", i);
14073 }
14074 exit (ferror (f) || fclose (f) != 0);
14075
14076 ;
14077 return 0;
52127426 14078}
e6cc62c6
VS
14079_ACEOF
14080rm -f conftest$ac_exeext
14081if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14082 (eval $ac_link) 2>&5
14083 ac_status=$?
14084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14085 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14087 (eval $ac_try) 2>&5
14088 ac_status=$?
14089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14090 (exit $ac_status); }; }; then
14091 ac_cv_sizeof_char=`cat conftest.val`
14092else
14093 echo "$as_me: program exited with status $ac_status" >&5
14094echo "$as_me: failed program was:" >&5
14095sed 's/^/| /' conftest.$ac_ext >&5
14096
14097( exit $ac_status )
14098{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
14099See \`config.log' for more details." >&5
14100echo "$as_me: error: cannot compute sizeof (char), 77
14101See \`config.log' for more details." >&2;}
14102 { (exit 1); exit 1; }; }
14103fi
14104rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14105fi
14106fi
14107rm -f conftest.val
247f5006 14108else
a0b9e27f 14109 ac_cv_sizeof_char=0
247f5006 14110fi
247f5006 14111fi
e6cc62c6
VS
14112echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
14113echo "${ECHO_T}$ac_cv_sizeof_char" >&6
14114cat >>confdefs.h <<_ACEOF
14115#define SIZEOF_CHAR $ac_cv_sizeof_char
14116_ACEOF
14117
14118
14119echo "$as_me:$LINENO: checking for short" >&5
14120echo $ECHO_N "checking for short... $ECHO_C" >&6
14121if test "${ac_cv_type_short+set}" = set; then
14122 echo $ECHO_N "(cached) $ECHO_C" >&6
14123else
14124 cat >conftest.$ac_ext <<_ACEOF
14125#line $LINENO "configure"
14126/* confdefs.h. */
14127_ACEOF
14128cat confdefs.h >>conftest.$ac_ext
14129cat >>conftest.$ac_ext <<_ACEOF
14130/* end confdefs.h. */
14131$ac_includes_default
14132int
14133main ()
14134{
14135if ((short *) 0)
14136 return 0;
14137if (sizeof (short))
14138 return 0;
14139 ;
14140 return 0;
14141}
14142_ACEOF
14143rm -f conftest.$ac_objext
14144if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14145 (eval $ac_compile) 2>&5
14146 ac_status=$?
14147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14148 (exit $ac_status); } &&
14149 { ac_try='test -s conftest.$ac_objext'
14150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14151 (eval $ac_try) 2>&5
14152 ac_status=$?
14153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14154 (exit $ac_status); }; }; then
14155 ac_cv_type_short=yes
14156else
14157 echo "$as_me: failed program was:" >&5
14158sed 's/^/| /' conftest.$ac_ext >&5
14159
14160ac_cv_type_short=no
14161fi
14162rm -f conftest.$ac_objext conftest.$ac_ext
14163fi
14164echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
14165echo "${ECHO_T}$ac_cv_type_short" >&6
14166
14167echo "$as_me:$LINENO: checking size of short" >&5
14168echo $ECHO_N "checking size of short... $ECHO_C" >&6
14169if test "${ac_cv_sizeof_short+set}" = set; then
14170 echo $ECHO_N "(cached) $ECHO_C" >&6
14171else
14172 if test "$ac_cv_type_short" = yes; then
14173 # The cast to unsigned long works around a bug in the HP C Compiler
14174 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14175 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14176 # This bug is HP SR number 8606223364.
14177 if test "$cross_compiling" = yes; then
14178 # Depending upon the size, compute the lo and hi bounds.
14179cat >conftest.$ac_ext <<_ACEOF
14180#line $LINENO "configure"
14181/* confdefs.h. */
14182_ACEOF
14183cat confdefs.h >>conftest.$ac_ext
14184cat >>conftest.$ac_ext <<_ACEOF
14185/* end confdefs.h. */
14186$ac_includes_default
14187int
14188main ()
14189{
14190static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
14191test_array [0] = 0
247f5006 14192
e6cc62c6
VS
14193 ;
14194 return 0;
14195}
14196_ACEOF
14197rm -f conftest.$ac_objext
14198if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14199 (eval $ac_compile) 2>&5
14200 ac_status=$?
14201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14202 (exit $ac_status); } &&
14203 { ac_try='test -s conftest.$ac_objext'
14204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14205 (eval $ac_try) 2>&5
14206 ac_status=$?
14207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14208 (exit $ac_status); }; }; then
14209 ac_lo=0 ac_mid=0
14210 while :; do
14211 cat >conftest.$ac_ext <<_ACEOF
14212#line $LINENO "configure"
14213/* confdefs.h. */
14214_ACEOF
14215cat confdefs.h >>conftest.$ac_ext
14216cat >>conftest.$ac_ext <<_ACEOF
14217/* end confdefs.h. */
14218$ac_includes_default
14219int
14220main ()
14221{
14222static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14223test_array [0] = 0
14224
14225 ;
14226 return 0;
14227}
14228_ACEOF
14229rm -f conftest.$ac_objext
14230if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14231 (eval $ac_compile) 2>&5
14232 ac_status=$?
14233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14234 (exit $ac_status); } &&
14235 { ac_try='test -s conftest.$ac_objext'
14236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14237 (eval $ac_try) 2>&5
14238 ac_status=$?
14239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14240 (exit $ac_status); }; }; then
14241 ac_hi=$ac_mid; break
14242else
14243 echo "$as_me: failed program was:" >&5
14244sed 's/^/| /' conftest.$ac_ext >&5
14245
14246ac_lo=`expr $ac_mid + 1`
14247 if test $ac_lo -le $ac_mid; then
14248 ac_lo= ac_hi=
14249 break
14250 fi
14251 ac_mid=`expr 2 '*' $ac_mid + 1`
247f5006 14252fi
e6cc62c6
VS
14253rm -f conftest.$ac_objext conftest.$ac_ext
14254 done
14255else
14256 echo "$as_me: failed program was:" >&5
14257sed 's/^/| /' conftest.$ac_ext >&5
14258
14259cat >conftest.$ac_ext <<_ACEOF
14260#line $LINENO "configure"
14261/* confdefs.h. */
14262_ACEOF
14263cat confdefs.h >>conftest.$ac_ext
14264cat >>conftest.$ac_ext <<_ACEOF
14265/* end confdefs.h. */
14266$ac_includes_default
14267int
14268main ()
14269{
14270static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
14271test_array [0] = 0
247f5006 14272
e6cc62c6
VS
14273 ;
14274 return 0;
14275}
14276_ACEOF
14277rm -f conftest.$ac_objext
14278if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14279 (eval $ac_compile) 2>&5
14280 ac_status=$?
14281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14282 (exit $ac_status); } &&
14283 { ac_try='test -s conftest.$ac_objext'
14284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14285 (eval $ac_try) 2>&5
14286 ac_status=$?
14287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14288 (exit $ac_status); }; }; then
14289 ac_hi=-1 ac_mid=-1
14290 while :; do
14291 cat >conftest.$ac_ext <<_ACEOF
14292#line $LINENO "configure"
14293/* confdefs.h. */
14294_ACEOF
14295cat confdefs.h >>conftest.$ac_ext
14296cat >>conftest.$ac_ext <<_ACEOF
14297/* end confdefs.h. */
14298$ac_includes_default
14299int
14300main ()
14301{
14302static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
14303test_array [0] = 0
247f5006 14304
e6cc62c6
VS
14305 ;
14306 return 0;
14307}
14308_ACEOF
14309rm -f conftest.$ac_objext
14310if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14311 (eval $ac_compile) 2>&5
14312 ac_status=$?
14313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14314 (exit $ac_status); } &&
14315 { ac_try='test -s conftest.$ac_objext'
14316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14317 (eval $ac_try) 2>&5
14318 ac_status=$?
14319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14320 (exit $ac_status); }; }; then
14321 ac_lo=$ac_mid; break
14322else
14323 echo "$as_me: failed program was:" >&5
14324sed 's/^/| /' conftest.$ac_ext >&5
14325
14326ac_hi=`expr '(' $ac_mid ')' - 1`
14327 if test $ac_mid -le $ac_hi; then
14328 ac_lo= ac_hi=
14329 break
14330 fi
14331 ac_mid=`expr 2 '*' $ac_mid`
14332fi
14333rm -f conftest.$ac_objext conftest.$ac_ext
14334 done
247f5006 14335else
e6cc62c6
VS
14336 echo "$as_me: failed program was:" >&5
14337sed 's/^/| /' conftest.$ac_ext >&5
14338
14339ac_lo= ac_hi=
14340fi
14341rm -f conftest.$ac_objext conftest.$ac_ext
14342fi
14343rm -f conftest.$ac_objext conftest.$ac_ext
14344# Binary search between lo and hi bounds.
14345while test "x$ac_lo" != "x$ac_hi"; do
14346 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14347 cat >conftest.$ac_ext <<_ACEOF
14348#line $LINENO "configure"
14349/* confdefs.h. */
14350_ACEOF
14351cat confdefs.h >>conftest.$ac_ext
14352cat >>conftest.$ac_ext <<_ACEOF
14353/* end confdefs.h. */
14354$ac_includes_default
14355int
14356main ()
14357{
14358static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
14359test_array [0] = 0
14360
14361 ;
14362 return 0;
14363}
14364_ACEOF
14365rm -f conftest.$ac_objext
14366if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14367 (eval $ac_compile) 2>&5
14368 ac_status=$?
14369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14370 (exit $ac_status); } &&
14371 { ac_try='test -s conftest.$ac_objext'
14372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14373 (eval $ac_try) 2>&5
14374 ac_status=$?
14375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14376 (exit $ac_status); }; }; then
14377 ac_hi=$ac_mid
14378else
14379 echo "$as_me: failed program was:" >&5
14380sed 's/^/| /' conftest.$ac_ext >&5
14381
14382ac_lo=`expr '(' $ac_mid ')' + 1`
14383fi
14384rm -f conftest.$ac_objext conftest.$ac_ext
14385done
14386case $ac_lo in
14387?*) ac_cv_sizeof_short=$ac_lo;;
14388'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
14389See \`config.log' for more details." >&5
14390echo "$as_me: error: cannot compute sizeof (short), 77
14391See \`config.log' for more details." >&2;}
14392 { (exit 1); exit 1; }; } ;;
14393esac
247f5006 14394else
e6cc62c6
VS
14395 if test "$cross_compiling" = yes; then
14396 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14397See \`config.log' for more details." >&5
14398echo "$as_me: error: cannot run test program while cross compiling
14399See \`config.log' for more details." >&2;}
14400 { (exit 1); exit 1; }; }
14401else
14402 cat >conftest.$ac_ext <<_ACEOF
14403#line $LINENO "configure"
14404/* confdefs.h. */
14405_ACEOF
14406cat confdefs.h >>conftest.$ac_ext
14407cat >>conftest.$ac_ext <<_ACEOF
14408/* end confdefs.h. */
14409$ac_includes_default
14410long longval () { return (long) (sizeof (short)); }
14411unsigned long ulongval () { return (long) (sizeof (short)); }
a0b9e27f 14412#include <stdio.h>
e6cc62c6
VS
14413#include <stdlib.h>
14414int
14415main ()
a0b9e27f 14416{
e6cc62c6
VS
14417
14418 FILE *f = fopen ("conftest.val", "w");
14419 if (! f)
14420 exit (1);
14421 if (((long) (sizeof (short))) < 0)
14422 {
14423 long i = longval ();
14424 if (i != ((long) (sizeof (short))))
14425 exit (1);
14426 fprintf (f, "%ld\n", i);
14427 }
14428 else
14429 {
14430 unsigned long i = ulongval ();
14431 if (i != ((long) (sizeof (short))))
14432 exit (1);
14433 fprintf (f, "%lu\n", i);
14434 }
14435 exit (ferror (f) || fclose (f) != 0);
14436
14437 ;
14438 return 0;
a0b9e27f 14439}
e6cc62c6
VS
14440_ACEOF
14441rm -f conftest$ac_exeext
14442if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14443 (eval $ac_link) 2>&5
14444 ac_status=$?
14445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14446 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14448 (eval $ac_try) 2>&5
14449 ac_status=$?
14450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14451 (exit $ac_status); }; }; then
14452 ac_cv_sizeof_short=`cat conftest.val`
14453else
14454 echo "$as_me: program exited with status $ac_status" >&5
14455echo "$as_me: failed program was:" >&5
14456sed 's/^/| /' conftest.$ac_ext >&5
14457
14458( exit $ac_status )
14459{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
14460See \`config.log' for more details." >&5
14461echo "$as_me: error: cannot compute sizeof (short), 77
14462See \`config.log' for more details." >&2;}
14463 { (exit 1); exit 1; }; }
14464fi
14465rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14466fi
14467fi
14468rm -f conftest.val
247f5006 14469else
a0b9e27f 14470 ac_cv_sizeof_short=0
247f5006 14471fi
247f5006 14472fi
e6cc62c6
VS
14473echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
14474echo "${ECHO_T}$ac_cv_sizeof_short" >&6
14475cat >>confdefs.h <<_ACEOF
14476#define SIZEOF_SHORT $ac_cv_sizeof_short
14477_ACEOF
14478
14479
14480echo "$as_me:$LINENO: checking for void *" >&5
14481echo $ECHO_N "checking for void *... $ECHO_C" >&6
14482if test "${ac_cv_type_void_p+set}" = set; then
14483 echo $ECHO_N "(cached) $ECHO_C" >&6
14484else
14485 cat >conftest.$ac_ext <<_ACEOF
14486#line $LINENO "configure"
14487/* confdefs.h. */
14488_ACEOF
14489cat confdefs.h >>conftest.$ac_ext
14490cat >>conftest.$ac_ext <<_ACEOF
14491/* end confdefs.h. */
14492$ac_includes_default
14493int
14494main ()
14495{
14496if ((void * *) 0)
14497 return 0;
14498if (sizeof (void *))
14499 return 0;
14500 ;
14501 return 0;
14502}
14503_ACEOF
14504rm -f conftest.$ac_objext
14505if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14506 (eval $ac_compile) 2>&5
14507 ac_status=$?
14508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14509 (exit $ac_status); } &&
14510 { ac_try='test -s conftest.$ac_objext'
14511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14512 (eval $ac_try) 2>&5
14513 ac_status=$?
14514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14515 (exit $ac_status); }; }; then
14516 ac_cv_type_void_p=yes
14517else
14518 echo "$as_me: failed program was:" >&5
14519sed 's/^/| /' conftest.$ac_ext >&5
14520
14521ac_cv_type_void_p=no
14522fi
14523rm -f conftest.$ac_objext conftest.$ac_ext
14524fi
14525echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
14526echo "${ECHO_T}$ac_cv_type_void_p" >&6
14527
14528echo "$as_me:$LINENO: checking size of void *" >&5
14529echo $ECHO_N "checking size of void *... $ECHO_C" >&6
14530if test "${ac_cv_sizeof_void_p+set}" = set; then
14531 echo $ECHO_N "(cached) $ECHO_C" >&6
14532else
14533 if test "$ac_cv_type_void_p" = yes; then
14534 # The cast to unsigned long works around a bug in the HP C Compiler
14535 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14536 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14537 # This bug is HP SR number 8606223364.
14538 if test "$cross_compiling" = yes; then
14539 # Depending upon the size, compute the lo and hi bounds.
14540cat >conftest.$ac_ext <<_ACEOF
14541#line $LINENO "configure"
14542/* confdefs.h. */
14543_ACEOF
14544cat confdefs.h >>conftest.$ac_ext
14545cat >>conftest.$ac_ext <<_ACEOF
14546/* end confdefs.h. */
14547$ac_includes_default
14548int
14549main ()
14550{
14551static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
14552test_array [0] = 0
14553
14554 ;
14555 return 0;
14556}
14557_ACEOF
14558rm -f conftest.$ac_objext
14559if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14560 (eval $ac_compile) 2>&5
14561 ac_status=$?
14562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14563 (exit $ac_status); } &&
14564 { ac_try='test -s conftest.$ac_objext'
14565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14566 (eval $ac_try) 2>&5
14567 ac_status=$?
14568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14569 (exit $ac_status); }; }; then
14570 ac_lo=0 ac_mid=0
14571 while :; do
14572 cat >conftest.$ac_ext <<_ACEOF
14573#line $LINENO "configure"
14574/* confdefs.h. */
14575_ACEOF
14576cat confdefs.h >>conftest.$ac_ext
14577cat >>conftest.$ac_ext <<_ACEOF
14578/* end confdefs.h. */
14579$ac_includes_default
14580int
14581main ()
14582{
14583static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14584test_array [0] = 0
247f5006 14585
e6cc62c6
VS
14586 ;
14587 return 0;
14588}
14589_ACEOF
14590rm -f conftest.$ac_objext
14591if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14592 (eval $ac_compile) 2>&5
14593 ac_status=$?
14594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14595 (exit $ac_status); } &&
14596 { ac_try='test -s conftest.$ac_objext'
14597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14598 (eval $ac_try) 2>&5
14599 ac_status=$?
14600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14601 (exit $ac_status); }; }; then
14602 ac_hi=$ac_mid; break
14603else
14604 echo "$as_me: failed program was:" >&5
14605sed 's/^/| /' conftest.$ac_ext >&5
14606
14607ac_lo=`expr $ac_mid + 1`
14608 if test $ac_lo -le $ac_mid; then
14609 ac_lo= ac_hi=
14610 break
14611 fi
14612 ac_mid=`expr 2 '*' $ac_mid + 1`
247f5006 14613fi
e6cc62c6
VS
14614rm -f conftest.$ac_objext conftest.$ac_ext
14615 done
14616else
14617 echo "$as_me: failed program was:" >&5
14618sed 's/^/| /' conftest.$ac_ext >&5
14619
14620cat >conftest.$ac_ext <<_ACEOF
14621#line $LINENO "configure"
14622/* confdefs.h. */
14623_ACEOF
14624cat confdefs.h >>conftest.$ac_ext
14625cat >>conftest.$ac_ext <<_ACEOF
14626/* end confdefs.h. */
14627$ac_includes_default
14628int
14629main ()
14630{
14631static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
14632test_array [0] = 0
247f5006 14633
e6cc62c6
VS
14634 ;
14635 return 0;
14636}
14637_ACEOF
14638rm -f conftest.$ac_objext
14639if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14640 (eval $ac_compile) 2>&5
14641 ac_status=$?
14642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14643 (exit $ac_status); } &&
14644 { ac_try='test -s conftest.$ac_objext'
14645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14646 (eval $ac_try) 2>&5
14647 ac_status=$?
14648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14649 (exit $ac_status); }; }; then
14650 ac_hi=-1 ac_mid=-1
14651 while :; do
14652 cat >conftest.$ac_ext <<_ACEOF
14653#line $LINENO "configure"
14654/* confdefs.h. */
14655_ACEOF
14656cat confdefs.h >>conftest.$ac_ext
14657cat >>conftest.$ac_ext <<_ACEOF
14658/* end confdefs.h. */
14659$ac_includes_default
14660int
14661main ()
14662{
14663static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
14664test_array [0] = 0
247f5006 14665
e6cc62c6
VS
14666 ;
14667 return 0;
14668}
14669_ACEOF
14670rm -f conftest.$ac_objext
14671if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14672 (eval $ac_compile) 2>&5
14673 ac_status=$?
14674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14675 (exit $ac_status); } &&
14676 { ac_try='test -s conftest.$ac_objext'
14677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14678 (eval $ac_try) 2>&5
14679 ac_status=$?
14680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14681 (exit $ac_status); }; }; then
14682 ac_lo=$ac_mid; break
14683else
14684 echo "$as_me: failed program was:" >&5
14685sed 's/^/| /' conftest.$ac_ext >&5
14686
14687ac_hi=`expr '(' $ac_mid ')' - 1`
14688 if test $ac_mid -le $ac_hi; then
14689 ac_lo= ac_hi=
14690 break
14691 fi
14692 ac_mid=`expr 2 '*' $ac_mid`
14693fi
14694rm -f conftest.$ac_objext conftest.$ac_ext
14695 done
a0b9e27f 14696else
e6cc62c6
VS
14697 echo "$as_me: failed program was:" >&5
14698sed 's/^/| /' conftest.$ac_ext >&5
14699
14700ac_lo= ac_hi=
14701fi
14702rm -f conftest.$ac_objext conftest.$ac_ext
14703fi
14704rm -f conftest.$ac_objext conftest.$ac_ext
14705# Binary search between lo and hi bounds.
14706while test "x$ac_lo" != "x$ac_hi"; do
14707 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14708 cat >conftest.$ac_ext <<_ACEOF
14709#line $LINENO "configure"
14710/* confdefs.h. */
14711_ACEOF
14712cat confdefs.h >>conftest.$ac_ext
14713cat >>conftest.$ac_ext <<_ACEOF
14714/* end confdefs.h. */
14715$ac_includes_default
14716int
14717main ()
14718{
14719static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14720test_array [0] = 0
14721
14722 ;
14723 return 0;
14724}
14725_ACEOF
14726rm -f conftest.$ac_objext
14727if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14728 (eval $ac_compile) 2>&5
14729 ac_status=$?
14730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14731 (exit $ac_status); } &&
14732 { ac_try='test -s conftest.$ac_objext'
14733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14734 (eval $ac_try) 2>&5
14735 ac_status=$?
14736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14737 (exit $ac_status); }; }; then
14738 ac_hi=$ac_mid
14739else
14740 echo "$as_me: failed program was:" >&5
14741sed 's/^/| /' conftest.$ac_ext >&5
14742
14743ac_lo=`expr '(' $ac_mid ')' + 1`
14744fi
14745rm -f conftest.$ac_objext conftest.$ac_ext
14746done
14747case $ac_lo in
14748?*) ac_cv_sizeof_void_p=$ac_lo;;
14749'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
14750See \`config.log' for more details." >&5
14751echo "$as_me: error: cannot compute sizeof (void *), 77
14752See \`config.log' for more details." >&2;}
14753 { (exit 1); exit 1; }; } ;;
14754esac
247f5006 14755else
e6cc62c6
VS
14756 if test "$cross_compiling" = yes; then
14757 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14758See \`config.log' for more details." >&5
14759echo "$as_me: error: cannot run test program while cross compiling
14760See \`config.log' for more details." >&2;}
14761 { (exit 1); exit 1; }; }
14762else
14763 cat >conftest.$ac_ext <<_ACEOF
14764#line $LINENO "configure"
14765/* confdefs.h. */
14766_ACEOF
14767cat confdefs.h >>conftest.$ac_ext
14768cat >>conftest.$ac_ext <<_ACEOF
14769/* end confdefs.h. */
14770$ac_includes_default
14771long longval () { return (long) (sizeof (void *)); }
14772unsigned long ulongval () { return (long) (sizeof (void *)); }
247f5006 14773#include <stdio.h>
e6cc62c6
VS
14774#include <stdlib.h>
14775int
14776main ()
247f5006 14777{
e6cc62c6
VS
14778
14779 FILE *f = fopen ("conftest.val", "w");
14780 if (! f)
14781 exit (1);
14782 if (((long) (sizeof (void *))) < 0)
14783 {
14784 long i = longval ();
14785 if (i != ((long) (sizeof (void *))))
14786 exit (1);
14787 fprintf (f, "%ld\n", i);
14788 }
14789 else
14790 {
14791 unsigned long i = ulongval ();
14792 if (i != ((long) (sizeof (void *))))
14793 exit (1);
14794 fprintf (f, "%lu\n", i);
14795 }
14796 exit (ferror (f) || fclose (f) != 0);
14797
14798 ;
14799 return 0;
5c6fa7d2 14800}
e6cc62c6
VS
14801_ACEOF
14802rm -f conftest$ac_exeext
14803if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14804 (eval $ac_link) 2>&5
14805 ac_status=$?
14806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14807 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14809 (eval $ac_try) 2>&5
14810 ac_status=$?
14811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14812 (exit $ac_status); }; }; then
14813 ac_cv_sizeof_void_p=`cat conftest.val`
14814else
14815 echo "$as_me: program exited with status $ac_status" >&5
14816echo "$as_me: failed program was:" >&5
14817sed 's/^/| /' conftest.$ac_ext >&5
14818
14819( exit $ac_status )
14820{ { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
14821See \`config.log' for more details." >&5
14822echo "$as_me: error: cannot compute sizeof (void *), 77
14823See \`config.log' for more details." >&2;}
14824 { (exit 1); exit 1; }; }
14825fi
14826rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14827fi
14828fi
14829rm -f conftest.val
a0b9e27f 14830else
a0b9e27f
MB
14831 ac_cv_sizeof_void_p=0
14832fi
a0b9e27f 14833fi
e6cc62c6
VS
14834echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
14835echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
14836cat >>confdefs.h <<_ACEOF
14837#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
14838_ACEOF
14839
14840
14841echo "$as_me:$LINENO: checking for int" >&5
14842echo $ECHO_N "checking for int... $ECHO_C" >&6
14843if test "${ac_cv_type_int+set}" = set; then
14844 echo $ECHO_N "(cached) $ECHO_C" >&6
14845else
14846 cat >conftest.$ac_ext <<_ACEOF
14847#line $LINENO "configure"
14848/* confdefs.h. */
14849_ACEOF
14850cat confdefs.h >>conftest.$ac_ext
14851cat >>conftest.$ac_ext <<_ACEOF
14852/* end confdefs.h. */
14853$ac_includes_default
14854int
14855main ()
14856{
14857if ((int *) 0)
14858 return 0;
14859if (sizeof (int))
14860 return 0;
14861 ;
14862 return 0;
14863}
14864_ACEOF
14865rm -f conftest.$ac_objext
14866if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14867 (eval $ac_compile) 2>&5
14868 ac_status=$?
14869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14870 (exit $ac_status); } &&
14871 { ac_try='test -s conftest.$ac_objext'
14872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14873 (eval $ac_try) 2>&5
14874 ac_status=$?
14875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14876 (exit $ac_status); }; }; then
14877 ac_cv_type_int=yes
14878else
14879 echo "$as_me: failed program was:" >&5
14880sed 's/^/| /' conftest.$ac_ext >&5
14881
14882ac_cv_type_int=no
14883fi
14884rm -f conftest.$ac_objext conftest.$ac_ext
14885fi
14886echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
14887echo "${ECHO_T}$ac_cv_type_int" >&6
14888
14889echo "$as_me:$LINENO: checking size of int" >&5
14890echo $ECHO_N "checking size of int... $ECHO_C" >&6
14891if test "${ac_cv_sizeof_int+set}" = set; then
14892 echo $ECHO_N "(cached) $ECHO_C" >&6
14893else
14894 if test "$ac_cv_type_int" = yes; then
14895 # The cast to unsigned long works around a bug in the HP C Compiler
14896 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14897 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14898 # This bug is HP SR number 8606223364.
14899 if test "$cross_compiling" = yes; then
14900 # Depending upon the size, compute the lo and hi bounds.
14901cat >conftest.$ac_ext <<_ACEOF
14902#line $LINENO "configure"
14903/* confdefs.h. */
14904_ACEOF
14905cat confdefs.h >>conftest.$ac_ext
14906cat >>conftest.$ac_ext <<_ACEOF
14907/* end confdefs.h. */
14908$ac_includes_default
14909int
14910main ()
14911{
14912static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
14913test_array [0] = 0
8284b0c5 14914
e6cc62c6
VS
14915 ;
14916 return 0;
14917}
14918_ACEOF
14919rm -f conftest.$ac_objext
14920if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14921 (eval $ac_compile) 2>&5
14922 ac_status=$?
14923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14924 (exit $ac_status); } &&
14925 { ac_try='test -s conftest.$ac_objext'
14926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14927 (eval $ac_try) 2>&5
14928 ac_status=$?
14929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14930 (exit $ac_status); }; }; then
14931 ac_lo=0 ac_mid=0
14932 while :; do
14933 cat >conftest.$ac_ext <<_ACEOF
14934#line $LINENO "configure"
14935/* confdefs.h. */
14936_ACEOF
14937cat confdefs.h >>conftest.$ac_ext
14938cat >>conftest.$ac_ext <<_ACEOF
14939/* end confdefs.h. */
14940$ac_includes_default
14941int
14942main ()
14943{
14944static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
14945test_array [0] = 0
14946
14947 ;
14948 return 0;
14949}
14950_ACEOF
14951rm -f conftest.$ac_objext
14952if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14953 (eval $ac_compile) 2>&5
14954 ac_status=$?
14955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14956 (exit $ac_status); } &&
14957 { ac_try='test -s conftest.$ac_objext'
14958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14959 (eval $ac_try) 2>&5
14960 ac_status=$?
14961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14962 (exit $ac_status); }; }; then
14963 ac_hi=$ac_mid; break
14964else
14965 echo "$as_me: failed program was:" >&5
14966sed 's/^/| /' conftest.$ac_ext >&5
14967
14968ac_lo=`expr $ac_mid + 1`
14969 if test $ac_lo -le $ac_mid; then
14970 ac_lo= ac_hi=
14971 break
14972 fi
14973 ac_mid=`expr 2 '*' $ac_mid + 1`
247f5006 14974fi
e6cc62c6
VS
14975rm -f conftest.$ac_objext conftest.$ac_ext
14976 done
14977else
14978 echo "$as_me: failed program was:" >&5
14979sed 's/^/| /' conftest.$ac_ext >&5
14980
14981cat >conftest.$ac_ext <<_ACEOF
14982#line $LINENO "configure"
14983/* confdefs.h. */
14984_ACEOF
14985cat confdefs.h >>conftest.$ac_ext
14986cat >>conftest.$ac_ext <<_ACEOF
14987/* end confdefs.h. */
14988$ac_includes_default
14989int
14990main ()
14991{
14992static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
14993test_array [0] = 0
247f5006 14994
e6cc62c6
VS
14995 ;
14996 return 0;
14997}
14998_ACEOF
14999rm -f conftest.$ac_objext
15000if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15001 (eval $ac_compile) 2>&5
15002 ac_status=$?
15003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15004 (exit $ac_status); } &&
15005 { ac_try='test -s conftest.$ac_objext'
15006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15007 (eval $ac_try) 2>&5
15008 ac_status=$?
15009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15010 (exit $ac_status); }; }; then
15011 ac_hi=-1 ac_mid=-1
15012 while :; do
15013 cat >conftest.$ac_ext <<_ACEOF
15014#line $LINENO "configure"
15015/* confdefs.h. */
15016_ACEOF
15017cat confdefs.h >>conftest.$ac_ext
15018cat >>conftest.$ac_ext <<_ACEOF
15019/* end confdefs.h. */
15020$ac_includes_default
15021int
15022main ()
15023{
15024static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
15025test_array [0] = 0
247f5006 15026
e6cc62c6
VS
15027 ;
15028 return 0;
15029}
15030_ACEOF
15031rm -f conftest.$ac_objext
15032if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15033 (eval $ac_compile) 2>&5
15034 ac_status=$?
15035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15036 (exit $ac_status); } &&
15037 { ac_try='test -s conftest.$ac_objext'
15038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15039 (eval $ac_try) 2>&5
15040 ac_status=$?
15041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15042 (exit $ac_status); }; }; then
15043 ac_lo=$ac_mid; break
15044else
15045 echo "$as_me: failed program was:" >&5
15046sed 's/^/| /' conftest.$ac_ext >&5
15047
15048ac_hi=`expr '(' $ac_mid ')' - 1`
15049 if test $ac_mid -le $ac_hi; then
15050 ac_lo= ac_hi=
15051 break
15052 fi
15053 ac_mid=`expr 2 '*' $ac_mid`
15054fi
15055rm -f conftest.$ac_objext conftest.$ac_ext
15056 done
247f5006 15057else
e6cc62c6
VS
15058 echo "$as_me: failed program was:" >&5
15059sed 's/^/| /' conftest.$ac_ext >&5
15060
15061ac_lo= ac_hi=
15062fi
15063rm -f conftest.$ac_objext conftest.$ac_ext
15064fi
15065rm -f conftest.$ac_objext conftest.$ac_ext
15066# Binary search between lo and hi bounds.
15067while test "x$ac_lo" != "x$ac_hi"; do
15068 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15069 cat >conftest.$ac_ext <<_ACEOF
15070#line $LINENO "configure"
15071/* confdefs.h. */
15072_ACEOF
15073cat confdefs.h >>conftest.$ac_ext
15074cat >>conftest.$ac_ext <<_ACEOF
15075/* end confdefs.h. */
15076$ac_includes_default
15077int
15078main ()
15079{
15080static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
15081test_array [0] = 0
15082
15083 ;
15084 return 0;
15085}
15086_ACEOF
15087rm -f conftest.$ac_objext
15088if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15089 (eval $ac_compile) 2>&5
15090 ac_status=$?
15091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15092 (exit $ac_status); } &&
15093 { ac_try='test -s conftest.$ac_objext'
15094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15095 (eval $ac_try) 2>&5
15096 ac_status=$?
15097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15098 (exit $ac_status); }; }; then
15099 ac_hi=$ac_mid
15100else
15101 echo "$as_me: failed program was:" >&5
15102sed 's/^/| /' conftest.$ac_ext >&5
15103
15104ac_lo=`expr '(' $ac_mid ')' + 1`
15105fi
15106rm -f conftest.$ac_objext conftest.$ac_ext
15107done
15108case $ac_lo in
15109?*) ac_cv_sizeof_int=$ac_lo;;
15110'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15111See \`config.log' for more details." >&5
15112echo "$as_me: error: cannot compute sizeof (int), 77
15113See \`config.log' for more details." >&2;}
15114 { (exit 1); exit 1; }; } ;;
15115esac
a0b9e27f 15116else
e6cc62c6
VS
15117 if test "$cross_compiling" = yes; then
15118 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15119See \`config.log' for more details." >&5
15120echo "$as_me: error: cannot run test program while cross compiling
15121See \`config.log' for more details." >&2;}
15122 { (exit 1); exit 1; }; }
15123else
15124 cat >conftest.$ac_ext <<_ACEOF
15125#line $LINENO "configure"
15126/* confdefs.h. */
15127_ACEOF
15128cat confdefs.h >>conftest.$ac_ext
15129cat >>conftest.$ac_ext <<_ACEOF
15130/* end confdefs.h. */
15131$ac_includes_default
15132long longval () { return (long) (sizeof (int)); }
15133unsigned long ulongval () { return (long) (sizeof (int)); }
a0b9e27f 15134#include <stdio.h>
e6cc62c6
VS
15135#include <stdlib.h>
15136int
15137main ()
247f5006 15138{
e6cc62c6
VS
15139
15140 FILE *f = fopen ("conftest.val", "w");
15141 if (! f)
15142 exit (1);
15143 if (((long) (sizeof (int))) < 0)
15144 {
15145 long i = longval ();
15146 if (i != ((long) (sizeof (int))))
15147 exit (1);
15148 fprintf (f, "%ld\n", i);
15149 }
15150 else
15151 {
15152 unsigned long i = ulongval ();
15153 if (i != ((long) (sizeof (int))))
15154 exit (1);
15155 fprintf (f, "%lu\n", i);
15156 }
15157 exit (ferror (f) || fclose (f) != 0);
15158
15159 ;
15160 return 0;
247f5006 15161}
e6cc62c6
VS
15162_ACEOF
15163rm -f conftest$ac_exeext
15164if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15165 (eval $ac_link) 2>&5
15166 ac_status=$?
15167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15168 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15170 (eval $ac_try) 2>&5
15171 ac_status=$?
15172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15173 (exit $ac_status); }; }; then
15174 ac_cv_sizeof_int=`cat conftest.val`
15175else
15176 echo "$as_me: program exited with status $ac_status" >&5
15177echo "$as_me: failed program was:" >&5
15178sed 's/^/| /' conftest.$ac_ext >&5
15179
15180( exit $ac_status )
15181{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
15182See \`config.log' for more details." >&5
15183echo "$as_me: error: cannot compute sizeof (int), 77
15184See \`config.log' for more details." >&2;}
15185 { (exit 1); exit 1; }; }
15186fi
15187rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15188fi
15189fi
15190rm -f conftest.val
6f72b082 15191else
a0b9e27f 15192 ac_cv_sizeof_int=0
21d1c967 15193fi
698dcdb6 15194fi
e6cc62c6
VS
15195echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
15196echo "${ECHO_T}$ac_cv_sizeof_int" >&6
15197cat >>confdefs.h <<_ACEOF
15198#define SIZEOF_INT $ac_cv_sizeof_int
15199_ACEOF
15200
15201
15202echo "$as_me:$LINENO: checking for long" >&5
15203echo $ECHO_N "checking for long... $ECHO_C" >&6
15204if test "${ac_cv_type_long+set}" = set; then
15205 echo $ECHO_N "(cached) $ECHO_C" >&6
15206else
15207 cat >conftest.$ac_ext <<_ACEOF
15208#line $LINENO "configure"
15209/* confdefs.h. */
15210_ACEOF
15211cat confdefs.h >>conftest.$ac_ext
15212cat >>conftest.$ac_ext <<_ACEOF
15213/* end confdefs.h. */
15214$ac_includes_default
15215int
15216main ()
15217{
15218if ((long *) 0)
15219 return 0;
15220if (sizeof (long))
15221 return 0;
15222 ;
15223 return 0;
15224}
15225_ACEOF
15226rm -f conftest.$ac_objext
15227if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15228 (eval $ac_compile) 2>&5
15229 ac_status=$?
15230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15231 (exit $ac_status); } &&
15232 { ac_try='test -s conftest.$ac_objext'
15233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15234 (eval $ac_try) 2>&5
15235 ac_status=$?
15236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15237 (exit $ac_status); }; }; then
15238 ac_cv_type_long=yes
15239else
15240 echo "$as_me: failed program was:" >&5
15241sed 's/^/| /' conftest.$ac_ext >&5
15242
15243ac_cv_type_long=no
15244fi
15245rm -f conftest.$ac_objext conftest.$ac_ext
15246fi
15247echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
15248echo "${ECHO_T}$ac_cv_type_long" >&6
15249
15250echo "$as_me:$LINENO: checking size of long" >&5
15251echo $ECHO_N "checking size of long... $ECHO_C" >&6
15252if test "${ac_cv_sizeof_long+set}" = set; then
15253 echo $ECHO_N "(cached) $ECHO_C" >&6
15254else
15255 if test "$ac_cv_type_long" = yes; then
15256 # The cast to unsigned long works around a bug in the HP C Compiler
15257 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15258 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15259 # This bug is HP SR number 8606223364.
15260 if test "$cross_compiling" = yes; then
15261 # Depending upon the size, compute the lo and hi bounds.
15262cat >conftest.$ac_ext <<_ACEOF
15263#line $LINENO "configure"
15264/* confdefs.h. */
15265_ACEOF
15266cat confdefs.h >>conftest.$ac_ext
15267cat >>conftest.$ac_ext <<_ACEOF
15268/* end confdefs.h. */
15269$ac_includes_default
15270int
15271main ()
15272{
15273static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
15274test_array [0] = 0
15275
15276 ;
15277 return 0;
15278}
15279_ACEOF
15280rm -f conftest.$ac_objext
15281if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15282 (eval $ac_compile) 2>&5
15283 ac_status=$?
15284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15285 (exit $ac_status); } &&
15286 { ac_try='test -s conftest.$ac_objext'
15287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15288 (eval $ac_try) 2>&5
15289 ac_status=$?
15290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15291 (exit $ac_status); }; }; then
15292 ac_lo=0 ac_mid=0
15293 while :; do
15294 cat >conftest.$ac_ext <<_ACEOF
15295#line $LINENO "configure"
15296/* confdefs.h. */
15297_ACEOF
15298cat confdefs.h >>conftest.$ac_ext
15299cat >>conftest.$ac_ext <<_ACEOF
15300/* end confdefs.h. */
15301$ac_includes_default
15302int
15303main ()
15304{
15305static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
15306test_array [0] = 0
4f14bcd8 15307
e6cc62c6
VS
15308 ;
15309 return 0;
15310}
15311_ACEOF
15312rm -f conftest.$ac_objext
15313if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15314 (eval $ac_compile) 2>&5
15315 ac_status=$?
15316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15317 (exit $ac_status); } &&
15318 { ac_try='test -s conftest.$ac_objext'
15319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15320 (eval $ac_try) 2>&5
15321 ac_status=$?
15322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15323 (exit $ac_status); }; }; then
15324 ac_hi=$ac_mid; break
15325else
15326 echo "$as_me: failed program was:" >&5
15327sed 's/^/| /' conftest.$ac_ext >&5
15328
15329ac_lo=`expr $ac_mid + 1`
15330 if test $ac_lo -le $ac_mid; then
15331 ac_lo= ac_hi=
15332 break
15333 fi
15334 ac_mid=`expr 2 '*' $ac_mid + 1`
21d1c967 15335fi
e6cc62c6
VS
15336rm -f conftest.$ac_objext conftest.$ac_ext
15337 done
15338else
15339 echo "$as_me: failed program was:" >&5
15340sed 's/^/| /' conftest.$ac_ext >&5
15341
15342cat >conftest.$ac_ext <<_ACEOF
15343#line $LINENO "configure"
15344/* confdefs.h. */
15345_ACEOF
15346cat confdefs.h >>conftest.$ac_ext
15347cat >>conftest.$ac_ext <<_ACEOF
15348/* end confdefs.h. */
15349$ac_includes_default
15350int
15351main ()
15352{
15353static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
15354test_array [0] = 0
4f14bcd8 15355
e6cc62c6
VS
15356 ;
15357 return 0;
15358}
15359_ACEOF
15360rm -f conftest.$ac_objext
15361if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15362 (eval $ac_compile) 2>&5
15363 ac_status=$?
15364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15365 (exit $ac_status); } &&
15366 { ac_try='test -s conftest.$ac_objext'
15367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15368 (eval $ac_try) 2>&5
15369 ac_status=$?
15370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15371 (exit $ac_status); }; }; then
15372 ac_hi=-1 ac_mid=-1
15373 while :; do
15374 cat >conftest.$ac_ext <<_ACEOF
15375#line $LINENO "configure"
15376/* confdefs.h. */
15377_ACEOF
15378cat confdefs.h >>conftest.$ac_ext
15379cat >>conftest.$ac_ext <<_ACEOF
15380/* end confdefs.h. */
15381$ac_includes_default
15382int
15383main ()
15384{
15385static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
15386test_array [0] = 0
5c6fa7d2 15387
e6cc62c6
VS
15388 ;
15389 return 0;
15390}
15391_ACEOF
15392rm -f conftest.$ac_objext
15393if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15394 (eval $ac_compile) 2>&5
15395 ac_status=$?
15396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15397 (exit $ac_status); } &&
15398 { ac_try='test -s conftest.$ac_objext'
15399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15400 (eval $ac_try) 2>&5
15401 ac_status=$?
15402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15403 (exit $ac_status); }; }; then
15404 ac_lo=$ac_mid; break
15405else
15406 echo "$as_me: failed program was:" >&5
15407sed 's/^/| /' conftest.$ac_ext >&5
15408
15409ac_hi=`expr '(' $ac_mid ')' - 1`
15410 if test $ac_mid -le $ac_hi; then
15411 ac_lo= ac_hi=
15412 break
15413 fi
15414 ac_mid=`expr 2 '*' $ac_mid`
15415fi
15416rm -f conftest.$ac_objext conftest.$ac_ext
15417 done
247f5006 15418else
e6cc62c6
VS
15419 echo "$as_me: failed program was:" >&5
15420sed 's/^/| /' conftest.$ac_ext >&5
15421
15422ac_lo= ac_hi=
15423fi
15424rm -f conftest.$ac_objext conftest.$ac_ext
15425fi
15426rm -f conftest.$ac_objext conftest.$ac_ext
15427# Binary search between lo and hi bounds.
15428while test "x$ac_lo" != "x$ac_hi"; do
15429 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15430 cat >conftest.$ac_ext <<_ACEOF
15431#line $LINENO "configure"
15432/* confdefs.h. */
15433_ACEOF
15434cat confdefs.h >>conftest.$ac_ext
15435cat >>conftest.$ac_ext <<_ACEOF
15436/* end confdefs.h. */
15437$ac_includes_default
15438int
15439main ()
15440{
15441static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
15442test_array [0] = 0
15443
15444 ;
15445 return 0;
15446}
15447_ACEOF
15448rm -f conftest.$ac_objext
15449if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15450 (eval $ac_compile) 2>&5
15451 ac_status=$?
15452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15453 (exit $ac_status); } &&
15454 { ac_try='test -s conftest.$ac_objext'
15455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15456 (eval $ac_try) 2>&5
15457 ac_status=$?
15458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15459 (exit $ac_status); }; }; then
15460 ac_hi=$ac_mid
15461else
15462 echo "$as_me: failed program was:" >&5
15463sed 's/^/| /' conftest.$ac_ext >&5
15464
15465ac_lo=`expr '(' $ac_mid ')' + 1`
15466fi
15467rm -f conftest.$ac_objext conftest.$ac_ext
15468done
15469case $ac_lo in
15470?*) ac_cv_sizeof_long=$ac_lo;;
15471'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
15472See \`config.log' for more details." >&5
15473echo "$as_me: error: cannot compute sizeof (long), 77
15474See \`config.log' for more details." >&2;}
15475 { (exit 1); exit 1; }; } ;;
15476esac
247f5006 15477else
e6cc62c6
VS
15478 if test "$cross_compiling" = yes; then
15479 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15480See \`config.log' for more details." >&5
15481echo "$as_me: error: cannot run test program while cross compiling
15482See \`config.log' for more details." >&2;}
15483 { (exit 1); exit 1; }; }
15484else
15485 cat >conftest.$ac_ext <<_ACEOF
15486#line $LINENO "configure"
15487/* confdefs.h. */
15488_ACEOF
15489cat confdefs.h >>conftest.$ac_ext
15490cat >>conftest.$ac_ext <<_ACEOF
15491/* end confdefs.h. */
15492$ac_includes_default
15493long longval () { return (long) (sizeof (long)); }
15494unsigned long ulongval () { return (long) (sizeof (long)); }
a0b9e27f 15495#include <stdio.h>
e6cc62c6
VS
15496#include <stdlib.h>
15497int
15498main ()
247f5006 15499{
e6cc62c6
VS
15500
15501 FILE *f = fopen ("conftest.val", "w");
15502 if (! f)
15503 exit (1);
15504 if (((long) (sizeof (long))) < 0)
15505 {
15506 long i = longval ();
15507 if (i != ((long) (sizeof (long))))
15508 exit (1);
15509 fprintf (f, "%ld\n", i);
15510 }
15511 else
15512 {
15513 unsigned long i = ulongval ();
15514 if (i != ((long) (sizeof (long))))
15515 exit (1);
15516 fprintf (f, "%lu\n", i);
15517 }
15518 exit (ferror (f) || fclose (f) != 0);
15519
15520 ;
15521 return 0;
247f5006 15522}
e6cc62c6
VS
15523_ACEOF
15524rm -f conftest$ac_exeext
15525if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15526 (eval $ac_link) 2>&5
15527 ac_status=$?
15528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15529 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15531 (eval $ac_try) 2>&5
15532 ac_status=$?
15533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15534 (exit $ac_status); }; }; then
15535 ac_cv_sizeof_long=`cat conftest.val`
15536else
15537 echo "$as_me: program exited with status $ac_status" >&5
15538echo "$as_me: failed program was:" >&5
15539sed 's/^/| /' conftest.$ac_ext >&5
15540
15541( exit $ac_status )
15542{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
15543See \`config.log' for more details." >&5
15544echo "$as_me: error: cannot compute sizeof (long), 77
15545See \`config.log' for more details." >&2;}
15546 { (exit 1); exit 1; }; }
15547fi
15548rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15549fi
15550fi
15551rm -f conftest.val
247f5006 15552else
a0b9e27f 15553 ac_cv_sizeof_long=0
247f5006 15554fi
247f5006 15555fi
e6cc62c6
VS
15556echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
15557echo "${ECHO_T}$ac_cv_sizeof_long" >&6
15558cat >>confdefs.h <<_ACEOF
a0b9e27f 15559#define SIZEOF_LONG $ac_cv_sizeof_long
e6cc62c6 15560_ACEOF
247f5006 15561
a0b9e27f
MB
15562
15563
15564case "${host}" in
15565 arm-*-linux* )
e6cc62c6
VS
15566 echo "$as_me:$LINENO: checking for long long" >&5
15567echo $ECHO_N "checking for long long... $ECHO_C" >&6
15568if test "${ac_cv_type_long_long+set}" = set; then
15569 echo $ECHO_N "(cached) $ECHO_C" >&6
15570else
15571 cat >conftest.$ac_ext <<_ACEOF
15572#line $LINENO "configure"
15573/* confdefs.h. */
15574_ACEOF
15575cat confdefs.h >>conftest.$ac_ext
15576cat >>conftest.$ac_ext <<_ACEOF
15577/* end confdefs.h. */
15578$ac_includes_default
15579int
15580main ()
15581{
15582if ((long long *) 0)
15583 return 0;
15584if (sizeof (long long))
15585 return 0;
15586 ;
15587 return 0;
15588}
15589_ACEOF
15590rm -f conftest.$ac_objext
15591if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15592 (eval $ac_compile) 2>&5
15593 ac_status=$?
15594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15595 (exit $ac_status); } &&
15596 { ac_try='test -s conftest.$ac_objext'
15597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15598 (eval $ac_try) 2>&5
15599 ac_status=$?
15600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15601 (exit $ac_status); }; }; then
15602 ac_cv_type_long_long=yes
15603else
15604 echo "$as_me: failed program was:" >&5
15605sed 's/^/| /' conftest.$ac_ext >&5
15606
15607ac_cv_type_long_long=no
15608fi
15609rm -f conftest.$ac_objext conftest.$ac_ext
15610fi
15611echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
15612echo "${ECHO_T}$ac_cv_type_long_long" >&6
15613
15614echo "$as_me:$LINENO: checking size of long long" >&5
15615echo $ECHO_N "checking size of long long... $ECHO_C" >&6
15616if test "${ac_cv_sizeof_long_long+set}" = set; then
15617 echo $ECHO_N "(cached) $ECHO_C" >&6
15618else
15619 if test "$ac_cv_type_long_long" = yes; then
15620 # The cast to unsigned long works around a bug in the HP C Compiler
15621 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15622 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15623 # This bug is HP SR number 8606223364.
a0b9e27f 15624 if test "$cross_compiling" = yes; then
e6cc62c6
VS
15625 # Depending upon the size, compute the lo and hi bounds.
15626cat >conftest.$ac_ext <<_ACEOF
15627#line $LINENO "configure"
15628/* confdefs.h. */
15629_ACEOF
15630cat confdefs.h >>conftest.$ac_ext
15631cat >>conftest.$ac_ext <<_ACEOF
15632/* end confdefs.h. */
15633$ac_includes_default
15634int
15635main ()
15636{
15637static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
15638test_array [0] = 0
15639
15640 ;
15641 return 0;
15642}
15643_ACEOF
15644rm -f conftest.$ac_objext
15645if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15646 (eval $ac_compile) 2>&5
15647 ac_status=$?
15648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15649 (exit $ac_status); } &&
15650 { ac_try='test -s conftest.$ac_objext'
15651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15652 (eval $ac_try) 2>&5
15653 ac_status=$?
15654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15655 (exit $ac_status); }; }; then
15656 ac_lo=0 ac_mid=0
15657 while :; do
15658 cat >conftest.$ac_ext <<_ACEOF
15659#line $LINENO "configure"
15660/* confdefs.h. */
15661_ACEOF
15662cat confdefs.h >>conftest.$ac_ext
15663cat >>conftest.$ac_ext <<_ACEOF
15664/* end confdefs.h. */
15665$ac_includes_default
15666int
15667main ()
15668{
15669static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15670test_array [0] = 0
15671
15672 ;
15673 return 0;
15674}
15675_ACEOF
15676rm -f conftest.$ac_objext
15677if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15678 (eval $ac_compile) 2>&5
15679 ac_status=$?
15680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15681 (exit $ac_status); } &&
15682 { ac_try='test -s conftest.$ac_objext'
15683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15684 (eval $ac_try) 2>&5
15685 ac_status=$?
15686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15687 (exit $ac_status); }; }; then
15688 ac_hi=$ac_mid; break
15689else
15690 echo "$as_me: failed program was:" >&5
15691sed 's/^/| /' conftest.$ac_ext >&5
15692
15693ac_lo=`expr $ac_mid + 1`
15694 if test $ac_lo -le $ac_mid; then
15695 ac_lo= ac_hi=
15696 break
15697 fi
15698 ac_mid=`expr 2 '*' $ac_mid + 1`
15699fi
15700rm -f conftest.$ac_objext conftest.$ac_ext
15701 done
15702else
15703 echo "$as_me: failed program was:" >&5
15704sed 's/^/| /' conftest.$ac_ext >&5
15705
15706cat >conftest.$ac_ext <<_ACEOF
15707#line $LINENO "configure"
15708/* confdefs.h. */
15709_ACEOF
15710cat confdefs.h >>conftest.$ac_ext
15711cat >>conftest.$ac_ext <<_ACEOF
15712/* end confdefs.h. */
15713$ac_includes_default
15714int
15715main ()
15716{
15717static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
15718test_array [0] = 0
15719
15720 ;
15721 return 0;
15722}
15723_ACEOF
15724rm -f conftest.$ac_objext
15725if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15726 (eval $ac_compile) 2>&5
15727 ac_status=$?
15728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15729 (exit $ac_status); } &&
15730 { ac_try='test -s conftest.$ac_objext'
15731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15732 (eval $ac_try) 2>&5
15733 ac_status=$?
15734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15735 (exit $ac_status); }; }; then
15736 ac_hi=-1 ac_mid=-1
15737 while :; do
15738 cat >conftest.$ac_ext <<_ACEOF
15739#line $LINENO "configure"
15740/* confdefs.h. */
15741_ACEOF
15742cat confdefs.h >>conftest.$ac_ext
15743cat >>conftest.$ac_ext <<_ACEOF
15744/* end confdefs.h. */
15745$ac_includes_default
15746int
15747main ()
15748{
15749static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
15750test_array [0] = 0
15751
15752 ;
15753 return 0;
15754}
15755_ACEOF
15756rm -f conftest.$ac_objext
15757if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15758 (eval $ac_compile) 2>&5
15759 ac_status=$?
15760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15761 (exit $ac_status); } &&
15762 { ac_try='test -s conftest.$ac_objext'
15763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15764 (eval $ac_try) 2>&5
15765 ac_status=$?
15766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15767 (exit $ac_status); }; }; then
15768 ac_lo=$ac_mid; break
15769else
15770 echo "$as_me: failed program was:" >&5
15771sed 's/^/| /' conftest.$ac_ext >&5
15772
15773ac_hi=`expr '(' $ac_mid ')' - 1`
15774 if test $ac_mid -le $ac_hi; then
15775 ac_lo= ac_hi=
15776 break
15777 fi
15778 ac_mid=`expr 2 '*' $ac_mid`
15779fi
15780rm -f conftest.$ac_objext conftest.$ac_ext
15781 done
15782else
15783 echo "$as_me: failed program was:" >&5
15784sed 's/^/| /' conftest.$ac_ext >&5
15785
15786ac_lo= ac_hi=
15787fi
15788rm -f conftest.$ac_objext conftest.$ac_ext
15789fi
15790rm -f conftest.$ac_objext conftest.$ac_ext
15791# Binary search between lo and hi bounds.
15792while test "x$ac_lo" != "x$ac_hi"; do
15793 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
15794 cat >conftest.$ac_ext <<_ACEOF
15795#line $LINENO "configure"
15796/* confdefs.h. */
15797_ACEOF
15798cat confdefs.h >>conftest.$ac_ext
15799cat >>conftest.$ac_ext <<_ACEOF
15800/* end confdefs.h. */
15801$ac_includes_default
15802int
15803main ()
15804{
15805static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
15806test_array [0] = 0
15807
15808 ;
15809 return 0;
15810}
15811_ACEOF
15812rm -f conftest.$ac_objext
15813if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15814 (eval $ac_compile) 2>&5
15815 ac_status=$?
15816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15817 (exit $ac_status); } &&
15818 { ac_try='test -s conftest.$ac_objext'
15819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15820 (eval $ac_try) 2>&5
15821 ac_status=$?
15822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15823 (exit $ac_status); }; }; then
15824 ac_hi=$ac_mid
15825else
15826 echo "$as_me: failed program was:" >&5
15827sed 's/^/| /' conftest.$ac_ext >&5
15828
15829ac_lo=`expr '(' $ac_mid ')' + 1`
15830fi
15831rm -f conftest.$ac_objext conftest.$ac_ext
15832done
15833case $ac_lo in
15834?*) ac_cv_sizeof_long_long=$ac_lo;;
15835'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
15836See \`config.log' for more details." >&5
15837echo "$as_me: error: cannot compute sizeof (long long), 77
15838See \`config.log' for more details." >&2;}
15839 { (exit 1); exit 1; }; } ;;
15840esac
a0b9e27f 15841else
e6cc62c6
VS
15842 if test "$cross_compiling" = yes; then
15843 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
15844See \`config.log' for more details." >&5
15845echo "$as_me: error: cannot run test program while cross compiling
15846See \`config.log' for more details." >&2;}
15847 { (exit 1); exit 1; }; }
15848else
15849 cat >conftest.$ac_ext <<_ACEOF
15850#line $LINENO "configure"
15851/* confdefs.h. */
15852_ACEOF
15853cat confdefs.h >>conftest.$ac_ext
15854cat >>conftest.$ac_ext <<_ACEOF
15855/* end confdefs.h. */
15856$ac_includes_default
15857long longval () { return (long) (sizeof (long long)); }
15858unsigned long ulongval () { return (long) (sizeof (long long)); }
a0b9e27f 15859#include <stdio.h>
e6cc62c6
VS
15860#include <stdlib.h>
15861int
15862main ()
247f5006 15863{
e6cc62c6
VS
15864
15865 FILE *f = fopen ("conftest.val", "w");
15866 if (! f)
15867 exit (1);
15868 if (((long) (sizeof (long long))) < 0)
15869 {
15870 long i = longval ();
15871 if (i != ((long) (sizeof (long long))))
15872 exit (1);
15873 fprintf (f, "%ld\n", i);
15874 }
15875 else
15876 {
15877 unsigned long i = ulongval ();
15878 if (i != ((long) (sizeof (long long))))
15879 exit (1);
15880 fprintf (f, "%lu\n", i);
15881 }
15882 exit (ferror (f) || fclose (f) != 0);
15883
15884 ;
15885 return 0;
247f5006 15886}
e6cc62c6
VS
15887_ACEOF
15888rm -f conftest$ac_exeext
15889if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15890 (eval $ac_link) 2>&5
15891 ac_status=$?
15892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15893 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
15894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15895 (eval $ac_try) 2>&5
15896 ac_status=$?
15897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15898 (exit $ac_status); }; }; then
15899 ac_cv_sizeof_long_long=`cat conftest.val`
15900else
15901 echo "$as_me: program exited with status $ac_status" >&5
15902echo "$as_me: failed program was:" >&5
15903sed 's/^/| /' conftest.$ac_ext >&5
15904
15905( exit $ac_status )
15906{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
15907See \`config.log' for more details." >&5
15908echo "$as_me: error: cannot compute sizeof (long long), 77
15909See \`config.log' for more details." >&2;}
15910 { (exit 1); exit 1; }; }
15911fi
15912rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
15913fi
15914fi
15915rm -f conftest.val
7b4a847f 15916else
a0b9e27f 15917 ac_cv_sizeof_long_long=0
5c6fa7d2
RR
15918fi
15919fi
e6cc62c6
VS
15920echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
15921echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
15922cat >>confdefs.h <<_ACEOF
15923#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
15924_ACEOF
15925
15926
15927 ;;
15928 *-hp-hpux* )
15929 echo "$as_me:$LINENO: checking for long long" >&5
15930echo $ECHO_N "checking for long long... $ECHO_C" >&6
15931if test "${ac_cv_type_long_long+set}" = set; then
15932 echo $ECHO_N "(cached) $ECHO_C" >&6
15933else
15934 cat >conftest.$ac_ext <<_ACEOF
15935#line $LINENO "configure"
15936/* confdefs.h. */
15937_ACEOF
15938cat confdefs.h >>conftest.$ac_ext
15939cat >>conftest.$ac_ext <<_ACEOF
15940/* end confdefs.h. */
15941$ac_includes_default
15942int
15943main ()
15944{
15945if ((long long *) 0)
15946 return 0;
15947if (sizeof (long long))
15948 return 0;
15949 ;
15950 return 0;
15951}
15952_ACEOF
15953rm -f conftest.$ac_objext
15954if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15955 (eval $ac_compile) 2>&5
15956 ac_status=$?
15957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15958 (exit $ac_status); } &&
15959 { ac_try='test -s conftest.$ac_objext'
15960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15961 (eval $ac_try) 2>&5
15962 ac_status=$?
15963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15964 (exit $ac_status); }; }; then
15965 ac_cv_type_long_long=yes
15966else
15967 echo "$as_me: failed program was:" >&5
15968sed 's/^/| /' conftest.$ac_ext >&5
15969
15970ac_cv_type_long_long=no
15971fi
15972rm -f conftest.$ac_objext conftest.$ac_ext
15973fi
15974echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
15975echo "${ECHO_T}$ac_cv_type_long_long" >&6
15976
15977echo "$as_me:$LINENO: checking size of long long" >&5
15978echo $ECHO_N "checking size of long long... $ECHO_C" >&6
15979if test "${ac_cv_sizeof_long_long+set}" = set; then
15980 echo $ECHO_N "(cached) $ECHO_C" >&6
15981else
15982 if test "$ac_cv_type_long_long" = yes; then
15983 # The cast to unsigned long works around a bug in the HP C Compiler
15984 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15985 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15986 # This bug is HP SR number 8606223364.
15987 if test "$cross_compiling" = yes; then
15988 # Depending upon the size, compute the lo and hi bounds.
15989cat >conftest.$ac_ext <<_ACEOF
15990#line $LINENO "configure"
15991/* confdefs.h. */
15992_ACEOF
15993cat confdefs.h >>conftest.$ac_ext
15994cat >>conftest.$ac_ext <<_ACEOF
15995/* end confdefs.h. */
15996$ac_includes_default
15997int
15998main ()
15999{
16000static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
16001test_array [0] = 0
16002
16003 ;
16004 return 0;
16005}
16006_ACEOF
16007rm -f conftest.$ac_objext
16008if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16009 (eval $ac_compile) 2>&5
16010 ac_status=$?
16011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16012 (exit $ac_status); } &&
16013 { ac_try='test -s conftest.$ac_objext'
16014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16015 (eval $ac_try) 2>&5
16016 ac_status=$?
16017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16018 (exit $ac_status); }; }; then
16019 ac_lo=0 ac_mid=0
16020 while :; do
16021 cat >conftest.$ac_ext <<_ACEOF
16022#line $LINENO "configure"
16023/* confdefs.h. */
16024_ACEOF
16025cat confdefs.h >>conftest.$ac_ext
16026cat >>conftest.$ac_ext <<_ACEOF
16027/* end confdefs.h. */
16028$ac_includes_default
16029int
16030main ()
16031{
16032static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16033test_array [0] = 0
8284b0c5 16034
e6cc62c6
VS
16035 ;
16036 return 0;
16037}
16038_ACEOF
16039rm -f conftest.$ac_objext
16040if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16041 (eval $ac_compile) 2>&5
16042 ac_status=$?
16043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16044 (exit $ac_status); } &&
16045 { ac_try='test -s conftest.$ac_objext'
16046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16047 (eval $ac_try) 2>&5
16048 ac_status=$?
16049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16050 (exit $ac_status); }; }; then
16051 ac_hi=$ac_mid; break
16052else
16053 echo "$as_me: failed program was:" >&5
16054sed 's/^/| /' conftest.$ac_ext >&5
16055
16056ac_lo=`expr $ac_mid + 1`
16057 if test $ac_lo -le $ac_mid; then
16058 ac_lo= ac_hi=
16059 break
16060 fi
16061 ac_mid=`expr 2 '*' $ac_mid + 1`
a0b9e27f 16062fi
e6cc62c6
VS
16063rm -f conftest.$ac_objext conftest.$ac_ext
16064 done
16065else
16066 echo "$as_me: failed program was:" >&5
16067sed 's/^/| /' conftest.$ac_ext >&5
16068
16069cat >conftest.$ac_ext <<_ACEOF
16070#line $LINENO "configure"
16071/* confdefs.h. */
16072_ACEOF
16073cat confdefs.h >>conftest.$ac_ext
16074cat >>conftest.$ac_ext <<_ACEOF
16075/* end confdefs.h. */
16076$ac_includes_default
16077int
16078main ()
16079{
16080static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
16081test_array [0] = 0
a0b9e27f 16082
e6cc62c6
VS
16083 ;
16084 return 0;
16085}
16086_ACEOF
16087rm -f conftest.$ac_objext
16088if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16089 (eval $ac_compile) 2>&5
16090 ac_status=$?
16091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16092 (exit $ac_status); } &&
16093 { ac_try='test -s conftest.$ac_objext'
16094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16095 (eval $ac_try) 2>&5
16096 ac_status=$?
16097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16098 (exit $ac_status); }; }; then
16099 ac_hi=-1 ac_mid=-1
16100 while :; do
16101 cat >conftest.$ac_ext <<_ACEOF
16102#line $LINENO "configure"
16103/* confdefs.h. */
16104_ACEOF
16105cat confdefs.h >>conftest.$ac_ext
16106cat >>conftest.$ac_ext <<_ACEOF
16107/* end confdefs.h. */
16108$ac_includes_default
16109int
16110main ()
16111{
16112static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
16113test_array [0] = 0
a0b9e27f 16114
e6cc62c6
VS
16115 ;
16116 return 0;
16117}
16118_ACEOF
16119rm -f conftest.$ac_objext
16120if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16121 (eval $ac_compile) 2>&5
16122 ac_status=$?
16123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16124 (exit $ac_status); } &&
16125 { ac_try='test -s conftest.$ac_objext'
16126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16127 (eval $ac_try) 2>&5
16128 ac_status=$?
16129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16130 (exit $ac_status); }; }; then
16131 ac_lo=$ac_mid; break
16132else
16133 echo "$as_me: failed program was:" >&5
16134sed 's/^/| /' conftest.$ac_ext >&5
16135
16136ac_hi=`expr '(' $ac_mid ')' - 1`
16137 if test $ac_mid -le $ac_hi; then
16138 ac_lo= ac_hi=
16139 break
16140 fi
16141 ac_mid=`expr 2 '*' $ac_mid`
16142fi
16143rm -f conftest.$ac_objext conftest.$ac_ext
16144 done
8284b0c5 16145else
e6cc62c6
VS
16146 echo "$as_me: failed program was:" >&5
16147sed 's/^/| /' conftest.$ac_ext >&5
16148
16149ac_lo= ac_hi=
16150fi
16151rm -f conftest.$ac_objext conftest.$ac_ext
16152fi
16153rm -f conftest.$ac_objext conftest.$ac_ext
16154# Binary search between lo and hi bounds.
16155while test "x$ac_lo" != "x$ac_hi"; do
16156 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16157 cat >conftest.$ac_ext <<_ACEOF
16158#line $LINENO "configure"
16159/* confdefs.h. */
16160_ACEOF
16161cat confdefs.h >>conftest.$ac_ext
16162cat >>conftest.$ac_ext <<_ACEOF
16163/* end confdefs.h. */
16164$ac_includes_default
16165int
16166main ()
16167{
16168static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16169test_array [0] = 0
16170
16171 ;
16172 return 0;
16173}
16174_ACEOF
16175rm -f conftest.$ac_objext
16176if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16177 (eval $ac_compile) 2>&5
16178 ac_status=$?
16179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16180 (exit $ac_status); } &&
16181 { ac_try='test -s conftest.$ac_objext'
16182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16183 (eval $ac_try) 2>&5
16184 ac_status=$?
16185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16186 (exit $ac_status); }; }; then
16187 ac_hi=$ac_mid
16188else
16189 echo "$as_me: failed program was:" >&5
16190sed 's/^/| /' conftest.$ac_ext >&5
16191
16192ac_lo=`expr '(' $ac_mid ')' + 1`
16193fi
16194rm -f conftest.$ac_objext conftest.$ac_ext
16195done
16196case $ac_lo in
16197?*) ac_cv_sizeof_long_long=$ac_lo;;
16198'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16199See \`config.log' for more details." >&5
16200echo "$as_me: error: cannot compute sizeof (long long), 77
16201See \`config.log' for more details." >&2;}
16202 { (exit 1); exit 1; }; } ;;
16203esac
8284b0c5 16204else
e6cc62c6
VS
16205 if test "$cross_compiling" = yes; then
16206 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16207See \`config.log' for more details." >&5
16208echo "$as_me: error: cannot run test program while cross compiling
16209See \`config.log' for more details." >&2;}
16210 { (exit 1); exit 1; }; }
16211else
16212 cat >conftest.$ac_ext <<_ACEOF
16213#line $LINENO "configure"
16214/* confdefs.h. */
16215_ACEOF
16216cat confdefs.h >>conftest.$ac_ext
16217cat >>conftest.$ac_ext <<_ACEOF
16218/* end confdefs.h. */
16219$ac_includes_default
16220long longval () { return (long) (sizeof (long long)); }
16221unsigned long ulongval () { return (long) (sizeof (long long)); }
8284b0c5 16222#include <stdio.h>
e6cc62c6
VS
16223#include <stdlib.h>
16224int
16225main ()
8284b0c5 16226{
e6cc62c6
VS
16227
16228 FILE *f = fopen ("conftest.val", "w");
16229 if (! f)
16230 exit (1);
16231 if (((long) (sizeof (long long))) < 0)
16232 {
16233 long i = longval ();
16234 if (i != ((long) (sizeof (long long))))
16235 exit (1);
16236 fprintf (f, "%ld\n", i);
16237 }
16238 else
16239 {
16240 unsigned long i = ulongval ();
16241 if (i != ((long) (sizeof (long long))))
16242 exit (1);
16243 fprintf (f, "%lu\n", i);
16244 }
16245 exit (ferror (f) || fclose (f) != 0);
16246
16247 ;
16248 return 0;
8284b0c5 16249}
e6cc62c6
VS
16250_ACEOF
16251rm -f conftest$ac_exeext
16252if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16253 (eval $ac_link) 2>&5
16254 ac_status=$?
16255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16256 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16258 (eval $ac_try) 2>&5
16259 ac_status=$?
16260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16261 (exit $ac_status); }; }; then
16262 ac_cv_sizeof_long_long=`cat conftest.val`
16263else
16264 echo "$as_me: program exited with status $ac_status" >&5
16265echo "$as_me: failed program was:" >&5
16266sed 's/^/| /' conftest.$ac_ext >&5
16267
16268( exit $ac_status )
16269{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16270See \`config.log' for more details." >&5
16271echo "$as_me: error: cannot compute sizeof (long long), 77
16272See \`config.log' for more details." >&2;}
16273 { (exit 1); exit 1; }; }
16274fi
16275rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16276fi
16277fi
16278rm -f conftest.val
5c6fa7d2
RR
16279else
16280 ac_cv_sizeof_long_long=0
52127426 16281fi
4f57cf11 16282fi
e6cc62c6
VS
16283echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
16284echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
16285cat >>confdefs.h <<_ACEOF
4f57cf11 16286#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
e6cc62c6 16287_ACEOF
4f57cf11
GD
16288
16289
16290 if test "$ac_cv_sizeof_long_long" != "0"; then
16291 CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG"
16292 fi
16293 ;;
16294 * )
e6cc62c6
VS
16295 echo "$as_me:$LINENO: checking for long long" >&5
16296echo $ECHO_N "checking for long long... $ECHO_C" >&6
16297if test "${ac_cv_type_long_long+set}" = set; then
16298 echo $ECHO_N "(cached) $ECHO_C" >&6
16299else
16300 cat >conftest.$ac_ext <<_ACEOF
16301#line $LINENO "configure"
16302/* confdefs.h. */
16303_ACEOF
16304cat confdefs.h >>conftest.$ac_ext
16305cat >>conftest.$ac_ext <<_ACEOF
16306/* end confdefs.h. */
16307$ac_includes_default
16308int
16309main ()
16310{
16311if ((long long *) 0)
16312 return 0;
16313if (sizeof (long long))
16314 return 0;
16315 ;
16316 return 0;
16317}
16318_ACEOF
16319rm -f conftest.$ac_objext
16320if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16321 (eval $ac_compile) 2>&5
16322 ac_status=$?
16323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16324 (exit $ac_status); } &&
16325 { ac_try='test -s conftest.$ac_objext'
16326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16327 (eval $ac_try) 2>&5
16328 ac_status=$?
16329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16330 (exit $ac_status); }; }; then
16331 ac_cv_type_long_long=yes
16332else
16333 echo "$as_me: failed program was:" >&5
16334sed 's/^/| /' conftest.$ac_ext >&5
16335
16336ac_cv_type_long_long=no
16337fi
16338rm -f conftest.$ac_objext conftest.$ac_ext
16339fi
16340echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
16341echo "${ECHO_T}$ac_cv_type_long_long" >&6
16342
16343echo "$as_me:$LINENO: checking size of long long" >&5
16344echo $ECHO_N "checking size of long long... $ECHO_C" >&6
16345if test "${ac_cv_sizeof_long_long+set}" = set; then
16346 echo $ECHO_N "(cached) $ECHO_C" >&6
16347else
16348 if test "$ac_cv_type_long_long" = yes; then
16349 # The cast to unsigned long works around a bug in the HP C Compiler
16350 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16351 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16352 # This bug is HP SR number 8606223364.
4f57cf11 16353 if test "$cross_compiling" = yes; then
e6cc62c6
VS
16354 # Depending upon the size, compute the lo and hi bounds.
16355cat >conftest.$ac_ext <<_ACEOF
16356#line $LINENO "configure"
16357/* confdefs.h. */
16358_ACEOF
16359cat confdefs.h >>conftest.$ac_ext
16360cat >>conftest.$ac_ext <<_ACEOF
16361/* end confdefs.h. */
16362$ac_includes_default
16363int
16364main ()
16365{
16366static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)];
16367test_array [0] = 0
16368
16369 ;
16370 return 0;
16371}
16372_ACEOF
16373rm -f conftest.$ac_objext
16374if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16375 (eval $ac_compile) 2>&5
16376 ac_status=$?
16377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16378 (exit $ac_status); } &&
16379 { ac_try='test -s conftest.$ac_objext'
16380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16381 (eval $ac_try) 2>&5
16382 ac_status=$?
16383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16384 (exit $ac_status); }; }; then
16385 ac_lo=0 ac_mid=0
16386 while :; do
16387 cat >conftest.$ac_ext <<_ACEOF
16388#line $LINENO "configure"
16389/* confdefs.h. */
16390_ACEOF
16391cat confdefs.h >>conftest.$ac_ext
16392cat >>conftest.$ac_ext <<_ACEOF
16393/* end confdefs.h. */
16394$ac_includes_default
16395int
16396main ()
16397{
16398static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16399test_array [0] = 0
16400
16401 ;
16402 return 0;
16403}
16404_ACEOF
16405rm -f conftest.$ac_objext
16406if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16407 (eval $ac_compile) 2>&5
16408 ac_status=$?
16409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16410 (exit $ac_status); } &&
16411 { ac_try='test -s conftest.$ac_objext'
16412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16413 (eval $ac_try) 2>&5
16414 ac_status=$?
16415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16416 (exit $ac_status); }; }; then
16417 ac_hi=$ac_mid; break
16418else
16419 echo "$as_me: failed program was:" >&5
16420sed 's/^/| /' conftest.$ac_ext >&5
16421
16422ac_lo=`expr $ac_mid + 1`
16423 if test $ac_lo -le $ac_mid; then
16424 ac_lo= ac_hi=
16425 break
16426 fi
16427 ac_mid=`expr 2 '*' $ac_mid + 1`
16428fi
16429rm -f conftest.$ac_objext conftest.$ac_ext
16430 done
16431else
16432 echo "$as_me: failed program was:" >&5
16433sed 's/^/| /' conftest.$ac_ext >&5
16434
16435cat >conftest.$ac_ext <<_ACEOF
16436#line $LINENO "configure"
16437/* confdefs.h. */
16438_ACEOF
16439cat confdefs.h >>conftest.$ac_ext
16440cat >>conftest.$ac_ext <<_ACEOF
16441/* end confdefs.h. */
16442$ac_includes_default
16443int
16444main ()
16445{
16446static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)];
16447test_array [0] = 0
16448
16449 ;
16450 return 0;
16451}
16452_ACEOF
16453rm -f conftest.$ac_objext
16454if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16455 (eval $ac_compile) 2>&5
16456 ac_status=$?
16457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16458 (exit $ac_status); } &&
16459 { ac_try='test -s conftest.$ac_objext'
16460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16461 (eval $ac_try) 2>&5
16462 ac_status=$?
16463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16464 (exit $ac_status); }; }; then
16465 ac_hi=-1 ac_mid=-1
16466 while :; do
16467 cat >conftest.$ac_ext <<_ACEOF
16468#line $LINENO "configure"
16469/* confdefs.h. */
16470_ACEOF
16471cat confdefs.h >>conftest.$ac_ext
16472cat >>conftest.$ac_ext <<_ACEOF
16473/* end confdefs.h. */
16474$ac_includes_default
16475int
16476main ()
16477{
16478static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)];
16479test_array [0] = 0
16480
16481 ;
16482 return 0;
16483}
16484_ACEOF
16485rm -f conftest.$ac_objext
16486if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16487 (eval $ac_compile) 2>&5
16488 ac_status=$?
16489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16490 (exit $ac_status); } &&
16491 { ac_try='test -s conftest.$ac_objext'
16492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16493 (eval $ac_try) 2>&5
16494 ac_status=$?
16495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16496 (exit $ac_status); }; }; then
16497 ac_lo=$ac_mid; break
16498else
16499 echo "$as_me: failed program was:" >&5
16500sed 's/^/| /' conftest.$ac_ext >&5
16501
16502ac_hi=`expr '(' $ac_mid ')' - 1`
16503 if test $ac_mid -le $ac_hi; then
16504 ac_lo= ac_hi=
16505 break
16506 fi
16507 ac_mid=`expr 2 '*' $ac_mid`
16508fi
16509rm -f conftest.$ac_objext conftest.$ac_ext
16510 done
4f57cf11 16511else
e6cc62c6
VS
16512 echo "$as_me: failed program was:" >&5
16513sed 's/^/| /' conftest.$ac_ext >&5
16514
16515ac_lo= ac_hi=
16516fi
16517rm -f conftest.$ac_objext conftest.$ac_ext
16518fi
16519rm -f conftest.$ac_objext conftest.$ac_ext
16520# Binary search between lo and hi bounds.
16521while test "x$ac_lo" != "x$ac_hi"; do
16522 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16523 cat >conftest.$ac_ext <<_ACEOF
16524#line $LINENO "configure"
16525/* confdefs.h. */
16526_ACEOF
16527cat confdefs.h >>conftest.$ac_ext
16528cat >>conftest.$ac_ext <<_ACEOF
16529/* end confdefs.h. */
16530$ac_includes_default
16531int
16532main ()
16533{
16534static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)];
16535test_array [0] = 0
16536
16537 ;
16538 return 0;
16539}
16540_ACEOF
16541rm -f conftest.$ac_objext
16542if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16543 (eval $ac_compile) 2>&5
16544 ac_status=$?
16545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16546 (exit $ac_status); } &&
16547 { ac_try='test -s conftest.$ac_objext'
16548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16549 (eval $ac_try) 2>&5
16550 ac_status=$?
16551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16552 (exit $ac_status); }; }; then
16553 ac_hi=$ac_mid
16554else
16555 echo "$as_me: failed program was:" >&5
16556sed 's/^/| /' conftest.$ac_ext >&5
16557
16558ac_lo=`expr '(' $ac_mid ')' + 1`
16559fi
16560rm -f conftest.$ac_objext conftest.$ac_ext
16561done
16562case $ac_lo in
16563?*) ac_cv_sizeof_long_long=$ac_lo;;
16564'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16565See \`config.log' for more details." >&5
16566echo "$as_me: error: cannot compute sizeof (long long), 77
16567See \`config.log' for more details." >&2;}
16568 { (exit 1); exit 1; }; } ;;
16569esac
16570else
16571 if test "$cross_compiling" = yes; then
16572 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16573See \`config.log' for more details." >&5
16574echo "$as_me: error: cannot run test program while cross compiling
16575See \`config.log' for more details." >&2;}
16576 { (exit 1); exit 1; }; }
16577else
16578 cat >conftest.$ac_ext <<_ACEOF
16579#line $LINENO "configure"
16580/* confdefs.h. */
16581_ACEOF
16582cat confdefs.h >>conftest.$ac_ext
16583cat >>conftest.$ac_ext <<_ACEOF
16584/* end confdefs.h. */
16585$ac_includes_default
16586long longval () { return (long) (sizeof (long long)); }
16587unsigned long ulongval () { return (long) (sizeof (long long)); }
4f57cf11 16588#include <stdio.h>
e6cc62c6
VS
16589#include <stdlib.h>
16590int
16591main ()
4f57cf11 16592{
e6cc62c6
VS
16593
16594 FILE *f = fopen ("conftest.val", "w");
16595 if (! f)
16596 exit (1);
16597 if (((long) (sizeof (long long))) < 0)
16598 {
16599 long i = longval ();
16600 if (i != ((long) (sizeof (long long))))
16601 exit (1);
16602 fprintf (f, "%ld\n", i);
16603 }
16604 else
16605 {
16606 unsigned long i = ulongval ();
16607 if (i != ((long) (sizeof (long long))))
16608 exit (1);
16609 fprintf (f, "%lu\n", i);
16610 }
16611 exit (ferror (f) || fclose (f) != 0);
16612
16613 ;
16614 return 0;
4f57cf11 16615}
e6cc62c6
VS
16616_ACEOF
16617rm -f conftest$ac_exeext
16618if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16619 (eval $ac_link) 2>&5
16620 ac_status=$?
16621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16622 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16624 (eval $ac_try) 2>&5
16625 ac_status=$?
16626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16627 (exit $ac_status); }; }; then
16628 ac_cv_sizeof_long_long=`cat conftest.val`
16629else
16630 echo "$as_me: program exited with status $ac_status" >&5
16631echo "$as_me: failed program was:" >&5
16632sed 's/^/| /' conftest.$ac_ext >&5
16633
16634( exit $ac_status )
16635{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77
16636See \`config.log' for more details." >&5
16637echo "$as_me: error: cannot compute sizeof (long long), 77
16638See \`config.log' for more details." >&2;}
16639 { (exit 1); exit 1; }; }
16640fi
16641rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16642fi
16643fi
16644rm -f conftest.val
4f57cf11 16645else
4f57cf11
GD
16646 ac_cv_sizeof_long_long=0
16647fi
7b4a847f 16648fi
e6cc62c6
VS
16649echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
16650echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6
16651cat >>confdefs.h <<_ACEOF
21d1c967 16652#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
e6cc62c6 16653_ACEOF
9e691f46 16654
8284b0c5 16655
21d1c967
GD
16656esac
16657
e6cc62c6
VS
16658echo "$as_me:$LINENO: checking size of wchar_t" >&5
16659echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6
16660if test "${wx_cv_sizeof_wchar_t+set}" = set; then
16661 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967 16662else
e6cc62c6 16663
21d1c967 16664 if test "$cross_compiling" = yes; then
e6cc62c6 16665
2b5f62a0
VZ
16666 case "${host}" in
16667 *-pc-msdosdjgpp )
16668 wx_cv_sizeof_wchar_t=0
16669 ;;
16670 * )
16671 wx_cv_sizeof_wchar_t=4
16672 ;;
16673 esac
e6cc62c6
VS
16674
16675
6f72b082 16676else
e6cc62c6
VS
16677 cat >conftest.$ac_ext <<_ACEOF
16678#line $LINENO "configure"
16679/* confdefs.h. */
16680_ACEOF
16681cat confdefs.h >>conftest.$ac_ext
16682cat >>conftest.$ac_ext <<_ACEOF
16683/* end confdefs.h. */
21d1c967 16684
2b5f62a0
VZ
16685 /* DJGPP only has fake wchar_t: */
16686 #ifdef __DJGPP__
16687 # error "fake wchar_t"
16688 #endif
21d1c967
GD
16689 #ifdef HAVE_WCHAR_H
16690 # ifdef __CYGWIN__
16691 # include <stddef.h>
16692 # endif
16693 # include <wchar.h>
16694 #endif
16695 #ifdef HAVE_STDLIB_H
16696 # include <stdlib.h>
16697 #endif
16698 #include <stdio.h>
16699 int main()
16700 {
16701 FILE *f=fopen("conftestval", "w");
16702 if (!f) exit(1);
16703 fprintf(f, "%i", sizeof(wchar_t));
16704 exit(0);
16705 }
e6cc62c6
VS
16706
16707_ACEOF
16708rm -f conftest$ac_exeext
16709if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16710 (eval $ac_link) 2>&5
16711 ac_status=$?
16712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16713 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16715 (eval $ac_try) 2>&5
16716 ac_status=$?
16717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16718 (exit $ac_status); }; }; then
21d1c967 16719 wx_cv_sizeof_wchar_t=`cat conftestval`
6f72b082 16720else
e6cc62c6
VS
16721 echo "$as_me: program exited with status $ac_status" >&5
16722echo "$as_me: failed program was:" >&5
16723sed 's/^/| /' conftest.$ac_ext >&5
16724
16725( exit $ac_status )
16726wx_cv_sizeof_wchar_t=0
6f72b082 16727fi
e6cc62c6 16728rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6f72b082 16729fi
6f72b082 16730
3f345b47 16731fi
e6cc62c6
VS
16732echo "$as_me:$LINENO: result: $wx_cv_sizeof_wchar_t" >&5
16733echo "${ECHO_T}$wx_cv_sizeof_wchar_t" >&6
3f345b47 16734
e6cc62c6 16735cat >>confdefs.h <<_ACEOF
21d1c967 16736#define SIZEOF_WCHAR_T $wx_cv_sizeof_wchar_t
e6cc62c6 16737_ACEOF
90dd450c 16738
8284b0c5 16739
21d1c967
GD
16740# Check whether --enable-largefile or --disable-largefile was given.
16741if test "${enable_largefile+set}" = set; then
16742 enableval="$enable_largefile"
3f345b47 16743
e6cc62c6 16744fi;
21d1c967
GD
16745if test "$enable_largefile" != no; then
16746 wx_largefile=no
e6cc62c6
VS
16747
16748 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
16749echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
16750if test "${ac_cv_sys_file_offset_bits+set}" = set; then
16751 echo $ECHO_N "(cached) $ECHO_C" >&6
16752else
16753
16754 cat >conftest.$ac_ext <<_ACEOF
16755#line $LINENO "configure"
16756/* confdefs.h. */
16757_ACEOF
16758cat confdefs.h >>conftest.$ac_ext
16759cat >>conftest.$ac_ext <<_ACEOF
16760/* end confdefs.h. */
21d1c967
GD
16761#define _FILE_OFFSET_BITS 64
16762 #include <sys/types.h>
e6cc62c6
VS
16763int
16764main ()
16765{
21d1c967
GD
16766typedef struct {
16767 unsigned int field: sizeof(off_t) == 8;
16768} wxlf;
16769
e6cc62c6
VS
16770 ;
16771 return 0;
16772}
16773_ACEOF
16774rm -f conftest.$ac_objext
16775if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16776 (eval $ac_compile) 2>&5
16777 ac_status=$?
16778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16779 (exit $ac_status); } &&
16780 { ac_try='test -s conftest.$ac_objext'
16781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16782 (eval $ac_try) 2>&5
16783 ac_status=$?
16784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16785 (exit $ac_status); }; }; then
21d1c967 16786 ac_cv_sys_file_offset_bits=64
f6bcfd97 16787else
e6cc62c6
VS
16788 echo "$as_me: failed program was:" >&5
16789sed 's/^/| /' conftest.$ac_ext >&5
16790
16791ac_cv_sys_file_offset_bits=no
247f5006 16792fi
e6cc62c6
VS
16793rm -f conftest.$ac_objext conftest.$ac_ext
16794
a0b9e27f 16795
e6cc62c6
VS
16796fi
16797echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
16798echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
21d1c967
GD
16799
16800 if test "$ac_cv_sys_file_offset_bits" != no; then
16801 wx_largefile=yes
e6cc62c6 16802 cat >>confdefs.h <<_ACEOF
21d1c967 16803#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
e6cc62c6 16804_ACEOF
21d1c967
GD
16805
16806 fi
16807
16808 if test "x$wx_largefile" != "xyes"; then
e6cc62c6
VS
16809
16810 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
16811echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
16812if test "${ac_cv_sys_large_files+set}" = set; then
16813 echo $ECHO_N "(cached) $ECHO_C" >&6
16814else
16815
16816 cat >conftest.$ac_ext <<_ACEOF
16817#line $LINENO "configure"
16818/* confdefs.h. */
16819_ACEOF
16820cat confdefs.h >>conftest.$ac_ext
16821cat >>conftest.$ac_ext <<_ACEOF
16822/* end confdefs.h. */
21d1c967
GD
16823#define _LARGE_FILES 1
16824 #include <sys/types.h>
e6cc62c6
VS
16825int
16826main ()
16827{
21d1c967
GD
16828typedef struct {
16829 unsigned int field: sizeof(off_t) == 8;
16830} wxlf;
16831
e6cc62c6
VS
16832 ;
16833 return 0;
16834}
16835_ACEOF
16836rm -f conftest.$ac_objext
16837if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16838 (eval $ac_compile) 2>&5
16839 ac_status=$?
16840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16841 (exit $ac_status); } &&
16842 { ac_try='test -s conftest.$ac_objext'
16843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16844 (eval $ac_try) 2>&5
16845 ac_status=$?
16846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16847 (exit $ac_status); }; }; then
21d1c967 16848 ac_cv_sys_large_files=1
f6bcfd97 16849else
e6cc62c6
VS
16850 echo "$as_me: failed program was:" >&5
16851sed 's/^/| /' conftest.$ac_ext >&5
16852
16853ac_cv_sys_large_files=no
247f5006 16854fi
e6cc62c6 16855rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 16856
e6cc62c6
VS
16857
16858fi
16859echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
16860echo "${ECHO_T}$ac_cv_sys_large_files" >&6
3f345b47 16861
21d1c967
GD
16862 if test "$ac_cv_sys_large_files" != no; then
16863 wx_largefile=yes
e6cc62c6 16864 cat >>confdefs.h <<_ACEOF
21d1c967 16865#define _LARGE_FILES $ac_cv_sys_large_files
e6cc62c6 16866_ACEOF
90dd450c 16867
90dd450c
VZ
16868 fi
16869
90dd450c 16870 fi
90dd450c 16871
e6cc62c6
VS
16872 echo "$as_me:$LINENO: checking if large file support is available" >&5
16873echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6
21d1c967 16874 if test "x$wx_largefile" = "xyes"; then
e6cc62c6 16875 cat >>confdefs.h <<\_ACEOF
21d1c967 16876#define HAVE_LARGEFILE_SUPPORT 1
e6cc62c6 16877_ACEOF
90dd450c 16878
90dd450c 16879 fi
e6cc62c6
VS
16880 echo "$as_me:$LINENO: result: $wx_largefile" >&5
16881echo "${ECHO_T}$wx_largefile" >&6
21d1c967 16882fi
90dd450c 16883
8284b0c5 16884
f02444d0 16885if test "x$wx_largefile" = "xyes"; then
e26c13cf
RD
16886 if test "x$ac_cv_sys_file_offset_bits" = "x64"; then
16887 WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES"
f02444d0 16888 else
e26c13cf 16889 WX_LARGEFILE_FLAGS="-D_LARGE_FILES"
f02444d0 16890 fi
e26c13cf 16891 CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS"
f02444d0
VZ
16892fi
16893
e6cc62c6
VS
16894echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
16895echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
16896if test "${ac_cv_c_bigendian+set}" = set; then
16897 echo $ECHO_N "(cached) $ECHO_C" >&6
90dd450c 16898else
21d1c967
GD
16899 ac_cv_c_bigendian=unknown
16900# See if sys/param.h defines the BYTE_ORDER macro.
e6cc62c6
VS
16901cat >conftest.$ac_ext <<_ACEOF
16902#line $LINENO "configure"
16903/* confdefs.h. */
16904_ACEOF
16905cat confdefs.h >>conftest.$ac_ext
16906cat >>conftest.$ac_ext <<_ACEOF
16907/* end confdefs.h. */
21d1c967
GD
16908#include <sys/types.h>
16909#include <sys/param.h>
e6cc62c6
VS
16910int
16911main ()
16912{
21d1c967
GD
16913
16914#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
16915 bogus endian macros
16916#endif
e6cc62c6
VS
16917 ;
16918 return 0;
16919}
16920_ACEOF
16921rm -f conftest.$ac_objext
16922if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16923 (eval $ac_compile) 2>&5
16924 ac_status=$?
16925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16926 (exit $ac_status); } &&
16927 { ac_try='test -s conftest.$ac_objext'
16928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16929 (eval $ac_try) 2>&5
16930 ac_status=$?
16931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16932 (exit $ac_status); }; }; then
21d1c967 16933 # It does; now see whether it defined to BIG_ENDIAN or not.
e6cc62c6
VS
16934cat >conftest.$ac_ext <<_ACEOF
16935#line $LINENO "configure"
16936/* confdefs.h. */
16937_ACEOF
16938cat confdefs.h >>conftest.$ac_ext
16939cat >>conftest.$ac_ext <<_ACEOF
16940/* end confdefs.h. */
21d1c967
GD
16941#include <sys/types.h>
16942#include <sys/param.h>
e6cc62c6
VS
16943int
16944main ()
16945{
21d1c967
GD
16946
16947#if BYTE_ORDER != BIG_ENDIAN
16948 not big endian
16949#endif
e6cc62c6
VS
16950 ;
16951 return 0;
16952}
16953_ACEOF
16954rm -f conftest.$ac_objext
16955if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16956 (eval $ac_compile) 2>&5
16957 ac_status=$?
16958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16959 (exit $ac_status); } &&
16960 { ac_try='test -s conftest.$ac_objext'
16961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16962 (eval $ac_try) 2>&5
16963 ac_status=$?
16964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16965 (exit $ac_status); }; }; then
21d1c967 16966 ac_cv_c_bigendian=yes
3f345b47 16967else
e6cc62c6
VS
16968 echo "$as_me: failed program was:" >&5
16969sed 's/^/| /' conftest.$ac_ext >&5
16970
16971ac_cv_c_bigendian=no
3f345b47 16972fi
e6cc62c6 16973rm -f conftest.$ac_objext conftest.$ac_ext
3f345b47 16974else
e6cc62c6
VS
16975 echo "$as_me: failed program was:" >&5
16976sed 's/^/| /' conftest.$ac_ext >&5
16977
3f345b47 16978fi
e6cc62c6 16979rm -f conftest.$ac_objext conftest.$ac_ext
21d1c967
GD
16980if test $ac_cv_c_bigendian = unknown; then
16981if test "$cross_compiling" = yes; then
16982 ac_cv_c_bigendian=unknown
10f2d63a 16983else
e6cc62c6
VS
16984 cat >conftest.$ac_ext <<_ACEOF
16985#line $LINENO "configure"
16986/* confdefs.h. */
16987_ACEOF
16988cat confdefs.h >>conftest.$ac_ext
16989cat >>conftest.$ac_ext <<_ACEOF
16990/* end confdefs.h. */
21d1c967
GD
16991main () {
16992 /* Are we little or big endian? From Harbison&Steele. */
16993 union
16994 {
16995 long l;
16996 char c[sizeof (long)];
16997 } u;
16998 u.l = 1;
16999 exit (u.c[sizeof (long) - 1] == 1);
17000}
e6cc62c6
VS
17001_ACEOF
17002rm -f conftest$ac_exeext
17003if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17004 (eval $ac_link) 2>&5
17005 ac_status=$?
17006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17007 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17009 (eval $ac_try) 2>&5
17010 ac_status=$?
17011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17012 (exit $ac_status); }; }; then
21d1c967 17013 ac_cv_c_bigendian=no
3f345b47 17014else
e6cc62c6
VS
17015 echo "$as_me: program exited with status $ac_status" >&5
17016echo "$as_me: failed program was:" >&5
17017sed 's/^/| /' conftest.$ac_ext >&5
17018
17019( exit $ac_status )
17020ac_cv_c_bigendian=yes
247f5006 17021fi
e6cc62c6 17022rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
247f5006 17023fi
3f345b47 17024fi
8168de4c 17025fi
e6cc62c6
VS
17026echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
17027echo "${ECHO_T}$ac_cv_c_bigendian" >&6
247f5006 17028if test $ac_cv_c_bigendian = unknown; then
e6cc62c6
VS
17029 { 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
17030echo "$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;}
247f5006
VZ
17031fi
17032if test $ac_cv_c_bigendian = yes; then
e6cc62c6 17033 cat >>confdefs.h <<\_ACEOF
247f5006 17034#define WORDS_BIGENDIAN 1
e6cc62c6 17035_ACEOF
247f5006
VZ
17036
17037fi
17038
17039
e6cc62c6
VS
17040
17041ac_ext=cc
17042ac_cpp='$CXXCPP $CPPFLAGS'
17043ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17044ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17045ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17046echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
17047echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
247f5006 17048if test -z "$CXXCPP"; then
e6cc62c6
VS
17049 if test "${ac_cv_prog_CXXCPP+set}" = set; then
17050 echo $ECHO_N "(cached) $ECHO_C" >&6
17051else
17052 # Double quotes because CXXCPP needs to be expanded
17053 for CXXCPP in "$CXX -E" "/lib/cpp"
17054 do
17055 ac_preproc_ok=false
17056for ac_cxx_preproc_warn_flag in '' yes
17057do
17058 # Use a header file that comes with gcc, so configuring glibc
17059 # with a fresh cross-compiler works.
17060 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17061 # <limits.h> exists even on freestanding compilers.
17062 # On the NeXT, cc -E runs the code through the compiler's parser,
17063 # not just through cpp. "Syntax error" is here to catch this case.
17064 cat >conftest.$ac_ext <<_ACEOF
17065#line $LINENO "configure"
17066/* confdefs.h. */
17067_ACEOF
17068cat confdefs.h >>conftest.$ac_ext
17069cat >>conftest.$ac_ext <<_ACEOF
17070/* end confdefs.h. */
17071#ifdef __STDC__
17072# include <limits.h>
17073#else
17074# include <assert.h>
17075#endif
17076 Syntax error
17077_ACEOF
17078if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17079 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17080 ac_status=$?
17081 grep -v '^ *+' conftest.er1 >conftest.err
17082 rm -f conftest.er1
17083 cat conftest.err >&5
17084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17085 (exit $ac_status); } >/dev/null; then
17086 if test -s conftest.err; then
17087 ac_cpp_err=$ac_cxx_preproc_warn_flag
17088 else
17089 ac_cpp_err=
17090 fi
247f5006 17091else
e6cc62c6
VS
17092 ac_cpp_err=yes
17093fi
17094if test -z "$ac_cpp_err"; then
17095 :
17096else
17097 echo "$as_me: failed program was:" >&5
17098sed 's/^/| /' conftest.$ac_ext >&5
17099
17100 # Broken: fails on valid input.
17101continue
17102fi
17103rm -f conftest.err conftest.$ac_ext
17104
17105 # OK, works on sane cases. Now check whether non-existent headers
17106 # can be detected and how.
17107 cat >conftest.$ac_ext <<_ACEOF
17108#line $LINENO "configure"
17109/* confdefs.h. */
17110_ACEOF
17111cat confdefs.h >>conftest.$ac_ext
17112cat >>conftest.$ac_ext <<_ACEOF
17113/* end confdefs.h. */
17114#include <ac_nonexistent.h>
17115_ACEOF
17116if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17117 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17118 ac_status=$?
17119 grep -v '^ *+' conftest.er1 >conftest.err
17120 rm -f conftest.er1
17121 cat conftest.err >&5
17122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17123 (exit $ac_status); } >/dev/null; then
17124 if test -s conftest.err; then
17125 ac_cpp_err=$ac_cxx_preproc_warn_flag
17126 else
17127 ac_cpp_err=
17128 fi
17129else
17130 ac_cpp_err=yes
17131fi
17132if test -z "$ac_cpp_err"; then
17133 # Broken: success on invalid input.
17134continue
17135else
17136 echo "$as_me: failed program was:" >&5
17137sed 's/^/| /' conftest.$ac_ext >&5
17138
17139 # Passes both tests.
17140ac_preproc_ok=:
17141break
17142fi
17143rm -f conftest.err conftest.$ac_ext
17144
17145done
17146# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17147rm -f conftest.err conftest.$ac_ext
17148if $ac_preproc_ok; then
17149 break
17150fi
17151
17152 done
17153 ac_cv_prog_CXXCPP=$CXXCPP
17154
17155fi
17156 CXXCPP=$ac_cv_prog_CXXCPP
17157else
17158 ac_cv_prog_CXXCPP=$CXXCPP
17159fi
17160echo "$as_me:$LINENO: result: $CXXCPP" >&5
17161echo "${ECHO_T}$CXXCPP" >&6
17162ac_preproc_ok=false
17163for ac_cxx_preproc_warn_flag in '' yes
17164do
17165 # Use a header file that comes with gcc, so configuring glibc
17166 # with a fresh cross-compiler works.
17167 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17168 # <limits.h> exists even on freestanding compilers.
17169 # On the NeXT, cc -E runs the code through the compiler's parser,
17170 # not just through cpp. "Syntax error" is here to catch this case.
17171 cat >conftest.$ac_ext <<_ACEOF
17172#line $LINENO "configure"
17173/* confdefs.h. */
17174_ACEOF
17175cat confdefs.h >>conftest.$ac_ext
17176cat >>conftest.$ac_ext <<_ACEOF
17177/* end confdefs.h. */
17178#ifdef __STDC__
17179# include <limits.h>
17180#else
17181# include <assert.h>
17182#endif
17183 Syntax error
17184_ACEOF
17185if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17186 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17187 ac_status=$?
17188 grep -v '^ *+' conftest.er1 >conftest.err
17189 rm -f conftest.er1
17190 cat conftest.err >&5
17191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17192 (exit $ac_status); } >/dev/null; then
17193 if test -s conftest.err; then
17194 ac_cpp_err=$ac_cxx_preproc_warn_flag
17195 else
17196 ac_cpp_err=
17197 fi
17198else
17199 ac_cpp_err=yes
17200fi
17201if test -z "$ac_cpp_err"; then
21d1c967 17202 :
698dcdb6 17203else
e6cc62c6
VS
17204 echo "$as_me: failed program was:" >&5
17205sed 's/^/| /' conftest.$ac_ext >&5
17206
17207 # Broken: fails on valid input.
17208continue
17209fi
17210rm -f conftest.err conftest.$ac_ext
17211
17212 # OK, works on sane cases. Now check whether non-existent headers
17213 # can be detected and how.
17214 cat >conftest.$ac_ext <<_ACEOF
17215#line $LINENO "configure"
17216/* confdefs.h. */
17217_ACEOF
17218cat confdefs.h >>conftest.$ac_ext
17219cat >>conftest.$ac_ext <<_ACEOF
17220/* end confdefs.h. */
17221#include <ac_nonexistent.h>
17222_ACEOF
17223if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17224 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17225 ac_status=$?
17226 grep -v '^ *+' conftest.er1 >conftest.err
17227 rm -f conftest.er1
17228 cat conftest.err >&5
17229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17230 (exit $ac_status); } >/dev/null; then
17231 if test -s conftest.err; then
17232 ac_cpp_err=$ac_cxx_preproc_warn_flag
17233 else
17234 ac_cpp_err=
17235 fi
17236else
17237 ac_cpp_err=yes
247f5006 17238fi
e6cc62c6
VS
17239if test -z "$ac_cpp_err"; then
17240 # Broken: success on invalid input.
17241continue
17242else
17243 echo "$as_me: failed program was:" >&5
17244sed 's/^/| /' conftest.$ac_ext >&5
17245
17246 # Passes both tests.
17247ac_preproc_ok=:
17248break
328a083c 17249fi
e6cc62c6
VS
17250rm -f conftest.err conftest.$ac_ext
17251
17252done
17253# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17254rm -f conftest.err conftest.$ac_ext
17255if $ac_preproc_ok; then
17256 :
17257else
17258 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
17259See \`config.log' for more details." >&5
17260echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
17261See \`config.log' for more details." >&2;}
17262 { (exit 1); exit 1; }; }
90dd450c 17263fi
e6cc62c6
VS
17264
17265ac_ext=cc
17266ac_cpp='$CXXCPP $CPPFLAGS'
17267ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17268ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17269ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17270
1e6feb95 17271
1725144d 17272
21d1c967 17273 if test "$cross_compiling" = "yes"; then
e6cc62c6 17274 cat >>confdefs.h <<\_ACEOF
21d1c967 17275#define wxUSE_IOSTREAMH 1
e6cc62c6 17276_ACEOF
ab9b9eab 17277
21d1c967 17278 else
e6cc62c6
VS
17279
17280
17281 ac_ext=cc
5c6fa7d2 17282ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
17283ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17284ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17285ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17286
52127426 17287
247f5006 17288
e6cc62c6 17289for ac_header in iostream
21d1c967 17290do
e6cc62c6
VS
17291as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
17292if eval "test \"\${$as_ac_Header+set}\" = set"; then
17293 echo "$as_me:$LINENO: checking for $ac_header" >&5
17294echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17295if eval "test \"\${$as_ac_Header+set}\" = set"; then
17296 echo $ECHO_N "(cached) $ECHO_C" >&6
17297fi
17298echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17299echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17300else
17301 # Is the header compilable?
17302echo "$as_me:$LINENO: checking $ac_header usability" >&5
17303echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17304cat >conftest.$ac_ext <<_ACEOF
17305#line $LINENO "configure"
17306/* confdefs.h. */
17307_ACEOF
17308cat confdefs.h >>conftest.$ac_ext
17309cat >>conftest.$ac_ext <<_ACEOF
17310/* end confdefs.h. */
17311$ac_includes_default
17312#include <$ac_header>
17313_ACEOF
17314rm -f conftest.$ac_objext
17315if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17316 (eval $ac_compile) 2>&5
17317 ac_status=$?
17318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17319 (exit $ac_status); } &&
17320 { ac_try='test -s conftest.$ac_objext'
17321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17322 (eval $ac_try) 2>&5
17323 ac_status=$?
17324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17325 (exit $ac_status); }; }; then
17326 ac_header_compiler=yes
17327else
17328 echo "$as_me: failed program was:" >&5
17329sed 's/^/| /' conftest.$ac_ext >&5
17330
17331ac_header_compiler=no
17332fi
17333rm -f conftest.$ac_objext conftest.$ac_ext
17334echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17335echo "${ECHO_T}$ac_header_compiler" >&6
17336
17337# Is the header present?
17338echo "$as_me:$LINENO: checking $ac_header presence" >&5
17339echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17340cat >conftest.$ac_ext <<_ACEOF
17341#line $LINENO "configure"
17342/* confdefs.h. */
17343_ACEOF
17344cat confdefs.h >>conftest.$ac_ext
17345cat >>conftest.$ac_ext <<_ACEOF
17346/* end confdefs.h. */
17347#include <$ac_header>
17348_ACEOF
17349if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17350 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
17351 ac_status=$?
17352 grep -v '^ *+' conftest.er1 >conftest.err
17353 rm -f conftest.er1
17354 cat conftest.err >&5
17355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17356 (exit $ac_status); } >/dev/null; then
17357 if test -s conftest.err; then
17358 ac_cpp_err=$ac_cxx_preproc_warn_flag
17359 else
17360 ac_cpp_err=
17361 fi
17362else
17363 ac_cpp_err=yes
17364fi
17365if test -z "$ac_cpp_err"; then
17366 ac_header_preproc=yes
17367else
17368 echo "$as_me: failed program was:" >&5
17369sed 's/^/| /' conftest.$ac_ext >&5
17370
17371 ac_header_preproc=no
17372fi
17373rm -f conftest.err conftest.$ac_ext
17374echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17375echo "${ECHO_T}$ac_header_preproc" >&6
17376
17377# So? What about this header?
17378case $ac_header_compiler:$ac_header_preproc in
17379 yes:no )
17380 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17381echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17382 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17383echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17384 (
17385 cat <<\_ASBOX
17386## ------------------------------------ ##
17387## Report this to bug-autoconf@gnu.org. ##
17388## ------------------------------------ ##
17389_ASBOX
17390 ) |
17391 sed "s/^/$as_me: WARNING: /" >&2
17392 ;;
17393 no:yes )
17394 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17395echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17396 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17397echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17398 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17399echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17400 (
17401 cat <<\_ASBOX
17402## ------------------------------------ ##
17403## Report this to bug-autoconf@gnu.org. ##
17404## ------------------------------------ ##
17405_ASBOX
17406 ) |
17407 sed "s/^/$as_me: WARNING: /" >&2
17408 ;;
17409esac
17410echo "$as_me:$LINENO: checking for $ac_header" >&5
17411echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17412if eval "test \"\${$as_ac_Header+set}\" = set"; then
17413 echo $ECHO_N "(cached) $ECHO_C" >&6
17414else
17415 eval "$as_ac_Header=$ac_header_preproc"
ab9b9eab 17416fi
e6cc62c6
VS
17417echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17418echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
17419
90dd450c 17420fi
e6cc62c6
VS
17421if test `eval echo '${'$as_ac_Header'}'` = yes; then
17422 cat >>confdefs.h <<_ACEOF
17423#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
17424_ACEOF
17425
90dd450c 17426fi
e6cc62c6 17427
21d1c967 17428done
10f2d63a 17429
8284b0c5 17430
21d1c967
GD
17431 if test "$ac_cv_header_iostream" = "yes" ; then
17432 :
17433 else
e6cc62c6 17434 cat >>confdefs.h <<\_ACEOF
21d1c967 17435#define wxUSE_IOSTREAMH 1
e6cc62c6 17436_ACEOF
788deba1 17437
90dd450c 17438 fi
ab9b9eab 17439
21d1c967 17440 ac_ext=c
21d1c967 17441ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
17442ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17443ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17444ac_compiler_gnu=$ac_cv_c_compiler_gnu
ab9b9eab 17445
21d1c967 17446 fi
ab9b9eab 17447
52127426 17448
8284b0c5 17449
e6cc62c6
VS
17450 echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5
17451echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6
17452if test "${wx_cv_cpp_bool+set}" = set; then
17453 echo $ECHO_N "(cached) $ECHO_C" >&6
8284b0c5 17454else
e6cc62c6
VS
17455
17456
17457
17458 ac_ext=cc
5c6fa7d2 17459ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
17460ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17461ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17462ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
21d1c967 17463
8284b0c5 17464
e6cc62c6
VS
17465 cat >conftest.$ac_ext <<_ACEOF
17466#line $LINENO "configure"
17467/* confdefs.h. */
17468_ACEOF
17469cat confdefs.h >>conftest.$ac_ext
17470cat >>conftest.$ac_ext <<_ACEOF
17471/* end confdefs.h. */
21d1c967 17472
e6cc62c6
VS
17473
17474int
17475main ()
17476{
21d1c967
GD
17477
17478 bool b = true;
17479
17480 return 0;
e6cc62c6
VS
17481
17482 ;
17483 return 0;
17484}
17485_ACEOF
17486rm -f conftest.$ac_objext
17487if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17488 (eval $ac_compile) 2>&5
17489 ac_status=$?
17490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17491 (exit $ac_status); } &&
17492 { ac_try='test -s conftest.$ac_objext'
17493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17494 (eval $ac_try) 2>&5
17495 ac_status=$?
17496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17497 (exit $ac_status); }; }; then
17498
21d1c967 17499 wx_cv_cpp_bool=yes
e6cc62c6 17500
698dcdb6 17501else
e6cc62c6
VS
17502 echo "$as_me: failed program was:" >&5
17503sed 's/^/| /' conftest.$ac_ext >&5
17504
17505
21d1c967 17506 wx_cv_cpp_bool=no
e6cc62c6
VS
17507
17508
698dcdb6 17509fi
e6cc62c6 17510rm -f conftest.$ac_objext conftest.$ac_ext
21d1c967
GD
17511
17512 ac_ext=c
21d1c967 17513ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
17514ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17515ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17516ac_compiler_gnu=$ac_cv_c_compiler_gnu
8284b0c5 17517
a0b9e27f 17518
e6cc62c6
VS
17519fi
17520echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5
17521echo "${ECHO_T}$wx_cv_cpp_bool" >&6
21d1c967
GD
17522
17523 if test "$wx_cv_cpp_bool" = "yes"; then
e6cc62c6 17524 cat >>confdefs.h <<\_ACEOF
21d1c967 17525#define HAVE_BOOL 1
e6cc62c6 17526_ACEOF
ab9b9eab 17527
21d1c967
GD
17528 fi
17529
52127426 17530
8284b0c5 17531
e6cc62c6
VS
17532 echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
17533echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6
17534if test "${wx_cv_explicit+set}" = set; then
17535 echo $ECHO_N "(cached) $ECHO_C" >&6
8284b0c5 17536else
e6cc62c6
VS
17537
17538
17539
17540 ac_ext=cc
5c6fa7d2 17541ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
17542ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17543ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17544ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
986ecc86 17545
8284b0c5 17546
e6cc62c6
VS
17547 cat >conftest.$ac_ext <<_ACEOF
17548#line $LINENO "configure"
17549/* confdefs.h. */
17550_ACEOF
17551cat confdefs.h >>conftest.$ac_ext
17552cat >>conftest.$ac_ext <<_ACEOF
17553/* end confdefs.h. */
986ecc86
VZ
17554
17555 class Foo { public: explicit Foo(int) {} };
e6cc62c6
VS
17556
17557int
17558main ()
17559{
986ecc86
VZ
17560
17561 return 0;
e6cc62c6
VS
17562
17563 ;
17564 return 0;
17565}
17566_ACEOF
17567rm -f conftest.$ac_objext
17568if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17569 (eval $ac_compile) 2>&5
17570 ac_status=$?
17571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17572 (exit $ac_status); } &&
17573 { ac_try='test -s conftest.$ac_objext'
17574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17575 (eval $ac_try) 2>&5
17576 ac_status=$?
17577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17578 (exit $ac_status); }; }; then
17579
17580 cat >conftest.$ac_ext <<_ACEOF
17581#line $LINENO "configure"
17582/* confdefs.h. */
17583_ACEOF
17584cat confdefs.h >>conftest.$ac_ext
17585cat >>conftest.$ac_ext <<_ACEOF
17586/* end confdefs.h. */
986ecc86
VZ
17587
17588 class Foo { public: explicit Foo(int) {} };
17589 static void TakeFoo(const Foo& foo) { }
e6cc62c6
VS
17590
17591int
17592main ()
17593{
986ecc86
VZ
17594
17595 TakeFoo(17);
17596 return 0;
e6cc62c6
VS
17597
17598 ;
17599 return 0;
17600}
17601_ACEOF
17602rm -f conftest.$ac_objext
17603if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17604 (eval $ac_compile) 2>&5
17605 ac_status=$?
17606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17607 (exit $ac_status); } &&
17608 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
986ecc86
VZ
17614 wx_cv_explicit=no
17615else
e6cc62c6
VS
17616 echo "$as_me: failed program was:" >&5
17617sed 's/^/| /' conftest.$ac_ext >&5
17618
17619wx_cv_explicit=yes
17620
986ecc86 17621fi
e6cc62c6
VS
17622rm -f conftest.$ac_objext conftest.$ac_ext
17623
986ecc86 17624else
e6cc62c6
VS
17625 echo "$as_me: failed program was:" >&5
17626sed 's/^/| /' conftest.$ac_ext >&5
17627
17628wx_cv_explicit=no
17629
986ecc86 17630fi
e6cc62c6 17631rm -f conftest.$ac_objext conftest.$ac_ext
986ecc86
VZ
17632
17633 ac_ext=c
986ecc86 17634ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
17635ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17636ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17637ac_compiler_gnu=$ac_cv_c_compiler_gnu
8284b0c5 17638
a0b9e27f 17639
e6cc62c6
VS
17640fi
17641echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
17642echo "${ECHO_T}$wx_cv_explicit" >&6
986ecc86
VZ
17643
17644 if test "$wx_cv_explicit" = "yes"; then
e6cc62c6 17645 cat >>confdefs.h <<\_ACEOF
986ecc86 17646#define HAVE_EXPLICIT 1
e6cc62c6 17647_ACEOF
986ecc86
VZ
17648
17649 fi
17650
8284b0c5 17651
e6cc62c6
VS
17652echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5
17653echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6
17654if test "${ac_cv_cxx_const_cast+set}" = set; then
17655 echo $ECHO_N "(cached) $ECHO_C" >&6
521196a2 17656else
521196a2 17657
521196a2 17658
e6cc62c6
VS
17659 ac_ext=cc
17660ac_cpp='$CXXCPP $CPPFLAGS'
17661ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17662ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17663ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17664
17665 cat >conftest.$ac_ext <<_ACEOF
17666#line $LINENO "configure"
17667/* confdefs.h. */
17668_ACEOF
17669cat confdefs.h >>conftest.$ac_ext
17670cat >>conftest.$ac_ext <<_ACEOF
17671/* end confdefs.h. */
17672
17673int
17674main ()
17675{
521196a2 17676int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z;
e6cc62c6
VS
17677 ;
17678 return 0;
17679}
17680_ACEOF
17681rm -f conftest.$ac_objext
17682if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17683 (eval $ac_compile) 2>&5
17684 ac_status=$?
17685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17686 (exit $ac_status); } &&
17687 { ac_try='test -s conftest.$ac_objext'
17688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17689 (eval $ac_try) 2>&5
17690 ac_status=$?
17691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17692 (exit $ac_status); }; }; then
521196a2
MB
17693 ac_cv_cxx_const_cast=yes
17694else
e6cc62c6
VS
17695 echo "$as_me: failed program was:" >&5
17696sed 's/^/| /' conftest.$ac_ext >&5
17697
17698ac_cv_cxx_const_cast=no
521196a2 17699fi
e6cc62c6 17700rm -f conftest.$ac_objext conftest.$ac_ext
521196a2 17701 ac_ext=c
521196a2 17702ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
17703ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17704ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17705ac_compiler_gnu=$ac_cv_c_compiler_gnu
521196a2
MB
17706
17707
17708fi
e6cc62c6
VS
17709echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5
17710echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6
521196a2 17711if test "$ac_cv_cxx_const_cast" = yes; then
e6cc62c6
VS
17712
17713cat >>confdefs.h <<\_ACEOF
17714#define HAVE_CONST_CAST
17715_ACEOF
521196a2
MB
17716
17717fi
17718
17719
e87b7833
MB
17720if test "$wxUSE_STL" = "yes"; then
17721 ac_ext=cc
17722ac_cpp='$CXXCPP $CPPFLAGS'
17723ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17724ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17725ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17726
17727
17728 echo "$as_me:$LINENO: checking for basic STL functionality" >&5
17729echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6
17730 cat >conftest.$ac_ext <<_ACEOF
17731#line $LINENO "configure"
17732/* confdefs.h. */
17733_ACEOF
17734cat confdefs.h >>conftest.$ac_ext
17735cat >>conftest.$ac_ext <<_ACEOF
17736/* end confdefs.h. */
17737#include <string>
17738 #include <functional>
17739 #include <algorithm>
17740 #include <vector>
17741 #include <list>
17742int
17743main ()
17744{
17745std::vector<int> moo;
17746 std::list<int> foo;
17747 std::vector<int>::iterator it =
17748 std::find_if(moo.begin(), moo.end(),
17749 std::bind2nd(std::less<int>(), 3));
17750 ;
17751 return 0;
17752}
17753_ACEOF
17754rm -f conftest.$ac_objext
17755if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17756 (eval $ac_compile) 2>&5
17757 ac_status=$?
17758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17759 (exit $ac_status); } &&
17760 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
17766 echo "$as_me:$LINENO: result: yes" >&5
17767echo "${ECHO_T}yes" >&6
17768else
17769 echo "$as_me: failed program was:" >&5
17770sed 's/^/| /' conftest.$ac_ext >&5
17771
17772echo "$as_me:$LINENO: result: no" >&5
17773echo "${ECHO_T}no" >&6
17774 { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5
17775echo "$as_me: error: Basic STL functionality missing" >&2;}
17776 { (exit 1); exit 1; }; }
17777fi
17778rm -f conftest.$ac_objext conftest.$ac_ext
17779
17780 echo "$as_me:$LINENO: checking for std::wstring in <string>" >&5
17781echo $ECHO_N "checking for std::wstring in <string>... $ECHO_C" >&6
17782 cat >conftest.$ac_ext <<_ACEOF
17783#line $LINENO "configure"
17784/* confdefs.h. */
17785_ACEOF
17786cat confdefs.h >>conftest.$ac_ext
17787cat >>conftest.$ac_ext <<_ACEOF
17788/* end confdefs.h. */
17789#include <string>
17790int
17791main ()
17792{
17793std::wstring foo;
17794 ;
17795 return 0;
17796}
17797_ACEOF
17798rm -f conftest.$ac_objext
17799if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17800 (eval $ac_compile) 2>&5
17801 ac_status=$?
17802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17803 (exit $ac_status); } &&
17804 { ac_try='test -s conftest.$ac_objext'
17805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17806 (eval $ac_try) 2>&5
17807 ac_status=$?
17808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17809 (exit $ac_status); }; }; then
17810 echo "$as_me:$LINENO: result: yes" >&5
17811echo "${ECHO_T}yes" >&6
17812 cat >>confdefs.h <<\_ACEOF
17813#define HAVE_STD_WSTRING 1
17814_ACEOF
17815
17816else
17817 echo "$as_me: failed program was:" >&5
17818sed 's/^/| /' conftest.$ac_ext >&5
17819
17820echo "$as_me:$LINENO: result: no" >&5
17821echo "${ECHO_T}no" >&6
17822fi
17823rm -f conftest.$ac_objext conftest.$ac_ext
17824
17825 echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
17826echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6
17827 cat >conftest.$ac_ext <<_ACEOF
17828#line $LINENO "configure"
17829/* confdefs.h. */
17830_ACEOF
17831cat confdefs.h >>conftest.$ac_ext
17832cat >>conftest.$ac_ext <<_ACEOF
17833/* end confdefs.h. */
17834#include <string>
17835int
17836main ()
17837{
17838std::string foo, bar;
17839 foo.compare(bar);
17840 foo.compare(1, 1, bar);
17841 foo.compare(1, 1, bar, 1, 1);
17842 foo.compare("");
17843 foo.compare(1, 1, "");
17844 foo.compare(1, 1, "", 2);
17845 ;
17846 return 0;
17847}
17848_ACEOF
17849rm -f conftest.$ac_objext
17850if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17851 (eval $ac_compile) 2>&5
17852 ac_status=$?
17853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17854 (exit $ac_status); } &&
17855 { ac_try='test -s conftest.$ac_objext'
17856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17857 (eval $ac_try) 2>&5
17858 ac_status=$?
17859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17860 (exit $ac_status); }; }; then
17861 echo "$as_me:$LINENO: result: yes" >&5
17862echo "${ECHO_T}yes" >&6
17863 cat >>confdefs.h <<\_ACEOF
17864#define HAVE_STD_STRING_COMPARE 1
17865_ACEOF
17866
17867else
17868 echo "$as_me: failed program was:" >&5
17869sed 's/^/| /' conftest.$ac_ext >&5
17870
17871echo "$as_me:$LINENO: result: no" >&5
17872echo "${ECHO_T}no" >&6
17873fi
17874rm -f conftest.$ac_objext conftest.$ac_ext
17875
17876 ac_ext=c
17877ac_cpp='$CPP $CPPFLAGS'
17878ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17879ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17880ac_compiler_gnu=$ac_cv_c_compiler_gnu
17881
17882fi
17883
8284b0c5 17884
21d1c967
GD
17885SEARCH_INCLUDE="\
17886 /usr/local/include \
17887 \
17888 /usr/Motif-1.2/include \
17889 /usr/Motif-2.1/include \
17890 \
17891 /usr/include/Motif1.2 \
17892 /opt/xpm/include/X11 \
17893 /opt/GBxpm/include/ \
17894 /opt/GBxpm/X11/include/ \
17895 \
17896 /usr/Motif1.2/include \
17897 /usr/dt/include \
17898 /usr/openwin/include \
17899 \
17900 /usr/include/Xm \
17901 \
17902 /usr/X11R6/include \
17903 /usr/X11R6.4/include \
17904 /usr/X11R5/include \
17905 /usr/X11R4/include \
17906 \
17907 /usr/include/X11R6 \
17908 /usr/include/X11R5 \
17909 /usr/include/X11R4 \
17910 \
17911 /usr/local/X11R6/include \
17912 /usr/local/X11R5/include \
17913 /usr/local/X11R4/include \
17914 \
17915 /usr/local/include/X11R6 \
17916 /usr/local/include/X11R5 \
17917 /usr/local/include/X11R4 \
17918 \
17919 /usr/X11/include \
17920 /usr/include/X11 \
17921 /usr/local/X11/include \
17922 /usr/local/include/X11 \
17923 \
17924 /usr/X386/include \
17925 /usr/x386/include \
17926 /usr/XFree86/include/X11 \
17927 \
17928 X:/XFree86/include \
17929 X:/XFree86/include/X11 \
17930 \
17931 /usr/include/gtk \
17932 /usr/local/include/gtk \
17933 /usr/include/glib \
17934 /usr/local/include/glib \
17935 \
17936 /usr/include/qt \
17937 /usr/local/include/qt \
17938 \
17939 /usr/include/windows \
17940 /usr/include/wine \
17941 /usr/local/include/wine \
17942 \
17943 /usr/unsupported/include \
17944 /usr/athena/include \
17945 /usr/local/x11r5/include \
17946 /usr/lpp/Xamples/include \
17947 \
2b5f62a0 17948 /usr/openwin/share/include"
21d1c967
GD
17949
17950SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
17951
8284b0c5 17952
e6cc62c6 17953cat >confcache <<\_ACEOF
21d1c967
GD
17954# This file is a shell script that caches the results of configure
17955# tests run on this system so they can be shared between configure
e6cc62c6
VS
17956# scripts and configure runs, see configure's option --config-cache.
17957# It is not useful on other systems. If it contains results you don't
17958# want to keep, you may remove or edit it.
21d1c967 17959#
e6cc62c6
VS
17960# config.status only pays attention to the cache file if you give it
17961# the --recheck option to rerun configure.
21d1c967 17962#
e6cc62c6
VS
17963# `ac_cv_env_foo' variables (set or unset) will be overridden when
17964# loading this file, other *unset* `ac_cv_foo' will be assigned the
17965# following values.
17966
17967_ACEOF
17968
21d1c967
GD
17969# The following way of writing the cache mishandles newlines in values,
17970# but we know of no workaround that is simple, portable, and efficient.
17971# So, don't put newlines in cache variables' values.
17972# Ultrix sh set writes to stderr and can't be redirected directly,
17973# and sets the high bit in the cache file unless we assign to the vars.
e6cc62c6
VS
17974{
17975 (set) 2>&1 |
17976 case `(ac_space=' '; set | grep ac_space) 2>&1` in
17977 *ac_space=\ *)
17978 # `set' does not quote correctly, so add quotes (double-quote
17979 # substitution turns \\\\ into \\, and sed turns \\ into \).
17980 sed -n \
17981 "s/'/'\\\\''/g;
17982 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
17983 ;;
17984 *)
17985 # `set' quotes correctly as required by POSIX, so do not add quotes.
17986 sed -n \
17987 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
17988 ;;
17989 esac;
17990} |
17991 sed '
17992 t clear
17993 : clear
17994 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
17995 t end
17996 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
17997 : end' >>confcache
17998if diff $cache_file confcache >/dev/null 2>&1; then :; else
21d1c967 17999 if test -w $cache_file; then
e6cc62c6
VS
18000 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
18001 cat confcache >$cache_file
21d1c967
GD
18002 else
18003 echo "not updating unwritable cache $cache_file"
18004 fi
ab9b9eab 18005fi
21d1c967 18006rm -f confcache
ab9b9eab 18007
fe0895cf 18008if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
e6cc62c6
VS
18009 echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
18010echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6
18011if test "${wx_cv_lib_glibc21+set}" = set; then
18012 echo $ECHO_N "(cached) $ECHO_C" >&6
18013else
18014
18015 cat >conftest.$ac_ext <<_ACEOF
18016#line $LINENO "configure"
18017/* confdefs.h. */
18018_ACEOF
18019cat confdefs.h >>conftest.$ac_ext
18020cat >>conftest.$ac_ext <<_ACEOF
18021/* end confdefs.h. */
21d1c967 18022#include <features.h>
e6cc62c6
VS
18023int
18024main ()
18025{
ab9b9eab 18026
21d1c967
GD
18027 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
18028 #error not glibc2.1
18029 #endif
e6cc62c6
VS
18030
18031 ;
18032 return 0;
18033}
18034_ACEOF
18035rm -f conftest.$ac_objext
18036if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18037 (eval $ac_compile) 2>&5
18038 ac_status=$?
18039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18040 (exit $ac_status); } &&
18041 { ac_try='test -s conftest.$ac_objext'
18042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18043 (eval $ac_try) 2>&5
18044 ac_status=$?
18045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18046 (exit $ac_status); }; }; then
18047
21d1c967 18048 wx_cv_lib_glibc21=yes
e6cc62c6 18049
698dcdb6 18050else
e6cc62c6
VS
18051 echo "$as_me: failed program was:" >&5
18052sed 's/^/| /' conftest.$ac_ext >&5
18053
18054
21d1c967 18055 wx_cv_lib_glibc21=no
e6cc62c6
VS
18056
18057
247f5006 18058fi
e6cc62c6 18059rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 18060
e6cc62c6
VS
18061fi
18062echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
18063echo "${ECHO_T}$wx_cv_lib_glibc21" >&6
21d1c967 18064 if test "$wx_cv_lib_glibc21" = "yes"; then
e6cc62c6 18065 cat >>confdefs.h <<\_ACEOF
21d1c967 18066#define wxHAVE_GLIBC2 1
e6cc62c6 18067_ACEOF
1e487827 18068
90dd450c 18069 fi
ab9b9eab
VZ
18070fi
18071
5c0a20c3
VZ
18072if test "x$wx_cv_lib_glibc21" = "xyes"; then
18073 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
e6cc62c6 18074 cat >>confdefs.h <<\_ACEOF
5c0a20c3 18075#define _GNU_SOURCE 1
e6cc62c6 18076_ACEOF
5c0a20c3
VZ
18077
18078 fi
18079fi
18080
8284b0c5
MB
18081
18082
21d1c967
GD
18083REGEX_INCLUDE=
18084if test "$wxUSE_REGEX" != "no"; then
e6cc62c6 18085 cat >>confdefs.h <<\_ACEOF
21d1c967 18086#define wxUSE_REGEX 1
e6cc62c6 18087_ACEOF
698dcdb6 18088
8284b0c5 18089
21d1c967 18090 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
e6cc62c6
VS
18091 if test "${ac_cv_header_regex_h+set}" = set; then
18092 echo "$as_me:$LINENO: checking for regex.h" >&5
18093echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
18094if test "${ac_cv_header_regex_h+set}" = set; then
18095 echo $ECHO_N "(cached) $ECHO_C" >&6
18096fi
18097echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
18098echo "${ECHO_T}$ac_cv_header_regex_h" >&6
18099else
18100 # Is the header compilable?
18101echo "$as_me:$LINENO: checking regex.h usability" >&5
18102echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6
18103cat >conftest.$ac_ext <<_ACEOF
18104#line $LINENO "configure"
18105/* confdefs.h. */
18106_ACEOF
18107cat confdefs.h >>conftest.$ac_ext
18108cat >>conftest.$ac_ext <<_ACEOF
18109/* end confdefs.h. */
18110$ac_includes_default
247f5006 18111#include <regex.h>
e6cc62c6
VS
18112_ACEOF
18113rm -f conftest.$ac_objext
18114if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18115 (eval $ac_compile) 2>&5
18116 ac_status=$?
18117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18118 (exit $ac_status); } &&
18119 { ac_try='test -s conftest.$ac_objext'
18120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18121 (eval $ac_try) 2>&5
18122 ac_status=$?
18123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18124 (exit $ac_status); }; }; then
18125 ac_header_compiler=yes
18126else
18127 echo "$as_me: failed program was:" >&5
18128sed 's/^/| /' conftest.$ac_ext >&5
18129
18130ac_header_compiler=no
18131fi
18132rm -f conftest.$ac_objext conftest.$ac_ext
18133echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18134echo "${ECHO_T}$ac_header_compiler" >&6
18135
18136# Is the header present?
18137echo "$as_me:$LINENO: checking regex.h presence" >&5
18138echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6
18139cat >conftest.$ac_ext <<_ACEOF
18140#line $LINENO "configure"
18141/* confdefs.h. */
18142_ACEOF
18143cat confdefs.h >>conftest.$ac_ext
18144cat >>conftest.$ac_ext <<_ACEOF
18145/* end confdefs.h. */
18146#include <regex.h>
18147_ACEOF
18148if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18149 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18150 ac_status=$?
18151 grep -v '^ *+' conftest.er1 >conftest.err
18152 rm -f conftest.er1
18153 cat conftest.err >&5
18154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18155 (exit $ac_status); } >/dev/null; then
18156 if test -s conftest.err; then
18157 ac_cpp_err=$ac_c_preproc_warn_flag
18158 else
18159 ac_cpp_err=
18160 fi
18161else
18162 ac_cpp_err=yes
18163fi
18164if test -z "$ac_cpp_err"; then
18165 ac_header_preproc=yes
18166else
18167 echo "$as_me: failed program was:" >&5
18168sed 's/^/| /' conftest.$ac_ext >&5
18169
18170 ac_header_preproc=no
18171fi
18172rm -f conftest.err conftest.$ac_ext
18173echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18174echo "${ECHO_T}$ac_header_preproc" >&6
18175
18176# So? What about this header?
18177case $ac_header_compiler:$ac_header_preproc in
18178 yes:no )
18179 { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5
18180echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18181 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
18182echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
18183 (
18184 cat <<\_ASBOX
18185## ------------------------------------ ##
18186## Report this to bug-autoconf@gnu.org. ##
18187## ------------------------------------ ##
18188_ASBOX
18189 ) |
18190 sed "s/^/$as_me: WARNING: /" >&2
18191 ;;
18192 no:yes )
18193 { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5
18194echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;}
18195 { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5
18196echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;}
18197 { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5
18198echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;}
18199 (
18200 cat <<\_ASBOX
18201## ------------------------------------ ##
18202## Report this to bug-autoconf@gnu.org. ##
18203## ------------------------------------ ##
18204_ASBOX
18205 ) |
18206 sed "s/^/$as_me: WARNING: /" >&2
18207 ;;
18208esac
18209echo "$as_me:$LINENO: checking for regex.h" >&5
18210echo $ECHO_N "checking for regex.h... $ECHO_C" >&6
18211if test "${ac_cv_header_regex_h+set}" = set; then
18212 echo $ECHO_N "(cached) $ECHO_C" >&6
18213else
18214 ac_cv_header_regex_h=$ac_header_preproc
21d1c967 18215fi
e6cc62c6
VS
18216echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
18217echo "${ECHO_T}$ac_cv_header_regex_h" >&6
18218
698dcdb6 18219fi
e6cc62c6
VS
18220if test $ac_cv_header_regex_h = yes; then
18221
18222for ac_func in regcomp
21d1c967 18223do
e6cc62c6
VS
18224as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18225echo "$as_me:$LINENO: checking for $ac_func" >&5
18226echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
18227if eval "test \"\${$as_ac_var+set}\" = set"; then
18228 echo $ECHO_N "(cached) $ECHO_C" >&6
18229else
18230 cat >conftest.$ac_ext <<_ACEOF
18231#line $LINENO "configure"
18232/* confdefs.h. */
18233_ACEOF
18234cat confdefs.h >>conftest.$ac_ext
18235cat >>conftest.$ac_ext <<_ACEOF
18236/* end confdefs.h. */
a0b9e27f 18237/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
18238 which can conflict with char $ac_func (); below.
18239 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18240 <limits.h> exists even on freestanding compilers. */
18241#ifdef __STDC__
18242# include <limits.h>
18243#else
18244# include <assert.h>
18245#endif
21d1c967 18246/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
18247#ifdef __cplusplus
18248extern "C"
18249{
18250#endif
21d1c967 18251/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
18252 builtin and then its argument prototype would still apply. */
18253char $ac_func ();
21d1c967
GD
18254/* The GNU C library defines this for functions which it implements
18255 to always fail with ENOSYS. Some functions are actually named
18256 something starting with __ and the normal name is an alias. */
18257#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18258choke me
18259#else
e6cc62c6
VS
18260char (*f) () = $ac_func;
18261#endif
18262#ifdef __cplusplus
18263}
21d1c967 18264#endif
90dd450c 18265
e6cc62c6
VS
18266int
18267main ()
18268{
18269return f != $ac_func;
18270 ;
18271 return 0;
18272}
18273_ACEOF
18274rm -f conftest.$ac_objext conftest$ac_exeext
18275if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18276 (eval $ac_link) 2>&5
18277 ac_status=$?
18278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18279 (exit $ac_status); } &&
18280 { ac_try='test -s conftest$ac_exeext'
18281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18282 (eval $ac_try) 2>&5
18283 ac_status=$?
18284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18285 (exit $ac_status); }; }; then
18286 eval "$as_ac_var=yes"
18287else
18288 echo "$as_me: failed program was:" >&5
18289sed 's/^/| /' conftest.$ac_ext >&5
18290
18291eval "$as_ac_var=no"
18292fi
18293rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18294fi
18295echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
18296echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
18297if test `eval echo '${'$as_ac_var'}'` = yes; then
18298 cat >>confdefs.h <<_ACEOF
18299#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18300_ACEOF
5c6fa7d2 18301
698dcdb6 18302fi
21d1c967
GD
18303done
18304
ab9b9eab
VZ
18305fi
18306
8284b0c5 18307
e6cc62c6 18308
21d1c967
GD
18309 if test "x$ac_cv_func_regcomp" != "xyes"; then
18310 if test "$wxUSE_REGEX" = "sys" ; then
e6cc62c6
VS
18311 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
18312echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
18313 { (exit 1); exit 1; }; }
21d1c967 18314 else
e6cc62c6
VS
18315 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
18316echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
21d1c967
GD
18317 wxUSE_REGEX=builtin
18318 fi
18319 else
18320 wxUSE_REGEX=sys
18321 fi
ab9b9eab 18322 fi
90dd450c 18323
21d1c967
GD
18324 if test "$wxUSE_REGEX" = "builtin" ; then
18325 REGEX_INCLUDE="-I\${top_srcdir}/src/regex"
90dd450c 18326 fi
21d1c967 18327fi
90dd450c 18328
8284b0c5 18329
21d1c967
GD
18330ZLIB_INCLUDE=
18331ZLIB_LINK=
18332if test "$wxUSE_ZLIB" != "no" ; then
e6cc62c6 18333 cat >>confdefs.h <<\_ACEOF
21d1c967 18334#define wxUSE_ZLIB 1
e6cc62c6 18335_ACEOF
21d1c967 18336
8284b0c5 18337
21d1c967 18338 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
d775acfa
VZ
18339 if test "$USE_DARWIN" = 1; then
18340 system_zlib_h_ok="yes"
18341 else
e6cc62c6
VS
18342 echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
18343echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6
18344if test "${ac_cv_header_zlib_h+set}" = set; then
18345 echo $ECHO_N "(cached) $ECHO_C" >&6
d643b80e
VZ
18346else
18347 if test "$cross_compiling" = yes; then
89e6bf6d 18348 unset ac_cv_header_zlib_h
e6cc62c6 18349
d643b80e 18350else
e6cc62c6
VS
18351 cat >conftest.$ac_ext <<_ACEOF
18352#line $LINENO "configure"
18353/* confdefs.h. */
18354_ACEOF
18355cat confdefs.h >>conftest.$ac_ext
18356cat >>conftest.$ac_ext <<_ACEOF
18357/* end confdefs.h. */
18358
ef33c576 18359 #include <zlib.h>
d775acfa 18360 #include <stdio.h>
d643b80e 18361
d775acfa
VZ
18362 int main()
18363 {
18364 FILE *f=fopen("conftestval", "w");
18365 if (!f) exit(1);
18366 fprintf(f, "%s",
18367 ZLIB_VERSION[0] == '1' &&
18368 (ZLIB_VERSION[2] > '1' ||
18369 (ZLIB_VERSION[2] == '1' &&
18370 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
18371 exit(0);
18372 }
e6cc62c6
VS
18373
18374_ACEOF
18375rm -f conftest$ac_exeext
18376if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18377 (eval $ac_link) 2>&5
18378 ac_status=$?
18379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18380 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18382 (eval $ac_try) 2>&5
18383 ac_status=$?
18384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18385 (exit $ac_status); }; }; then
d643b80e
VZ
18386 ac_cv_header_zlib_h=`cat conftestval`
18387else
e6cc62c6
VS
18388 echo "$as_me: program exited with status $ac_status" >&5
18389echo "$as_me: failed program was:" >&5
18390sed 's/^/| /' conftest.$ac_ext >&5
18391
18392( exit $ac_status )
18393ac_cv_header_zlib_h=no
d643b80e 18394fi
e6cc62c6 18395rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
d643b80e
VZ
18396fi
18397
d643b80e 18398fi
e6cc62c6
VS
18399echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18400echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18401 if test "${ac_cv_header_zlib_h+set}" = set; then
18402 echo "$as_me:$LINENO: checking for zlib.h" >&5
18403echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
18404if test "${ac_cv_header_zlib_h+set}" = set; then
18405 echo $ECHO_N "(cached) $ECHO_C" >&6
18406fi
18407echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18408echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
89e6bf6d 18409else
e6cc62c6
VS
18410 # Is the header compilable?
18411echo "$as_me:$LINENO: checking zlib.h usability" >&5
18412echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
18413cat >conftest.$ac_ext <<_ACEOF
18414#line $LINENO "configure"
18415/* confdefs.h. */
18416_ACEOF
18417cat confdefs.h >>conftest.$ac_ext
18418cat >>conftest.$ac_ext <<_ACEOF
18419/* end confdefs.h. */
18420$ac_includes_default
89e6bf6d 18421#include <zlib.h>
e6cc62c6
VS
18422_ACEOF
18423rm -f conftest.$ac_objext
18424if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18425 (eval $ac_compile) 2>&5
18426 ac_status=$?
18427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18428 (exit $ac_status); } &&
18429 { ac_try='test -s conftest.$ac_objext'
18430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18431 (eval $ac_try) 2>&5
18432 ac_status=$?
18433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18434 (exit $ac_status); }; }; then
18435 ac_header_compiler=yes
18436else
18437 echo "$as_me: failed program was:" >&5
18438sed 's/^/| /' conftest.$ac_ext >&5
18439
18440ac_header_compiler=no
18441fi
18442rm -f conftest.$ac_objext conftest.$ac_ext
18443echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18444echo "${ECHO_T}$ac_header_compiler" >&6
18445
18446# Is the header present?
18447echo "$as_me:$LINENO: checking zlib.h presence" >&5
18448echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
18449cat >conftest.$ac_ext <<_ACEOF
18450#line $LINENO "configure"
18451/* confdefs.h. */
18452_ACEOF
18453cat confdefs.h >>conftest.$ac_ext
18454cat >>conftest.$ac_ext <<_ACEOF
18455/* end confdefs.h. */
18456#include <zlib.h>
18457_ACEOF
18458if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18459 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18460 ac_status=$?
18461 grep -v '^ *+' conftest.er1 >conftest.err
18462 rm -f conftest.er1
18463 cat conftest.err >&5
18464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18465 (exit $ac_status); } >/dev/null; then
18466 if test -s conftest.err; then
18467 ac_cpp_err=$ac_c_preproc_warn_flag
18468 else
18469 ac_cpp_err=
18470 fi
18471else
18472 ac_cpp_err=yes
18473fi
18474if test -z "$ac_cpp_err"; then
18475 ac_header_preproc=yes
18476else
18477 echo "$as_me: failed program was:" >&5
18478sed 's/^/| /' conftest.$ac_ext >&5
18479
18480 ac_header_preproc=no
18481fi
18482rm -f conftest.err conftest.$ac_ext
18483echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18484echo "${ECHO_T}$ac_header_preproc" >&6
18485
18486# So? What about this header?
18487case $ac_header_compiler:$ac_header_preproc in
18488 yes:no )
18489 { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
18490echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18491 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
18492echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
18493 (
18494 cat <<\_ASBOX
18495## ------------------------------------ ##
18496## Report this to bug-autoconf@gnu.org. ##
18497## ------------------------------------ ##
18498_ASBOX
18499 ) |
18500 sed "s/^/$as_me: WARNING: /" >&2
18501 ;;
18502 no:yes )
18503 { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
18504echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
18505 { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5
18506echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;}
18507 { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
18508echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
18509 (
18510 cat <<\_ASBOX
18511## ------------------------------------ ##
18512## Report this to bug-autoconf@gnu.org. ##
18513## ------------------------------------ ##
18514_ASBOX
18515 ) |
18516 sed "s/^/$as_me: WARNING: /" >&2
18517 ;;
18518esac
18519echo "$as_me:$LINENO: checking for zlib.h" >&5
18520echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
18521if test "${ac_cv_header_zlib_h+set}" = set; then
18522 echo $ECHO_N "(cached) $ECHO_C" >&6
89e6bf6d 18523else
e6cc62c6
VS
18524 ac_cv_header_zlib_h=$ac_header_preproc
18525fi
18526echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
18527echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
18528
89e6bf6d
VZ
18529fi
18530
d643b80e 18531
e6cc62c6 18532
d775acfa
VZ
18533 system_zlib_h_ok=$ac_cv_header_zlib_h
18534 fi
18535
18536 if test "$system_zlib_h_ok" = "yes"; then
e6cc62c6
VS
18537 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
18538echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
18539if test "${ac_cv_lib_z_deflate+set}" = set; then
18540 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967 18541else
e6cc62c6 18542 ac_check_lib_save_LIBS=$LIBS
21d1c967 18543LIBS="-lz $LIBS"
e6cc62c6
VS
18544cat >conftest.$ac_ext <<_ACEOF
18545#line $LINENO "configure"
18546/* confdefs.h. */
18547_ACEOF
18548cat confdefs.h >>conftest.$ac_ext
18549cat >>conftest.$ac_ext <<_ACEOF
18550/* end confdefs.h. */
18551
21d1c967 18552/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
18553#ifdef __cplusplus
18554extern "C"
18555#endif
21d1c967 18556/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
18557 builtin and then its argument prototype would still apply. */
18558char deflate ();
18559int
18560main ()
18561{
18562deflate ();
18563 ;
18564 return 0;
18565}
18566_ACEOF
18567rm -f conftest.$ac_objext conftest$ac_exeext
18568if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18569 (eval $ac_link) 2>&5
18570 ac_status=$?
18571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18572 (exit $ac_status); } &&
18573 { ac_try='test -s conftest$ac_exeext'
18574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18575 (eval $ac_try) 2>&5
18576 ac_status=$?
18577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18578 (exit $ac_status); }; }; then
18579 ac_cv_lib_z_deflate=yes
18580else
18581 echo "$as_me: failed program was:" >&5
18582sed 's/^/| /' conftest.$ac_ext >&5
18583
18584ac_cv_lib_z_deflate=no
18585fi
18586rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18587LIBS=$ac_check_lib_save_LIBS
18588fi
18589echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
18590echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
18591if test $ac_cv_lib_z_deflate = yes; then
a0b9e27f 18592 ZLIB_LINK=" -lz"
a0b9e27f 18593fi
698dcdb6 18594
d643b80e 18595 fi
247f5006 18596
21d1c967
GD
18597 if test "x$ZLIB_LINK" = "x" ; then
18598 if test "$wxUSE_ZLIB" = "sys" ; then
e6cc62c6
VS
18599 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
18600echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
18601 { (exit 1); exit 1; }; }
21d1c967 18602 else
e6cc62c6
VS
18603 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
18604echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
21d1c967
GD
18605 wxUSE_ZLIB=builtin
18606 fi
18607 else
18608 wxUSE_ZLIB=sys
18609 fi
18610 fi
18611
18612 if test "$wxUSE_ZLIB" = "builtin" ; then
18613 ZLIB_INCLUDE="-I\${top_srcdir}/src/zlib"
18614 fi
ab9b9eab
VZ
18615fi
18616
8284b0c5 18617
21d1c967
GD
18618PNG_INCLUDE=
18619PNG_LINK=
18620if test "$wxUSE_LIBPNG" != "no" ; then
e6cc62c6 18621 cat >>confdefs.h <<\_ACEOF
21d1c967 18622#define wxUSE_LIBPNG 1
e6cc62c6 18623_ACEOF
90dd450c 18624
8284b0c5 18625
21d1c967 18626 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
e6cc62c6
VS
18627 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
18628echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
21d1c967
GD
18629 wxUSE_LIBPNG=sys
18630 fi
90dd450c 18631
21d1c967 18632 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
e6cc62c6
VS
18633 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
18634echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
21d1c967
GD
18635 wxUSE_LIBPNG=builtin
18636 fi
18637
18638 if test "$wxUSE_MGL" != 1 ; then
18639 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
e6cc62c6
VS
18640 echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
18641echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6
18642if test "${ac_cv_header_png_h+set}" = set; then
18643 echo $ECHO_N "(cached) $ECHO_C" >&6
5d3f766d
VZ
18644else
18645 if test "$cross_compiling" = yes; then
89e6bf6d 18646 unset ac_cv_header_png_h
e6cc62c6 18647
5d3f766d 18648else
e6cc62c6
VS
18649 cat >conftest.$ac_ext <<_ACEOF
18650#line $LINENO "configure"
18651/* confdefs.h. */
18652_ACEOF
18653cat confdefs.h >>conftest.$ac_ext
18654cat >>conftest.$ac_ext <<_ACEOF
18655/* end confdefs.h. */
18656
ef33c576 18657 #include <png.h>
5d3f766d
VZ
18658 #include <stdio.h>
18659
18660 int main()
18661 {
18662 FILE *f=fopen("conftestval", "w");
18663 if (!f) exit(1);
18664 fprintf(f, "%s",
18665 PNG_LIBPNG_VER > 90 ? "yes" : "no");
18666 exit(0);
18667 }
e6cc62c6
VS
18668
18669_ACEOF
18670rm -f conftest$ac_exeext
18671if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18672 (eval $ac_link) 2>&5
18673 ac_status=$?
18674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18675 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
18676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18677 (eval $ac_try) 2>&5
18678 ac_status=$?
18679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18680 (exit $ac_status); }; }; then
5d3f766d
VZ
18681 ac_cv_header_png_h=`cat conftestval`
18682else
e6cc62c6
VS
18683 echo "$as_me: program exited with status $ac_status" >&5
18684echo "$as_me: failed program was:" >&5
18685sed 's/^/| /' conftest.$ac_ext >&5
18686
18687( exit $ac_status )
18688ac_cv_header_png_h=no
5d3f766d 18689fi
e6cc62c6 18690rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5d3f766d
VZ
18691fi
18692
5d3f766d 18693fi
e6cc62c6
VS
18694echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18695echo "${ECHO_T}$ac_cv_header_png_h" >&6
18696 if test "${ac_cv_header_png_h+set}" = set; then
18697 echo "$as_me:$LINENO: checking for png.h" >&5
18698echo $ECHO_N "checking for png.h... $ECHO_C" >&6
18699if test "${ac_cv_header_png_h+set}" = set; then
18700 echo $ECHO_N "(cached) $ECHO_C" >&6
18701fi
18702echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18703echo "${ECHO_T}$ac_cv_header_png_h" >&6
89e6bf6d 18704else
e6cc62c6
VS
18705 # Is the header compilable?
18706echo "$as_me:$LINENO: checking png.h usability" >&5
18707echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
18708cat >conftest.$ac_ext <<_ACEOF
18709#line $LINENO "configure"
18710/* confdefs.h. */
18711_ACEOF
18712cat confdefs.h >>conftest.$ac_ext
18713cat >>conftest.$ac_ext <<_ACEOF
18714/* end confdefs.h. */
18715$ac_includes_default
89e6bf6d 18716#include <png.h>
e6cc62c6
VS
18717_ACEOF
18718rm -f conftest.$ac_objext
18719if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18720 (eval $ac_compile) 2>&5
18721 ac_status=$?
18722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18723 (exit $ac_status); } &&
18724 { ac_try='test -s conftest.$ac_objext'
18725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18726 (eval $ac_try) 2>&5
18727 ac_status=$?
18728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18729 (exit $ac_status); }; }; then
18730 ac_header_compiler=yes
18731else
18732 echo "$as_me: failed program was:" >&5
18733sed 's/^/| /' conftest.$ac_ext >&5
18734
18735ac_header_compiler=no
18736fi
18737rm -f conftest.$ac_objext conftest.$ac_ext
18738echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18739echo "${ECHO_T}$ac_header_compiler" >&6
18740
18741# Is the header present?
18742echo "$as_me:$LINENO: checking png.h presence" >&5
18743echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
18744cat >conftest.$ac_ext <<_ACEOF
18745#line $LINENO "configure"
18746/* confdefs.h. */
18747_ACEOF
18748cat confdefs.h >>conftest.$ac_ext
18749cat >>conftest.$ac_ext <<_ACEOF
18750/* end confdefs.h. */
18751#include <png.h>
18752_ACEOF
18753if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18754 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
18755 ac_status=$?
18756 grep -v '^ *+' conftest.er1 >conftest.err
18757 rm -f conftest.er1
18758 cat conftest.err >&5
18759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18760 (exit $ac_status); } >/dev/null; then
18761 if test -s conftest.err; then
18762 ac_cpp_err=$ac_c_preproc_warn_flag
18763 else
18764 ac_cpp_err=
18765 fi
18766else
18767 ac_cpp_err=yes
18768fi
18769if test -z "$ac_cpp_err"; then
18770 ac_header_preproc=yes
18771else
18772 echo "$as_me: failed program was:" >&5
18773sed 's/^/| /' conftest.$ac_ext >&5
18774
18775 ac_header_preproc=no
18776fi
18777rm -f conftest.err conftest.$ac_ext
18778echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18779echo "${ECHO_T}$ac_header_preproc" >&6
18780
18781# So? What about this header?
18782case $ac_header_compiler:$ac_header_preproc in
18783 yes:no )
18784 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
18785echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
18786 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
18787echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
18788 (
18789 cat <<\_ASBOX
18790## ------------------------------------ ##
18791## Report this to bug-autoconf@gnu.org. ##
18792## ------------------------------------ ##
18793_ASBOX
18794 ) |
18795 sed "s/^/$as_me: WARNING: /" >&2
18796 ;;
18797 no:yes )
18798 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
18799echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
18800 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
18801echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
18802 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
18803echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
18804 (
18805 cat <<\_ASBOX
18806## ------------------------------------ ##
18807## Report this to bug-autoconf@gnu.org. ##
18808## ------------------------------------ ##
18809_ASBOX
18810 ) |
18811 sed "s/^/$as_me: WARNING: /" >&2
18812 ;;
18813esac
18814echo "$as_me:$LINENO: checking for png.h" >&5
18815echo $ECHO_N "checking for png.h... $ECHO_C" >&6
18816if test "${ac_cv_header_png_h+set}" = set; then
18817 echo $ECHO_N "(cached) $ECHO_C" >&6
89e6bf6d 18818else
e6cc62c6
VS
18819 ac_cv_header_png_h=$ac_header_preproc
18820fi
18821echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
18822echo "${ECHO_T}$ac_cv_header_png_h" >&6
18823
89e6bf6d
VZ
18824fi
18825
5d3f766d 18826
e6cc62c6 18827
5d3f766d 18828 if test "$ac_cv_header_png_h" = "yes"; then
e6cc62c6
VS
18829 echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5
18830echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6
18831if test "${ac_cv_lib_png_png_check_sig+set}" = set; then
18832 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967 18833else
e6cc62c6 18834 ac_check_lib_save_LIBS=$LIBS
21d1c967 18835LIBS="-lpng -lz -lm $LIBS"
e6cc62c6
VS
18836cat >conftest.$ac_ext <<_ACEOF
18837#line $LINENO "configure"
18838/* confdefs.h. */
18839_ACEOF
18840cat confdefs.h >>conftest.$ac_ext
18841cat >>conftest.$ac_ext <<_ACEOF
18842/* end confdefs.h. */
18843
21d1c967 18844/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
18845#ifdef __cplusplus
18846extern "C"
18847#endif
21d1c967 18848/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
18849 builtin and then its argument prototype would still apply. */
18850char png_check_sig ();
18851int
18852main ()
18853{
18854png_check_sig ();
18855 ;
18856 return 0;
18857}
18858_ACEOF
18859rm -f conftest.$ac_objext conftest$ac_exeext
18860if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18861 (eval $ac_link) 2>&5
18862 ac_status=$?
18863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18864 (exit $ac_status); } &&
18865 { ac_try='test -s conftest$ac_exeext'
18866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18867 (eval $ac_try) 2>&5
18868 ac_status=$?
18869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18870 (exit $ac_status); }; }; then
18871 ac_cv_lib_png_png_check_sig=yes
18872else
18873 echo "$as_me: failed program was:" >&5
18874sed 's/^/| /' conftest.$ac_ext >&5
18875
18876ac_cv_lib_png_png_check_sig=no
18877fi
18878rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18879LIBS=$ac_check_lib_save_LIBS
18880fi
18881echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5
18882echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6
18883if test $ac_cv_lib_png_png_check_sig = yes; then
a0b9e27f 18884 PNG_LINK=" -lpng"
a0b9e27f 18885fi
90dd450c 18886
5d3f766d 18887 fi
247f5006 18888
21d1c967
GD
18889 if test "x$PNG_LINK" = "x" ; then
18890 if test "$wxUSE_LIBPNG" = "sys" ; then
e6cc62c6
VS
18891 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
18892echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
18893 { (exit 1); exit 1; }; }
21d1c967 18894 else
e6cc62c6
VS
18895 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
18896echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
21d1c967
GD
18897 wxUSE_LIBPNG=builtin
18898 fi
18899 else
2b5f62a0 18900 wxUSE_LIBPNG=sys
21d1c967
GD
18901 fi
18902 fi
18903 fi
90dd450c 18904
21d1c967
GD
18905 if test "$wxUSE_LIBPNG" = "builtin" ; then
18906 PNG_INCLUDE="-I\${top_srcdir}/src/png"
18907 fi
90dd450c 18908
21d1c967 18909 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png"
90dd450c
VZ
18910fi
18911
8284b0c5 18912
21d1c967
GD
18913JPEG_INCLUDE=
18914JPEG_LINK=
18915if test "$wxUSE_LIBJPEG" != "no" ; then
e6cc62c6 18916 cat >>confdefs.h <<\_ACEOF
21d1c967 18917#define wxUSE_LIBJPEG 1
e6cc62c6 18918_ACEOF
90dd450c 18919
8284b0c5 18920
21d1c967 18921 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
e6cc62c6
VS
18922 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
18923echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
21d1c967
GD
18924 wxUSE_LIBJPEG=sys
18925 fi
90dd450c 18926
21d1c967
GD
18927 if test "$wxUSE_MGL" != 1 ; then
18928 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
e6cc62c6
VS
18929 echo "$as_me:$LINENO: checking for jpeglib.h" >&5
18930echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6
18931 if test "${ac_cv_header_jpeglib_h+set}" = set; then
18932 echo $ECHO_N "(cached) $ECHO_C" >&6
18933else
18934 cat >conftest.$ac_ext <<_ACEOF
18935#line $LINENO "configure"
18936/* confdefs.h. */
18937_ACEOF
18938cat confdefs.h >>conftest.$ac_ext
18939cat >>conftest.$ac_ext <<_ACEOF
18940/* end confdefs.h. */
90dd450c 18941
21d1c967
GD
18942 #undef HAVE_STDLIB_H
18943 #include <stdio.h>
18944 #include <jpeglib.h>
90dd450c 18945
e6cc62c6
VS
18946int
18947main ()
18948{
18949
18950
18951 ;
18952 return 0;
18953}
18954_ACEOF
18955rm -f conftest.$ac_objext
18956if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18957 (eval $ac_compile) 2>&5
18958 ac_status=$?
18959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18960 (exit $ac_status); } &&
18961 { ac_try='test -s conftest.$ac_objext'
18962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18963 (eval $ac_try) 2>&5
18964 ac_status=$?
18965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18966 (exit $ac_status); }; }; then
21d1c967 18967 ac_cv_header_jpeglib_h=yes
90dd450c 18968else
e6cc62c6
VS
18969 echo "$as_me: failed program was:" >&5
18970sed 's/^/| /' conftest.$ac_ext >&5
18971
18972ac_cv_header_jpeglib_h=no
18973
90dd450c 18974fi
e6cc62c6
VS
18975rm -f conftest.$ac_objext conftest.$ac_ext
18976
90dd450c
VZ
18977fi
18978
e6cc62c6
VS
18979 echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
18980echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6
90dd450c 18981
21d1c967 18982 if test "$ac_cv_header_jpeglib_h" = "yes"; then
e6cc62c6
VS
18983 echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
18984echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6
18985if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
18986 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967 18987else
e6cc62c6 18988 ac_check_lib_save_LIBS=$LIBS
21d1c967 18989LIBS="-ljpeg $LIBS"
e6cc62c6
VS
18990cat >conftest.$ac_ext <<_ACEOF
18991#line $LINENO "configure"
18992/* confdefs.h. */
18993_ACEOF
18994cat confdefs.h >>conftest.$ac_ext
18995cat >>conftest.$ac_ext <<_ACEOF
18996/* end confdefs.h. */
18997
21d1c967 18998/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
18999#ifdef __cplusplus
19000extern "C"
19001#endif
21d1c967 19002/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
19003 builtin and then its argument prototype would still apply. */
19004char jpeg_read_header ();
19005int
19006main ()
19007{
19008jpeg_read_header ();
19009 ;
19010 return 0;
19011}
19012_ACEOF
19013rm -f conftest.$ac_objext conftest$ac_exeext
19014if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19015 (eval $ac_link) 2>&5
19016 ac_status=$?
19017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19018 (exit $ac_status); } &&
19019 { ac_try='test -s conftest$ac_exeext'
19020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19021 (eval $ac_try) 2>&5
19022 ac_status=$?
19023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19024 (exit $ac_status); }; }; then
19025 ac_cv_lib_jpeg_jpeg_read_header=yes
19026else
19027 echo "$as_me: failed program was:" >&5
19028sed 's/^/| /' conftest.$ac_ext >&5
19029
19030ac_cv_lib_jpeg_jpeg_read_header=no
19031fi
19032rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19033LIBS=$ac_check_lib_save_LIBS
19034fi
19035echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
19036echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6
19037if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
21d1c967 19038 JPEG_LINK=" -ljpeg"
90dd450c
VZ
19039fi
19040
21d1c967 19041 fi
90dd450c 19042
21d1c967
GD
19043 if test "x$JPEG_LINK" = "x" ; then
19044 if test "$wxUSE_LIBJPEG" = "sys" ; then
e6cc62c6
VS
19045 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
19046echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
19047 { (exit 1); exit 1; }; }
21d1c967 19048 else
e6cc62c6
VS
19049 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
19050echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
21d1c967
GD
19051 wxUSE_LIBJPEG=builtin
19052 fi
19053 else
19054 wxUSE_LIBJPEG=sys
19055 fi
19056 fi
19057 fi
90dd450c 19058
21d1c967
GD
19059 if test "$wxUSE_LIBJPEG" = "builtin" ; then
19060 JPEG_INCLUDE="-I\${top_srcdir}/src/jpeg"
19061 fi
19062fi
90dd450c 19063
8284b0c5 19064
21d1c967
GD
19065TIFF_INCLUDE=
19066TIFF_LINK=
2b5f62a0 19067TIFF_PREREQ_LINKS=-lm
21d1c967 19068if test "$wxUSE_LIBTIFF" != "no" ; then
e6cc62c6 19069 cat >>confdefs.h <<\_ACEOF
21d1c967 19070#define wxUSE_LIBTIFF 1
e6cc62c6 19071_ACEOF
21d1c967 19072
8284b0c5 19073
21d1c967 19074 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
2b5f62a0
VZ
19075 if test "$wxUSE_LIBJPEG" = "sys"; then
19076 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
19077 fi
19078 if test "$wxUSE_ZLIB" = "sys"; then
19079 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
19080 fi
e6cc62c6
VS
19081 if test "${ac_cv_header_tiffio_h+set}" = set; then
19082 echo "$as_me:$LINENO: checking for tiffio.h" >&5
19083echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
19084if test "${ac_cv_header_tiffio_h+set}" = set; then
19085 echo $ECHO_N "(cached) $ECHO_C" >&6
19086fi
19087echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
19088echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
19089else
19090 # Is the header compilable?
19091echo "$as_me:$LINENO: checking tiffio.h usability" >&5
19092echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
19093cat >conftest.$ac_ext <<_ACEOF
19094#line $LINENO "configure"
19095/* confdefs.h. */
19096_ACEOF
19097cat confdefs.h >>conftest.$ac_ext
19098cat >>conftest.$ac_ext <<_ACEOF
19099/* end confdefs.h. */
19100$ac_includes_default
247f5006 19101#include <tiffio.h>
e6cc62c6
VS
19102_ACEOF
19103rm -f conftest.$ac_objext
19104if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19105 (eval $ac_compile) 2>&5
19106 ac_status=$?
19107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19108 (exit $ac_status); } &&
19109 { ac_try='test -s conftest.$ac_objext'
19110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19111 (eval $ac_try) 2>&5
19112 ac_status=$?
19113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19114 (exit $ac_status); }; }; then
19115 ac_header_compiler=yes
19116else
19117 echo "$as_me: failed program was:" >&5
19118sed 's/^/| /' conftest.$ac_ext >&5
19119
19120ac_header_compiler=no
19121fi
19122rm -f conftest.$ac_objext conftest.$ac_ext
19123echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19124echo "${ECHO_T}$ac_header_compiler" >&6
19125
19126# Is the header present?
19127echo "$as_me:$LINENO: checking tiffio.h presence" >&5
19128echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
19129cat >conftest.$ac_ext <<_ACEOF
19130#line $LINENO "configure"
19131/* confdefs.h. */
19132_ACEOF
19133cat confdefs.h >>conftest.$ac_ext
19134cat >>conftest.$ac_ext <<_ACEOF
19135/* end confdefs.h. */
19136#include <tiffio.h>
19137_ACEOF
19138if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19139 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
19140 ac_status=$?
19141 grep -v '^ *+' conftest.er1 >conftest.err
19142 rm -f conftest.er1
19143 cat conftest.err >&5
19144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19145 (exit $ac_status); } >/dev/null; then
19146 if test -s conftest.err; then
19147 ac_cpp_err=$ac_c_preproc_warn_flag
19148 else
19149 ac_cpp_err=
19150 fi
19151else
19152 ac_cpp_err=yes
19153fi
19154if test -z "$ac_cpp_err"; then
19155 ac_header_preproc=yes
19156else
19157 echo "$as_me: failed program was:" >&5
19158sed 's/^/| /' conftest.$ac_ext >&5
19159
19160 ac_header_preproc=no
19161fi
19162rm -f conftest.err conftest.$ac_ext
19163echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19164echo "${ECHO_T}$ac_header_preproc" >&6
19165
19166# So? What about this header?
19167case $ac_header_compiler:$ac_header_preproc in
19168 yes:no )
19169 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
19170echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19171 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
19172echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
19173 (
19174 cat <<\_ASBOX
19175## ------------------------------------ ##
19176## Report this to bug-autoconf@gnu.org. ##
19177## ------------------------------------ ##
19178_ASBOX
19179 ) |
19180 sed "s/^/$as_me: WARNING: /" >&2
19181 ;;
19182 no:yes )
19183 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
19184echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
19185 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
19186echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
19187 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
19188echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
19189 (
19190 cat <<\_ASBOX
19191## ------------------------------------ ##
19192## Report this to bug-autoconf@gnu.org. ##
19193## ------------------------------------ ##
19194_ASBOX
19195 ) |
19196 sed "s/^/$as_me: WARNING: /" >&2
19197 ;;
19198esac
19199echo "$as_me:$LINENO: checking for tiffio.h" >&5
19200echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
19201if test "${ac_cv_header_tiffio_h+set}" = set; then
19202 echo $ECHO_N "(cached) $ECHO_C" >&6
19203else
19204 ac_cv_header_tiffio_h=$ac_header_preproc
21d1c967 19205fi
e6cc62c6
VS
19206echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
19207echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
19208
21d1c967 19209fi
e6cc62c6
VS
19210if test $ac_cv_header_tiffio_h = yes; then
19211 echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
19212echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6
19213if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
19214 echo $ECHO_N "(cached) $ECHO_C" >&6
698dcdb6 19215else
e6cc62c6 19216 ac_check_lib_save_LIBS=$LIBS
2b5f62a0 19217LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
e6cc62c6
VS
19218cat >conftest.$ac_ext <<_ACEOF
19219#line $LINENO "configure"
19220/* confdefs.h. */
19221_ACEOF
19222cat confdefs.h >>conftest.$ac_ext
19223cat >>conftest.$ac_ext <<_ACEOF
19224/* end confdefs.h. */
19225
ab9b9eab 19226/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
19227#ifdef __cplusplus
19228extern "C"
19229#endif
ab9b9eab 19230/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
19231 builtin and then its argument prototype would still apply. */
19232char TIFFError ();
19233int
19234main ()
19235{
19236TIFFError ();
19237 ;
19238 return 0;
19239}
19240_ACEOF
19241rm -f conftest.$ac_objext conftest$ac_exeext
19242if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19243 (eval $ac_link) 2>&5
19244 ac_status=$?
19245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19246 (exit $ac_status); } &&
19247 { ac_try='test -s conftest$ac_exeext'
19248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19249 (eval $ac_try) 2>&5
19250 ac_status=$?
19251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19252 (exit $ac_status); }; }; then
19253 ac_cv_lib_tiff_TIFFError=yes
19254else
19255 echo "$as_me: failed program was:" >&5
19256sed 's/^/| /' conftest.$ac_ext >&5
19257
19258ac_cv_lib_tiff_TIFFError=no
19259fi
19260rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19261LIBS=$ac_check_lib_save_LIBS
19262fi
19263echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
19264echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6
19265if test $ac_cv_lib_tiff_TIFFError = yes; then
a0b9e27f 19266 TIFF_LINK=" -ltiff"
a0b9e27f 19267fi
cd6d6d5b 19268
e6cc62c6 19269
a0b9e27f 19270fi
8284b0c5 19271
247f5006 19272
e6cc62c6 19273
21d1c967
GD
19274 if test "x$TIFF_LINK" = "x" ; then
19275 if test "$wxUSE_LIBTIFF" = "sys" ; then
e6cc62c6
VS
19276 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
19277echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
19278 { (exit 1); exit 1; }; }
90dd450c 19279 else
e6cc62c6
VS
19280 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
19281echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
21d1c967 19282 wxUSE_LIBTIFF=builtin
d8356fa3 19283 fi
d8356fa3 19284 else
21d1c967 19285 wxUSE_LIBTIFF=sys
d8356fa3 19286 fi
21d1c967 19287 fi
d8356fa3 19288
21d1c967
GD
19289 if test "$wxUSE_LIBTIFF" = "builtin" ; then
19290 TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
1e6feb95 19291 fi
21d1c967 19292fi
10f2d63a 19293
8284b0c5 19294
672abd7a 19295if test "$wxUSE_EXPAT" != "no"; then
e06468e8 19296 wxUSE_XML=yes
672abd7a
VS
19297 cat >>confdefs.h <<\_ACEOF
19298#define wxUSE_EXPAT 1
19299_ACEOF
19300
19301 cat >>confdefs.h <<\_ACEOF
19302#define wxUSE_XML 1
19303_ACEOF
19304
19305
19306 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
19307 if test "${ac_cv_header_expat_h+set}" = set; then
19308 echo "$as_me:$LINENO: checking for expat.h" >&5
19309echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
19310if test "${ac_cv_header_expat_h+set}" = set; then
19311 echo $ECHO_N "(cached) $ECHO_C" >&6
19312fi
19313echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
19314echo "${ECHO_T}$ac_cv_header_expat_h" >&6
19315else
19316 # Is the header compilable?
19317echo "$as_me:$LINENO: checking expat.h usability" >&5
19318echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6
19319cat >conftest.$ac_ext <<_ACEOF
19320#line $LINENO "configure"
19321/* confdefs.h. */
19322_ACEOF
19323cat confdefs.h >>conftest.$ac_ext
19324cat >>conftest.$ac_ext <<_ACEOF
19325/* end confdefs.h. */
19326$ac_includes_default
19327#include <expat.h>
19328_ACEOF
19329rm -f conftest.$ac_objext
19330if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19331 (eval $ac_compile) 2>&5
19332 ac_status=$?
19333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19334 (exit $ac_status); } &&
19335 { ac_try='test -s conftest.$ac_objext'
19336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19337 (eval $ac_try) 2>&5
19338 ac_status=$?
19339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19340 (exit $ac_status); }; }; then
19341 ac_header_compiler=yes
19342else
19343 echo "$as_me: failed program was:" >&5
19344sed 's/^/| /' conftest.$ac_ext >&5
19345
19346ac_header_compiler=no
19347fi
19348rm -f conftest.$ac_objext conftest.$ac_ext
19349echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19350echo "${ECHO_T}$ac_header_compiler" >&6
19351
19352# Is the header present?
19353echo "$as_me:$LINENO: checking expat.h presence" >&5
19354echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6
19355cat >conftest.$ac_ext <<_ACEOF
19356#line $LINENO "configure"
19357/* confdefs.h. */
19358_ACEOF
19359cat confdefs.h >>conftest.$ac_ext
19360cat >>conftest.$ac_ext <<_ACEOF
19361/* end confdefs.h. */
19362#include <expat.h>
19363_ACEOF
19364if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19365 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
19366 ac_status=$?
19367 grep -v '^ *+' conftest.er1 >conftest.err
19368 rm -f conftest.er1
19369 cat conftest.err >&5
19370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19371 (exit $ac_status); } >/dev/null; then
19372 if test -s conftest.err; then
19373 ac_cpp_err=$ac_c_preproc_warn_flag
19374 else
19375 ac_cpp_err=
19376 fi
19377else
19378 ac_cpp_err=yes
19379fi
19380if test -z "$ac_cpp_err"; then
19381 ac_header_preproc=yes
19382else
19383 echo "$as_me: failed program was:" >&5
19384sed 's/^/| /' conftest.$ac_ext >&5
19385
19386 ac_header_preproc=no
19387fi
19388rm -f conftest.err conftest.$ac_ext
19389echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19390echo "${ECHO_T}$ac_header_preproc" >&6
19391
19392# So? What about this header?
19393case $ac_header_compiler:$ac_header_preproc in
19394 yes:no )
19395 { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5
19396echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19397 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
19398echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
19399 (
19400 cat <<\_ASBOX
19401## ------------------------------------ ##
19402## Report this to bug-autoconf@gnu.org. ##
19403## ------------------------------------ ##
19404_ASBOX
19405 ) |
19406 sed "s/^/$as_me: WARNING: /" >&2
19407 ;;
19408 no:yes )
19409 { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5
19410echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;}
19411 { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5
19412echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;}
19413 { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5
19414echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;}
19415 (
19416 cat <<\_ASBOX
19417## ------------------------------------ ##
19418## Report this to bug-autoconf@gnu.org. ##
19419## ------------------------------------ ##
19420_ASBOX
19421 ) |
19422 sed "s/^/$as_me: WARNING: /" >&2
19423 ;;
19424esac
19425echo "$as_me:$LINENO: checking for expat.h" >&5
19426echo $ECHO_N "checking for expat.h... $ECHO_C" >&6
19427if test "${ac_cv_header_expat_h+set}" = set; then
19428 echo $ECHO_N "(cached) $ECHO_C" >&6
19429else
19430 ac_cv_header_expat_h=$ac_header_preproc
19431fi
19432echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
19433echo "${ECHO_T}$ac_cv_header_expat_h" >&6
19434
19435fi
5f0b6dff
VS
19436if test $ac_cv_header_expat_h = yes; then
19437 found_expat_h=1
19438fi
19439
19440
19441 if test "x$found_expat_h" = "x1"; then
19442 echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
19443echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6
19444if test "${wx_cv_expat_is_not_broken+set}" = set; then
19445 echo $ECHO_N "(cached) $ECHO_C" >&6
19446else
19447
19448
672abd7a 19449
5f0b6dff
VS
19450 ac_ext=cc
19451ac_cpp='$CXXCPP $CPPFLAGS'
19452ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19453ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19454ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19455
19456 cat >conftest.$ac_ext <<_ACEOF
19457#line $LINENO "configure"
19458/* confdefs.h. */
19459_ACEOF
19460cat confdefs.h >>conftest.$ac_ext
19461cat >>conftest.$ac_ext <<_ACEOF
19462/* end confdefs.h. */
19463#include <expat.h>
19464int
19465main ()
19466{
672abd7a 19467
5f0b6dff
VS
19468 ;
19469 return 0;
19470}
19471_ACEOF
19472rm -f conftest.$ac_objext
19473if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19474 (eval $ac_compile) 2>&5
19475 ac_status=$?
19476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19477 (exit $ac_status); } &&
19478 { ac_try='test -s conftest.$ac_objext'
19479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19480 (eval $ac_try) 2>&5
19481 ac_status=$?
19482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19483 (exit $ac_status); }; }; then
19484 wx_cv_expat_is_not_broken=yes
19485else
19486 echo "$as_me: failed program was:" >&5
19487sed 's/^/| /' conftest.$ac_ext >&5
19488
19489wx_cv_expat_is_not_broken=no
19490
19491fi
19492rm -f conftest.$ac_objext conftest.$ac_ext
19493 ac_ext=c
19494ac_cpp='$CPP $CPPFLAGS'
19495ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19496ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19497ac_compiler_gnu=$ac_cv_c_compiler_gnu
19498
19499
19500
19501fi
19502echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
19503echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6
19504 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
19505 echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
672abd7a
VS
19506echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6
19507if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
19508 echo $ECHO_N "(cached) $ECHO_C" >&6
19509else
19510 ac_check_lib_save_LIBS=$LIBS
19511LIBS="-lexpat $LIBS"
19512cat >conftest.$ac_ext <<_ACEOF
19513#line $LINENO "configure"
19514/* confdefs.h. */
19515_ACEOF
19516cat confdefs.h >>conftest.$ac_ext
19517cat >>conftest.$ac_ext <<_ACEOF
19518/* end confdefs.h. */
19519
19520/* Override any gcc2 internal prototype to avoid an error. */
19521#ifdef __cplusplus
19522extern "C"
19523#endif
19524/* We use char because int might match the return type of a gcc2
19525 builtin and then its argument prototype would still apply. */
19526char XML_ParserCreate ();
19527int
19528main ()
19529{
19530XML_ParserCreate ();
19531 ;
19532 return 0;
19533}
19534_ACEOF
19535rm -f conftest.$ac_objext conftest$ac_exeext
19536if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19537 (eval $ac_link) 2>&5
19538 ac_status=$?
19539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19540 (exit $ac_status); } &&
19541 { ac_try='test -s conftest$ac_exeext'
19542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19543 (eval $ac_try) 2>&5
19544 ac_status=$?
19545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19546 (exit $ac_status); }; }; then
19547 ac_cv_lib_expat_XML_ParserCreate=yes
19548else
19549 echo "$as_me: failed program was:" >&5
19550sed 's/^/| /' conftest.$ac_ext >&5
19551
19552ac_cv_lib_expat_XML_ParserCreate=no
19553fi
19554rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19555LIBS=$ac_check_lib_save_LIBS
19556fi
19557echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
19558echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6
19559if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
19560 EXPAT_LINK=" -lexpat"
19561fi
19562
5f0b6dff 19563 fi
672abd7a
VS
19564 fi
19565 if test "x$EXPAT_LINK" = "x" ; then
19566 if test "$wxUSE_EXPAT" = "sys" ; then
19567 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
19568echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
19569 { (exit 1); exit 1; }; }
19570 else
19571 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
19572echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
19573 wxUSE_EXPAT=builtin
19574 fi
19575 else
19576 wxUSE_EXPAT=sys
19577 fi
19578 fi
19579 if test "$wxUSE_EXPAT" = "builtin" ; then
19580
19581
19582subdirs="$subdirs src/expat"
19583
19584 fi
19585fi
19586
19587
19588
21d1c967 19589AFMINSTALL=
2b5f62a0 19590WIN32INSTALL=
90dd450c 19591
21d1c967
GD
19592TOOLKIT=
19593TOOLKIT_INCLUDE=
19594WIDGET_SET=
19595
19596if test "$USE_WIN32" = 1 ; then
e6cc62c6
VS
19597
19598for ac_header in w32api.h
21d1c967 19599do
e6cc62c6
VS
19600as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
19601if eval "test \"\${$as_ac_Header+set}\" = set"; then
19602 echo "$as_me:$LINENO: checking for $ac_header" >&5
19603echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19604if eval "test \"\${$as_ac_Header+set}\" = set"; then
19605 echo $ECHO_N "(cached) $ECHO_C" >&6
19606fi
19607echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19608echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19609else
19610 # Is the header compilable?
19611echo "$as_me:$LINENO: checking $ac_header usability" >&5
19612echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
19613cat >conftest.$ac_ext <<_ACEOF
19614#line $LINENO "configure"
19615/* confdefs.h. */
19616_ACEOF
19617cat confdefs.h >>conftest.$ac_ext
19618cat >>conftest.$ac_ext <<_ACEOF
19619/* end confdefs.h. */
19620$ac_includes_default
19621#include <$ac_header>
19622_ACEOF
19623rm -f conftest.$ac_objext
19624if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19625 (eval $ac_compile) 2>&5
19626 ac_status=$?
19627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19628 (exit $ac_status); } &&
19629 { ac_try='test -s conftest.$ac_objext'
19630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19631 (eval $ac_try) 2>&5
19632 ac_status=$?
19633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19634 (exit $ac_status); }; }; then
19635 ac_header_compiler=yes
19636else
19637 echo "$as_me: failed program was:" >&5
19638sed 's/^/| /' conftest.$ac_ext >&5
19639
19640ac_header_compiler=no
19641fi
19642rm -f conftest.$ac_objext conftest.$ac_ext
19643echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19644echo "${ECHO_T}$ac_header_compiler" >&6
19645
19646# Is the header present?
19647echo "$as_me:$LINENO: checking $ac_header presence" >&5
19648echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19649cat >conftest.$ac_ext <<_ACEOF
19650#line $LINENO "configure"
19651/* confdefs.h. */
19652_ACEOF
19653cat confdefs.h >>conftest.$ac_ext
19654cat >>conftest.$ac_ext <<_ACEOF
19655/* end confdefs.h. */
19656#include <$ac_header>
19657_ACEOF
19658if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19659 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
19660 ac_status=$?
19661 grep -v '^ *+' conftest.er1 >conftest.err
19662 rm -f conftest.er1
19663 cat conftest.err >&5
19664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19665 (exit $ac_status); } >/dev/null; then
19666 if test -s conftest.err; then
19667 ac_cpp_err=$ac_c_preproc_warn_flag
19668 else
19669 ac_cpp_err=
19670 fi
19671else
19672 ac_cpp_err=yes
19673fi
19674if test -z "$ac_cpp_err"; then
19675 ac_header_preproc=yes
19676else
19677 echo "$as_me: failed program was:" >&5
19678sed 's/^/| /' conftest.$ac_ext >&5
19679
19680 ac_header_preproc=no
19681fi
19682rm -f conftest.err conftest.$ac_ext
19683echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19684echo "${ECHO_T}$ac_header_preproc" >&6
19685
19686# So? What about this header?
19687case $ac_header_compiler:$ac_header_preproc in
19688 yes:no )
19689 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19690echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19691 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19692echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19693 (
19694 cat <<\_ASBOX
19695## ------------------------------------ ##
19696## Report this to bug-autoconf@gnu.org. ##
19697## ------------------------------------ ##
19698_ASBOX
19699 ) |
19700 sed "s/^/$as_me: WARNING: /" >&2
19701 ;;
19702 no:yes )
19703 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19704echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19705 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19706echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19707 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19708echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19709 (
19710 cat <<\_ASBOX
19711## ------------------------------------ ##
19712## Report this to bug-autoconf@gnu.org. ##
19713## ------------------------------------ ##
19714_ASBOX
19715 ) |
19716 sed "s/^/$as_me: WARNING: /" >&2
19717 ;;
19718esac
19719echo "$as_me:$LINENO: checking for $ac_header" >&5
19720echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19721if eval "test \"\${$as_ac_Header+set}\" = set"; then
19722 echo $ECHO_N "(cached) $ECHO_C" >&6
19723else
19724 eval "$as_ac_Header=$ac_header_preproc"
f79bd02d 19725fi
e6cc62c6
VS
19726echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19727echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
19728
21d1c967 19729fi
e6cc62c6
VS
19730if test `eval echo '${'$as_ac_Header'}'` = yes; then
19731 cat >>confdefs.h <<_ACEOF
19732#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
19733_ACEOF
19734
21d1c967 19735fi
e6cc62c6 19736
21d1c967 19737done
f79bd02d 19738
e6cc62c6
VS
19739 if test "${ac_cv_header_windows_h+set}" = set; then
19740 echo "$as_me:$LINENO: checking for windows.h" >&5
19741echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
19742if test "${ac_cv_header_windows_h+set}" = set; then
19743 echo $ECHO_N "(cached) $ECHO_C" >&6
19744fi
19745echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
19746echo "${ECHO_T}$ac_cv_header_windows_h" >&6
19747else
19748 # Is the header compilable?
19749echo "$as_me:$LINENO: checking windows.h usability" >&5
19750echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6
19751cat >conftest.$ac_ext <<_ACEOF
19752#line $LINENO "configure"
19753/* confdefs.h. */
19754_ACEOF
19755cat confdefs.h >>conftest.$ac_ext
19756cat >>conftest.$ac_ext <<_ACEOF
19757/* end confdefs.h. */
19758$ac_includes_default
247f5006 19759#include <windows.h>
e6cc62c6
VS
19760_ACEOF
19761rm -f conftest.$ac_objext
19762if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19763 (eval $ac_compile) 2>&5
19764 ac_status=$?
19765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19766 (exit $ac_status); } &&
19767 { ac_try='test -s conftest.$ac_objext'
19768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19769 (eval $ac_try) 2>&5
19770 ac_status=$?
19771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19772 (exit $ac_status); }; }; then
19773 ac_header_compiler=yes
19774else
19775 echo "$as_me: failed program was:" >&5
19776sed 's/^/| /' conftest.$ac_ext >&5
19777
19778ac_header_compiler=no
19779fi
19780rm -f conftest.$ac_objext conftest.$ac_ext
19781echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19782echo "${ECHO_T}$ac_header_compiler" >&6
19783
19784# Is the header present?
19785echo "$as_me:$LINENO: checking windows.h presence" >&5
19786echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6
19787cat >conftest.$ac_ext <<_ACEOF
19788#line $LINENO "configure"
19789/* confdefs.h. */
19790_ACEOF
19791cat confdefs.h >>conftest.$ac_ext
19792cat >>conftest.$ac_ext <<_ACEOF
19793/* end confdefs.h. */
19794#include <windows.h>
19795_ACEOF
19796if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19797 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
19798 ac_status=$?
19799 grep -v '^ *+' conftest.er1 >conftest.err
19800 rm -f conftest.er1
19801 cat conftest.err >&5
19802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19803 (exit $ac_status); } >/dev/null; then
19804 if test -s conftest.err; then
19805 ac_cpp_err=$ac_c_preproc_warn_flag
19806 else
19807 ac_cpp_err=
19808 fi
19809else
19810 ac_cpp_err=yes
19811fi
19812if test -z "$ac_cpp_err"; then
19813 ac_header_preproc=yes
19814else
19815 echo "$as_me: failed program was:" >&5
19816sed 's/^/| /' conftest.$ac_ext >&5
19817
19818 ac_header_preproc=no
19819fi
19820rm -f conftest.err conftest.$ac_ext
19821echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19822echo "${ECHO_T}$ac_header_preproc" >&6
19823
19824# So? What about this header?
19825case $ac_header_compiler:$ac_header_preproc in
19826 yes:no )
19827 { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5
19828echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
19829 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
19830echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
19831 (
19832 cat <<\_ASBOX
19833## ------------------------------------ ##
19834## Report this to bug-autoconf@gnu.org. ##
19835## ------------------------------------ ##
19836_ASBOX
19837 ) |
19838 sed "s/^/$as_me: WARNING: /" >&2
19839 ;;
19840 no:yes )
19841 { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5
19842echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;}
19843 { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5
19844echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;}
19845 { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5
19846echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;}
19847 (
19848 cat <<\_ASBOX
19849## ------------------------------------ ##
19850## Report this to bug-autoconf@gnu.org. ##
19851## ------------------------------------ ##
19852_ASBOX
19853 ) |
19854 sed "s/^/$as_me: WARNING: /" >&2
19855 ;;
19856esac
19857echo "$as_me:$LINENO: checking for windows.h" >&5
19858echo $ECHO_N "checking for windows.h... $ECHO_C" >&6
19859if test "${ac_cv_header_windows_h+set}" = set; then
19860 echo $ECHO_N "(cached) $ECHO_C" >&6
19861else
19862 ac_cv_header_windows_h=$ac_header_preproc
90dd450c 19863fi
e6cc62c6
VS
19864echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
19865echo "${ECHO_T}$ac_cv_header_windows_h" >&6
19866
90dd450c 19867fi
e6cc62c6 19868if test $ac_cv_header_windows_h = yes; then
21d1c967 19869 :
90dd450c 19870else
21d1c967 19871
e6cc62c6
VS
19872 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
19873echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
19874 { (exit 1); exit 1; }; }
19875
5c6fa7d2 19876fi
7b4a847f 19877
5c6fa7d2 19878
e6cc62c6 19879
b3dfbbc9 19880 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32"
21d1c967 19881
7bb2947d
MB
19882 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
19883 LIBS="$LIBS -loleacc"
19884 fi
19885
21d1c967
GD
19886 case "${host}" in
19887 *-*-cygwin* )
b3dfbbc9 19888 LIBS="$LIBS -lkernel32 -luser32"
21d1c967 19889 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__"
f79bd02d 19890 esac
f79bd02d 19891
8647bec6
RG
19892 if test "$wxUSE_ODBC" = "sys" ; then
19893 wxUSE_ODBC = "yes"
21d1c967 19894 fi
8647bec6
RG
19895 if test "$wxUSE_ODBC" = "yes" ; then
19896 LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS"
e6cc62c6 19897 cat >>confdefs.h <<\_ACEOF
8647bec6 19898#define wxUSE_ODBC 1
e6cc62c6 19899_ACEOF
f79bd02d 19900
8647bec6 19901 fi
e6cc62c6 19902
21d1c967
GD
19903 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__"
19904 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
2b5f62a0
VZ
19905
19906 WIN32INSTALL=win32install
f79bd02d 19907fi
f79bd02d 19908
21d1c967
GD
19909if test "$wxUSE_GUI" = "yes"; then
19910 USE_GUI=1
f79bd02d 19911
21d1c967 19912 GUI_TK_LIBRARY=
f79bd02d 19913
21d1c967
GD
19914 WXGTK12=
19915 WXGTK127=
19916 WXGTK20=
f79bd02d 19917
21d1c967
GD
19918 if test "$wxUSE_MSW" = 1 ; then
19919 TOOLKIT=MSW
19920 GUIDIST=MSW_DIST
f79bd02d
JS
19921 fi
19922
21d1c967 19923 if test "$wxUSE_GTK" = 1; then
e6cc62c6
VS
19924 echo "$as_me:$LINENO: checking for GTK+ version" >&5
19925echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6
21d1c967
GD
19926
19927 gtk_version_cached=1
e6cc62c6
VS
19928 if test "${wx_cv_lib_gtk+set}" = set; then
19929 echo $ECHO_N "(cached) $ECHO_C" >&6
f79bd02d 19930else
e6cc62c6 19931
21d1c967 19932 gtk_version_cached=0
e6cc62c6
VS
19933 echo "$as_me:$LINENO: result: " >&5
19934echo "${ECHO_T}" >&6
f79bd02d 19935
21d1c967
GD
19936 GTK_MODULES=
19937 if test "$wxUSE_THREADS" = "yes"; then
19938 GTK_MODULES=gthread
19939 fi
f79bd02d 19940
2b5f62a0 19941 wx_cv_lib_gtk=
21d1c967
GD
19942 if test "x$wxUSE_GTK2" = "xyes"; then
19943 # Check whether --enable-gtktest or --disable-gtktest was given.
19944if test "${enable_gtktest+set}" = set; then
19945 enableval="$enable_gtktest"
e6cc62c6 19946
f79bd02d 19947else
21d1c967 19948 enable_gtktest=yes
e6cc62c6 19949fi;
f79bd02d 19950
21d1c967
GD
19951 pkg_config_args=gtk+-2.0
19952 for module in . $GTK_MODULES
19953 do
19954 case "$module" in
e6cc62c6 19955 gthread)
21d1c967
GD
19956 pkg_config_args="$pkg_config_args gthread-2.0"
19957 ;;
19958 esac
19959 done
19960
19961 no_gtk=""
f79bd02d 19962
21d1c967
GD
19963 # Extract the first word of "pkg-config", so it can be a program name with args.
19964set dummy pkg-config; ac_word=$2
e6cc62c6
VS
19965echo "$as_me:$LINENO: checking for $ac_word" >&5
19966echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
19967if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
19968 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967 19969else
e6cc62c6
VS
19970 case $PKG_CONFIG in
19971 [\\/]* | ?:[\\/]*)
21d1c967
GD
19972 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
19973 ;;
21d1c967 19974 *)
e6cc62c6
VS
19975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19976for as_dir in $PATH
19977do
19978 IFS=$as_save_IFS
19979 test -z "$as_dir" && as_dir=.
19980 for ac_exec_ext in '' $ac_executable_extensions; do
19981 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
19982 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
19983 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19984 break 2
19985 fi
19986done
19987done
19988
21d1c967
GD
19989 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
19990 ;;
19991esac
f79bd02d 19992fi
e6cc62c6
VS
19993PKG_CONFIG=$ac_cv_path_PKG_CONFIG
19994
21d1c967 19995if test -n "$PKG_CONFIG"; then
e6cc62c6
VS
19996 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
19997echo "${ECHO_T}$PKG_CONFIG" >&6
f79bd02d 19998else
e6cc62c6
VS
19999 echo "$as_me:$LINENO: result: no" >&5
20000echo "${ECHO_T}no" >&6
f79bd02d
JS
20001fi
20002
8284b0c5 20003
21d1c967
GD
20004 if test x$PKG_CONFIG != xno ; then
20005 if pkg-config --atleast-pkgconfig-version 0.7 ; then
20006 :
20007 else
20008 echo *** pkg-config too old; version 0.7 or better required.
20009 no_gtk=yes
20010 PKG_CONFIG=no
20011 fi
20012 else
20013 no_gtk=yes
20014 fi
f79bd02d 20015
21d1c967 20016 min_gtk_version=2.0.0
e6cc62c6
VS
20017 echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
20018echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6
f79bd02d 20019
21d1c967
GD
20020 if test x$PKG_CONFIG != xno ; then
20021 ## don't try to run the test against uninstalled libtool libs
20022 if $PKG_CONFIG --uninstalled $pkg_config_args; then
20023 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
20024 enable_gtktest=no
20025 fi
f79bd02d 20026
21d1c967
GD
20027 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
20028 :
20029 else
20030 no_gtk=yes
20031 fi
20032 fi
f79bd02d 20033
21d1c967
GD
20034 if test x"$no_gtk" = x ; then
20035 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
20036 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
20037 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
20038 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
20039 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
20040 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
20041 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
20042 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
20043 if test "x$enable_gtktest" = "xyes" ; then
20044 ac_save_CFLAGS="$CFLAGS"
20045 ac_save_LIBS="$LIBS"
20046 CFLAGS="$CFLAGS $GTK_CFLAGS"
20047 LIBS="$GTK_LIBS $LIBS"
20048 rm -f conf.gtktest
20049 if test "$cross_compiling" = yes; then
20050 echo $ac_n "cross compiling; assumed OK... $ac_c"
f79bd02d 20051else
e6cc62c6
VS
20052 cat >conftest.$ac_ext <<_ACEOF
20053#line $LINENO "configure"
20054/* confdefs.h. */
20055_ACEOF
20056cat confdefs.h >>conftest.$ac_ext
20057cat >>conftest.$ac_ext <<_ACEOF
20058/* end confdefs.h. */
f79bd02d 20059
21d1c967
GD
20060#include <gtk/gtk.h>
20061#include <stdio.h>
20062#include <stdlib.h>
f79bd02d 20063
e6cc62c6 20064int
21d1c967
GD
20065main ()
20066{
20067 int major, minor, micro;
20068 char *tmp_version;
f79bd02d 20069
21d1c967 20070 system ("touch conf.gtktest");
f79bd02d 20071
21d1c967
GD
20072 /* HP/UX 9 (%@#!) writes to sscanf strings */
20073 tmp_version = g_strdup("$min_gtk_version");
20074 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
20075 printf("%s, bad version string\n", "$min_gtk_version");
20076 exit(1);
20077 }
f79bd02d 20078
21d1c967
GD
20079 if ((gtk_major_version != $gtk_config_major_version) ||
20080 (gtk_minor_version != $gtk_config_minor_version) ||
20081 (gtk_micro_version != $gtk_config_micro_version))
20082 {
e6cc62c6 20083 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
21d1c967
GD
20084 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
20085 gtk_major_version, gtk_minor_version, gtk_micro_version);
20086 printf ("*** was found! If pkg-config was correct, then it is best\n");
20087 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
20088 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
20089 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
20090 printf("*** required on your system.\n");
20091 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
20092 printf("*** to point to the correct configuration files\n");
e6cc62c6 20093 }
21d1c967
GD
20094 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
20095 (gtk_minor_version != GTK_MINOR_VERSION) ||
20096 (gtk_micro_version != GTK_MICRO_VERSION))
20097 {
20098 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
20099 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
20100 printf("*** library (version %d.%d.%d)\n",
20101 gtk_major_version, gtk_minor_version, gtk_micro_version);
20102 }
20103 else
20104 {
20105 if ((gtk_major_version > major) ||
20106 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
20107 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
20108 {
20109 return 0;
20110 }
20111 else
20112 {
20113 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
20114 gtk_major_version, gtk_minor_version, gtk_micro_version);
20115 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
20116 major, minor, micro);
20117 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
20118 printf("***\n");
20119 printf("*** If you have already installed a sufficiently new version, this error\n");
20120 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
20121 printf("*** being found. The easiest way to fix this is to remove the old version\n");
20122 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
20123 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
20124 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
20125 printf("*** so that the correct libraries are found at run-time))\n");
20126 }
20127 }
20128 return 1;
20129}
f79bd02d 20130
e6cc62c6
VS
20131_ACEOF
20132rm -f conftest$ac_exeext
20133if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20134 (eval $ac_link) 2>&5
20135 ac_status=$?
20136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20137 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20138 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20139 (eval $ac_try) 2>&5
20140 ac_status=$?
20141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20142 (exit $ac_status); }; }; then
21d1c967 20143 :
f79bd02d 20144else
e6cc62c6
VS
20145 echo "$as_me: program exited with status $ac_status" >&5
20146echo "$as_me: failed program was:" >&5
20147sed 's/^/| /' conftest.$ac_ext >&5
20148
20149( exit $ac_status )
20150no_gtk=yes
f79bd02d 20151fi
e6cc62c6 20152rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
f79bd02d 20153fi
21d1c967
GD
20154 CFLAGS="$ac_save_CFLAGS"
20155 LIBS="$ac_save_LIBS"
20156 fi
20157 fi
20158 if test "x$no_gtk" = x ; then
e6cc62c6
VS
20159 echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
20160echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6
20161 wx_cv_lib_gtk=2.0
21d1c967 20162 else
e6cc62c6
VS
20163 echo "$as_me:$LINENO: result: no" >&5
20164echo "${ECHO_T}no" >&6
21d1c967
GD
20165 if test "$PKG_CONFIG" = "no" ; then
20166 echo "*** A new enough version of pkg-config was not found."
20167 echo "*** See http://pkgconfig.sourceforge.net"
20168 else
20169 if test -f conf.gtktest ; then
20170 :
20171 else
20172 echo "*** Could not run GTK+ test program, checking why..."
579d8138
VS
20173 ac_save_CFLAGS="$CFLAGS"
20174 ac_save_LIBS="$LIBS"
21d1c967
GD
20175 CFLAGS="$CFLAGS $GTK_CFLAGS"
20176 LIBS="$LIBS $GTK_LIBS"
e6cc62c6
VS
20177 cat >conftest.$ac_ext <<_ACEOF
20178#line $LINENO "configure"
20179/* confdefs.h. */
20180_ACEOF
20181cat confdefs.h >>conftest.$ac_ext
20182cat >>conftest.$ac_ext <<_ACEOF
20183/* end confdefs.h. */
21d1c967
GD
20184
20185#include <gtk/gtk.h>
20186#include <stdio.h>
f79bd02d 20187
e6cc62c6
VS
20188int
20189main ()
20190{
20191 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
20192 ;
20193 return 0;
20194}
20195_ACEOF
20196rm -f conftest.$ac_objext conftest$ac_exeext
20197if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20198 (eval $ac_link) 2>&5
20199 ac_status=$?
20200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20201 (exit $ac_status); } &&
20202 { ac_try='test -s conftest$ac_exeext'
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); }; }; then
21d1c967
GD
20208 echo "*** The test program compiled, but did not run. This usually means"
20209 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
20210 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
20211 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20212 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20213 echo "*** is required on your system"
20214 echo "***"
20215 echo "*** If you have an old version installed, it is best to remove it, although"
e6cc62c6 20216 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
f79bd02d 20217else
e6cc62c6
VS
20218 echo "$as_me: failed program was:" >&5
20219sed 's/^/| /' conftest.$ac_ext >&5
20220
20221 echo "*** The test program failed to compile or link. See the file config.log for the"
579d8138 20222 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
f79bd02d 20223fi
e6cc62c6 20224rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21d1c967
GD
20225 CFLAGS="$ac_save_CFLAGS"
20226 LIBS="$ac_save_LIBS"
20227 fi
20228 fi
20229 GTK_CFLAGS=""
20230 GTK_LIBS=""
20231 :
20232 fi
e6cc62c6
VS
20233
20234
21d1c967 20235 rm -f conf.gtktest
f79bd02d 20236
2b5f62a0 20237 else
e6cc62c6
VS
20238
20239# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
21d1c967
GD
20240if test "${with_gtk_prefix+set}" = set; then
20241 withval="$with_gtk_prefix"
20242 gtk_config_prefix="$withval"
20243else
20244 gtk_config_prefix=""
e6cc62c6 20245fi;
f79bd02d 20246
21d1c967
GD
20247# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
20248if test "${with_gtk_exec_prefix+set}" = set; then
20249 withval="$with_gtk_exec_prefix"
20250 gtk_config_exec_prefix="$withval"
20251else
20252 gtk_config_exec_prefix=""
e6cc62c6 20253fi;
21d1c967
GD
20254# Check whether --enable-gtktest or --disable-gtktest was given.
20255if test "${enable_gtktest+set}" = set; then
20256 enableval="$enable_gtktest"
e6cc62c6 20257
21d1c967
GD
20258else
20259 enable_gtktest=yes
e6cc62c6 20260fi;
21d1c967
GD
20261
20262 for module in . $GTK_MODULES
20263 do
20264 case "$module" in
e6cc62c6 20265 gthread)
21d1c967
GD
20266 gtk_config_args="$gtk_config_args gthread"
20267 ;;
20268 esac
20269 done
20270
20271 if test x$gtk_config_exec_prefix != x ; then
20272 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
20273 if test x${GTK_CONFIG+set} != xset ; then
20274 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
20275 fi
20276 fi
20277 if test x$gtk_config_prefix != x ; then
20278 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
20279 if test x${GTK_CONFIG+set} != xset ; then
20280 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
20281 fi
20282 fi
20283
20284 # Extract the first word of "gtk-config", so it can be a program name with args.
20285set dummy gtk-config; ac_word=$2
e6cc62c6
VS
20286echo "$as_me:$LINENO: checking for $ac_word" >&5
20287echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20288if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
20289 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967 20290else
e6cc62c6
VS
20291 case $GTK_CONFIG in
20292 [\\/]* | ?:[\\/]*)
21d1c967
GD
20293 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
20294 ;;
21d1c967 20295 *)
e6cc62c6
VS
20296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20297for as_dir in $PATH
20298do
20299 IFS=$as_save_IFS
20300 test -z "$as_dir" && as_dir=.
20301 for ac_exec_ext in '' $ac_executable_extensions; do
20302 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20303 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20304 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20305 break 2
20306 fi
20307done
20308done
20309
21d1c967
GD
20310 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
20311 ;;
20312esac
20313fi
e6cc62c6
VS
20314GTK_CONFIG=$ac_cv_path_GTK_CONFIG
20315
21d1c967 20316if test -n "$GTK_CONFIG"; then
e6cc62c6
VS
20317 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
20318echo "${ECHO_T}$GTK_CONFIG" >&6
21d1c967 20319else
e6cc62c6
VS
20320 echo "$as_me:$LINENO: result: no" >&5
20321echo "${ECHO_T}no" >&6
21d1c967
GD
20322fi
20323
20324 min_gtk_version=1.2.7
e6cc62c6
VS
20325 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
20326echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
21d1c967
GD
20327 no_gtk=""
20328 if test "$GTK_CONFIG" = "no" ; then
20329 no_gtk=yes
20330 else
20331 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
20332 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
20333 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
20334 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
20335 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
20336 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
20337 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
20338 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
20339 if test "x$enable_gtktest" = "xyes" ; then
20340 ac_save_CFLAGS="$CFLAGS"
20341 ac_save_LIBS="$LIBS"
20342 CFLAGS="$CFLAGS $GTK_CFLAGS"
20343 LIBS="$GTK_LIBS $LIBS"
20344 rm -f conf.gtktest
20345 if test "$cross_compiling" = yes; then
20346 echo $ac_n "cross compiling; assumed OK... $ac_c"
f79bd02d 20347else
e6cc62c6
VS
20348 cat >conftest.$ac_ext <<_ACEOF
20349#line $LINENO "configure"
20350/* confdefs.h. */
20351_ACEOF
20352cat confdefs.h >>conftest.$ac_ext
20353cat >>conftest.$ac_ext <<_ACEOF
20354/* end confdefs.h. */
f79bd02d 20355
21d1c967
GD
20356#include <gtk/gtk.h>
20357#include <stdio.h>
20358#include <stdlib.h>
f79bd02d 20359
e6cc62c6 20360int
21d1c967
GD
20361main ()
20362{
20363 int major, minor, micro;
20364 char *tmp_version;
20365
20366 system ("touch conf.gtktest");
20367
20368 /* HP/UX 9 (%@#!) writes to sscanf strings */
20369 tmp_version = g_strdup("$min_gtk_version");
20370 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
20371 printf("%s, bad version string\n", "$min_gtk_version");
20372 exit(1);
20373 }
90dd450c 20374
21d1c967
GD
20375 if ((gtk_major_version != $gtk_config_major_version) ||
20376 (gtk_minor_version != $gtk_config_minor_version) ||
20377 (gtk_micro_version != $gtk_config_micro_version))
20378 {
e6cc62c6 20379 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
21d1c967
GD
20380 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
20381 gtk_major_version, gtk_minor_version, gtk_micro_version);
20382 printf ("*** was found! If gtk-config was correct, then it is best\n");
20383 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
20384 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
20385 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
20386 printf("*** required on your system.\n");
20387 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
20388 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
20389 printf("*** before re-running configure\n");
e6cc62c6 20390 }
21d1c967
GD
20391#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
20392 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
20393 (gtk_minor_version != GTK_MINOR_VERSION) ||
20394 (gtk_micro_version != GTK_MICRO_VERSION))
20395 {
20396 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
20397 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
20398 printf("*** library (version %d.%d.%d)\n",
20399 gtk_major_version, gtk_minor_version, gtk_micro_version);
20400 }
20401#endif /* defined (GTK_MAJOR_VERSION) ... */
20402 else
20403 {
20404 if ((gtk_major_version > major) ||
20405 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
20406 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
20407 {
20408 return 0;
20409 }
20410 else
20411 {
20412 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
20413 gtk_major_version, gtk_minor_version, gtk_micro_version);
20414 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
20415 major, minor, micro);
20416 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
20417 printf("***\n");
20418 printf("*** If you have already installed a sufficiently new version, this error\n");
20419 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
20420 printf("*** being found. The easiest way to fix this is to remove the old version\n");
20421 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
20422 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
20423 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
20424 printf("*** so that the correct libraries are found at run-time))\n");
20425 }
20426 }
20427 return 1;
20428}
20429
e6cc62c6
VS
20430_ACEOF
20431rm -f conftest$ac_exeext
20432if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20433 (eval $ac_link) 2>&5
20434 ac_status=$?
20435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20436 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20438 (eval $ac_try) 2>&5
20439 ac_status=$?
20440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20441 (exit $ac_status); }; }; then
21d1c967
GD
20442 :
20443else
e6cc62c6
VS
20444 echo "$as_me: program exited with status $ac_status" >&5
20445echo "$as_me: failed program was:" >&5
20446sed 's/^/| /' conftest.$ac_ext >&5
20447
20448( exit $ac_status )
20449no_gtk=yes
21d1c967 20450fi
e6cc62c6 20451rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21d1c967 20452fi
21d1c967
GD
20453 CFLAGS="$ac_save_CFLAGS"
20454 LIBS="$ac_save_LIBS"
20455 fi
20456 fi
20457 if test "x$no_gtk" = x ; then
e6cc62c6
VS
20458 echo "$as_me:$LINENO: result: yes" >&5
20459echo "${ECHO_T}yes" >&6
20460 wx_cv_lib_gtk=1.2.7
21d1c967 20461 else
e6cc62c6
VS
20462 echo "$as_me:$LINENO: result: no" >&5
20463echo "${ECHO_T}no" >&6
21d1c967
GD
20464 if test "$GTK_CONFIG" = "no" ; then
20465 echo "*** The gtk-config script installed by GTK could not be found"
20466 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
20467 echo "*** your path, or set the GTK_CONFIG environment variable to the"
20468 echo "*** full path to gtk-config."
20469 else
20470 if test -f conf.gtktest ; then
20471 :
20472 else
20473 echo "*** Could not run GTK test program, checking why..."
20474 CFLAGS="$CFLAGS $GTK_CFLAGS"
20475 LIBS="$LIBS $GTK_LIBS"
e6cc62c6
VS
20476 cat >conftest.$ac_ext <<_ACEOF
20477#line $LINENO "configure"
20478/* confdefs.h. */
20479_ACEOF
20480cat confdefs.h >>conftest.$ac_ext
20481cat >>conftest.$ac_ext <<_ACEOF
20482/* end confdefs.h. */
21d1c967
GD
20483
20484#include <gtk/gtk.h>
20485#include <stdio.h>
20486
e6cc62c6
VS
20487int
20488main ()
20489{
20490 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
20491 ;
20492 return 0;
20493}
20494_ACEOF
20495rm -f conftest.$ac_objext conftest$ac_exeext
20496if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20497 (eval $ac_link) 2>&5
20498 ac_status=$?
20499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20500 (exit $ac_status); } &&
20501 { ac_try='test -s conftest$ac_exeext'
20502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20503 (eval $ac_try) 2>&5
20504 ac_status=$?
20505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20506 (exit $ac_status); }; }; then
21d1c967
GD
20507 echo "*** The test program compiled, but did not run. This usually means"
20508 echo "*** that the run-time linker is not finding GTK or finding the wrong"
20509 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
20510 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20511 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20512 echo "*** is required on your system"
20513 echo "***"
20514 echo "*** If you have an old version installed, it is best to remove it, although"
20515 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20516 echo "***"
20517 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
20518 echo "*** came with the system with the command"
20519 echo "***"
e6cc62c6 20520 echo "*** rpm --erase --nodeps gtk gtk-devel"
f79bd02d 20521else
e6cc62c6
VS
20522 echo "$as_me: failed program was:" >&5
20523sed 's/^/| /' conftest.$ac_ext >&5
20524
20525 echo "*** The test program failed to compile or link. See the file config.log for the"
21d1c967
GD
20526 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
20527 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
e6cc62c6 20528 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
f79bd02d 20529fi
e6cc62c6 20530rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21d1c967
GD
20531 CFLAGS="$ac_save_CFLAGS"
20532 LIBS="$ac_save_LIBS"
20533 fi
20534 fi
20535 GTK_CFLAGS=""
20536 GTK_LIBS=""
20537 :
20538 fi
e6cc62c6
VS
20539
20540
21d1c967
GD
20541 rm -f conf.gtktest
20542
21d1c967 20543
2b5f62a0 20544 if test -z "$wx_cv_lib_gtk"; then
e6cc62c6
VS
20545
20546# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
21d1c967
GD
20547if test "${with_gtk_prefix+set}" = set; then
20548 withval="$with_gtk_prefix"
20549 gtk_config_prefix="$withval"
20550else
20551 gtk_config_prefix=""
e6cc62c6 20552fi;
f79bd02d 20553
21d1c967
GD
20554# Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given.
20555if test "${with_gtk_exec_prefix+set}" = set; then
20556 withval="$with_gtk_exec_prefix"
20557 gtk_config_exec_prefix="$withval"
20558else
20559 gtk_config_exec_prefix=""
e6cc62c6 20560fi;
21d1c967
GD
20561# Check whether --enable-gtktest or --disable-gtktest was given.
20562if test "${enable_gtktest+set}" = set; then
20563 enableval="$enable_gtktest"
e6cc62c6 20564
90dd450c 20565else
21d1c967 20566 enable_gtktest=yes
e6cc62c6 20567fi;
21d1c967
GD
20568
20569 for module in . $GTK_MODULES
20570 do
20571 case "$module" in
e6cc62c6 20572 gthread)
21d1c967
GD
20573 gtk_config_args="$gtk_config_args gthread"
20574 ;;
20575 esac
20576 done
20577
20578 if test x$gtk_config_exec_prefix != x ; then
20579 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
20580 if test x${GTK_CONFIG+set} != xset ; then
20581 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
20582 fi
20583 fi
20584 if test x$gtk_config_prefix != x ; then
20585 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
20586 if test x${GTK_CONFIG+set} != xset ; then
20587 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
20588 fi
20589 fi
20590
20591 # Extract the first word of "gtk-config", so it can be a program name with args.
20592set dummy gtk-config; ac_word=$2
e6cc62c6
VS
20593echo "$as_me:$LINENO: checking for $ac_word" >&5
20594echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20595if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
20596 echo $ECHO_N "(cached) $ECHO_C" >&6
90dd450c 20597else
e6cc62c6
VS
20598 case $GTK_CONFIG in
20599 [\\/]* | ?:[\\/]*)
21d1c967
GD
20600 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
20601 ;;
21d1c967 20602 *)
e6cc62c6
VS
20603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20604for as_dir in $PATH
20605do
20606 IFS=$as_save_IFS
20607 test -z "$as_dir" && as_dir=.
20608 for ac_exec_ext in '' $ac_executable_extensions; do
20609 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20610 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20611 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20612 break 2
20613 fi
20614done
20615done
20616
21d1c967
GD
20617 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
20618 ;;
20619esac
20620fi
e6cc62c6
VS
20621GTK_CONFIG=$ac_cv_path_GTK_CONFIG
20622
21d1c967 20623if test -n "$GTK_CONFIG"; then
e6cc62c6
VS
20624 echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
20625echo "${ECHO_T}$GTK_CONFIG" >&6
21d1c967 20626else
e6cc62c6
VS
20627 echo "$as_me:$LINENO: result: no" >&5
20628echo "${ECHO_T}no" >&6
21d1c967
GD
20629fi
20630
20631 min_gtk_version=1.2.3
e6cc62c6
VS
20632 echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
20633echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6
21d1c967
GD
20634 no_gtk=""
20635 if test "$GTK_CONFIG" = "no" ; then
20636 no_gtk=yes
20637 else
20638 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
20639 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
20640 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
20641 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
20642 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
20643 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
20644 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
20645 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
20646 if test "x$enable_gtktest" = "xyes" ; then
20647 ac_save_CFLAGS="$CFLAGS"
20648 ac_save_LIBS="$LIBS"
20649 CFLAGS="$CFLAGS $GTK_CFLAGS"
20650 LIBS="$GTK_LIBS $LIBS"
20651 rm -f conf.gtktest
20652 if test "$cross_compiling" = yes; then
20653 echo $ac_n "cross compiling; assumed OK... $ac_c"
20654else
e6cc62c6
VS
20655 cat >conftest.$ac_ext <<_ACEOF
20656#line $LINENO "configure"
20657/* confdefs.h. */
20658_ACEOF
20659cat confdefs.h >>conftest.$ac_ext
20660cat >>conftest.$ac_ext <<_ACEOF
20661/* end confdefs.h. */
21d1c967
GD
20662
20663#include <gtk/gtk.h>
20664#include <stdio.h>
20665#include <stdlib.h>
20666
e6cc62c6 20667int
21d1c967
GD
20668main ()
20669{
20670 int major, minor, micro;
20671 char *tmp_version;
20672
20673 system ("touch conf.gtktest");
20674
20675 /* HP/UX 9 (%@#!) writes to sscanf strings */
20676 tmp_version = g_strdup("$min_gtk_version");
20677 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
20678 printf("%s, bad version string\n", "$min_gtk_version");
20679 exit(1);
20680 }
20681
20682 if ((gtk_major_version != $gtk_config_major_version) ||
20683 (gtk_minor_version != $gtk_config_minor_version) ||
20684 (gtk_micro_version != $gtk_config_micro_version))
20685 {
e6cc62c6 20686 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
21d1c967
GD
20687 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
20688 gtk_major_version, gtk_minor_version, gtk_micro_version);
20689 printf ("*** was found! If gtk-config was correct, then it is best\n");
20690 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
20691 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
20692 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
20693 printf("*** required on your system.\n");
20694 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
20695 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
20696 printf("*** before re-running configure\n");
e6cc62c6 20697 }
21d1c967
GD
20698#if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
20699 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
20700 (gtk_minor_version != GTK_MINOR_VERSION) ||
20701 (gtk_micro_version != GTK_MICRO_VERSION))
20702 {
20703 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
20704 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
20705 printf("*** library (version %d.%d.%d)\n",
20706 gtk_major_version, gtk_minor_version, gtk_micro_version);
20707 }
20708#endif /* defined (GTK_MAJOR_VERSION) ... */
20709 else
20710 {
20711 if ((gtk_major_version > major) ||
20712 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
20713 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
20714 {
20715 return 0;
20716 }
20717 else
20718 {
20719 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
20720 gtk_major_version, gtk_minor_version, gtk_micro_version);
20721 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
20722 major, minor, micro);
20723 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
20724 printf("***\n");
20725 printf("*** If you have already installed a sufficiently new version, this error\n");
20726 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
20727 printf("*** being found. The easiest way to fix this is to remove the old version\n");
20728 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
20729 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
20730 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
20731 printf("*** so that the correct libraries are found at run-time))\n");
20732 }
20733 }
20734 return 1;
20735}
20736
e6cc62c6
VS
20737_ACEOF
20738rm -f conftest$ac_exeext
20739if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20740 (eval $ac_link) 2>&5
20741 ac_status=$?
20742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20743 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20745 (eval $ac_try) 2>&5
20746 ac_status=$?
20747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20748 (exit $ac_status); }; }; then
21d1c967
GD
20749 :
20750else
e6cc62c6
VS
20751 echo "$as_me: program exited with status $ac_status" >&5
20752echo "$as_me: failed program was:" >&5
20753sed 's/^/| /' conftest.$ac_ext >&5
20754
20755( exit $ac_status )
20756no_gtk=yes
21d1c967 20757fi
e6cc62c6 20758rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21d1c967 20759fi
21d1c967
GD
20760 CFLAGS="$ac_save_CFLAGS"
20761 LIBS="$ac_save_LIBS"
20762 fi
20763 fi
20764 if test "x$no_gtk" = x ; then
e6cc62c6
VS
20765 echo "$as_me:$LINENO: result: yes" >&5
20766echo "${ECHO_T}yes" >&6
20767 wx_cv_lib_gtk=1.2.3
21d1c967 20768 else
e6cc62c6
VS
20769 echo "$as_me:$LINENO: result: no" >&5
20770echo "${ECHO_T}no" >&6
21d1c967
GD
20771 if test "$GTK_CONFIG" = "no" ; then
20772 echo "*** The gtk-config script installed by GTK could not be found"
20773 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
20774 echo "*** your path, or set the GTK_CONFIG environment variable to the"
20775 echo "*** full path to gtk-config."
20776 else
20777 if test -f conf.gtktest ; then
20778 :
20779 else
20780 echo "*** Could not run GTK test program, checking why..."
20781 CFLAGS="$CFLAGS $GTK_CFLAGS"
20782 LIBS="$LIBS $GTK_LIBS"
e6cc62c6
VS
20783 cat >conftest.$ac_ext <<_ACEOF
20784#line $LINENO "configure"
20785/* confdefs.h. */
20786_ACEOF
20787cat confdefs.h >>conftest.$ac_ext
20788cat >>conftest.$ac_ext <<_ACEOF
20789/* end confdefs.h. */
21d1c967
GD
20790
20791#include <gtk/gtk.h>
20792#include <stdio.h>
f79bd02d 20793
e6cc62c6
VS
20794int
20795main ()
20796{
20797 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
20798 ;
20799 return 0;
20800}
20801_ACEOF
20802rm -f conftest.$ac_objext conftest$ac_exeext
20803if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20804 (eval $ac_link) 2>&5
20805 ac_status=$?
20806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20807 (exit $ac_status); } &&
20808 { ac_try='test -s conftest$ac_exeext'
20809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20810 (eval $ac_try) 2>&5
20811 ac_status=$?
20812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20813 (exit $ac_status); }; }; then
21d1c967
GD
20814 echo "*** The test program compiled, but did not run. This usually means"
20815 echo "*** that the run-time linker is not finding GTK or finding the wrong"
20816 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
20817 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
20818 echo "*** to the installed location Also, make sure you have run ldconfig if that"
20819 echo "*** is required on your system"
20820 echo "***"
20821 echo "*** If you have an old version installed, it is best to remove it, although"
20822 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
20823 echo "***"
20824 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
20825 echo "*** came with the system with the command"
20826 echo "***"
e6cc62c6 20827 echo "*** rpm --erase --nodeps gtk gtk-devel"
f79bd02d 20828else
e6cc62c6
VS
20829 echo "$as_me: failed program was:" >&5
20830sed 's/^/| /' conftest.$ac_ext >&5
20831
20832 echo "*** The test program failed to compile or link. See the file config.log for the"
21d1c967
GD
20833 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
20834 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
e6cc62c6 20835 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
f79bd02d 20836fi
e6cc62c6 20837rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21d1c967
GD
20838 CFLAGS="$ac_save_CFLAGS"
20839 LIBS="$ac_save_LIBS"
20840 fi
20841 fi
20842 GTK_CFLAGS=""
20843 GTK_LIBS=""
20844 :
20845 fi
e6cc62c6
VS
20846
20847
21d1c967 20848 rm -f conf.gtktest
f79bd02d 20849
2b5f62a0 20850 fi
21d1c967
GD
20851 fi
20852
20853 if test -z "$wx_cv_lib_gtk"; then
20854 wx_cv_lib_gtk=none
20855 else
20856 wx_cv_cflags_gtk=$GTK_CFLAGS
20857 wx_cv_libs_gtk=$GTK_LIBS
20858 fi
e6cc62c6
VS
20859
20860
5c6fa7d2 20861fi
52127426 20862
8284b0c5 20863
21d1c967 20864 if test "$gtk_version_cached" = 1; then
e6cc62c6
VS
20865 echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
20866echo "${ECHO_T}$wx_cv_lib_gtk" >&6
21d1c967
GD
20867 fi
20868
20869 case "$wx_cv_lib_gtk" in
20870 2.0) WXGTK20=1
2b5f62a0 20871 TOOLKIT_VERSION=2
21d1c967
GD
20872 ;;
20873 1.2.7) WXGTK127=1
20874 WXGTK12=1
20875 ;;
20876 1.2.3) WXGTK12=1
20877 ;;
e6cc62c6
VS
20878 *) { { echo "$as_me:$LINENO: error:
20879Please check that gtk-config is in path, the directory
20880where GTK+ libraries are installed (returned by
20881'gtk-config --libs' command) is in LD_LIBRARY_PATH or
20882equivalent variable and GTK+ is version 1.2.3 or above.
20883 " >&5
20884echo "$as_me: error:
247f5006
VZ
20885Please check that gtk-config is in path, the directory
20886where GTK+ libraries are installed (returned by
20887'gtk-config --libs' command) is in LD_LIBRARY_PATH or
20888equivalent variable and GTK+ is version 1.2.3 or above.
e6cc62c6
VS
20889 " >&2;}
20890 { (exit 1); exit 1; }; }
21d1c967
GD
20891 ;;
20892 esac
20893
b13cd66e
VZ
20894 if test "$WXGTK20" = 1; then
20895 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
e6cc62c6 20896
f09359cf
VS
20897 succeeded=no
20898
20899 if test -z "$PKG_CONFIG"; then
20900 # Extract the first word of "pkg-config", so it can be a program name with args.
20901set dummy pkg-config; ac_word=$2
e6cc62c6
VS
20902echo "$as_me:$LINENO: checking for $ac_word" >&5
20903echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
20904if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
20905 echo $ECHO_N "(cached) $ECHO_C" >&6
f09359cf 20906else
e6cc62c6
VS
20907 case $PKG_CONFIG in
20908 [\\/]* | ?:[\\/]*)
f09359cf
VS
20909 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
20910 ;;
f09359cf 20911 *)
e6cc62c6
VS
20912 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
20913for as_dir in $PATH
20914do
20915 IFS=$as_save_IFS
20916 test -z "$as_dir" && as_dir=.
20917 for ac_exec_ext in '' $ac_executable_extensions; do
20918 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20919 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
20920 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
20921 break 2
20922 fi
20923done
20924done
20925
f09359cf
VS
20926 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
20927 ;;
20928esac
20929fi
e6cc62c6
VS
20930PKG_CONFIG=$ac_cv_path_PKG_CONFIG
20931
f09359cf 20932if test -n "$PKG_CONFIG"; then
e6cc62c6
VS
20933 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
20934echo "${ECHO_T}$PKG_CONFIG" >&6
f09359cf 20935else
e6cc62c6
VS
20936 echo "$as_me:$LINENO: result: no" >&5
20937echo "${ECHO_T}no" >&6
f09359cf
VS
20938fi
20939
20940 fi
20941
20942 if test "$PKG_CONFIG" = "no" ; then
20943 echo "*** The pkg-config script could not be found. Make sure it is"
20944 echo "*** in your path, or set the PKG_CONFIG environment variable"
20945 echo "*** to the full path to pkg-config."
20946 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
20947 else
20948 PKG_CONFIG_MIN_VERSION=0.9.0
20949 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
e6cc62c6
VS
20950 echo "$as_me:$LINENO: checking for pangoft2" >&5
20951echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
f09359cf
VS
20952
20953 if $PKG_CONFIG --exists "pangoft2" ; then
e6cc62c6
VS
20954 echo "$as_me:$LINENO: result: yes" >&5
20955echo "${ECHO_T}yes" >&6
f09359cf
VS
20956 succeeded=yes
20957
e6cc62c6
VS
20958 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
20959echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
f09359cf 20960 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
e6cc62c6
VS
20961 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
20962echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
f09359cf 20963
e6cc62c6
VS
20964 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
20965echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
f09359cf 20966 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
e6cc62c6
VS
20967 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
20968echo "${ECHO_T}$PANGOFT2_LIBS" >&6
f09359cf
VS
20969 else
20970 PANGOFT2_CFLAGS=""
20971 PANGOFT2_LIBS=""
e6cc62c6 20972 ## If we have a custom action on failure, don't print errors, but
f09359cf
VS
20973 ## do set a variable so people can do so.
20974 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
e6cc62c6 20975
f09359cf
VS
20976 fi
20977
e6cc62c6
VS
20978
20979
f09359cf
VS
20980 else
20981 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
20982 echo "*** See http://www.freedesktop.org/software/pkgconfig"
20983 fi
20984 fi
20985
20986 if test $succeeded = yes; then
e6cc62c6 20987
b13cd66e 20988 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
c74dc163 20989 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
e6cc62c6 20990
f09359cf 20991 else
e6cc62c6
VS
20992
20993 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
20994echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
b13cd66e 20995 wxUSE_PRINTING_ARCHITECTURE="no"
e6cc62c6
VS
20996
20997
f09359cf
VS
20998 fi
20999
b13cd66e 21000 fi
2b5f62a0
VZ
21001 else
21002 if test "$wxUSE_UNICODE" = "yes"; then
e6cc62c6
VS
21003 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
21004echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
2b5f62a0
VZ
21005 wxUSE_UNICODE=no
21006 fi
21007 fi
21008
21009 if test "$USE_DARWIN" != 1; then
e6cc62c6
VS
21010
21011for ac_func in poll
2b5f62a0 21012do
e6cc62c6
VS
21013as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
21014echo "$as_me:$LINENO: checking for $ac_func" >&5
21015echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
21016if eval "test \"\${$as_ac_var+set}\" = set"; then
21017 echo $ECHO_N "(cached) $ECHO_C" >&6
21018else
21019 cat >conftest.$ac_ext <<_ACEOF
21020#line $LINENO "configure"
21021/* confdefs.h. */
21022_ACEOF
21023cat confdefs.h >>conftest.$ac_ext
21024cat >>conftest.$ac_ext <<_ACEOF
21025/* end confdefs.h. */
2b5f62a0 21026/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
21027 which can conflict with char $ac_func (); below.
21028 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21029 <limits.h> exists even on freestanding compilers. */
21030#ifdef __STDC__
21031# include <limits.h>
21032#else
21033# include <assert.h>
21034#endif
2b5f62a0 21035/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
21036#ifdef __cplusplus
21037extern "C"
21038{
21039#endif
2b5f62a0 21040/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
21041 builtin and then its argument prototype would still apply. */
21042char $ac_func ();
2b5f62a0
VZ
21043/* The GNU C library defines this for functions which it implements
21044 to always fail with ENOSYS. Some functions are actually named
21045 something starting with __ and the normal name is an alias. */
21046#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
21047choke me
21048#else
e6cc62c6
VS
21049char (*f) () = $ac_func;
21050#endif
21051#ifdef __cplusplus
21052}
2b5f62a0
VZ
21053#endif
21054
e6cc62c6
VS
21055int
21056main ()
21057{
21058return f != $ac_func;
21059 ;
21060 return 0;
21061}
21062_ACEOF
21063rm -f conftest.$ac_objext conftest$ac_exeext
21064if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21065 (eval $ac_link) 2>&5
21066 ac_status=$?
21067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21068 (exit $ac_status); } &&
21069 { ac_try='test -s conftest$ac_exeext'
21070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21071 (eval $ac_try) 2>&5
21072 ac_status=$?
21073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21074 (exit $ac_status); }; }; then
21075 eval "$as_ac_var=yes"
21076else
21077 echo "$as_me: failed program was:" >&5
21078sed 's/^/| /' conftest.$ac_ext >&5
21079
21080eval "$as_ac_var=no"
21081fi
21082rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21083fi
21084echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
21085echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
21086if test `eval echo '${'$as_ac_var'}'` = yes; then
21087 cat >>confdefs.h <<_ACEOF
21088#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
21089_ACEOF
2b5f62a0 21090
2b5f62a0
VZ
21091fi
21092done
21093
f09359cf
VS
21094 fi
21095
21d1c967 21096 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
c74dc163 21097 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
21d1c967
GD
21098
21099 AFMINSTALL=afminstall
21100 TOOLKIT=GTK
21101 GUIDIST=GTK_DIST
21102
e6cc62c6
VS
21103 echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
21104echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6
21105if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
21106 echo $ECHO_N "(cached) $ECHO_C" >&6
90dd450c 21107else
e6cc62c6 21108 ac_check_lib_save_LIBS=$LIBS
21d1c967 21109LIBS="-lgdk $LIBS"
e6cc62c6
VS
21110cat >conftest.$ac_ext <<_ACEOF
21111#line $LINENO "configure"
21112/* confdefs.h. */
21113_ACEOF
21114cat confdefs.h >>conftest.$ac_ext
21115cat >>conftest.$ac_ext <<_ACEOF
21116/* end confdefs.h. */
21117
5c6fa7d2 21118/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
21119#ifdef __cplusplus
21120extern "C"
21121#endif
5c6fa7d2 21122/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
21123 builtin and then its argument prototype would still apply. */
21124char gdk_im_open ();
21125int
21126main ()
21127{
21128gdk_im_open ();
21129 ;
21130 return 0;
21131}
21132_ACEOF
21133rm -f conftest.$ac_objext conftest$ac_exeext
21134if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21135 (eval $ac_link) 2>&5
21136 ac_status=$?
21137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21138 (exit $ac_status); } &&
21139 { ac_try='test -s conftest$ac_exeext'
21140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21141 (eval $ac_try) 2>&5
21142 ac_status=$?
21143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21144 (exit $ac_status); }; }; then
21145 ac_cv_lib_gdk_gdk_im_open=yes
21146else
21147 echo "$as_me: failed program was:" >&5
21148sed 's/^/| /' conftest.$ac_ext >&5
21149
21150ac_cv_lib_gdk_gdk_im_open=no
21151fi
21152rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21153LIBS=$ac_check_lib_save_LIBS
21154fi
21155echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
21156echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6
21157if test $ac_cv_lib_gdk_gdk_im_open = yes; then
21158 cat >>confdefs.h <<\_ACEOF
21d1c967 21159#define HAVE_XIM 1
e6cc62c6 21160_ACEOF
21d1c967 21161
90dd450c 21162fi
1e6feb95 21163
21d1c967 21164 fi
1e6feb95 21165
21d1c967 21166 if test "$wxUSE_MGL" = 1; then
e6cc62c6
VS
21167 echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
21168echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6
21d1c967 21169 if test "x$MGL_ROOT" = x ; then
e6cc62c6
VS
21170 echo "$as_me:$LINENO: result: not found" >&5
21171echo "${ECHO_T}not found" >&6
21172 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
21173echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
21174 { (exit 1); exit 1; }; }
21d1c967 21175 else
e6cc62c6
VS
21176 echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
21177echo "${ECHO_T}$MGL_ROOT" >&6
21d1c967
GD
21178 fi
21179
e6cc62c6
VS
21180 echo "$as_me:$LINENO: checking for libmgl location" >&5
21181echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6
21d1c967
GD
21182 case "${host}" in
21183 *-*-linux* )
63a76696
VS
21184 if test "x$wxUSE_SHARED" = xyes ; then
21185 mgl_os_candidates="linux/gcc/glibc.so linux/gcc/glibc"
21186 else
21187 mgl_os_candidates="linux/gcc/glibc linux/gcc/glibc.so"
21188 fi
21d1c967
GD
21189 ;;
21190 *-pc-msdosdjgpp )
63a76696 21191 mgl_os_candidates="dos32/dj2"
21d1c967
GD
21192 ;;
21193 *)
e6cc62c6
VS
21194 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
21195echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
21196 { (exit 1); exit 1; }; }
21d1c967 21197 esac
1e6feb95 21198
21d1c967 21199 mgl_lib_type=""
63a76696
VS
21200 mgl_os=""
21201
21202 for mgl_os_i in $mgl_os_candidates ; do
21203 if test "x$mgl_os" = x ; then
21204 if test "$wxUSE_DEBUG_FLAG" = yes ; then
21205 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
21206 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
21207 mgl_lib_type=debug
21208 mgl_os=$mgl_os_i
21209 fi
21210 fi
21211 if test "x$mgl_lib_type" = x ; then
21212 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
21213 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
21214 mgl_lib_type=release
21215 mgl_os=$mgl_os_i
21216 fi
21217 fi
21d1c967 21218 fi
63a76696 21219 done
2224580a 21220
63a76696 21221 if test "x$mgl_os" = x ; then
e6cc62c6
VS
21222 echo "$as_me:$LINENO: result: not found" >&5
21223echo "${ECHO_T}not found" >&6
21224 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
21225echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
21226 { (exit 1); exit 1; }; }
63a76696 21227 fi
e6cc62c6
VS
21228 echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
21229echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6
1542ea39 21230
1d1b75ac
VZ
21231 wxUSE_UNIVERSAL="yes"
21232
21d1c967
GD
21233 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
21234 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
21235
90dd450c 21236 AFMINSTALL=afminstall
21d1c967
GD
21237 TOOLKIT=MGL
21238 GUIDIST=MGL_DIST
21239 fi
dad6c0ea 21240
21d1c967 21241 if test "$wxUSE_MICROWIN" = 1; then
e6cc62c6
VS
21242 echo "$as_me:$LINENO: checking for MicroWindows" >&5
21243echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6
21d1c967 21244 if test "x$MICROWINDOWS" = x ; then
e6cc62c6
VS
21245 echo "$as_me:$LINENO: result: not found" >&5
21246echo "${ECHO_T}not found" >&6
21247 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
21248echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
21249 { (exit 1); exit 1; }; }
21d1c967 21250 else
e6cc62c6
VS
21251 echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
21252echo "${ECHO_T}$MICROWINDOWS" >&6
21d1c967 21253 fi
f6bcfd97 21254
21d1c967 21255 if test -f $MICROWINDOWS/lib/libmwin.a; then
e6cc62c6
VS
21256 echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
21257echo "${ECHO_T}MicroWindows' libraries found." >&6
21d1c967 21258 else
e6cc62c6
VS
21259 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
21260echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
21261 { (exit 1); exit 1; }; }
90dd450c 21262 fi
0b2effe9 21263
21d1c967
GD
21264 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
21265 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
21266
1d1b75ac
VZ
21267 wxUSE_UNIVERSAL="yes"
21268
21d1c967
GD
21269 AFMINSTALL=afminstall
21270 TOOLKIT=MICROWIN
21271 GUIDIST=MICROWIN_DIST
1d1b75ac
VZ
21272
21273 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
21d1c967 21274 fi
f6bcfd97 21275
21d1c967 21276 if test "$wxUSE_X11" = 1; then
e6cc62c6
VS
21277 echo "$as_me:$LINENO: checking for X" >&5
21278echo $ECHO_N "checking for X... $ECHO_C" >&6
21279
d8356fa3 21280
21d1c967
GD
21281# Check whether --with-x or --without-x was given.
21282if test "${with_x+set}" = set; then
21283 withval="$with_x"
2224580a 21284
e6cc62c6 21285fi;
21d1c967
GD
21286# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
21287if test "x$with_x" = xno; then
21288 # The user explicitly disabled X.
21289 have_x=disabled
21290else
21291 if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
21292 # Both variables are already set.
21293 have_x=yes
21294 else
e6cc62c6
VS
21295 if test "${ac_cv_have_x+set}" = set; then
21296 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967
GD
21297else
21298 # One or both of the vars are not set, and there is no cached value.
e6cc62c6
VS
21299ac_x_includes=no ac_x_libraries=no
21300rm -fr conftest.dir
21301if mkdir conftest.dir; then
21302 cd conftest.dir
21d1c967 21303 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
e6cc62c6 21304 cat >Imakefile <<'_ACEOF'
21d1c967
GD
21305acfindx:
21306 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
e6cc62c6 21307_ACEOF
21d1c967
GD
21308 if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
21309 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
21310 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
21311 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
21312 for ac_extension in a so sl; do
21313 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
e6cc62c6 21314 test -f $ac_im_libdir/libX11.$ac_extension; then
21d1c967
GD
21315 ac_im_usrlibdir=$ac_im_libdir; break
21316 fi
21317 done
21318 # Screen out bogus values from the imake configuration. They are
21319 # bogus both because they are the default anyway, and because
21320 # using them would break gcc on systems where it needs fixed includes.
e6cc62c6 21321 case $ac_im_incroot in
21d1c967 21322 /usr/include) ;;
e6cc62c6 21323 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
21d1c967 21324 esac
e6cc62c6 21325 case $ac_im_usrlibdir in
21d1c967 21326 /usr/lib | /lib) ;;
e6cc62c6 21327 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
21d1c967
GD
21328 esac
21329 fi
21330 cd ..
e6cc62c6 21331 rm -fr conftest.dir
21d1c967 21332fi
10f2d63a 21333
e6cc62c6
VS
21334# Standard set of common directories for X headers.
21335# Check X11 before X11Rn because it is often a symlink to the current release.
21336ac_x_header_dirs='
21337/usr/X11/include
21338/usr/X11R6/include
21339/usr/X11R5/include
21340/usr/X11R4/include
21341
21342/usr/include/X11
21343/usr/include/X11R6
21344/usr/include/X11R5
21345/usr/include/X11R4
21346
21347/usr/local/X11/include
21348/usr/local/X11R6/include
21349/usr/local/X11R5/include
21350/usr/local/X11R4/include
21351
21352/usr/local/include/X11
21353/usr/local/include/X11R6
21354/usr/local/include/X11R5
21355/usr/local/include/X11R4
21356
21357/usr/X386/include
21358/usr/x386/include
21359/usr/XFree86/include/X11
21360
21361/usr/include
21362/usr/local/include
21363/usr/unsupported/include
21364/usr/athena/include
21365/usr/local/x11r5/include
21366/usr/lpp/Xamples/include
21367
21368/usr/openwin/include
21369/usr/openwin/share/include'
21370
21371if test "$ac_x_includes" = no; then
21372 # Guess where to find include files, by looking for Intrinsic.h.
21d1c967 21373 # First, try using that file with no special directory specified.
e6cc62c6
VS
21374 cat >conftest.$ac_ext <<_ACEOF
21375#line $LINENO "configure"
21376/* confdefs.h. */
21377_ACEOF
21378cat confdefs.h >>conftest.$ac_ext
21379cat >>conftest.$ac_ext <<_ACEOF
21380/* end confdefs.h. */
21381#include <X11/Intrinsic.h>
21382_ACEOF
21383if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21384 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
21385 ac_status=$?
21386 grep -v '^ *+' conftest.er1 >conftest.err
21387 rm -f conftest.er1
21388 cat conftest.err >&5
21389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21390 (exit $ac_status); } >/dev/null; then
21391 if test -s conftest.err; then
21392 ac_cpp_err=$ac_c_preproc_warn_flag
21393 else
21394 ac_cpp_err=
21395 fi
21396else
21397 ac_cpp_err=yes
21398fi
21399if test -z "$ac_cpp_err"; then
21d1c967
GD
21400 # We can compile using X headers with no special include directory.
21401ac_x_includes=
90dd450c 21402else
e6cc62c6
VS
21403 echo "$as_me: failed program was:" >&5
21404sed 's/^/| /' conftest.$ac_ext >&5
21405
21406 for ac_dir in $ac_x_header_dirs; do
21407 if test -r "$ac_dir/X11/Intrinsic.h"; then
21408 ac_x_includes=$ac_dir
21409 break
21410 fi
21411done
3a922bb4 21412fi
e6cc62c6
VS
21413rm -f conftest.err conftest.$ac_ext
21414fi # $ac_x_includes = no
10f2d63a 21415
e6cc62c6 21416if test "$ac_x_libraries" = no; then
21d1c967 21417 # Check for the libraries.
21d1c967
GD
21418 # See if we find them without any special options.
21419 # Don't add to $LIBS permanently.
e6cc62c6
VS
21420 ac_save_LIBS=$LIBS
21421 LIBS="-lXt $LIBS"
21422 cat >conftest.$ac_ext <<_ACEOF
21423#line $LINENO "configure"
21424/* confdefs.h. */
21425_ACEOF
21426cat confdefs.h >>conftest.$ac_ext
21427cat >>conftest.$ac_ext <<_ACEOF
21428/* end confdefs.h. */
21429#include <X11/Intrinsic.h>
21430int
21431main ()
21432{
21433XtMalloc (0)
21434 ;
21435 return 0;
21436}
21437_ACEOF
21438rm -f conftest.$ac_objext conftest$ac_exeext
21439if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21440 (eval $ac_link) 2>&5
21441 ac_status=$?
21442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21443 (exit $ac_status); } &&
21444 { ac_try='test -s conftest$ac_exeext'
21445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21446 (eval $ac_try) 2>&5
21447 ac_status=$?
21448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21449 (exit $ac_status); }; }; then
21450 LIBS=$ac_save_LIBS
21d1c967
GD
21451# We can link X programs with no special library path.
21452ac_x_libraries=
3a922bb4 21453else
e6cc62c6
VS
21454 echo "$as_me: failed program was:" >&5
21455sed 's/^/| /' conftest.$ac_ext >&5
21456
21457LIBS=$ac_save_LIBS
21458for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
21d1c967 21459do
e6cc62c6 21460 # Don't even attempt the hair of trying to link an X program!
21d1c967 21461 for ac_extension in a so sl; do
e6cc62c6 21462 if test -r $ac_dir/libXt.$ac_extension; then
21d1c967
GD
21463 ac_x_libraries=$ac_dir
21464 break 2
21465 fi
21466 done
21467done
3a922bb4 21468fi
e6cc62c6
VS
21469rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21470fi # $ac_x_libraries = no
90dd450c 21471
e6cc62c6 21472if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
21d1c967
GD
21473 # Didn't find X anywhere. Cache the known absence of X.
21474 ac_cv_have_x="have_x=no"
21475else
21476 # Record where we found X for the cache.
21477 ac_cv_have_x="have_x=yes \
21478 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
90dd450c 21479fi
21d1c967 21480fi
e6cc62c6 21481
21d1c967
GD
21482 fi
21483 eval "$ac_cv_have_x"
21484fi # $with_x != no
90dd450c 21485
21d1c967 21486if test "$have_x" != yes; then
e6cc62c6
VS
21487 echo "$as_me:$LINENO: result: $have_x" >&5
21488echo "${ECHO_T}$have_x" >&6
21d1c967
GD
21489 no_x=yes
21490else
21491 # If each of the values was on the command line, it overrides each guess.
21492 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
21493 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
21494 # Update the cache value to reflect the command line values.
21495 ac_cv_have_x="have_x=yes \
21496 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
e6cc62c6
VS
21497 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
21498echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
21d1c967 21499fi
90dd450c 21500
21d1c967 21501if test "$no_x" = yes; then
90dd450c 21502 # Not all programs may use this symbol, but it does not hurt to define it.
e6cc62c6
VS
21503
21504cat >>confdefs.h <<\_ACEOF
90dd450c 21505#define X_DISPLAY_MISSING 1
e6cc62c6 21506_ACEOF
90dd450c
VZ
21507
21508 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
21509else
21510 if test -n "$x_includes"; then
21511 X_CFLAGS="$X_CFLAGS -I$x_includes"
62d0491b 21512 fi
3a922bb4 21513
90dd450c
VZ
21514 # It would also be nice to do this for all -L options, not just this one.
21515 if test -n "$x_libraries"; then
21516 X_LIBS="$X_LIBS -L$x_libraries"
21517 # For Solaris; some versions of Sun CC require a space after -R and
21518 # others require no space. Words are not sufficient . . . .
e6cc62c6 21519 case `(uname -sr) 2>/dev/null` in
90dd450c 21520 "SunOS 5"*)
e6cc62c6
VS
21521 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
21522echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
21523 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
21524 cat >conftest.$ac_ext <<_ACEOF
21525#line $LINENO "configure"
21526/* confdefs.h. */
21527_ACEOF
21528cat confdefs.h >>conftest.$ac_ext
21529cat >>conftest.$ac_ext <<_ACEOF
21530/* end confdefs.h. */
21531
21532int
21533main ()
21534{
90dd450c 21535
e6cc62c6
VS
21536 ;
21537 return 0;
21538}
21539_ACEOF
21540rm -f conftest.$ac_objext conftest$ac_exeext
21541if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21542 (eval $ac_link) 2>&5
21543 ac_status=$?
21544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21545 (exit $ac_status); } &&
21546 { ac_try='test -s conftest$ac_exeext'
21547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21548 (eval $ac_try) 2>&5
21549 ac_status=$?
21550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21551 (exit $ac_status); }; }; then
90dd450c 21552 ac_R_nospace=yes
3a922bb4 21553else
e6cc62c6
VS
21554 echo "$as_me: failed program was:" >&5
21555sed 's/^/| /' conftest.$ac_ext >&5
21556
21557ac_R_nospace=no
3a922bb4 21558fi
e6cc62c6 21559rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
90dd450c 21560 if test $ac_R_nospace = yes; then
e6cc62c6
VS
21561 echo "$as_me:$LINENO: result: no" >&5
21562echo "${ECHO_T}no" >&6
90dd450c
VZ
21563 X_LIBS="$X_LIBS -R$x_libraries"
21564 else
21565 LIBS="$ac_xsave_LIBS -R $x_libraries"
e6cc62c6
VS
21566 cat >conftest.$ac_ext <<_ACEOF
21567#line $LINENO "configure"
21568/* confdefs.h. */
21569_ACEOF
21570cat confdefs.h >>conftest.$ac_ext
21571cat >>conftest.$ac_ext <<_ACEOF
21572/* end confdefs.h. */
21573
21574int
21575main ()
21576{
6f754473 21577
e6cc62c6
VS
21578 ;
21579 return 0;
21580}
21581_ACEOF
21582rm -f conftest.$ac_objext conftest$ac_exeext
21583if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21584 (eval $ac_link) 2>&5
21585 ac_status=$?
21586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21587 (exit $ac_status); } &&
21588 { ac_try='test -s conftest$ac_exeext'
21589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21590 (eval $ac_try) 2>&5
21591 ac_status=$?
21592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21593 (exit $ac_status); }; }; then
90dd450c
VZ
21594 ac_R_space=yes
21595else
e6cc62c6
VS
21596 echo "$as_me: failed program was:" >&5
21597sed 's/^/| /' conftest.$ac_ext >&5
21598
21599ac_R_space=no
90dd450c 21600fi
e6cc62c6 21601rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
90dd450c 21602 if test $ac_R_space = yes; then
e6cc62c6
VS
21603 echo "$as_me:$LINENO: result: yes" >&5
21604echo "${ECHO_T}yes" >&6
90dd450c
VZ
21605 X_LIBS="$X_LIBS -R $x_libraries"
21606 else
e6cc62c6
VS
21607 echo "$as_me:$LINENO: result: neither works" >&5
21608echo "${ECHO_T}neither works" >&6
90dd450c
VZ
21609 fi
21610 fi
e6cc62c6 21611 LIBS=$ac_xsave_LIBS
90dd450c
VZ
21612 esac
21613 fi
21614
21615 # Check for system-dependent libraries X programs must link with.
21616 # Do this before checking for the system-independent R6 libraries
21617 # (-lICE), since we may need -lsocket or whatever for X linking.
6f754473 21618
90dd450c
VZ
21619 if test "$ISC" = yes; then
21620 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
21621 else
e6cc62c6
VS
21622 # Martyn Johnson says this is needed for Ultrix, if the X
21623 # libraries were built with DECnet support. And Karl Berry says
90dd450c 21624 # the Alpha needs dnet_stub (dnet does not exist).
e6cc62c6
VS
21625 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
21626 cat >conftest.$ac_ext <<_ACEOF
21627#line $LINENO "configure"
21628/* confdefs.h. */
21629_ACEOF
21630cat confdefs.h >>conftest.$ac_ext
21631cat >>conftest.$ac_ext <<_ACEOF
21632/* end confdefs.h. */
21633
247f5006 21634/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
21635#ifdef __cplusplus
21636extern "C"
21637#endif
247f5006 21638/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
21639 builtin and then its argument prototype would still apply. */
21640char XOpenDisplay ();
21641int
21642main ()
21643{
21644XOpenDisplay ();
21645 ;
21646 return 0;
21647}
21648_ACEOF
21649rm -f conftest.$ac_objext conftest$ac_exeext
21650if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21651 (eval $ac_link) 2>&5
21652 ac_status=$?
21653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21654 (exit $ac_status); } &&
21655 { ac_try='test -s conftest$ac_exeext'
21656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21657 (eval $ac_try) 2>&5
21658 ac_status=$?
21659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21660 (exit $ac_status); }; }; then
21661 :
21662else
21663 echo "$as_me: failed program was:" >&5
21664sed 's/^/| /' conftest.$ac_ext >&5
a0b9e27f 21665
e6cc62c6
VS
21666echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
21667echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
21668if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
21669 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 21670else
e6cc62c6
VS
21671 ac_check_lib_save_LIBS=$LIBS
21672LIBS="-ldnet $LIBS"
21673cat >conftest.$ac_ext <<_ACEOF
21674#line $LINENO "configure"
21675/* confdefs.h. */
21676_ACEOF
21677cat confdefs.h >>conftest.$ac_ext
21678cat >>conftest.$ac_ext <<_ACEOF
21679/* end confdefs.h. */
a0b9e27f 21680
e6cc62c6
VS
21681/* Override any gcc2 internal prototype to avoid an error. */
21682#ifdef __cplusplus
21683extern "C"
21684#endif
21685/* We use char because int might match the return type of a gcc2
21686 builtin and then its argument prototype would still apply. */
21687char dnet_ntoa ();
21688int
21689main ()
21690{
21691dnet_ntoa ();
21692 ;
21693 return 0;
21694}
21695_ACEOF
21696rm -f conftest.$ac_objext conftest$ac_exeext
21697if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21698 (eval $ac_link) 2>&5
21699 ac_status=$?
21700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21701 (exit $ac_status); } &&
21702 { ac_try='test -s conftest$ac_exeext'
21703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21704 (eval $ac_try) 2>&5
21705 ac_status=$?
21706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21707 (exit $ac_status); }; }; then
21708 ac_cv_lib_dnet_dnet_ntoa=yes
21709else
21710 echo "$as_me: failed program was:" >&5
21711sed 's/^/| /' conftest.$ac_ext >&5
21712
21713ac_cv_lib_dnet_dnet_ntoa=no
21714fi
21715rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21716LIBS=$ac_check_lib_save_LIBS
21717fi
21718echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
21719echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
21720if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
90dd450c 21721 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
3a922bb4
RL
21722fi
21723
90dd450c 21724 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
e6cc62c6
VS
21725 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
21726echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
21727if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
21728 echo $ECHO_N "(cached) $ECHO_C" >&6
90dd450c 21729else
e6cc62c6 21730 ac_check_lib_save_LIBS=$LIBS
90dd450c 21731LIBS="-ldnet_stub $LIBS"
e6cc62c6
VS
21732cat >conftest.$ac_ext <<_ACEOF
21733#line $LINENO "configure"
21734/* confdefs.h. */
21735_ACEOF
21736cat confdefs.h >>conftest.$ac_ext
21737cat >>conftest.$ac_ext <<_ACEOF
21738/* end confdefs.h. */
21739
90dd450c 21740/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
21741#ifdef __cplusplus
21742extern "C"
21743#endif
90dd450c 21744/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
21745 builtin and then its argument prototype would still apply. */
21746char dnet_ntoa ();
21747int
21748main ()
21749{
21750dnet_ntoa ();
21751 ;
21752 return 0;
21753}
21754_ACEOF
21755rm -f conftest.$ac_objext conftest$ac_exeext
21756if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21757 (eval $ac_link) 2>&5
21758 ac_status=$?
21759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21760 (exit $ac_status); } &&
21761 { ac_try='test -s conftest$ac_exeext'
21762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21763 (eval $ac_try) 2>&5
21764 ac_status=$?
21765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21766 (exit $ac_status); }; }; then
21767 ac_cv_lib_dnet_stub_dnet_ntoa=yes
21768else
21769 echo "$as_me: failed program was:" >&5
21770sed 's/^/| /' conftest.$ac_ext >&5
21771
21772ac_cv_lib_dnet_stub_dnet_ntoa=no
21773fi
21774rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21775LIBS=$ac_check_lib_save_LIBS
21776fi
21777echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
21778echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
21779if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
90dd450c 21780 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
3a922bb4
RL
21781fi
21782
90dd450c 21783 fi
e6cc62c6
VS
21784fi
21785rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21786 LIBS="$ac_xsave_LIBS"
978f1259 21787
90dd450c
VZ
21788 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
21789 # to get the SysV transport functions.
e6cc62c6 21790 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
90dd450c
VZ
21791 # needs -lnsl.
21792 # The nsl library prevents programs from opening the X display
e6cc62c6
VS
21793 # on Irix 5.2, according to T.E. Dickey.
21794 # The functions gethostbyname, getservbyname, and inet_addr are
21795 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
21796 echo "$as_me:$LINENO: checking for gethostbyname" >&5
21797echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
21798if test "${ac_cv_func_gethostbyname+set}" = set; then
21799 echo $ECHO_N "(cached) $ECHO_C" >&6
21800else
21801 cat >conftest.$ac_ext <<_ACEOF
21802#line $LINENO "configure"
21803/* confdefs.h. */
21804_ACEOF
21805cat confdefs.h >>conftest.$ac_ext
21806cat >>conftest.$ac_ext <<_ACEOF
21807/* end confdefs.h. */
90dd450c 21808/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
21809 which can conflict with char gethostbyname (); below.
21810 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21811 <limits.h> exists even on freestanding compilers. */
21812#ifdef __STDC__
21813# include <limits.h>
21814#else
21815# include <assert.h>
21816#endif
90dd450c 21817/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
21818#ifdef __cplusplus
21819extern "C"
21820{
21821#endif
90dd450c 21822/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
21823 builtin and then its argument prototype would still apply. */
21824char gethostbyname ();
90dd450c
VZ
21825/* The GNU C library defines this for functions which it implements
21826 to always fail with ENOSYS. Some functions are actually named
21827 something starting with __ and the normal name is an alias. */
21828#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
21829choke me
21830#else
e6cc62c6
VS
21831char (*f) () = gethostbyname;
21832#endif
21833#ifdef __cplusplus
21834}
90dd450c 21835#endif
978f1259 21836
e6cc62c6
VS
21837int
21838main ()
21839{
21840return f != gethostbyname;
21841 ;
21842 return 0;
21843}
21844_ACEOF
21845rm -f conftest.$ac_objext conftest$ac_exeext
21846if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21847 (eval $ac_link) 2>&5
21848 ac_status=$?
21849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21850 (exit $ac_status); } &&
21851 { ac_try='test -s conftest$ac_exeext'
21852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21853 (eval $ac_try) 2>&5
21854 ac_status=$?
21855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21856 (exit $ac_status); }; }; then
21857 ac_cv_func_gethostbyname=yes
21858else
21859 echo "$as_me: failed program was:" >&5
21860sed 's/^/| /' conftest.$ac_ext >&5
21861
21862ac_cv_func_gethostbyname=no
21863fi
21864rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21865fi
21866echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
21867echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
698dcdb6 21868
90dd450c 21869 if test $ac_cv_func_gethostbyname = no; then
e6cc62c6
VS
21870 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
21871echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
21872if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
21873 echo $ECHO_N "(cached) $ECHO_C" >&6
90dd450c 21874else
e6cc62c6 21875 ac_check_lib_save_LIBS=$LIBS
90dd450c 21876LIBS="-lnsl $LIBS"
e6cc62c6
VS
21877cat >conftest.$ac_ext <<_ACEOF
21878#line $LINENO "configure"
21879/* confdefs.h. */
21880_ACEOF
21881cat confdefs.h >>conftest.$ac_ext
21882cat >>conftest.$ac_ext <<_ACEOF
21883/* end confdefs.h. */
21884
90dd450c 21885/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
21886#ifdef __cplusplus
21887extern "C"
21888#endif
90dd450c 21889/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
21890 builtin and then its argument prototype would still apply. */
21891char gethostbyname ();
21892int
21893main ()
21894{
21895gethostbyname ();
21896 ;
21897 return 0;
21898}
21899_ACEOF
21900rm -f conftest.$ac_objext conftest$ac_exeext
21901if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21902 (eval $ac_link) 2>&5
21903 ac_status=$?
21904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21905 (exit $ac_status); } &&
21906 { ac_try='test -s conftest$ac_exeext'
21907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21908 (eval $ac_try) 2>&5
21909 ac_status=$?
21910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21911 (exit $ac_status); }; }; then
21912 ac_cv_lib_nsl_gethostbyname=yes
21913else
21914 echo "$as_me: failed program was:" >&5
21915sed 's/^/| /' conftest.$ac_ext >&5
21916
21917ac_cv_lib_nsl_gethostbyname=no
21918fi
21919rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21920LIBS=$ac_check_lib_save_LIBS
21921fi
21922echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
21923echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
21924if test $ac_cv_lib_nsl_gethostbyname = yes; then
21925 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
a0b9e27f 21926fi
247f5006 21927
e6cc62c6
VS
21928 if test $ac_cv_lib_nsl_gethostbyname = no; then
21929 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
21930echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
21931if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
21932 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 21933else
e6cc62c6
VS
21934 ac_check_lib_save_LIBS=$LIBS
21935LIBS="-lbsd $LIBS"
21936cat >conftest.$ac_ext <<_ACEOF
21937#line $LINENO "configure"
21938/* confdefs.h. */
21939_ACEOF
21940cat confdefs.h >>conftest.$ac_ext
21941cat >>conftest.$ac_ext <<_ACEOF
21942/* end confdefs.h. */
21943
21944/* Override any gcc2 internal prototype to avoid an error. */
21945#ifdef __cplusplus
21946extern "C"
21947#endif
21948/* We use char because int might match the return type of a gcc2
21949 builtin and then its argument prototype would still apply. */
21950char gethostbyname ();
21951int
21952main ()
21953{
21954gethostbyname ();
21955 ;
21956 return 0;
21957}
21958_ACEOF
21959rm -f conftest.$ac_objext conftest$ac_exeext
21960if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21961 (eval $ac_link) 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_bsd_gethostbyname=yes
21972else
21973 echo "$as_me: failed program was:" >&5
21974sed 's/^/| /' conftest.$ac_ext >&5
21975
21976ac_cv_lib_bsd_gethostbyname=no
21977fi
21978rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21979LIBS=$ac_check_lib_save_LIBS
21980fi
21981echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
21982echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
21983if test $ac_cv_lib_bsd_gethostbyname = yes; then
21984 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
90dd450c 21985fi
b12915c1 21986
e6cc62c6 21987 fi
90dd450c
VZ
21988 fi
21989
21990 # lieder@skyler.mavd.honeywell.com says without -lsocket,
21991 # socket/setsockopt and other routines are undefined under SCO ODT
21992 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
e6cc62c6
VS
21993 # on later versions), says Simon Leinen: it contains gethostby*
21994 # variants that don't use the name server (or something). -lsocket
21995 # must be given before -lnsl if both are needed. We assume that
21996 # if connect needs -lnsl, so does gethostbyname.
21997 echo "$as_me:$LINENO: checking for connect" >&5
21998echo $ECHO_N "checking for connect... $ECHO_C" >&6
21999if test "${ac_cv_func_connect+set}" = set; then
22000 echo $ECHO_N "(cached) $ECHO_C" >&6
22001else
22002 cat >conftest.$ac_ext <<_ACEOF
22003#line $LINENO "configure"
22004/* confdefs.h. */
22005_ACEOF
22006cat confdefs.h >>conftest.$ac_ext
22007cat >>conftest.$ac_ext <<_ACEOF
22008/* end confdefs.h. */
90dd450c 22009/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
22010 which can conflict with char connect (); below.
22011 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22012 <limits.h> exists even on freestanding compilers. */
22013#ifdef __STDC__
22014# include <limits.h>
22015#else
22016# include <assert.h>
22017#endif
90dd450c 22018/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
22019#ifdef __cplusplus
22020extern "C"
22021{
22022#endif
90dd450c 22023/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
22024 builtin and then its argument prototype would still apply. */
22025char connect ();
90dd450c
VZ
22026/* The GNU C library defines this for functions which it implements
22027 to always fail with ENOSYS. Some functions are actually named
22028 something starting with __ and the normal name is an alias. */
22029#if defined (__stub_connect) || defined (__stub___connect)
22030choke me
22031#else
e6cc62c6
VS
22032char (*f) () = connect;
22033#endif
22034#ifdef __cplusplus
22035}
90dd450c
VZ
22036#endif
22037
e6cc62c6
VS
22038int
22039main ()
22040{
22041return f != connect;
22042 ;
22043 return 0;
22044}
22045_ACEOF
22046rm -f conftest.$ac_objext conftest$ac_exeext
22047if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22048 (eval $ac_link) 2>&5
22049 ac_status=$?
22050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22051 (exit $ac_status); } &&
22052 { ac_try='test -s conftest$ac_exeext'
22053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22054 (eval $ac_try) 2>&5
22055 ac_status=$?
22056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22057 (exit $ac_status); }; }; then
22058 ac_cv_func_connect=yes
22059else
22060 echo "$as_me: failed program was:" >&5
22061sed 's/^/| /' conftest.$ac_ext >&5
22062
22063ac_cv_func_connect=no
22064fi
22065rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22066fi
22067echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
22068echo "${ECHO_T}$ac_cv_func_connect" >&6
55e80573 22069
90dd450c 22070 if test $ac_cv_func_connect = no; then
e6cc62c6
VS
22071 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
22072echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
22073if test "${ac_cv_lib_socket_connect+set}" = set; then
22074 echo $ECHO_N "(cached) $ECHO_C" >&6
90dd450c 22075else
e6cc62c6 22076 ac_check_lib_save_LIBS=$LIBS
90dd450c 22077LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
e6cc62c6
VS
22078cat >conftest.$ac_ext <<_ACEOF
22079#line $LINENO "configure"
22080/* confdefs.h. */
22081_ACEOF
22082cat confdefs.h >>conftest.$ac_ext
22083cat >>conftest.$ac_ext <<_ACEOF
22084/* end confdefs.h. */
22085
90dd450c 22086/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
22087#ifdef __cplusplus
22088extern "C"
22089#endif
90dd450c 22090/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
22091 builtin and then its argument prototype would still apply. */
22092char connect ();
22093int
22094main ()
22095{
22096connect ();
22097 ;
22098 return 0;
22099}
22100_ACEOF
22101rm -f conftest.$ac_objext conftest$ac_exeext
22102if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22103 (eval $ac_link) 2>&5
22104 ac_status=$?
22105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22106 (exit $ac_status); } &&
22107 { ac_try='test -s conftest$ac_exeext'
22108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22109 (eval $ac_try) 2>&5
22110 ac_status=$?
22111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22112 (exit $ac_status); }; }; then
22113 ac_cv_lib_socket_connect=yes
22114else
22115 echo "$as_me: failed program was:" >&5
22116sed 's/^/| /' conftest.$ac_ext >&5
22117
22118ac_cv_lib_socket_connect=no
22119fi
22120rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22121LIBS=$ac_check_lib_save_LIBS
22122fi
22123echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
22124echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
22125if test $ac_cv_lib_socket_connect = yes; then
90dd450c 22126 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
90dd450c 22127fi
77e13408 22128
90dd450c 22129 fi
25d0687a 22130
e6cc62c6
VS
22131 # Guillermo Gomez says -lposix is necessary on A/UX.
22132 echo "$as_me:$LINENO: checking for remove" >&5
22133echo $ECHO_N "checking for remove... $ECHO_C" >&6
22134if test "${ac_cv_func_remove+set}" = set; then
22135 echo $ECHO_N "(cached) $ECHO_C" >&6
22136else
22137 cat >conftest.$ac_ext <<_ACEOF
22138#line $LINENO "configure"
22139/* confdefs.h. */
22140_ACEOF
22141cat confdefs.h >>conftest.$ac_ext
22142cat >>conftest.$ac_ext <<_ACEOF
22143/* end confdefs.h. */
90dd450c 22144/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
22145 which can conflict with char remove (); below.
22146 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22147 <limits.h> exists even on freestanding compilers. */
22148#ifdef __STDC__
22149# include <limits.h>
22150#else
22151# include <assert.h>
22152#endif
90dd450c 22153/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
22154#ifdef __cplusplus
22155extern "C"
22156{
22157#endif
90dd450c 22158/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
22159 builtin and then its argument prototype would still apply. */
22160char remove ();
90dd450c
VZ
22161/* The GNU C library defines this for functions which it implements
22162 to always fail with ENOSYS. Some functions are actually named
22163 something starting with __ and the normal name is an alias. */
22164#if defined (__stub_remove) || defined (__stub___remove)
22165choke me
22166#else
e6cc62c6
VS
22167char (*f) () = remove;
22168#endif
22169#ifdef __cplusplus
22170}
90dd450c 22171#endif
55e80573 22172
e6cc62c6
VS
22173int
22174main ()
22175{
22176return f != remove;
22177 ;
22178 return 0;
22179}
22180_ACEOF
22181rm -f conftest.$ac_objext conftest$ac_exeext
22182if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22183 (eval $ac_link) 2>&5
22184 ac_status=$?
22185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22186 (exit $ac_status); } &&
22187 { ac_try='test -s conftest$ac_exeext'
22188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22189 (eval $ac_try) 2>&5
22190 ac_status=$?
22191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22192 (exit $ac_status); }; }; then
22193 ac_cv_func_remove=yes
22194else
22195 echo "$as_me: failed program was:" >&5
22196sed 's/^/| /' conftest.$ac_ext >&5
22197
22198ac_cv_func_remove=no
22199fi
22200rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22201fi
22202echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
22203echo "${ECHO_T}$ac_cv_func_remove" >&6
10f2d63a 22204
90dd450c 22205 if test $ac_cv_func_remove = no; then
e6cc62c6
VS
22206 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
22207echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
22208if test "${ac_cv_lib_posix_remove+set}" = set; then
22209 echo $ECHO_N "(cached) $ECHO_C" >&6
90dd450c 22210else
e6cc62c6 22211 ac_check_lib_save_LIBS=$LIBS
90dd450c 22212LIBS="-lposix $LIBS"
e6cc62c6
VS
22213cat >conftest.$ac_ext <<_ACEOF
22214#line $LINENO "configure"
22215/* confdefs.h. */
22216_ACEOF
22217cat confdefs.h >>conftest.$ac_ext
22218cat >>conftest.$ac_ext <<_ACEOF
22219/* end confdefs.h. */
22220
90dd450c 22221/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
22222#ifdef __cplusplus
22223extern "C"
22224#endif
90dd450c 22225/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
22226 builtin and then its argument prototype would still apply. */
22227char remove ();
22228int
22229main ()
22230{
22231remove ();
22232 ;
22233 return 0;
22234}
22235_ACEOF
22236rm -f conftest.$ac_objext conftest$ac_exeext
22237if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22238 (eval $ac_link) 2>&5
22239 ac_status=$?
22240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22241 (exit $ac_status); } &&
22242 { ac_try='test -s conftest$ac_exeext'
22243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22244 (eval $ac_try) 2>&5
22245 ac_status=$?
22246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22247 (exit $ac_status); }; }; then
22248 ac_cv_lib_posix_remove=yes
22249else
22250 echo "$as_me: failed program was:" >&5
22251sed 's/^/| /' conftest.$ac_ext >&5
22252
22253ac_cv_lib_posix_remove=no
22254fi
22255rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22256LIBS=$ac_check_lib_save_LIBS
22257fi
22258echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
22259echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
22260if test $ac_cv_lib_posix_remove = yes; then
90dd450c 22261 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
90dd450c 22262fi
f6bcfd97 22263
6fa882bd
RR
22264 fi
22265
90dd450c 22266 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
e6cc62c6
VS
22267 echo "$as_me:$LINENO: checking for shmat" >&5
22268echo $ECHO_N "checking for shmat... $ECHO_C" >&6
22269if test "${ac_cv_func_shmat+set}" = set; then
22270 echo $ECHO_N "(cached) $ECHO_C" >&6
22271else
22272 cat >conftest.$ac_ext <<_ACEOF
22273#line $LINENO "configure"
22274/* confdefs.h. */
22275_ACEOF
22276cat confdefs.h >>conftest.$ac_ext
22277cat >>conftest.$ac_ext <<_ACEOF
22278/* end confdefs.h. */
90dd450c 22279/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
22280 which can conflict with char shmat (); below.
22281 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22282 <limits.h> exists even on freestanding compilers. */
22283#ifdef __STDC__
22284# include <limits.h>
22285#else
22286# include <assert.h>
22287#endif
90dd450c 22288/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
22289#ifdef __cplusplus
22290extern "C"
22291{
22292#endif
90dd450c 22293/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
22294 builtin and then its argument prototype would still apply. */
22295char shmat ();
90dd450c
VZ
22296/* The GNU C library defines this for functions which it implements
22297 to always fail with ENOSYS. Some functions are actually named
22298 something starting with __ and the normal name is an alias. */
22299#if defined (__stub_shmat) || defined (__stub___shmat)
22300choke me
22301#else
e6cc62c6
VS
22302char (*f) () = shmat;
22303#endif
22304#ifdef __cplusplus
22305}
90dd450c 22306#endif
10f2d63a 22307
e6cc62c6
VS
22308int
22309main ()
22310{
22311return f != shmat;
22312 ;
22313 return 0;
22314}
22315_ACEOF
22316rm -f conftest.$ac_objext conftest$ac_exeext
22317if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22318 (eval $ac_link) 2>&5
22319 ac_status=$?
22320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22321 (exit $ac_status); } &&
22322 { ac_try='test -s conftest$ac_exeext'
22323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22324 (eval $ac_try) 2>&5
22325 ac_status=$?
22326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22327 (exit $ac_status); }; }; then
22328 ac_cv_func_shmat=yes
22329else
22330 echo "$as_me: failed program was:" >&5
22331sed 's/^/| /' conftest.$ac_ext >&5
22332
22333ac_cv_func_shmat=no
22334fi
22335rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22336fi
22337echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
22338echo "${ECHO_T}$ac_cv_func_shmat" >&6
d08b457b 22339
90dd450c 22340 if test $ac_cv_func_shmat = no; then
e6cc62c6
VS
22341 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
22342echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
22343if test "${ac_cv_lib_ipc_shmat+set}" = set; then
22344 echo $ECHO_N "(cached) $ECHO_C" >&6
d08b457b 22345else
e6cc62c6 22346 ac_check_lib_save_LIBS=$LIBS
90dd450c 22347LIBS="-lipc $LIBS"
e6cc62c6
VS
22348cat >conftest.$ac_ext <<_ACEOF
22349#line $LINENO "configure"
22350/* confdefs.h. */
22351_ACEOF
22352cat confdefs.h >>conftest.$ac_ext
22353cat >>conftest.$ac_ext <<_ACEOF
22354/* end confdefs.h. */
22355
8284b0c5 22356/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
22357#ifdef __cplusplus
22358extern "C"
22359#endif
90dd450c 22360/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
22361 builtin and then its argument prototype would still apply. */
22362char shmat ();
22363int
22364main ()
22365{
22366shmat ();
22367 ;
22368 return 0;
22369}
22370_ACEOF
22371rm -f conftest.$ac_objext conftest$ac_exeext
22372if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22373 (eval $ac_link) 2>&5
22374 ac_status=$?
22375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22376 (exit $ac_status); } &&
22377 { ac_try='test -s conftest$ac_exeext'
22378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22379 (eval $ac_try) 2>&5
22380 ac_status=$?
22381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22382 (exit $ac_status); }; }; then
22383 ac_cv_lib_ipc_shmat=yes
22384else
22385 echo "$as_me: failed program was:" >&5
22386sed 's/^/| /' conftest.$ac_ext >&5
22387
22388ac_cv_lib_ipc_shmat=no
22389fi
22390rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22391LIBS=$ac_check_lib_save_LIBS
22392fi
22393echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
22394echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
22395if test $ac_cv_lib_ipc_shmat = yes; then
90dd450c 22396 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
d08b457b
GD
22397fi
22398
d558c907 22399 fi
90dd450c 22400 fi
3a922bb4 22401
90dd450c 22402 # Check for libraries that X11R6 Xt/Xaw programs need.
e6cc62c6 22403 ac_save_LDFLAGS=$LDFLAGS
90dd450c
VZ
22404 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
22405 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
22406 # check for ICE first), but we must link in the order -lSM -lICE or
22407 # we get undefined symbols. So assume we have SM if we have ICE.
22408 # These have to be linked with before -lX11, unlike the other
22409 # libraries we check for below, so use a different variable.
e6cc62c6
VS
22410 # John Interrante, Karl Berry
22411 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
22412echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
22413if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
22414 echo $ECHO_N "(cached) $ECHO_C" >&6
22415else
22416 ac_check_lib_save_LIBS=$LIBS
f09359cf 22417LIBS="-lICE $X_EXTRA_LIBS $LIBS"
e6cc62c6
VS
22418cat >conftest.$ac_ext <<_ACEOF
22419#line $LINENO "configure"
22420/* confdefs.h. */
22421_ACEOF
22422cat confdefs.h >>conftest.$ac_ext
22423cat >>conftest.$ac_ext <<_ACEOF
22424/* end confdefs.h. */
22425
90dd450c 22426/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
22427#ifdef __cplusplus
22428extern "C"
22429#endif
90dd450c 22430/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
22431 builtin and then its argument prototype would still apply. */
22432char IceConnectionNumber ();
22433int
22434main ()
22435{
22436IceConnectionNumber ();
22437 ;
22438 return 0;
22439}
22440_ACEOF
22441rm -f conftest.$ac_objext conftest$ac_exeext
22442if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22443 (eval $ac_link) 2>&5
22444 ac_status=$?
22445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22446 (exit $ac_status); } &&
22447 { ac_try='test -s conftest$ac_exeext'
22448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22449 (eval $ac_try) 2>&5
22450 ac_status=$?
22451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22452 (exit $ac_status); }; }; then
22453 ac_cv_lib_ICE_IceConnectionNumber=yes
22454else
22455 echo "$as_me: failed program was:" >&5
22456sed 's/^/| /' conftest.$ac_ext >&5
22457
22458ac_cv_lib_ICE_IceConnectionNumber=no
22459fi
22460rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22461LIBS=$ac_check_lib_save_LIBS
22462fi
22463echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
22464echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
22465if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
90dd450c 22466 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9cfadba2 22467fi
10f2d63a 22468
e6cc62c6 22469 LDFLAGS=$ac_save_LDFLAGS
90dd450c
VZ
22470
22471fi
22472
8284b0c5 22473
90dd450c 22474 if test "$no_x" = "yes"; then
e6cc62c6
VS
22475 { { echo "$as_me:$LINENO: error: X11 not found" >&5
22476echo "$as_me: error: X11 not found" >&2;}
22477 { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
90dd450c
VZ
22478 fi
22479
22480 GUI_TK_LIBRARY="$X_LIBS"
22481 TOOLKIT_INCLUDE="$X_CFLAGS"
22482 AFMINSTALL=afminstall
22483 COMPILED_X_PROGRAM=0
22484
21d1c967 22485 if test "$wxUSE_NANOX" = "yes"; then
e6cc62c6
VS
22486 echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
22487echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6
21d1c967 22488 if test "x$MICROWIN" = x ; then
e6cc62c6
VS
22489 echo "$as_me:$LINENO: result: not found" >&5
22490echo "${ECHO_T}not found" >&6
22491 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
22492echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
22493 { (exit 1); exit 1; }; }
90dd450c 22494 else
e6cc62c6
VS
22495 echo "$as_me:$LINENO: result: $MICROWIN" >&5
22496echo "${ECHO_T}$MICROWIN" >&6
22497 cat >>confdefs.h <<\_ACEOF
21d1c967 22498#define wxUSE_NANOX 1
e6cc62c6 22499_ACEOF
21d1c967 22500
90dd450c
VZ
22501 fi
22502 fi
22503
22504 xpm_link=
e6cc62c6
VS
22505 echo "$as_me:$LINENO: checking for Xpm library" >&5
22506echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
22507
90dd450c 22508ac_find_libraries=
2b5f62a0 22509for ac_dir in $SEARCH_LIB /usr/lib;
90dd450c
VZ
22510 do
22511 for ac_extension in a so sl dylib; do
22512 if test -f "$ac_dir/libXpm.$ac_extension"; then
22513 ac_find_libraries=$ac_dir
22514 break 2
22515 fi
22516 done
22517 done
22518
22519 if test "$ac_find_libraries" != "" ; then
e6cc62c6 22520
90dd450c
VZ
22521 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
22522 result=$?
22523 if test $result = 0; then
22524 ac_path_to_link=""
22525 else
22526 ac_path_to_link=" -L$ac_find_libraries"
21d1c967 22527 fi
90dd450c 22528
21d1c967
GD
22529 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
22530 xpm_link=" -lXpm"
e6cc62c6 22531 cat >>confdefs.h <<\_ACEOF
21d1c967 22532#define wxHAVE_LIB_XPM 1
e6cc62c6 22533_ACEOF
90dd450c 22534
e6cc62c6
VS
22535 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
22536echo "${ECHO_T}found at $ac_find_libraries" >&6
21d1c967 22537 else
e6cc62c6
VS
22538 cat >conftest.$ac_ext <<_ACEOF
22539#line $LINENO "configure"
22540/* confdefs.h. */
22541_ACEOF
22542cat confdefs.h >>conftest.$ac_ext
22543cat >>conftest.$ac_ext <<_ACEOF
22544/* end confdefs.h. */
90dd450c 22545
21d1c967 22546 #include <X11/xpm.h>
e6cc62c6
VS
22547
22548int
22549main ()
22550{
6f72b082 22551
21d1c967
GD
22552 int version;
22553 version = XpmLibraryVersion();
e6cc62c6
VS
22554
22555 ;
22556 return 0;
22557}
22558_ACEOF
22559rm -f conftest.$ac_objext
22560if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22561 (eval $ac_compile) 2>&5
22562 ac_status=$?
22563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22564 (exit $ac_status); } &&
22565 { ac_try='test -s conftest.$ac_objext'
22566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22567 (eval $ac_try) 2>&5
22568 ac_status=$?
22569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22570 (exit $ac_status); }; }; then
22571
21d1c967 22572 xpm_link=" -lXpm"
e6cc62c6 22573 cat >>confdefs.h <<\_ACEOF
21d1c967 22574#define wxHAVE_LIB_XPM 1
e6cc62c6 22575_ACEOF
90dd450c 22576
e6cc62c6
VS
22577 echo "$as_me:$LINENO: result: found in default search path" >&5
22578echo "${ECHO_T}found in default search path" >&6
21d1c967 22579 COMPILED_X_PROGRAM=0
e6cc62c6 22580
21d1c967 22581else
e6cc62c6
VS
22582 echo "$as_me: failed program was:" >&5
22583sed 's/^/| /' conftest.$ac_ext >&5
22584
22585
22586 echo "$as_me:$LINENO: result: no" >&5
22587echo "${ECHO_T}no" >&6
22588 { echo "$as_me:$LINENO: WARNING: library will be compiled without support for images in XPM format" >&5
22589echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
22590
22591
6f72b082 22592fi
e6cc62c6 22593rm -f conftest.$ac_objext conftest.$ac_ext
21d1c967 22594 fi
90dd450c 22595
e6cc62c6
VS
22596 echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
22597echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
22598if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
22599 echo $ECHO_N "(cached) $ECHO_C" >&6
f7f78039 22600else
e6cc62c6 22601 ac_check_lib_save_LIBS=$LIBS
f7f78039 22602LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
e6cc62c6
VS
22603cat >conftest.$ac_ext <<_ACEOF
22604#line $LINENO "configure"
22605/* confdefs.h. */
22606_ACEOF
22607cat confdefs.h >>conftest.$ac_ext
22608cat >>conftest.$ac_ext <<_ACEOF
22609/* end confdefs.h. */
22610
f7f78039 22611/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
22612#ifdef __cplusplus
22613extern "C"
22614#endif
f7f78039 22615/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
22616 builtin and then its argument prototype would still apply. */
22617char XShapeQueryExtension ();
22618int
22619main ()
22620{
22621XShapeQueryExtension ();
22622 ;
22623 return 0;
22624}
22625_ACEOF
22626rm -f conftest.$ac_objext conftest$ac_exeext
22627if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22628 (eval $ac_link) 2>&5
22629 ac_status=$?
22630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22631 (exit $ac_status); } &&
22632 { ac_try='test -s conftest$ac_exeext'
22633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22634 (eval $ac_try) 2>&5
22635 ac_status=$?
22636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22637 (exit $ac_status); }; }; then
22638 ac_cv_lib_Xext_XShapeQueryExtension=yes
22639else
22640 echo "$as_me: failed program was:" >&5
22641sed 's/^/| /' conftest.$ac_ext >&5
22642
22643ac_cv_lib_Xext_XShapeQueryExtension=no
22644fi
22645rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
22646LIBS=$ac_check_lib_save_LIBS
22647fi
22648echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
22649echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
22650if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
f7f78039 22651
f7f78039
MB
22652 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
22653 wxHAVE_XEXT_LIB=1
e6cc62c6 22654
f7f78039
MB
22655fi
22656
22657
2b5f62a0 22658 if test "$wxUSE_UNICODE" = "yes"; then
e6cc62c6 22659
2b5f62a0 22660 succeeded=no
90dd450c 22661
2b5f62a0
VZ
22662 if test -z "$PKG_CONFIG"; then
22663 # Extract the first word of "pkg-config", so it can be a program name with args.
22664set dummy pkg-config; ac_word=$2
e6cc62c6
VS
22665echo "$as_me:$LINENO: checking for $ac_word" >&5
22666echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22667if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22668 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 22669else
e6cc62c6
VS
22670 case $PKG_CONFIG in
22671 [\\/]* | ?:[\\/]*)
2b5f62a0
VZ
22672 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
22673 ;;
2b5f62a0 22674 *)
e6cc62c6
VS
22675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22676for as_dir in $PATH
22677do
22678 IFS=$as_save_IFS
22679 test -z "$as_dir" && as_dir=.
22680 for ac_exec_ext in '' $ac_executable_extensions; do
22681 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22682 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22683 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22684 break 2
22685 fi
22686done
22687done
22688
2b5f62a0
VZ
22689 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
22690 ;;
22691esac
22692fi
e6cc62c6
VS
22693PKG_CONFIG=$ac_cv_path_PKG_CONFIG
22694
2b5f62a0 22695if test -n "$PKG_CONFIG"; then
e6cc62c6
VS
22696 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22697echo "${ECHO_T}$PKG_CONFIG" >&6
2b5f62a0 22698else
e6cc62c6
VS
22699 echo "$as_me:$LINENO: result: no" >&5
22700echo "${ECHO_T}no" >&6
2b5f62a0
VZ
22701fi
22702
22703 fi
22704
22705 if test "$PKG_CONFIG" = "no" ; then
22706 echo "*** The pkg-config script could not be found. Make sure it is"
22707 echo "*** in your path, or set the PKG_CONFIG environment variable"
22708 echo "*** to the full path to pkg-config."
22709 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22710 else
22711 PKG_CONFIG_MIN_VERSION=0.9.0
22712 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
e6cc62c6
VS
22713 echo "$as_me:$LINENO: checking for pangox" >&5
22714echo $ECHO_N "checking for pangox... $ECHO_C" >&6
2b5f62a0
VZ
22715
22716 if $PKG_CONFIG --exists "pangox" ; then
e6cc62c6
VS
22717 echo "$as_me:$LINENO: result: yes" >&5
22718echo "${ECHO_T}yes" >&6
2b5f62a0
VZ
22719 succeeded=yes
22720
e6cc62c6
VS
22721 echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5
22722echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6
2b5f62a0 22723 PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"`
e6cc62c6
VS
22724 echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5
22725echo "${ECHO_T}$PANGOX_CFLAGS" >&6
2b5f62a0 22726
e6cc62c6
VS
22727 echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5
22728echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6
2b5f62a0 22729 PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"`
e6cc62c6
VS
22730 echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5
22731echo "${ECHO_T}$PANGOX_LIBS" >&6
2b5f62a0
VZ
22732 else
22733 PANGOX_CFLAGS=""
22734 PANGOX_LIBS=""
e6cc62c6 22735 ## If we have a custom action on failure, don't print errors, but
2b5f62a0
VZ
22736 ## do set a variable so people can do so.
22737 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
e6cc62c6 22738
2b5f62a0
VZ
22739 fi
22740
e6cc62c6
VS
22741
22742
2b5f62a0
VZ
22743 else
22744 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22745 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22746 fi
22747 fi
22748
22749 if test $succeeded = yes; then
e6cc62c6 22750
2b5f62a0 22751 CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS"
c74dc163 22752 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
e6cc62c6 22753
2b5f62a0 22754 else
e6cc62c6
VS
22755
22756 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
22757echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
22758 { (exit 1); exit 1; }; }
22759
22760
2b5f62a0
VZ
22761 fi
22762
e6cc62c6 22763
2b5f62a0
VZ
22764 succeeded=no
22765
22766 if test -z "$PKG_CONFIG"; then
22767 # Extract the first word of "pkg-config", so it can be a program name with args.
22768set dummy pkg-config; ac_word=$2
e6cc62c6
VS
22769echo "$as_me:$LINENO: checking for $ac_word" >&5
22770echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22771if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22772 echo $ECHO_N "(cached) $ECHO_C" >&6
2b5f62a0 22773else
e6cc62c6
VS
22774 case $PKG_CONFIG in
22775 [\\/]* | ?:[\\/]*)
2b5f62a0
VZ
22776 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
22777 ;;
2b5f62a0 22778 *)
e6cc62c6
VS
22779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22780for as_dir in $PATH
22781do
22782 IFS=$as_save_IFS
22783 test -z "$as_dir" && as_dir=.
22784 for ac_exec_ext in '' $ac_executable_extensions; do
22785 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22786 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22787 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22788 break 2
22789 fi
22790done
22791done
22792
2b5f62a0
VZ
22793 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
22794 ;;
22795esac
22796fi
e6cc62c6
VS
22797PKG_CONFIG=$ac_cv_path_PKG_CONFIG
22798
2b5f62a0 22799if test -n "$PKG_CONFIG"; then
e6cc62c6
VS
22800 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22801echo "${ECHO_T}$PKG_CONFIG" >&6
2b5f62a0 22802else
e6cc62c6
VS
22803 echo "$as_me:$LINENO: result: no" >&5
22804echo "${ECHO_T}no" >&6
2b5f62a0
VZ
22805fi
22806
22807 fi
22808
22809 if test "$PKG_CONFIG" = "no" ; then
22810 echo "*** The pkg-config script could not be found. Make sure it is"
22811 echo "*** in your path, or set the PKG_CONFIG environment variable"
22812 echo "*** to the full path to pkg-config."
22813 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22814 else
22815 PKG_CONFIG_MIN_VERSION=0.9.0
22816 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
e6cc62c6
VS
22817 echo "$as_me:$LINENO: checking for pangoft2" >&5
22818echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
2b5f62a0
VZ
22819
22820 if $PKG_CONFIG --exists "pangoft2" ; then
e6cc62c6
VS
22821 echo "$as_me:$LINENO: result: yes" >&5
22822echo "${ECHO_T}yes" >&6
2b5f62a0
VZ
22823 succeeded=yes
22824
e6cc62c6
VS
22825 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
22826echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
2b5f62a0 22827 PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"`
e6cc62c6
VS
22828 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
22829echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
2b5f62a0 22830
e6cc62c6
VS
22831 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
22832echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
2b5f62a0 22833 PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"`
e6cc62c6
VS
22834 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
22835echo "${ECHO_T}$PANGOFT2_LIBS" >&6
2b5f62a0
VZ
22836 else
22837 PANGOFT2_CFLAGS=""
22838 PANGOFT2_LIBS=""
e6cc62c6 22839 ## If we have a custom action on failure, don't print errors, but
2b5f62a0
VZ
22840 ## do set a variable so people can do so.
22841 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
e6cc62c6 22842
2b5f62a0
VZ
22843 fi
22844
e6cc62c6
VS
22845
22846
2b5f62a0
VZ
22847 else
22848 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22849 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22850 fi
22851 fi
22852
22853 if test $succeeded = yes; then
e6cc62c6 22854
2b5f62a0 22855 CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS"
c74dc163 22856 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
e6cc62c6 22857
2b5f62a0 22858 else
e6cc62c6
VS
22859
22860 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
22861echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
2b5f62a0 22862 wxUSE_PRINTING_ARCHITECTURE="no"
e6cc62c6
VS
22863
22864
2b5f62a0
VZ
22865 fi
22866
e6cc62c6 22867
2b5f62a0
VZ
22868 succeeded=no
22869
22870 if test -z "$PKG_CONFIG"; then
22871 # Extract the first word of "pkg-config", so it can be a program name with args.
22872set dummy pkg-config; ac_word=$2
e6cc62c6
VS
22873echo "$as_me:$LINENO: checking for $ac_word" >&5
22874echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
22875if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
22876 echo $ECHO_N "(cached) $ECHO_C" >&6
2b5f62a0 22877else
e6cc62c6
VS
22878 case $PKG_CONFIG in
22879 [\\/]* | ?:[\\/]*)
2b5f62a0
VZ
22880 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
22881 ;;
2b5f62a0 22882 *)
e6cc62c6
VS
22883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22884for as_dir in $PATH
22885do
22886 IFS=$as_save_IFS
22887 test -z "$as_dir" && as_dir=.
22888 for ac_exec_ext in '' $ac_executable_extensions; do
22889 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22890 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
22891 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
22892 break 2
22893 fi
22894done
22895done
22896
2b5f62a0
VZ
22897 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
22898 ;;
22899esac
22900fi
e6cc62c6
VS
22901PKG_CONFIG=$ac_cv_path_PKG_CONFIG
22902
2b5f62a0 22903if test -n "$PKG_CONFIG"; then
e6cc62c6
VS
22904 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
22905echo "${ECHO_T}$PKG_CONFIG" >&6
2b5f62a0 22906else
e6cc62c6
VS
22907 echo "$as_me:$LINENO: result: no" >&5
22908echo "${ECHO_T}no" >&6
2b5f62a0
VZ
22909fi
22910
22911 fi
22912
22913 if test "$PKG_CONFIG" = "no" ; then
22914 echo "*** The pkg-config script could not be found. Make sure it is"
22915 echo "*** in your path, or set the PKG_CONFIG environment variable"
22916 echo "*** to the full path to pkg-config."
22917 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
22918 else
22919 PKG_CONFIG_MIN_VERSION=0.9.0
22920 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
e6cc62c6
VS
22921 echo "$as_me:$LINENO: checking for pangoxft" >&5
22922echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6
2b5f62a0
VZ
22923
22924 if $PKG_CONFIG --exists "pangoxft" ; then
e6cc62c6
VS
22925 echo "$as_me:$LINENO: result: yes" >&5
22926echo "${ECHO_T}yes" >&6
2b5f62a0
VZ
22927 succeeded=yes
22928
e6cc62c6
VS
22929 echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5
22930echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6
2b5f62a0 22931 PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"`
e6cc62c6
VS
22932 echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5
22933echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6
2b5f62a0 22934
e6cc62c6
VS
22935 echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5
22936echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6
2b5f62a0 22937 PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"`
e6cc62c6
VS
22938 echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5
22939echo "${ECHO_T}$PANGOXFT_LIBS" >&6
2b5f62a0
VZ
22940 else
22941 PANGOXFT_CFLAGS=""
22942 PANGOXFT_LIBS=""
e6cc62c6 22943 ## If we have a custom action on failure, don't print errors, but
2b5f62a0
VZ
22944 ## do set a variable so people can do so.
22945 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
e6cc62c6 22946
2b5f62a0
VZ
22947 fi
22948
e6cc62c6
VS
22949
22950
2b5f62a0
VZ
22951 else
22952 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
22953 echo "*** See http://www.freedesktop.org/software/pkgconfig"
22954 fi
22955 fi
22956
22957 if test $succeeded = yes; then
e6cc62c6 22958
2b5f62a0 22959 CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS"
c74dc163 22960 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
e6cc62c6 22961
2b5f62a0 22962 else
e6cc62c6
VS
22963
22964 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
22965echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
22966
22967
2b5f62a0
VZ
22968 fi
22969
22970 fi
22971
22972 wxUSE_UNIVERSAL="yes"
22973
22974 if test "$wxUSE_NANOX" = "yes"; then
22975 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
fe0895cf 22976 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"
2b5f62a0
VZ
22977 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
22978 else
22979 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11$xpm_link"
22980 fi
22981
22982 TOOLKIT_VPATH="\${top_srcdir}/src/x11"
22983 TOOLKIT=X11
22984 GUIDIST=X11_DIST
22985 fi
22986
21d1c967
GD
22987 if test "$wxUSE_MOTIF" = 1; then
22988 if test "$no_x" = yes; then
22989 # Not all programs may use this symbol, but it does not hurt to define it.
e6cc62c6
VS
22990
22991cat >>confdefs.h <<\_ACEOF
21d1c967 22992#define X_DISPLAY_MISSING 1
e6cc62c6 22993_ACEOF
21d1c967
GD
22994
22995 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
22996else
22997 if test -n "$x_includes"; then
22998 X_CFLAGS="$X_CFLAGS -I$x_includes"
90dd450c
VZ
22999 fi
23000
21d1c967
GD
23001 # It would also be nice to do this for all -L options, not just this one.
23002 if test -n "$x_libraries"; then
23003 X_LIBS="$X_LIBS -L$x_libraries"
23004 # For Solaris; some versions of Sun CC require a space after -R and
23005 # others require no space. Words are not sufficient . . . .
e6cc62c6 23006 case `(uname -sr) 2>/dev/null` in
21d1c967 23007 "SunOS 5"*)
e6cc62c6
VS
23008 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
23009echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
23010 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
23011 cat >conftest.$ac_ext <<_ACEOF
23012#line $LINENO "configure"
23013/* confdefs.h. */
23014_ACEOF
23015cat confdefs.h >>conftest.$ac_ext
23016cat >>conftest.$ac_ext <<_ACEOF
23017/* end confdefs.h. */
23018
23019int
23020main ()
23021{
21d1c967 23022
e6cc62c6
VS
23023 ;
23024 return 0;
23025}
23026_ACEOF
23027rm -f conftest.$ac_objext conftest$ac_exeext
23028if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23029 (eval $ac_link) 2>&5
23030 ac_status=$?
23031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23032 (exit $ac_status); } &&
23033 { ac_try='test -s conftest$ac_exeext'
23034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23035 (eval $ac_try) 2>&5
23036 ac_status=$?
23037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23038 (exit $ac_status); }; }; then
21d1c967 23039 ac_R_nospace=yes
698dcdb6 23040else
e6cc62c6
VS
23041 echo "$as_me: failed program was:" >&5
23042sed 's/^/| /' conftest.$ac_ext >&5
23043
23044ac_R_nospace=no
10f2d63a 23045fi
e6cc62c6 23046rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21d1c967 23047 if test $ac_R_nospace = yes; then
e6cc62c6
VS
23048 echo "$as_me:$LINENO: result: no" >&5
23049echo "${ECHO_T}no" >&6
21d1c967
GD
23050 X_LIBS="$X_LIBS -R$x_libraries"
23051 else
23052 LIBS="$ac_xsave_LIBS -R $x_libraries"
e6cc62c6
VS
23053 cat >conftest.$ac_ext <<_ACEOF
23054#line $LINENO "configure"
23055/* confdefs.h. */
23056_ACEOF
23057cat confdefs.h >>conftest.$ac_ext
23058cat >>conftest.$ac_ext <<_ACEOF
23059/* end confdefs.h. */
23060
23061int
23062main ()
23063{
f0c87536 23064
e6cc62c6
VS
23065 ;
23066 return 0;
23067}
23068_ACEOF
23069rm -f conftest.$ac_objext conftest$ac_exeext
23070if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23071 (eval $ac_link) 2>&5
23072 ac_status=$?
23073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23074 (exit $ac_status); } &&
23075 { ac_try='test -s conftest$ac_exeext'
23076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23077 (eval $ac_try) 2>&5
23078 ac_status=$?
23079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23080 (exit $ac_status); }; }; then
21d1c967
GD
23081 ac_R_space=yes
23082else
e6cc62c6
VS
23083 echo "$as_me: failed program was:" >&5
23084sed 's/^/| /' conftest.$ac_ext >&5
23085
23086ac_R_space=no
21d1c967 23087fi
e6cc62c6 23088rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21d1c967 23089 if test $ac_R_space = yes; then
e6cc62c6
VS
23090 echo "$as_me:$LINENO: result: yes" >&5
23091echo "${ECHO_T}yes" >&6
21d1c967
GD
23092 X_LIBS="$X_LIBS -R $x_libraries"
23093 else
e6cc62c6
VS
23094 echo "$as_me:$LINENO: result: neither works" >&5
23095echo "${ECHO_T}neither works" >&6
21d1c967
GD
23096 fi
23097 fi
e6cc62c6 23098 LIBS=$ac_xsave_LIBS
21d1c967
GD
23099 esac
23100 fi
90dd450c 23101
21d1c967
GD
23102 # Check for system-dependent libraries X programs must link with.
23103 # Do this before checking for the system-independent R6 libraries
23104 # (-lICE), since we may need -lsocket or whatever for X linking.
23105
23106 if test "$ISC" = yes; then
23107 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
23108 else
e6cc62c6
VS
23109 # Martyn Johnson says this is needed for Ultrix, if the X
23110 # libraries were built with DECnet support. And Karl Berry says
21d1c967 23111 # the Alpha needs dnet_stub (dnet does not exist).
e6cc62c6
VS
23112 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
23113 cat >conftest.$ac_ext <<_ACEOF
23114#line $LINENO "configure"
23115/* confdefs.h. */
23116_ACEOF
23117cat confdefs.h >>conftest.$ac_ext
23118cat >>conftest.$ac_ext <<_ACEOF
23119/* end confdefs.h. */
23120
247f5006 23121/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23122#ifdef __cplusplus
23123extern "C"
23124#endif
247f5006 23125/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23126 builtin and then its argument prototype would still apply. */
23127char XOpenDisplay ();
23128int
23129main ()
23130{
23131XOpenDisplay ();
23132 ;
23133 return 0;
23134}
23135_ACEOF
23136rm -f conftest.$ac_objext conftest$ac_exeext
23137if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23138 (eval $ac_link) 2>&5
23139 ac_status=$?
23140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23141 (exit $ac_status); } &&
23142 { ac_try='test -s conftest$ac_exeext'
23143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23144 (eval $ac_try) 2>&5
23145 ac_status=$?
23146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23147 (exit $ac_status); }; }; then
23148 :
23149else
23150 echo "$as_me: failed program was:" >&5
23151sed 's/^/| /' conftest.$ac_ext >&5
a0b9e27f 23152
e6cc62c6
VS
23153echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
23154echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
23155if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
23156 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 23157else
e6cc62c6
VS
23158 ac_check_lib_save_LIBS=$LIBS
23159LIBS="-ldnet $LIBS"
23160cat >conftest.$ac_ext <<_ACEOF
23161#line $LINENO "configure"
23162/* confdefs.h. */
23163_ACEOF
23164cat confdefs.h >>conftest.$ac_ext
23165cat >>conftest.$ac_ext <<_ACEOF
23166/* end confdefs.h. */
a0b9e27f 23167
e6cc62c6
VS
23168/* Override any gcc2 internal prototype to avoid an error. */
23169#ifdef __cplusplus
23170extern "C"
23171#endif
23172/* We use char because int might match the return type of a gcc2
23173 builtin and then its argument prototype would still apply. */
23174char dnet_ntoa ();
23175int
23176main ()
23177{
23178dnet_ntoa ();
23179 ;
23180 return 0;
23181}
23182_ACEOF
23183rm -f conftest.$ac_objext conftest$ac_exeext
23184if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23185 (eval $ac_link) 2>&5
23186 ac_status=$?
23187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23188 (exit $ac_status); } &&
23189 { ac_try='test -s conftest$ac_exeext'
23190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23191 (eval $ac_try) 2>&5
23192 ac_status=$?
23193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23194 (exit $ac_status); }; }; then
23195 ac_cv_lib_dnet_dnet_ntoa=yes
23196else
23197 echo "$as_me: failed program was:" >&5
23198sed 's/^/| /' conftest.$ac_ext >&5
23199
23200ac_cv_lib_dnet_dnet_ntoa=no
23201fi
23202rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23203LIBS=$ac_check_lib_save_LIBS
23204fi
23205echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
23206echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
23207if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
21d1c967 23208 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
0fb0dd83 23209fi
0fb0dd83 23210
21d1c967 23211 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
e6cc62c6
VS
23212 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
23213echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
23214if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
23215 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967 23216else
e6cc62c6 23217 ac_check_lib_save_LIBS=$LIBS
21d1c967 23218LIBS="-ldnet_stub $LIBS"
e6cc62c6
VS
23219cat >conftest.$ac_ext <<_ACEOF
23220#line $LINENO "configure"
23221/* confdefs.h. */
23222_ACEOF
23223cat confdefs.h >>conftest.$ac_ext
23224cat >>conftest.$ac_ext <<_ACEOF
23225/* end confdefs.h. */
23226
21d1c967 23227/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23228#ifdef __cplusplus
23229extern "C"
23230#endif
21d1c967 23231/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23232 builtin and then its argument prototype would still apply. */
23233char dnet_ntoa ();
23234int
23235main ()
23236{
23237dnet_ntoa ();
23238 ;
23239 return 0;
23240}
23241_ACEOF
23242rm -f conftest.$ac_objext conftest$ac_exeext
23243if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23244 (eval $ac_link) 2>&5
23245 ac_status=$?
23246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23247 (exit $ac_status); } &&
23248 { ac_try='test -s conftest$ac_exeext'
23249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23250 (eval $ac_try) 2>&5
23251 ac_status=$?
23252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23253 (exit $ac_status); }; }; then
23254 ac_cv_lib_dnet_stub_dnet_ntoa=yes
23255else
23256 echo "$as_me: failed program was:" >&5
23257sed 's/^/| /' conftest.$ac_ext >&5
23258
23259ac_cv_lib_dnet_stub_dnet_ntoa=no
23260fi
23261rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23262LIBS=$ac_check_lib_save_LIBS
23263fi
23264echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
23265echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
23266if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
21d1c967 23267 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
90dd450c
VZ
23268fi
23269
21d1c967 23270 fi
e6cc62c6
VS
23271fi
23272rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23273 LIBS="$ac_xsave_LIBS"
90dd450c 23274
21d1c967
GD
23275 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
23276 # to get the SysV transport functions.
e6cc62c6 23277 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
21d1c967
GD
23278 # needs -lnsl.
23279 # The nsl library prevents programs from opening the X display
e6cc62c6
VS
23280 # on Irix 5.2, according to T.E. Dickey.
23281 # The functions gethostbyname, getservbyname, and inet_addr are
23282 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
23283 echo "$as_me:$LINENO: checking for gethostbyname" >&5
23284echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
23285if test "${ac_cv_func_gethostbyname+set}" = set; then
23286 echo $ECHO_N "(cached) $ECHO_C" >&6
23287else
23288 cat >conftest.$ac_ext <<_ACEOF
23289#line $LINENO "configure"
23290/* confdefs.h. */
23291_ACEOF
23292cat confdefs.h >>conftest.$ac_ext
23293cat >>conftest.$ac_ext <<_ACEOF
23294/* end confdefs.h. */
21d1c967 23295/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
23296 which can conflict with char gethostbyname (); below.
23297 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23298 <limits.h> exists even on freestanding compilers. */
23299#ifdef __STDC__
23300# include <limits.h>
23301#else
23302# include <assert.h>
23303#endif
21d1c967 23304/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23305#ifdef __cplusplus
23306extern "C"
23307{
23308#endif
21d1c967 23309/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23310 builtin and then its argument prototype would still apply. */
23311char gethostbyname ();
21d1c967
GD
23312/* The GNU C library defines this for functions which it implements
23313 to always fail with ENOSYS. Some functions are actually named
23314 something starting with __ and the normal name is an alias. */
23315#if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
23316choke me
23317#else
e6cc62c6
VS
23318char (*f) () = gethostbyname;
23319#endif
23320#ifdef __cplusplus
23321}
21d1c967 23322#endif
90dd450c 23323
e6cc62c6
VS
23324int
23325main ()
23326{
23327return f != gethostbyname;
23328 ;
23329 return 0;
23330}
23331_ACEOF
23332rm -f conftest.$ac_objext conftest$ac_exeext
23333if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23334 (eval $ac_link) 2>&5
23335 ac_status=$?
23336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23337 (exit $ac_status); } &&
23338 { ac_try='test -s conftest$ac_exeext'
23339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23340 (eval $ac_try) 2>&5
23341 ac_status=$?
23342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23343 (exit $ac_status); }; }; then
23344 ac_cv_func_gethostbyname=yes
23345else
23346 echo "$as_me: failed program was:" >&5
23347sed 's/^/| /' conftest.$ac_ext >&5
23348
23349ac_cv_func_gethostbyname=no
23350fi
23351rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23352fi
23353echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
23354echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
90dd450c 23355
21d1c967 23356 if test $ac_cv_func_gethostbyname = no; then
e6cc62c6
VS
23357 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
23358echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
23359if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
23360 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967 23361else
e6cc62c6 23362 ac_check_lib_save_LIBS=$LIBS
21d1c967 23363LIBS="-lnsl $LIBS"
e6cc62c6
VS
23364cat >conftest.$ac_ext <<_ACEOF
23365#line $LINENO "configure"
23366/* confdefs.h. */
23367_ACEOF
23368cat confdefs.h >>conftest.$ac_ext
23369cat >>conftest.$ac_ext <<_ACEOF
23370/* end confdefs.h. */
23371
21d1c967 23372/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23373#ifdef __cplusplus
23374extern "C"
23375#endif
21d1c967 23376/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23377 builtin and then its argument prototype would still apply. */
23378char gethostbyname ();
23379int
23380main ()
23381{
23382gethostbyname ();
23383 ;
23384 return 0;
23385}
23386_ACEOF
23387rm -f conftest.$ac_objext conftest$ac_exeext
23388if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23389 (eval $ac_link) 2>&5
23390 ac_status=$?
23391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23392 (exit $ac_status); } &&
23393 { ac_try='test -s conftest$ac_exeext'
23394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23395 (eval $ac_try) 2>&5
23396 ac_status=$?
23397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23398 (exit $ac_status); }; }; then
23399 ac_cv_lib_nsl_gethostbyname=yes
23400else
23401 echo "$as_me: failed program was:" >&5
23402sed 's/^/| /' conftest.$ac_ext >&5
23403
23404ac_cv_lib_nsl_gethostbyname=no
23405fi
23406rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23407LIBS=$ac_check_lib_save_LIBS
23408fi
23409echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
23410echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
23411if test $ac_cv_lib_nsl_gethostbyname = yes; then
23412 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
a0b9e27f 23413fi
247f5006 23414
e6cc62c6
VS
23415 if test $ac_cv_lib_nsl_gethostbyname = no; then
23416 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
23417echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
23418if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
23419 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 23420else
e6cc62c6
VS
23421 ac_check_lib_save_LIBS=$LIBS
23422LIBS="-lbsd $LIBS"
23423cat >conftest.$ac_ext <<_ACEOF
23424#line $LINENO "configure"
23425/* confdefs.h. */
23426_ACEOF
23427cat confdefs.h >>conftest.$ac_ext
23428cat >>conftest.$ac_ext <<_ACEOF
23429/* end confdefs.h. */
23430
23431/* Override any gcc2 internal prototype to avoid an error. */
23432#ifdef __cplusplus
23433extern "C"
23434#endif
23435/* We use char because int might match the return type of a gcc2
23436 builtin and then its argument prototype would still apply. */
23437char gethostbyname ();
23438int
23439main ()
23440{
23441gethostbyname ();
23442 ;
23443 return 0;
23444}
23445_ACEOF
23446rm -f conftest.$ac_objext conftest$ac_exeext
23447if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23448 (eval $ac_link) 2>&5
23449 ac_status=$?
23450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23451 (exit $ac_status); } &&
23452 { ac_try='test -s conftest$ac_exeext'
23453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23454 (eval $ac_try) 2>&5
23455 ac_status=$?
23456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23457 (exit $ac_status); }; }; then
23458 ac_cv_lib_bsd_gethostbyname=yes
23459else
23460 echo "$as_me: failed program was:" >&5
23461sed 's/^/| /' conftest.$ac_ext >&5
23462
23463ac_cv_lib_bsd_gethostbyname=no
23464fi
23465rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23466LIBS=$ac_check_lib_save_LIBS
23467fi
23468echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
23469echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
23470if test $ac_cv_lib_bsd_gethostbyname = yes; then
23471 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
21d1c967 23472fi
90dd450c 23473
e6cc62c6 23474 fi
90dd450c
VZ
23475 fi
23476
21d1c967
GD
23477 # lieder@skyler.mavd.honeywell.com says without -lsocket,
23478 # socket/setsockopt and other routines are undefined under SCO ODT
23479 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
e6cc62c6
VS
23480 # on later versions), says Simon Leinen: it contains gethostby*
23481 # variants that don't use the name server (or something). -lsocket
23482 # must be given before -lnsl if both are needed. We assume that
23483 # if connect needs -lnsl, so does gethostbyname.
23484 echo "$as_me:$LINENO: checking for connect" >&5
23485echo $ECHO_N "checking for connect... $ECHO_C" >&6
23486if test "${ac_cv_func_connect+set}" = set; then
23487 echo $ECHO_N "(cached) $ECHO_C" >&6
23488else
23489 cat >conftest.$ac_ext <<_ACEOF
23490#line $LINENO "configure"
23491/* confdefs.h. */
23492_ACEOF
23493cat confdefs.h >>conftest.$ac_ext
23494cat >>conftest.$ac_ext <<_ACEOF
23495/* end confdefs.h. */
21d1c967 23496/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
23497 which can conflict with char connect (); below.
23498 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23499 <limits.h> exists even on freestanding compilers. */
23500#ifdef __STDC__
23501# include <limits.h>
23502#else
23503# include <assert.h>
23504#endif
21d1c967 23505/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23506#ifdef __cplusplus
23507extern "C"
23508{
23509#endif
21d1c967 23510/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23511 builtin and then its argument prototype would still apply. */
23512char connect ();
21d1c967
GD
23513/* The GNU C library defines this for functions which it implements
23514 to always fail with ENOSYS. Some functions are actually named
23515 something starting with __ and the normal name is an alias. */
23516#if defined (__stub_connect) || defined (__stub___connect)
23517choke me
23518#else
e6cc62c6
VS
23519char (*f) () = connect;
23520#endif
23521#ifdef __cplusplus
23522}
21d1c967 23523#endif
90dd450c 23524
e6cc62c6
VS
23525int
23526main ()
23527{
23528return f != connect;
23529 ;
23530 return 0;
23531}
23532_ACEOF
23533rm -f conftest.$ac_objext conftest$ac_exeext
23534if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23535 (eval $ac_link) 2>&5
23536 ac_status=$?
23537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23538 (exit $ac_status); } &&
23539 { ac_try='test -s conftest$ac_exeext'
23540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23541 (eval $ac_try) 2>&5
23542 ac_status=$?
23543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23544 (exit $ac_status); }; }; then
23545 ac_cv_func_connect=yes
23546else
23547 echo "$as_me: failed program was:" >&5
23548sed 's/^/| /' conftest.$ac_ext >&5
23549
23550ac_cv_func_connect=no
23551fi
23552rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23553fi
23554echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
23555echo "${ECHO_T}$ac_cv_func_connect" >&6
1f8ae82f 23556
21d1c967 23557 if test $ac_cv_func_connect = no; then
e6cc62c6
VS
23558 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
23559echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
23560if test "${ac_cv_lib_socket_connect+set}" = set; then
23561 echo $ECHO_N "(cached) $ECHO_C" >&6
0fbb762e 23562else
e6cc62c6 23563 ac_check_lib_save_LIBS=$LIBS
21d1c967 23564LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
e6cc62c6
VS
23565cat >conftest.$ac_ext <<_ACEOF
23566#line $LINENO "configure"
23567/* confdefs.h. */
23568_ACEOF
23569cat confdefs.h >>conftest.$ac_ext
23570cat >>conftest.$ac_ext <<_ACEOF
23571/* end confdefs.h. */
23572
21d1c967 23573/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23574#ifdef __cplusplus
23575extern "C"
23576#endif
21d1c967 23577/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23578 builtin and then its argument prototype would still apply. */
23579char connect ();
23580int
23581main ()
23582{
23583connect ();
23584 ;
23585 return 0;
23586}
23587_ACEOF
23588rm -f conftest.$ac_objext conftest$ac_exeext
23589if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23590 (eval $ac_link) 2>&5
23591 ac_status=$?
23592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23593 (exit $ac_status); } &&
23594 { ac_try='test -s conftest$ac_exeext'
23595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23596 (eval $ac_try) 2>&5
23597 ac_status=$?
23598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23599 (exit $ac_status); }; }; then
23600 ac_cv_lib_socket_connect=yes
23601else
23602 echo "$as_me: failed program was:" >&5
23603sed 's/^/| /' conftest.$ac_ext >&5
23604
23605ac_cv_lib_socket_connect=no
23606fi
23607rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23608LIBS=$ac_check_lib_save_LIBS
23609fi
23610echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
23611echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
23612if test $ac_cv_lib_socket_connect = yes; then
21d1c967 23613 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
21d1c967 23614fi
90dd450c 23615
21d1c967 23616 fi
90dd450c 23617
e6cc62c6
VS
23618 # Guillermo Gomez says -lposix is necessary on A/UX.
23619 echo "$as_me:$LINENO: checking for remove" >&5
23620echo $ECHO_N "checking for remove... $ECHO_C" >&6
23621if test "${ac_cv_func_remove+set}" = set; then
23622 echo $ECHO_N "(cached) $ECHO_C" >&6
23623else
23624 cat >conftest.$ac_ext <<_ACEOF
23625#line $LINENO "configure"
23626/* confdefs.h. */
23627_ACEOF
23628cat confdefs.h >>conftest.$ac_ext
23629cat >>conftest.$ac_ext <<_ACEOF
23630/* end confdefs.h. */
21d1c967 23631/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
23632 which can conflict with char remove (); below.
23633 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23634 <limits.h> exists even on freestanding compilers. */
23635#ifdef __STDC__
23636# include <limits.h>
23637#else
23638# include <assert.h>
23639#endif
21d1c967 23640/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23641#ifdef __cplusplus
23642extern "C"
23643{
23644#endif
21d1c967 23645/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23646 builtin and then its argument prototype would still apply. */
23647char remove ();
21d1c967
GD
23648/* The GNU C library defines this for functions which it implements
23649 to always fail with ENOSYS. Some functions are actually named
23650 something starting with __ and the normal name is an alias. */
23651#if defined (__stub_remove) || defined (__stub___remove)
23652choke me
23653#else
e6cc62c6
VS
23654char (*f) () = remove;
23655#endif
23656#ifdef __cplusplus
23657}
21d1c967 23658#endif
90dd450c 23659
e6cc62c6
VS
23660int
23661main ()
23662{
23663return f != remove;
23664 ;
23665 return 0;
23666}
23667_ACEOF
23668rm -f conftest.$ac_objext conftest$ac_exeext
23669if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23670 (eval $ac_link) 2>&5
23671 ac_status=$?
23672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23673 (exit $ac_status); } &&
23674 { ac_try='test -s conftest$ac_exeext'
23675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23676 (eval $ac_try) 2>&5
23677 ac_status=$?
23678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23679 (exit $ac_status); }; }; then
23680 ac_cv_func_remove=yes
23681else
23682 echo "$as_me: failed program was:" >&5
23683sed 's/^/| /' conftest.$ac_ext >&5
23684
23685ac_cv_func_remove=no
23686fi
23687rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23688fi
23689echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
23690echo "${ECHO_T}$ac_cv_func_remove" >&6
90dd450c 23691
21d1c967 23692 if test $ac_cv_func_remove = no; then
e6cc62c6
VS
23693 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
23694echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
23695if test "${ac_cv_lib_posix_remove+set}" = set; then
23696 echo $ECHO_N "(cached) $ECHO_C" >&6
21d1c967 23697else
e6cc62c6 23698 ac_check_lib_save_LIBS=$LIBS
21d1c967 23699LIBS="-lposix $LIBS"
e6cc62c6
VS
23700cat >conftest.$ac_ext <<_ACEOF
23701#line $LINENO "configure"
23702/* confdefs.h. */
23703_ACEOF
23704cat confdefs.h >>conftest.$ac_ext
23705cat >>conftest.$ac_ext <<_ACEOF
23706/* end confdefs.h. */
23707
21d1c967 23708/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23709#ifdef __cplusplus
23710extern "C"
23711#endif
21d1c967 23712/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23713 builtin and then its argument prototype would still apply. */
23714char remove ();
23715int
23716main ()
23717{
23718remove ();
23719 ;
23720 return 0;
23721}
23722_ACEOF
23723rm -f conftest.$ac_objext conftest$ac_exeext
23724if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23725 (eval $ac_link) 2>&5
23726 ac_status=$?
23727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23728 (exit $ac_status); } &&
23729 { ac_try='test -s conftest$ac_exeext'
23730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23731 (eval $ac_try) 2>&5
23732 ac_status=$?
23733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23734 (exit $ac_status); }; }; then
23735 ac_cv_lib_posix_remove=yes
23736else
23737 echo "$as_me: failed program was:" >&5
23738sed 's/^/| /' conftest.$ac_ext >&5
23739
23740ac_cv_lib_posix_remove=no
23741fi
23742rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23743LIBS=$ac_check_lib_save_LIBS
23744fi
23745echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
23746echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
23747if test $ac_cv_lib_posix_remove = yes; then
21d1c967 23748 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
21d1c967 23749fi
19bc6aad 23750
90dd450c 23751 fi
19bc6aad 23752
21d1c967 23753 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
e6cc62c6
VS
23754 echo "$as_me:$LINENO: checking for shmat" >&5
23755echo $ECHO_N "checking for shmat... $ECHO_C" >&6
23756if test "${ac_cv_func_shmat+set}" = set; then
23757 echo $ECHO_N "(cached) $ECHO_C" >&6
23758else
23759 cat >conftest.$ac_ext <<_ACEOF
23760#line $LINENO "configure"
23761/* confdefs.h. */
23762_ACEOF
23763cat confdefs.h >>conftest.$ac_ext
23764cat >>conftest.$ac_ext <<_ACEOF
23765/* end confdefs.h. */
21d1c967 23766/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
23767 which can conflict with char shmat (); below.
23768 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23769 <limits.h> exists even on freestanding compilers. */
23770#ifdef __STDC__
23771# include <limits.h>
23772#else
23773# include <assert.h>
23774#endif
21d1c967 23775/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23776#ifdef __cplusplus
23777extern "C"
23778{
23779#endif
21d1c967 23780/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23781 builtin and then its argument prototype would still apply. */
23782char shmat ();
21d1c967
GD
23783/* The GNU C library defines this for functions which it implements
23784 to always fail with ENOSYS. Some functions are actually named
23785 something starting with __ and the normal name is an alias. */
23786#if defined (__stub_shmat) || defined (__stub___shmat)
23787choke me
23788#else
e6cc62c6
VS
23789char (*f) () = shmat;
23790#endif
23791#ifdef __cplusplus
23792}
21d1c967 23793#endif
90dd450c 23794
e6cc62c6
VS
23795int
23796main ()
23797{
23798return f != shmat;
23799 ;
23800 return 0;
23801}
23802_ACEOF
23803rm -f conftest.$ac_objext conftest$ac_exeext
23804if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23805 (eval $ac_link) 2>&5
23806 ac_status=$?
23807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23808 (exit $ac_status); } &&
23809 { ac_try='test -s conftest$ac_exeext'
23810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23811 (eval $ac_try) 2>&5
23812 ac_status=$?
23813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23814 (exit $ac_status); }; }; then
23815 ac_cv_func_shmat=yes
23816else
23817 echo "$as_me: failed program was:" >&5
23818sed 's/^/| /' conftest.$ac_ext >&5
23819
23820ac_cv_func_shmat=no
23821fi
23822rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23823fi
23824echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
23825echo "${ECHO_T}$ac_cv_func_shmat" >&6
19bc6aad 23826
21d1c967 23827 if test $ac_cv_func_shmat = no; then
e6cc62c6
VS
23828 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
23829echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
23830if test "${ac_cv_lib_ipc_shmat+set}" = set; then
23831 echo $ECHO_N "(cached) $ECHO_C" >&6
5c6fa7d2 23832else
e6cc62c6 23833 ac_check_lib_save_LIBS=$LIBS
5c6fa7d2 23834LIBS="-lipc $LIBS"
e6cc62c6
VS
23835cat >conftest.$ac_ext <<_ACEOF
23836#line $LINENO "configure"
23837/* confdefs.h. */
23838_ACEOF
23839cat confdefs.h >>conftest.$ac_ext
23840cat >>conftest.$ac_ext <<_ACEOF
23841/* end confdefs.h. */
23842
5c6fa7d2 23843/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23844#ifdef __cplusplus
23845extern "C"
23846#endif
5c6fa7d2 23847/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23848 builtin and then its argument prototype would still apply. */
23849char shmat ();
23850int
23851main ()
23852{
23853shmat ();
23854 ;
23855 return 0;
23856}
23857_ACEOF
23858rm -f conftest.$ac_objext conftest$ac_exeext
23859if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23860 (eval $ac_link) 2>&5
23861 ac_status=$?
23862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23863 (exit $ac_status); } &&
23864 { ac_try='test -s conftest$ac_exeext'
23865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23866 (eval $ac_try) 2>&5
23867 ac_status=$?
23868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23869 (exit $ac_status); }; }; then
23870 ac_cv_lib_ipc_shmat=yes
23871else
23872 echo "$as_me: failed program was:" >&5
23873sed 's/^/| /' conftest.$ac_ext >&5
23874
23875ac_cv_lib_ipc_shmat=no
23876fi
23877rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23878LIBS=$ac_check_lib_save_LIBS
23879fi
23880echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
23881echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
23882if test $ac_cv_lib_ipc_shmat = yes; then
21d1c967 23883 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9f8148b1 23884fi
90dd450c 23885
90dd450c 23886 fi
21d1c967 23887 fi
10f2d63a 23888
21d1c967 23889 # Check for libraries that X11R6 Xt/Xaw programs need.
e6cc62c6 23890 ac_save_LDFLAGS=$LDFLAGS
21d1c967
GD
23891 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
23892 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
23893 # check for ICE first), but we must link in the order -lSM -lICE or
23894 # we get undefined symbols. So assume we have SM if we have ICE.
23895 # These have to be linked with before -lX11, unlike the other
23896 # libraries we check for below, so use a different variable.
e6cc62c6
VS
23897 # John Interrante, Karl Berry
23898 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
23899echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
23900if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
23901 echo $ECHO_N "(cached) $ECHO_C" >&6
23902else
23903 ac_check_lib_save_LIBS=$LIBS
f09359cf 23904LIBS="-lICE $X_EXTRA_LIBS $LIBS"
e6cc62c6
VS
23905cat >conftest.$ac_ext <<_ACEOF
23906#line $LINENO "configure"
23907/* confdefs.h. */
23908_ACEOF
23909cat confdefs.h >>conftest.$ac_ext
23910cat >>conftest.$ac_ext <<_ACEOF
23911/* end confdefs.h. */
23912
21d1c967 23913/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
23914#ifdef __cplusplus
23915extern "C"
23916#endif
21d1c967 23917/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
23918 builtin and then its argument prototype would still apply. */
23919char IceConnectionNumber ();
23920int
23921main ()
23922{
23923IceConnectionNumber ();
23924 ;
23925 return 0;
23926}
23927_ACEOF
23928rm -f conftest.$ac_objext conftest$ac_exeext
23929if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23930 (eval $ac_link) 2>&5
23931 ac_status=$?
23932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23933 (exit $ac_status); } &&
23934 { ac_try='test -s conftest$ac_exeext'
23935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23936 (eval $ac_try) 2>&5
23937 ac_status=$?
23938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23939 (exit $ac_status); }; }; then
23940 ac_cv_lib_ICE_IceConnectionNumber=yes
23941else
23942 echo "$as_me: failed program was:" >&5
23943sed 's/^/| /' conftest.$ac_ext >&5
23944
23945ac_cv_lib_ICE_IceConnectionNumber=no
23946fi
23947rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
23948LIBS=$ac_check_lib_save_LIBS
23949fi
23950echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
23951echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
23952if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
21d1c967 23953 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
29fd3c0c 23954fi
21d1c967 23955
e6cc62c6 23956 LDFLAGS=$ac_save_LDFLAGS
29fd3c0c 23957
10f2d63a
VZ
23958fi
23959
8284b0c5 23960
21d1c967 23961 if test "$no_x" = "yes"; then
e6cc62c6
VS
23962 { { echo "$as_me:$LINENO: error: X11 not found" >&5
23963echo "$as_me: error: X11 not found" >&2;}
23964 { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; }
21d1c967
GD
23965 fi
23966
2b5f62a0
VZ
23967 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//'`
23968 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
21d1c967
GD
23969 AFMINSTALL=afminstall
23970 COMPILED_X_PROGRAM=0
23971
e6cc62c6
VS
23972 echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
23973echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6
23974
21d1c967 23975ac_find_includes=
2b5f62a0 23976for ac_dir in $SEARCH_INCLUDE /usr/include;
21d1c967
GD
23977 do
23978 if test -f "$ac_dir/Xm/Xm.h"; then
23979 ac_find_includes=$ac_dir
23980 break
23981 fi
23982 done
23983
23984 if test "$ac_find_includes" != "" ; then
e6cc62c6
VS
23985 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
23986echo "${ECHO_T}found in $ac_find_includes" >&6
23987
2b5f62a0 23988 if test "x$ac_find_includes" = "x/usr/include"; then
dd0e4a90
VZ
23989 ac_path_to_include=""
23990 else
2b5f62a0
VZ
23991 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
23992 result=$?
23993 if test $result = 0; then
23994 ac_path_to_include=""
23995 else
23996 ac_path_to_include=" -I$ac_find_includes"
23997 fi
dd0e4a90
VZ
23998 fi
23999
24000 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
21d1c967 24001 else
e6cc62c6
VS
24002 cat >conftest.$ac_ext <<_ACEOF
24003#line $LINENO "configure"
24004/* confdefs.h. */
24005_ACEOF
24006cat confdefs.h >>conftest.$ac_ext
24007cat >>conftest.$ac_ext <<_ACEOF
24008/* end confdefs.h. */
21d1c967
GD
24009
24010 #include <Xm/Xm.h>
e6cc62c6
VS
24011
24012int
24013main ()
24014{
21d1c967
GD
24015
24016 int version;
24017 version = xmUseVersion;
e6cc62c6
VS
24018
24019 ;
24020 return 0;
24021}
24022_ACEOF
24023rm -f conftest.$ac_objext
24024if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24025 (eval $ac_compile) 2>&5
24026 ac_status=$?
24027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24028 (exit $ac_status); } &&
24029 { ac_try='test -s conftest.$ac_objext'
24030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24031 (eval $ac_try) 2>&5
24032 ac_status=$?
24033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24034 (exit $ac_status); }; }; then
24035
24036 echo "$as_me:$LINENO: result: found in default search path" >&5
24037echo "${ECHO_T}found in default search path" >&6
21d1c967 24038 COMPILED_X_PROGRAM=1
e6cc62c6 24039
10f2d63a 24040else
e6cc62c6
VS
24041 echo "$as_me: failed program was:" >&5
24042sed 's/^/| /' conftest.$ac_ext >&5
24043
24044
24045 echo "$as_me:$LINENO: result: no" >&5
24046echo "${ECHO_T}no" >&6
24047 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5
24048echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;}
24049 { (exit 1); exit 1; }; }
24050
24051
10f2d63a 24052fi
e6cc62c6 24053rm -f conftest.$ac_objext conftest.$ac_ext
21d1c967 24054 fi
10f2d63a 24055
21d1c967 24056 if test "$COMPILED_X_PROGRAM" = 0; then
e6cc62c6
VS
24057 echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
24058echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6
24059
21d1c967 24060ac_find_libraries=
2b5f62a0 24061for ac_dir in $SEARCH_LIB /usr/lib;
21d1c967
GD
24062 do
24063 for ac_extension in a so sl dylib; do
24064 if test -f "$ac_dir/libXm.$ac_extension"; then
24065 ac_find_libraries=$ac_dir
24066 break 2
24067 fi
24068 done
24069 done
24070
24071 if test "$ac_find_libraries" != "" ; then
e6cc62c6
VS
24072 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
24073echo "${ECHO_T}found at $ac_find_libraries" >&6
24074
21d1c967 24075
21d1c967
GD
24076 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
24077 result=$?
24078 if test $result = 0; then
24079 ac_path_to_link=""
24080 else
24081 ac_path_to_link=" -L$ac_find_libraries"
24082 fi
24083
21d1c967 24084 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
21d1c967 24085 else
dd0e4a90
VZ
24086 save_CFLAGS=$CFLAGS
24087 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
24088
e6cc62c6
VS
24089 cat >conftest.$ac_ext <<_ACEOF
24090#line $LINENO "configure"
24091/* confdefs.h. */
24092_ACEOF
24093cat confdefs.h >>conftest.$ac_ext
24094cat >>conftest.$ac_ext <<_ACEOF
24095/* end confdefs.h. */
21d1c967
GD
24096
24097 #include <Xm/Xm.h>
e6cc62c6
VS
24098
24099int
24100main ()
24101{
21d1c967
GD
24102
24103 int version;
24104 version = xmUseVersion;
e6cc62c6
VS
24105
24106 ;
24107 return 0;
24108}
24109_ACEOF
24110rm -f conftest.$ac_objext
24111if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24112 (eval $ac_compile) 2>&5
24113 ac_status=$?
24114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24115 (exit $ac_status); } &&
24116 { ac_try='test -s conftest.$ac_objext'
24117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24118 (eval $ac_try) 2>&5
24119 ac_status=$?
24120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24121 (exit $ac_status); }; }; then
24122
24123 echo "$as_me:$LINENO: result: found in default search path" >&5
24124echo "${ECHO_T}found in default search path" >&6
21d1c967 24125 COMPILED_X_PROGRAM=1
e6cc62c6 24126
d836ee96 24127else
e6cc62c6
VS
24128 echo "$as_me: failed program was:" >&5
24129sed 's/^/| /' conftest.$ac_ext >&5
24130
24131
24132 echo "$as_me:$LINENO: result: no" >&5
24133echo "${ECHO_T}no" >&6
24134 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
24135echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
24136 { (exit 1); exit 1; }; }
24137
24138
d836ee96 24139fi
e6cc62c6 24140rm -f conftest.$ac_objext conftest.$ac_ext
dd0e4a90
VZ
24141
24142 CFLAGS=$save_CFLAGS
21d1c967
GD
24143 fi
24144 fi
24145
24146 xpm_link=
e6cc62c6
VS
24147 echo "$as_me:$LINENO: checking for Xpm library" >&5
24148echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6
24149
21d1c967 24150ac_find_libraries=
2b5f62a0 24151for ac_dir in $SEARCH_LIB /usr/lib;
21d1c967
GD
24152 do
24153 for ac_extension in a so sl dylib; do
24154 if test -f "$ac_dir/libXpm.$ac_extension"; then
24155 ac_find_libraries=$ac_dir
24156 break 2
24157 fi
24158 done
24159 done
24160
24161 if test "$ac_find_libraries" != "" ; then
e6cc62c6 24162
21d1c967
GD
24163 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
24164 result=$?
24165 if test $result = 0; then
24166 ac_path_to_link=""
24167 else
24168 ac_path_to_link=" -L$ac_find_libraries"
24169 fi
24170
24171 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
dd0e4a90 24172
21d1c967 24173 xpm_link=" -lXpm"
e6cc62c6 24174 cat >>confdefs.h <<\_ACEOF
21d1c967 24175#define wxHAVE_LIB_XPM 1
e6cc62c6 24176_ACEOF
90dd450c 24177
e6cc62c6
VS
24178 echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5
24179echo "${ECHO_T}found at $ac_find_libraries" >&6
21d1c967 24180 else
dd0e4a90
VZ
24181 save_CFLAGS=$CFLAGS
24182 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
24183
e6cc62c6
VS
24184 cat >conftest.$ac_ext <<_ACEOF
24185#line $LINENO "configure"
24186/* confdefs.h. */
24187_ACEOF
24188cat confdefs.h >>conftest.$ac_ext
24189cat >>conftest.$ac_ext <<_ACEOF
24190/* end confdefs.h. */
21d1c967
GD
24191
24192 #include <X11/xpm.h>
e6cc62c6
VS
24193
24194int
24195main ()
24196{
21d1c967
GD
24197
24198 int version;
24199 version = XpmLibraryVersion();
e6cc62c6
VS
24200
24201 ;
24202 return 0;
24203}
24204_ACEOF
24205rm -f conftest.$ac_objext
24206if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24207 (eval $ac_compile) 2>&5
24208 ac_status=$?
24209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24210 (exit $ac_status); } &&
24211 { ac_try='test -s conftest.$ac_objext'
24212 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24213 (eval $ac_try) 2>&5
24214 ac_status=$?
24215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24216 (exit $ac_status); }; }; then
24217
21d1c967 24218 xpm_link=" -lXpm"
e6cc62c6 24219 cat >>confdefs.h <<\_ACEOF
21d1c967 24220#define wxHAVE_LIB_XPM 1
e6cc62c6 24221_ACEOF
21d1c967 24222
e6cc62c6
VS
24223 echo "$as_me:$LINENO: result: found in default search path" >&5
24224echo "${ECHO_T}found in default search path" >&6
21d1c967 24225 COMPILED_X_PROGRAM=0
e6cc62c6 24226
d836ee96 24227else
e6cc62c6
VS
24228 echo "$as_me: failed program was:" >&5
24229sed 's/^/| /' conftest.$ac_ext >&5
24230
24231
24232 echo "$as_me:$LINENO: result: no" >&5
24233echo "${ECHO_T}no" >&6
24234 { echo "$as_me:$LINENO: WARNING: library will be compiled without support for images in XPM format" >&5
24235echo "$as_me: WARNING: library will be compiled without support for images in XPM format" >&2;}
24236
24237
d836ee96 24238fi
e6cc62c6 24239rm -f conftest.$ac_objext conftest.$ac_ext
dd0e4a90
VZ
24240
24241 CFLAGS=$save_CFLAGS
21d1c967
GD
24242 fi
24243
e6cc62c6
VS
24244 echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
24245echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6
6a30f1c8
MB
24246 libp_link=""
24247 libsm_ice_link=""
24248 libs_found=0
24249 for libp in "" " -lXp"; do
24250 if test "$libs_found" = "0"; then
24251 for libsm_ice in " -lSM -lICE"; do
e26c13cf 24252 if test "$libs_found" = "0"; then
6a30f1c8
MB
24253 save_LIBS="$LIBS"
24254 LIBS="$GUI_TK_LIBRARY -lXm${xpm_link} ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
dd0e4a90
VZ
24255 save_CFLAGS=$CFLAGS
24256 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
24257
e6cc62c6
VS
24258 cat >conftest.$ac_ext <<_ACEOF
24259#line $LINENO "configure"
24260/* confdefs.h. */
24261_ACEOF
24262cat confdefs.h >>conftest.$ac_ext
24263cat >>conftest.$ac_ext <<_ACEOF
24264/* end confdefs.h. */
17234b26 24265
6a30f1c8
MB
24266 #include <Xm/Xm.h>
24267 #include <Xm/List.h>
e6cc62c6
VS
24268
24269int
24270main ()
24271{
6a30f1c8
MB
24272
24273 XmString string = NULL;
24274 Widget w = NULL;
24275 int position = 0;
24276 XmListAddItem(w, string, position);
e6cc62c6
VS
24277
24278 ;
24279 return 0;
24280}
24281_ACEOF
24282rm -f conftest.$ac_objext conftest$ac_exeext
24283if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24284 (eval $ac_link) 2>&5
24285 ac_status=$?
24286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24287 (exit $ac_status); } &&
24288 { ac_try='test -s conftest$ac_exeext'
24289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24290 (eval $ac_try) 2>&5
24291 ac_status=$?
24292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24293 (exit $ac_status); }; }; then
24294
6a30f1c8
MB
24295 libp_link="$libp"
24296 libsm_ice_link="$libsm_ice"
e6cc62c6
VS
24297 echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
24298echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6
6a30f1c8 24299 libs_found=1
e6cc62c6 24300
6a30f1c8 24301else
e6cc62c6
VS
24302 echo "$as_me: failed program was:" >&5
24303sed 's/^/| /' conftest.$ac_ext >&5
24304
24305
24306
6a30f1c8 24307fi
e6cc62c6 24308rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
dd0e4a90 24309
6a30f1c8 24310 LIBS="$save_LIBS"
dd0e4a90 24311 CFLAGS=$save_CFLAGS
6a30f1c8
MB
24312 fi
24313 done
24314 fi
24315 done
24316
24317 if test "$libs_found" = "0"; then
e6cc62c6
VS
24318 echo "$as_me:$LINENO: result: can't find the right libraries" >&5
24319echo "${ECHO_T}can't find the right libraries" >&6
24320 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
24321echo "$as_me: error: can't link a simple motif program" >&2;}
24322 { (exit 1); exit 1; }; }
6a30f1c8
MB
24323 fi
24324
da494b40
MB
24325 save_CFLAGS=$CFLAGS
24326 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
e6cc62c6
VS
24327 echo "$as_me:$LINENO: checking for Motif 2" >&5
24328echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6
24329 cat >conftest.$ac_ext <<_ACEOF
24330#line $LINENO "configure"
24331/* confdefs.h. */
24332_ACEOF
24333cat confdefs.h >>conftest.$ac_ext
24334cat >>conftest.$ac_ext <<_ACEOF
24335/* end confdefs.h. */
da494b40
MB
24336
24337 #include <Xm/Xm.h>
e6cc62c6
VS
24338
24339int
24340main ()
24341{
da494b40
MB
24342
24343 #if XmVersion < 2000
24344 #error "Not Motif 2"
24345 #endif
e6cc62c6
VS
24346
24347 ;
24348 return 0;
24349}
24350_ACEOF
24351rm -f conftest.$ac_objext
24352if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24353 (eval $ac_compile) 2>&5
24354 ac_status=$?
24355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24356 (exit $ac_status); } &&
24357 { ac_try='test -s conftest.$ac_objext'
24358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24359 (eval $ac_try) 2>&5
24360 ac_status=$?
24361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24362 (exit $ac_status); }; }; then
24363
24364 cat >>confdefs.h <<\_ACEOF
da494b40 24365#define __WXMOTIF20__ 1
e6cc62c6
VS
24366_ACEOF
24367
24368 echo "$as_me:$LINENO: result: found" >&5
24369echo "${ECHO_T}found" >&6
da494b40 24370
da494b40 24371else
e6cc62c6
VS
24372 echo "$as_me: failed program was:" >&5
24373sed 's/^/| /' conftest.$ac_ext >&5
24374
24375
24376 cat >>confdefs.h <<\_ACEOF
da494b40 24377#define __WXMOTIF20__ 0
e6cc62c6
VS
24378_ACEOF
24379
24380 echo "$as_me:$LINENO: result: not found" >&5
24381echo "${ECHO_T}not found" >&6
da494b40 24382
da494b40 24383fi
e6cc62c6 24384rm -f conftest.$ac_objext conftest.$ac_ext
da494b40
MB
24385 CFLAGS=$save_CFLAGS
24386
6a30f1c8 24387 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm$xpm_link${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
69c44812 24388 TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo${PATH_IFS}\${top_srcdir}/src/x11"
21d1c967
GD
24389 TOOLKIT=MOTIF
24390 GUIDIST=MOTIF_DIST
f7f78039
MB
24391 wxHAVE_XEXT_LIB=1
24392 fi
24393
24394 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1 &&
24395 test "$wxHAVE_XEXT_LIB" = 1; then
24396 save_CFLAGS="$CFLAGS"
24397 CFLAGS="$CFLAGS $TOOLKIT_INCLUDE"
24398
e6cc62c6
VS
24399 echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
24400echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6
24401 cat >conftest.$ac_ext <<_ACEOF
24402#line $LINENO "configure"
24403/* confdefs.h. */
24404_ACEOF
24405cat confdefs.h >>conftest.$ac_ext
24406cat >>conftest.$ac_ext <<_ACEOF
24407/* end confdefs.h. */
24408
24409 #include <X11/Xlib.h>
f7f78039 24410 #include <X11/extensions/shape.h>
e6cc62c6
VS
24411
24412int
24413main ()
24414{
f7f78039
MB
24415
24416 int dummy1, dummy2;
24417 XShapeQueryExtension((Display*)NULL,
24418 (int*)NULL, (int*)NULL);
e6cc62c6
VS
24419
24420 ;
24421 return 0;
24422}
24423_ACEOF
24424rm -f conftest.$ac_objext
24425if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24426 (eval $ac_compile) 2>&5
24427 ac_status=$?
24428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24429 (exit $ac_status); } &&
24430 { ac_try='test -s conftest.$ac_objext'
24431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24432 (eval $ac_try) 2>&5
24433 ac_status=$?
24434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24435 (exit $ac_status); }; }; then
24436
24437 cat >>confdefs.h <<\_ACEOF
f7f78039 24438#define HAVE_XSHAPE 1
e6cc62c6
VS
24439_ACEOF
24440
24441 echo "$as_me:$LINENO: result: found" >&5
24442echo "${ECHO_T}found" >&6
f7f78039 24443
f7f78039 24444else
e6cc62c6
VS
24445 echo "$as_me: failed program was:" >&5
24446sed 's/^/| /' conftest.$ac_ext >&5
24447
24448
24449 echo "$as_me:$LINENO: result: not found" >&5
24450echo "${ECHO_T}not found" >&6
24451
f7f78039 24452fi
e6cc62c6 24453rm -f conftest.$ac_objext conftest.$ac_ext
f7f78039 24454 CFLAGS="$save_CFLAGS"
21d1c967
GD
24455 fi
24456
24457 if test "$wxUSE_MAC" = 1; then
0c98a14e 24458 CPPFLAGS="$CPPFLAGS -fpascal-strings -I\${top_srcdir}/src/mac/morefilex -I/Developer/Headers/FlatCarbon"
21d1c967 24459
0c98a14e 24460 TOOLKIT_VPATH="\${top_srcdir}/src/mac${PATH_IFS}\${top_srcdir}/src/mac/morefilex"
21d1c967
GD
24461 TOOLKIT=MAC
24462 GUIDIST=MACX_DIST
cf615ebb 24463 WXBASEPORT="_carbon"
21d1c967
GD
24464 fi
24465
ac0c4cc3
DE
24466 if test "$wxUSE_COCOA" = 1; then
24467 TOOLKIT_VPATH="\${top_srcdir}/src/cocoa"
24468 TOOLKIT=COCOA
24469 GUIDIST=COCOA_DIST
24470 fi
24471
21d1c967
GD
24472 if test "$wxUSE_PM" = 1; then
24473 TOOLKIT=PM
24474 GUIDIST=GTK_DIST
e6cc62c6
VS
24475 { echo "$as_me:$LINENO: WARNING: OS/2 threads are not yet supported... disabled" >&5
24476echo "$as_me: WARNING: OS/2 threads are not yet supported... disabled" >&2;}
f657dbe7 24477 wxUSE_THREADS="no"
21d1c967
GD
24478 fi
24479
24480 if test "$TOOLKIT" = "PM" ; then
24481 TOOLKIT_DIR="os2"
24482 else
24483 TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"`
24484 fi
24485
24486 PORT_FILES="\${top_srcdir}/src/\$(TOOLKITDIR)/files.lst"
24487
24488 if test "$wxUSE_UNIVERSAL" = "yes"; then
24489 ALL_OBJECTS="\$(GUI_LOWLEVEL_OBJS) \${UNIVOBJS}"
24490
24491 ALL_SOURCES="\$(ALL_SOURCES) \${UNIV_SOURCES}"
24492 ALL_HEADERS="\$(ALL_HEADERS) \${UNIV_HEADERS}"
24493
24494 PORT_FILES="${PORT_FILES} \${top_srcdir}/src/univ/files.lst"
24495 if test "$wxUSE_X11" = 1; then
24496 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes"
24497 else
24498 TOOLKIT_VPATH="\${top_srcdir}/src/univ${PATH_IFS}\${top_srcdir}/src/univ/themes${PATH_IFS}\${top_srcdir}/src/${TOOLKIT_DIR}"
24499 fi
24500 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
24501 WIDGET_SET=univ
24502 else
24503 ALL_OBJECTS="\$(GUIOBJS)"
24504 ALL_SOURCES="\$(ALL_SOURCES)"
24505 ALL_HEADERS="\$(ALL_HEADERS)"
24506 fi
24507
24508 ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJS)"
24509
24510 if test "$TOOLKIT" != "MSW" -a "$USE_DOS" != 1; then
24511 ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)"
24512 fi
24513
24514 if test "$wxUSE_HTML" = "yes"; then
24515 ALL_OBJECTS="${ALL_OBJECTS} \$(HTMLOBJS)"
24516 fi
24517
24518 if test "$wxUSE_LIBJPEG" = "builtin" ; then
24519 ALL_OBJECTS="${ALL_OBJECTS} \$(JPEGOBJS)"
24520 fi
24521 if test "$wxUSE_LIBTIFF" = "builtin" ; then
24522 ALL_OBJECTS="${ALL_OBJECTS} \$(TIFFOBJS)"
24523 fi
24524 if test "$wxUSE_LIBPNG" = "builtin" ; then
24525 ALL_OBJECTS="${ALL_OBJECTS} \$(PNGOBJS)"
24526 fi
24527
24528 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
24529 DISTDIR="wx\$(TOOLKIT)"
90dd450c 24530else
21d1c967
GD
24531 USE_GUI=0
24532
24533 TOOLKIT_DIR="base"
24534
24535 if test "$USE_WIN32" = 1 ; then
24536 ALL_OBJECTS="\${BASE_OBJS} \${BASE_MSW_OBJS}"
24537 TOOLKIT_VPATH="\${top_srcdir}/src/msw"
24538
24539 TOOLKIT="MSW"
24540 else
24541 ALL_OBJECTS="\${BASE_OBJS} \${BASE_UNIX_OBJS}"
24542 TOOLKIT_VPATH="\${top_srcdir}/src/unix"
24543 fi
24544
24545 ALL_SOURCES="\$(ALL_SOURCES)"
24546 ALL_HEADERS="\$(ALL_HEADERS)"
24547
24548 PORT_FILES="\${top_srcdir}/src/files.lst"
24549
24550 GUIDIST="BASE_DIST"
24551 DISTDIR="wxBase"
d836ee96
VZ
24552fi
24553
8284b0c5 24554
8647bec6
RG
24555
24556
24557IODBC_C_SRC=""
24558
24559
24560if test "$TOOLKIT" != "MSW" ; then
24561
bb41dcbe 24562 if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then
8647bec6 24563
bb41dcbe 24564 if test "${ac_cv_header_sql_h+set}" = set; then
e6cc62c6
VS
24565 echo "$as_me:$LINENO: checking for sql.h" >&5
24566echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
24567if test "${ac_cv_header_sql_h+set}" = set; then
24568 echo $ECHO_N "(cached) $ECHO_C" >&6
24569fi
24570echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
24571echo "${ECHO_T}$ac_cv_header_sql_h" >&6
24572else
24573 # Is the header compilable?
24574echo "$as_me:$LINENO: checking sql.h usability" >&5
24575echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6
24576cat >conftest.$ac_ext <<_ACEOF
24577#line $LINENO "configure"
24578/* confdefs.h. */
24579_ACEOF
24580cat confdefs.h >>conftest.$ac_ext
24581cat >>conftest.$ac_ext <<_ACEOF
24582/* end confdefs.h. */
24583$ac_includes_default
8647bec6 24584#include <sql.h>
e6cc62c6
VS
24585_ACEOF
24586rm -f conftest.$ac_objext
24587if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24588 (eval $ac_compile) 2>&5
24589 ac_status=$?
24590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24591 (exit $ac_status); } &&
24592 { ac_try='test -s conftest.$ac_objext'
24593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24594 (eval $ac_try) 2>&5
24595 ac_status=$?
24596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24597 (exit $ac_status); }; }; then
24598 ac_header_compiler=yes
24599else
24600 echo "$as_me: failed program was:" >&5
24601sed 's/^/| /' conftest.$ac_ext >&5
24602
24603ac_header_compiler=no
24604fi
24605rm -f conftest.$ac_objext conftest.$ac_ext
24606echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24607echo "${ECHO_T}$ac_header_compiler" >&6
24608
24609# Is the header present?
24610echo "$as_me:$LINENO: checking sql.h presence" >&5
24611echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6
24612cat >conftest.$ac_ext <<_ACEOF
24613#line $LINENO "configure"
24614/* confdefs.h. */
24615_ACEOF
24616cat confdefs.h >>conftest.$ac_ext
24617cat >>conftest.$ac_ext <<_ACEOF
24618/* end confdefs.h. */
24619#include <sql.h>
24620_ACEOF
24621if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
24622 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
24623 ac_status=$?
24624 grep -v '^ *+' conftest.er1 >conftest.err
24625 rm -f conftest.er1
24626 cat conftest.err >&5
24627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24628 (exit $ac_status); } >/dev/null; then
24629 if test -s conftest.err; then
24630 ac_cpp_err=$ac_c_preproc_warn_flag
24631 else
24632 ac_cpp_err=
24633 fi
24634else
24635 ac_cpp_err=yes
24636fi
24637if test -z "$ac_cpp_err"; then
24638 ac_header_preproc=yes
24639else
24640 echo "$as_me: failed program was:" >&5
24641sed 's/^/| /' conftest.$ac_ext >&5
24642
24643 ac_header_preproc=no
24644fi
24645rm -f conftest.err conftest.$ac_ext
24646echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
24647echo "${ECHO_T}$ac_header_preproc" >&6
24648
24649# So? What about this header?
24650case $ac_header_compiler:$ac_header_preproc in
24651 yes:no )
24652 { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5
24653echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
24654 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
24655echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
24656 (
24657 cat <<\_ASBOX
24658## ------------------------------------ ##
24659## Report this to bug-autoconf@gnu.org. ##
24660## ------------------------------------ ##
24661_ASBOX
24662 ) |
24663 sed "s/^/$as_me: WARNING: /" >&2
24664 ;;
24665 no:yes )
24666 { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5
24667echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;}
24668 { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5
24669echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;}
24670 { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5
24671echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;}
24672 (
24673 cat <<\_ASBOX
24674## ------------------------------------ ##
24675## Report this to bug-autoconf@gnu.org. ##
24676## ------------------------------------ ##
24677_ASBOX
24678 ) |
24679 sed "s/^/$as_me: WARNING: /" >&2
24680 ;;
24681esac
24682echo "$as_me:$LINENO: checking for sql.h" >&5
24683echo $ECHO_N "checking for sql.h... $ECHO_C" >&6
24684if test "${ac_cv_header_sql_h+set}" = set; then
24685 echo $ECHO_N "(cached) $ECHO_C" >&6
8647bec6 24686else
e6cc62c6
VS
24687 ac_cv_header_sql_h=$ac_header_preproc
24688fi
24689echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5
24690echo "${ECHO_T}$ac_cv_header_sql_h" >&6
24691
bb41dcbe
VS
24692fi
24693if test $ac_cv_header_sql_h = yes; then
24694 found_sql_h=1
8647bec6
RG
24695fi
24696
e6cc62c6 24697
bb41dcbe
VS
24698 if test "x$found_sql_h" = "x1" ; then
24699 echo "$as_me:$LINENO: checking for iodbc in -lSQLAllocEnv" >&5
24700echo $ECHO_N "checking for iodbc in -lSQLAllocEnv... $ECHO_C" >&6
24701if test "${ac_cv_lib_SQLAllocEnv_iodbc+set}" = set; then
e6cc62c6 24702 echo $ECHO_N "(cached) $ECHO_C" >&6
8647bec6 24703else
bb41dcbe
VS
24704 ac_check_lib_save_LIBS=$LIBS
24705LIBS="-lSQLAllocEnv $LIBS"
e6cc62c6
VS
24706cat >conftest.$ac_ext <<_ACEOF
24707#line $LINENO "configure"
24708/* confdefs.h. */
24709_ACEOF
24710cat confdefs.h >>conftest.$ac_ext
24711cat >>conftest.$ac_ext <<_ACEOF
24712/* end confdefs.h. */
24713
8647bec6 24714/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
24715#ifdef __cplusplus
24716extern "C"
24717#endif
8647bec6 24718/* We use char because int might match the return type of a gcc2
e6cc62c6 24719 builtin and then its argument prototype would still apply. */
bb41dcbe 24720char iodbc ();
e6cc62c6
VS
24721int
24722main ()
24723{
bb41dcbe 24724iodbc ();
e6cc62c6
VS
24725 ;
24726 return 0;
24727}
24728_ACEOF
24729rm -f conftest.$ac_objext conftest$ac_exeext
24730if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24731 (eval $ac_link) 2>&5
24732 ac_status=$?
24733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24734 (exit $ac_status); } &&
24735 { ac_try='test -s conftest$ac_exeext'
24736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24737 (eval $ac_try) 2>&5
24738 ac_status=$?
24739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24740 (exit $ac_status); }; }; then
bb41dcbe 24741 ac_cv_lib_SQLAllocEnv_iodbc=yes
8647bec6 24742else
e6cc62c6
VS
24743 echo "$as_me: failed program was:" >&5
24744sed 's/^/| /' conftest.$ac_ext >&5
24745
bb41dcbe 24746ac_cv_lib_SQLAllocEnv_iodbc=no
8647bec6 24747fi
e6cc62c6 24748rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
bb41dcbe
VS
24749LIBS=$ac_check_lib_save_LIBS
24750fi
24751echo "$as_me:$LINENO: result: $ac_cv_lib_SQLAllocEnv_iodbc" >&5
24752echo "${ECHO_T}$ac_cv_lib_SQLAllocEnv_iodbc" >&6
24753if test $ac_cv_lib_SQLAllocEnv_iodbc = yes; then
24754 ODBC_LINK=" -liodbc"
24755else
24756
24757 echo "$as_me:$LINENO: checking for unixodbc in -lSQLAllocEnv" >&5
24758echo $ECHO_N "checking for unixodbc in -lSQLAllocEnv... $ECHO_C" >&6
24759if test "${ac_cv_lib_SQLAllocEnv_unixodbc+set}" = set; then
24760 echo $ECHO_N "(cached) $ECHO_C" >&6
24761else
24762 ac_check_lib_save_LIBS=$LIBS
24763LIBS="-lSQLAllocEnv $LIBS"
24764cat >conftest.$ac_ext <<_ACEOF
e6cc62c6
VS
24765#line $LINENO "configure"
24766/* confdefs.h. */
24767_ACEOF
24768cat confdefs.h >>conftest.$ac_ext
24769cat >>conftest.$ac_ext <<_ACEOF
24770/* end confdefs.h. */
24771
8647bec6 24772/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
24773#ifdef __cplusplus
24774extern "C"
24775#endif
8647bec6 24776/* We use char because int might match the return type of a gcc2
e6cc62c6 24777 builtin and then its argument prototype would still apply. */
bb41dcbe 24778char unixodbc ();
e6cc62c6
VS
24779int
24780main ()
24781{
bb41dcbe 24782unixodbc ();
e6cc62c6
VS
24783 ;
24784 return 0;
24785}
24786_ACEOF
24787rm -f conftest.$ac_objext conftest$ac_exeext
24788if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24789 (eval $ac_link) 2>&5
24790 ac_status=$?
24791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24792 (exit $ac_status); } &&
24793 { ac_try='test -s conftest$ac_exeext'
24794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24795 (eval $ac_try) 2>&5
24796 ac_status=$?
24797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24798 (exit $ac_status); }; }; then
bb41dcbe 24799 ac_cv_lib_SQLAllocEnv_unixodbc=yes
8647bec6 24800else
e6cc62c6
VS
24801 echo "$as_me: failed program was:" >&5
24802sed 's/^/| /' conftest.$ac_ext >&5
24803
bb41dcbe 24804ac_cv_lib_SQLAllocEnv_unixodbc=no
8647bec6 24805fi
e6cc62c6 24806rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
bb41dcbe 24807LIBS=$ac_check_lib_save_LIBS
e6cc62c6 24808fi
bb41dcbe
VS
24809echo "$as_me:$LINENO: result: $ac_cv_lib_SQLAllocEnv_unixodbc" >&5
24810echo "${ECHO_T}$ac_cv_lib_SQLAllocEnv_unixodbc" >&6
24811if test $ac_cv_lib_SQLAllocEnv_unixodbc = yes; then
24812 ODBC_LINK=" -lunixodbc"
24813else
24814
24815 echo "$as_me:$LINENO: checking for odbc in -lSQLAllocEnv" >&5
24816echo $ECHO_N "checking for odbc in -lSQLAllocEnv... $ECHO_C" >&6
24817if test "${ac_cv_lib_SQLAllocEnv_odbc+set}" = set; then
24818 echo $ECHO_N "(cached) $ECHO_C" >&6
24819else
24820 ac_check_lib_save_LIBS=$LIBS
24821LIBS="-lSQLAllocEnv $LIBS"
24822cat >conftest.$ac_ext <<_ACEOF
24823#line $LINENO "configure"
24824/* confdefs.h. */
24825_ACEOF
24826cat confdefs.h >>conftest.$ac_ext
24827cat >>conftest.$ac_ext <<_ACEOF
24828/* end confdefs.h. */
e6cc62c6 24829
bb41dcbe
VS
24830/* Override any gcc2 internal prototype to avoid an error. */
24831#ifdef __cplusplus
24832extern "C"
24833#endif
24834/* We use char because int might match the return type of a gcc2
24835 builtin and then its argument prototype would still apply. */
24836char odbc ();
24837int
24838main ()
24839{
24840odbc ();
24841 ;
24842 return 0;
24843}
24844_ACEOF
24845rm -f conftest.$ac_objext conftest$ac_exeext
24846if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24847 (eval $ac_link) 2>&5
24848 ac_status=$?
24849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24850 (exit $ac_status); } &&
24851 { ac_try='test -s conftest$ac_exeext'
24852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24853 (eval $ac_try) 2>&5
24854 ac_status=$?
24855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24856 (exit $ac_status); }; }; then
24857 ac_cv_lib_SQLAllocEnv_odbc=yes
e6cc62c6 24858else
bb41dcbe
VS
24859 echo "$as_me: failed program was:" >&5
24860sed 's/^/| /' conftest.$ac_ext >&5
24861
24862ac_cv_lib_SQLAllocEnv_odbc=no
24863fi
24864rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
24865LIBS=$ac_check_lib_save_LIBS
24866fi
24867echo "$as_me:$LINENO: result: $ac_cv_lib_SQLAllocEnv_odbc" >&5
24868echo "${ECHO_T}$ac_cv_lib_SQLAllocEnv_odbc" >&6
24869if test $ac_cv_lib_SQLAllocEnv_odbc = yes; then
24870 ODBC_LINK=" -lodbc"
24871fi
24872
24873
24874fi
e6cc62c6 24875
e6cc62c6 24876
8647bec6 24877fi
e6cc62c6 24878
fd3d7534 24879 fi
bb41dcbe
VS
24880 if test "x$ODBC_LINK" = "x" ; then
24881 if test "$wxUSE_ODBC" = "sys" ; then
24882 { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5
24883echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;}
24884 { (exit 1); exit 1; }; }
24885 else
24886 { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5
24887echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;}
24888 wxUSE_ODBC=builtin
24889 fi
24890 else
24891 wxUSE_ODBC=sys
8647bec6 24892 fi
8647bec6 24893 fi
bb41dcbe
VS
24894 if test "$wxUSE_ODBC" != "no" ; then
24895 cat >>confdefs.h <<\_ACEOF
24896#define wxUSE_ODBC 1
24897_ACEOF
e6cc62c6 24898
bb41dcbe
VS
24899 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db"
24900
24901 WXODBCFLAG="-D_IODBC_"
24902 fi
6232543b 24903fi
21d1c967
GD
24904
24905if test "$wxUSE_REGEX" = "builtin" ; then
24906 ALL_OBJECTS="${ALL_OBJECTS} \$(REGEXOBJS)"
1e487827 24907fi
21d1c967
GD
24908if test "$wxUSE_ZLIB" = "builtin" ; then
24909 ALL_OBJECTS="${ALL_OBJECTS} \$(ZLIBOBJS)"
bd3277fe
VZ
24910fi
24911
8284b0c5 24912
4d264332 24913USE_OPENGL=0
21d1c967 24914if test "$wxUSE_OPENGL" = "yes"; then
ac0c4cc3 24915 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then
21d1c967
GD
24916 OPENGL_LIBS="-framework OpenGL -framework AGL"
24917 elif test "$wxUSE_MSW" = 1; then
24918 OPENGL_LIBS="-lopengl32 -lglu32"
24919 else
01aa5863
VS
24920
24921
24922ac_find_includes=
24923for ac_dir in $SEARCH_INCLUDE /usr/include;
24924 do
24925 if test -f "$ac_dir/GL/gl.h"; then
24926 ac_find_includes=$ac_dir
24927 break
24928 fi
24929 done
24930
24931 if test "$ac_find_includes" != "" ; then
24932 echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
24933echo "${ECHO_T}found in $ac_find_includes" >&6
01aa5863
VS
24934
24935 if test "x$ac_find_includes" = "x/usr/include"; then
24936 ac_path_to_include=""
24937 else
24938 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
24939 result=$?
24940 if test $result = 0; then
24941 ac_path_to_include=""
24942 else
24943 ac_path_to_include=" -I$ac_find_includes"
24944 fi
24945 fi
24946
24947 CPPFLAGS="$CPPFLAGS$ac_path_to_include"
01aa5863
VS
24948 fi
24949
e6cc62c6
VS
24950 if test "${ac_cv_header_GL_gl_h+set}" = set; then
24951 echo "$as_me:$LINENO: checking for GL/gl.h" >&5
24952echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
24953if test "${ac_cv_header_GL_gl_h+set}" = set; then
24954 echo $ECHO_N "(cached) $ECHO_C" >&6
24955fi
24956echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
24957echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
24958else
24959 # Is the header compilable?
24960echo "$as_me:$LINENO: checking GL/gl.h usability" >&5
24961echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6
24962cat >conftest.$ac_ext <<_ACEOF
24963#line $LINENO "configure"
24964/* confdefs.h. */
24965_ACEOF
24966cat confdefs.h >>conftest.$ac_ext
24967cat >>conftest.$ac_ext <<_ACEOF
24968/* end confdefs.h. */
24969$ac_includes_default
21d1c967 24970#include <GL/gl.h>
e6cc62c6
VS
24971_ACEOF
24972rm -f conftest.$ac_objext
24973if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
24974 (eval $ac_compile) 2>&5
24975 ac_status=$?
24976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24977 (exit $ac_status); } &&
24978 { ac_try='test -s conftest.$ac_objext'
24979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24980 (eval $ac_try) 2>&5
24981 ac_status=$?
24982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24983 (exit $ac_status); }; }; then
24984 ac_header_compiler=yes
24985else
24986 echo "$as_me: failed program was:" >&5
24987sed 's/^/| /' conftest.$ac_ext >&5
24988
24989ac_header_compiler=no
24990fi
24991rm -f conftest.$ac_objext conftest.$ac_ext
24992echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
24993echo "${ECHO_T}$ac_header_compiler" >&6
24994
24995# Is the header present?
24996echo "$as_me:$LINENO: checking GL/gl.h presence" >&5
24997echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6
24998cat >conftest.$ac_ext <<_ACEOF
24999#line $LINENO "configure"
25000/* confdefs.h. */
25001_ACEOF
25002cat confdefs.h >>conftest.$ac_ext
25003cat >>conftest.$ac_ext <<_ACEOF
25004/* end confdefs.h. */
25005#include <GL/gl.h>
25006_ACEOF
25007if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
25008 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
25009 ac_status=$?
25010 grep -v '^ *+' conftest.er1 >conftest.err
25011 rm -f conftest.er1
25012 cat conftest.err >&5
25013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25014 (exit $ac_status); } >/dev/null; then
25015 if test -s conftest.err; then
25016 ac_cpp_err=$ac_c_preproc_warn_flag
25017 else
25018 ac_cpp_err=
25019 fi
25020else
25021 ac_cpp_err=yes
25022fi
25023if test -z "$ac_cpp_err"; then
25024 ac_header_preproc=yes
25025else
25026 echo "$as_me: failed program was:" >&5
25027sed 's/^/| /' conftest.$ac_ext >&5
25028
25029 ac_header_preproc=no
25030fi
25031rm -f conftest.err conftest.$ac_ext
25032echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
25033echo "${ECHO_T}$ac_header_preproc" >&6
25034
25035# So? What about this header?
25036case $ac_header_compiler:$ac_header_preproc in
25037 yes:no )
25038 { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5
25039echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
25040 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
25041echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
25042 (
25043 cat <<\_ASBOX
25044## ------------------------------------ ##
25045## Report this to bug-autoconf@gnu.org. ##
25046## ------------------------------------ ##
25047_ASBOX
25048 ) |
25049 sed "s/^/$as_me: WARNING: /" >&2
25050 ;;
25051 no:yes )
25052 { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5
25053echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;}
25054 { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5
25055echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;}
25056 { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5
25057echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;}
25058 (
25059 cat <<\_ASBOX
25060## ------------------------------------ ##
25061## Report this to bug-autoconf@gnu.org. ##
25062## ------------------------------------ ##
25063_ASBOX
25064 ) |
25065 sed "s/^/$as_me: WARNING: /" >&2
25066 ;;
25067esac
25068echo "$as_me:$LINENO: checking for GL/gl.h" >&5
25069echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6
25070if test "${ac_cv_header_GL_gl_h+set}" = set; then
25071 echo $ECHO_N "(cached) $ECHO_C" >&6
25072else
25073 ac_cv_header_GL_gl_h=$ac_header_preproc
703e0a69 25074fi
e6cc62c6
VS
25075echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
25076echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6
25077
698dcdb6 25078fi
e6cc62c6
VS
25079if test $ac_cv_header_GL_gl_h = yes; then
25080
89e3b3e4
VZ
25081 found_gl=0
25082
e6cc62c6
VS
25083 echo "$as_me:$LINENO: checking for -lGL" >&5
25084echo $ECHO_N "checking for -lGL... $ECHO_C" >&6
25085
21d1c967 25086ac_find_libraries=
2b5f62a0 25087for ac_dir in $SEARCH_LIB /usr/lib;
21d1c967
GD
25088 do
25089 for ac_extension in a so sl dylib; do
25090 if test -f "$ac_dir/libGL.$ac_extension"; then
25091 ac_find_libraries=$ac_dir
25092 break 2
25093 fi
25094 done
25095 done
25096
25097 if test "$ac_find_libraries" != "" ; then
e6cc62c6 25098
21d1c967
GD
25099 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
25100 result=$?
25101 if test $result = 0; then
25102 ac_path_to_link=""
25103 else
25104 ac_path_to_link=" -L$ac_find_libraries"
25105 fi
25106
89e3b3e4
VZ
25107 if test "$ac_path_to_link" != " -L/usr/lib" ; then
25108 LDFLAGS_GL="$ac_path_to_link"
21d1c967 25109 fi
89e3b3e4 25110
e6cc62c6 25111
89e3b3e4
VZ
25112ac_find_libraries=
25113for ac_dir in $SEARCH_LIB /usr/lib;
25114 do
25115 for ac_extension in a so sl dylib; do
25116 if test -f "$ac_dir/libGLU.$ac_extension"; then
25117 ac_find_libraries=$ac_dir
25118 break 2
25119 fi
25120 done
25121 done
25122
25123 if test "$ac_find_libraries" != "" ; then
e6cc62c6 25124
89e3b3e4
VZ
25125 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
25126 result=$?
25127 if test $result = 0; then
25128 ac_path_to_link=""
25129 else
25130 ac_path_to_link=" -L$ac_find_libraries"
25131 fi
25132
25133 if test "$ac_path_to_link" != " -L/usr/lib" -a \
25134 "$ac_path_to_link" != "$LDFLAGS_GL"; then
25135 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
25136 fi
25137
25138 found_gl=1
25139 OPENGL_LIBS="-lGL -lGLU"
e6cc62c6
VS
25140 echo "$as_me:$LINENO: result: yes" >&5
25141echo "${ECHO_T}yes" >&6
89e3b3e4
VZ
25142 fi
25143 fi
25144
bb41dcbe 25145 if test "$found_gl" != 1; then
e6cc62c6
VS
25146 echo "$as_me:$LINENO: result: no" >&5
25147echo "${ECHO_T}no" >&6
25148 echo "$as_me:$LINENO: checking for -lMesaGL" >&5
25149echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6
25150
21d1c967 25151ac_find_libraries=
2b5f62a0 25152for ac_dir in $SEARCH_LIB /usr/lib;
21d1c967
GD
25153 do
25154 for ac_extension in a so sl dylib; do
25155 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
25156 ac_find_libraries=$ac_dir
25157 break 2
25158 fi
25159 done
25160 done
25161
25162 if test "$ac_find_libraries" != "" ; then
e6cc62c6 25163
21d1c967
GD
25164 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
25165 result=$?
25166 if test $result = 0; then
25167 ac_path_to_link=""
25168 else
25169 ac_path_to_link=" -L$ac_find_libraries"
25170 fi
25171
25172 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
25173 OPENGL_LIBS="-lMesaGL -lMesaGLU"
e6cc62c6
VS
25174 echo "$as_me:$LINENO: result: yes" >&5
25175echo "${ECHO_T}yes" >&6
21d1c967 25176 else
e6cc62c6
VS
25177 echo "$as_me:$LINENO: result: no" >&5
25178echo "${ECHO_T}no" >&6
21d1c967
GD
25179 fi
25180 fi
e6cc62c6 25181
5c6fa7d2 25182fi
52127426 25183
8284b0c5 25184
e6cc62c6 25185
21d1c967 25186 if test "x$OPENGL_LIBS" = "x"; then
e6cc62c6
VS
25187 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
25188echo "$as_me: error: OpenGL libraries not available" >&2;}
25189 { (exit 1); exit 1; }; }
21d1c967
GD
25190 fi
25191 fi
90dd450c 25192
21d1c967 25193 if test "$wxUSE_OPENGL" = "yes"; then
4d264332 25194 USE_OPENGL=1
e6cc62c6 25195 cat >>confdefs.h <<\_ACEOF
21d1c967 25196#define wxUSE_OPENGL 1
e6cc62c6 25197_ACEOF
21d1c967 25198
e6cc62c6 25199 cat >>confdefs.h <<\_ACEOF
21d1c967 25200#define wxUSE_GLCANVAS 1
e6cc62c6 25201_ACEOF
21d1c967 25202
520755bb 25203 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
21d1c967 25204 fi
10f2d63a 25205fi
21d1c967
GD
25206
25207if test -z "$TOOLKIT_VPATH" ; then
25208 TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}"
10f2d63a 25209fi
21d1c967
GD
25210
25211if test -n "$TOOLKIT" ; then
25212 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
25213fi
25214
fe0895cf 25215UNICODE=0
21d1c967
GD
25216lib_unicode_suffix=
25217if test "$wxUSE_UNICODE" = "yes"; then
25218 lib_unicode_suffix=u
fe0895cf 25219 UNICODE=1
90dd450c 25220fi
698dcdb6 25221
21d1c967 25222lib_debug_suffix=
6c67131a 25223DEBUG_FLAG=0
21d1c967
GD
25224if test "$wxUSE_DEBUG_FLAG" = "yes"; then
25225 lib_debug_suffix=d
6c67131a
VS
25226 DEBUG_FLAG=1
25227fi
25228
25229DEBUG_INFO=0
25230if test "$wxUSE_DEBUG_INFO" = "yes"; then
25231 DEBUG_INFO=1
21d1c967 25232fi
698dcdb6 25233
1cbb95a2 25234WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"`
2b5f62a0
VZ
25235
25236TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}-${WX_RELEASE}"
25237TOOLCHAIN_NAME_GL="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}_gl-${WX_RELEASE}"
21d1c967
GD
25238
25239if test "$cross_compiling" = "yes"; then
25240 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}-${host_alias}"
25241 TOOLCHAIN_NAME_GL="${TOOLCHAIN_NAME_GL}-${host_alias}"
ea66c762 25242 HOST_SUFFIX="-${host_alias}"
21d1c967
GD
25243fi
25244
25245WX_LIBRARY="wx_${TOOLCHAIN_NAME}"
25246WX_LIBRARY_GL="wx_${TOOLCHAIN_NAME_GL}"
cf615ebb
VS
25247WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}"
25248WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}"
21d1c967
GD
25249
25250WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
25251WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}"
25252
25253WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${SO_SUFFIX}.${WX_CURRENT}"
25254WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
25255WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}.${WX_CURRENT}"
25256WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
25257
25258case "${host}" in
25259 *-*-cygwin* | *-*-mingw32* )
ec67c474
VS
25260 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${SO_SUFFIX}"
25261 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
21d1c967
GD
25262 ;;
25263
25264 *-*-darwin* )
e6cc62c6 25265
05159a27
GD
25266 WX_LIBRARY_NAME_SHARED="lib${WX_LIBRARY}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
25267 WX_LIBRARY_NAME_SHARED_GL="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${WX_REVISION}.${WX_AGE}.${SO_SUFFIX}"
25268
25269 WX_LIBRARY_LINK1="lib${WX_LIBRARY}.${WX_CURRENT}.${SO_SUFFIX}"
25270 WX_LIBRARY_LINK2="lib${WX_LIBRARY}.${SO_SUFFIX}"
25271 WX_LIBRARY_LINK1_GL="lib${WX_LIBRARY_GL}.${WX_CURRENT}.${SO_SUFFIX}"
25272 WX_LIBRARY_LINK2_GL="lib${WX_LIBRARY_GL}.${SO_SUFFIX}"
25273
21d1c967 25274 if test "$wxUSE_MAC" = 1; then
f346733b
GD
25275 WX_RESOURCES_MACOSX_ASCII="lib${WX_LIBRARY}.${WX_CURRENT}.r"
25276 WX_RESOURCES_MACOSX_DATA="lib${WX_LIBRARY}.${WX_CURRENT}.rsrc"
21d1c967
GD
25277 fi
25278 ;;
25279esac
25280
25281WX_LIBRARY_NAME_STATIC="lib${WX_LIBRARY}.a"
25282WX_LIBRARY_NAME_STATIC_GL="lib${WX_LIBRARY_GL}.a"
25283
25284WXCONFIG_LIBS="-l${WX_LIBRARY}"
25285WXCONFIG_LIBS_STATIC="lib${WX_LIBRARY}.a"
25286
25287if test "$wxUSE_OPENGL" = "yes"; then
25288 WXCONFIG_LIBS_GL="-l${WX_LIBRARY_GL} ${OPENGL_LIBS}"
25289 WXCONFIG_LIBS_STATIC_GL="lib${WX_LIBRARY_GL}.a ${OPENGL_LIBS}"
25290fi
25291
8284b0c5
MB
25292
25293
21d1c967
GD
25294if test "$wxUSE_SHARED" = "yes"; then
25295 case "${host}" in
25296 *-pc-os2_emx | *-pc-os2-emx | \
25297 *-pc-msdosdjgpp )
25298 wxUSE_SHARED=no
e6cc62c6
VS
25299 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
25300echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
21d1c967
GD
25301 ;;
25302 esac
25303fi
25304
fe0895cf 25305SHARED=0
2b5f62a0 25306if test "$wxUSE_SHARED" = "yes"; then
fe0895cf 25307 SHARED=1
2b5f62a0 25308
e6cc62c6 25309
2b5f62a0
VZ
25310 found_versioning=no
25311
e6cc62c6 25312
2b5f62a0 25313 if test $found_versioning = no ; then
e6cc62c6
VS
25314 echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
25315echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6
25316if test "${wx_cv_version_script+set}" = set; then
25317 echo $ECHO_N "(cached) $ECHO_C" >&6
2b5f62a0 25318else
e6cc62c6 25319
2b5f62a0
VZ
25320 echo "VER_1 { *; };" >conftest.sym
25321 echo "int main() { return 0; }" >conftest.cpp
e6cc62c6 25322
2b5f62a0
VZ
25323 if { ac_try='
25324 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
e6cc62c6
VS
25325 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
25326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25327 (eval $ac_try) 2>&5
25328 ac_status=$?
25329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25330 (exit $ac_status); }; } ; then
2b5f62a0
VZ
25331 if test -s conftest.stderr ; then
25332 wx_cv_version_script=no
25333 else
25334 wx_cv_version_script=yes
25335 fi
25336 else
25337 wx_cv_version_script=no
25338 fi
25339 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
2b5f62a0 25340
e6cc62c6
VS
25341fi
25342echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
25343echo "${ECHO_T}$wx_cv_version_script" >&6
2b5f62a0 25344 if test $wx_cv_version_script = yes ; then
e6cc62c6 25345 LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script"
2b5f62a0
VZ
25346 fi
25347 fi
21d1c967 25348
21d1c967 25349
21d1c967 25350 case "${host}" in
fe0895cf 25351 *-*-linux* | *-*-gnu* )
e6cc62c6 25352 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
345b8952 25353 ;;
21d1c967
GD
25354
25355 *-*-solaris2* )
25356 if test "$GCC" = yes ; then
25357 CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include"
fe0895cf
VS
25358
25359 saveLdflags="$LDFLAGS"
25360 LDFLAGS="$saveLdflags -Wl,-rpath,/"
e6cc62c6
VS
25361 echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
25362echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6
25363 cat >conftest.$ac_ext <<_ACEOF
25364#line $LINENO "configure"
25365/* confdefs.h. */
25366_ACEOF
25367cat confdefs.h >>conftest.$ac_ext
25368cat >>conftest.$ac_ext <<_ACEOF
25369/* end confdefs.h. */
25370
25371int
25372main ()
25373{
fe0895cf 25374
e6cc62c6
VS
25375 ;
25376 return 0;
25377}
25378_ACEOF
25379rm -f conftest.$ac_objext conftest$ac_exeext
25380if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25381 (eval $ac_link) 2>&5
25382 ac_status=$?
25383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25384 (exit $ac_status); } &&
25385 { ac_try='test -s conftest$ac_exeext'
25386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25387 (eval $ac_try) 2>&5
25388 ac_status=$?
25389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25390 (exit $ac_status); }; }; then
25391
25392 echo "$as_me:$LINENO: result: yes" >&5
25393echo "${ECHO_T}yes" >&6
25394 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib"
25395
25396else
25397 echo "$as_me: failed program was:" >&5
25398sed 's/^/| /' conftest.$ac_ext >&5
25399
25400
25401 echo "$as_me:$LINENO: result: no" >&5
25402echo "${ECHO_T}no" >&6
25403 echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
25404echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6
fe0895cf 25405 LDFLAGS="$saveLdflags -Wl,-R,/"
e6cc62c6
VS
25406 cat >conftest.$ac_ext <<_ACEOF
25407#line $LINENO "configure"
25408/* confdefs.h. */
25409_ACEOF
25410cat confdefs.h >>conftest.$ac_ext
25411cat >>conftest.$ac_ext <<_ACEOF
25412/* end confdefs.h. */
25413
25414int
25415main ()
25416{
25417
25418 ;
25419 return 0;
25420}
25421_ACEOF
25422rm -f conftest.$ac_objext conftest$ac_exeext
25423if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25424 (eval $ac_link) 2>&5
25425 ac_status=$?
25426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25427 (exit $ac_status); } &&
25428 { ac_try='test -s conftest$ac_exeext'
25429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25430 (eval $ac_try) 2>&5
25431 ac_status=$?
25432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25433 (exit $ac_status); }; }; then
25434
25435 echo "$as_me:$LINENO: result: yes" >&5
25436echo "${ECHO_T}yes" >&6
25437 SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib"
25438else
25439 echo "$as_me: failed program was:" >&5
25440sed 's/^/| /' conftest.$ac_ext >&5
fe0895cf 25441
fe0895cf 25442
e6cc62c6
VS
25443 echo "$as_me:$LINENO: result: no" >&5
25444echo "${ECHO_T}no" >&6
25445
fe0895cf 25446fi
e6cc62c6
VS
25447rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
25448
25449fi
25450rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
fe0895cf 25451 LDFLAGS="$saveLdflags"
21d1c967
GD
25452 else
25453 SHARED_LD="${CXX} -G -o"
25454 PIC_FLAG="-KPIC"
e6cc62c6 25455 SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib"
21d1c967
GD
25456 fi
25457 ;;
0f1bc9c2
VS
25458
25459 powerpc-*-darwin* )
ef0add05
VS
25460 SAMPLES_RPATH_POSTLINK="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@"
25461 cat <<EOF >change-install-names
25462#!/bin/sh
25463libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
25464inst_cmd="install_name_tool "
25465for i in \${libnames} ; do
25466 inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}"
25467done
25468\${inst_cmd} \${3}
25469EOF
25470 chmod +x change-install-names
0f1bc9c2
VS
25471 ;;
25472
21d1c967
GD
25473 esac
25474
25475 if test "x$WX_TARGET_LIBRARY" = "x"; then
25476 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_SHARED}"
25477 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_SHARED_GL}"
25478 fi
25479
25480 WX_TARGET_LIBRARY_TYPE="so"
25481 INSTALL_LIBRARY='$(INSTALL_PROGRAM)'
90dd450c 25482fi
10f2d63a 25483
21d1c967
GD
25484if test "$wxUSE_SHARED" = "no"; then
25485
25486 if test "$wxUSE_GUI" = "no" -o "$USE_WIN32" = 1 ; then
25487 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
25488 fi
25489
ac0c4cc3 25490 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
21d1c967
GD
25491 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall"
25492 fi
25493
25494 if test "$wxUSE_OPENGL" = "yes"; then
25495 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_gl"
25496 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC} \$(build_libdir)/${WX_LIBRARY_NAME_STATIC_GL}"
25497 else
25498 WX_ALL="\$(build_libdir)/${WX_LIBRARY_NAME_STATIC}"
25499 fi
25500
25501 WX_TARGET_LIBRARY="${WX_LIBRARY_NAME_STATIC}"
25502 WX_TARGET_LIBRARY_GL="${WX_LIBRARY_NAME_STATIC_GL}"
25503
25504 WX_TARGET_LIBRARY_TYPE="a"
25505 INSTALL_LIBRARY='$(INSTALL_DATA)'
2bffed64
VZ
25506
25507 STATIC_FLAG="yes"
25508else
25509 STATIC_FLAG="no"
90dd450c 25510fi
1e487827 25511
93fac604
VZ
25512MACRESCOMP="@#"
25513MACSETFILE="@#"
36825681 25514MACRESWXCONFIG="#"
21d1c967 25515if test "$wxUSE_MAC" = 1; then
e6cc62c6 25516 LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}"
21d1c967
GD
25517 WX_ALL="${WX_ALL} ${LIBWXMACRES}"
25518 WX_ALL_INSTALLED="${WX_ALL_INSTALLED} preinstall_res"
25519 # Extract the first word of "Rez", so it can be a program name with args.
25520set dummy Rez; ac_word=$2
e6cc62c6
VS
25521echo "$as_me:$LINENO: checking for $ac_word" >&5
25522echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25523if test "${ac_cv_prog_RESCOMP+set}" = set; then
25524 echo $ECHO_N "(cached) $ECHO_C" >&6
b93d0d08 25525else
21d1c967
GD
25526 if test -n "$RESCOMP"; then
25527 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
b93d0d08 25528else
e6cc62c6
VS
25529as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25530for as_dir in $PATH
25531do
25532 IFS=$as_save_IFS
25533 test -z "$as_dir" && as_dir=.
25534 for ac_exec_ext in '' $ac_executable_extensions; do
25535 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25536 ac_cv_prog_RESCOMP="Rez"
25537 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25538 break 2
25539 fi
25540done
25541done
25542
21d1c967 25543 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
b93d0d08 25544fi
b93d0d08 25545fi
e6cc62c6 25546RESCOMP=$ac_cv_prog_RESCOMP
21d1c967 25547if test -n "$RESCOMP"; then
e6cc62c6
VS
25548 echo "$as_me:$LINENO: result: $RESCOMP" >&5
25549echo "${ECHO_T}$RESCOMP" >&6
90dd450c 25550else
e6cc62c6
VS
25551 echo "$as_me:$LINENO: result: no" >&5
25552echo "${ECHO_T}no" >&6
90dd450c 25553fi
b93d0d08 25554
21d1c967
GD
25555 # Extract the first word of "DeRez", so it can be a program name with args.
25556set dummy DeRez; ac_word=$2
e6cc62c6
VS
25557echo "$as_me:$LINENO: checking for $ac_word" >&5
25558echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25559if test "${ac_cv_prog_DEREZ+set}" = set; then
25560 echo $ECHO_N "(cached) $ECHO_C" >&6
3a922bb4 25561else
21d1c967
GD
25562 if test -n "$DEREZ"; then
25563 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
4f14bcd8 25564else
e6cc62c6
VS
25565as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25566for as_dir in $PATH
25567do
25568 IFS=$as_save_IFS
25569 test -z "$as_dir" && as_dir=.
25570 for ac_exec_ext in '' $ac_executable_extensions; do
25571 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25572 ac_cv_prog_DEREZ="DeRez"
25573 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25574 break 2
25575 fi
25576done
25577done
25578
21d1c967 25579 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
3a922bb4 25580fi
90dd450c 25581fi
e6cc62c6 25582DEREZ=$ac_cv_prog_DEREZ
21d1c967 25583if test -n "$DEREZ"; then
e6cc62c6
VS
25584 echo "$as_me:$LINENO: result: $DEREZ" >&5
25585echo "${ECHO_T}$DEREZ" >&6
90dd450c 25586else
e6cc62c6
VS
25587 echo "$as_me:$LINENO: result: no" >&5
25588echo "${ECHO_T}no" >&6
3a922bb4 25589fi
698dcdb6 25590
36825681
GD
25591 # Extract the first word of "SetFile", so it can be a program name with args.
25592set dummy SetFile; ac_word=$2
e6cc62c6
VS
25593echo "$as_me:$LINENO: checking for $ac_word" >&5
25594echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25595if test "${ac_cv_prog_SETFILE+set}" = set; then
25596 echo $ECHO_N "(cached) $ECHO_C" >&6
36825681
GD
25597else
25598 if test -n "$SETFILE"; then
25599 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
25600else
e6cc62c6
VS
25601as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25602for as_dir in $PATH
25603do
25604 IFS=$as_save_IFS
25605 test -z "$as_dir" && as_dir=.
25606 for ac_exec_ext in '' $ac_executable_extensions; do
25607 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25608 ac_cv_prog_SETFILE="SetFile"
25609 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25610 break 2
25611 fi
25612done
25613done
25614
36825681
GD
25615 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
25616fi
25617fi
e6cc62c6 25618SETFILE=$ac_cv_prog_SETFILE
36825681 25619if test -n "$SETFILE"; then
e6cc62c6
VS
25620 echo "$as_me:$LINENO: result: $SETFILE" >&5
25621echo "${ECHO_T}$SETFILE" >&6
36825681 25622else
e6cc62c6
VS
25623 echo "$as_me:$LINENO: result: no" >&5
25624echo "${ECHO_T}no" >&6
36825681
GD
25625fi
25626
21d1c967 25627 MACOSX_BUNDLE="bundle"
36825681
GD
25628 MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r ${LIBWXMACRES} -o"
25629 MACSETFILE="\$(SETFILE)"
9711d31e 25630 MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
64440d77
DE
25631elif test "$wxUSE_COCOA" = 1; then
25632 # Extract the first word of "Rez", so it can be a program name with args.
25633set dummy Rez; ac_word=$2
e6cc62c6
VS
25634echo "$as_me:$LINENO: checking for $ac_word" >&5
25635echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25636if test "${ac_cv_prog_RESCOMP+set}" = set; then
25637 echo $ECHO_N "(cached) $ECHO_C" >&6
64440d77
DE
25638else
25639 if test -n "$RESCOMP"; then
25640 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
25641else
e6cc62c6
VS
25642as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25643for as_dir in $PATH
25644do
25645 IFS=$as_save_IFS
25646 test -z "$as_dir" && as_dir=.
25647 for ac_exec_ext in '' $ac_executable_extensions; do
25648 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25649 ac_cv_prog_RESCOMP="Rez"
25650 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25651 break 2
25652 fi
25653done
25654done
25655
64440d77
DE
25656 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
25657fi
25658fi
e6cc62c6 25659RESCOMP=$ac_cv_prog_RESCOMP
64440d77 25660if test -n "$RESCOMP"; then
e6cc62c6
VS
25661 echo "$as_me:$LINENO: result: $RESCOMP" >&5
25662echo "${ECHO_T}$RESCOMP" >&6
64440d77 25663else
e6cc62c6
VS
25664 echo "$as_me:$LINENO: result: no" >&5
25665echo "${ECHO_T}no" >&6
64440d77
DE
25666fi
25667
25668 # Extract the first word of "DeRez", so it can be a program name with args.
25669set dummy DeRez; ac_word=$2
e6cc62c6
VS
25670echo "$as_me:$LINENO: checking for $ac_word" >&5
25671echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25672if test "${ac_cv_prog_DEREZ+set}" = set; then
25673 echo $ECHO_N "(cached) $ECHO_C" >&6
64440d77
DE
25674else
25675 if test -n "$DEREZ"; then
25676 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
25677else
e6cc62c6
VS
25678as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25679for as_dir in $PATH
25680do
25681 IFS=$as_save_IFS
25682 test -z "$as_dir" && as_dir=.
25683 for ac_exec_ext in '' $ac_executable_extensions; do
25684 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25685 ac_cv_prog_DEREZ="DeRez"
25686 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25687 break 2
25688 fi
25689done
25690done
25691
64440d77
DE
25692 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
25693fi
25694fi
e6cc62c6 25695DEREZ=$ac_cv_prog_DEREZ
64440d77 25696if test -n "$DEREZ"; then
e6cc62c6
VS
25697 echo "$as_me:$LINENO: result: $DEREZ" >&5
25698echo "${ECHO_T}$DEREZ" >&6
64440d77 25699else
e6cc62c6
VS
25700 echo "$as_me:$LINENO: result: no" >&5
25701echo "${ECHO_T}no" >&6
64440d77
DE
25702fi
25703
25704 # Extract the first word of "SetFile", so it can be a program name with args.
25705set dummy SetFile; ac_word=$2
e6cc62c6
VS
25706echo "$as_me:$LINENO: checking for $ac_word" >&5
25707echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25708if test "${ac_cv_prog_SETFILE+set}" = set; then
25709 echo $ECHO_N "(cached) $ECHO_C" >&6
64440d77
DE
25710else
25711 if test -n "$SETFILE"; then
25712 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
25713else
e6cc62c6
VS
25714as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25715for as_dir in $PATH
25716do
25717 IFS=$as_save_IFS
25718 test -z "$as_dir" && as_dir=.
25719 for ac_exec_ext in '' $ac_executable_extensions; do
25720 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25721 ac_cv_prog_SETFILE="SetFile"
25722 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25723 break 2
25724 fi
25725done
25726done
25727
64440d77
DE
25728 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
25729fi
25730fi
e6cc62c6 25731SETFILE=$ac_cv_prog_SETFILE
64440d77 25732if test -n "$SETFILE"; then
e6cc62c6
VS
25733 echo "$as_me:$LINENO: result: $SETFILE" >&5
25734echo "${ECHO_T}$SETFILE" >&6
64440d77 25735else
e6cc62c6
VS
25736 echo "$as_me:$LINENO: result: no" >&5
25737echo "${ECHO_T}no" >&6
64440d77
DE
25738fi
25739
25740 MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o"
25741 MACSETFILE="\$(SETFILE)"
9711d31e 25742 MACRESWXCONFIG="echo -n | ${RESCOMP} -d __DARWIN__ -t APPL \${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o"
21d1c967
GD
25743else
25744 if test "$wxUSE_PM" = 1; then
36825681 25745 MACRESCOMP="emxbind -ep"
90dd450c 25746 fi
4f14bcd8 25747fi
10f2d63a 25748
8284b0c5 25749
e6cc62c6
VS
25750echo "$as_me:$LINENO: checking for mode_t" >&5
25751echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
25752if test "${ac_cv_type_mode_t+set}" = set; then
25753 echo $ECHO_N "(cached) $ECHO_C" >&6
52127426 25754else
e6cc62c6
VS
25755 cat >conftest.$ac_ext <<_ACEOF
25756#line $LINENO "configure"
25757/* confdefs.h. */
25758_ACEOF
25759cat confdefs.h >>conftest.$ac_ext
25760cat >>conftest.$ac_ext <<_ACEOF
25761/* end confdefs.h. */
25762$ac_includes_default
25763int
25764main ()
25765{
25766if ((mode_t *) 0)
25767 return 0;
25768if (sizeof (mode_t))
25769 return 0;
25770 ;
25771 return 0;
25772}
25773_ACEOF
25774rm -f conftest.$ac_objext
25775if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25776 (eval $ac_compile) 2>&5
25777 ac_status=$?
25778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25779 (exit $ac_status); } &&
25780 { ac_try='test -s conftest.$ac_objext'
25781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25782 (eval $ac_try) 2>&5
25783 ac_status=$?
25784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25785 (exit $ac_status); }; }; then
25786 ac_cv_type_mode_t=yes
a0b9e27f 25787else
e6cc62c6
VS
25788 echo "$as_me: failed program was:" >&5
25789sed 's/^/| /' conftest.$ac_ext >&5
a0b9e27f 25790
e6cc62c6 25791ac_cv_type_mode_t=no
a0b9e27f 25792fi
e6cc62c6 25793rm -f conftest.$ac_objext conftest.$ac_ext
52127426 25794fi
e6cc62c6
VS
25795echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
25796echo "${ECHO_T}$ac_cv_type_mode_t" >&6
25797if test $ac_cv_type_mode_t = yes; then
247f5006
VZ
25798 :
25799else
a0b9e27f 25800
e6cc62c6
VS
25801cat >>confdefs.h <<_ACEOF
25802#define mode_t int
25803_ACEOF
8284b0c5
MB
25804
25805fi
25806
e6cc62c6
VS
25807echo "$as_me:$LINENO: checking for off_t" >&5
25808echo $ECHO_N "checking for off_t... $ECHO_C" >&6
25809if test "${ac_cv_type_off_t+set}" = set; then
25810 echo $ECHO_N "(cached) $ECHO_C" >&6
8284b0c5 25811else
e6cc62c6
VS
25812 cat >conftest.$ac_ext <<_ACEOF
25813#line $LINENO "configure"
25814/* confdefs.h. */
25815_ACEOF
25816cat confdefs.h >>conftest.$ac_ext
25817cat >>conftest.$ac_ext <<_ACEOF
25818/* end confdefs.h. */
25819$ac_includes_default
25820int
25821main ()
25822{
25823if ((off_t *) 0)
25824 return 0;
25825if (sizeof (off_t))
25826 return 0;
25827 ;
25828 return 0;
25829}
25830_ACEOF
25831rm -f conftest.$ac_objext
25832if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25833 (eval $ac_compile) 2>&5
25834 ac_status=$?
25835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25836 (exit $ac_status); } &&
25837 { ac_try='test -s conftest.$ac_objext'
25838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25839 (eval $ac_try) 2>&5
25840 ac_status=$?
25841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25842 (exit $ac_status); }; }; then
25843 ac_cv_type_off_t=yes
5c6fa7d2 25844else
e6cc62c6
VS
25845 echo "$as_me: failed program was:" >&5
25846sed 's/^/| /' conftest.$ac_ext >&5
a0b9e27f 25847
e6cc62c6 25848ac_cv_type_off_t=no
8284b0c5 25849fi
e6cc62c6 25850rm -f conftest.$ac_objext conftest.$ac_ext
8284b0c5 25851fi
e6cc62c6
VS
25852echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
25853echo "${ECHO_T}$ac_cv_type_off_t" >&6
25854if test $ac_cv_type_off_t = yes; then
25855 :
247f5006
VZ
25856else
25857
e6cc62c6 25858cat >>confdefs.h <<_ACEOF
90dd450c 25859#define off_t long
e6cc62c6 25860_ACEOF
10f2d63a 25861
90dd450c 25862fi
10f2d63a 25863
e6cc62c6
VS
25864echo "$as_me:$LINENO: checking for pid_t" >&5
25865echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
25866if test "${ac_cv_type_pid_t+set}" = set; then
25867 echo $ECHO_N "(cached) $ECHO_C" >&6
4f14bcd8 25868else
e6cc62c6
VS
25869 cat >conftest.$ac_ext <<_ACEOF
25870#line $LINENO "configure"
25871/* confdefs.h. */
25872_ACEOF
25873cat confdefs.h >>conftest.$ac_ext
25874cat >>conftest.$ac_ext <<_ACEOF
25875/* end confdefs.h. */
25876$ac_includes_default
25877int
25878main ()
25879{
25880if ((pid_t *) 0)
25881 return 0;
25882if (sizeof (pid_t))
25883 return 0;
25884 ;
25885 return 0;
25886}
25887_ACEOF
25888rm -f conftest.$ac_objext
25889if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25890 (eval $ac_compile) 2>&5
25891 ac_status=$?
25892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25893 (exit $ac_status); } &&
25894 { ac_try='test -s conftest.$ac_objext'
25895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25896 (eval $ac_try) 2>&5
25897 ac_status=$?
25898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25899 (exit $ac_status); }; }; then
90dd450c 25900 ac_cv_type_pid_t=yes
698dcdb6 25901else
e6cc62c6
VS
25902 echo "$as_me: failed program was:" >&5
25903sed 's/^/| /' conftest.$ac_ext >&5
247f5006 25904
e6cc62c6
VS
25905ac_cv_type_pid_t=no
25906fi
25907rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 25908fi
e6cc62c6
VS
25909echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
25910echo "${ECHO_T}$ac_cv_type_pid_t" >&6
25911if test $ac_cv_type_pid_t = yes; then
25912 :
25913else
25914
25915cat >>confdefs.h <<_ACEOF
90dd450c 25916#define pid_t int
e6cc62c6 25917_ACEOF
10f2d63a 25918
7b4a847f
RR
25919fi
25920
e6cc62c6
VS
25921echo "$as_me:$LINENO: checking for size_t" >&5
25922echo $ECHO_N "checking for size_t... $ECHO_C" >&6
25923if test "${ac_cv_type_size_t+set}" = set; then
25924 echo $ECHO_N "(cached) $ECHO_C" >&6
7b4a847f 25925else
e6cc62c6
VS
25926 cat >conftest.$ac_ext <<_ACEOF
25927#line $LINENO "configure"
25928/* confdefs.h. */
25929_ACEOF
25930cat confdefs.h >>conftest.$ac_ext
25931cat >>conftest.$ac_ext <<_ACEOF
25932/* end confdefs.h. */
25933$ac_includes_default
25934int
25935main ()
25936{
25937if ((size_t *) 0)
25938 return 0;
25939if (sizeof (size_t))
25940 return 0;
25941 ;
25942 return 0;
25943}
25944_ACEOF
25945rm -f conftest.$ac_objext
25946if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25947 (eval $ac_compile) 2>&5
25948 ac_status=$?
25949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25950 (exit $ac_status); } &&
25951 { ac_try='test -s conftest.$ac_objext'
25952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25953 (eval $ac_try) 2>&5
25954 ac_status=$?
25955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25956 (exit $ac_status); }; }; then
90dd450c 25957 ac_cv_type_size_t=yes
18dbb1f6 25958else
e6cc62c6
VS
25959 echo "$as_me: failed program was:" >&5
25960sed 's/^/| /' conftest.$ac_ext >&5
247f5006 25961
e6cc62c6 25962ac_cv_type_size_t=no
a0b9e27f 25963fi
e6cc62c6
VS
25964rm -f conftest.$ac_objext conftest.$ac_ext
25965fi
25966echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
25967echo "${ECHO_T}$ac_cv_type_size_t" >&6
25968if test $ac_cv_type_size_t = yes; then
25969 :
25970else
25971
25972cat >>confdefs.h <<_ACEOF
90dd450c 25973#define size_t unsigned
e6cc62c6 25974_ACEOF
90dd450c
VZ
25975
25976fi
25977
e6cc62c6
VS
25978echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5
25979echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6
25980if test "${ac_cv_type_uid_t+set}" = set; then
25981 echo $ECHO_N "(cached) $ECHO_C" >&6
b3e8d00a 25982else
e6cc62c6
VS
25983 cat >conftest.$ac_ext <<_ACEOF
25984#line $LINENO "configure"
25985/* confdefs.h. */
25986_ACEOF
25987cat confdefs.h >>conftest.$ac_ext
25988cat >>conftest.$ac_ext <<_ACEOF
25989/* end confdefs.h. */
90dd450c 25990#include <sys/types.h>
e6cc62c6
VS
25991
25992_ACEOF
90dd450c 25993if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
e6cc62c6 25994 $EGREP "uid_t" >/dev/null 2>&1; then
90dd450c 25995 ac_cv_type_uid_t=yes
b3e8d00a 25996else
90dd450c 25997 ac_cv_type_uid_t=no
b3e8d00a 25998fi
90dd450c 25999rm -f conftest*
b3e8d00a 26000
4f14bcd8 26001fi
e6cc62c6
VS
26002echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
26003echo "${ECHO_T}$ac_cv_type_uid_t" >&6
a0b9e27f 26004if test $ac_cv_type_uid_t = no; then
e6cc62c6
VS
26005
26006cat >>confdefs.h <<\_ACEOF
90dd450c 26007#define uid_t int
e6cc62c6 26008_ACEOF
247f5006 26009
e6cc62c6
VS
26010
26011cat >>confdefs.h <<\_ACEOF
90dd450c 26012#define gid_t int
e6cc62c6 26013_ACEOF
4f14bcd8 26014
b3e8d00a 26015fi
b3e8d00a 26016
8284b0c5
MB
26017
26018
e6cc62c6
VS
26019
26020ac_ext=cc
4f14bcd8 26021ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
26022ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26023ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26024ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26025
26026echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
26027echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6
26028if test "${wx_cv_size_t_is_uint+set}" = set; then
26029 echo $ECHO_N "(cached) $ECHO_C" >&6
26030else
26031
26032 cat >conftest.$ac_ext <<_ACEOF
26033#line $LINENO "configure"
26034/* confdefs.h. */
26035_ACEOF
26036cat confdefs.h >>conftest.$ac_ext
26037cat >>conftest.$ac_ext <<_ACEOF
26038/* end confdefs.h. */
90dd450c 26039#include <stddef.h>
e6cc62c6
VS
26040int
26041main ()
26042{
90dd450c
VZ
26043
26044 return 0; }
26045
26046 struct Foo { void foo(size_t); void foo(unsigned int); };
26047
26048 int bar() {
e6cc62c6
VS
26049
26050 ;
26051 return 0;
26052}
26053_ACEOF
26054rm -f conftest.$ac_objext
26055if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26056 (eval $ac_compile) 2>&5
26057 ac_status=$?
26058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26059 (exit $ac_status); } &&
26060 { ac_try='test -s conftest.$ac_objext'
26061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26062 (eval $ac_try) 2>&5
26063 ac_status=$?
26064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26065 (exit $ac_status); }; }; then
90dd450c 26066 wx_cv_size_t_is_uint=no
698dcdb6 26067else
e6cc62c6
VS
26068 echo "$as_me: failed program was:" >&5
26069sed 's/^/| /' conftest.$ac_ext >&5
26070
26071wx_cv_size_t_is_uint=yes
8284b0c5 26072
247f5006 26073fi
e6cc62c6
VS
26074rm -f conftest.$ac_objext conftest.$ac_ext
26075
a0b9e27f 26076
e6cc62c6
VS
26077fi
26078echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
26079echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6
4f14bcd8 26080
90dd450c 26081if test "$wx_cv_size_t_is_uint" = "yes"; then
e6cc62c6 26082 cat >>confdefs.h <<\_ACEOF
90dd450c 26083#define wxSIZE_T_IS_UINT 1
e6cc62c6 26084_ACEOF
698dcdb6 26085
90dd450c 26086else
e6cc62c6
VS
26087 echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
26088echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6
26089if test "${wx_cv_size_t_is_ulong+set}" = set; then
26090 echo $ECHO_N "(cached) $ECHO_C" >&6
698dcdb6 26091else
e6cc62c6
VS
26092 cat >conftest.$ac_ext <<_ACEOF
26093#line $LINENO "configure"
26094/* confdefs.h. */
26095_ACEOF
26096cat confdefs.h >>conftest.$ac_ext
26097cat >>conftest.$ac_ext <<_ACEOF
26098/* end confdefs.h. */
90dd450c 26099#include <stddef.h>
e6cc62c6
VS
26100int
26101main ()
26102{
90dd450c
VZ
26103
26104 return 0; }
26105
26106 struct Foo { void foo(size_t); void foo(unsigned long); };
26107
26108 int bar() {
e6cc62c6
VS
26109
26110 ;
26111 return 0;
26112}
26113_ACEOF
26114rm -f conftest.$ac_objext
26115if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26116 (eval $ac_compile) 2>&5
26117 ac_status=$?
26118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26119 (exit $ac_status); } &&
26120 { ac_try='test -s conftest.$ac_objext'
26121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26122 (eval $ac_try) 2>&5
26123 ac_status=$?
26124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26125 (exit $ac_status); }; }; then
90dd450c 26126 wx_cv_size_t_is_ulong=no
698dcdb6 26127else
e6cc62c6
VS
26128 echo "$as_me: failed program was:" >&5
26129sed 's/^/| /' conftest.$ac_ext >&5
26130
26131wx_cv_size_t_is_ulong=yes
26132
247f5006 26133fi
e6cc62c6 26134rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 26135
e6cc62c6
VS
26136fi
26137echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
26138echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6
10f2d63a 26139
90dd450c 26140 if test "$wx_cv_size_t_is_ulong" = "yes"; then
e6cc62c6 26141 cat >>confdefs.h <<\_ACEOF
90dd450c 26142#define wxSIZE_T_IS_ULONG 1
e6cc62c6 26143_ACEOF
4f14bcd8
GD
26144
26145 fi
90dd450c 26146fi
1e487827 26147
90dd450c 26148ac_ext=c
4f14bcd8 26149ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
26150ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26151ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26152ac_compiler_gnu=$ac_cv_c_compiler_gnu
698dcdb6 26153
5c6fa7d2 26154
8284b0c5 26155
e6cc62c6
VS
26156echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
26157echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6
26158if test "${wx_cv_struct_pw_gecos+set}" = set; then
26159 echo $ECHO_N "(cached) $ECHO_C" >&6
8284b0c5 26160else
e6cc62c6
VS
26161
26162 cat >conftest.$ac_ext <<_ACEOF
26163#line $LINENO "configure"
26164/* confdefs.h. */
26165_ACEOF
26166cat confdefs.h >>conftest.$ac_ext
26167cat >>conftest.$ac_ext <<_ACEOF
26168/* end confdefs.h. */
90dd450c 26169#include <pwd.h>
e6cc62c6
VS
26170int
26171main ()
26172{
f6bcfd97 26173
90dd450c
VZ
26174 char *p;
26175 struct passwd *pw;
26176 p = pw->pw_gecos;
e6cc62c6
VS
26177
26178 ;
26179 return 0;
26180}
26181_ACEOF
26182rm -f conftest.$ac_objext
26183if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26184 (eval $ac_compile) 2>&5
26185 ac_status=$?
26186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26187 (exit $ac_status); } &&
26188 { ac_try='test -s conftest.$ac_objext'
26189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26190 (eval $ac_try) 2>&5
26191 ac_status=$?
26192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26193 (exit $ac_status); }; }; then
26194
90dd450c 26195 wx_cv_struct_pw_gecos=yes
e6cc62c6 26196
10f2d63a 26197else
e6cc62c6
VS
26198 echo "$as_me: failed program was:" >&5
26199sed 's/^/| /' conftest.$ac_ext >&5
26200
26201
90dd450c 26202 wx_cv_struct_pw_gecos=no
e6cc62c6 26203
247f5006
VZ
26204
26205fi
e6cc62c6 26206rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 26207
e6cc62c6
VS
26208
26209fi
26210echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
26211echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6
c521c494 26212
90dd450c 26213if test "$wx_cv_struct_pw_gecos" = "yes"; then
e6cc62c6 26214 cat >>confdefs.h <<\_ACEOF
90dd450c 26215#define HAVE_PW_GECOS 1
e6cc62c6 26216_ACEOF
c521c494 26217
90dd450c 26218fi
4f14bcd8 26219
8284b0c5 26220
d29b553b 26221if test "$wx_cv_sizeof_wchar_t" != "0"; then
e6cc62c6 26222 cat >>confdefs.h <<\_ACEOF
d74f4b5a 26223#define wxUSE_WCHAR_T 1
e6cc62c6 26224_ACEOF
d74f4b5a 26225
8284b0c5 26226
d74f4b5a
VZ
26227 WCSLEN_FOUND=0
26228 WCHAR_LINK=
e6cc62c6
VS
26229
26230for ac_func in wcslen
7a30264c 26231do
e6cc62c6
VS
26232as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26233echo "$as_me:$LINENO: checking for $ac_func" >&5
26234echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26235if eval "test \"\${$as_ac_var+set}\" = set"; then
26236 echo $ECHO_N "(cached) $ECHO_C" >&6
26237else
26238 cat >conftest.$ac_ext <<_ACEOF
26239#line $LINENO "configure"
26240/* confdefs.h. */
26241_ACEOF
26242cat confdefs.h >>conftest.$ac_ext
26243cat >>conftest.$ac_ext <<_ACEOF
26244/* end confdefs.h. */
7a30264c 26245/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
26246 which can conflict with char $ac_func (); below.
26247 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26248 <limits.h> exists even on freestanding compilers. */
26249#ifdef __STDC__
26250# include <limits.h>
26251#else
26252# include <assert.h>
26253#endif
4f14bcd8 26254/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
26255#ifdef __cplusplus
26256extern "C"
26257{
26258#endif
4f14bcd8 26259/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
26260 builtin and then its argument prototype would still apply. */
26261char $ac_func ();
7a30264c
VZ
26262/* The GNU C library defines this for functions which it implements
26263 to always fail with ENOSYS. Some functions are actually named
26264 something starting with __ and the normal name is an alias. */
26265#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26266choke me
26267#else
e6cc62c6
VS
26268char (*f) () = $ac_func;
26269#endif
26270#ifdef __cplusplus
26271}
7a30264c
VZ
26272#endif
26273
e6cc62c6
VS
26274int
26275main ()
26276{
26277return f != $ac_func;
26278 ;
26279 return 0;
26280}
26281_ACEOF
26282rm -f conftest.$ac_objext conftest$ac_exeext
26283if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26284 (eval $ac_link) 2>&5
26285 ac_status=$?
26286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26287 (exit $ac_status); } &&
26288 { ac_try='test -s conftest$ac_exeext'
26289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26290 (eval $ac_try) 2>&5
26291 ac_status=$?
26292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26293 (exit $ac_status); }; }; then
26294 eval "$as_ac_var=yes"
26295else
26296 echo "$as_me: failed program was:" >&5
26297sed 's/^/| /' conftest.$ac_ext >&5
26298
26299eval "$as_ac_var=no"
26300fi
26301rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26302fi
26303echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26304echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26305if test `eval echo '${'$as_ac_var'}'` = yes; then
26306 cat >>confdefs.h <<_ACEOF
26307#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26308_ACEOF
d74f4b5a 26309 WCSLEN_FOUND=1
7a30264c
VZ
26310fi
26311done
9d8deca0 26312
8284b0c5 26313
d74f4b5a 26314 if test "$WCSLEN_FOUND" = 0; then
7a30264c 26315 if test "$TOOLKIT" = "MSW"; then
e6cc62c6
VS
26316 echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
26317echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6
26318if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
26319 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a 26320else
e6cc62c6 26321 ac_check_lib_save_LIBS=$LIBS
7a30264c 26322LIBS="-lmsvcrt $LIBS"
e6cc62c6
VS
26323cat >conftest.$ac_ext <<_ACEOF
26324#line $LINENO "configure"
26325/* confdefs.h. */
26326_ACEOF
26327cat confdefs.h >>conftest.$ac_ext
26328cat >>conftest.$ac_ext <<_ACEOF
26329/* end confdefs.h. */
26330
4f14bcd8 26331/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
26332#ifdef __cplusplus
26333extern "C"
26334#endif
4f14bcd8 26335/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
26336 builtin and then its argument prototype would still apply. */
26337char wcslen ();
26338int
26339main ()
26340{
26341wcslen ();
26342 ;
26343 return 0;
26344}
26345_ACEOF
26346rm -f conftest.$ac_objext conftest$ac_exeext
26347if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26348 (eval $ac_link) 2>&5
26349 ac_status=$?
26350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26351 (exit $ac_status); } &&
26352 { ac_try='test -s conftest$ac_exeext'
26353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26354 (eval $ac_try) 2>&5
26355 ac_status=$?
26356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26357 (exit $ac_status); }; }; then
26358 ac_cv_lib_msvcrt_wcslen=yes
26359else
26360 echo "$as_me: failed program was:" >&5
26361sed 's/^/| /' conftest.$ac_ext >&5
26362
26363ac_cv_lib_msvcrt_wcslen=no
26364fi
26365rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26366LIBS=$ac_check_lib_save_LIBS
26367fi
26368echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
26369echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6
26370if test $ac_cv_lib_msvcrt_wcslen = yes; then
d74f4b5a 26371 WCHAR_OK=1
d29b553b 26372fi
698dcdb6 26373
7a30264c 26374 else
e6cc62c6
VS
26375 echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
26376echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6
26377if test "${ac_cv_lib_w_wcslen+set}" = set; then
26378 echo $ECHO_N "(cached) $ECHO_C" >&6
698dcdb6 26379else
e6cc62c6 26380 ac_check_lib_save_LIBS=$LIBS
7a30264c 26381LIBS="-lw $LIBS"
e6cc62c6
VS
26382cat >conftest.$ac_ext <<_ACEOF
26383#line $LINENO "configure"
26384/* confdefs.h. */
26385_ACEOF
26386cat confdefs.h >>conftest.$ac_ext
26387cat >>conftest.$ac_ext <<_ACEOF
26388/* end confdefs.h. */
26389
4f14bcd8 26390/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
26391#ifdef __cplusplus
26392extern "C"
26393#endif
4f14bcd8 26394/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
26395 builtin and then its argument prototype would still apply. */
26396char wcslen ();
26397int
26398main ()
26399{
26400wcslen ();
26401 ;
26402 return 0;
26403}
26404_ACEOF
26405rm -f conftest.$ac_objext conftest$ac_exeext
26406if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26407 (eval $ac_link) 2>&5
26408 ac_status=$?
26409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26410 (exit $ac_status); } &&
26411 { ac_try='test -s conftest$ac_exeext'
26412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26413 (eval $ac_try) 2>&5
26414 ac_status=$?
26415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26416 (exit $ac_status); }; }; then
26417 ac_cv_lib_w_wcslen=yes
26418else
26419 echo "$as_me: failed program was:" >&5
26420sed 's/^/| /' conftest.$ac_ext >&5
26421
26422ac_cv_lib_w_wcslen=no
26423fi
26424rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26425LIBS=$ac_check_lib_save_LIBS
26426fi
26427echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
26428echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6
26429if test $ac_cv_lib_w_wcslen = yes; then
a0b9e27f 26430
7a30264c 26431 WCHAR_LINK=" -lw"
d74f4b5a 26432 WCSLEN_FOUND=1
e6cc62c6 26433
4f14bcd8 26434fi
10f2d63a 26435
7a30264c 26436 fi
d29b553b 26437 fi
95c8801c 26438
d74f4b5a 26439 if test "$WCSLEN_FOUND" = 1; then
e6cc62c6 26440 cat >>confdefs.h <<\_ACEOF
d74f4b5a 26441#define HAVE_WCSLEN 1
e6cc62c6 26442_ACEOF
10f2d63a 26443
d74f4b5a 26444 fi
52127426 26445
e6cc62c6
VS
26446
26447for ac_func in wcsrtombs
eb4efbdc 26448do
e6cc62c6
VS
26449as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26450echo "$as_me:$LINENO: checking for $ac_func" >&5
26451echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26452if eval "test \"\${$as_ac_var+set}\" = set"; then
26453 echo $ECHO_N "(cached) $ECHO_C" >&6
26454else
26455 cat >conftest.$ac_ext <<_ACEOF
26456#line $LINENO "configure"
26457/* confdefs.h. */
26458_ACEOF
26459cat confdefs.h >>conftest.$ac_ext
26460cat >>conftest.$ac_ext <<_ACEOF
26461/* end confdefs.h. */
eb4efbdc 26462/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
26463 which can conflict with char $ac_func (); below.
26464 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26465 <limits.h> exists even on freestanding compilers. */
26466#ifdef __STDC__
26467# include <limits.h>
26468#else
26469# include <assert.h>
26470#endif
eb4efbdc 26471/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
26472#ifdef __cplusplus
26473extern "C"
26474{
26475#endif
4f14bcd8 26476/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
26477 builtin and then its argument prototype would still apply. */
26478char $ac_func ();
10f2d63a
VZ
26479/* The GNU C library defines this for functions which it implements
26480 to always fail with ENOSYS. Some functions are actually named
26481 something starting with __ and the normal name is an alias. */
247f5006 26482#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10f2d63a
VZ
26483choke me
26484#else
e6cc62c6
VS
26485char (*f) () = $ac_func;
26486#endif
26487#ifdef __cplusplus
26488}
10f2d63a
VZ
26489#endif
26490
e6cc62c6
VS
26491int
26492main ()
26493{
26494return f != $ac_func;
26495 ;
26496 return 0;
26497}
26498_ACEOF
26499rm -f conftest.$ac_objext conftest$ac_exeext
26500if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26501 (eval $ac_link) 2>&5
26502 ac_status=$?
26503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26504 (exit $ac_status); } &&
26505 { ac_try='test -s conftest$ac_exeext'
26506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26507 (eval $ac_try) 2>&5
26508 ac_status=$?
26509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26510 (exit $ac_status); }; }; then
26511 eval "$as_ac_var=yes"
26512else
26513 echo "$as_me: failed program was:" >&5
26514sed 's/^/| /' conftest.$ac_ext >&5
26515
26516eval "$as_ac_var=no"
26517fi
26518rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26519fi
26520echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26521echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26522if test `eval echo '${'$as_ac_var'}'` = yes; then
26523 cat >>confdefs.h <<_ACEOF
26524#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26525_ACEOF
270a909e 26526
4f14bcd8 26527fi
247f5006 26528done
1e487827 26529
af15babd 26530else
e6cc62c6
VS
26531 { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5
26532echo "$as_me: WARNING: Wide character support is unavailable" >&2;}
7b4a847f 26533fi
52127426 26534
8284b0c5 26535
e6cc62c6
VS
26536
26537ac_ext=cc
247f5006 26538ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
26539ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26540ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26541ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26542
af15babd 26543
247f5006
VZ
26544
26545for ac_func in vsnprintf
26546do
e6cc62c6
VS
26547as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26548echo "$as_me:$LINENO: checking for $ac_func" >&5
26549echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26550if eval "test \"\${$as_ac_var+set}\" = set"; then
26551 echo $ECHO_N "(cached) $ECHO_C" >&6
26552else
26553 cat >conftest.$ac_ext <<_ACEOF
26554#line $LINENO "configure"
26555/* confdefs.h. */
26556_ACEOF
26557cat confdefs.h >>conftest.$ac_ext
26558cat >>conftest.$ac_ext <<_ACEOF
26559/* end confdefs.h. */
247f5006 26560/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
26561 which can conflict with char $ac_func (); below.
26562 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26563 <limits.h> exists even on freestanding compilers. */
26564#ifdef __STDC__
26565# include <limits.h>
26566#else
26567# include <assert.h>
26568#endif
247f5006
VZ
26569/* Override any gcc2 internal prototype to avoid an error. */
26570#ifdef __cplusplus
26571extern "C"
e6cc62c6 26572{
247f5006
VZ
26573#endif
26574/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
26575 builtin and then its argument prototype would still apply. */
26576char $ac_func ();
247f5006
VZ
26577/* The GNU C library defines this for functions which it implements
26578 to always fail with ENOSYS. Some functions are actually named
26579 something starting with __ and the normal name is an alias. */
26580#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26581choke me
26582#else
e6cc62c6
VS
26583char (*f) () = $ac_func;
26584#endif
26585#ifdef __cplusplus
26586}
247f5006 26587#endif
af15babd 26588
e6cc62c6
VS
26589int
26590main ()
26591{
26592return f != $ac_func;
26593 ;
26594 return 0;
26595}
26596_ACEOF
26597rm -f conftest.$ac_objext conftest$ac_exeext
26598if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26599 (eval $ac_link) 2>&5
26600 ac_status=$?
26601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26602 (exit $ac_status); } &&
26603 { ac_try='test -s conftest$ac_exeext'
26604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26605 (eval $ac_try) 2>&5
26606 ac_status=$?
26607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26608 (exit $ac_status); }; }; then
26609 eval "$as_ac_var=yes"
26610else
26611 echo "$as_me: failed program was:" >&5
26612sed 's/^/| /' conftest.$ac_ext >&5
26613
26614eval "$as_ac_var=no"
26615fi
26616rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26617fi
26618echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26619echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26620if test `eval echo '${'$as_ac_var'}'` = yes; then
26621 cat >>confdefs.h <<_ACEOF
26622#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26623_ACEOF
52127426 26624
5c6fa7d2 26625fi
247f5006 26626done
8284b0c5 26627
4f14bcd8 26628
8d90d2f2 26629if test "$ac_cv_func_vsnprintf" = "yes"; then
e6cc62c6
VS
26630 echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
26631echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6
26632if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
26633 echo $ECHO_N "(cached) $ECHO_C" >&6
8d90d2f2 26634else
e6cc62c6
VS
26635
26636 cat >conftest.$ac_ext <<_ACEOF
26637#line $LINENO "configure"
26638/* confdefs.h. */
26639_ACEOF
26640cat confdefs.h >>conftest.$ac_ext
26641cat >>conftest.$ac_ext <<_ACEOF
26642/* end confdefs.h. */
8d90d2f2
VZ
26643
26644 #include <stdio.h>
26645 #include <stdarg.h>
e6cc62c6
VS
26646
26647int
26648main ()
26649{
8d90d2f2
VZ
26650
26651 char *buf;
26652 va_list ap;
26653 vsnprintf(buf, 10u, "%s", ap);
e6cc62c6
VS
26654
26655 ;
26656 return 0;
26657}
26658_ACEOF
26659rm -f conftest.$ac_objext
26660if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26661 (eval $ac_compile) 2>&5
26662 ac_status=$?
26663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26664 (exit $ac_status); } &&
26665 { ac_try='test -s conftest.$ac_objext'
26666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26667 (eval $ac_try) 2>&5
26668 ac_status=$?
26669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26670 (exit $ac_status); }; }; then
8d90d2f2
VZ
26671 wx_cv_func_vsnprintf_decl=yes
26672else
e6cc62c6
VS
26673 echo "$as_me: failed program was:" >&5
26674sed 's/^/| /' conftest.$ac_ext >&5
26675
26676wx_cv_func_vsnprintf_decl=no
26677
8d90d2f2 26678fi
e6cc62c6
VS
26679rm -f conftest.$ac_objext conftest.$ac_ext
26680
8d90d2f2 26681
e6cc62c6
VS
26682fi
26683echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
26684echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6
8d90d2f2
VZ
26685
26686 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
e6cc62c6 26687 cat >>confdefs.h <<\_ACEOF
8d90d2f2 26688#define HAVE_VSNPRINTF_DECL 1
e6cc62c6 26689_ACEOF
8d90d2f2
VZ
26690
26691 fi
26692fi
26693
247f5006 26694if test "$wxUSE_UNICODE" = yes; then
e6cc62c6
VS
26695
26696
26697
26698for ac_func in fputwc wprintf vswprintf
d74f4b5a 26699do
e6cc62c6
VS
26700as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
26701echo "$as_me:$LINENO: checking for $ac_func" >&5
26702echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
26703if eval "test \"\${$as_ac_var+set}\" = set"; then
26704 echo $ECHO_N "(cached) $ECHO_C" >&6
26705else
26706 cat >conftest.$ac_ext <<_ACEOF
26707#line $LINENO "configure"
26708/* confdefs.h. */
26709_ACEOF
26710cat confdefs.h >>conftest.$ac_ext
26711cat >>conftest.$ac_ext <<_ACEOF
26712/* end confdefs.h. */
d74f4b5a 26713/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
26714 which can conflict with char $ac_func (); below.
26715 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26716 <limits.h> exists even on freestanding compilers. */
26717#ifdef __STDC__
26718# include <limits.h>
26719#else
26720# include <assert.h>
26721#endif
d74f4b5a 26722/* Override any gcc2 internal prototype to avoid an error. */
247f5006
VZ
26723#ifdef __cplusplus
26724extern "C"
e6cc62c6 26725{
247f5006 26726#endif
d74f4b5a 26727/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
26728 builtin and then its argument prototype would still apply. */
26729char $ac_func ();
d74f4b5a
VZ
26730/* The GNU C library defines this for functions which it implements
26731 to always fail with ENOSYS. Some functions are actually named
26732 something starting with __ and the normal name is an alias. */
26733#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
26734choke me
26735#else
e6cc62c6
VS
26736char (*f) () = $ac_func;
26737#endif
26738#ifdef __cplusplus
26739}
d74f4b5a
VZ
26740#endif
26741
e6cc62c6
VS
26742int
26743main ()
26744{
26745return f != $ac_func;
26746 ;
26747 return 0;
26748}
26749_ACEOF
26750rm -f conftest.$ac_objext conftest$ac_exeext
26751if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26752 (eval $ac_link) 2>&5
26753 ac_status=$?
26754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26755 (exit $ac_status); } &&
26756 { ac_try='test -s conftest$ac_exeext'
26757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26758 (eval $ac_try) 2>&5
26759 ac_status=$?
26760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26761 (exit $ac_status); }; }; then
26762 eval "$as_ac_var=yes"
26763else
26764 echo "$as_me: failed program was:" >&5
26765sed 's/^/| /' conftest.$ac_ext >&5
26766
26767eval "$as_ac_var=no"
26768fi
26769rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
26770fi
26771echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
26772echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
26773if test `eval echo '${'$as_ac_var'}'` = yes; then
26774 cat >>confdefs.h <<_ACEOF
26775#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
26776_ACEOF
d74f4b5a 26777
d74f4b5a
VZ
26778fi
26779done
26780
8d90d2f2 26781
e6cc62c6
VS
26782 echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
26783echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6
26784 cat >conftest.$ac_ext <<_ACEOF
26785#line $LINENO "configure"
26786/* confdefs.h. */
26787_ACEOF
26788cat confdefs.h >>conftest.$ac_ext
26789cat >>conftest.$ac_ext <<_ACEOF
26790/* end confdefs.h. */
79668cae 26791#include <wchar.h>
e6cc62c6
VS
26792int
26793main ()
26794{
79668cae 26795&_vsnwprintf;
e6cc62c6
VS
26796 ;
26797 return 0;
26798}
26799_ACEOF
26800rm -f conftest.$ac_objext
26801if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26802 (eval $ac_compile) 2>&5
26803 ac_status=$?
26804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26805 (exit $ac_status); } &&
26806 { ac_try='test -s conftest.$ac_objext'
26807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26808 (eval $ac_try) 2>&5
26809 ac_status=$?
26810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26811 (exit $ac_status); }; }; then
26812 echo "$as_me:$LINENO: result: yes" >&5
26813echo "${ECHO_T}yes" >&6
26814 cat >>confdefs.h <<\_ACEOF
79668cae 26815#define HAVE__VSNWPRINTF 1
e6cc62c6 26816_ACEOF
79668cae
MB
26817
26818else
e6cc62c6
VS
26819 echo "$as_me: failed program was:" >&5
26820sed 's/^/| /' conftest.$ac_ext >&5
26821
26822echo "$as_me:$LINENO: result: no" >&5
26823echo "${ECHO_T}no" >&6
79668cae 26824fi
e6cc62c6 26825rm -f conftest.$ac_objext conftest.$ac_ext;
d74f4b5a
VZ
26826fi
26827
247f5006
VZ
26828ac_ext=c
26829ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
26830ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26831ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26832ac_compiler_gnu=$ac_cv_c_compiler_gnu
247f5006
VZ
26833
26834
26835
26836
4f14bcd8 26837if test "$TOOLKIT" != "MSW"; then
af15babd 26838
8284b0c5
MB
26839
26840
e6cc62c6
VS
26841
26842ac_ext=cc
4f14bcd8 26843ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
26844ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26845ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26846ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8284b0c5 26847
52127426 26848
e6cc62c6
VS
26849
26850
26851# Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
b040e242
VS
26852if test "${with_libiconv_prefix+set}" = set; then
26853 withval="$with_libiconv_prefix"
e6cc62c6 26854
b040e242
VS
26855 for dir in `echo "$withval" | tr : ' '`; do
26856 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
26857 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
26858 done
b040e242 26859
e6cc62c6 26860fi;
b040e242 26861
e6cc62c6
VS
26862 echo "$as_me:$LINENO: checking for iconv" >&5
26863echo $ECHO_N "checking for iconv... $ECHO_C" >&6
26864if test "${am_cv_func_iconv+set}" = set; then
26865 echo $ECHO_N "(cached) $ECHO_C" >&6
af15babd 26866else
e6cc62c6 26867
b040e242
VS
26868 am_cv_func_iconv="no, consider installing GNU libiconv"
26869 am_cv_lib_iconv=no
e6cc62c6
VS
26870 cat >conftest.$ac_ext <<_ACEOF
26871#line $LINENO "configure"
26872/* confdefs.h. */
26873_ACEOF
26874cat confdefs.h >>conftest.$ac_ext
26875cat >>conftest.$ac_ext <<_ACEOF
26876/* end confdefs.h. */
b040e242 26877#include <stdlib.h>
4f14bcd8 26878#include <iconv.h>
e6cc62c6
VS
26879int
26880main ()
26881{
b040e242
VS
26882iconv_t cd = iconv_open("","");
26883 iconv(cd,NULL,NULL,NULL,NULL);
26884 iconv_close(cd);
e6cc62c6
VS
26885 ;
26886 return 0;
26887}
26888_ACEOF
26889rm -f conftest.$ac_objext conftest$ac_exeext
26890if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26891 (eval $ac_link) 2>&5
26892 ac_status=$?
26893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26894 (exit $ac_status); } &&
26895 { ac_try='test -s conftest$ac_exeext'
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); }; }; then
b040e242 26901 am_cv_func_iconv=yes
af15babd 26902else
e6cc62c6
VS
26903 echo "$as_me: failed program was:" >&5
26904sed 's/^/| /' conftest.$ac_ext >&5
26905
b040e242 26906fi
e6cc62c6 26907rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
b040e242
VS
26908 if test "$am_cv_func_iconv" != yes; then
26909 am_save_LIBS="$LIBS"
26910 LIBS="$LIBS -liconv"
e6cc62c6
VS
26911 cat >conftest.$ac_ext <<_ACEOF
26912#line $LINENO "configure"
26913/* confdefs.h. */
26914_ACEOF
26915cat confdefs.h >>conftest.$ac_ext
26916cat >>conftest.$ac_ext <<_ACEOF
26917/* end confdefs.h. */
b040e242
VS
26918#include <stdlib.h>
26919#include <iconv.h>
e6cc62c6
VS
26920int
26921main ()
26922{
b040e242
VS
26923iconv_t cd = iconv_open("","");
26924 iconv(cd,NULL,NULL,NULL,NULL);
26925 iconv_close(cd);
e6cc62c6
VS
26926 ;
26927 return 0;
26928}
26929_ACEOF
26930rm -f conftest.$ac_objext conftest$ac_exeext
26931if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26932 (eval $ac_link) 2>&5
26933 ac_status=$?
26934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26935 (exit $ac_status); } &&
26936 { ac_try='test -s conftest$ac_exeext'
26937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26938 (eval $ac_try) 2>&5
26939 ac_status=$?
26940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26941 (exit $ac_status); }; }; then
b040e242
VS
26942 am_cv_lib_iconv=yes
26943 am_cv_func_iconv=yes
26944else
e6cc62c6
VS
26945 echo "$as_me: failed program was:" >&5
26946sed 's/^/| /' conftest.$ac_ext >&5
26947
af15babd 26948fi
e6cc62c6 26949rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
b040e242
VS
26950 LIBS="$am_save_LIBS"
26951 fi
247f5006 26952
e6cc62c6
VS
26953fi
26954echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
26955echo "${ECHO_T}$am_cv_func_iconv" >&6
a0b9e27f 26956 if test "$am_cv_func_iconv" = yes; then
e6cc62c6
VS
26957
26958cat >>confdefs.h <<\_ACEOF
b040e242 26959#define HAVE_ICONV 1
e6cc62c6 26960_ACEOF
b040e242 26961
e6cc62c6
VS
26962 echo "$as_me:$LINENO: checking if iconv needs const" >&5
26963echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6
26964if test "${wx_cv_func_iconv_const+set}" = set; then
26965 echo $ECHO_N "(cached) $ECHO_C" >&6
b040e242 26966else
e6cc62c6
VS
26967 cat >conftest.$ac_ext <<_ACEOF
26968#line $LINENO "configure"
26969/* confdefs.h. */
26970_ACEOF
26971cat confdefs.h >>conftest.$ac_ext
26972cat >>conftest.$ac_ext <<_ACEOF
26973/* end confdefs.h. */
b040e242
VS
26974
26975#include <stdlib.h>
26976#include <iconv.h>
26977extern
26978#ifdef __cplusplus
26979"C"
26980#endif
26981#if defined(__STDC__) || defined(__cplusplus)
26982size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
26983#else
26984size_t iconv();
26985#endif
af15babd 26986
e6cc62c6
VS
26987int
26988main ()
26989{
26990
26991 ;
26992 return 0;
26993}
26994_ACEOF
26995rm -f conftest.$ac_objext
26996if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26997 (eval $ac_compile) 2>&5
26998 ac_status=$?
26999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27000 (exit $ac_status); } &&
27001 { ac_try='test -s conftest.$ac_objext'
27002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27003 (eval $ac_try) 2>&5
27004 ac_status=$?
27005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27006 (exit $ac_status); }; }; then
b7043674 27007 wx_cv_func_iconv_const="no"
b040e242 27008else
e6cc62c6
VS
27009 echo "$as_me: failed program was:" >&5
27010sed 's/^/| /' conftest.$ac_ext >&5
27011
27012wx_cv_func_iconv_const="yes"
27013
247f5006 27014fi
e6cc62c6 27015rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 27016
e6cc62c6
VS
27017fi
27018echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
27019echo "${ECHO_T}$wx_cv_func_iconv_const" >&6
b7043674
VZ
27020
27021 iconv_const=
1c405bb5 27022 if test "x$wx_cv_func_iconv_const" = "xyes"; then
b7043674
VZ
27023 iconv_const="const"
27024 fi
27025
e6cc62c6
VS
27026
27027cat >>confdefs.h <<_ACEOF
f09359cf 27028#define ICONV_CONST $iconv_const
e6cc62c6 27029_ACEOF
b040e242
VS
27030
27031 fi
27032 LIBICONV=
27033 if test "$am_cv_lib_iconv" = yes; then
27034 LIBICONV="-liconv"
27035 fi
e6cc62c6 27036
b040e242
VS
27037
27038LIBS="$LIBICONV $LIBS"
4f14bcd8 27039ac_ext=c
4f14bcd8 27040ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
27041ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27042ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27043ac_compiler_gnu=$ac_cv_c_compiler_gnu
7b4a847f 27044
5c6fa7d2 27045
8284b0c5 27046if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
e6cc62c6
VS
27047
27048for ac_func in sigaction
af15babd 27049do
e6cc62c6
VS
27050as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27051echo "$as_me:$LINENO: checking for $ac_func" >&5
27052echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27053if eval "test \"\${$as_ac_var+set}\" = set"; then
27054 echo $ECHO_N "(cached) $ECHO_C" >&6
27055else
27056 cat >conftest.$ac_ext <<_ACEOF
27057#line $LINENO "configure"
27058/* confdefs.h. */
27059_ACEOF
27060cat confdefs.h >>conftest.$ac_ext
27061cat >>conftest.$ac_ext <<_ACEOF
27062/* end confdefs.h. */
af15babd 27063/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
27064 which can conflict with char $ac_func (); below.
27065 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27066 <limits.h> exists even on freestanding compilers. */
27067#ifdef __STDC__
27068# include <limits.h>
27069#else
27070# include <assert.h>
27071#endif
af15babd 27072/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
27073#ifdef __cplusplus
27074extern "C"
27075{
27076#endif
af15babd 27077/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
27078 builtin and then its argument prototype would still apply. */
27079char $ac_func ();
af15babd
VZ
27080/* The GNU C library defines this for functions which it implements
27081 to always fail with ENOSYS. Some functions are actually named
27082 something starting with __ and the normal name is an alias. */
27083#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27084choke me
27085#else
e6cc62c6
VS
27086char (*f) () = $ac_func;
27087#endif
27088#ifdef __cplusplus
27089}
af15babd
VZ
27090#endif
27091
e6cc62c6
VS
27092int
27093main ()
27094{
27095return f != $ac_func;
27096 ;
27097 return 0;
27098}
27099_ACEOF
27100rm -f conftest.$ac_objext conftest$ac_exeext
27101if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27102 (eval $ac_link) 2>&5
27103 ac_status=$?
27104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27105 (exit $ac_status); } &&
27106 { ac_try='test -s conftest$ac_exeext'
27107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27108 (eval $ac_try) 2>&5
27109 ac_status=$?
27110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27111 (exit $ac_status); }; }; then
27112 eval "$as_ac_var=yes"
27113else
27114 echo "$as_me: failed program was:" >&5
27115sed 's/^/| /' conftest.$ac_ext >&5
27116
27117eval "$as_ac_var=no"
27118fi
27119rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27120fi
27121echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27122echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27123if test `eval echo '${'$as_ac_var'}'` = yes; then
27124 cat >>confdefs.h <<_ACEOF
27125#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27126_ACEOF
7b4a847f 27127
4f14bcd8
GD
27128fi
27129done
27130
8284b0c5 27131
4f14bcd8 27132 if test "$ac_cv_func_sigaction" = "no"; then
e6cc62c6
VS
27133 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
27134echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
4f14bcd8
GD
27135 wxUSE_ON_FATAL_EXCEPTION=no
27136 fi
27137
27138 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
e6cc62c6
VS
27139
27140
27141 ac_ext=cc
5c6fa7d2 27142ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
27143ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27144ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27145ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
7b4a847f 27146
5c6fa7d2 27147
e6cc62c6
VS
27148 echo "$as_me:$LINENO: checking for sa_handler type" >&5
27149echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6
27150if test "${wx_cv_type_sa_handler+set}" = set; then
27151 echo $ECHO_N "(cached) $ECHO_C" >&6
8284b0c5 27152else
e6cc62c6
VS
27153
27154 cat >conftest.$ac_ext <<_ACEOF
27155#line $LINENO "configure"
27156/* confdefs.h. */
27157_ACEOF
27158cat confdefs.h >>conftest.$ac_ext
27159cat >>conftest.$ac_ext <<_ACEOF
27160/* end confdefs.h. */
4f14bcd8 27161#include <signal.h>
e6cc62c6
VS
27162int
27163main ()
27164{
4f14bcd8
GD
27165
27166 extern void testSigHandler(int);
27167
27168 struct sigaction sa;
27169 sa.sa_handler = testSigHandler;
e6cc62c6
VS
27170
27171 ;
27172 return 0;
27173}
27174_ACEOF
27175rm -f conftest.$ac_objext
27176if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27177 (eval $ac_compile) 2>&5
27178 ac_status=$?
27179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27180 (exit $ac_status); } &&
27181 { ac_try='test -s conftest.$ac_objext'
27182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27183 (eval $ac_try) 2>&5
27184 ac_status=$?
27185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27186 (exit $ac_status); }; }; then
27187
4f14bcd8 27188 wx_cv_type_sa_handler=int
e6cc62c6 27189
af15babd 27190else
e6cc62c6
VS
27191 echo "$as_me: failed program was:" >&5
27192sed 's/^/| /' conftest.$ac_ext >&5
27193
27194
4f14bcd8 27195 wx_cv_type_sa_handler=void
e6cc62c6 27196
247f5006 27197fi
e6cc62c6 27198rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 27199
e6cc62c6
VS
27200fi
27201echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
27202echo "${ECHO_T}$wx_cv_type_sa_handler" >&6
4f14bcd8
GD
27203
27204 ac_ext=c
4f14bcd8 27205ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
27206ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27207ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27208ac_compiler_gnu=$ac_cv_c_compiler_gnu
579d8138 27209
8284b0c5 27210
e6cc62c6 27211 cat >>confdefs.h <<_ACEOF
4f14bcd8 27212#define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
e6cc62c6 27213_ACEOF
af15babd 27214
4f14bcd8
GD
27215 fi
27216fi
af15babd 27217
e6cc62c6
VS
27218
27219
a1d22ad7 27220for ac_func in mkstemp mktemp
af15babd 27221do
e6cc62c6
VS
27222as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27223echo "$as_me:$LINENO: checking for $ac_func" >&5
27224echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27225if eval "test \"\${$as_ac_var+set}\" = set"; then
27226 echo $ECHO_N "(cached) $ECHO_C" >&6
27227else
27228 cat >conftest.$ac_ext <<_ACEOF
27229#line $LINENO "configure"
27230/* confdefs.h. */
27231_ACEOF
27232cat confdefs.h >>conftest.$ac_ext
27233cat >>conftest.$ac_ext <<_ACEOF
27234/* end confdefs.h. */
af15babd 27235/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
27236 which can conflict with char $ac_func (); below.
27237 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27238 <limits.h> exists even on freestanding compilers. */
27239#ifdef __STDC__
27240# include <limits.h>
27241#else
27242# include <assert.h>
27243#endif
af15babd 27244/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
27245#ifdef __cplusplus
27246extern "C"
27247{
27248#endif
af15babd 27249/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
27250 builtin and then its argument prototype would still apply. */
27251char $ac_func ();
af15babd
VZ
27252/* The GNU C library defines this for functions which it implements
27253 to always fail with ENOSYS. Some functions are actually named
27254 something starting with __ and the normal name is an alias. */
27255#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27256choke me
27257#else
e6cc62c6
VS
27258char (*f) () = $ac_func;
27259#endif
27260#ifdef __cplusplus
27261}
af15babd
VZ
27262#endif
27263
e6cc62c6
VS
27264int
27265main ()
27266{
27267return f != $ac_func;
27268 ;
27269 return 0;
27270}
27271_ACEOF
27272rm -f conftest.$ac_objext conftest$ac_exeext
27273if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27274 (eval $ac_link) 2>&5
27275 ac_status=$?
27276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27277 (exit $ac_status); } &&
27278 { ac_try='test -s conftest$ac_exeext'
27279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27280 (eval $ac_try) 2>&5
27281 ac_status=$?
27282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27283 (exit $ac_status); }; }; then
27284 eval "$as_ac_var=yes"
27285else
27286 echo "$as_me: failed program was:" >&5
27287sed 's/^/| /' conftest.$ac_ext >&5
27288
27289eval "$as_ac_var=no"
27290fi
27291rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27292fi
27293echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27294echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27295if test `eval echo '${'$as_ac_var'}'` = yes; then
27296 cat >>confdefs.h <<_ACEOF
27297#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27298_ACEOF
ade35f11 27299 break
ade35f11
VZ
27300fi
27301done
27302
8284b0c5 27303
e6cc62c6
VS
27304echo "$as_me:$LINENO: checking for statfs" >&5
27305echo $ECHO_N "checking for statfs... $ECHO_C" >&6
27306if test "${wx_cv_func_statfs+set}" = set; then
27307 echo $ECHO_N "(cached) $ECHO_C" >&6
4f14bcd8 27308else
e6cc62c6
VS
27309 cat >conftest.$ac_ext <<_ACEOF
27310#line $LINENO "configure"
27311/* confdefs.h. */
27312_ACEOF
27313cat confdefs.h >>conftest.$ac_ext
27314cat >>conftest.$ac_ext <<_ACEOF
27315/* end confdefs.h. */
4f14bcd8
GD
27316
27317 #if defined(__BSD__)
27318 #include <sys/param.h>
27319 #include <sys/mount.h>
27320 #else
27321 #include <sys/vfs.h>
27322 #endif
e6cc62c6
VS
27323
27324int
27325main ()
27326{
4f14bcd8
GD
27327
27328 long l;
27329 struct statfs fs;
27330 statfs("/", &fs);
27331 l = fs.f_bsize;
27332 l += fs.f_blocks;
27333 l += fs.f_bavail;
e6cc62c6
VS
27334
27335 ;
27336 return 0;
27337}
27338_ACEOF
27339rm -f conftest.$ac_objext
27340if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27341 (eval $ac_compile) 2>&5
27342 ac_status=$?
27343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27344 (exit $ac_status); } &&
27345 { ac_try='test -s conftest.$ac_objext'
27346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27347 (eval $ac_try) 2>&5
27348 ac_status=$?
27349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27350 (exit $ac_status); }; }; then
27351
4f14bcd8 27352 wx_cv_func_statfs=yes
e6cc62c6 27353
4f14bcd8 27354else
e6cc62c6
VS
27355 echo "$as_me: failed program was:" >&5
27356sed 's/^/| /' conftest.$ac_ext >&5
27357
27358
4f14bcd8 27359 wx_cv_func_statfs=no
e6cc62c6 27360
8284b0c5 27361
247f5006 27362fi
e6cc62c6 27363rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 27364
e6cc62c6
VS
27365fi
27366echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
27367echo "${ECHO_T}$wx_cv_func_statfs" >&6
4f14bcd8
GD
27368
27369if test "$wx_cv_func_statfs" = "yes"; then
54ab82b3 27370 wx_cv_type_statvfs_t="struct statfs"
e6cc62c6 27371 cat >>confdefs.h <<\_ACEOF
4f14bcd8 27372#define HAVE_STATFS 1
e6cc62c6 27373_ACEOF
4f14bcd8
GD
27374
27375else
e6cc62c6
VS
27376 echo "$as_me:$LINENO: checking for statvfs" >&5
27377echo $ECHO_N "checking for statvfs... $ECHO_C" >&6
27378if test "${wx_cv_func_statvfs+set}" = set; then
27379 echo $ECHO_N "(cached) $ECHO_C" >&6
af15babd 27380else
e6cc62c6
VS
27381 cat >conftest.$ac_ext <<_ACEOF
27382#line $LINENO "configure"
27383/* confdefs.h. */
27384_ACEOF
27385cat confdefs.h >>conftest.$ac_ext
27386cat >>conftest.$ac_ext <<_ACEOF
27387/* end confdefs.h. */
af15babd 27388
54ab82b3
VZ
27389 #include <stddef.h>
27390 #include <sys/statvfs.h>
e6cc62c6
VS
27391
27392int
27393main ()
27394{
af15babd 27395
54ab82b3 27396 statvfs("/", NULL);
e6cc62c6
VS
27397
27398 ;
27399 return 0;
27400}
27401_ACEOF
27402rm -f conftest.$ac_objext
27403if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27404 (eval $ac_compile) 2>&5
27405 ac_status=$?
27406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27407 (exit $ac_status); } &&
27408 { ac_try='test -s conftest.$ac_objext'
27409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27410 (eval $ac_try) 2>&5
27411 ac_status=$?
27412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27413 (exit $ac_status); }; }; then
54ab82b3 27414 wx_cv_func_statvfs=yes
af15babd 27415else
e6cc62c6
VS
27416 echo "$as_me: failed program was:" >&5
27417sed 's/^/| /' conftest.$ac_ext >&5
27418
27419wx_cv_func_statvfs=no
27420
247f5006 27421fi
e6cc62c6 27422rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 27423
e6cc62c6
VS
27424fi
27425echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
27426echo "${ECHO_T}$wx_cv_func_statvfs" >&6
af15babd 27427
4f14bcd8 27428 if test "$wx_cv_func_statvfs" = "yes"; then
e6cc62c6
VS
27429
27430
27431 ac_ext=cc
54ab82b3 27432ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
27433ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27434ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27435ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
54ab82b3
VZ
27436
27437
e6cc62c6
VS
27438 echo "$as_me:$LINENO: checking for statvfs argument type" >&5
27439echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6
27440if test "${wx_cv_type_statvfs_t+set}" = set; then
27441 echo $ECHO_N "(cached) $ECHO_C" >&6
54ab82b3 27442else
e6cc62c6
VS
27443 cat >conftest.$ac_ext <<_ACEOF
27444#line $LINENO "configure"
27445/* confdefs.h. */
27446_ACEOF
27447cat confdefs.h >>conftest.$ac_ext
27448cat >>conftest.$ac_ext <<_ACEOF
27449/* end confdefs.h. */
54ab82b3
VZ
27450
27451 #include <sys/statvfs.h>
e6cc62c6
VS
27452
27453int
27454main ()
27455{
54ab82b3
VZ
27456
27457 long l;
27458 statvfs_t fs;
27459 statvfs("/", &fs);
27460 l = fs.f_bsize;
27461 l += fs.f_blocks;
27462 l += fs.f_bavail;
e6cc62c6
VS
27463
27464 ;
27465 return 0;
27466}
27467_ACEOF
27468rm -f conftest.$ac_objext
27469if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27470 (eval $ac_compile) 2>&5
27471 ac_status=$?
27472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27473 (exit $ac_status); } &&
27474 { ac_try='test -s conftest.$ac_objext'
27475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27476 (eval $ac_try) 2>&5
27477 ac_status=$?
27478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27479 (exit $ac_status); }; }; then
54ab82b3
VZ
27480 wx_cv_type_statvfs_t=statvfs_t
27481else
e6cc62c6
VS
27482 echo "$as_me: failed program was:" >&5
27483sed 's/^/| /' conftest.$ac_ext >&5
27484
27485
27486 cat >conftest.$ac_ext <<_ACEOF
27487#line $LINENO "configure"
27488/* confdefs.h. */
27489_ACEOF
27490cat confdefs.h >>conftest.$ac_ext
27491cat >>conftest.$ac_ext <<_ACEOF
27492/* end confdefs.h. */
54ab82b3
VZ
27493
27494 #include <sys/statvfs.h>
e6cc62c6
VS
27495
27496int
27497main ()
27498{
54ab82b3
VZ
27499
27500 long l;
65d8ef1e 27501 struct statvfs fs;
54ab82b3
VZ
27502 statvfs("/", &fs);
27503 l = fs.f_bsize;
27504 l += fs.f_blocks;
27505 l += fs.f_bavail;
e6cc62c6
VS
27506
27507 ;
27508 return 0;
27509}
27510_ACEOF
27511rm -f conftest.$ac_objext
27512if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27513 (eval $ac_compile) 2>&5
27514 ac_status=$?
27515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27516 (exit $ac_status); } &&
27517 { ac_try='test -s conftest.$ac_objext'
27518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27519 (eval $ac_try) 2>&5
27520 ac_status=$?
27521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27522 (exit $ac_status); }; }; then
54ab82b3
VZ
27523 wx_cv_type_statvfs_t="struct statvfs"
27524else
e6cc62c6
VS
27525 echo "$as_me: failed program was:" >&5
27526sed 's/^/| /' conftest.$ac_ext >&5
27527
27528wx_cv_type_statvfs_t="unknown"
27529
54ab82b3 27530fi
e6cc62c6
VS
27531rm -f conftest.$ac_objext conftest.$ac_ext
27532
27533
54ab82b3 27534fi
e6cc62c6 27535rm -f conftest.$ac_objext conftest.$ac_ext
54ab82b3 27536
e6cc62c6
VS
27537fi
27538echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
27539echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6
54ab82b3
VZ
27540
27541 ac_ext=c
54ab82b3 27542ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
27543ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27544ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27545ac_compiler_gnu=$ac_cv_c_compiler_gnu
54ab82b3
VZ
27546
27547
27548 if test "$wx_cv_type_statvfs_t" != "unknown"; then
e6cc62c6 27549 cat >>confdefs.h <<\_ACEOF
4f14bcd8 27550#define HAVE_STATVFS 1
e6cc62c6 27551_ACEOF
af15babd 27552
54ab82b3 27553 fi
4f14bcd8 27554 else
54ab82b3 27555 wx_cv_type_statvfs_t="unknown"
4f14bcd8
GD
27556 fi
27557fi
af15babd 27558
54ab82b3 27559if test "$wx_cv_type_statvfs_t" != "unknown"; then
e6cc62c6 27560 cat >>confdefs.h <<_ACEOF
54ab82b3 27561#define WX_STATFS_T $wx_cv_type_statvfs_t
e6cc62c6 27562_ACEOF
54ab82b3
VZ
27563
27564else
e6cc62c6
VS
27565 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
27566echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
54ab82b3
VZ
27567fi
27568
4f14bcd8 27569if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
e6cc62c6
VS
27570
27571
27572for ac_func in fcntl flock
af15babd 27573do
e6cc62c6
VS
27574as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27575echo "$as_me:$LINENO: checking for $ac_func" >&5
27576echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27577if eval "test \"\${$as_ac_var+set}\" = set"; then
27578 echo $ECHO_N "(cached) $ECHO_C" >&6
27579else
27580 cat >conftest.$ac_ext <<_ACEOF
27581#line $LINENO "configure"
27582/* confdefs.h. */
27583_ACEOF
27584cat confdefs.h >>conftest.$ac_ext
27585cat >>conftest.$ac_ext <<_ACEOF
27586/* end confdefs.h. */
af15babd 27587/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
27588 which can conflict with char $ac_func (); below.
27589 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27590 <limits.h> exists even on freestanding compilers. */
27591#ifdef __STDC__
27592# include <limits.h>
27593#else
27594# include <assert.h>
27595#endif
af15babd 27596/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
27597#ifdef __cplusplus
27598extern "C"
27599{
27600#endif
af15babd 27601/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
27602 builtin and then its argument prototype would still apply. */
27603char $ac_func ();
af15babd
VZ
27604/* The GNU C library defines this for functions which it implements
27605 to always fail with ENOSYS. Some functions are actually named
27606 something starting with __ and the normal name is an alias. */
27607#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27608choke me
27609#else
e6cc62c6
VS
27610char (*f) () = $ac_func;
27611#endif
27612#ifdef __cplusplus
27613}
af15babd
VZ
27614#endif
27615
e6cc62c6
VS
27616int
27617main ()
27618{
27619return f != $ac_func;
27620 ;
27621 return 0;
27622}
27623_ACEOF
27624rm -f conftest.$ac_objext conftest$ac_exeext
27625if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27626 (eval $ac_link) 2>&5
27627 ac_status=$?
27628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27629 (exit $ac_status); } &&
27630 { ac_try='test -s conftest$ac_exeext'
27631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27632 (eval $ac_try) 2>&5
27633 ac_status=$?
27634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27635 (exit $ac_status); }; }; then
27636 eval "$as_ac_var=yes"
27637else
27638 echo "$as_me: failed program was:" >&5
27639sed 's/^/| /' conftest.$ac_ext >&5
27640
27641eval "$as_ac_var=no"
27642fi
27643rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27644fi
27645echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27646echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27647if test `eval echo '${'$as_ac_var'}'` = yes; then
27648 cat >>confdefs.h <<_ACEOF
27649#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27650_ACEOF
4f14bcd8 27651 break
af15babd
VZ
27652fi
27653done
27654
8284b0c5 27655
4f14bcd8 27656 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
e6cc62c6
VS
27657 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
27658echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
4f14bcd8
GD
27659 wxUSE_SNGLINST_CHECKER=no
27660 fi
27661fi
af15babd 27662
e6cc62c6 27663
4f14bcd8 27664for ac_func in timegm
af15babd 27665do
e6cc62c6
VS
27666as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27667echo "$as_me:$LINENO: checking for $ac_func" >&5
27668echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27669if eval "test \"\${$as_ac_var+set}\" = set"; then
27670 echo $ECHO_N "(cached) $ECHO_C" >&6
27671else
27672 cat >conftest.$ac_ext <<_ACEOF
27673#line $LINENO "configure"
27674/* confdefs.h. */
27675_ACEOF
27676cat confdefs.h >>conftest.$ac_ext
27677cat >>conftest.$ac_ext <<_ACEOF
27678/* end confdefs.h. */
af15babd 27679/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
27680 which can conflict with char $ac_func (); below.
27681 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27682 <limits.h> exists even on freestanding compilers. */
27683#ifdef __STDC__
27684# include <limits.h>
27685#else
27686# include <assert.h>
27687#endif
af15babd 27688/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
27689#ifdef __cplusplus
27690extern "C"
27691{
27692#endif
af15babd 27693/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
27694 builtin and then its argument prototype would still apply. */
27695char $ac_func ();
af15babd
VZ
27696/* The GNU C library defines this for functions which it implements
27697 to always fail with ENOSYS. Some functions are actually named
27698 something starting with __ and the normal name is an alias. */
247f5006
VZ
27699#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27700choke me
27701#else
e6cc62c6
VS
27702char (*f) () = $ac_func;
27703#endif
27704#ifdef __cplusplus
27705}
247f5006
VZ
27706#endif
27707
e6cc62c6
VS
27708int
27709main ()
27710{
27711return f != $ac_func;
27712 ;
27713 return 0;
27714}
27715_ACEOF
27716rm -f conftest.$ac_objext conftest$ac_exeext
27717if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27718 (eval $ac_link) 2>&5
27719 ac_status=$?
27720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27721 (exit $ac_status); } &&
27722 { ac_try='test -s conftest$ac_exeext'
27723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27724 (eval $ac_try) 2>&5
27725 ac_status=$?
27726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27727 (exit $ac_status); }; }; then
27728 eval "$as_ac_var=yes"
27729else
27730 echo "$as_me: failed program was:" >&5
27731sed 's/^/| /' conftest.$ac_ext >&5
27732
27733eval "$as_ac_var=no"
27734fi
27735rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27736fi
27737echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27738echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27739if test `eval echo '${'$as_ac_var'}'` = yes; then
27740 cat >>confdefs.h <<_ACEOF
27741#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27742_ACEOF
703e0a69 27743
af15babd
VZ
27744fi
27745done
27746
8284b0c5 27747
e6cc62c6
VS
27748
27749
4f14bcd8 27750for ac_func in putenv setenv
10f2d63a 27751do
e6cc62c6
VS
27752as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27753echo "$as_me:$LINENO: checking for $ac_func" >&5
27754echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27755if eval "test \"\${$as_ac_var+set}\" = set"; then
27756 echo $ECHO_N "(cached) $ECHO_C" >&6
27757else
27758 cat >conftest.$ac_ext <<_ACEOF
27759#line $LINENO "configure"
27760/* confdefs.h. */
27761_ACEOF
27762cat confdefs.h >>conftest.$ac_ext
27763cat >>conftest.$ac_ext <<_ACEOF
27764/* end confdefs.h. */
af15babd 27765/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
27766 which can conflict with char $ac_func (); below.
27767 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27768 <limits.h> exists even on freestanding compilers. */
27769#ifdef __STDC__
27770# include <limits.h>
27771#else
27772# include <assert.h>
27773#endif
af15babd 27774/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
27775#ifdef __cplusplus
27776extern "C"
27777{
27778#endif
af15babd 27779/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
27780 builtin and then its argument prototype would still apply. */
27781char $ac_func ();
af15babd
VZ
27782/* The GNU C library defines this for functions which it implements
27783 to always fail with ENOSYS. Some functions are actually named
27784 something starting with __ and the normal name is an alias. */
27785#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27786choke me
27787#else
e6cc62c6
VS
27788char (*f) () = $ac_func;
27789#endif
27790#ifdef __cplusplus
27791}
af15babd
VZ
27792#endif
27793
e6cc62c6
VS
27794int
27795main ()
27796{
27797return f != $ac_func;
27798 ;
27799 return 0;
27800}
27801_ACEOF
27802rm -f conftest.$ac_objext conftest$ac_exeext
27803if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27804 (eval $ac_link) 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 eval "$as_ac_var=yes"
27815else
27816 echo "$as_me: failed program was:" >&5
27817sed 's/^/| /' conftest.$ac_ext >&5
27818
27819eval "$as_ac_var=no"
27820fi
27821rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27822fi
27823echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27824echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27825if test `eval echo '${'$as_ac_var'}'` = yes; then
27826 cat >>confdefs.h <<_ACEOF
27827#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27828_ACEOF
4f14bcd8 27829 break
af15babd 27830fi
af15babd
VZ
27831done
27832
8284b0c5 27833
4f14bcd8
GD
27834HAVE_SOME_SLEEP_FUNC=0
27835if test "$USE_BEOS" = 1; then
e6cc62c6 27836 cat >>confdefs.h <<\_ACEOF
4f14bcd8 27837#define HAVE_SLEEP 1
e6cc62c6 27838_ACEOF
af15babd 27839
4f14bcd8 27840 HAVE_SOME_SLEEP_FUNC=1
10f2d63a
VZ
27841fi
27842
4f14bcd8 27843if test "$USE_DARWIN" = 1; then
e6cc62c6 27844 cat >>confdefs.h <<\_ACEOF
4f14bcd8 27845#define HAVE_USLEEP 1
e6cc62c6 27846_ACEOF
10f2d63a 27847
4f14bcd8 27848 HAVE_SOME_SLEEP_FUNC=1
10f2d63a
VZ
27849fi
27850
4f14bcd8
GD
27851if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
27852 POSIX4_LINK=
e6cc62c6
VS
27853
27854for ac_func in nanosleep
4f14bcd8 27855do
e6cc62c6
VS
27856as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27857echo "$as_me:$LINENO: checking for $ac_func" >&5
27858echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
27859if eval "test \"\${$as_ac_var+set}\" = set"; then
27860 echo $ECHO_N "(cached) $ECHO_C" >&6
27861else
27862 cat >conftest.$ac_ext <<_ACEOF
27863#line $LINENO "configure"
27864/* confdefs.h. */
27865_ACEOF
27866cat confdefs.h >>conftest.$ac_ext
27867cat >>conftest.$ac_ext <<_ACEOF
27868/* end confdefs.h. */
4f14bcd8 27869/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
27870 which can conflict with char $ac_func (); below.
27871 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27872 <limits.h> exists even on freestanding compilers. */
27873#ifdef __STDC__
27874# include <limits.h>
27875#else
27876# include <assert.h>
27877#endif
10f2d63a 27878/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
27879#ifdef __cplusplus
27880extern "C"
27881{
27882#endif
10f2d63a 27883/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
27884 builtin and then its argument prototype would still apply. */
27885char $ac_func ();
4f14bcd8
GD
27886/* The GNU C library defines this for functions which it implements
27887 to always fail with ENOSYS. Some functions are actually named
27888 something starting with __ and the normal name is an alias. */
27889#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
27890choke me
27891#else
e6cc62c6
VS
27892char (*f) () = $ac_func;
27893#endif
27894#ifdef __cplusplus
27895}
4f14bcd8
GD
27896#endif
27897
e6cc62c6
VS
27898int
27899main ()
27900{
27901return f != $ac_func;
27902 ;
27903 return 0;
27904}
27905_ACEOF
27906rm -f conftest.$ac_objext conftest$ac_exeext
27907if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27908 (eval $ac_link) 2>&5
27909 ac_status=$?
27910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27911 (exit $ac_status); } &&
27912 { ac_try='test -s conftest$ac_exeext'
27913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27914 (eval $ac_try) 2>&5
27915 ac_status=$?
27916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27917 (exit $ac_status); }; }; then
27918 eval "$as_ac_var=yes"
27919else
27920 echo "$as_me: failed program was:" >&5
27921sed 's/^/| /' conftest.$ac_ext >&5
27922
27923eval "$as_ac_var=no"
27924fi
27925rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27926fi
27927echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
27928echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
27929if test `eval echo '${'$as_ac_var'}'` = yes; then
27930 cat >>confdefs.h <<_ACEOF
27931#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27932_ACEOF
27933 cat >>confdefs.h <<\_ACEOF
4f14bcd8 27934#define HAVE_NANOSLEEP 1
e6cc62c6 27935_ACEOF
4f14bcd8 27936
10f2d63a 27937else
e6cc62c6
VS
27938
27939 echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
27940echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6
27941if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
27942 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a 27943else
e6cc62c6 27944 ac_check_lib_save_LIBS=$LIBS
4f14bcd8 27945LIBS="-lposix4 $LIBS"
e6cc62c6
VS
27946cat >conftest.$ac_ext <<_ACEOF
27947#line $LINENO "configure"
27948/* confdefs.h. */
27949_ACEOF
27950cat confdefs.h >>conftest.$ac_ext
27951cat >>conftest.$ac_ext <<_ACEOF
27952/* end confdefs.h. */
27953
10f2d63a 27954/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
27955#ifdef __cplusplus
27956extern "C"
27957#endif
10f2d63a 27958/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
27959 builtin and then its argument prototype would still apply. */
27960char nanosleep ();
27961int
27962main ()
27963{
27964nanosleep ();
27965 ;
27966 return 0;
27967}
27968_ACEOF
27969rm -f conftest.$ac_objext conftest$ac_exeext
27970if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27971 (eval $ac_link) 2>&5
27972 ac_status=$?
27973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27974 (exit $ac_status); } &&
27975 { ac_try='test -s conftest$ac_exeext'
27976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27977 (eval $ac_try) 2>&5
27978 ac_status=$?
27979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27980 (exit $ac_status); }; }; then
27981 ac_cv_lib_posix4_nanosleep=yes
27982else
27983 echo "$as_me: failed program was:" >&5
27984sed 's/^/| /' conftest.$ac_ext >&5
27985
27986ac_cv_lib_posix4_nanosleep=no
27987fi
27988rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
27989LIBS=$ac_check_lib_save_LIBS
27990fi
27991echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
27992echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6
27993if test $ac_cv_lib_posix4_nanosleep = yes; then
27994
27995 cat >>confdefs.h <<\_ACEOF
4f14bcd8 27996#define HAVE_NANOSLEEP 1
e6cc62c6 27997_ACEOF
4f14bcd8 27998
3d63bc3a 27999 POSIX4_LINK=" -lposix4"
e6cc62c6 28000
10f2d63a 28001else
10f2d63a 28002
e6cc62c6
VS
28003
28004for ac_func in usleep
4f14bcd8 28005do
e6cc62c6
VS
28006as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28007echo "$as_me:$LINENO: checking for $ac_func" >&5
28008echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28009if eval "test \"\${$as_ac_var+set}\" = set"; then
28010 echo $ECHO_N "(cached) $ECHO_C" >&6
28011else
28012 cat >conftest.$ac_ext <<_ACEOF
28013#line $LINENO "configure"
28014/* confdefs.h. */
28015_ACEOF
28016cat confdefs.h >>conftest.$ac_ext
28017cat >>conftest.$ac_ext <<_ACEOF
28018/* end confdefs.h. */
4f14bcd8 28019/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
28020 which can conflict with char $ac_func (); below.
28021 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28022 <limits.h> exists even on freestanding compilers. */
28023#ifdef __STDC__
28024# include <limits.h>
28025#else
28026# include <assert.h>
28027#endif
4f14bcd8 28028/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
28029#ifdef __cplusplus
28030extern "C"
28031{
28032#endif
4f14bcd8 28033/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
28034 builtin and then its argument prototype would still apply. */
28035char $ac_func ();
4f14bcd8
GD
28036/* The GNU C library defines this for functions which it implements
28037 to always fail with ENOSYS. Some functions are actually named
28038 something starting with __ and the normal name is an alias. */
28039#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28040choke me
28041#else
e6cc62c6
VS
28042char (*f) () = $ac_func;
28043#endif
28044#ifdef __cplusplus
28045}
4f14bcd8
GD
28046#endif
28047
e6cc62c6
VS
28048int
28049main ()
28050{
28051return f != $ac_func;
28052 ;
28053 return 0;
28054}
28055_ACEOF
28056rm -f conftest.$ac_objext conftest$ac_exeext
28057if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28058 (eval $ac_link) 2>&5
28059 ac_status=$?
28060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28061 (exit $ac_status); } &&
28062 { ac_try='test -s conftest$ac_exeext'
28063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28064 (eval $ac_try) 2>&5
28065 ac_status=$?
28066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28067 (exit $ac_status); }; }; then
28068 eval "$as_ac_var=yes"
28069else
28070 echo "$as_me: failed program was:" >&5
28071sed 's/^/| /' conftest.$ac_ext >&5
28072
28073eval "$as_ac_var=no"
28074fi
28075rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28076fi
28077echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28078echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28079if test `eval echo '${'$as_ac_var'}'` = yes; then
28080 cat >>confdefs.h <<_ACEOF
28081#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28082_ACEOF
28083 cat >>confdefs.h <<\_ACEOF
4f14bcd8 28084#define HAVE_USLEEP 1
e6cc62c6 28085_ACEOF
4f14bcd8 28086
698dcdb6 28087else
e6cc62c6
VS
28088 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
28089echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
28090
10f2d63a 28091fi
4f14bcd8 28092done
10f2d63a 28093
e6cc62c6
VS
28094
28095
6232543b 28096fi
10f2d63a 28097
e6cc62c6
VS
28098
28099
1e487827 28100fi
4f14bcd8 28101done
703e0a69 28102
10f2d63a
VZ
28103fi
28104
e6cc62c6
VS
28105
28106
4f14bcd8 28107for ac_func in uname gethostname
70846f0a 28108do
e6cc62c6
VS
28109as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28110echo "$as_me:$LINENO: checking for $ac_func" >&5
28111echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28112if eval "test \"\${$as_ac_var+set}\" = set"; then
28113 echo $ECHO_N "(cached) $ECHO_C" >&6
28114else
28115 cat >conftest.$ac_ext <<_ACEOF
28116#line $LINENO "configure"
28117/* confdefs.h. */
28118_ACEOF
28119cat confdefs.h >>conftest.$ac_ext
28120cat >>conftest.$ac_ext <<_ACEOF
28121/* end confdefs.h. */
70846f0a 28122/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
28123 which can conflict with char $ac_func (); below.
28124 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28125 <limits.h> exists even on freestanding compilers. */
28126#ifdef __STDC__
28127# include <limits.h>
28128#else
28129# include <assert.h>
28130#endif
70846f0a 28131/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
28132#ifdef __cplusplus
28133extern "C"
28134{
28135#endif
70846f0a 28136/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
28137 builtin and then its argument prototype would still apply. */
28138char $ac_func ();
70846f0a
VZ
28139/* The GNU C library defines this for functions which it implements
28140 to always fail with ENOSYS. Some functions are actually named
28141 something starting with __ and the normal name is an alias. */
28142#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28143choke me
28144#else
e6cc62c6
VS
28145char (*f) () = $ac_func;
28146#endif
28147#ifdef __cplusplus
28148}
70846f0a
VZ
28149#endif
28150
e6cc62c6
VS
28151int
28152main ()
28153{
28154return f != $ac_func;
28155 ;
28156 return 0;
28157}
28158_ACEOF
28159rm -f conftest.$ac_objext conftest$ac_exeext
28160if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28161 (eval $ac_link) 2>&5
28162 ac_status=$?
28163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28164 (exit $ac_status); } &&
28165 { ac_try='test -s conftest$ac_exeext'
28166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28167 (eval $ac_try) 2>&5
28168 ac_status=$?
28169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28170 (exit $ac_status); }; }; then
28171 eval "$as_ac_var=yes"
28172else
28173 echo "$as_me: failed program was:" >&5
28174sed 's/^/| /' conftest.$ac_ext >&5
28175
28176eval "$as_ac_var=no"
28177fi
28178rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28179fi
28180echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28181echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28182if test `eval echo '${'$as_ac_var'}'` = yes; then
28183 cat >>confdefs.h <<_ACEOF
28184#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28185_ACEOF
4f14bcd8 28186 break
70846f0a
VZ
28187fi
28188done
28189
8284b0c5
MB
28190
28191
e6cc62c6
VS
28192
28193ac_ext=cc
4f14bcd8 28194ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
28195ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28196ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28197ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
28198
8284b0c5 28199
4f14bcd8
GD
28200
28201for ac_func in strtok_r
10f2d63a 28202do
e6cc62c6
VS
28203as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28204echo "$as_me:$LINENO: checking for $ac_func" >&5
28205echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28206if eval "test \"\${$as_ac_var+set}\" = set"; then
28207 echo $ECHO_N "(cached) $ECHO_C" >&6
28208else
28209 cat >conftest.$ac_ext <<_ACEOF
28210#line $LINENO "configure"
28211/* confdefs.h. */
28212_ACEOF
28213cat confdefs.h >>conftest.$ac_ext
28214cat >>conftest.$ac_ext <<_ACEOF
28215/* end confdefs.h. */
4f14bcd8 28216/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
28217 which can conflict with char $ac_func (); below.
28218 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28219 <limits.h> exists even on freestanding compilers. */
28220#ifdef __STDC__
28221# include <limits.h>
28222#else
28223# include <assert.h>
28224#endif
4f14bcd8
GD
28225/* Override any gcc2 internal prototype to avoid an error. */
28226#ifdef __cplusplus
28227extern "C"
e6cc62c6 28228{
4f14bcd8
GD
28229#endif
28230/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
28231 builtin and then its argument prototype would still apply. */
28232char $ac_func ();
4f14bcd8
GD
28233/* The GNU C library defines this for functions which it implements
28234 to always fail with ENOSYS. Some functions are actually named
28235 something starting with __ and the normal name is an alias. */
28236#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28237choke me
28238#else
e6cc62c6
VS
28239char (*f) () = $ac_func;
28240#endif
28241#ifdef __cplusplus
28242}
4f14bcd8
GD
28243#endif
28244
e6cc62c6
VS
28245int
28246main ()
28247{
28248return f != $ac_func;
28249 ;
28250 return 0;
28251}
28252_ACEOF
28253rm -f conftest.$ac_objext conftest$ac_exeext
28254if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28255 (eval $ac_link) 2>&5
28256 ac_status=$?
28257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28258 (exit $ac_status); } &&
28259 { ac_try='test -s conftest$ac_exeext'
28260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28261 (eval $ac_try) 2>&5
28262 ac_status=$?
28263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28264 (exit $ac_status); }; }; then
28265 eval "$as_ac_var=yes"
28266else
28267 echo "$as_me: failed program was:" >&5
28268sed 's/^/| /' conftest.$ac_ext >&5
28269
28270eval "$as_ac_var=no"
28271fi
28272rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28273fi
28274echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28275echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28276if test `eval echo '${'$as_ac_var'}'` = yes; then
28277 cat >>confdefs.h <<_ACEOF
28278#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28279_ACEOF
4f14bcd8 28280
10f2d63a
VZ
28281fi
28282done
28283
8284b0c5 28284
4f14bcd8 28285ac_ext=c
4f14bcd8 28286ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
28287ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
28288ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
28289ac_compiler_gnu=$ac_cv_c_compiler_gnu
7b4a847f 28290
5c6fa7d2 28291
8284b0c5 28292INET_LINK=
e6cc62c6 28293
4f14bcd8
GD
28294for ac_func in inet_addr
28295do
e6cc62c6
VS
28296as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28297echo "$as_me:$LINENO: checking for $ac_func" >&5
28298echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28299if eval "test \"\${$as_ac_var+set}\" = set"; then
28300 echo $ECHO_N "(cached) $ECHO_C" >&6
28301else
28302 cat >conftest.$ac_ext <<_ACEOF
28303#line $LINENO "configure"
28304/* confdefs.h. */
28305_ACEOF
28306cat confdefs.h >>conftest.$ac_ext
28307cat >>conftest.$ac_ext <<_ACEOF
28308/* end confdefs.h. */
4f14bcd8 28309/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
28310 which can conflict with char $ac_func (); below.
28311 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28312 <limits.h> exists even on freestanding compilers. */
28313#ifdef __STDC__
28314# include <limits.h>
28315#else
28316# include <assert.h>
28317#endif
10f2d63a 28318/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
28319#ifdef __cplusplus
28320extern "C"
28321{
28322#endif
10f2d63a 28323/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
28324 builtin and then its argument prototype would still apply. */
28325char $ac_func ();
4f14bcd8
GD
28326/* The GNU C library defines this for functions which it implements
28327 to always fail with ENOSYS. Some functions are actually named
28328 something starting with __ and the normal name is an alias. */
28329#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28330choke me
28331#else
e6cc62c6
VS
28332char (*f) () = $ac_func;
28333#endif
28334#ifdef __cplusplus
28335}
4f14bcd8
GD
28336#endif
28337
e6cc62c6
VS
28338int
28339main ()
28340{
28341return f != $ac_func;
28342 ;
28343 return 0;
28344}
28345_ACEOF
28346rm -f conftest.$ac_objext conftest$ac_exeext
28347if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28348 (eval $ac_link) 2>&5
28349 ac_status=$?
28350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28351 (exit $ac_status); } &&
28352 { ac_try='test -s conftest$ac_exeext'
28353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28354 (eval $ac_try) 2>&5
28355 ac_status=$?
28356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28357 (exit $ac_status); }; }; then
28358 eval "$as_ac_var=yes"
28359else
28360 echo "$as_me: failed program was:" >&5
28361sed 's/^/| /' conftest.$ac_ext >&5
28362
28363eval "$as_ac_var=no"
28364fi
28365rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28366fi
28367echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28368echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28369if test `eval echo '${'$as_ac_var'}'` = yes; then
28370 cat >>confdefs.h <<_ACEOF
28371#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28372_ACEOF
28373 cat >>confdefs.h <<\_ACEOF
4f14bcd8 28374#define HAVE_INET_ADDR 1
e6cc62c6 28375_ACEOF
10f2d63a
VZ
28376
28377else
e6cc62c6
VS
28378
28379 echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
28380echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6
28381if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
28382 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a 28383else
e6cc62c6 28384 ac_check_lib_save_LIBS=$LIBS
4f14bcd8 28385LIBS="-lnsl $LIBS"
e6cc62c6
VS
28386cat >conftest.$ac_ext <<_ACEOF
28387#line $LINENO "configure"
28388/* confdefs.h. */
28389_ACEOF
28390cat confdefs.h >>conftest.$ac_ext
28391cat >>conftest.$ac_ext <<_ACEOF
28392/* end confdefs.h. */
28393
10f2d63a 28394/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
28395#ifdef __cplusplus
28396extern "C"
28397#endif
10f2d63a 28398/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
28399 builtin and then its argument prototype would still apply. */
28400char inet_addr ();
28401int
28402main ()
28403{
28404inet_addr ();
28405 ;
28406 return 0;
28407}
28408_ACEOF
28409rm -f conftest.$ac_objext conftest$ac_exeext
28410if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28411 (eval $ac_link) 2>&5
28412 ac_status=$?
28413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28414 (exit $ac_status); } &&
28415 { ac_try='test -s conftest$ac_exeext'
28416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28417 (eval $ac_try) 2>&5
28418 ac_status=$?
28419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28420 (exit $ac_status); }; }; then
28421 ac_cv_lib_nsl_inet_addr=yes
28422else
28423 echo "$as_me: failed program was:" >&5
28424sed 's/^/| /' conftest.$ac_ext >&5
28425
28426ac_cv_lib_nsl_inet_addr=no
28427fi
28428rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28429LIBS=$ac_check_lib_save_LIBS
28430fi
28431echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
28432echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6
28433if test $ac_cv_lib_nsl_inet_addr = yes; then
4f14bcd8 28434 INET_LINK="nsl"
10f2d63a 28435else
e6cc62c6
VS
28436 echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
28437echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6
28438if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
28439 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a 28440else
e6cc62c6 28441 ac_check_lib_save_LIBS=$LIBS
4f14bcd8 28442LIBS="-lresolv $LIBS"
e6cc62c6
VS
28443cat >conftest.$ac_ext <<_ACEOF
28444#line $LINENO "configure"
28445/* confdefs.h. */
28446_ACEOF
28447cat confdefs.h >>conftest.$ac_ext
28448cat >>conftest.$ac_ext <<_ACEOF
28449/* end confdefs.h. */
28450
5c6fa7d2 28451/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
28452#ifdef __cplusplus
28453extern "C"
28454#endif
5c6fa7d2 28455/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
28456 builtin and then its argument prototype would still apply. */
28457char inet_addr ();
28458int
28459main ()
28460{
28461inet_addr ();
28462 ;
28463 return 0;
28464}
28465_ACEOF
28466rm -f conftest.$ac_objext conftest$ac_exeext
28467if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28468 (eval $ac_link) 2>&5
28469 ac_status=$?
28470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28471 (exit $ac_status); } &&
28472 { ac_try='test -s conftest$ac_exeext'
28473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28474 (eval $ac_try) 2>&5
28475 ac_status=$?
28476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28477 (exit $ac_status); }; }; then
28478 ac_cv_lib_resolv_inet_addr=yes
28479else
28480 echo "$as_me: failed program was:" >&5
28481sed 's/^/| /' conftest.$ac_ext >&5
28482
28483ac_cv_lib_resolv_inet_addr=no
28484fi
28485rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28486LIBS=$ac_check_lib_save_LIBS
28487fi
28488echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
28489echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6
28490if test $ac_cv_lib_resolv_inet_addr = yes; then
4f14bcd8 28491 INET_LINK="resolv"
698dcdb6 28492else
e6cc62c6
VS
28493 echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
28494echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6
28495if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
28496 echo $ECHO_N "(cached) $ECHO_C" >&6
3c011993 28497else
e6cc62c6 28498 ac_check_lib_save_LIBS=$LIBS
3c011993 28499LIBS="-lsocket $LIBS"
e6cc62c6
VS
28500cat >conftest.$ac_ext <<_ACEOF
28501#line $LINENO "configure"
28502/* confdefs.h. */
28503_ACEOF
28504cat confdefs.h >>conftest.$ac_ext
28505cat >>conftest.$ac_ext <<_ACEOF
28506/* end confdefs.h. */
28507
3c011993 28508/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
28509#ifdef __cplusplus
28510extern "C"
28511#endif
3c011993 28512/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
28513 builtin and then its argument prototype would still apply. */
28514char inet_addr ();
28515int
28516main ()
28517{
28518inet_addr ();
28519 ;
28520 return 0;
28521}
28522_ACEOF
28523rm -f conftest.$ac_objext conftest$ac_exeext
28524if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28525 (eval $ac_link) 2>&5
28526 ac_status=$?
28527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28528 (exit $ac_status); } &&
28529 { ac_try='test -s conftest$ac_exeext'
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); }; }; then
28535 ac_cv_lib_socket_inet_addr=yes
28536else
28537 echo "$as_me: failed program was:" >&5
28538sed 's/^/| /' conftest.$ac_ext >&5
28539
28540ac_cv_lib_socket_inet_addr=no
28541fi
28542rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28543LIBS=$ac_check_lib_save_LIBS
28544fi
28545echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
28546echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6
28547if test $ac_cv_lib_socket_inet_addr = yes; then
28548 INET_LINK="socket"
4f14bcd8 28549
8284b0c5 28550fi
e6cc62c6 28551
698dcdb6 28552
7b4a847f 28553fi
e6cc62c6
VS
28554
28555
a0b9e27f 28556fi
579d8138 28557
e6cc62c6
VS
28558
28559
5c6fa7d2 28560fi
e6cc62c6
VS
28561done
28562
28563
28564
28565for ac_func in inet_aton
28566do
28567as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
28568echo "$as_me:$LINENO: checking for $ac_func" >&5
28569echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
28570if eval "test \"\${$as_ac_var+set}\" = set"; then
28571 echo $ECHO_N "(cached) $ECHO_C" >&6
28572else
28573 cat >conftest.$ac_ext <<_ACEOF
28574#line $LINENO "configure"
28575/* confdefs.h. */
28576_ACEOF
28577cat confdefs.h >>conftest.$ac_ext
28578cat >>conftest.$ac_ext <<_ACEOF
28579/* end confdefs.h. */
28580/* System header to define __stub macros and hopefully few prototypes,
28581 which can conflict with char $ac_func (); below.
28582 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28583 <limits.h> exists even on freestanding compilers. */
28584#ifdef __STDC__
28585# include <limits.h>
28586#else
28587# include <assert.h>
28588#endif
28589/* Override any gcc2 internal prototype to avoid an error. */
28590#ifdef __cplusplus
28591extern "C"
28592{
28593#endif
28594/* We use char because int might match the return type of a gcc2
28595 builtin and then its argument prototype would still apply. */
28596char $ac_func ();
28597/* The GNU C library defines this for functions which it implements
28598 to always fail with ENOSYS. Some functions are actually named
28599 something starting with __ and the normal name is an alias. */
28600#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
28601choke me
28602#else
28603char (*f) () = $ac_func;
28604#endif
28605#ifdef __cplusplus
28606}
28607#endif
28608
28609int
28610main ()
28611{
28612return f != $ac_func;
28613 ;
28614 return 0;
28615}
28616_ACEOF
28617rm -f conftest.$ac_objext conftest$ac_exeext
28618if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28619 (eval $ac_link) 2>&5
28620 ac_status=$?
28621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28622 (exit $ac_status); } &&
28623 { ac_try='test -s conftest$ac_exeext'
28624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28625 (eval $ac_try) 2>&5
28626 ac_status=$?
28627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28628 (exit $ac_status); }; }; then
28629 eval "$as_ac_var=yes"
28630else
28631 echo "$as_me: failed program was:" >&5
28632sed 's/^/| /' conftest.$ac_ext >&5
28633
28634eval "$as_ac_var=no"
28635fi
28636rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28637fi
28638echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
28639echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
28640if test `eval echo '${'$as_ac_var'}'` = yes; then
28641 cat >>confdefs.h <<_ACEOF
28642#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28643_ACEOF
28644 cat >>confdefs.h <<\_ACEOF
28645#define HAVE_INET_ATON 1
28646_ACEOF
28647
28648else
28649
28650 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
28651echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
28652echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6
28653if eval "test \"\${$as_ac_Lib+set}\" = set"; then
28654 echo $ECHO_N "(cached) $ECHO_C" >&6
28655else
28656 ac_check_lib_save_LIBS=$LIBS
28657LIBS="-l$INET_LINK $LIBS"
28658cat >conftest.$ac_ext <<_ACEOF
28659#line $LINENO "configure"
28660/* confdefs.h. */
28661_ACEOF
28662cat confdefs.h >>conftest.$ac_ext
28663cat >>conftest.$ac_ext <<_ACEOF
28664/* end confdefs.h. */
28665
28666/* Override any gcc2 internal prototype to avoid an error. */
28667#ifdef __cplusplus
28668extern "C"
28669#endif
28670/* We use char because int might match the return type of a gcc2
28671 builtin and then its argument prototype would still apply. */
28672char inet_aton ();
28673int
28674main ()
28675{
28676inet_aton ();
28677 ;
28678 return 0;
28679}
28680_ACEOF
28681rm -f conftest.$ac_objext conftest$ac_exeext
28682if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28683 (eval $ac_link) 2>&5
28684 ac_status=$?
28685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28686 (exit $ac_status); } &&
28687 { ac_try='test -s conftest$ac_exeext'
28688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28689 (eval $ac_try) 2>&5
28690 ac_status=$?
28691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28692 (exit $ac_status); }; }; then
28693 eval "$as_ac_Lib=yes"
28694else
28695 echo "$as_me: failed program was:" >&5
28696sed 's/^/| /' conftest.$ac_ext >&5
28697
28698eval "$as_ac_Lib=no"
28699fi
28700rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28701LIBS=$ac_check_lib_save_LIBS
28702fi
28703echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
28704echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
28705if test `eval echo '${'$as_ac_Lib'}'` = yes; then
28706 cat >>confdefs.h <<\_ACEOF
28707#define HAVE_INET_ATON 1
28708_ACEOF
52127426 28709
a0b9e27f 28710fi
247f5006 28711
8284b0c5 28712
698dcdb6 28713fi
4f14bcd8
GD
28714done
28715
8284b0c5 28716
e6cc62c6
VS
28717if test "x$INET_LINK" != "x"; then
28718 cat >>confdefs.h <<\_ACEOF
28719#define HAVE_INET_ADDR 1
28720_ACEOF
28721
28722 INET_LINK=" -l$INET_LINK"
28723fi
28724
28725fi
a0b9e27f 28726
a0b9e27f 28727
4f14bcd8 28728
edd891e2
VS
28729EXTRALIBS_ESD=
28730echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5
28731echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6
28732if test "${ac_cv_lib_esd_esd_close+set}" = set; then
28733 echo $ECHO_N "(cached) $ECHO_C" >&6
28734else
28735 ac_check_lib_save_LIBS=$LIBS
28736LIBS="-lesd $LIBS"
28737cat >conftest.$ac_ext <<_ACEOF
28738#line $LINENO "configure"
28739/* confdefs.h. */
28740_ACEOF
28741cat confdefs.h >>conftest.$ac_ext
28742cat >>conftest.$ac_ext <<_ACEOF
28743/* end confdefs.h. */
28744
28745/* Override any gcc2 internal prototype to avoid an error. */
28746#ifdef __cplusplus
28747extern "C"
28748#endif
28749/* We use char because int might match the return type of a gcc2
28750 builtin and then its argument prototype would still apply. */
28751char esd_close ();
28752int
28753main ()
28754{
28755esd_close ();
28756 ;
28757 return 0;
28758}
28759_ACEOF
28760rm -f conftest.$ac_objext conftest$ac_exeext
28761if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28762 (eval $ac_link) 2>&5
28763 ac_status=$?
28764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28765 (exit $ac_status); } &&
28766 { ac_try='test -s conftest$ac_exeext'
28767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28768 (eval $ac_try) 2>&5
28769 ac_status=$?
28770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28771 (exit $ac_status); }; }; then
28772 ac_cv_lib_esd_esd_close=yes
28773else
28774 echo "$as_me: failed program was:" >&5
28775sed 's/^/| /' conftest.$ac_ext >&5
28776
28777ac_cv_lib_esd_esd_close=no
28778fi
28779rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
28780LIBS=$ac_check_lib_save_LIBS
28781fi
28782echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5
28783echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6
28784if test $ac_cv_lib_esd_esd_close = yes; then
28785
28786
28787for ac_header in esd.h
28788do
28789as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
28790if eval "test \"\${$as_ac_Header+set}\" = set"; then
28791 echo "$as_me:$LINENO: checking for $ac_header" >&5
28792echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
28793if eval "test \"\${$as_ac_Header+set}\" = set"; then
e6cc62c6
VS
28794 echo $ECHO_N "(cached) $ECHO_C" >&6
28795fi
edd891e2
VS
28796echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
28797echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
e6cc62c6
VS
28798else
28799 # Is the header compilable?
edd891e2
VS
28800echo "$as_me:$LINENO: checking $ac_header usability" >&5
28801echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
e6cc62c6
VS
28802cat >conftest.$ac_ext <<_ACEOF
28803#line $LINENO "configure"
28804/* confdefs.h. */
28805_ACEOF
28806cat confdefs.h >>conftest.$ac_ext
28807cat >>conftest.$ac_ext <<_ACEOF
28808/* end confdefs.h. */
28809$ac_includes_default
edd891e2 28810#include <$ac_header>
e6cc62c6
VS
28811_ACEOF
28812rm -f conftest.$ac_objext
28813if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
28814 (eval $ac_compile) 2>&5
28815 ac_status=$?
28816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28817 (exit $ac_status); } &&
28818 { ac_try='test -s conftest.$ac_objext'
28819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28820 (eval $ac_try) 2>&5
28821 ac_status=$?
28822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28823 (exit $ac_status); }; }; then
28824 ac_header_compiler=yes
28825else
28826 echo "$as_me: failed program was:" >&5
28827sed 's/^/| /' conftest.$ac_ext >&5
28828
28829ac_header_compiler=no
28830fi
28831rm -f conftest.$ac_objext conftest.$ac_ext
28832echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
28833echo "${ECHO_T}$ac_header_compiler" >&6
28834
28835# Is the header present?
edd891e2
VS
28836echo "$as_me:$LINENO: checking $ac_header presence" >&5
28837echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
e6cc62c6
VS
28838cat >conftest.$ac_ext <<_ACEOF
28839#line $LINENO "configure"
28840/* confdefs.h. */
28841_ACEOF
28842cat confdefs.h >>conftest.$ac_ext
28843cat >>conftest.$ac_ext <<_ACEOF
28844/* end confdefs.h. */
edd891e2 28845#include <$ac_header>
e6cc62c6
VS
28846_ACEOF
28847if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
28848 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
28849 ac_status=$?
28850 grep -v '^ *+' conftest.er1 >conftest.err
28851 rm -f conftest.er1
28852 cat conftest.err >&5
28853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28854 (exit $ac_status); } >/dev/null; then
28855 if test -s conftest.err; then
28856 ac_cpp_err=$ac_c_preproc_warn_flag
28857 else
28858 ac_cpp_err=
28859 fi
a0b9e27f 28860else
e6cc62c6
VS
28861 ac_cpp_err=yes
28862fi
28863if test -z "$ac_cpp_err"; then
28864 ac_header_preproc=yes
28865else
28866 echo "$as_me: failed program was:" >&5
28867sed 's/^/| /' conftest.$ac_ext >&5
28868
28869 ac_header_preproc=no
28870fi
28871rm -f conftest.err conftest.$ac_ext
28872echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
28873echo "${ECHO_T}$ac_header_preproc" >&6
28874
28875# So? What about this header?
28876case $ac_header_compiler:$ac_header_preproc in
28877 yes:no )
edd891e2
VS
28878 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
28879echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
28880 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
28881echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
e6cc62c6
VS
28882 (
28883 cat <<\_ASBOX
28884## ------------------------------------ ##
28885## Report this to bug-autoconf@gnu.org. ##
28886## ------------------------------------ ##
28887_ASBOX
28888 ) |
28889 sed "s/^/$as_me: WARNING: /" >&2
28890 ;;
28891 no:yes )
edd891e2
VS
28892 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
28893echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
28894 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
28895echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
28896 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
28897echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
e6cc62c6
VS
28898 (
28899 cat <<\_ASBOX
28900## ------------------------------------ ##
28901## Report this to bug-autoconf@gnu.org. ##
28902## ------------------------------------ ##
28903_ASBOX
28904 ) |
28905 sed "s/^/$as_me: WARNING: /" >&2
28906 ;;
28907esac
edd891e2
VS
28908echo "$as_me:$LINENO: checking for $ac_header" >&5
28909echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
28910if eval "test \"\${$as_ac_Header+set}\" = set"; then
e6cc62c6
VS
28911 echo $ECHO_N "(cached) $ECHO_C" >&6
28912else
edd891e2 28913 eval "$as_ac_Header=$ac_header_preproc"
a0b9e27f 28914fi
edd891e2
VS
28915echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
28916echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
a0b9e27f 28917
e6cc62c6 28918fi
edd891e2
VS
28919if test `eval echo '${'$as_ac_Header'}'` = yes; then
28920 cat >>confdefs.h <<_ACEOF
28921#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
e6cc62c6 28922_ACEOF
e6cc62c6 28923
edd891e2 28924 EXTRALIBS_ESD="-lesd"
4f14bcd8 28925
a0b9e27f 28926fi
247f5006 28927
edd891e2 28928done
8284b0c5 28929
4f14bcd8 28930
6232543b 28931fi
10f2d63a 28932
703e0a69 28933
8284b0c5 28934
e6cc62c6
VS
28935
28936
28937cat >confcache <<\_ACEOF
4f14bcd8
GD
28938# This file is a shell script that caches the results of configure
28939# tests run on this system so they can be shared between configure
e6cc62c6
VS
28940# scripts and configure runs, see configure's option --config-cache.
28941# It is not useful on other systems. If it contains results you don't
28942# want to keep, you may remove or edit it.
4f14bcd8 28943#
e6cc62c6
VS
28944# config.status only pays attention to the cache file if you give it
28945# the --recheck option to rerun configure.
4f14bcd8 28946#
e6cc62c6
VS
28947# `ac_cv_env_foo' variables (set or unset) will be overridden when
28948# loading this file, other *unset* `ac_cv_foo' will be assigned the
28949# following values.
28950
28951_ACEOF
28952
4f14bcd8
GD
28953# The following way of writing the cache mishandles newlines in values,
28954# but we know of no workaround that is simple, portable, and efficient.
28955# So, don't put newlines in cache variables' values.
28956# Ultrix sh set writes to stderr and can't be redirected directly,
28957# and sets the high bit in the cache file unless we assign to the vars.
e6cc62c6
VS
28958{
28959 (set) 2>&1 |
28960 case `(ac_space=' '; set | grep ac_space) 2>&1` in
28961 *ac_space=\ *)
28962 # `set' does not quote correctly, so add quotes (double-quote
28963 # substitution turns \\\\ into \\, and sed turns \\ into \).
28964 sed -n \
28965 "s/'/'\\\\''/g;
28966 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28967 ;;
28968 *)
28969 # `set' quotes correctly as required by POSIX, so do not add quotes.
28970 sed -n \
28971 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
28972 ;;
28973 esac;
28974} |
28975 sed '
28976 t clear
28977 : clear
28978 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28979 t end
28980 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28981 : end' >>confcache
28982if diff $cache_file confcache >/dev/null 2>&1; then :; else
4f14bcd8 28983 if test -w $cache_file; then
e6cc62c6
VS
28984 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
28985 cat confcache >$cache_file
f6bcfd97 28986 else
4f14bcd8 28987 echo "not updating unwritable cache $cache_file"
f6bcfd97 28988 fi
4f14bcd8
GD
28989fi
28990rm -f confcache
f6bcfd97 28991
8284b0c5 28992
009fead0 28993CPP_MT_FLAG=
4f14bcd8
GD
28994if test "$TOOLKIT" != "MSW"; then
28995
e6cc62c6 28996
7274f1c7 28997 THREADS_LINK=
009fead0 28998 THREADS_CFLAGS=
7274f1c7
RL
28999
29000 if test "$wxUSE_THREADS" = "yes" ; then
89e6bf6d 29001 if test "$USE_BEOS" = 1; then
e6cc62c6
VS
29002 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
29003echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
7274f1c7
RL
29004 wxUSE_THREADS="no"
29005 fi
4f14bcd8 29006 fi
4f14bcd8 29007
7274f1c7 29008 if test "$wxUSE_THREADS" = "yes" ; then
e6cc62c6
VS
29009
29010
009fead0
VZ
29011 THREAD_OPTS="-pthread"
29012 case "${host}" in
29013 *-*-solaris2* | *-*-sunos4* )
29014 if test "x$GCC" = "xyes"; then
126be6b4 29015 THREAD_OPTS="-pthreads $THREAD_OPTS"
009fead0
VZ
29016 else
29017 THREAD_OPTS="-mt $THREAD_OPTS"
29018 fi
29019 ;;
29020 *-*-freebsd*)
29021 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
29022 ;;
17234b26
MB
29023 *-*-darwin* | *-*-cygwin* )
29024 THREAD_OPTS=""
4101db81 29025 ;;
8f4a9a10 29026 *-*-aix*)
009fead0
VZ
29027 THREAD_OPTS="pthreads"
29028 ;;
4f5a7f74
VZ
29029 *-hp-hpux* )
29030 if test "x$GCC" != "xyes"; then
29031 THREAD_OPTS=""
29032 fi
89e3b3e4
VZ
29033 ;;
29034
29035 *-*-irix* )
29036 if test "x$GCC" = "xyes"; then
29037 THREAD_OPTS=""
29038 fi
29039 ;;
29040
29041 *-*-*UnixWare*)
29042 if test "x$GCC" != "xyes"; then
29043 THREAD_OPTS="-Ethread"
29044 fi
29045 ;;
009fead0 29046 esac
4f14bcd8 29047
02a1dfba 29048 THREAD_OPTS="$THREAD_OPTS pthread none"
595e0e44 29049
009fead0
VZ
29050 THREADS_OK=no
29051 for flag in $THREAD_OPTS; do
29052 case $flag in
29053 none)
e6cc62c6
VS
29054 echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
29055echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6
009fead0 29056 ;;
698dcdb6 29057
009fead0 29058 -*)
e6cc62c6
VS
29059 echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
29060echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6
009fead0
VZ
29061 THREADS_CFLAGS="$flag"
29062 ;;
698dcdb6 29063
009fead0 29064 *)
e6cc62c6
VS
29065 echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
29066echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6
009fead0
VZ
29067 THREADS_LINK="-l$flag"
29068 ;;
29069 esac
10f2d63a 29070
009fead0
VZ
29071 save_LIBS="$LIBS"
29072 save_CFLAGS="$CFLAGS"
29073 LIBS="$THREADS_LINK $LIBS"
04727afd 29074 CFLAGS="$THREADS_CFLAGS $CFLAGS"
10f2d63a 29075
e6cc62c6
VS
29076 cat >conftest.$ac_ext <<_ACEOF
29077#line $LINENO "configure"
29078/* confdefs.h. */
29079_ACEOF
29080cat confdefs.h >>conftest.$ac_ext
29081cat >>conftest.$ac_ext <<_ACEOF
29082/* end confdefs.h. */
009fead0 29083#include <pthread.h>
e6cc62c6
VS
29084int
29085main ()
29086{
009fead0 29087pthread_create(0,0,0,0);
e6cc62c6
VS
29088 ;
29089 return 0;
29090}
29091_ACEOF
29092rm -f conftest.$ac_objext conftest$ac_exeext
29093if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29094 (eval $ac_link) 2>&5
29095 ac_status=$?
29096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29097 (exit $ac_status); } &&
29098 { ac_try='test -s conftest$ac_exeext'
29099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29100 (eval $ac_try) 2>&5
29101 ac_status=$?
29102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29103 (exit $ac_status); }; }; then
009fead0 29104 THREADS_OK=yes
10f2d63a 29105else
e6cc62c6
VS
29106 echo "$as_me: failed program was:" >&5
29107sed 's/^/| /' conftest.$ac_ext >&5
29108
6232543b 29109fi
e6cc62c6 29110rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
698dcdb6 29111
009fead0
VZ
29112 LIBS="$save_LIBS"
29113 CFLAGS="$save_CFLAGS"
d9b9876f 29114
e6cc62c6
VS
29115 echo "$as_me:$LINENO: result: $THREADS_OK" >&5
29116echo "${ECHO_T}$THREADS_OK" >&6
009fead0
VZ
29117 if test "x$THREADS_OK" = "xyes"; then
29118 break;
29119 fi
d9b9876f 29120
009fead0
VZ
29121 THREADS_LINK=""
29122 THREADS_CFLAGS=""
29123 done
4f14bcd8 29124
009fead0
VZ
29125 if test "x$THREADS_OK" != "xyes"; then
29126 wxUSE_THREADS=no
e6cc62c6
VS
29127 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
29128echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
009fead0 29129 else
db82f09e
VZ
29130 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
29131 LIBS="$THREADS_LINK $LIBS"
fe5a9cab 29132
e6cc62c6
VS
29133 echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
29134echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6
009fead0
VZ
29135 flag=no
29136 case "${host}" in
2b5f62a0
VZ
29137 *-aix*)
29138 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
29139 flag="-D_THREAD_SAFE"
29140 ;;
29141 *-freebsd*)
009fead0
VZ
29142 flag="-D_THREAD_SAFE"
29143 ;;
06313569
GD
29144 *-hp-hpux* )
29145 flag="-D_REENTRANT"
4f5a7f74
VZ
29146 if test "x$GCC" != "xyes"; then
29147 flag="$flag -D_RWSTD_MULTI_THREAD"
29148 fi
06313569 29149 ;;
009fead0
VZ
29150 *solaris* | alpha*-osf*)
29151 flag="-D_REENTRANT"
29152 ;;
29153 esac
e6cc62c6
VS
29154 echo "$as_me:$LINENO: result: ${flag}" >&5
29155echo "${ECHO_T}${flag}" >&6
009fead0 29156 if test "x$flag" != xno; then
04727afd 29157 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
009fead0
VZ
29158 fi
29159
009fead0 29160 if test "x$THREADS_CFLAGS" != "x"; then
04727afd 29161 CFLAGS="$CFLAGS $THREADS_CFLAGS"
009fead0
VZ
29162 CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS"
29163 fi
29164 fi
4f14bcd8 29165 fi
4f14bcd8 29166
7274f1c7 29167 if test "$wxUSE_THREADS" = "yes" ; then
e6cc62c6
VS
29168
29169for ac_func in thr_setconcurrency
4f14bcd8 29170do
e6cc62c6
VS
29171as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
29172echo "$as_me:$LINENO: checking for $ac_func" >&5
29173echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
29174if eval "test \"\${$as_ac_var+set}\" = set"; then
29175 echo $ECHO_N "(cached) $ECHO_C" >&6
29176else
29177 cat >conftest.$ac_ext <<_ACEOF
29178#line $LINENO "configure"
29179/* confdefs.h. */
29180_ACEOF
29181cat confdefs.h >>conftest.$ac_ext
29182cat >>conftest.$ac_ext <<_ACEOF
29183/* end confdefs.h. */
4f14bcd8 29184/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
29185 which can conflict with char $ac_func (); below.
29186 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29187 <limits.h> exists even on freestanding compilers. */
29188#ifdef __STDC__
29189# include <limits.h>
29190#else
29191# include <assert.h>
29192#endif
4f14bcd8 29193/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
29194#ifdef __cplusplus
29195extern "C"
29196{
29197#endif
4f14bcd8 29198/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
29199 builtin and then its argument prototype would still apply. */
29200char $ac_func ();
4f14bcd8
GD
29201/* The GNU C library defines this for functions which it implements
29202 to always fail with ENOSYS. Some functions are actually named
29203 something starting with __ and the normal name is an alias. */
29204#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
29205choke me
29206#else
e6cc62c6
VS
29207char (*f) () = $ac_func;
29208#endif
29209#ifdef __cplusplus
29210}
4f14bcd8
GD
29211#endif
29212
e6cc62c6
VS
29213int
29214main ()
29215{
29216return f != $ac_func;
29217 ;
29218 return 0;
29219}
29220_ACEOF
29221rm -f conftest.$ac_objext conftest$ac_exeext
29222if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29223 (eval $ac_link) 2>&5
29224 ac_status=$?
29225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29226 (exit $ac_status); } &&
29227 { ac_try='test -s conftest$ac_exeext'
29228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29229 (eval $ac_try) 2>&5
29230 ac_status=$?
29231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29232 (exit $ac_status); }; }; then
29233 eval "$as_ac_var=yes"
29234else
29235 echo "$as_me: failed program was:" >&5
29236sed 's/^/| /' conftest.$ac_ext >&5
29237
29238eval "$as_ac_var=no"
29239fi
29240rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29241fi
29242echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
29243echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
29244if test `eval echo '${'$as_ac_var'}'` = yes; then
29245 cat >>confdefs.h <<_ACEOF
29246#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
29247_ACEOF
698dcdb6 29248
10f2d63a 29249fi
4f14bcd8 29250done
10f2d63a 29251
8284b0c5 29252
e6cc62c6
VS
29253
29254for ac_header in sched.h
4f14bcd8 29255do
e6cc62c6
VS
29256as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29257if eval "test \"\${$as_ac_Header+set}\" = set"; then
29258 echo "$as_me:$LINENO: checking for $ac_header" >&5
29259echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29260if eval "test \"\${$as_ac_Header+set}\" = set"; then
29261 echo $ECHO_N "(cached) $ECHO_C" >&6
29262fi
29263echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29264echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29265else
29266 # Is the header compilable?
29267echo "$as_me:$LINENO: checking $ac_header usability" >&5
29268echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
29269cat >conftest.$ac_ext <<_ACEOF
29270#line $LINENO "configure"
29271/* confdefs.h. */
29272_ACEOF
29273cat confdefs.h >>conftest.$ac_ext
29274cat >>conftest.$ac_ext <<_ACEOF
29275/* end confdefs.h. */
29276$ac_includes_default
29277#include <$ac_header>
29278_ACEOF
29279rm -f conftest.$ac_objext
29280if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29281 (eval $ac_compile) 2>&5
29282 ac_status=$?
29283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29284 (exit $ac_status); } &&
29285 { ac_try='test -s conftest.$ac_objext'
29286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29287 (eval $ac_try) 2>&5
29288 ac_status=$?
29289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29290 (exit $ac_status); }; }; then
29291 ac_header_compiler=yes
29292else
29293 echo "$as_me: failed program was:" >&5
29294sed 's/^/| /' conftest.$ac_ext >&5
29295
29296ac_header_compiler=no
29297fi
29298rm -f conftest.$ac_objext conftest.$ac_ext
29299echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
29300echo "${ECHO_T}$ac_header_compiler" >&6
29301
29302# Is the header present?
29303echo "$as_me:$LINENO: checking $ac_header presence" >&5
29304echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
29305cat >conftest.$ac_ext <<_ACEOF
29306#line $LINENO "configure"
29307/* confdefs.h. */
29308_ACEOF
29309cat confdefs.h >>conftest.$ac_ext
29310cat >>conftest.$ac_ext <<_ACEOF
29311/* end confdefs.h. */
29312#include <$ac_header>
29313_ACEOF
29314if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
29315 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
29316 ac_status=$?
29317 grep -v '^ *+' conftest.er1 >conftest.err
29318 rm -f conftest.er1
29319 cat conftest.err >&5
29320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29321 (exit $ac_status); } >/dev/null; then
29322 if test -s conftest.err; then
29323 ac_cpp_err=$ac_c_preproc_warn_flag
29324 else
29325 ac_cpp_err=
29326 fi
29327else
29328 ac_cpp_err=yes
29329fi
29330if test -z "$ac_cpp_err"; then
29331 ac_header_preproc=yes
29332else
29333 echo "$as_me: failed program was:" >&5
29334sed 's/^/| /' conftest.$ac_ext >&5
29335
29336 ac_header_preproc=no
29337fi
29338rm -f conftest.err conftest.$ac_ext
29339echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
29340echo "${ECHO_T}$ac_header_preproc" >&6
29341
29342# So? What about this header?
29343case $ac_header_compiler:$ac_header_preproc in
29344 yes:no )
29345 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
29346echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
29347 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
29348echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
29349 (
29350 cat <<\_ASBOX
29351## ------------------------------------ ##
29352## Report this to bug-autoconf@gnu.org. ##
29353## ------------------------------------ ##
29354_ASBOX
29355 ) |
29356 sed "s/^/$as_me: WARNING: /" >&2
29357 ;;
29358 no:yes )
29359 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
29360echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
29361 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
29362echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
29363 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
29364echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
29365 (
29366 cat <<\_ASBOX
29367## ------------------------------------ ##
29368## Report this to bug-autoconf@gnu.org. ##
29369## ------------------------------------ ##
29370_ASBOX
29371 ) |
29372 sed "s/^/$as_me: WARNING: /" >&2
29373 ;;
29374esac
29375echo "$as_me:$LINENO: checking for $ac_header" >&5
29376echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
29377if eval "test \"\${$as_ac_Header+set}\" = set"; then
29378 echo $ECHO_N "(cached) $ECHO_C" >&6
29379else
29380 eval "$as_ac_Header=$ac_header_preproc"
13111b2a 29381fi
e6cc62c6
VS
29382echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
29383echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
29384
10f2d63a 29385fi
e6cc62c6
VS
29386if test `eval echo '${'$as_ac_Header'}'` = yes; then
29387 cat >>confdefs.h <<_ACEOF
29388#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29389_ACEOF
29390
f6bcfd97 29391fi
e6cc62c6 29392
4f14bcd8 29393done
f6bcfd97 29394
009fead0 29395 if test "$ac_cv_header_sched_h" = "yes"; then
e6cc62c6
VS
29396 echo "$as_me:$LINENO: checking for sched_yield" >&5
29397echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6
29398if test "${ac_cv_func_sched_yield+set}" = set; then
29399 echo $ECHO_N "(cached) $ECHO_C" >&6
29400else
29401 cat >conftest.$ac_ext <<_ACEOF
29402#line $LINENO "configure"
29403/* confdefs.h. */
29404_ACEOF
29405cat confdefs.h >>conftest.$ac_ext
29406cat >>conftest.$ac_ext <<_ACEOF
29407/* end confdefs.h. */
009fead0 29408/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
29409 which can conflict with char sched_yield (); below.
29410 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29411 <limits.h> exists even on freestanding compilers. */
29412#ifdef __STDC__
29413# include <limits.h>
29414#else
29415# include <assert.h>
29416#endif
4f14bcd8 29417/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
29418#ifdef __cplusplus
29419extern "C"
29420{
29421#endif
4f14bcd8 29422/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
29423 builtin and then its argument prototype would still apply. */
29424char sched_yield ();
009fead0
VZ
29425/* The GNU C library defines this for functions which it implements
29426 to always fail with ENOSYS. Some functions are actually named
29427 something starting with __ and the normal name is an alias. */
29428#if defined (__stub_sched_yield) || defined (__stub___sched_yield)
29429choke me
29430#else
e6cc62c6
VS
29431char (*f) () = sched_yield;
29432#endif
29433#ifdef __cplusplus
29434}
009fead0
VZ
29435#endif
29436
e6cc62c6
VS
29437int
29438main ()
29439{
29440return f != sched_yield;
29441 ;
29442 return 0;
29443}
29444_ACEOF
29445rm -f conftest.$ac_objext conftest$ac_exeext
29446if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29447 (eval $ac_link) 2>&5
29448 ac_status=$?
29449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29450 (exit $ac_status); } &&
29451 { ac_try='test -s conftest$ac_exeext'
29452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29453 (eval $ac_try) 2>&5
29454 ac_status=$?
29455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29456 (exit $ac_status); }; }; then
29457 ac_cv_func_sched_yield=yes
29458else
29459 echo "$as_me: failed program was:" >&5
29460sed 's/^/| /' conftest.$ac_ext >&5
29461
29462ac_cv_func_sched_yield=no
29463fi
29464rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29465fi
29466echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
29467echo "${ECHO_T}$ac_cv_func_sched_yield" >&6
29468if test $ac_cv_func_sched_yield = yes; then
29469 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29470#define HAVE_SCHED_YIELD 1
e6cc62c6 29471_ACEOF
10f2d63a 29472
4f14bcd8 29473else
009fead0 29474
e6cc62c6
VS
29475 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
29476echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
29477if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
29478 echo $ECHO_N "(cached) $ECHO_C" >&6
4f14bcd8 29479else
e6cc62c6 29480 ac_check_lib_save_LIBS=$LIBS
4f14bcd8 29481LIBS="-lposix4 $LIBS"
e6cc62c6
VS
29482cat >conftest.$ac_ext <<_ACEOF
29483#line $LINENO "configure"
29484/* confdefs.h. */
29485_ACEOF
29486cat confdefs.h >>conftest.$ac_ext
29487cat >>conftest.$ac_ext <<_ACEOF
29488/* end confdefs.h. */
29489
4f14bcd8 29490/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
29491#ifdef __cplusplus
29492extern "C"
29493#endif
4f14bcd8 29494/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
29495 builtin and then its argument prototype would still apply. */
29496char sched_yield ();
29497int
29498main ()
29499{
29500sched_yield ();
29501 ;
29502 return 0;
29503}
29504_ACEOF
29505rm -f conftest.$ac_objext conftest$ac_exeext
29506if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29507 (eval $ac_link) 2>&5
29508 ac_status=$?
29509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29510 (exit $ac_status); } &&
29511 { ac_try='test -s conftest$ac_exeext'
29512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29513 (eval $ac_try) 2>&5
29514 ac_status=$?
29515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29516 (exit $ac_status); }; }; then
29517 ac_cv_lib_posix4_sched_yield=yes
29518else
29519 echo "$as_me: failed program was:" >&5
29520sed 's/^/| /' conftest.$ac_ext >&5
29521
29522ac_cv_lib_posix4_sched_yield=no
29523fi
29524rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29525LIBS=$ac_check_lib_save_LIBS
29526fi
29527echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
29528echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
29529if test $ac_cv_lib_posix4_sched_yield = yes; then
29530 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29531#define HAVE_SCHED_YIELD 1
e6cc62c6 29532_ACEOF
3d63bc3a 29533 POSIX4_LINK=" -lposix4"
4f14bcd8 29534else
e6cc62c6
VS
29535 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
29536echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
29537
54276ccf
VZ
29538fi
29539
e6cc62c6
VS
29540
29541
4f14bcd8 29542fi
698dcdb6 29543
009fead0 29544 fi
10f2d63a 29545
7274f1c7 29546 HAVE_PRIOR_FUNCS=0
e6cc62c6
VS
29547 echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
29548echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6
29549if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
29550 echo $ECHO_N "(cached) $ECHO_C" >&6
29551else
29552 cat >conftest.$ac_ext <<_ACEOF
29553#line $LINENO "configure"
29554/* confdefs.h. */
29555_ACEOF
29556cat confdefs.h >>conftest.$ac_ext
29557cat >>conftest.$ac_ext <<_ACEOF
29558/* end confdefs.h. */
009fead0 29559/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
29560 which can conflict with char pthread_attr_getschedpolicy (); below.
29561 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29562 <limits.h> exists even on freestanding compilers. */
29563#ifdef __STDC__
29564# include <limits.h>
29565#else
29566# include <assert.h>
29567#endif
4f14bcd8 29568/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
29569#ifdef __cplusplus
29570extern "C"
29571{
29572#endif
4f14bcd8 29573/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
29574 builtin and then its argument prototype would still apply. */
29575char pthread_attr_getschedpolicy ();
009fead0
VZ
29576/* The GNU C library defines this for functions which it implements
29577 to always fail with ENOSYS. Some functions are actually named
29578 something starting with __ and the normal name is an alias. */
29579#if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy)
29580choke me
29581#else
e6cc62c6
VS
29582char (*f) () = pthread_attr_getschedpolicy;
29583#endif
29584#ifdef __cplusplus
29585}
009fead0
VZ
29586#endif
29587
e6cc62c6
VS
29588int
29589main ()
29590{
29591return f != pthread_attr_getschedpolicy;
29592 ;
29593 return 0;
29594}
29595_ACEOF
29596rm -f conftest.$ac_objext conftest$ac_exeext
29597if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29598 (eval $ac_link) 2>&5
29599 ac_status=$?
29600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29601 (exit $ac_status); } &&
29602 { ac_try='test -s conftest$ac_exeext'
29603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29604 (eval $ac_try) 2>&5
29605 ac_status=$?
29606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29607 (exit $ac_status); }; }; then
29608 ac_cv_func_pthread_attr_getschedpolicy=yes
29609else
29610 echo "$as_me: failed program was:" >&5
29611sed 's/^/| /' conftest.$ac_ext >&5
29612
29613ac_cv_func_pthread_attr_getschedpolicy=no
29614fi
29615rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29616fi
29617echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
29618echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6
29619if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
29620 echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
29621echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6
29622if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
29623 echo $ECHO_N "(cached) $ECHO_C" >&6
29624else
29625 cat >conftest.$ac_ext <<_ACEOF
29626#line $LINENO "configure"
29627/* confdefs.h. */
29628_ACEOF
29629cat confdefs.h >>conftest.$ac_ext
29630cat >>conftest.$ac_ext <<_ACEOF
29631/* end confdefs.h. */
a0b9e27f 29632/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
29633 which can conflict with char pthread_attr_setschedparam (); below.
29634 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29635 <limits.h> exists even on freestanding compilers. */
29636#ifdef __STDC__
29637# include <limits.h>
29638#else
29639# include <assert.h>
29640#endif
422107f9 29641/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
29642#ifdef __cplusplus
29643extern "C"
29644{
29645#endif
422107f9 29646/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
29647 builtin and then its argument prototype would still apply. */
29648char pthread_attr_setschedparam ();
009fead0
VZ
29649/* The GNU C library defines this for functions which it implements
29650 to always fail with ENOSYS. Some functions are actually named
29651 something starting with __ and the normal name is an alias. */
29652#if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam)
29653choke me
29654#else
e6cc62c6
VS
29655char (*f) () = pthread_attr_setschedparam;
29656#endif
29657#ifdef __cplusplus
29658}
009fead0
VZ
29659#endif
29660
e6cc62c6
VS
29661int
29662main ()
29663{
29664return f != pthread_attr_setschedparam;
29665 ;
29666 return 0;
29667}
29668_ACEOF
29669rm -f conftest.$ac_objext conftest$ac_exeext
29670if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29671 (eval $ac_link) 2>&5
29672 ac_status=$?
29673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29674 (exit $ac_status); } &&
29675 { ac_try='test -s conftest$ac_exeext'
29676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29677 (eval $ac_try) 2>&5
29678 ac_status=$?
29679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29680 (exit $ac_status); }; }; then
29681 ac_cv_func_pthread_attr_setschedparam=yes
29682else
29683 echo "$as_me: failed program was:" >&5
29684sed 's/^/| /' conftest.$ac_ext >&5
29685
29686ac_cv_func_pthread_attr_setschedparam=no
29687fi
29688rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29689fi
29690echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
29691echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6
29692if test $ac_cv_func_pthread_attr_setschedparam = yes; then
29693 echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
29694echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6
29695if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
29696 echo $ECHO_N "(cached) $ECHO_C" >&6
29697else
29698 cat >conftest.$ac_ext <<_ACEOF
29699#line $LINENO "configure"
29700/* confdefs.h. */
29701_ACEOF
29702cat confdefs.h >>conftest.$ac_ext
29703cat >>conftest.$ac_ext <<_ACEOF
29704/* end confdefs.h. */
ef33c576 29705/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
29706 which can conflict with char sched_get_priority_max (); below.
29707 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29708 <limits.h> exists even on freestanding compilers. */
29709#ifdef __STDC__
29710# include <limits.h>
29711#else
29712# include <assert.h>
29713#endif
4f14bcd8 29714/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
29715#ifdef __cplusplus
29716extern "C"
29717{
29718#endif
4f14bcd8 29719/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
29720 builtin and then its argument prototype would still apply. */
29721char sched_get_priority_max ();
009fead0
VZ
29722/* The GNU C library defines this for functions which it implements
29723 to always fail with ENOSYS. Some functions are actually named
29724 something starting with __ and the normal name is an alias. */
29725#if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max)
29726choke me
29727#else
e6cc62c6
VS
29728char (*f) () = sched_get_priority_max;
29729#endif
29730#ifdef __cplusplus
29731}
009fead0
VZ
29732#endif
29733
e6cc62c6
VS
29734int
29735main ()
29736{
29737return f != sched_get_priority_max;
29738 ;
29739 return 0;
29740}
29741_ACEOF
29742rm -f conftest.$ac_objext conftest$ac_exeext
29743if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29744 (eval $ac_link) 2>&5
29745 ac_status=$?
29746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29747 (exit $ac_status); } &&
29748 { ac_try='test -s conftest$ac_exeext'
29749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29750 (eval $ac_try) 2>&5
29751 ac_status=$?
29752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29753 (exit $ac_status); }; }; then
29754 ac_cv_func_sched_get_priority_max=yes
29755else
29756 echo "$as_me: failed program was:" >&5
29757sed 's/^/| /' conftest.$ac_ext >&5
29758
29759ac_cv_func_sched_get_priority_max=no
29760fi
29761rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29762fi
29763echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
29764echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6
29765if test $ac_cv_func_sched_get_priority_max = yes; then
4f14bcd8
GD
29766 HAVE_PRIOR_FUNCS=1
29767else
e6cc62c6
VS
29768 echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
29769echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6
29770if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
29771 echo $ECHO_N "(cached) $ECHO_C" >&6
422107f9 29772else
e6cc62c6 29773 ac_check_lib_save_LIBS=$LIBS
4f14bcd8 29774LIBS="-lposix4 $LIBS"
e6cc62c6
VS
29775cat >conftest.$ac_ext <<_ACEOF
29776#line $LINENO "configure"
29777/* confdefs.h. */
29778_ACEOF
29779cat confdefs.h >>conftest.$ac_ext
29780cat >>conftest.$ac_ext <<_ACEOF
29781/* end confdefs.h. */
29782
422107f9 29783/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
29784#ifdef __cplusplus
29785extern "C"
29786#endif
422107f9 29787/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
29788 builtin and then its argument prototype would still apply. */
29789char sched_get_priority_max ();
29790int
29791main ()
29792{
29793sched_get_priority_max ();
29794 ;
29795 return 0;
29796}
29797_ACEOF
29798rm -f conftest.$ac_objext conftest$ac_exeext
29799if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29800 (eval $ac_link) 2>&5
29801 ac_status=$?
29802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29803 (exit $ac_status); } &&
29804 { ac_try='test -s conftest$ac_exeext'
29805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29806 (eval $ac_try) 2>&5
29807 ac_status=$?
29808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29809 (exit $ac_status); }; }; then
29810 ac_cv_lib_posix4_sched_get_priority_max=yes
29811else
29812 echo "$as_me: failed program was:" >&5
29813sed 's/^/| /' conftest.$ac_ext >&5
29814
29815ac_cv_lib_posix4_sched_get_priority_max=no
29816fi
29817rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29818LIBS=$ac_check_lib_save_LIBS
29819fi
29820echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
29821echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6
29822if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
698dcdb6 29823
7274f1c7
RL
29824 HAVE_PRIOR_FUNCS=1
29825 POSIX4_LINK=" -lposix4"
e6cc62c6 29826
4f14bcd8 29827fi
463abc64 29828
e6cc62c6 29829
328a083c 29830fi
463abc64 29831
e6cc62c6 29832
7b4a847f 29833fi
579d8138 29834
e6cc62c6 29835
5c6fa7d2 29836fi
52127426 29837
8284b0c5 29838
7274f1c7 29839 if test "$HAVE_PRIOR_FUNCS" = 1; then
e6cc62c6 29840 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29841#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
e6cc62c6 29842_ACEOF
463abc64 29843
7274f1c7 29844 else
e6cc62c6
VS
29845 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
29846echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
7274f1c7 29847 fi
463abc64 29848
e6cc62c6
VS
29849 echo "$as_me:$LINENO: checking for pthread_cancel" >&5
29850echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6
29851if test "${ac_cv_func_pthread_cancel+set}" = set; then
29852 echo $ECHO_N "(cached) $ECHO_C" >&6
29853else
29854 cat >conftest.$ac_ext <<_ACEOF
29855#line $LINENO "configure"
29856/* confdefs.h. */
29857_ACEOF
29858cat confdefs.h >>conftest.$ac_ext
29859cat >>conftest.$ac_ext <<_ACEOF
29860/* end confdefs.h. */
009fead0 29861/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
29862 which can conflict with char pthread_cancel (); below.
29863 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29864 <limits.h> exists even on freestanding compilers. */
29865#ifdef __STDC__
29866# include <limits.h>
29867#else
29868# include <assert.h>
29869#endif
422107f9 29870/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
29871#ifdef __cplusplus
29872extern "C"
29873{
29874#endif
422107f9 29875/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
29876 builtin and then its argument prototype would still apply. */
29877char pthread_cancel ();
009fead0
VZ
29878/* The GNU C library defines this for functions which it implements
29879 to always fail with ENOSYS. Some functions are actually named
29880 something starting with __ and the normal name is an alias. */
29881#if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel)
29882choke me
29883#else
e6cc62c6
VS
29884char (*f) () = pthread_cancel;
29885#endif
29886#ifdef __cplusplus
29887}
009fead0
VZ
29888#endif
29889
e6cc62c6
VS
29890int
29891main ()
29892{
29893return f != pthread_cancel;
29894 ;
29895 return 0;
29896}
29897_ACEOF
29898rm -f conftest.$ac_objext conftest$ac_exeext
29899if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29900 (eval $ac_link) 2>&5
29901 ac_status=$?
29902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29903 (exit $ac_status); } &&
29904 { ac_try='test -s conftest$ac_exeext'
29905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29906 (eval $ac_try) 2>&5
29907 ac_status=$?
29908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29909 (exit $ac_status); }; }; then
29910 ac_cv_func_pthread_cancel=yes
29911else
29912 echo "$as_me: failed program was:" >&5
29913sed 's/^/| /' conftest.$ac_ext >&5
29914
29915ac_cv_func_pthread_cancel=no
29916fi
29917rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
29918fi
29919echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
29920echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6
29921if test $ac_cv_func_pthread_cancel = yes; then
29922 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29923#define HAVE_PTHREAD_CANCEL 1
e6cc62c6 29924_ACEOF
4f14bcd8 29925
698dcdb6 29926else
e6cc62c6
VS
29927 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
29928echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
422107f9
VZ
29929fi
29930
5c6fa7d2 29931
e6cc62c6
VS
29932 echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
29933echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6
29934if test "${wx_cv_func_pthread_cleanup_push+set}" = set; then
29935 echo $ECHO_N "(cached) $ECHO_C" >&6
8284b0c5 29936else
e6cc62c6
VS
29937
29938 cat >conftest.$ac_ext <<_ACEOF
29939#line $LINENO "configure"
29940/* confdefs.h. */
29941_ACEOF
29942cat confdefs.h >>conftest.$ac_ext
29943cat >>conftest.$ac_ext <<_ACEOF
29944/* end confdefs.h. */
4f14bcd8 29945#include <pthread.h>
e6cc62c6
VS
29946int
29947main ()
29948{
4f14bcd8 29949
7274f1c7
RL
29950 pthread_cleanup_push(NULL, NULL);
29951 pthread_cleanup_pop(0);
e6cc62c6
VS
29952
29953 ;
29954 return 0;
29955}
29956_ACEOF
29957rm -f conftest.$ac_objext
29958if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29959 (eval $ac_compile) 2>&5
29960 ac_status=$?
29961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29962 (exit $ac_status); } &&
29963 { ac_try='test -s conftest.$ac_objext'
29964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29965 (eval $ac_try) 2>&5
29966 ac_status=$?
29967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29968 (exit $ac_status); }; }; then
29969
7274f1c7 29970 wx_cv_func_pthread_cleanup_push=yes
e6cc62c6 29971
4f14bcd8 29972else
e6cc62c6
VS
29973 echo "$as_me: failed program was:" >&5
29974sed 's/^/| /' conftest.$ac_ext >&5
29975
29976
7274f1c7 29977 wx_cv_func_pthread_cleanup_push=no
e6cc62c6 29978
247f5006 29979fi
e6cc62c6 29980rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 29981
e6cc62c6
VS
29982fi
29983echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup_push" >&5
29984echo "${ECHO_T}$wx_cv_func_pthread_cleanup_push" >&6
4f14bcd8 29985
7274f1c7 29986 if test "$wx_cv_func_pthread_cleanup_push" = "yes"; then
e6cc62c6 29987 cat >>confdefs.h <<\_ACEOF
4f14bcd8 29988#define HAVE_THREAD_CLEANUP_FUNCTIONS 1
e6cc62c6 29989_ACEOF
c7a2bf27 29990
7274f1c7 29991 fi
4f14bcd8 29992
e6cc62c6
VS
29993
29994 echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
29995echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6
29996if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
29997 echo $ECHO_N "(cached) $ECHO_C" >&6
698dcdb6 29998else
e6cc62c6
VS
29999
30000 cat >conftest.$ac_ext <<_ACEOF
30001#line $LINENO "configure"
30002/* confdefs.h. */
30003_ACEOF
30004cat confdefs.h >>conftest.$ac_ext
30005cat >>conftest.$ac_ext <<_ACEOF
30006/* end confdefs.h. */
4f14bcd8 30007#include <pthread.h>
e6cc62c6
VS
30008int
30009main ()
30010{
4f14bcd8 30011
7274f1c7
RL
30012 pthread_mutexattr_t attr;
30013 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
e6cc62c6
VS
30014
30015 ;
30016 return 0;
30017}
30018_ACEOF
30019rm -f conftest.$ac_objext
30020if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30021 (eval $ac_compile) 2>&5
30022 ac_status=$?
30023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30024 (exit $ac_status); } &&
30025 { ac_try='test -s conftest.$ac_objext'
30026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30027 (eval $ac_try) 2>&5
30028 ac_status=$?
30029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30030 (exit $ac_status); }; }; then
30031
7274f1c7 30032 wx_cv_type_pthread_mutexattr_t=yes
e6cc62c6 30033
3fed1840 30034else
e6cc62c6
VS
30035 echo "$as_me: failed program was:" >&5
30036sed 's/^/| /' conftest.$ac_ext >&5
30037
30038
7274f1c7 30039 wx_cv_type_pthread_mutexattr_t=no
e6cc62c6
VS
30040
30041
247f5006 30042fi
e6cc62c6 30043rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 30044
e6cc62c6
VS
30045fi
30046echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
30047echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6
4f14bcd8 30048
7274f1c7 30049 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
e6cc62c6 30050 cat >>confdefs.h <<\_ACEOF
4f14bcd8 30051#define HAVE_PTHREAD_MUTEXATTR_T 1
e6cc62c6 30052_ACEOF
4f14bcd8 30053
7274f1c7 30054 else
e6cc62c6
VS
30055 echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
30056echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6
30057if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
30058 echo $ECHO_N "(cached) $ECHO_C" >&6
30059else
30060
30061 cat >conftest.$ac_ext <<_ACEOF
30062#line $LINENO "configure"
30063/* confdefs.h. */
30064_ACEOF
30065cat confdefs.h >>conftest.$ac_ext
30066cat >>conftest.$ac_ext <<_ACEOF
30067/* end confdefs.h. */
4f14bcd8 30068#include <pthread.h>
e6cc62c6
VS
30069int
30070main ()
30071{
4f14bcd8 30072
7274f1c7 30073 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
e6cc62c6
VS
30074
30075 ;
30076 return 0;
30077}
30078_ACEOF
30079rm -f conftest.$ac_objext
30080if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30081 (eval $ac_compile) 2>&5
30082 ac_status=$?
30083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30084 (exit $ac_status); } &&
30085 { ac_try='test -s conftest.$ac_objext'
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); }; }; then
30091
7274f1c7 30092 wx_cv_type_pthread_rec_mutex_init=yes
e6cc62c6 30093
698dcdb6 30094else
e6cc62c6
VS
30095 echo "$as_me: failed program was:" >&5
30096sed 's/^/| /' conftest.$ac_ext >&5
30097
30098
7274f1c7 30099 wx_cv_type_pthread_rec_mutex_init=no
e6cc62c6
VS
30100
30101
247f5006 30102fi
e6cc62c6 30103rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 30104
e6cc62c6
VS
30105fi
30106echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
30107echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6
7274f1c7 30108 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
e6cc62c6 30109 cat >>confdefs.h <<\_ACEOF
4f14bcd8 30110#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
e6cc62c6 30111_ACEOF
3fed1840 30112
7274f1c7 30113 else
e6cc62c6
VS
30114 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
30115echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
7274f1c7
RL
30116 fi
30117 fi
7274f1c7 30118 fi
3fed1840 30119
a0b9e27f
MB
30120else
30121 if test "$wxUSE_THREADS" = "yes" ; then
30122 case "${host}" in
30123 *-*-mingw32* )
e6cc62c6
VS
30124 echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
30125echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6
30126if test "${wx_cv_cflags_mthread+set}" = set; then
30127 echo $ECHO_N "(cached) $ECHO_C" >&6
ca8e52b3 30128else
e6cc62c6 30129
ca8e52b3
VZ
30130 CFLAGS_OLD="$CFLAGS"
30131 CFLAGS="$CFLAGS -mthreads"
e6cc62c6
VS
30132 cat >conftest.$ac_ext <<_ACEOF
30133#line $LINENO "configure"
30134/* confdefs.h. */
30135_ACEOF
30136cat confdefs.h >>conftest.$ac_ext
30137cat >>conftest.$ac_ext <<_ACEOF
30138/* end confdefs.h. */
30139
30140int
30141main ()
30142{
ca8e52b3 30143
e6cc62c6
VS
30144 ;
30145 return 0;
30146}
30147_ACEOF
30148rm -f conftest.$ac_objext
30149if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30150 (eval $ac_compile) 2>&5
30151 ac_status=$?
30152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30153 (exit $ac_status); } &&
30154 { ac_try='test -s conftest.$ac_objext'
30155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30156 (eval $ac_try) 2>&5
30157 ac_status=$?
30158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30159 (exit $ac_status); }; }; then
ca8e52b3
VZ
30160 wx_cv_cflags_mthread=yes
30161else
e6cc62c6
VS
30162 echo "$as_me: failed program was:" >&5
30163sed 's/^/| /' conftest.$ac_ext >&5
30164
30165wx_cv_cflags_mthread=no
30166
ca8e52b3 30167fi
e6cc62c6
VS
30168rm -f conftest.$ac_objext conftest.$ac_ext
30169
ca8e52b3 30170
e6cc62c6
VS
30171fi
30172echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
30173echo "${ECHO_T}$wx_cv_cflags_mthread" >&6
ca8e52b3
VZ
30174
30175 if test "$wx_cv_cflags_mthread" = "yes"; then
30176 CXXFLAGS="$CXXFLAGS -mthreads"
30177 TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads"
30178 LDFLAGS="$LDFLAGS -mthreads"
30179 else
30180 CFLAGS="$CFLAGS_OLD"
30181 fi
a0b9e27f
MB
30182 ;;
30183 esac
30184 fi
4f14bcd8
GD
30185fi
30186
30187if test "$wxUSE_THREADS" = "yes"; then
e6cc62c6 30188 cat >>confdefs.h <<\_ACEOF
4f14bcd8 30189#define wxUSE_THREADS 1
e6cc62c6 30190_ACEOF
7b6058cd 30191
8284b0c5 30192
4f14bcd8 30193 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
698dcdb6 30194else
4f14bcd8 30195 if test "$ac_cv_func_strtok_r" = "yes"; then
e6cc62c6
VS
30196 echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
30197echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6
4f14bcd8
GD
30198 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
30199 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT"
e6cc62c6
VS
30200 echo "$as_me:$LINENO: result: yes" >&5
30201echo "${ECHO_T}yes" >&6
4f14bcd8 30202 else
e6cc62c6
VS
30203 echo "$as_me:$LINENO: result: no" >&5
30204echo "${ECHO_T}no" >&6
4f14bcd8
GD
30205 fi
30206 fi
30207fi
30208
30209if test "$WXGTK20" = 1 ; then
e6cc62c6 30210 cat >>confdefs.h <<_ACEOF
4f14bcd8 30211#define __WXGTK20__ $WXGTK20
e6cc62c6 30212_ACEOF
4f14bcd8
GD
30213
30214 WXGTK12=1
10f2d63a 30215fi
4f14bcd8
GD
30216
30217if test "$WXGTK12" = 1 ; then
e6cc62c6 30218 cat >>confdefs.h <<_ACEOF
4f14bcd8 30219#define __WXGTK12__ $WXGTK12
e6cc62c6 30220_ACEOF
4f14bcd8 30221
10f2d63a 30222fi
698dcdb6 30223
4f14bcd8 30224if test "$WXGTK127" = 1 ; then
e6cc62c6 30225 cat >>confdefs.h <<_ACEOF
4f14bcd8 30226#define __WXGTK127__ $WXGTK127
e6cc62c6 30227_ACEOF
4f14bcd8 30228
698dcdb6 30229fi
10f2d63a 30230
4f14bcd8
GD
30231WXDEBUG=
30232
30233if test "$wxUSE_DEBUG_INFO" = "yes" ; then
30234 WXDEBUG="-g"
30235 wxUSE_OPTIMISE=no
698dcdb6 30236fi
4f14bcd8
GD
30237
30238if test "$wxUSE_DEBUG_GDB" = "yes" ; then
30239 wxUSE_DEBUG_INFO=yes
30240 WXDEBUG="-ggdb"
10f2d63a
VZ
30241fi
30242
4f14bcd8 30243if test "$wxUSE_DEBUG_FLAG" = "yes" ; then
e6cc62c6 30244 cat >>confdefs.h <<\_ACEOF
4f14bcd8 30245#define WXDEBUG 1
e6cc62c6 30246_ACEOF
4f14bcd8
GD
30247
30248 WXDEBUG_DEFINE="-D__WXDEBUG__"
10f2d63a 30249else
4f14bcd8
GD
30250 if test "$wxUSE_GTK" = 1 ; then
30251 WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS"
30252 fi
30253fi
30254
30255if test "$wxUSE_MEM_TRACING" = "yes" ; then
e6cc62c6 30256 cat >>confdefs.h <<\_ACEOF
4f14bcd8 30257#define wxUSE_MEMORY_TRACING 1
e6cc62c6 30258_ACEOF
4f14bcd8 30259
e6cc62c6 30260 cat >>confdefs.h <<\_ACEOF
4f14bcd8 30261#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
e6cc62c6 30262_ACEOF
4f14bcd8 30263
e6cc62c6 30264 cat >>confdefs.h <<\_ACEOF
4f14bcd8 30265#define wxUSE_DEBUG_NEW_ALWAYS 1
e6cc62c6 30266_ACEOF
4f14bcd8
GD
30267
30268 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
30269fi
30270
30271if test "$wxUSE_DMALLOC" = "yes" ; then
3d63bc3a 30272 DMALLOC_LIBS="-ldmalloc"
4f14bcd8
GD
30273fi
30274
30275PROFILE=
30276if test "$wxUSE_PROFILE" = "yes" ; then
3d63bc3a 30277 PROFILE=" -pg"
10f2d63a
VZ
30278fi
30279
009fead0
VZ
30280CODE_GEN_FLAGS=
30281CODE_GEN_FLAGS_CXX=
88e30f2b 30282if test "$GCC" = "yes" ; then
4f14bcd8
GD
30283 if test "$wxUSE_NO_RTTI" = "yes" ; then
30284 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti"
3a922bb4 30285 fi
4f14bcd8
GD
30286 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
30287 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions"
30288 fi
30289 if test "$wxUSE_PERMISSIVE" = "yes" ; then
30290 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive"
30291 fi
1d1b75ac 30292
2b5f62a0 30293 case "${host}" in
1d1b75ac
VZ
30294 powerpc*-*-aix* )
30295 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc"
30296 ;;
2b5f62a0
VZ
30297 *-hppa* )
30298 CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections"
30299 ;;
1d1b75ac 30300 esac
4f14bcd8
GD
30301fi
30302
af7b5345 30303OPTIMISE=
4f14bcd8 30304if test "$wxUSE_OPTIMISE" = "no" ; then
af7b5345
VZ
30305 if test "$GCC" = yes ; then
30306 OPTIMISE="-O0"
30307 fi
4f14bcd8
GD
30308else
30309 if test "$GCC" = yes ; then
30310 OPTIMISE="-O2"
af7b5345
VZ
30311
30312 case "${host}" in
4f14bcd8
GD
30313 i586-*-*|i686-*-* )
30314 OPTIMISE="${OPTIMISE} "
30315 ;;
30316 esac
30317 else
30318 OPTIMISE="-O"
30319 fi
30320fi
30321
8d90d2f2 30322
4f14bcd8 30323if test "$WXWIN_COMPATIBILITY_2" = "yes"; then
e6cc62c6 30324 cat >>confdefs.h <<\_ACEOF
4f14bcd8 30325#define WXWIN_COMPATIBILITY_2 1
e6cc62c6 30326_ACEOF
4f14bcd8 30327
8284b0c5 30328
4f14bcd8
GD
30329 WXWIN_COMPATIBILITY_2_2="yes"
30330fi
30331
65d8ef1e 30332if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then
e6cc62c6 30333 cat >>confdefs.h <<\_ACEOF
4f14bcd8 30334#define WXWIN_COMPATIBILITY_2_2 1
e6cc62c6 30335_ACEOF
4f14bcd8 30336
8d90d2f2
VZ
30337
30338 WXWIN_COMPATIBILITY_2_4="yes"
10f2d63a
VZ
30339fi
30340
65d8ef1e 30341if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then
e6cc62c6 30342 cat >>confdefs.h <<\_ACEOF
65d8ef1e 30343#define WXWIN_COMPATIBILITY_2_4 1
e6cc62c6 30344_ACEOF
65d8ef1e
VS
30345
30346fi
30347
8284b0c5 30348
10f2d63a 30349if test "$wxUSE_GUI" = "yes"; then
e6cc62c6 30350 cat >>confdefs.h <<\_ACEOF
10f2d63a 30351#define wxUSE_GUI 1
e6cc62c6 30352_ACEOF
10f2d63a 30353
8284b0c5 30354
10f2d63a 30355 else
e6cc62c6 30356 cat >>confdefs.h <<\_ACEOF
10f2d63a 30357#define wxUSE_NOGUI 1
e6cc62c6 30358_ACEOF
10f2d63a
VZ
30359
30360fi
30361
8284b0c5 30362
10f2d63a 30363if test "$wxUSE_UNIX" = "yes"; then
e6cc62c6 30364 cat >>confdefs.h <<\_ACEOF
10f2d63a 30365#define wxUSE_UNIX 1
e6cc62c6 30366_ACEOF
10f2d63a
VZ
30367
30368fi
30369
8284b0c5 30370
df5168c4
MB
30371if test "$wxUSE_STL" = "yes"; then
30372 cat >>confdefs.h <<\_ACEOF
30373#define wxUSE_STL 1
30374_ACEOF
30375
30376fi
30377
10f2d63a 30378if test "$wxUSE_APPLE_IEEE" = "yes"; then
e6cc62c6 30379 cat >>confdefs.h <<\_ACEOF
10f2d63a 30380#define wxUSE_APPLE_IEEE 1
e6cc62c6 30381_ACEOF
10f2d63a
VZ
30382
30383fi
30384
1e6feb95 30385if test "$wxUSE_TIMER" = "yes"; then
e6cc62c6 30386 cat >>confdefs.h <<\_ACEOF
1e6feb95 30387#define wxUSE_TIMER 1
e6cc62c6 30388_ACEOF
1e6feb95
VZ
30389
30390fi
30391
10f2d63a 30392if test "$wxUSE_WAVE" = "yes"; then
e6cc62c6 30393 cat >>confdefs.h <<\_ACEOF
10f2d63a 30394#define wxUSE_WAVE 1
e6cc62c6 30395_ACEOF
10f2d63a
VZ
30396
30397fi
30398
1e6feb95 30399if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
e6cc62c6 30400 cat >>confdefs.h <<\_ACEOF
1e6feb95 30401#define wxUSE_CMDLINE_PARSER 1
e6cc62c6 30402_ACEOF
1e6feb95
VZ
30403
30404fi
30405
30406if test "$wxUSE_STOPWATCH" = "yes"; then
e6cc62c6 30407 cat >>confdefs.h <<\_ACEOF
1e6feb95 30408#define wxUSE_STOPWATCH 1
e6cc62c6 30409_ACEOF
1e6feb95
VZ
30410
30411fi
30412
30413if test "$wxUSE_DATETIME" = "yes"; then
e6cc62c6 30414 cat >>confdefs.h <<\_ACEOF
1e6feb95 30415#define wxUSE_DATETIME 1
e6cc62c6 30416_ACEOF
1e6feb95
VZ
30417
30418fi
30419
10f2d63a 30420if test "$wxUSE_FILE" = "yes"; then
e6cc62c6 30421 cat >>confdefs.h <<\_ACEOF
10f2d63a 30422#define wxUSE_FILE 1
e6cc62c6 30423_ACEOF
10f2d63a
VZ
30424
30425fi
30426
1e6feb95 30427if test "$wxUSE_FFILE" = "yes"; then
e6cc62c6 30428 cat >>confdefs.h <<\_ACEOF
1e6feb95 30429#define wxUSE_FFILE 1
e6cc62c6 30430_ACEOF
1e6feb95
VZ
30431
30432fi
30433
24528b0c 30434if test "$wxUSE_FILESYSTEM" = "yes"; then
e6cc62c6 30435 cat >>confdefs.h <<\_ACEOF
24528b0c 30436#define wxUSE_FILESYSTEM 1
e6cc62c6 30437_ACEOF
24528b0c
VS
30438
30439fi
30440
10f2d63a 30441if test "$wxUSE_FS_ZIP" = "yes"; then
e6cc62c6 30442 cat >>confdefs.h <<\_ACEOF
10f2d63a 30443#define wxUSE_FS_ZIP 1
e6cc62c6 30444_ACEOF
10f2d63a
VZ
30445
30446fi
30447
30448if test "$wxUSE_ZIPSTREAM" = "yes"; then
e6cc62c6 30449 cat >>confdefs.h <<\_ACEOF
10f2d63a 30450#define wxUSE_ZIPSTREAM 1
e6cc62c6 30451_ACEOF
10f2d63a
VZ
30452
30453fi
30454
eb4efbdc 30455if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
e6cc62c6 30456 cat >>confdefs.h <<\_ACEOF
eb4efbdc 30457#define wxUSE_ON_FATAL_EXCEPTION 1
e6cc62c6 30458_ACEOF
eb4efbdc
VZ
30459
30460fi
30461
4f3c5f06 30462if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
e6cc62c6 30463 cat >>confdefs.h <<\_ACEOF
4f3c5f06 30464#define wxUSE_SNGLINST_CHECKER 1
e6cc62c6 30465_ACEOF
4f3c5f06
VZ
30466
30467fi
30468
10f2d63a 30469if test "$wxUSE_BUSYINFO" = "yes"; then
e6cc62c6 30470 cat >>confdefs.h <<\_ACEOF
10f2d63a 30471#define wxUSE_BUSYINFO 1
e6cc62c6 30472_ACEOF
10f2d63a
VZ
30473
30474fi
30475
30476if test "$wxUSE_STD_IOSTREAM" = "yes"; then
e6cc62c6 30477 cat >>confdefs.h <<\_ACEOF
10f2d63a 30478#define wxUSE_STD_IOSTREAM 1
e6cc62c6 30479_ACEOF
10f2d63a
VZ
30480
30481fi
30482
a3a584a7 30483if test "$wxUSE_TEXTBUFFER" = "yes"; then
e6cc62c6 30484 cat >>confdefs.h <<\_ACEOF
a3a584a7 30485#define wxUSE_TEXTBUFFER 1
e6cc62c6 30486_ACEOF
a3a584a7
VZ
30487
30488fi
30489
10f2d63a 30490if test "$wxUSE_TEXTFILE" = "yes"; then
a3a584a7 30491 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
e6cc62c6
VS
30492 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
30493echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
10f2d63a 30494 else
e6cc62c6 30495 cat >>confdefs.h <<\_ACEOF
10f2d63a 30496#define wxUSE_TEXTFILE 1
e6cc62c6 30497_ACEOF
10f2d63a
VZ
30498
30499 fi
30500fi
30501
30502if test "$wxUSE_CONFIG" = "yes" ; then
30503 if test "$wxUSE_TEXTFILE" != "yes"; then
e6cc62c6
VS
30504 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
30505echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
10f2d63a 30506 else
e6cc62c6 30507 cat >>confdefs.h <<\_ACEOF
10f2d63a 30508#define wxUSE_CONFIG 1
e6cc62c6 30509_ACEOF
10f2d63a
VZ
30510
30511 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
30512 fi
30513fi
30514
30515if test "$wxUSE_INTL" = "yes" ; then
30516 if test "$wxUSE_FILE" != "yes"; then
e6cc62c6
VS
30517 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
30518echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
10f2d63a 30519 else
e6cc62c6 30520 cat >>confdefs.h <<\_ACEOF
10f2d63a 30521#define wxUSE_INTL 1
e6cc62c6 30522_ACEOF
10f2d63a
VZ
30523
30524 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
f6bcfd97 30525 GUIDIST="$GUIDIST INTL_DIST"
10f2d63a
VZ
30526 fi
30527fi
30528
30529if test "$wxUSE_LOG" = "yes"; then
e6cc62c6 30530 cat >>confdefs.h <<\_ACEOF
10f2d63a 30531#define wxUSE_LOG 1
e6cc62c6 30532_ACEOF
10f2d63a 30533
8284b0c5 30534
d73be714 30535 if test "$wxUSE_LOGGUI" = "yes"; then
e6cc62c6 30536 cat >>confdefs.h <<\_ACEOF
d73be714 30537#define wxUSE_LOGGUI 1
e6cc62c6 30538_ACEOF
d73be714
VZ
30539
30540 fi
30541
30542 if test "$wxUSE_LOGWINDOW" = "yes"; then
e6cc62c6 30543 cat >>confdefs.h <<\_ACEOF
d73be714 30544#define wxUSE_LOGWINDOW 1
e6cc62c6 30545_ACEOF
69d27ff7
MB
30546
30547 fi
30548
30549 if test "$wxUSE_LOGDIALOG" = "yes"; then
e6cc62c6 30550 cat >>confdefs.h <<\_ACEOF
69d27ff7 30551#define wxUSE_LOG_DIALOG 1
e6cc62c6 30552_ACEOF
d73be714
VZ
30553
30554 fi
10f2d63a
VZ
30555fi
30556
30557if test "$wxUSE_LONGLONG" = "yes"; then
e6cc62c6 30558 cat >>confdefs.h <<\_ACEOF
10f2d63a 30559#define wxUSE_LONGLONG 1
e6cc62c6 30560_ACEOF
10f2d63a
VZ
30561
30562fi
30563
e8f65ba6 30564if test "$wxUSE_GEOMETRY" = "yes"; then
e6cc62c6 30565 cat >>confdefs.h <<\_ACEOF
e8f65ba6 30566#define wxUSE_GEOMETRY 1
e6cc62c6 30567_ACEOF
e8f65ba6
RR
30568
30569fi
30570
10f2d63a 30571if test "$wxUSE_DIALUP_MANAGER" = "yes" ; then
e6cc62c6 30572 cat >>confdefs.h <<\_ACEOF
10f2d63a 30573#define wxUSE_DIALUP_MANAGER 1
e6cc62c6 30574_ACEOF
10f2d63a 30575
70f7a477 30576 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
10f2d63a
VZ
30577fi
30578
30579if test "$wxUSE_STREAMS" = "yes" ; then
e6cc62c6 30580 cat >>confdefs.h <<\_ACEOF
10f2d63a 30581#define wxUSE_STREAMS 1
e6cc62c6 30582_ACEOF
10f2d63a
VZ
30583
30584fi
30585
5c6fa7d2 30586
8284b0c5 30587if test "$wxUSE_DATETIME" = "yes"; then
e6cc62c6
VS
30588
30589for ac_func in strptime
83307f33 30590do
e6cc62c6
VS
30591as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30592echo "$as_me:$LINENO: checking for $ac_func" >&5
30593echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30594if eval "test \"\${$as_ac_var+set}\" = set"; then
30595 echo $ECHO_N "(cached) $ECHO_C" >&6
30596else
30597 cat >conftest.$ac_ext <<_ACEOF
30598#line $LINENO "configure"
30599/* confdefs.h. */
30600_ACEOF
30601cat confdefs.h >>conftest.$ac_ext
30602cat >>conftest.$ac_ext <<_ACEOF
30603/* end confdefs.h. */
83307f33 30604/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
30605 which can conflict with char $ac_func (); below.
30606 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30607 <limits.h> exists even on freestanding compilers. */
30608#ifdef __STDC__
30609# include <limits.h>
30610#else
30611# include <assert.h>
30612#endif
83307f33 30613/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
30614#ifdef __cplusplus
30615extern "C"
30616{
30617#endif
83307f33 30618/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
30619 builtin and then its argument prototype would still apply. */
30620char $ac_func ();
83307f33
VZ
30621/* The GNU C library defines this for functions which it implements
30622 to always fail with ENOSYS. Some functions are actually named
30623 something starting with __ and the normal name is an alias. */
30624#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30625choke me
30626#else
e6cc62c6
VS
30627char (*f) () = $ac_func;
30628#endif
30629#ifdef __cplusplus
30630}
83307f33
VZ
30631#endif
30632
e6cc62c6
VS
30633int
30634main ()
30635{
30636return f != $ac_func;
30637 ;
30638 return 0;
30639}
30640_ACEOF
30641rm -f conftest.$ac_objext conftest$ac_exeext
30642if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30643 (eval $ac_link) 2>&5
30644 ac_status=$?
30645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30646 (exit $ac_status); } &&
30647 { ac_try='test -s conftest$ac_exeext'
30648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30649 (eval $ac_try) 2>&5
30650 ac_status=$?
30651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30652 (exit $ac_status); }; }; then
30653 eval "$as_ac_var=yes"
30654else
30655 echo "$as_me: failed program was:" >&5
30656sed 's/^/| /' conftest.$ac_ext >&5
30657
30658eval "$as_ac_var=no"
30659fi
30660rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30661fi
30662echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30663echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30664if test `eval echo '${'$as_ac_var'}'` = yes; then
30665 cat >>confdefs.h <<_ACEOF
30666#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30667_ACEOF
83307f33 30668
83307f33
VZ
30669fi
30670done
30671
5c6fa7d2 30672
e6cc62c6
VS
30673 echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
30674echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6
30675if test "${wx_cv_var_timezone+set}" = set; then
30676 echo $ECHO_N "(cached) $ECHO_C" >&6
8284b0c5 30677else
e6cc62c6
VS
30678
30679 cat >conftest.$ac_ext <<_ACEOF
30680#line $LINENO "configure"
30681/* confdefs.h. */
30682_ACEOF
30683cat confdefs.h >>conftest.$ac_ext
30684cat >>conftest.$ac_ext <<_ACEOF
30685/* end confdefs.h. */
360d6699 30686
b4085ce6 30687 #include <time.h>
e6cc62c6
VS
30688
30689int
30690main ()
30691{
360d6699
VZ
30692
30693 int tz;
4f11a343 30694 tz = timezone;
e6cc62c6
VS
30695
30696 ;
30697 return 0;
30698}
30699_ACEOF
30700rm -f conftest.$ac_objext
30701if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30702 (eval $ac_compile) 2>&5
30703 ac_status=$?
30704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30705 (exit $ac_status); } &&
30706 { ac_try='test -s conftest.$ac_objext'
30707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30708 (eval $ac_try) 2>&5
30709 ac_status=$?
30710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30711 (exit $ac_status); }; }; then
30712
4f11a343 30713 wx_cv_var_timezone=timezone
e6cc62c6 30714
360d6699 30715else
e6cc62c6
VS
30716 echo "$as_me: failed program was:" >&5
30717sed 's/^/| /' conftest.$ac_ext >&5
30718
30719
30720 cat >conftest.$ac_ext <<_ACEOF
30721#line $LINENO "configure"
30722/* confdefs.h. */
30723_ACEOF
30724cat confdefs.h >>conftest.$ac_ext
30725cat >>conftest.$ac_ext <<_ACEOF
30726/* end confdefs.h. */
360d6699 30727
b4085ce6 30728 #include <time.h>
e6cc62c6
VS
30729
30730int
30731main ()
30732{
360d6699
VZ
30733
30734 int tz;
30735 tz = _timezone;
e6cc62c6
VS
30736
30737 ;
30738 return 0;
30739}
30740_ACEOF
30741rm -f conftest.$ac_objext
30742if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30743 (eval $ac_compile) 2>&5
30744 ac_status=$?
30745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30746 (exit $ac_status); } &&
30747 { ac_try='test -s conftest.$ac_objext'
30748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30749 (eval $ac_try) 2>&5
30750 ac_status=$?
30751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30752 (exit $ac_status); }; }; then
30753
360d6699 30754 wx_cv_var_timezone=_timezone
e6cc62c6 30755
5357c8e8 30756else
e6cc62c6
VS
30757 echo "$as_me: failed program was:" >&5
30758sed 's/^/| /' conftest.$ac_ext >&5
30759
30760
30761 cat >conftest.$ac_ext <<_ACEOF
30762#line $LINENO "configure"
30763/* confdefs.h. */
30764_ACEOF
30765cat confdefs.h >>conftest.$ac_ext
30766cat >>conftest.$ac_ext <<_ACEOF
30767/* end confdefs.h. */
5357c8e8 30768
b4085ce6 30769 #include <time.h>
e6cc62c6
VS
30770
30771int
30772main ()
30773{
5357c8e8
VZ
30774
30775 int tz;
4f11a343 30776 tz = __timezone;
e6cc62c6
VS
30777
30778 ;
30779 return 0;
30780}
30781_ACEOF
30782rm -f conftest.$ac_objext
30783if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30784 (eval $ac_compile) 2>&5
30785 ac_status=$?
30786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30787 (exit $ac_status); } &&
30788 { ac_try='test -s conftest.$ac_objext'
30789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30790 (eval $ac_try) 2>&5
30791 ac_status=$?
30792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30793 (exit $ac_status); }; }; then
30794
4f11a343 30795 wx_cv_var_timezone=__timezone
e6cc62c6 30796
360d6699 30797else
e6cc62c6
VS
30798 echo "$as_me: failed program was:" >&5
30799sed 's/^/| /' conftest.$ac_ext >&5
30800
30801
f9bc1684 30802 if test "$USE_DOS" = 0 ; then
e6cc62c6
VS
30803 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
30804echo "$as_me: WARNING: no timezone variable" >&2;}
f9bc1684 30805 fi
e6cc62c6
VS
30806
30807
7b4a847f 30808fi
e6cc62c6
VS
30809rm -f conftest.$ac_objext conftest.$ac_ext
30810
30811
5c6fa7d2 30812fi
e6cc62c6
VS
30813rm -f conftest.$ac_objext conftest.$ac_ext
30814
30815
247f5006 30816fi
e6cc62c6 30817rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 30818
e6cc62c6
VS
30819
30820fi
30821echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
30822echo "${ECHO_T}$wx_cv_var_timezone" >&6
698dcdb6 30823
f9bc1684 30824 if test "x$wx_cv_var_timezone" != x ; then
e6cc62c6 30825 cat >>confdefs.h <<_ACEOF
360d6699 30826#define WX_TIMEZONE $wx_cv_var_timezone
e6cc62c6 30827_ACEOF
360d6699 30828
f9bc1684 30829 fi
698dcdb6 30830
e6cc62c6
VS
30831
30832for ac_func in localtime
afc31813 30833do
e6cc62c6
VS
30834as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30835echo "$as_me:$LINENO: checking for $ac_func" >&5
30836echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30837if eval "test \"\${$as_ac_var+set}\" = set"; then
30838 echo $ECHO_N "(cached) $ECHO_C" >&6
30839else
30840 cat >conftest.$ac_ext <<_ACEOF
30841#line $LINENO "configure"
30842/* confdefs.h. */
30843_ACEOF
30844cat confdefs.h >>conftest.$ac_ext
30845cat >>conftest.$ac_ext <<_ACEOF
30846/* end confdefs.h. */
afc31813 30847/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
30848 which can conflict with char $ac_func (); below.
30849 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
30850 <limits.h> exists even on freestanding compilers. */
30851#ifdef __STDC__
30852# include <limits.h>
30853#else
30854# include <assert.h>
30855#endif
afc31813 30856/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
30857#ifdef __cplusplus
30858extern "C"
30859{
30860#endif
afc31813 30861/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
30862 builtin and then its argument prototype would still apply. */
30863char $ac_func ();
afc31813
VZ
30864/* The GNU C library defines this for functions which it implements
30865 to always fail with ENOSYS. Some functions are actually named
30866 something starting with __ and the normal name is an alias. */
30867#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
30868choke me
30869#else
e6cc62c6
VS
30870char (*f) () = $ac_func;
30871#endif
30872#ifdef __cplusplus
30873}
afc31813
VZ
30874#endif
30875
e6cc62c6
VS
30876int
30877main ()
30878{
30879return f != $ac_func;
30880 ;
30881 return 0;
30882}
30883_ACEOF
30884rm -f conftest.$ac_objext conftest$ac_exeext
30885if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30886 (eval $ac_link) 2>&5
30887 ac_status=$?
30888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30889 (exit $ac_status); } &&
30890 { ac_try='test -s conftest$ac_exeext'
30891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30892 (eval $ac_try) 2>&5
30893 ac_status=$?
30894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30895 (exit $ac_status); }; }; then
30896 eval "$as_ac_var=yes"
30897else
30898 echo "$as_me: failed program was:" >&5
30899sed 's/^/| /' conftest.$ac_ext >&5
30900
30901eval "$as_ac_var=no"
30902fi
30903rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
30904fi
30905echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
30906echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
30907if test `eval echo '${'$as_ac_var'}'` = yes; then
30908 cat >>confdefs.h <<_ACEOF
30909#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
30910_ACEOF
afc31813 30911
afc31813
VZ
30912fi
30913done
30914
5c6fa7d2 30915
8284b0c5 30916 if test "$ac_cv_func_localtime" = "yes"; then
e6cc62c6
VS
30917 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
30918echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
30919if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
30920 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 30921else
e6cc62c6
VS
30922
30923 cat >conftest.$ac_ext <<_ACEOF
30924#line $LINENO "configure"
30925/* confdefs.h. */
30926_ACEOF
30927cat confdefs.h >>conftest.$ac_ext
30928cat >>conftest.$ac_ext <<_ACEOF
30929/* end confdefs.h. */
0470b1e6 30930
b4085ce6 30931 #include <time.h>
e6cc62c6
VS
30932
30933int
30934main ()
30935{
0470b1e6
VZ
30936
30937 struct tm tm;
30938 tm.tm_gmtoff++;
e6cc62c6
VS
30939
30940 ;
30941 return 0;
30942}
30943_ACEOF
30944rm -f conftest.$ac_objext
30945if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
30946 (eval $ac_compile) 2>&5
30947 ac_status=$?
30948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30949 (exit $ac_status); } &&
30950 { ac_try='test -s conftest.$ac_objext'
30951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30952 (eval $ac_try) 2>&5
30953 ac_status=$?
30954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30955 (exit $ac_status); }; }; then
30956
f03a98d8 30957 wx_cv_struct_tm_has_gmtoff=yes
e6cc62c6 30958
0470b1e6 30959else
e6cc62c6
VS
30960 echo "$as_me: failed program was:" >&5
30961sed 's/^/| /' conftest.$ac_ext >&5
30962
30963wx_cv_struct_tm_has_gmtoff=no
30964
247f5006 30965fi
e6cc62c6 30966rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 30967
e6cc62c6
VS
30968fi
30969echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
30970echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6
6232543b
VS
30971 fi
30972
30973 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
e6cc62c6 30974 cat >>confdefs.h <<\_ACEOF
6232543b 30975#define WX_GMTOFF_IN_TM 1
e6cc62c6 30976_ACEOF
0470b1e6 30977
3fcdd07b
VZ
30978 fi
30979
e6cc62c6
VS
30980
30981
30982for ac_func in gettimeofday ftime
3fcdd07b 30983do
e6cc62c6
VS
30984as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
30985echo "$as_me:$LINENO: checking for $ac_func" >&5
30986echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
30987if eval "test \"\${$as_ac_var+set}\" = set"; then
30988 echo $ECHO_N "(cached) $ECHO_C" >&6
30989else
30990 cat >conftest.$ac_ext <<_ACEOF
30991#line $LINENO "configure"
30992/* confdefs.h. */
30993_ACEOF
30994cat confdefs.h >>conftest.$ac_ext
30995cat >>conftest.$ac_ext <<_ACEOF
30996/* end confdefs.h. */
3fcdd07b 30997/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
30998 which can conflict with char $ac_func (); below.
30999 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31000 <limits.h> exists even on freestanding compilers. */
31001#ifdef __STDC__
31002# include <limits.h>
31003#else
31004# include <assert.h>
31005#endif
3fcdd07b 31006/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
31007#ifdef __cplusplus
31008extern "C"
31009{
31010#endif
3fcdd07b 31011/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
31012 builtin and then its argument prototype would still apply. */
31013char $ac_func ();
3fcdd07b
VZ
31014/* The GNU C library defines this for functions which it implements
31015 to always fail with ENOSYS. Some functions are actually named
31016 something starting with __ and the normal name is an alias. */
31017#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31018choke me
31019#else
e6cc62c6
VS
31020char (*f) () = $ac_func;
31021#endif
31022#ifdef __cplusplus
31023}
3fcdd07b
VZ
31024#endif
31025
e6cc62c6
VS
31026int
31027main ()
31028{
31029return f != $ac_func;
31030 ;
31031 return 0;
31032}
31033_ACEOF
31034rm -f conftest.$ac_objext conftest$ac_exeext
31035if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31036 (eval $ac_link) 2>&5
31037 ac_status=$?
31038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31039 (exit $ac_status); } &&
31040 { ac_try='test -s conftest$ac_exeext'
31041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31042 (eval $ac_try) 2>&5
31043 ac_status=$?
31044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31045 (exit $ac_status); }; }; then
31046 eval "$as_ac_var=yes"
31047else
31048 echo "$as_me: failed program was:" >&5
31049sed 's/^/| /' conftest.$ac_ext >&5
31050
31051eval "$as_ac_var=no"
31052fi
31053rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31054fi
31055echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31056echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31057if test `eval echo '${'$as_ac_var'}'` = yes; then
31058 cat >>confdefs.h <<_ACEOF
31059#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31060_ACEOF
3fcdd07b 31061 break
3fcdd07b
VZ
31062fi
31063done
31064
698dcdb6 31065
8284b0c5 31066 if test "$ac_cv_func_gettimeofday" = "yes"; then
e6cc62c6
VS
31067 echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
31068echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6
31069if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
31070 echo $ECHO_N "(cached) $ECHO_C" >&6
31071else
31072
31073
31074
31075 ac_ext=cc
5c6fa7d2 31076ac_cpp='$CXXCPP $CPPFLAGS'
e6cc62c6
VS
31077ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31078ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31079ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
52127426 31080
8284b0c5 31081
e6cc62c6
VS
31082 cat >conftest.$ac_ext <<_ACEOF
31083#line $LINENO "configure"
31084/* confdefs.h. */
31085_ACEOF
31086cat confdefs.h >>conftest.$ac_ext
31087cat >>conftest.$ac_ext <<_ACEOF
31088/* end confdefs.h. */
afc31813
VZ
31089
31090 #include <sys/time.h>
31091 #include <unistd.h>
e6cc62c6
VS
31092
31093int
31094main ()
31095{
afc31813
VZ
31096
31097 struct timeval tv;
776862b4 31098 gettimeofday(&tv, NULL);
e6cc62c6
VS
31099
31100 ;
31101 return 0;
31102}
31103_ACEOF
31104rm -f conftest.$ac_objext
31105if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31106 (eval $ac_compile) 2>&5
31107 ac_status=$?
31108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31109 (exit $ac_status); } &&
31110 { ac_try='test -s conftest.$ac_objext'
31111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31112 (eval $ac_try) 2>&5
31113 ac_status=$?
31114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31115 (exit $ac_status); }; }; then
afc31813 31116 wx_cv_func_gettimeofday_has_2_args=yes
10f2d63a 31117else
e6cc62c6
VS
31118 echo "$as_me: failed program was:" >&5
31119sed 's/^/| /' conftest.$ac_ext >&5
31120
31121cat >conftest.$ac_ext <<_ACEOF
31122#line $LINENO "configure"
31123/* confdefs.h. */
31124_ACEOF
31125cat confdefs.h >>conftest.$ac_ext
31126cat >>conftest.$ac_ext <<_ACEOF
31127/* end confdefs.h. */
afc31813
VZ
31128
31129 #include <sys/time.h>
31130 #include <unistd.h>
e6cc62c6
VS
31131
31132int
31133main ()
31134{
afc31813
VZ
31135
31136 struct timeval tv;
31137 gettimeofday(&tv);
e6cc62c6
VS
31138
31139 ;
31140 return 0;
31141}
31142_ACEOF
31143rm -f conftest.$ac_objext
31144if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31145 (eval $ac_compile) 2>&5
31146 ac_status=$?
31147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31148 (exit $ac_status); } &&
31149 { ac_try='test -s conftest.$ac_objext'
31150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31151 (eval $ac_try) 2>&5
31152 ac_status=$?
31153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31154 (exit $ac_status); }; }; then
afc31813 31155 wx_cv_func_gettimeofday_has_2_args=no
10f2d63a 31156else
e6cc62c6
VS
31157 echo "$as_me: failed program was:" >&5
31158sed 's/^/| /' conftest.$ac_ext >&5
31159
31160
31161 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
31162echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
776862b4 31163 wx_cv_func_gettimeofday_has_2_args=unknown
e6cc62c6
VS
31164
31165
10f2d63a 31166fi
e6cc62c6
VS
31167rm -f conftest.$ac_objext conftest.$ac_ext
31168
10f2d63a 31169fi
e6cc62c6 31170rm -f conftest.$ac_objext conftest.$ac_ext
afc31813 31171 ac_ext=c
10f2d63a 31172ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
31173ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31174ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31175ac_compiler_gnu=$ac_cv_c_compiler_gnu
8284b0c5 31176
a0b9e27f 31177
e6cc62c6
VS
31178fi
31179echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
31180echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6
c63c7106 31181
afc31813 31182 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
e6cc62c6 31183 cat >>confdefs.h <<\_ACEOF
afc31813 31184#define WX_GETTIMEOFDAY_NO_TZ 1
e6cc62c6 31185_ACEOF
afc31813
VZ
31186
31187 fi
31188 fi
31189
afc31813
VZ
31190 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
31191fi
31192
8284b0c5 31193
52127426 31194if test "$wxUSE_SOCKETS" = "yes"; then
6c657b52 31195 if test "$wxUSE_MGL" = "1"; then
e6cc62c6
VS
31196 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
31197echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
6c657b52
VS
31198 wxUSE_SOCKETS="no"
31199 fi
3879ecda
VZ
31200 if test "$wxUSE_COCOA" = "1"; then
31201 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under Cocoa... disabled" >&5
31202echo "$as_me: WARNING: wxSocket not yet supported under Cocoa... disabled" >&2;}
31203 wxUSE_SOCKETS="no"
31204 fi
0feee163 31205fi
b089607b 31206
0feee163
VZ
31207if test "$wxUSE_SOCKETS" = "yes"; then
31208 if test "$TOOLKIT" != "MSW"; then
e6cc62c6
VS
31209 echo "$as_me:$LINENO: checking for socket" >&5
31210echo $ECHO_N "checking for socket... $ECHO_C" >&6
31211if test "${ac_cv_func_socket+set}" = set; then
31212 echo $ECHO_N "(cached) $ECHO_C" >&6
31213else
31214 cat >conftest.$ac_ext <<_ACEOF
31215#line $LINENO "configure"
31216/* confdefs.h. */
31217_ACEOF
31218cat confdefs.h >>conftest.$ac_ext
31219cat >>conftest.$ac_ext <<_ACEOF
31220/* end confdefs.h. */
c63c7106 31221/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
31222 which can conflict with char socket (); below.
31223 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31224 <limits.h> exists even on freestanding compilers. */
31225#ifdef __STDC__
31226# include <limits.h>
31227#else
31228# include <assert.h>
31229#endif
c63c7106 31230/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
31231#ifdef __cplusplus
31232extern "C"
31233{
31234#endif
c63c7106 31235/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
31236 builtin and then its argument prototype would still apply. */
31237char socket ();
c63c7106
VZ
31238/* The GNU C library defines this for functions which it implements
31239 to always fail with ENOSYS. Some functions are actually named
31240 something starting with __ and the normal name is an alias. */
31241#if defined (__stub_socket) || defined (__stub___socket)
31242choke me
31243#else
e6cc62c6
VS
31244char (*f) () = socket;
31245#endif
31246#ifdef __cplusplus
31247}
c63c7106
VZ
31248#endif
31249
e6cc62c6
VS
31250int
31251main ()
31252{
31253return f != socket;
31254 ;
31255 return 0;
31256}
31257_ACEOF
31258rm -f conftest.$ac_objext conftest$ac_exeext
31259if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31260 (eval $ac_link) 2>&5
31261 ac_status=$?
31262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31263 (exit $ac_status); } &&
31264 { ac_try='test -s conftest$ac_exeext'
31265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31266 (eval $ac_try) 2>&5
31267 ac_status=$?
31268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31269 (exit $ac_status); }; }; then
31270 ac_cv_func_socket=yes
31271else
31272 echo "$as_me: failed program was:" >&5
31273sed 's/^/| /' conftest.$ac_ext >&5
31274
31275ac_cv_func_socket=no
31276fi
31277rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31278fi
31279echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
31280echo "${ECHO_T}$ac_cv_func_socket" >&6
31281if test $ac_cv_func_socket = yes; then
c63c7106
VZ
31282 :
31283else
e6cc62c6
VS
31284 echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
31285echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
31286if test "${ac_cv_lib_socket_socket+set}" = set; then
31287 echo $ECHO_N "(cached) $ECHO_C" >&6
c63c7106 31288else
e6cc62c6 31289 ac_check_lib_save_LIBS=$LIBS
c63c7106 31290LIBS="-lsocket $LIBS"
e6cc62c6
VS
31291cat >conftest.$ac_ext <<_ACEOF
31292#line $LINENO "configure"
31293/* confdefs.h. */
31294_ACEOF
31295cat confdefs.h >>conftest.$ac_ext
31296cat >>conftest.$ac_ext <<_ACEOF
31297/* end confdefs.h. */
31298
c63c7106 31299/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
31300#ifdef __cplusplus
31301extern "C"
31302#endif
c63c7106 31303/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
31304 builtin and then its argument prototype would still apply. */
31305char socket ();
31306int
31307main ()
31308{
31309socket ();
31310 ;
31311 return 0;
31312}
31313_ACEOF
31314rm -f conftest.$ac_objext conftest$ac_exeext
31315if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31316 (eval $ac_link) 2>&5
31317 ac_status=$?
31318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31319 (exit $ac_status); } &&
31320 { ac_try='test -s conftest$ac_exeext'
31321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31322 (eval $ac_try) 2>&5
31323 ac_status=$?
31324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31325 (exit $ac_status); }; }; then
31326 ac_cv_lib_socket_socket=yes
31327else
31328 echo "$as_me: failed program was:" >&5
31329sed 's/^/| /' conftest.$ac_ext >&5
31330
31331ac_cv_lib_socket_socket=no
31332fi
31333rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31334LIBS=$ac_check_lib_save_LIBS
31335fi
31336echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
31337echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
31338if test $ac_cv_lib_socket_socket = yes; then
d558c907
VS
31339 if test "$INET_LINK" != " -lsocket"; then
31340 INET_LINK="$INET_LINK -lsocket"
31341 fi
c63c7106 31342else
afc31813 31343
e6cc62c6
VS
31344 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
31345echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
3a922bb4 31346 wxUSE_SOCKETS=no
e6cc62c6
VS
31347
31348
6232543b 31349fi
b089607b 31350
e6cc62c6 31351
1e487827 31352fi
afc31813 31353
3a922bb4 31354 fi
0feee163 31355fi
51a9faba 31356
0feee163
VZ
31357if test "$wxUSE_SOCKETS" = "yes" ; then
31358 if test "$TOOLKIT" != "MSW"; then
e6cc62c6
VS
31359 echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
31360echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6
31361if test "${wx_cv_type_getsockname3+set}" = set; then
31362 echo $ECHO_N "(cached) $ECHO_C" >&6
a0b9e27f 31363else
e6cc62c6
VS
31364
31365 cat >conftest.$ac_ext <<_ACEOF
31366#line $LINENO "configure"
31367/* confdefs.h. */
31368_ACEOF
31369cat confdefs.h >>conftest.$ac_ext
31370cat >>conftest.$ac_ext <<_ACEOF
31371/* end confdefs.h. */
51a9faba 31372
3a922bb4
RL
31373 #include <sys/types.h>
31374 #include <sys/socket.h>
e6cc62c6
VS
31375
31376int
31377main ()
31378{
51a9faba 31379
3a922bb4
RL
31380 socklen_t len;
31381 getsockname(0, 0, &len);
e6cc62c6
VS
31382
31383 ;
31384 return 0;
31385}
31386_ACEOF
31387rm -f conftest.$ac_objext
31388if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31389 (eval $ac_compile) 2>&5
31390 ac_status=$?
31391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31392 (exit $ac_status); } &&
31393 { ac_try='test -s conftest.$ac_objext'
31394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31395 (eval $ac_try) 2>&5
31396 ac_status=$?
31397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31398 (exit $ac_status); }; }; then
51a9faba 31399 wx_cv_type_getsockname3=socklen_t
afc31813 31400else
e6cc62c6
VS
31401 echo "$as_me: failed program was:" >&5
31402sed 's/^/| /' conftest.$ac_ext >&5
31403
31404
9711d31e
GD
31405 CFLAGS_OLD="$CFLAGS"
31406 if test "$GCC" = yes ; then
31407 CFLAGS="$CFLAGS -Werror"
31408 fi
31409
e6cc62c6
VS
31410 cat >conftest.$ac_ext <<_ACEOF
31411#line $LINENO "configure"
31412/* confdefs.h. */
31413_ACEOF
31414cat confdefs.h >>conftest.$ac_ext
31415cat >>conftest.$ac_ext <<_ACEOF
31416/* end confdefs.h. */
51a9faba 31417
9711d31e
GD
31418 #include <sys/types.h>
31419 #include <sys/socket.h>
e6cc62c6
VS
31420
31421int
31422main ()
31423{
51a9faba 31424
9711d31e
GD
31425 size_t len;
31426 getsockname(0, 0, &len);
e6cc62c6
VS
31427
31428 ;
31429 return 0;
31430}
31431_ACEOF
31432rm -f conftest.$ac_objext
31433if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31434 (eval $ac_compile) 2>&5
31435 ac_status=$?
31436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31437 (exit $ac_status); } &&
31438 { ac_try='test -s conftest.$ac_objext'
31439 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31440 (eval $ac_try) 2>&5
31441 ac_status=$?
31442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31443 (exit $ac_status); }; }; then
51a9faba 31444 wx_cv_type_getsockname3=size_t
afc31813 31445else
e6cc62c6
VS
31446 echo "$as_me: failed program was:" >&5
31447sed 's/^/| /' conftest.$ac_ext >&5
31448
31449cat >conftest.$ac_ext <<_ACEOF
31450#line $LINENO "configure"
31451/* confdefs.h. */
31452_ACEOF
31453cat confdefs.h >>conftest.$ac_ext
31454cat >>conftest.$ac_ext <<_ACEOF
31455/* end confdefs.h. */
51a9faba 31456
9711d31e
GD
31457 #include <sys/types.h>
31458 #include <sys/socket.h>
e6cc62c6
VS
31459
31460int
31461main ()
31462{
51a9faba 31463
9711d31e
GD
31464 int len;
31465 getsockname(0, 0, &len);
e6cc62c6
VS
31466
31467 ;
31468 return 0;
31469}
31470_ACEOF
31471rm -f conftest.$ac_objext
31472if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31473 (eval $ac_compile) 2>&5
31474 ac_status=$?
31475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31476 (exit $ac_status); } &&
31477 { ac_try='test -s conftest.$ac_objext'
31478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31479 (eval $ac_try) 2>&5
31480 ac_status=$?
31481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31482 (exit $ac_status); }; }; then
51a9faba 31483 wx_cv_type_getsockname3=int
afc31813 31484else
e6cc62c6
VS
31485 echo "$as_me: failed program was:" >&5
31486sed 's/^/| /' conftest.$ac_ext >&5
31487
31488wx_cv_type_getsockname3=unknown
31489
afc31813 31490fi
e6cc62c6
VS
31491rm -f conftest.$ac_objext conftest.$ac_ext
31492
afc31813 31493fi
e6cc62c6 31494rm -f conftest.$ac_objext conftest.$ac_ext
9711d31e
GD
31495
31496 CFLAGS="$CFLAGS_OLD"
e6cc62c6
VS
31497
31498
247f5006 31499fi
e6cc62c6 31500rm -f conftest.$ac_objext conftest.$ac_ext
a0b9e27f 31501
e6cc62c6
VS
31502fi
31503echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
31504echo "${ECHO_T}$wx_cv_type_getsockname3" >&6
51a9faba 31505
3a922bb4
RL
31506 if test "$wx_cv_type_getsockname3" = "unknown"; then
31507 wxUSE_SOCKETS=no
e6cc62c6
VS
31508 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
31509echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
3a922bb4 31510 else
e6cc62c6 31511 cat >>confdefs.h <<_ACEOF
51a9faba 31512#define SOCKLEN_T $wx_cv_type_getsockname3
e6cc62c6 31513_ACEOF
51a9faba 31514
3a922bb4 31515 fi
51a9faba
VZ
31516 fi
31517fi
afc31813 31518
51a9faba 31519if test "$wxUSE_SOCKETS" = "yes" ; then
e6cc62c6 31520 cat >>confdefs.h <<\_ACEOF
afc31813 31521#define wxUSE_SOCKETS 1
e6cc62c6 31522_ACEOF
afc31813 31523
70f7a477 31524 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
afc31813
VZ
31525fi
31526
3879ecda
VZ
31527if test "$wxUSE_PROTOCOL" = "yes"; then
31528 if test "$wxUSE_SOCKETS" != "yes"; then
31529 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
31530echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
31531 wxUSE_PROTOCOL=no
31532 fi
31533fi
31534
31535if test "$wxUSE_PROTOCOL" = "yes"; then
31536 cat >>confdefs.h <<\_ACEOF
31537#define wxUSE_PROTOCOL 1
31538_ACEOF
31539
31540
31541 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
31542 cat >>confdefs.h <<\_ACEOF
31543#define wxUSE_PROTOCOL_HTTP 1
31544_ACEOF
31545
31546 fi
31547 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
31548 cat >>confdefs.h <<\_ACEOF
31549#define wxUSE_PROTOCOL_FTP 1
31550_ACEOF
31551
31552 fi
31553 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
31554 cat >>confdefs.h <<\_ACEOF
31555#define wxUSE_PROTOCOL_FILE 1
31556_ACEOF
31557
31558 fi
31559else
31560 if test "$wxUSE_FS_INET" = "yes"; then
31561 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
31562echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
31563 wxUSE_FS_INET="no"
31564 fi
31565fi
31566
31567if test "$wxUSE_URL" = "yes"; then
31568 if test "$wxUSE_PROTOCOL" != "yes"; then
31569 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
31570echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
31571 wxUSE_URL=no
31572 fi
31573 if test "$wxUSE_URL" = "yes"; then
31574 cat >>confdefs.h <<\_ACEOF
31575#define wxUSE_URL 1
31576_ACEOF
31577
31578 fi
31579fi
31580
31581if test "$wxUSE_FS_INET" = "yes"; then
31582 cat >>confdefs.h <<\_ACEOF
31583#define wxUSE_FS_INET 1
31584_ACEOF
31585
31586fi
31587
8284b0c5 31588
dc3d889d
VZ
31589if test "$wxUSE_GUI" = "yes"; then
31590
ac0c4cc3 31591 if test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then
e6cc62c6
VS
31592 { echo "$as_me:$LINENO: WARNING: Joystick not yet supported under Mac OS X... disabled" >&5
31593echo "$as_me: WARNING: Joystick not yet supported under Mac OS X... disabled" >&2;}
156b2523 31594 wxUSE_JOYSTICK=no
156b2523
GD
31595 fi
31596
131f235d 31597 if test "$TOOLKIT" != "MSW"; then
3a922bb4 31598 if test "$wxUSE_JOYSTICK" = "yes"; then
e6cc62c6
VS
31599
31600for ac_header in linux/joystick.h
10f2d63a 31601do
e6cc62c6
VS
31602as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
31603if eval "test \"\${$as_ac_Header+set}\" = set"; then
31604 echo "$as_me:$LINENO: checking for $ac_header" >&5
31605echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31606if eval "test \"\${$as_ac_Header+set}\" = set"; then
31607 echo $ECHO_N "(cached) $ECHO_C" >&6
31608fi
31609echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31610echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31611else
31612 # Is the header compilable?
31613echo "$as_me:$LINENO: checking $ac_header usability" >&5
31614echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
31615cat >conftest.$ac_ext <<_ACEOF
31616#line $LINENO "configure"
31617/* confdefs.h. */
31618_ACEOF
31619cat confdefs.h >>conftest.$ac_ext
31620cat >>conftest.$ac_ext <<_ACEOF
31621/* end confdefs.h. */
31622$ac_includes_default
31623#include <$ac_header>
31624_ACEOF
31625rm -f conftest.$ac_objext
31626if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
31627 (eval $ac_compile) 2>&5
31628 ac_status=$?
31629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31630 (exit $ac_status); } &&
31631 { ac_try='test -s conftest.$ac_objext'
31632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31633 (eval $ac_try) 2>&5
31634 ac_status=$?
31635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31636 (exit $ac_status); }; }; then
31637 ac_header_compiler=yes
31638else
31639 echo "$as_me: failed program was:" >&5
31640sed 's/^/| /' conftest.$ac_ext >&5
31641
31642ac_header_compiler=no
31643fi
31644rm -f conftest.$ac_objext conftest.$ac_ext
31645echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
31646echo "${ECHO_T}$ac_header_compiler" >&6
31647
31648# Is the header present?
31649echo "$as_me:$LINENO: checking $ac_header presence" >&5
31650echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
31651cat >conftest.$ac_ext <<_ACEOF
31652#line $LINENO "configure"
31653/* confdefs.h. */
31654_ACEOF
31655cat confdefs.h >>conftest.$ac_ext
31656cat >>conftest.$ac_ext <<_ACEOF
31657/* end confdefs.h. */
31658#include <$ac_header>
31659_ACEOF
31660if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
31661 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
31662 ac_status=$?
31663 grep -v '^ *+' conftest.er1 >conftest.err
31664 rm -f conftest.er1
31665 cat conftest.err >&5
31666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31667 (exit $ac_status); } >/dev/null; then
31668 if test -s conftest.err; then
31669 ac_cpp_err=$ac_c_preproc_warn_flag
31670 else
31671 ac_cpp_err=
31672 fi
31673else
31674 ac_cpp_err=yes
31675fi
31676if test -z "$ac_cpp_err"; then
31677 ac_header_preproc=yes
31678else
31679 echo "$as_me: failed program was:" >&5
31680sed 's/^/| /' conftest.$ac_ext >&5
31681
31682 ac_header_preproc=no
31683fi
31684rm -f conftest.err conftest.$ac_ext
31685echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
31686echo "${ECHO_T}$ac_header_preproc" >&6
31687
31688# So? What about this header?
31689case $ac_header_compiler:$ac_header_preproc in
31690 yes:no )
31691 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
31692echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
31693 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31694echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31695 (
31696 cat <<\_ASBOX
31697## ------------------------------------ ##
31698## Report this to bug-autoconf@gnu.org. ##
31699## ------------------------------------ ##
31700_ASBOX
31701 ) |
31702 sed "s/^/$as_me: WARNING: /" >&2
31703 ;;
31704 no:yes )
31705 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
31706echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
31707 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
31708echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
31709 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
31710echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
31711 (
31712 cat <<\_ASBOX
31713## ------------------------------------ ##
31714## Report this to bug-autoconf@gnu.org. ##
31715## ------------------------------------ ##
31716_ASBOX
31717 ) |
31718 sed "s/^/$as_me: WARNING: /" >&2
31719 ;;
31720esac
31721echo "$as_me:$LINENO: checking for $ac_header" >&5
31722echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
31723if eval "test \"\${$as_ac_Header+set}\" = set"; then
31724 echo $ECHO_N "(cached) $ECHO_C" >&6
31725else
31726 eval "$as_ac_Header=$ac_header_preproc"
247f5006 31727fi
e6cc62c6
VS
31728echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
31729echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
31730
10f2d63a 31731fi
e6cc62c6
VS
31732if test `eval echo '${'$as_ac_Header'}'` = yes; then
31733 cat >>confdefs.h <<_ACEOF
31734#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
31735_ACEOF
31736
247f5006 31737fi
e6cc62c6 31738
10f2d63a
VZ
31739done
31740
3a922bb4
RL
31741 if test "$ac_cv_header_linux_joystick_h" != "yes"; then
31742 wxUSE_JOYSTICK=no
e6cc62c6
VS
31743 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
31744echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
3a922bb4
RL
31745 fi
31746 fi
31747 fi
b089607b 31748
3a922bb4 31749 if test "$wxUSE_JOYSTICK" = "yes"; then
e6cc62c6 31750 cat >>confdefs.h <<\_ACEOF
10f2d63a 31751#define wxUSE_JOYSTICK 1
e6cc62c6 31752_ACEOF
10f2d63a 31753
3a922bb4
RL
31754 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
31755 fi
dc3d889d
VZ
31756fi
31757
8284b0c5 31758
b089607b
VZ
31759if test "$TOOLKIT" != "MSW"; then
31760
3a922bb4
RL
31761 HAVE_DL_FUNCS=0
31762 HAVE_SHL_FUNCS=0
0b9ab0bd 31763 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
3a922bb4
RL
31764 if test "$USE_DARWIN" = 1; then
31765 HAVE_DL_FUNCS=1
31766 else
e6cc62c6
VS
31767
31768for ac_func in dlopen
10f2d63a 31769do
e6cc62c6
VS
31770as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31771echo "$as_me:$LINENO: checking for $ac_func" >&5
31772echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31773if eval "test \"\${$as_ac_var+set}\" = set"; then
31774 echo $ECHO_N "(cached) $ECHO_C" >&6
31775else
31776 cat >conftest.$ac_ext <<_ACEOF
31777#line $LINENO "configure"
31778/* confdefs.h. */
31779_ACEOF
31780cat confdefs.h >>conftest.$ac_ext
31781cat >>conftest.$ac_ext <<_ACEOF
31782/* end confdefs.h. */
10f2d63a 31783/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
31784 which can conflict with char $ac_func (); below.
31785 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31786 <limits.h> exists even on freestanding compilers. */
31787#ifdef __STDC__
31788# include <limits.h>
31789#else
31790# include <assert.h>
31791#endif
10f2d63a 31792/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
31793#ifdef __cplusplus
31794extern "C"
31795{
31796#endif
10f2d63a 31797/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
31798 builtin and then its argument prototype would still apply. */
31799char $ac_func ();
10f2d63a
VZ
31800/* The GNU C library defines this for functions which it implements
31801 to always fail with ENOSYS. Some functions are actually named
31802 something starting with __ and the normal name is an alias. */
31803#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31804choke me
31805#else
e6cc62c6
VS
31806char (*f) () = $ac_func;
31807#endif
31808#ifdef __cplusplus
31809}
10f2d63a
VZ
31810#endif
31811
e6cc62c6
VS
31812int
31813main ()
31814{
31815return f != $ac_func;
31816 ;
31817 return 0;
31818}
31819_ACEOF
31820rm -f conftest.$ac_objext conftest$ac_exeext
31821if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31822 (eval $ac_link) 2>&5
31823 ac_status=$?
31824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31825 (exit $ac_status); } &&
31826 { ac_try='test -s conftest$ac_exeext'
31827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31828 (eval $ac_try) 2>&5
31829 ac_status=$?
31830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31831 (exit $ac_status); }; }; then
31832 eval "$as_ac_var=yes"
31833else
31834 echo "$as_me: failed program was:" >&5
31835sed 's/^/| /' conftest.$ac_ext >&5
31836
31837eval "$as_ac_var=no"
31838fi
31839rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31840fi
31841echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31842echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31843if test `eval echo '${'$as_ac_var'}'` = yes; then
31844 cat >>confdefs.h <<_ACEOF
31845#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31846_ACEOF
31847
31848 cat >>confdefs.h <<\_ACEOF
10f2d63a 31849#define HAVE_DLOPEN 1
e6cc62c6 31850_ACEOF
10f2d63a 31851
3a922bb4 31852 HAVE_DL_FUNCS=1
e6cc62c6 31853
10f2d63a 31854else
e6cc62c6
VS
31855
31856 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
31857echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
31858if test "${ac_cv_lib_dl_dlopen+set}" = set; then
31859 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a 31860else
e6cc62c6 31861 ac_check_lib_save_LIBS=$LIBS
10f2d63a 31862LIBS="-ldl $LIBS"
e6cc62c6
VS
31863cat >conftest.$ac_ext <<_ACEOF
31864#line $LINENO "configure"
31865/* confdefs.h. */
31866_ACEOF
31867cat confdefs.h >>conftest.$ac_ext
31868cat >>conftest.$ac_ext <<_ACEOF
31869/* end confdefs.h. */
31870
10f2d63a 31871/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
31872#ifdef __cplusplus
31873extern "C"
31874#endif
10f2d63a 31875/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
31876 builtin and then its argument prototype would still apply. */
31877char dlopen ();
31878int
31879main ()
31880{
31881dlopen ();
31882 ;
31883 return 0;
31884}
31885_ACEOF
31886rm -f conftest.$ac_objext conftest$ac_exeext
31887if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31888 (eval $ac_link) 2>&5
31889 ac_status=$?
31890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31891 (exit $ac_status); } &&
31892 { ac_try='test -s conftest$ac_exeext'
31893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31894 (eval $ac_try) 2>&5
31895 ac_status=$?
31896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31897 (exit $ac_status); }; }; then
31898 ac_cv_lib_dl_dlopen=yes
31899else
31900 echo "$as_me: failed program was:" >&5
31901sed 's/^/| /' conftest.$ac_ext >&5
31902
31903ac_cv_lib_dl_dlopen=no
31904fi
31905rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31906LIBS=$ac_check_lib_save_LIBS
31907fi
31908echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
31909echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
31910if test $ac_cv_lib_dl_dlopen = yes; then
31911
31912 cat >>confdefs.h <<\_ACEOF
10f2d63a 31913#define HAVE_DLOPEN 1
e6cc62c6 31914_ACEOF
10f2d63a 31915
3a922bb4 31916 HAVE_DL_FUNCS=1
3d63bc3a 31917 DL_LINK=" -ldl$DL_LINK"
e6cc62c6 31918
10f2d63a 31919else
10f2d63a 31920
e6cc62c6
VS
31921
31922for ac_func in shl_load
10f2d63a 31923do
e6cc62c6
VS
31924as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31925echo "$as_me:$LINENO: checking for $ac_func" >&5
31926echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
31927if eval "test \"\${$as_ac_var+set}\" = set"; then
31928 echo $ECHO_N "(cached) $ECHO_C" >&6
31929else
31930 cat >conftest.$ac_ext <<_ACEOF
31931#line $LINENO "configure"
31932/* confdefs.h. */
31933_ACEOF
31934cat confdefs.h >>conftest.$ac_ext
31935cat >>conftest.$ac_ext <<_ACEOF
31936/* end confdefs.h. */
10f2d63a 31937/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
31938 which can conflict with char $ac_func (); below.
31939 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31940 <limits.h> exists even on freestanding compilers. */
31941#ifdef __STDC__
31942# include <limits.h>
31943#else
31944# include <assert.h>
31945#endif
10f2d63a 31946/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
31947#ifdef __cplusplus
31948extern "C"
31949{
31950#endif
10f2d63a 31951/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
31952 builtin and then its argument prototype would still apply. */
31953char $ac_func ();
10f2d63a
VZ
31954/* The GNU C library defines this for functions which it implements
31955 to always fail with ENOSYS. Some functions are actually named
31956 something starting with __ and the normal name is an alias. */
31957#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
31958choke me
31959#else
e6cc62c6
VS
31960char (*f) () = $ac_func;
31961#endif
31962#ifdef __cplusplus
31963}
10f2d63a
VZ
31964#endif
31965
e6cc62c6
VS
31966int
31967main ()
31968{
31969return f != $ac_func;
31970 ;
31971 return 0;
31972}
31973_ACEOF
31974rm -f conftest.$ac_objext conftest$ac_exeext
31975if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31976 (eval $ac_link) 2>&5
31977 ac_status=$?
31978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31979 (exit $ac_status); } &&
31980 { ac_try='test -s conftest$ac_exeext'
31981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31982 (eval $ac_try) 2>&5
31983 ac_status=$?
31984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31985 (exit $ac_status); }; }; then
31986 eval "$as_ac_var=yes"
31987else
31988 echo "$as_me: failed program was:" >&5
31989sed 's/^/| /' conftest.$ac_ext >&5
31990
31991eval "$as_ac_var=no"
31992fi
31993rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
31994fi
31995echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
31996echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
31997if test `eval echo '${'$as_ac_var'}'` = yes; then
31998 cat >>confdefs.h <<_ACEOF
31999#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32000_ACEOF
32001
32002 cat >>confdefs.h <<\_ACEOF
10f2d63a 32003#define HAVE_SHL_LOAD 1
e6cc62c6 32004_ACEOF
10f2d63a 32005
3a922bb4 32006 HAVE_SHL_FUNCS=1
e6cc62c6 32007
10f2d63a 32008else
e6cc62c6
VS
32009
32010 echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
32011echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6
32012if test "${ac_cv_lib_shl_load_dld+set}" = set; then
32013 echo $ECHO_N "(cached) $ECHO_C" >&6
f6bcfd97 32014else
e6cc62c6 32015 ac_check_lib_save_LIBS=$LIBS
f6bcfd97 32016LIBS="-lshl_load $LIBS"
e6cc62c6
VS
32017cat >conftest.$ac_ext <<_ACEOF
32018#line $LINENO "configure"
32019/* confdefs.h. */
32020_ACEOF
32021cat confdefs.h >>conftest.$ac_ext
32022cat >>conftest.$ac_ext <<_ACEOF
32023/* end confdefs.h. */
32024
8284b0c5 32025/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
32026#ifdef __cplusplus
32027extern "C"
32028#endif
f6bcfd97 32029/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
32030 builtin and then its argument prototype would still apply. */
32031char dld ();
32032int
32033main ()
32034{
32035dld ();
32036 ;
32037 return 0;
32038}
32039_ACEOF
32040rm -f conftest.$ac_objext conftest$ac_exeext
32041if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32042 (eval $ac_link) 2>&5
32043 ac_status=$?
32044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32045 (exit $ac_status); } &&
32046 { ac_try='test -s conftest$ac_exeext'
32047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32048 (eval $ac_try) 2>&5
32049 ac_status=$?
32050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32051 (exit $ac_status); }; }; then
32052 ac_cv_lib_shl_load_dld=yes
32053else
32054 echo "$as_me: failed program was:" >&5
32055sed 's/^/| /' conftest.$ac_ext >&5
32056
32057ac_cv_lib_shl_load_dld=no
32058fi
32059rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32060LIBS=$ac_check_lib_save_LIBS
32061fi
32062echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
32063echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6
32064if test $ac_cv_lib_shl_load_dld = yes; then
f6bcfd97 32065
3a922bb4 32066 HAVE_SHL_FUNCS=1
3d63bc3a 32067 DL_LINK=" -ldld$DL_LINK"
e6cc62c6 32068
f6bcfd97
BP
32069fi
32070
e6cc62c6 32071
10f2d63a
VZ
32072fi
32073done
32074
e6cc62c6 32075
10f2d63a
VZ
32076fi
32077
e6cc62c6 32078
10f2d63a
VZ
32079fi
32080done
32081
5c6fa7d2 32082
8284b0c5 32083 if test "$HAVE_DL_FUNCS" = 1; then
e6cc62c6
VS
32084
32085for ac_func in dlerror
f6bcfd97 32086do
e6cc62c6
VS
32087as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
32088echo "$as_me:$LINENO: checking for $ac_func" >&5
32089echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
32090if eval "test \"\${$as_ac_var+set}\" = set"; then
32091 echo $ECHO_N "(cached) $ECHO_C" >&6
32092else
32093 cat >conftest.$ac_ext <<_ACEOF
32094#line $LINENO "configure"
32095/* confdefs.h. */
32096_ACEOF
32097cat confdefs.h >>conftest.$ac_ext
32098cat >>conftest.$ac_ext <<_ACEOF
32099/* end confdefs.h. */
f6bcfd97 32100/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
32101 which can conflict with char $ac_func (); below.
32102 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32103 <limits.h> exists even on freestanding compilers. */
32104#ifdef __STDC__
32105# include <limits.h>
32106#else
32107# include <assert.h>
32108#endif
f6bcfd97 32109/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
32110#ifdef __cplusplus
32111extern "C"
32112{
32113#endif
f6bcfd97 32114/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
32115 builtin and then its argument prototype would still apply. */
32116char $ac_func ();
f6bcfd97
BP
32117/* The GNU C library defines this for functions which it implements
32118 to always fail with ENOSYS. Some functions are actually named
32119 something starting with __ and the normal name is an alias. */
32120#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
32121choke me
32122#else
e6cc62c6
VS
32123char (*f) () = $ac_func;
32124#endif
32125#ifdef __cplusplus
32126}
f6bcfd97
BP
32127#endif
32128
e6cc62c6
VS
32129int
32130main ()
32131{
32132return f != $ac_func;
32133 ;
32134 return 0;
32135}
32136_ACEOF
32137rm -f conftest.$ac_objext conftest$ac_exeext
32138if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32139 (eval $ac_link) 2>&5
32140 ac_status=$?
32141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32142 (exit $ac_status); } &&
32143 { ac_try='test -s conftest$ac_exeext'
32144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32145 (eval $ac_try) 2>&5
32146 ac_status=$?
32147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32148 (exit $ac_status); }; }; then
32149 eval "$as_ac_var=yes"
32150else
32151 echo "$as_me: failed program was:" >&5
32152sed 's/^/| /' conftest.$ac_ext >&5
32153
32154eval "$as_ac_var=no"
32155fi
32156rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32157fi
32158echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
32159echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
32160if test `eval echo '${'$as_ac_var'}'` = yes; then
32161 cat >>confdefs.h <<_ACEOF
32162#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
32163_ACEOF
32164 cat >>confdefs.h <<\_ACEOF
f6bcfd97 32165#define HAVE_DLERROR 1
e6cc62c6 32166_ACEOF
f6bcfd97
BP
32167
32168else
e6cc62c6
VS
32169 echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
32170echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6
32171if test "${ac_cv_lib_dl_dlerror+set}" = set; then
32172 echo $ECHO_N "(cached) $ECHO_C" >&6
f6bcfd97 32173else
e6cc62c6 32174 ac_check_lib_save_LIBS=$LIBS
f6bcfd97 32175LIBS="-ldl $LIBS"
e6cc62c6
VS
32176cat >conftest.$ac_ext <<_ACEOF
32177#line $LINENO "configure"
32178/* confdefs.h. */
32179_ACEOF
32180cat confdefs.h >>conftest.$ac_ext
32181cat >>conftest.$ac_ext <<_ACEOF
32182/* end confdefs.h. */
32183
f6bcfd97 32184/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
32185#ifdef __cplusplus
32186extern "C"
32187#endif
f6bcfd97 32188/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
32189 builtin and then its argument prototype would still apply. */
32190char dlerror ();
32191int
32192main ()
32193{
32194dlerror ();
32195 ;
32196 return 0;
32197}
32198_ACEOF
32199rm -f conftest.$ac_objext conftest$ac_exeext
32200if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32201 (eval $ac_link) 2>&5
32202 ac_status=$?
32203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32204 (exit $ac_status); } &&
32205 { ac_try='test -s conftest$ac_exeext'
32206 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32207 (eval $ac_try) 2>&5
32208 ac_status=$?
32209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32210 (exit $ac_status); }; }; then
32211 ac_cv_lib_dl_dlerror=yes
32212else
32213 echo "$as_me: failed program was:" >&5
32214sed 's/^/| /' conftest.$ac_ext >&5
32215
32216ac_cv_lib_dl_dlerror=no
32217fi
32218rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32219LIBS=$ac_check_lib_save_LIBS
32220fi
32221echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
32222echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6
32223if test $ac_cv_lib_dl_dlerror = yes; then
32224 cat >>confdefs.h <<\_ACEOF
f6bcfd97 32225#define HAVE_DLERROR 1
e6cc62c6 32226_ACEOF
f6bcfd97 32227
f6bcfd97
BP
32228fi
32229
32230fi
32231done
32232
3a922bb4
RL
32233 fi
32234 fi
f6bcfd97 32235
3a922bb4
RL
32236 if test "$HAVE_DL_FUNCS" = 0; then
32237 if test "$HAVE_SHL_FUNCS" = 0; then
32238 if test "$USE_UNIX" = 1; then
e6cc62c6
VS
32239 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
32240echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
0b9ab0bd 32241 wxUSE_DYNAMIC_LOADER=no
3a922bb4
RL
32242 wxUSE_DYNLIB_CLASS=no
32243 else
e6cc62c6
VS
32244 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
32245echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
3a922bb4
RL
32246 fi
32247 fi
10f2d63a
VZ
32248 fi
32249 fi
32250fi
32251
0b9ab0bd 32252if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
e6cc62c6 32253 cat >>confdefs.h <<\_ACEOF
0b9ab0bd 32254#define wxUSE_DYNAMIC_LOADER 1
e6cc62c6 32255_ACEOF
0b9ab0bd 32256
1948bb32
VS
32257fi
32258if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
e6cc62c6 32259 cat >>confdefs.h <<\_ACEOF
10f2d63a 32260#define wxUSE_DYNLIB_CLASS 1
e6cc62c6 32261_ACEOF
10f2d63a
VZ
32262
32263fi
32264
8284b0c5 32265
1e6feb95 32266if test "$wxUSE_FONTMAP" = "yes" ; then
e6cc62c6 32267 cat >>confdefs.h <<\_ACEOF
1e6feb95 32268#define wxUSE_FONTMAP 1
e6cc62c6 32269_ACEOF
1e6feb95
VZ
32270
32271fi
32272
10f2d63a 32273if test "$wxUSE_UNICODE" = "yes" ; then
e6cc62c6 32274 cat >>confdefs.h <<\_ACEOF
10f2d63a 32275#define wxUSE_UNICODE 1
e6cc62c6 32276_ACEOF
10f2d63a 32277
8284b0c5 32278
eb854003 32279 if test "$USE_WIN32" != 1; then
bbc3925a
VS
32280 wxUSE_UNICODE_MSLU=no
32281 fi
a72a4bfa 32282
eb854003 32283 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
e6cc62c6
VS
32284 echo "$as_me:$LINENO: checking for main in -lunicows" >&5
32285echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6
32286if test "${ac_cv_lib_unicows_main+set}" = set; then
32287 echo $ECHO_N "(cached) $ECHO_C" >&6
a72a4bfa 32288else
e6cc62c6 32289 ac_check_lib_save_LIBS=$LIBS
a72a4bfa 32290LIBS="-lunicows $LIBS"
e6cc62c6
VS
32291cat >conftest.$ac_ext <<_ACEOF
32292#line $LINENO "configure"
32293/* confdefs.h. */
32294_ACEOF
32295cat confdefs.h >>conftest.$ac_ext
32296cat >>conftest.$ac_ext <<_ACEOF
32297/* end confdefs.h. */
a72a4bfa 32298
8284b0c5 32299
e6cc62c6
VS
32300int
32301main ()
32302{
32303main ();
32304 ;
32305 return 0;
32306}
32307_ACEOF
32308rm -f conftest.$ac_objext conftest$ac_exeext
32309if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32310 (eval $ac_link) 2>&5
32311 ac_status=$?
32312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32313 (exit $ac_status); } &&
32314 { ac_try='test -s conftest$ac_exeext'
32315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32316 (eval $ac_try) 2>&5
32317 ac_status=$?
32318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32319 (exit $ac_status); }; }; then
32320 ac_cv_lib_unicows_main=yes
32321else
32322 echo "$as_me: failed program was:" >&5
32323sed 's/^/| /' conftest.$ac_ext >&5
32324
32325ac_cv_lib_unicows_main=no
32326fi
32327rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
32328LIBS=$ac_check_lib_save_LIBS
32329fi
32330echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
32331echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6
32332if test $ac_cv_lib_unicows_main = yes; then
32333
32334 cat >>confdefs.h <<\_ACEOF
a72a4bfa 32335#define wxUSE_UNICODE_MSLU 1
e6cc62c6
VS
32336_ACEOF
32337
a72a4bfa 32338
a72a4bfa 32339else
a72a4bfa 32340
e6cc62c6
VS
32341 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
32342 Applications will only run on Windows NT/2000/XP!" >&5
32343echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
32344 Applications will only run on Windows NT/2000/XP!" >&2;}
a72a4bfa 32345 wxUSE_UNICODE_MSLU=no
e6cc62c6 32346
a72a4bfa
VS
32347fi
32348
32349 fi
10f2d63a
VZ
32350fi
32351
10f2d63a 32352if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then
e6cc62c6 32353 cat >>confdefs.h <<\_ACEOF
10f2d63a 32354#define wxUSE_EXPERIMENTAL_PRINTF 1
e6cc62c6 32355_ACEOF
10f2d63a
VZ
32356
32357fi
32358
8284b0c5 32359
10f2d63a 32360if test "$wxUSE_POSTSCRIPT" = "yes" ; then
e6cc62c6 32361 cat >>confdefs.h <<\_ACEOF
10f2d63a 32362#define wxUSE_POSTSCRIPT 1
e6cc62c6 32363_ACEOF
10f2d63a
VZ
32364
32365fi
32366
e6cc62c6 32367cat >>confdefs.h <<\_ACEOF
10f2d63a 32368#define wxUSE_AFM_FOR_POSTSCRIPT 1
e6cc62c6 32369_ACEOF
10f2d63a 32370
8284b0c5 32371
e6cc62c6 32372cat >>confdefs.h <<\_ACEOF
10f2d63a 32373#define wxUSE_NORMALIZED_PS_FONTS 1
e6cc62c6 32374_ACEOF
10f2d63a 32375
8284b0c5
MB
32376
32377
10f2d63a 32378if test "$wxUSE_CONSTRAINTS" = "yes"; then
e6cc62c6 32379 cat >>confdefs.h <<\_ACEOF
10f2d63a 32380#define wxUSE_CONSTRAINTS 1
e6cc62c6 32381_ACEOF
10f2d63a
VZ
32382
32383 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
32384fi
32385
3879ecda 32386if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
1772d20c 32387 cat >>confdefs.h <<\_ACEOF
10f2d63a 32388#define wxUSE_MDI_ARCHITECTURE 1
e6cc62c6 32389_ACEOF
10f2d63a 32390
1772d20c 32391 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
10f2d63a
VZ
32392fi
32393
32394if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
e6cc62c6 32395 cat >>confdefs.h <<\_ACEOF
10f2d63a 32396#define wxUSE_DOC_VIEW_ARCHITECTURE 1
e6cc62c6 32397_ACEOF
10f2d63a
VZ
32398
32399 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
32400 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
32401 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi"
32402 fi
32403fi
32404
32405if test "$wxUSE_HELP" = "yes"; then
e6cc62c6 32406 cat >>confdefs.h <<\_ACEOF
10f2d63a 32407#define wxUSE_HELP 1
e6cc62c6 32408_ACEOF
10f2d63a
VZ
32409
32410 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
3379ed37 32411
77e13408 32412 if test "$wxUSE_MSW" = 1; then
031d8228 32413 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
e6cc62c6 32414 cat >>confdefs.h <<\_ACEOF
29fd3c0c 32415#define wxUSE_MS_HTML_HELP 1
e6cc62c6 32416_ACEOF
29fd3c0c 32417
3e44f09d 32418 fi
3379ed37 32419 fi
031d8228
VS
32420
32421 if test "$wxUSE_WXHTML_HELP" = "yes"; then
32422 if test "$wxUSE_HTML" = "yes"; then
e6cc62c6 32423 cat >>confdefs.h <<\_ACEOF
031d8228 32424#define wxUSE_WXHTML_HELP 1
e6cc62c6 32425_ACEOF
031d8228
VS
32426
32427 else
e6cc62c6
VS
32428 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
32429echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
031d8228
VS
32430 wxUSE_WXHTML_HELP=no
32431 fi
32432 fi
10f2d63a
VZ
32433fi
32434
32435if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
32436 if test "$wxUSE_CONSTRAINTS" != "yes"; then
e6cc62c6
VS
32437 { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5
32438echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;}
10f2d63a 32439 else
e6cc62c6 32440 cat >>confdefs.h <<\_ACEOF
10f2d63a 32441#define wxUSE_PRINTING_ARCHITECTURE 1
e6cc62c6 32442_ACEOF
10f2d63a
VZ
32443
32444 fi
32445 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
32446fi
32447
e6cc62c6
VS
32448if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then
32449 { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5
32450echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;}
32451 { (exit 1); exit 1; }; }
32452fi
32453
32454
32455if test "$wxUSE_MSW" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
32456 -o "$wxUSE_CLIPBOARD" = "yes" \
32457 -o "$wxUSE_OLE" = "yes" \
32458 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
32459
32460for ac_header in ole2.h
32461do
32462as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
32463if eval "test \"\${$as_ac_Header+set}\" = set"; then
32464 echo "$as_me:$LINENO: checking for $ac_header" >&5
32465echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32466if eval "test \"\${$as_ac_Header+set}\" = set"; then
32467 echo $ECHO_N "(cached) $ECHO_C" >&6
32468fi
32469echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32470echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32471else
32472 # Is the header compilable?
32473echo "$as_me:$LINENO: checking $ac_header usability" >&5
32474echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
32475cat >conftest.$ac_ext <<_ACEOF
32476#line $LINENO "configure"
32477/* confdefs.h. */
32478_ACEOF
32479cat confdefs.h >>conftest.$ac_ext
32480cat >>conftest.$ac_ext <<_ACEOF
32481/* end confdefs.h. */
32482$ac_includes_default
32483#include <$ac_header>
32484_ACEOF
32485rm -f conftest.$ac_objext
32486if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32487 (eval $ac_compile) 2>&5
32488 ac_status=$?
32489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32490 (exit $ac_status); } &&
32491 { ac_try='test -s conftest.$ac_objext'
32492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32493 (eval $ac_try) 2>&5
32494 ac_status=$?
32495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32496 (exit $ac_status); }; }; then
32497 ac_header_compiler=yes
32498else
32499 echo "$as_me: failed program was:" >&5
32500sed 's/^/| /' conftest.$ac_ext >&5
32501
32502ac_header_compiler=no
32503fi
32504rm -f conftest.$ac_objext conftest.$ac_ext
32505echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
32506echo "${ECHO_T}$ac_header_compiler" >&6
32507
32508# Is the header present?
32509echo "$as_me:$LINENO: checking $ac_header presence" >&5
32510echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
32511cat >conftest.$ac_ext <<_ACEOF
32512#line $LINENO "configure"
32513/* confdefs.h. */
32514_ACEOF
32515cat confdefs.h >>conftest.$ac_ext
32516cat >>conftest.$ac_ext <<_ACEOF
32517/* end confdefs.h. */
32518#include <$ac_header>
32519_ACEOF
32520if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
32521 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
32522 ac_status=$?
32523 grep -v '^ *+' conftest.er1 >conftest.err
32524 rm -f conftest.er1
32525 cat conftest.err >&5
32526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32527 (exit $ac_status); } >/dev/null; then
32528 if test -s conftest.err; then
32529 ac_cpp_err=$ac_c_preproc_warn_flag
32530 else
32531 ac_cpp_err=
32532 fi
32533else
32534 ac_cpp_err=yes
32535fi
32536if test -z "$ac_cpp_err"; then
32537 ac_header_preproc=yes
32538else
32539 echo "$as_me: failed program was:" >&5
32540sed 's/^/| /' conftest.$ac_ext >&5
32541
32542 ac_header_preproc=no
32543fi
32544rm -f conftest.err conftest.$ac_ext
32545echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
32546echo "${ECHO_T}$ac_header_preproc" >&6
32547
32548# So? What about this header?
32549case $ac_header_compiler:$ac_header_preproc in
32550 yes:no )
32551 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
32552echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
32553 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32554echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32555 (
32556 cat <<\_ASBOX
32557## ------------------------------------ ##
32558## Report this to bug-autoconf@gnu.org. ##
32559## ------------------------------------ ##
32560_ASBOX
32561 ) |
32562 sed "s/^/$as_me: WARNING: /" >&2
32563 ;;
32564 no:yes )
32565 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
32566echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
32567 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
32568echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
32569 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
32570echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
32571 (
32572 cat <<\_ASBOX
32573## ------------------------------------ ##
32574## Report this to bug-autoconf@gnu.org. ##
32575## ------------------------------------ ##
32576_ASBOX
32577 ) |
32578 sed "s/^/$as_me: WARNING: /" >&2
32579 ;;
32580esac
32581echo "$as_me:$LINENO: checking for $ac_header" >&5
32582echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
32583if eval "test \"\${$as_ac_Header+set}\" = set"; then
32584 echo $ECHO_N "(cached) $ECHO_C" >&6
32585else
32586 eval "$as_ac_Header=$ac_header_preproc"
32587fi
32588echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
32589echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
32590
10f2d63a 32591fi
e6cc62c6
VS
32592if test `eval echo '${'$as_ac_Header'}'` = yes; then
32593 cat >>confdefs.h <<_ACEOF
32594#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
32595_ACEOF
10f2d63a 32596
10f2d63a 32597fi
e6cc62c6 32598
10f2d63a
VZ
32599done
32600
8284b0c5 32601
2b9bdf71
VZ
32602 if test "$ac_cv_header_ole2_h" = "yes" ; then
32603 if test "$GCC" = yes ; then
8284b0c5
MB
32604
32605
e6cc62c6
VS
32606 ac_ext=cc
32607ac_cpp='$CXXCPP $CPPFLAGS'
32608ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32609ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32610ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
32611
32612
32613 echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
32614echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6
32615 cat >conftest.$ac_ext <<_ACEOF
32616#line $LINENO "configure"
32617/* confdefs.h. */
32618_ACEOF
32619cat confdefs.h >>conftest.$ac_ext
32620cat >>conftest.$ac_ext <<_ACEOF
32621/* end confdefs.h. */
8284b0c5
MB
32622#include <windows.h>
32623 #include <ole2.h>
e6cc62c6
VS
32624int
32625main ()
32626{
8284b0c5 32627
e6cc62c6
VS
32628 ;
32629 return 0;
32630}
32631_ACEOF
32632rm -f conftest.$ac_objext
32633if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
32634 (eval $ac_compile) 2>&5
32635 ac_status=$?
32636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32637 (exit $ac_status); } &&
32638 { ac_try='test -s conftest.$ac_objext'
32639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32640 (eval $ac_try) 2>&5
32641 ac_status=$?
32642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32643 (exit $ac_status); }; }; then
32644 echo "$as_me:$LINENO: result: no" >&5
32645echo "${ECHO_T}no" >&6
32646else
32647 echo "$as_me: failed program was:" >&5
32648sed 's/^/| /' conftest.$ac_ext >&5
32649
32650echo "$as_me:$LINENO: result: yes" >&5
32651echo "${ECHO_T}yes" >&6
8284b0c5
MB
32652 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
32653fi
e6cc62c6 32654rm -f conftest.$ac_objext conftest.$ac_ext
8284b0c5 32655 ac_ext=c
8284b0c5 32656ac_cpp='$CPP $CPPFLAGS'
e6cc62c6
VS
32657ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
32658ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
32659ac_compiler_gnu=$ac_cv_c_compiler_gnu
8284b0c5 32660
2b9bdf71 32661 ALL_OBJECTS="$ALL_OBJECTS \$(OLEOBJS)"
3d63bc3a 32662 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
e6cc62c6 32663 cat >>confdefs.h <<\_ACEOF
4f11a343 32664#define wxUSE_OLE 1
e6cc62c6 32665_ACEOF
4f11a343 32666
8284b0c5 32667
2b9bdf71
VZ
32668 fi
32669
e6cc62c6 32670 cat >>confdefs.h <<\_ACEOF
2b9bdf71 32671#define wxUSE_DATAOBJ 1
e6cc62c6 32672_ACEOF
2b9bdf71
VZ
32673
32674 else
e6cc62c6
VS
32675 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
32676echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
2b9bdf71
VZ
32677
32678 wxUSE_CLIPBOARD=no
32679 wxUSE_DRAG_AND_DROP=no
32680 wxUSE_DATAOBJ=no
3bce6687
JS
32681 wxUSE_OLE=no
32682 fi
32683
32684 if test "$wxUSE_METAFILE" = "yes"; then
e6cc62c6 32685 cat >>confdefs.h <<\_ACEOF
3bce6687 32686#define wxUSE_METAFILE 1
e6cc62c6 32687_ACEOF
3bce6687
JS
32688
32689
e6cc62c6 32690 cat >>confdefs.h <<\_ACEOF
3bce6687 32691#define wxUSE_ENH_METAFILE 1
e6cc62c6 32692_ACEOF
3bce6687
JS
32693
32694 fi
32695fi
32696
2b9bdf71
VZ
32697if test "$wxUSE_IPC" = "yes"; then
32698 if test "$wxUSE_SOCKETS" != "yes"; then
e6cc62c6
VS
32699 { echo "$as_me:$LINENO: WARNING: wxWindows IPC classes require sockets... disabled" >&5
32700echo "$as_me: WARNING: wxWindows IPC classes require sockets... disabled" >&2;}
2b9bdf71
VZ
32701 fi
32702
e6cc62c6 32703 cat >>confdefs.h <<\_ACEOF
2b9bdf71 32704#define wxUSE_IPC 1
e6cc62c6 32705_ACEOF
2b9bdf71
VZ
32706
32707fi
32708
32709if test "$wxUSE_CLIPBOARD" = "yes"; then
6c657b52 32710 if test "$wxUSE_MGL" = 1; then
e6cc62c6
VS
32711 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5
32712echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;}
6c657b52
VS
32713 wxUSE_CLIPBOARD=no
32714 fi
32715
32716 if test "$wxUSE_CLIPBOARD" = "yes"; then
e6cc62c6 32717 cat >>confdefs.h <<\_ACEOF
2b9bdf71 32718#define wxUSE_CLIPBOARD 1
e6cc62c6 32719_ACEOF
2b9bdf71 32720
8284b0c5 32721
e6cc62c6 32722 cat >>confdefs.h <<\_ACEOF
673f4220 32723#define wxUSE_DATAOBJ 1
e6cc62c6 32724_ACEOF
673f4220 32725
6c657b52 32726 fi
2b9bdf71
VZ
32727fi
32728
32729if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
32730 if test "$wxUSE_GTK" = 1; then
32731 if test "$WXGTK12" != 1; then
e6cc62c6
VS
32732 { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5
32733echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;}
10f2d63a
VZ
32734 wxUSE_DRAG_AND_DROP=no
32735 fi
32736 fi
32737
2b9bdf71 32738 if test "$wxUSE_MOTIF" = 1; then
e6cc62c6
VS
32739 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5
32740echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;}
2b9bdf71
VZ
32741 wxUSE_DRAG_AND_DROP=no
32742 fi
32743
f79bd02d 32744 if test "$wxUSE_X11" = 1; then
e6cc62c6
VS
32745 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5
32746echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;}
f79bd02d
JS
32747 wxUSE_DRAG_AND_DROP=no
32748 fi
32749
6c657b52 32750 if test "$wxUSE_MGL" = 1; then
e6cc62c6
VS
32751 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5
32752echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;}
6c657b52
VS
32753 wxUSE_DRAG_AND_DROP=no
32754 fi
32755
10f2d63a 32756 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
e6cc62c6 32757 cat >>confdefs.h <<\_ACEOF
10f2d63a 32758#define wxUSE_DRAG_AND_DROP 1
e6cc62c6 32759_ACEOF
10f2d63a
VZ
32760
32761 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
32762 fi
32763
32764fi
32765
32766if test "$wxUSE_SPLINES" = "yes" ; then
e6cc62c6 32767 cat >>confdefs.h <<\_ACEOF
10f2d63a 32768#define wxUSE_SPLINES 1
e6cc62c6 32769_ACEOF
10f2d63a
VZ
32770
32771fi
32772
8284b0c5 32773
1e6feb95
VZ
32774USES_CONTROLS=0
32775if test "$wxUSE_CONTROLS" = "yes"; then
32776 USES_CONTROLS=1
32777fi
32778
10f2d63a 32779if test "$wxUSE_ACCEL" = "yes"; then
e6cc62c6 32780 cat >>confdefs.h <<\_ACEOF
10f2d63a 32781#define wxUSE_ACCEL 1
e6cc62c6 32782_ACEOF
10f2d63a 32783
1e6feb95
VZ
32784 USES_CONTROLS=1
32785fi
32786
32787if test "$wxUSE_BUTTON" = "yes"; then
e6cc62c6 32788 cat >>confdefs.h <<\_ACEOF
1e6feb95 32789#define wxUSE_BUTTON 1
e6cc62c6 32790_ACEOF
1e6feb95
VZ
32791
32792 USES_CONTROLS=1
32793fi
32794
32795if test "$wxUSE_BMPBUTTON" = "yes"; then
e6cc62c6 32796 cat >>confdefs.h <<\_ACEOF
1e6feb95 32797#define wxUSE_BMPBUTTON 1
e6cc62c6 32798_ACEOF
1e6feb95
VZ
32799
32800 USES_CONTROLS=1
32801fi
32802
32803if test "$wxUSE_CALCTRL" = "yes"; then
e6cc62c6 32804 cat >>confdefs.h <<\_ACEOF
1e6feb95 32805#define wxUSE_CALENDARCTRL 1
e6cc62c6 32806_ACEOF
1e6feb95
VZ
32807
32808 USES_CONTROLS=1
32809 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
10f2d63a
VZ
32810fi
32811
32812if test "$wxUSE_CARET" = "yes"; then
e6cc62c6 32813 cat >>confdefs.h <<\_ACEOF
10f2d63a 32814#define wxUSE_CARET 1
e6cc62c6 32815_ACEOF
10f2d63a 32816
1e6feb95 32817 USES_CONTROLS=1
10f2d63a
VZ
32818 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
32819fi
32820
32821if test "$wxUSE_COMBOBOX" = "yes"; then
e6cc62c6 32822 cat >>confdefs.h <<\_ACEOF
10f2d63a 32823#define wxUSE_COMBOBOX 1
e6cc62c6 32824_ACEOF
10f2d63a 32825
1e6feb95 32826 USES_CONTROLS=1
10f2d63a
VZ
32827fi
32828
32829if test "$wxUSE_CHOICE" = "yes"; then
e6cc62c6 32830 cat >>confdefs.h <<\_ACEOF
10f2d63a 32831#define wxUSE_CHOICE 1
e6cc62c6 32832_ACEOF
10f2d63a 32833
1e6feb95 32834 USES_CONTROLS=1
10f2d63a
VZ
32835fi
32836
32837if test "$wxUSE_CHECKBOX" = "yes"; then
e6cc62c6 32838 cat >>confdefs.h <<\_ACEOF
10f2d63a 32839#define wxUSE_CHECKBOX 1
e6cc62c6 32840_ACEOF
10f2d63a 32841
1e6feb95 32842 USES_CONTROLS=1
10f2d63a
VZ
32843fi
32844
32845if test "$wxUSE_CHECKLST" = "yes"; then
e6cc62c6 32846 cat >>confdefs.h <<\_ACEOF
10f2d63a 32847#define wxUSE_CHECKLISTBOX 1
e6cc62c6 32848_ACEOF
10f2d63a 32849
1e6feb95 32850 USES_CONTROLS=1
10f2d63a
VZ
32851 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst"
32852fi
32853
da494b40 32854if test "$wxUSE_DISPLAY" = "yes"; then
e6cc62c6 32855 cat >>confdefs.h <<\_ACEOF
da494b40 32856#define wxUSE_DISPLAY 1
e6cc62c6 32857_ACEOF
da494b40
MB
32858
32859 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display"
32860fi
32861
10f2d63a 32862if test "$wxUSE_GAUGE" = "yes"; then
e6cc62c6 32863 cat >>confdefs.h <<\_ACEOF
10f2d63a 32864#define wxUSE_GAUGE 1
e6cc62c6 32865_ACEOF
10f2d63a 32866
1e6feb95 32867 USES_CONTROLS=1
10f2d63a
VZ
32868fi
32869
d6a55c4b 32870if test "$wxUSE_GRID" = "yes"; then
e6cc62c6 32871 cat >>confdefs.h <<\_ACEOF
d6a55c4b 32872#define wxUSE_GRID 1
e6cc62c6 32873_ACEOF
10f2d63a 32874
1e6feb95 32875 USES_CONTROLS=1
d6a55c4b 32876 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
10f2d63a
VZ
32877fi
32878
32879if test "$wxUSE_IMAGLIST" = "yes"; then
e6cc62c6 32880 cat >>confdefs.h <<\_ACEOF
10f2d63a 32881#define wxUSE_IMAGLIST 1
e6cc62c6 32882_ACEOF
10f2d63a
VZ
32883
32884fi
32885
32886if test "$wxUSE_LISTBOX" = "yes"; then
e6cc62c6 32887 cat >>confdefs.h <<\_ACEOF
10f2d63a 32888#define wxUSE_LISTBOX 1
e6cc62c6 32889_ACEOF
10f2d63a 32890
1e6feb95 32891 USES_CONTROLS=1
10f2d63a
VZ
32892fi
32893
32894if test "$wxUSE_LISTCTRL" = "yes"; then
32895 if test "$wxUSE_IMAGLIST" = "yes"; then
e6cc62c6 32896 cat >>confdefs.h <<\_ACEOF
10f2d63a 32897#define wxUSE_LISTCTRL 1
e6cc62c6 32898_ACEOF
10f2d63a 32899
1e6feb95 32900 USES_CONTROLS=1
10f2d63a
VZ
32901 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
32902 else
e6cc62c6
VS
32903 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
32904echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
10f2d63a
VZ
32905 fi
32906fi
32907
32908if test "$wxUSE_NOTEBOOK" = "yes"; then
e6cc62c6 32909 cat >>confdefs.h <<\_ACEOF
10f2d63a 32910#define wxUSE_NOTEBOOK 1
e6cc62c6 32911_ACEOF
10f2d63a 32912
1e6feb95 32913 USES_CONTROLS=1
10f2d63a
VZ
32914 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
32915fi
32916
24176f2c 32917
10f2d63a 32918if test "$wxUSE_RADIOBOX" = "yes"; then
e6cc62c6 32919 cat >>confdefs.h <<\_ACEOF
10f2d63a 32920#define wxUSE_RADIOBOX 1
e6cc62c6 32921_ACEOF
10f2d63a 32922
1e6feb95 32923 USES_CONTROLS=1
10f2d63a
VZ
32924fi
32925
32926if test "$wxUSE_RADIOBTN" = "yes"; then
e6cc62c6 32927 cat >>confdefs.h <<\_ACEOF
10f2d63a 32928#define wxUSE_RADIOBTN 1
e6cc62c6 32929_ACEOF
10f2d63a 32930
1e6feb95 32931 USES_CONTROLS=1
10f2d63a
VZ
32932fi
32933
32934if test "$wxUSE_SASH" = "yes"; then
e6cc62c6 32935 cat >>confdefs.h <<\_ACEOF
10f2d63a 32936#define wxUSE_SASH 1
e6cc62c6 32937_ACEOF
10f2d63a
VZ
32938
32939 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
32940fi
32941
32942if test "$wxUSE_SCROLLBAR" = "yes"; then
e6cc62c6 32943 cat >>confdefs.h <<\_ACEOF
10f2d63a 32944#define wxUSE_SCROLLBAR 1
e6cc62c6 32945_ACEOF
10f2d63a 32946
1e6feb95 32947 USES_CONTROLS=1
741a9306 32948 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub"
10f2d63a
VZ
32949fi
32950
32951if test "$wxUSE_SLIDER" = "yes"; then
e6cc62c6 32952 cat >>confdefs.h <<\_ACEOF
10f2d63a 32953#define wxUSE_SLIDER 1
e6cc62c6 32954_ACEOF
10f2d63a 32955
1e6feb95 32956 USES_CONTROLS=1
10f2d63a
VZ
32957fi
32958
32959if test "$wxUSE_SPINBTN" = "yes"; then
e6cc62c6 32960 cat >>confdefs.h <<\_ACEOF
10f2d63a 32961#define wxUSE_SPINBTN 1
e6cc62c6 32962_ACEOF
10f2d63a 32963
1e6feb95 32964 USES_CONTROLS=1
10f2d63a
VZ
32965fi
32966
56cfaa52 32967if test "$wxUSE_SPINCTRL" = "yes"; then
e6cc62c6 32968 cat >>confdefs.h <<\_ACEOF
56cfaa52 32969#define wxUSE_SPINCTRL 1
e6cc62c6 32970_ACEOF
56cfaa52 32971
1e6feb95 32972 USES_CONTROLS=1
56cfaa52
RR
32973fi
32974
10f2d63a 32975if test "$wxUSE_SPLITTER" = "yes"; then
e6cc62c6 32976 cat >>confdefs.h <<\_ACEOF
10f2d63a 32977#define wxUSE_SPLITTER 1
e6cc62c6 32978_ACEOF
10f2d63a
VZ
32979
32980 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
32981fi
32982
32983if test "$wxUSE_STATBMP" = "yes"; then
e6cc62c6 32984 cat >>confdefs.h <<\_ACEOF
10f2d63a 32985#define wxUSE_STATBMP 1
e6cc62c6 32986_ACEOF
10f2d63a 32987
1e6feb95 32988 USES_CONTROLS=1
10f2d63a
VZ
32989fi
32990
32991if test "$wxUSE_STATBOX" = "yes"; then
e6cc62c6 32992 cat >>confdefs.h <<\_ACEOF
10f2d63a 32993#define wxUSE_STATBOX 1
e6cc62c6 32994_ACEOF
10f2d63a 32995
1e6feb95
VZ
32996 USES_CONTROLS=1
32997fi
32998
32999if test "$wxUSE_STATTEXT" = "yes"; then
e6cc62c6 33000 cat >>confdefs.h <<\_ACEOF
1e6feb95 33001#define wxUSE_STATTEXT 1
e6cc62c6 33002_ACEOF
1e6feb95
VZ
33003
33004 USES_CONTROLS=1
10f2d63a
VZ
33005fi
33006
33007if test "$wxUSE_STATLINE" = "yes"; then
e6cc62c6 33008 cat >>confdefs.h <<\_ACEOF
10f2d63a 33009#define wxUSE_STATLINE 1
e6cc62c6 33010_ACEOF
10f2d63a 33011
89e6bf6d 33012 USES_CONTROLS=1
10f2d63a
VZ
33013fi
33014
33015if test "$wxUSE_STATUSBAR" = "yes"; then
e6cc62c6 33016 cat >>confdefs.h <<\_ACEOF
10f2d63a 33017#define wxUSE_STATUSBAR 1
e6cc62c6 33018_ACEOF
10f2d63a 33019
1e6feb95 33020 USES_CONTROLS=1
698dcdb6 33021
2286341c 33022 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
10f2d63a
VZ
33023fi
33024
33025if test "$wxUSE_TABDIALOG" = "yes"; then
e6cc62c6 33026 cat >>confdefs.h <<\_ACEOF
10f2d63a 33027#define wxUSE_TAB_DIALOG 1
e6cc62c6 33028_ACEOF
10f2d63a
VZ
33029
33030 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS tab"
33031fi
33032
1e6feb95 33033if test "$wxUSE_TEXTCTRL" = "yes"; then
e6cc62c6 33034 cat >>confdefs.h <<\_ACEOF
1e6feb95 33035#define wxUSE_TEXTCTRL 1
e6cc62c6 33036_ACEOF
1e6feb95
VZ
33037
33038 USES_CONTROLS=1
33039 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
33040fi
33041
1db8dc4a 33042if test "$wxUSE_TOGGLEBTN" = "yes"; then
ac0c4cc3 33043 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
e6cc62c6
VS
33044 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
33045echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
156b2523
GD
33046 wxUSE_TOGGLEBTN=no
33047 fi
33048 if test "$wxUSE_UNIVERSAL" = "yes"; then
e6cc62c6
VS
33049 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5
33050echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;}
a45d7ab7
GD
33051 wxUSE_TOGGLEBTN=no
33052 fi
33053
33054 if test "$wxUSE_TOGGLEBTN" = "yes"; then
e6cc62c6 33055 cat >>confdefs.h <<\_ACEOF
1db8dc4a 33056#define wxUSE_TOGGLEBTN 1
e6cc62c6 33057_ACEOF
1db8dc4a 33058
1e6feb95 33059 USES_CONTROLS=1
a45d7ab7 33060 fi
1db8dc4a
VZ
33061fi
33062
360d6699 33063if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then
e6cc62c6 33064 cat >>confdefs.h <<\_ACEOF
360d6699 33065#define wxUSE_TOOLBAR_SIMPLE 1
e6cc62c6 33066_ACEOF
360d6699
VZ
33067
33068 wxUSE_TOOLBAR="yes"
1e6feb95 33069 USES_CONTROLS=1
360d6699
VZ
33070fi
33071
10f2d63a 33072if test "$wxUSE_TOOLBAR" = "yes"; then
e6cc62c6 33073 cat >>confdefs.h <<\_ACEOF
10f2d63a 33074#define wxUSE_TOOLBAR 1
e6cc62c6 33075_ACEOF
10f2d63a 33076
1e6feb95 33077 USES_CONTROLS=1
698dcdb6 33078
360d6699
VZ
33079 if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then
33080 wxUSE_TOOLBAR_NATIVE="yes"
33081 fi
33082
1e6feb95 33083 if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then
e6cc62c6 33084 cat >>confdefs.h <<\_ACEOF
360d6699 33085#define wxUSE_TOOLBAR_NATIVE 1
e6cc62c6 33086_ACEOF
360d6699 33087
1e6feb95
VZ
33088 USES_CONTROLS=1
33089 fi
33090
33091 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
360d6699
VZ
33092fi
33093
10f2d63a
VZ
33094if test "$wxUSE_TOOLTIPS" = "yes"; then
33095 if test "$wxUSE_MOTIF" = 1; then
e6cc62c6
VS
33096 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
33097echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
10f2d63a 33098 else
89e6bf6d 33099 if test "$wxUSE_UNIVERSAL" = "yes"; then
e6cc62c6
VS
33100 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
33101echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
10f2d63a 33102 else
e6cc62c6 33103 cat >>confdefs.h <<\_ACEOF
10f2d63a 33104#define wxUSE_TOOLTIPS 1
e6cc62c6 33105_ACEOF
10f2d63a
VZ
33106
33107 fi
33108 fi
33109fi
33110
33111if test "$wxUSE_TREECTRL" = "yes"; then
33112 if test "$wxUSE_IMAGLIST" = "yes"; then
e6cc62c6 33113 cat >>confdefs.h <<\_ACEOF
10f2d63a 33114#define wxUSE_TREECTRL 1
e6cc62c6 33115_ACEOF
10f2d63a 33116
1e6feb95 33117 USES_CONTROLS=1
10f2d63a
VZ
33118 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
33119 else
e6cc62c6
VS
33120 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
33121echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
10f2d63a
VZ
33122 fi
33123fi
33124
9f41d601 33125if test "$wxUSE_POPUPWIN" = "yes"; then
ac0c4cc3 33126 if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then
e6cc62c6
VS
33127 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
33128echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
6abe4b65 33129 else
485cf710 33130 if test "$wxUSE_MOTIF" = 1; then
e6cc62c6
VS
33131 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&5
33132echo "$as_me: WARNING: wxPopupWindow not yet supported under Motif... disabled" >&2;}
485cf710 33133 else
3c011993 33134 if test "$wxUSE_PM" = 1; then
e6cc62c6
VS
33135 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
33136echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
3bd8fb5f 33137 else
e6cc62c6 33138 cat >>confdefs.h <<\_ACEOF
9f41d601 33139#define wxUSE_POPUPWIN 1
e6cc62c6 33140_ACEOF
9f41d601 33141
8284b0c5 33142
3c011993
VZ
33143 USES_CONTROLS=1
33144 fi
485cf710 33145 fi
6abe4b65 33146 fi
9f41d601
RR
33147fi
33148
dd964dcc 33149if test "$wxUSE_TIPWINDOW" = "yes"; then
3c011993 33150 if test "$wxUSE_PM" = 1; then
e6cc62c6
VS
33151 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
33152echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
3bd8fb5f 33153 else
e6cc62c6 33154 cat >>confdefs.h <<\_ACEOF
dd964dcc 33155#define wxUSE_TIPWINDOW 1
e6cc62c6 33156_ACEOF
dd964dcc 33157
3c011993 33158 fi
dd964dcc
VZ
33159fi
33160
1e6feb95 33161if test "$USES_CONTROLS" = 1; then
e6cc62c6 33162 cat >>confdefs.h <<\_ACEOF
1e6feb95 33163#define wxUSE_CONTROLS 1
e6cc62c6 33164_ACEOF
10f2d63a 33165
10f2d63a
VZ
33166fi
33167
8284b0c5 33168
1e6feb95 33169
24fd6d87 33170if test "$wxUSE_DRAGIMAGE" = "yes"; then
e6cc62c6 33171 cat >>confdefs.h <<\_ACEOF
24fd6d87 33172#define wxUSE_DRAGIMAGE 1
e6cc62c6 33173_ACEOF
24fd6d87
VZ
33174
33175 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
33176fi
33177
7bb2947d 33178if test "$wxUSE_ACCESSIBILITY" = "yes"; then
e6cc62c6 33179 cat >>confdefs.h <<\_ACEOF
7bb2947d 33180#define wxUSE_ACCESSIBILITY 1
e6cc62c6 33181_ACEOF
7bb2947d
MB
33182
33183 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
33184fi
33185
1e6feb95 33186if test "$wxUSE_MENUS" = "yes"; then
e6cc62c6 33187 cat >>confdefs.h <<\_ACEOF
1e6feb95 33188#define wxUSE_MENUS 1
e6cc62c6 33189_ACEOF
10f2d63a 33190
1e6feb95 33191 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
10f2d63a
VZ
33192fi
33193
1e6feb95 33194if test "$wxUSE_METAFILE" = "yes"; then
e6cc62c6 33195 cat >>confdefs.h <<\_ACEOF
1e6feb95 33196#define wxUSE_METAFILE 1
e6cc62c6 33197_ACEOF
10f2d63a 33198
10f2d63a
VZ
33199fi
33200
1e6feb95 33201if test "$wxUSE_MIMETYPE" = "yes"; then
e6cc62c6 33202 cat >>confdefs.h <<\_ACEOF
1e6feb95 33203#define wxUSE_MIMETYPE 1
e6cc62c6 33204_ACEOF
10f2d63a 33205
10f2d63a
VZ
33206fi
33207
3e44f09d 33208if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
e6cc62c6 33209 cat >>confdefs.h <<\_ACEOF
3e44f09d 33210#define wxUSE_SYSTEM_OPTIONS 1
e6cc62c6 33211_ACEOF
3e44f09d 33212
131f235d
VS
33213if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \
33214 "$TOOLKIT" = "MOTIF"; then
321d2b14
VZ
33215 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
33216fi
33217
3e44f09d
VZ
33218fi
33219
10f2d63a 33220if test "$wxUSE_MINIFRAME" = "yes"; then
e6cc62c6 33221 cat >>confdefs.h <<\_ACEOF
10f2d63a 33222#define wxUSE_MINIFRAME 1
e6cc62c6 33223_ACEOF
10f2d63a
VZ
33224
33225 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram"
33226fi
33227
4d264332 33228USE_HTML=0
10f2d63a 33229if test "$wxUSE_HTML" = "yes"; then
e6cc62c6 33230 cat >>confdefs.h <<\_ACEOF
10f2d63a 33231#define wxUSE_HTML 1
e6cc62c6 33232_ACEOF
10f2d63a 33233
4d264332 33234 USE_HTML=1
c74dc163 33235 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
10f2d63a
VZ
33236fi
33237
33238if test "$wxUSE_VALIDATORS" = "yes"; then
e6cc62c6 33239 cat >>confdefs.h <<\_ACEOF
1e487827 33240#define wxUSE_VALIDATORS 1
e6cc62c6 33241_ACEOF
703e0a69 33242
698dcdb6
VZ
33243 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
33244fi
33245
edae8572 33246if test "$wxUSE_PALETTE" = "yes" ; then
e6cc62c6 33247 cat >>confdefs.h <<\_ACEOF
edae8572 33248#define wxUSE_PALETTE 1
e6cc62c6 33249_ACEOF
edae8572
VZ
33250
33251fi
33252
698dcdb6 33253if test "$wxUSE_IMAGE" = "yes" ; then
e6cc62c6 33254 cat >>confdefs.h <<\_ACEOF
698dcdb6 33255#define wxUSE_IMAGE 1
e6cc62c6 33256_ACEOF
698dcdb6
VZ
33257
33258fi
33259
33260if test "$wxUSE_GIF" = "yes" ; then
e6cc62c6 33261 cat >>confdefs.h <<\_ACEOF
698dcdb6 33262#define wxUSE_GIF 1
e6cc62c6 33263_ACEOF
698dcdb6
VZ
33264
33265fi
33266
33267if test "$wxUSE_PCX" = "yes" ; then
e6cc62c6 33268 cat >>confdefs.h <<\_ACEOF
698dcdb6 33269#define wxUSE_PCX 1
e6cc62c6 33270_ACEOF
698dcdb6
VZ
33271
33272fi
33273
4b6b4dfc 33274if test "$wxUSE_IFF" = "yes" ; then
e6cc62c6 33275 cat >>confdefs.h <<\_ACEOF
4b6b4dfc 33276#define wxUSE_IFF 1
e6cc62c6 33277_ACEOF
4b6b4dfc
RR
33278
33279fi
33280
698dcdb6 33281if test "$wxUSE_PNM" = "yes" ; then
e6cc62c6 33282 cat >>confdefs.h <<\_ACEOF
698dcdb6 33283#define wxUSE_PNM 1
e6cc62c6 33284_ACEOF
698dcdb6
VZ
33285
33286fi
33287
33288if test "$wxUSE_XPM" = "yes" ; then
e6cc62c6 33289 cat >>confdefs.h <<\_ACEOF
698dcdb6 33290#define wxUSE_XPM 1
e6cc62c6 33291_ACEOF
698dcdb6
VZ
33292
33293fi
33294
658974ae 33295if test "$wxUSE_ICO_CUR" = "yes" ; then
e6cc62c6 33296 cat >>confdefs.h <<\_ACEOF
658974ae 33297#define wxUSE_ICO_CUR 1
e6cc62c6 33298_ACEOF
658974ae
VS
33299
33300fi
33301
a72a4bfa
VS
33302if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
33303 LIBS=" -lunicows $LIBS"
33304fi
33305
8284b0c5 33306
1e6feb95 33307if test "$wxUSE_CHOICEDLG" = "yes"; then
e6cc62c6 33308 cat >>confdefs.h <<\_ACEOF
1e6feb95 33309#define wxUSE_CHOICEDLG 1
e6cc62c6 33310_ACEOF
1e6feb95
VZ
33311
33312fi
33313
33314if test "$wxUSE_COLOURDLG" = "yes"; then
e6cc62c6 33315 cat >>confdefs.h <<\_ACEOF
1e6feb95 33316#define wxUSE_COLOURDLG 1
e6cc62c6 33317_ACEOF
1e6feb95
VZ
33318
33319fi
33320
33321if test "$wxUSE_FILEDLG" = "yes"; then
e6cc62c6 33322 cat >>confdefs.h <<\_ACEOF
1e6feb95 33323#define wxUSE_FILEDLG 1
e6cc62c6 33324_ACEOF
1e6feb95
VZ
33325
33326fi
33327
8db37e06 33328if test "$wxUSE_FINDREPLDLG" = "yes"; then
e6cc62c6 33329 cat >>confdefs.h <<\_ACEOF
8db37e06 33330#define wxUSE_FINDREPLDLG 1
e6cc62c6 33331_ACEOF
8db37e06
VZ
33332
33333fi
33334
1e6feb95 33335if test "$wxUSE_FONTDLG" = "yes"; then
e6cc62c6 33336 cat >>confdefs.h <<\_ACEOF
1e6feb95 33337#define wxUSE_FONTDLG 1
e6cc62c6 33338_ACEOF
1e6feb95
VZ
33339
33340fi
33341
33342if test "$wxUSE_DIRDLG" = "yes"; then
ae1daed0 33343 if test "$wxUSE_TREECTRL" != "yes"; then
e6cc62c6
VS
33344 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
33345echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
1e6feb95 33346 else
e6cc62c6 33347 cat >>confdefs.h <<\_ACEOF
1e6feb95 33348#define wxUSE_DIRDLG 1
e6cc62c6 33349_ACEOF
1e6feb95 33350
1e6feb95
VZ
33351 fi
33352fi
33353
33354if test "$wxUSE_MSGDLG" = "yes"; then
e6cc62c6 33355 cat >>confdefs.h <<\_ACEOF
1e6feb95 33356#define wxUSE_MSGDLG 1
e6cc62c6 33357_ACEOF
1e6feb95
VZ
33358
33359fi
33360
33361if test "$wxUSE_NUMBERDLG" = "yes"; then
e6cc62c6 33362 cat >>confdefs.h <<\_ACEOF
1e6feb95 33363#define wxUSE_NUMBERDLG 1
e6cc62c6 33364_ACEOF
1e6feb95
VZ
33365
33366fi
33367
33368if test "$wxUSE_PROGRESSDLG" = "yes"; then
33369 if test "$wxUSE_CONSTRAINTS" != "yes"; then
e6cc62c6
VS
33370 { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5
33371echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;}
1e6feb95 33372 else
e6cc62c6 33373 cat >>confdefs.h <<\_ACEOF
1e6feb95 33374#define wxUSE_PROGRESSDLG 1
e6cc62c6 33375_ACEOF
1e6feb95
VZ
33376
33377 fi
33378fi
33379
cbca9943 33380if test "$wxUSE_SPLASH" = "yes"; then
e6cc62c6 33381 cat >>confdefs.h <<\_ACEOF
cbca9943 33382#define wxUSE_SPLASH 1
e6cc62c6 33383_ACEOF
cbca9943
VZ
33384
33385fi
33386
1e6feb95
VZ
33387if test "$wxUSE_STARTUP_TIPS" = "yes"; then
33388 if test "$wxUSE_CONSTRAINTS" != "yes"; then
e6cc62c6
VS
33389 { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5
33390echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;}
1e6feb95 33391 else
e6cc62c6 33392 cat >>confdefs.h <<\_ACEOF
1e6feb95 33393#define wxUSE_STARTUP_TIPS 1
e6cc62c6 33394_ACEOF
1e6feb95 33395
7b4a847f
RR
33396 fi
33397fi
579d8138 33398
8284b0c5 33399if test "$wxUSE_TEXTDLG" = "yes"; then
e6cc62c6 33400 cat >>confdefs.h <<\_ACEOF
8284b0c5 33401#define wxUSE_TEXTDLG 1
e6cc62c6 33402_ACEOF
8284b0c5
MB
33403
33404fi
33405
33406if test "$wxUSE_WIZARDDLG" = "yes"; then
e6cc62c6 33407 cat >>confdefs.h <<\_ACEOF
8284b0c5 33408#define wxUSE_WIZARDDLG 1
e6cc62c6 33409_ACEOF
8284b0c5
MB
33410
33411 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
33412fi
33413
33414
33415if test "$cross_compiling" = "yes"; then
33416 OSINFO="\"$host\""
33417else
33418 OSINFO=`uname -s -r -m`
33419 OSINFO="\"$OSINFO\""
33420fi
33421
e6cc62c6 33422cat >>confdefs.h <<_ACEOF
8284b0c5 33423#define WXWIN_OS_DESCRIPTION $OSINFO
e6cc62c6 33424_ACEOF
8284b0c5
MB
33425
33426
33427
33428if test "x$prefix" != "xNONE"; then
33429 wxPREFIX=$prefix
33430else
33431 wxPREFIX=$ac_default_prefix
33432fi
33433
e6cc62c6 33434cat >>confdefs.h <<_ACEOF
8284b0c5 33435#define wxINSTALL_PREFIX "$wxPREFIX"
e6cc62c6 33436_ACEOF
8284b0c5
MB
33437
33438
e6cc62c6 33439top_builddir_wxconfig=`pwd`
52c71b80 33440
8284b0c5
MB
33441
33442
edd891e2
VS
33443CORE_BASE_LIBS="net base"
33444CORE_GUI_LIBS="adv core"
33445
33446if test "$wxUSE_XML" = "yes" ; then
33447 CORE_BASE_LIBS="xml $CORE_BASE_LIBS"
33448fi
45293562
VS
33449if test "$wxUSE_ODBC" != "no" ; then
33450 CORE_BASE_LIBS="odbc $CORE_BASE_LIBS"
33451 CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS"
edd891e2
VS
33452fi
33453if test "$wxUSE_HTML" = "yes" ; then
33454 CORE_GUI_LIBS="html $CORE_GUI_LIBS"
33455fi
33456
33457
33458
33459
33460
33461
33462
8284b0c5
MB
33463
33464if test "$wxUSE_MAC" = 1 ; then
33465 LDFLAGS="$LDFLAGS -framework Carbon -framework System"
33466fi
ac0c4cc3
DE
33467if test "$wxUSE_COCOA" = 1 ; then
33468 LDFLAGS="$LDFLAGS -framework Cocoa -framework System"
33469fi
8284b0c5
MB
33470
33471
2b5f62a0
VZ
33472LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
33473
33474have_cos=0
33475have_floor=0
e6cc62c6 33476
2b5f62a0
VZ
33477for ac_func in cos
33478do
e6cc62c6
VS
33479as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33480echo "$as_me:$LINENO: checking for $ac_func" >&5
33481echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33482if eval "test \"\${$as_ac_var+set}\" = set"; then
33483 echo $ECHO_N "(cached) $ECHO_C" >&6
33484else
33485 cat >conftest.$ac_ext <<_ACEOF
33486#line $LINENO "configure"
33487/* confdefs.h. */
33488_ACEOF
33489cat confdefs.h >>conftest.$ac_ext
33490cat >>conftest.$ac_ext <<_ACEOF
33491/* end confdefs.h. */
2b5f62a0 33492/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
33493 which can conflict with char $ac_func (); below.
33494 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33495 <limits.h> exists even on freestanding compilers. */
33496#ifdef __STDC__
33497# include <limits.h>
33498#else
33499# include <assert.h>
33500#endif
2b5f62a0 33501/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
33502#ifdef __cplusplus
33503extern "C"
33504{
33505#endif
2b5f62a0 33506/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
33507 builtin and then its argument prototype would still apply. */
33508char $ac_func ();
2b5f62a0
VZ
33509/* The GNU C library defines this for functions which it implements
33510 to always fail with ENOSYS. Some functions are actually named
33511 something starting with __ and the normal name is an alias. */
33512#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33513choke me
33514#else
e6cc62c6
VS
33515char (*f) () = $ac_func;
33516#endif
33517#ifdef __cplusplus
33518}
2b5f62a0
VZ
33519#endif
33520
e6cc62c6
VS
33521int
33522main ()
33523{
33524return f != $ac_func;
33525 ;
33526 return 0;
33527}
33528_ACEOF
33529rm -f conftest.$ac_objext conftest$ac_exeext
33530if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33531 (eval $ac_link) 2>&5
33532 ac_status=$?
33533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33534 (exit $ac_status); } &&
33535 { ac_try='test -s conftest$ac_exeext'
33536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33537 (eval $ac_try) 2>&5
33538 ac_status=$?
33539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33540 (exit $ac_status); }; }; then
33541 eval "$as_ac_var=yes"
33542else
33543 echo "$as_me: failed program was:" >&5
33544sed 's/^/| /' conftest.$ac_ext >&5
33545
33546eval "$as_ac_var=no"
33547fi
33548rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33549fi
33550echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33551echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33552if test `eval echo '${'$as_ac_var'}'` = yes; then
33553 cat >>confdefs.h <<_ACEOF
33554#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33555_ACEOF
2b5f62a0 33556 have_cos=1
2b5f62a0
VZ
33557fi
33558done
33559
e6cc62c6 33560
2b5f62a0
VZ
33561for ac_func in floor
33562do
e6cc62c6
VS
33563as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33564echo "$as_me:$LINENO: checking for $ac_func" >&5
33565echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33566if eval "test \"\${$as_ac_var+set}\" = set"; then
33567 echo $ECHO_N "(cached) $ECHO_C" >&6
33568else
33569 cat >conftest.$ac_ext <<_ACEOF
33570#line $LINENO "configure"
33571/* confdefs.h. */
33572_ACEOF
33573cat confdefs.h >>conftest.$ac_ext
33574cat >>conftest.$ac_ext <<_ACEOF
33575/* end confdefs.h. */
2b5f62a0 33576/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
33577 which can conflict with char $ac_func (); below.
33578 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33579 <limits.h> exists even on freestanding compilers. */
33580#ifdef __STDC__
33581# include <limits.h>
33582#else
33583# include <assert.h>
33584#endif
2b5f62a0 33585/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
33586#ifdef __cplusplus
33587extern "C"
33588{
33589#endif
2b5f62a0 33590/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
33591 builtin and then its argument prototype would still apply. */
33592char $ac_func ();
2b5f62a0
VZ
33593/* The GNU C library defines this for functions which it implements
33594 to always fail with ENOSYS. Some functions are actually named
33595 something starting with __ and the normal name is an alias. */
33596#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33597choke me
33598#else
e6cc62c6
VS
33599char (*f) () = $ac_func;
33600#endif
33601#ifdef __cplusplus
33602}
2b5f62a0
VZ
33603#endif
33604
e6cc62c6
VS
33605int
33606main ()
33607{
33608return f != $ac_func;
33609 ;
33610 return 0;
33611}
33612_ACEOF
33613rm -f conftest.$ac_objext conftest$ac_exeext
33614if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33615 (eval $ac_link) 2>&5
33616 ac_status=$?
33617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33618 (exit $ac_status); } &&
33619 { ac_try='test -s conftest$ac_exeext'
33620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33621 (eval $ac_try) 2>&5
33622 ac_status=$?
33623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33624 (exit $ac_status); }; }; then
33625 eval "$as_ac_var=yes"
33626else
33627 echo "$as_me: failed program was:" >&5
33628sed 's/^/| /' conftest.$ac_ext >&5
33629
33630eval "$as_ac_var=no"
33631fi
33632rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33633fi
33634echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33635echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33636if test `eval echo '${'$as_ac_var'}'` = yes; then
33637 cat >>confdefs.h <<_ACEOF
33638#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33639_ACEOF
2b5f62a0 33640 have_floor=1
2b5f62a0
VZ
33641fi
33642done
33643
e6cc62c6
VS
33644echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
33645echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6
2b5f62a0 33646if test "$have_cos" = 1 -a "$have_floor" = 1; then
e6cc62c6
VS
33647 echo "$as_me:$LINENO: result: yes" >&5
33648echo "${ECHO_T}yes" >&6
2b5f62a0 33649else
e6cc62c6
VS
33650 echo "$as_me:$LINENO: result: no" >&5
33651echo "${ECHO_T}no" >&6
2b5f62a0
VZ
33652 LIBS="$LIBS -lm"
33653 # use different functions to avoid configure caching
33654 have_sin=0
33655 have_ceil=0
e6cc62c6
VS
33656
33657for ac_func in sin
2b5f62a0 33658do
e6cc62c6
VS
33659as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33660echo "$as_me:$LINENO: checking for $ac_func" >&5
33661echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33662if eval "test \"\${$as_ac_var+set}\" = set"; then
33663 echo $ECHO_N "(cached) $ECHO_C" >&6
33664else
33665 cat >conftest.$ac_ext <<_ACEOF
33666#line $LINENO "configure"
33667/* confdefs.h. */
33668_ACEOF
33669cat confdefs.h >>conftest.$ac_ext
33670cat >>conftest.$ac_ext <<_ACEOF
33671/* end confdefs.h. */
2b5f62a0 33672/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
33673 which can conflict with char $ac_func (); below.
33674 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33675 <limits.h> exists even on freestanding compilers. */
33676#ifdef __STDC__
33677# include <limits.h>
33678#else
33679# include <assert.h>
33680#endif
2b5f62a0 33681/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
33682#ifdef __cplusplus
33683extern "C"
33684{
33685#endif
2b5f62a0 33686/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
33687 builtin and then its argument prototype would still apply. */
33688char $ac_func ();
2b5f62a0
VZ
33689/* The GNU C library defines this for functions which it implements
33690 to always fail with ENOSYS. Some functions are actually named
33691 something starting with __ and the normal name is an alias. */
33692#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33693choke me
33694#else
e6cc62c6
VS
33695char (*f) () = $ac_func;
33696#endif
33697#ifdef __cplusplus
33698}
2b5f62a0
VZ
33699#endif
33700
e6cc62c6
VS
33701int
33702main ()
33703{
33704return f != $ac_func;
33705 ;
33706 return 0;
33707}
33708_ACEOF
33709rm -f conftest.$ac_objext conftest$ac_exeext
33710if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33711 (eval $ac_link) 2>&5
33712 ac_status=$?
33713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33714 (exit $ac_status); } &&
33715 { ac_try='test -s conftest$ac_exeext'
33716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33717 (eval $ac_try) 2>&5
33718 ac_status=$?
33719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33720 (exit $ac_status); }; }; then
33721 eval "$as_ac_var=yes"
33722else
33723 echo "$as_me: failed program was:" >&5
33724sed 's/^/| /' conftest.$ac_ext >&5
33725
33726eval "$as_ac_var=no"
33727fi
33728rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33729fi
33730echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33731echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33732if test `eval echo '${'$as_ac_var'}'` = yes; then
33733 cat >>confdefs.h <<_ACEOF
33734#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33735_ACEOF
2b5f62a0 33736 have_sin=1
2b5f62a0
VZ
33737fi
33738done
33739
e6cc62c6
VS
33740
33741for ac_func in ceil
2b5f62a0 33742do
e6cc62c6
VS
33743as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33744echo "$as_me:$LINENO: checking for $ac_func" >&5
33745echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
33746if eval "test \"\${$as_ac_var+set}\" = set"; then
33747 echo $ECHO_N "(cached) $ECHO_C" >&6
33748else
33749 cat >conftest.$ac_ext <<_ACEOF
33750#line $LINENO "configure"
33751/* confdefs.h. */
33752_ACEOF
33753cat confdefs.h >>conftest.$ac_ext
33754cat >>conftest.$ac_ext <<_ACEOF
33755/* end confdefs.h. */
2b5f62a0 33756/* System header to define __stub macros and hopefully few prototypes,
e6cc62c6
VS
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#ifdef __STDC__
33761# include <limits.h>
33762#else
33763# include <assert.h>
33764#endif
2b5f62a0 33765/* Override any gcc2 internal prototype to avoid an error. */
e6cc62c6
VS
33766#ifdef __cplusplus
33767extern "C"
33768{
33769#endif
2b5f62a0 33770/* We use char because int might match the return type of a gcc2
e6cc62c6
VS
33771 builtin and then its argument prototype would still apply. */
33772char $ac_func ();
2b5f62a0
VZ
33773/* The GNU C library defines this for functions which it implements
33774 to always fail with ENOSYS. Some functions are actually named
33775 something starting with __ and the normal name is an alias. */
33776#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
33777choke me
33778#else
e6cc62c6
VS
33779char (*f) () = $ac_func;
33780#endif
33781#ifdef __cplusplus
33782}
2b5f62a0
VZ
33783#endif
33784
e6cc62c6
VS
33785int
33786main ()
33787{
33788return f != $ac_func;
33789 ;
33790 return 0;
33791}
33792_ACEOF
33793rm -f conftest.$ac_objext conftest$ac_exeext
33794if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33795 (eval $ac_link) 2>&5
33796 ac_status=$?
33797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33798 (exit $ac_status); } &&
33799 { ac_try='test -s conftest$ac_exeext'
33800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33801 (eval $ac_try) 2>&5
33802 ac_status=$?
33803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33804 (exit $ac_status); }; }; then
33805 eval "$as_ac_var=yes"
33806else
33807 echo "$as_me: failed program was:" >&5
33808sed 's/^/| /' conftest.$ac_ext >&5
33809
33810eval "$as_ac_var=no"
33811fi
33812rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
33813fi
33814echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
33815echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
33816if test `eval echo '${'$as_ac_var'}'` = yes; then
33817 cat >>confdefs.h <<_ACEOF
33818#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33819_ACEOF
2b5f62a0 33820 have_ceil=1
2b5f62a0
VZ
33821fi
33822done
33823
e6cc62c6
VS
33824 echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
33825echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6
2b5f62a0 33826 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
e6cc62c6
VS
33827 echo "$as_me:$LINENO: result: yes" >&5
33828echo "${ECHO_T}yes" >&6
2b5f62a0 33829 else
e6cc62c6
VS
33830 echo "$as_me:$LINENO: result: no" >&5
33831echo "${ECHO_T}no" >&6
2b5f62a0
VZ
33832 # not sure we should warn the user, crash, etc.
33833 fi
33834fi
8284b0c5
MB
33835
33836if test "$wxUSE_GUI" = "yes"; then
33837
e6cc62c6 33838
8284b0c5
MB
33839 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \
33840 drawing dynamic erase event exec font image \
1dd02ac0 33841 minimal propsize rotate shaped widgets render"
b625909c
VS
33842
33843 if test "$wxUSE_MONOLITHIC" != "yes"; then
33844 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
33845 fi
8284b0c5
MB
33846else
33847 SAMPLES_SUBDIRS="console"
33848fi
33849
33850
e6cc62c6 33851INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_NAME} \
8284b0c5
MB
33852-I\${top_srcdir}/include \
33853$REGEX_INCLUDE $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE \
33854$TOOLKIT_INCLUDE"
33855
fddeb06b
VS
33856if test "$GXX" = yes ; then
33857 CXXWARNINGS="-Wall"
33858 fi
33859
33860EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE"
33861
95318f7d 33862CPPFLAGS=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS | sed 's/ \\+/ /g'`
fddeb06b
VS
33863CFLAGS=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CXXWARNINGS | sed 's/ \\+/ /g'`
33864CXXFLAGS=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS | sed 's/ \+/ /g'`
c74dc163
VS
33865
33866
fddeb06b 33867LIBS=`echo $LIBS | sed 's/ \+/ /g'`
c74dc163 33868EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
672abd7a 33869EXTRALIBS_XML="$EXPAT_LINK"
bb41dcbe 33870EXTRALIBS_ODBC="$ODBC_LINK"
c74dc163
VS
33871if test "$wxUSE_GUI" = "yes"; then
33872 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK | sed 's/ \+/ /g'`
33873fi
34b08d2c
VS
33874if test "$wxUSE_OPENGL" = "yes"; then
33875 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
33876fi
fddeb06b
VS
33877
33878LDFLAGS="$LDFLAGS $PROFILE"
33879
8284b0c5
MB
33880if test "$wxUSE_GTK" = 1; then
33881 WXCONFIG_INCLUDE=
33882else
33883 WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE"
33884fi
33885
67c13b6c
VS
33886WXCONFIG_EXTRALIBS="$LIBS"
33887
33888if test "$wxUSE_REGEX" = "builtin" ; then
33889 wxconfig_3rdparty="$wxconfig_3rdparty regex"
33890fi
33891if test "$wxUSE_EXPAT" = "builtin" ; then
33892 wxconfig_3rdparty="$wxconfig_3rdparty expat"
33893fi
33894if test "$wxUSE_ODBC" = "builtin" ; then
33895 wxconfig_3rdparty="$wxconfig_3rdparty odbc"
33896fi
33897if test "$wxUSE_LIBTIFF" = "builtin" ; then
33898 wxconfig_3rdparty="$wxconfig_3rdparty tiff"
33899fi
33900if test "$wxUSE_LIBJPEG" = "builtin" ; then
33901 wxconfig_3rdparty="$wxconfig_3rdparty jpeg"
33902fi
33903if test "$wxUSE_LIBPNG" = "builtin" ; then
33904 wxconfig_3rdparty="$wxconfig_3rdparty png"
33905fi
33906if test "$wxUSE_ZLIB" = "builtin" ; then
33907 wxconfig_3rdparty="$wxconfig_3rdparty zlib"
33908fi
bb41dcbe
VS
33909if test "$wxUSE_ODBC" = "builtin" ; then
33910 wxconfig_3rdparty="$wxconfig_3rdparty odbc"
33911fi
67c13b6c
VS
33912
33913for i in $wxconfig_3rdparty ; do
33914 WXCONFIG_EXTRALIBS="$WXCONFIG_EXTRALIBS -lwx${i}${lib_debug_suffix}${HOST_SUFFIX}"
33915done
33916
33917
fe0895cf
VS
33918if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
33919 WXUNIV=1
33920else
33921 WXUNIV=0
8284b0c5
MB
33922fi
33923
8284b0c5
MB
33924
33925
33926
33927
33928
33929
33930
672abd7a 33931
9747f85d
VS
33932if test $wxUSE_MONOLITHIC = "yes" ; then
33933 MONOLITHIC=1
33934else
33935 MONOLITHIC=0
33936fi
8284b0c5 33937
bb41dcbe
VS
33938if test $wxUSE_ODBC != "no" ; then
33939 USE_ODBC=1
33940else
33941 USE_ODBC=0
33942fi
33943
029b47ad
VS
33944if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
33945 OFFICIAL_BUILD=1
33946else
33947 OFFICIAL_BUILD=0
33948fi
33949
8ee2dd05
VS
33950
33951
33952
8284b0c5
MB
33953
33954
33955
33956
33957
33958
c74dc163 33959
34b08d2c 33960
672abd7a 33961
cf615ebb 33962
6c67131a
VS
33963
33964
bb41dcbe 33965
fe0895cf 33966TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr [A-Z] [a-z]`
8284b0c5
MB
33967
33968
33969
33970
33971
ea66c762 33972
0f1bc9c2 33973
fe0895cf 33974 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
e6cc62c6
VS
33975
33976 if test -n "$ac_tool_prefix"; then
33977 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
33978set dummy ${ac_tool_prefix}ranlib; ac_word=$2
33979echo "$as_me:$LINENO: checking for $ac_word" >&5
33980echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
33981if test "${ac_cv_prog_RANLIB+set}" = set; then
33982 echo $ECHO_N "(cached) $ECHO_C" >&6
10f2d63a 33983else
fe0895cf
VS
33984 if test -n "$RANLIB"; then
33985 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
10f2d63a 33986else
e6cc62c6
VS
33987as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33988for as_dir in $PATH
33989do
33990 IFS=$as_save_IFS
33991 test -z "$as_dir" && as_dir=.
33992 for ac_exec_ext in '' $ac_executable_extensions; do
33993 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
33994 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
33995 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33996 break 2
33997 fi
33998done
33999done
34000
10f2d63a 34001fi
10f2d63a 34002fi
e6cc62c6 34003RANLIB=$ac_cv_prog_RANLIB
fe0895cf 34004if test -n "$RANLIB"; then
e6cc62c6
VS
34005 echo "$as_me:$LINENO: result: $RANLIB" >&5
34006echo "${ECHO_T}$RANLIB" >&6
34007else
34008 echo "$as_me:$LINENO: result: no" >&5
34009echo "${ECHO_T}no" >&6
34010fi
34011
34012fi
34013if test -z "$ac_cv_prog_RANLIB"; then
34014 ac_ct_RANLIB=$RANLIB
34015 # Extract the first word of "ranlib", so it can be a program name with args.
34016set dummy ranlib; ac_word=$2
34017echo "$as_me:$LINENO: checking for $ac_word" >&5
34018echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34019if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
34020 echo $ECHO_N "(cached) $ECHO_C" >&6
34021else
34022 if test -n "$ac_ct_RANLIB"; then
34023 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
34024else
34025as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34026for as_dir in $PATH
34027do
34028 IFS=$as_save_IFS
34029 test -z "$as_dir" && as_dir=.
34030 for ac_exec_ext in '' $ac_executable_extensions; do
34031 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34032 ac_cv_prog_ac_ct_RANLIB="ranlib"
34033 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34034 break 2
34035 fi
34036done
34037done
34038
34039 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
34040fi
34041fi
34042ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
34043if test -n "$ac_ct_RANLIB"; then
34044 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
34045echo "${ECHO_T}$ac_ct_RANLIB" >&6
10f2d63a 34046else
e6cc62c6
VS
34047 echo "$as_me:$LINENO: result: no" >&5
34048echo "${ECHO_T}no" >&6
34049fi
34050
34051 RANLIB=$ac_ct_RANLIB
34052else
34053 RANLIB="$ac_cv_prog_RANLIB"
00cf1208 34054fi
665bbe97 34055
fe0895cf
VS
34056 # Find a good install program. We prefer a C program (faster),
34057# so one script is as good as another. But avoid the broken or
34058# incompatible versions:
34059# SysV /etc/install, /usr/sbin/install
34060# SunOS /usr/etc/install
34061# IRIX /sbin/install
34062# AIX /bin/install
e6cc62c6 34063# AmigaOS /C/install, which installs bootblocks on floppy discs
fe0895cf
VS
34064# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
34065# AFS /usr/afsws/bin/install, which mishandles nonexistent args
34066# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
34067# ./install, which can be erroneously created by make from ./install.sh.
e6cc62c6
VS
34068echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
34069echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
fe0895cf 34070if test -z "$INSTALL"; then
e6cc62c6
VS
34071if test "${ac_cv_path_install+set}" = set; then
34072 echo $ECHO_N "(cached) $ECHO_C" >&6
34073else
34074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34075for as_dir in $PATH
34076do
34077 IFS=$as_save_IFS
34078 test -z "$as_dir" && as_dir=.
34079 # Account for people who put trailing slashes in PATH elements.
34080case $as_dir/ in
34081 ./ | .// | /cC/* | \
34082 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
34083 /usr/ucb/* ) ;;
34084 *)
34085 # OSF1 and SCO ODT 3.0 have their own names for install.
34086 # Don't use installbsd from OSF since it installs stuff as root
34087 # by default.
34088 for ac_prog in ginstall scoinst install; do
34089 for ac_exec_ext in '' $ac_executable_extensions; do
34090 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
34091 if test $ac_prog = install &&
34092 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
34093 # AIX install. It has an incompatible calling convention.
34094 :
34095 elif test $ac_prog = install &&
34096 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
34097 # program-specific install script used by HP pwplus--don't use.
34098 :
34099 else
34100 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
34101 break 3
34102 fi
34103 fi
fe0895cf 34104 done
e6cc62c6
VS
34105 done
34106 ;;
34107esac
34108done
34109
fe0895cf
VS
34110
34111fi
34112 if test "${ac_cv_path_install+set}" = set; then
e6cc62c6 34113 INSTALL=$ac_cv_path_install
fe0895cf
VS
34114 else
34115 # As a last resort, use the slow shell script. We don't cache a
34116 # path for INSTALL within a source directory, because that will
34117 # break other packages using the cache if that directory is
34118 # removed, or if the path is relative.
e6cc62c6 34119 INSTALL=$ac_install_sh
fe0895cf
VS
34120 fi
34121fi
e6cc62c6
VS
34122echo "$as_me:$LINENO: result: $INSTALL" >&5
34123echo "${ECHO_T}$INSTALL" >&6
fe0895cf
VS
34124
34125# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
34126# It thinks the first close brace ends the variable substitution.
34127test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
34128
e6cc62c6 34129test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
fe0895cf
VS
34130
34131test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
34132
e6cc62c6
VS
34133 echo "$as_me:$LINENO: checking whether ln -s works" >&5
34134echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
34135LN_S=$as_ln_s
34136if test "$LN_S" = "ln -s"; then
34137 echo "$as_me:$LINENO: result: yes" >&5
34138echo "${ECHO_T}yes" >&6
fe0895cf 34139else
e6cc62c6
VS
34140 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
34141echo "${ECHO_T}no, using $LN_S" >&6
fe0895cf
VS
34142fi
34143
34144
e6cc62c6
VS
34145 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
34146echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
34147set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
34148if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
34149 echo $ECHO_N "(cached) $ECHO_C" >&6
fe0895cf 34150else
e6cc62c6 34151 cat >conftest.make <<\_ACEOF
fe0895cf 34152all:
e6cc62c6
VS
34153 @echo 'ac_maketemp="$(MAKE)"'
34154_ACEOF
fe0895cf 34155# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
e6cc62c6 34156eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
fe0895cf
VS
34157if test -n "$ac_maketemp"; then
34158 eval ac_cv_prog_make_${ac_make}_set=yes
34159else
34160 eval ac_cv_prog_make_${ac_make}_set=no
34161fi
e6cc62c6 34162rm -f conftest.make
fe0895cf
VS
34163fi
34164if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
e6cc62c6
VS
34165 echo "$as_me:$LINENO: result: yes" >&5
34166echo "${ECHO_T}yes" >&6
fe0895cf
VS
34167 SET_MAKE=
34168else
e6cc62c6
VS
34169 echo "$as_me:$LINENO: result: no" >&5
34170echo "${ECHO_T}no" >&6
fe0895cf
VS
34171 SET_MAKE="MAKE=${MAKE-make}"
34172fi
34173
e6cc62c6
VS
34174
34175
fe0895cf
VS
34176 if test "$build" != "$host" ; then
34177 AR=$host_alias-ar
34178 STRIP=$host_alias-strip
34179 else
34180 # Extract the first word of "ar", so it can be a program name with args.
34181set dummy ar; ac_word=$2
e6cc62c6
VS
34182echo "$as_me:$LINENO: checking for $ac_word" >&5
34183echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34184if test "${ac_cv_prog_AR+set}" = set; then
34185 echo $ECHO_N "(cached) $ECHO_C" >&6
fe0895cf
VS
34186else
34187 if test -n "$AR"; then
34188 ac_cv_prog_AR="$AR" # Let the user override the test.
34189else
e6cc62c6
VS
34190as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34191for as_dir in $PATH
34192do
34193 IFS=$as_save_IFS
34194 test -z "$as_dir" && as_dir=.
34195 for ac_exec_ext in '' $ac_executable_extensions; do
34196 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34197 ac_cv_prog_AR="ar"
34198 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34199 break 2
34200 fi
34201done
34202done
34203
fe0895cf
VS
34204 test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="ar"
34205fi
34206fi
e6cc62c6 34207AR=$ac_cv_prog_AR
fe0895cf 34208if test -n "$AR"; then
e6cc62c6
VS
34209 echo "$as_me:$LINENO: result: $AR" >&5
34210echo "${ECHO_T}$AR" >&6
fe0895cf 34211else
e6cc62c6
VS
34212 echo "$as_me:$LINENO: result: no" >&5
34213echo "${ECHO_T}no" >&6
fe0895cf
VS
34214fi
34215
34216 # Extract the first word of "strip", so it can be a program name with args.
34217set dummy strip; ac_word=$2
e6cc62c6
VS
34218echo "$as_me:$LINENO: checking for $ac_word" >&5
34219echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34220if test "${ac_cv_prog_STRIP+set}" = set; then
34221 echo $ECHO_N "(cached) $ECHO_C" >&6
fe0895cf
VS
34222else
34223 if test -n "$STRIP"; then
34224 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
34225else
e6cc62c6
VS
34226as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34227for as_dir in $PATH
34228do
34229 IFS=$as_save_IFS
34230 test -z "$as_dir" && as_dir=.
34231 for ac_exec_ext in '' $ac_executable_extensions; do
34232 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34233 ac_cv_prog_STRIP="strip"
34234 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34235 break 2
34236 fi
34237done
34238done
34239
fe0895cf
VS
34240 test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true"
34241fi
34242fi
e6cc62c6 34243STRIP=$ac_cv_prog_STRIP
fe0895cf 34244if test -n "$STRIP"; then
e6cc62c6
VS
34245 echo "$as_me:$LINENO: result: $STRIP" >&5
34246echo "${ECHO_T}$STRIP" >&6
fe0895cf 34247else
e6cc62c6
VS
34248 echo "$as_me:$LINENO: result: no" >&5
34249echo "${ECHO_T}no" >&6
fe0895cf
VS
34250fi
34251
34252 fi
34253
34254 case ${host} in
34255 *-hp-hpux* )
34256 INSTALL_DIR="mkdir"
34257 ;;
34258 *) INSTALL_DIR="$INSTALL -d"
34259 ;;
34260 esac
e6cc62c6 34261
fe0895cf 34262
6b9d41a5
VS
34263 LDFLAGS_GUI=
34264 case ${host} in
34265 *-*-cygwin* | *-*-mingw32* )
34266 LDFLAGS_GUI="-Wl,--subsystem,windows -mwindows"
34267 esac
34268
34269
fe0895cf 34270 fi
e6cc62c6
VS
34271
34272 echo "$as_me:$LINENO: checking if make is GNU make" >&5
34273echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6
49b0a3aa 34274if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
e6cc62c6 34275 echo $ECHO_N "(cached) $ECHO_C" >&6
fe0895cf 34276else
e6cc62c6 34277
fe0895cf
VS
34278 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
34279 egrep -s GNU > /dev/null); then
34280 bakefile_cv_prog_makeisgnu="yes"
34281 else
34282 bakefile_cv_prog_makeisgnu="no"
34283 fi
fe0895cf 34284
e6cc62c6 34285fi
49b0a3aa
VS
34286echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
34287echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6
fe0895cf
VS
34288
34289 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
34290 IF_GNU_MAKE=""
34291 else
34292 IF_GNU_MAKE="#"
34293 fi
fe0895cf 34294
e6cc62c6
VS
34295
34296
fe0895cf
VS
34297 PLATFORM_UNIX=0
34298 PLATFORM_WIN32=0
34299 PLATFORM_MSDOS=0
34300 PLATFORM_MAC=0
34301 PLATFORM_MACOSX=0
e6cc62c6 34302
fe0895cf
VS
34303 case "${host}" in
34304 *-*-cygwin* | *-*-mingw32* )
34305 PLATFORM_WIN32=1
34306 ;;
34307 *-pc-msdosdjgpp | *-pc-os2_emx | *-pc-os2-emx )
34308 PLATFORM_MSDOS=1
34309 ;;
34310 powerpc-*-darwin* )
34311 PLATFORM_MAC=1
34312 PLATFORM_MACOSX=1
34313 ;;
34314 * )
34315 PLATFORM_UNIX=1
34316 ;;
34317 esac
34318
fe0895cf 34319
e6cc62c6
VS
34320
34321
34322
34323
34324
34325
fe0895cf 34326 SO_SUFFIX="so"
131f235d 34327 SO_SUFFIX_MODULE="so"
fe0895cf
VS
34328 EXEEXT=""
34329 DLLPREFIX=lib
131f235d 34330 DLLPREFIX_MODULE=
e6cc62c6 34331
fe0895cf
VS
34332 case "${host}" in
34333 *-hp-hpux* )
34334 SO_SUFFIX="sl"
131f235d 34335 SO_SUFFIX_MODULE="sl"
fe0895cf
VS
34336 ;;
34337 *-*-aix* )
34338 SO_SUFFIX="a"
131f235d 34339 SO_SUFFIX_MODULE="a"
fe0895cf
VS
34340 ;;
34341 *-*-cygwin* | *-*-mingw32* )
34342 SO_SUFFIX="dll"
131f235d 34343 SO_SUFFIX_MODULE="dll"
fe0895cf
VS
34344 EXEEXT=".exe"
34345 DLLPREFIX=""
34346 ;;
34347 *-pc-msdosdjgpp | *-pc-os2_emx | *-pc-os2-emx )
34348 EXEEXT=".exe"
34349 DLLPREFIX=""
34350 ;;
34351 powerpc-*-darwin* )
34352 SO_SUFFIX="dylib"
131f235d 34353 SO_SUFFIX_MODULE="bundle"
fe0895cf
VS
34354 ;;
34355 esac
34356
fe0895cf 34357
e6cc62c6
VS
34358
34359
34360
34361
131f235d
VS
34362
34363
fe0895cf
VS
34364 SHARED_LD_CC="\$(CC) -shared -o"
34365 SHARED_LD_CXX="\$(CXX) -shared -o"
34366
34367 if test "x$GCC" = "xyes"; then
34368 PIC_FLAG="-fPIC"
34369 fi
34370
34371 case "${host}" in
34372 *-hp-hpux* )
34373 if test "x$GCC" = "xyes"; then
34374 SHARED_LD_CC="${CC} -shared ${PIC_FLAG} -o"
34375 SHARED_LD_CXX="${CXX} -shared ${PIC_FLAG} -o"
34376 else
34377 LDFLAGS="$LDFLAGS -L/usr/lib"
34378
34379 SHARED_LD_CC="${CC} -b -o"
34380 SHARED_LD_CXX="${CXX} -b -o"
34381 PIC_FLAG="+Z"
34382 fi
34383 ;;
34384
34385 *-*-linux* )
34386 if test "x$GCC" != "xyes"; then
e6cc62c6
VS
34387 echo "$as_me:$LINENO: checking for Intel compiler" >&5
34388echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6
34389if test "${bakefile_cv_prog_icc+set}" = set; then
34390 echo $ECHO_N "(cached) $ECHO_C" >&6
fe0895cf 34391else
fe0895cf 34392
e6cc62c6
VS
34393 cat >conftest.$ac_ext <<_ACEOF
34394#line $LINENO "configure"
34395/* confdefs.h. */
34396_ACEOF
34397cat confdefs.h >>conftest.$ac_ext
34398cat >>conftest.$ac_ext <<_ACEOF
34399/* end confdefs.h. */
34400
34401int
34402main ()
34403{
fe0895cf
VS
34404
34405 #ifndef __INTEL_COMPILER
34406 #error Not icc
34407 #endif
e6cc62c6
VS
34408
34409 ;
34410 return 0;
34411}
34412_ACEOF
34413rm -f conftest.$ac_objext
34414if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34415 (eval $ac_compile) 2>&5
34416 ac_status=$?
34417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34418 (exit $ac_status); } &&
34419 { ac_try='test -s conftest.$ac_objext'
34420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34421 (eval $ac_try) 2>&5
34422 ac_status=$?
34423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34424 (exit $ac_status); }; }; then
fe0895cf
VS
34425 bakefile_cv_prog_icc=yes
34426else
e6cc62c6
VS
34427 echo "$as_me: failed program was:" >&5
34428sed 's/^/| /' conftest.$ac_ext >&5
34429
34430bakefile_cv_prog_icc=no
34431
fe0895cf 34432fi
e6cc62c6 34433rm -f conftest.$ac_objext conftest.$ac_ext
fe0895cf 34434
e6cc62c6
VS
34435fi
34436echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5
34437echo "${ECHO_T}$bakefile_cv_prog_icc" >&6
fe0895cf
VS
34438 if test "$bakefile_cv_prog_icc" = "yes"; then
34439 PIC_FLAG="-KPIC"
34440 fi
34441 fi
34442 ;;
34443
34444 *-*-solaris2* )
34445 if test "x$GCC" != xyes ; then
34446 SHARED_LD_CC="${CC} -G -o"
34447 SHARED_LD_CXX="${CXX} -G -o"
34448 PIC_FLAG="-KPIC"
34449 fi
34450 ;;
34451
34452 *-*-darwin* )
34453 CFLAGS="$CFLAGS -fno-common"
34454 CXXFLAGS="$CXXFLAGS -fno-common"
e6cc62c6
VS
34455
34456
fe0895cf
VS
34457 cat <<EOF >shared-ld-sh
34458#!/bin/sh
34459#-----------------------------------------------------------------------------
34460#-- Name: distrib/mac/shared-ld-sh
34461#-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
34462#-- Author: Gilles Depeyrot
34463#-- Copyright: (c) 2002 Gilles Depeyrot
34464#-- Licence: any use permitted
34465#-----------------------------------------------------------------------------
34466
34467verbose=0
34468args=""
34469objects=""
131f235d 34470linking_flag="-dynamiclib"
fe0895cf
VS
34471
34472while test \${#} -gt 0; do
34473 case \${1} in
34474
34475 -v)
34476 verbose=1
34477 ;;
34478
34479 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
34480 # collect these options and values
34481 args="\${args} \${1} \${2}"
34482 shift
34483 ;;
34484
34485 -l*|-L*|-flat_namespace)
34486 # collect these options
34487 args="\${args} \${1}"
34488 ;;
34489
131f235d
VS
34490 -dynamiclib|-bundle)
34491 linking_flag="\${1}"
fe0895cf
VS
34492 ;;
34493
34494 -*)
34495 echo "shared-ld: unhandled option '\${1}'"
34496 exit 1
34497 ;;
34498
4d264332 34499 *.o | *.a | *.dylib)
fe0895cf
VS
34500 # collect object files
34501 objects="\${objects} \${1}"
34502 ;;
34503
34504 *)
34505 echo "shared-ld: unhandled argument '\${1}'"
34506 exit 1
34507 ;;
34508
34509 esac
34510 shift
34511done
34512
34513#
34514# Link one module containing all the others
34515#
34516if test \${verbose} = 1; then
34517 echo "c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o"
34518fi
34519c++ -r -keep_private_externs -nostdlib \${objects} -o master.\$\$.o
34520status=\$?
34521if test \${status} != 0; then
34522 exit \${status}
34523fi
34524
34525#
34526# Link the shared library from the single module created
34527#
34528if test \${verbose} = 1; then
131f235d 34529 echo "cc \${linking_flag} master.\$\$.o \${args}"
fe0895cf 34530fi
131f235d 34531c++ \${linking_flag} master.\$\$.o \${args}
fe0895cf
VS
34532status=\$?
34533if test \${status} != 0; then
34534 exit \${status}
34535fi
34536
34537#
34538# Remove intermediate module
34539#
34540rm -f master.\$\$.o
34541
34542exit 0
34543EOF
34544 chmod +x shared-ld-sh
34545
131f235d
VS
34546 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -undefined suppress -flat_namespace -o"
34547 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -undefined suppress -flat_namespace -o"
fe0895cf 34548 SHARED_LD_CXX="$SHARED_LD_CC"
131f235d 34549 SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC"
fe0895cf
VS
34550 PIC_FLAG="-dynamic -fPIC"
34551 ;;
34552
34553 *-*-aix* )
34554 if test "x$GCC" != "xyes"; then
34555 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
34556set dummy makeC++SharedLib; ac_word=$2
e6cc62c6
VS
34557echo "$as_me:$LINENO: checking for $ac_word" >&5
34558echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34559if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
34560 echo $ECHO_N "(cached) $ECHO_C" >&6
fe0895cf
VS
34561else
34562 if test -n "$AIX_CXX_LD"; then
34563 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
34564else
e6cc62c6
VS
34565as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34566for as_dir in $PATH
34567do
34568 IFS=$as_save_IFS
34569 test -z "$as_dir" && as_dir=.
34570 for ac_exec_ext in '' $ac_executable_extensions; do
34571 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34572 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
34573 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34574 break 2
34575 fi
34576done
34577done
34578
fe0895cf
VS
34579 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
34580fi
34581fi
e6cc62c6 34582AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
fe0895cf 34583if test -n "$AIX_CXX_LD"; then
e6cc62c6
VS
34584 echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
34585echo "${ECHO_T}$AIX_CXX_LD" >&6
fe0895cf 34586else
e6cc62c6
VS
34587 echo "$as_me:$LINENO: result: no" >&5
34588echo "${ECHO_T}no" >&6
fe0895cf
VS
34589fi
34590
34591 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
34592 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
34593 fi
34594 ;;
34595
34596 *-*-beos* )
34597 SHARED_LD_CC="${LD} -shared -o"
34598 SHARED_LD_CXX="${LD} -shared -o"
34599 ;;
34600
34601 *-*-irix* )
34602 if test "x$GCC" != "xyes"; then
34603 PIC_FLAG="-KPIC"
34604 fi
34605 ;;
e6cc62c6 34606
fe0895cf
VS
34607 *-*-cygwin* | *-*-mingw32* )
34608 PIC_FLAG=""
34609 ;;
e6cc62c6 34610
fe0895cf
VS
34611 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
34612 *-*-sunos4* | \
34613 *-*-osf* | \
34614 *-*-dgux5* | \
34615 *-*-sysv5* )
34616 ;;
34617
34618 *)
e6cc62c6
VS
34619 { { echo "$as_me:$LINENO: error: unknown system type $host." >&5
34620echo "$as_me: error: unknown system type $host." >&2;}
34621 { (exit 1); exit 1; }; }
fe0895cf
VS
34622 esac
34623
131f235d
VS
34624 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
34625 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
34626 fi
34627 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
239394fb 34628 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
131f235d
VS
34629 fi
34630
34631
34632
fe0895cf 34633
e6cc62c6
VS
34634
34635
34636
34637
fe0895cf
VS
34638 USE_SOVERSION=0
34639 USE_SOVERLINUX=0
34640 USE_SOVERSOLARIS=0
34641 USE_SOSYMLINKS=0
34642 USE_MACVERSION=0
34643 SONAME_FLAG=
34644
34645 case "${host}" in
34646 *-*-linux* )
34647 SONAME_FLAG="-Wl,-soname,"
34648 USE_SOVERSION=1
34649 USE_SOVERLINUX=1
34650 USE_SOSYMLINKS=1
34651 ;;
34652
34653 *-*-solaris2* )
34654 SONAME_FLAG="-h "
34655 USE_SOVERSION=1
34656 USE_SOVERSOLARIS=1
34657 USE_SOSYMLINKS=1
34658 ;;
34659
34660 *-*-darwin* )
34661 USE_MACVERSION=1
34662 USE_SOVERSION=1
34663 USE_SOSYMLINKS=1
e6cc62c6 34664 ;;
fe0895cf
VS
34665 esac
34666
fe0895cf 34667
e6cc62c6
VS
34668
34669
34670
34671
34672
34673
34674
49b0a3aa
VS
34675 echo "$as_me:$LINENO: checking for dependency tracking method" >&5
34676echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6
34677 DEPS_TRACKING=0
34678
fe0895cf 34679 if test "x$GCC" = "xyes"; then
49b0a3aa
VS
34680 DEPSMODE=gcc
34681 DEPS_TRACKING=1
3e5c3c83
VS
34682 case "${host}" in
34683 powerpc-*-darwin* )
34684 DEPSFLAG_GCC="-no-cpp-precomp -MMD"
34685 ;;
34686 * )
34687 DEPSFLAG_GCC="-MMD"
34688 ;;
34689 esac
49b0a3aa
VS
34690 echo "$as_me:$LINENO: result: gcc" >&5
34691echo "${ECHO_T}gcc" >&6
34692 else
34693 echo "$as_me:$LINENO: result: none" >&5
34694echo "${ECHO_T}none" >&6
34695 fi
34696
34697 if test $DEPS_TRACKING = 1 ; then
34698 cat <<EOF >bk-deps
34699#!/bin/sh
34700
45842500
VS
34701# This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
34702# script. It is used to track C/C++ files dependencies in portable way.
49b0a3aa
VS
34703#
34704# Permission is given to use this file in any way.
34705
34706DEPSMODE=$DEPSMODE
34707DEPSDIR=.deps
3e5c3c83 34708DEPSFLAG_GCC="$DEPSFLAG_GCC"
49b0a3aa
VS
34709
34710mkdir -p \$DEPSDIR
34711
34712if test \$DEPSMODE = gcc ; then
3e5c3c83 34713 \${*} \${DEPSFLAG_GCC}
49b0a3aa
VS
34714 status=\${?}
34715 if test \${status} != 0 ; then
34716 exit \${status}
34717 fi
34718 # move created file to the location we want it in:
34719 while test \${#} -gt 0; do
34720 case "\${1}" in
34721 -o )
34722 shift
34723 objfile=\${1}
34724 ;;
34725 -* )
34726 ;;
34727 * )
34728 srcfile=\${1}
34729 ;;
34730 esac
34731 shift
34732 done
34733 depfile=\`basename \$srcfile | sed -e 's/\..*$/.d/g'\`
34734 depobjname=\`echo \$depfile |sed -e 's/\.d/.o/g'\`
6b9d41a5
VS
34735 if test -f \$depfile ; then
34736 sed -e "s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
34737 rm -f \$depfile
34738 else
34739 depfile=\`basename \$objfile | sed -e 's/\..*$/.d/g'\`
34740 if test -f \$depfile ; then
4c8b7f4b 34741 sed -e "/^\$objfile/! s,\$depobjname:,\$objfile:,g" \$depfile >\${DEPSDIR}/\${objfile}.d
6b9d41a5
VS
34742 rm -f \$depfile
34743 fi
34744 fi
49b0a3aa
VS
34745 exit 0
34746else
34747 \${*}
34748 exit \${?}
34749fi
34750EOF
34751 chmod +x bk-deps
fe0895cf 34752 fi
fe0895cf 34753
e6cc62c6
VS
34754
34755
34756
fe0895cf
VS
34757 RESCOMP=
34758 SETFILE=
34759
e6cc62c6 34760 case ${host} in
fe0895cf
VS
34761 *-*-cygwin* | *-*-mingw32* )
34762 if test "$build" != "$host" ; then
34763 RESCOMP=$host_alias-windres
34764 else
34765 # Extract the first word of "windres", so it can be a program name with args.
34766set dummy windres; ac_word=$2
e6cc62c6
VS
34767echo "$as_me:$LINENO: checking for $ac_word" >&5
34768echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34769if test "${ac_cv_prog_RESCOMP+set}" = set; then
34770 echo $ECHO_N "(cached) $ECHO_C" >&6
fe0895cf
VS
34771else
34772 if test -n "$RESCOMP"; then
34773 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
34774else
e6cc62c6
VS
34775as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34776for as_dir in $PATH
34777do
34778 IFS=$as_save_IFS
34779 test -z "$as_dir" && as_dir=.
34780 for ac_exec_ext in '' $ac_executable_extensions; do
34781 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34782 ac_cv_prog_RESCOMP="windres"
34783 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34784 break 2
34785 fi
34786done
34787done
34788
fe0895cf
VS
34789 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="windres"
34790fi
34791fi
e6cc62c6 34792RESCOMP=$ac_cv_prog_RESCOMP
fe0895cf 34793if test -n "$RESCOMP"; then
e6cc62c6
VS
34794 echo "$as_me:$LINENO: result: $RESCOMP" >&5
34795echo "${ECHO_T}$RESCOMP" >&6
fe0895cf 34796else
e6cc62c6
VS
34797 echo "$as_me:$LINENO: result: no" >&5
34798echo "${ECHO_T}no" >&6
fe0895cf
VS
34799fi
34800
34801 fi
34802 ;;
e6cc62c6 34803
fe0895cf
VS
34804 *-*-darwin* )
34805 # Extract the first word of "Rez", so it can be a program name with args.
34806set dummy Rez; ac_word=$2
e6cc62c6
VS
34807echo "$as_me:$LINENO: checking for $ac_word" >&5
34808echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34809if test "${ac_cv_prog_RESCOMP+set}" = set; then
34810 echo $ECHO_N "(cached) $ECHO_C" >&6
fe0895cf
VS
34811else
34812 if test -n "$RESCOMP"; then
34813 ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test.
34814else
e6cc62c6
VS
34815as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34816for as_dir in $PATH
34817do
34818 IFS=$as_save_IFS
34819 test -z "$as_dir" && as_dir=.
34820 for ac_exec_ext in '' $ac_executable_extensions; do
34821 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34822 ac_cv_prog_RESCOMP="Rez"
34823 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34824 break 2
34825 fi
34826done
34827done
34828
fe0895cf
VS
34829 test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez"
34830fi
34831fi
e6cc62c6 34832RESCOMP=$ac_cv_prog_RESCOMP
fe0895cf 34833if test -n "$RESCOMP"; then
e6cc62c6
VS
34834 echo "$as_me:$LINENO: result: $RESCOMP" >&5
34835echo "${ECHO_T}$RESCOMP" >&6
fe0895cf 34836else
e6cc62c6
VS
34837 echo "$as_me:$LINENO: result: no" >&5
34838echo "${ECHO_T}no" >&6
fe0895cf
VS
34839fi
34840
34841 # Extract the first word of "SetFile", so it can be a program name with args.
34842set dummy SetFile; ac_word=$2
e6cc62c6
VS
34843echo "$as_me:$LINENO: checking for $ac_word" >&5
34844echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
34845if test "${ac_cv_prog_SETFILE+set}" = set; then
34846 echo $ECHO_N "(cached) $ECHO_C" >&6
fe0895cf
VS
34847else
34848 if test -n "$SETFILE"; then
34849 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
34850else
e6cc62c6
VS
34851as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
34852for as_dir in $PATH
34853do
34854 IFS=$as_save_IFS
34855 test -z "$as_dir" && as_dir=.
34856 for ac_exec_ext in '' $ac_executable_extensions; do
34857 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
34858 ac_cv_prog_SETFILE="SetFile"
34859 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
34860 break 2
34861 fi
34862done
34863done
34864
fe0895cf
VS
34865 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
34866fi
34867fi
e6cc62c6 34868SETFILE=$ac_cv_prog_SETFILE
fe0895cf 34869if test -n "$SETFILE"; then
e6cc62c6
VS
34870 echo "$as_me:$LINENO: result: $SETFILE" >&5
34871echo "${ECHO_T}$SETFILE" >&6
fe0895cf 34872else
e6cc62c6
VS
34873 echo "$as_me:$LINENO: result: no" >&5
34874echo "${ECHO_T}no" >&6
fe0895cf
VS
34875fi
34876
34877 ;;
34878 esac
34879
fe0895cf
VS
34880
34881
e6cc62c6
VS
34882
34883
34884
34885
45842500 34886
45842500
VS
34887 # Check whether --enable-precomp-headers or --disable-precomp-headers was given.
34888if test "${enable_precomp_headers+set}" = set; then
34889 enableval="$enable_precomp_headers"
34890 bk_use_pch="$enableval"
34891fi;
34892
34893 GCC_PCH=0
34894
34895 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
34896 if test "x$GCC" = "xyes"; then
34897 echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
34898echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6
34899 cat >conftest.$ac_ext <<_ACEOF
34900#line $LINENO "configure"
34901/* confdefs.h. */
34902_ACEOF
34903cat confdefs.h >>conftest.$ac_ext
34904cat >>conftest.$ac_ext <<_ACEOF
34905/* end confdefs.h. */
34906
34907int
34908main ()
34909{
34910
8bcf2d20
VS
34911 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
34912 #error "no pch support"
34913 #endif
34914 #if (__GNUC__ < 3)
34915 #error "no pch support"
34916 #endif
34917 #if (__GNUC__ == 3) && \
34918 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
34919 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3)))
34920 #error "no pch support"
45842500
VS
34921 #endif
34922
34923 ;
34924 return 0;
34925}
34926_ACEOF
34927rm -f conftest.$ac_objext
34928if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34929 (eval $ac_compile) 2>&5
34930 ac_status=$?
34931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34932 (exit $ac_status); } &&
34933 { ac_try='test -s conftest.$ac_objext'
34934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34935 (eval $ac_try) 2>&5
34936 ac_status=$?
34937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34938 (exit $ac_status); }; }; then
34939
34940 echo "$as_me:$LINENO: result: yes" >&5
34941echo "${ECHO_T}yes" >&6
34942 CPPFLAGS="-fpch-deps $CPPFLAGS"
34943 GCC_PCH=1
34944
34945else
34946 echo "$as_me: failed program was:" >&5
34947sed 's/^/| /' conftest.$ac_ext >&5
34948
34949
34950 echo "$as_me:$LINENO: result: no" >&5
34951echo "${ECHO_T}no" >&6
34952
34953fi
34954rm -f conftest.$ac_objext conftest.$ac_ext
34955 if test $GCC_PCH = 1 ; then
34956 cat <<EOF >bk-make-pch
34957#!/bin/sh
34958
34959# This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf
34960# script. It is used to generated precompiled headers.
34961#
34962# Permission is given to use this file in any way.
34963
34964outfile="\${1}"
34965header="\${2}"
34966shift
34967shift
34968
34969compiler=
34970headerfile=
34971while test \${#} -gt 0; do
34972 case "\${1}" in
34973 -I* )
34974 incdir=\`echo \${1} | sed -e 's/-I\(.*\)/\1/g'\`
34975 if test "x\${headerfile}" = "x" -a -f "\${incdir}/\${header}" ; then
34976 headerfile="\${incdir}/\${header}"
34977 fi
34978 ;;
34979 esac
34980 compiler="\${compiler} \${1}"
34981 shift
34982done
34983
34984if test "x\${headerfile}" = "x" ; then
34985 echo "error: can't find header \${header} in include paths" >2
34986else
34987 if test -f \${outfile} ; then
34988 rm -f \${outfile}
34989 else
34990 mkdir -p \`dirname \${outfile}\`
34991 fi
34992 depsfile=".deps/\`basename \${outfile}\`.d"
34993 mkdir -p .deps
34994 # can do this because gcc is >= 3.4:
34995 \${compiler} -o \${outfile} -MMD -MF "\${depsfile}" "\${headerfile}"
34996 exit \${?}
34997fi
34998EOF
34999 chmod +x bk-make-pch
35000 fi
35001 fi
35002 fi
35003
35004
35005
35006
35007
d78c94f2 35008 COND_BUILD_DEBUG="#"
6f628073 35009 if test "x$BUILD" = "xdebug" ; then
d78c94f2 35010 COND_BUILD_DEBUG=""
6f628073
VS
35011 fi
35012
6c67131a
VS
35013 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
35014 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
35015 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
35016 fi
35017
35018 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
35019 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
35020 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
35021 fi
35022
d78c94f2 35023 COND_BUILD_RELEASE="#"
6f628073 35024 if test "x$BUILD" = "xrelease" ; then
d78c94f2 35025 COND_BUILD_RELEASE=""
6b9d41a5
VS
35026 fi
35027
6c67131a
VS
35028 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
35029 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
35030 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
35031 fi
35032
35033 COND_DEBUG_FLAG_1="#"
35034 if test "x$DEBUG_FLAG" = "x1" ; then
35035 COND_DEBUG_FLAG_1=""
35036 fi
35037
35038 COND_DEBUG_INFO_0="#"
35039 if test "x$DEBUG_INFO" = "x0" ; then
35040 COND_DEBUG_INFO_0=""
35041 fi
35042
35043 COND_DEBUG_INFO_1="#"
35044 if test "x$DEBUG_INFO" = "x1" ; then
35045 COND_DEBUG_INFO_1=""
35046 fi
35047
f95cd8fa
VS
35048 COND_DEPS_TRACKING_0="#"
35049 if test "x$DEPS_TRACKING" = "x0" ; then
35050 COND_DEPS_TRACKING_0=""
6b9d41a5
VS
35051 fi
35052
8ee2dd05
VS
35053 COND_DEPS_TRACKING_1="#"
35054 if test "x$DEPS_TRACKING" = "x1" ; then
35055 COND_DEPS_TRACKING_1=""
35056 fi
35057
45842500
VS
35058 COND_GCC_PCH_1="#"
35059 if test "x$GCC_PCH" = "x1" ; then
35060 COND_GCC_PCH_1=""
35061 fi
35062
6f628073
VS
35063 COND_MONOLITHIC_0="#"
35064 if test "x$MONOLITHIC" = "x0" ; then
35065 COND_MONOLITHIC_0=""
6b9d41a5
VS
35066 fi
35067
6f628073
VS
35068 COND_MONOLITHIC_0_SHARED_0="#"
35069 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
35070 COND_MONOLITHIC_0_SHARED_0=""
35071 fi
35072
35073 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
35074 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
35075 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
fe0895cf 35076 fi
e6cc62c6 35077
8772a1a7
VS
35078 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#"
35079 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
35080 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1=""
35081 fi
35082
250700e4
RD
35083 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1="#"
35084 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_HTML" = "x1" ; then
35085 COND_MONOLITHIC_0_SHARED_0_USE_HTML_1=""
35086 fi
35087
8ee2dd05
VS
35088 COND_MONOLITHIC_0_SHARED_1="#"
35089 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
35090 COND_MONOLITHIC_0_SHARED_1=""
fe0895cf 35091 fi
e6cc62c6 35092
6f628073
VS
35093 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
35094 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
35095 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
35096 fi
35097
8772a1a7
VS
35098 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#"
35099 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then
35100 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1=""
35101 fi
35102
250700e4
RD
35103 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1="#"
35104 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_HTML" = "x1" ; then
35105 COND_MONOLITHIC_0_SHARED_1_USE_HTML_1=""
35106 fi
35107
3af038c0
VS
35108 COND_MONOLITHIC_1="#"
35109 if test "x$MONOLITHIC" = "x1" ; then
35110 COND_MONOLITHIC_1=""
35111 fi
35112
6f628073
VS
35113 COND_MONOLITHIC_1_SHARED_0="#"
35114 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
35115 COND_MONOLITHIC_1_SHARED_0=""
35116 fi
35117
35118 COND_MONOLITHIC_1_SHARED_1="#"
35119 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
35120 COND_MONOLITHIC_1_SHARED_1=""
35121 fi
35122
3af038c0
VS
35123 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
35124 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
35125 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
35126 fi
35127
35128 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
35129 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
35130 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
35131 fi
35132
6f628073
VS
35133 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
35134 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
35135 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
35136 fi
35137
3af038c0
VS
35138 COND_PLATFORM_MACOSX_1="#"
35139 if test "x$PLATFORM_MACOSX" = "x1" ; then
35140 COND_PLATFORM_MACOSX_1=""
35141 fi
35142
250700e4
RD
35143 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#"
35144 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then
35145 COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA=""
35146 fi
35147
35148 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#"
35149 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then
35150 COND_PLATFORM_MACOSX_1_TOOLKIT_GTK=""
35151 fi
35152
35153 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#"
35154 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then
35155 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC=""
35156 fi
35157
8ee2dd05
VS
35158 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
35159 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
35160 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
35161 fi
35162
45842500
VS
35163 COND_PLATFORM_MAC_1="#"
35164 if test "x$PLATFORM_MAC" = "x1" ; then
35165 COND_PLATFORM_MAC_1=""
35166 fi
35167
8772a1a7
VS
35168 COND_PLATFORM_UNIX_0="#"
35169 if test "x$PLATFORM_UNIX" = "x0" ; then
35170 COND_PLATFORM_UNIX_0=""
35171 fi
35172
3af038c0
VS
35173 COND_PLATFORM_UNIX_1="#"
35174 if test "x$PLATFORM_UNIX" = "x1" ; then
35175 COND_PLATFORM_UNIX_1=""
35176 fi
35177
35178 COND_PLATFORM_WIN32_0="#"
35179 if test "x$PLATFORM_WIN32" = "x0" ; then
35180 COND_PLATFORM_WIN32_0=""
35181 fi
35182
35183 COND_PLATFORM_WIN32_1="#"
35184 if test "x$PLATFORM_WIN32" = "x1" ; then
35185 COND_PLATFORM_WIN32_1=""
35186 fi
35187
45842500
VS
35188 COND_SHARED_0="#"
35189 if test "x$SHARED" = "x0" ; then
35190 COND_SHARED_0=""
35191 fi
35192
250700e4
RD
35193 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
35194 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
35195 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
35196 fi
35197
52a5a009
VS
35198 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
35199 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
35200 COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
35201 fi
35202
35203 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
35204 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
35205 COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
35206 fi
35207
35208 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
35209 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
35210 COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
35211 fi
35212
35213 COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#"
35214 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
35215 COND_SHARED_0_WXUSE_EXPAT_BUILTIN=""
35216 fi
35217
35218 COND_SHARED_0_WXUSE_ODBC_BUILTIN="#"
35219 if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then
35220 COND_SHARED_0_WXUSE_ODBC_BUILTIN=""
35221 fi
35222
35223 COND_SHARED_0_WXUSE_REGEX_BUILTIN="#"
35224 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
35225 COND_SHARED_0_WXUSE_REGEX_BUILTIN=""
35226 fi
35227
35228 COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#"
35229 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
35230 COND_SHARED_0_WXUSE_ZLIB_BUILTIN=""
35231 fi
35232
45842500
VS
35233 COND_SHARED_1="#"
35234 if test "x$SHARED" = "x1" ; then
35235 COND_SHARED_1=""
35236 fi
35237
250700e4
RD
35238 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
35239 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
35240 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
35241 fi
35242
6f628073
VS
35243 COND_TOOLKIT_COCOA="#"
35244 if test "x$TOOLKIT" = "xCOCOA" ; then
35245 COND_TOOLKIT_COCOA=""
8ee2dd05
VS
35246 fi
35247
6f628073
VS
35248 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
35249 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
35250 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
8ee2dd05
VS
35251 fi
35252
6f628073
VS
35253 COND_TOOLKIT_GTK="#"
35254 if test "x$TOOLKIT" = "xGTK" ; then
35255 COND_TOOLKIT_GTK=""
f95cd8fa
VS
35256 fi
35257
6f628073
VS
35258 COND_TOOLKIT_GTK_USE_GUI_1="#"
35259 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
35260 COND_TOOLKIT_GTK_USE_GUI_1=""
f95cd8fa
VS
35261 fi
35262
6f628073
VS
35263 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#"
35264 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
35265 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0=""
8ee2dd05
VS
35266 fi
35267
3af038c0
VS
35268 COND_TOOLKIT_MAC="#"
35269 if test "x$TOOLKIT" = "xMAC" ; then
35270 COND_TOOLKIT_MAC=""
35271 fi
35272
8772a1a7
VS
35273 COND_TOOLKIT_MAC_USE_GUI_1="#"
35274 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then
35275 COND_TOOLKIT_MAC_USE_GUI_1=""
35276 fi
35277
6f628073
VS
35278 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#"
35279 if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
35280 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0=""
8ee2dd05
VS
35281 fi
35282
6f628073
VS
35283 COND_TOOLKIT_MGL="#"
35284 if test "x$TOOLKIT" = "xMGL" ; then
35285 COND_TOOLKIT_MGL=""
8ee2dd05
VS
35286 fi
35287
6f628073
VS
35288 COND_TOOLKIT_MGL_USE_GUI_1="#"
35289 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
35290 COND_TOOLKIT_MGL_USE_GUI_1=""
8ee2dd05
VS
35291 fi
35292
6f628073
VS
35293 COND_TOOLKIT_MOTIF="#"
35294 if test "x$TOOLKIT" = "xMOTIF" ; then
35295 COND_TOOLKIT_MOTIF=""
f95cd8fa
VS
35296 fi
35297
6f628073
VS
35298 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
35299 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
35300 COND_TOOLKIT_MOTIF_USE_GUI_1=""
fe0895cf 35301 fi
e6cc62c6 35302
6f628073
VS
35303 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
35304 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
35305 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
8ee2dd05
VS
35306 fi
35307
6f628073
VS
35308 COND_TOOLKIT_MSW="#"
35309 if test "x$TOOLKIT" = "xMSW" ; then
35310 COND_TOOLKIT_MSW=""
8ee2dd05
VS
35311 fi
35312
6f628073
VS
35313 COND_TOOLKIT_MSW_USE_GUI_1="#"
35314 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
35315 COND_TOOLKIT_MSW_USE_GUI_1=""
fe0895cf 35316 fi
e6cc62c6 35317
6f628073
VS
35318 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
35319 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
35320 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
fe0895cf 35321 fi
e6cc62c6 35322
6f628073
VS
35323 COND_TOOLKIT_OS2="#"
35324 if test "x$TOOLKIT" = "xOS2" ; then
35325 COND_TOOLKIT_OS2=""
9747f85d
VS
35326 fi
35327
8772a1a7
VS
35328 COND_TOOLKIT_OS2_USE_GUI_1="#"
35329 if test "x$TOOLKIT" = "xOS2" -a "x$USE_GUI" = "x1" ; then
35330 COND_TOOLKIT_OS2_USE_GUI_1=""
35331 fi
35332
6f628073
VS
35333 COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0="#"
35334 if test "x$TOOLKIT" = "xOS2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
35335 COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0=""
f95cd8fa
VS
35336 fi
35337
6f628073
VS
35338 COND_TOOLKIT_X11="#"
35339 if test "x$TOOLKIT" = "xX11" ; then
35340 COND_TOOLKIT_X11=""
9747f85d
VS
35341 fi
35342
6f628073
VS
35343 COND_TOOLKIT_X11_USE_GUI_1="#"
35344 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
35345 COND_TOOLKIT_X11_USE_GUI_1=""
f95cd8fa
VS
35346 fi
35347
3af038c0
VS
35348 COND_UNICODE_1="#"
35349 if test "x$UNICODE" = "x1" ; then
35350 COND_UNICODE_1=""
35351 fi
35352
35353 COND_USE_GUI_0="#"
35354 if test "x$USE_GUI" = "x0" ; then
35355 COND_USE_GUI_0=""
35356 fi
35357
35358 COND_USE_GUI_1="#"
35359 if test "x$USE_GUI" = "x1" ; then
35360 COND_USE_GUI_1=""
35361 fi
35362
e6cc62c6 35363 COND_USE_GUI_1_WXUNIV_0="#"
c7dfb5bb
VS
35364 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
35365 COND_USE_GUI_1_WXUNIV_0=""
fe0895cf 35366 fi
e6cc62c6
VS
35367
35368 COND_USE_GUI_1_WXUNIV_1="#"
c7dfb5bb
VS
35369 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
35370 COND_USE_GUI_1_WXUNIV_1=""
e6cc62c6
VS
35371 fi
35372
66a96744
VS
35373 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
35374 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
35375 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
35376 fi
35377
35378 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
35379 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
35380 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
35381 fi
35382
35383 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
35384 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
35385 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
35386 fi
35387
6f628073
VS
35388 COND_USE_SOSYMLINKS_1="#"
35389 if test "x$USE_SOSYMLINKS" = "x1" ; then
35390 COND_USE_SOSYMLINKS_1=""
b625909c
VS
35391 fi
35392
6f628073
VS
35393 COND_USE_SOVERLINUX_1="#"
35394 if test "x$USE_SOVERLINUX" = "x1" ; then
35395 COND_USE_SOVERLINUX_1=""
b625909c
VS
35396 fi
35397
6f628073
VS
35398 COND_USE_SOVERSION_0="#"
35399 if test "x$USE_SOVERSION" = "x0" ; then
35400 COND_USE_SOVERSION_0=""
fddeb06b 35401 fi
fe0895cf 35402
6f628073
VS
35403 COND_USE_SOVERSOLARIS_1="#"
35404 if test "x$USE_SOVERSOLARIS" = "x1" ; then
35405 COND_USE_SOVERSOLARIS_1=""
fddeb06b 35406 fi
fe0895cf 35407
3af038c0
VS
35408 COND_WXUNIV_1="#"
35409 if test "x$WXUNIV" = "x1" ; then
35410 COND_WXUNIV_1=""
35411 fi
35412
66a96744
VS
35413 COND_WXUSE_EXPAT_BUILTIN="#"
35414 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
35415 COND_WXUSE_EXPAT_BUILTIN=""
35416 fi
35417
02980527
VS
35418 COND_WXUSE_LIBJPEG_BUILTIN="#"
35419 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
35420 COND_WXUSE_LIBJPEG_BUILTIN=""
35421 fi
35422
35423 COND_WXUSE_LIBPNG_BUILTIN="#"
35424 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
35425 COND_WXUSE_LIBPNG_BUILTIN=""
35426 fi
35427
35428 COND_WXUSE_LIBTIFF_BUILTIN="#"
35429 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
35430 COND_WXUSE_LIBTIFF_BUILTIN=""
35431 fi
35432
35433 COND_WXUSE_ODBC_BUILTIN="#"
35434 if test "x$wxUSE_ODBC" = "xbuiltin" ; then
35435 COND_WXUSE_ODBC_BUILTIN=""
35436 fi
35437
35438 COND_WXUSE_REGEX_BUILTIN="#"
35439 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
35440 COND_WXUSE_REGEX_BUILTIN=""
35441 fi
35442
35443 COND_WXUSE_ZLIB_BUILTIN="#"
35444 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
35445 COND_WXUSE_ZLIB_BUILTIN=""
35446 fi
35447
1772d20c 35448
fe0895cf 35449
fe0895cf 35450
fe0895cf 35451
45842500
VS
35452if test $GCC_PCH = 1 ; then
35453 CPPFLAGS="-DWX_PRECOMP -DNO_GCC_PRAGMA $CPPFLAGS"
35454else
35455 case "${host}" in
35456 powerpc-*-darwin* )
35457 CPPFLAGS="-DNO_GCC_PRAGMA $CPPFLAGS"
35458 ;;
45842500
VS
35459 esac
35460fi
2c6f14e1
VS
35461case "${host}" in
35462 powerpc-*-darwin* )
35463 CODE_GEN_FLAGS_CXX="-DNO_GCC_PRAGMA $CODE_GEN_FLAGS_CXX"
35464 ;;
35465esac
fe0895cf
VS
35466
35467
fddeb06b 35468SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
fe0895cf
VS
35469
35470
35471
35472
35473
35474
35475
35476
35477
35478
35479
35480
35481
35482
35483
35484
35485
35486
35487
35488
35489
35490
35491
35492
35493
35494
35495
35496
35497
35498
35499
35500
35501
35502
35503
35504
35505
35506
35507
35508
35509
35510
35511
35512
35513
35514
35515
35516
35517
35518
35519
35520
35521
35522
35523
35524
35525
35526
35527
35528
35529
35530
35531
35532
35533
35534
35535
35536
35537
35538
35539
35540
35541
35542
35543
35544
35545
35546
35547
35548
35549
35550
35551
35552
35553
35554
35555
35556
35557
35558
35559
35560
35561
35562
fe0895cf 35563
f0290fca
VS
35564
35565
67c13b6c 35566
e6cc62c6
VS
35567
35568
35569echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
35570echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
35571set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
35572if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
35573 echo $ECHO_N "(cached) $ECHO_C" >&6
35574else
35575 cat >conftest.make <<\_ACEOF
35576all:
35577 @echo 'ac_maketemp="$(MAKE)"'
35578_ACEOF
35579# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
35580eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
35581if test -n "$ac_maketemp"; then
35582 eval ac_cv_prog_make_${ac_make}_set=yes
35583else
35584 eval ac_cv_prog_make_${ac_make}_set=no
35585fi
35586rm -f conftest.make
35587fi
35588if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
35589 echo "$as_me:$LINENO: result: yes" >&5
35590echo "${ECHO_T}yes" >&6
35591 SET_MAKE=
35592else
35593 echo "$as_me:$LINENO: result: no" >&5
35594echo "${ECHO_T}no" >&6
35595 SET_MAKE="MAKE=${MAKE-make}"
35596fi
35597
35598
35599if test -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h; then
35600 mv -f lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h setup.h
35601fi
35602
35603 ac_config_headers="$ac_config_headers setup.h"
35604
35605
81345eef 35606 ac_config_files="$ac_config_files wx-config version-script Makefile"
e6cc62c6
VS
35607
35608
35609 ac_config_commands="$ac_config_commands default"
35610
35611
9de9b8f0 35612
6c3e36af
VZ
35613if test "$wxUSE_GUI" = "yes"; then
35614 SUBDIRS="samples demos utils contrib"
35615else SUBDIRS="samples utils"
35616fi
e6cc62c6 35617
166263e6 35618for subdir in `echo $SUBDIRS`; do
9747f85d 35619 if test -d ${srcdir}/${subdir} ; then
6c3e36af 35620 if test "$wxUSE_GUI" = "yes"; then
166263e6 35621 if test ${subdir} = "samples"; then
8772a1a7
VS
35622 makefiles="samples/Makefile.in $makefiles"
35623 for sample in `echo $SAMPLES_SUBDIRS`; do
166263e6
VZ
35624 if test -d $srcdir/samples/$sample; then
35625 makefiles="samples/$sample/Makefile.in $makefiles"
35626 fi
35627 done
35628 else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
35629 fi
6c3e36af 35630 else if test ${subdir} = "samples"; then
8772a1a7 35631 makefiles="samples/Makefile.in samples/console/Makefile.in"
6c3e36af
VZ
35632 else makefiles="utils/HelpGen/Makefile.in \
35633 utils/HelpGen/src/Makefile.in \
35634 utils/makegen/Makefile.in"
35635 fi
35636 fi
35637
9747f85d
VS
35638 for mkin in $makefiles ; do
35639 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
35640 ac_config_files="$ac_config_files $mk"
e6cc62c6 35641
9747f85d
VS
35642 done
35643 fi
35644done
e6cc62c6 35645
9de9b8f0 35646
e6cc62c6
VS
35647cat >confcache <<\_ACEOF
35648# This file is a shell script that caches the results of configure
35649# tests run on this system so they can be shared between configure
35650# scripts and configure runs, see configure's option --config-cache.
35651# It is not useful on other systems. If it contains results you don't
35652# want to keep, you may remove or edit it.
35653#
35654# config.status only pays attention to the cache file if you give it
35655# the --recheck option to rerun configure.
35656#
35657# `ac_cv_env_foo' variables (set or unset) will be overridden when
35658# loading this file, other *unset* `ac_cv_foo' will be assigned the
35659# following values.
35660
35661_ACEOF
35662
35663# The following way of writing the cache mishandles newlines in values,
35664# but we know of no workaround that is simple, portable, and efficient.
35665# So, don't put newlines in cache variables' values.
35666# Ultrix sh set writes to stderr and can't be redirected directly,
35667# and sets the high bit in the cache file unless we assign to the vars.
35668{
35669 (set) 2>&1 |
35670 case `(ac_space=' '; set | grep ac_space) 2>&1` in
35671 *ac_space=\ *)
35672 # `set' does not quote correctly, so add quotes (double-quote
35673 # substitution turns \\\\ into \\, and sed turns \\ into \).
35674 sed -n \
35675 "s/'/'\\\\''/g;
35676 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
35677 ;;
35678 *)
35679 # `set' quotes correctly as required by POSIX, so do not add quotes.
35680 sed -n \
35681 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
35682 ;;
35683 esac;
35684} |
35685 sed '
35686 t clear
35687 : clear
35688 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
35689 t end
35690 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
35691 : end' >>confcache
35692if diff $cache_file confcache >/dev/null 2>&1; then :; else
35693 if test -w $cache_file; then
35694 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
35695 cat confcache >$cache_file
35696 else
35697 echo "not updating unwritable cache $cache_file"
35698 fi
35699fi
35700rm -f confcache
35701
35702test "x$prefix" = xNONE && prefix=$ac_default_prefix
35703# Let make expand exec_prefix.
35704test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
35705
35706# VPATH may cause trouble with some makes, so we remove $(srcdir),
35707# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
35708# trailing colons and then remove the whole line if VPATH becomes empty
35709# (actually we leave an empty line to preserve line numbers).
35710if test "x$srcdir" = x.; then
35711 ac_vpsub='/^[ ]*VPATH[ ]*=/{
35712s/:*\$(srcdir):*/:/;
35713s/:*\${srcdir}:*/:/;
35714s/:*@srcdir@:*/:/;
35715s/^\([^=]*=[ ]*\):*/\1/;
35716s/:*$//;
35717s/^[^=]*=[ ]*$//;
35718}'
35719fi
35720
35721DEFS=-DHAVE_CONFIG_H
35722
35723ac_libobjs=
35724ac_ltlibobjs=
35725for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
35726 # 1. Remove the extension, and $U if already installed.
35727 ac_i=`echo "$ac_i" |
35728 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
35729 # 2. Add them.
35730 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
35731 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
35732done
35733LIBOBJS=$ac_libobjs
35734
35735LTLIBOBJS=$ac_ltlibobjs
35736
35737
35738
35739: ${CONFIG_STATUS=./config.status}
35740ac_clean_files_save=$ac_clean_files
35741ac_clean_files="$ac_clean_files $CONFIG_STATUS"
35742{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
35743echo "$as_me: creating $CONFIG_STATUS" >&6;}
35744cat >$CONFIG_STATUS <<_ACEOF
35745#! $SHELL
35746# Generated by $as_me.
35747# Run this file to recreate the current configuration.
35748# Compiler output produced by configure, useful for debugging
35749# configure, is in config.log if it exists.
35750
35751debug=false
35752ac_cs_recheck=false
35753ac_cs_silent=false
35754SHELL=\${CONFIG_SHELL-$SHELL}
35755_ACEOF
35756
35757cat >>$CONFIG_STATUS <<\_ACEOF
35758## --------------------- ##
35759## M4sh Initialization. ##
35760## --------------------- ##
35761
35762# Be Bourne compatible
35763if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
35764 emulate sh
35765 NULLCMD=:
35766 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
35767 # is contrary to our usage. Disable this feature.
35768 alias -g '${1+"$@"}'='"$@"'
35769elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
35770 set -o posix
35771fi
35772
35773# Support unset when possible.
35774if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
35775 as_unset=unset
35776else
35777 as_unset=false
35778fi
35779
35780
35781# Work around bugs in pre-3.0 UWIN ksh.
35782$as_unset ENV MAIL MAILPATH
35783PS1='$ '
35784PS2='> '
35785PS4='+ '
35786
35787# NLS nuisances.
35788for as_var in \
35789 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
35790 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
35791 LC_TELEPHONE LC_TIME
35792do
35793 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
35794 eval $as_var=C; export $as_var
35795 else
35796 $as_unset $as_var
35797 fi
35798done
35799
35800# Required to use basename.
35801if expr a : '\(a\)' >/dev/null 2>&1; then
35802 as_expr=expr
35803else
35804 as_expr=false
35805fi
35806
35807if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
35808 as_basename=basename
35809else
35810 as_basename=false
35811fi
35812
35813
35814# Name of the executable.
35815as_me=`$as_basename "$0" ||
35816$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
35817 X"$0" : 'X\(//\)$' \| \
35818 X"$0" : 'X\(/\)$' \| \
35819 . : '\(.\)' 2>/dev/null ||
35820echo X/"$0" |
35821 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
35822 /^X\/\(\/\/\)$/{ s//\1/; q; }
35823 /^X\/\(\/\).*/{ s//\1/; q; }
35824 s/.*/./; q'`
35825
35826
35827# PATH needs CR, and LINENO needs CR and PATH.
35828# Avoid depending upon Character Ranges.
35829as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35830as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
35831as_cr_Letters=$as_cr_letters$as_cr_LETTERS
35832as_cr_digits='0123456789'
35833as_cr_alnum=$as_cr_Letters$as_cr_digits
35834
35835# The user is always right.
35836if test "${PATH_SEPARATOR+set}" != set; then
35837 echo "#! /bin/sh" >conf$$.sh
35838 echo "exit 0" >>conf$$.sh
35839 chmod +x conf$$.sh
35840 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
35841 PATH_SEPARATOR=';'
35842 else
35843 PATH_SEPARATOR=:
35844 fi
35845 rm -f conf$$.sh
35846fi
35847
35848
35849 as_lineno_1=$LINENO
35850 as_lineno_2=$LINENO
35851 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
35852 test "x$as_lineno_1" != "x$as_lineno_2" &&
35853 test "x$as_lineno_3" = "x$as_lineno_2" || {
35854 # Find who we are. Look in the path if we contain no path at all
35855 # relative or not.
35856 case $0 in
35857 *[\\/]* ) as_myself=$0 ;;
35858 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
35859for as_dir in $PATH
35860do
35861 IFS=$as_save_IFS
35862 test -z "$as_dir" && as_dir=.
35863 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
35864done
35865
35866 ;;
35867 esac
35868 # We did not find ourselves, most probably we were run as `sh COMMAND'
35869 # in which case we are not to be found in the path.
35870 if test "x$as_myself" = x; then
35871 as_myself=$0
35872 fi
35873 if test ! -f "$as_myself"; then
35874 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
35875echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
35876 { (exit 1); exit 1; }; }
35877 fi
35878 case $CONFIG_SHELL in
35879 '')
35880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
35881for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
35882do
35883 IFS=$as_save_IFS
35884 test -z "$as_dir" && as_dir=.
35885 for as_base in sh bash ksh sh5; do
35886 case $as_dir in
35887 /*)
35888 if ("$as_dir/$as_base" -c '
35889 as_lineno_1=$LINENO
35890 as_lineno_2=$LINENO
35891 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
35892 test "x$as_lineno_1" != "x$as_lineno_2" &&
35893 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
35894 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
35895 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
35896 CONFIG_SHELL=$as_dir/$as_base
35897 export CONFIG_SHELL
35898 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
35899 fi;;
35900 esac
35901 done
35902done
35903;;
35904 esac
35905
35906 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
35907 # uniformly replaced by the line number. The first 'sed' inserts a
35908 # line-number line before each line; the second 'sed' does the real
35909 # work. The second script uses 'N' to pair each line-number line
35910 # with the numbered line, and appends trailing '-' during
35911 # substitution so that $LINENO is not a special case at line end.
35912 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
35913 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
35914 sed '=' <$as_myself |
35915 sed '
35916 N
35917 s,$,-,
35918 : loop
35919 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
35920 t loop
35921 s,-$,,
35922 s,^['$as_cr_digits']*\n,,
35923 ' >$as_me.lineno &&
35924 chmod +x $as_me.lineno ||
35925 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
35926echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
35927 { (exit 1); exit 1; }; }
35928
35929 # Don't try to exec as it changes $[0], causing all sort of problems
35930 # (the dirname of $[0] is not the place where we might find the
35931 # original and so on. Autoconf is especially sensible to this).
35932 . ./$as_me.lineno
35933 # Exit status is that of the last command.
35934 exit
35935}
35936
35937
35938case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
35939 *c*,-n*) ECHO_N= ECHO_C='
35940' ECHO_T=' ' ;;
35941 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;;
35942 *) ECHO_N= ECHO_C='\c' ECHO_T= ;;
35943esac
35944
35945if expr a : '\(a\)' >/dev/null 2>&1; then
35946 as_expr=expr
35947else
35948 as_expr=false
35949fi
35950
35951rm -f conf$$ conf$$.exe conf$$.file
35952echo >conf$$.file
35953if ln -s conf$$.file conf$$ 2>/dev/null; then
35954 # We could just check for DJGPP; but this test a) works b) is more generic
35955 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
35956 if test -f conf$$.exe; then
35957 # Don't use ln at all; we don't have any links
35958 as_ln_s='cp -p'
35959 else
35960 as_ln_s='ln -s'
35961 fi
35962elif ln conf$$.file conf$$ 2>/dev/null; then
35963 as_ln_s=ln
35964else
35965 as_ln_s='cp -p'
35966fi
35967rm -f conf$$ conf$$.exe conf$$.file
35968
35969if mkdir -p . 2>/dev/null; then
35970 as_mkdir_p=:
35971else
35972 as_mkdir_p=false
35973fi
35974
35975as_executable_p="test -f"
35976
35977# Sed expression to map a string onto a valid CPP name.
35978as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
35979
35980# Sed expression to map a string onto a valid variable name.
35981as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
35982
35983
35984# IFS
35985# We need space, tab and new line, in precisely that order.
35986as_nl='
35987'
35988IFS=" $as_nl"
35989
35990# CDPATH.
35991$as_unset CDPATH
35992
35993exec 6>&1
35994
35995# Open the log real soon, to keep \$[0] and so on meaningful, and to
35996# report actual input values of CONFIG_FILES etc. instead of their
35997# values after options handling. Logging --version etc. is OK.
35998exec 5>>config.log
35999{
36000 echo
36001 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
36002## Running $as_me. ##
36003_ASBOX
36004} >&5
36005cat >&5 <<_CSEOF
36006
36007This file was extended by wxWindows $as_me 2.5.0, which was
36008generated by GNU Autoconf 2.57. Invocation command line was
36009
36010 CONFIG_FILES = $CONFIG_FILES
36011 CONFIG_HEADERS = $CONFIG_HEADERS
36012 CONFIG_LINKS = $CONFIG_LINKS
36013 CONFIG_COMMANDS = $CONFIG_COMMANDS
36014 $ $0 $@
36015
36016_CSEOF
36017echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
36018echo >&5
36019_ACEOF
36020
36021# Files that config.status was made for.
36022if test -n "$ac_config_files"; then
36023 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
36024fi
36025
36026if test -n "$ac_config_headers"; then
36027 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
36028fi
36029
36030if test -n "$ac_config_links"; then
36031 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
36032fi
36033
36034if test -n "$ac_config_commands"; then
36035 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
36036fi
36037
36038cat >>$CONFIG_STATUS <<\_ACEOF
36039
36040ac_cs_usage="\
36041\`$as_me' instantiates files from templates according to the
36042current configuration.
36043
36044Usage: $0 [OPTIONS] [FILE]...
36045
36046 -h, --help print this help, then exit
36047 -V, --version print version number, then exit
36048 -q, --quiet do not print progress messages
36049 -d, --debug don't remove temporary files
36050 --recheck update $as_me by reconfiguring in the same conditions
36051 --file=FILE[:TEMPLATE]
36052 instantiate the configuration file FILE
36053 --header=FILE[:TEMPLATE]
36054 instantiate the configuration header FILE
36055
36056Configuration files:
36057$config_files
36058
36059Configuration headers:
36060$config_headers
36061
36062Configuration commands:
36063$config_commands
36064
36065Report bugs to <bug-autoconf@gnu.org>."
36066_ACEOF
36067
36068cat >>$CONFIG_STATUS <<_ACEOF
36069ac_cs_version="\\
36070wxWindows config.status 2.5.0
36071configured by $0, generated by GNU Autoconf 2.57,
36072 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
36073
36074Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
36075Free Software Foundation, Inc.
36076This config.status script is free software; the Free Software Foundation
36077gives unlimited permission to copy, distribute and modify it."
36078srcdir=$srcdir
36079INSTALL="$INSTALL"
36080_ACEOF
36081
36082cat >>$CONFIG_STATUS <<\_ACEOF
36083# If no file are specified by the user, then we need to provide default
36084# value. By we need to know if files were specified by the user.
36085ac_need_defaults=:
36086while test $# != 0
36087do
36088 case $1 in
36089 --*=*)
36090 ac_option=`expr "x$1" : 'x\([^=]*\)='`
36091 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
36092 ac_shift=:
36093 ;;
36094 -*)
36095 ac_option=$1
36096 ac_optarg=$2
36097 ac_shift=shift
36098 ;;
36099 *) # This is not an option, so the user has probably given explicit
36100 # arguments.
36101 ac_option=$1
36102 ac_need_defaults=false;;
36103 esac
36104
36105 case $ac_option in
36106 # Handling of the options.
36107_ACEOF
36108cat >>$CONFIG_STATUS <<\_ACEOF
36109 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
36110 ac_cs_recheck=: ;;
36111 --version | --vers* | -V )
36112 echo "$ac_cs_version"; exit 0 ;;
36113 --he | --h)
36114 # Conflict between --help and --header
36115 { { echo "$as_me:$LINENO: error: ambiguous option: $1
36116Try \`$0 --help' for more information." >&5
36117echo "$as_me: error: ambiguous option: $1
36118Try \`$0 --help' for more information." >&2;}
36119 { (exit 1); exit 1; }; };;
36120 --help | --hel | -h )
36121 echo "$ac_cs_usage"; exit 0 ;;
36122 --debug | --d* | -d )
36123 debug=: ;;
36124 --file | --fil | --fi | --f )
36125 $ac_shift
36126 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
36127 ac_need_defaults=false;;
36128 --header | --heade | --head | --hea )
36129 $ac_shift
36130 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
36131 ac_need_defaults=false;;
36132 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
36133 | -silent | --silent | --silen | --sile | --sil | --si | --s)
36134 ac_cs_silent=: ;;
36135
36136 # This is an error.
36137 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
36138Try \`$0 --help' for more information." >&5
36139echo "$as_me: error: unrecognized option: $1
36140Try \`$0 --help' for more information." >&2;}
36141 { (exit 1); exit 1; }; } ;;
36142
36143 *) ac_config_targets="$ac_config_targets $1" ;;
36144
36145 esac
36146 shift
36147done
36148
36149ac_configure_extra_args=
36150
36151if $ac_cs_silent; then
36152 exec 6>/dev/null
36153 ac_configure_extra_args="$ac_configure_extra_args --silent"
fe0895cf
VS
36154fi
36155
e6cc62c6
VS
36156_ACEOF
36157cat >>$CONFIG_STATUS <<_ACEOF
36158if \$ac_cs_recheck; then
36159 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
36160 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
fe0895cf
VS
36161fi
36162
e6cc62c6 36163_ACEOF
fe0895cf 36164
e6cc62c6 36165cat >>$CONFIG_STATUS <<_ACEOF
10f2d63a 36166#
e6cc62c6 36167# INIT-COMMANDS section.
10f2d63a 36168#
10f2d63a 36169
a0b9e27f 36170
e6cc62c6
VS
36171 TOOLCHAIN_NAME="${TOOLCHAIN_NAME}"
36172 LN_S="${LN_S}"
10f2d63a 36173
10f2d63a 36174
10f2d63a 36175
e6cc62c6 36176_ACEOF
8284b0c5 36177
52127426 36178
247f5006 36179
e6cc62c6
VS
36180cat >>$CONFIG_STATUS <<\_ACEOF
36181for ac_config_target in $ac_config_targets
247f5006 36182do
e6cc62c6
VS
36183 case "$ac_config_target" in
36184 # Handling of arguments.
81345eef
VZ
36185 "wx-config" ) CONFIG_FILES="$CONFIG_FILES wx-config" ;;
36186 "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;;
36187 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
9747f85d 36188 "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;;
e6cc62c6
VS
36189 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
36190 "setup.h" ) CONFIG_HEADERS="$CONFIG_HEADERS setup.h" ;;
36191 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
36192echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
36193 { (exit 1); exit 1; }; };;
247f5006
VZ
36194 esac
36195done
36196
e6cc62c6
VS
36197# If the user did not use the arguments to specify the items to instantiate,
36198# then the envvar interface is used. Set only those that are not.
36199# We use the long form for the default assignment because of an extremely
36200# bizarre bug on SunOS 4.1.3.
36201if $ac_need_defaults; then
36202 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
36203 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
36204 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
36205fi
36206
36207# Have a temporary directory for convenience. Make it in the build tree
36208# simply because there is no reason to put it here, and in addition,
36209# creating and moving files from /tmp can sometimes cause problems.
36210# Create a temporary directory, and hook for its removal unless debugging.
36211$debug ||
36212{
36213 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
36214 trap '{ (exit 1); exit 1; }' 1 2 13 15
36215}
247f5006 36216
e6cc62c6 36217# Create a (secure) tmp directory for tmp files.
247f5006 36218
e6cc62c6
VS
36219{
36220 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
36221 test -n "$tmp" && test -d "$tmp"
36222} ||
36223{
36224 tmp=./confstat$$-$RANDOM
36225 (umask 077 && mkdir $tmp)
36226} ||
36227{
36228 echo "$me: cannot create a temporary directory in ." >&2
36229 { (exit 1); exit 1; }
36230}
36231
36232_ACEOF
36233
36234cat >>$CONFIG_STATUS <<_ACEOF
36235
36236#
36237# CONFIG_FILES section.
36238#
247f5006 36239
e6cc62c6
VS
36240# No need to generate the scripts if there are no CONFIG_FILES.
36241# This happens for instance when ./config.status config.h
36242if test -n "\$CONFIG_FILES"; then
36243 # Protect against being on the right side of a sed subst in config.status.
36244 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
36245 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
36246s,@SHELL@,$SHELL,;t t
36247s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
36248s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
36249s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
36250s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
36251s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
36252s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
36253s,@exec_prefix@,$exec_prefix,;t t
36254s,@prefix@,$prefix,;t t
36255s,@program_transform_name@,$program_transform_name,;t t
36256s,@bindir@,$bindir,;t t
36257s,@sbindir@,$sbindir,;t t
36258s,@libexecdir@,$libexecdir,;t t
36259s,@datadir@,$datadir,;t t
36260s,@sysconfdir@,$sysconfdir,;t t
36261s,@sharedstatedir@,$sharedstatedir,;t t
36262s,@localstatedir@,$localstatedir,;t t
36263s,@libdir@,$libdir,;t t
36264s,@includedir@,$includedir,;t t
36265s,@oldincludedir@,$oldincludedir,;t t
36266s,@infodir@,$infodir,;t t
36267s,@mandir@,$mandir,;t t
36268s,@build_alias@,$build_alias,;t t
36269s,@host_alias@,$host_alias,;t t
36270s,@target_alias@,$target_alias,;t t
36271s,@DEFS@,$DEFS,;t t
36272s,@ECHO_C@,$ECHO_C,;t t
36273s,@ECHO_N@,$ECHO_N,;t t
36274s,@ECHO_T@,$ECHO_T,;t t
36275s,@LIBS@,$LIBS,;t t
36276s,@build@,$build,;t t
36277s,@build_cpu@,$build_cpu,;t t
36278s,@build_vendor@,$build_vendor,;t t
36279s,@build_os@,$build_os,;t t
36280s,@host@,$host,;t t
36281s,@host_cpu@,$host_cpu,;t t
36282s,@host_vendor@,$host_vendor,;t t
36283s,@host_os@,$host_os,;t t
36284s,@target@,$target,;t t
36285s,@target_cpu@,$target_cpu,;t t
36286s,@target_vendor@,$target_vendor,;t t
36287s,@target_os@,$target_os,;t t
36288s,@CC@,$CC,;t t
36289s,@CFLAGS@,$CFLAGS,;t t
36290s,@LDFLAGS@,$LDFLAGS,;t t
36291s,@CPPFLAGS@,$CPPFLAGS,;t t
36292s,@ac_ct_CC@,$ac_ct_CC,;t t
36293s,@EXEEXT@,$EXEEXT,;t t
36294s,@OBJEXT@,$OBJEXT,;t t
36295s,@CPP@,$CPP,;t t
36296s,@EGREP@,$EGREP,;t t
36297s,@CXX@,$CXX,;t t
36298s,@CXXFLAGS@,$CXXFLAGS,;t t
36299s,@ac_ct_CXX@,$ac_ct_CXX,;t t
36300s,@RANLIB@,$RANLIB,;t t
36301s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
36302s,@AR@,$AR,;t t
36303s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
36304s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
36305s,@INSTALL_DATA@,$INSTALL_DATA,;t t
36306s,@STRIP@,$STRIP,;t t
36307s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t
36308s,@YACC@,$YACC,;t t
36309s,@LEX@,$LEX,;t t
36310s,@LEXLIB@,$LEXLIB,;t t
36311s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
36312s,@LN_S@,$LN_S,;t t
36313s,@CXXCPP@,$CXXCPP,;t t
672abd7a 36314s,@subdirs@,$subdirs,;t t
e6cc62c6
VS
36315s,@PKG_CONFIG@,$PKG_CONFIG,;t t
36316s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
36317s,@GTK_LIBS@,$GTK_LIBS,;t t
36318s,@GTK_CONFIG@,$GTK_CONFIG,;t t
36319s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
36320s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
36321s,@X_CFLAGS@,$X_CFLAGS,;t t
36322s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
36323s,@X_LIBS@,$X_LIBS,;t t
36324s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
36325s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t
36326s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t
36327s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t
36328s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t
e6cc62c6
VS
36329s,@RESCOMP@,$RESCOMP,;t t
36330s,@DEREZ@,$DEREZ,;t t
36331s,@SETFILE@,$SETFILE,;t t
36332s,@LIBICONV@,$LIBICONV,;t t
edd891e2
VS
36333s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t
36334s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t
36335s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t
e6cc62c6
VS
36336s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t
36337s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t
672abd7a 36338s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t
e6cc62c6
VS
36339s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t
36340s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t
36341s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t
36342s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t
8ee2dd05
VS
36343s,@VENDOR@,$VENDOR,;t t
36344s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t
e6cc62c6
VS
36345s,@WXUNIV@,$WXUNIV,;t t
36346s,@MONOLITHIC@,$MONOLITHIC,;t t
36347s,@EXTRALIBS@,$EXTRALIBS,;t t
672abd7a 36348s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t
bb41dcbe 36349s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t
c74dc163 36350s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t
34b08d2c 36351s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t
e6cc62c6
VS
36352s,@UNICODE@,$UNICODE,;t t
36353s,@BUILD@,$BUILD,;t t
6c67131a
VS
36354s,@DEBUG_INFO@,$DEBUG_INFO,;t t
36355s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t
e6cc62c6
VS
36356s,@SHARED@,$SHARED,;t t
36357s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t
36358s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t
36359s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t
0f1bc9c2 36360s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t
ea66c762 36361s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t
e6cc62c6
VS
36362s,@SET_MAKE@,$SET_MAKE,;t t
36363s,@MAKE_SET@,$MAKE_SET,;t t
36364s,@INSTALL_DIR@,$INSTALL_DIR,;t t
6b9d41a5 36365s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t
e6cc62c6
VS
36366s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t
36367s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t
36368s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t
36369s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t
36370s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t
36371s,@SO_SUFFIX@,$SO_SUFFIX,;t t
131f235d 36372s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t
e6cc62c6 36373s,@DLLPREFIX@,$DLLPREFIX,;t t
131f235d 36374s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t
dc838d98 36375s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t
e6cc62c6
VS
36376s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t
36377s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t
131f235d
VS
36378s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t
36379s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t
e6cc62c6
VS
36380s,@PIC_FLAG@,$PIC_FLAG,;t t
36381s,@USE_SOVERSION@,$USE_SOVERSION,;t t
36382s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t
36383s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t
36384s,@USE_MACVERSION@,$USE_MACVERSION,;t t
36385s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t
36386s,@SONAME_FLAG@,$SONAME_FLAG,;t t
49b0a3aa 36387s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t
45842500 36388s,@GCC_PCH@,$GCC_PCH,;t t
d78c94f2 36389s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t
6c67131a
VS
36390s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t
36391s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t
d78c94f2 36392s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t
6c67131a
VS
36393s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t
36394s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t
36395s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t
36396s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t
f95cd8fa 36397s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t
8ee2dd05 36398s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t
45842500 36399s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t
6f628073 36400s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t
6f628073
VS
36401s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t
36402s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t
8772a1a7 36403s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1,;t t
250700e4 36404s,@COND_MONOLITHIC_0_SHARED_0_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_0_USE_HTML_1,;t t
8ee2dd05 36405s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t
6f628073 36406s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t
8772a1a7 36407s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1,;t t
250700e4 36408s,@COND_MONOLITHIC_0_SHARED_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_1_USE_HTML_1,;t t
3af038c0 36409s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t
6f628073
VS
36410s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t
36411s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t
3af038c0
VS
36412s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t
36413s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t
6f628073 36414s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t
3af038c0 36415s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t
250700e4
RD
36416s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t
36417s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t
36418s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t
8ee2dd05 36419s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t
45842500 36420s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t
8772a1a7 36421s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t
3af038c0
VS
36422s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t
36423s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t
36424s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t
45842500 36425s,@COND_SHARED_0@,$COND_SHARED_0,;t t
250700e4 36426s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t
52a5a009
VS
36427s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
36428s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
36429s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
36430s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t
36431s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t
36432s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t
36433s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t
45842500 36434s,@COND_SHARED_1@,$COND_SHARED_1,;t t
250700e4 36435s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t
6f628073
VS
36436s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t
36437s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t
36438s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t
36439s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t
8ee2dd05 36440s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t
3af038c0 36441s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t
8772a1a7 36442s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t
6f628073
VS
36443s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t
36444s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t
36445s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t
6f628073
VS
36446s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t
36447s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t
36448s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t
8ee2dd05 36449s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t
6f628073
VS
36450s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t
36451s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t
6f628073 36452s,@COND_TOOLKIT_OS2@,$COND_TOOLKIT_OS2,;t t
8772a1a7 36453s,@COND_TOOLKIT_OS2_USE_GUI_1@,$COND_TOOLKIT_OS2_USE_GUI_1,;t t
6f628073
VS
36454s,@COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_OS2_USE_GUI_1_WXUNIV_0,;t t
36455s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t
36456s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t
3af038c0
VS
36457s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t
36458s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t
36459s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t
9747f85d
VS
36460s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t
36461s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t
66a96744
VS
36462s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t
36463s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t
36464s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t
6f628073
VS
36465s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t
36466s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t
36467s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t
36468s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t
3af038c0 36469s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t
66a96744 36470s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t
3af038c0
VS
36471s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t
36472s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t
36473s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t
36474s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t
36475s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t
36476s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t
e6cc62c6
VS
36477s,@LEX_STEM@,$LEX_STEM,;t t
36478s,@PATH_IFS@,$PATH_IFS,;t t
36479s,@WX_MAJOR_VERSION_NUMBER@,$WX_MAJOR_VERSION_NUMBER,;t t
36480s,@WX_MINOR_VERSION_NUMBER@,$WX_MINOR_VERSION_NUMBER,;t t
36481s,@WX_RELEASE_NUMBER@,$WX_RELEASE_NUMBER,;t t
36482s,@WX_LIBRARY_NAME_STATIC@,$WX_LIBRARY_NAME_STATIC,;t t
36483s,@WX_LIBRARY_NAME_SHARED@,$WX_LIBRARY_NAME_SHARED,;t t
cf615ebb
VS
36484s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t
36485s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t
e6cc62c6
VS
36486s,@WX_LIBRARY_IMPORTLIB@,$WX_LIBRARY_IMPORTLIB,;t t
36487s,@WX_TARGET_LIBRARY@,$WX_TARGET_LIBRARY,;t t
36488s,@WX_LIBRARY_LINK1@,$WX_LIBRARY_LINK1,;t t
36489s,@WX_LIBRARY_LINK2@,$WX_LIBRARY_LINK2,;t t
36490s,@PROGRAM_EXT@,$PROGRAM_EXT,;t t
36491s,@WX_LIBRARY_NAME_STATIC_GL@,$WX_LIBRARY_NAME_STATIC_GL,;t t
36492s,@WX_LIBRARY_NAME_SHARED_GL@,$WX_LIBRARY_NAME_SHARED_GL,;t t
36493s,@WX_TARGET_LIBRARY_GL@,$WX_TARGET_LIBRARY_GL,;t t
36494s,@WX_LIBRARY_LINK1_GL@,$WX_LIBRARY_LINK1_GL,;t t
36495s,@WX_LIBRARY_LINK2_GL@,$WX_LIBRARY_LINK2_GL,;t t
36496s,@WX_ALL@,$WX_ALL,;t t
36497s,@WX_ALL_INSTALLED@,$WX_ALL_INSTALLED,;t t
36498s,@SHARED_LD@,$SHARED_LD,;t t
e6cc62c6
VS
36499s,@WX_TARGET_LIBRARY_TYPE@,$WX_TARGET_LIBRARY_TYPE,;t t
36500s,@STATIC_FLAG@,$STATIC_FLAG,;t t
36501s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t
36502s,@USE_GUI@,$USE_GUI,;t t
36503s,@AFMINSTALL@,$AFMINSTALL,;t t
36504s,@WIN32INSTALL@,$WIN32INSTALL,;t t
36505s,@TOOLKIT@,$TOOLKIT,;t t
36506s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t
36507s,@TOOLKIT_VPATH@,$TOOLKIT_VPATH,;t t
36508s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t
36509s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t
36510s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t
36511s,@top_builddir_wxconfig@,$top_builddir_wxconfig,;t t
36512s,@cross_compiling@,$cross_compiling,;t t
67c13b6c 36513s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t
e6cc62c6
VS
36514s,@WXCONFIG_LIBS@,$WXCONFIG_LIBS,;t t
36515s,@WXCONFIG_LIBS_GL@,$WXCONFIG_LIBS_GL,;t t
36516s,@WXCONFIG_LIBS_STATIC@,$WXCONFIG_LIBS_STATIC,;t t
36517s,@WXCONFIG_LIBS_STATIC_GL@,$WXCONFIG_LIBS_STATIC_GL,;t t
36518s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t
36519s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t
36520s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t
f0290fca
VS
36521s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t
36522s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t
e6cc62c6
VS
36523s,@ALL_OBJECTS@,$ALL_OBJECTS,;t t
36524s,@ALL_HEADERS@,$ALL_HEADERS,;t t
36525s,@ALL_SOURCES@,$ALL_SOURCES,;t t
36526s,@GUIDIST@,$GUIDIST,;t t
36527s,@PORT_FILES@,$PORT_FILES,;t t
36528s,@DISTDIR@,$DISTDIR,;t t
36529s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t
36530s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t
36531s,@LDFLAGS_VERSIONING@,$LDFLAGS_VERSIONING,;t t
36532s,@LDFLAGS_EXE@,$LDFLAGS_EXE,;t t
36533s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t
36534s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t
36535s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t
36536s,@RESFLAGS@,$RESFLAGS,;t t
36537s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t
36538s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t
36539s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t
36540s,@MACOSX_BUNDLE@,$MACOSX_BUNDLE,;t t
36541s,@LIBWXMACRES@,$LIBWXMACRES,;t t
36542s,@MACRESCOMP@,$MACRESCOMP,;t t
36543s,@MACSETFILE@,$MACSETFILE,;t t
36544s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t
36545s,@GCC@,$GCC,;t t
36546s,@DLLTOOL@,$DLLTOOL,;t t
36547s,@AS@,$AS,;t t
36548s,@NM@,$NM,;t t
36549s,@LD@,$LD,;t t
36550s,@MAKEINFO@,$MAKEINFO,;t t
36551s,@INSTALL_LIBRARY@,$INSTALL_LIBRARY,;t t
e6cc62c6
VS
36552s,@LIBOBJS@,$LIBOBJS,;t t
36553s,@LTLIBOBJS@,$LTLIBOBJS,;t t
247f5006
VZ
36554CEOF
36555
e6cc62c6
VS
36556_ACEOF
36557
36558 cat >>$CONFIG_STATUS <<\_ACEOF
36559 # Split the substitutions into bite-sized pieces for seds with
36560 # small command number limits, like on Digital OSF/1 and HP-UX.
36561 ac_max_sed_lines=48
36562 ac_sed_frag=1 # Number of current file.
36563 ac_beg=1 # First line for current file.
36564 ac_end=$ac_max_sed_lines # Line after last line for current file.
36565 ac_more_lines=:
36566 ac_sed_cmds=
36567 while $ac_more_lines; do
36568 if test $ac_beg -gt 1; then
36569 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
247f5006 36570 else
e6cc62c6
VS
36571 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
36572 fi
36573 if test ! -s $tmp/subs.frag; then
36574 ac_more_lines=false
36575 else
36576 # The purpose of the label and of the branching condition is to
36577 # speed up the sed processing (if there are no `@' at all, there
36578 # is no need to browse any of the substitutions).
36579 # These are the two extra sed commands mentioned above.
36580 (echo ':t
36581 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
36582 if test -z "$ac_sed_cmds"; then
36583 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
36584 else
36585 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
36586 fi
36587 ac_sed_frag=`expr $ac_sed_frag + 1`
36588 ac_beg=$ac_end
36589 ac_end=`expr $ac_end + $ac_max_sed_lines`
247f5006 36590 fi
e6cc62c6
VS
36591 done
36592 if test -z "$ac_sed_cmds"; then
36593 ac_sed_cmds=cat
10f2d63a 36594 fi
e6cc62c6 36595fi # test -n "$CONFIG_FILES"
10f2d63a 36596
e6cc62c6
VS
36597_ACEOF
36598cat >>$CONFIG_STATUS <<\_ACEOF
36599for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
a0b9e27f 36600 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
e6cc62c6
VS
36601 case $ac_file in
36602 - | *:- | *:-:* ) # input from stdin
36603 cat >$tmp/stdin
36604 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
36605 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
36606 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
36607 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
36608 * ) ac_file_in=$ac_file.in ;;
10f2d63a 36609 esac
247f5006 36610
e6cc62c6
VS
36611 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
36612 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
36613$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36614 X"$ac_file" : 'X\(//\)[^/]' \| \
36615 X"$ac_file" : 'X\(//\)$' \| \
36616 X"$ac_file" : 'X\(/\)' \| \
36617 . : '\(.\)' 2>/dev/null ||
36618echo X"$ac_file" |
36619 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36620 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36621 /^X\(\/\/\)$/{ s//\1/; q; }
36622 /^X\(\/\).*/{ s//\1/; q; }
36623 s/.*/./; q'`
36624 { if $as_mkdir_p; then
36625 mkdir -p "$ac_dir"
a0b9e27f 36626 else
e6cc62c6
VS
36627 as_dir="$ac_dir"
36628 as_dirs=
36629 while test ! -d "$as_dir"; do
36630 as_dirs="$as_dir $as_dirs"
36631 as_dir=`(dirname "$as_dir") 2>/dev/null ||
36632$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36633 X"$as_dir" : 'X\(//\)[^/]' \| \
36634 X"$as_dir" : 'X\(//\)$' \| \
36635 X"$as_dir" : 'X\(/\)' \| \
36636 . : '\(.\)' 2>/dev/null ||
36637echo X"$as_dir" |
36638 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36639 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36640 /^X\(\/\/\)$/{ s//\1/; q; }
36641 /^X\(\/\).*/{ s//\1/; q; }
36642 s/.*/./; q'`
36643 done
36644 test ! -n "$as_dirs" || mkdir $as_dirs
36645 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
36646echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
36647 { (exit 1); exit 1; }; }; }
36648
36649 ac_builddir=.
36650
36651if test "$ac_dir" != .; then
36652 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
36653 # A "../" for each directory in $ac_dir_suffix.
36654 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
36655else
36656 ac_dir_suffix= ac_top_builddir=
36657fi
247f5006 36658
e6cc62c6
VS
36659case $srcdir in
36660 .) # No --srcdir option. We are building in place.
36661 ac_srcdir=.
36662 if test -z "$ac_top_builddir"; then
36663 ac_top_srcdir=.
36664 else
36665 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
36666 fi ;;
36667 [\\/]* | ?:[\\/]* ) # Absolute path.
36668 ac_srcdir=$srcdir$ac_dir_suffix;
36669 ac_top_srcdir=$srcdir ;;
247f5006 36670 *) # Relative path.
e6cc62c6
VS
36671 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
36672 ac_top_srcdir=$ac_top_builddir$srcdir ;;
36673esac
36674# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
36675# absolute.
36676ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
36677ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
36678ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
36679ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
10f2d63a 36680
247f5006 36681
e6cc62c6
VS
36682 case $INSTALL in
36683 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
36684 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
a0b9e27f 36685 esac
247f5006 36686
e6cc62c6
VS
36687 if test x"$ac_file" != x-; then
36688 { echo "$as_me:$LINENO: creating $ac_file" >&5
36689echo "$as_me: creating $ac_file" >&6;}
36690 rm -f "$ac_file"
36691 fi
36692 # Let's still pretend it is `configure' which instantiates (i.e., don't
36693 # use $as_me), people would be surprised to read:
36694 # /* config.h. Generated by config.status. */
36695 if test x"$ac_file" = x-; then
36696 configure_input=
36697 else
36698 configure_input="$ac_file. "
36699 fi
36700 configure_input=$configure_input"Generated from `echo $ac_file_in |
36701 sed 's,.*/,,'` by configure."
36702
36703 # First look for the input files in the build tree, otherwise in the
36704 # src tree.
36705 ac_file_inputs=`IFS=:
36706 for f in $ac_file_in; do
36707 case $f in
36708 -) echo $tmp/stdin ;;
36709 [\\/$]*)
36710 # Absolute (can't be DOS-style, as IFS=:)
36711 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36712echo "$as_me: error: cannot find input file: $f" >&2;}
36713 { (exit 1); exit 1; }; }
36714 echo $f;;
36715 *) # Relative
36716 if test -f "$f"; then
36717 # Build tree
36718 echo $f
36719 elif test -f "$srcdir/$f"; then
36720 # Source tree
36721 echo $srcdir/$f
36722 else
36723 # /dev/null tree
36724 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36725echo "$as_me: error: cannot find input file: $f" >&2;}
36726 { (exit 1); exit 1; }; }
36727 fi;;
36728 esac
36729 done` || { (exit 1); exit 1; }
36730_ACEOF
36731cat >>$CONFIG_STATUS <<_ACEOF
36732 sed "$ac_vpsub
36733$extrasub
36734_ACEOF
36735cat >>$CONFIG_STATUS <<\_ACEOF
36736:t
36737/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
36738s,@configure_input@,$configure_input,;t t
36739s,@srcdir@,$ac_srcdir,;t t
36740s,@abs_srcdir@,$ac_abs_srcdir,;t t
36741s,@top_srcdir@,$ac_top_srcdir,;t t
36742s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
36743s,@builddir@,$ac_builddir,;t t
36744s,@abs_builddir@,$ac_abs_builddir,;t t
36745s,@top_builddir@,$ac_top_builddir,;t t
36746s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
36747s,@INSTALL@,$ac_INSTALL,;t t
36748" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
36749 rm -f $tmp/stdin
36750 if test x"$ac_file" != x-; then
36751 mv $tmp/out $ac_file
36752 else
36753 cat $tmp/out
36754 rm -f $tmp/out
36755 fi
36756
36757done
36758_ACEOF
36759cat >>$CONFIG_STATUS <<\_ACEOF
36760
36761#
36762# CONFIG_HEADER section.
36763#
10f2d63a
VZ
36764
36765# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
36766# NAME is the cpp macro being defined and VALUE is the value it is being given.
36767#
36768# ac_d sets the value in "#define NAME VALUE" lines.
e6cc62c6
VS
36769ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
36770ac_dB='[ ].*$,\1#\2'
36771ac_dC=' '
36772ac_dD=',;t'
36773# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
36774ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
36775ac_uB='$,\1#\2define\3'
10f2d63a 36776ac_uC=' '
e6cc62c6
VS
36777ac_uD=',;t'
36778
36779for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
10f2d63a 36780 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
e6cc62c6
VS
36781 case $ac_file in
36782 - | *:- | *:-:* ) # input from stdin
36783 cat >$tmp/stdin
36784 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
36785 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
36786 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
36787 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
36788 * ) ac_file_in=$ac_file.in ;;
10f2d63a
VZ
36789 esac
36790
e6cc62c6
VS
36791 test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
36792echo "$as_me: creating $ac_file" >&6;}
36793
36794 # First look for the input files in the build tree, otherwise in the
36795 # src tree.
36796 ac_file_inputs=`IFS=:
36797 for f in $ac_file_in; do
36798 case $f in
36799 -) echo $tmp/stdin ;;
36800 [\\/$]*)
36801 # Absolute (can't be DOS-style, as IFS=:)
36802 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36803echo "$as_me: error: cannot find input file: $f" >&2;}
36804 { (exit 1); exit 1; }; }
36805 echo $f;;
36806 *) # Relative
36807 if test -f "$f"; then
36808 # Build tree
36809 echo $f
36810 elif test -f "$srcdir/$f"; then
36811 # Source tree
36812 echo $srcdir/$f
36813 else
36814 # /dev/null tree
36815 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
36816echo "$as_me: error: cannot find input file: $f" >&2;}
36817 { (exit 1); exit 1; }; }
36818 fi;;
36819 esac
36820 done` || { (exit 1); exit 1; }
36821 # Remove the trailing spaces.
36822 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
36823
36824_ACEOF
36825
36826# Transform confdefs.h into two sed scripts, `conftest.defines' and
36827# `conftest.undefs', that substitutes the proper values into
36828# config.h.in to produce config.h. The first handles `#define'
36829# templates, and the second `#undef' templates.
36830# And first: Protect against being on the right side of a sed subst in
36831# config.status. Protect against being in an unquoted here document
36832# in config.status.
36833rm -f conftest.defines conftest.undefs
36834# Using a here document instead of a string reduces the quoting nightmare.
36835# Putting comments in sed scripts is not portable.
36836#
36837# `end' is used to avoid that the second main sed command (meant for
36838# 0-ary CPP macros) applies to n-ary macro definitions.
36839# See the Autoconf documentation for `clear'.
36840cat >confdef2sed.sed <<\_ACEOF
36841s/[\\&,]/\\&/g
36842s,[\\$`],\\&,g
36843t clear
36844: clear
36845s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
36846t end
36847s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
36848: end
36849_ACEOF
36850# If some macros were called several times there might be several times
36851# the same #defines, which is useless. Nevertheless, we may not want to
36852# sort them, since we want the *last* AC-DEFINE to be honored.
36853uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
36854sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
36855rm -f confdef2sed.sed
10f2d63a
VZ
36856
36857# This sed command replaces #undef with comments. This is necessary, for
36858# example, in the case of _POSIX_SOURCE, which is predefined and required
36859# on some systems where configure will not decide to define it.
e6cc62c6
VS
36860cat >>conftest.undefs <<\_ACEOF
36861s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
36862_ACEOF
36863
36864# Break up conftest.defines because some shells have a limit on the size
36865# of here documents, and old seds have small limits too (100 cmds).
36866echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
36867echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
36868echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
36869echo ' :' >>$CONFIG_STATUS
36870rm -f conftest.tail
36871while grep . conftest.defines >/dev/null
36872do
36873 # Write a limited-size here document to $tmp/defines.sed.
36874 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
36875 # Speed up: don't consider the non `#define' lines.
36876 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
36877 # Work around the forget-to-reset-the-flag bug.
36878 echo 't clr' >>$CONFIG_STATUS
36879 echo ': clr' >>$CONFIG_STATUS
36880 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
36881 echo 'CEOF
36882 sed -f $tmp/defines.sed $tmp/in >$tmp/out
36883 rm -f $tmp/in
36884 mv $tmp/out $tmp/in
36885' >>$CONFIG_STATUS
36886 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
36887 rm -f conftest.defines
36888 mv conftest.tail conftest.defines
36889done
36890rm -f conftest.defines
36891echo ' fi # grep' >>$CONFIG_STATUS
36892echo >>$CONFIG_STATUS
10f2d63a 36893
e6cc62c6
VS
36894# Break up conftest.undefs because some shells have a limit on the size
36895# of here documents, and old seds have small limits too (100 cmds).
36896echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
10f2d63a 36897rm -f conftest.tail
e6cc62c6 36898while grep . conftest.undefs >/dev/null
10f2d63a 36899do
e6cc62c6
VS
36900 # Write a limited-size here document to $tmp/undefs.sed.
36901 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
36902 # Speed up: don't consider the non `#undef'
36903 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
36904 # Work around the forget-to-reset-the-flag bug.
36905 echo 't clr' >>$CONFIG_STATUS
36906 echo ': clr' >>$CONFIG_STATUS
36907 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
10f2d63a 36908 echo 'CEOF
e6cc62c6
VS
36909 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
36910 rm -f $tmp/in
36911 mv $tmp/out $tmp/in
36912' >>$CONFIG_STATUS
36913 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
36914 rm -f conftest.undefs
36915 mv conftest.tail conftest.undefs
10f2d63a 36916done
e6cc62c6
VS
36917rm -f conftest.undefs
36918
36919cat >>$CONFIG_STATUS <<\_ACEOF
36920 # Let's still pretend it is `configure' which instantiates (i.e., don't
36921 # use $as_me), people would be surprised to read:
36922 # /* config.h. Generated by config.status. */
36923 if test x"$ac_file" = x-; then
36924 echo "/* Generated by configure. */" >$tmp/config.h
10f2d63a 36925 else
e6cc62c6 36926 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
247f5006 36927 fi
e6cc62c6
VS
36928 cat $tmp/in >>$tmp/config.h
36929 rm -f $tmp/in
36930 if test x"$ac_file" != x-; then
36931 if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
36932 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
36933echo "$as_me: $ac_file is unchanged" >&6;}
36934 else
36935 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
36936$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36937 X"$ac_file" : 'X\(//\)[^/]' \| \
36938 X"$ac_file" : 'X\(//\)$' \| \
36939 X"$ac_file" : 'X\(/\)' \| \
36940 . : '\(.\)' 2>/dev/null ||
36941echo X"$ac_file" |
36942 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36943 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36944 /^X\(\/\/\)$/{ s//\1/; q; }
36945 /^X\(\/\).*/{ s//\1/; q; }
36946 s/.*/./; q'`
36947 { if $as_mkdir_p; then
36948 mkdir -p "$ac_dir"
36949 else
36950 as_dir="$ac_dir"
36951 as_dirs=
36952 while test ! -d "$as_dir"; do
36953 as_dirs="$as_dir $as_dirs"
36954 as_dir=`(dirname "$as_dir") 2>/dev/null ||
36955$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36956 X"$as_dir" : 'X\(//\)[^/]' \| \
36957 X"$as_dir" : 'X\(//\)$' \| \
36958 X"$as_dir" : 'X\(/\)' \| \
36959 . : '\(.\)' 2>/dev/null ||
36960echo X"$as_dir" |
36961 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36962 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36963 /^X\(\/\/\)$/{ s//\1/; q; }
36964 /^X\(\/\).*/{ s//\1/; q; }
36965 s/.*/./; q'`
36966 done
36967 test ! -n "$as_dirs" || mkdir $as_dirs
36968 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
36969echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
36970 { (exit 1); exit 1; }; }; }
a0b9e27f 36971
e6cc62c6
VS
36972 rm -f $ac_file
36973 mv $tmp/config.h $ac_file
36974 fi
36975 else
36976 cat $tmp/config.h
36977 rm -f $tmp/config.h
36978 fi
36979done
36980_ACEOF
36981cat >>$CONFIG_STATUS <<\_ACEOF
10f2d63a 36982
e6cc62c6
VS
36983#
36984# CONFIG_COMMANDS section.
36985#
36986for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
36987 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
36988 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
36989 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
36990$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36991 X"$ac_dest" : 'X\(//\)[^/]' \| \
36992 X"$ac_dest" : 'X\(//\)$' \| \
36993 X"$ac_dest" : 'X\(/\)' \| \
36994 . : '\(.\)' 2>/dev/null ||
36995echo X"$ac_dest" |
36996 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36997 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36998 /^X\(\/\/\)$/{ s//\1/; q; }
36999 /^X\(\/\).*/{ s//\1/; q; }
37000 s/.*/./; q'`
37001 ac_builddir=.
37002
37003if test "$ac_dir" != .; then
37004 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
37005 # A "../" for each directory in $ac_dir_suffix.
37006 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
37007else
37008 ac_dir_suffix= ac_top_builddir=
37009fi
37010
37011case $srcdir in
37012 .) # No --srcdir option. We are building in place.
37013 ac_srcdir=.
37014 if test -z "$ac_top_builddir"; then
37015 ac_top_srcdir=.
37016 else
37017 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
37018 fi ;;
37019 [\\/]* | ?:[\\/]* ) # Absolute path.
37020 ac_srcdir=$srcdir$ac_dir_suffix;
37021 ac_top_srcdir=$srcdir ;;
37022 *) # Relative path.
37023 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
37024 ac_top_srcdir=$ac_top_builddir$srcdir ;;
37025esac
37026# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
37027# absolute.
37028ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
37029ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
37030ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
37031ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
37032
37033
37034 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
37035echo "$as_me: executing $ac_dest commands" >&6;}
37036 case $ac_dest in
37037 default )
652d930d 37038 if test ! -h wx-config; then
991a5759 37039 chmod +x wx-config
3a922bb4
RL
37040 mv wx-config wx${TOOLCHAIN_NAME}-config
37041 ${LN_S} wx${TOOLCHAIN_NAME}-config wx-config
991a5759 37042 fi
665bbe97 37043
00cf1208
RR
37044 if test ! -d lib; then
37045 mkdir lib
37046 fi
37047 if test ! -d lib/wx; then
37048 mkdir lib/wx
37049 fi
37050 if test ! -d lib/wx/include; then
37051 mkdir lib/wx/include
37052 fi
3a922bb4
RL
37053 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}; then
37054 mkdir lib/wx/include/${TOOLCHAIN_NAME}
00cf1208 37055 fi
3a922bb4
RL
37056 if test ! -d lib/wx/include/${TOOLCHAIN_NAME}/wx; then
37057 mkdir lib/wx/include/${TOOLCHAIN_NAME}/wx
00cf1208
RR
37058 fi
37059 if test -f setup.h; then
3a922bb4 37060 mv -f setup.h lib/wx/include/${TOOLCHAIN_NAME}/wx/setup.h
00cf1208 37061 fi
e6cc62c6
VS
37062 ;;
37063 esac
37064done
37065_ACEOF
2224580a 37066
e6cc62c6 37067cat >>$CONFIG_STATUS <<\_ACEOF
2224580a 37068
e6cc62c6
VS
37069{ (exit 0); exit 0; }
37070_ACEOF
37071chmod +x $CONFIG_STATUS
37072ac_clean_files=$ac_clean_files_save
37073
37074
37075# configure is writing to config.log, and then calls config.status.
37076# config.status does its own redirection, appending to config.log.
37077# Unfortunately, on DOS this fails, as config.log is still kept open
37078# by configure, so config.status won't be able to write to it; its
37079# output is simply discarded. So we exec the FD to /dev/null,
37080# effectively closing config.log, so it can be properly (re)opened and
37081# appended to by config.status. When coming back to configure, we
37082# need to make the FD available again.
37083if test "$no_create" != yes; then
37084 ac_cs_success=:
37085 ac_config_status_args=
37086 test "$silent" = yes &&
37087 ac_config_status_args="$ac_config_status_args --quiet"
37088 exec 5>/dev/null
37089 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
37090 exec 5>>config.log
37091 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
37092 # would make configure fail if this is the last instruction.
37093 $ac_cs_success || { (exit 1); exit 1; }
2224580a
VZ
37094fi
37095
672abd7a
VS
37096#
37097# CONFIG_SUBDIRS section.
37098#
37099if test "$no_recursion" != yes; then
37100
37101 # Remove --cache-file and --srcdir arguments so they do not pile up.
37102 ac_sub_configure_args=
37103 ac_prev=
37104 for ac_arg in $ac_configure_args; do
37105 if test -n "$ac_prev"; then
37106 ac_prev=
37107 continue
37108 fi
37109 case $ac_arg in
37110 -cache-file | --cache-file | --cache-fil | --cache-fi \
37111 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
37112 ac_prev=cache_file ;;
37113 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
37114 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
37115 | --c=*)
37116 ;;
37117 --config-cache | -C)
37118 ;;
37119 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
37120 ac_prev=srcdir ;;
37121 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
37122 ;;
37123 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
37124 ac_prev=prefix ;;
37125 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
37126 ;;
37127 *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;;
37128 esac
37129 done
37130
37131 # Always prepend --prefix to ensure using the same prefix
37132 # in subdir configurations.
37133 ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args"
37134
37135 ac_popdir=`pwd`
37136 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
37137
37138 # Do not complain, so a configure script can configure whichever
37139 # parts of a large source tree are present.
37140 test -d $srcdir/$ac_dir || continue
37141
37142 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
37143echo "$as_me: configuring in $ac_dir" >&6;}
37144 { if $as_mkdir_p; then
37145 mkdir -p "$ac_dir"
37146 else
37147 as_dir="$ac_dir"
37148 as_dirs=
37149 while test ! -d "$as_dir"; do
37150 as_dirs="$as_dir $as_dirs"
37151 as_dir=`(dirname "$as_dir") 2>/dev/null ||
37152$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
37153 X"$as_dir" : 'X\(//\)[^/]' \| \
37154 X"$as_dir" : 'X\(//\)$' \| \
37155 X"$as_dir" : 'X\(/\)' \| \
37156 . : '\(.\)' 2>/dev/null ||
37157echo X"$as_dir" |
37158 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
37159 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
37160 /^X\(\/\/\)$/{ s//\1/; q; }
37161 /^X\(\/\).*/{ s//\1/; q; }
37162 s/.*/./; q'`
37163 done
37164 test ! -n "$as_dirs" || mkdir $as_dirs
37165 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
37166echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
37167 { (exit 1); exit 1; }; }; }
37168
37169 ac_builddir=.
37170
37171if test "$ac_dir" != .; then
37172 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
37173 # A "../" for each directory in $ac_dir_suffix.
37174 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
37175else
37176 ac_dir_suffix= ac_top_builddir=
37177fi
37178
37179case $srcdir in
37180 .) # No --srcdir option. We are building in place.
37181 ac_srcdir=.
37182 if test -z "$ac_top_builddir"; then
37183 ac_top_srcdir=.
37184 else
37185 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
37186 fi ;;
37187 [\\/]* | ?:[\\/]* ) # Absolute path.
37188 ac_srcdir=$srcdir$ac_dir_suffix;
37189 ac_top_srcdir=$srcdir ;;
37190 *) # Relative path.
37191 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
37192 ac_top_srcdir=$ac_top_builddir$srcdir ;;
37193esac
37194# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
37195# absolute.
37196ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
37197ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
37198ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
37199ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
37200
37201
37202 cd $ac_dir
37203
37204 # Check for guested configure; otherwise get Cygnus style configure.
37205 if test -f $ac_srcdir/configure.gnu; then
37206 ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'"
37207 elif test -f $ac_srcdir/configure; then
37208 ac_sub_configure="$SHELL '$ac_srcdir/configure'"
37209 elif test -f $ac_srcdir/configure.in; then
37210 ac_sub_configure=$ac_configure
37211 else
37212 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
37213echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
37214 ac_sub_configure=
37215 fi
37216
37217 # The recursion is here.
37218 if test -n "$ac_sub_configure"; then
37219 # Make the cache file name correct relative to the subdirectory.
37220 case $cache_file in
37221 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
37222 *) # Relative path.
37223 ac_sub_cache_file=$ac_top_builddir$cache_file ;;
37224 esac
37225
37226 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
37227echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
37228 # The eval makes quoting arguments work.
37229 eval $ac_sub_configure $ac_sub_configure_args \
37230 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
37231 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
37232echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
37233 { (exit 1); exit 1; }; }
37234 fi
37235
37236 cd $ac_popdir
37237 done
37238fi
37239
8284b0c5 37240
2b5f62a0
VZ
37241echo
37242echo "Configured wxWindows ${WX_VERSION} for \`${host}'"
37243echo ""
37244echo " Which GUI toolkit should wxWindows use? ${TOOLKIT:-base only}"
9747f85d 37245echo " Should wxWindows be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
2b5f62a0
VZ
37246
37247echo " Should wxWindows be compiled in debug mode? ${wxUSE_DEBUG:-no}"
37248echo " Should wxWindows be linked as a shared library? ${wxUSE_SHARED:-no}"
37249echo " Should wxWindows be compiled in Unicode mode? ${wxUSE_UNICODE:-no}"
37250
0c98a14e
GD
37251echo " What level of wxWindows compatibility should be enabled?"
37252echo " wxWindows 2.0 ${WXWIN_COMPATIBILITY_2:-no}"
65d8ef1e
VS
37253echo " wxWindows 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}"
37254echo " wxWindows 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}"
0c98a14e 37255
2b5f62a0
VZ
37256echo " Which libraries should wxWindows use?"
37257echo " jpeg ${wxUSE_LIBJPEG-none}"
37258echo " png ${wxUSE_LIBPNG-none}"
37259echo " regex ${wxUSE_REGEX}"
37260echo " tiff ${wxUSE_LIBTIFF-none}"
37261echo " zlib ${wxUSE_ZLIB}"
fd3d7534 37262echo " odbc ${wxUSE_ODBC}"
5f0b6dff 37263echo " expat ${wxUSE_EXPAT}"
2b5f62a0
VZ
37264
37265echo ""
37266