]>
Commit | Line | Data |
---|---|---|
a848cd7e SC |
1 | #! /bin/sh |
2 | # From configure.in Id: configure.in. | |
3 | # Guess values for system-dependent variables and create Makefiles. | |
eb730a0c | 4 | # Generated by GNU Autoconf 2.59 for wxWidgets 2.6.2. |
a848cd7e | 5 | # |
77ffb593 | 6 | # Report bugs to <wx-dev@lists.wxwidgets.org>. |
a848cd7e | 7 | # |
ac1cb8d3 | 8 | # Copyright (C) 2003 Free Software Foundation, Inc. |
a848cd7e SC |
9 | # This configure script is free software; the Free Software Foundation |
10 | # gives unlimited permission to copy, distribute and modify it. | |
11 | ## --------------------- ## | |
12 | ## M4sh Initialization. ## | |
13 | ## --------------------- ## | |
14 | ||
15 | # Be Bourne compatible | |
16 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | |
17 | emulate sh | |
18 | NULLCMD=: | |
19 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | |
20 | # is contrary to our usage. Disable this feature. | |
21 | alias -g '${1+"$@"}'='"$@"' | |
22 | elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then | |
23 | set -o posix | |
24 | fi | |
ac1cb8d3 | 25 | DUALCASE=1; export DUALCASE # for MKS sh |
a848cd7e SC |
26 | |
27 | # Support unset when possible. | |
ac1cb8d3 | 28 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
a848cd7e SC |
29 | as_unset=unset |
30 | else | |
31 | as_unset=false | |
32 | fi | |
33 | ||
34 | ||
35 | # Work around bugs in pre-3.0 UWIN ksh. | |
36 | $as_unset ENV MAIL MAILPATH | |
37 | PS1='$ ' | |
38 | PS2='> ' | |
39 | PS4='+ ' | |
40 | ||
41 | # NLS nuisances. | |
42 | for as_var in \ | |
43 | LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ | |
44 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ | |
45 | LC_TELEPHONE LC_TIME | |
46 | do | |
ac1cb8d3 | 47 | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
a848cd7e SC |
48 | eval $as_var=C; export $as_var |
49 | else | |
50 | $as_unset $as_var | |
51 | fi | |
52 | done | |
53 | ||
54 | # Required to use basename. | |
55 | if expr a : '\(a\)' >/dev/null 2>&1; then | |
56 | as_expr=expr | |
57 | else | |
58 | as_expr=false | |
59 | fi | |
60 | ||
61 | if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then | |
62 | as_basename=basename | |
63 | else | |
64 | as_basename=false | |
65 | fi | |
66 | ||
67 | ||
68 | # Name of the executable. | |
69 | as_me=`$as_basename "$0" || | |
70 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | |
71 | X"$0" : 'X\(//\)$' \| \ | |
72 | X"$0" : 'X\(/\)$' \| \ | |
73 | . : '\(.\)' 2>/dev/null || | |
74 | echo X/"$0" | | |
75 | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } | |
76 | /^X\/\(\/\/\)$/{ s//\1/; q; } | |
77 | /^X\/\(\/\).*/{ s//\1/; q; } | |
78 | s/.*/./; q'` | |
79 | ||
80 | ||
81 | # PATH needs CR, and LINENO needs CR and PATH. | |
82 | # Avoid depending upon Character Ranges. | |
83 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
84 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
85 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
86 | as_cr_digits='0123456789' | |
87 | as_cr_alnum=$as_cr_Letters$as_cr_digits | |
88 | ||
89 | # The user is always right. | |
90 | if test "${PATH_SEPARATOR+set}" != set; then | |
91 | echo "#! /bin/sh" >conf$$.sh | |
92 | echo "exit 0" >>conf$$.sh | |
93 | chmod +x conf$$.sh | |
94 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
95 | PATH_SEPARATOR=';' | |
96 | else | |
97 | PATH_SEPARATOR=: | |
98 | fi | |
99 | rm -f conf$$.sh | |
100 | fi | |
101 | ||
102 | ||
103 | as_lineno_1=$LINENO | |
104 | as_lineno_2=$LINENO | |
105 | as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` | |
106 | test "x$as_lineno_1" != "x$as_lineno_2" && | |
107 | test "x$as_lineno_3" = "x$as_lineno_2" || { | |
108 | # Find who we are. Look in the path if we contain no path at all | |
109 | # relative or not. | |
110 | case $0 in | |
111 | *[\\/]* ) as_myself=$0 ;; | |
112 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
113 | for as_dir in $PATH | |
114 | do | |
115 | IFS=$as_save_IFS | |
116 | test -z "$as_dir" && as_dir=. | |
117 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | |
118 | done | |
119 | ||
120 | ;; | |
121 | esac | |
122 | # We did not find ourselves, most probably we were run as `sh COMMAND' | |
123 | # in which case we are not to be found in the path. | |
124 | if test "x$as_myself" = x; then | |
125 | as_myself=$0 | |
126 | fi | |
127 | if test ! -f "$as_myself"; then | |
128 | { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2 | |
129 | { (exit 1); exit 1; }; } | |
130 | fi | |
131 | case $CONFIG_SHELL in | |
132 | '') | |
133 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
134 | for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH | |
135 | do | |
136 | IFS=$as_save_IFS | |
137 | test -z "$as_dir" && as_dir=. | |
138 | for as_base in sh bash ksh sh5; do | |
139 | case $as_dir in | |
140 | /*) | |
141 | if ("$as_dir/$as_base" -c ' | |
142 | as_lineno_1=$LINENO | |
143 | as_lineno_2=$LINENO | |
144 | as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` | |
145 | test "x$as_lineno_1" != "x$as_lineno_2" && | |
146 | test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then | |
147 | $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } | |
148 | $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } | |
149 | CONFIG_SHELL=$as_dir/$as_base | |
150 | export CONFIG_SHELL | |
151 | exec "$CONFIG_SHELL" "$0" ${1+"$@"} | |
152 | fi;; | |
153 | esac | |
154 | done | |
155 | done | |
156 | ;; | |
157 | esac | |
158 | ||
159 | # Create $as_me.lineno as a copy of $as_myself, but with $LINENO | |
160 | # uniformly replaced by the line number. The first 'sed' inserts a | |
161 | # line-number line before each line; the second 'sed' does the real | |
162 | # work. The second script uses 'N' to pair each line-number line | |
163 | # with the numbered line, and appends trailing '-' during | |
164 | # substitution so that $LINENO is not a special case at line end. | |
165 | # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the | |
166 | # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) | |
167 | sed '=' <$as_myself | | |
168 | sed ' | |
169 | N | |
170 | s,$,-, | |
171 | : loop | |
172 | s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, | |
173 | t loop | |
174 | s,-$,, | |
175 | s,^['$as_cr_digits']*\n,, | |
176 | ' >$as_me.lineno && | |
177 | chmod +x $as_me.lineno || | |
178 | { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 | |
179 | { (exit 1); exit 1; }; } | |
180 | ||
181 | # Don't try to exec as it changes $[0], causing all sort of problems | |
182 | # (the dirname of $[0] is not the place where we might find the | |
183 | # original and so on. Autoconf is especially sensible to this). | |
184 | . ./$as_me.lineno | |
185 | # Exit status is that of the last command. | |
186 | exit | |
187 | } | |
188 | ||
189 | ||
190 | case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in | |
191 | *c*,-n*) ECHO_N= ECHO_C=' | |
192 | ' ECHO_T=' ' ;; | |
193 | *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; | |
194 | *) ECHO_N= ECHO_C='\c' ECHO_T= ;; | |
195 | esac | |
196 | ||
197 | if expr a : '\(a\)' >/dev/null 2>&1; then | |
198 | as_expr=expr | |
199 | else | |
200 | as_expr=false | |
201 | fi | |
202 | ||
203 | rm -f conf$$ conf$$.exe conf$$.file | |
204 | echo >conf$$.file | |
205 | if ln -s conf$$.file conf$$ 2>/dev/null; then | |
206 | # We could just check for DJGPP; but this test a) works b) is more generic | |
207 | # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). | |
208 | if test -f conf$$.exe; then | |
209 | # Don't use ln at all; we don't have any links | |
210 | as_ln_s='cp -p' | |
211 | else | |
212 | as_ln_s='ln -s' | |
213 | fi | |
214 | elif ln conf$$.file conf$$ 2>/dev/null; then | |
215 | as_ln_s=ln | |
216 | else | |
217 | as_ln_s='cp -p' | |
218 | fi | |
219 | rm -f conf$$ conf$$.exe conf$$.file | |
220 | ||
221 | if mkdir -p . 2>/dev/null; then | |
222 | as_mkdir_p=: | |
223 | else | |
ac1cb8d3 | 224 | test -d ./-p && rmdir ./-p |
a848cd7e SC |
225 | as_mkdir_p=false |
226 | fi | |
227 | ||
228 | as_executable_p="test -f" | |
229 | ||
230 | # Sed expression to map a string onto a valid CPP name. | |
ac1cb8d3 | 231 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
a848cd7e SC |
232 | |
233 | # Sed expression to map a string onto a valid variable name. | |
ac1cb8d3 | 234 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
a848cd7e SC |
235 | |
236 | ||
237 | # IFS | |
238 | # We need space, tab and new line, in precisely that order. | |
239 | as_nl=' | |
240 | ' | |
241 | IFS=" $as_nl" | |
242 | ||
243 | # CDPATH. | |
244 | $as_unset CDPATH | |
245 | ||
246 | ||
247 | # Name of the host. | |
248 | # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, | |
249 | # so uname gets run too. | |
250 | ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` | |
251 | ||
252 | exec 6>&1 | |
253 | ||
254 | # | |
255 | # Initializations. | |
256 | # | |
257 | ac_default_prefix=/usr/local | |
258 | ac_config_libobj_dir=. | |
259 | cross_compiling=no | |
260 | subdirs= | |
261 | MFLAGS= | |
262 | MAKEFLAGS= | |
263 | SHELL=${CONFIG_SHELL-/bin/sh} | |
264 | ||
265 | # Maximum number of lines to put in a shell here document. | |
266 | # This variable seems obsolete. It should probably be removed, and | |
267 | # only ac_max_sed_lines should be used. | |
268 | : ${ac_max_here_lines=38} | |
269 | ||
270 | # Identity of this package. | |
77ffb593 JS |
271 | PACKAGE_NAME='wxWidgets' |
272 | PACKAGE_TARNAME='wxwidgets' | |
eb730a0c JS |
273 | PACKAGE_VERSION='2.6.2' |
274 | PACKAGE_STRING='wxWidgets 2.6.2' | |
77ffb593 | 275 | PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org' |
a848cd7e SC |
276 | |
277 | ac_unique_file="wx-config.in" | |
278 | # Factoring default headers for most tests. | |
279 | ac_includes_default="\ | |
280 | #include <stdio.h> | |
281 | #if HAVE_SYS_TYPES_H | |
282 | # include <sys/types.h> | |
283 | #endif | |
284 | #if HAVE_SYS_STAT_H | |
285 | # include <sys/stat.h> | |
286 | #endif | |
287 | #if STDC_HEADERS | |
288 | # include <stdlib.h> | |
289 | # include <stddef.h> | |
290 | #else | |
291 | # if HAVE_STDLIB_H | |
292 | # include <stdlib.h> | |
293 | # endif | |
294 | #endif | |
295 | #if HAVE_STRING_H | |
296 | # if !STDC_HEADERS && HAVE_MEMORY_H | |
297 | # include <memory.h> | |
298 | # endif | |
299 | # include <string.h> | |
300 | #endif | |
301 | #if HAVE_STRINGS_H | |
302 | # include <strings.h> | |
303 | #endif | |
304 | #if HAVE_INTTYPES_H | |
305 | # include <inttypes.h> | |
306 | #else | |
307 | # if HAVE_STDINT_H | |
308 | # include <stdint.h> | |
309 | # endif | |
310 | #endif | |
311 | #if HAVE_UNISTD_H | |
312 | # include <unistd.h> | |
313 | #endif" | |
314 | ||
315 | ac_subdirs_all="$ac_subdirs_all src/expat" | |
083508af | 316 | ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP EGREP CXX CXXFLAGS ac_ct_CXX RANLIB ac_ct_RANLIB AR INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA STRIP IF_GNU_MAKE LN_S CXXCPP subdirs PKG_CONFIG GTK_CFLAGS GTK_LIBS GTK_CONFIG X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PANGOX_CFLAGS PANGOX_LIBS PANGOFT2_CFLAGS PANGOFT2_LIBS PANGOXFT_CFLAGS PANGOXFT_LIBS RESCOMP DEREZ SETFILE LIBICONV EXTRALIBS_ESD SDL_CONFIG SDL_CFLAGS SDL_LIBS LIBGNOMEPRINTUI_CFLAGS LIBGNOMEPRINTUI_LIBS GSTREAMER_CFLAGS GSTREAMER_LIBS GST_INSPECT CORE_BASE_LIBS CORE_GUI_LIBS wxUSE_ZLIB wxUSE_REGEX wxUSE_EXPAT wxUSE_ODBC wxUSE_LIBJPEG wxUSE_LIBPNG wxUSE_LIBTIFF VENDOR OFFICIAL_BUILD WX_FLAVOUR WX_LIB_FLAVOUR WXUNIV MONOLITHIC USE_PLUGINS EXTRALIBS EXTRALIBS_XML EXTRALIBS_HTML EXTRALIBS_ODBC EXTRALIBS_GUI EXTRALIBS_OPENGL EXTRALIBS_SDL WITH_PLUGIN_SDL EXTRALIBS_GNOMEPRINT UNICODE BUILD DEBUG_INFO DEBUG_FLAG TOOLKIT_LOWERCASE TOOLKIT_VERSION SAMPLES_RPATH_FLAG SAMPLES_RPATH_POSTLINK HOST_SUFFIX CPPUNIT_CFLAGS CPPUNIT_LIBS SET_MAKE MAKE_SET ac_ct_AR ac_ct_STRIP NM ac_ct_NM INSTALL_DIR LDFLAGS_GUI PLATFORM_UNIX PLATFORM_WIN32 PLATFORM_MSDOS PLATFORM_MAC PLATFORM_MACOS PLATFORM_MACOSX PLATFORM_OS2 PLATFORM_BEOS SO_SUFFIX SO_SUFFIX_MODULE DLLIMP_SUFFIX LIBPREFIX LIBEXT DLLPREFIX DLLPREFIX_MODULE dlldir AIX_CXX_LD SHARED_LD_CC SHARED_LD_CXX SHARED_LD_MODULE_CC SHARED_LD_MODULE_CXX PIC_FLAG WINDOWS_IMPLIB USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_SOVERCYGWIN USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING GCC_PCH COND_BUILD_DEBUG COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT COND_BUILD_DEBUG_UNICODE_0 COND_BUILD_DEBUG_UNICODE_1 COND_BUILD_RELEASE COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT COND_BUILD_RELEASE_UNICODE_0 COND_BUILD_RELEASE_UNICODE_1 COND_DEBUG_FLAG_1 COND_DEBUG_INFO_0 COND_DEBUG_INFO_1 COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_GCC_PCH_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1 COND_MONOLITHIC_0_SHARED_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1 COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1 COND_MONOLITHIC_0_USE_ODBC_1 COND_MONOLITHIC_1 COND_MONOLITHIC_1_SHARED_0 COND_MONOLITHIC_1_SHARED_1 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 COND_PLATFORM_MACOSX_1 COND_PLATFORM_MACOSX_1_TOOLKIT_ COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA COND_PLATFORM_MACOSX_1_TOOLKIT_GTK COND_PLATFORM_MACOSX_1_TOOLKIT_MAC COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1 COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF COND_PLATFORM_MACOSX_1_TOOLKIT_X11 COND_PLATFORM_MACOSX_1_USE_GUI_1 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 COND_PLATFORM_MACOS_1 COND_PLATFORM_MAC_1 COND_PLATFORM_MSDOS_1 COND_PLATFORM_OS2_1 COND_PLATFORM_UNIX_0 COND_PLATFORM_UNIX_1 COND_PLATFORM_UNIX_1_USE_GUI_1 COND_PLATFORM_UNIX_1_USE_PLUGINS_0 COND_PLATFORM_WIN32_0 COND_PLATFORM_WIN32_1 COND_SHARED_0 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0 COND_SHARED_0_TOOLKIT_PM_WXUNIV_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_USE_XRC_1 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_SHARED_1_USE_XRC_1 COND_TOOLKIT_ COND_TOOLKIT_COCOA COND_TOOLKIT_COCOA_USE_GUI_1 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_GTK COND_TOOLKIT_GTK_USE_GUI_1 COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MAC COND_TOOLKIT_MAC_USE_GUI_1 COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MGL COND_TOOLKIT_MGL_USE_GUI_1 COND_TOOLKIT_MOTIF COND_TOOLKIT_MOTIF_USE_GUI_1 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_MSW COND_TOOLKIT_MSW_USE_GUI_1 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_PM COND_TOOLKIT_PM_USE_GUI_1 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_WINCE COND_TOOLKIT_WINCE_USE_GUI_1 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0 COND_TOOLKIT_X11 COND_TOOLKIT_X11_USE_GUI_1 COND_UNICODE_1 COND_USE_EXCEPTIONS_0 COND_USE_EXCEPTIONS_1 COND_USE_GUI_0 COND_USE_GUI_1 COND_USE_GUI_1_WXUNIV_0 COND_USE_GUI_1_WXUNIV_1 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN COND_USE_ODBC_1 COND_USE_OPENGL_1 COND_USE_PLUGINS_0 COND_USE_RTTI_0 COND_USE_RTTI_1 COND_USE_SOSYMLINKS_1 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1 COND_USE_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_USE_THREADS_0 COND_USE_THREADS_1 COND_USE_XRC_1 COND_WINDOWS_IMPLIB_1 COND_WITH_PLUGIN_SDL_1 COND_WXUNIV_0 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 SHARED WX_LIBRARY_BASENAME_NOGUI WX_LIBRARY_BASENAME_GUI WXDEBUG_DEFINE USE_GUI AFMINSTALL WIN32INSTALL TOOLKIT TOOLKIT_DIR TOOLCHAIN_NAME TOOLCHAIN_FULLNAME TOOLCHAIN_DEFS TOOLCHAIN_DLL_DEFS cross_compiling WIDGET_SET WX_RELEASE WX_VERSION WX_SUBVERSION WX_CHARTYPE WX_DEBUGTYPE WXCONFIG_EXTRALIBS WXCONFIG_INCLUDE WXCONFIG_RPATH WXCONFIG_LDFLAGS_GUI WX_LARGEFILE_FLAGS GCC_PRAGMA_FLAGS CODE_GEN_FLAGS CODE_GEN_FLAGS_CXX EXE_LINKER GUIDIST DISTDIR SAMPLES_SUBDIRS LDFLAGS_GL OPENGL_LIBS DMALLOC_LIBS WX_VERSION_TAG RESFLAGS RESPROGRAMOBJ WX_RESOURCES_MACOSX_ASCII WX_RESOURCES_MACOSX_DATA LIBWXMACRES MACRESCOMP MACSETFILE MACRESWXCONFIG GCC DLLTOOL CPPUNIT_CONFIG LIBOBJS LTLIBOBJS' |
a848cd7e SC |
317 | ac_subst_files='' |
318 | ||
319 | # Initialize some variables set by options. | |
320 | ac_init_help= | |
321 | ac_init_version=false | |
322 | # The variables have the same names as the options, with | |
323 | # dashes changed to underlines. | |
324 | cache_file=/dev/null | |
325 | exec_prefix=NONE | |
326 | no_create= | |
327 | no_recursion= | |
328 | prefix=NONE | |
329 | program_prefix=NONE | |
330 | program_suffix=NONE | |
331 | program_transform_name=s,x,x, | |
332 | silent= | |
333 | site= | |
334 | srcdir= | |
335 | verbose= | |
336 | x_includes=NONE | |
337 | x_libraries=NONE | |
338 | ||
339 | # Installation directory options. | |
340 | # These are left unexpanded so users can "make install exec_prefix=/foo" | |
341 | # and all the variables that are supposed to be based on exec_prefix | |
342 | # by default will actually change. | |
343 | # Use braces instead of parens because sh, perl, etc. also accept them. | |
344 | bindir='${exec_prefix}/bin' | |
345 | sbindir='${exec_prefix}/sbin' | |
346 | libexecdir='${exec_prefix}/libexec' | |
347 | datadir='${prefix}/share' | |
348 | sysconfdir='${prefix}/etc' | |
349 | sharedstatedir='${prefix}/com' | |
350 | localstatedir='${prefix}/var' | |
351 | libdir='${exec_prefix}/lib' | |
352 | includedir='${prefix}/include' | |
353 | oldincludedir='/usr/include' | |
354 | infodir='${prefix}/info' | |
355 | mandir='${prefix}/man' | |
356 | ||
357 | ac_prev= | |
358 | for ac_option | |
359 | do | |
360 | # If the previous option needs an argument, assign it. | |
361 | if test -n "$ac_prev"; then | |
362 | eval "$ac_prev=\$ac_option" | |
363 | ac_prev= | |
364 | continue | |
365 | fi | |
366 | ||
367 | ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` | |
368 | ||
369 | # Accept the important Cygnus configure options, so we can diagnose typos. | |
370 | ||
371 | case $ac_option in | |
372 | ||
373 | -bindir | --bindir | --bindi | --bind | --bin | --bi) | |
374 | ac_prev=bindir ;; | |
375 | -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) | |
376 | bindir=$ac_optarg ;; | |
377 | ||
378 | -build | --build | --buil | --bui | --bu) | |
379 | ac_prev=build_alias ;; | |
380 | -build=* | --build=* | --buil=* | --bui=* | --bu=*) | |
381 | build_alias=$ac_optarg ;; | |
382 | ||
383 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
384 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
385 | ac_prev=cache_file ;; | |
386 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
387 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) | |
388 | cache_file=$ac_optarg ;; | |
389 | ||
390 | --config-cache | -C) | |
391 | cache_file=config.cache ;; | |
392 | ||
393 | -datadir | --datadir | --datadi | --datad | --data | --dat | --da) | |
394 | ac_prev=datadir ;; | |
395 | -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ | |
396 | | --da=*) | |
397 | datadir=$ac_optarg ;; | |
398 | ||
399 | -disable-* | --disable-*) | |
400 | ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` | |
401 | # Reject names that are not valid shell variable names. | |
402 | expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && | |
403 | { echo "$as_me: error: invalid feature name: $ac_feature" >&2 | |
404 | { (exit 1); exit 1; }; } | |
405 | ac_feature=`echo $ac_feature | sed 's/-/_/g'` | |
406 | eval "enable_$ac_feature=no" ;; | |
407 | ||
408 | -enable-* | --enable-*) | |
409 | ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` | |
410 | # Reject names that are not valid shell variable names. | |
411 | expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && | |
412 | { echo "$as_me: error: invalid feature name: $ac_feature" >&2 | |
413 | { (exit 1); exit 1; }; } | |
414 | ac_feature=`echo $ac_feature | sed 's/-/_/g'` | |
415 | case $ac_option in | |
416 | *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; | |
417 | *) ac_optarg=yes ;; | |
418 | esac | |
419 | eval "enable_$ac_feature='$ac_optarg'" ;; | |
420 | ||
421 | -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | |
422 | | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | |
423 | | --exec | --exe | --ex) | |
424 | ac_prev=exec_prefix ;; | |
425 | -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | |
426 | | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | |
427 | | --exec=* | --exe=* | --ex=*) | |
428 | exec_prefix=$ac_optarg ;; | |
429 | ||
430 | -gas | --gas | --ga | --g) | |
431 | # Obsolete; use --with-gas. | |
432 | with_gas=yes ;; | |
433 | ||
434 | -help | --help | --hel | --he | -h) | |
435 | ac_init_help=long ;; | |
436 | -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) | |
437 | ac_init_help=recursive ;; | |
438 | -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) | |
439 | ac_init_help=short ;; | |
440 | ||
441 | -host | --host | --hos | --ho) | |
442 | ac_prev=host_alias ;; | |
443 | -host=* | --host=* | --hos=* | --ho=*) | |
444 | host_alias=$ac_optarg ;; | |
445 | ||
446 | -includedir | --includedir | --includedi | --included | --include \ | |
447 | | --includ | --inclu | --incl | --inc) | |
448 | ac_prev=includedir ;; | |
449 | -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | |
450 | | --includ=* | --inclu=* | --incl=* | --inc=*) | |
451 | includedir=$ac_optarg ;; | |
452 | ||
453 | -infodir | --infodir | --infodi | --infod | --info | --inf) | |
454 | ac_prev=infodir ;; | |
455 | -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) | |
456 | infodir=$ac_optarg ;; | |
457 | ||
458 | -libdir | --libdir | --libdi | --libd) | |
459 | ac_prev=libdir ;; | |
460 | -libdir=* | --libdir=* | --libdi=* | --libd=*) | |
461 | libdir=$ac_optarg ;; | |
462 | ||
463 | -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | |
464 | | --libexe | --libex | --libe) | |
465 | ac_prev=libexecdir ;; | |
466 | -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | |
467 | | --libexe=* | --libex=* | --libe=*) | |
468 | libexecdir=$ac_optarg ;; | |
469 | ||
470 | -localstatedir | --localstatedir | --localstatedi | --localstated \ | |
471 | | --localstate | --localstat | --localsta | --localst \ | |
472 | | --locals | --local | --loca | --loc | --lo) | |
473 | ac_prev=localstatedir ;; | |
474 | -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | |
475 | | --localstate=* | --localstat=* | --localsta=* | --localst=* \ | |
476 | | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) | |
477 | localstatedir=$ac_optarg ;; | |
478 | ||
479 | -mandir | --mandir | --mandi | --mand | --man | --ma | --m) | |
480 | ac_prev=mandir ;; | |
481 | -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) | |
482 | mandir=$ac_optarg ;; | |
483 | ||
484 | -nfp | --nfp | --nf) | |
485 | # Obsolete; use --without-fp. | |
486 | with_fp=no ;; | |
487 | ||
488 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | |
489 | | --no-cr | --no-c | -n) | |
490 | no_create=yes ;; | |
491 | ||
492 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | |
493 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | |
494 | no_recursion=yes ;; | |
495 | ||
496 | -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | |
497 | | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | |
498 | | --oldin | --oldi | --old | --ol | --o) | |
499 | ac_prev=oldincludedir ;; | |
500 | -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | |
501 | | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | |
502 | | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) | |
503 | oldincludedir=$ac_optarg ;; | |
504 | ||
505 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
506 | ac_prev=prefix ;; | |
507 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
508 | prefix=$ac_optarg ;; | |
509 | ||
510 | -program-prefix | --program-prefix | --program-prefi | --program-pref \ | |
511 | | --program-pre | --program-pr | --program-p) | |
512 | ac_prev=program_prefix ;; | |
513 | -program-prefix=* | --program-prefix=* | --program-prefi=* \ | |
514 | | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) | |
515 | program_prefix=$ac_optarg ;; | |
516 | ||
517 | -program-suffix | --program-suffix | --program-suffi | --program-suff \ | |
518 | | --program-suf | --program-su | --program-s) | |
519 | ac_prev=program_suffix ;; | |
520 | -program-suffix=* | --program-suffix=* | --program-suffi=* \ | |
521 | | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) | |
522 | program_suffix=$ac_optarg ;; | |
523 | ||
524 | -program-transform-name | --program-transform-name \ | |
525 | | --program-transform-nam | --program-transform-na \ | |
526 | | --program-transform-n | --program-transform- \ | |
527 | | --program-transform | --program-transfor \ | |
528 | | --program-transfo | --program-transf \ | |
529 | | --program-trans | --program-tran \ | |
530 | | --progr-tra | --program-tr | --program-t) | |
531 | ac_prev=program_transform_name ;; | |
532 | -program-transform-name=* | --program-transform-name=* \ | |
533 | | --program-transform-nam=* | --program-transform-na=* \ | |
534 | | --program-transform-n=* | --program-transform-=* \ | |
535 | | --program-transform=* | --program-transfor=* \ | |
536 | | --program-transfo=* | --program-transf=* \ | |
537 | | --program-trans=* | --program-tran=* \ | |
538 | | --progr-tra=* | --program-tr=* | --program-t=*) | |
539 | program_transform_name=$ac_optarg ;; | |
540 | ||
541 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
542 | | -silent | --silent | --silen | --sile | --sil) | |
543 | silent=yes ;; | |
544 | ||
545 | -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) | |
546 | ac_prev=sbindir ;; | |
547 | -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | |
548 | | --sbi=* | --sb=*) | |
549 | sbindir=$ac_optarg ;; | |
550 | ||
551 | -sharedstatedir | --sharedstatedir | --sharedstatedi \ | |
552 | | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | |
553 | | --sharedst | --shareds | --shared | --share | --shar \ | |
554 | | --sha | --sh) | |
555 | ac_prev=sharedstatedir ;; | |
556 | -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | |
557 | | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | |
558 | | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | |
559 | | --sha=* | --sh=*) | |
560 | sharedstatedir=$ac_optarg ;; | |
561 | ||
562 | -site | --site | --sit) | |
563 | ac_prev=site ;; | |
564 | -site=* | --site=* | --sit=*) | |
565 | site=$ac_optarg ;; | |
566 | ||
567 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
568 | ac_prev=srcdir ;; | |
569 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
570 | srcdir=$ac_optarg ;; | |
571 | ||
572 | -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | |
573 | | --syscon | --sysco | --sysc | --sys | --sy) | |
574 | ac_prev=sysconfdir ;; | |
575 | -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | |
576 | | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) | |
577 | sysconfdir=$ac_optarg ;; | |
578 | ||
579 | -target | --target | --targe | --targ | --tar | --ta | --t) | |
580 | ac_prev=target_alias ;; | |
581 | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) | |
582 | target_alias=$ac_optarg ;; | |
583 | ||
584 | -v | -verbose | --verbose | --verbos | --verbo | --verb) | |
585 | verbose=yes ;; | |
586 | ||
587 | -version | --version | --versio | --versi | --vers | -V) | |
588 | ac_init_version=: ;; | |
589 | ||
590 | -with-* | --with-*) | |
591 | ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` | |
592 | # Reject names that are not valid shell variable names. | |
593 | expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && | |
594 | { echo "$as_me: error: invalid package name: $ac_package" >&2 | |
595 | { (exit 1); exit 1; }; } | |
596 | ac_package=`echo $ac_package| sed 's/-/_/g'` | |
597 | case $ac_option in | |
598 | *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; | |
599 | *) ac_optarg=yes ;; | |
600 | esac | |
601 | eval "with_$ac_package='$ac_optarg'" ;; | |
602 | ||
603 | -without-* | --without-*) | |
604 | ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` | |
605 | # Reject names that are not valid shell variable names. | |
606 | expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && | |
607 | { echo "$as_me: error: invalid package name: $ac_package" >&2 | |
608 | { (exit 1); exit 1; }; } | |
609 | ac_package=`echo $ac_package | sed 's/-/_/g'` | |
610 | eval "with_$ac_package=no" ;; | |
611 | ||
612 | --x) | |
613 | # Obsolete; use --with-x. | |
614 | with_x=yes ;; | |
615 | ||
616 | -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | |
617 | | --x-incl | --x-inc | --x-in | --x-i) | |
618 | ac_prev=x_includes ;; | |
619 | -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | |
620 | | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) | |
621 | x_includes=$ac_optarg ;; | |
622 | ||
623 | -x-libraries | --x-libraries | --x-librarie | --x-librari \ | |
624 | | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) | |
625 | ac_prev=x_libraries ;; | |
626 | -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | |
627 | | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) | |
628 | x_libraries=$ac_optarg ;; | |
629 | ||
630 | -*) { echo "$as_me: error: unrecognized option: $ac_option | |
631 | Try \`$0 --help' for more information." >&2 | |
632 | { (exit 1); exit 1; }; } | |
633 | ;; | |
634 | ||
635 | *=*) | |
636 | ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` | |
637 | # Reject names that are not valid shell variable names. | |
638 | expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && | |
639 | { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 | |
640 | { (exit 1); exit 1; }; } | |
641 | ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` | |
642 | eval "$ac_envvar='$ac_optarg'" | |
643 | export $ac_envvar ;; | |
644 | ||
645 | *) | |
646 | # FIXME: should be removed in autoconf 3.0. | |
647 | echo "$as_me: WARNING: you should use --build, --host, --target" >&2 | |
648 | expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && | |
649 | echo "$as_me: WARNING: invalid host type: $ac_option" >&2 | |
650 | : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} | |
651 | ;; | |
652 | ||
653 | esac | |
654 | done | |
655 | ||
656 | if test -n "$ac_prev"; then | |
657 | ac_option=--`echo $ac_prev | sed 's/_/-/g'` | |
658 | { echo "$as_me: error: missing argument to $ac_option" >&2 | |
659 | { (exit 1); exit 1; }; } | |
660 | fi | |
661 | ||
662 | # Be sure to have absolute paths. | |
663 | for ac_var in exec_prefix prefix | |
664 | do | |
665 | eval ac_val=$`echo $ac_var` | |
666 | case $ac_val in | |
667 | [\\/$]* | ?:[\\/]* | NONE | '' ) ;; | |
668 | *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 | |
669 | { (exit 1); exit 1; }; };; | |
670 | esac | |
671 | done | |
672 | ||
673 | # Be sure to have absolute paths. | |
674 | for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ | |
ac1cb8d3 | 675 | localstatedir libdir includedir oldincludedir infodir mandir |
a848cd7e SC |
676 | do |
677 | eval ac_val=$`echo $ac_var` | |
678 | case $ac_val in | |
679 | [\\/$]* | ?:[\\/]* ) ;; | |
680 | *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 | |
681 | { (exit 1); exit 1; }; };; | |
682 | esac | |
683 | done | |
684 | ||
685 | # There might be people who depend on the old broken behavior: `$host' | |
686 | # used to hold the argument of --host etc. | |
687 | # FIXME: To remove some day. | |
688 | build=$build_alias | |
689 | host=$host_alias | |
690 | target=$target_alias | |
691 | ||
692 | # FIXME: To remove some day. | |
693 | if test "x$host_alias" != x; then | |
694 | if test "x$build_alias" = x; then | |
695 | cross_compiling=maybe | |
696 | echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. | |
697 | If a cross compiler is detected then cross compile mode will be used." >&2 | |
698 | elif test "x$build_alias" != "x$host_alias"; then | |
699 | cross_compiling=yes | |
700 | fi | |
701 | fi | |
702 | ||
703 | ac_tool_prefix= | |
704 | test -n "$host_alias" && ac_tool_prefix=$host_alias- | |
705 | ||
706 | test "$silent" = yes && exec 6>/dev/null | |
707 | ||
708 | ||
709 | # Find the source files, if location was not specified. | |
710 | if test -z "$srcdir"; then | |
711 | ac_srcdir_defaulted=yes | |
712 | # Try the directory containing this script, then its parent. | |
713 | ac_confdir=`(dirname "$0") 2>/dev/null || | |
714 | $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
ac1cb8d3 VS |
715 | X"$0" : 'X\(//\)[^/]' \| \ |
716 | X"$0" : 'X\(//\)$' \| \ | |
717 | X"$0" : 'X\(/\)' \| \ | |
718 | . : '\(.\)' 2>/dev/null || | |
a848cd7e SC |
719 | echo X"$0" | |
720 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
721 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
722 | /^X\(\/\/\)$/{ s//\1/; q; } | |
723 | /^X\(\/\).*/{ s//\1/; q; } | |
724 | s/.*/./; q'` | |
725 | srcdir=$ac_confdir | |
726 | if test ! -r $srcdir/$ac_unique_file; then | |
727 | srcdir=.. | |
728 | fi | |
729 | else | |
730 | ac_srcdir_defaulted=no | |
731 | fi | |
732 | if test ! -r $srcdir/$ac_unique_file; then | |
733 | if test "$ac_srcdir_defaulted" = yes; then | |
734 | { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2 | |
735 | { (exit 1); exit 1; }; } | |
736 | else | |
737 | { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 | |
738 | { (exit 1); exit 1; }; } | |
739 | fi | |
740 | fi | |
741 | (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null || | |
742 | { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2 | |
743 | { (exit 1); exit 1; }; } | |
744 | srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` | |
745 | ac_env_build_alias_set=${build_alias+set} | |
746 | ac_env_build_alias_value=$build_alias | |
747 | ac_cv_env_build_alias_set=${build_alias+set} | |
748 | ac_cv_env_build_alias_value=$build_alias | |
749 | ac_env_host_alias_set=${host_alias+set} | |
750 | ac_env_host_alias_value=$host_alias | |
751 | ac_cv_env_host_alias_set=${host_alias+set} | |
752 | ac_cv_env_host_alias_value=$host_alias | |
753 | ac_env_target_alias_set=${target_alias+set} | |
754 | ac_env_target_alias_value=$target_alias | |
755 | ac_cv_env_target_alias_set=${target_alias+set} | |
756 | ac_cv_env_target_alias_value=$target_alias | |
757 | ac_env_CC_set=${CC+set} | |
758 | ac_env_CC_value=$CC | |
759 | ac_cv_env_CC_set=${CC+set} | |
760 | ac_cv_env_CC_value=$CC | |
761 | ac_env_CFLAGS_set=${CFLAGS+set} | |
762 | ac_env_CFLAGS_value=$CFLAGS | |
763 | ac_cv_env_CFLAGS_set=${CFLAGS+set} | |
764 | ac_cv_env_CFLAGS_value=$CFLAGS | |
765 | ac_env_LDFLAGS_set=${LDFLAGS+set} | |
766 | ac_env_LDFLAGS_value=$LDFLAGS | |
767 | ac_cv_env_LDFLAGS_set=${LDFLAGS+set} | |
768 | ac_cv_env_LDFLAGS_value=$LDFLAGS | |
769 | ac_env_CPPFLAGS_set=${CPPFLAGS+set} | |
770 | ac_env_CPPFLAGS_value=$CPPFLAGS | |
771 | ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} | |
772 | ac_cv_env_CPPFLAGS_value=$CPPFLAGS | |
773 | ac_env_CPP_set=${CPP+set} | |
774 | ac_env_CPP_value=$CPP | |
775 | ac_cv_env_CPP_set=${CPP+set} | |
776 | ac_cv_env_CPP_value=$CPP | |
777 | ac_env_CXX_set=${CXX+set} | |
778 | ac_env_CXX_value=$CXX | |
779 | ac_cv_env_CXX_set=${CXX+set} | |
780 | ac_cv_env_CXX_value=$CXX | |
781 | ac_env_CXXFLAGS_set=${CXXFLAGS+set} | |
782 | ac_env_CXXFLAGS_value=$CXXFLAGS | |
783 | ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set} | |
784 | ac_cv_env_CXXFLAGS_value=$CXXFLAGS | |
785 | ac_env_CXXCPP_set=${CXXCPP+set} | |
786 | ac_env_CXXCPP_value=$CXXCPP | |
787 | ac_cv_env_CXXCPP_set=${CXXCPP+set} | |
788 | ac_cv_env_CXXCPP_value=$CXXCPP | |
789 | ||
790 | # | |
791 | # Report the --help message. | |
792 | # | |
793 | if test "$ac_init_help" = "long"; then | |
794 | # Omit some internal or obsolete options to make the list less imposing. | |
795 | # This message is too long to be a string in the A/UX 3.1 sh. | |
796 | cat <<_ACEOF | |
eb730a0c | 797 | \`configure' configures wxWidgets 2.6.2 to adapt to many kinds of systems. |
a848cd7e SC |
798 | |
799 | Usage: $0 [OPTION]... [VAR=VALUE]... | |
800 | ||
801 | To assign environment variables (e.g., CC, CFLAGS...), specify them as | |
802 | VAR=VALUE. See below for descriptions of some of the useful variables. | |
803 | ||
804 | Defaults for the options are specified in brackets. | |
805 | ||
806 | Configuration: | |
807 | -h, --help display this help and exit | |
808 | --help=short display options specific to this package | |
809 | --help=recursive display the short help of all the included packages | |
810 | -V, --version display version information and exit | |
811 | -q, --quiet, --silent do not print \`checking...' messages | |
812 | --cache-file=FILE cache test results in FILE [disabled] | |
813 | -C, --config-cache alias for \`--cache-file=config.cache' | |
814 | -n, --no-create do not create output files | |
815 | --srcdir=DIR find the sources in DIR [configure dir or \`..'] | |
816 | ||
817 | _ACEOF | |
818 | ||
819 | cat <<_ACEOF | |
820 | Installation directories: | |
821 | --prefix=PREFIX install architecture-independent files in PREFIX | |
ac1cb8d3 | 822 | [$ac_default_prefix] |
a848cd7e | 823 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
ac1cb8d3 | 824 | [PREFIX] |
a848cd7e SC |
825 | |
826 | By default, \`make install' will install all the files in | |
827 | \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify | |
828 | an installation prefix other than \`$ac_default_prefix' using \`--prefix', | |
829 | for instance \`--prefix=\$HOME'. | |
830 | ||
831 | For better control, use the options below. | |
832 | ||
833 | Fine tuning of the installation directories: | |
834 | --bindir=DIR user executables [EPREFIX/bin] | |
835 | --sbindir=DIR system admin executables [EPREFIX/sbin] | |
836 | --libexecdir=DIR program executables [EPREFIX/libexec] | |
837 | --datadir=DIR read-only architecture-independent data [PREFIX/share] | |
838 | --sysconfdir=DIR read-only single-machine data [PREFIX/etc] | |
839 | --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] | |
840 | --localstatedir=DIR modifiable single-machine data [PREFIX/var] | |
841 | --libdir=DIR object code libraries [EPREFIX/lib] | |
842 | --includedir=DIR C header files [PREFIX/include] | |
843 | --oldincludedir=DIR C header files for non-gcc [/usr/include] | |
844 | --infodir=DIR info documentation [PREFIX/info] | |
845 | --mandir=DIR man documentation [PREFIX/man] | |
846 | _ACEOF | |
847 | ||
848 | cat <<\_ACEOF | |
849 | ||
850 | X features: | |
851 | --x-includes=DIR X include files are in DIR | |
852 | --x-libraries=DIR X library files are in DIR | |
853 | ||
854 | System types: | |
855 | --build=BUILD configure for building on BUILD [guessed] | |
856 | --host=HOST cross-compile to build programs to run on HOST [BUILD] | |
857 | --target=TARGET configure for building compilers for TARGET [HOST] | |
858 | _ACEOF | |
859 | fi | |
860 | ||
861 | if test -n "$ac_init_help"; then | |
862 | case $ac_init_help in | |
eb730a0c | 863 | short | recursive ) echo "Configuration of wxWidgets 2.6.2:";; |
a848cd7e SC |
864 | esac |
865 | cat <<\_ACEOF | |
866 | ||
867 | Optional Features: | |
868 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | |
869 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | |
870 | --enable-gui use GUI classes | |
77ffb593 JS |
871 | --enable-monolithic build wxWidgets as single library |
872 | --enable-plugins build parts of wxWidgets as loadable components | |
873 | --enable-universal use wxWidgets GUI controls instead of native ones | |
a848cd7e | 874 | --enable-nanox use NanoX |
f34ca037 | 875 | --disable-gtk2 use GTK+ 1.2 instead of 2.0 |
a848cd7e SC |
876 | --enable-gpe use GNOME PDA Environment features if possible |
877 | --enable-shared create shared library code | |
878 | --enable-optimise create optimised code | |
879 | --enable-debug same as debug_flag and debug_info | |
880 | --enable-stl use STL for containers | |
881 | --enable-omf use OMF object format | |
882 | --enable-debug_flag set __WXDEBUG__ flag (recommended for developers!) | |
883 | --enable-debug_info create code with debugging information | |
884 | --enable-debug_gdb create code with extra GDB debugging information | |
885 | --enable-debug_cntxt use wxDebugContext | |
886 | --enable-mem_tracing create code with memory tracing | |
887 | --enable-profile create code with profiling information | |
888 | --enable-no_rtti create code without RTTI information | |
889 | --enable-no_exceptions create code without C++ exceptions handling | |
890 | --enable-permissive compile code disregarding strict ANSI | |
891 | --enable-no_deps create code without dependency information | |
77ffb593 JS |
892 | --enable-compat22 enable wxWidgets 2.2 compatibility |
893 | --disable-compat24 disable wxWidgets 2.4 compatibility | |
ffa0583f | 894 | --disable-rpath disable use of rpath for uninstalled builds |
a848cd7e SC |
895 | --enable-intl use internationalization system |
896 | --enable-config use wxConfig (and derived) classes | |
897 | --enable-protocols use wxProtocol and derived classes | |
898 | --enable-ftp use wxFTP (requires wxProtocol | |
899 | --enable-http use wxHTTP (requires wxProtocol | |
900 | --enable-fileproto use wxFileProto class (requires wxProtocol | |
901 | --enable-sockets use socket/network classes | |
902 | --enable-ole use OLE classes (Win32 only) | |
903 | --enable-dataobj use data object classes | |
904 | --enable-ipc use interprocess communication (wxSocket etc.) | |
905 | --enable-apple_ieee use the Apple IEEE codec | |
81f90336 | 906 | --enable-arcstream use wxArchive streams |
eaff0f0d | 907 | --enable-backtrace use wxStackWalker class for getting backtraces |
36b6448c | 908 | --enable-catch_segvs catch signals in wxApp::OnFatalException (Unix only) |
a848cd7e SC |
909 | --enable-cmdline use wxCmdLineParser class |
910 | --enable-datetime use wxDateTime class | |
36b6448c | 911 | --enable-debugreport use wxDebugReport class |
a848cd7e SC |
912 | --enable-dialupman use dialup network classes |
913 | --enable-dynlib use wxLibrary class for DLL loading | |
914 | --enable-dynamicloader use (new) wxDynamicLibrary class | |
915 | --enable-exceptions build exception-safe library | |
916 | --enable-ffile use wxFFile class | |
917 | --enable-file use wxFile class | |
918 | --enable-filesystem use virtual file systems classes | |
919 | --enable-fontmap use font encodings conversion classes | |
920 | --enable-fs_inet use virtual HTTP/FTP filesystems | |
921 | --enable-fs_zip use virtual ZIP filesystems | |
922 | --enable-geometry use geometry class | |
923 | --enable-log use logging system | |
924 | --enable-longlong use wxLongLong class | |
925 | --enable-mimetype use wxMimeTypesManager | |
926 | --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only) | |
927 | --enable-snglinst use wxSingleInstanceChecker class | |
a848cd7e | 928 | --enable-std_iostreams use standard C++ stream classes |
59746b65 | 929 | --enable-std_string use standard C++ string classes |
07158944 | 930 | --enable-stdpaths use wxStandardPaths class |
a848cd7e | 931 | --enable-stopwatch use wxStopWatch class |
07158944 | 932 | --enable-streams use wxStream etc classes |
a848cd7e SC |
933 | --enable-sysoptions use wxSystemOptions |
934 | --enable-textbuf use wxTextBuffer class | |
935 | --enable-textfile use wxTextFile class | |
936 | --enable-timer use wxTimer class | |
937 | --enable-unicode compile wxString with Unicode support | |
938 | --enable-sound use wxSound class | |
3b57de8b | 939 | --enable-mediactrl use wxMediaCtrl class |
77ffb593 | 940 | --enable-wxprintfv use wxWidgets implementation of vprintf() |
81f90336 | 941 | --enable-zipstream use wxZip streams |
a848cd7e SC |
942 | --enable-url use wxURL class |
943 | --enable-protocol use wxProtocol class | |
944 | --enable-protocol-http HTTP support in wxProtocol | |
945 | --enable-protocol-ftp FTP support in wxProtocol | |
946 | --enable-protocol-file FILE support in wxProtocol | |
947 | --enable-threads use threads | |
948 | --enable-docview use document view architecture | |
949 | --enable-help use help subsystem | |
950 | --enable-mshtmlhelp use MS HTML Help (win32) | |
951 | --enable-html use wxHTML sub-library | |
952 | --enable-htmlhelp use wxHTML-based help | |
9a8f0513 | 953 | --enable-xrc use XRC resources sub-library |
a848cd7e SC |
954 | --enable-constraints use layout-constraints system |
955 | --enable-printarch use printing architecture | |
956 | --enable-mdi use multiple document interface architecture | |
8a7b1113 | 957 | --enable-mdidoc use docview architecture with MDI |
a848cd7e SC |
958 | --enable-loggui use standard GUI logger |
959 | --enable-logwin use wxLogWindow | |
960 | --enable-logdialog use wxLogDialog | |
646b6ec1 | 961 | --enable-webkit use wxWebKitCtrl (Mac) |
a848cd7e SC |
962 | --enable-postscript use wxPostscriptDC device context (default for gtk+) |
963 | --enable-prologio not available; see contrib | |
964 | --enable-resources not available; see contrib | |
965 | --enable-clipboard use wxClipboard class | |
966 | --enable-dnd use Drag'n'Drop classes | |
967 | --enable-metafile use win32 metafiles | |
968 | --enable-controls use all usual controls | |
969 | --enable-accel use accelerators | |
970 | --enable-button use wxButton class | |
971 | --enable-bmpbutton use wxBitmapButton class | |
972 | --enable-calendar use wxCalendarCtrl class | |
973 | --enable-caret use wxCaret class | |
974 | --enable-checkbox use wxCheckBox class | |
975 | --enable-checklst use wxCheckListBox (listbox with checkboxes) class | |
976 | --enable-choice use wxChoice class | |
92bbdbcd | 977 | --enable-choicebook use wxChoicebook class |
a848cd7e | 978 | --enable-combobox use wxComboBox class |
da98e9be | 979 | --enable-datepick use wxDatePickerCtrl class |
a848cd7e SC |
980 | --enable-display use wxDisplay class |
981 | --enable-gauge use wxGauge class | |
982 | --enable-grid use wxGrid class | |
983 | --enable-imaglist use wxImageList class | |
984 | --enable-listbook use wxListbook class | |
985 | --enable-listbox use wxListBox class | |
986 | --enable-listctrl use wxListCtrl class | |
987 | --enable-notebook use wxNotebook class | |
988 | --enable-radiobox use wxRadioBox class | |
989 | --enable-radiobtn use wxRadioButton class | |
990 | --enable-sash use wxSashWindow class | |
991 | --enable-scrollbar use wxScrollBar class and scrollable windows | |
992 | --enable-slider use wxSlider class | |
993 | --enable-spinbtn use wxSpinButton class | |
994 | --enable-spinctrl use wxSpinCtrl class | |
995 | --enable-splitter use wxSplitterWindow class | |
996 | --enable-statbmp use wxStaticBitmap class | |
997 | --enable-statbox use wxStaticBox class | |
998 | --enable-statline use wxStaticLine class | |
999 | --enable-stattext use wxStaticText class | |
1000 | --enable-statusbar use wxStatusBar class | |
1001 | --enable-tabdialog use wxTabControl class | |
1002 | --enable-textctrl use wxTextCtrl class | |
1003 | --enable-togglebtn use wxToggleButton class | |
1004 | --enable-toolbar use wxToolBar class | |
1005 | --enable-tbarnative use native wxToolBar class | |
1006 | --enable-tbarsmpl use wxToolBarSimple class | |
1007 | --enable-treectrl use wxTreeCtrl class | |
1008 | --enable-tipwindow use wxTipWindow class | |
1009 | --enable-popupwin use wxPopUpWindow class | |
1010 | --enable-commondlg use all common dialogs | |
1011 | --enable-choicedlg use wxChoiceDialog | |
1012 | --enable-coldlg use wxColourDialog | |
1013 | --enable-filedlg use wxFileDialog | |
1014 | --enable-finddlg use wxFindReplaceDialog | |
1015 | --enable-fontdlg use wxFontDialog | |
1016 | --enable-dirdlg use wxDirDialog | |
1017 | --enable-msgdlg use wxMessageDialog | |
1018 | --enable-numberdlg use wxNumberEntryDialog | |
1019 | --enable-splash use wxSplashScreen | |
1020 | --enable-textdlg use wxTextDialog | |
1021 | --enable-tipdlg use startup tips | |
1022 | --enable-progressdlg use wxProgressDialog | |
1023 | --enable-wizarddlg use wxWizard | |
1024 | --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes | |
1025 | --enable-miniframe use wxMiniFrame class | |
1026 | --enable-tooltips use wxToolTip class | |
1027 | --enable-splines use spline drawing code | |
fbe2ca43 | 1028 | --enable-mousewheel use mousewheel |
a848cd7e SC |
1029 | --enable-validators use wxValidator and derived classes |
1030 | --enable-busyinfo use wxBusyInfo | |
4cb1d3da | 1031 | --enable-joystick use wxJoystick |
38b4a946 | 1032 | --enable-metafiles use wxMetaFile (Win32 only) |
a848cd7e SC |
1033 | --enable-dragimage use wxDragImage |
1034 | --enable-accessibility enable accessibility support | |
38b4a946 | 1035 | --enable-dccache cache temporary wxDC objects (Win32 only) |
a848cd7e SC |
1036 | --enable-palette use wxPalette class |
1037 | --enable-image use wxImage class | |
1038 | --enable-gif use gif images (GIF file format) | |
1039 | --enable-pcx use pcx images (PCX file format) | |
1040 | --enable-iff use iff images (IFF file format) | |
1041 | --enable-pnm use pnm images (PNM file format) | |
1042 | --enable-xpm use xpm images (XPM file format) | |
1043 | --enable-icocur use Windows ICO and CUR formats | |
77ffb593 | 1044 | --enable-official_build official build of wxWidgets (win32 DLL only) |
a848cd7e SC |
1045 | --enable-vendor=VENDOR vendor name (win32 DLL only) |
1046 | --disable-largefile omit support for large files | |
1047 | --disable-gtktest do not try to compile and run a test GTK+ program | |
1048 | --disable-gtktest Do not try to compile and run a test GTK program | |
1049 | --disable-sdltest Do not try to compile and run a test SDL program | |
1050 | --enable-omf use OMF object format (OS/2) | |
ebee3cd0 VS |
1051 | --disable-precomp-headers |
1052 | don't use precompiled headers even if compiler can | |
a848cd7e SC |
1053 | |
1054 | Optional Packages: | |
1055 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
1056 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
f34ca037 | 1057 | --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any" |
a848cd7e SC |
1058 | --with-motif use Motif/Lesstif |
1059 | --with-mac use Mac OS X | |
1060 | --with-cocoa use Cocoa | |
1061 | --with-wine use Wine | |
1062 | --with-msw use MS-Windows | |
1063 | --with-pm use OS/2 Presentation Manager | |
1064 | --with-mgl use SciTech MGL | |
1065 | --with-microwin use MicroWindows | |
1066 | --with-x11 use X11 | |
1067 | --with-libpng use libpng (PNG image format) | |
1068 | --with-libjpeg use libjpeg (JPEG file format) | |
1069 | --with-libtiff use libtiff (TIFF file format) | |
1070 | --with-libxpm use libxpm (XPM file format) | |
1071 | --with-libmspack use libmspack (CHM help files loading) | |
1072 | --with-sdl use SDL for audio on Unix | |
d51253e8 | 1073 | --with-gnomeprint use GNOME print for printing under Unix |
a848cd7e SC |
1074 | --with-opengl use OpenGL (or Mesa) |
1075 | --with-dmalloc use dmalloc library (http://dmalloc.com/) | |
1076 | --with-regex enable support for wxRegEx class | |
1077 | --with-zlib use zlib for LZW compression | |
1078 | --with-odbc use the IODBC and wxODBC classes | |
1079 | --with-expat enable XML support using expat parser | |
ceec2216 | 1080 | --with-flavour=NAME specify a name to identify this build |
a848cd7e SC |
1081 | --with-gtk-prefix=PFX Prefix where GTK is installed (optional) |
1082 | --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional) | |
1083 | --with-x use the X Window System | |
1084 | --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib | |
1085 | --with-sdl-prefix=PFX Prefix where SDL is installed (optional) | |
1086 | --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional) | |
1087 | --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional) | |
1088 | --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional) | |
1089 | ||
1090 | Some influential environment variables: | |
dcc1b6ad VS |
1091 | CC C compiler command |
1092 | CFLAGS C compiler flags | |
1093 | LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a | |
1094 | nonstandard directory <lib dir> | |
1095 | CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have | |
1096 | headers in a nonstandard directory <include dir> | |
1097 | CPP C preprocessor | |
1098 | CXX C++ compiler command | |
1099 | CXXFLAGS C++ compiler flags | |
1100 | CXXCPP C++ preprocessor | |
a848cd7e SC |
1101 | |
1102 | Use these variables to override the choices made by `configure' or to help | |
1103 | it to find libraries and programs with nonstandard names/locations. | |
1104 | ||
77ffb593 | 1105 | Report bugs to <wx-dev@lists.wxwidgets.org>. |
a848cd7e SC |
1106 | _ACEOF |
1107 | fi | |
1108 | ||
1109 | if test "$ac_init_help" = "recursive"; then | |
1110 | # If there are subdirs, report their specific --help. | |
1111 | ac_popdir=`pwd` | |
1112 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue | |
1113 | test -d $ac_dir || continue | |
1114 | ac_builddir=. | |
1115 | ||
1116 | if test "$ac_dir" != .; then | |
1117 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | |
1118 | # A "../" for each directory in $ac_dir_suffix. | |
1119 | ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` | |
1120 | else | |
1121 | ac_dir_suffix= ac_top_builddir= | |
1122 | fi | |
1123 | ||
1124 | case $srcdir in | |
1125 | .) # No --srcdir option. We are building in place. | |
1126 | ac_srcdir=. | |
1127 | if test -z "$ac_top_builddir"; then | |
1128 | ac_top_srcdir=. | |
1129 | else | |
1130 | ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` | |
1131 | fi ;; | |
1132 | [\\/]* | ?:[\\/]* ) # Absolute path. | |
1133 | ac_srcdir=$srcdir$ac_dir_suffix; | |
1134 | ac_top_srcdir=$srcdir ;; | |
1135 | *) # Relative path. | |
1136 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | |
1137 | ac_top_srcdir=$ac_top_builddir$srcdir ;; | |
1138 | esac | |
ac1cb8d3 VS |
1139 | |
1140 | # Do not use `cd foo && pwd` to compute absolute paths, because | |
1141 | # the directories may not exist. | |
1142 | case `pwd` in | |
1143 | .) ac_abs_builddir="$ac_dir";; | |
1144 | *) | |
1145 | case "$ac_dir" in | |
1146 | .) ac_abs_builddir=`pwd`;; | |
1147 | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; | |
1148 | *) ac_abs_builddir=`pwd`/"$ac_dir";; | |
1149 | esac;; | |
1150 | esac | |
1151 | case $ac_abs_builddir in | |
1152 | .) ac_abs_top_builddir=${ac_top_builddir}.;; | |
1153 | *) | |
1154 | case ${ac_top_builddir}. in | |
1155 | .) ac_abs_top_builddir=$ac_abs_builddir;; | |
1156 | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; | |
1157 | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; | |
1158 | esac;; | |
1159 | esac | |
1160 | case $ac_abs_builddir in | |
1161 | .) ac_abs_srcdir=$ac_srcdir;; | |
1162 | *) | |
1163 | case $ac_srcdir in | |
1164 | .) ac_abs_srcdir=$ac_abs_builddir;; | |
1165 | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; | |
1166 | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; | |
1167 | esac;; | |
1168 | esac | |
1169 | case $ac_abs_builddir in | |
1170 | .) ac_abs_top_srcdir=$ac_top_srcdir;; | |
1171 | *) | |
1172 | case $ac_top_srcdir in | |
1173 | .) ac_abs_top_srcdir=$ac_abs_builddir;; | |
1174 | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; | |
1175 | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; | |
1176 | esac;; | |
1177 | esac | |
a848cd7e SC |
1178 | |
1179 | cd $ac_dir | |
1180 | # Check for guested configure; otherwise get Cygnus style configure. | |
1181 | if test -f $ac_srcdir/configure.gnu; then | |
1182 | echo | |
1183 | $SHELL $ac_srcdir/configure.gnu --help=recursive | |
1184 | elif test -f $ac_srcdir/configure; then | |
1185 | echo | |
1186 | $SHELL $ac_srcdir/configure --help=recursive | |
1187 | elif test -f $ac_srcdir/configure.ac || | |
ac1cb8d3 | 1188 | test -f $ac_srcdir/configure.in; then |
a848cd7e SC |
1189 | echo |
1190 | $ac_configure --help | |
1191 | else | |
1192 | echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 | |
1193 | fi | |
6ebeb4c7 | 1194 | cd "$ac_popdir" |
a848cd7e SC |
1195 | done |
1196 | fi | |
1197 | ||
1198 | test -n "$ac_init_help" && exit 0 | |
1199 | if $ac_init_version; then | |
1200 | cat <<\_ACEOF | |
eb730a0c | 1201 | wxWidgets configure 2.6.2 |
ac1cb8d3 | 1202 | generated by GNU Autoconf 2.59 |
a848cd7e | 1203 | |
ac1cb8d3 | 1204 | Copyright (C) 2003 Free Software Foundation, Inc. |
a848cd7e SC |
1205 | This configure script is free software; the Free Software Foundation |
1206 | gives unlimited permission to copy, distribute and modify it. | |
1207 | _ACEOF | |
1208 | exit 0 | |
1209 | fi | |
1210 | exec 5>config.log | |
1211 | cat >&5 <<_ACEOF | |
1212 | This file contains any messages produced by compilers while | |
1213 | running configure, to aid debugging if configure makes a mistake. | |
1214 | ||
eb730a0c | 1215 | It was created by wxWidgets $as_me 2.6.2, which was |
ac1cb8d3 | 1216 | generated by GNU Autoconf 2.59. Invocation command line was |
a848cd7e SC |
1217 | |
1218 | $ $0 $@ | |
1219 | ||
1220 | _ACEOF | |
1221 | { | |
1222 | cat <<_ASUNAME | |
1223 | ## --------- ## | |
1224 | ## Platform. ## | |
1225 | ## --------- ## | |
1226 | ||
1227 | hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` | |
1228 | uname -m = `(uname -m) 2>/dev/null || echo unknown` | |
1229 | uname -r = `(uname -r) 2>/dev/null || echo unknown` | |
1230 | uname -s = `(uname -s) 2>/dev/null || echo unknown` | |
1231 | uname -v = `(uname -v) 2>/dev/null || echo unknown` | |
1232 | ||
1233 | /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` | |
1234 | /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` | |
1235 | ||
1236 | /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` | |
1237 | /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` | |
1238 | /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` | |
1239 | hostinfo = `(hostinfo) 2>/dev/null || echo unknown` | |
1240 | /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` | |
1241 | /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` | |
1242 | /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` | |
1243 | ||
1244 | _ASUNAME | |
1245 | ||
1246 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
1247 | for as_dir in $PATH | |
1248 | do | |
1249 | IFS=$as_save_IFS | |
1250 | test -z "$as_dir" && as_dir=. | |
1251 | echo "PATH: $as_dir" | |
1252 | done | |
1253 | ||
1254 | } >&5 | |
1255 | ||
1256 | cat >&5 <<_ACEOF | |
1257 | ||
1258 | ||
1259 | ## ----------- ## | |
1260 | ## Core tests. ## | |
1261 | ## ----------- ## | |
1262 | ||
1263 | _ACEOF | |
1264 | ||
1265 | ||
1266 | # Keep a trace of the command line. | |
1267 | # Strip out --no-create and --no-recursion so they do not pile up. | |
1268 | # Strip out --silent because we don't want to record it for future runs. | |
1269 | # Also quote any args containing shell meta-characters. | |
1270 | # Make two passes to allow for proper duplicate-argument suppression. | |
1271 | ac_configure_args= | |
1272 | ac_configure_args0= | |
1273 | ac_configure_args1= | |
1274 | ac_sep= | |
1275 | ac_must_keep_next=false | |
1276 | for ac_pass in 1 2 | |
1277 | do | |
1278 | for ac_arg | |
1279 | do | |
1280 | case $ac_arg in | |
1281 | -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; | |
1282 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
1283 | | -silent | --silent | --silen | --sile | --sil) | |
1284 | continue ;; | |
1285 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) | |
1286 | ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
1287 | esac | |
1288 | case $ac_pass in | |
1289 | 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; | |
1290 | 2) | |
1291 | ac_configure_args1="$ac_configure_args1 '$ac_arg'" | |
1292 | if test $ac_must_keep_next = true; then | |
ac1cb8d3 | 1293 | ac_must_keep_next=false # Got value, back to normal. |
a848cd7e | 1294 | else |
ac1cb8d3 VS |
1295 | case $ac_arg in |
1296 | *=* | --config-cache | -C | -disable-* | --disable-* \ | |
1297 | | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | |
1298 | | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | |
1299 | | -with-* | --with-* | -without-* | --without-* | --x) | |
1300 | case "$ac_configure_args0 " in | |
1301 | "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; | |
1302 | esac | |
1303 | ;; | |
1304 | -* ) ac_must_keep_next=true ;; | |
1305 | esac | |
a848cd7e SC |
1306 | fi |
1307 | ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" | |
1308 | # Get rid of the leading space. | |
1309 | ac_sep=" " | |
1310 | ;; | |
1311 | esac | |
1312 | done | |
1313 | done | |
1314 | $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } | |
1315 | $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } | |
1316 | ||
1317 | # When interrupted or exit'd, cleanup temporary files, and complete | |
1318 | # config.log. We remove comments because anyway the quotes in there | |
1319 | # would cause problems or look ugly. | |
1320 | # WARNING: Be sure not to use single quotes in there, as some shells, | |
1321 | # such as our DU 5.0 friend, will then `close' the trap. | |
1322 | trap 'exit_status=$? | |
1323 | # Save into config.log some information that might help in debugging. | |
1324 | { | |
1325 | echo | |
1326 | ||
1327 | cat <<\_ASBOX | |
1328 | ## ---------------- ## | |
1329 | ## Cache variables. ## | |
1330 | ## ---------------- ## | |
1331 | _ASBOX | |
1332 | echo | |
1333 | # The following way of writing the cache mishandles newlines in values, | |
1334 | { | |
1335 | (set) 2>&1 | | |
1336 | case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in | |
1337 | *ac_space=\ *) | |
1338 | sed -n \ | |
ac1cb8d3 VS |
1339 | "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; |
1340 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" | |
a848cd7e SC |
1341 | ;; |
1342 | *) | |
1343 | sed -n \ | |
ac1cb8d3 | 1344 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" |
a848cd7e SC |
1345 | ;; |
1346 | esac; | |
1347 | } | |
1348 | echo | |
1349 | ||
1350 | cat <<\_ASBOX | |
1351 | ## ----------------- ## | |
1352 | ## Output variables. ## | |
1353 | ## ----------------- ## | |
1354 | _ASBOX | |
1355 | echo | |
1356 | for ac_var in $ac_subst_vars | |
1357 | do | |
1358 | eval ac_val=$`echo $ac_var` | |
1359 | echo "$ac_var='"'"'$ac_val'"'"'" | |
1360 | done | sort | |
1361 | echo | |
1362 | ||
1363 | if test -n "$ac_subst_files"; then | |
1364 | cat <<\_ASBOX | |
1365 | ## ------------- ## | |
1366 | ## Output files. ## | |
1367 | ## ------------- ## | |
1368 | _ASBOX | |
1369 | echo | |
1370 | for ac_var in $ac_subst_files | |
1371 | do | |
1372 | eval ac_val=$`echo $ac_var` | |
ac1cb8d3 | 1373 | echo "$ac_var='"'"'$ac_val'"'"'" |
a848cd7e SC |
1374 | done | sort |
1375 | echo | |
1376 | fi | |
1377 | ||
1378 | if test -s confdefs.h; then | |
1379 | cat <<\_ASBOX | |
1380 | ## ----------- ## | |
1381 | ## confdefs.h. ## | |
1382 | ## ----------- ## | |
1383 | _ASBOX | |
1384 | echo | |
1385 | sed "/^$/d" confdefs.h | sort | |
1386 | echo | |
1387 | fi | |
1388 | test "$ac_signal" != 0 && | |
1389 | echo "$as_me: caught signal $ac_signal" | |
1390 | echo "$as_me: exit $exit_status" | |
1391 | } >&5 | |
ac1cb8d3 | 1392 | rm -f core *.core && |
a848cd7e SC |
1393 | rm -rf conftest* confdefs* conf$$* $ac_clean_files && |
1394 | exit $exit_status | |
1395 | ' 0 | |
1396 | for ac_signal in 1 2 13 15; do | |
1397 | trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal | |
1398 | done | |
1399 | ac_signal=0 | |
1400 | ||
1401 | # confdefs.h avoids OS command line length limits that DEFS can exceed. | |
1402 | rm -rf conftest* confdefs.h | |
1403 | # AIX cpp loses on an empty file, so make sure it contains at least a newline. | |
1404 | echo >confdefs.h | |
1405 | ||
1406 | # Predefined preprocessor variables. | |
1407 | ||
1408 | cat >>confdefs.h <<_ACEOF | |
1409 | #define PACKAGE_NAME "$PACKAGE_NAME" | |
1410 | _ACEOF | |
1411 | ||
1412 | ||
1413 | cat >>confdefs.h <<_ACEOF | |
1414 | #define PACKAGE_TARNAME "$PACKAGE_TARNAME" | |
1415 | _ACEOF | |
1416 | ||
1417 | ||
1418 | cat >>confdefs.h <<_ACEOF | |
1419 | #define PACKAGE_VERSION "$PACKAGE_VERSION" | |
1420 | _ACEOF | |
1421 | ||
1422 | ||
1423 | cat >>confdefs.h <<_ACEOF | |
1424 | #define PACKAGE_STRING "$PACKAGE_STRING" | |
1425 | _ACEOF | |
1426 | ||
1427 | ||
1428 | cat >>confdefs.h <<_ACEOF | |
1429 | #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" | |
1430 | _ACEOF | |
1431 | ||
1432 | ||
1433 | # Let the site file select an alternate cache file if it wants to. | |
1434 | # Prefer explicitly selected file to automatically selected ones. | |
1435 | if test -z "$CONFIG_SITE"; then | |
1436 | if test "x$prefix" != xNONE; then | |
1437 | CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" | |
1438 | else | |
1439 | CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" | |
1440 | fi | |
1441 | fi | |
1442 | for ac_site_file in $CONFIG_SITE; do | |
1443 | if test -r "$ac_site_file"; then | |
1444 | { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 | |
1445 | echo "$as_me: loading site script $ac_site_file" >&6;} | |
1446 | sed 's/^/| /' "$ac_site_file" >&5 | |
1447 | . "$ac_site_file" | |
1448 | fi | |
1449 | done | |
1450 | ||
1451 | if test -r "$cache_file"; then | |
1452 | # Some versions of bash will fail to source /dev/null (special | |
1453 | # files actually), so we avoid doing that. | |
1454 | if test -f "$cache_file"; then | |
1455 | { echo "$as_me:$LINENO: loading cache $cache_file" >&5 | |
1456 | echo "$as_me: loading cache $cache_file" >&6;} | |
1457 | case $cache_file in | |
1458 | [\\/]* | ?:[\\/]* ) . $cache_file;; | |
1459 | *) . ./$cache_file;; | |
1460 | esac | |
1461 | fi | |
1462 | else | |
1463 | { echo "$as_me:$LINENO: creating cache $cache_file" >&5 | |
1464 | echo "$as_me: creating cache $cache_file" >&6;} | |
1465 | >$cache_file | |
1466 | fi | |
1467 | ||
1468 | # Check that the precious variables saved in the cache have kept the same | |
1469 | # value. | |
1470 | ac_cache_corrupted=false | |
1471 | for ac_var in `(set) 2>&1 | | |
ac1cb8d3 | 1472 | sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do |
a848cd7e SC |
1473 | eval ac_old_set=\$ac_cv_env_${ac_var}_set |
1474 | eval ac_new_set=\$ac_env_${ac_var}_set | |
1475 | eval ac_old_val="\$ac_cv_env_${ac_var}_value" | |
1476 | eval ac_new_val="\$ac_env_${ac_var}_value" | |
1477 | case $ac_old_set,$ac_new_set in | |
1478 | set,) | |
1479 | { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 | |
1480 | echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} | |
1481 | ac_cache_corrupted=: ;; | |
1482 | ,set) | |
1483 | { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 | |
1484 | echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} | |
1485 | ac_cache_corrupted=: ;; | |
1486 | ,);; | |
1487 | *) | |
1488 | if test "x$ac_old_val" != "x$ac_new_val"; then | |
ac1cb8d3 | 1489 | { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 |
a848cd7e | 1490 | echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} |
ac1cb8d3 | 1491 | { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 |
a848cd7e | 1492 | echo "$as_me: former value: $ac_old_val" >&2;} |
ac1cb8d3 | 1493 | { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 |
a848cd7e | 1494 | echo "$as_me: current value: $ac_new_val" >&2;} |
ac1cb8d3 | 1495 | ac_cache_corrupted=: |
a848cd7e SC |
1496 | fi;; |
1497 | esac | |
1498 | # Pass precious variables to config.status. | |
1499 | if test "$ac_new_set" = set; then | |
1500 | case $ac_new_val in | |
1501 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) | |
1502 | ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; | |
1503 | *) ac_arg=$ac_var=$ac_new_val ;; | |
1504 | esac | |
1505 | case " $ac_configure_args " in | |
1506 | *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. | |
1507 | *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; | |
1508 | esac | |
1509 | fi | |
1510 | done | |
1511 | if $ac_cache_corrupted; then | |
1512 | { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 | |
1513 | echo "$as_me: error: changes in the environment can compromise the build" >&2;} | |
1514 | { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 | |
1515 | echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} | |
1516 | { (exit 1); exit 1; }; } | |
1517 | fi | |
1518 | ||
1519 | ac_ext=c | |
1520 | ac_cpp='$CPP $CPPFLAGS' | |
1521 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
1522 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
1523 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
1524 | ||
1525 | ||
1526 | ||
1527 | ||
1528 | ||
1529 | ||
1530 | ||
1531 | ||
1532 | ||
1533 | ||
1534 | ||
1535 | ||
1536 | ||
1537 | ||
1538 | ||
1539 | ||
1540 | ||
1541 | ||
1542 | ||
1543 | ||
1544 | ||
1545 | ||
1546 | ||
1547 | ||
1548 | ||
1549 | ||
1550 | ||
1551 | ||
1552 | ||
1553 | ||
1554 | ac_aux_dir= | |
1555 | for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do | |
1556 | if test -f $ac_dir/install-sh; then | |
1557 | ac_aux_dir=$ac_dir | |
1558 | ac_install_sh="$ac_aux_dir/install-sh -c" | |
1559 | break | |
1560 | elif test -f $ac_dir/install.sh; then | |
1561 | ac_aux_dir=$ac_dir | |
1562 | ac_install_sh="$ac_aux_dir/install.sh -c" | |
1563 | break | |
1564 | elif test -f $ac_dir/shtool; then | |
1565 | ac_aux_dir=$ac_dir | |
1566 | ac_install_sh="$ac_aux_dir/shtool install -c" | |
1567 | break | |
1568 | fi | |
1569 | done | |
1570 | if test -z "$ac_aux_dir"; then | |
1571 | { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 | |
1572 | echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} | |
1573 | { (exit 1); exit 1; }; } | |
1574 | fi | |
1575 | ac_config_guess="$SHELL $ac_aux_dir/config.guess" | |
1576 | ac_config_sub="$SHELL $ac_aux_dir/config.sub" | |
1577 | ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. | |
1578 | ||
1579 | # Make sure we can run config.sub. | |
1580 | $ac_config_sub sun4 >/dev/null 2>&1 || | |
1581 | { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 | |
1582 | echo "$as_me: error: cannot run $ac_config_sub" >&2;} | |
1583 | { (exit 1); exit 1; }; } | |
1584 | ||
1585 | echo "$as_me:$LINENO: checking build system type" >&5 | |
1586 | echo $ECHO_N "checking build system type... $ECHO_C" >&6 | |
1587 | if test "${ac_cv_build+set}" = set; then | |
1588 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
1589 | else | |
1590 | ac_cv_build_alias=$build_alias | |
1591 | test -z "$ac_cv_build_alias" && | |
1592 | ac_cv_build_alias=`$ac_config_guess` | |
1593 | test -z "$ac_cv_build_alias" && | |
1594 | { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 | |
1595 | echo "$as_me: error: cannot guess build type; you must specify one" >&2;} | |
1596 | { (exit 1); exit 1; }; } | |
1597 | ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || | |
1598 | { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 | |
1599 | echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} | |
1600 | { (exit 1); exit 1; }; } | |
1601 | ||
1602 | fi | |
1603 | echo "$as_me:$LINENO: result: $ac_cv_build" >&5 | |
1604 | echo "${ECHO_T}$ac_cv_build" >&6 | |
1605 | build=$ac_cv_build | |
1606 | build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
1607 | build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
1608 | build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
1609 | ||
1610 | ||
1611 | echo "$as_me:$LINENO: checking host system type" >&5 | |
1612 | echo $ECHO_N "checking host system type... $ECHO_C" >&6 | |
1613 | if test "${ac_cv_host+set}" = set; then | |
1614 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
1615 | else | |
1616 | ac_cv_host_alias=$host_alias | |
1617 | test -z "$ac_cv_host_alias" && | |
1618 | ac_cv_host_alias=$ac_cv_build_alias | |
1619 | ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || | |
1620 | { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 | |
1621 | echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} | |
1622 | { (exit 1); exit 1; }; } | |
1623 | ||
1624 | fi | |
1625 | echo "$as_me:$LINENO: result: $ac_cv_host" >&5 | |
1626 | echo "${ECHO_T}$ac_cv_host" >&6 | |
1627 | host=$ac_cv_host | |
1628 | host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
1629 | host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
1630 | host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
1631 | ||
1632 | ||
1633 | echo "$as_me:$LINENO: checking target system type" >&5 | |
1634 | echo $ECHO_N "checking target system type... $ECHO_C" >&6 | |
1635 | if test "${ac_cv_target+set}" = set; then | |
1636 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
1637 | else | |
1638 | ac_cv_target_alias=$target_alias | |
1639 | test "x$ac_cv_target_alias" = "x" && | |
1640 | ac_cv_target_alias=$ac_cv_host_alias | |
1641 | ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || | |
1642 | { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5 | |
1643 | echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} | |
1644 | { (exit 1); exit 1; }; } | |
1645 | ||
1646 | fi | |
1647 | echo "$as_me:$LINENO: result: $ac_cv_target" >&5 | |
1648 | echo "${ECHO_T}$ac_cv_target" >&6 | |
1649 | target=$ac_cv_target | |
1650 | target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
1651 | target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
1652 | target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
1653 | ||
1654 | ||
1655 | # The aliases save the names the user supplied, while $host etc. | |
1656 | # will get canonicalized. | |
1657 | test -n "$target_alias" && | |
1658 | test "$program_prefix$program_suffix$program_transform_name" = \ | |
1659 | NONENONEs,x,x, && | |
1660 | program_prefix=${target_alias}- | |
1661 | ||
1662 | ||
1663 | ||
ceec2216 | 1664 | wx_major_version_number=2 |
e0d84535 | 1665 | wx_minor_version_number=6 |
eb730a0c | 1666 | wx_release_number=2 |
063c96c1 | 1667 | wx_subrelease_number=1 |
a848cd7e | 1668 | |
ceec2216 RL |
1669 | WX_RELEASE=$wx_major_version_number.$wx_minor_version_number |
1670 | WX_VERSION=$WX_RELEASE.$wx_release_number | |
1671 | WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number | |
a848cd7e | 1672 | |
ceec2216 | 1673 | WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number |
a848cd7e | 1674 | |
a848cd7e SC |
1675 | |
1676 | ||
1677 | ||
1678 | USE_UNIX=1 | |
1679 | USE_OS2=0 | |
1680 | USE_WIN32=0 | |
1681 | USE_DOS=0 | |
1682 | USE_BEOS=0 | |
1683 | USE_MAC=0 | |
1684 | ||
1685 | USE_AIX= | |
1686 | USE_BSD= USE_DARWIN= USE_FREEBSD= | |
1687 | USE_GNU= USE_HPUX= | |
1688 | USE_LINUX= | |
1689 | USE_NETBSD= | |
1690 | USE_OPENBSD= | |
1691 | USE_OSF= USE_SGI= | |
1692 | USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS= | |
1693 | USE_ULTRIX= | |
1694 | USE_UNIXWARE= | |
1695 | ||
1696 | USE_ALPHA= | |
1697 | ||
1698 | NEEDS_D_REENTRANT_FOR_R_FUNCS=0 | |
1699 | ||
1700 | ALL_TOOLKITS="COCOA GTK MAC MGL MICROWIN MOTIF MSW PM X11" | |
1701 | ||
1702 | DEFAULT_wxUSE_COCOA=0 | |
1703 | DEFAULT_wxUSE_GTK=0 | |
1704 | DEFAULT_wxUSE_MAC=0 | |
1705 | DEFAULT_wxUSE_MGL=0 | |
1706 | DEFAULT_wxUSE_MICROWIN=0 | |
1707 | DEFAULT_wxUSE_MOTIF=0 | |
1708 | DEFAULT_wxUSE_MSW=0 | |
1709 | DEFAULT_wxUSE_PM=0 | |
1710 | DEFAULT_wxUSE_X11=0 | |
1711 | ||
1712 | DEFAULT_DEFAULT_wxUSE_COCOA=0 | |
1713 | DEFAULT_DEFAULT_wxUSE_GTK=0 | |
1714 | DEFAULT_DEFAULT_wxUSE_MAC=0 | |
1715 | DEFAULT_DEFAULT_wxUSE_MGL=0 | |
1716 | DEFAULT_DEFAULT_wxUSE_MICROWIN=0 | |
1717 | DEFAULT_DEFAULT_wxUSE_MOTIF=0 | |
1718 | DEFAULT_DEFAULT_wxUSE_MSW=0 | |
1719 | DEFAULT_DEFAULT_wxUSE_PM=0 | |
1720 | DEFAULT_DEFAULT_wxUSE_X11=0 | |
1721 | ||
1722 | PROGRAM_EXT= | |
1723 | SO_SUFFIX=so | |
1724 | SAMPLES_RPATH_FLAG= | |
1725 | SAMPLES_RPATH_POSTLINK= | |
1726 | ||
a03b8b04 RD |
1727 | DEFAULT_STD_FLAG=yes |
1728 | ||
a848cd7e SC |
1729 | case "${host}" in |
1730 | *-hp-hpux* ) | |
1731 | USE_HPUX=1 | |
1732 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1733 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 | |
1734 | SO_SUFFIX=sl | |
1735 | cat >>confdefs.h <<\_ACEOF | |
1736 | #define __HPUX__ 1 | |
1737 | _ACEOF | |
1738 | ||
1739 | ;; | |
1740 | *-*-linux* ) | |
1741 | USE_LINUX=1 | |
1742 | cat >>confdefs.h <<\_ACEOF | |
1743 | #define __LINUX__ 1 | |
1744 | _ACEOF | |
1745 | ||
1746 | TMP=`uname -m` | |
1747 | if test "x$TMP" = "xalpha"; then | |
1748 | USE_ALPHA=1 | |
1749 | cat >>confdefs.h <<\_ACEOF | |
1750 | #define __ALPHA__ 1 | |
1751 | _ACEOF | |
1752 | ||
1753 | fi | |
1754 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1755 | ;; | |
1756 | *-*-gnu* | *-*-k*bsd*-gnu ) | |
1757 | USE_GNU=1 | |
1758 | TMP=`uname -m` | |
1759 | if test "x$TMP" = "xalpha"; then | |
1760 | USE_ALPHA=1 | |
1761 | cat >>confdefs.h <<\_ACEOF | |
1762 | #define __ALPHA__ 1 | |
1763 | _ACEOF | |
1764 | ||
1765 | fi | |
1766 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1767 | ;; | |
1768 | *-*-irix5* | *-*-irix6* ) | |
1769 | USE_SGI=1 | |
1770 | USE_SVR4=1 | |
1771 | cat >>confdefs.h <<\_ACEOF | |
1772 | #define __SGI__ 1 | |
1773 | _ACEOF | |
1774 | ||
1775 | cat >>confdefs.h <<\_ACEOF | |
1776 | #define __SVR4__ 1 | |
1777 | _ACEOF | |
1778 | ||
1779 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1780 | ;; | |
1781 | *-*-solaris2* ) | |
1782 | USE_SUN=1 | |
1783 | USE_SOLARIS=1 | |
1784 | USE_SVR4=1 | |
1785 | cat >>confdefs.h <<\_ACEOF | |
1786 | #define __SUN__ 1 | |
1787 | _ACEOF | |
1788 | ||
1789 | cat >>confdefs.h <<\_ACEOF | |
1790 | #define __SOLARIS__ 1 | |
1791 | _ACEOF | |
1792 | ||
1793 | cat >>confdefs.h <<\_ACEOF | |
1794 | #define __SVR4__ 1 | |
1795 | _ACEOF | |
1796 | ||
1797 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1798 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 | |
1799 | ;; | |
1800 | *-*-sunos4* ) | |
1801 | USE_SUN=1 | |
1802 | USE_SUNOS=1 | |
1803 | USE_BSD=1 | |
1804 | cat >>confdefs.h <<\_ACEOF | |
1805 | #define __SUN__ 1 | |
1806 | _ACEOF | |
1807 | ||
1808 | cat >>confdefs.h <<\_ACEOF | |
1809 | #define __SUNOS__ 1 | |
1810 | _ACEOF | |
1811 | ||
1812 | cat >>confdefs.h <<\_ACEOF | |
1813 | #define __BSD__ 1 | |
1814 | _ACEOF | |
1815 | ||
1816 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1817 | ;; | |
1818 | *-*-freebsd*) | |
1819 | USE_BSD=1 | |
1820 | USE_FREEBSD=1 | |
1821 | cat >>confdefs.h <<\_ACEOF | |
1822 | #define __FREEBSD__ 1 | |
1823 | _ACEOF | |
1824 | ||
1825 | cat >>confdefs.h <<\_ACEOF | |
1826 | #define __BSD__ 1 | |
1827 | _ACEOF | |
1828 | ||
1829 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1830 | ;; | |
1831 | *-*-openbsd*) | |
1832 | USE_BSD=1 | |
1833 | USE_OPENBSD=1 | |
1834 | cat >>confdefs.h <<\_ACEOF | |
1835 | #define __OPENBSD__ 1 | |
1836 | _ACEOF | |
1837 | ||
1838 | cat >>confdefs.h <<\_ACEOF | |
1839 | #define __BSD__ 1 | |
1840 | _ACEOF | |
1841 | ||
1842 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1843 | ;; | |
1844 | *-*-netbsd*) | |
1845 | USE_BSD=1 | |
1846 | USE_NETBSD=1 | |
1847 | cat >>confdefs.h <<\_ACEOF | |
1848 | #define __NETBSD__ 1 | |
1849 | _ACEOF | |
1850 | ||
1851 | cat >>confdefs.h <<\_ACEOF | |
1852 | #define __BSD__ 1 | |
1853 | _ACEOF | |
1854 | ||
1855 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1856 | ;; | |
1857 | *-*-osf* ) | |
1858 | USE_ALPHA=1 | |
1859 | USE_OSF=1 | |
1860 | cat >>confdefs.h <<\_ACEOF | |
1861 | #define __ALPHA__ 1 | |
1862 | _ACEOF | |
1863 | ||
1864 | cat >>confdefs.h <<\_ACEOF | |
1865 | #define __OSF__ 1 | |
1866 | _ACEOF | |
1867 | ||
1868 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1869 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 | |
1870 | ;; | |
1871 | *-*-dgux5* ) | |
1872 | USE_ALPHA=1 | |
1873 | USE_SVR4=1 | |
1874 | cat >>confdefs.h <<\_ACEOF | |
1875 | #define __ALPHA__ 1 | |
1876 | _ACEOF | |
1877 | ||
1878 | cat >>confdefs.h <<\_ACEOF | |
1879 | #define __SVR4__ 1 | |
1880 | _ACEOF | |
1881 | ||
1882 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1883 | ;; | |
1884 | *-*-sysv5* ) | |
1885 | USE_SYSV=1 | |
1886 | USE_SVR4=1 | |
1887 | cat >>confdefs.h <<\_ACEOF | |
1888 | #define __SYSV__ 1 | |
1889 | _ACEOF | |
1890 | ||
1891 | cat >>confdefs.h <<\_ACEOF | |
1892 | #define __SVR4__ 1 | |
1893 | _ACEOF | |
1894 | ||
1895 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1896 | ;; | |
1897 | *-*-aix* ) | |
1898 | USE_AIX=1 | |
1899 | USE_SYSV=1 | |
1900 | USE_SVR4=1 | |
1901 | SO_SUFFIX=a | |
1902 | cat >>confdefs.h <<\_ACEOF | |
1903 | #define __AIX__ 1 | |
1904 | _ACEOF | |
1905 | ||
1906 | cat >>confdefs.h <<\_ACEOF | |
1907 | #define __SYSV__ 1 | |
1908 | _ACEOF | |
1909 | ||
1910 | cat >>confdefs.h <<\_ACEOF | |
1911 | #define __SVR4__ 1 | |
1912 | _ACEOF | |
1913 | ||
1914 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1915 | ;; | |
1916 | ||
1917 | *-*-*UnixWare*) | |
1918 | USE_SYSV=1 | |
1919 | USE_SVR4=1 | |
1920 | USE_UNIXWARE=1 | |
1921 | cat >>confdefs.h <<\_ACEOF | |
1922 | #define __UNIXWARE__ 1 | |
1923 | _ACEOF | |
1924 | ||
1925 | ;; | |
1926 | ||
1927 | *-*-cygwin* | *-*-mingw32* ) | |
1928 | SO_SUFFIX=dll | |
1929 | PROGRAM_EXT=".exe" | |
1930 | RESCOMP=windres | |
1931 | DEFAULT_DEFAULT_wxUSE_MSW=1 | |
a03b8b04 | 1932 | DEFAULT_STD_FLAG=no |
a848cd7e SC |
1933 | ;; |
1934 | ||
1935 | *-pc-msdosdjgpp ) | |
1936 | USE_UNIX=0 | |
1937 | USE_DOS=1 | |
1938 | cat >>confdefs.h <<\_ACEOF | |
1939 | #define __DOS__ 1 | |
1940 | _ACEOF | |
1941 | ||
1942 | PROGRAM_EXT=".exe" | |
1943 | DEFAULT_DEFAULT_wxUSE_MGL=1 | |
a848cd7e SC |
1944 | ;; |
1945 | ||
1946 | *-pc-os2_emx | *-pc-os2-emx ) | |
1947 | cat >>confdefs.h <<\_ACEOF | |
1948 | #define __EMX__ 1 | |
1949 | _ACEOF | |
1950 | ||
1951 | USE_OS2=1 | |
1952 | cat >>confdefs.h <<\_ACEOF | |
1953 | #define __OS2__ 1 | |
1954 | _ACEOF | |
1955 | ||
1956 | PROGRAM_EXT=".exe" | |
1957 | DEFAULT_DEFAULT_wxUSE_PM=1 | |
1958 | CXX=gcc | |
1959 | LDFLAGS="$LDFLAGS -Zcrtdll" | |
1960 | ac_executable_extensions=".exe" | |
1961 | export ac_executable_extensions | |
1962 | ac_save_IFS="$IFS" | |
1963 | IFS='\\' | |
1964 | ac_TEMP_PATH= | |
1965 | for ac_dir in $PATH; do | |
1966 | IFS=$ac_save_IFS | |
1967 | if test -z "$ac_TEMP_PATH"; then | |
1968 | ac_TEMP_PATH="$ac_dir" | |
1969 | else | |
1970 | ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir" | |
1971 | fi | |
1972 | done | |
1973 | export PATH="$ac_TEMP_PATH" | |
1974 | unset ac_TEMP_PATH | |
a03b8b04 | 1975 | DEFAULT_STD_FLAG=no |
a848cd7e SC |
1976 | ;; |
1977 | ||
cfda0ea8 | 1978 | *-*-darwin* ) |
a848cd7e SC |
1979 | USE_BSD=1 |
1980 | USE_DARWIN=1 | |
1981 | SO_SUFFIX=dylib | |
1982 | cat >>confdefs.h <<\_ACEOF | |
1983 | #define __BSD__ 1 | |
1984 | _ACEOF | |
1985 | ||
1986 | cat >>confdefs.h <<\_ACEOF | |
1987 | #define __DARWIN__ 1 | |
a848cd7e SC |
1988 | _ACEOF |
1989 | ||
1990 | cat >>confdefs.h <<\_ACEOF | |
1991 | #define TARGET_CARBON 1 | |
1992 | _ACEOF | |
1993 | ||
1994 | DEFAULT_DEFAULT_wxUSE_MAC=1 | |
a03b8b04 | 1995 | DEFAULT_STD_FLAG=no |
a848cd7e | 1996 | ;; |
1e9e8aba DE |
1997 | powerpc-apple-macos* ) |
1998 | USE_UNIX=0 | |
1999 | ac_cv_c_bigendian=yes | |
2000 | SO_SUFFIX=shlib | |
2001 | DEFAULT_DEFAULT_wxUSE_MAC=1 | |
a03b8b04 | 2002 | DEFAULT_STD_FLAG=no |
1e9e8aba | 2003 | ;; |
a848cd7e SC |
2004 | |
2005 | *-*-beos* ) | |
2006 | USE_BEOS=1 | |
2007 | cat >>confdefs.h <<\_ACEOF | |
2008 | #define __BEOS__ 1 | |
2009 | _ACEOF | |
2010 | ||
2011 | ;; | |
2012 | ||
2013 | *) | |
2014 | { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5 | |
2015 | echo "$as_me: error: unknown system type ${host}." >&2;} | |
2016 | { (exit 1); exit 1; }; } | |
2017 | esac | |
2018 | ||
2019 | ||
2020 | ||
2021 | ||
2022 | wx_arg_cache_file="configarg.cache" | |
2023 | echo "loading argument cache $wx_arg_cache_file" | |
2024 | rm -f ${wx_arg_cache_file}.tmp | |
2025 | touch ${wx_arg_cache_file}.tmp | |
2026 | touch ${wx_arg_cache_file} | |
2027 | ||
2028 | ||
2029 | DEBUG_CONFIGURE=0 | |
2030 | if test $DEBUG_CONFIGURE = 1; then | |
2031 | DEFAULT_wxUSE_UNIVERSAL=no | |
2032 | DEFAULT_wxUSE_STL=no | |
2033 | ||
2034 | DEFAULT_wxUSE_NANOX=no | |
2035 | ||
2036 | DEFAULT_wxUSE_THREADS=yes | |
2037 | ||
2038 | DEFAULT_wxUSE_SHARED=yes | |
2039 | DEFAULT_wxUSE_OPTIMISE=no | |
2040 | DEFAULT_wxUSE_PROFILE=no | |
2041 | DEFAULT_wxUSE_NO_DEPS=no | |
2042 | DEFAULT_wxUSE_NO_RTTI=no | |
2043 | DEFAULT_wxUSE_NO_EXCEPTIONS=no | |
ffa0583f | 2044 | DEFAULT_wxUSE_RPATH=yes |
a848cd7e SC |
2045 | DEFAULT_wxUSE_PERMISSIVE=no |
2046 | DEFAULT_wxUSE_DEBUG_FLAG=yes | |
2047 | DEFAULT_wxUSE_DEBUG_INFO=yes | |
2048 | DEFAULT_wxUSE_DEBUG_GDB=yes | |
2049 | DEFAULT_wxUSE_MEM_TRACING=no | |
2050 | DEFAULT_wxUSE_DEBUG_CONTEXT=no | |
2051 | DEFAULT_wxUSE_DMALLOC=no | |
2052 | DEFAULT_wxUSE_APPLE_IEEE=no | |
2053 | ||
2054 | DEFAULT_wxUSE_EXCEPTIONS=no | |
2055 | DEFAULT_wxUSE_LOG=yes | |
2056 | DEFAULT_wxUSE_LOGWINDOW=no | |
2057 | DEFAULT_wxUSE_LOGGUI=no | |
2058 | DEFAULT_wxUSE_LOGDIALOG=no | |
2059 | ||
2060 | DEFAULT_wxUSE_GUI=yes | |
2061 | DEFAULT_wxUSE_CONTROLS=no | |
2062 | ||
2063 | DEFAULT_wxUSE_REGEX=no | |
2064 | DEFAULT_wxUSE_XML=no | |
2065 | DEFAULT_wxUSE_EXPAT=no | |
2066 | DEFAULT_wxUSE_ZLIB=no | |
2067 | DEFAULT_wxUSE_LIBPNG=no | |
2068 | DEFAULT_wxUSE_LIBJPEG=no | |
2069 | DEFAULT_wxUSE_LIBTIFF=no | |
2070 | DEFAULT_wxUSE_LIBXPM=no | |
2071 | DEFAULT_wxUSE_LIBMSPACK=no | |
2072 | DEFAULT_wxUSE_LIBSDL=no | |
d1c38808 | 2073 | DEFAULT_wxUSE_LIBGNOMEPRINT=no |
a848cd7e SC |
2074 | DEFAULT_wxUSE_ODBC=no |
2075 | DEFAULT_wxUSE_OPENGL=no | |
2076 | ||
2077 | DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no | |
eaff0f0d | 2078 | DEFAULT_wxUSE_STACKWALKER=no |
36b6448c | 2079 | DEFAULT_wxUSE_DEBUGREPORT=no |
a848cd7e SC |
2080 | DEFAULT_wxUSE_SNGLINST_CHECKER=no |
2081 | DEFAULT_wxUSE_STD_IOSTREAM=no | |
59746b65 | 2082 | DEFAULT_wxUSE_STD_STRING=no |
a848cd7e SC |
2083 | DEFAULT_wxUSE_CMDLINE_PARSER=no |
2084 | DEFAULT_wxUSE_DATETIME=no | |
2085 | DEFAULT_wxUSE_TIMER=no | |
2086 | DEFAULT_wxUSE_STOPWATCH=no | |
2087 | DEFAULT_wxUSE_FILE=no | |
2088 | DEFAULT_wxUSE_FFILE=no | |
07158944 | 2089 | DEFAULT_wxUSE_STDPATHS=no |
a848cd7e SC |
2090 | DEFAULT_wxUSE_TEXTBUFFER=no |
2091 | DEFAULT_wxUSE_TEXTFILE=no | |
2092 | DEFAULT_wxUSE_SOUND=no | |
3b57de8b | 2093 | DEFAULT_wxUSE_MEDIACTRL=no |
a848cd7e SC |
2094 | DEFAULT_wxUSE_INTL=no |
2095 | DEFAULT_wxUSE_CONFIG=no | |
2096 | DEFAULT_wxUSE_FONTMAP=no | |
2097 | DEFAULT_wxUSE_STREAMS=no | |
2098 | DEFAULT_wxUSE_SOCKETS=no | |
2099 | DEFAULT_wxUSE_OLE=no | |
2100 | DEFAULT_wxUSE_DATAOBJ=no | |
2101 | DEFAULT_wxUSE_DIALUP_MANAGER=no | |
2102 | DEFAULT_wxUSE_JOYSTICK=no | |
2103 | DEFAULT_wxUSE_DYNLIB_CLASS=no | |
2104 | DEFAULT_wxUSE_DYNAMIC_LOADER=no | |
2105 | DEFAULT_wxUSE_LONGLONG=no | |
2106 | DEFAULT_wxUSE_GEOMETRY=no | |
2107 | ||
2108 | DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no | |
2109 | DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no | |
2110 | DEFAULT_wxUSE_POSTSCRIPT=no | |
2111 | ||
2112 | DEFAULT_wxUSE_CLIPBOARD=no | |
2113 | DEFAULT_wxUSE_TOOLTIPS=no | |
2114 | DEFAULT_wxUSE_DRAG_AND_DROP=no | |
2115 | DEFAULT_wxUSE_DRAGIMAGE=no | |
2116 | DEFAULT_wxUSE_SPLINES=no | |
fbe2ca43 | 2117 | DEFAULT_wxUSE_MOUSEWHEEL=no |
a848cd7e | 2118 | |
8a7b1113 | 2119 | DEFAULT_wxUSE_MDI=no |
a848cd7e SC |
2120 | DEFAULT_wxUSE_MDI_ARCHITECTURE=no |
2121 | DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no | |
2122 | DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no | |
2123 | ||
2124 | DEFAULT_wxUSE_RESOURCES=no | |
2125 | DEFAULT_wxUSE_CONSTRAINTS=no | |
2126 | DEFAULT_wxUSE_IPC=no | |
2127 | DEFAULT_wxUSE_HELP=no | |
2128 | DEFAULT_wxUSE_MS_HTML_HELP=no | |
2129 | DEFAULT_wxUSE_WXHTML_HELP=no | |
2130 | DEFAULT_wxUSE_TREELAYOUT=no | |
2131 | DEFAULT_wxUSE_METAFILE=no | |
2132 | DEFAULT_wxUSE_MIMETYPE=no | |
2133 | DEFAULT_wxUSE_SYSTEM_OPTIONS=no | |
2134 | DEFAULT_wxUSE_PROTOCOL=no | |
2135 | DEFAULT_wxUSE_PROTOCOL_HTTP=no | |
2136 | DEFAULT_wxUSE_PROTOCOL_FTP=no | |
2137 | DEFAULT_wxUSE_PROTOCOL_FILE=no | |
2138 | DEFAULT_wxUSE_URL=no | |
2139 | ||
2140 | DEFAULT_wxUSE_COMMONDLGS=no | |
2141 | DEFAULT_wxUSE_CHOICEDLG=no | |
2142 | DEFAULT_wxUSE_COLOURDLG=no | |
2143 | DEFAULT_wxUSE_DIRDLG=no | |
2144 | DEFAULT_wxUSE_FILEDLG=no | |
2145 | DEFAULT_wxUSE_FINDREPLDLG=no | |
2146 | DEFAULT_wxUSE_FONTDLG=no | |
2147 | DEFAULT_wxUSE_MSGDLG=no | |
2148 | DEFAULT_wxUSE_NUMBERDLG=no | |
2149 | DEFAULT_wxUSE_TEXTDLG=no | |
2150 | DEFAULT_wxUSE_SPLASH=no | |
2151 | DEFAULT_wxUSE_STARTUP_TIPS=no | |
2152 | DEFAULT_wxUSE_PROGRESSDLG=no | |
2153 | DEFAULT_wxUSE_WIZARDDLG=no | |
2154 | ||
2155 | DEFAULT_wxUSE_MENUS=no | |
2156 | DEFAULT_wxUSE_MINIFRAME=no | |
2157 | DEFAULT_wxUSE_HTML=no | |
9a8f0513 | 2158 | DEFAULT_wxUSE_XRC=no |
646b6ec1 | 2159 | DEFAULT_wxUSE_WEBKIT=no |
a848cd7e SC |
2160 | DEFAULT_wxUSE_FILESYSTEM=no |
2161 | DEFAULT_wxUSE_FS_INET=no | |
2162 | DEFAULT_wxUSE_FS_ZIP=no | |
2163 | DEFAULT_wxUSE_BUSYINFO=no | |
9e8e867f | 2164 | DEFAULT_wxUSE_ARCHIVE_STREAMS=no |
a848cd7e | 2165 | DEFAULT_wxUSE_ZIPSTREAM=no |
a848cd7e SC |
2166 | DEFAULT_wxUSE_VALIDATORS=no |
2167 | ||
2168 | DEFAULT_wxUSE_ACCEL=no | |
2169 | DEFAULT_wxUSE_BUTTON=no | |
2170 | DEFAULT_wxUSE_BMPBUTTON=no | |
2171 | DEFAULT_wxUSE_CALCTRL=no | |
2172 | DEFAULT_wxUSE_CARET=no | |
2173 | DEFAULT_wxUSE_CHECKBOX=no | |
2174 | DEFAULT_wxUSE_CHECKLST=no | |
2175 | DEFAULT_wxUSE_CHOICE=no | |
92bbdbcd | 2176 | DEFAULT_wxUSE_CHOICEBOOK=no |
a848cd7e | 2177 | DEFAULT_wxUSE_COMBOBOX=no |
da98e9be | 2178 | DEFAULT_wxUSE_DATEPICKCTRL=no |
a848cd7e SC |
2179 | DEFAULT_wxUSE_DISPLAY=no |
2180 | DEFAULT_wxUSE_GAUGE=no | |
2181 | DEFAULT_wxUSE_GRID=no | |
2182 | DEFAULT_wxUSE_IMAGLIST=no | |
2183 | DEFAULT_wxUSE_LISTBOOK=no | |
2184 | DEFAULT_wxUSE_LISTBOX=no | |
2185 | DEFAULT_wxUSE_LISTCTRL=no | |
2186 | DEFAULT_wxUSE_NOTEBOOK=no | |
2187 | DEFAULT_wxUSE_RADIOBOX=no | |
2188 | DEFAULT_wxUSE_RADIOBTN=no | |
2189 | DEFAULT_wxUSE_SASH=no | |
2190 | DEFAULT_wxUSE_SCROLLBAR=no | |
2191 | DEFAULT_wxUSE_SLIDER=no | |
2192 | DEFAULT_wxUSE_SPINBTN=no | |
2193 | DEFAULT_wxUSE_SPINCTRL=no | |
2194 | DEFAULT_wxUSE_SPLITTER=no | |
2195 | DEFAULT_wxUSE_STATBMP=no | |
2196 | DEFAULT_wxUSE_STATBOX=no | |
2197 | DEFAULT_wxUSE_STATLINE=no | |
2198 | DEFAULT_wxUSE_STATTEXT=no | |
2199 | DEFAULT_wxUSE_STATUSBAR=yes | |
2200 | DEFAULT_wxUSE_TABDIALOG=no | |
2201 | DEFAULT_wxUSE_TEXTCTRL=no | |
2202 | DEFAULT_wxUSE_TOGGLEBTN=no | |
2203 | DEFAULT_wxUSE_TOOLBAR=no | |
2204 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no | |
2205 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=no | |
2206 | DEFAULT_wxUSE_TREECTRL=no | |
2207 | DEFAULT_wxUSE_POPUPWIN=no | |
2208 | DEFAULT_wxUSE_TIPWINDOW=no | |
2209 | ||
2210 | DEFAULT_wxUSE_UNICODE=no | |
2211 | DEFAULT_wxUSE_UNICODE_MSLU=no | |
2212 | DEFAULT_wxUSE_WCSRTOMBS=no | |
2213 | ||
2214 | DEFAULT_wxUSE_PALETTE=no | |
2215 | DEFAULT_wxUSE_IMAGE=no | |
2216 | DEFAULT_wxUSE_GIF=no | |
2217 | DEFAULT_wxUSE_PCX=no | |
2218 | DEFAULT_wxUSE_PNM=no | |
2219 | DEFAULT_wxUSE_IFF=no | |
2220 | DEFAULT_wxUSE_XPM=no | |
2221 | DEFAULT_wxUSE_ICO_CUR=no | |
2222 | DEFAULT_wxUSE_ACCESSIBILITY=no | |
2223 | ||
2224 | DEFAULT_wxUSE_MONOLITHIC=no | |
2225 | DEFAULT_wxUSE_PLUGINS=no | |
2226 | DEFAULT_wxUSE_OFFICIAL_BUILD=no | |
2227 | else | |
2228 | DEFAULT_wxUSE_UNIVERSAL=no | |
2229 | DEFAULT_wxUSE_STL=no | |
2230 | ||
2231 | DEFAULT_wxUSE_NANOX=no | |
2232 | ||
2233 | DEFAULT_wxUSE_THREADS=yes | |
2234 | ||
2235 | DEFAULT_wxUSE_SHARED=yes | |
2236 | DEFAULT_wxUSE_OPTIMISE=yes | |
2237 | DEFAULT_wxUSE_PROFILE=no | |
2238 | DEFAULT_wxUSE_NO_DEPS=no | |
2239 | DEFAULT_wxUSE_NO_RTTI=no | |
2240 | DEFAULT_wxUSE_NO_EXCEPTIONS=no | |
ffa0583f | 2241 | DEFAULT_wxUSE_RPATH=yes |
a848cd7e SC |
2242 | DEFAULT_wxUSE_PERMISSIVE=no |
2243 | DEFAULT_wxUSE_DEBUG_FLAG=no | |
2244 | DEFAULT_wxUSE_DEBUG_INFO=no | |
2245 | DEFAULT_wxUSE_DEBUG_GDB=no | |
2246 | DEFAULT_wxUSE_MEM_TRACING=no | |
2247 | DEFAULT_wxUSE_DEBUG_CONTEXT=no | |
2248 | DEFAULT_wxUSE_DMALLOC=no | |
2249 | DEFAULT_wxUSE_APPLE_IEEE=yes | |
2250 | ||
2251 | DEFAULT_wxUSE_EXCEPTIONS=yes | |
2252 | DEFAULT_wxUSE_LOG=yes | |
2253 | DEFAULT_wxUSE_LOGWINDOW=yes | |
2254 | DEFAULT_wxUSE_LOGGUI=yes | |
2255 | DEFAULT_wxUSE_LOGDIALOG=yes | |
2256 | ||
2257 | DEFAULT_wxUSE_GUI=yes | |
2258 | ||
2259 | DEFAULT_wxUSE_REGEX=yes | |
2260 | DEFAULT_wxUSE_XML=yes | |
2261 | DEFAULT_wxUSE_EXPAT=yes | |
2262 | DEFAULT_wxUSE_ZLIB=yes | |
2263 | DEFAULT_wxUSE_LIBPNG=yes | |
2264 | DEFAULT_wxUSE_LIBJPEG=yes | |
2265 | DEFAULT_wxUSE_LIBTIFF=yes | |
2266 | DEFAULT_wxUSE_LIBXPM=yes | |
2267 | DEFAULT_wxUSE_LIBMSPACK=yes | |
2268 | DEFAULT_wxUSE_LIBSDL=no | |
a03b8b04 | 2269 | DEFAULT_wxUSE_LIBGNOMEPRINT=no |
a848cd7e | 2270 | DEFAULT_wxUSE_ODBC=no |
52cb607e | 2271 | DEFAULT_wxUSE_OPENGL=no |
a848cd7e SC |
2272 | |
2273 | DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes | |
eaff0f0d | 2274 | DEFAULT_wxUSE_STACKWALKER=yes |
6671c68b | 2275 | DEFAULT_wxUSE_DEBUGREPORT=yes |
a848cd7e | 2276 | DEFAULT_wxUSE_SNGLINST_CHECKER=yes |
a03b8b04 RD |
2277 | DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG |
2278 | DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG | |
a848cd7e SC |
2279 | DEFAULT_wxUSE_CMDLINE_PARSER=yes |
2280 | DEFAULT_wxUSE_DATETIME=yes | |
2281 | DEFAULT_wxUSE_TIMER=yes | |
2282 | DEFAULT_wxUSE_STOPWATCH=yes | |
2283 | DEFAULT_wxUSE_FILE=yes | |
2284 | DEFAULT_wxUSE_FFILE=yes | |
07158944 | 2285 | DEFAULT_wxUSE_STDPATHS=yes |
a848cd7e SC |
2286 | DEFAULT_wxUSE_TEXTBUFFER=yes |
2287 | DEFAULT_wxUSE_TEXTFILE=yes | |
2288 | DEFAULT_wxUSE_SOUND=yes | |
3b57de8b | 2289 | DEFAULT_wxUSE_MEDIACTRL=no |
a848cd7e SC |
2290 | DEFAULT_wxUSE_INTL=yes |
2291 | DEFAULT_wxUSE_CONFIG=yes | |
2292 | DEFAULT_wxUSE_FONTMAP=yes | |
2293 | DEFAULT_wxUSE_STREAMS=yes | |
2294 | DEFAULT_wxUSE_SOCKETS=yes | |
2295 | DEFAULT_wxUSE_OLE=yes | |
2296 | DEFAULT_wxUSE_DATAOBJ=yes | |
2297 | DEFAULT_wxUSE_DIALUP_MANAGER=yes | |
2298 | DEFAULT_wxUSE_JOYSTICK=yes | |
2299 | DEFAULT_wxUSE_DYNLIB_CLASS=yes | |
2300 | DEFAULT_wxUSE_DYNAMIC_LOADER=yes | |
2301 | DEFAULT_wxUSE_LONGLONG=yes | |
2302 | DEFAULT_wxUSE_GEOMETRY=yes | |
2303 | ||
2304 | DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes | |
2305 | DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes | |
2306 | DEFAULT_wxUSE_POSTSCRIPT=yes | |
2307 | ||
2308 | DEFAULT_wxUSE_CLIPBOARD=yes | |
2309 | DEFAULT_wxUSE_TOOLTIPS=yes | |
2310 | DEFAULT_wxUSE_DRAG_AND_DROP=yes | |
2311 | DEFAULT_wxUSE_DRAGIMAGE=yes | |
2312 | DEFAULT_wxUSE_SPLINES=yes | |
fbe2ca43 | 2313 | DEFAULT_wxUSE_MOUSEWHEEL=yes |
a848cd7e | 2314 | |
8a7b1113 | 2315 | DEFAULT_wxUSE_MDI=yes |
a848cd7e SC |
2316 | DEFAULT_wxUSE_MDI_ARCHITECTURE=yes |
2317 | DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes | |
2318 | DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes | |
2319 | ||
2320 | DEFAULT_wxUSE_RESOURCES=no | |
2321 | DEFAULT_wxUSE_CONSTRAINTS=yes | |
2322 | DEFAULT_wxUSE_IPC=yes | |
2323 | DEFAULT_wxUSE_HELP=yes | |
2324 | DEFAULT_wxUSE_MS_HTML_HELP=yes | |
2325 | DEFAULT_wxUSE_WXHTML_HELP=yes | |
2326 | DEFAULT_wxUSE_TREELAYOUT=yes | |
2327 | DEFAULT_wxUSE_METAFILE=yes | |
2328 | DEFAULT_wxUSE_MIMETYPE=yes | |
2329 | DEFAULT_wxUSE_SYSTEM_OPTIONS=yes | |
2330 | DEFAULT_wxUSE_PROTOCOL=yes | |
2331 | DEFAULT_wxUSE_PROTOCOL_HTTP=yes | |
2332 | DEFAULT_wxUSE_PROTOCOL_FTP=yes | |
2333 | DEFAULT_wxUSE_PROTOCOL_FILE=yes | |
2334 | DEFAULT_wxUSE_URL=yes | |
2335 | ||
2336 | DEFAULT_wxUSE_COMMONDLGS=yes | |
2337 | DEFAULT_wxUSE_CHOICEDLG=yes | |
2338 | DEFAULT_wxUSE_COLOURDLG=yes | |
2339 | DEFAULT_wxUSE_DIRDLG=yes | |
2340 | DEFAULT_wxUSE_FILEDLG=yes | |
2341 | DEFAULT_wxUSE_FINDREPLDLG=yes | |
2342 | DEFAULT_wxUSE_FONTDLG=yes | |
2343 | DEFAULT_wxUSE_MSGDLG=yes | |
2344 | DEFAULT_wxUSE_NUMBERDLG=yes | |
2345 | DEFAULT_wxUSE_TEXTDLG=yes | |
2346 | DEFAULT_wxUSE_SPLASH=yes | |
2347 | DEFAULT_wxUSE_STARTUP_TIPS=yes | |
2348 | DEFAULT_wxUSE_PROGRESSDLG=yes | |
2349 | DEFAULT_wxUSE_WIZARDDLG=yes | |
2350 | ||
2351 | DEFAULT_wxUSE_MENUS=yes | |
2352 | DEFAULT_wxUSE_MINIFRAME=yes | |
2353 | DEFAULT_wxUSE_HTML=yes | |
9a8f0513 | 2354 | DEFAULT_wxUSE_XRC=yes |
646b6ec1 | 2355 | DEFAULT_wxUSE_WEBKIT=yes |
a848cd7e SC |
2356 | DEFAULT_wxUSE_FILESYSTEM=yes |
2357 | DEFAULT_wxUSE_FS_INET=yes | |
2358 | DEFAULT_wxUSE_FS_ZIP=yes | |
2359 | DEFAULT_wxUSE_BUSYINFO=yes | |
9e8e867f | 2360 | DEFAULT_wxUSE_ARCHIVE_STREAMS=yes |
a848cd7e | 2361 | DEFAULT_wxUSE_ZIPSTREAM=yes |
a848cd7e SC |
2362 | DEFAULT_wxUSE_VALIDATORS=yes |
2363 | ||
2364 | DEFAULT_wxUSE_ACCEL=yes | |
2365 | DEFAULT_wxUSE_BUTTON=yes | |
2366 | DEFAULT_wxUSE_BMPBUTTON=yes | |
2367 | DEFAULT_wxUSE_CALCTRL=yes | |
2368 | DEFAULT_wxUSE_CARET=yes | |
2369 | DEFAULT_wxUSE_CHECKBOX=yes | |
2370 | DEFAULT_wxUSE_CHECKLST=yes | |
2371 | DEFAULT_wxUSE_CHOICE=yes | |
92bbdbcd | 2372 | DEFAULT_wxUSE_CHOICEBOOK=yes |
a848cd7e | 2373 | DEFAULT_wxUSE_COMBOBOX=yes |
da98e9be | 2374 | DEFAULT_wxUSE_DATEPICKCTRL=yes |
a848cd7e SC |
2375 | DEFAULT_wxUSE_DISPLAY=yes |
2376 | DEFAULT_wxUSE_GAUGE=yes | |
2377 | DEFAULT_wxUSE_GRID=yes | |
2378 | DEFAULT_wxUSE_IMAGLIST=yes | |
2379 | DEFAULT_wxUSE_LISTBOOK=yes | |
2380 | DEFAULT_wxUSE_LISTBOX=yes | |
2381 | DEFAULT_wxUSE_LISTCTRL=yes | |
2382 | DEFAULT_wxUSE_NOTEBOOK=yes | |
2383 | DEFAULT_wxUSE_RADIOBOX=yes | |
2384 | DEFAULT_wxUSE_RADIOBTN=yes | |
2385 | DEFAULT_wxUSE_SASH=yes | |
2386 | DEFAULT_wxUSE_SCROLLBAR=yes | |
2387 | DEFAULT_wxUSE_SLIDER=yes | |
2388 | DEFAULT_wxUSE_SPINBTN=yes | |
2389 | DEFAULT_wxUSE_SPINCTRL=yes | |
2390 | DEFAULT_wxUSE_SPLITTER=yes | |
2391 | DEFAULT_wxUSE_STATBMP=yes | |
2392 | DEFAULT_wxUSE_STATBOX=yes | |
2393 | DEFAULT_wxUSE_STATLINE=yes | |
2394 | DEFAULT_wxUSE_STATTEXT=yes | |
2395 | DEFAULT_wxUSE_STATUSBAR=yes | |
2396 | DEFAULT_wxUSE_TABDIALOG=no | |
2397 | DEFAULT_wxUSE_TEXTCTRL=yes | |
2398 | DEFAULT_wxUSE_TOGGLEBTN=yes | |
2399 | DEFAULT_wxUSE_TOOLBAR=yes | |
2400 | DEFAULT_wxUSE_TOOLBAR_NATIVE=yes | |
2401 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes | |
2402 | DEFAULT_wxUSE_TREECTRL=yes | |
2403 | DEFAULT_wxUSE_POPUPWIN=yes | |
2404 | DEFAULT_wxUSE_TIPWINDOW=yes | |
2405 | ||
78de529b | 2406 | DEFAULT_wxUSE_UNICODE=no |
a848cd7e SC |
2407 | DEFAULT_wxUSE_UNICODE_MSLU=yes |
2408 | DEFAULT_wxUSE_WCSRTOMBS=no | |
2409 | ||
2410 | DEFAULT_wxUSE_PALETTE=yes | |
2411 | DEFAULT_wxUSE_IMAGE=yes | |
2412 | DEFAULT_wxUSE_GIF=yes | |
2413 | DEFAULT_wxUSE_PCX=yes | |
2414 | DEFAULT_wxUSE_IFF=no | |
2415 | DEFAULT_wxUSE_PNM=yes | |
2416 | DEFAULT_wxUSE_XPM=yes | |
2417 | DEFAULT_wxUSE_ICO_CUR=yes | |
2418 | DEFAULT_wxUSE_ACCESSIBILITY=no | |
2419 | ||
2420 | DEFAULT_wxUSE_MONOLITHIC=no | |
2421 | DEFAULT_wxUSE_PLUGINS=no | |
2422 | DEFAULT_wxUSE_OFFICIAL_BUILD=no | |
9f45f08e | 2423 | |
f34ca037 | 2424 | DEFAULT_wxUSE_GTK2=yes |
a848cd7e SC |
2425 | fi |
2426 | ||
2427 | ||
2428 | ||
f34ca037 | 2429 | |
a848cd7e SC |
2430 | for toolkit in `echo $ALL_TOOLKITS`; do |
2431 | LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}` | |
2432 | if test "x$LINE" != "x" ; then | |
2433 | has_toolkit_in_cache=1 | |
2434 | eval "DEFAULT_$LINE" | |
2435 | eval "CACHE_$toolkit=1" | |
f34ca037 MW |
2436 | |
2437 | LINE=`grep "wx${toolkit}_VERSION=" ${wx_arg_cache_file}` | |
2438 | if test "x$LINE" != "x" ; then | |
2439 | eval "DEFAULT_$LINE" | |
2440 | fi | |
a848cd7e SC |
2441 | fi |
2442 | done | |
2443 | ||
2444 | ||
2445 | ||
2446 | enablestring= | |
2447 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5 | |
2448 | echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6 | |
2449 | no_cache=0 | |
2450 | # Check whether --enable-gui or --disable-gui was given. | |
2451 | if test "${enable_gui+set}" = set; then | |
2452 | enableval="$enable_gui" | |
2453 | ||
2454 | if test "$enableval" = yes; then | |
2455 | ac_cv_use_gui='wxUSE_GUI=yes' | |
2456 | else | |
2457 | ac_cv_use_gui='wxUSE_GUI=no' | |
2458 | fi | |
2459 | ||
2460 | else | |
2461 | ||
2462 | LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}` | |
2463 | if test "x$LINE" != x ; then | |
2464 | eval "DEFAULT_$LINE" | |
2465 | else | |
2466 | no_cache=1 | |
2467 | fi | |
2468 | ||
2469 | ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI | |
2470 | ||
2471 | fi; | |
2472 | ||
2473 | eval "$ac_cv_use_gui" | |
2474 | if test "$no_cache" != 1; then | |
2475 | echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp | |
2476 | fi | |
2477 | ||
2478 | if test "$wxUSE_GUI" = yes; then | |
2479 | echo "$as_me:$LINENO: result: yes" >&5 | |
2480 | echo "${ECHO_T}yes" >&6 | |
2481 | else | |
2482 | echo "$as_me:$LINENO: result: no" >&5 | |
2483 | echo "${ECHO_T}no" >&6 | |
2484 | fi | |
2485 | ||
2486 | ||
2487 | enablestring= | |
2488 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5 | |
2489 | echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6 | |
2490 | no_cache=0 | |
2491 | # Check whether --enable-monolithic or --disable-monolithic was given. | |
2492 | if test "${enable_monolithic+set}" = set; then | |
2493 | enableval="$enable_monolithic" | |
2494 | ||
2495 | if test "$enableval" = yes; then | |
2496 | ac_cv_use_monolithic='wxUSE_MONOLITHIC=yes' | |
2497 | else | |
2498 | ac_cv_use_monolithic='wxUSE_MONOLITHIC=no' | |
2499 | fi | |
2500 | ||
2501 | else | |
2502 | ||
2503 | LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}` | |
2504 | if test "x$LINE" != x ; then | |
2505 | eval "DEFAULT_$LINE" | |
2506 | else | |
2507 | no_cache=1 | |
2508 | fi | |
2509 | ||
2510 | ac_cv_use_monolithic='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC | |
2511 | ||
2512 | fi; | |
2513 | ||
2514 | eval "$ac_cv_use_monolithic" | |
2515 | if test "$no_cache" != 1; then | |
2516 | echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp | |
2517 | fi | |
2518 | ||
2519 | if test "$wxUSE_MONOLITHIC" = yes; then | |
2520 | echo "$as_me:$LINENO: result: yes" >&5 | |
2521 | echo "${ECHO_T}yes" >&6 | |
2522 | else | |
2523 | echo "$as_me:$LINENO: result: no" >&5 | |
2524 | echo "${ECHO_T}no" >&6 | |
2525 | fi | |
2526 | ||
2527 | ||
2528 | enablestring= | |
2529 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5 | |
2530 | echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6 | |
2531 | no_cache=0 | |
2532 | # Check whether --enable-plugins or --disable-plugins was given. | |
2533 | if test "${enable_plugins+set}" = set; then | |
2534 | enableval="$enable_plugins" | |
2535 | ||
2536 | if test "$enableval" = yes; then | |
2537 | ac_cv_use_plugins='wxUSE_PLUGINS=yes' | |
2538 | else | |
2539 | ac_cv_use_plugins='wxUSE_PLUGINS=no' | |
2540 | fi | |
2541 | ||
2542 | else | |
2543 | ||
2544 | LINE=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}` | |
2545 | if test "x$LINE" != x ; then | |
2546 | eval "DEFAULT_$LINE" | |
2547 | else | |
2548 | no_cache=1 | |
2549 | fi | |
2550 | ||
2551 | ac_cv_use_plugins='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS | |
2552 | ||
2553 | fi; | |
2554 | ||
2555 | eval "$ac_cv_use_plugins" | |
2556 | if test "$no_cache" != 1; then | |
2557 | echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp | |
2558 | fi | |
2559 | ||
2560 | if test "$wxUSE_PLUGINS" = yes; then | |
2561 | echo "$as_me:$LINENO: result: yes" >&5 | |
2562 | echo "${ECHO_T}yes" >&6 | |
2563 | else | |
2564 | echo "$as_me:$LINENO: result: no" >&5 | |
2565 | echo "${ECHO_T}no" >&6 | |
2566 | fi | |
2567 | ||
2568 | ||
2569 | if test "$wxUSE_GUI" = "yes"; then | |
2570 | ||
2571 | ||
2572 | enablestring= | |
2573 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5 | |
2574 | echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6 | |
2575 | no_cache=0 | |
2576 | # Check whether --enable-universal or --disable-universal was given. | |
2577 | if test "${enable_universal+set}" = set; then | |
2578 | enableval="$enable_universal" | |
2579 | ||
2580 | if test "$enableval" = yes; then | |
2581 | ac_cv_use_universal='wxUSE_UNIVERSAL=yes' | |
2582 | else | |
2583 | ac_cv_use_universal='wxUSE_UNIVERSAL=no' | |
2584 | fi | |
2585 | ||
2586 | else | |
2587 | ||
2588 | LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}` | |
2589 | if test "x$LINE" != x ; then | |
2590 | eval "DEFAULT_$LINE" | |
2591 | else | |
2592 | no_cache=1 | |
2593 | fi | |
2594 | ||
2595 | ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL | |
2596 | ||
2597 | fi; | |
2598 | ||
2599 | eval "$ac_cv_use_universal" | |
2600 | if test "$no_cache" != 1; then | |
2601 | echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp | |
2602 | fi | |
2603 | ||
2604 | if test "$wxUSE_UNIVERSAL" = yes; then | |
2605 | echo "$as_me:$LINENO: result: yes" >&5 | |
2606 | echo "${ECHO_T}yes" >&6 | |
2607 | else | |
2608 | echo "$as_me:$LINENO: result: no" >&5 | |
2609 | echo "${ECHO_T}no" >&6 | |
2610 | fi | |
2611 | ||
2612 | ||
2613 | # Check whether --with-gtk or --without-gtk was given. | |
2614 | if test "${with_gtk+set}" = set; then | |
2615 | withval="$with_gtk" | |
2616 | wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1 | |
2617 | fi; | |
2618 | ||
2619 | # Check whether --with-motif or --without-motif was given. | |
2620 | if test "${with_motif+set}" = set; then | |
2621 | withval="$with_motif" | |
2622 | wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1 | |
2623 | fi; | |
2624 | ||
2625 | # Check whether --with-mac or --without-mac was given. | |
2626 | if test "${with_mac+set}" = set; then | |
2627 | withval="$with_mac" | |
c228d3a4 | 2628 | wxUSE_MAC="$withval" CACHE_MAC=1 TOOLKIT_GIVEN=1 |
a848cd7e SC |
2629 | fi; |
2630 | ||
2631 | # Check whether --with-cocoa or --without-cocoa was given. | |
2632 | if test "${with_cocoa+set}" = set; then | |
2633 | withval="$with_cocoa" | |
c228d3a4 | 2634 | wxUSE_COCOA="$withval" CACHE_COCOA=1 TOOLKIT_GIVEN=1 |
a848cd7e SC |
2635 | fi; |
2636 | ||
2637 | # Check whether --with-wine or --without-wine was given. | |
2638 | if test "${with_wine+set}" = set; then | |
2639 | withval="$with_wine" | |
2640 | wxUSE_WINE="$withval" CACHE_WINE=1 | |
2641 | fi; | |
2642 | ||
2643 | # Check whether --with-msw or --without-msw was given. | |
2644 | if test "${with_msw+set}" = set; then | |
2645 | withval="$with_msw" | |
2646 | wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1 | |
2647 | fi; | |
2648 | ||
2649 | # Check whether --with-pm or --without-pm was given. | |
2650 | if test "${with_pm+set}" = set; then | |
2651 | withval="$with_pm" | |
2652 | wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1 | |
2653 | fi; | |
2654 | ||
2655 | # Check whether --with-mgl or --without-mgl was given. | |
2656 | if test "${with_mgl+set}" = set; then | |
2657 | withval="$with_mgl" | |
2658 | wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1 | |
2659 | fi; | |
2660 | ||
2661 | # Check whether --with-microwin or --without-microwin was given. | |
2662 | if test "${with_microwin+set}" = set; then | |
2663 | withval="$with_microwin" | |
2664 | wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1 | |
2665 | fi; | |
2666 | ||
2667 | # Check whether --with-x11 or --without-x11 was given. | |
2668 | if test "${with_x11+set}" = set; then | |
2669 | withval="$with_x11" | |
2670 | wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1 | |
2671 | fi; | |
2672 | ||
2673 | enablestring= | |
2674 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5 | |
2675 | echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6 | |
2676 | no_cache=0 | |
2677 | # Check whether --enable-nanox or --disable-nanox was given. | |
2678 | if test "${enable_nanox+set}" = set; then | |
2679 | enableval="$enable_nanox" | |
2680 | ||
2681 | if test "$enableval" = yes; then | |
2682 | ac_cv_use_nanox='wxUSE_NANOX=yes' | |
2683 | else | |
2684 | ac_cv_use_nanox='wxUSE_NANOX=no' | |
2685 | fi | |
2686 | ||
2687 | else | |
2688 | ||
2689 | LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}` | |
2690 | if test "x$LINE" != x ; then | |
2691 | eval "DEFAULT_$LINE" | |
2692 | else | |
2693 | no_cache=1 | |
2694 | fi | |
2695 | ||
2696 | ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX | |
2697 | ||
2698 | fi; | |
2699 | ||
2700 | eval "$ac_cv_use_nanox" | |
2701 | if test "$no_cache" != 1; then | |
2702 | echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp | |
2703 | fi | |
2704 | ||
2705 | if test "$wxUSE_NANOX" = yes; then | |
2706 | echo "$as_me:$LINENO: result: yes" >&5 | |
2707 | echo "${ECHO_T}yes" >&6 | |
2708 | else | |
2709 | echo "$as_me:$LINENO: result: no" >&5 | |
2710 | echo "${ECHO_T}no" >&6 | |
2711 | fi | |
2712 | ||
2713 | ||
f34ca037 MW |
2714 | # Check whether --enable-gtk2 or --disable-gtk2 was given. |
2715 | if test "${enable_gtk2+set}" = set; then | |
2716 | enableval="$enable_gtk2" | |
2717 | wxUSE_GTK2="$enableval" | |
2718 | fi; | |
a848cd7e | 2719 | |
a848cd7e SC |
2720 | enablestring= |
2721 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5 | |
2722 | echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6 | |
2723 | no_cache=0 | |
2724 | # Check whether --enable-gpe or --disable-gpe was given. | |
2725 | if test "${enable_gpe+set}" = set; then | |
2726 | enableval="$enable_gpe" | |
2727 | ||
2728 | if test "$enableval" = yes; then | |
2729 | ac_cv_use_gpe='wxUSE_GPE=yes' | |
2730 | else | |
2731 | ac_cv_use_gpe='wxUSE_GPE=no' | |
2732 | fi | |
2733 | ||
2734 | else | |
2735 | ||
2736 | LINE=`grep "wxUSE_GPE" ${wx_arg_cache_file}` | |
2737 | if test "x$LINE" != x ; then | |
2738 | eval "DEFAULT_$LINE" | |
2739 | else | |
2740 | no_cache=1 | |
2741 | fi | |
2742 | ||
2743 | ac_cv_use_gpe='wxUSE_GPE='$DEFAULT_wxUSE_GPE | |
2744 | ||
2745 | fi; | |
2746 | ||
2747 | eval "$ac_cv_use_gpe" | |
2748 | if test "$no_cache" != 1; then | |
2749 | echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp | |
2750 | fi | |
2751 | ||
2752 | if test "$wxUSE_GPE" = yes; then | |
2753 | echo "$as_me:$LINENO: result: yes" >&5 | |
2754 | echo "${ECHO_T}yes" >&6 | |
2755 | else | |
2756 | echo "$as_me:$LINENO: result: no" >&5 | |
2757 | echo "${ECHO_T}no" >&6 | |
2758 | fi | |
2759 | ||
2760 | ||
2761 | ||
2762 | echo "$as_me:$LINENO: checking for --with-libpng" >&5 | |
2763 | echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6 | |
2764 | no_cache=0 | |
2765 | ||
2766 | # Check whether --with-libpng or --without-libpng was given. | |
2767 | if test "${with_libpng+set}" = set; then | |
2768 | withval="$with_libpng" | |
2769 | ||
2770 | if test "$withval" = yes; then | |
2771 | ac_cv_use_libpng='wxUSE_LIBPNG=yes' | |
2772 | elif test "$withval" = no; then | |
2773 | ac_cv_use_libpng='wxUSE_LIBPNG=no' | |
2774 | elif test "$withval" = sys; then | |
2775 | ac_cv_use_libpng='wxUSE_LIBPNG=sys' | |
2776 | elif test "$withval" = builtin; then | |
2777 | ac_cv_use_libpng='wxUSE_LIBPNG=builtin' | |
2778 | else | |
2779 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5 | |
2780 | echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;} | |
2781 | { (exit 1); exit 1; }; } | |
2782 | fi | |
2783 | ||
2784 | else | |
2785 | ||
2786 | LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}` | |
2787 | if test "x$LINE" != x ; then | |
2788 | eval "DEFAULT_$LINE" | |
2789 | else | |
2790 | no_cache=1 | |
2791 | fi | |
2792 | ||
2793 | ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG | |
2794 | ||
2795 | fi; | |
2796 | ||
2797 | eval "$ac_cv_use_libpng" | |
2798 | if test "$no_cache" != 1; then | |
2799 | echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp | |
2800 | fi | |
2801 | ||
2802 | if test "$wxUSE_LIBPNG" = yes; then | |
2803 | echo "$as_me:$LINENO: result: yes" >&5 | |
2804 | echo "${ECHO_T}yes" >&6 | |
2805 | elif test "$wxUSE_LIBPNG" = no; then | |
2806 | echo "$as_me:$LINENO: result: no" >&5 | |
2807 | echo "${ECHO_T}no" >&6 | |
2808 | elif test "$wxUSE_LIBPNG" = sys; then | |
2809 | echo "$as_me:$LINENO: result: system version" >&5 | |
2810 | echo "${ECHO_T}system version" >&6 | |
2811 | elif test "$wxUSE_LIBPNG" = builtin; then | |
2812 | echo "$as_me:$LINENO: result: builtin version" >&5 | |
2813 | echo "${ECHO_T}builtin version" >&6 | |
2814 | else | |
2815 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5 | |
2816 | echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;} | |
2817 | { (exit 1); exit 1; }; } | |
2818 | fi | |
2819 | ||
2820 | ||
2821 | echo "$as_me:$LINENO: checking for --with-libjpeg" >&5 | |
2822 | echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6 | |
2823 | no_cache=0 | |
2824 | ||
2825 | # Check whether --with-libjpeg or --without-libjpeg was given. | |
2826 | if test "${with_libjpeg+set}" = set; then | |
2827 | withval="$with_libjpeg" | |
2828 | ||
2829 | if test "$withval" = yes; then | |
2830 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes' | |
2831 | elif test "$withval" = no; then | |
2832 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=no' | |
2833 | elif test "$withval" = sys; then | |
2834 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys' | |
2835 | elif test "$withval" = builtin; then | |
2836 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin' | |
2837 | else | |
2838 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5 | |
2839 | echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;} | |
2840 | { (exit 1); exit 1; }; } | |
2841 | fi | |
2842 | ||
2843 | else | |
2844 | ||
2845 | LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}` | |
2846 | if test "x$LINE" != x ; then | |
2847 | eval "DEFAULT_$LINE" | |
2848 | else | |
2849 | no_cache=1 | |
2850 | fi | |
2851 | ||
2852 | ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG | |
2853 | ||
2854 | fi; | |
2855 | ||
2856 | eval "$ac_cv_use_libjpeg" | |
2857 | if test "$no_cache" != 1; then | |
2858 | echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp | |
2859 | fi | |
2860 | ||
2861 | if test "$wxUSE_LIBJPEG" = yes; then | |
2862 | echo "$as_me:$LINENO: result: yes" >&5 | |
2863 | echo "${ECHO_T}yes" >&6 | |
2864 | elif test "$wxUSE_LIBJPEG" = no; then | |
2865 | echo "$as_me:$LINENO: result: no" >&5 | |
2866 | echo "${ECHO_T}no" >&6 | |
2867 | elif test "$wxUSE_LIBJPEG" = sys; then | |
2868 | echo "$as_me:$LINENO: result: system version" >&5 | |
2869 | echo "${ECHO_T}system version" >&6 | |
2870 | elif test "$wxUSE_LIBJPEG" = builtin; then | |
2871 | echo "$as_me:$LINENO: result: builtin version" >&5 | |
2872 | echo "${ECHO_T}builtin version" >&6 | |
2873 | else | |
2874 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5 | |
2875 | echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;} | |
2876 | { (exit 1); exit 1; }; } | |
2877 | fi | |
2878 | ||
2879 | ||
2880 | echo "$as_me:$LINENO: checking for --with-libtiff" >&5 | |
2881 | echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6 | |
2882 | no_cache=0 | |
2883 | ||
2884 | # Check whether --with-libtiff or --without-libtiff was given. | |
2885 | if test "${with_libtiff+set}" = set; then | |
2886 | withval="$with_libtiff" | |
2887 | ||
2888 | if test "$withval" = yes; then | |
2889 | ac_cv_use_libtiff='wxUSE_LIBTIFF=yes' | |
2890 | elif test "$withval" = no; then | |
2891 | ac_cv_use_libtiff='wxUSE_LIBTIFF=no' | |
2892 | elif test "$withval" = sys; then | |
2893 | ac_cv_use_libtiff='wxUSE_LIBTIFF=sys' | |
2894 | elif test "$withval" = builtin; then | |
2895 | ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin' | |
2896 | else | |
2897 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5 | |
2898 | echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;} | |
2899 | { (exit 1); exit 1; }; } | |
2900 | fi | |
2901 | ||
2902 | else | |
2903 | ||
2904 | LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}` | |
2905 | if test "x$LINE" != x ; then | |
2906 | eval "DEFAULT_$LINE" | |
2907 | else | |
2908 | no_cache=1 | |
2909 | fi | |
2910 | ||
2911 | ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF | |
2912 | ||
2913 | fi; | |
2914 | ||
2915 | eval "$ac_cv_use_libtiff" | |
2916 | if test "$no_cache" != 1; then | |
2917 | echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp | |
2918 | fi | |
2919 | ||
2920 | if test "$wxUSE_LIBTIFF" = yes; then | |
2921 | echo "$as_me:$LINENO: result: yes" >&5 | |
2922 | echo "${ECHO_T}yes" >&6 | |
2923 | elif test "$wxUSE_LIBTIFF" = no; then | |
2924 | echo "$as_me:$LINENO: result: no" >&5 | |
2925 | echo "${ECHO_T}no" >&6 | |
2926 | elif test "$wxUSE_LIBTIFF" = sys; then | |
2927 | echo "$as_me:$LINENO: result: system version" >&5 | |
2928 | echo "${ECHO_T}system version" >&6 | |
2929 | elif test "$wxUSE_LIBTIFF" = builtin; then | |
2930 | echo "$as_me:$LINENO: result: builtin version" >&5 | |
2931 | echo "${ECHO_T}builtin version" >&6 | |
2932 | else | |
2933 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5 | |
2934 | echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;} | |
2935 | { (exit 1); exit 1; }; } | |
2936 | fi | |
2937 | ||
2938 | ||
2939 | echo "$as_me:$LINENO: checking for --with-libxpm" >&5 | |
2940 | echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6 | |
2941 | no_cache=0 | |
2942 | ||
2943 | # Check whether --with-libxpm or --without-libxpm was given. | |
2944 | if test "${with_libxpm+set}" = set; then | |
2945 | withval="$with_libxpm" | |
2946 | ||
2947 | if test "$withval" = yes; then | |
2948 | ac_cv_use_libxpm='wxUSE_LIBXPM=yes' | |
2949 | elif test "$withval" = no; then | |
2950 | ac_cv_use_libxpm='wxUSE_LIBXPM=no' | |
2951 | elif test "$withval" = sys; then | |
2952 | ac_cv_use_libxpm='wxUSE_LIBXPM=sys' | |
2953 | elif test "$withval" = builtin; then | |
2954 | ac_cv_use_libxpm='wxUSE_LIBXPM=builtin' | |
2955 | else | |
2956 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5 | |
2957 | echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;} | |
2958 | { (exit 1); exit 1; }; } | |
2959 | fi | |
2960 | ||
2961 | else | |
2962 | ||
2963 | LINE=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}` | |
2964 | if test "x$LINE" != x ; then | |
2965 | eval "DEFAULT_$LINE" | |
2966 | else | |
2967 | no_cache=1 | |
2968 | fi | |
2969 | ||
2970 | ac_cv_use_libxpm='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM | |
2971 | ||
2972 | fi; | |
2973 | ||
2974 | eval "$ac_cv_use_libxpm" | |
2975 | if test "$no_cache" != 1; then | |
2976 | echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp | |
2977 | fi | |
2978 | ||
2979 | if test "$wxUSE_LIBXPM" = yes; then | |
2980 | echo "$as_me:$LINENO: result: yes" >&5 | |
2981 | echo "${ECHO_T}yes" >&6 | |
2982 | elif test "$wxUSE_LIBXPM" = no; then | |
2983 | echo "$as_me:$LINENO: result: no" >&5 | |
2984 | echo "${ECHO_T}no" >&6 | |
2985 | elif test "$wxUSE_LIBXPM" = sys; then | |
2986 | echo "$as_me:$LINENO: result: system version" >&5 | |
2987 | echo "${ECHO_T}system version" >&6 | |
2988 | elif test "$wxUSE_LIBXPM" = builtin; then | |
2989 | echo "$as_me:$LINENO: result: builtin version" >&5 | |
2990 | echo "${ECHO_T}builtin version" >&6 | |
2991 | else | |
2992 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5 | |
2993 | echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;} | |
2994 | { (exit 1); exit 1; }; } | |
2995 | fi | |
2996 | ||
2997 | ||
2998 | echo "$as_me:$LINENO: checking for --with-libmspack" >&5 | |
2999 | echo $ECHO_N "checking for --with-libmspack... $ECHO_C" >&6 | |
3000 | no_cache=0 | |
3001 | ||
3002 | # Check whether --with-libmspack or --without-libmspack was given. | |
3003 | if test "${with_libmspack+set}" = set; then | |
3004 | withval="$with_libmspack" | |
3005 | ||
3006 | if test "$withval" = yes; then | |
3007 | ac_cv_use_libmspack='wxUSE_LIBMSPACK=yes' | |
3008 | else | |
3009 | ac_cv_use_libmspack='wxUSE_LIBMSPACK=no' | |
3010 | fi | |
3011 | ||
3012 | else | |
3013 | ||
3014 | LINE=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}` | |
3015 | if test "x$LINE" != x ; then | |
3016 | eval "DEFAULT_$LINE" | |
3017 | else | |
3018 | no_cache=1 | |
3019 | fi | |
3020 | ||
3021 | ac_cv_use_libmspack='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK | |
3022 | ||
3023 | fi; | |
3024 | ||
3025 | eval "$ac_cv_use_libmspack" | |
3026 | if test "$no_cache" != 1; then | |
3027 | echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp | |
3028 | fi | |
3029 | ||
3030 | if test "$wxUSE_LIBMSPACK" = yes; then | |
3031 | echo "$as_me:$LINENO: result: yes" >&5 | |
3032 | echo "${ECHO_T}yes" >&6 | |
3033 | else | |
3034 | echo "$as_me:$LINENO: result: no" >&5 | |
3035 | echo "${ECHO_T}no" >&6 | |
3036 | fi | |
3037 | ||
3038 | ||
3039 | echo "$as_me:$LINENO: checking for --with-sdl" >&5 | |
3040 | echo $ECHO_N "checking for --with-sdl... $ECHO_C" >&6 | |
3041 | no_cache=0 | |
3042 | ||
3043 | # Check whether --with-sdl or --without-sdl was given. | |
3044 | if test "${with_sdl+set}" = set; then | |
3045 | withval="$with_sdl" | |
3046 | ||
3047 | if test "$withval" = yes; then | |
3048 | ac_cv_use_sdl='wxUSE_LIBSDL=yes' | |
3049 | else | |
3050 | ac_cv_use_sdl='wxUSE_LIBSDL=no' | |
3051 | fi | |
3052 | ||
3053 | else | |
3054 | ||
3055 | LINE=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}` | |
3056 | if test "x$LINE" != x ; then | |
3057 | eval "DEFAULT_$LINE" | |
3058 | else | |
3059 | no_cache=1 | |
3060 | fi | |
3061 | ||
3062 | ac_cv_use_sdl='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL | |
3063 | ||
3064 | fi; | |
3065 | ||
3066 | eval "$ac_cv_use_sdl" | |
3067 | if test "$no_cache" != 1; then | |
3068 | echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp | |
3069 | fi | |
3070 | ||
3071 | if test "$wxUSE_LIBSDL" = yes; then | |
3072 | echo "$as_me:$LINENO: result: yes" >&5 | |
3073 | echo "${ECHO_T}yes" >&6 | |
3074 | else | |
3075 | echo "$as_me:$LINENO: result: no" >&5 | |
3076 | echo "${ECHO_T}no" >&6 | |
3077 | fi | |
3078 | ||
3079 | ||
d1c38808 VZ |
3080 | echo "$as_me:$LINENO: checking for --with-gnomeprint" >&5 |
3081 | echo $ECHO_N "checking for --with-gnomeprint... $ECHO_C" >&6 | |
3082 | no_cache=0 | |
3083 | ||
3084 | # Check whether --with-gnomeprint or --without-gnomeprint was given. | |
3085 | if test "${with_gnomeprint+set}" = set; then | |
3086 | withval="$with_gnomeprint" | |
3087 | ||
3088 | if test "$withval" = yes; then | |
3089 | ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes' | |
3090 | else | |
3091 | ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no' | |
3092 | fi | |
3093 | ||
3094 | else | |
3095 | ||
3096 | LINE=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}` | |
3097 | if test "x$LINE" != x ; then | |
3098 | eval "DEFAULT_$LINE" | |
3099 | else | |
3100 | no_cache=1 | |
3101 | fi | |
3102 | ||
3103 | ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT='$DEFAULT_wxUSE_LIBGNOMEPRINT | |
3104 | ||
3105 | fi; | |
3106 | ||
3107 | eval "$ac_cv_use_gnomeprint" | |
3108 | if test "$no_cache" != 1; then | |
3109 | echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp | |
3110 | fi | |
3111 | ||
3112 | if test "$wxUSE_LIBGNOMEPRINT" = yes; then | |
3113 | echo "$as_me:$LINENO: result: yes" >&5 | |
3114 | echo "${ECHO_T}yes" >&6 | |
3115 | else | |
3116 | echo "$as_me:$LINENO: result: no" >&5 | |
3117 | echo "${ECHO_T}no" >&6 | |
3118 | fi | |
3119 | ||
3120 | ||
a848cd7e SC |
3121 | echo "$as_me:$LINENO: checking for --with-opengl" >&5 |
3122 | echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6 | |
3123 | no_cache=0 | |
3124 | ||
3125 | # Check whether --with-opengl or --without-opengl was given. | |
3126 | if test "${with_opengl+set}" = set; then | |
3127 | withval="$with_opengl" | |
3128 | ||
3129 | if test "$withval" = yes; then | |
3130 | ac_cv_use_opengl='wxUSE_OPENGL=yes' | |
3131 | else | |
3132 | ac_cv_use_opengl='wxUSE_OPENGL=no' | |
3133 | fi | |
3134 | ||
3135 | else | |
3136 | ||
3137 | LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}` | |
3138 | if test "x$LINE" != x ; then | |
3139 | eval "DEFAULT_$LINE" | |
3140 | else | |
3141 | no_cache=1 | |
3142 | fi | |
3143 | ||
3144 | ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL | |
3145 | ||
3146 | fi; | |
3147 | ||
3148 | eval "$ac_cv_use_opengl" | |
3149 | if test "$no_cache" != 1; then | |
3150 | echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp | |
3151 | fi | |
3152 | ||
3153 | if test "$wxUSE_OPENGL" = yes; then | |
3154 | echo "$as_me:$LINENO: result: yes" >&5 | |
3155 | echo "${ECHO_T}yes" >&6 | |
3156 | else | |
3157 | echo "$as_me:$LINENO: result: no" >&5 | |
3158 | echo "${ECHO_T}no" >&6 | |
3159 | fi | |
3160 | ||
3161 | ||
3162 | fi | |
3163 | ||
3164 | ||
3165 | echo "$as_me:$LINENO: checking for --with-dmalloc" >&5 | |
3166 | echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6 | |
3167 | no_cache=0 | |
3168 | ||
3169 | # Check whether --with-dmalloc or --without-dmalloc was given. | |
3170 | if test "${with_dmalloc+set}" = set; then | |
3171 | withval="$with_dmalloc" | |
3172 | ||
3173 | if test "$withval" = yes; then | |
3174 | ac_cv_use_dmalloc='wxUSE_DMALLOC=yes' | |
3175 | else | |
3176 | ac_cv_use_dmalloc='wxUSE_DMALLOC=no' | |
3177 | fi | |
3178 | ||
3179 | else | |
3180 | ||
3181 | LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}` | |
3182 | if test "x$LINE" != x ; then | |
3183 | eval "DEFAULT_$LINE" | |
3184 | else | |
3185 | no_cache=1 | |
3186 | fi | |
3187 | ||
3188 | ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC | |
3189 | ||
3190 | fi; | |
3191 | ||
3192 | eval "$ac_cv_use_dmalloc" | |
3193 | if test "$no_cache" != 1; then | |
3194 | echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp | |
3195 | fi | |
3196 | ||
3197 | if test "$wxUSE_DMALLOC" = yes; then | |
3198 | echo "$as_me:$LINENO: result: yes" >&5 | |
3199 | echo "${ECHO_T}yes" >&6 | |
3200 | else | |
3201 | echo "$as_me:$LINENO: result: no" >&5 | |
3202 | echo "${ECHO_T}no" >&6 | |
3203 | fi | |
3204 | ||
3205 | ||
3206 | echo "$as_me:$LINENO: checking for --with-regex" >&5 | |
3207 | echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6 | |
3208 | no_cache=0 | |
3209 | ||
3210 | # Check whether --with-regex or --without-regex was given. | |
3211 | if test "${with_regex+set}" = set; then | |
3212 | withval="$with_regex" | |
3213 | ||
3214 | if test "$withval" = yes; then | |
3215 | ac_cv_use_regex='wxUSE_REGEX=yes' | |
3216 | elif test "$withval" = no; then | |
3217 | ac_cv_use_regex='wxUSE_REGEX=no' | |
3218 | elif test "$withval" = sys; then | |
3219 | ac_cv_use_regex='wxUSE_REGEX=sys' | |
3220 | elif test "$withval" = builtin; then | |
3221 | ac_cv_use_regex='wxUSE_REGEX=builtin' | |
3222 | else | |
3223 | { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5 | |
3224 | echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;} | |
3225 | { (exit 1); exit 1; }; } | |
3226 | fi | |
3227 | ||
3228 | else | |
3229 | ||
3230 | LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}` | |
3231 | if test "x$LINE" != x ; then | |
3232 | eval "DEFAULT_$LINE" | |
3233 | else | |
3234 | no_cache=1 | |
3235 | fi | |
3236 | ||
3237 | ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX | |
3238 | ||
3239 | fi; | |
3240 | ||
3241 | eval "$ac_cv_use_regex" | |
3242 | if test "$no_cache" != 1; then | |
3243 | echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp | |
3244 | fi | |
3245 | ||
3246 | if test "$wxUSE_REGEX" = yes; then | |
3247 | echo "$as_me:$LINENO: result: yes" >&5 | |
3248 | echo "${ECHO_T}yes" >&6 | |
3249 | elif test "$wxUSE_REGEX" = no; then | |
3250 | echo "$as_me:$LINENO: result: no" >&5 | |
3251 | echo "${ECHO_T}no" >&6 | |
3252 | elif test "$wxUSE_REGEX" = sys; then | |
3253 | echo "$as_me:$LINENO: result: system version" >&5 | |
3254 | echo "${ECHO_T}system version" >&6 | |
3255 | elif test "$wxUSE_REGEX" = builtin; then | |
3256 | echo "$as_me:$LINENO: result: builtin version" >&5 | |
3257 | echo "${ECHO_T}builtin version" >&6 | |
3258 | else | |
3259 | { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5 | |
3260 | echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;} | |
3261 | { (exit 1); exit 1; }; } | |
3262 | fi | |
3263 | ||
3264 | ||
3265 | echo "$as_me:$LINENO: checking for --with-zlib" >&5 | |
3266 | echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6 | |
3267 | no_cache=0 | |
3268 | ||
3269 | # Check whether --with-zlib or --without-zlib was given. | |
3270 | if test "${with_zlib+set}" = set; then | |
3271 | withval="$with_zlib" | |
3272 | ||
3273 | if test "$withval" = yes; then | |
3274 | ac_cv_use_zlib='wxUSE_ZLIB=yes' | |
3275 | elif test "$withval" = no; then | |
3276 | ac_cv_use_zlib='wxUSE_ZLIB=no' | |
3277 | elif test "$withval" = sys; then | |
3278 | ac_cv_use_zlib='wxUSE_ZLIB=sys' | |
3279 | elif test "$withval" = builtin; then | |
3280 | ac_cv_use_zlib='wxUSE_ZLIB=builtin' | |
3281 | else | |
3282 | { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5 | |
3283 | echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;} | |
3284 | { (exit 1); exit 1; }; } | |
3285 | fi | |
3286 | ||
3287 | else | |
3288 | ||
3289 | LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}` | |
3290 | if test "x$LINE" != x ; then | |
3291 | eval "DEFAULT_$LINE" | |
3292 | else | |
3293 | no_cache=1 | |
3294 | fi | |
3295 | ||
3296 | ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB | |
3297 | ||
3298 | fi; | |
3299 | ||
3300 | eval "$ac_cv_use_zlib" | |
3301 | if test "$no_cache" != 1; then | |
3302 | echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp | |
3303 | fi | |
3304 | ||
3305 | if test "$wxUSE_ZLIB" = yes; then | |
3306 | echo "$as_me:$LINENO: result: yes" >&5 | |
3307 | echo "${ECHO_T}yes" >&6 | |
3308 | elif test "$wxUSE_ZLIB" = no; then | |
3309 | echo "$as_me:$LINENO: result: no" >&5 | |
3310 | echo "${ECHO_T}no" >&6 | |
3311 | elif test "$wxUSE_ZLIB" = sys; then | |
3312 | echo "$as_me:$LINENO: result: system version" >&5 | |
3313 | echo "${ECHO_T}system version" >&6 | |
3314 | elif test "$wxUSE_ZLIB" = builtin; then | |
3315 | echo "$as_me:$LINENO: result: builtin version" >&5 | |
3316 | echo "${ECHO_T}builtin version" >&6 | |
3317 | else | |
3318 | { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5 | |
3319 | echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;} | |
3320 | { (exit 1); exit 1; }; } | |
3321 | fi | |
3322 | ||
3323 | ||
3324 | echo "$as_me:$LINENO: checking for --with-odbc" >&5 | |
3325 | echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6 | |
3326 | no_cache=0 | |
3327 | ||
3328 | # Check whether --with-odbc or --without-odbc was given. | |
3329 | if test "${with_odbc+set}" = set; then | |
3330 | withval="$with_odbc" | |
3331 | ||
3332 | if test "$withval" = yes; then | |
3333 | ac_cv_use_odbc='wxUSE_ODBC=yes' | |
3334 | elif test "$withval" = no; then | |
3335 | ac_cv_use_odbc='wxUSE_ODBC=no' | |
3336 | elif test "$withval" = sys; then | |
3337 | ac_cv_use_odbc='wxUSE_ODBC=sys' | |
3338 | elif test "$withval" = builtin; then | |
3339 | ac_cv_use_odbc='wxUSE_ODBC=builtin' | |
3340 | else | |
3341 | { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5 | |
3342 | echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;} | |
3343 | { (exit 1); exit 1; }; } | |
3344 | fi | |
3345 | ||
3346 | else | |
3347 | ||
3348 | LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}` | |
3349 | if test "x$LINE" != x ; then | |
3350 | eval "DEFAULT_$LINE" | |
3351 | else | |
3352 | no_cache=1 | |
3353 | fi | |
3354 | ||
3355 | ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC | |
3356 | ||
3357 | fi; | |
3358 | ||
3359 | eval "$ac_cv_use_odbc" | |
3360 | if test "$no_cache" != 1; then | |
3361 | echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp | |
3362 | fi | |
3363 | ||
3364 | if test "$wxUSE_ODBC" = yes; then | |
3365 | echo "$as_me:$LINENO: result: yes" >&5 | |
3366 | echo "${ECHO_T}yes" >&6 | |
3367 | elif test "$wxUSE_ODBC" = no; then | |
3368 | echo "$as_me:$LINENO: result: no" >&5 | |
3369 | echo "${ECHO_T}no" >&6 | |
3370 | elif test "$wxUSE_ODBC" = sys; then | |
3371 | echo "$as_me:$LINENO: result: system version" >&5 | |
3372 | echo "${ECHO_T}system version" >&6 | |
3373 | elif test "$wxUSE_ODBC" = builtin; then | |
3374 | echo "$as_me:$LINENO: result: builtin version" >&5 | |
3375 | echo "${ECHO_T}builtin version" >&6 | |
3376 | else | |
3377 | { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5 | |
3378 | echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;} | |
3379 | { (exit 1); exit 1; }; } | |
3380 | fi | |
3381 | ||
3382 | ||
3383 | echo "$as_me:$LINENO: checking for --with-expat" >&5 | |
3384 | echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6 | |
3385 | no_cache=0 | |
3386 | ||
3387 | # Check whether --with-expat or --without-expat was given. | |
3388 | if test "${with_expat+set}" = set; then | |
3389 | withval="$with_expat" | |
3390 | ||
3391 | if test "$withval" = yes; then | |
3392 | ac_cv_use_expat='wxUSE_EXPAT=yes' | |
3393 | elif test "$withval" = no; then | |
3394 | ac_cv_use_expat='wxUSE_EXPAT=no' | |
3395 | elif test "$withval" = sys; then | |
3396 | ac_cv_use_expat='wxUSE_EXPAT=sys' | |
3397 | elif test "$withval" = builtin; then | |
3398 | ac_cv_use_expat='wxUSE_EXPAT=builtin' | |
3399 | else | |
3400 | { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5 | |
3401 | echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;} | |
3402 | { (exit 1); exit 1; }; } | |
3403 | fi | |
3404 | ||
3405 | else | |
3406 | ||
3407 | LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}` | |
3408 | if test "x$LINE" != x ; then | |
3409 | eval "DEFAULT_$LINE" | |
3410 | else | |
3411 | no_cache=1 | |
3412 | fi | |
3413 | ||
3414 | ac_cv_use_expat='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT | |
3415 | ||
3416 | fi; | |
3417 | ||
3418 | eval "$ac_cv_use_expat" | |
3419 | if test "$no_cache" != 1; then | |
3420 | echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp | |
3421 | fi | |
3422 | ||
3423 | if test "$wxUSE_EXPAT" = yes; then | |
3424 | echo "$as_me:$LINENO: result: yes" >&5 | |
3425 | echo "${ECHO_T}yes" >&6 | |
3426 | elif test "$wxUSE_EXPAT" = no; then | |
3427 | echo "$as_me:$LINENO: result: no" >&5 | |
3428 | echo "${ECHO_T}no" >&6 | |
3429 | elif test "$wxUSE_EXPAT" = sys; then | |
3430 | echo "$as_me:$LINENO: result: system version" >&5 | |
3431 | echo "${ECHO_T}system version" >&6 | |
3432 | elif test "$wxUSE_EXPAT" = builtin; then | |
3433 | echo "$as_me:$LINENO: result: builtin version" >&5 | |
3434 | echo "${ECHO_T}builtin version" >&6 | |
3435 | else | |
3436 | { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5 | |
3437 | echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;} | |
3438 | { (exit 1); exit 1; }; } | |
3439 | fi | |
3440 | ||
3441 | ||
3442 | ||
3443 | ||
3444 | enablestring= | |
3445 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5 | |
3446 | echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6 | |
3447 | no_cache=0 | |
3448 | # Check whether --enable-shared or --disable-shared was given. | |
3449 | if test "${enable_shared+set}" = set; then | |
3450 | enableval="$enable_shared" | |
3451 | ||
3452 | if test "$enableval" = yes; then | |
3453 | ac_cv_use_shared='wxUSE_SHARED=yes' | |
3454 | else | |
3455 | ac_cv_use_shared='wxUSE_SHARED=no' | |
3456 | fi | |
3457 | ||
3458 | else | |
3459 | ||
3460 | LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}` | |
3461 | if test "x$LINE" != x ; then | |
3462 | eval "DEFAULT_$LINE" | |
3463 | else | |
3464 | no_cache=1 | |
3465 | fi | |
3466 | ||
3467 | ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED | |
3468 | ||
3469 | fi; | |
3470 | ||
3471 | eval "$ac_cv_use_shared" | |
3472 | if test "$no_cache" != 1; then | |
3473 | echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp | |
3474 | fi | |
3475 | ||
3476 | if test "$wxUSE_SHARED" = yes; then | |
3477 | echo "$as_me:$LINENO: result: yes" >&5 | |
3478 | echo "${ECHO_T}yes" >&6 | |
3479 | else | |
3480 | echo "$as_me:$LINENO: result: no" >&5 | |
3481 | echo "${ECHO_T}no" >&6 | |
3482 | fi | |
3483 | ||
3484 | ||
3485 | enablestring= | |
3486 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5 | |
3487 | echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6 | |
3488 | no_cache=0 | |
3489 | # Check whether --enable-optimise or --disable-optimise was given. | |
3490 | if test "${enable_optimise+set}" = set; then | |
3491 | enableval="$enable_optimise" | |
3492 | ||
3493 | if test "$enableval" = yes; then | |
3494 | ac_cv_use_optimise='wxUSE_OPTIMISE=yes' | |
3495 | else | |
3496 | ac_cv_use_optimise='wxUSE_OPTIMISE=no' | |
3497 | fi | |
3498 | ||
3499 | else | |
3500 | ||
3501 | LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}` | |
3502 | if test "x$LINE" != x ; then | |
3503 | eval "DEFAULT_$LINE" | |
3504 | else | |
3505 | no_cache=1 | |
3506 | fi | |
3507 | ||
3508 | ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE | |
3509 | ||
3510 | fi; | |
3511 | ||
3512 | eval "$ac_cv_use_optimise" | |
3513 | if test "$no_cache" != 1; then | |
3514 | echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp | |
3515 | fi | |
3516 | ||
3517 | if test "$wxUSE_OPTIMISE" = yes; then | |
3518 | echo "$as_me:$LINENO: result: yes" >&5 | |
3519 | echo "${ECHO_T}yes" >&6 | |
3520 | else | |
3521 | echo "$as_me:$LINENO: result: no" >&5 | |
3522 | echo "${ECHO_T}no" >&6 | |
3523 | fi | |
3524 | ||
3525 | ||
3526 | enablestring= | |
3527 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5 | |
3528 | echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6 | |
3529 | no_cache=0 | |
3530 | # Check whether --enable-debug or --disable-debug was given. | |
3531 | if test "${enable_debug+set}" = set; then | |
3532 | enableval="$enable_debug" | |
3533 | ||
3534 | if test "$enableval" = yes; then | |
3535 | ac_cv_use_debug='wxUSE_DEBUG=yes' | |
3536 | else | |
3537 | ac_cv_use_debug='wxUSE_DEBUG=no' | |
3538 | fi | |
3539 | ||
3540 | else | |
3541 | ||
3542 | LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}` | |
3543 | if test "x$LINE" != x ; then | |
3544 | eval "DEFAULT_$LINE" | |
3545 | else | |
3546 | no_cache=1 | |
3547 | fi | |
3548 | ||
3549 | ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG | |
3550 | ||
3551 | fi; | |
3552 | ||
3553 | eval "$ac_cv_use_debug" | |
3554 | if test "$no_cache" != 1; then | |
3555 | echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp | |
3556 | fi | |
3557 | ||
3558 | if test "$wxUSE_DEBUG" = yes; then | |
3559 | echo "$as_me:$LINENO: result: yes" >&5 | |
3560 | echo "${ECHO_T}yes" >&6 | |
3561 | else | |
3562 | echo "$as_me:$LINENO: result: no" >&5 | |
3563 | echo "${ECHO_T}no" >&6 | |
3564 | fi | |
3565 | ||
3566 | ||
3567 | enablestring= | |
3568 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5 | |
3569 | echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6 | |
3570 | no_cache=0 | |
3571 | # Check whether --enable-stl or --disable-stl was given. | |
3572 | if test "${enable_stl+set}" = set; then | |
3573 | enableval="$enable_stl" | |
3574 | ||
3575 | if test "$enableval" = yes; then | |
3576 | ac_cv_use_stl='wxUSE_STL=yes' | |
3577 | else | |
3578 | ac_cv_use_stl='wxUSE_STL=no' | |
3579 | fi | |
3580 | ||
3581 | else | |
3582 | ||
3583 | LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}` | |
3584 | if test "x$LINE" != x ; then | |
3585 | eval "DEFAULT_$LINE" | |
3586 | else | |
3587 | no_cache=1 | |
3588 | fi | |
3589 | ||
3590 | ac_cv_use_stl='wxUSE_STL='$DEFAULT_wxUSE_STL | |
3591 | ||
3592 | fi; | |
3593 | ||
3594 | eval "$ac_cv_use_stl" | |
3595 | if test "$no_cache" != 1; then | |
3596 | echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp | |
3597 | fi | |
3598 | ||
3599 | if test "$wxUSE_STL" = yes; then | |
3600 | echo "$as_me:$LINENO: result: yes" >&5 | |
3601 | echo "${ECHO_T}yes" >&6 | |
3602 | else | |
3603 | echo "$as_me:$LINENO: result: no" >&5 | |
3604 | echo "${ECHO_T}no" >&6 | |
3605 | fi | |
3606 | ||
3607 | if test "$USE_OS2" = "1"; then | |
69120ee4 | 3608 | DEFAULT_wxUSE_OMF=no |
a848cd7e SC |
3609 | |
3610 | enablestring= | |
3611 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5 | |
3612 | echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6 | |
3613 | no_cache=0 | |
3614 | # Check whether --enable-omf or --disable-omf was given. | |
3615 | if test "${enable_omf+set}" = set; then | |
3616 | enableval="$enable_omf" | |
3617 | ||
3618 | if test "$enableval" = yes; then | |
3619 | ac_cv_use_omf='wxUSE_OMF=yes' | |
3620 | else | |
3621 | ac_cv_use_omf='wxUSE_OMF=no' | |
3622 | fi | |
3623 | ||
3624 | else | |
3625 | ||
3626 | LINE=`grep "wxUSE_OMF" ${wx_arg_cache_file}` | |
3627 | if test "x$LINE" != x ; then | |
3628 | eval "DEFAULT_$LINE" | |
3629 | else | |
3630 | no_cache=1 | |
3631 | fi | |
3632 | ||
3633 | ac_cv_use_omf='wxUSE_OMF='$DEFAULT_wxUSE_OMF | |
3634 | ||
3635 | fi; | |
3636 | ||
3637 | eval "$ac_cv_use_omf" | |
3638 | if test "$no_cache" != 1; then | |
3639 | echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp | |
3640 | fi | |
3641 | ||
3642 | if test "$wxUSE_OMF" = yes; then | |
3643 | echo "$as_me:$LINENO: result: yes" >&5 | |
3644 | echo "${ECHO_T}yes" >&6 | |
3645 | else | |
3646 | echo "$as_me:$LINENO: result: no" >&5 | |
3647 | echo "${ECHO_T}no" >&6 | |
3648 | fi | |
3649 | ||
3650 | fi | |
3651 | ||
3652 | if test "$wxUSE_DEBUG" = "yes"; then | |
3653 | DEFAULT_wxUSE_DEBUG_FLAG=yes | |
3654 | DEFAULT_wxUSE_DEBUG_INFO=yes | |
3655 | BUILD=debug | |
3656 | elif test "$wxUSE_DEBUG" = "no"; then | |
3657 | DEFAULT_wxUSE_DEBUG_FLAG=no | |
3658 | DEFAULT_wxUSE_DEBUG_INFO=no | |
3659 | BUILD=release | |
3660 | fi | |
3661 | ||
3662 | ||
3663 | enablestring= | |
3664 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5 | |
3665 | echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6 | |
3666 | no_cache=0 | |
3667 | # Check whether --enable-debug_flag or --disable-debug_flag was given. | |
3668 | if test "${enable_debug_flag+set}" = set; then | |
3669 | enableval="$enable_debug_flag" | |
3670 | ||
3671 | if test "$enableval" = yes; then | |
3672 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes' | |
3673 | else | |
3674 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no' | |
3675 | fi | |
3676 | ||
3677 | else | |
3678 | ||
3679 | LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}` | |
3680 | if test "x$LINE" != x ; then | |
3681 | eval "DEFAULT_$LINE" | |
3682 | else | |
3683 | no_cache=1 | |
3684 | fi | |
3685 | ||
3686 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG | |
3687 | ||
3688 | fi; | |
3689 | ||
3690 | eval "$ac_cv_use_debug_flag" | |
3691 | if test "$no_cache" != 1; then | |
3692 | echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp | |
3693 | fi | |
3694 | ||
3695 | if test "$wxUSE_DEBUG_FLAG" = yes; then | |
3696 | echo "$as_me:$LINENO: result: yes" >&5 | |
3697 | echo "${ECHO_T}yes" >&6 | |
3698 | else | |
3699 | echo "$as_me:$LINENO: result: no" >&5 | |
3700 | echo "${ECHO_T}no" >&6 | |
3701 | fi | |
3702 | ||
3703 | ||
3704 | enablestring= | |
3705 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5 | |
3706 | echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6 | |
3707 | no_cache=0 | |
3708 | # Check whether --enable-debug_info or --disable-debug_info was given. | |
3709 | if test "${enable_debug_info+set}" = set; then | |
3710 | enableval="$enable_debug_info" | |
3711 | ||
3712 | if test "$enableval" = yes; then | |
3713 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes' | |
3714 | else | |
3715 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no' | |
3716 | fi | |
3717 | ||
3718 | else | |
3719 | ||
3720 | LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}` | |
3721 | if test "x$LINE" != x ; then | |
3722 | eval "DEFAULT_$LINE" | |
3723 | else | |
3724 | no_cache=1 | |
3725 | fi | |
3726 | ||
3727 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO | |
3728 | ||
3729 | fi; | |
3730 | ||
3731 | eval "$ac_cv_use_debug_info" | |
3732 | if test "$no_cache" != 1; then | |
3733 | echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp | |
3734 | fi | |
3735 | ||
3736 | if test "$wxUSE_DEBUG_INFO" = yes; then | |
3737 | echo "$as_me:$LINENO: result: yes" >&5 | |
3738 | echo "${ECHO_T}yes" >&6 | |
3739 | else | |
3740 | echo "$as_me:$LINENO: result: no" >&5 | |
3741 | echo "${ECHO_T}no" >&6 | |
3742 | fi | |
3743 | ||
3744 | ||
3745 | enablestring= | |
3746 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5 | |
3747 | echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6 | |
3748 | no_cache=0 | |
3749 | # Check whether --enable-debug_gdb or --disable-debug_gdb was given. | |
3750 | if test "${enable_debug_gdb+set}" = set; then | |
3751 | enableval="$enable_debug_gdb" | |
3752 | ||
3753 | if test "$enableval" = yes; then | |
3754 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes' | |
3755 | else | |
3756 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no' | |
3757 | fi | |
3758 | ||
3759 | else | |
3760 | ||
3761 | LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}` | |
3762 | if test "x$LINE" != x ; then | |
3763 | eval "DEFAULT_$LINE" | |
3764 | else | |
3765 | no_cache=1 | |
3766 | fi | |
3767 | ||
3768 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB | |
3769 | ||
3770 | fi; | |
3771 | ||
3772 | eval "$ac_cv_use_debug_gdb" | |
3773 | if test "$no_cache" != 1; then | |
3774 | echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp | |
3775 | fi | |
3776 | ||
3777 | if test "$wxUSE_DEBUG_GDB" = yes; then | |
3778 | echo "$as_me:$LINENO: result: yes" >&5 | |
3779 | echo "${ECHO_T}yes" >&6 | |
3780 | else | |
3781 | echo "$as_me:$LINENO: result: no" >&5 | |
3782 | echo "${ECHO_T}no" >&6 | |
3783 | fi | |
3784 | ||
3785 | ||
3786 | enablestring= | |
3787 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5 | |
3788 | echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6 | |
3789 | no_cache=0 | |
3790 | # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given. | |
3791 | if test "${enable_debug_cntxt+set}" = set; then | |
3792 | enableval="$enable_debug_cntxt" | |
3793 | ||
3794 | if test "$enableval" = yes; then | |
3795 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes' | |
3796 | else | |
3797 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no' | |
3798 | fi | |
3799 | ||
3800 | else | |
3801 | ||
3802 | LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}` | |
3803 | if test "x$LINE" != x ; then | |
3804 | eval "DEFAULT_$LINE" | |
3805 | else | |
3806 | no_cache=1 | |
3807 | fi | |
3808 | ||
3809 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT | |
3810 | ||
3811 | fi; | |
3812 | ||
3813 | eval "$ac_cv_use_debug_cntxt" | |
3814 | if test "$no_cache" != 1; then | |
3815 | echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp | |
3816 | fi | |
3817 | ||
3818 | if test "$wxUSE_DEBUG_CONTEXT" = yes; then | |
3819 | echo "$as_me:$LINENO: result: yes" >&5 | |
3820 | echo "${ECHO_T}yes" >&6 | |
3821 | else | |
3822 | echo "$as_me:$LINENO: result: no" >&5 | |
3823 | echo "${ECHO_T}no" >&6 | |
3824 | fi | |
3825 | ||
3826 | ||
3827 | enablestring= | |
3828 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5 | |
3829 | echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6 | |
3830 | no_cache=0 | |
3831 | # Check whether --enable-mem_tracing or --disable-mem_tracing was given. | |
3832 | if test "${enable_mem_tracing+set}" = set; then | |
3833 | enableval="$enable_mem_tracing" | |
3834 | ||
3835 | if test "$enableval" = yes; then | |
3836 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes' | |
3837 | else | |
3838 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no' | |
3839 | fi | |
3840 | ||
3841 | else | |
3842 | ||
3843 | LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}` | |
3844 | if test "x$LINE" != x ; then | |
3845 | eval "DEFAULT_$LINE" | |
3846 | else | |
3847 | no_cache=1 | |
3848 | fi | |
3849 | ||
3850 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING | |
3851 | ||
3852 | fi; | |
3853 | ||
3854 | eval "$ac_cv_use_mem_tracing" | |
3855 | if test "$no_cache" != 1; then | |
3856 | echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp | |
3857 | fi | |
3858 | ||
3859 | if test "$wxUSE_MEM_TRACING" = yes; then | |
3860 | echo "$as_me:$LINENO: result: yes" >&5 | |
3861 | echo "${ECHO_T}yes" >&6 | |
3862 | else | |
3863 | echo "$as_me:$LINENO: result: no" >&5 | |
3864 | echo "${ECHO_T}no" >&6 | |
3865 | fi | |
3866 | ||
3867 | ||
3868 | enablestring= | |
3869 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5 | |
3870 | echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6 | |
3871 | no_cache=0 | |
3872 | # Check whether --enable-profile or --disable-profile was given. | |
3873 | if test "${enable_profile+set}" = set; then | |
3874 | enableval="$enable_profile" | |
3875 | ||
3876 | if test "$enableval" = yes; then | |
3877 | ac_cv_use_profile='wxUSE_PROFILE=yes' | |
3878 | else | |
3879 | ac_cv_use_profile='wxUSE_PROFILE=no' | |
3880 | fi | |
3881 | ||
3882 | else | |
3883 | ||
3884 | LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}` | |
3885 | if test "x$LINE" != x ; then | |
3886 | eval "DEFAULT_$LINE" | |
3887 | else | |
3888 | no_cache=1 | |
3889 | fi | |
3890 | ||
3891 | ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE | |
3892 | ||
3893 | fi; | |
3894 | ||
3895 | eval "$ac_cv_use_profile" | |
3896 | if test "$no_cache" != 1; then | |
3897 | echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp | |
3898 | fi | |
3899 | ||
3900 | if test "$wxUSE_PROFILE" = yes; then | |
3901 | echo "$as_me:$LINENO: result: yes" >&5 | |
3902 | echo "${ECHO_T}yes" >&6 | |
3903 | else | |
3904 | echo "$as_me:$LINENO: result: no" >&5 | |
3905 | echo "${ECHO_T}no" >&6 | |
3906 | fi | |
3907 | ||
3908 | ||
3909 | enablestring= | |
3910 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5 | |
3911 | echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6 | |
3912 | no_cache=0 | |
3913 | # Check whether --enable-no_rtti or --disable-no_rtti was given. | |
3914 | if test "${enable_no_rtti+set}" = set; then | |
3915 | enableval="$enable_no_rtti" | |
3916 | ||
3917 | if test "$enableval" = yes; then | |
3918 | ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes' | |
3919 | else | |
3920 | ac_cv_use_no_rtti='wxUSE_NO_RTTI=no' | |
3921 | fi | |
3922 | ||
3923 | else | |
3924 | ||
3925 | LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}` | |
3926 | if test "x$LINE" != x ; then | |
3927 | eval "DEFAULT_$LINE" | |
3928 | else | |
3929 | no_cache=1 | |
3930 | fi | |
3931 | ||
3932 | ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI | |
3933 | ||
3934 | fi; | |
3935 | ||
3936 | eval "$ac_cv_use_no_rtti" | |
3937 | if test "$no_cache" != 1; then | |
3938 | echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp | |
3939 | fi | |
3940 | ||
3941 | if test "$wxUSE_NO_RTTI" = yes; then | |
3942 | echo "$as_me:$LINENO: result: yes" >&5 | |
3943 | echo "${ECHO_T}yes" >&6 | |
3944 | else | |
3945 | echo "$as_me:$LINENO: result: no" >&5 | |
3946 | echo "${ECHO_T}no" >&6 | |
3947 | fi | |
3948 | ||
3949 | ||
3950 | enablestring= | |
3951 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5 | |
3952 | echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6 | |
3953 | no_cache=0 | |
3954 | # Check whether --enable-no_exceptions or --disable-no_exceptions was given. | |
3955 | if test "${enable_no_exceptions+set}" = set; then | |
3956 | enableval="$enable_no_exceptions" | |
3957 | ||
3958 | if test "$enableval" = yes; then | |
3959 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes' | |
3960 | else | |
3961 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no' | |
3962 | fi | |
3963 | ||
3964 | else | |
3965 | ||
3966 | LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}` | |
3967 | if test "x$LINE" != x ; then | |
3968 | eval "DEFAULT_$LINE" | |
3969 | else | |
3970 | no_cache=1 | |
3971 | fi | |
3972 | ||
3973 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS | |
3974 | ||
3975 | fi; | |
3976 | ||
3977 | eval "$ac_cv_use_no_exceptions" | |
3978 | if test "$no_cache" != 1; then | |
3979 | echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp | |
3980 | fi | |
3981 | ||
3982 | if test "$wxUSE_NO_EXCEPTIONS" = yes; then | |
3983 | echo "$as_me:$LINENO: result: yes" >&5 | |
3984 | echo "${ECHO_T}yes" >&6 | |
3985 | else | |
3986 | echo "$as_me:$LINENO: result: no" >&5 | |
3987 | echo "${ECHO_T}no" >&6 | |
3988 | fi | |
3989 | ||
3990 | ||
3991 | enablestring= | |
3992 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5 | |
3993 | echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6 | |
3994 | no_cache=0 | |
3995 | # Check whether --enable-permissive or --disable-permissive was given. | |
3996 | if test "${enable_permissive+set}" = set; then | |
3997 | enableval="$enable_permissive" | |
3998 | ||
3999 | if test "$enableval" = yes; then | |
4000 | ac_cv_use_permissive='wxUSE_PERMISSIVE=yes' | |
4001 | else | |
4002 | ac_cv_use_permissive='wxUSE_PERMISSIVE=no' | |
4003 | fi | |
4004 | ||
4005 | else | |
4006 | ||
4007 | LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}` | |
4008 | if test "x$LINE" != x ; then | |
4009 | eval "DEFAULT_$LINE" | |
4010 | else | |
4011 | no_cache=1 | |
4012 | fi | |
4013 | ||
4014 | ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE | |
4015 | ||
4016 | fi; | |
4017 | ||
4018 | eval "$ac_cv_use_permissive" | |
4019 | if test "$no_cache" != 1; then | |
4020 | echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp | |
4021 | fi | |
4022 | ||
4023 | if test "$wxUSE_PERMISSIVE" = yes; then | |
4024 | echo "$as_me:$LINENO: result: yes" >&5 | |
4025 | echo "${ECHO_T}yes" >&6 | |
4026 | else | |
4027 | echo "$as_me:$LINENO: result: no" >&5 | |
4028 | echo "${ECHO_T}no" >&6 | |
4029 | fi | |
4030 | ||
4031 | ||
4032 | enablestring= | |
4033 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5 | |
4034 | echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6 | |
4035 | no_cache=0 | |
4036 | # Check whether --enable-no_deps or --disable-no_deps was given. | |
4037 | if test "${enable_no_deps+set}" = set; then | |
4038 | enableval="$enable_no_deps" | |
4039 | ||
4040 | if test "$enableval" = yes; then | |
4041 | ac_cv_use_no_deps='wxUSE_NO_DEPS=yes' | |
4042 | else | |
4043 | ac_cv_use_no_deps='wxUSE_NO_DEPS=no' | |
4044 | fi | |
4045 | ||
4046 | else | |
4047 | ||
4048 | LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}` | |
4049 | if test "x$LINE" != x ; then | |
4050 | eval "DEFAULT_$LINE" | |
4051 | else | |
4052 | no_cache=1 | |
4053 | fi | |
4054 | ||
4055 | ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS | |
4056 | ||
4057 | fi; | |
4058 | ||
4059 | eval "$ac_cv_use_no_deps" | |
4060 | if test "$no_cache" != 1; then | |
4061 | echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp | |
4062 | fi | |
4063 | ||
4064 | if test "$wxUSE_NO_DEPS" = yes; then | |
4065 | echo "$as_me:$LINENO: result: yes" >&5 | |
4066 | echo "${ECHO_T}yes" >&6 | |
4067 | else | |
4068 | echo "$as_me:$LINENO: result: no" >&5 | |
4069 | echo "${ECHO_T}no" >&6 | |
4070 | fi | |
4071 | ||
4072 | ||
4073 | ||
4074 | enablestring= | |
4075 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5 | |
4076 | echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6 | |
4077 | no_cache=0 | |
4078 | # Check whether --enable-compat22 or --disable-compat22 was given. | |
4079 | if test "${enable_compat22+set}" = set; then | |
4080 | enableval="$enable_compat22" | |
4081 | ||
4082 | if test "$enableval" = yes; then | |
4083 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes' | |
4084 | else | |
4085 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no' | |
4086 | fi | |
4087 | ||
4088 | else | |
4089 | ||
4090 | LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}` | |
4091 | if test "x$LINE" != x ; then | |
4092 | eval "DEFAULT_$LINE" | |
4093 | else | |
4094 | no_cache=1 | |
4095 | fi | |
4096 | ||
4097 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2 | |
4098 | ||
4099 | fi; | |
4100 | ||
4101 | eval "$ac_cv_use_compat22" | |
4102 | if test "$no_cache" != 1; then | |
4103 | echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp | |
4104 | fi | |
4105 | ||
4106 | if test "$WXWIN_COMPATIBILITY_2_2" = yes; then | |
4107 | echo "$as_me:$LINENO: result: yes" >&5 | |
4108 | echo "${ECHO_T}yes" >&6 | |
4109 | else | |
4110 | echo "$as_me:$LINENO: result: no" >&5 | |
4111 | echo "${ECHO_T}no" >&6 | |
4112 | fi | |
4113 | ||
4114 | ||
4115 | enablestring=disable | |
4116 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5 | |
4117 | echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6 | |
4118 | no_cache=0 | |
4119 | # Check whether --enable-compat24 or --disable-compat24 was given. | |
4120 | if test "${enable_compat24+set}" = set; then | |
4121 | enableval="$enable_compat24" | |
4122 | ||
4123 | if test "$enableval" = yes; then | |
4124 | ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=yes' | |
4125 | else | |
4126 | ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=no' | |
4127 | fi | |
4128 | ||
4129 | else | |
4130 | ||
4131 | LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}` | |
4132 | if test "x$LINE" != x ; then | |
4133 | eval "DEFAULT_$LINE" | |
4134 | else | |
4135 | no_cache=1 | |
4136 | fi | |
4137 | ||
4138 | ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4 | |
4139 | ||
4140 | fi; | |
4141 | ||
4142 | eval "$ac_cv_use_compat24" | |
4143 | if test "$no_cache" != 1; then | |
4144 | echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp | |
4145 | fi | |
4146 | ||
4147 | if test "$WXWIN_COMPATIBILITY_2_4" = yes; then | |
4148 | echo "$as_me:$LINENO: result: yes" >&5 | |
4149 | echo "${ECHO_T}yes" >&6 | |
4150 | else | |
4151 | echo "$as_me:$LINENO: result: no" >&5 | |
4152 | echo "${ECHO_T}no" >&6 | |
4153 | fi | |
4154 | ||
4155 | ||
ffa0583f RL |
4156 | |
4157 | enablestring= | |
4158 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5 | |
4159 | echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6 | |
4160 | no_cache=0 | |
4161 | # Check whether --enable-rpath or --disable-rpath was given. | |
a848cd7e SC |
4162 | if test "${enable_rpath+set}" = set; then |
4163 | enableval="$enable_rpath" | |
ffa0583f RL |
4164 | |
4165 | if test "$enableval" = yes; then | |
4166 | ac_cv_use_rpath='wxUSE_RPATH=yes' | |
4167 | else | |
4168 | ac_cv_use_rpath='wxUSE_RPATH=no' | |
4169 | fi | |
4170 | ||
4171 | else | |
4172 | ||
4173 | LINE=`grep "wxUSE_RPATH" ${wx_arg_cache_file}` | |
4174 | if test "x$LINE" != x ; then | |
4175 | eval "DEFAULT_$LINE" | |
4176 | else | |
4177 | no_cache=1 | |
4178 | fi | |
4179 | ||
4180 | ac_cv_use_rpath='wxUSE_RPATH='$DEFAULT_wxUSE_RPATH | |
4181 | ||
a848cd7e SC |
4182 | fi; |
4183 | ||
ffa0583f RL |
4184 | eval "$ac_cv_use_rpath" |
4185 | if test "$no_cache" != 1; then | |
4186 | echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp | |
4187 | fi | |
4188 | ||
4189 | if test "$wxUSE_RPATH" = yes; then | |
4190 | echo "$as_me:$LINENO: result: yes" >&5 | |
4191 | echo "${ECHO_T}yes" >&6 | |
4192 | else | |
4193 | echo "$as_me:$LINENO: result: no" >&5 | |
4194 | echo "${ECHO_T}no" >&6 | |
4195 | fi | |
4196 | ||
a848cd7e SC |
4197 | |
4198 | ||
4199 | ||
4200 | ||
4201 | enablestring= | |
4202 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5 | |
4203 | echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6 | |
4204 | no_cache=0 | |
4205 | # Check whether --enable-intl or --disable-intl was given. | |
4206 | if test "${enable_intl+set}" = set; then | |
4207 | enableval="$enable_intl" | |
4208 | ||
4209 | if test "$enableval" = yes; then | |
4210 | ac_cv_use_intl='wxUSE_INTL=yes' | |
4211 | else | |
4212 | ac_cv_use_intl='wxUSE_INTL=no' | |
4213 | fi | |
4214 | ||
4215 | else | |
4216 | ||
4217 | LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}` | |
4218 | if test "x$LINE" != x ; then | |
4219 | eval "DEFAULT_$LINE" | |
4220 | else | |
4221 | no_cache=1 | |
4222 | fi | |
4223 | ||
4224 | ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL | |
4225 | ||
4226 | fi; | |
4227 | ||
4228 | eval "$ac_cv_use_intl" | |
4229 | if test "$no_cache" != 1; then | |
4230 | echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp | |
4231 | fi | |
4232 | ||
4233 | if test "$wxUSE_INTL" = yes; then | |
4234 | echo "$as_me:$LINENO: result: yes" >&5 | |
4235 | echo "${ECHO_T}yes" >&6 | |
4236 | else | |
4237 | echo "$as_me:$LINENO: result: no" >&5 | |
4238 | echo "${ECHO_T}no" >&6 | |
4239 | fi | |
4240 | ||
4241 | ||
4242 | enablestring= | |
4243 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5 | |
4244 | echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6 | |
4245 | no_cache=0 | |
4246 | # Check whether --enable-config or --disable-config was given. | |
4247 | if test "${enable_config+set}" = set; then | |
4248 | enableval="$enable_config" | |
4249 | ||
4250 | if test "$enableval" = yes; then | |
4251 | ac_cv_use_config='wxUSE_CONFIG=yes' | |
4252 | else | |
4253 | ac_cv_use_config='wxUSE_CONFIG=no' | |
4254 | fi | |
4255 | ||
4256 | else | |
4257 | ||
4258 | LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}` | |
4259 | if test "x$LINE" != x ; then | |
4260 | eval "DEFAULT_$LINE" | |
4261 | else | |
4262 | no_cache=1 | |
4263 | fi | |
4264 | ||
4265 | ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG | |
4266 | ||
4267 | fi; | |
4268 | ||
4269 | eval "$ac_cv_use_config" | |
4270 | if test "$no_cache" != 1; then | |
4271 | echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp | |
4272 | fi | |
4273 | ||
4274 | if test "$wxUSE_CONFIG" = yes; then | |
4275 | echo "$as_me:$LINENO: result: yes" >&5 | |
4276 | echo "${ECHO_T}yes" >&6 | |
4277 | else | |
4278 | echo "$as_me:$LINENO: result: no" >&5 | |
4279 | echo "${ECHO_T}no" >&6 | |
4280 | fi | |
4281 | ||
4282 | ||
4283 | ||
4284 | enablestring= | |
4285 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5 | |
4286 | echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6 | |
4287 | no_cache=0 | |
4288 | # Check whether --enable-protocols or --disable-protocols was given. | |
4289 | if test "${enable_protocols+set}" = set; then | |
4290 | enableval="$enable_protocols" | |
4291 | ||
4292 | if test "$enableval" = yes; then | |
4293 | ac_cv_use_protocols='wxUSE_PROTOCOL=yes' | |
4294 | else | |
4295 | ac_cv_use_protocols='wxUSE_PROTOCOL=no' | |
4296 | fi | |
4297 | ||
4298 | else | |
4299 | ||
4300 | LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}` | |
4301 | if test "x$LINE" != x ; then | |
4302 | eval "DEFAULT_$LINE" | |
4303 | else | |
4304 | no_cache=1 | |
4305 | fi | |
4306 | ||
4307 | ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL | |
4308 | ||
4309 | fi; | |
4310 | ||
4311 | eval "$ac_cv_use_protocols" | |
4312 | if test "$no_cache" != 1; then | |
4313 | echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp | |
4314 | fi | |
4315 | ||
4316 | if test "$wxUSE_PROTOCOL" = yes; then | |
4317 | echo "$as_me:$LINENO: result: yes" >&5 | |
4318 | echo "${ECHO_T}yes" >&6 | |
4319 | else | |
4320 | echo "$as_me:$LINENO: result: no" >&5 | |
4321 | echo "${ECHO_T}no" >&6 | |
4322 | fi | |
4323 | ||
4324 | ||
4325 | enablestring= | |
4326 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5 | |
4327 | echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6 | |
4328 | no_cache=0 | |
4329 | # Check whether --enable-ftp or --disable-ftp was given. | |
4330 | if test "${enable_ftp+set}" = set; then | |
4331 | enableval="$enable_ftp" | |
4332 | ||
4333 | if test "$enableval" = yes; then | |
4334 | ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes' | |
4335 | else | |
4336 | ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no' | |
4337 | fi | |
4338 | ||
4339 | else | |
4340 | ||
4341 | LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}` | |
4342 | if test "x$LINE" != x ; then | |
4343 | eval "DEFAULT_$LINE" | |
4344 | else | |
4345 | no_cache=1 | |
4346 | fi | |
4347 | ||
4348 | ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP | |
4349 | ||
4350 | fi; | |
4351 | ||
4352 | eval "$ac_cv_use_ftp" | |
4353 | if test "$no_cache" != 1; then | |
4354 | echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp | |
4355 | fi | |
4356 | ||
4357 | if test "$wxUSE_PROTOCOL_FTP" = yes; then | |
4358 | echo "$as_me:$LINENO: result: yes" >&5 | |
4359 | echo "${ECHO_T}yes" >&6 | |
4360 | else | |
4361 | echo "$as_me:$LINENO: result: no" >&5 | |
4362 | echo "${ECHO_T}no" >&6 | |
4363 | fi | |
4364 | ||
4365 | ||
4366 | enablestring= | |
4367 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5 | |
4368 | echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6 | |
4369 | no_cache=0 | |
4370 | # Check whether --enable-http or --disable-http was given. | |
4371 | if test "${enable_http+set}" = set; then | |
4372 | enableval="$enable_http" | |
4373 | ||
4374 | if test "$enableval" = yes; then | |
4375 | ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes' | |
4376 | else | |
4377 | ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no' | |
4378 | fi | |
4379 | ||
4380 | else | |
4381 | ||
4382 | LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}` | |
4383 | if test "x$LINE" != x ; then | |
4384 | eval "DEFAULT_$LINE" | |
4385 | else | |
4386 | no_cache=1 | |
4387 | fi | |
4388 | ||
4389 | ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP | |
4390 | ||
4391 | fi; | |
4392 | ||
4393 | eval "$ac_cv_use_http" | |
4394 | if test "$no_cache" != 1; then | |
4395 | echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp | |
4396 | fi | |
4397 | ||
4398 | if test "$wxUSE_PROTOCOL_HTTP" = yes; then | |
4399 | echo "$as_me:$LINENO: result: yes" >&5 | |
4400 | echo "${ECHO_T}yes" >&6 | |
4401 | else | |
4402 | echo "$as_me:$LINENO: result: no" >&5 | |
4403 | echo "${ECHO_T}no" >&6 | |
4404 | fi | |
4405 | ||
4406 | ||
4407 | enablestring= | |
4408 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5 | |
4409 | echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6 | |
4410 | no_cache=0 | |
4411 | # Check whether --enable-fileproto or --disable-fileproto was given. | |
4412 | if test "${enable_fileproto+set}" = set; then | |
4413 | enableval="$enable_fileproto" | |
4414 | ||
4415 | if test "$enableval" = yes; then | |
4416 | ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes' | |
4417 | else | |
4418 | ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no' | |
4419 | fi | |
4420 | ||
4421 | else | |
4422 | ||
4423 | LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}` | |
4424 | if test "x$LINE" != x ; then | |
4425 | eval "DEFAULT_$LINE" | |
4426 | else | |
4427 | no_cache=1 | |
4428 | fi | |
4429 | ||
4430 | ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE | |
4431 | ||
4432 | fi; | |
4433 | ||
4434 | eval "$ac_cv_use_fileproto" | |
4435 | if test "$no_cache" != 1; then | |
4436 | echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp | |
4437 | fi | |
4438 | ||
4439 | if test "$wxUSE_PROTOCOL_FILE" = yes; then | |
4440 | echo "$as_me:$LINENO: result: yes" >&5 | |
4441 | echo "${ECHO_T}yes" >&6 | |
4442 | else | |
4443 | echo "$as_me:$LINENO: result: no" >&5 | |
4444 | echo "${ECHO_T}no" >&6 | |
4445 | fi | |
4446 | ||
4447 | ||
4448 | enablestring= | |
4449 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5 | |
4450 | echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6 | |
4451 | no_cache=0 | |
4452 | # Check whether --enable-sockets or --disable-sockets was given. | |
4453 | if test "${enable_sockets+set}" = set; then | |
4454 | enableval="$enable_sockets" | |
4455 | ||
4456 | if test "$enableval" = yes; then | |
4457 | ac_cv_use_sockets='wxUSE_SOCKETS=yes' | |
4458 | else | |
4459 | ac_cv_use_sockets='wxUSE_SOCKETS=no' | |
4460 | fi | |
4461 | ||
4462 | else | |
4463 | ||
4464 | LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}` | |
4465 | if test "x$LINE" != x ; then | |
4466 | eval "DEFAULT_$LINE" | |
4467 | else | |
4468 | no_cache=1 | |
4469 | fi | |
4470 | ||
4471 | ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS | |
4472 | ||
4473 | fi; | |
4474 | ||
4475 | eval "$ac_cv_use_sockets" | |
4476 | if test "$no_cache" != 1; then | |
4477 | echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp | |
4478 | fi | |
4479 | ||
4480 | if test "$wxUSE_SOCKETS" = yes; then | |
4481 | echo "$as_me:$LINENO: result: yes" >&5 | |
4482 | echo "${ECHO_T}yes" >&6 | |
4483 | else | |
4484 | echo "$as_me:$LINENO: result: no" >&5 | |
4485 | echo "${ECHO_T}no" >&6 | |
4486 | fi | |
4487 | ||
4488 | ||
4489 | enablestring= | |
4490 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5 | |
4491 | echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6 | |
4492 | no_cache=0 | |
4493 | # Check whether --enable-ole or --disable-ole was given. | |
4494 | if test "${enable_ole+set}" = set; then | |
4495 | enableval="$enable_ole" | |
4496 | ||
4497 | if test "$enableval" = yes; then | |
4498 | ac_cv_use_ole='wxUSE_OLE=yes' | |
4499 | else | |
4500 | ac_cv_use_ole='wxUSE_OLE=no' | |
4501 | fi | |
4502 | ||
4503 | else | |
4504 | ||
4505 | LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}` | |
4506 | if test "x$LINE" != x ; then | |
4507 | eval "DEFAULT_$LINE" | |
4508 | else | |
4509 | no_cache=1 | |
4510 | fi | |
4511 | ||
4512 | ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE | |
4513 | ||
4514 | fi; | |
4515 | ||
4516 | eval "$ac_cv_use_ole" | |
4517 | if test "$no_cache" != 1; then | |
4518 | echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp | |
4519 | fi | |
4520 | ||
4521 | if test "$wxUSE_OLE" = yes; then | |
4522 | echo "$as_me:$LINENO: result: yes" >&5 | |
4523 | echo "${ECHO_T}yes" >&6 | |
4524 | else | |
4525 | echo "$as_me:$LINENO: result: no" >&5 | |
4526 | echo "${ECHO_T}no" >&6 | |
4527 | fi | |
4528 | ||
4529 | ||
4530 | enablestring= | |
4531 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5 | |
4532 | echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6 | |
4533 | no_cache=0 | |
4534 | # Check whether --enable-dataobj or --disable-dataobj was given. | |
4535 | if test "${enable_dataobj+set}" = set; then | |
4536 | enableval="$enable_dataobj" | |
4537 | ||
4538 | if test "$enableval" = yes; then | |
4539 | ac_cv_use_dataobj='wxUSE_DATAOBJ=yes' | |
4540 | else | |
4541 | ac_cv_use_dataobj='wxUSE_DATAOBJ=no' | |
4542 | fi | |
4543 | ||
4544 | else | |
4545 | ||
4546 | LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}` | |
4547 | if test "x$LINE" != x ; then | |
4548 | eval "DEFAULT_$LINE" | |
4549 | else | |
4550 | no_cache=1 | |
4551 | fi | |
4552 | ||
4553 | ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ | |
4554 | ||
4555 | fi; | |
4556 | ||
4557 | eval "$ac_cv_use_dataobj" | |
4558 | if test "$no_cache" != 1; then | |
4559 | echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp | |
4560 | fi | |
4561 | ||
4562 | if test "$wxUSE_DATAOBJ" = yes; then | |
4563 | echo "$as_me:$LINENO: result: yes" >&5 | |
4564 | echo "${ECHO_T}yes" >&6 | |
4565 | else | |
4566 | echo "$as_me:$LINENO: result: no" >&5 | |
4567 | echo "${ECHO_T}no" >&6 | |
4568 | fi | |
4569 | ||
4570 | ||
4571 | ||
4572 | enablestring= | |
4573 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5 | |
4574 | echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6 | |
4575 | no_cache=0 | |
4576 | # Check whether --enable-ipc or --disable-ipc was given. | |
4577 | if test "${enable_ipc+set}" = set; then | |
4578 | enableval="$enable_ipc" | |
4579 | ||
4580 | if test "$enableval" = yes; then | |
4581 | ac_cv_use_ipc='wxUSE_IPC=yes' | |
4582 | else | |
4583 | ac_cv_use_ipc='wxUSE_IPC=no' | |
4584 | fi | |
4585 | ||
4586 | else | |
4587 | ||
4588 | LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}` | |
4589 | if test "x$LINE" != x ; then | |
4590 | eval "DEFAULT_$LINE" | |
4591 | else | |
4592 | no_cache=1 | |
4593 | fi | |
4594 | ||
4595 | ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC | |
4596 | ||
4597 | fi; | |
4598 | ||
4599 | eval "$ac_cv_use_ipc" | |
4600 | if test "$no_cache" != 1; then | |
4601 | echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp | |
4602 | fi | |
4603 | ||
4604 | if test "$wxUSE_IPC" = yes; then | |
4605 | echo "$as_me:$LINENO: result: yes" >&5 | |
4606 | echo "${ECHO_T}yes" >&6 | |
4607 | else | |
4608 | echo "$as_me:$LINENO: result: no" >&5 | |
4609 | echo "${ECHO_T}no" >&6 | |
4610 | fi | |
4611 | ||
4612 | ||
4613 | ||
4614 | enablestring= | |
4615 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5 | |
4616 | echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6 | |
4617 | no_cache=0 | |
4618 | # Check whether --enable-apple_ieee or --disable-apple_ieee was given. | |
4619 | if test "${enable_apple_ieee+set}" = set; then | |
4620 | enableval="$enable_apple_ieee" | |
4621 | ||
4622 | if test "$enableval" = yes; then | |
4623 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes' | |
4624 | else | |
4625 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no' | |
4626 | fi | |
4627 | ||
4628 | else | |
4629 | ||
4630 | LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}` | |
4631 | if test "x$LINE" != x ; then | |
4632 | eval "DEFAULT_$LINE" | |
4633 | else | |
4634 | no_cache=1 | |
4635 | fi | |
4636 | ||
4637 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE | |
4638 | ||
4639 | fi; | |
4640 | ||
4641 | eval "$ac_cv_use_apple_ieee" | |
4642 | if test "$no_cache" != 1; then | |
4643 | echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp | |
4644 | fi | |
4645 | ||
4646 | if test "$wxUSE_APPLE_IEEE" = yes; then | |
4647 | echo "$as_me:$LINENO: result: yes" >&5 | |
4648 | echo "${ECHO_T}yes" >&6 | |
4649 | else | |
4650 | echo "$as_me:$LINENO: result: no" >&5 | |
4651 | echo "${ECHO_T}no" >&6 | |
4652 | fi | |
4653 | ||
4654 | ||
81f90336 MW |
4655 | enablestring= |
4656 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5 | |
4657 | echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6 | |
4658 | no_cache=0 | |
4659 | # Check whether --enable-arcstream or --disable-arcstream was given. | |
4660 | if test "${enable_arcstream+set}" = set; then | |
4661 | enableval="$enable_arcstream" | |
4662 | ||
4663 | if test "$enableval" = yes; then | |
9e8e867f | 4664 | ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes' |
81f90336 | 4665 | else |
9e8e867f | 4666 | ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no' |
81f90336 MW |
4667 | fi |
4668 | ||
4669 | else | |
4670 | ||
9e8e867f | 4671 | LINE=`grep "wxUSE_ARCHIVE_STREAMS" ${wx_arg_cache_file}` |
81f90336 MW |
4672 | if test "x$LINE" != x ; then |
4673 | eval "DEFAULT_$LINE" | |
4674 | else | |
4675 | no_cache=1 | |
4676 | fi | |
4677 | ||
9e8e867f | 4678 | ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS='$DEFAULT_wxUSE_ARCHIVE_STREAMS |
81f90336 MW |
4679 | |
4680 | fi; | |
4681 | ||
4682 | eval "$ac_cv_use_arcstream" | |
4683 | if test "$no_cache" != 1; then | |
4684 | echo $ac_cv_use_arcstream >> ${wx_arg_cache_file}.tmp | |
4685 | fi | |
4686 | ||
9e8e867f | 4687 | if test "$wxUSE_ARCHIVE_STREAMS" = yes; then |
81f90336 MW |
4688 | echo "$as_me:$LINENO: result: yes" >&5 |
4689 | echo "${ECHO_T}yes" >&6 | |
4690 | else | |
4691 | echo "$as_me:$LINENO: result: no" >&5 | |
4692 | echo "${ECHO_T}no" >&6 | |
4693 | fi | |
4694 | ||
4695 | ||
a848cd7e | 4696 | enablestring= |
36b6448c VZ |
4697 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5 |
4698 | echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6 | |
a848cd7e | 4699 | no_cache=0 |
36b6448c VZ |
4700 | # Check whether --enable-backtrace or --disable-backtrace was given. |
4701 | if test "${enable_backtrace+set}" = set; then | |
4702 | enableval="$enable_backtrace" | |
a848cd7e SC |
4703 | |
4704 | if test "$enableval" = yes; then | |
36b6448c | 4705 | ac_cv_use_backtrace='wxUSE_STACKWALKER=yes' |
a848cd7e | 4706 | else |
36b6448c | 4707 | ac_cv_use_backtrace='wxUSE_STACKWALKER=no' |
a848cd7e SC |
4708 | fi |
4709 | ||
4710 | else | |
4711 | ||
36b6448c | 4712 | LINE=`grep "wxUSE_STACKWALKER" ${wx_arg_cache_file}` |
a848cd7e SC |
4713 | if test "x$LINE" != x ; then |
4714 | eval "DEFAULT_$LINE" | |
4715 | else | |
4716 | no_cache=1 | |
4717 | fi | |
4718 | ||
36b6448c | 4719 | ac_cv_use_backtrace='wxUSE_STACKWALKER='$DEFAULT_wxUSE_STACKWALKER |
a848cd7e SC |
4720 | |
4721 | fi; | |
4722 | ||
36b6448c | 4723 | eval "$ac_cv_use_backtrace" |
a848cd7e | 4724 | if test "$no_cache" != 1; then |
36b6448c | 4725 | echo $ac_cv_use_backtrace >> ${wx_arg_cache_file}.tmp |
a848cd7e SC |
4726 | fi |
4727 | ||
36b6448c | 4728 | if test "$wxUSE_STACKWALKER" = yes; then |
a848cd7e SC |
4729 | echo "$as_me:$LINENO: result: yes" >&5 |
4730 | echo "${ECHO_T}yes" >&6 | |
4731 | else | |
4732 | echo "$as_me:$LINENO: result: no" >&5 | |
4733 | echo "${ECHO_T}no" >&6 | |
4734 | fi | |
4735 | ||
4736 | ||
eaff0f0d | 4737 | enablestring= |
36b6448c VZ |
4738 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5 |
4739 | echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6 | |
eaff0f0d | 4740 | no_cache=0 |
36b6448c VZ |
4741 | # Check whether --enable-catch_segvs or --disable-catch_segvs was given. |
4742 | if test "${enable_catch_segvs+set}" = set; then | |
4743 | enableval="$enable_catch_segvs" | |
eaff0f0d VZ |
4744 | |
4745 | if test "$enableval" = yes; then | |
36b6448c | 4746 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes' |
eaff0f0d | 4747 | else |
36b6448c | 4748 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no' |
eaff0f0d VZ |
4749 | fi |
4750 | ||
4751 | else | |
4752 | ||
36b6448c | 4753 | LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}` |
eaff0f0d VZ |
4754 | if test "x$LINE" != x ; then |
4755 | eval "DEFAULT_$LINE" | |
4756 | else | |
4757 | no_cache=1 | |
4758 | fi | |
4759 | ||
36b6448c | 4760 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION |
eaff0f0d VZ |
4761 | |
4762 | fi; | |
4763 | ||
36b6448c | 4764 | eval "$ac_cv_use_catch_segvs" |
eaff0f0d | 4765 | if test "$no_cache" != 1; then |
36b6448c | 4766 | echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp |
eaff0f0d VZ |
4767 | fi |
4768 | ||
36b6448c | 4769 | if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then |
eaff0f0d VZ |
4770 | echo "$as_me:$LINENO: result: yes" >&5 |
4771 | echo "${ECHO_T}yes" >&6 | |
4772 | else | |
4773 | echo "$as_me:$LINENO: result: no" >&5 | |
4774 | echo "${ECHO_T}no" >&6 | |
4775 | fi | |
4776 | ||
4777 | ||
a848cd7e SC |
4778 | enablestring= |
4779 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5 | |
4780 | echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6 | |
4781 | no_cache=0 | |
4782 | # Check whether --enable-cmdline or --disable-cmdline was given. | |
4783 | if test "${enable_cmdline+set}" = set; then | |
4784 | enableval="$enable_cmdline" | |
4785 | ||
4786 | if test "$enableval" = yes; then | |
4787 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes' | |
4788 | else | |
4789 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no' | |
4790 | fi | |
4791 | ||
4792 | else | |
4793 | ||
4794 | LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}` | |
4795 | if test "x$LINE" != x ; then | |
4796 | eval "DEFAULT_$LINE" | |
4797 | else | |
4798 | no_cache=1 | |
4799 | fi | |
4800 | ||
4801 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER | |
4802 | ||
4803 | fi; | |
4804 | ||
4805 | eval "$ac_cv_use_cmdline" | |
4806 | if test "$no_cache" != 1; then | |
4807 | echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp | |
4808 | fi | |
4809 | ||
4810 | if test "$wxUSE_CMDLINE_PARSER" = yes; then | |
4811 | echo "$as_me:$LINENO: result: yes" >&5 | |
4812 | echo "${ECHO_T}yes" >&6 | |
4813 | else | |
4814 | echo "$as_me:$LINENO: result: no" >&5 | |
4815 | echo "${ECHO_T}no" >&6 | |
4816 | fi | |
4817 | ||
4818 | ||
4819 | enablestring= | |
4820 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5 | |
4821 | echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6 | |
4822 | no_cache=0 | |
4823 | # Check whether --enable-datetime or --disable-datetime was given. | |
4824 | if test "${enable_datetime+set}" = set; then | |
4825 | enableval="$enable_datetime" | |
4826 | ||
4827 | if test "$enableval" = yes; then | |
4828 | ac_cv_use_datetime='wxUSE_DATETIME=yes' | |
4829 | else | |
4830 | ac_cv_use_datetime='wxUSE_DATETIME=no' | |
4831 | fi | |
4832 | ||
4833 | else | |
4834 | ||
4835 | LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}` | |
4836 | if test "x$LINE" != x ; then | |
4837 | eval "DEFAULT_$LINE" | |
4838 | else | |
4839 | no_cache=1 | |
4840 | fi | |
4841 | ||
4842 | ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME | |
4843 | ||
4844 | fi; | |
4845 | ||
4846 | eval "$ac_cv_use_datetime" | |
4847 | if test "$no_cache" != 1; then | |
4848 | echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp | |
4849 | fi | |
4850 | ||
4851 | if test "$wxUSE_DATETIME" = yes; then | |
4852 | echo "$as_me:$LINENO: result: yes" >&5 | |
4853 | echo "${ECHO_T}yes" >&6 | |
4854 | else | |
4855 | echo "$as_me:$LINENO: result: no" >&5 | |
4856 | echo "${ECHO_T}no" >&6 | |
4857 | fi | |
4858 | ||
4859 | ||
36b6448c VZ |
4860 | enablestring= |
4861 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5 | |
4862 | echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6 | |
4863 | no_cache=0 | |
4864 | # Check whether --enable-debugreport or --disable-debugreport was given. | |
4865 | if test "${enable_debugreport+set}" = set; then | |
4866 | enableval="$enable_debugreport" | |
4867 | ||
4868 | if test "$enableval" = yes; then | |
4869 | ac_cv_use_debugreport='wxUSE_DEBUGREPORT=yes' | |
4870 | else | |
4871 | ac_cv_use_debugreport='wxUSE_DEBUGREPORT=no' | |
4872 | fi | |
4873 | ||
4874 | else | |
4875 | ||
4876 | LINE=`grep "wxUSE_DEBUGREPORT" ${wx_arg_cache_file}` | |
4877 | if test "x$LINE" != x ; then | |
4878 | eval "DEFAULT_$LINE" | |
4879 | else | |
4880 | no_cache=1 | |
4881 | fi | |
4882 | ||
4883 | ac_cv_use_debugreport='wxUSE_DEBUGREPORT='$DEFAULT_wxUSE_DEBUGREPORT | |
4884 | ||
4885 | fi; | |
4886 | ||
4887 | eval "$ac_cv_use_debugreport" | |
4888 | if test "$no_cache" != 1; then | |
4889 | echo $ac_cv_use_debugreport >> ${wx_arg_cache_file}.tmp | |
4890 | fi | |
4891 | ||
4892 | if test "$wxUSE_DEBUGREPORT" = yes; then | |
4893 | echo "$as_me:$LINENO: result: yes" >&5 | |
4894 | echo "${ECHO_T}yes" >&6 | |
4895 | else | |
4896 | echo "$as_me:$LINENO: result: no" >&5 | |
4897 | echo "${ECHO_T}no" >&6 | |
4898 | fi | |
4899 | ||
4900 | ||
a848cd7e SC |
4901 | enablestring= |
4902 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5 | |
4903 | echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6 | |
4904 | no_cache=0 | |
4905 | # Check whether --enable-dialupman or --disable-dialupman was given. | |
4906 | if test "${enable_dialupman+set}" = set; then | |
4907 | enableval="$enable_dialupman" | |
4908 | ||
4909 | if test "$enableval" = yes; then | |
4910 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes' | |
4911 | else | |
4912 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no' | |
4913 | fi | |
4914 | ||
4915 | else | |
4916 | ||
4917 | LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}` | |
4918 | if test "x$LINE" != x ; then | |
4919 | eval "DEFAULT_$LINE" | |
4920 | else | |
4921 | no_cache=1 | |
4922 | fi | |
4923 | ||
4924 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER | |
4925 | ||
4926 | fi; | |
4927 | ||
4928 | eval "$ac_cv_use_dialupman" | |
4929 | if test "$no_cache" != 1; then | |
4930 | echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp | |
4931 | fi | |
4932 | ||
4933 | if test "$wxUSE_DIALUP_MANAGER" = yes; then | |
4934 | echo "$as_me:$LINENO: result: yes" >&5 | |
4935 | echo "${ECHO_T}yes" >&6 | |
4936 | else | |
4937 | echo "$as_me:$LINENO: result: no" >&5 | |
4938 | echo "${ECHO_T}no" >&6 | |
4939 | fi | |
4940 | ||
4941 | ||
4942 | enablestring= | |
4943 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5 | |
4944 | echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6 | |
4945 | no_cache=0 | |
4946 | # Check whether --enable-dynlib or --disable-dynlib was given. | |
4947 | if test "${enable_dynlib+set}" = set; then | |
4948 | enableval="$enable_dynlib" | |
4949 | ||
4950 | if test "$enableval" = yes; then | |
4951 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes' | |
4952 | else | |
4953 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no' | |
4954 | fi | |
4955 | ||
4956 | else | |
4957 | ||
4958 | LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}` | |
4959 | if test "x$LINE" != x ; then | |
4960 | eval "DEFAULT_$LINE" | |
4961 | else | |
4962 | no_cache=1 | |
4963 | fi | |
4964 | ||
4965 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS | |
4966 | ||
4967 | fi; | |
4968 | ||
4969 | eval "$ac_cv_use_dynlib" | |
4970 | if test "$no_cache" != 1; then | |
4971 | echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp | |
4972 | fi | |
4973 | ||
4974 | if test "$wxUSE_DYNLIB_CLASS" = yes; then | |
4975 | echo "$as_me:$LINENO: result: yes" >&5 | |
4976 | echo "${ECHO_T}yes" >&6 | |
4977 | else | |
4978 | echo "$as_me:$LINENO: result: no" >&5 | |
4979 | echo "${ECHO_T}no" >&6 | |
4980 | fi | |
4981 | ||
4982 | ||
4983 | enablestring= | |
4984 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5 | |
4985 | echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6 | |
4986 | no_cache=0 | |
4987 | # Check whether --enable-dynamicloader or --disable-dynamicloader was given. | |
4988 | if test "${enable_dynamicloader+set}" = set; then | |
4989 | enableval="$enable_dynamicloader" | |
4990 | ||
4991 | if test "$enableval" = yes; then | |
4992 | ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes' | |
4993 | else | |
4994 | ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no' | |
4995 | fi | |
4996 | ||
4997 | else | |
4998 | ||
4999 | LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}` | |
5000 | if test "x$LINE" != x ; then | |
5001 | eval "DEFAULT_$LINE" | |
5002 | else | |
5003 | no_cache=1 | |
5004 | fi | |
5005 | ||
5006 | ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER | |
5007 | ||
5008 | fi; | |
5009 | ||
5010 | eval "$ac_cv_use_dynamicloader" | |
5011 | if test "$no_cache" != 1; then | |
5012 | echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp | |
5013 | fi | |
5014 | ||
5015 | if test "$wxUSE_DYNAMIC_LOADER" = yes; then | |
5016 | echo "$as_me:$LINENO: result: yes" >&5 | |
5017 | echo "${ECHO_T}yes" >&6 | |
5018 | else | |
5019 | echo "$as_me:$LINENO: result: no" >&5 | |
5020 | echo "${ECHO_T}no" >&6 | |
5021 | fi | |
5022 | ||
5023 | ||
5024 | enablestring= | |
5025 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5 | |
5026 | echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6 | |
5027 | no_cache=0 | |
5028 | # Check whether --enable-exceptions or --disable-exceptions was given. | |
5029 | if test "${enable_exceptions+set}" = set; then | |
5030 | enableval="$enable_exceptions" | |
5031 | ||
5032 | if test "$enableval" = yes; then | |
5033 | ac_cv_use_exceptions='wxUSE_EXCEPTIONS=yes' | |
5034 | else | |
5035 | ac_cv_use_exceptions='wxUSE_EXCEPTIONS=no' | |
5036 | fi | |
5037 | ||
5038 | else | |
5039 | ||
5040 | LINE=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}` | |
5041 | if test "x$LINE" != x ; then | |
5042 | eval "DEFAULT_$LINE" | |
5043 | else | |
5044 | no_cache=1 | |
5045 | fi | |
5046 | ||
5047 | ac_cv_use_exceptions='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS | |
5048 | ||
5049 | fi; | |
5050 | ||
5051 | eval "$ac_cv_use_exceptions" | |
5052 | if test "$no_cache" != 1; then | |
5053 | echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp | |
5054 | fi | |
5055 | ||
5056 | if test "$wxUSE_EXCEPTIONS" = yes; then | |
5057 | echo "$as_me:$LINENO: result: yes" >&5 | |
5058 | echo "${ECHO_T}yes" >&6 | |
5059 | else | |
5060 | echo "$as_me:$LINENO: result: no" >&5 | |
5061 | echo "${ECHO_T}no" >&6 | |
5062 | fi | |
5063 | ||
5064 | ||
5065 | enablestring= | |
5066 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5 | |
5067 | echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6 | |
5068 | no_cache=0 | |
5069 | # Check whether --enable-ffile or --disable-ffile was given. | |
5070 | if test "${enable_ffile+set}" = set; then | |
5071 | enableval="$enable_ffile" | |
5072 | ||
5073 | if test "$enableval" = yes; then | |
5074 | ac_cv_use_ffile='wxUSE_FFILE=yes' | |
5075 | else | |
5076 | ac_cv_use_ffile='wxUSE_FFILE=no' | |
5077 | fi | |
5078 | ||
5079 | else | |
5080 | ||
5081 | LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}` | |
5082 | if test "x$LINE" != x ; then | |
5083 | eval "DEFAULT_$LINE" | |
5084 | else | |
5085 | no_cache=1 | |
5086 | fi | |
5087 | ||
5088 | ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE | |
5089 | ||
5090 | fi; | |
5091 | ||
5092 | eval "$ac_cv_use_ffile" | |
5093 | if test "$no_cache" != 1; then | |
5094 | echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp | |
5095 | fi | |
5096 | ||
5097 | if test "$wxUSE_FFILE" = yes; then | |
5098 | echo "$as_me:$LINENO: result: yes" >&5 | |
5099 | echo "${ECHO_T}yes" >&6 | |
5100 | else | |
5101 | echo "$as_me:$LINENO: result: no" >&5 | |
5102 | echo "${ECHO_T}no" >&6 | |
5103 | fi | |
5104 | ||
5105 | ||
5106 | enablestring= | |
5107 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5 | |
5108 | echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6 | |
5109 | no_cache=0 | |
5110 | # Check whether --enable-file or --disable-file was given. | |
5111 | if test "${enable_file+set}" = set; then | |
5112 | enableval="$enable_file" | |
5113 | ||
5114 | if test "$enableval" = yes; then | |
5115 | ac_cv_use_file='wxUSE_FILE=yes' | |
5116 | else | |
5117 | ac_cv_use_file='wxUSE_FILE=no' | |
5118 | fi | |
5119 | ||
5120 | else | |
5121 | ||
5122 | LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}` | |
5123 | if test "x$LINE" != x ; then | |
5124 | eval "DEFAULT_$LINE" | |
5125 | else | |
5126 | no_cache=1 | |
5127 | fi | |
5128 | ||
5129 | ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE | |
5130 | ||
5131 | fi; | |
5132 | ||
5133 | eval "$ac_cv_use_file" | |
5134 | if test "$no_cache" != 1; then | |
5135 | echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp | |
5136 | fi | |
5137 | ||
5138 | if test "$wxUSE_FILE" = yes; then | |
5139 | echo "$as_me:$LINENO: result: yes" >&5 | |
5140 | echo "${ECHO_T}yes" >&6 | |
5141 | else | |
5142 | echo "$as_me:$LINENO: result: no" >&5 | |
5143 | echo "${ECHO_T}no" >&6 | |
5144 | fi | |
5145 | ||
5146 | ||
5147 | enablestring= | |
5148 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5 | |
5149 | echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6 | |
5150 | no_cache=0 | |
5151 | # Check whether --enable-filesystem or --disable-filesystem was given. | |
5152 | if test "${enable_filesystem+set}" = set; then | |
5153 | enableval="$enable_filesystem" | |
5154 | ||
5155 | if test "$enableval" = yes; then | |
5156 | ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes' | |
5157 | else | |
5158 | ac_cv_use_filesystem='wxUSE_FILESYSTEM=no' | |
5159 | fi | |
5160 | ||
5161 | else | |
5162 | ||
5163 | LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}` | |
5164 | if test "x$LINE" != x ; then | |
5165 | eval "DEFAULT_$LINE" | |
5166 | else | |
5167 | no_cache=1 | |
5168 | fi | |
5169 | ||
5170 | ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM | |
5171 | ||
5172 | fi; | |
5173 | ||
5174 | eval "$ac_cv_use_filesystem" | |
5175 | if test "$no_cache" != 1; then | |
5176 | echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp | |
5177 | fi | |
5178 | ||
5179 | if test "$wxUSE_FILESYSTEM" = yes; then | |
5180 | echo "$as_me:$LINENO: result: yes" >&5 | |
5181 | echo "${ECHO_T}yes" >&6 | |
5182 | else | |
5183 | echo "$as_me:$LINENO: result: no" >&5 | |
5184 | echo "${ECHO_T}no" >&6 | |
5185 | fi | |
5186 | ||
5187 | ||
5188 | enablestring= | |
5189 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5 | |
5190 | echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6 | |
5191 | no_cache=0 | |
5192 | # Check whether --enable-fontmap or --disable-fontmap was given. | |
5193 | if test "${enable_fontmap+set}" = set; then | |
5194 | enableval="$enable_fontmap" | |
5195 | ||
5196 | if test "$enableval" = yes; then | |
5197 | ac_cv_use_fontmap='wxUSE_FONTMAP=yes' | |
5198 | else | |
5199 | ac_cv_use_fontmap='wxUSE_FONTMAP=no' | |
5200 | fi | |
5201 | ||
5202 | else | |
5203 | ||
5204 | LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}` | |
5205 | if test "x$LINE" != x ; then | |
5206 | eval "DEFAULT_$LINE" | |
5207 | else | |
5208 | no_cache=1 | |
5209 | fi | |
5210 | ||
5211 | ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP | |
5212 | ||
5213 | fi; | |
5214 | ||
5215 | eval "$ac_cv_use_fontmap" | |
5216 | if test "$no_cache" != 1; then | |
5217 | echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp | |
5218 | fi | |
5219 | ||
5220 | if test "$wxUSE_FONTMAP" = yes; then | |
5221 | echo "$as_me:$LINENO: result: yes" >&5 | |
5222 | echo "${ECHO_T}yes" >&6 | |
5223 | else | |
5224 | echo "$as_me:$LINENO: result: no" >&5 | |
5225 | echo "${ECHO_T}no" >&6 | |
5226 | fi | |
5227 | ||
5228 | ||
5229 | enablestring= | |
5230 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5 | |
5231 | echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6 | |
5232 | no_cache=0 | |
5233 | # Check whether --enable-fs_inet or --disable-fs_inet was given. | |
5234 | if test "${enable_fs_inet+set}" = set; then | |
5235 | enableval="$enable_fs_inet" | |
5236 | ||
5237 | if test "$enableval" = yes; then | |
5238 | ac_cv_use_fs_inet='wxUSE_FS_INET=yes' | |
5239 | else | |
5240 | ac_cv_use_fs_inet='wxUSE_FS_INET=no' | |
5241 | fi | |
5242 | ||
5243 | else | |
5244 | ||
5245 | LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}` | |
5246 | if test "x$LINE" != x ; then | |
5247 | eval "DEFAULT_$LINE" | |
5248 | else | |
5249 | no_cache=1 | |
5250 | fi | |
5251 | ||
5252 | ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET | |
5253 | ||
5254 | fi; | |
5255 | ||
5256 | eval "$ac_cv_use_fs_inet" | |
5257 | if test "$no_cache" != 1; then | |
5258 | echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp | |
5259 | fi | |
5260 | ||
5261 | if test "$wxUSE_FS_INET" = yes; then | |
5262 | echo "$as_me:$LINENO: result: yes" >&5 | |
5263 | echo "${ECHO_T}yes" >&6 | |
5264 | else | |
5265 | echo "$as_me:$LINENO: result: no" >&5 | |
5266 | echo "${ECHO_T}no" >&6 | |
5267 | fi | |
5268 | ||
5269 | ||
5270 | enablestring= | |
5271 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5 | |
5272 | echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6 | |
5273 | no_cache=0 | |
5274 | # Check whether --enable-fs_zip or --disable-fs_zip was given. | |
5275 | if test "${enable_fs_zip+set}" = set; then | |
5276 | enableval="$enable_fs_zip" | |
5277 | ||
5278 | if test "$enableval" = yes; then | |
5279 | ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes' | |
5280 | else | |
5281 | ac_cv_use_fs_zip='wxUSE_FS_ZIP=no' | |
5282 | fi | |
5283 | ||
5284 | else | |
5285 | ||
5286 | LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}` | |
5287 | if test "x$LINE" != x ; then | |
5288 | eval "DEFAULT_$LINE" | |
5289 | else | |
5290 | no_cache=1 | |
5291 | fi | |
5292 | ||
5293 | ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP | |
5294 | ||
5295 | fi; | |
5296 | ||
5297 | eval "$ac_cv_use_fs_zip" | |
5298 | if test "$no_cache" != 1; then | |
5299 | echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp | |
5300 | fi | |
5301 | ||
5302 | if test "$wxUSE_FS_ZIP" = yes; then | |
5303 | echo "$as_me:$LINENO: result: yes" >&5 | |
5304 | echo "${ECHO_T}yes" >&6 | |
5305 | else | |
5306 | echo "$as_me:$LINENO: result: no" >&5 | |
5307 | echo "${ECHO_T}no" >&6 | |
5308 | fi | |
5309 | ||
5310 | ||
5311 | enablestring= | |
5312 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5 | |
5313 | echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6 | |
5314 | no_cache=0 | |
5315 | # Check whether --enable-geometry or --disable-geometry was given. | |
5316 | if test "${enable_geometry+set}" = set; then | |
5317 | enableval="$enable_geometry" | |
5318 | ||
5319 | if test "$enableval" = yes; then | |
5320 | ac_cv_use_geometry='wxUSE_GEOMETRY=yes' | |
5321 | else | |
5322 | ac_cv_use_geometry='wxUSE_GEOMETRY=no' | |
5323 | fi | |
5324 | ||
5325 | else | |
5326 | ||
5327 | LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}` | |
5328 | if test "x$LINE" != x ; then | |
5329 | eval "DEFAULT_$LINE" | |
5330 | else | |
5331 | no_cache=1 | |
5332 | fi | |
5333 | ||
5334 | ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY | |
5335 | ||
5336 | fi; | |
5337 | ||
5338 | eval "$ac_cv_use_geometry" | |
5339 | if test "$no_cache" != 1; then | |
5340 | echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp | |
5341 | fi | |
5342 | ||
5343 | if test "$wxUSE_GEOMETRY" = yes; then | |
5344 | echo "$as_me:$LINENO: result: yes" >&5 | |
5345 | echo "${ECHO_T}yes" >&6 | |
5346 | else | |
5347 | echo "$as_me:$LINENO: result: no" >&5 | |
5348 | echo "${ECHO_T}no" >&6 | |
5349 | fi | |
5350 | ||
5351 | ||
5352 | enablestring= | |
5353 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5 | |
5354 | echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6 | |
5355 | no_cache=0 | |
5356 | # Check whether --enable-log or --disable-log was given. | |
5357 | if test "${enable_log+set}" = set; then | |
5358 | enableval="$enable_log" | |
5359 | ||
5360 | if test "$enableval" = yes; then | |
5361 | ac_cv_use_log='wxUSE_LOG=yes' | |
5362 | else | |
5363 | ac_cv_use_log='wxUSE_LOG=no' | |
5364 | fi | |
5365 | ||
5366 | else | |
5367 | ||
5368 | LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}` | |
5369 | if test "x$LINE" != x ; then | |
5370 | eval "DEFAULT_$LINE" | |
5371 | else | |
5372 | no_cache=1 | |
5373 | fi | |
5374 | ||
5375 | ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG | |
5376 | ||
5377 | fi; | |
5378 | ||
5379 | eval "$ac_cv_use_log" | |
5380 | if test "$no_cache" != 1; then | |
5381 | echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp | |
5382 | fi | |
5383 | ||
5384 | if test "$wxUSE_LOG" = yes; then | |
5385 | echo "$as_me:$LINENO: result: yes" >&5 | |
5386 | echo "${ECHO_T}yes" >&6 | |
5387 | else | |
5388 | echo "$as_me:$LINENO: result: no" >&5 | |
5389 | echo "${ECHO_T}no" >&6 | |
5390 | fi | |
5391 | ||
5392 | ||
5393 | enablestring= | |
5394 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5 | |
5395 | echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6 | |
5396 | no_cache=0 | |
5397 | # Check whether --enable-longlong or --disable-longlong was given. | |
5398 | if test "${enable_longlong+set}" = set; then | |
5399 | enableval="$enable_longlong" | |
5400 | ||
5401 | if test "$enableval" = yes; then | |
5402 | ac_cv_use_longlong='wxUSE_LONGLONG=yes' | |
5403 | else | |
5404 | ac_cv_use_longlong='wxUSE_LONGLONG=no' | |
5405 | fi | |
5406 | ||
5407 | else | |
5408 | ||
5409 | LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}` | |
5410 | if test "x$LINE" != x ; then | |
5411 | eval "DEFAULT_$LINE" | |
5412 | else | |
5413 | no_cache=1 | |
5414 | fi | |
5415 | ||
5416 | ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG | |
5417 | ||
5418 | fi; | |
5419 | ||
5420 | eval "$ac_cv_use_longlong" | |
5421 | if test "$no_cache" != 1; then | |
5422 | echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp | |
5423 | fi | |
5424 | ||
5425 | if test "$wxUSE_LONGLONG" = yes; then | |
5426 | echo "$as_me:$LINENO: result: yes" >&5 | |
5427 | echo "${ECHO_T}yes" >&6 | |
5428 | else | |
5429 | echo "$as_me:$LINENO: result: no" >&5 | |
5430 | echo "${ECHO_T}no" >&6 | |
5431 | fi | |
5432 | ||
5433 | ||
5434 | enablestring= | |
5435 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5 | |
5436 | echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6 | |
5437 | no_cache=0 | |
5438 | # Check whether --enable-mimetype or --disable-mimetype was given. | |
5439 | if test "${enable_mimetype+set}" = set; then | |
5440 | enableval="$enable_mimetype" | |
5441 | ||
5442 | if test "$enableval" = yes; then | |
5443 | ac_cv_use_mimetype='wxUSE_MIMETYPE=yes' | |
5444 | else | |
5445 | ac_cv_use_mimetype='wxUSE_MIMETYPE=no' | |
5446 | fi | |
5447 | ||
5448 | else | |
5449 | ||
5450 | LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}` | |
5451 | if test "x$LINE" != x ; then | |
5452 | eval "DEFAULT_$LINE" | |
5453 | else | |
5454 | no_cache=1 | |
5455 | fi | |
5456 | ||
5457 | ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE | |
5458 | ||
5459 | fi; | |
5460 | ||
5461 | eval "$ac_cv_use_mimetype" | |
5462 | if test "$no_cache" != 1; then | |
5463 | echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp | |
5464 | fi | |
5465 | ||
5466 | if test "$wxUSE_MIMETYPE" = yes; then | |
5467 | echo "$as_me:$LINENO: result: yes" >&5 | |
5468 | echo "${ECHO_T}yes" >&6 | |
5469 | else | |
5470 | echo "$as_me:$LINENO: result: no" >&5 | |
5471 | echo "${ECHO_T}no" >&6 | |
5472 | fi | |
5473 | ||
5474 | ||
5475 | enablestring= | |
5476 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5 | |
5477 | echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6 | |
5478 | no_cache=0 | |
5479 | # Check whether --enable-mslu or --disable-mslu was given. | |
5480 | if test "${enable_mslu+set}" = set; then | |
5481 | enableval="$enable_mslu" | |
5482 | ||
5483 | if test "$enableval" = yes; then | |
5484 | ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes' | |
5485 | else | |
5486 | ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no' | |
5487 | fi | |
5488 | ||
5489 | else | |
5490 | ||
5491 | LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}` | |
5492 | if test "x$LINE" != x ; then | |
5493 | eval "DEFAULT_$LINE" | |
5494 | else | |
5495 | no_cache=1 | |
5496 | fi | |
5497 | ||
5498 | ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU | |
5499 | ||
5500 | fi; | |
5501 | ||
5502 | eval "$ac_cv_use_mslu" | |
5503 | if test "$no_cache" != 1; then | |
5504 | echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp | |
5505 | fi | |
5506 | ||
5507 | if test "$wxUSE_UNICODE_MSLU" = yes; then | |
5508 | echo "$as_me:$LINENO: result: yes" >&5 | |
5509 | echo "${ECHO_T}yes" >&6 | |
5510 | else | |
5511 | echo "$as_me:$LINENO: result: no" >&5 | |
5512 | echo "${ECHO_T}no" >&6 | |
5513 | fi | |
5514 | ||
5515 | ||
5516 | enablestring= | |
5517 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5 | |
5518 | echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6 | |
5519 | no_cache=0 | |
5520 | # Check whether --enable-snglinst or --disable-snglinst was given. | |
5521 | if test "${enable_snglinst+set}" = set; then | |
5522 | enableval="$enable_snglinst" | |
5523 | ||
5524 | if test "$enableval" = yes; then | |
5525 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes' | |
5526 | else | |
5527 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no' | |
5528 | fi | |
5529 | ||
5530 | else | |
5531 | ||
5532 | LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}` | |
5533 | if test "x$LINE" != x ; then | |
5534 | eval "DEFAULT_$LINE" | |
5535 | else | |
5536 | no_cache=1 | |
5537 | fi | |
5538 | ||
5539 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER | |
5540 | ||
5541 | fi; | |
5542 | ||
5543 | eval "$ac_cv_use_snglinst" | |
5544 | if test "$no_cache" != 1; then | |
5545 | echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp | |
5546 | fi | |
5547 | ||
5548 | if test "$wxUSE_SNGLINST_CHECKER" = yes; then | |
5549 | echo "$as_me:$LINENO: result: yes" >&5 | |
5550 | echo "${ECHO_T}yes" >&6 | |
5551 | else | |
5552 | echo "$as_me:$LINENO: result: no" >&5 | |
5553 | echo "${ECHO_T}no" >&6 | |
5554 | fi | |
5555 | ||
5556 | ||
5557 | enablestring= | |
07158944 VZ |
5558 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5 |
5559 | echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6 | |
a848cd7e | 5560 | no_cache=0 |
07158944 VZ |
5561 | # Check whether --enable-std_iostreams or --disable-std_iostreams was given. |
5562 | if test "${enable_std_iostreams+set}" = set; then | |
5563 | enableval="$enable_std_iostreams" | |
a848cd7e SC |
5564 | |
5565 | if test "$enableval" = yes; then | |
07158944 | 5566 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes' |
a848cd7e | 5567 | else |
07158944 | 5568 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no' |
a848cd7e SC |
5569 | fi |
5570 | ||
5571 | else | |
5572 | ||
07158944 | 5573 | LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}` |
a848cd7e SC |
5574 | if test "x$LINE" != x ; then |
5575 | eval "DEFAULT_$LINE" | |
5576 | else | |
5577 | no_cache=1 | |
5578 | fi | |
5579 | ||
07158944 | 5580 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM |
a848cd7e SC |
5581 | |
5582 | fi; | |
5583 | ||
07158944 | 5584 | eval "$ac_cv_use_std_iostreams" |
a848cd7e | 5585 | if test "$no_cache" != 1; then |
07158944 | 5586 | echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp |
a848cd7e SC |
5587 | fi |
5588 | ||
07158944 | 5589 | if test "$wxUSE_STD_IOSTREAM" = yes; then |
a848cd7e SC |
5590 | echo "$as_me:$LINENO: result: yes" >&5 |
5591 | echo "${ECHO_T}yes" >&6 | |
5592 | else | |
5593 | echo "$as_me:$LINENO: result: no" >&5 | |
5594 | echo "${ECHO_T}no" >&6 | |
5595 | fi | |
5596 | ||
5597 | ||
59746b65 MW |
5598 | enablestring= |
5599 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5 | |
5600 | echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6 | |
5601 | no_cache=0 | |
5602 | # Check whether --enable-std_string or --disable-std_string was given. | |
5603 | if test "${enable_std_string+set}" = set; then | |
5604 | enableval="$enable_std_string" | |
5605 | ||
5606 | if test "$enableval" = yes; then | |
5607 | ac_cv_use_std_string='wxUSE_STD_STRING=yes' | |
5608 | else | |
5609 | ac_cv_use_std_string='wxUSE_STD_STRING=no' | |
5610 | fi | |
5611 | ||
5612 | else | |
5613 | ||
5614 | LINE=`grep "wxUSE_STD_STRING" ${wx_arg_cache_file}` | |
5615 | if test "x$LINE" != x ; then | |
5616 | eval "DEFAULT_$LINE" | |
5617 | else | |
5618 | no_cache=1 | |
5619 | fi | |
5620 | ||
5621 | ac_cv_use_std_string='wxUSE_STD_STRING='$DEFAULT_wxUSE_STD_STRING | |
5622 | ||
5623 | fi; | |
5624 | ||
5625 | eval "$ac_cv_use_std_string" | |
5626 | if test "$no_cache" != 1; then | |
5627 | echo $ac_cv_use_std_string >> ${wx_arg_cache_file}.tmp | |
5628 | fi | |
5629 | ||
5630 | if test "$wxUSE_STD_STRING" = yes; then | |
5631 | echo "$as_me:$LINENO: result: yes" >&5 | |
5632 | echo "${ECHO_T}yes" >&6 | |
5633 | else | |
5634 | echo "$as_me:$LINENO: result: no" >&5 | |
5635 | echo "${ECHO_T}no" >&6 | |
5636 | fi | |
5637 | ||
5638 | ||
a848cd7e | 5639 | enablestring= |
07158944 VZ |
5640 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5 |
5641 | echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6 | |
a848cd7e | 5642 | no_cache=0 |
07158944 VZ |
5643 | # Check whether --enable-stdpaths or --disable-stdpaths was given. |
5644 | if test "${enable_stdpaths+set}" = set; then | |
5645 | enableval="$enable_stdpaths" | |
a848cd7e SC |
5646 | |
5647 | if test "$enableval" = yes; then | |
07158944 | 5648 | ac_cv_use_stdpaths='wxUSE_STDPATHS=yes' |
a848cd7e | 5649 | else |
07158944 | 5650 | ac_cv_use_stdpaths='wxUSE_STDPATHS=no' |
a848cd7e SC |
5651 | fi |
5652 | ||
5653 | else | |
5654 | ||
07158944 | 5655 | LINE=`grep "wxUSE_STDPATHS" ${wx_arg_cache_file}` |
a848cd7e SC |
5656 | if test "x$LINE" != x ; then |
5657 | eval "DEFAULT_$LINE" | |
5658 | else | |
5659 | no_cache=1 | |
5660 | fi | |
5661 | ||
07158944 | 5662 | ac_cv_use_stdpaths='wxUSE_STDPATHS='$DEFAULT_wxUSE_STDPATHS |
a848cd7e SC |
5663 | |
5664 | fi; | |
5665 | ||
07158944 | 5666 | eval "$ac_cv_use_stdpaths" |
a848cd7e | 5667 | if test "$no_cache" != 1; then |
07158944 | 5668 | echo $ac_cv_use_stdpaths >> ${wx_arg_cache_file}.tmp |
a848cd7e SC |
5669 | fi |
5670 | ||
07158944 | 5671 | if test "$wxUSE_STDPATHS" = yes; then |
a848cd7e SC |
5672 | echo "$as_me:$LINENO: result: yes" >&5 |
5673 | echo "${ECHO_T}yes" >&6 | |
5674 | else | |
5675 | echo "$as_me:$LINENO: result: no" >&5 | |
5676 | echo "${ECHO_T}no" >&6 | |
5677 | fi | |
5678 | ||
5679 | ||
5680 | enablestring= | |
5681 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5 | |
5682 | echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6 | |
5683 | no_cache=0 | |
5684 | # Check whether --enable-stopwatch or --disable-stopwatch was given. | |
5685 | if test "${enable_stopwatch+set}" = set; then | |
5686 | enableval="$enable_stopwatch" | |
5687 | ||
5688 | if test "$enableval" = yes; then | |
5689 | ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes' | |
5690 | else | |
5691 | ac_cv_use_stopwatch='wxUSE_STOPWATCH=no' | |
5692 | fi | |
5693 | ||
5694 | else | |
5695 | ||
5696 | LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}` | |
5697 | if test "x$LINE" != x ; then | |
5698 | eval "DEFAULT_$LINE" | |
5699 | else | |
5700 | no_cache=1 | |
5701 | fi | |
5702 | ||
5703 | ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH | |
5704 | ||
5705 | fi; | |
5706 | ||
5707 | eval "$ac_cv_use_stopwatch" | |
5708 | if test "$no_cache" != 1; then | |
5709 | echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp | |
5710 | fi | |
5711 | ||
5712 | if test "$wxUSE_STOPWATCH" = yes; then | |
5713 | echo "$as_me:$LINENO: result: yes" >&5 | |
5714 | echo "${ECHO_T}yes" >&6 | |
5715 | else | |
5716 | echo "$as_me:$LINENO: result: no" >&5 | |
5717 | echo "${ECHO_T}no" >&6 | |
5718 | fi | |
5719 | ||
5720 | ||
07158944 VZ |
5721 | enablestring= |
5722 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5 | |
5723 | echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6 | |
5724 | no_cache=0 | |
5725 | # Check whether --enable-streams or --disable-streams was given. | |
5726 | if test "${enable_streams+set}" = set; then | |
5727 | enableval="$enable_streams" | |
5728 | ||
5729 | if test "$enableval" = yes; then | |
5730 | ac_cv_use_streams='wxUSE_STREAMS=yes' | |
5731 | else | |
5732 | ac_cv_use_streams='wxUSE_STREAMS=no' | |
5733 | fi | |
5734 | ||
5735 | else | |
5736 | ||
5737 | LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}` | |
5738 | if test "x$LINE" != x ; then | |
5739 | eval "DEFAULT_$LINE" | |
5740 | else | |
5741 | no_cache=1 | |
5742 | fi | |
5743 | ||
5744 | ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS | |
5745 | ||
5746 | fi; | |
5747 | ||
5748 | eval "$ac_cv_use_streams" | |
5749 | if test "$no_cache" != 1; then | |
5750 | echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp | |
5751 | fi | |
5752 | ||
5753 | if test "$wxUSE_STREAMS" = yes; then | |
5754 | echo "$as_me:$LINENO: result: yes" >&5 | |
5755 | echo "${ECHO_T}yes" >&6 | |
5756 | else | |
5757 | echo "$as_me:$LINENO: result: no" >&5 | |
5758 | echo "${ECHO_T}no" >&6 | |
5759 | fi | |
5760 | ||
5761 | ||
a848cd7e SC |
5762 | enablestring= |
5763 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5 | |
5764 | echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6 | |
5765 | no_cache=0 | |
5766 | # Check whether --enable-system_options or --disable-system_options was given. | |
5767 | if test "${enable_system_options+set}" = set; then | |
5768 | enableval="$enable_system_options" | |
5769 | ||
5770 | if test "$enableval" = yes; then | |
5771 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes' | |
5772 | else | |
5773 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no' | |
5774 | fi | |
5775 | ||
5776 | else | |
5777 | ||
5778 | LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}` | |
5779 | if test "x$LINE" != x ; then | |
5780 | eval "DEFAULT_$LINE" | |
5781 | else | |
5782 | no_cache=1 | |
5783 | fi | |
5784 | ||
5785 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS | |
5786 | ||
5787 | fi; | |
5788 | ||
5789 | eval "$ac_cv_use_system_options" | |
5790 | if test "$no_cache" != 1; then | |
5791 | echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp | |
5792 | fi | |
5793 | ||
5794 | if test "$wxUSE_SYSTEM_OPTIONS" = yes; then | |
5795 | echo "$as_me:$LINENO: result: yes" >&5 | |
5796 | echo "${ECHO_T}yes" >&6 | |
5797 | else | |
5798 | echo "$as_me:$LINENO: result: no" >&5 | |
5799 | echo "${ECHO_T}no" >&6 | |
5800 | fi | |
5801 | ||
5802 | ||
5803 | enablestring= | |
5804 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5 | |
5805 | echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6 | |
5806 | no_cache=0 | |
5807 | # Check whether --enable-textbuf or --disable-textbuf was given. | |
5808 | if test "${enable_textbuf+set}" = set; then | |
5809 | enableval="$enable_textbuf" | |
5810 | ||
5811 | if test "$enableval" = yes; then | |
5812 | ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes' | |
5813 | else | |
5814 | ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no' | |
5815 | fi | |
5816 | ||
5817 | else | |
5818 | ||
5819 | LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}` | |
5820 | if test "x$LINE" != x ; then | |
5821 | eval "DEFAULT_$LINE" | |
5822 | else | |
5823 | no_cache=1 | |
5824 | fi | |
5825 | ||
5826 | ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER | |
5827 | ||
5828 | fi; | |
5829 | ||
5830 | eval "$ac_cv_use_textbuf" | |
5831 | if test "$no_cache" != 1; then | |
5832 | echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp | |
5833 | fi | |
5834 | ||
5835 | if test "$wxUSE_TEXTBUFFER" = yes; then | |
5836 | echo "$as_me:$LINENO: result: yes" >&5 | |
5837 | echo "${ECHO_T}yes" >&6 | |
5838 | else | |
5839 | echo "$as_me:$LINENO: result: no" >&5 | |
5840 | echo "${ECHO_T}no" >&6 | |
5841 | fi | |
5842 | ||
5843 | ||
5844 | enablestring= | |
5845 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5 | |
5846 | echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6 | |
5847 | no_cache=0 | |
5848 | # Check whether --enable-textfile or --disable-textfile was given. | |
5849 | if test "${enable_textfile+set}" = set; then | |
5850 | enableval="$enable_textfile" | |
5851 | ||
5852 | if test "$enableval" = yes; then | |
5853 | ac_cv_use_textfile='wxUSE_TEXTFILE=yes' | |
5854 | else | |
5855 | ac_cv_use_textfile='wxUSE_TEXTFILE=no' | |
5856 | fi | |
5857 | ||
5858 | else | |
5859 | ||
5860 | LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}` | |
5861 | if test "x$LINE" != x ; then | |
5862 | eval "DEFAULT_$LINE" | |
5863 | else | |
5864 | no_cache=1 | |
5865 | fi | |
5866 | ||
5867 | ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE | |
5868 | ||
5869 | fi; | |
5870 | ||
5871 | eval "$ac_cv_use_textfile" | |
5872 | if test "$no_cache" != 1; then | |
5873 | echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp | |
5874 | fi | |
5875 | ||
5876 | if test "$wxUSE_TEXTFILE" = yes; then | |
5877 | echo "$as_me:$LINENO: result: yes" >&5 | |
5878 | echo "${ECHO_T}yes" >&6 | |
5879 | else | |
5880 | echo "$as_me:$LINENO: result: no" >&5 | |
5881 | echo "${ECHO_T}no" >&6 | |
5882 | fi | |
5883 | ||
5884 | ||
5885 | enablestring= | |
5886 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5 | |
5887 | echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6 | |
5888 | no_cache=0 | |
5889 | # Check whether --enable-timer or --disable-timer was given. | |
5890 | if test "${enable_timer+set}" = set; then | |
5891 | enableval="$enable_timer" | |
5892 | ||
5893 | if test "$enableval" = yes; then | |
5894 | ac_cv_use_timer='wxUSE_TIMER=yes' | |
5895 | else | |
5896 | ac_cv_use_timer='wxUSE_TIMER=no' | |
5897 | fi | |
5898 | ||
5899 | else | |
5900 | ||
5901 | LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}` | |
5902 | if test "x$LINE" != x ; then | |
5903 | eval "DEFAULT_$LINE" | |
5904 | else | |
5905 | no_cache=1 | |
5906 | fi | |
5907 | ||
5908 | ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER | |
5909 | ||
5910 | fi; | |
5911 | ||
5912 | eval "$ac_cv_use_timer" | |
5913 | if test "$no_cache" != 1; then | |
5914 | echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp | |
5915 | fi | |
5916 | ||
5917 | if test "$wxUSE_TIMER" = yes; then | |
5918 | echo "$as_me:$LINENO: result: yes" >&5 | |
5919 | echo "${ECHO_T}yes" >&6 | |
5920 | else | |
5921 | echo "$as_me:$LINENO: result: no" >&5 | |
5922 | echo "${ECHO_T}no" >&6 | |
5923 | fi | |
5924 | ||
5925 | ||
5926 | enablestring= | |
5927 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5 | |
5928 | echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6 | |
5929 | no_cache=0 | |
5930 | # Check whether --enable-unicode or --disable-unicode was given. | |
5931 | if test "${enable_unicode+set}" = set; then | |
5932 | enableval="$enable_unicode" | |
5933 | ||
5934 | if test "$enableval" = yes; then | |
5935 | ac_cv_use_unicode='wxUSE_UNICODE=yes' | |
5936 | else | |
5937 | ac_cv_use_unicode='wxUSE_UNICODE=no' | |
5938 | fi | |
5939 | ||
5940 | else | |
5941 | ||
5942 | LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}` | |
5943 | if test "x$LINE" != x ; then | |
5944 | eval "DEFAULT_$LINE" | |
5945 | else | |
5946 | no_cache=1 | |
5947 | fi | |
5948 | ||
5949 | ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE | |
5950 | ||
5951 | fi; | |
5952 | ||
5953 | eval "$ac_cv_use_unicode" | |
5954 | if test "$no_cache" != 1; then | |
5955 | echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp | |
5956 | fi | |
5957 | ||
5958 | if test "$wxUSE_UNICODE" = yes; then | |
5959 | echo "$as_me:$LINENO: result: yes" >&5 | |
5960 | echo "${ECHO_T}yes" >&6 | |
5961 | else | |
5962 | echo "$as_me:$LINENO: result: no" >&5 | |
5963 | echo "${ECHO_T}no" >&6 | |
5964 | fi | |
5965 | ||
5966 | ||
5967 | enablestring= | |
5968 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5 | |
5969 | echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6 | |
5970 | no_cache=0 | |
5971 | # Check whether --enable-sound or --disable-sound was given. | |
5972 | if test "${enable_sound+set}" = set; then | |
5973 | enableval="$enable_sound" | |
5974 | ||
5975 | if test "$enableval" = yes; then | |
5976 | ac_cv_use_sound='wxUSE_SOUND=yes' | |
5977 | else | |
5978 | ac_cv_use_sound='wxUSE_SOUND=no' | |
5979 | fi | |
5980 | ||
5981 | else | |
5982 | ||
5983 | LINE=`grep "wxUSE_SOUND" ${wx_arg_cache_file}` | |
5984 | if test "x$LINE" != x ; then | |
5985 | eval "DEFAULT_$LINE" | |
5986 | else | |
5987 | no_cache=1 | |
5988 | fi | |
5989 | ||
5990 | ac_cv_use_sound='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND | |
5991 | ||
5992 | fi; | |
5993 | ||
5994 | eval "$ac_cv_use_sound" | |
5995 | if test "$no_cache" != 1; then | |
5996 | echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp | |
5997 | fi | |
5998 | ||
5999 | if test "$wxUSE_SOUND" = yes; then | |
6000 | echo "$as_me:$LINENO: result: yes" >&5 | |
6001 | echo "${ECHO_T}yes" >&6 | |
6002 | else | |
6003 | echo "$as_me:$LINENO: result: no" >&5 | |
6004 | echo "${ECHO_T}no" >&6 | |
6005 | fi | |
6006 | ||
6007 | ||
3b57de8b RL |
6008 | enablestring= |
6009 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5 | |
6010 | echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6 | |
6011 | no_cache=0 | |
6012 | # Check whether --enable-mediactrl or --disable-mediactrl was given. | |
6013 | if test "${enable_mediactrl+set}" = set; then | |
6014 | enableval="$enable_mediactrl" | |
6015 | ||
6016 | if test "$enableval" = yes; then | |
6017 | ac_cv_use_mediactrl='wxUSE_MEDIACTRL=yes' | |
6018 | else | |
6019 | ac_cv_use_mediactrl='wxUSE_MEDIACTRL=no' | |
6020 | fi | |
6021 | ||
6022 | else | |
6023 | ||
6024 | LINE=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}` | |
6025 | if test "x$LINE" != x ; then | |
6026 | eval "DEFAULT_$LINE" | |
6027 | else | |
6028 | no_cache=1 | |
6029 | fi | |
6030 | ||
6031 | ac_cv_use_mediactrl='wxUSE_MEDIACTRL='$DEFAULT_wxUSE_MEDIACTRL | |
6032 | ||
6033 | fi; | |
6034 | ||
6035 | eval "$ac_cv_use_mediactrl" | |
6036 | if test "$no_cache" != 1; then | |
6037 | echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp | |
6038 | fi | |
6039 | ||
6040 | if test "$wxUSE_MEDIACTRL" = yes; then | |
6041 | echo "$as_me:$LINENO: result: yes" >&5 | |
6042 | echo "${ECHO_T}yes" >&6 | |
6043 | else | |
6044 | echo "$as_me:$LINENO: result: no" >&5 | |
6045 | echo "${ECHO_T}no" >&6 | |
6046 | fi | |
6047 | ||
6048 | ||
a848cd7e SC |
6049 | enablestring= |
6050 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5 | |
6051 | echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6 | |
6052 | no_cache=0 | |
6053 | # Check whether --enable-wxprintfv or --disable-wxprintfv was given. | |
6054 | if test "${enable_wxprintfv+set}" = set; then | |
6055 | enableval="$enable_wxprintfv" | |
6056 | ||
6057 | if test "$enableval" = yes; then | |
6058 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes' | |
6059 | else | |
6060 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no' | |
6061 | fi | |
6062 | ||
6063 | else | |
6064 | ||
6065 | LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}` | |
6066 | if test "x$LINE" != x ; then | |
6067 | eval "DEFAULT_$LINE" | |
6068 | else | |
6069 | no_cache=1 | |
6070 | fi | |
6071 | ||
6072 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF | |
6073 | ||
6074 | fi; | |
6075 | ||
6076 | eval "$ac_cv_use_wxprintfv" | |
6077 | if test "$no_cache" != 1; then | |
6078 | echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp | |
6079 | fi | |
6080 | ||
6081 | if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then | |
6082 | echo "$as_me:$LINENO: result: yes" >&5 | |
6083 | echo "${ECHO_T}yes" >&6 | |
6084 | else | |
6085 | echo "$as_me:$LINENO: result: no" >&5 | |
6086 | echo "${ECHO_T}no" >&6 | |
6087 | fi | |
6088 | ||
6089 | ||
6090 | enablestring= | |
6091 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5 | |
6092 | echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6 | |
6093 | no_cache=0 | |
6094 | # Check whether --enable-zipstream or --disable-zipstream was given. | |
6095 | if test "${enable_zipstream+set}" = set; then | |
6096 | enableval="$enable_zipstream" | |
6097 | ||
6098 | if test "$enableval" = yes; then | |
6099 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes' | |
6100 | else | |
6101 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no' | |
6102 | fi | |
6103 | ||
6104 | else | |
6105 | ||
6106 | LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}` | |
6107 | if test "x$LINE" != x ; then | |
6108 | eval "DEFAULT_$LINE" | |
6109 | else | |
6110 | no_cache=1 | |
6111 | fi | |
6112 | ||
6113 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM | |
6114 | ||
6115 | fi; | |
6116 | ||
6117 | eval "$ac_cv_use_zipstream" | |
6118 | if test "$no_cache" != 1; then | |
6119 | echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp | |
6120 | fi | |
6121 | ||
6122 | if test "$wxUSE_ZIPSTREAM" = yes; then | |
6123 | echo "$as_me:$LINENO: result: yes" >&5 | |
6124 | echo "${ECHO_T}yes" >&6 | |
6125 | else | |
6126 | echo "$as_me:$LINENO: result: no" >&5 | |
6127 | echo "${ECHO_T}no" >&6 | |
6128 | fi | |
6129 | ||
6130 | ||
a848cd7e SC |
6131 | |
6132 | enablestring= | |
6133 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5 | |
6134 | echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6 | |
6135 | no_cache=0 | |
6136 | # Check whether --enable-url or --disable-url was given. | |
6137 | if test "${enable_url+set}" = set; then | |
6138 | enableval="$enable_url" | |
6139 | ||
6140 | if test "$enableval" = yes; then | |
6141 | ac_cv_use_url='wxUSE_URL=yes' | |
6142 | else | |
6143 | ac_cv_use_url='wxUSE_URL=no' | |
6144 | fi | |
6145 | ||
6146 | else | |
6147 | ||
6148 | LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}` | |
6149 | if test "x$LINE" != x ; then | |
6150 | eval "DEFAULT_$LINE" | |
6151 | else | |
6152 | no_cache=1 | |
6153 | fi | |
6154 | ||
6155 | ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL | |
6156 | ||
6157 | fi; | |
6158 | ||
6159 | eval "$ac_cv_use_url" | |
6160 | if test "$no_cache" != 1; then | |
6161 | echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp | |
6162 | fi | |
6163 | ||
6164 | if test "$wxUSE_URL" = yes; then | |
6165 | echo "$as_me:$LINENO: result: yes" >&5 | |
6166 | echo "${ECHO_T}yes" >&6 | |
6167 | else | |
6168 | echo "$as_me:$LINENO: result: no" >&5 | |
6169 | echo "${ECHO_T}no" >&6 | |
6170 | fi | |
6171 | ||
6172 | ||
6173 | enablestring= | |
6174 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5 | |
6175 | echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6 | |
6176 | no_cache=0 | |
6177 | # Check whether --enable-protocol or --disable-protocol was given. | |
6178 | if test "${enable_protocol+set}" = set; then | |
6179 | enableval="$enable_protocol" | |
6180 | ||
6181 | if test "$enableval" = yes; then | |
6182 | ac_cv_use_protocol='wxUSE_PROTOCOL=yes' | |
6183 | else | |
6184 | ac_cv_use_protocol='wxUSE_PROTOCOL=no' | |
6185 | fi | |
6186 | ||
6187 | else | |
6188 | ||
6189 | LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}` | |
6190 | if test "x$LINE" != x ; then | |
6191 | eval "DEFAULT_$LINE" | |
6192 | else | |
6193 | no_cache=1 | |
6194 | fi | |
6195 | ||
6196 | ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL | |
6197 | ||
6198 | fi; | |
6199 | ||
6200 | eval "$ac_cv_use_protocol" | |
6201 | if test "$no_cache" != 1; then | |
6202 | echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp | |
6203 | fi | |
6204 | ||
6205 | if test "$wxUSE_PROTOCOL" = yes; then | |
6206 | echo "$as_me:$LINENO: result: yes" >&5 | |
6207 | echo "${ECHO_T}yes" >&6 | |
6208 | else | |
6209 | echo "$as_me:$LINENO: result: no" >&5 | |
6210 | echo "${ECHO_T}no" >&6 | |
6211 | fi | |
6212 | ||
6213 | ||
6214 | enablestring= | |
6215 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5 | |
6216 | echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6 | |
6217 | no_cache=0 | |
6218 | # Check whether --enable-protocol_http or --disable-protocol_http was given. | |
6219 | if test "${enable_protocol_http+set}" = set; then | |
6220 | enableval="$enable_protocol_http" | |
6221 | ||
6222 | if test "$enableval" = yes; then | |
6223 | ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes' | |
6224 | else | |
6225 | ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no' | |
6226 | fi | |
6227 | ||
6228 | else | |
6229 | ||
6230 | LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}` | |
6231 | if test "x$LINE" != x ; then | |
6232 | eval "DEFAULT_$LINE" | |
6233 | else | |
6234 | no_cache=1 | |
6235 | fi | |
6236 | ||
6237 | ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP | |
6238 | ||
6239 | fi; | |
6240 | ||
6241 | eval "$ac_cv_use_protocol_http" | |
6242 | if test "$no_cache" != 1; then | |
6243 | echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp | |
6244 | fi | |
6245 | ||
6246 | if test "$wxUSE_PROTOCOL_HTTP" = yes; then | |
6247 | echo "$as_me:$LINENO: result: yes" >&5 | |
6248 | echo "${ECHO_T}yes" >&6 | |
6249 | else | |
6250 | echo "$as_me:$LINENO: result: no" >&5 | |
6251 | echo "${ECHO_T}no" >&6 | |
6252 | fi | |
6253 | ||
6254 | ||
6255 | enablestring= | |
6256 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5 | |
6257 | echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6 | |
6258 | no_cache=0 | |
6259 | # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given. | |
6260 | if test "${enable_protocol_ftp+set}" = set; then | |
6261 | enableval="$enable_protocol_ftp" | |
6262 | ||
6263 | if test "$enableval" = yes; then | |
6264 | ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes' | |
6265 | else | |
6266 | ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no' | |
6267 | fi | |
6268 | ||
6269 | else | |
6270 | ||
6271 | LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}` | |
6272 | if test "x$LINE" != x ; then | |
6273 | eval "DEFAULT_$LINE" | |
6274 | else | |
6275 | no_cache=1 | |
6276 | fi | |
6277 | ||
6278 | ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP | |
6279 | ||
6280 | fi; | |
6281 | ||
6282 | eval "$ac_cv_use_protocol_ftp" | |
6283 | if test "$no_cache" != 1; then | |
6284 | echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp | |
6285 | fi | |
6286 | ||
6287 | if test "$wxUSE_PROTOCOL_FTP" = yes; then | |
6288 | echo "$as_me:$LINENO: result: yes" >&5 | |
6289 | echo "${ECHO_T}yes" >&6 | |
6290 | else | |
6291 | echo "$as_me:$LINENO: result: no" >&5 | |
6292 | echo "${ECHO_T}no" >&6 | |
6293 | fi | |
6294 | ||
6295 | ||
6296 | enablestring= | |
6297 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5 | |
6298 | echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6 | |
6299 | no_cache=0 | |
6300 | # Check whether --enable-protocol_file or --disable-protocol_file was given. | |
6301 | if test "${enable_protocol_file+set}" = set; then | |
6302 | enableval="$enable_protocol_file" | |
6303 | ||
6304 | if test "$enableval" = yes; then | |
6305 | ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes' | |
6306 | else | |
6307 | ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no' | |
6308 | fi | |
6309 | ||
6310 | else | |
6311 | ||
6312 | LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}` | |
6313 | if test "x$LINE" != x ; then | |
6314 | eval "DEFAULT_$LINE" | |
6315 | else | |
6316 | no_cache=1 | |
6317 | fi | |
6318 | ||
6319 | ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE | |
6320 | ||
6321 | fi; | |
6322 | ||
6323 | eval "$ac_cv_use_protocol_file" | |
6324 | if test "$no_cache" != 1; then | |
6325 | echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp | |
6326 | fi | |
6327 | ||
6328 | if test "$wxUSE_PROTOCOL_FILE" = yes; then | |
6329 | echo "$as_me:$LINENO: result: yes" >&5 | |
6330 | echo "${ECHO_T}yes" >&6 | |
6331 | else | |
6332 | echo "$as_me:$LINENO: result: no" >&5 | |
6333 | echo "${ECHO_T}no" >&6 | |
6334 | fi | |
6335 | ||
6336 | ||
6337 | ||
6338 | ||
6339 | ||
6340 | enablestring= | |
6341 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5 | |
6342 | echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6 | |
6343 | no_cache=0 | |
6344 | # Check whether --enable-threads or --disable-threads was given. | |
6345 | if test "${enable_threads+set}" = set; then | |
6346 | enableval="$enable_threads" | |
6347 | ||
6348 | if test "$enableval" = yes; then | |
6349 | ac_cv_use_threads='wxUSE_THREADS=yes' | |
6350 | else | |
6351 | ac_cv_use_threads='wxUSE_THREADS=no' | |
6352 | fi | |
6353 | ||
6354 | else | |
6355 | ||
6356 | LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}` | |
6357 | if test "x$LINE" != x ; then | |
6358 | eval "DEFAULT_$LINE" | |
6359 | else | |
6360 | no_cache=1 | |
6361 | fi | |
6362 | ||
6363 | ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS | |
6364 | ||
6365 | fi; | |
6366 | ||
6367 | eval "$ac_cv_use_threads" | |
6368 | if test "$no_cache" != 1; then | |
6369 | echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp | |
6370 | fi | |
6371 | ||
6372 | if test "$wxUSE_THREADS" = yes; then | |
6373 | echo "$as_me:$LINENO: result: yes" >&5 | |
6374 | echo "${ECHO_T}yes" >&6 | |
6375 | else | |
6376 | echo "$as_me:$LINENO: result: no" >&5 | |
6377 | echo "${ECHO_T}no" >&6 | |
6378 | fi | |
6379 | ||
6380 | ||
6381 | if test "$wxUSE_GUI" = "yes"; then | |
6382 | ||
6383 | ||
6384 | ||
6385 | enablestring= | |
6386 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5 | |
6387 | echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6 | |
6388 | no_cache=0 | |
6389 | # Check whether --enable-docview or --disable-docview was given. | |
6390 | if test "${enable_docview+set}" = set; then | |
6391 | enableval="$enable_docview" | |
6392 | ||
6393 | if test "$enableval" = yes; then | |
6394 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes' | |
6395 | else | |
6396 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no' | |
6397 | fi | |
6398 | ||
6399 | else | |
6400 | ||
6401 | LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}` | |
6402 | if test "x$LINE" != x ; then | |
6403 | eval "DEFAULT_$LINE" | |
6404 | else | |
6405 | no_cache=1 | |
6406 | fi | |
6407 | ||
6408 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE | |
6409 | ||
6410 | fi; | |
6411 | ||
6412 | eval "$ac_cv_use_docview" | |
6413 | if test "$no_cache" != 1; then | |
6414 | echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp | |
6415 | fi | |
6416 | ||
6417 | if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then | |
6418 | echo "$as_me:$LINENO: result: yes" >&5 | |
6419 | echo "${ECHO_T}yes" >&6 | |
6420 | else | |
6421 | echo "$as_me:$LINENO: result: no" >&5 | |
6422 | echo "${ECHO_T}no" >&6 | |
6423 | fi | |
6424 | ||
6425 | ||
6426 | enablestring= | |
6427 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5 | |
6428 | echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6 | |
6429 | no_cache=0 | |
6430 | # Check whether --enable-help or --disable-help was given. | |
6431 | if test "${enable_help+set}" = set; then | |
6432 | enableval="$enable_help" | |
6433 | ||
6434 | if test "$enableval" = yes; then | |
6435 | ac_cv_use_help='wxUSE_HELP=yes' | |
6436 | else | |
6437 | ac_cv_use_help='wxUSE_HELP=no' | |
6438 | fi | |
6439 | ||
6440 | else | |
6441 | ||
6442 | LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}` | |
6443 | if test "x$LINE" != x ; then | |
6444 | eval "DEFAULT_$LINE" | |
6445 | else | |
6446 | no_cache=1 | |
6447 | fi | |
6448 | ||
6449 | ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP | |
6450 | ||
6451 | fi; | |
6452 | ||
6453 | eval "$ac_cv_use_help" | |
6454 | if test "$no_cache" != 1; then | |
6455 | echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp | |
6456 | fi | |
6457 | ||
6458 | if test "$wxUSE_HELP" = yes; then | |
6459 | echo "$as_me:$LINENO: result: yes" >&5 | |
6460 | echo "${ECHO_T}yes" >&6 | |
6461 | else | |
6462 | echo "$as_me:$LINENO: result: no" >&5 | |
6463 | echo "${ECHO_T}no" >&6 | |
6464 | fi | |
6465 | ||
6466 | ||
6467 | enablestring= | |
6468 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5 | |
6469 | echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6 | |
6470 | no_cache=0 | |
6471 | # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given. | |
6472 | if test "${enable_mshtmlhelp+set}" = set; then | |
6473 | enableval="$enable_mshtmlhelp" | |
6474 | ||
6475 | if test "$enableval" = yes; then | |
6476 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes' | |
6477 | else | |
6478 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no' | |
6479 | fi | |
6480 | ||
6481 | else | |
6482 | ||
6483 | LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}` | |
6484 | if test "x$LINE" != x ; then | |
6485 | eval "DEFAULT_$LINE" | |
6486 | else | |
6487 | no_cache=1 | |
6488 | fi | |
6489 | ||
6490 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP | |
6491 | ||
6492 | fi; | |
6493 | ||
6494 | eval "$ac_cv_use_mshtmlhelp" | |
6495 | if test "$no_cache" != 1; then | |
6496 | echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp | |
6497 | fi | |
6498 | ||
6499 | if test "$wxUSE_MS_HTML_HELP" = yes; then | |
6500 | echo "$as_me:$LINENO: result: yes" >&5 | |
6501 | echo "${ECHO_T}yes" >&6 | |
6502 | else | |
6503 | echo "$as_me:$LINENO: result: no" >&5 | |
6504 | echo "${ECHO_T}no" >&6 | |
6505 | fi | |
6506 | ||
6507 | ||
6508 | enablestring= | |
6509 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5 | |
6510 | echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6 | |
6511 | no_cache=0 | |
6512 | # Check whether --enable-html or --disable-html was given. | |
6513 | if test "${enable_html+set}" = set; then | |
6514 | enableval="$enable_html" | |
6515 | ||
6516 | if test "$enableval" = yes; then | |
6517 | ac_cv_use_html='wxUSE_HTML=yes' | |
6518 | else | |
6519 | ac_cv_use_html='wxUSE_HTML=no' | |
6520 | fi | |
6521 | ||
6522 | else | |
6523 | ||
6524 | LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}` | |
6525 | if test "x$LINE" != x ; then | |
6526 | eval "DEFAULT_$LINE" | |
6527 | else | |
6528 | no_cache=1 | |
6529 | fi | |
6530 | ||
6531 | ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML | |
6532 | ||
6533 | fi; | |
6534 | ||
6535 | eval "$ac_cv_use_html" | |
6536 | if test "$no_cache" != 1; then | |
6537 | echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp | |
6538 | fi | |
6539 | ||
6540 | if test "$wxUSE_HTML" = yes; then | |
6541 | echo "$as_me:$LINENO: result: yes" >&5 | |
6542 | echo "${ECHO_T}yes" >&6 | |
6543 | else | |
6544 | echo "$as_me:$LINENO: result: no" >&5 | |
6545 | echo "${ECHO_T}no" >&6 | |
6546 | fi | |
6547 | ||
6548 | ||
6549 | enablestring= | |
6550 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5 | |
6551 | echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6 | |
6552 | no_cache=0 | |
6553 | # Check whether --enable-htmlhelp or --disable-htmlhelp was given. | |
6554 | if test "${enable_htmlhelp+set}" = set; then | |
6555 | enableval="$enable_htmlhelp" | |
6556 | ||
6557 | if test "$enableval" = yes; then | |
6558 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes' | |
6559 | else | |
6560 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no' | |
6561 | fi | |
6562 | ||
6563 | else | |
6564 | ||
6565 | LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}` | |
6566 | if test "x$LINE" != x ; then | |
6567 | eval "DEFAULT_$LINE" | |
6568 | else | |
6569 | no_cache=1 | |
6570 | fi | |
6571 | ||
6572 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP | |
6573 | ||
6574 | fi; | |
6575 | ||
6576 | eval "$ac_cv_use_htmlhelp" | |
6577 | if test "$no_cache" != 1; then | |
6578 | echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp | |
6579 | fi | |
6580 | ||
6581 | if test "$wxUSE_WXHTML_HELP" = yes; then | |
6582 | echo "$as_me:$LINENO: result: yes" >&5 | |
6583 | echo "${ECHO_T}yes" >&6 | |
6584 | else | |
6585 | echo "$as_me:$LINENO: result: no" >&5 | |
6586 | echo "${ECHO_T}no" >&6 | |
6587 | fi | |
6588 | ||
6589 | ||
9a8f0513 VS |
6590 | enablestring= |
6591 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5 | |
6592 | echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6 | |
6593 | no_cache=0 | |
6594 | # Check whether --enable-xrc or --disable-xrc was given. | |
6595 | if test "${enable_xrc+set}" = set; then | |
6596 | enableval="$enable_xrc" | |
6597 | ||
6598 | if test "$enableval" = yes; then | |
6599 | ac_cv_use_xrc='wxUSE_XRC=yes' | |
6600 | else | |
6601 | ac_cv_use_xrc='wxUSE_XRC=no' | |
6602 | fi | |
6603 | ||
6604 | else | |
6605 | ||
6606 | LINE=`grep "wxUSE_XRC" ${wx_arg_cache_file}` | |
6607 | if test "x$LINE" != x ; then | |
6608 | eval "DEFAULT_$LINE" | |
6609 | else | |
6610 | no_cache=1 | |
6611 | fi | |
6612 | ||
6613 | ac_cv_use_xrc='wxUSE_XRC='$DEFAULT_wxUSE_XRC | |
6614 | ||
6615 | fi; | |
6616 | ||
6617 | eval "$ac_cv_use_xrc" | |
6618 | if test "$no_cache" != 1; then | |
6619 | echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp | |
6620 | fi | |
6621 | ||
6622 | if test "$wxUSE_XRC" = yes; then | |
6623 | echo "$as_me:$LINENO: result: yes" >&5 | |
6624 | echo "${ECHO_T}yes" >&6 | |
6625 | else | |
6626 | echo "$as_me:$LINENO: result: no" >&5 | |
6627 | echo "${ECHO_T}no" >&6 | |
6628 | fi | |
6629 | ||
6630 | ||
a848cd7e SC |
6631 | enablestring= |
6632 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5 | |
6633 | echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6 | |
6634 | no_cache=0 | |
6635 | # Check whether --enable-constraints or --disable-constraints was given. | |
6636 | if test "${enable_constraints+set}" = set; then | |
6637 | enableval="$enable_constraints" | |
6638 | ||
6639 | if test "$enableval" = yes; then | |
6640 | ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes' | |
6641 | else | |
6642 | ac_cv_use_constraints='wxUSE_CONSTRAINTS=no' | |
6643 | fi | |
6644 | ||
6645 | else | |
6646 | ||
6647 | LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}` | |
6648 | if test "x$LINE" != x ; then | |
6649 | eval "DEFAULT_$LINE" | |
6650 | else | |
6651 | no_cache=1 | |
6652 | fi | |
6653 | ||
6654 | ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS | |
6655 | ||
6656 | fi; | |
6657 | ||
6658 | eval "$ac_cv_use_constraints" | |
6659 | if test "$no_cache" != 1; then | |
6660 | echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp | |
6661 | fi | |
6662 | ||
6663 | if test "$wxUSE_CONSTRAINTS" = yes; then | |
6664 | echo "$as_me:$LINENO: result: yes" >&5 | |
6665 | echo "${ECHO_T}yes" >&6 | |
6666 | else | |
6667 | echo "$as_me:$LINENO: result: no" >&5 | |
6668 | echo "${ECHO_T}no" >&6 | |
6669 | fi | |
6670 | ||
6671 | ||
6672 | enablestring= | |
6673 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5 | |
6674 | echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6 | |
6675 | no_cache=0 | |
6676 | # Check whether --enable-printarch or --disable-printarch was given. | |
6677 | if test "${enable_printarch+set}" = set; then | |
6678 | enableval="$enable_printarch" | |
6679 | ||
6680 | if test "$enableval" = yes; then | |
6681 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes' | |
6682 | else | |
6683 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no' | |
6684 | fi | |
6685 | ||
6686 | else | |
6687 | ||
6688 | LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}` | |
6689 | if test "x$LINE" != x ; then | |
6690 | eval "DEFAULT_$LINE" | |
6691 | else | |
6692 | no_cache=1 | |
6693 | fi | |
6694 | ||
6695 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE | |
6696 | ||
6697 | fi; | |
6698 | ||
6699 | eval "$ac_cv_use_printarch" | |
6700 | if test "$no_cache" != 1; then | |
6701 | echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp | |
6702 | fi | |
6703 | ||
6704 | if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then | |
6705 | echo "$as_me:$LINENO: result: yes" >&5 | |
6706 | echo "${ECHO_T}yes" >&6 | |
6707 | else | |
6708 | echo "$as_me:$LINENO: result: no" >&5 | |
6709 | echo "${ECHO_T}no" >&6 | |
6710 | fi | |
6711 | ||
6712 | ||
6713 | enablestring= | |
6714 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5 | |
6715 | echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6 | |
6716 | no_cache=0 | |
6717 | # Check whether --enable-mdi or --disable-mdi was given. | |
6718 | if test "${enable_mdi+set}" = set; then | |
6719 | enableval="$enable_mdi" | |
6720 | ||
6721 | if test "$enableval" = yes; then | |
8a7b1113 | 6722 | ac_cv_use_mdi='wxUSE_MDI=yes' |
a848cd7e | 6723 | else |
8a7b1113 | 6724 | ac_cv_use_mdi='wxUSE_MDI=no' |
a848cd7e SC |
6725 | fi |
6726 | ||
6727 | else | |
6728 | ||
8a7b1113 | 6729 | LINE=`grep "wxUSE_MDI" ${wx_arg_cache_file}` |
a848cd7e SC |
6730 | if test "x$LINE" != x ; then |
6731 | eval "DEFAULT_$LINE" | |
6732 | else | |
6733 | no_cache=1 | |
6734 | fi | |
6735 | ||
8a7b1113 | 6736 | ac_cv_use_mdi='wxUSE_MDI='$DEFAULT_wxUSE_MDI |
a848cd7e SC |
6737 | |
6738 | fi; | |
6739 | ||
6740 | eval "$ac_cv_use_mdi" | |
6741 | if test "$no_cache" != 1; then | |
6742 | echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp | |
6743 | fi | |
6744 | ||
8a7b1113 VZ |
6745 | if test "$wxUSE_MDI" = yes; then |
6746 | echo "$as_me:$LINENO: result: yes" >&5 | |
6747 | echo "${ECHO_T}yes" >&6 | |
6748 | else | |
6749 | echo "$as_me:$LINENO: result: no" >&5 | |
6750 | echo "${ECHO_T}no" >&6 | |
6751 | fi | |
6752 | ||
6753 | ||
6754 | enablestring= | |
6755 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5 | |
6756 | echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6 | |
6757 | no_cache=0 | |
6758 | # Check whether --enable-mdidoc or --disable-mdidoc was given. | |
6759 | if test "${enable_mdidoc+set}" = set; then | |
6760 | enableval="$enable_mdidoc" | |
6761 | ||
6762 | if test "$enableval" = yes; then | |
6763 | ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes' | |
6764 | else | |
6765 | ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no' | |
6766 | fi | |
6767 | ||
6768 | else | |
6769 | ||
6770 | LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}` | |
6771 | if test "x$LINE" != x ; then | |
6772 | eval "DEFAULT_$LINE" | |
6773 | else | |
6774 | no_cache=1 | |
6775 | fi | |
6776 | ||
6777 | ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE | |
6778 | ||
6779 | fi; | |
6780 | ||
6781 | eval "$ac_cv_use_mdidoc" | |
6782 | if test "$no_cache" != 1; then | |
6783 | echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp | |
6784 | fi | |
6785 | ||
a848cd7e SC |
6786 | if test "$wxUSE_MDI_ARCHITECTURE" = yes; then |
6787 | echo "$as_me:$LINENO: result: yes" >&5 | |
6788 | echo "${ECHO_T}yes" >&6 | |
6789 | else | |
6790 | echo "$as_me:$LINENO: result: no" >&5 | |
6791 | echo "${ECHO_T}no" >&6 | |
6792 | fi | |
6793 | ||
6794 | ||
6795 | enablestring= | |
6796 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5 | |
6797 | echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6 | |
6798 | no_cache=0 | |
6799 | # Check whether --enable-loggui or --disable-loggui was given. | |
6800 | if test "${enable_loggui+set}" = set; then | |
6801 | enableval="$enable_loggui" | |
6802 | ||
6803 | if test "$enableval" = yes; then | |
6804 | ac_cv_use_loggui='wxUSE_LOGGUI=yes' | |
6805 | else | |
6806 | ac_cv_use_loggui='wxUSE_LOGGUI=no' | |
6807 | fi | |
6808 | ||
6809 | else | |
6810 | ||
6811 | LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}` | |
6812 | if test "x$LINE" != x ; then | |
6813 | eval "DEFAULT_$LINE" | |
6814 | else | |
6815 | no_cache=1 | |
6816 | fi | |
6817 | ||
6818 | ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI | |
6819 | ||
6820 | fi; | |
6821 | ||
6822 | eval "$ac_cv_use_loggui" | |
6823 | if test "$no_cache" != 1; then | |
6824 | echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp | |
6825 | fi | |
6826 | ||
6827 | if test "$wxUSE_LOGGUI" = yes; then | |
6828 | echo "$as_me:$LINENO: result: yes" >&5 | |
6829 | echo "${ECHO_T}yes" >&6 | |
6830 | else | |
6831 | echo "$as_me:$LINENO: result: no" >&5 | |
6832 | echo "${ECHO_T}no" >&6 | |
6833 | fi | |
6834 | ||
6835 | ||
6836 | enablestring= | |
6837 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5 | |
6838 | echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6 | |
6839 | no_cache=0 | |
6840 | # Check whether --enable-logwin or --disable-logwin was given. | |
6841 | if test "${enable_logwin+set}" = set; then | |
6842 | enableval="$enable_logwin" | |
6843 | ||
6844 | if test "$enableval" = yes; then | |
6845 | ac_cv_use_logwin='wxUSE_LOGWINDOW=yes' | |
6846 | else | |
6847 | ac_cv_use_logwin='wxUSE_LOGWINDOW=no' | |
6848 | fi | |
6849 | ||
6850 | else | |
6851 | ||
6852 | LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}` | |
6853 | if test "x$LINE" != x ; then | |
6854 | eval "DEFAULT_$LINE" | |
6855 | else | |
6856 | no_cache=1 | |
6857 | fi | |
6858 | ||
6859 | ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW | |
6860 | ||
6861 | fi; | |
6862 | ||
6863 | eval "$ac_cv_use_logwin" | |
6864 | if test "$no_cache" != 1; then | |
6865 | echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp | |
6866 | fi | |
6867 | ||
6868 | if test "$wxUSE_LOGWINDOW" = yes; then | |
6869 | echo "$as_me:$LINENO: result: yes" >&5 | |
6870 | echo "${ECHO_T}yes" >&6 | |
6871 | else | |
6872 | echo "$as_me:$LINENO: result: no" >&5 | |
6873 | echo "${ECHO_T}no" >&6 | |
6874 | fi | |
6875 | ||
6876 | ||
6877 | enablestring= | |
6878 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5 | |
6879 | echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6 | |
6880 | no_cache=0 | |
6881 | # Check whether --enable-logdialog or --disable-logdialog was given. | |
6882 | if test "${enable_logdialog+set}" = set; then | |
6883 | enableval="$enable_logdialog" | |
6884 | ||
6885 | if test "$enableval" = yes; then | |
6886 | ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes' | |
6887 | else | |
6888 | ac_cv_use_logdialog='wxUSE_LOGDIALOG=no' | |
6889 | fi | |
6890 | ||
6891 | else | |
6892 | ||
6893 | LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}` | |
6894 | if test "x$LINE" != x ; then | |
6895 | eval "DEFAULT_$LINE" | |
6896 | else | |
6897 | no_cache=1 | |
6898 | fi | |
6899 | ||
6900 | ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG | |
6901 | ||
6902 | fi; | |
6903 | ||
6904 | eval "$ac_cv_use_logdialog" | |
6905 | if test "$no_cache" != 1; then | |
6906 | echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp | |
6907 | fi | |
6908 | ||
6909 | if test "$wxUSE_LOGDIALOG" = yes; then | |
6910 | echo "$as_me:$LINENO: result: yes" >&5 | |
6911 | echo "${ECHO_T}yes" >&6 | |
6912 | else | |
6913 | echo "$as_me:$LINENO: result: no" >&5 | |
6914 | echo "${ECHO_T}no" >&6 | |
6915 | fi | |
6916 | ||
6917 | ||
646b6ec1 VS |
6918 | enablestring= |
6919 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5 | |
6920 | echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6 | |
6921 | no_cache=0 | |
6922 | # Check whether --enable-webkit or --disable-webkit was given. | |
6923 | if test "${enable_webkit+set}" = set; then | |
6924 | enableval="$enable_webkit" | |
6925 | ||
6926 | if test "$enableval" = yes; then | |
6927 | ac_cv_use_webkit='wxUSE_WEBKIT=yes' | |
6928 | else | |
6929 | ac_cv_use_webkit='wxUSE_WEBKIT=no' | |
6930 | fi | |
6931 | ||
6932 | else | |
6933 | ||
6934 | LINE=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}` | |
6935 | if test "x$LINE" != x ; then | |
6936 | eval "DEFAULT_$LINE" | |
6937 | else | |
6938 | no_cache=1 | |
6939 | fi | |
6940 | ||
6941 | ac_cv_use_webkit='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT | |
6942 | ||
6943 | fi; | |
6944 | ||
6945 | eval "$ac_cv_use_webkit" | |
6946 | if test "$no_cache" != 1; then | |
6947 | echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp | |
6948 | fi | |
6949 | ||
6950 | if test "$wxUSE_WEBKIT" = yes; then | |
6951 | echo "$as_me:$LINENO: result: yes" >&5 | |
6952 | echo "${ECHO_T}yes" >&6 | |
6953 | else | |
6954 | echo "$as_me:$LINENO: result: no" >&5 | |
6955 | echo "${ECHO_T}no" >&6 | |
6956 | fi | |
6957 | ||
6958 | ||
a848cd7e SC |
6959 | |
6960 | enablestring= | |
6961 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5 | |
6962 | echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6 | |
6963 | no_cache=0 | |
6964 | # Check whether --enable-postscript or --disable-postscript was given. | |
6965 | if test "${enable_postscript+set}" = set; then | |
6966 | enableval="$enable_postscript" | |
6967 | ||
6968 | if test "$enableval" = yes; then | |
6969 | ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes' | |
6970 | else | |
6971 | ac_cv_use_postscript='wxUSE_POSTSCRIPT=no' | |
6972 | fi | |
6973 | ||
6974 | else | |
6975 | ||
6976 | LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}` | |
6977 | if test "x$LINE" != x ; then | |
6978 | eval "DEFAULT_$LINE" | |
6979 | else | |
6980 | no_cache=1 | |
6981 | fi | |
6982 | ||
6983 | ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT | |
6984 | ||
6985 | fi; | |
6986 | ||
6987 | eval "$ac_cv_use_postscript" | |
6988 | if test "$no_cache" != 1; then | |
6989 | echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp | |
6990 | fi | |
6991 | ||
6992 | if test "$wxUSE_POSTSCRIPT" = yes; then | |
6993 | echo "$as_me:$LINENO: result: yes" >&5 | |
6994 | echo "${ECHO_T}yes" >&6 | |
6995 | else | |
6996 | echo "$as_me:$LINENO: result: no" >&5 | |
6997 | echo "${ECHO_T}no" >&6 | |
6998 | fi | |
6999 | ||
7000 | ||
7001 | ||
7002 | ||
7003 | ||
7004 | enablestring= | |
7005 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5 | |
7006 | echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6 | |
7007 | no_cache=0 | |
7008 | # Check whether --enable-prologio or --disable-prologio was given. | |
7009 | if test "${enable_prologio+set}" = set; then | |
7010 | enableval="$enable_prologio" | |
7011 | ||
7012 | if test "$enableval" = yes; then | |
7013 | ac_cv_use_prologio='wxUSE_PROLOGIO=yes' | |
7014 | else | |
7015 | ac_cv_use_prologio='wxUSE_PROLOGIO=no' | |
7016 | fi | |
7017 | ||
7018 | else | |
7019 | ||
7020 | LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}` | |
7021 | if test "x$LINE" != x ; then | |
7022 | eval "DEFAULT_$LINE" | |
7023 | else | |
7024 | no_cache=1 | |
7025 | fi | |
7026 | ||
7027 | ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO | |
7028 | ||
7029 | fi; | |
7030 | ||
7031 | eval "$ac_cv_use_prologio" | |
7032 | if test "$no_cache" != 1; then | |
7033 | echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp | |
7034 | fi | |
7035 | ||
7036 | if test "$wxUSE_PROLOGIO" = yes; then | |
7037 | echo "$as_me:$LINENO: result: yes" >&5 | |
7038 | echo "${ECHO_T}yes" >&6 | |
7039 | else | |
7040 | echo "$as_me:$LINENO: result: no" >&5 | |
7041 | echo "${ECHO_T}no" >&6 | |
7042 | fi | |
7043 | ||
7044 | ||
7045 | enablestring= | |
7046 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5 | |
7047 | echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6 | |
7048 | no_cache=0 | |
7049 | # Check whether --enable-resources or --disable-resources was given. | |
7050 | if test "${enable_resources+set}" = set; then | |
7051 | enableval="$enable_resources" | |
7052 | ||
7053 | if test "$enableval" = yes; then | |
7054 | ac_cv_use_resources='wxUSE_RESOURCES=yes' | |
7055 | else | |
7056 | ac_cv_use_resources='wxUSE_RESOURCES=no' | |
7057 | fi | |
7058 | ||
7059 | else | |
7060 | ||
7061 | LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}` | |
7062 | if test "x$LINE" != x ; then | |
7063 | eval "DEFAULT_$LINE" | |
7064 | else | |
7065 | no_cache=1 | |
7066 | fi | |
7067 | ||
7068 | ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES | |
7069 | ||
7070 | fi; | |
7071 | ||
7072 | eval "$ac_cv_use_resources" | |
7073 | if test "$no_cache" != 1; then | |
7074 | echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp | |
7075 | fi | |
7076 | ||
7077 | if test "$wxUSE_RESOURCES" = yes; then | |
7078 | echo "$as_me:$LINENO: result: yes" >&5 | |
7079 | echo "${ECHO_T}yes" >&6 | |
7080 | else | |
7081 | echo "$as_me:$LINENO: result: no" >&5 | |
7082 | echo "${ECHO_T}no" >&6 | |
7083 | fi | |
7084 | ||
7085 | ||
7086 | ||
7087 | ||
7088 | enablestring= | |
7089 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5 | |
7090 | echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6 | |
7091 | no_cache=0 | |
7092 | # Check whether --enable-clipboard or --disable-clipboard was given. | |
7093 | if test "${enable_clipboard+set}" = set; then | |
7094 | enableval="$enable_clipboard" | |
7095 | ||
7096 | if test "$enableval" = yes; then | |
7097 | ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes' | |
7098 | else | |
7099 | ac_cv_use_clipboard='wxUSE_CLIPBOARD=no' | |
7100 | fi | |
7101 | ||
7102 | else | |
7103 | ||
7104 | LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}` | |
7105 | if test "x$LINE" != x ; then | |
7106 | eval "DEFAULT_$LINE" | |
7107 | else | |
7108 | no_cache=1 | |
7109 | fi | |
7110 | ||
7111 | ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD | |
7112 | ||
7113 | fi; | |
7114 | ||
7115 | eval "$ac_cv_use_clipboard" | |
7116 | if test "$no_cache" != 1; then | |
7117 | echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp | |
7118 | fi | |
7119 | ||
7120 | if test "$wxUSE_CLIPBOARD" = yes; then | |
7121 | echo "$as_me:$LINENO: result: yes" >&5 | |
7122 | echo "${ECHO_T}yes" >&6 | |
7123 | else | |
7124 | echo "$as_me:$LINENO: result: no" >&5 | |
7125 | echo "${ECHO_T}no" >&6 | |
7126 | fi | |
7127 | ||
7128 | ||
7129 | enablestring= | |
7130 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5 | |
7131 | echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6 | |
7132 | no_cache=0 | |
7133 | # Check whether --enable-dnd or --disable-dnd was given. | |
7134 | if test "${enable_dnd+set}" = set; then | |
7135 | enableval="$enable_dnd" | |
7136 | ||
7137 | if test "$enableval" = yes; then | |
7138 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes' | |
7139 | else | |
7140 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no' | |
7141 | fi | |
7142 | ||
7143 | else | |
7144 | ||
7145 | LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}` | |
7146 | if test "x$LINE" != x ; then | |
7147 | eval "DEFAULT_$LINE" | |
7148 | else | |
7149 | no_cache=1 | |
7150 | fi | |
7151 | ||
7152 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP | |
7153 | ||
7154 | fi; | |
7155 | ||
7156 | eval "$ac_cv_use_dnd" | |
7157 | if test "$no_cache" != 1; then | |
7158 | echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp | |
7159 | fi | |
7160 | ||
7161 | if test "$wxUSE_DRAG_AND_DROP" = yes; then | |
7162 | echo "$as_me:$LINENO: result: yes" >&5 | |
7163 | echo "${ECHO_T}yes" >&6 | |
7164 | else | |
7165 | echo "$as_me:$LINENO: result: no" >&5 | |
7166 | echo "${ECHO_T}no" >&6 | |
7167 | fi | |
7168 | ||
7169 | ||
7170 | enablestring= | |
7171 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5 | |
7172 | echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6 | |
7173 | no_cache=0 | |
7174 | # Check whether --enable-metafile or --disable-metafile was given. | |
7175 | if test "${enable_metafile+set}" = set; then | |
7176 | enableval="$enable_metafile" | |
7177 | ||
7178 | if test "$enableval" = yes; then | |
7179 | ac_cv_use_metafile='wxUSE_METAFILE=yes' | |
7180 | else | |
7181 | ac_cv_use_metafile='wxUSE_METAFILE=no' | |
7182 | fi | |
7183 | ||
7184 | else | |
7185 | ||
7186 | LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}` | |
7187 | if test "x$LINE" != x ; then | |
7188 | eval "DEFAULT_$LINE" | |
7189 | else | |
7190 | no_cache=1 | |
7191 | fi | |
7192 | ||
7193 | ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE | |
7194 | ||
7195 | fi; | |
7196 | ||
7197 | eval "$ac_cv_use_metafile" | |
7198 | if test "$no_cache" != 1; then | |
7199 | echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp | |
7200 | fi | |
7201 | ||
7202 | if test "$wxUSE_METAFILE" = yes; then | |
7203 | echo "$as_me:$LINENO: result: yes" >&5 | |
7204 | echo "${ECHO_T}yes" >&6 | |
7205 | else | |
7206 | echo "$as_me:$LINENO: result: no" >&5 | |
7207 | echo "${ECHO_T}no" >&6 | |
7208 | fi | |
7209 | ||
7210 | ||
7211 | ||
7212 | ||
7213 | ||
7214 | enablestring= | |
7215 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5 | |
7216 | echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6 | |
7217 | no_cache=0 | |
7218 | # Check whether --enable-controls or --disable-controls was given. | |
7219 | if test "${enable_controls+set}" = set; then | |
7220 | enableval="$enable_controls" | |
7221 | ||
7222 | if test "$enableval" = yes; then | |
7223 | ac_cv_use_controls='wxUSE_CONTROLS=yes' | |
7224 | else | |
7225 | ac_cv_use_controls='wxUSE_CONTROLS=no' | |
7226 | fi | |
7227 | ||
7228 | else | |
7229 | ||
7230 | LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}` | |
7231 | if test "x$LINE" != x ; then | |
7232 | eval "DEFAULT_$LINE" | |
7233 | else | |
7234 | no_cache=1 | |
7235 | fi | |
7236 | ||
7237 | ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS | |
7238 | ||
7239 | fi; | |
7240 | ||
7241 | eval "$ac_cv_use_controls" | |
7242 | if test "$no_cache" != 1; then | |
7243 | echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp | |
7244 | fi | |
7245 | ||
7246 | if test "$wxUSE_CONTROLS" = yes; then | |
7247 | echo "$as_me:$LINENO: result: yes" >&5 | |
7248 | echo "${ECHO_T}yes" >&6 | |
7249 | else | |
7250 | echo "$as_me:$LINENO: result: no" >&5 | |
7251 | echo "${ECHO_T}no" >&6 | |
7252 | fi | |
7253 | ||
7254 | ||
7255 | if test "$wxUSE_CONTROLS" = "yes"; then | |
7256 | DEFAULT_wxUSE_ACCEL=yes | |
7257 | DEFAULT_wxUSE_BMPBUTTON=yes | |
7258 | DEFAULT_wxUSE_BUTTON=yes | |
da98e9be | 7259 | DEFAULT_wxUSE_CALCTRL=yes |
a848cd7e SC |
7260 | DEFAULT_wxUSE_CARET=yes |
7261 | DEFAULT_wxUSE_COMBOBOX=yes | |
7262 | DEFAULT_wxUSE_CHECKBOX=yes | |
7263 | DEFAULT_wxUSE_CHECKLISTBOX=yes | |
7264 | DEFAULT_wxUSE_CHOICE=yes | |
92bbdbcd | 7265 | DEFAULT_wxUSE_CHOICEBOOK=yes |
da98e9be | 7266 | DEFAULT_wxUSE_DATEPICKCTRL=yes |
a848cd7e SC |
7267 | DEFAULT_wxUSE_GAUGE=yes |
7268 | DEFAULT_wxUSE_GRID=yes | |
7269 | DEFAULT_wxUSE_IMAGLIST=yes | |
7270 | DEFAULT_wxUSE_LISTBOOK=yes | |
7271 | DEFAULT_wxUSE_LISTBOX=yes | |
7272 | DEFAULT_wxUSE_LISTCTRL=yes | |
7273 | DEFAULT_wxUSE_NOTEBOOK=yes | |
7274 | DEFAULT_wxUSE_RADIOBOX=yes | |
7275 | DEFAULT_wxUSE_RADIOBTN=yes | |
7276 | DEFAULT_wxUSE_SASH=yes | |
7277 | DEFAULT_wxUSE_SCROLLBAR=yes | |
7278 | DEFAULT_wxUSE_SLIDER=yes | |
7279 | DEFAULT_wxUSE_SPINBTN=yes | |
7280 | DEFAULT_wxUSE_SPINCTRL=yes | |
7281 | DEFAULT_wxUSE_SPLITTER=yes | |
7282 | DEFAULT_wxUSE_STATBMP=yes | |
7283 | DEFAULT_wxUSE_STATBOX=yes | |
7284 | DEFAULT_wxUSE_STATLINE=yes | |
7285 | DEFAULT_wxUSE_STATUSBAR=yes | |
7286 | DEFAULT_wxUSE_TAB_DIALOG=yes | |
7287 | DEFAULT_wxUSE_TOGGLEBTN=yes | |
7288 | DEFAULT_wxUSE_TOOLBAR=yes | |
7289 | DEFAULT_wxUSE_TOOLBAR_NATIVE=yes | |
7290 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes | |
7291 | DEFAULT_wxUSE_TOOLTIPS=yes | |
7292 | DEFAULT_wxUSE_TREECTRL=yes | |
7293 | DEFAULT_wxUSE_POPUPWIN=yes | |
7294 | DEFAULT_wxUSE_TIPWINDOW=yes | |
7295 | elif test "$wxUSE_CONTROLS" = "no"; then | |
7296 | DEFAULT_wxUSE_ACCEL=no | |
7297 | DEFAULT_wxUSE_BMPBUTTON=no | |
7298 | DEFAULT_wxUSE_BUTTON=no | |
7299 | DEFAULT_wxUSE_CALCTRL=no | |
7300 | DEFAULT_wxUSE_CARET=no | |
7301 | DEFAULT_wxUSE_COMBOBOX=no | |
7302 | DEFAULT_wxUSE_CHECKBOX=no | |
7303 | DEFAULT_wxUSE_CHECKLISTBOX=no | |
7304 | DEFAULT_wxUSE_CHOICE=no | |
92bbdbcd | 7305 | DEFAULT_wxUSE_CHOICEBOOK=no |
da98e9be | 7306 | DEFAULT_wxUSE_DATEPICKCTRL=no |
a848cd7e SC |
7307 | DEFAULT_wxUSE_GAUGE=no |
7308 | DEFAULT_wxUSE_GRID=no | |
7309 | DEFAULT_wxUSE_IMAGLIST=no | |
7310 | DEFAULT_wxUSE_LISTBOOK=no | |
7311 | DEFAULT_wxUSE_LISTBOX=no | |
7312 | DEFAULT_wxUSE_LISTCTRL=no | |
7313 | DEFAULT_wxUSE_NOTEBOOK=no | |
7314 | DEFAULT_wxUSE_RADIOBOX=no | |
7315 | DEFAULT_wxUSE_RADIOBTN=no | |
7316 | DEFAULT_wxUSE_SASH=no | |
7317 | DEFAULT_wxUSE_SCROLLBAR=no | |
7318 | DEFAULT_wxUSE_SLIDER=no | |
7319 | DEFAULT_wxUSE_SPINBTN=no | |
7320 | DEFAULT_wxUSE_SPINCTRL=no | |
7321 | DEFAULT_wxUSE_SPLITTER=no | |
7322 | DEFAULT_wxUSE_STATBMP=no | |
7323 | DEFAULT_wxUSE_STATBOX=no | |
7324 | DEFAULT_wxUSE_STATLINE=no | |
7325 | DEFAULT_wxUSE_STATUSBAR=no | |
7326 | DEFAULT_wxUSE_TAB_DIALOG=no | |
7327 | DEFAULT_wxUSE_TOGGLEBTN=no | |
7328 | DEFAULT_wxUSE_TOOLBAR=no | |
7329 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no | |
7330 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=no | |
7331 | DEFAULT_wxUSE_TOOLTIPS=no | |
7332 | DEFAULT_wxUSE_TREECTRL=no | |
7333 | DEFAULT_wxUSE_POPUPWIN=no | |
7334 | DEFAULT_wxUSE_TIPWINDOW=no | |
7335 | fi | |
7336 | ||
a848cd7e SC |
7337 | |
7338 | enablestring= | |
7339 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5 | |
7340 | echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6 | |
7341 | no_cache=0 | |
7342 | # Check whether --enable-accel or --disable-accel was given. | |
7343 | if test "${enable_accel+set}" = set; then | |
7344 | enableval="$enable_accel" | |
7345 | ||
7346 | if test "$enableval" = yes; then | |
7347 | ac_cv_use_accel='wxUSE_ACCEL=yes' | |
7348 | else | |
7349 | ac_cv_use_accel='wxUSE_ACCEL=no' | |
7350 | fi | |
7351 | ||
7352 | else | |
7353 | ||
7354 | LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}` | |
7355 | if test "x$LINE" != x ; then | |
7356 | eval "DEFAULT_$LINE" | |
7357 | else | |
7358 | no_cache=1 | |
7359 | fi | |
7360 | ||
7361 | ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL | |
7362 | ||
7363 | fi; | |
7364 | ||
7365 | eval "$ac_cv_use_accel" | |
7366 | if test "$no_cache" != 1; then | |
7367 | echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp | |
7368 | fi | |
7369 | ||
7370 | if test "$wxUSE_ACCEL" = yes; then | |
7371 | echo "$as_me:$LINENO: result: yes" >&5 | |
7372 | echo "${ECHO_T}yes" >&6 | |
7373 | else | |
7374 | echo "$as_me:$LINENO: result: no" >&5 | |
7375 | echo "${ECHO_T}no" >&6 | |
7376 | fi | |
7377 | ||
7378 | ||
7379 | enablestring= | |
7380 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5 | |
7381 | echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6 | |
7382 | no_cache=0 | |
7383 | # Check whether --enable-button or --disable-button was given. | |
7384 | if test "${enable_button+set}" = set; then | |
7385 | enableval="$enable_button" | |
7386 | ||
7387 | if test "$enableval" = yes; then | |
7388 | ac_cv_use_button='wxUSE_BUTTON=yes' | |
7389 | else | |
7390 | ac_cv_use_button='wxUSE_BUTTON=no' | |
7391 | fi | |
7392 | ||
7393 | else | |
7394 | ||
7395 | LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}` | |
7396 | if test "x$LINE" != x ; then | |
7397 | eval "DEFAULT_$LINE" | |
7398 | else | |
7399 | no_cache=1 | |
7400 | fi | |
7401 | ||
7402 | ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON | |
7403 | ||
7404 | fi; | |
7405 | ||
7406 | eval "$ac_cv_use_button" | |
7407 | if test "$no_cache" != 1; then | |
7408 | echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp | |
7409 | fi | |
7410 | ||
7411 | if test "$wxUSE_BUTTON" = yes; then | |
7412 | echo "$as_me:$LINENO: result: yes" >&5 | |
7413 | echo "${ECHO_T}yes" >&6 | |
7414 | else | |
7415 | echo "$as_me:$LINENO: result: no" >&5 | |
7416 | echo "${ECHO_T}no" >&6 | |
7417 | fi | |
7418 | ||
7419 | ||
7420 | enablestring= | |
7421 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5 | |
7422 | echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6 | |
7423 | no_cache=0 | |
7424 | # Check whether --enable-bmpbutton or --disable-bmpbutton was given. | |
7425 | if test "${enable_bmpbutton+set}" = set; then | |
7426 | enableval="$enable_bmpbutton" | |
7427 | ||
7428 | if test "$enableval" = yes; then | |
7429 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes' | |
7430 | else | |
7431 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no' | |
7432 | fi | |
7433 | ||
7434 | else | |
7435 | ||
7436 | LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}` | |
7437 | if test "x$LINE" != x ; then | |
7438 | eval "DEFAULT_$LINE" | |
7439 | else | |
7440 | no_cache=1 | |
7441 | fi | |
7442 | ||
7443 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON | |
7444 | ||
7445 | fi; | |
7446 | ||
7447 | eval "$ac_cv_use_bmpbutton" | |
7448 | if test "$no_cache" != 1; then | |
7449 | echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp | |
7450 | fi | |
7451 | ||
7452 | if test "$wxUSE_BMPBUTTON" = yes; then | |
7453 | echo "$as_me:$LINENO: result: yes" >&5 | |
7454 | echo "${ECHO_T}yes" >&6 | |
7455 | else | |
7456 | echo "$as_me:$LINENO: result: no" >&5 | |
7457 | echo "${ECHO_T}no" >&6 | |
7458 | fi | |
7459 | ||
7460 | ||
7461 | enablestring= | |
7462 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5 | |
7463 | echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6 | |
7464 | no_cache=0 | |
7465 | # Check whether --enable-calendar or --disable-calendar was given. | |
7466 | if test "${enable_calendar+set}" = set; then | |
7467 | enableval="$enable_calendar" | |
7468 | ||
7469 | if test "$enableval" = yes; then | |
7470 | ac_cv_use_calendar='wxUSE_CALCTRL=yes' | |
7471 | else | |
7472 | ac_cv_use_calendar='wxUSE_CALCTRL=no' | |
7473 | fi | |
7474 | ||
7475 | else | |
7476 | ||
7477 | LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}` | |
7478 | if test "x$LINE" != x ; then | |
7479 | eval "DEFAULT_$LINE" | |
7480 | else | |
7481 | no_cache=1 | |
7482 | fi | |
7483 | ||
7484 | ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL | |
7485 | ||
7486 | fi; | |
7487 | ||
7488 | eval "$ac_cv_use_calendar" | |
7489 | if test "$no_cache" != 1; then | |
7490 | echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp | |
7491 | fi | |
7492 | ||
7493 | if test "$wxUSE_CALCTRL" = yes; then | |
7494 | echo "$as_me:$LINENO: result: yes" >&5 | |
7495 | echo "${ECHO_T}yes" >&6 | |
7496 | else | |
7497 | echo "$as_me:$LINENO: result: no" >&5 | |
7498 | echo "${ECHO_T}no" >&6 | |
7499 | fi | |
7500 | ||
7501 | ||
7502 | enablestring= | |
7503 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5 | |
7504 | echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6 | |
7505 | no_cache=0 | |
7506 | # Check whether --enable-caret or --disable-caret was given. | |
7507 | if test "${enable_caret+set}" = set; then | |
7508 | enableval="$enable_caret" | |
7509 | ||
7510 | if test "$enableval" = yes; then | |
7511 | ac_cv_use_caret='wxUSE_CARET=yes' | |
7512 | else | |
7513 | ac_cv_use_caret='wxUSE_CARET=no' | |
7514 | fi | |
7515 | ||
7516 | else | |
7517 | ||
7518 | LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}` | |
7519 | if test "x$LINE" != x ; then | |
7520 | eval "DEFAULT_$LINE" | |
7521 | else | |
7522 | no_cache=1 | |
7523 | fi | |
7524 | ||
7525 | ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET | |
7526 | ||
7527 | fi; | |
7528 | ||
7529 | eval "$ac_cv_use_caret" | |
7530 | if test "$no_cache" != 1; then | |
7531 | echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp | |
7532 | fi | |
7533 | ||
7534 | if test "$wxUSE_CARET" = yes; then | |
7535 | echo "$as_me:$LINENO: result: yes" >&5 | |
7536 | echo "${ECHO_T}yes" >&6 | |
7537 | else | |
7538 | echo "$as_me:$LINENO: result: no" >&5 | |
7539 | echo "${ECHO_T}no" >&6 | |
7540 | fi | |
7541 | ||
7542 | ||
7543 | enablestring= | |
7544 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5 | |
7545 | echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6 | |
7546 | no_cache=0 | |
7547 | # Check whether --enable-checkbox or --disable-checkbox was given. | |
7548 | if test "${enable_checkbox+set}" = set; then | |
7549 | enableval="$enable_checkbox" | |
7550 | ||
7551 | if test "$enableval" = yes; then | |
7552 | ac_cv_use_checkbox='wxUSE_CHECKBOX=yes' | |
7553 | else | |
7554 | ac_cv_use_checkbox='wxUSE_CHECKBOX=no' | |
7555 | fi | |
7556 | ||
7557 | else | |
7558 | ||
7559 | LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}` | |
7560 | if test "x$LINE" != x ; then | |
7561 | eval "DEFAULT_$LINE" | |
7562 | else | |
7563 | no_cache=1 | |
7564 | fi | |
7565 | ||
7566 | ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX | |
7567 | ||
7568 | fi; | |
7569 | ||
7570 | eval "$ac_cv_use_checkbox" | |
7571 | if test "$no_cache" != 1; then | |
7572 | echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp | |
7573 | fi | |
7574 | ||
7575 | if test "$wxUSE_CHECKBOX" = yes; then | |
7576 | echo "$as_me:$LINENO: result: yes" >&5 | |
7577 | echo "${ECHO_T}yes" >&6 | |
7578 | else | |
7579 | echo "$as_me:$LINENO: result: no" >&5 | |
7580 | echo "${ECHO_T}no" >&6 | |
7581 | fi | |
7582 | ||
7583 | ||
7584 | enablestring= | |
7585 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5 | |
7586 | echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6 | |
7587 | no_cache=0 | |
7588 | # Check whether --enable-checklst or --disable-checklst was given. | |
7589 | if test "${enable_checklst+set}" = set; then | |
7590 | enableval="$enable_checklst" | |
7591 | ||
7592 | if test "$enableval" = yes; then | |
7593 | ac_cv_use_checklst='wxUSE_CHECKLST=yes' | |
7594 | else | |
7595 | ac_cv_use_checklst='wxUSE_CHECKLST=no' | |
7596 | fi | |
7597 | ||
7598 | else | |
7599 | ||
7600 | LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}` | |
7601 | if test "x$LINE" != x ; then | |
7602 | eval "DEFAULT_$LINE" | |
7603 | else | |
7604 | no_cache=1 | |
7605 | fi | |
7606 | ||
7607 | ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST | |
7608 | ||
7609 | fi; | |
7610 | ||
7611 | eval "$ac_cv_use_checklst" | |
7612 | if test "$no_cache" != 1; then | |
7613 | echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp | |
7614 | fi | |
7615 | ||
7616 | if test "$wxUSE_CHECKLST" = yes; then | |
7617 | echo "$as_me:$LINENO: result: yes" >&5 | |
7618 | echo "${ECHO_T}yes" >&6 | |
7619 | else | |
7620 | echo "$as_me:$LINENO: result: no" >&5 | |
7621 | echo "${ECHO_T}no" >&6 | |
7622 | fi | |
7623 | ||
7624 | ||
7625 | enablestring= | |
7626 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5 | |
7627 | echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6 | |
7628 | no_cache=0 | |
7629 | # Check whether --enable-choice or --disable-choice was given. | |
7630 | if test "${enable_choice+set}" = set; then | |
7631 | enableval="$enable_choice" | |
7632 | ||
7633 | if test "$enableval" = yes; then | |
7634 | ac_cv_use_choice='wxUSE_CHOICE=yes' | |
7635 | else | |
7636 | ac_cv_use_choice='wxUSE_CHOICE=no' | |
7637 | fi | |
7638 | ||
7639 | else | |
7640 | ||
7641 | LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}` | |
7642 | if test "x$LINE" != x ; then | |
7643 | eval "DEFAULT_$LINE" | |
7644 | else | |
7645 | no_cache=1 | |
7646 | fi | |
7647 | ||
7648 | ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE | |
7649 | ||
7650 | fi; | |
7651 | ||
7652 | eval "$ac_cv_use_choice" | |
7653 | if test "$no_cache" != 1; then | |
7654 | echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp | |
7655 | fi | |
7656 | ||
7657 | if test "$wxUSE_CHOICE" = yes; then | |
7658 | echo "$as_me:$LINENO: result: yes" >&5 | |
7659 | echo "${ECHO_T}yes" >&6 | |
7660 | else | |
7661 | echo "$as_me:$LINENO: result: no" >&5 | |
7662 | echo "${ECHO_T}no" >&6 | |
7663 | fi | |
7664 | ||
7665 | ||
92bbdbcd WS |
7666 | enablestring= |
7667 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5 | |
7668 | echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6 | |
7669 | no_cache=0 | |
7670 | # Check whether --enable-choicebook or --disable-choicebook was given. | |
7671 | if test "${enable_choicebook+set}" = set; then | |
7672 | enableval="$enable_choicebook" | |
7673 | ||
7674 | if test "$enableval" = yes; then | |
7675 | ac_cv_use_choicebook='wxUSE_CHOICEBOOK=yes' | |
7676 | else | |
7677 | ac_cv_use_choicebook='wxUSE_CHOICEBOOK=no' | |
7678 | fi | |
7679 | ||
7680 | else | |
7681 | ||
7682 | LINE=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}` | |
7683 | if test "x$LINE" != x ; then | |
7684 | eval "DEFAULT_$LINE" | |
7685 | else | |
7686 | no_cache=1 | |
7687 | fi | |
7688 | ||
7689 | ac_cv_use_choicebook='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK | |
7690 | ||
7691 | fi; | |
7692 | ||
7693 | eval "$ac_cv_use_choicebook" | |
7694 | if test "$no_cache" != 1; then | |
7695 | echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp | |
7696 | fi | |
7697 | ||
7698 | if test "$wxUSE_CHOICEBOOK" = yes; then | |
7699 | echo "$as_me:$LINENO: result: yes" >&5 | |
7700 | echo "${ECHO_T}yes" >&6 | |
7701 | else | |
7702 | echo "$as_me:$LINENO: result: no" >&5 | |
7703 | echo "${ECHO_T}no" >&6 | |
7704 | fi | |
7705 | ||
7706 | ||
a848cd7e SC |
7707 | enablestring= |
7708 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5 | |
7709 | echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6 | |
7710 | no_cache=0 | |
7711 | # Check whether --enable-combobox or --disable-combobox was given. | |
7712 | if test "${enable_combobox+set}" = set; then | |
7713 | enableval="$enable_combobox" | |
7714 | ||
7715 | if test "$enableval" = yes; then | |
7716 | ac_cv_use_combobox='wxUSE_COMBOBOX=yes' | |
7717 | else | |
7718 | ac_cv_use_combobox='wxUSE_COMBOBOX=no' | |
7719 | fi | |
7720 | ||
7721 | else | |
7722 | ||
7723 | LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}` | |
7724 | if test "x$LINE" != x ; then | |
7725 | eval "DEFAULT_$LINE" | |
7726 | else | |
7727 | no_cache=1 | |
7728 | fi | |
7729 | ||
7730 | ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX | |
7731 | ||
7732 | fi; | |
7733 | ||
7734 | eval "$ac_cv_use_combobox" | |
7735 | if test "$no_cache" != 1; then | |
7736 | echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp | |
7737 | fi | |
7738 | ||
7739 | if test "$wxUSE_COMBOBOX" = yes; then | |
7740 | echo "$as_me:$LINENO: result: yes" >&5 | |
7741 | echo "${ECHO_T}yes" >&6 | |
7742 | else | |
7743 | echo "$as_me:$LINENO: result: no" >&5 | |
7744 | echo "${ECHO_T}no" >&6 | |
7745 | fi | |
7746 | ||
7747 | ||
da98e9be VZ |
7748 | enablestring= |
7749 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5 | |
7750 | echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6 | |
7751 | no_cache=0 | |
7752 | # Check whether --enable-datepick or --disable-datepick was given. | |
7753 | if test "${enable_datepick+set}" = set; then | |
7754 | enableval="$enable_datepick" | |
7755 | ||
7756 | if test "$enableval" = yes; then | |
7757 | ac_cv_use_datepick='wxUSE_DATEPICKCTRL=yes' | |
7758 | else | |
7759 | ac_cv_use_datepick='wxUSE_DATEPICKCTRL=no' | |
7760 | fi | |
7761 | ||
7762 | else | |
7763 | ||
7764 | LINE=`grep "wxUSE_DATEPICKCTRL" ${wx_arg_cache_file}` | |
7765 | if test "x$LINE" != x ; then | |
7766 | eval "DEFAULT_$LINE" | |
7767 | else | |
7768 | no_cache=1 | |
7769 | fi | |
7770 | ||
7771 | ac_cv_use_datepick='wxUSE_DATEPICKCTRL='$DEFAULT_wxUSE_DATEPICKCTRL | |
7772 | ||
7773 | fi; | |
7774 | ||
7775 | eval "$ac_cv_use_datepick" | |
7776 | if test "$no_cache" != 1; then | |
7777 | echo $ac_cv_use_datepick >> ${wx_arg_cache_file}.tmp | |
7778 | fi | |
7779 | ||
7780 | if test "$wxUSE_DATEPICKCTRL" = yes; then | |
7781 | echo "$as_me:$LINENO: result: yes" >&5 | |
7782 | echo "${ECHO_T}yes" >&6 | |
7783 | else | |
7784 | echo "$as_me:$LINENO: result: no" >&5 | |
7785 | echo "${ECHO_T}no" >&6 | |
7786 | fi | |
7787 | ||
7788 | ||
a848cd7e SC |
7789 | enablestring= |
7790 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5 | |
7791 | echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6 | |
7792 | no_cache=0 | |
7793 | # Check whether --enable-display or --disable-display was given. | |
7794 | if test "${enable_display+set}" = set; then | |
7795 | enableval="$enable_display" | |
7796 | ||
7797 | if test "$enableval" = yes; then | |
7798 | ac_cv_use_display='wxUSE_DISPLAY=yes' | |
7799 | else | |
7800 | ac_cv_use_display='wxUSE_DISPLAY=no' | |
7801 | fi | |
7802 | ||
7803 | else | |
7804 | ||
7805 | LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}` | |
7806 | if test "x$LINE" != x ; then | |
7807 | eval "DEFAULT_$LINE" | |
7808 | else | |
7809 | no_cache=1 | |
7810 | fi | |
7811 | ||
7812 | ac_cv_use_display='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY | |
7813 | ||
7814 | fi; | |
7815 | ||
7816 | eval "$ac_cv_use_display" | |
7817 | if test "$no_cache" != 1; then | |
7818 | echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp | |
7819 | fi | |
7820 | ||
7821 | if test "$wxUSE_DISPLAY" = yes; then | |
7822 | echo "$as_me:$LINENO: result: yes" >&5 | |
7823 | echo "${ECHO_T}yes" >&6 | |
7824 | else | |
7825 | echo "$as_me:$LINENO: result: no" >&5 | |
7826 | echo "${ECHO_T}no" >&6 | |
7827 | fi | |
7828 | ||
7829 | ||
7830 | enablestring= | |
7831 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5 | |
7832 | echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6 | |
7833 | no_cache=0 | |
7834 | # Check whether --enable-gauge or --disable-gauge was given. | |
7835 | if test "${enable_gauge+set}" = set; then | |
7836 | enableval="$enable_gauge" | |
7837 | ||
7838 | if test "$enableval" = yes; then | |
7839 | ac_cv_use_gauge='wxUSE_GAUGE=yes' | |
7840 | else | |
7841 | ac_cv_use_gauge='wxUSE_GAUGE=no' | |
7842 | fi | |
7843 | ||
7844 | else | |
7845 | ||
7846 | LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}` | |
7847 | if test "x$LINE" != x ; then | |
7848 | eval "DEFAULT_$LINE" | |
7849 | else | |
7850 | no_cache=1 | |
7851 | fi | |
7852 | ||
7853 | ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE | |
7854 | ||
7855 | fi; | |
7856 | ||
7857 | eval "$ac_cv_use_gauge" | |
7858 | if test "$no_cache" != 1; then | |
7859 | echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp | |
7860 | fi | |
7861 | ||
7862 | if test "$wxUSE_GAUGE" = yes; then | |
7863 | echo "$as_me:$LINENO: result: yes" >&5 | |
7864 | echo "${ECHO_T}yes" >&6 | |
7865 | else | |
7866 | echo "$as_me:$LINENO: result: no" >&5 | |
7867 | echo "${ECHO_T}no" >&6 | |
7868 | fi | |
7869 | ||
7870 | ||
7871 | enablestring= | |
7872 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5 | |
7873 | echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6 | |
7874 | no_cache=0 | |
7875 | # Check whether --enable-grid or --disable-grid was given. | |
7876 | if test "${enable_grid+set}" = set; then | |
7877 | enableval="$enable_grid" | |
7878 | ||
7879 | if test "$enableval" = yes; then | |
7880 | ac_cv_use_grid='wxUSE_GRID=yes' | |
7881 | else | |
7882 | ac_cv_use_grid='wxUSE_GRID=no' | |
7883 | fi | |
7884 | ||
7885 | else | |
7886 | ||
7887 | LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}` | |
7888 | if test "x$LINE" != x ; then | |
7889 | eval "DEFAULT_$LINE" | |
7890 | else | |
7891 | no_cache=1 | |
7892 | fi | |
7893 | ||
7894 | ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID | |
7895 | ||
7896 | fi; | |
7897 | ||
7898 | eval "$ac_cv_use_grid" | |
7899 | if test "$no_cache" != 1; then | |
7900 | echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp | |
7901 | fi | |
7902 | ||
7903 | if test "$wxUSE_GRID" = yes; then | |
7904 | echo "$as_me:$LINENO: result: yes" >&5 | |
7905 | echo "${ECHO_T}yes" >&6 | |
7906 | else | |
7907 | echo "$as_me:$LINENO: result: no" >&5 | |
7908 | echo "${ECHO_T}no" >&6 | |
7909 | fi | |
7910 | ||
7911 | ||
7912 | enablestring= | |
7913 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5 | |
7914 | echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6 | |
7915 | no_cache=0 | |
7916 | # Check whether --enable-imaglist or --disable-imaglist was given. | |
7917 | if test "${enable_imaglist+set}" = set; then | |
7918 | enableval="$enable_imaglist" | |
7919 | ||
7920 | if test "$enableval" = yes; then | |
7921 | ac_cv_use_imaglist='wxUSE_IMAGLIST=yes' | |
7922 | else | |
7923 | ac_cv_use_imaglist='wxUSE_IMAGLIST=no' | |
7924 | fi | |
7925 | ||
7926 | else | |
7927 | ||
7928 | LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}` | |
7929 | if test "x$LINE" != x ; then | |
7930 | eval "DEFAULT_$LINE" | |
7931 | else | |
7932 | no_cache=1 | |
7933 | fi | |
7934 | ||
7935 | ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST | |
7936 | ||
7937 | fi; | |
7938 | ||
7939 | eval "$ac_cv_use_imaglist" | |
7940 | if test "$no_cache" != 1; then | |
7941 | echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp | |
7942 | fi | |
7943 | ||
7944 | if test "$wxUSE_IMAGLIST" = yes; then | |
7945 | echo "$as_me:$LINENO: result: yes" >&5 | |
7946 | echo "${ECHO_T}yes" >&6 | |
7947 | else | |
7948 | echo "$as_me:$LINENO: result: no" >&5 | |
7949 | echo "${ECHO_T}no" >&6 | |
7950 | fi | |
7951 | ||
7952 | ||
7953 | enablestring= | |
7954 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5 | |
7955 | echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6 | |
7956 | no_cache=0 | |
7957 | # Check whether --enable-listbook or --disable-listbook was given. | |
7958 | if test "${enable_listbook+set}" = set; then | |
7959 | enableval="$enable_listbook" | |
7960 | ||
7961 | if test "$enableval" = yes; then | |
7962 | ac_cv_use_listbook='wxUSE_LISTBOOK=yes' | |
7963 | else | |
7964 | ac_cv_use_listbook='wxUSE_LISTBOOK=no' | |
7965 | fi | |
7966 | ||
7967 | else | |
7968 | ||
7969 | LINE=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}` | |
7970 | if test "x$LINE" != x ; then | |
7971 | eval "DEFAULT_$LINE" | |
7972 | else | |
7973 | no_cache=1 | |
7974 | fi | |
7975 | ||
7976 | ac_cv_use_listbook='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK | |
7977 | ||
7978 | fi; | |
7979 | ||
7980 | eval "$ac_cv_use_listbook" | |
7981 | if test "$no_cache" != 1; then | |
7982 | echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp | |
7983 | fi | |
7984 | ||
7985 | if test "$wxUSE_LISTBOOK" = yes; then | |
7986 | echo "$as_me:$LINENO: result: yes" >&5 | |
7987 | echo "${ECHO_T}yes" >&6 | |
7988 | else | |
7989 | echo "$as_me:$LINENO: result: no" >&5 | |
7990 | echo "${ECHO_T}no" >&6 | |
7991 | fi | |
7992 | ||
7993 | ||
7994 | enablestring= | |
7995 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5 | |
7996 | echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6 | |
7997 | no_cache=0 | |
7998 | # Check whether --enable-listbox or --disable-listbox was given. | |
7999 | if test "${enable_listbox+set}" = set; then | |
8000 | enableval="$enable_listbox" | |
8001 | ||
8002 | if test "$enableval" = yes; then | |
8003 | ac_cv_use_listbox='wxUSE_LISTBOX=yes' | |
8004 | else | |
8005 | ac_cv_use_listbox='wxUSE_LISTBOX=no' | |
8006 | fi | |
8007 | ||
8008 | else | |
8009 | ||
8010 | LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}` | |
8011 | if test "x$LINE" != x ; then | |
8012 | eval "DEFAULT_$LINE" | |
8013 | else | |
8014 | no_cache=1 | |
8015 | fi | |
8016 | ||
8017 | ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX | |
8018 | ||
8019 | fi; | |
8020 | ||
8021 | eval "$ac_cv_use_listbox" | |
8022 | if test "$no_cache" != 1; then | |
8023 | echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp | |
8024 | fi | |
8025 | ||
8026 | if test "$wxUSE_LISTBOX" = yes; then | |
8027 | echo "$as_me:$LINENO: result: yes" >&5 | |
8028 | echo "${ECHO_T}yes" >&6 | |
8029 | else | |
8030 | echo "$as_me:$LINENO: result: no" >&5 | |
8031 | echo "${ECHO_T}no" >&6 | |
8032 | fi | |
8033 | ||
8034 | ||
8035 | enablestring= | |
8036 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5 | |
8037 | echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6 | |
8038 | no_cache=0 | |
8039 | # Check whether --enable-listctrl or --disable-listctrl was given. | |
8040 | if test "${enable_listctrl+set}" = set; then | |
8041 | enableval="$enable_listctrl" | |
8042 | ||
8043 | if test "$enableval" = yes; then | |
8044 | ac_cv_use_listctrl='wxUSE_LISTCTRL=yes' | |
8045 | else | |
8046 | ac_cv_use_listctrl='wxUSE_LISTCTRL=no' | |
8047 | fi | |
8048 | ||
8049 | else | |
8050 | ||
8051 | LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}` | |
8052 | if test "x$LINE" != x ; then | |
8053 | eval "DEFAULT_$LINE" | |
8054 | else | |
8055 | no_cache=1 | |
8056 | fi | |
8057 | ||
8058 | ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL | |
8059 | ||
8060 | fi; | |
8061 | ||
8062 | eval "$ac_cv_use_listctrl" | |
8063 | if test "$no_cache" != 1; then | |
8064 | echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp | |
8065 | fi | |
8066 | ||
8067 | if test "$wxUSE_LISTCTRL" = yes; then | |
8068 | echo "$as_me:$LINENO: result: yes" >&5 | |
8069 | echo "${ECHO_T}yes" >&6 | |
8070 | else | |
8071 | echo "$as_me:$LINENO: result: no" >&5 | |
8072 | echo "${ECHO_T}no" >&6 | |
8073 | fi | |
8074 | ||
8075 | ||
8076 | enablestring= | |
8077 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5 | |
8078 | echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6 | |
8079 | no_cache=0 | |
8080 | # Check whether --enable-notebook or --disable-notebook was given. | |
8081 | if test "${enable_notebook+set}" = set; then | |
8082 | enableval="$enable_notebook" | |
8083 | ||
8084 | if test "$enableval" = yes; then | |
8085 | ac_cv_use_notebook='wxUSE_NOTEBOOK=yes' | |
8086 | else | |
8087 | ac_cv_use_notebook='wxUSE_NOTEBOOK=no' | |
8088 | fi | |
8089 | ||
8090 | else | |
8091 | ||
8092 | LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}` | |
8093 | if test "x$LINE" != x ; then | |
8094 | eval "DEFAULT_$LINE" | |
8095 | else | |
8096 | no_cache=1 | |
8097 | fi | |
8098 | ||
8099 | ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK | |
8100 | ||
8101 | fi; | |
8102 | ||
8103 | eval "$ac_cv_use_notebook" | |
8104 | if test "$no_cache" != 1; then | |
8105 | echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp | |
8106 | fi | |
8107 | ||
8108 | if test "$wxUSE_NOTEBOOK" = yes; then | |
8109 | echo "$as_me:$LINENO: result: yes" >&5 | |
8110 | echo "${ECHO_T}yes" >&6 | |
8111 | else | |
8112 | echo "$as_me:$LINENO: result: no" >&5 | |
8113 | echo "${ECHO_T}no" >&6 | |
8114 | fi | |
8115 | ||
8116 | ||
8117 | enablestring= | |
8118 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5 | |
8119 | echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6 | |
8120 | no_cache=0 | |
8121 | # Check whether --enable-radiobox or --disable-radiobox was given. | |
8122 | if test "${enable_radiobox+set}" = set; then | |
8123 | enableval="$enable_radiobox" | |
8124 | ||
8125 | if test "$enableval" = yes; then | |
8126 | ac_cv_use_radiobox='wxUSE_RADIOBOX=yes' | |
8127 | else | |
8128 | ac_cv_use_radiobox='wxUSE_RADIOBOX=no' | |
8129 | fi | |
8130 | ||
8131 | else | |
8132 | ||
8133 | LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}` | |
8134 | if test "x$LINE" != x ; then | |
8135 | eval "DEFAULT_$LINE" | |
8136 | else | |
8137 | no_cache=1 | |
8138 | fi | |
8139 | ||
8140 | ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX | |
8141 | ||
8142 | fi; | |
8143 | ||
8144 | eval "$ac_cv_use_radiobox" | |
8145 | if test "$no_cache" != 1; then | |
8146 | echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp | |
8147 | fi | |
8148 | ||
8149 | if test "$wxUSE_RADIOBOX" = yes; then | |
8150 | echo "$as_me:$LINENO: result: yes" >&5 | |
8151 | echo "${ECHO_T}yes" >&6 | |
8152 | else | |
8153 | echo "$as_me:$LINENO: result: no" >&5 | |
8154 | echo "${ECHO_T}no" >&6 | |
8155 | fi | |
8156 | ||
8157 | ||
8158 | enablestring= | |
8159 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5 | |
8160 | echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6 | |
8161 | no_cache=0 | |
8162 | # Check whether --enable-radiobtn or --disable-radiobtn was given. | |
8163 | if test "${enable_radiobtn+set}" = set; then | |
8164 | enableval="$enable_radiobtn" | |
8165 | ||
8166 | if test "$enableval" = yes; then | |
8167 | ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes' | |
8168 | else | |
8169 | ac_cv_use_radiobtn='wxUSE_RADIOBTN=no' | |
8170 | fi | |
8171 | ||
8172 | else | |
8173 | ||
8174 | LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}` | |
8175 | if test "x$LINE" != x ; then | |
8176 | eval "DEFAULT_$LINE" | |
8177 | else | |
8178 | no_cache=1 | |
8179 | fi | |
8180 | ||
8181 | ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN | |
8182 | ||
8183 | fi; | |
8184 | ||
8185 | eval "$ac_cv_use_radiobtn" | |
8186 | if test "$no_cache" != 1; then | |
8187 | echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp | |
8188 | fi | |
8189 | ||
8190 | if test "$wxUSE_RADIOBTN" = yes; then | |
8191 | echo "$as_me:$LINENO: result: yes" >&5 | |
8192 | echo "${ECHO_T}yes" >&6 | |
8193 | else | |
8194 | echo "$as_me:$LINENO: result: no" >&5 | |
8195 | echo "${ECHO_T}no" >&6 | |
8196 | fi | |
8197 | ||
8198 | ||
8199 | enablestring= | |
8200 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5 | |
8201 | echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6 | |
8202 | no_cache=0 | |
8203 | # Check whether --enable-sash or --disable-sash was given. | |
8204 | if test "${enable_sash+set}" = set; then | |
8205 | enableval="$enable_sash" | |
8206 | ||
8207 | if test "$enableval" = yes; then | |
8208 | ac_cv_use_sash='wxUSE_SASH=yes' | |
8209 | else | |
8210 | ac_cv_use_sash='wxUSE_SASH=no' | |
8211 | fi | |
8212 | ||
8213 | else | |
8214 | ||
8215 | LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}` | |
8216 | if test "x$LINE" != x ; then | |
8217 | eval "DEFAULT_$LINE" | |
8218 | else | |
8219 | no_cache=1 | |
8220 | fi | |
8221 | ||
8222 | ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH | |
8223 | ||
8224 | fi; | |
8225 | ||
8226 | eval "$ac_cv_use_sash" | |
8227 | if test "$no_cache" != 1; then | |
8228 | echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp | |
8229 | fi | |
8230 | ||
8231 | if test "$wxUSE_SASH" = yes; then | |
8232 | echo "$as_me:$LINENO: result: yes" >&5 | |
8233 | echo "${ECHO_T}yes" >&6 | |
8234 | else | |
8235 | echo "$as_me:$LINENO: result: no" >&5 | |
8236 | echo "${ECHO_T}no" >&6 | |
8237 | fi | |
8238 | ||
8239 | ||
8240 | enablestring= | |
8241 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5 | |
8242 | echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6 | |
8243 | no_cache=0 | |
8244 | # Check whether --enable-scrollbar or --disable-scrollbar was given. | |
8245 | if test "${enable_scrollbar+set}" = set; then | |
8246 | enableval="$enable_scrollbar" | |
8247 | ||
8248 | if test "$enableval" = yes; then | |
8249 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes' | |
8250 | else | |
8251 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no' | |
8252 | fi | |
8253 | ||
8254 | else | |
8255 | ||
8256 | LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}` | |
8257 | if test "x$LINE" != x ; then | |
8258 | eval "DEFAULT_$LINE" | |
8259 | else | |
8260 | no_cache=1 | |
8261 | fi | |
8262 | ||
8263 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR | |
8264 | ||
8265 | fi; | |
8266 | ||
8267 | eval "$ac_cv_use_scrollbar" | |
8268 | if test "$no_cache" != 1; then | |
8269 | echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp | |
8270 | fi | |
8271 | ||
8272 | if test "$wxUSE_SCROLLBAR" = yes; then | |
8273 | echo "$as_me:$LINENO: result: yes" >&5 | |
8274 | echo "${ECHO_T}yes" >&6 | |
8275 | else | |
8276 | echo "$as_me:$LINENO: result: no" >&5 | |
8277 | echo "${ECHO_T}no" >&6 | |
8278 | fi | |
8279 | ||
8280 | ||
8281 | enablestring= | |
8282 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5 | |
8283 | echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6 | |
8284 | no_cache=0 | |
8285 | # Check whether --enable-slider or --disable-slider was given. | |
8286 | if test "${enable_slider+set}" = set; then | |
8287 | enableval="$enable_slider" | |
8288 | ||
8289 | if test "$enableval" = yes; then | |
8290 | ac_cv_use_slider='wxUSE_SLIDER=yes' | |
8291 | else | |
8292 | ac_cv_use_slider='wxUSE_SLIDER=no' | |
8293 | fi | |
8294 | ||
8295 | else | |
8296 | ||
8297 | LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}` | |
8298 | if test "x$LINE" != x ; then | |
8299 | eval "DEFAULT_$LINE" | |
8300 | else | |
8301 | no_cache=1 | |
8302 | fi | |
8303 | ||
8304 | ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER | |
8305 | ||
8306 | fi; | |
8307 | ||
8308 | eval "$ac_cv_use_slider" | |
8309 | if test "$no_cache" != 1; then | |
8310 | echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp | |
8311 | fi | |
8312 | ||
8313 | if test "$wxUSE_SLIDER" = yes; then | |
8314 | echo "$as_me:$LINENO: result: yes" >&5 | |
8315 | echo "${ECHO_T}yes" >&6 | |
8316 | else | |
8317 | echo "$as_me:$LINENO: result: no" >&5 | |
8318 | echo "${ECHO_T}no" >&6 | |
8319 | fi | |
8320 | ||
8321 | ||
8322 | enablestring= | |
8323 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5 | |
8324 | echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6 | |
8325 | no_cache=0 | |
8326 | # Check whether --enable-spinbtn or --disable-spinbtn was given. | |
8327 | if test "${enable_spinbtn+set}" = set; then | |
8328 | enableval="$enable_spinbtn" | |
8329 | ||
8330 | if test "$enableval" = yes; then | |
8331 | ac_cv_use_spinbtn='wxUSE_SPINBTN=yes' | |
8332 | else | |
8333 | ac_cv_use_spinbtn='wxUSE_SPINBTN=no' | |
8334 | fi | |
8335 | ||
8336 | else | |
8337 | ||
8338 | LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}` | |
8339 | if test "x$LINE" != x ; then | |
8340 | eval "DEFAULT_$LINE" | |
8341 | else | |
8342 | no_cache=1 | |
8343 | fi | |
8344 | ||
8345 | ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN | |
8346 | ||
8347 | fi; | |
8348 | ||
8349 | eval "$ac_cv_use_spinbtn" | |
8350 | if test "$no_cache" != 1; then | |
8351 | echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp | |
8352 | fi | |
8353 | ||
8354 | if test "$wxUSE_SPINBTN" = yes; then | |
8355 | echo "$as_me:$LINENO: result: yes" >&5 | |
8356 | echo "${ECHO_T}yes" >&6 | |
8357 | else | |
8358 | echo "$as_me:$LINENO: result: no" >&5 | |
8359 | echo "${ECHO_T}no" >&6 | |
8360 | fi | |
8361 | ||
8362 | ||
8363 | enablestring= | |
8364 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5 | |
8365 | echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6 | |
8366 | no_cache=0 | |
8367 | # Check whether --enable-spinctrl or --disable-spinctrl was given. | |
8368 | if test "${enable_spinctrl+set}" = set; then | |
8369 | enableval="$enable_spinctrl" | |
8370 | ||
8371 | if test "$enableval" = yes; then | |
8372 | ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes' | |
8373 | else | |
8374 | ac_cv_use_spinctrl='wxUSE_SPINCTRL=no' | |
8375 | fi | |
8376 | ||
8377 | else | |
8378 | ||
8379 | LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}` | |
8380 | if test "x$LINE" != x ; then | |
8381 | eval "DEFAULT_$LINE" | |
8382 | else | |
8383 | no_cache=1 | |
8384 | fi | |
8385 | ||
8386 | ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL | |
8387 | ||
8388 | fi; | |
8389 | ||
8390 | eval "$ac_cv_use_spinctrl" | |
8391 | if test "$no_cache" != 1; then | |
8392 | echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp | |
8393 | fi | |
8394 | ||
8395 | if test "$wxUSE_SPINCTRL" = yes; then | |
8396 | echo "$as_me:$LINENO: result: yes" >&5 | |
8397 | echo "${ECHO_T}yes" >&6 | |
8398 | else | |
8399 | echo "$as_me:$LINENO: result: no" >&5 | |
8400 | echo "${ECHO_T}no" >&6 | |
8401 | fi | |
8402 | ||
8403 | ||
8404 | enablestring= | |
8405 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5 | |
8406 | echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6 | |
8407 | no_cache=0 | |
8408 | # Check whether --enable-splitter or --disable-splitter was given. | |
8409 | if test "${enable_splitter+set}" = set; then | |
8410 | enableval="$enable_splitter" | |
8411 | ||
8412 | if test "$enableval" = yes; then | |
8413 | ac_cv_use_splitter='wxUSE_SPLITTER=yes' | |
8414 | else | |
8415 | ac_cv_use_splitter='wxUSE_SPLITTER=no' | |
8416 | fi | |
8417 | ||
8418 | else | |
8419 | ||
8420 | LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}` | |
8421 | if test "x$LINE" != x ; then | |
8422 | eval "DEFAULT_$LINE" | |
8423 | else | |
8424 | no_cache=1 | |
8425 | fi | |
8426 | ||
8427 | ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER | |
8428 | ||
8429 | fi; | |
8430 | ||
8431 | eval "$ac_cv_use_splitter" | |
8432 | if test "$no_cache" != 1; then | |
8433 | echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp | |
8434 | fi | |
8435 | ||
8436 | if test "$wxUSE_SPLITTER" = yes; then | |
8437 | echo "$as_me:$LINENO: result: yes" >&5 | |
8438 | echo "${ECHO_T}yes" >&6 | |
8439 | else | |
8440 | echo "$as_me:$LINENO: result: no" >&5 | |
8441 | echo "${ECHO_T}no" >&6 | |
8442 | fi | |
8443 | ||
8444 | ||
8445 | enablestring= | |
8446 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5 | |
8447 | echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6 | |
8448 | no_cache=0 | |
8449 | # Check whether --enable-statbmp or --disable-statbmp was given. | |
8450 | if test "${enable_statbmp+set}" = set; then | |
8451 | enableval="$enable_statbmp" | |
8452 | ||
8453 | if test "$enableval" = yes; then | |
8454 | ac_cv_use_statbmp='wxUSE_STATBMP=yes' | |
8455 | else | |
8456 | ac_cv_use_statbmp='wxUSE_STATBMP=no' | |
8457 | fi | |
8458 | ||
8459 | else | |
8460 | ||
8461 | LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}` | |
8462 | if test "x$LINE" != x ; then | |
8463 | eval "DEFAULT_$LINE" | |
8464 | else | |
8465 | no_cache=1 | |
8466 | fi | |
8467 | ||
8468 | ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP | |
8469 | ||
8470 | fi; | |
8471 | ||
8472 | eval "$ac_cv_use_statbmp" | |
8473 | if test "$no_cache" != 1; then | |
8474 | echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp | |
8475 | fi | |
8476 | ||
8477 | if test "$wxUSE_STATBMP" = yes; then | |
8478 | echo "$as_me:$LINENO: result: yes" >&5 | |
8479 | echo "${ECHO_T}yes" >&6 | |
8480 | else | |
8481 | echo "$as_me:$LINENO: result: no" >&5 | |
8482 | echo "${ECHO_T}no" >&6 | |
8483 | fi | |
8484 | ||
8485 | ||
8486 | enablestring= | |
8487 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5 | |
8488 | echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6 | |
8489 | no_cache=0 | |
8490 | # Check whether --enable-statbox or --disable-statbox was given. | |
8491 | if test "${enable_statbox+set}" = set; then | |
8492 | enableval="$enable_statbox" | |
8493 | ||
8494 | if test "$enableval" = yes; then | |
8495 | ac_cv_use_statbox='wxUSE_STATBOX=yes' | |
8496 | else | |
8497 | ac_cv_use_statbox='wxUSE_STATBOX=no' | |
8498 | fi | |
8499 | ||
8500 | else | |
8501 | ||
8502 | LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}` | |
8503 | if test "x$LINE" != x ; then | |
8504 | eval "DEFAULT_$LINE" | |
8505 | else | |
8506 | no_cache=1 | |
8507 | fi | |
8508 | ||
8509 | ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX | |
8510 | ||
8511 | fi; | |
8512 | ||
8513 | eval "$ac_cv_use_statbox" | |
8514 | if test "$no_cache" != 1; then | |
8515 | echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp | |
8516 | fi | |
8517 | ||
8518 | if test "$wxUSE_STATBOX" = yes; then | |
8519 | echo "$as_me:$LINENO: result: yes" >&5 | |
8520 | echo "${ECHO_T}yes" >&6 | |
8521 | else | |
8522 | echo "$as_me:$LINENO: result: no" >&5 | |
8523 | echo "${ECHO_T}no" >&6 | |
8524 | fi | |
8525 | ||
8526 | ||
8527 | enablestring= | |
8528 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5 | |
8529 | echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6 | |
8530 | no_cache=0 | |
8531 | # Check whether --enable-statline or --disable-statline was given. | |
8532 | if test "${enable_statline+set}" = set; then | |
8533 | enableval="$enable_statline" | |
8534 | ||
8535 | if test "$enableval" = yes; then | |
8536 | ac_cv_use_statline='wxUSE_STATLINE=yes' | |
8537 | else | |
8538 | ac_cv_use_statline='wxUSE_STATLINE=no' | |
8539 | fi | |
8540 | ||
8541 | else | |
8542 | ||
8543 | LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}` | |
8544 | if test "x$LINE" != x ; then | |
8545 | eval "DEFAULT_$LINE" | |
8546 | else | |
8547 | no_cache=1 | |
8548 | fi | |
8549 | ||
8550 | ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE | |
8551 | ||
8552 | fi; | |
8553 | ||
8554 | eval "$ac_cv_use_statline" | |
8555 | if test "$no_cache" != 1; then | |
8556 | echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp | |
8557 | fi | |
8558 | ||
8559 | if test "$wxUSE_STATLINE" = yes; then | |
8560 | echo "$as_me:$LINENO: result: yes" >&5 | |
8561 | echo "${ECHO_T}yes" >&6 | |
8562 | else | |
8563 | echo "$as_me:$LINENO: result: no" >&5 | |
8564 | echo "${ECHO_T}no" >&6 | |
8565 | fi | |
8566 | ||
8567 | ||
8568 | enablestring= | |
8569 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5 | |
8570 | echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6 | |
8571 | no_cache=0 | |
8572 | # Check whether --enable-stattext or --disable-stattext was given. | |
8573 | if test "${enable_stattext+set}" = set; then | |
8574 | enableval="$enable_stattext" | |
8575 | ||
8576 | if test "$enableval" = yes; then | |
8577 | ac_cv_use_stattext='wxUSE_STATTEXT=yes' | |
8578 | else | |
8579 | ac_cv_use_stattext='wxUSE_STATTEXT=no' | |
8580 | fi | |
8581 | ||
8582 | else | |
8583 | ||
8584 | LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}` | |
8585 | if test "x$LINE" != x ; then | |
8586 | eval "DEFAULT_$LINE" | |
8587 | else | |
8588 | no_cache=1 | |
8589 | fi | |
8590 | ||
8591 | ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT | |
8592 | ||
8593 | fi; | |
8594 | ||
8595 | eval "$ac_cv_use_stattext" | |
8596 | if test "$no_cache" != 1; then | |
8597 | echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp | |
8598 | fi | |
8599 | ||
8600 | if test "$wxUSE_STATTEXT" = yes; then | |
8601 | echo "$as_me:$LINENO: result: yes" >&5 | |
8602 | echo "${ECHO_T}yes" >&6 | |
8603 | else | |
8604 | echo "$as_me:$LINENO: result: no" >&5 | |
8605 | echo "${ECHO_T}no" >&6 | |
8606 | fi | |
8607 | ||
8608 | ||
8609 | enablestring= | |
8610 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5 | |
8611 | echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6 | |
8612 | no_cache=0 | |
8613 | # Check whether --enable-statusbar or --disable-statusbar was given. | |
8614 | if test "${enable_statusbar+set}" = set; then | |
8615 | enableval="$enable_statusbar" | |
8616 | ||
8617 | if test "$enableval" = yes; then | |
8618 | ac_cv_use_statusbar='wxUSE_STATUSBAR=yes' | |
8619 | else | |
8620 | ac_cv_use_statusbar='wxUSE_STATUSBAR=no' | |
8621 | fi | |
8622 | ||
8623 | else | |
8624 | ||
8625 | LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}` | |
8626 | if test "x$LINE" != x ; then | |
8627 | eval "DEFAULT_$LINE" | |
8628 | else | |
8629 | no_cache=1 | |
8630 | fi | |
8631 | ||
8632 | ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR | |
8633 | ||
8634 | fi; | |
8635 | ||
8636 | eval "$ac_cv_use_statusbar" | |
8637 | if test "$no_cache" != 1; then | |
8638 | echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp | |
8639 | fi | |
8640 | ||
8641 | if test "$wxUSE_STATUSBAR" = yes; then | |
8642 | echo "$as_me:$LINENO: result: yes" >&5 | |
8643 | echo "${ECHO_T}yes" >&6 | |
8644 | else | |
8645 | echo "$as_me:$LINENO: result: no" >&5 | |
8646 | echo "${ECHO_T}no" >&6 | |
8647 | fi | |
8648 | ||
8649 | ||
8650 | enablestring= | |
8651 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5 | |
8652 | echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6 | |
8653 | no_cache=0 | |
8654 | # Check whether --enable-tabdialog or --disable-tabdialog was given. | |
8655 | if test "${enable_tabdialog+set}" = set; then | |
8656 | enableval="$enable_tabdialog" | |
8657 | ||
8658 | if test "$enableval" = yes; then | |
8659 | ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes' | |
8660 | else | |
8661 | ac_cv_use_tabdialog='wxUSE_TABDIALOG=no' | |
8662 | fi | |
8663 | ||
8664 | else | |
8665 | ||
8666 | LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}` | |
8667 | if test "x$LINE" != x ; then | |
8668 | eval "DEFAULT_$LINE" | |
8669 | else | |
8670 | no_cache=1 | |
8671 | fi | |
8672 | ||
8673 | ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG | |
8674 | ||
8675 | fi; | |
8676 | ||
8677 | eval "$ac_cv_use_tabdialog" | |
8678 | if test "$no_cache" != 1; then | |
8679 | echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp | |
8680 | fi | |
8681 | ||
8682 | if test "$wxUSE_TABDIALOG" = yes; then | |
8683 | echo "$as_me:$LINENO: result: yes" >&5 | |
8684 | echo "${ECHO_T}yes" >&6 | |
8685 | else | |
8686 | echo "$as_me:$LINENO: result: no" >&5 | |
8687 | echo "${ECHO_T}no" >&6 | |
8688 | fi | |
8689 | ||
8690 | ||
8691 | enablestring= | |
8692 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5 | |
8693 | echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6 | |
8694 | no_cache=0 | |
8695 | # Check whether --enable-textctrl or --disable-textctrl was given. | |
8696 | if test "${enable_textctrl+set}" = set; then | |
8697 | enableval="$enable_textctrl" | |
8698 | ||
8699 | if test "$enableval" = yes; then | |
8700 | ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes' | |
8701 | else | |
8702 | ac_cv_use_textctrl='wxUSE_TEXTCTRL=no' | |
8703 | fi | |
8704 | ||
8705 | else | |
8706 | ||
8707 | LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}` | |
8708 | if test "x$LINE" != x ; then | |
8709 | eval "DEFAULT_$LINE" | |
8710 | else | |
8711 | no_cache=1 | |
8712 | fi | |
8713 | ||
8714 | ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL | |
8715 | ||
8716 | fi; | |
8717 | ||
8718 | eval "$ac_cv_use_textctrl" | |
8719 | if test "$no_cache" != 1; then | |
8720 | echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp | |
8721 | fi | |
8722 | ||
8723 | if test "$wxUSE_TEXTCTRL" = yes; then | |
8724 | echo "$as_me:$LINENO: result: yes" >&5 | |
8725 | echo "${ECHO_T}yes" >&6 | |
8726 | else | |
8727 | echo "$as_me:$LINENO: result: no" >&5 | |
8728 | echo "${ECHO_T}no" >&6 | |
8729 | fi | |
8730 | ||
8731 | ||
8732 | enablestring= | |
8733 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5 | |
8734 | echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6 | |
8735 | no_cache=0 | |
8736 | # Check whether --enable-togglebtn or --disable-togglebtn was given. | |
8737 | if test "${enable_togglebtn+set}" = set; then | |
8738 | enableval="$enable_togglebtn" | |
8739 | ||
8740 | if test "$enableval" = yes; then | |
8741 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes' | |
8742 | else | |
8743 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no' | |
8744 | fi | |
8745 | ||
8746 | else | |
8747 | ||
8748 | LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}` | |
8749 | if test "x$LINE" != x ; then | |
8750 | eval "DEFAULT_$LINE" | |
8751 | else | |
8752 | no_cache=1 | |
8753 | fi | |
8754 | ||
8755 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN | |
8756 | ||
8757 | fi; | |
8758 | ||
8759 | eval "$ac_cv_use_togglebtn" | |
8760 | if test "$no_cache" != 1; then | |
8761 | echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp | |
8762 | fi | |
8763 | ||
8764 | if test "$wxUSE_TOGGLEBTN" = yes; then | |
8765 | echo "$as_me:$LINENO: result: yes" >&5 | |
8766 | echo "${ECHO_T}yes" >&6 | |
8767 | else | |
8768 | echo "$as_me:$LINENO: result: no" >&5 | |
8769 | echo "${ECHO_T}no" >&6 | |
8770 | fi | |
8771 | ||
8772 | ||
8773 | enablestring= | |
8774 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5 | |
8775 | echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6 | |
8776 | no_cache=0 | |
8777 | # Check whether --enable-toolbar or --disable-toolbar was given. | |
8778 | if test "${enable_toolbar+set}" = set; then | |
8779 | enableval="$enable_toolbar" | |
8780 | ||
8781 | if test "$enableval" = yes; then | |
8782 | ac_cv_use_toolbar='wxUSE_TOOLBAR=yes' | |
8783 | else | |
8784 | ac_cv_use_toolbar='wxUSE_TOOLBAR=no' | |
8785 | fi | |
8786 | ||
8787 | else | |
8788 | ||
8789 | LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}` | |
8790 | if test "x$LINE" != x ; then | |
8791 | eval "DEFAULT_$LINE" | |
8792 | else | |
8793 | no_cache=1 | |
8794 | fi | |
8795 | ||
8796 | ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR | |
8797 | ||
8798 | fi; | |
8799 | ||
8800 | eval "$ac_cv_use_toolbar" | |
8801 | if test "$no_cache" != 1; then | |
8802 | echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp | |
8803 | fi | |
8804 | ||
8805 | if test "$wxUSE_TOOLBAR" = yes; then | |
8806 | echo "$as_me:$LINENO: result: yes" >&5 | |
8807 | echo "${ECHO_T}yes" >&6 | |
8808 | else | |
8809 | echo "$as_me:$LINENO: result: no" >&5 | |
8810 | echo "${ECHO_T}no" >&6 | |
8811 | fi | |
8812 | ||
8813 | ||
8814 | enablestring= | |
8815 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5 | |
8816 | echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6 | |
8817 | no_cache=0 | |
8818 | # Check whether --enable-tbarnative or --disable-tbarnative was given. | |
8819 | if test "${enable_tbarnative+set}" = set; then | |
8820 | enableval="$enable_tbarnative" | |
8821 | ||
8822 | if test "$enableval" = yes; then | |
8823 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes' | |
8824 | else | |
8825 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no' | |
8826 | fi | |
8827 | ||
8828 | else | |
8829 | ||
8830 | LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}` | |
8831 | if test "x$LINE" != x ; then | |
8832 | eval "DEFAULT_$LINE" | |
8833 | else | |
8834 | no_cache=1 | |
8835 | fi | |
8836 | ||
8837 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE | |
8838 | ||
8839 | fi; | |
8840 | ||
8841 | eval "$ac_cv_use_tbarnative" | |
8842 | if test "$no_cache" != 1; then | |
8843 | echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp | |
8844 | fi | |
8845 | ||
8846 | if test "$wxUSE_TOOLBAR_NATIVE" = yes; then | |
8847 | echo "$as_me:$LINENO: result: yes" >&5 | |
8848 | echo "${ECHO_T}yes" >&6 | |
8849 | else | |
8850 | echo "$as_me:$LINENO: result: no" >&5 | |
8851 | echo "${ECHO_T}no" >&6 | |
8852 | fi | |
8853 | ||
8854 | ||
8855 | enablestring= | |
8856 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5 | |
8857 | echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6 | |
8858 | no_cache=0 | |
8859 | # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given. | |
8860 | if test "${enable_tbarsmpl+set}" = set; then | |
8861 | enableval="$enable_tbarsmpl" | |
8862 | ||
8863 | if test "$enableval" = yes; then | |
8864 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes' | |
8865 | else | |
8866 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no' | |
8867 | fi | |
8868 | ||
8869 | else | |
8870 | ||
8871 | LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}` | |
8872 | if test "x$LINE" != x ; then | |
8873 | eval "DEFAULT_$LINE" | |
8874 | else | |
8875 | no_cache=1 | |
8876 | fi | |
8877 | ||
8878 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE | |
8879 | ||
8880 | fi; | |
8881 | ||
8882 | eval "$ac_cv_use_tbarsmpl" | |
8883 | if test "$no_cache" != 1; then | |
8884 | echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp | |
8885 | fi | |
8886 | ||
8887 | if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then | |
8888 | echo "$as_me:$LINENO: result: yes" >&5 | |
8889 | echo "${ECHO_T}yes" >&6 | |
8890 | else | |
8891 | echo "$as_me:$LINENO: result: no" >&5 | |
8892 | echo "${ECHO_T}no" >&6 | |
8893 | fi | |
8894 | ||
8895 | ||
8896 | enablestring= | |
8897 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5 | |
8898 | echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6 | |
8899 | no_cache=0 | |
8900 | # Check whether --enable-treectrl or --disable-treectrl was given. | |
8901 | if test "${enable_treectrl+set}" = set; then | |
8902 | enableval="$enable_treectrl" | |
8903 | ||
8904 | if test "$enableval" = yes; then | |
8905 | ac_cv_use_treectrl='wxUSE_TREECTRL=yes' | |
8906 | else | |
8907 | ac_cv_use_treectrl='wxUSE_TREECTRL=no' | |
8908 | fi | |
8909 | ||
8910 | else | |
8911 | ||
8912 | LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}` | |
8913 | if test "x$LINE" != x ; then | |
8914 | eval "DEFAULT_$LINE" | |
8915 | else | |
8916 | no_cache=1 | |
8917 | fi | |
8918 | ||
8919 | ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL | |
8920 | ||
8921 | fi; | |
8922 | ||
8923 | eval "$ac_cv_use_treectrl" | |
8924 | if test "$no_cache" != 1; then | |
8925 | echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp | |
8926 | fi | |
8927 | ||
8928 | if test "$wxUSE_TREECTRL" = yes; then | |
8929 | echo "$as_me:$LINENO: result: yes" >&5 | |
8930 | echo "${ECHO_T}yes" >&6 | |
8931 | else | |
8932 | echo "$as_me:$LINENO: result: no" >&5 | |
8933 | echo "${ECHO_T}no" >&6 | |
8934 | fi | |
8935 | ||
8936 | ||
8937 | enablestring= | |
8938 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5 | |
8939 | echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6 | |
8940 | no_cache=0 | |
8941 | # Check whether --enable-tipwindow or --disable-tipwindow was given. | |
8942 | if test "${enable_tipwindow+set}" = set; then | |
8943 | enableval="$enable_tipwindow" | |
8944 | ||
8945 | if test "$enableval" = yes; then | |
8946 | ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes' | |
8947 | else | |
8948 | ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no' | |
8949 | fi | |
8950 | ||
8951 | else | |
8952 | ||
8953 | LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}` | |
8954 | if test "x$LINE" != x ; then | |
8955 | eval "DEFAULT_$LINE" | |
8956 | else | |
8957 | no_cache=1 | |
8958 | fi | |
8959 | ||
8960 | ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW | |
8961 | ||
8962 | fi; | |
8963 | ||
8964 | eval "$ac_cv_use_tipwindow" | |
8965 | if test "$no_cache" != 1; then | |
8966 | echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp | |
8967 | fi | |
8968 | ||
8969 | if test "$wxUSE_TIPWINDOW" = yes; then | |
8970 | echo "$as_me:$LINENO: result: yes" >&5 | |
8971 | echo "${ECHO_T}yes" >&6 | |
8972 | else | |
8973 | echo "$as_me:$LINENO: result: no" >&5 | |
8974 | echo "${ECHO_T}no" >&6 | |
8975 | fi | |
8976 | ||
8977 | ||
8978 | enablestring= | |
8979 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5 | |
8980 | echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6 | |
8981 | no_cache=0 | |
8982 | # Check whether --enable-popupwin or --disable-popupwin was given. | |
8983 | if test "${enable_popupwin+set}" = set; then | |
8984 | enableval="$enable_popupwin" | |
8985 | ||
8986 | if test "$enableval" = yes; then | |
8987 | ac_cv_use_popupwin='wxUSE_POPUPWIN=yes' | |
8988 | else | |
8989 | ac_cv_use_popupwin='wxUSE_POPUPWIN=no' | |
8990 | fi | |
8991 | ||
8992 | else | |
8993 | ||
8994 | LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}` | |
8995 | if test "x$LINE" != x ; then | |
8996 | eval "DEFAULT_$LINE" | |
8997 | else | |
8998 | no_cache=1 | |
8999 | fi | |
9000 | ||
9001 | ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN | |
9002 | ||
9003 | fi; | |
9004 | ||
9005 | eval "$ac_cv_use_popupwin" | |
9006 | if test "$no_cache" != 1; then | |
9007 | echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp | |
9008 | fi | |
9009 | ||
9010 | if test "$wxUSE_POPUPWIN" = yes; then | |
9011 | echo "$as_me:$LINENO: result: yes" >&5 | |
9012 | echo "${ECHO_T}yes" >&6 | |
9013 | else | |
9014 | echo "$as_me:$LINENO: result: no" >&5 | |
9015 | echo "${ECHO_T}no" >&6 | |
9016 | fi | |
9017 | ||
9018 | ||
9019 | ||
9020 | ||
9021 | enablestring= | |
9022 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5 | |
9023 | echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6 | |
9024 | no_cache=0 | |
9025 | # Check whether --enable-commondlg or --disable-commondlg was given. | |
9026 | if test "${enable_commondlg+set}" = set; then | |
9027 | enableval="$enable_commondlg" | |
9028 | ||
9029 | if test "$enableval" = yes; then | |
9030 | ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes' | |
9031 | else | |
9032 | ac_cv_use_commondlg='wxUSE_COMMONDLGS=no' | |
9033 | fi | |
9034 | ||
9035 | else | |
9036 | ||
9037 | LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}` | |
9038 | if test "x$LINE" != x ; then | |
9039 | eval "DEFAULT_$LINE" | |
9040 | else | |
9041 | no_cache=1 | |
9042 | fi | |
9043 | ||
9044 | ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS | |
9045 | ||
9046 | fi; | |
9047 | ||
9048 | eval "$ac_cv_use_commondlg" | |
9049 | if test "$no_cache" != 1; then | |
9050 | echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp | |
9051 | fi | |
9052 | ||
9053 | if test "$wxUSE_COMMONDLGS" = yes; then | |
9054 | echo "$as_me:$LINENO: result: yes" >&5 | |
9055 | echo "${ECHO_T}yes" >&6 | |
9056 | else | |
9057 | echo "$as_me:$LINENO: result: no" >&5 | |
9058 | echo "${ECHO_T}no" >&6 | |
9059 | fi | |
9060 | ||
9061 | ||
9062 | enablestring= | |
9063 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5 | |
9064 | echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6 | |
9065 | no_cache=0 | |
9066 | # Check whether --enable-choicedlg or --disable-choicedlg was given. | |
9067 | if test "${enable_choicedlg+set}" = set; then | |
9068 | enableval="$enable_choicedlg" | |
9069 | ||
9070 | if test "$enableval" = yes; then | |
9071 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes' | |
9072 | else | |
9073 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no' | |
9074 | fi | |
9075 | ||
9076 | else | |
9077 | ||
9078 | LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}` | |
9079 | if test "x$LINE" != x ; then | |
9080 | eval "DEFAULT_$LINE" | |
9081 | else | |
9082 | no_cache=1 | |
9083 | fi | |
9084 | ||
9085 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG | |
9086 | ||
9087 | fi; | |
9088 | ||
9089 | eval "$ac_cv_use_choicedlg" | |
9090 | if test "$no_cache" != 1; then | |
9091 | echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp | |
9092 | fi | |
9093 | ||
9094 | if test "$wxUSE_CHOICEDLG" = yes; then | |
9095 | echo "$as_me:$LINENO: result: yes" >&5 | |
9096 | echo "${ECHO_T}yes" >&6 | |
9097 | else | |
9098 | echo "$as_me:$LINENO: result: no" >&5 | |
9099 | echo "${ECHO_T}no" >&6 | |
9100 | fi | |
9101 | ||
9102 | ||
9103 | enablestring= | |
9104 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5 | |
9105 | echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6 | |
9106 | no_cache=0 | |
9107 | # Check whether --enable-coldlg or --disable-coldlg was given. | |
9108 | if test "${enable_coldlg+set}" = set; then | |
9109 | enableval="$enable_coldlg" | |
9110 | ||
9111 | if test "$enableval" = yes; then | |
9112 | ac_cv_use_coldlg='wxUSE_COLOURDLG=yes' | |
9113 | else | |
9114 | ac_cv_use_coldlg='wxUSE_COLOURDLG=no' | |
9115 | fi | |
9116 | ||
9117 | else | |
9118 | ||
9119 | LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}` | |
9120 | if test "x$LINE" != x ; then | |
9121 | eval "DEFAULT_$LINE" | |
9122 | else | |
9123 | no_cache=1 | |
9124 | fi | |
9125 | ||
9126 | ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG | |
9127 | ||
9128 | fi; | |
9129 | ||
9130 | eval "$ac_cv_use_coldlg" | |
9131 | if test "$no_cache" != 1; then | |
9132 | echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp | |
9133 | fi | |
9134 | ||
9135 | if test "$wxUSE_COLOURDLG" = yes; then | |
9136 | echo "$as_me:$LINENO: result: yes" >&5 | |
9137 | echo "${ECHO_T}yes" >&6 | |
9138 | else | |
9139 | echo "$as_me:$LINENO: result: no" >&5 | |
9140 | echo "${ECHO_T}no" >&6 | |
9141 | fi | |
9142 | ||
9143 | ||
9144 | enablestring= | |
9145 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5 | |
9146 | echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6 | |
9147 | no_cache=0 | |
9148 | # Check whether --enable-filedlg or --disable-filedlg was given. | |
9149 | if test "${enable_filedlg+set}" = set; then | |
9150 | enableval="$enable_filedlg" | |
9151 | ||
9152 | if test "$enableval" = yes; then | |
9153 | ac_cv_use_filedlg='wxUSE_FILEDLG=yes' | |
9154 | else | |
9155 | ac_cv_use_filedlg='wxUSE_FILEDLG=no' | |
9156 | fi | |
9157 | ||
9158 | else | |
9159 | ||
9160 | LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}` | |
9161 | if test "x$LINE" != x ; then | |
9162 | eval "DEFAULT_$LINE" | |
9163 | else | |
9164 | no_cache=1 | |
9165 | fi | |
9166 | ||
9167 | ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG | |
9168 | ||
9169 | fi; | |
9170 | ||
9171 | eval "$ac_cv_use_filedlg" | |
9172 | if test "$no_cache" != 1; then | |
9173 | echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp | |
9174 | fi | |
9175 | ||
9176 | if test "$wxUSE_FILEDLG" = yes; then | |
9177 | echo "$as_me:$LINENO: result: yes" >&5 | |
9178 | echo "${ECHO_T}yes" >&6 | |
9179 | else | |
9180 | echo "$as_me:$LINENO: result: no" >&5 | |
9181 | echo "${ECHO_T}no" >&6 | |
9182 | fi | |
9183 | ||
9184 | ||
9185 | enablestring= | |
9186 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5 | |
9187 | echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6 | |
9188 | no_cache=0 | |
9189 | # Check whether --enable-finddlg or --disable-finddlg was given. | |
9190 | if test "${enable_finddlg+set}" = set; then | |
9191 | enableval="$enable_finddlg" | |
9192 | ||
9193 | if test "$enableval" = yes; then | |
9194 | ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes' | |
9195 | else | |
9196 | ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no' | |
9197 | fi | |
9198 | ||
9199 | else | |
9200 | ||
9201 | LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}` | |
9202 | if test "x$LINE" != x ; then | |
9203 | eval "DEFAULT_$LINE" | |
9204 | else | |
9205 | no_cache=1 | |
9206 | fi | |
9207 | ||
9208 | ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG | |
9209 | ||
9210 | fi; | |
9211 | ||
9212 | eval "$ac_cv_use_finddlg" | |
9213 | if test "$no_cache" != 1; then | |
9214 | echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp | |
9215 | fi | |
9216 | ||
9217 | if test "$wxUSE_FINDREPLDLG" = yes; then | |
9218 | echo "$as_me:$LINENO: result: yes" >&5 | |
9219 | echo "${ECHO_T}yes" >&6 | |
9220 | else | |
9221 | echo "$as_me:$LINENO: result: no" >&5 | |
9222 | echo "${ECHO_T}no" >&6 | |
9223 | fi | |
9224 | ||
9225 | ||
9226 | enablestring= | |
9227 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5 | |
9228 | echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6 | |
9229 | no_cache=0 | |
9230 | # Check whether --enable-fontdlg or --disable-fontdlg was given. | |
9231 | if test "${enable_fontdlg+set}" = set; then | |
9232 | enableval="$enable_fontdlg" | |
9233 | ||
9234 | if test "$enableval" = yes; then | |
9235 | ac_cv_use_fontdlg='wxUSE_FONTDLG=yes' | |
9236 | else | |
9237 | ac_cv_use_fontdlg='wxUSE_FONTDLG=no' | |
9238 | fi | |
9239 | ||
9240 | else | |
9241 | ||
9242 | LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}` | |
9243 | if test "x$LINE" != x ; then | |
9244 | eval "DEFAULT_$LINE" | |
9245 | else | |
9246 | no_cache=1 | |
9247 | fi | |
9248 | ||
9249 | ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG | |
9250 | ||
9251 | fi; | |
9252 | ||
9253 | eval "$ac_cv_use_fontdlg" | |
9254 | if test "$no_cache" != 1; then | |
9255 | echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp | |
9256 | fi | |
9257 | ||
9258 | if test "$wxUSE_FONTDLG" = yes; then | |
9259 | echo "$as_me:$LINENO: result: yes" >&5 | |
9260 | echo "${ECHO_T}yes" >&6 | |
9261 | else | |
9262 | echo "$as_me:$LINENO: result: no" >&5 | |
9263 | echo "${ECHO_T}no" >&6 | |
9264 | fi | |
9265 | ||
9266 | ||
9267 | enablestring= | |
9268 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5 | |
9269 | echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6 | |
9270 | no_cache=0 | |
9271 | # Check whether --enable-dirdlg or --disable-dirdlg was given. | |
9272 | if test "${enable_dirdlg+set}" = set; then | |
9273 | enableval="$enable_dirdlg" | |
9274 | ||
9275 | if test "$enableval" = yes; then | |
9276 | ac_cv_use_dirdlg='wxUSE_DIRDLG=yes' | |
9277 | else | |
9278 | ac_cv_use_dirdlg='wxUSE_DIRDLG=no' | |
9279 | fi | |
9280 | ||
9281 | else | |
9282 | ||
9283 | LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}` | |
9284 | if test "x$LINE" != x ; then | |
9285 | eval "DEFAULT_$LINE" | |
9286 | else | |
9287 | no_cache=1 | |
9288 | fi | |
9289 | ||
9290 | ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG | |
9291 | ||
9292 | fi; | |
9293 | ||
9294 | eval "$ac_cv_use_dirdlg" | |
9295 | if test "$no_cache" != 1; then | |
9296 | echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp | |
9297 | fi | |
9298 | ||
9299 | if test "$wxUSE_DIRDLG" = yes; then | |
9300 | echo "$as_me:$LINENO: result: yes" >&5 | |
9301 | echo "${ECHO_T}yes" >&6 | |
9302 | else | |
9303 | echo "$as_me:$LINENO: result: no" >&5 | |
9304 | echo "${ECHO_T}no" >&6 | |
9305 | fi | |
9306 | ||
9307 | ||
9308 | enablestring= | |
9309 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5 | |
9310 | echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6 | |
9311 | no_cache=0 | |
9312 | # Check whether --enable-msgdlg or --disable-msgdlg was given. | |
9313 | if test "${enable_msgdlg+set}" = set; then | |
9314 | enableval="$enable_msgdlg" | |
9315 | ||
9316 | if test "$enableval" = yes; then | |
9317 | ac_cv_use_msgdlg='wxUSE_MSGDLG=yes' | |
9318 | else | |
9319 | ac_cv_use_msgdlg='wxUSE_MSGDLG=no' | |
9320 | fi | |
9321 | ||
9322 | else | |
9323 | ||
9324 | LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}` | |
9325 | if test "x$LINE" != x ; then | |
9326 | eval "DEFAULT_$LINE" | |
9327 | else | |
9328 | no_cache=1 | |
9329 | fi | |
9330 | ||
9331 | ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG | |
9332 | ||
9333 | fi; | |
9334 | ||
9335 | eval "$ac_cv_use_msgdlg" | |
9336 | if test "$no_cache" != 1; then | |
9337 | echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp | |
9338 | fi | |
9339 | ||
9340 | if test "$wxUSE_MSGDLG" = yes; then | |
9341 | echo "$as_me:$LINENO: result: yes" >&5 | |
9342 | echo "${ECHO_T}yes" >&6 | |
9343 | else | |
9344 | echo "$as_me:$LINENO: result: no" >&5 | |
9345 | echo "${ECHO_T}no" >&6 | |
9346 | fi | |
9347 | ||
9348 | ||
9349 | enablestring= | |
9350 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5 | |
9351 | echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6 | |
9352 | no_cache=0 | |
9353 | # Check whether --enable-numberdlg or --disable-numberdlg was given. | |
9354 | if test "${enable_numberdlg+set}" = set; then | |
9355 | enableval="$enable_numberdlg" | |
9356 | ||
9357 | if test "$enableval" = yes; then | |
9358 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes' | |
9359 | else | |
9360 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no' | |
9361 | fi | |
9362 | ||
9363 | else | |
9364 | ||
9365 | LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}` | |
9366 | if test "x$LINE" != x ; then | |
9367 | eval "DEFAULT_$LINE" | |
9368 | else | |
9369 | no_cache=1 | |
9370 | fi | |
9371 | ||
9372 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG | |
9373 | ||
9374 | fi; | |
9375 | ||
9376 | eval "$ac_cv_use_numberdlg" | |
9377 | if test "$no_cache" != 1; then | |
9378 | echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp | |
9379 | fi | |
9380 | ||
9381 | if test "$wxUSE_NUMBERDLG" = yes; then | |
9382 | echo "$as_me:$LINENO: result: yes" >&5 | |
9383 | echo "${ECHO_T}yes" >&6 | |
9384 | else | |
9385 | echo "$as_me:$LINENO: result: no" >&5 | |
9386 | echo "${ECHO_T}no" >&6 | |
9387 | fi | |
9388 | ||
9389 | ||
9390 | enablestring= | |
9391 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5 | |
9392 | echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6 | |
9393 | no_cache=0 | |
9394 | # Check whether --enable-splash or --disable-splash was given. | |
9395 | if test "${enable_splash+set}" = set; then | |
9396 | enableval="$enable_splash" | |
9397 | ||
9398 | if test "$enableval" = yes; then | |
9399 | ac_cv_use_splash='wxUSE_SPLASH=yes' | |
9400 | else | |
9401 | ac_cv_use_splash='wxUSE_SPLASH=no' | |
9402 | fi | |
9403 | ||
9404 | else | |
9405 | ||
9406 | LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}` | |
9407 | if test "x$LINE" != x ; then | |
9408 | eval "DEFAULT_$LINE" | |
9409 | else | |
9410 | no_cache=1 | |
9411 | fi | |
9412 | ||
9413 | ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH | |
9414 | ||
9415 | fi; | |
9416 | ||
9417 | eval "$ac_cv_use_splash" | |
9418 | if test "$no_cache" != 1; then | |
9419 | echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp | |
9420 | fi | |
9421 | ||
9422 | if test "$wxUSE_SPLASH" = yes; then | |
9423 | echo "$as_me:$LINENO: result: yes" >&5 | |
9424 | echo "${ECHO_T}yes" >&6 | |
9425 | else | |
9426 | echo "$as_me:$LINENO: result: no" >&5 | |
9427 | echo "${ECHO_T}no" >&6 | |
9428 | fi | |
9429 | ||
9430 | ||
9431 | enablestring= | |
9432 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5 | |
9433 | echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6 | |
9434 | no_cache=0 | |
9435 | # Check whether --enable-textdlg or --disable-textdlg was given. | |
9436 | if test "${enable_textdlg+set}" = set; then | |
9437 | enableval="$enable_textdlg" | |
9438 | ||
9439 | if test "$enableval" = yes; then | |
9440 | ac_cv_use_textdlg='wxUSE_TEXTDLG=yes' | |
9441 | else | |
9442 | ac_cv_use_textdlg='wxUSE_TEXTDLG=no' | |
9443 | fi | |
9444 | ||
9445 | else | |
9446 | ||
9447 | LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}` | |
9448 | if test "x$LINE" != x ; then | |
9449 | eval "DEFAULT_$LINE" | |
9450 | else | |
9451 | no_cache=1 | |
9452 | fi | |
9453 | ||
9454 | ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG | |
9455 | ||
9456 | fi; | |
9457 | ||
9458 | eval "$ac_cv_use_textdlg" | |
9459 | if test "$no_cache" != 1; then | |
9460 | echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp | |
9461 | fi | |
9462 | ||
9463 | if test "$wxUSE_TEXTDLG" = yes; then | |
9464 | echo "$as_me:$LINENO: result: yes" >&5 | |
9465 | echo "${ECHO_T}yes" >&6 | |
9466 | else | |
9467 | echo "$as_me:$LINENO: result: no" >&5 | |
9468 | echo "${ECHO_T}no" >&6 | |
9469 | fi | |
9470 | ||
9471 | ||
9472 | enablestring= | |
9473 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5 | |
9474 | echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6 | |
9475 | no_cache=0 | |
9476 | # Check whether --enable-tipdlg or --disable-tipdlg was given. | |
9477 | if test "${enable_tipdlg+set}" = set; then | |
9478 | enableval="$enable_tipdlg" | |
9479 | ||
9480 | if test "$enableval" = yes; then | |
9481 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes' | |
9482 | else | |
9483 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no' | |
9484 | fi | |
9485 | ||
9486 | else | |
9487 | ||
9488 | LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}` | |
9489 | if test "x$LINE" != x ; then | |
9490 | eval "DEFAULT_$LINE" | |
9491 | else | |
9492 | no_cache=1 | |
9493 | fi | |
9494 | ||
9495 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS | |
9496 | ||
9497 | fi; | |
9498 | ||
9499 | eval "$ac_cv_use_tipdlg" | |
9500 | if test "$no_cache" != 1; then | |
9501 | echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp | |
9502 | fi | |
9503 | ||
9504 | if test "$wxUSE_STARTUP_TIPS" = yes; then | |
9505 | echo "$as_me:$LINENO: result: yes" >&5 | |
9506 | echo "${ECHO_T}yes" >&6 | |
9507 | else | |
9508 | echo "$as_me:$LINENO: result: no" >&5 | |
9509 | echo "${ECHO_T}no" >&6 | |
9510 | fi | |
9511 | ||
9512 | ||
9513 | enablestring= | |
9514 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5 | |
9515 | echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6 | |
9516 | no_cache=0 | |
9517 | # Check whether --enable-progressdlg or --disable-progressdlg was given. | |
9518 | if test "${enable_progressdlg+set}" = set; then | |
9519 | enableval="$enable_progressdlg" | |
9520 | ||
9521 | if test "$enableval" = yes; then | |
9522 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes' | |
9523 | else | |
9524 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no' | |
9525 | fi | |
9526 | ||
9527 | else | |
9528 | ||
9529 | LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}` | |
9530 | if test "x$LINE" != x ; then | |
9531 | eval "DEFAULT_$LINE" | |
9532 | else | |
9533 | no_cache=1 | |
9534 | fi | |
9535 | ||
9536 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG | |
9537 | ||
9538 | fi; | |
9539 | ||
9540 | eval "$ac_cv_use_progressdlg" | |
9541 | if test "$no_cache" != 1; then | |
9542 | echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp | |
9543 | fi | |
9544 | ||
9545 | if test "$wxUSE_PROGRESSDLG" = yes; then | |
9546 | echo "$as_me:$LINENO: result: yes" >&5 | |
9547 | echo "${ECHO_T}yes" >&6 | |
9548 | else | |
9549 | echo "$as_me:$LINENO: result: no" >&5 | |
9550 | echo "${ECHO_T}no" >&6 | |
9551 | fi | |
9552 | ||
9553 | ||
9554 | enablestring= | |
9555 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5 | |
9556 | echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6 | |
9557 | no_cache=0 | |
9558 | # Check whether --enable-wizarddlg or --disable-wizarddlg was given. | |
9559 | if test "${enable_wizarddlg+set}" = set; then | |
9560 | enableval="$enable_wizarddlg" | |
9561 | ||
9562 | if test "$enableval" = yes; then | |
9563 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes' | |
9564 | else | |
9565 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no' | |
9566 | fi | |
9567 | ||
9568 | else | |
9569 | ||
9570 | LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}` | |
9571 | if test "x$LINE" != x ; then | |
9572 | eval "DEFAULT_$LINE" | |
9573 | else | |
9574 | no_cache=1 | |
9575 | fi | |
9576 | ||
9577 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG | |
9578 | ||
9579 | fi; | |
9580 | ||
9581 | eval "$ac_cv_use_wizarddlg" | |
9582 | if test "$no_cache" != 1; then | |
9583 | echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp | |
9584 | fi | |
9585 | ||
9586 | if test "$wxUSE_WIZARDDLG" = yes; then | |
9587 | echo "$as_me:$LINENO: result: yes" >&5 | |
9588 | echo "${ECHO_T}yes" >&6 | |
9589 | else | |
9590 | echo "$as_me:$LINENO: result: no" >&5 | |
9591 | echo "${ECHO_T}no" >&6 | |
9592 | fi | |
9593 | ||
9594 | ||
9595 | ||
9596 | ||
9597 | enablestring= | |
9598 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5 | |
9599 | echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6 | |
9600 | no_cache=0 | |
9601 | # Check whether --enable-menus or --disable-menus was given. | |
9602 | if test "${enable_menus+set}" = set; then | |
9603 | enableval="$enable_menus" | |
9604 | ||
9605 | if test "$enableval" = yes; then | |
9606 | ac_cv_use_menus='wxUSE_MENUS=yes' | |
9607 | else | |
9608 | ac_cv_use_menus='wxUSE_MENUS=no' | |
9609 | fi | |
9610 | ||
9611 | else | |
9612 | ||
9613 | LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}` | |
9614 | if test "x$LINE" != x ; then | |
9615 | eval "DEFAULT_$LINE" | |
9616 | else | |
9617 | no_cache=1 | |
9618 | fi | |
9619 | ||
9620 | ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS | |
9621 | ||
9622 | fi; | |
9623 | ||
9624 | eval "$ac_cv_use_menus" | |
9625 | if test "$no_cache" != 1; then | |
9626 | echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp | |
9627 | fi | |
9628 | ||
9629 | if test "$wxUSE_MENUS" = yes; then | |
9630 | echo "$as_me:$LINENO: result: yes" >&5 | |
9631 | echo "${ECHO_T}yes" >&6 | |
9632 | else | |
9633 | echo "$as_me:$LINENO: result: no" >&5 | |
9634 | echo "${ECHO_T}no" >&6 | |
9635 | fi | |
9636 | ||
9637 | ||
9638 | enablestring= | |
9639 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5 | |
9640 | echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6 | |
9641 | no_cache=0 | |
9642 | # Check whether --enable-miniframe or --disable-miniframe was given. | |
9643 | if test "${enable_miniframe+set}" = set; then | |
9644 | enableval="$enable_miniframe" | |
9645 | ||
9646 | if test "$enableval" = yes; then | |
9647 | ac_cv_use_miniframe='wxUSE_MINIFRAME=yes' | |
9648 | else | |
9649 | ac_cv_use_miniframe='wxUSE_MINIFRAME=no' | |
9650 | fi | |
9651 | ||
9652 | else | |
9653 | ||
9654 | LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}` | |
9655 | if test "x$LINE" != x ; then | |
9656 | eval "DEFAULT_$LINE" | |
9657 | else | |
9658 | no_cache=1 | |
9659 | fi | |
9660 | ||
9661 | ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME | |
9662 | ||
9663 | fi; | |
9664 | ||
9665 | eval "$ac_cv_use_miniframe" | |
9666 | if test "$no_cache" != 1; then | |
9667 | echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp | |
9668 | fi | |
9669 | ||
9670 | if test "$wxUSE_MINIFRAME" = yes; then | |
9671 | echo "$as_me:$LINENO: result: yes" >&5 | |
9672 | echo "${ECHO_T}yes" >&6 | |
9673 | else | |
9674 | echo "$as_me:$LINENO: result: no" >&5 | |
9675 | echo "${ECHO_T}no" >&6 | |
9676 | fi | |
9677 | ||
9678 | ||
9679 | enablestring= | |
9680 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5 | |
9681 | echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6 | |
9682 | no_cache=0 | |
9683 | # Check whether --enable-tooltips or --disable-tooltips was given. | |
9684 | if test "${enable_tooltips+set}" = set; then | |
9685 | enableval="$enable_tooltips" | |
9686 | ||
9687 | if test "$enableval" = yes; then | |
9688 | ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes' | |
9689 | else | |
9690 | ac_cv_use_tooltips='wxUSE_TOOLTIPS=no' | |
9691 | fi | |
9692 | ||
9693 | else | |
9694 | ||
9695 | LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}` | |
9696 | if test "x$LINE" != x ; then | |
9697 | eval "DEFAULT_$LINE" | |
9698 | else | |
9699 | no_cache=1 | |
9700 | fi | |
9701 | ||
9702 | ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS | |
9703 | ||
9704 | fi; | |
9705 | ||
9706 | eval "$ac_cv_use_tooltips" | |
9707 | if test "$no_cache" != 1; then | |
9708 | echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp | |
9709 | fi | |
9710 | ||
9711 | if test "$wxUSE_TOOLTIPS" = yes; then | |
9712 | echo "$as_me:$LINENO: result: yes" >&5 | |
9713 | echo "${ECHO_T}yes" >&6 | |
9714 | else | |
9715 | echo "$as_me:$LINENO: result: no" >&5 | |
9716 | echo "${ECHO_T}no" >&6 | |
9717 | fi | |
9718 | ||
9719 | ||
9720 | enablestring= | |
9721 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5 | |
9722 | echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6 | |
9723 | no_cache=0 | |
9724 | # Check whether --enable-splines or --disable-splines was given. | |
9725 | if test "${enable_splines+set}" = set; then | |
9726 | enableval="$enable_splines" | |
9727 | ||
9728 | if test "$enableval" = yes; then | |
9729 | ac_cv_use_splines='wxUSE_SPLINES=yes' | |
9730 | else | |
9731 | ac_cv_use_splines='wxUSE_SPLINES=no' | |
9732 | fi | |
9733 | ||
9734 | else | |
9735 | ||
9736 | LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}` | |
9737 | if test "x$LINE" != x ; then | |
9738 | eval "DEFAULT_$LINE" | |
9739 | else | |
9740 | no_cache=1 | |
9741 | fi | |
9742 | ||
9743 | ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES | |
9744 | ||
9745 | fi; | |
9746 | ||
9747 | eval "$ac_cv_use_splines" | |
9748 | if test "$no_cache" != 1; then | |
9749 | echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp | |
9750 | fi | |
9751 | ||
9752 | if test "$wxUSE_SPLINES" = yes; then | |
9753 | echo "$as_me:$LINENO: result: yes" >&5 | |
9754 | echo "${ECHO_T}yes" >&6 | |
9755 | else | |
9756 | echo "$as_me:$LINENO: result: no" >&5 | |
9757 | echo "${ECHO_T}no" >&6 | |
9758 | fi | |
9759 | ||
9760 | ||
fbe2ca43 SN |
9761 | enablestring= |
9762 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5 | |
9763 | echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6 | |
9764 | no_cache=0 | |
9765 | # Check whether --enable-mousewheel or --disable-mousewheel was given. | |
9766 | if test "${enable_mousewheel+set}" = set; then | |
9767 | enableval="$enable_mousewheel" | |
9768 | ||
9769 | if test "$enableval" = yes; then | |
9770 | ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes' | |
9771 | else | |
9772 | ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no' | |
9773 | fi | |
9774 | ||
9775 | else | |
9776 | ||
9777 | LINE=`grep "wxUSE_MOUSEWHEEL" ${wx_arg_cache_file}` | |
9778 | if test "x$LINE" != x ; then | |
9779 | eval "DEFAULT_$LINE" | |
9780 | else | |
9781 | no_cache=1 | |
9782 | fi | |
9783 | ||
9784 | ac_cv_use_mousewheel='wxUSE_MOUSEWHEEL='$DEFAULT_wxUSE_MOUSEWHEEL | |
9785 | ||
9786 | fi; | |
9787 | ||
9788 | eval "$ac_cv_use_mousewheel" | |
9789 | if test "$no_cache" != 1; then | |
9790 | echo $ac_cv_use_mousewheel >> ${wx_arg_cache_file}.tmp | |
9791 | fi | |
9792 | ||
9793 | if test "$wxUSE_MOUSEWHEEL" = yes; then | |
9794 | echo "$as_me:$LINENO: result: yes" >&5 | |
9795 | echo "${ECHO_T}yes" >&6 | |
9796 | else | |
9797 | echo "$as_me:$LINENO: result: no" >&5 | |
9798 | echo "${ECHO_T}no" >&6 | |
9799 | fi | |
9800 | ||
9801 | ||
a848cd7e SC |
9802 | enablestring= |
9803 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5 | |
9804 | echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6 | |
9805 | no_cache=0 | |
9806 | # Check whether --enable-validators or --disable-validators was given. | |
9807 | if test "${enable_validators+set}" = set; then | |
9808 | enableval="$enable_validators" | |
9809 | ||
9810 | if test "$enableval" = yes; then | |
9811 | ac_cv_use_validators='wxUSE_VALIDATORS=yes' | |
9812 | else | |
9813 | ac_cv_use_validators='wxUSE_VALIDATORS=no' | |
9814 | fi | |
9815 | ||
9816 | else | |
9817 | ||
9818 | LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}` | |
9819 | if test "x$LINE" != x ; then | |
9820 | eval "DEFAULT_$LINE" | |
9821 | else | |
9822 | no_cache=1 | |
9823 | fi | |
9824 | ||
9825 | ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS | |
9826 | ||
9827 | fi; | |
9828 | ||
9829 | eval "$ac_cv_use_validators" | |
9830 | if test "$no_cache" != 1; then | |
9831 | echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp | |
9832 | fi | |
9833 | ||
9834 | if test "$wxUSE_VALIDATORS" = yes; then | |
9835 | echo "$as_me:$LINENO: result: yes" >&5 | |
9836 | echo "${ECHO_T}yes" >&6 | |
9837 | else | |
9838 | echo "$as_me:$LINENO: result: no" >&5 | |
9839 | echo "${ECHO_T}no" >&6 | |
9840 | fi | |
9841 | ||
9842 | ||
9843 | enablestring= | |
9844 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5 | |
9845 | echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6 | |
9846 | no_cache=0 | |
9847 | # Check whether --enable-busyinfo or --disable-busyinfo was given. | |
9848 | if test "${enable_busyinfo+set}" = set; then | |
9849 | enableval="$enable_busyinfo" | |
9850 | ||
9851 | if test "$enableval" = yes; then | |
9852 | ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes' | |
9853 | else | |
9854 | ac_cv_use_busyinfo='wxUSE_BUSYINFO=no' | |
9855 | fi | |
9856 | ||
9857 | else | |
9858 | ||
9859 | LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}` | |
9860 | if test "x$LINE" != x ; then | |
9861 | eval "DEFAULT_$LINE" | |
9862 | else | |
9863 | no_cache=1 | |
9864 | fi | |
9865 | ||
9866 | ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO | |
9867 | ||
9868 | fi; | |
9869 | ||
9870 | eval "$ac_cv_use_busyinfo" | |
9871 | if test "$no_cache" != 1; then | |
9872 | echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp | |
9873 | fi | |
9874 | ||
9875 | if test "$wxUSE_BUSYINFO" = yes; then | |
9876 | echo "$as_me:$LINENO: result: yes" >&5 | |
9877 | echo "${ECHO_T}yes" >&6 | |
9878 | else | |
9879 | echo "$as_me:$LINENO: result: no" >&5 | |
9880 | echo "${ECHO_T}no" >&6 | |
9881 | fi | |
9882 | ||
9883 | ||
9884 | enablestring= | |
9885 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5 | |
9886 | echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6 | |
9887 | no_cache=0 | |
9888 | # Check whether --enable-joystick or --disable-joystick was given. | |
9889 | if test "${enable_joystick+set}" = set; then | |
9890 | enableval="$enable_joystick" | |
9891 | ||
9892 | if test "$enableval" = yes; then | |
9893 | ac_cv_use_joystick='wxUSE_JOYSTICK=yes' | |
9894 | else | |
9895 | ac_cv_use_joystick='wxUSE_JOYSTICK=no' | |
9896 | fi | |
9897 | ||
9898 | else | |
9899 | ||
9900 | LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}` | |
9901 | if test "x$LINE" != x ; then | |
9902 | eval "DEFAULT_$LINE" | |
9903 | else | |
9904 | no_cache=1 | |
9905 | fi | |
9906 | ||
9907 | ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK | |
9908 | ||
9909 | fi; | |
9910 | ||
9911 | eval "$ac_cv_use_joystick" | |
9912 | if test "$no_cache" != 1; then | |
9913 | echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp | |
9914 | fi | |
9915 | ||
9916 | if test "$wxUSE_JOYSTICK" = yes; then | |
9917 | echo "$as_me:$LINENO: result: yes" >&5 | |
9918 | echo "${ECHO_T}yes" >&6 | |
9919 | else | |
9920 | echo "$as_me:$LINENO: result: no" >&5 | |
9921 | echo "${ECHO_T}no" >&6 | |
9922 | fi | |
9923 | ||
9924 | ||
9925 | enablestring= | |
9926 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5 | |
9927 | echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6 | |
9928 | no_cache=0 | |
9929 | # Check whether --enable-metafile or --disable-metafile was given. | |
9930 | if test "${enable_metafile+set}" = set; then | |
9931 | enableval="$enable_metafile" | |
9932 | ||
9933 | if test "$enableval" = yes; then | |
9934 | ac_cv_use_metafile='wxUSE_METAFILE=yes' | |
9935 | else | |
9936 | ac_cv_use_metafile='wxUSE_METAFILE=no' | |
9937 | fi | |
9938 | ||
9939 | else | |
9940 | ||
9941 | LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}` | |
9942 | if test "x$LINE" != x ; then | |
9943 | eval "DEFAULT_$LINE" | |
9944 | else | |
9945 | no_cache=1 | |
9946 | fi | |
9947 | ||
9948 | ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE | |
9949 | ||
9950 | fi; | |
9951 | ||
9952 | eval "$ac_cv_use_metafile" | |
9953 | if test "$no_cache" != 1; then | |
9954 | echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp | |
9955 | fi | |
9956 | ||
9957 | if test "$wxUSE_METAFILE" = yes; then | |
9958 | echo "$as_me:$LINENO: result: yes" >&5 | |
9959 | echo "${ECHO_T}yes" >&6 | |
9960 | else | |
9961 | echo "$as_me:$LINENO: result: no" >&5 | |
9962 | echo "${ECHO_T}no" >&6 | |
9963 | fi | |
9964 | ||
9965 | ||
9966 | enablestring= | |
9967 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5 | |
9968 | echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6 | |
9969 | no_cache=0 | |
9970 | # Check whether --enable-dragimage or --disable-dragimage was given. | |
9971 | if test "${enable_dragimage+set}" = set; then | |
9972 | enableval="$enable_dragimage" | |
9973 | ||
9974 | if test "$enableval" = yes; then | |
9975 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes' | |
9976 | else | |
9977 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no' | |
9978 | fi | |
9979 | ||
9980 | else | |
9981 | ||
9982 | LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}` | |
9983 | if test "x$LINE" != x ; then | |
9984 | eval "DEFAULT_$LINE" | |
9985 | else | |
9986 | no_cache=1 | |
9987 | fi | |
9988 | ||
9989 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE | |
9990 | ||
9991 | fi; | |
9992 | ||
9993 | eval "$ac_cv_use_dragimage" | |
9994 | if test "$no_cache" != 1; then | |
9995 | echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp | |
9996 | fi | |
9997 | ||
9998 | if test "$wxUSE_DRAGIMAGE" = yes; then | |
9999 | echo "$as_me:$LINENO: result: yes" >&5 | |
10000 | echo "${ECHO_T}yes" >&6 | |
10001 | else | |
10002 | echo "$as_me:$LINENO: result: no" >&5 | |
10003 | echo "${ECHO_T}no" >&6 | |
10004 | fi | |
10005 | ||
10006 | ||
10007 | enablestring= | |
10008 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5 | |
10009 | echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6 | |
10010 | no_cache=0 | |
10011 | # Check whether --enable-accessibility or --disable-accessibility was given. | |
10012 | if test "${enable_accessibility+set}" = set; then | |
10013 | enableval="$enable_accessibility" | |
10014 | ||
10015 | if test "$enableval" = yes; then | |
10016 | ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes' | |
10017 | else | |
10018 | ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=no' | |
10019 | fi | |
10020 | ||
10021 | else | |
10022 | ||
10023 | LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}` | |
10024 | if test "x$LINE" != x ; then | |
10025 | eval "DEFAULT_$LINE" | |
10026 | else | |
10027 | no_cache=1 | |
10028 | fi | |
10029 | ||
10030 | ac_cv_use_accessibility='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY | |
10031 | ||
10032 | fi; | |
10033 | ||
10034 | eval "$ac_cv_use_accessibility" | |
10035 | if test "$no_cache" != 1; then | |
10036 | echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp | |
10037 | fi | |
10038 | ||
10039 | if test "$wxUSE_ACCESSIBILITY" = yes; then | |
10040 | echo "$as_me:$LINENO: result: yes" >&5 | |
10041 | echo "${ECHO_T}yes" >&6 | |
10042 | else | |
10043 | echo "$as_me:$LINENO: result: no" >&5 | |
10044 | echo "${ECHO_T}no" >&6 | |
10045 | fi | |
10046 | ||
10047 | ||
38b4a946 VZ |
10048 | if test "$wxUSE_MSW" = "1"; then |
10049 | ||
10050 | enablestring= | |
10051 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dccache" >&5 | |
10052 | echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6 | |
10053 | no_cache=0 | |
10054 | # Check whether --enable-dccache or --disable-dccache was given. | |
10055 | if test "${enable_dccache+set}" = set; then | |
10056 | enableval="$enable_dccache" | |
10057 | ||
10058 | if test "$enableval" = yes; then | |
10059 | ac_cv_use_dccache='wxUSE_DC_CACHEING=yes' | |
10060 | else | |
10061 | ac_cv_use_dccache='wxUSE_DC_CACHEING=no' | |
10062 | fi | |
10063 | ||
10064 | else | |
10065 | ||
10066 | LINE=`grep "wxUSE_DC_CACHEING" ${wx_arg_cache_file}` | |
10067 | if test "x$LINE" != x ; then | |
10068 | eval "DEFAULT_$LINE" | |
10069 | else | |
10070 | no_cache=1 | |
10071 | fi | |
10072 | ||
10073 | ac_cv_use_dccache='wxUSE_DC_CACHEING='$DEFAULT_wxUSE_DC_CACHEING | |
10074 | ||
10075 | fi; | |
10076 | ||
10077 | eval "$ac_cv_use_dccache" | |
10078 | if test "$no_cache" != 1; then | |
10079 | echo $ac_cv_use_dccache >> ${wx_arg_cache_file}.tmp | |
10080 | fi | |
10081 | ||
10082 | if test "$wxUSE_DC_CACHEING" = yes; then | |
10083 | echo "$as_me:$LINENO: result: yes" >&5 | |
10084 | echo "${ECHO_T}yes" >&6 | |
10085 | else | |
10086 | echo "$as_me:$LINENO: result: no" >&5 | |
10087 | echo "${ECHO_T}no" >&6 | |
10088 | fi | |
10089 | ||
10090 | fi | |
10091 | ||
a848cd7e SC |
10092 | |
10093 | ||
10094 | enablestring= | |
10095 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5 | |
10096 | echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6 | |
10097 | no_cache=0 | |
10098 | # Check whether --enable-palette or --disable-palette was given. | |
10099 | if test "${enable_palette+set}" = set; then | |
10100 | enableval="$enable_palette" | |
10101 | ||
10102 | if test "$enableval" = yes; then | |
10103 | ac_cv_use_palette='wxUSE_PALETTE=yes' | |
10104 | else | |
10105 | ac_cv_use_palette='wxUSE_PALETTE=no' | |
10106 | fi | |
10107 | ||
10108 | else | |
10109 | ||
10110 | LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}` | |
10111 | if test "x$LINE" != x ; then | |
10112 | eval "DEFAULT_$LINE" | |
10113 | else | |
10114 | no_cache=1 | |
10115 | fi | |
10116 | ||
10117 | ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE | |
10118 | ||
10119 | fi; | |
10120 | ||
10121 | eval "$ac_cv_use_palette" | |
10122 | if test "$no_cache" != 1; then | |
10123 | echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp | |
10124 | fi | |
10125 | ||
10126 | if test "$wxUSE_PALETTE" = yes; then | |
10127 | echo "$as_me:$LINENO: result: yes" >&5 | |
10128 | echo "${ECHO_T}yes" >&6 | |
10129 | else | |
10130 | echo "$as_me:$LINENO: result: no" >&5 | |
10131 | echo "${ECHO_T}no" >&6 | |
10132 | fi | |
10133 | ||
10134 | ||
10135 | enablestring= | |
10136 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5 | |
10137 | echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6 | |
10138 | no_cache=0 | |
10139 | # Check whether --enable-image or --disable-image was given. | |
10140 | if test "${enable_image+set}" = set; then | |
10141 | enableval="$enable_image" | |
10142 | ||
10143 | if test "$enableval" = yes; then | |
10144 | ac_cv_use_image='wxUSE_IMAGE=yes' | |
10145 | else | |
10146 | ac_cv_use_image='wxUSE_IMAGE=no' | |
10147 | fi | |
10148 | ||
10149 | else | |
10150 | ||
10151 | LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}` | |
10152 | if test "x$LINE" != x ; then | |
10153 | eval "DEFAULT_$LINE" | |
10154 | else | |
10155 | no_cache=1 | |
10156 | fi | |
10157 | ||
10158 | ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE | |
10159 | ||
10160 | fi; | |
10161 | ||
10162 | eval "$ac_cv_use_image" | |
10163 | if test "$no_cache" != 1; then | |
10164 | echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp | |
10165 | fi | |
10166 | ||
10167 | if test "$wxUSE_IMAGE" = yes; then | |
10168 | echo "$as_me:$LINENO: result: yes" >&5 | |
10169 | echo "${ECHO_T}yes" >&6 | |
10170 | else | |
10171 | echo "$as_me:$LINENO: result: no" >&5 | |
10172 | echo "${ECHO_T}no" >&6 | |
10173 | fi | |
10174 | ||
10175 | ||
10176 | enablestring= | |
10177 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5 | |
10178 | echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6 | |
10179 | no_cache=0 | |
10180 | # Check whether --enable-gif or --disable-gif was given. | |
10181 | if test "${enable_gif+set}" = set; then | |
10182 | enableval="$enable_gif" | |
10183 | ||
10184 | if test "$enableval" = yes; then | |
10185 | ac_cv_use_gif='wxUSE_GIF=yes' | |
10186 | else | |
10187 | ac_cv_use_gif='wxUSE_GIF=no' | |
10188 | fi | |
10189 | ||
10190 | else | |
10191 | ||
10192 | LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}` | |
10193 | if test "x$LINE" != x ; then | |
10194 | eval "DEFAULT_$LINE" | |
10195 | else | |
10196 | no_cache=1 | |
10197 | fi | |
10198 | ||
10199 | ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF | |
10200 | ||
10201 | fi; | |
10202 | ||
10203 | eval "$ac_cv_use_gif" | |
10204 | if test "$no_cache" != 1; then | |
10205 | echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp | |
10206 | fi | |
10207 | ||
10208 | if test "$wxUSE_GIF" = yes; then | |
10209 | echo "$as_me:$LINENO: result: yes" >&5 | |
10210 | echo "${ECHO_T}yes" >&6 | |
10211 | else | |
10212 | echo "$as_me:$LINENO: result: no" >&5 | |
10213 | echo "${ECHO_T}no" >&6 | |
10214 | fi | |
10215 | ||
10216 | ||
10217 | enablestring= | |
10218 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5 | |
10219 | echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6 | |
10220 | no_cache=0 | |
10221 | # Check whether --enable-pcx or --disable-pcx was given. | |
10222 | if test "${enable_pcx+set}" = set; then | |
10223 | enableval="$enable_pcx" | |
10224 | ||
10225 | if test "$enableval" = yes; then | |
10226 | ac_cv_use_pcx='wxUSE_PCX=yes' | |
10227 | else | |
10228 | ac_cv_use_pcx='wxUSE_PCX=no' | |
10229 | fi | |
10230 | ||
10231 | else | |
10232 | ||
10233 | LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}` | |
10234 | if test "x$LINE" != x ; then | |
10235 | eval "DEFAULT_$LINE" | |
10236 | else | |
10237 | no_cache=1 | |
10238 | fi | |
10239 | ||
10240 | ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX | |
10241 | ||
10242 | fi; | |
10243 | ||
10244 | eval "$ac_cv_use_pcx" | |
10245 | if test "$no_cache" != 1; then | |
10246 | echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp | |
10247 | fi | |
10248 | ||
10249 | if test "$wxUSE_PCX" = yes; then | |
10250 | echo "$as_me:$LINENO: result: yes" >&5 | |
10251 | echo "${ECHO_T}yes" >&6 | |
10252 | else | |
10253 | echo "$as_me:$LINENO: result: no" >&5 | |
10254 | echo "${ECHO_T}no" >&6 | |
10255 | fi | |
10256 | ||
10257 | ||
10258 | enablestring= | |
10259 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5 | |
10260 | echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6 | |
10261 | no_cache=0 | |
10262 | # Check whether --enable-iff or --disable-iff was given. | |
10263 | if test "${enable_iff+set}" = set; then | |
10264 | enableval="$enable_iff" | |
10265 | ||
10266 | if test "$enableval" = yes; then | |
10267 | ac_cv_use_iff='wxUSE_IFF=yes' | |
10268 | else | |
10269 | ac_cv_use_iff='wxUSE_IFF=no' | |
10270 | fi | |
10271 | ||
10272 | else | |
10273 | ||
10274 | LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}` | |
10275 | if test "x$LINE" != x ; then | |
10276 | eval "DEFAULT_$LINE" | |
10277 | else | |
10278 | no_cache=1 | |
10279 | fi | |
10280 | ||
10281 | ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF | |
10282 | ||
10283 | fi; | |
10284 | ||
10285 | eval "$ac_cv_use_iff" | |
10286 | if test "$no_cache" != 1; then | |
10287 | echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp | |
10288 | fi | |
10289 | ||
10290 | if test "$wxUSE_IFF" = yes; then | |
10291 | echo "$as_me:$LINENO: result: yes" >&5 | |
10292 | echo "${ECHO_T}yes" >&6 | |
10293 | else | |
10294 | echo "$as_me:$LINENO: result: no" >&5 | |
10295 | echo "${ECHO_T}no" >&6 | |
10296 | fi | |
10297 | ||
10298 | ||
10299 | enablestring= | |
10300 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5 | |
10301 | echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6 | |
10302 | no_cache=0 | |
10303 | # Check whether --enable-pnm or --disable-pnm was given. | |
10304 | if test "${enable_pnm+set}" = set; then | |
10305 | enableval="$enable_pnm" | |
10306 | ||
10307 | if test "$enableval" = yes; then | |
10308 | ac_cv_use_pnm='wxUSE_PNM=yes' | |
10309 | else | |
10310 | ac_cv_use_pnm='wxUSE_PNM=no' | |
10311 | fi | |
10312 | ||
10313 | else | |
10314 | ||
10315 | LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}` | |
10316 | if test "x$LINE" != x ; then | |
10317 | eval "DEFAULT_$LINE" | |
10318 | else | |
10319 | no_cache=1 | |
10320 | fi | |
10321 | ||
10322 | ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM | |
10323 | ||
10324 | fi; | |
10325 | ||
10326 | eval "$ac_cv_use_pnm" | |
10327 | if test "$no_cache" != 1; then | |
10328 | echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp | |
10329 | fi | |
10330 | ||
10331 | if test "$wxUSE_PNM" = yes; then | |
10332 | echo "$as_me:$LINENO: result: yes" >&5 | |
10333 | echo "${ECHO_T}yes" >&6 | |
10334 | else | |
10335 | echo "$as_me:$LINENO: result: no" >&5 | |
10336 | echo "${ECHO_T}no" >&6 | |
10337 | fi | |
10338 | ||
10339 | ||
10340 | enablestring= | |
10341 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5 | |
10342 | echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6 | |
10343 | no_cache=0 | |
10344 | # Check whether --enable-xpm or --disable-xpm was given. | |
10345 | if test "${enable_xpm+set}" = set; then | |
10346 | enableval="$enable_xpm" | |
10347 | ||
10348 | if test "$enableval" = yes; then | |
10349 | ac_cv_use_xpm='wxUSE_XPM=yes' | |
10350 | else | |
10351 | ac_cv_use_xpm='wxUSE_XPM=no' | |
10352 | fi | |
10353 | ||
10354 | else | |
10355 | ||
10356 | LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}` | |
10357 | if test "x$LINE" != x ; then | |
10358 | eval "DEFAULT_$LINE" | |
10359 | else | |
10360 | no_cache=1 | |
10361 | fi | |
10362 | ||
10363 | ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM | |
10364 | ||
10365 | fi; | |
10366 | ||
10367 | eval "$ac_cv_use_xpm" | |
10368 | if test "$no_cache" != 1; then | |
10369 | echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp | |
10370 | fi | |
10371 | ||
10372 | if test "$wxUSE_XPM" = yes; then | |
10373 | echo "$as_me:$LINENO: result: yes" >&5 | |
10374 | echo "${ECHO_T}yes" >&6 | |
10375 | else | |
10376 | echo "$as_me:$LINENO: result: no" >&5 | |
10377 | echo "${ECHO_T}no" >&6 | |
10378 | fi | |
10379 | ||
10380 | ||
10381 | enablestring= | |
10382 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5 | |
10383 | echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6 | |
10384 | no_cache=0 | |
10385 | # Check whether --enable-ico_cur or --disable-ico_cur was given. | |
10386 | if test "${enable_ico_cur+set}" = set; then | |
10387 | enableval="$enable_ico_cur" | |
10388 | ||
10389 | if test "$enableval" = yes; then | |
10390 | ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes' | |
10391 | else | |
10392 | ac_cv_use_ico_cur='wxUSE_ICO_CUR=no' | |
10393 | fi | |
10394 | ||
10395 | else | |
10396 | ||
10397 | LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}` | |
10398 | if test "x$LINE" != x ; then | |
10399 | eval "DEFAULT_$LINE" | |
10400 | else | |
10401 | no_cache=1 | |
10402 | fi | |
10403 | ||
10404 | ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR | |
10405 | ||
10406 | fi; | |
10407 | ||
10408 | eval "$ac_cv_use_ico_cur" | |
10409 | if test "$no_cache" != 1; then | |
10410 | echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp | |
10411 | fi | |
10412 | ||
10413 | if test "$wxUSE_ICO_CUR" = yes; then | |
10414 | echo "$as_me:$LINENO: result: yes" >&5 | |
10415 | echo "${ECHO_T}yes" >&6 | |
10416 | else | |
10417 | echo "$as_me:$LINENO: result: no" >&5 | |
10418 | echo "${ECHO_T}no" >&6 | |
10419 | fi | |
10420 | ||
10421 | ||
10422 | fi | |
10423 | ||
10424 | ||
10425 | ||
ceec2216 RL |
10426 | # Check whether --with-flavour or --without-flavour was given. |
10427 | if test "${with_flavour+set}" = set; then | |
10428 | withval="$with_flavour" | |
10429 | WX_FLAVOUR="$withval" | |
10430 | fi; | |
10431 | ||
10432 | ||
10433 | ||
a848cd7e SC |
10434 | enablestring= |
10435 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5 | |
10436 | echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6 | |
10437 | no_cache=0 | |
10438 | # Check whether --enable-official_build or --disable-official_build was given. | |
10439 | if test "${enable_official_build+set}" = set; then | |
10440 | enableval="$enable_official_build" | |
10441 | ||
10442 | if test "$enableval" = yes; then | |
10443 | ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes' | |
10444 | else | |
10445 | ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no' | |
10446 | fi | |
10447 | ||
10448 | else | |
10449 | ||
10450 | LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}` | |
10451 | if test "x$LINE" != x ; then | |
10452 | eval "DEFAULT_$LINE" | |
10453 | else | |
10454 | no_cache=1 | |
10455 | fi | |
10456 | ||
10457 | ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD | |
10458 | ||
10459 | fi; | |
10460 | ||
10461 | eval "$ac_cv_use_official_build" | |
10462 | if test "$no_cache" != 1; then | |
10463 | echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp | |
10464 | fi | |
10465 | ||
10466 | if test "$wxUSE_OFFICIAL_BUILD" = yes; then | |
10467 | echo "$as_me:$LINENO: result: yes" >&5 | |
10468 | echo "${ECHO_T}yes" >&6 | |
10469 | else | |
10470 | echo "$as_me:$LINENO: result: no" >&5 | |
10471 | echo "${ECHO_T}no" >&6 | |
10472 | fi | |
10473 | ||
10474 | # Check whether --enable-vendor or --disable-vendor was given. | |
10475 | if test "${enable_vendor+set}" = set; then | |
10476 | enableval="$enable_vendor" | |
10477 | VENDOR="$enableval" | |
10478 | fi; | |
10479 | if test "x$VENDOR" = "x"; then | |
10480 | VENDOR="custom" | |
10481 | fi | |
10482 | ||
a848cd7e SC |
10483 | |
10484 | ||
10485 | ||
10486 | echo "saving argument cache $wx_arg_cache_file" | |
10487 | mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file} | |
10488 | ||
10489 | ||
10490 | ||
10491 | echo "$as_me:$LINENO: checking for toolkit" >&5 | |
10492 | echo $ECHO_N "checking for toolkit... $ECHO_C" >&6 | |
10493 | ||
10494 | # In Wine, we need to default to MSW, not GTK or MOTIF | |
10495 | if test "$wxUSE_WINE" = "yes"; then | |
10496 | DEFAULT_DEFAULT_wxUSE_GTK=0 | |
10497 | DEFAULT_DEFAULT_wxUSE_MOTIF=0 | |
10498 | DEFAULT_DEFAULT_wxUSE_MSW=1 | |
10499 | wxUSE_SHARED=no | |
10500 | fi | |
10501 | ||
f597b41c | 10502 | |
a848cd7e SC |
10503 | if test "$wxUSE_GUI" = "yes"; then |
10504 | ||
10505 | if test "$USE_BEOS" = 1; then | |
10506 | { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5 | |
10507 | echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;} | |
10508 | { (exit 1); exit 1; }; } | |
10509 | fi | |
10510 | ||
10511 | if test "$TOOLKIT_GIVEN" = 1; then | |
10512 | for toolkit in `echo $ALL_TOOLKITS`; do | |
10513 | var=wxUSE_$toolkit | |
10514 | eval "value=\$${var}" | |
f34ca037 MW |
10515 | if test "x$value" = "xno"; then |
10516 | eval "$var=0" | |
10517 | elif test "x$value" != "x"; then | |
10518 | eval "$var=1" | |
10519 | fi | |
10520 | ||
10521 | if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then | |
10522 | eval "wx${toolkit}_VERSION=$value" | |
10523 | fi | |
a848cd7e SC |
10524 | done |
10525 | else | |
10526 | for toolkit in `echo $ALL_TOOLKITS`; do | |
10527 | if test "$has_toolkit_in_cache" != 1; then | |
10528 | var=DEFAULT_DEFAULT_wxUSE_$toolkit | |
10529 | else | |
10530 | var=DEFAULT_wxUSE_$toolkit | |
f34ca037 MW |
10531 | |
10532 | eval "version=\$DEFAULT_wx${toolkit}_VERSION" | |
10533 | if test "x$version" != "x"; then | |
10534 | eval "wx${toolkit}_VERSION=$version" | |
10535 | fi | |
a848cd7e SC |
10536 | fi |
10537 | eval "wxUSE_$toolkit=\$${var}" | |
10538 | done | |
10539 | fi | |
10540 | ||
10541 | NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \ | |
10542 | + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \ | |
10543 | + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}` | |
10544 | ||
10545 | case "${host}" in | |
10546 | *-pc-os2_emx | *-pc-os2-emx ) | |
10547 | NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}` | |
10548 | esac | |
10549 | ||
10550 | case "$NUM_TOOLKITS" in | |
10551 | 1) | |
10552 | ;; | |
10553 | 0) | |
10554 | { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5 | |
10555 | echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;} | |
10556 | { (exit 1); exit 1; }; } | |
10557 | ;; | |
10558 | *) | |
10559 | { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5 | |
10560 | echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;} | |
10561 | { (exit 1); exit 1; }; } | |
10562 | esac | |
10563 | ||
f34ca037 MW |
10564 | # to be removed when --disable-gtk2 isn't needed |
10565 | if test "x$wxUSE_GTK2" = "xyes"; then | |
10566 | wxGTK_VERSION=2 | |
10567 | elif test "x$wxUSE_GTK2" = "xno"; then | |
10568 | wxGTK_VERSION=1 | |
10569 | fi | |
10570 | ||
a848cd7e SC |
10571 | for toolkit in `echo $ALL_TOOLKITS`; do |
10572 | var=wxUSE_$toolkit | |
10573 | eval "value=\$${var}" | |
10574 | if test "x$value" != x; then | |
10575 | cache_var=CACHE_$toolkit | |
10576 | eval "cache=\$${cache_var}" | |
10577 | if test "$cache" = 1; then | |
10578 | echo "$var=$value" >> ${wx_arg_cache_file} | |
f34ca037 MW |
10579 | eval "version=\$wx${toolkit}_VERSION" |
10580 | if test "x$version" != "x"; then | |
10581 | echo "wx${toolkit}_VERSION=$version" >> ${wx_arg_cache_file} | |
10582 | fi | |
a848cd7e SC |
10583 | fi |
10584 | if test "$value" = 1; then | |
10585 | toolkit_echo=`echo $toolkit | tr "[A-Z]" "[a-z]"` | |
10586 | echo "$as_me:$LINENO: result: $toolkit_echo" >&5 | |
10587 | echo "${ECHO_T}$toolkit_echo" >&6 | |
10588 | fi | |
10589 | fi | |
10590 | done | |
10591 | else | |
10592 | if test "x$host_alias" != "x"; then | |
10593 | echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5 | |
10594 | echo "${ECHO_T}base ($host_alias hosted) only" >&6 | |
10595 | else | |
10596 | echo "$as_me:$LINENO: result: base only" >&5 | |
10597 | echo "${ECHO_T}base only" >&6 | |
10598 | fi | |
10599 | fi | |
10600 | ||
10601 | wants_win32=0 | |
10602 | doesnt_want_win32=0 | |
10603 | case "${host}" in | |
10604 | *-*-cygwin*) | |
10605 | if test "$wxUSE_MSW" = 1 ; then | |
10606 | wants_win32=1 | |
7275146d | 10607 | BAKEFILE_FORCE_PLATFORM=win32 |
a848cd7e SC |
10608 | else |
10609 | doesnt_want_win32=1 | |
10610 | fi | |
10611 | ;; | |
10612 | *-*-mingw*) | |
10613 | wants_win32=1 | |
10614 | ;; | |
10615 | esac | |
10616 | ||
10617 | if test "$wxUSE_WINE" = "yes"; then | |
10618 | wants_win32=1 | |
10619 | CC=winegcc | |
10620 | CXX=wineg++ | |
10621 | RESCOMP=wrc | |
10622 | LDFLAGS_GUI="-mwindows" | |
10623 | fi | |
10624 | ||
10625 | if test "$wants_win32" = 1 ; then | |
10626 | USE_UNIX=0 | |
10627 | USE_WIN32=1 | |
10628 | cat >>confdefs.h <<\_ACEOF | |
10629 | #define __WIN32__ 1 | |
10630 | _ACEOF | |
10631 | ||
10632 | cat >>confdefs.h <<\_ACEOF | |
10633 | #define __WIN95__ 1 | |
10634 | _ACEOF | |
10635 | ||
10636 | cat >>confdefs.h <<\_ACEOF | |
10637 | #define __WINDOWS__ 1 | |
10638 | _ACEOF | |
10639 | ||
10640 | cat >>confdefs.h <<\_ACEOF | |
10641 | #define __GNUWIN32__ 1 | |
10642 | _ACEOF | |
10643 | ||
10644 | cat >>confdefs.h <<\_ACEOF | |
10645 | #define STRICT 1 | |
10646 | _ACEOF | |
10647 | ||
10648 | cat >>confdefs.h <<\_ACEOF | |
10649 | #define WINVER 0x0400 | |
10650 | _ACEOF | |
10651 | ||
10652 | fi | |
10653 | if test "$doesnt_want_win32" = 1 ; then | |
10654 | USE_UNIX=1 | |
10655 | USE_WIN32=0 | |
10656 | fi | |
10657 | ||
10658 | if test "$USE_UNIX" = 1 ; then | |
10659 | wxUSE_UNIX=yes | |
10660 | cat >>confdefs.h <<\_ACEOF | |
10661 | #define __UNIX__ 1 | |
10662 | _ACEOF | |
10663 | ||
10664 | fi | |
10665 | ||
10666 | ||
10667 | cat >confcache <<\_ACEOF | |
10668 | # This file is a shell script that caches the results of configure | |
10669 | # tests run on this system so they can be shared between configure | |
10670 | # scripts and configure runs, see configure's option --config-cache. | |
10671 | # It is not useful on other systems. If it contains results you don't | |
10672 | # want to keep, you may remove or edit it. | |
10673 | # | |
10674 | # config.status only pays attention to the cache file if you give it | |
10675 | # the --recheck option to rerun configure. | |
10676 | # | |
10677 | # `ac_cv_env_foo' variables (set or unset) will be overridden when | |
10678 | # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
10679 | # following values. | |
10680 | ||
10681 | _ACEOF | |
10682 | ||
10683 | # The following way of writing the cache mishandles newlines in values, | |
10684 | # but we know of no workaround that is simple, portable, and efficient. | |
10685 | # So, don't put newlines in cache variables' values. | |
10686 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
10687 | # and sets the high bit in the cache file unless we assign to the vars. | |
10688 | { | |
10689 | (set) 2>&1 | | |
10690 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
10691 | *ac_space=\ *) | |
10692 | # `set' does not quote correctly, so add quotes (double-quote | |
10693 | # substitution turns \\\\ into \\, and sed turns \\ into \). | |
10694 | sed -n \ | |
ac1cb8d3 VS |
10695 | "s/'/'\\\\''/g; |
10696 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
a848cd7e SC |
10697 | ;; |
10698 | *) | |
10699 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
10700 | sed -n \ | |
ac1cb8d3 | 10701 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" |
a848cd7e SC |
10702 | ;; |
10703 | esac; | |
10704 | } | | |
10705 | sed ' | |
10706 | t clear | |
10707 | : clear | |
10708 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ | |
10709 | t end | |
10710 | /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | |
10711 | : end' >>confcache | |
10712 | if diff $cache_file confcache >/dev/null 2>&1; then :; else | |
10713 | if test -w $cache_file; then | |
10714 | test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" | |
10715 | cat confcache >$cache_file | |
10716 | else | |
10717 | echo "not updating unwritable cache $cache_file" | |
10718 | fi | |
10719 | fi | |
10720 | rm -f confcache | |
10721 | ||
10722 | if test "$build" != "$host" ; then | |
1e9e8aba | 10723 | if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX" = 1; then |
a848cd7e SC |
10724 | CC=$host_alias-gcc |
10725 | CXX=$host_alias-c++ | |
10726 | AR=$host_alias-ar | |
10727 | RANLIB=$host_alias-ranlib | |
10728 | DLLTOOL=$host_alias-dlltool | |
10729 | RESCOMP=$host_alias-windres | |
a848cd7e | 10730 | STRIP=$host_alias-strip |
1e9e8aba DE |
10731 | elif test "x$CC" '!=' "x"; then |
10732 | echo "You set CC, I assume you know what you are doing." | |
a848cd7e SC |
10733 | else |
10734 | { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5 | |
10735 | echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;} | |
10736 | { (exit 1); exit 1; }; } | |
10737 | fi | |
10738 | fi | |
10739 | ||
10740 | CFLAGS=${CFLAGS:=} | |
6dcfc289 DE |
10741 | |
10742 | ||
10743 | ac_ext=c | |
a848cd7e SC |
10744 | ac_cpp='$CPP $CPPFLAGS' |
10745 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
10746 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
10747 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
10748 | if test -n "$ac_tool_prefix"; then | |
10749 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | |
10750 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
10751 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
10752 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
10753 | if test "${ac_cv_prog_CC+set}" = set; then | |
10754 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10755 | else | |
10756 | if test -n "$CC"; then | |
10757 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
10758 | else | |
10759 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
10760 | for as_dir in $PATH | |
10761 | do | |
10762 | IFS=$as_save_IFS | |
10763 | test -z "$as_dir" && as_dir=. | |
10764 | for ac_exec_ext in '' $ac_executable_extensions; do | |
10765 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
10766 | ac_cv_prog_CC="${ac_tool_prefix}gcc" | |
10767 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
10768 | break 2 | |
10769 | fi | |
10770 | done | |
10771 | done | |
10772 | ||
10773 | fi | |
10774 | fi | |
10775 | CC=$ac_cv_prog_CC | |
10776 | if test -n "$CC"; then | |
10777 | echo "$as_me:$LINENO: result: $CC" >&5 | |
10778 | echo "${ECHO_T}$CC" >&6 | |
10779 | else | |
10780 | echo "$as_me:$LINENO: result: no" >&5 | |
10781 | echo "${ECHO_T}no" >&6 | |
10782 | fi | |
10783 | ||
10784 | fi | |
10785 | if test -z "$ac_cv_prog_CC"; then | |
10786 | ac_ct_CC=$CC | |
10787 | # Extract the first word of "gcc", so it can be a program name with args. | |
10788 | set dummy gcc; ac_word=$2 | |
10789 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
10790 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
10791 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | |
10792 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10793 | else | |
10794 | if test -n "$ac_ct_CC"; then | |
10795 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
10796 | else | |
10797 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
10798 | for as_dir in $PATH | |
10799 | do | |
10800 | IFS=$as_save_IFS | |
10801 | test -z "$as_dir" && as_dir=. | |
10802 | for ac_exec_ext in '' $ac_executable_extensions; do | |
10803 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
10804 | ac_cv_prog_ac_ct_CC="gcc" | |
10805 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
10806 | break 2 | |
10807 | fi | |
10808 | done | |
10809 | done | |
10810 | ||
10811 | fi | |
10812 | fi | |
10813 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
10814 | if test -n "$ac_ct_CC"; then | |
10815 | echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | |
10816 | echo "${ECHO_T}$ac_ct_CC" >&6 | |
10817 | else | |
10818 | echo "$as_me:$LINENO: result: no" >&5 | |
10819 | echo "${ECHO_T}no" >&6 | |
10820 | fi | |
10821 | ||
10822 | CC=$ac_ct_CC | |
10823 | else | |
10824 | CC="$ac_cv_prog_CC" | |
10825 | fi | |
10826 | ||
10827 | if test -z "$CC"; then | |
10828 | if test -n "$ac_tool_prefix"; then | |
10829 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | |
10830 | set dummy ${ac_tool_prefix}cc; ac_word=$2 | |
10831 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
10832 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
10833 | if test "${ac_cv_prog_CC+set}" = set; then | |
10834 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10835 | else | |
10836 | if test -n "$CC"; then | |
10837 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
10838 | else | |
10839 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
10840 | for as_dir in $PATH | |
10841 | do | |
10842 | IFS=$as_save_IFS | |
10843 | test -z "$as_dir" && as_dir=. | |
10844 | for ac_exec_ext in '' $ac_executable_extensions; do | |
10845 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
10846 | ac_cv_prog_CC="${ac_tool_prefix}cc" | |
10847 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
10848 | break 2 | |
10849 | fi | |
10850 | done | |
10851 | done | |
10852 | ||
10853 | fi | |
10854 | fi | |
10855 | CC=$ac_cv_prog_CC | |
10856 | if test -n "$CC"; then | |
10857 | echo "$as_me:$LINENO: result: $CC" >&5 | |
10858 | echo "${ECHO_T}$CC" >&6 | |
10859 | else | |
10860 | echo "$as_me:$LINENO: result: no" >&5 | |
10861 | echo "${ECHO_T}no" >&6 | |
10862 | fi | |
10863 | ||
10864 | fi | |
10865 | if test -z "$ac_cv_prog_CC"; then | |
10866 | ac_ct_CC=$CC | |
10867 | # Extract the first word of "cc", so it can be a program name with args. | |
10868 | set dummy cc; ac_word=$2 | |
10869 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
10870 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
10871 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | |
10872 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10873 | else | |
10874 | if test -n "$ac_ct_CC"; then | |
10875 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
10876 | else | |
10877 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
10878 | for as_dir in $PATH | |
10879 | do | |
10880 | IFS=$as_save_IFS | |
10881 | test -z "$as_dir" && as_dir=. | |
10882 | for ac_exec_ext in '' $ac_executable_extensions; do | |
10883 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
10884 | ac_cv_prog_ac_ct_CC="cc" | |
10885 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
10886 | break 2 | |
10887 | fi | |
10888 | done | |
10889 | done | |
10890 | ||
10891 | fi | |
10892 | fi | |
10893 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
10894 | if test -n "$ac_ct_CC"; then | |
10895 | echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | |
10896 | echo "${ECHO_T}$ac_ct_CC" >&6 | |
10897 | else | |
10898 | echo "$as_me:$LINENO: result: no" >&5 | |
10899 | echo "${ECHO_T}no" >&6 | |
10900 | fi | |
10901 | ||
10902 | CC=$ac_ct_CC | |
10903 | else | |
10904 | CC="$ac_cv_prog_CC" | |
10905 | fi | |
10906 | ||
10907 | fi | |
10908 | if test -z "$CC"; then | |
10909 | # Extract the first word of "cc", so it can be a program name with args. | |
10910 | set dummy cc; ac_word=$2 | |
10911 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
10912 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
10913 | if test "${ac_cv_prog_CC+set}" = set; then | |
10914 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10915 | else | |
10916 | if test -n "$CC"; then | |
10917 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
10918 | else | |
10919 | ac_prog_rejected=no | |
10920 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
10921 | for as_dir in $PATH | |
10922 | do | |
10923 | IFS=$as_save_IFS | |
10924 | test -z "$as_dir" && as_dir=. | |
10925 | for ac_exec_ext in '' $ac_executable_extensions; do | |
10926 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
10927 | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then | |
10928 | ac_prog_rejected=yes | |
10929 | continue | |
10930 | fi | |
10931 | ac_cv_prog_CC="cc" | |
10932 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
10933 | break 2 | |
10934 | fi | |
10935 | done | |
10936 | done | |
10937 | ||
10938 | if test $ac_prog_rejected = yes; then | |
10939 | # We found a bogon in the path, so make sure we never use it. | |
10940 | set dummy $ac_cv_prog_CC | |
10941 | shift | |
10942 | if test $# != 0; then | |
10943 | # We chose a different compiler from the bogus one. | |
10944 | # However, it has the same basename, so the bogon will be chosen | |
10945 | # first if we set CC to just the basename; use the full file name. | |
10946 | shift | |
10947 | ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" | |
10948 | fi | |
10949 | fi | |
10950 | fi | |
10951 | fi | |
10952 | CC=$ac_cv_prog_CC | |
10953 | if test -n "$CC"; then | |
10954 | echo "$as_me:$LINENO: result: $CC" >&5 | |
10955 | echo "${ECHO_T}$CC" >&6 | |
10956 | else | |
10957 | echo "$as_me:$LINENO: result: no" >&5 | |
10958 | echo "${ECHO_T}no" >&6 | |
10959 | fi | |
10960 | ||
10961 | fi | |
10962 | if test -z "$CC"; then | |
10963 | if test -n "$ac_tool_prefix"; then | |
10964 | for ac_prog in cl | |
10965 | do | |
10966 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
10967 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
10968 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
10969 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
10970 | if test "${ac_cv_prog_CC+set}" = set; then | |
10971 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10972 | else | |
10973 | if test -n "$CC"; then | |
10974 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
10975 | else | |
10976 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
10977 | for as_dir in $PATH | |
10978 | do | |
10979 | IFS=$as_save_IFS | |
10980 | test -z "$as_dir" && as_dir=. | |
10981 | for ac_exec_ext in '' $ac_executable_extensions; do | |
10982 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
10983 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" | |
10984 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
10985 | break 2 | |
10986 | fi | |
10987 | done | |
10988 | done | |
10989 | ||
10990 | fi | |
10991 | fi | |
10992 | CC=$ac_cv_prog_CC | |
10993 | if test -n "$CC"; then | |
10994 | echo "$as_me:$LINENO: result: $CC" >&5 | |
10995 | echo "${ECHO_T}$CC" >&6 | |
10996 | else | |
10997 | echo "$as_me:$LINENO: result: no" >&5 | |
10998 | echo "${ECHO_T}no" >&6 | |
10999 | fi | |
11000 | ||
11001 | test -n "$CC" && break | |
11002 | done | |
11003 | fi | |
11004 | if test -z "$CC"; then | |
11005 | ac_ct_CC=$CC | |
11006 | for ac_prog in cl | |
11007 | do | |
11008 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
11009 | set dummy $ac_prog; ac_word=$2 | |
11010 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
11011 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
11012 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | |
11013 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11014 | else | |
11015 | if test -n "$ac_ct_CC"; then | |
11016 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
11017 | else | |
11018 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
11019 | for as_dir in $PATH | |
11020 | do | |
11021 | IFS=$as_save_IFS | |
11022 | test -z "$as_dir" && as_dir=. | |
11023 | for ac_exec_ext in '' $ac_executable_extensions; do | |
11024 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
11025 | ac_cv_prog_ac_ct_CC="$ac_prog" | |
11026 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
11027 | break 2 | |
11028 | fi | |
11029 | done | |
11030 | done | |
11031 | ||
11032 | fi | |
11033 | fi | |
11034 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
11035 | if test -n "$ac_ct_CC"; then | |
11036 | echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | |
11037 | echo "${ECHO_T}$ac_ct_CC" >&6 | |
11038 | else | |
11039 | echo "$as_me:$LINENO: result: no" >&5 | |
11040 | echo "${ECHO_T}no" >&6 | |
11041 | fi | |
11042 | ||
11043 | test -n "$ac_ct_CC" && break | |
11044 | done | |
11045 | ||
11046 | CC=$ac_ct_CC | |
11047 | fi | |
11048 | ||
11049 | fi | |
11050 | ||
11051 | ||
11052 | test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH | |
11053 | See \`config.log' for more details." >&5 | |
11054 | echo "$as_me: error: no acceptable C compiler found in \$PATH | |
11055 | See \`config.log' for more details." >&2;} | |
11056 | { (exit 1); exit 1; }; } | |
11057 | ||
11058 | # Provide some information about the compiler. | |
11059 | echo "$as_me:$LINENO:" \ | |
11060 | "checking for C compiler version" >&5 | |
11061 | ac_compiler=`set X $ac_compile; echo $2` | |
11062 | { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 | |
11063 | (eval $ac_compiler --version </dev/null >&5) 2>&5 | |
11064 | ac_status=$? | |
11065 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11066 | (exit $ac_status); } | |
11067 | { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 | |
11068 | (eval $ac_compiler -v </dev/null >&5) 2>&5 | |
11069 | ac_status=$? | |
11070 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11071 | (exit $ac_status); } | |
11072 | { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 | |
11073 | (eval $ac_compiler -V </dev/null >&5) 2>&5 | |
11074 | ac_status=$? | |
11075 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11076 | (exit $ac_status); } | |
11077 | ||
11078 | cat >conftest.$ac_ext <<_ACEOF | |
11079 | /* confdefs.h. */ | |
11080 | _ACEOF | |
11081 | cat confdefs.h >>conftest.$ac_ext | |
11082 | cat >>conftest.$ac_ext <<_ACEOF | |
11083 | /* end confdefs.h. */ | |
11084 | ||
11085 | int | |
11086 | main () | |
11087 | { | |
11088 | ||
11089 | ; | |
11090 | return 0; | |
11091 | } | |
11092 | _ACEOF | |
11093 | ac_clean_files_save=$ac_clean_files | |
11094 | ac_clean_files="$ac_clean_files a.out a.exe b.out" | |
11095 | # Try to create an executable without -o first, disregard a.out. | |
11096 | # It will help us diagnose broken compilers, and finding out an intuition | |
11097 | # of exeext. | |
ac1cb8d3 VS |
11098 | echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 |
11099 | echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 | |
a848cd7e SC |
11100 | ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
11101 | if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 | |
11102 | (eval $ac_link_default) 2>&5 | |
11103 | ac_status=$? | |
11104 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11105 | (exit $ac_status); }; then | |
11106 | # Find the output, starting from the most likely. This scheme is | |
11107 | # not robust to junk in `.', hence go to wildcards (a.*) only as a last | |
11108 | # resort. | |
11109 | ||
11110 | # Be careful to initialize this variable, since it used to be cached. | |
11111 | # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. | |
11112 | ac_cv_exeext= | |
11113 | # b.out is created by i960 compilers. | |
11114 | for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out | |
11115 | do | |
11116 | test -f "$ac_file" || continue | |
11117 | case $ac_file in | |
11118 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) | |
ac1cb8d3 | 11119 | ;; |
a848cd7e | 11120 | conftest.$ac_ext ) |
ac1cb8d3 VS |
11121 | # This is the source file. |
11122 | ;; | |
a848cd7e | 11123 | [ab].out ) |
ac1cb8d3 VS |
11124 | # We found the default executable, but exeext='' is most |
11125 | # certainly right. | |
11126 | break;; | |
a848cd7e | 11127 | *.* ) |
ac1cb8d3 VS |
11128 | ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
11129 | # FIXME: I believe we export ac_cv_exeext for Libtool, | |
11130 | # but it would be cool to find out if it's true. Does anybody | |
11131 | # maintain Libtool? --akim. | |
11132 | export ac_cv_exeext | |
11133 | break;; | |
a848cd7e | 11134 | * ) |
ac1cb8d3 | 11135 | break;; |
a848cd7e SC |
11136 | esac |
11137 | done | |
11138 | else | |
11139 | echo "$as_me: failed program was:" >&5 | |
11140 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11141 | ||
11142 | { { echo "$as_me:$LINENO: error: C compiler cannot create executables | |
11143 | See \`config.log' for more details." >&5 | |
11144 | echo "$as_me: error: C compiler cannot create executables | |
11145 | See \`config.log' for more details." >&2;} | |
11146 | { (exit 77); exit 77; }; } | |
11147 | fi | |
11148 | ||
11149 | ac_exeext=$ac_cv_exeext | |
11150 | echo "$as_me:$LINENO: result: $ac_file" >&5 | |
11151 | echo "${ECHO_T}$ac_file" >&6 | |
11152 | ||
11153 | # Check the compiler produces executables we can run. If not, either | |
11154 | # the compiler is broken, or we cross compile. | |
11155 | echo "$as_me:$LINENO: checking whether the C compiler works" >&5 | |
11156 | echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 | |
11157 | # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 | |
11158 | # If not cross compiling, check that we can run a simple program. | |
11159 | if test "$cross_compiling" != yes; then | |
11160 | if { ac_try='./$ac_file' | |
11161 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
11162 | (eval $ac_try) 2>&5 | |
11163 | ac_status=$? | |
11164 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11165 | (exit $ac_status); }; }; then | |
11166 | cross_compiling=no | |
11167 | else | |
11168 | if test "$cross_compiling" = maybe; then | |
11169 | cross_compiling=yes | |
11170 | else | |
11171 | { { echo "$as_me:$LINENO: error: cannot run C compiled programs. | |
11172 | If you meant to cross compile, use \`--host'. | |
11173 | See \`config.log' for more details." >&5 | |
11174 | echo "$as_me: error: cannot run C compiled programs. | |
11175 | If you meant to cross compile, use \`--host'. | |
11176 | See \`config.log' for more details." >&2;} | |
11177 | { (exit 1); exit 1; }; } | |
11178 | fi | |
11179 | fi | |
11180 | fi | |
11181 | echo "$as_me:$LINENO: result: yes" >&5 | |
11182 | echo "${ECHO_T}yes" >&6 | |
11183 | ||
11184 | rm -f a.out a.exe conftest$ac_cv_exeext b.out | |
11185 | ac_clean_files=$ac_clean_files_save | |
11186 | # Check the compiler produces executables we can run. If not, either | |
11187 | # the compiler is broken, or we cross compile. | |
11188 | echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 | |
11189 | echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 | |
11190 | echo "$as_me:$LINENO: result: $cross_compiling" >&5 | |
11191 | echo "${ECHO_T}$cross_compiling" >&6 | |
11192 | ||
11193 | echo "$as_me:$LINENO: checking for suffix of executables" >&5 | |
11194 | echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 | |
11195 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
11196 | (eval $ac_link) 2>&5 | |
11197 | ac_status=$? | |
11198 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11199 | (exit $ac_status); }; then | |
11200 | # If both `conftest.exe' and `conftest' are `present' (well, observable) | |
11201 | # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will | |
11202 | # work properly (i.e., refer to `conftest.exe'), while it won't with | |
11203 | # `rm'. | |
11204 | for ac_file in conftest.exe conftest conftest.*; do | |
11205 | test -f "$ac_file" || continue | |
11206 | case $ac_file in | |
11207 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; | |
11208 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | |
ac1cb8d3 VS |
11209 | export ac_cv_exeext |
11210 | break;; | |
a848cd7e SC |
11211 | * ) break;; |
11212 | esac | |
11213 | done | |
11214 | else | |
11215 | { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link | |
11216 | See \`config.log' for more details." >&5 | |
11217 | echo "$as_me: error: cannot compute suffix of executables: cannot compile and link | |
11218 | See \`config.log' for more details." >&2;} | |
11219 | { (exit 1); exit 1; }; } | |
11220 | fi | |
11221 | ||
11222 | rm -f conftest$ac_cv_exeext | |
11223 | echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 | |
11224 | echo "${ECHO_T}$ac_cv_exeext" >&6 | |
11225 | ||
11226 | rm -f conftest.$ac_ext | |
11227 | EXEEXT=$ac_cv_exeext | |
11228 | ac_exeext=$EXEEXT | |
11229 | echo "$as_me:$LINENO: checking for suffix of object files" >&5 | |
11230 | echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 | |
11231 | if test "${ac_cv_objext+set}" = set; then | |
11232 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11233 | else | |
11234 | cat >conftest.$ac_ext <<_ACEOF | |
11235 | /* confdefs.h. */ | |
11236 | _ACEOF | |
11237 | cat confdefs.h >>conftest.$ac_ext | |
11238 | cat >>conftest.$ac_ext <<_ACEOF | |
11239 | /* end confdefs.h. */ | |
11240 | ||
11241 | int | |
11242 | main () | |
11243 | { | |
11244 | ||
11245 | ; | |
11246 | return 0; | |
11247 | } | |
11248 | _ACEOF | |
11249 | rm -f conftest.o conftest.obj | |
11250 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
11251 | (eval $ac_compile) 2>&5 | |
11252 | ac_status=$? | |
11253 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11254 | (exit $ac_status); }; then | |
11255 | for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do | |
11256 | case $ac_file in | |
11257 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; | |
11258 | *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` | |
11259 | break;; | |
11260 | esac | |
11261 | done | |
11262 | else | |
11263 | echo "$as_me: failed program was:" >&5 | |
11264 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11265 | ||
11266 | { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile | |
11267 | See \`config.log' for more details." >&5 | |
11268 | echo "$as_me: error: cannot compute suffix of object files: cannot compile | |
11269 | See \`config.log' for more details." >&2;} | |
11270 | { (exit 1); exit 1; }; } | |
11271 | fi | |
11272 | ||
11273 | rm -f conftest.$ac_cv_objext conftest.$ac_ext | |
11274 | fi | |
11275 | echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 | |
11276 | echo "${ECHO_T}$ac_cv_objext" >&6 | |
11277 | OBJEXT=$ac_cv_objext | |
11278 | ac_objext=$OBJEXT | |
11279 | echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 | |
11280 | echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 | |
11281 | if test "${ac_cv_c_compiler_gnu+set}" = set; then | |
11282 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11283 | else | |
11284 | cat >conftest.$ac_ext <<_ACEOF | |
11285 | /* confdefs.h. */ | |
11286 | _ACEOF | |
11287 | cat confdefs.h >>conftest.$ac_ext | |
11288 | cat >>conftest.$ac_ext <<_ACEOF | |
11289 | /* end confdefs.h. */ | |
11290 | ||
11291 | int | |
11292 | main () | |
11293 | { | |
11294 | #ifndef __GNUC__ | |
11295 | choke me | |
11296 | #endif | |
11297 | ||
11298 | ; | |
11299 | return 0; | |
11300 | } | |
11301 | _ACEOF | |
11302 | rm -f conftest.$ac_objext | |
11303 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 11304 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 11305 | ac_status=$? |
ac1cb8d3 VS |
11306 | grep -v '^ *+' conftest.er1 >conftest.err |
11307 | rm -f conftest.er1 | |
11308 | cat conftest.err >&5 | |
a848cd7e SC |
11309 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11310 | (exit $ac_status); } && | |
6ebeb4c7 | 11311 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
11312 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11313 | (eval $ac_try) 2>&5 | |
11314 | ac_status=$? | |
11315 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11316 | (exit $ac_status); }; } && | |
11317 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
11318 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11319 | (eval $ac_try) 2>&5 | |
11320 | ac_status=$? | |
11321 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11322 | (exit $ac_status); }; }; then | |
11323 | ac_compiler_gnu=yes | |
11324 | else | |
11325 | echo "$as_me: failed program was:" >&5 | |
11326 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11327 | ||
11328 | ac_compiler_gnu=no | |
11329 | fi | |
ac1cb8d3 | 11330 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
11331 | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
11332 | ||
11333 | fi | |
11334 | echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 | |
11335 | echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 | |
11336 | GCC=`test $ac_compiler_gnu = yes && echo yes` | |
11337 | ac_test_CFLAGS=${CFLAGS+set} | |
11338 | ac_save_CFLAGS=$CFLAGS | |
1ff36a0a | 11339 | CFLAGS="$CFLAGS -g" |
a848cd7e SC |
11340 | echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 |
11341 | echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 | |
11342 | if test "${ac_cv_prog_cc_g+set}" = set; then | |
11343 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11344 | else | |
11345 | cat >conftest.$ac_ext <<_ACEOF | |
11346 | /* confdefs.h. */ | |
11347 | _ACEOF | |
11348 | cat confdefs.h >>conftest.$ac_ext | |
11349 | cat >>conftest.$ac_ext <<_ACEOF | |
11350 | /* end confdefs.h. */ | |
11351 | ||
11352 | int | |
11353 | main () | |
11354 | { | |
11355 | ||
11356 | ; | |
11357 | return 0; | |
11358 | } | |
11359 | _ACEOF | |
11360 | rm -f conftest.$ac_objext | |
11361 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 11362 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 11363 | ac_status=$? |
ac1cb8d3 VS |
11364 | grep -v '^ *+' conftest.er1 >conftest.err |
11365 | rm -f conftest.er1 | |
11366 | cat conftest.err >&5 | |
a848cd7e SC |
11367 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11368 | (exit $ac_status); } && | |
6ebeb4c7 | 11369 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
11370 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11371 | (eval $ac_try) 2>&5 | |
11372 | ac_status=$? | |
11373 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11374 | (exit $ac_status); }; } && | |
11375 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
11376 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11377 | (eval $ac_try) 2>&5 | |
11378 | ac_status=$? | |
11379 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11380 | (exit $ac_status); }; }; then | |
11381 | ac_cv_prog_cc_g=yes | |
11382 | else | |
11383 | echo "$as_me: failed program was:" >&5 | |
11384 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11385 | ||
11386 | ac_cv_prog_cc_g=no | |
11387 | fi | |
ac1cb8d3 | 11388 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
11389 | fi |
11390 | echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 | |
11391 | echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 | |
11392 | if test "$ac_test_CFLAGS" = set; then | |
11393 | CFLAGS=$ac_save_CFLAGS | |
11394 | elif test $ac_cv_prog_cc_g = yes; then | |
11395 | if test "$GCC" = yes; then | |
11396 | CFLAGS="-g -O2" | |
11397 | else | |
11398 | CFLAGS="-g" | |
11399 | fi | |
11400 | else | |
11401 | if test "$GCC" = yes; then | |
11402 | CFLAGS="-O2" | |
11403 | else | |
11404 | CFLAGS= | |
11405 | fi | |
11406 | fi | |
11407 | echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 | |
11408 | echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 | |
11409 | if test "${ac_cv_prog_cc_stdc+set}" = set; then | |
11410 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11411 | else | |
11412 | ac_cv_prog_cc_stdc=no | |
11413 | ac_save_CC=$CC | |
11414 | cat >conftest.$ac_ext <<_ACEOF | |
11415 | /* confdefs.h. */ | |
11416 | _ACEOF | |
11417 | cat confdefs.h >>conftest.$ac_ext | |
11418 | cat >>conftest.$ac_ext <<_ACEOF | |
11419 | /* end confdefs.h. */ | |
11420 | #include <stdarg.h> | |
11421 | #include <stdio.h> | |
11422 | #include <sys/types.h> | |
11423 | #include <sys/stat.h> | |
11424 | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | |
11425 | struct buf { int x; }; | |
11426 | FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
11427 | static char *e (p, i) | |
11428 | char **p; | |
11429 | int i; | |
11430 | { | |
11431 | return p[i]; | |
11432 | } | |
11433 | static char *f (char * (*g) (char **, int), char **p, ...) | |
11434 | { | |
11435 | char *s; | |
11436 | va_list v; | |
11437 | va_start (v,p); | |
11438 | s = g (p, va_arg (v,int)); | |
11439 | va_end (v); | |
11440 | return s; | |
11441 | } | |
ac1cb8d3 VS |
11442 | |
11443 | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | |
11444 | function prototypes and stuff, but not '\xHH' hex character constants. | |
11445 | These don't provoke an error unfortunately, instead are silently treated | |
11446 | as 'x'. The following induces an error, until -std1 is added to get | |
11447 | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | |
11448 | array size at least. It's necessary to write '\x00'==0 to get something | |
11449 | that's true only with -std1. */ | |
11450 | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | |
11451 | ||
a848cd7e SC |
11452 | int test (int i, double x); |
11453 | struct s1 {int (*f) (int a);}; | |
11454 | struct s2 {int (*f) (double a);}; | |
11455 | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
11456 | int argc; | |
11457 | char **argv; | |
11458 | int | |
11459 | main () | |
11460 | { | |
11461 | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | |
11462 | ; | |
11463 | return 0; | |
11464 | } | |
11465 | _ACEOF | |
11466 | # Don't try gcc -ansi; that turns off useful extensions and | |
11467 | # breaks some systems' header files. | |
11468 | # AIX -qlanglvl=ansi | |
11469 | # Ultrix and OSF/1 -std1 | |
11470 | # HP-UX 10.20 and later -Ae | |
11471 | # HP-UX older versions -Aa -D_HPUX_SOURCE | |
11472 | # SVR4 -Xc -D__EXTENSIONS__ | |
11473 | for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
11474 | do | |
11475 | CC="$ac_save_CC $ac_arg" | |
11476 | rm -f conftest.$ac_objext | |
11477 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 11478 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 11479 | ac_status=$? |
ac1cb8d3 VS |
11480 | grep -v '^ *+' conftest.er1 >conftest.err |
11481 | rm -f conftest.er1 | |
11482 | cat conftest.err >&5 | |
a848cd7e SC |
11483 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11484 | (exit $ac_status); } && | |
6ebeb4c7 | 11485 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
11486 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11487 | (eval $ac_try) 2>&5 | |
11488 | ac_status=$? | |
11489 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11490 | (exit $ac_status); }; } && | |
11491 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
11492 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11493 | (eval $ac_try) 2>&5 | |
11494 | ac_status=$? | |
11495 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11496 | (exit $ac_status); }; }; then | |
11497 | ac_cv_prog_cc_stdc=$ac_arg | |
11498 | break | |
11499 | else | |
11500 | echo "$as_me: failed program was:" >&5 | |
11501 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11502 | ||
11503 | fi | |
ac1cb8d3 | 11504 | rm -f conftest.err conftest.$ac_objext |
a848cd7e SC |
11505 | done |
11506 | rm -f conftest.$ac_ext conftest.$ac_objext | |
11507 | CC=$ac_save_CC | |
11508 | ||
11509 | fi | |
11510 | ||
11511 | case "x$ac_cv_prog_cc_stdc" in | |
11512 | x|xno) | |
11513 | echo "$as_me:$LINENO: result: none needed" >&5 | |
11514 | echo "${ECHO_T}none needed" >&6 ;; | |
11515 | *) | |
11516 | echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 | |
11517 | echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 | |
11518 | CC="$CC $ac_cv_prog_cc_stdc" ;; | |
11519 | esac | |
11520 | ||
11521 | # Some people use a C++ compiler to compile C. Since we use `exit', | |
11522 | # in C++ we need to declare it. In case someone uses the same compiler | |
11523 | # for both compiling C and C++ we need to have the C++ compiler decide | |
11524 | # the declaration of exit, since it's the most demanding environment. | |
11525 | cat >conftest.$ac_ext <<_ACEOF | |
11526 | #ifndef __cplusplus | |
11527 | choke me | |
11528 | #endif | |
11529 | _ACEOF | |
11530 | rm -f conftest.$ac_objext | |
11531 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 11532 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 11533 | ac_status=$? |
ac1cb8d3 VS |
11534 | grep -v '^ *+' conftest.er1 >conftest.err |
11535 | rm -f conftest.er1 | |
11536 | cat conftest.err >&5 | |
a848cd7e SC |
11537 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11538 | (exit $ac_status); } && | |
6ebeb4c7 | 11539 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
11540 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11541 | (eval $ac_try) 2>&5 | |
11542 | ac_status=$? | |
11543 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11544 | (exit $ac_status); }; } && | |
11545 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
11546 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11547 | (eval $ac_try) 2>&5 | |
11548 | ac_status=$? | |
11549 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11550 | (exit $ac_status); }; }; then | |
11551 | for ac_declaration in \ | |
ac1cb8d3 | 11552 | '' \ |
a848cd7e SC |
11553 | 'extern "C" void std::exit (int) throw (); using std::exit;' \ |
11554 | 'extern "C" void std::exit (int); using std::exit;' \ | |
11555 | 'extern "C" void exit (int) throw ();' \ | |
11556 | 'extern "C" void exit (int);' \ | |
11557 | 'void exit (int);' | |
11558 | do | |
11559 | cat >conftest.$ac_ext <<_ACEOF | |
11560 | /* confdefs.h. */ | |
11561 | _ACEOF | |
11562 | cat confdefs.h >>conftest.$ac_ext | |
11563 | cat >>conftest.$ac_ext <<_ACEOF | |
11564 | /* end confdefs.h. */ | |
de59c161 | 11565 | $ac_declaration |
ac1cb8d3 | 11566 | #include <stdlib.h> |
a848cd7e SC |
11567 | int |
11568 | main () | |
11569 | { | |
11570 | exit (42); | |
11571 | ; | |
11572 | return 0; | |
11573 | } | |
11574 | _ACEOF | |
11575 | rm -f conftest.$ac_objext | |
11576 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 11577 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 11578 | ac_status=$? |
ac1cb8d3 VS |
11579 | grep -v '^ *+' conftest.er1 >conftest.err |
11580 | rm -f conftest.er1 | |
11581 | cat conftest.err >&5 | |
a848cd7e SC |
11582 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11583 | (exit $ac_status); } && | |
6ebeb4c7 | 11584 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
11585 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11586 | (eval $ac_try) 2>&5 | |
11587 | ac_status=$? | |
11588 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11589 | (exit $ac_status); }; } && | |
11590 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
11591 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11592 | (eval $ac_try) 2>&5 | |
11593 | ac_status=$? | |
11594 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11595 | (exit $ac_status); }; }; then | |
11596 | : | |
11597 | else | |
11598 | echo "$as_me: failed program was:" >&5 | |
11599 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11600 | ||
11601 | continue | |
11602 | fi | |
ac1cb8d3 | 11603 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
11604 | cat >conftest.$ac_ext <<_ACEOF |
11605 | /* confdefs.h. */ | |
11606 | _ACEOF | |
11607 | cat confdefs.h >>conftest.$ac_ext | |
11608 | cat >>conftest.$ac_ext <<_ACEOF | |
11609 | /* end confdefs.h. */ | |
11610 | $ac_declaration | |
11611 | int | |
11612 | main () | |
11613 | { | |
11614 | exit (42); | |
11615 | ; | |
11616 | return 0; | |
11617 | } | |
11618 | _ACEOF | |
11619 | rm -f conftest.$ac_objext | |
11620 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 11621 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 11622 | ac_status=$? |
ac1cb8d3 VS |
11623 | grep -v '^ *+' conftest.er1 >conftest.err |
11624 | rm -f conftest.er1 | |
11625 | cat conftest.err >&5 | |
a848cd7e SC |
11626 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11627 | (exit $ac_status); } && | |
6ebeb4c7 | 11628 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
11629 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11630 | (eval $ac_try) 2>&5 | |
11631 | ac_status=$? | |
11632 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11633 | (exit $ac_status); }; } && | |
11634 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
11635 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11636 | (eval $ac_try) 2>&5 | |
11637 | ac_status=$? | |
11638 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11639 | (exit $ac_status); }; }; then | |
11640 | break | |
11641 | else | |
11642 | echo "$as_me: failed program was:" >&5 | |
11643 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11644 | ||
11645 | fi | |
ac1cb8d3 | 11646 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
11647 | done |
11648 | rm -f conftest* | |
11649 | if test -n "$ac_declaration"; then | |
11650 | echo '#ifdef __cplusplus' >>confdefs.h | |
11651 | echo $ac_declaration >>confdefs.h | |
11652 | echo '#endif' >>confdefs.h | |
11653 | fi | |
11654 | ||
11655 | else | |
11656 | echo "$as_me: failed program was:" >&5 | |
11657 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11658 | ||
11659 | fi | |
ac1cb8d3 | 11660 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
11661 | ac_ext=c |
11662 | ac_cpp='$CPP $CPPFLAGS' | |
11663 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
11664 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
11665 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
11666 | ||
6dcfc289 | 11667 | echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5 |
480ccd21 DE |
11668 | echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6 |
11669 | if test "${wx_cv_c_exto+set}" = set; then | |
11670 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11671 | else | |
11672 | cat >conftest.$ac_ext <<_ACEOF | |
11673 | /* confdefs.h. */ | |
11674 | _ACEOF | |
11675 | cat confdefs.h >>conftest.$ac_ext | |
11676 | cat >>conftest.$ac_ext <<_ACEOF | |
11677 | /* end confdefs.h. */ | |
11678 | ||
11679 | int | |
11680 | main () | |
11681 | { | |
11682 | ||
11683 | ; | |
11684 | return 0; | |
11685 | } | |
11686 | _ACEOF | |
11687 | rm -f conftest.$ac_objext conftest.$ac_ext.o | |
11688 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
11689 | (eval $ac_compile) 2>&5 | |
11690 | ac_status=$? | |
11691 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11692 | (exit $ac_status); }; then | |
11693 | for ac_file in `(ls conftest.* 2>/dev/null)`; do | |
11694 | case $ac_file in | |
11695 | conftest.$ac_ext.o) | |
11696 | wx_cv_c_exto="-ext o" | |
11697 | ;; | |
11698 | *) | |
11699 | ;; | |
11700 | esac | |
11701 | done | |
11702 | else | |
11703 | { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile | |
11704 | See \`config.log' for more details." >&5 | |
11705 | echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile | |
11706 | See \`config.log' for more details." >&2;} | |
11707 | { (exit 1); exit 1; }; } | |
11708 | ||
11709 | fi | |
11710 | ||
11711 | rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext | |
11712 | ||
11713 | fi | |
11714 | echo "$as_me:$LINENO: result: $wx_cv_c_exto" >&5 | |
11715 | echo "${ECHO_T}$wx_cv_c_exto" >&6 | |
11716 | if test "x$wx_cv_c_exto" '!=' "x"; then | |
11717 | if test "c" = "c"; then | |
11718 | CFLAGS="$wx_cv_c_exto $CFLAGS" | |
11719 | fi | |
11720 | if test "c" = "cxx"; then | |
11721 | CXXFLAGS="$wx_cv_c_exto $CXXFLAGS" | |
11722 | fi | |
11723 | fi | |
11724 | ||
6dcfc289 DE |
11725 | if test "x$wx_cv_c_exto" '!=' "x"; then |
11726 | unset ac_cv_prog_cc_g | |
11727 | ac_test_CFLAGS=${CFLAGS+set} | |
480ccd21 | 11728 | ac_save_CFLAGS=$CFLAGS |
1ff36a0a | 11729 | CFLAGS="$CFLAGS -g" |
480ccd21 DE |
11730 | echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 |
11731 | echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 | |
11732 | if test "${ac_cv_prog_cc_g+set}" = set; then | |
11733 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11734 | else | |
11735 | cat >conftest.$ac_ext <<_ACEOF | |
11736 | /* confdefs.h. */ | |
11737 | _ACEOF | |
11738 | cat confdefs.h >>conftest.$ac_ext | |
11739 | cat >>conftest.$ac_ext <<_ACEOF | |
11740 | /* end confdefs.h. */ | |
11741 | ||
11742 | int | |
11743 | main () | |
11744 | { | |
11745 | ||
11746 | ; | |
11747 | return 0; | |
11748 | } | |
11749 | _ACEOF | |
11750 | rm -f conftest.$ac_objext | |
11751 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
11752 | (eval $ac_compile) 2>conftest.er1 | |
11753 | ac_status=$? | |
11754 | grep -v '^ *+' conftest.er1 >conftest.err | |
11755 | rm -f conftest.er1 | |
11756 | cat conftest.err >&5 | |
11757 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11758 | (exit $ac_status); } && | |
6ebeb4c7 | 11759 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
480ccd21 DE |
11760 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11761 | (eval $ac_try) 2>&5 | |
11762 | ac_status=$? | |
11763 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11764 | (exit $ac_status); }; } && | |
11765 | { ac_try='test -s conftest.$ac_objext' | |
11766 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
11767 | (eval $ac_try) 2>&5 | |
11768 | ac_status=$? | |
11769 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11770 | (exit $ac_status); }; }; then | |
11771 | ac_cv_prog_cc_g=yes | |
11772 | else | |
11773 | echo "$as_me: failed program was:" >&5 | |
11774 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11775 | ||
11776 | ac_cv_prog_cc_g=no | |
11777 | fi | |
11778 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
11779 | fi | |
11780 | echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 | |
11781 | echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 | |
11782 | if test "$ac_test_CFLAGS" = set; then | |
11783 | CFLAGS=$ac_save_CFLAGS | |
11784 | elif test $ac_cv_prog_cc_g = yes; then | |
11785 | if test "$GCC" = yes; then | |
11786 | CFLAGS="-g -O2" | |
11787 | else | |
11788 | CFLAGS="-g" | |
11789 | fi | |
11790 | else | |
11791 | if test "$GCC" = yes; then | |
11792 | CFLAGS="-O2" | |
11793 | else | |
11794 | CFLAGS= | |
11795 | fi | |
11796 | fi | |
6dcfc289 DE |
11797 | fi |
11798 | ac_ext=c | |
95986553 DE |
11799 | ac_cpp='$CPP $CPPFLAGS' |
11800 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
11801 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
11802 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
11803 | ||
11804 | echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5 | |
11805 | echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6 | |
11806 | if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then | |
11807 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11808 | else | |
11809 | cat >conftest.$ac_ext <<_ACEOF | |
11810 | /* confdefs.h. */ | |
11811 | _ACEOF | |
11812 | cat confdefs.h >>conftest.$ac_ext | |
11813 | cat >>conftest.$ac_ext <<_ACEOF | |
11814 | /* end confdefs.h. */ | |
11815 | ||
11816 | int | |
11817 | main () | |
11818 | { | |
11819 | #ifndef __MWERKS__ | |
11820 | choke me | |
11821 | #endif | |
11822 | ||
11823 | ; | |
11824 | return 0; | |
11825 | } | |
11826 | _ACEOF | |
11827 | rm -f conftest.$ac_objext | |
11828 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
11829 | (eval $ac_compile) 2>conftest.er1 | |
11830 | ac_status=$? | |
11831 | grep -v '^ *+' conftest.er1 >conftest.err | |
11832 | rm -f conftest.er1 | |
11833 | cat conftest.err >&5 | |
11834 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11835 | (exit $ac_status); } && | |
6ebeb4c7 | 11836 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
95986553 DE |
11837 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11838 | (eval $ac_try) 2>&5 | |
11839 | ac_status=$? | |
11840 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11841 | (exit $ac_status); }; } && | |
11842 | { ac_try='test -s conftest.$ac_objext' | |
11843 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
11844 | (eval $ac_try) 2>&5 | |
11845 | ac_status=$? | |
11846 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11847 | (exit $ac_status); }; }; then | |
11848 | bakefile_compiler_mwerks=yes | |
11849 | else | |
11850 | echo "$as_me: failed program was:" >&5 | |
11851 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11852 | ||
11853 | bakefile_compiler_mwerks=no | |
11854 | fi | |
11855 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
11856 | bakefile_cv_c_compiler_mwerks=$bakefile_compiler_mwerks | |
11857 | ||
11858 | fi | |
11859 | echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5 | |
11860 | echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6 | |
11861 | ||
0e6fa1d9 | 11862 | MWCC=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes` |
95986553 DE |
11863 | ac_ext=c |
11864 | ac_cpp='$CPP $CPPFLAGS' | |
11865 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
11866 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
11867 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
11868 | ||
11869 | ||
6dcfc289 | 11870 | ac_ext=c |
9273ffba DE |
11871 | ac_cpp='$CPP $CPPFLAGS' |
11872 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
11873 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
11874 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
11875 | ||
11876 | echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5 | |
11877 | echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6 | |
11878 | if test "${wx_cv_c_compiler_xlc+set}" = set; then | |
11879 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11880 | else | |
11881 | cat >conftest.$ac_ext <<_ACEOF | |
11882 | /* confdefs.h. */ | |
11883 | _ACEOF | |
11884 | cat confdefs.h >>conftest.$ac_ext | |
11885 | cat >>conftest.$ac_ext <<_ACEOF | |
11886 | /* end confdefs.h. */ | |
11887 | ||
11888 | int | |
11889 | main () | |
11890 | { | |
11891 | #ifndef __xlC__ | |
11892 | choke me | |
11893 | #endif | |
11894 | ||
11895 | ; | |
11896 | return 0; | |
11897 | } | |
11898 | _ACEOF | |
11899 | rm -f conftest.$ac_objext | |
11900 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
11901 | (eval $ac_compile) 2>conftest.er1 | |
11902 | ac_status=$? | |
11903 | grep -v '^ *+' conftest.er1 >conftest.err | |
11904 | rm -f conftest.er1 | |
11905 | cat conftest.err >&5 | |
11906 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11907 | (exit $ac_status); } && | |
6ebeb4c7 | 11908 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
9273ffba DE |
11909 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11910 | (eval $ac_try) 2>&5 | |
11911 | ac_status=$? | |
11912 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11913 | (exit $ac_status); }; } && | |
11914 | { ac_try='test -s conftest.$ac_objext' | |
11915 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
11916 | (eval $ac_try) 2>&5 | |
11917 | ac_status=$? | |
11918 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11919 | (exit $ac_status); }; }; then | |
11920 | wx_compiler_xlc=yes | |
11921 | else | |
11922 | echo "$as_me: failed program was:" >&5 | |
11923 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11924 | ||
11925 | wx_compiler_xlc=no | |
11926 | fi | |
11927 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
11928 | wx_cv_c_compiler_xlc=$wx_compiler_xlc | |
11929 | ||
11930 | fi | |
11931 | echo "$as_me:$LINENO: result: $wx_cv_c_compiler_xlc" >&5 | |
11932 | echo "${ECHO_T}$wx_cv_c_compiler_xlc" >&6 | |
11933 | ||
0e6fa1d9 | 11934 | XLCC=`test $wx_cv_c_compiler_xlc = yes && echo yes` |
9273ffba DE |
11935 | ac_ext=c |
11936 | ac_cpp='$CPP $CPPFLAGS' | |
11937 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
11938 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
11939 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
11940 | ||
11941 | ||
a848cd7e | 11942 | |
6dcfc289 | 11943 | |
a9e5b1f0 MW |
11944 | ac_ext=c |
11945 | ac_cpp='$CPP $CPPFLAGS' | |
11946 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
11947 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
11948 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
11949 | ||
11950 | echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5 | |
11951 | echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6 | |
11952 | if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then | |
11953 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11954 | else | |
11955 | cat >conftest.$ac_ext <<_ACEOF | |
11956 | /* confdefs.h. */ | |
11957 | _ACEOF | |
11958 | cat confdefs.h >>conftest.$ac_ext | |
11959 | cat >>conftest.$ac_ext <<_ACEOF | |
11960 | /* end confdefs.h. */ | |
11961 | ||
11962 | int | |
11963 | main () | |
11964 | { | |
11965 | ||
11966 | #ifndef __SUNPRO_C | |
11967 | choke me | |
11968 | #endif | |
11969 | ||
11970 | ; | |
11971 | return 0; | |
11972 | } | |
11973 | _ACEOF | |
11974 | rm -f conftest.$ac_objext | |
11975 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
11976 | (eval $ac_compile) 2>conftest.er1 | |
11977 | ac_status=$? | |
11978 | grep -v '^ *+' conftest.er1 >conftest.err | |
11979 | rm -f conftest.er1 | |
11980 | cat conftest.err >&5 | |
11981 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11982 | (exit $ac_status); } && | |
6ebeb4c7 | 11983 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
a9e5b1f0 MW |
11984 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11985 | (eval $ac_try) 2>&5 | |
11986 | ac_status=$? | |
11987 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11988 | (exit $ac_status); }; } && | |
11989 | { ac_try='test -s conftest.$ac_objext' | |
11990 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
11991 | (eval $ac_try) 2>&5 | |
11992 | ac_status=$? | |
11993 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11994 | (exit $ac_status); }; }; then | |
11995 | bakefile_cv_c_compiler___SUNPRO_C=yes | |
11996 | else | |
11997 | echo "$as_me: failed program was:" >&5 | |
11998 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11999 | ||
12000 | bakefile_cv_c_compiler___SUNPRO_C=no | |
12001 | ||
12002 | fi | |
12003 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
12004 | ||
12005 | ||
12006 | fi | |
12007 | echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5 | |
12008 | echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6 | |
12009 | ac_ext=c | |
12010 | ac_cpp='$CPP $CPPFLAGS' | |
12011 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12012 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12013 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
12014 | ||
12015 | if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then | |
12016 | :; SUNCC=yes | |
12017 | else | |
12018 | :; | |
12019 | fi | |
12020 | ||
12021 | ||
12022 | ||
12023 | ||
a848cd7e SC |
12024 | ac_ext=c |
12025 | ac_cpp='$CPP $CPPFLAGS' | |
12026 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12027 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12028 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
12029 | echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 | |
12030 | echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 | |
12031 | # On Suns, sometimes $CPP names a directory. | |
12032 | if test -n "$CPP" && test -d "$CPP"; then | |
12033 | CPP= | |
12034 | fi | |
12035 | if test -z "$CPP"; then | |
12036 | if test "${ac_cv_prog_CPP+set}" = set; then | |
12037 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12038 | else | |
12039 | # Double quotes because CPP needs to be expanded | |
12040 | for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" | |
12041 | do | |
12042 | ac_preproc_ok=false | |
12043 | for ac_c_preproc_warn_flag in '' yes | |
12044 | do | |
12045 | # Use a header file that comes with gcc, so configuring glibc | |
12046 | # with a fresh cross-compiler works. | |
12047 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
12048 | # <limits.h> exists even on freestanding compilers. | |
12049 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
12050 | # not just through cpp. "Syntax error" is here to catch this case. | |
12051 | cat >conftest.$ac_ext <<_ACEOF | |
12052 | /* confdefs.h. */ | |
12053 | _ACEOF | |
12054 | cat confdefs.h >>conftest.$ac_ext | |
12055 | cat >>conftest.$ac_ext <<_ACEOF | |
12056 | /* end confdefs.h. */ | |
12057 | #ifdef __STDC__ | |
12058 | # include <limits.h> | |
12059 | #else | |
12060 | # include <assert.h> | |
12061 | #endif | |
ac1cb8d3 | 12062 | Syntax error |
a848cd7e SC |
12063 | _ACEOF |
12064 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
12065 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
12066 | ac_status=$? | |
12067 | grep -v '^ *+' conftest.er1 >conftest.err | |
12068 | rm -f conftest.er1 | |
12069 | cat conftest.err >&5 | |
12070 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12071 | (exit $ac_status); } >/dev/null; then | |
12072 | if test -s conftest.err; then | |
12073 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 12074 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
12075 | else |
12076 | ac_cpp_err= | |
12077 | fi | |
12078 | else | |
12079 | ac_cpp_err=yes | |
12080 | fi | |
12081 | if test -z "$ac_cpp_err"; then | |
12082 | : | |
12083 | else | |
12084 | echo "$as_me: failed program was:" >&5 | |
12085 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12086 | ||
12087 | # Broken: fails on valid input. | |
12088 | continue | |
12089 | fi | |
12090 | rm -f conftest.err conftest.$ac_ext | |
12091 | ||
12092 | # OK, works on sane cases. Now check whether non-existent headers | |
12093 | # can be detected and how. | |
12094 | cat >conftest.$ac_ext <<_ACEOF | |
12095 | /* confdefs.h. */ | |
12096 | _ACEOF | |
12097 | cat confdefs.h >>conftest.$ac_ext | |
12098 | cat >>conftest.$ac_ext <<_ACEOF | |
12099 | /* end confdefs.h. */ | |
12100 | #include <ac_nonexistent.h> | |
12101 | _ACEOF | |
12102 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
12103 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
12104 | ac_status=$? | |
12105 | grep -v '^ *+' conftest.er1 >conftest.err | |
12106 | rm -f conftest.er1 | |
12107 | cat conftest.err >&5 | |
12108 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12109 | (exit $ac_status); } >/dev/null; then | |
12110 | if test -s conftest.err; then | |
12111 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 12112 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
12113 | else |
12114 | ac_cpp_err= | |
12115 | fi | |
12116 | else | |
12117 | ac_cpp_err=yes | |
12118 | fi | |
12119 | if test -z "$ac_cpp_err"; then | |
12120 | # Broken: success on invalid input. | |
12121 | continue | |
12122 | else | |
12123 | echo "$as_me: failed program was:" >&5 | |
12124 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12125 | ||
12126 | # Passes both tests. | |
12127 | ac_preproc_ok=: | |
12128 | break | |
12129 | fi | |
12130 | rm -f conftest.err conftest.$ac_ext | |
12131 | ||
12132 | done | |
12133 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
12134 | rm -f conftest.err conftest.$ac_ext | |
12135 | if $ac_preproc_ok; then | |
12136 | break | |
12137 | fi | |
12138 | ||
12139 | done | |
12140 | ac_cv_prog_CPP=$CPP | |
12141 | ||
12142 | fi | |
12143 | CPP=$ac_cv_prog_CPP | |
12144 | else | |
12145 | ac_cv_prog_CPP=$CPP | |
12146 | fi | |
12147 | echo "$as_me:$LINENO: result: $CPP" >&5 | |
12148 | echo "${ECHO_T}$CPP" >&6 | |
12149 | ac_preproc_ok=false | |
12150 | for ac_c_preproc_warn_flag in '' yes | |
12151 | do | |
12152 | # Use a header file that comes with gcc, so configuring glibc | |
12153 | # with a fresh cross-compiler works. | |
12154 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
12155 | # <limits.h> exists even on freestanding compilers. | |
12156 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
12157 | # not just through cpp. "Syntax error" is here to catch this case. | |
12158 | cat >conftest.$ac_ext <<_ACEOF | |
12159 | /* confdefs.h. */ | |
12160 | _ACEOF | |
12161 | cat confdefs.h >>conftest.$ac_ext | |
12162 | cat >>conftest.$ac_ext <<_ACEOF | |
12163 | /* end confdefs.h. */ | |
12164 | #ifdef __STDC__ | |
12165 | # include <limits.h> | |
12166 | #else | |
12167 | # include <assert.h> | |
12168 | #endif | |
ac1cb8d3 | 12169 | Syntax error |
a848cd7e SC |
12170 | _ACEOF |
12171 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
12172 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
12173 | ac_status=$? | |
12174 | grep -v '^ *+' conftest.er1 >conftest.err | |
12175 | rm -f conftest.er1 | |
12176 | cat conftest.err >&5 | |
12177 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12178 | (exit $ac_status); } >/dev/null; then | |
12179 | if test -s conftest.err; then | |
12180 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 12181 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
12182 | else |
12183 | ac_cpp_err= | |
12184 | fi | |
12185 | else | |
12186 | ac_cpp_err=yes | |
12187 | fi | |
12188 | if test -z "$ac_cpp_err"; then | |
12189 | : | |
12190 | else | |
12191 | echo "$as_me: failed program was:" >&5 | |
12192 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12193 | ||
12194 | # Broken: fails on valid input. | |
12195 | continue | |
12196 | fi | |
12197 | rm -f conftest.err conftest.$ac_ext | |
12198 | ||
12199 | # OK, works on sane cases. Now check whether non-existent headers | |
12200 | # can be detected and how. | |
12201 | cat >conftest.$ac_ext <<_ACEOF | |
12202 | /* confdefs.h. */ | |
12203 | _ACEOF | |
12204 | cat confdefs.h >>conftest.$ac_ext | |
12205 | cat >>conftest.$ac_ext <<_ACEOF | |
12206 | /* end confdefs.h. */ | |
12207 | #include <ac_nonexistent.h> | |
12208 | _ACEOF | |
12209 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
12210 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
12211 | ac_status=$? | |
12212 | grep -v '^ *+' conftest.er1 >conftest.err | |
12213 | rm -f conftest.er1 | |
12214 | cat conftest.err >&5 | |
12215 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12216 | (exit $ac_status); } >/dev/null; then | |
12217 | if test -s conftest.err; then | |
12218 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 12219 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
12220 | else |
12221 | ac_cpp_err= | |
12222 | fi | |
12223 | else | |
12224 | ac_cpp_err=yes | |
12225 | fi | |
12226 | if test -z "$ac_cpp_err"; then | |
12227 | # Broken: success on invalid input. | |
12228 | continue | |
12229 | else | |
12230 | echo "$as_me: failed program was:" >&5 | |
12231 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12232 | ||
12233 | # Passes both tests. | |
12234 | ac_preproc_ok=: | |
12235 | break | |
12236 | fi | |
12237 | rm -f conftest.err conftest.$ac_ext | |
12238 | ||
12239 | done | |
12240 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
12241 | rm -f conftest.err conftest.$ac_ext | |
12242 | if $ac_preproc_ok; then | |
12243 | : | |
12244 | else | |
12245 | { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check | |
12246 | See \`config.log' for more details." >&5 | |
12247 | echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check | |
12248 | See \`config.log' for more details." >&2;} | |
12249 | { (exit 1); exit 1; }; } | |
12250 | fi | |
12251 | ||
12252 | ac_ext=c | |
12253 | ac_cpp='$CPP $CPPFLAGS' | |
12254 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12255 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12256 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
12257 | ||
12258 | ||
12259 | echo "$as_me:$LINENO: checking for egrep" >&5 | |
12260 | echo $ECHO_N "checking for egrep... $ECHO_C" >&6 | |
12261 | if test "${ac_cv_prog_egrep+set}" = set; then | |
12262 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12263 | else | |
12264 | if echo a | (grep -E '(a|b)') >/dev/null 2>&1 | |
12265 | then ac_cv_prog_egrep='grep -E' | |
12266 | else ac_cv_prog_egrep='egrep' | |
12267 | fi | |
12268 | fi | |
12269 | echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 | |
12270 | echo "${ECHO_T}$ac_cv_prog_egrep" >&6 | |
12271 | EGREP=$ac_cv_prog_egrep | |
12272 | ||
12273 | ||
12274 | if test $ac_cv_c_compiler_gnu = yes; then | |
12275 | echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 | |
12276 | echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6 | |
12277 | if test "${ac_cv_prog_gcc_traditional+set}" = set; then | |
12278 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12279 | else | |
12280 | ac_pattern="Autoconf.*'x'" | |
12281 | cat >conftest.$ac_ext <<_ACEOF | |
12282 | /* confdefs.h. */ | |
12283 | _ACEOF | |
12284 | cat confdefs.h >>conftest.$ac_ext | |
12285 | cat >>conftest.$ac_ext <<_ACEOF | |
12286 | /* end confdefs.h. */ | |
12287 | #include <sgtty.h> | |
12288 | Autoconf TIOCGETP | |
12289 | _ACEOF | |
12290 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
12291 | $EGREP "$ac_pattern" >/dev/null 2>&1; then | |
12292 | ac_cv_prog_gcc_traditional=yes | |
12293 | else | |
12294 | ac_cv_prog_gcc_traditional=no | |
12295 | fi | |
12296 | rm -f conftest* | |
12297 | ||
12298 | ||
12299 | if test $ac_cv_prog_gcc_traditional = no; then | |
12300 | cat >conftest.$ac_ext <<_ACEOF | |
12301 | /* confdefs.h. */ | |
12302 | _ACEOF | |
12303 | cat confdefs.h >>conftest.$ac_ext | |
12304 | cat >>conftest.$ac_ext <<_ACEOF | |
12305 | /* end confdefs.h. */ | |
12306 | #include <termio.h> | |
12307 | Autoconf TCGETA | |
12308 | _ACEOF | |
12309 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
12310 | $EGREP "$ac_pattern" >/dev/null 2>&1; then | |
12311 | ac_cv_prog_gcc_traditional=yes | |
12312 | fi | |
12313 | rm -f conftest* | |
12314 | ||
12315 | fi | |
12316 | fi | |
12317 | echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 | |
12318 | echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6 | |
12319 | if test $ac_cv_prog_gcc_traditional = yes; then | |
12320 | CC="$CC -traditional" | |
12321 | fi | |
12322 | fi | |
12323 | ||
12324 | ||
12325 | ||
12326 | ||
12327 | ac_ext=cc | |
12328 | ac_cpp='$CXXCPP $CPPFLAGS' | |
12329 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12330 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12331 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
12332 | ||
12333 | ||
12334 | CXXFLAGS=${CXXFLAGS:=} | |
6dcfc289 DE |
12335 | |
12336 | ||
12337 | ac_ext=cc | |
a848cd7e SC |
12338 | ac_cpp='$CXXCPP $CPPFLAGS' |
12339 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12340 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12341 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
12342 | if test -n "$ac_tool_prefix"; then | |
12343 | for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC | |
12344 | do | |
12345 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
12346 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
12347 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
12348 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
12349 | if test "${ac_cv_prog_CXX+set}" = set; then | |
12350 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12351 | else | |
12352 | if test -n "$CXX"; then | |
12353 | ac_cv_prog_CXX="$CXX" # Let the user override the test. | |
12354 | else | |
12355 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
12356 | for as_dir in $PATH | |
12357 | do | |
12358 | IFS=$as_save_IFS | |
12359 | test -z "$as_dir" && as_dir=. | |
12360 | for ac_exec_ext in '' $ac_executable_extensions; do | |
12361 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
12362 | ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" | |
12363 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
12364 | break 2 | |
12365 | fi | |
12366 | done | |
12367 | done | |
12368 | ||
12369 | fi | |
12370 | fi | |
12371 | CXX=$ac_cv_prog_CXX | |
12372 | if test -n "$CXX"; then | |
12373 | echo "$as_me:$LINENO: result: $CXX" >&5 | |
12374 | echo "${ECHO_T}$CXX" >&6 | |
12375 | else | |
12376 | echo "$as_me:$LINENO: result: no" >&5 | |
12377 | echo "${ECHO_T}no" >&6 | |
12378 | fi | |
12379 | ||
12380 | test -n "$CXX" && break | |
12381 | done | |
12382 | fi | |
12383 | if test -z "$CXX"; then | |
12384 | ac_ct_CXX=$CXX | |
12385 | for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC | |
12386 | do | |
12387 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
12388 | set dummy $ac_prog; ac_word=$2 | |
12389 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
12390 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
12391 | if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then | |
12392 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12393 | else | |
12394 | if test -n "$ac_ct_CXX"; then | |
12395 | ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. | |
12396 | else | |
12397 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
12398 | for as_dir in $PATH | |
12399 | do | |
12400 | IFS=$as_save_IFS | |
12401 | test -z "$as_dir" && as_dir=. | |
12402 | for ac_exec_ext in '' $ac_executable_extensions; do | |
12403 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
12404 | ac_cv_prog_ac_ct_CXX="$ac_prog" | |
12405 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
12406 | break 2 | |
12407 | fi | |
12408 | done | |
12409 | done | |
12410 | ||
12411 | fi | |
12412 | fi | |
12413 | ac_ct_CXX=$ac_cv_prog_ac_ct_CXX | |
12414 | if test -n "$ac_ct_CXX"; then | |
12415 | echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 | |
12416 | echo "${ECHO_T}$ac_ct_CXX" >&6 | |
12417 | else | |
12418 | echo "$as_me:$LINENO: result: no" >&5 | |
12419 | echo "${ECHO_T}no" >&6 | |
12420 | fi | |
12421 | ||
12422 | test -n "$ac_ct_CXX" && break | |
12423 | done | |
12424 | test -n "$ac_ct_CXX" || ac_ct_CXX="g++" | |
12425 | ||
12426 | CXX=$ac_ct_CXX | |
12427 | fi | |
12428 | ||
12429 | ||
12430 | # Provide some information about the compiler. | |
12431 | echo "$as_me:$LINENO:" \ | |
12432 | "checking for C++ compiler version" >&5 | |
12433 | ac_compiler=`set X $ac_compile; echo $2` | |
12434 | { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 | |
12435 | (eval $ac_compiler --version </dev/null >&5) 2>&5 | |
12436 | ac_status=$? | |
12437 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12438 | (exit $ac_status); } | |
12439 | { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 | |
12440 | (eval $ac_compiler -v </dev/null >&5) 2>&5 | |
12441 | ac_status=$? | |
12442 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12443 | (exit $ac_status); } | |
12444 | { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 | |
12445 | (eval $ac_compiler -V </dev/null >&5) 2>&5 | |
12446 | ac_status=$? | |
12447 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12448 | (exit $ac_status); } | |
12449 | ||
12450 | echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 | |
12451 | echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 | |
12452 | if test "${ac_cv_cxx_compiler_gnu+set}" = set; then | |
12453 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12454 | else | |
12455 | cat >conftest.$ac_ext <<_ACEOF | |
12456 | /* confdefs.h. */ | |
12457 | _ACEOF | |
12458 | cat confdefs.h >>conftest.$ac_ext | |
12459 | cat >>conftest.$ac_ext <<_ACEOF | |
12460 | /* end confdefs.h. */ | |
12461 | ||
12462 | int | |
12463 | main () | |
12464 | { | |
12465 | #ifndef __GNUC__ | |
12466 | choke me | |
12467 | #endif | |
12468 | ||
12469 | ; | |
12470 | return 0; | |
12471 | } | |
12472 | _ACEOF | |
12473 | rm -f conftest.$ac_objext | |
12474 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 12475 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 12476 | ac_status=$? |
ac1cb8d3 VS |
12477 | grep -v '^ *+' conftest.er1 >conftest.err |
12478 | rm -f conftest.er1 | |
12479 | cat conftest.err >&5 | |
a848cd7e SC |
12480 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12481 | (exit $ac_status); } && | |
6ebeb4c7 | 12482 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
12483 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12484 | (eval $ac_try) 2>&5 | |
12485 | ac_status=$? | |
12486 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12487 | (exit $ac_status); }; } && | |
12488 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
12489 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12490 | (eval $ac_try) 2>&5 | |
12491 | ac_status=$? | |
12492 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12493 | (exit $ac_status); }; }; then | |
12494 | ac_compiler_gnu=yes | |
12495 | else | |
12496 | echo "$as_me: failed program was:" >&5 | |
12497 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12498 | ||
12499 | ac_compiler_gnu=no | |
12500 | fi | |
ac1cb8d3 | 12501 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
12502 | ac_cv_cxx_compiler_gnu=$ac_compiler_gnu |
12503 | ||
12504 | fi | |
12505 | echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 | |
12506 | echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 | |
12507 | GXX=`test $ac_compiler_gnu = yes && echo yes` | |
12508 | ac_test_CXXFLAGS=${CXXFLAGS+set} | |
12509 | ac_save_CXXFLAGS=$CXXFLAGS | |
12510 | CXXFLAGS="-g" | |
12511 | echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 | |
12512 | echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 | |
12513 | if test "${ac_cv_prog_cxx_g+set}" = set; then | |
12514 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12515 | else | |
12516 | cat >conftest.$ac_ext <<_ACEOF | |
12517 | /* confdefs.h. */ | |
12518 | _ACEOF | |
12519 | cat confdefs.h >>conftest.$ac_ext | |
12520 | cat >>conftest.$ac_ext <<_ACEOF | |
12521 | /* end confdefs.h. */ | |
12522 | ||
12523 | int | |
12524 | main () | |
12525 | { | |
12526 | ||
12527 | ; | |
12528 | return 0; | |
12529 | } | |
12530 | _ACEOF | |
12531 | rm -f conftest.$ac_objext | |
12532 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 12533 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 12534 | ac_status=$? |
ac1cb8d3 VS |
12535 | grep -v '^ *+' conftest.er1 >conftest.err |
12536 | rm -f conftest.er1 | |
12537 | cat conftest.err >&5 | |
a848cd7e SC |
12538 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12539 | (exit $ac_status); } && | |
6ebeb4c7 | 12540 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
12541 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12542 | (eval $ac_try) 2>&5 | |
12543 | ac_status=$? | |
12544 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12545 | (exit $ac_status); }; } && | |
12546 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
12547 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12548 | (eval $ac_try) 2>&5 | |
12549 | ac_status=$? | |
12550 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12551 | (exit $ac_status); }; }; then | |
12552 | ac_cv_prog_cxx_g=yes | |
12553 | else | |
12554 | echo "$as_me: failed program was:" >&5 | |
12555 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12556 | ||
12557 | ac_cv_prog_cxx_g=no | |
12558 | fi | |
ac1cb8d3 | 12559 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
12560 | fi |
12561 | echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 | |
12562 | echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 | |
12563 | if test "$ac_test_CXXFLAGS" = set; then | |
12564 | CXXFLAGS=$ac_save_CXXFLAGS | |
12565 | elif test $ac_cv_prog_cxx_g = yes; then | |
12566 | if test "$GXX" = yes; then | |
1ff36a0a | 12567 | CXXFLAGS="$CXXFLAGS -g -O2" |
a848cd7e | 12568 | else |
1ff36a0a | 12569 | CXXFLAGS="$CXXFLAGS -g" |
a848cd7e SC |
12570 | fi |
12571 | else | |
12572 | if test "$GXX" = yes; then | |
12573 | CXXFLAGS="-O2" | |
12574 | else | |
12575 | CXXFLAGS= | |
12576 | fi | |
12577 | fi | |
12578 | for ac_declaration in \ | |
ac1cb8d3 | 12579 | '' \ |
a848cd7e SC |
12580 | 'extern "C" void std::exit (int) throw (); using std::exit;' \ |
12581 | 'extern "C" void std::exit (int); using std::exit;' \ | |
12582 | 'extern "C" void exit (int) throw ();' \ | |
12583 | 'extern "C" void exit (int);' \ | |
12584 | 'void exit (int);' | |
12585 | do | |
12586 | cat >conftest.$ac_ext <<_ACEOF | |
12587 | /* confdefs.h. */ | |
12588 | _ACEOF | |
12589 | cat confdefs.h >>conftest.$ac_ext | |
12590 | cat >>conftest.$ac_ext <<_ACEOF | |
12591 | /* end confdefs.h. */ | |
de59c161 | 12592 | $ac_declaration |
ac1cb8d3 | 12593 | #include <stdlib.h> |
a848cd7e SC |
12594 | int |
12595 | main () | |
12596 | { | |
12597 | exit (42); | |
12598 | ; | |
12599 | return 0; | |
12600 | } | |
12601 | _ACEOF | |
12602 | rm -f conftest.$ac_objext | |
12603 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 12604 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 12605 | ac_status=$? |
ac1cb8d3 VS |
12606 | grep -v '^ *+' conftest.er1 >conftest.err |
12607 | rm -f conftest.er1 | |
12608 | cat conftest.err >&5 | |
a848cd7e SC |
12609 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12610 | (exit $ac_status); } && | |
6ebeb4c7 | 12611 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
12612 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12613 | (eval $ac_try) 2>&5 | |
12614 | ac_status=$? | |
12615 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12616 | (exit $ac_status); }; } && | |
12617 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
12618 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12619 | (eval $ac_try) 2>&5 | |
12620 | ac_status=$? | |
12621 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12622 | (exit $ac_status); }; }; then | |
12623 | : | |
12624 | else | |
12625 | echo "$as_me: failed program was:" >&5 | |
12626 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12627 | ||
12628 | continue | |
12629 | fi | |
ac1cb8d3 | 12630 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
12631 | cat >conftest.$ac_ext <<_ACEOF |
12632 | /* confdefs.h. */ | |
12633 | _ACEOF | |
12634 | cat confdefs.h >>conftest.$ac_ext | |
12635 | cat >>conftest.$ac_ext <<_ACEOF | |
12636 | /* end confdefs.h. */ | |
12637 | $ac_declaration | |
12638 | int | |
12639 | main () | |
12640 | { | |
12641 | exit (42); | |
12642 | ; | |
12643 | return 0; | |
12644 | } | |
12645 | _ACEOF | |
12646 | rm -f conftest.$ac_objext | |
12647 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 12648 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 12649 | ac_status=$? |
ac1cb8d3 VS |
12650 | grep -v '^ *+' conftest.er1 >conftest.err |
12651 | rm -f conftest.er1 | |
12652 | cat conftest.err >&5 | |
a848cd7e SC |
12653 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12654 | (exit $ac_status); } && | |
6ebeb4c7 | 12655 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
12656 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12657 | (eval $ac_try) 2>&5 | |
12658 | ac_status=$? | |
12659 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12660 | (exit $ac_status); }; } && | |
12661 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
12662 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12663 | (eval $ac_try) 2>&5 | |
12664 | ac_status=$? | |
12665 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12666 | (exit $ac_status); }; }; then | |
12667 | break | |
12668 | else | |
12669 | echo "$as_me: failed program was:" >&5 | |
12670 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12671 | ||
12672 | fi | |
ac1cb8d3 | 12673 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
12674 | done |
12675 | rm -f conftest* | |
12676 | if test -n "$ac_declaration"; then | |
12677 | echo '#ifdef __cplusplus' >>confdefs.h | |
12678 | echo $ac_declaration >>confdefs.h | |
12679 | echo '#endif' >>confdefs.h | |
12680 | fi | |
12681 | ||
12682 | ac_ext=cc | |
12683 | ac_cpp='$CXXCPP $CPPFLAGS' | |
12684 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12685 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12686 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
12687 | ||
6dcfc289 | 12688 | echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5 |
480ccd21 DE |
12689 | echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6 |
12690 | if test "${wx_cv_cxx_exto+set}" = set; then | |
12691 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12692 | else | |
12693 | cat >conftest.$ac_ext <<_ACEOF | |
12694 | /* confdefs.h. */ | |
12695 | _ACEOF | |
12696 | cat confdefs.h >>conftest.$ac_ext | |
12697 | cat >>conftest.$ac_ext <<_ACEOF | |
12698 | /* end confdefs.h. */ | |
12699 | ||
12700 | int | |
12701 | main () | |
12702 | { | |
12703 | ||
12704 | ; | |
12705 | return 0; | |
12706 | } | |
12707 | _ACEOF | |
12708 | rm -f conftest.$ac_objext conftest.$ac_ext.o | |
12709 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
12710 | (eval $ac_compile) 2>&5 | |
12711 | ac_status=$? | |
12712 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12713 | (exit $ac_status); }; then | |
12714 | for ac_file in `(ls conftest.* 2>/dev/null)`; do | |
12715 | case $ac_file in | |
12716 | conftest.$ac_ext.o) | |
12717 | wx_cv_cxx_exto="-ext o" | |
12718 | ;; | |
12719 | *) | |
12720 | ;; | |
12721 | esac | |
12722 | done | |
12723 | else | |
12724 | { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile | |
12725 | See \`config.log' for more details." >&5 | |
12726 | echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile | |
12727 | See \`config.log' for more details." >&2;} | |
12728 | { (exit 1); exit 1; }; } | |
12729 | ||
12730 | fi | |
12731 | ||
12732 | rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext | |
12733 | ||
12734 | fi | |
12735 | echo "$as_me:$LINENO: result: $wx_cv_cxx_exto" >&5 | |
12736 | echo "${ECHO_T}$wx_cv_cxx_exto" >&6 | |
12737 | if test "x$wx_cv_cxx_exto" '!=' "x"; then | |
12738 | if test "cxx" = "c"; then | |
12739 | CFLAGS="$wx_cv_cxx_exto $CFLAGS" | |
12740 | fi | |
12741 | if test "cxx" = "cxx"; then | |
12742 | CXXFLAGS="$wx_cv_cxx_exto $CXXFLAGS" | |
12743 | fi | |
12744 | fi | |
12745 | ||
6dcfc289 DE |
12746 | if test "x$wx_cv_cxx_exto" '!=' "x"; then |
12747 | unset ac_cv_prog_cxx_g | |
12748 | ac_test_CXXFLAGS=${CXXFLAGS+set} | |
480ccd21 DE |
12749 | ac_save_CXXFLAGS=$CXXFLAGS |
12750 | CXXFLAGS="-g" | |
12751 | echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 | |
12752 | echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 | |
12753 | if test "${ac_cv_prog_cxx_g+set}" = set; then | |
12754 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12755 | else | |
12756 | cat >conftest.$ac_ext <<_ACEOF | |
12757 | /* confdefs.h. */ | |
12758 | _ACEOF | |
12759 | cat confdefs.h >>conftest.$ac_ext | |
12760 | cat >>conftest.$ac_ext <<_ACEOF | |
12761 | /* end confdefs.h. */ | |
12762 | ||
12763 | int | |
12764 | main () | |
12765 | { | |
12766 | ||
12767 | ; | |
12768 | return 0; | |
12769 | } | |
12770 | _ACEOF | |
12771 | rm -f conftest.$ac_objext | |
12772 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
12773 | (eval $ac_compile) 2>conftest.er1 | |
12774 | ac_status=$? | |
12775 | grep -v '^ *+' conftest.er1 >conftest.err | |
12776 | rm -f conftest.er1 | |
12777 | cat conftest.err >&5 | |
12778 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12779 | (exit $ac_status); } && | |
6ebeb4c7 | 12780 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
480ccd21 DE |
12781 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12782 | (eval $ac_try) 2>&5 | |
12783 | ac_status=$? | |
12784 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12785 | (exit $ac_status); }; } && | |
12786 | { ac_try='test -s conftest.$ac_objext' | |
12787 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
12788 | (eval $ac_try) 2>&5 | |
12789 | ac_status=$? | |
12790 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12791 | (exit $ac_status); }; }; then | |
12792 | ac_cv_prog_cxx_g=yes | |
12793 | else | |
12794 | echo "$as_me: failed program was:" >&5 | |
12795 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12796 | ||
12797 | ac_cv_prog_cxx_g=no | |
12798 | fi | |
12799 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
12800 | fi | |
12801 | echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 | |
12802 | echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 | |
12803 | if test "$ac_test_CXXFLAGS" = set; then | |
12804 | CXXFLAGS=$ac_save_CXXFLAGS | |
12805 | elif test $ac_cv_prog_cxx_g = yes; then | |
12806 | if test "$GXX" = yes; then | |
1ff36a0a | 12807 | CXXFLAGS="$CXXFLAGS -g -O2" |
480ccd21 | 12808 | else |
1ff36a0a | 12809 | CXXFLAGS="$CXXFLAGS -g" |
480ccd21 DE |
12810 | fi |
12811 | else | |
12812 | if test "$GXX" = yes; then | |
12813 | CXXFLAGS="-O2" | |
12814 | else | |
12815 | CXXFLAGS= | |
12816 | fi | |
12817 | fi | |
6dcfc289 DE |
12818 | fi |
12819 | ac_ext=cc | |
95986553 DE |
12820 | ac_cpp='$CXXCPP $CPPFLAGS' |
12821 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12822 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12823 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
12824 | ||
12825 | echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5 | |
12826 | echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6 | |
12827 | if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then | |
12828 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12829 | else | |
12830 | cat >conftest.$ac_ext <<_ACEOF | |
12831 | /* confdefs.h. */ | |
12832 | _ACEOF | |
12833 | cat confdefs.h >>conftest.$ac_ext | |
12834 | cat >>conftest.$ac_ext <<_ACEOF | |
12835 | /* end confdefs.h. */ | |
12836 | ||
12837 | int | |
12838 | main () | |
12839 | { | |
12840 | #ifndef __MWERKS__ | |
12841 | choke me | |
12842 | #endif | |
12843 | ||
12844 | ; | |
12845 | return 0; | |
12846 | } | |
12847 | _ACEOF | |
12848 | rm -f conftest.$ac_objext | |
12849 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
12850 | (eval $ac_compile) 2>conftest.er1 | |
12851 | ac_status=$? | |
12852 | grep -v '^ *+' conftest.er1 >conftest.err | |
12853 | rm -f conftest.er1 | |
12854 | cat conftest.err >&5 | |
12855 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12856 | (exit $ac_status); } && | |
6ebeb4c7 | 12857 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
95986553 DE |
12858 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12859 | (eval $ac_try) 2>&5 | |
12860 | ac_status=$? | |
12861 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12862 | (exit $ac_status); }; } && | |
12863 | { ac_try='test -s conftest.$ac_objext' | |
12864 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
12865 | (eval $ac_try) 2>&5 | |
12866 | ac_status=$? | |
12867 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12868 | (exit $ac_status); }; }; then | |
12869 | bakefile_compiler_mwerks=yes | |
12870 | else | |
12871 | echo "$as_me: failed program was:" >&5 | |
12872 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12873 | ||
12874 | bakefile_compiler_mwerks=no | |
12875 | fi | |
12876 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
12877 | bakefile_cv_cxx_compiler_mwerks=$bakefile_compiler_mwerks | |
12878 | ||
12879 | fi | |
12880 | echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5 | |
12881 | echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6 | |
12882 | ||
0e6fa1d9 | 12883 | MWCXX=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes` |
95986553 DE |
12884 | ac_ext=cc |
12885 | ac_cpp='$CXXCPP $CPPFLAGS' | |
12886 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12887 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12888 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
12889 | ||
12890 | ||
6dcfc289 | 12891 | ac_ext=cc |
9273ffba DE |
12892 | ac_cpp='$CXXCPP $CPPFLAGS' |
12893 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12894 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12895 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
12896 | ||
12897 | echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5 | |
12898 | echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6 | |
12899 | if test "${wx_cv_cxx_compiler_xlc+set}" = set; then | |
12900 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12901 | else | |
12902 | cat >conftest.$ac_ext <<_ACEOF | |
12903 | /* confdefs.h. */ | |
12904 | _ACEOF | |
12905 | cat confdefs.h >>conftest.$ac_ext | |
12906 | cat >>conftest.$ac_ext <<_ACEOF | |
12907 | /* end confdefs.h. */ | |
12908 | ||
12909 | int | |
12910 | main () | |
12911 | { | |
12912 | #ifndef __xlC__ | |
12913 | choke me | |
12914 | #endif | |
12915 | ||
12916 | ; | |
12917 | return 0; | |
12918 | } | |
12919 | _ACEOF | |
12920 | rm -f conftest.$ac_objext | |
12921 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
12922 | (eval $ac_compile) 2>conftest.er1 | |
12923 | ac_status=$? | |
12924 | grep -v '^ *+' conftest.er1 >conftest.err | |
12925 | rm -f conftest.er1 | |
12926 | cat conftest.err >&5 | |
12927 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12928 | (exit $ac_status); } && | |
6ebeb4c7 | 12929 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
9273ffba DE |
12930 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12931 | (eval $ac_try) 2>&5 | |
12932 | ac_status=$? | |
12933 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12934 | (exit $ac_status); }; } && | |
12935 | { ac_try='test -s conftest.$ac_objext' | |
12936 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
12937 | (eval $ac_try) 2>&5 | |
12938 | ac_status=$? | |
12939 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12940 | (exit $ac_status); }; }; then | |
12941 | wx_compiler_xlc=yes | |
12942 | else | |
12943 | echo "$as_me: failed program was:" >&5 | |
12944 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12945 | ||
12946 | wx_compiler_xlc=no | |
12947 | fi | |
12948 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
12949 | wx_cv_cxx_compiler_xlc=$wx_compiler_xlc | |
12950 | ||
12951 | fi | |
12952 | echo "$as_me:$LINENO: result: $wx_cv_cxx_compiler_xlc" >&5 | |
12953 | echo "${ECHO_T}$wx_cv_cxx_compiler_xlc" >&6 | |
12954 | ||
0e6fa1d9 | 12955 | XLCXX=`test $wx_cv_cxx_compiler_xlc = yes && echo yes` |
9273ffba DE |
12956 | ac_ext=cc |
12957 | ac_cpp='$CXXCPP $CPPFLAGS' | |
12958 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12959 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12960 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
12961 | ||
12962 | ||
95986553 | 12963 | |
6dcfc289 | 12964 | |
a9e5b1f0 MW |
12965 | ac_ext=cc |
12966 | ac_cpp='$CXXCPP $CPPFLAGS' | |
12967 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12968 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12969 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
12970 | ||
12971 | echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5 | |
12972 | echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6 | |
12973 | if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then | |
12974 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12975 | else | |
12976 | cat >conftest.$ac_ext <<_ACEOF | |
12977 | /* confdefs.h. */ | |
12978 | _ACEOF | |
12979 | cat confdefs.h >>conftest.$ac_ext | |
12980 | cat >>conftest.$ac_ext <<_ACEOF | |
12981 | /* end confdefs.h. */ | |
12982 | ||
12983 | int | |
12984 | main () | |
12985 | { | |
12986 | ||
12987 | #ifndef __SUNPRO_CC | |
12988 | choke me | |
12989 | #endif | |
12990 | ||
12991 | ; | |
12992 | return 0; | |
12993 | } | |
12994 | _ACEOF | |
12995 | rm -f conftest.$ac_objext | |
12996 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
12997 | (eval $ac_compile) 2>conftest.er1 | |
12998 | ac_status=$? | |
12999 | grep -v '^ *+' conftest.er1 >conftest.err | |
13000 | rm -f conftest.er1 | |
13001 | cat conftest.err >&5 | |
13002 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13003 | (exit $ac_status); } && | |
6ebeb4c7 | 13004 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
a9e5b1f0 MW |
13005 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13006 | (eval $ac_try) 2>&5 | |
13007 | ac_status=$? | |
13008 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13009 | (exit $ac_status); }; } && | |
13010 | { ac_try='test -s conftest.$ac_objext' | |
13011 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13012 | (eval $ac_try) 2>&5 | |
13013 | ac_status=$? | |
13014 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13015 | (exit $ac_status); }; }; then | |
13016 | bakefile_cv_cxx_compiler___SUNPRO_CC=yes | |
13017 | else | |
13018 | echo "$as_me: failed program was:" >&5 | |
13019 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13020 | ||
13021 | bakefile_cv_cxx_compiler___SUNPRO_CC=no | |
13022 | ||
13023 | fi | |
13024 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
13025 | ||
13026 | ||
13027 | fi | |
13028 | echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5 | |
13029 | echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6 | |
13030 | ac_ext=cc | |
13031 | ac_cpp='$CXXCPP $CPPFLAGS' | |
13032 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
13033 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
13034 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
13035 | ||
13036 | if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then | |
13037 | :; SUNCXX=yes | |
13038 | else | |
13039 | :; | |
13040 | fi | |
13041 | ||
13042 | ||
13043 | ||
13044 | ||
a848cd7e SC |
13045 | ac_ext=c |
13046 | ac_cpp='$CPP $CPPFLAGS' | |
13047 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
13048 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
13049 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
13050 | ||
13051 | ||
a848cd7e SC |
13052 | if test -n "$ac_tool_prefix"; then |
13053 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
13054 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | |
13055 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
13056 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
13057 | if test "${ac_cv_prog_RANLIB+set}" = set; then | |
13058 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13059 | else | |
13060 | if test -n "$RANLIB"; then | |
13061 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
13062 | else | |
13063 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
13064 | for as_dir in $PATH | |
13065 | do | |
13066 | IFS=$as_save_IFS | |
13067 | test -z "$as_dir" && as_dir=. | |
13068 | for ac_exec_ext in '' $ac_executable_extensions; do | |
13069 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
13070 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" | |
13071 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
13072 | break 2 | |
13073 | fi | |
13074 | done | |
13075 | done | |
13076 | ||
13077 | fi | |
13078 | fi | |
13079 | RANLIB=$ac_cv_prog_RANLIB | |
13080 | if test -n "$RANLIB"; then | |
13081 | echo "$as_me:$LINENO: result: $RANLIB" >&5 | |
13082 | echo "${ECHO_T}$RANLIB" >&6 | |
13083 | else | |
13084 | echo "$as_me:$LINENO: result: no" >&5 | |
13085 | echo "${ECHO_T}no" >&6 | |
13086 | fi | |
13087 | ||
13088 | fi | |
13089 | if test -z "$ac_cv_prog_RANLIB"; then | |
13090 | ac_ct_RANLIB=$RANLIB | |
13091 | # Extract the first word of "ranlib", so it can be a program name with args. | |
13092 | set dummy ranlib; ac_word=$2 | |
13093 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
13094 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
13095 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then | |
13096 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13097 | else | |
13098 | if test -n "$ac_ct_RANLIB"; then | |
13099 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
13100 | else | |
13101 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
13102 | for as_dir in $PATH | |
13103 | do | |
13104 | IFS=$as_save_IFS | |
13105 | test -z "$as_dir" && as_dir=. | |
13106 | for ac_exec_ext in '' $ac_executable_extensions; do | |
13107 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
13108 | ac_cv_prog_ac_ct_RANLIB="ranlib" | |
13109 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
13110 | break 2 | |
13111 | fi | |
13112 | done | |
13113 | done | |
13114 | ||
13115 | test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" | |
13116 | fi | |
13117 | fi | |
13118 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | |
13119 | if test -n "$ac_ct_RANLIB"; then | |
13120 | echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 | |
13121 | echo "${ECHO_T}$ac_ct_RANLIB" >&6 | |
13122 | else | |
13123 | echo "$as_me:$LINENO: result: no" >&5 | |
13124 | echo "${ECHO_T}no" >&6 | |
13125 | fi | |
13126 | ||
13127 | RANLIB=$ac_ct_RANLIB | |
13128 | else | |
13129 | RANLIB="$ac_cv_prog_RANLIB" | |
13130 | fi | |
13131 | ||
13132 | ||
13133 | # Extract the first word of "ar", so it can be a program name with args. | |
13134 | set dummy ar; ac_word=$2 | |
13135 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
13136 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
13137 | if test "${ac_cv_prog_AR+set}" = set; then | |
13138 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13139 | else | |
13140 | if test -n "$AR"; then | |
13141 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
13142 | else | |
13143 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
13144 | for as_dir in $PATH | |
13145 | do | |
13146 | IFS=$as_save_IFS | |
13147 | test -z "$as_dir" && as_dir=. | |
13148 | for ac_exec_ext in '' $ac_executable_extensions; do | |
13149 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
13150 | ac_cv_prog_AR="ar" | |
13151 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
13152 | break 2 | |
13153 | fi | |
13154 | done | |
13155 | done | |
13156 | ||
13157 | fi | |
13158 | fi | |
13159 | AR=$ac_cv_prog_AR | |
13160 | if test -n "$AR"; then | |
13161 | echo "$as_me:$LINENO: result: $AR" >&5 | |
13162 | echo "${ECHO_T}$AR" >&6 | |
13163 | else | |
13164 | echo "$as_me:$LINENO: result: no" >&5 | |
13165 | echo "${ECHO_T}no" >&6 | |
13166 | fi | |
13167 | ||
13168 | if test "x$AR" = "x" ; then | |
77ffb593 JS |
13169 | { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5 |
13170 | echo "$as_me: error: ar is needed to build wxWidgets" >&2;} | |
a848cd7e SC |
13171 | { (exit 1); exit 1; }; } |
13172 | fi | |
13173 | ||
13174 | # Find a good install program. We prefer a C program (faster), | |
13175 | # so one script is as good as another. But avoid the broken or | |
13176 | # incompatible versions: | |
13177 | # SysV /etc/install, /usr/sbin/install | |
13178 | # SunOS /usr/etc/install | |
13179 | # IRIX /sbin/install | |
13180 | # AIX /bin/install | |
13181 | # AmigaOS /C/install, which installs bootblocks on floppy discs | |
13182 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | |
13183 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
13184 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
ac1cb8d3 | 13185 | # OS/2's system install, which has a completely different semantic |
a848cd7e SC |
13186 | # ./install, which can be erroneously created by make from ./install.sh. |
13187 | echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 | |
13188 | echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 | |
13189 | if test -z "$INSTALL"; then | |
13190 | if test "${ac_cv_path_install+set}" = set; then | |
13191 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13192 | else | |
13193 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
13194 | for as_dir in $PATH | |
13195 | do | |
13196 | IFS=$as_save_IFS | |
13197 | test -z "$as_dir" && as_dir=. | |
13198 | # Account for people who put trailing slashes in PATH elements. | |
13199 | case $as_dir/ in | |
13200 | ./ | .// | /cC/* | \ | |
13201 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ | |
ac1cb8d3 | 13202 | ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ |
a848cd7e SC |
13203 | /usr/ucb/* ) ;; |
13204 | *) | |
13205 | # OSF1 and SCO ODT 3.0 have their own names for install. | |
13206 | # Don't use installbsd from OSF since it installs stuff as root | |
13207 | # by default. | |
13208 | for ac_prog in ginstall scoinst install; do | |
13209 | for ac_exec_ext in '' $ac_executable_extensions; do | |
ac1cb8d3 VS |
13210 | if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
13211 | if test $ac_prog = install && | |
13212 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
13213 | # AIX install. It has an incompatible calling convention. | |
13214 | : | |
13215 | elif test $ac_prog = install && | |
13216 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
13217 | # program-specific install script used by HP pwplus--don't use. | |
13218 | : | |
13219 | else | |
13220 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | |
13221 | break 3 | |
13222 | fi | |
13223 | fi | |
a848cd7e SC |
13224 | done |
13225 | done | |
13226 | ;; | |
13227 | esac | |
13228 | done | |
13229 | ||
13230 | ||
13231 | fi | |
13232 | if test "${ac_cv_path_install+set}" = set; then | |
13233 | INSTALL=$ac_cv_path_install | |
13234 | else | |
13235 | # As a last resort, use the slow shell script. We don't cache a | |
13236 | # path for INSTALL within a source directory, because that will | |
13237 | # break other packages using the cache if that directory is | |
13238 | # removed, or if the path is relative. | |
13239 | INSTALL=$ac_install_sh | |
13240 | fi | |
13241 | fi | |
13242 | echo "$as_me:$LINENO: result: $INSTALL" >&5 | |
13243 | echo "${ECHO_T}$INSTALL" >&6 | |
13244 | ||
13245 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
13246 | # It thinks the first close brace ends the variable substitution. | |
13247 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
13248 | ||
13249 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' | |
13250 | ||
13251 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
13252 | ||
13253 | ||
13254 | case ${INSTALL} in | |
13255 | /* ) # Absolute | |
13256 | ;; | |
13257 | ?:* ) # Drive letter, considered as absolute. | |
13258 | ;; | |
13259 | *) | |
13260 | INSTALL=`pwd`/${INSTALL} ;; | |
13261 | esac | |
13262 | ||
a848cd7e SC |
13263 | |
13264 | case "${host}" in | |
13265 | ||
cfda0ea8 | 13266 | *-*-darwin* ) |
a848cd7e SC |
13267 | INSTALL_PROGRAM="cp -fp" |
13268 | INSTALL_DATA="cp -fp" | |
13269 | ;; | |
13270 | *) | |
13271 | ;; | |
13272 | esac | |
13273 | ||
13274 | # Extract the first word of "strip", so it can be a program name with args. | |
13275 | set dummy strip; ac_word=$2 | |
13276 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
13277 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
13278 | if test "${ac_cv_prog_STRIP+set}" = set; then | |
13279 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13280 | else | |
13281 | if test -n "$STRIP"; then | |
13282 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
13283 | else | |
13284 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
13285 | for as_dir in $PATH | |
13286 | do | |
13287 | IFS=$as_save_IFS | |
13288 | test -z "$as_dir" && as_dir=. | |
13289 | for ac_exec_ext in '' $ac_executable_extensions; do | |
13290 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
13291 | ac_cv_prog_STRIP="strip" | |
13292 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
13293 | break 2 | |
13294 | fi | |
13295 | done | |
13296 | done | |
13297 | ||
13298 | test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true" | |
13299 | fi | |
13300 | fi | |
13301 | STRIP=$ac_cv_prog_STRIP | |
13302 | if test -n "$STRIP"; then | |
13303 | echo "$as_me:$LINENO: result: $STRIP" >&5 | |
13304 | echo "${ECHO_T}$STRIP" >&6 | |
13305 | else | |
13306 | echo "$as_me:$LINENO: result: no" >&5 | |
13307 | echo "${ECHO_T}no" >&6 | |
13308 | fi | |
13309 | ||
13310 | ||
13311 | echo "$as_me:$LINENO: checking if make is GNU make" >&5 | |
13312 | echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6 | |
13313 | if test "${wx_cv_prog_makeisgnu+set}" = set; then | |
13314 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13315 | else | |
13316 | ||
13317 | if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null | | |
13318 | egrep -s GNU > /dev/null); then | |
13319 | wx_cv_prog_makeisgnu="yes" | |
13320 | else | |
13321 | wx_cv_prog_makeisgnu="no" | |
13322 | fi | |
13323 | ||
13324 | fi | |
13325 | echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5 | |
13326 | echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6 | |
13327 | ||
13328 | if test "x$wx_cv_prog_makeisgnu" = "xyes"; then | |
13329 | IF_GNU_MAKE="" | |
13330 | else | |
13331 | IF_GNU_MAKE="#" | |
13332 | fi | |
13333 | ||
13334 | ||
13335 | ||
13336 | if test "x$wx_cv_prog_makeisgnu" != "xyes"; then | |
13337 | echo "$as_me:$LINENO: checking if make supports VPATH" >&5 | |
13338 | echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6 | |
13339 | if test "${wx_cv_prog_makevpath+set}" = set; then | |
13340 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13341 | else | |
13342 | ||
13343 | cat - << EOF > confMake | |
13344 | check : file | |
13345 | cp \$? \$@ | |
13346 | cp \$? final_file | |
13347 | EOF | |
13348 | ||
13349 | if test ! -d sub ; then | |
13350 | mkdir sub | |
13351 | fi | |
13352 | echo dummy > sub/file | |
13353 | ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null | |
13354 | RESULT=$? | |
13355 | rm -f sub/file check final_file confMake | |
13356 | rmdir sub | |
13357 | if test "$RESULT" = 0; then | |
13358 | wx_cv_prog_makevpath="yes" | |
13359 | else | |
13360 | wx_cv_prog_makevpath="no" | |
13361 | fi | |
13362 | ||
13363 | fi | |
13364 | echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5 | |
13365 | echo "${ECHO_T}$wx_cv_prog_makevpath" >&6 | |
13366 | ||
13367 | if test "x$wx_cv_prog_makevpath" != "xyes"; then | |
13368 | { { echo "$as_me:$LINENO: error: | |
13369 | You need a make-utility that is able to use the variable | |
13370 | VPATH correctly. | |
13371 | If your version of make does not support VPATH correctly, | |
13372 | please install GNU-make (possibly as gmake), and start | |
13373 | configure with the following command: | |
13374 | export MAKE=gmake; ./configure for sh-type shells | |
13375 | setenv MAKE gmake; ./configure for csh-type shells | |
13376 | Also please do remember to use gmake in this case every time | |
13377 | you are trying to compile. | |
13378 | " >&5 | |
13379 | echo "$as_me: error: | |
13380 | You need a make-utility that is able to use the variable | |
13381 | VPATH correctly. | |
13382 | If your version of make does not support VPATH correctly, | |
13383 | please install GNU-make (possibly as gmake), and start | |
13384 | configure with the following command: | |
13385 | export MAKE=gmake; ./configure for sh-type shells | |
13386 | setenv MAKE gmake; ./configure for csh-type shells | |
13387 | Also please do remember to use gmake in this case every time | |
13388 | you are trying to compile. | |
13389 | " >&2;} | |
13390 | { (exit 1); exit 1; }; } | |
13391 | fi fi | |
13392 | echo "$as_me:$LINENO: checking whether ln -s works" >&5 | |
13393 | echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 | |
13394 | LN_S=$as_ln_s | |
13395 | if test "$LN_S" = "ln -s"; then | |
13396 | echo "$as_me:$LINENO: result: yes" >&5 | |
13397 | echo "${ECHO_T}yes" >&6 | |
13398 | else | |
13399 | echo "$as_me:$LINENO: result: no, using $LN_S" >&5 | |
13400 | echo "${ECHO_T}no, using $LN_S" >&6 | |
13401 | fi | |
13402 | ||
13403 | ||
13404 | ||
2113bc77 | 13405 | if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then |
9273ffba DE |
13406 | CXXFLAGS="$CXXFLAGS -qunique" |
13407 | fi | |
13408 | ||
13409 | ||
4d7ec9f1 DE |
13410 | case "${host}" in |
13411 | powerpc-*-darwin* ) | |
13412 | echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5 | |
13413 | echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6 | |
13414 | cat >conftest.$ac_ext <<_ACEOF | |
13415 | /* confdefs.h. */ | |
13416 | _ACEOF | |
13417 | cat confdefs.h >>conftest.$ac_ext | |
13418 | cat >>conftest.$ac_ext <<_ACEOF | |
13419 | /* end confdefs.h. */ | |
13420 | ||
13421 | int | |
13422 | main () | |
13423 | { | |
13424 | #ifndef __POWERPC__ | |
13425 | choke me for lack of PowerPC | |
13426 | #endif | |
13427 | ||
13428 | ; | |
13429 | return 0; | |
13430 | } | |
13431 | _ACEOF | |
13432 | rm -f conftest.$ac_objext | |
13433 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
13434 | (eval $ac_compile) 2>conftest.er1 | |
13435 | ac_status=$? | |
13436 | grep -v '^ *+' conftest.er1 >conftest.err | |
13437 | rm -f conftest.er1 | |
13438 | cat conftest.err >&5 | |
13439 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13440 | (exit $ac_status); } && | |
6ebeb4c7 | 13441 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
4d7ec9f1 DE |
13442 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13443 | (eval $ac_try) 2>&5 | |
13444 | ac_status=$? | |
13445 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13446 | (exit $ac_status); }; } && | |
13447 | { ac_try='test -s conftest.$ac_objext' | |
13448 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13449 | (eval $ac_try) 2>&5 | |
13450 | ac_status=$? | |
13451 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13452 | (exit $ac_status); }; }; then | |
13453 | echo "$as_me:$LINENO: result: yes" >&5 | |
13454 | echo "${ECHO_T}yes" >&6 | |
13455 | else | |
13456 | echo "$as_me: failed program was:" >&5 | |
13457 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13458 | ||
13459 | echo "$as_me:$LINENO: result: no" >&5 | |
13460 | echo "${ECHO_T}no" >&6 | |
13461 | cat >>confdefs.h <<\_ACEOF | |
13462 | #define __POWERPC__ 1 | |
13463 | _ACEOF | |
13464 | ||
13465 | ||
13466 | fi | |
13467 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
cfda0ea8 DE |
13468 | ;; |
13469 | esac | |
13470 | ||
13471 | case "${host}" in | |
13472 | *-*-darwin* ) | |
4d7ec9f1 DE |
13473 | echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5 |
13474 | echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6 | |
13475 | cat >conftest.$ac_ext <<_ACEOF | |
13476 | /* confdefs.h. */ | |
13477 | _ACEOF | |
13478 | cat confdefs.h >>conftest.$ac_ext | |
13479 | cat >>conftest.$ac_ext <<_ACEOF | |
13480 | /* end confdefs.h. */ | |
13481 | #include <CoreFoundation/CFBase.h> | |
13482 | ||
13483 | int | |
13484 | main () | |
13485 | { | |
13486 | ||
13487 | ; | |
13488 | return 0; | |
13489 | } | |
13490 | _ACEOF | |
13491 | rm -f conftest.$ac_objext | |
13492 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
13493 | (eval $ac_compile) 2>conftest.er1 | |
13494 | ac_status=$? | |
13495 | grep -v '^ *+' conftest.er1 >conftest.err | |
13496 | rm -f conftest.er1 | |
13497 | cat conftest.err >&5 | |
13498 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13499 | (exit $ac_status); } && | |
6ebeb4c7 | 13500 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
4d7ec9f1 DE |
13501 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13502 | (eval $ac_try) 2>&5 | |
13503 | ac_status=$? | |
13504 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13505 | (exit $ac_status); }; } && | |
13506 | { ac_try='test -s conftest.$ac_objext' | |
13507 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13508 | (eval $ac_try) 2>&5 | |
13509 | ac_status=$? | |
13510 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13511 | (exit $ac_status); }; }; then | |
13512 | echo "$as_me:$LINENO: result: yes" >&5 | |
13513 | echo "${ECHO_T}yes" >&6 | |
13514 | else | |
13515 | echo "$as_me: failed program was:" >&5 | |
13516 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13517 | ||
13518 | echo "$as_me:$LINENO: result: no" >&5 | |
13519 | echo "${ECHO_T}no" >&6 | |
13520 | echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5 | |
13521 | echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6 | |
13522 | cat >conftest.$ac_ext <<_ACEOF | |
13523 | /* confdefs.h. */ | |
13524 | _ACEOF | |
13525 | cat confdefs.h >>conftest.$ac_ext | |
13526 | cat >>conftest.$ac_ext <<_ACEOF | |
13527 | /* end confdefs.h. */ | |
13528 | #define __CF_USE_FRAMEWORK_INCLUDES__ | |
13529 | #include <CoreFoundation/CFBase.h> | |
13530 | ||
13531 | int | |
13532 | main () | |
13533 | { | |
13534 | ||
13535 | ; | |
13536 | return 0; | |
13537 | } | |
13538 | _ACEOF | |
13539 | rm -f conftest.$ac_objext | |
13540 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
13541 | (eval $ac_compile) 2>conftest.er1 | |
13542 | ac_status=$? | |
13543 | grep -v '^ *+' conftest.er1 >conftest.err | |
13544 | rm -f conftest.er1 | |
13545 | cat conftest.err >&5 | |
13546 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13547 | (exit $ac_status); } && | |
6ebeb4c7 | 13548 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
4d7ec9f1 DE |
13549 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13550 | (eval $ac_try) 2>&5 | |
13551 | ac_status=$? | |
13552 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13553 | (exit $ac_status); }; } && | |
13554 | { ac_try='test -s conftest.$ac_objext' | |
13555 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13556 | (eval $ac_try) 2>&5 | |
13557 | ac_status=$? | |
13558 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13559 | (exit $ac_status); }; }; then | |
13560 | echo "$as_me:$LINENO: result: yes" >&5 | |
13561 | echo "${ECHO_T}yes" >&6 | |
13562 | CPPFLAGS="$CPPFLAGS -D__CF_USE_FRAMEWORK_INCLUDES__" | |
13563 | else | |
13564 | echo "$as_me: failed program was:" >&5 | |
13565 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13566 | ||
13567 | { { echo "$as_me:$LINENO: error: no. CoreFoundation not available. | |
13568 | See \`config.log' for more details." >&5 | |
13569 | echo "$as_me: error: no. CoreFoundation not available. | |
13570 | See \`config.log' for more details." >&2;} | |
13571 | { (exit 1); exit 1; }; } | |
13572 | ||
13573 | fi | |
13574 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
13575 | ||
13576 | ||
13577 | fi | |
13578 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
13579 | ;; | |
13580 | esac | |
13581 | ||
a848cd7e SC |
13582 | case "${host}" in |
13583 | *-pc-os2_emx | *-pc-os2-emx ) | |
13584 | if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then | |
13585 | echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5 | |
13586 | echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6 | |
13587 | if test "${ac_cv_lib_cExt_drand48+set}" = set; then | |
13588 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13589 | else | |
13590 | ac_check_lib_save_LIBS=$LIBS | |
13591 | LIBS="-lcExt $LIBS" | |
13592 | cat >conftest.$ac_ext <<_ACEOF | |
13593 | /* confdefs.h. */ | |
13594 | _ACEOF | |
13595 | cat confdefs.h >>conftest.$ac_ext | |
13596 | cat >>conftest.$ac_ext <<_ACEOF | |
13597 | /* end confdefs.h. */ | |
13598 | ||
13599 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13600 | #ifdef __cplusplus | |
13601 | extern "C" | |
13602 | #endif | |
13603 | /* We use char because int might match the return type of a gcc2 | |
13604 | builtin and then its argument prototype would still apply. */ | |
13605 | char drand48 (); | |
13606 | int | |
13607 | main () | |
13608 | { | |
13609 | drand48 (); | |
13610 | ; | |
13611 | return 0; | |
13612 | } | |
13613 | _ACEOF | |
13614 | rm -f conftest.$ac_objext conftest$ac_exeext | |
13615 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 13616 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 13617 | ac_status=$? |
ac1cb8d3 VS |
13618 | grep -v '^ *+' conftest.er1 >conftest.err |
13619 | rm -f conftest.er1 | |
13620 | cat conftest.err >&5 | |
a848cd7e SC |
13621 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13622 | (exit $ac_status); } && | |
6ebeb4c7 | 13623 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
13624 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13625 | (eval $ac_try) 2>&5 | |
13626 | ac_status=$? | |
13627 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13628 | (exit $ac_status); }; } && | |
13629 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
13630 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13631 | (eval $ac_try) 2>&5 | |
13632 | ac_status=$? | |
13633 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13634 | (exit $ac_status); }; }; then | |
13635 | ac_cv_lib_cExt_drand48=yes | |
13636 | else | |
13637 | echo "$as_me: failed program was:" >&5 | |
13638 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13639 | ||
13640 | ac_cv_lib_cExt_drand48=no | |
13641 | fi | |
ac1cb8d3 VS |
13642 | rm -f conftest.err conftest.$ac_objext \ |
13643 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
13644 | LIBS=$ac_check_lib_save_LIBS |
13645 | fi | |
13646 | echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5 | |
13647 | echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6 | |
13648 | if test $ac_cv_lib_cExt_drand48 = yes; then | |
13649 | LIBS="$LIBS -lcExt" | |
13650 | fi | |
13651 | ||
13652 | else | |
13653 | RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res" | |
13654 | fi | |
69120ee4 VZ |
13655 | echo "$as_me:$LINENO: checking for gcc/libc version" >&5 |
13656 | echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6 | |
a848cd7e SC |
13657 | if test "${wx_cv_gccversion+set}" = set; then |
13658 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13659 | else | |
13660 | ||
391a765e VS |
13661 | if test "$cross_compiling" = yes; then |
13662 | wx_cv_gccversion="EMX2" | |
13663 | ||
13664 | else | |
13665 | cat >conftest.$ac_ext <<_ACEOF | |
a848cd7e SC |
13666 | /* confdefs.h. */ |
13667 | _ACEOF | |
13668 | cat confdefs.h >>conftest.$ac_ext | |
13669 | cat >>conftest.$ac_ext <<_ACEOF | |
13670 | /* end confdefs.h. */ | |
13671 | ||
391a765e | 13672 | #include <stdio.h> |
a848cd7e | 13673 | |
391a765e VS |
13674 | int main() |
13675 | { | |
13676 | FILE *f=fopen("conftestval", "w"); | |
13677 | if (!f) exit(1); | |
13678 | fprintf(f, | |
a848cd7e | 13679 | #if (__GNUC__ < 3) |
391a765e VS |
13680 | "EMX2" |
13681 | #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2))) | |
13682 | "EMX3" | |
13683 | #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2) | |
13684 | "Innotek5" | |
13685 | #else | |
13686 | "Innotek6" | |
a848cd7e | 13687 | #endif |
391a765e VS |
13688 | ); |
13689 | exit(0); | |
13690 | } | |
a848cd7e | 13691 | |
a848cd7e | 13692 | _ACEOF |
391a765e VS |
13693 | rm -f conftest$ac_exeext |
13694 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
13695 | (eval $ac_link) 2>&5 | |
ac1cb8d3 VS |
13696 | ac_status=$? |
13697 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
391a765e | 13698 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
a848cd7e SC |
13699 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13700 | (eval $ac_try) 2>&5 | |
13701 | ac_status=$? | |
13702 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13703 | (exit $ac_status); }; }; then | |
391a765e | 13704 | wx_cv_gccversion=`cat conftestval` |
a848cd7e | 13705 | else |
391a765e VS |
13706 | echo "$as_me: program exited with status $ac_status" >&5 |
13707 | echo "$as_me: failed program was:" >&5 | |
a848cd7e SC |
13708 | sed 's/^/| /' conftest.$ac_ext >&5 |
13709 | ||
391a765e VS |
13710 | ( exit $ac_status ) |
13711 | wx_cv_gccversion="EMX2" | |
a848cd7e | 13712 | fi |
391a765e | 13713 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 13714 | fi |
a848cd7e SC |
13715 | |
13716 | fi | |
13717 | echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5 | |
13718 | echo "${ECHO_T}$wx_cv_gccversion" >&6 | |
391a765e | 13719 | if test "$wx_cv_gccversion" = "EMX2"; then |
a848cd7e SC |
13720 | LIBS="$LIBS -lstdcpp" |
13721 | LDFLAGS="$LDFLAGS -Zsysv-signals" | |
13722 | else | |
391a765e | 13723 | if test "$wx_cv_gccversion" = "EMX3"; then |
ddd14b14 | 13724 | LIBS="$LIBS -lstdcxx -lgcc" |
a848cd7e SC |
13725 | LDFLAGS="$LDFLAGS -Zsysv-signals" |
13726 | else | |
13727 | LIBS="$LIBS -lstdc++" | |
13728 | fi | |
13729 | fi | |
94acd38e DE |
13730 | if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then |
13731 | { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5 | |
13732 | echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;} | |
13733 | wxUSE_OMF=yes | |
2da0c077 | 13734 | enable_omf=yes |
a848cd7e SC |
13735 | fi |
13736 | ;; | |
13737 | *) | |
13738 | ||
13739 | ||
13740 | ||
13741 | ac_ext=cc | |
13742 | ac_cpp='$CXXCPP $CPPFLAGS' | |
13743 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
13744 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
13745 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
13746 | ||
13747 | ||
95986553 | 13748 | echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5 |
a848cd7e SC |
13749 | echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6 |
13750 | if test "${ac_cv_string_strcasecmp+set}" = set; then | |
13751 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13752 | else | |
13753 | ||
13754 | cat >conftest.$ac_ext <<_ACEOF | |
13755 | /* confdefs.h. */ | |
13756 | _ACEOF | |
13757 | cat confdefs.h >>conftest.$ac_ext | |
13758 | cat >>conftest.$ac_ext <<_ACEOF | |
13759 | /* end confdefs.h. */ | |
13760 | ||
13761 | #include <string.h> | |
13762 | ||
13763 | int | |
13764 | main () | |
13765 | { | |
13766 | ||
13767 | strcasecmp("foo", "bar"); | |
13768 | ||
13769 | ; | |
13770 | return 0; | |
13771 | } | |
13772 | _ACEOF | |
13773 | rm -f conftest.$ac_objext conftest$ac_exeext | |
13774 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 13775 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 13776 | ac_status=$? |
ac1cb8d3 VS |
13777 | grep -v '^ *+' conftest.er1 >conftest.err |
13778 | rm -f conftest.er1 | |
13779 | cat conftest.err >&5 | |
a848cd7e SC |
13780 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13781 | (exit $ac_status); } && | |
6ebeb4c7 | 13782 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
13783 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13784 | (eval $ac_try) 2>&5 | |
13785 | ac_status=$? | |
13786 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13787 | (exit $ac_status); }; } && | |
13788 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
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_string_strcasecmp=yes | |
13795 | else | |
13796 | echo "$as_me: failed program was:" >&5 | |
13797 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13798 | ||
13799 | ac_cv_string_strcasecmp=no | |
13800 | ||
13801 | fi | |
ac1cb8d3 VS |
13802 | rm -f conftest.err conftest.$ac_objext \ |
13803 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
13804 | |
13805 | fi | |
13806 | echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5 | |
13807 | echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6 | |
13808 | ||
13809 | if test x"$ac_cv_string_strcasecmp" = "xyes"; then | |
13810 | cat >>confdefs.h <<\_ACEOF | |
13811 | #define HAVE_STRCASECMP_IN_STRING_H 1 | |
13812 | _ACEOF | |
13813 | ||
13814 | else | |
13815 | echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5 | |
13816 | echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6 | |
13817 | if test "${ac_cv_strings_strcasecmp+set}" = set; then | |
13818 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13819 | else | |
13820 | ||
13821 | cat >conftest.$ac_ext <<_ACEOF | |
13822 | /* confdefs.h. */ | |
13823 | _ACEOF | |
13824 | cat confdefs.h >>conftest.$ac_ext | |
13825 | cat >>conftest.$ac_ext <<_ACEOF | |
13826 | /* end confdefs.h. */ | |
13827 | ||
13828 | #include <strings.h> | |
13829 | ||
13830 | int | |
13831 | main () | |
13832 | { | |
13833 | ||
13834 | strcasecmp("foo", "bar"); | |
13835 | ||
13836 | ; | |
13837 | return 0; | |
13838 | } | |
13839 | _ACEOF | |
13840 | rm -f conftest.$ac_objext conftest$ac_exeext | |
13841 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 13842 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 13843 | ac_status=$? |
ac1cb8d3 VS |
13844 | grep -v '^ *+' conftest.er1 >conftest.err |
13845 | rm -f conftest.er1 | |
13846 | cat conftest.err >&5 | |
a848cd7e SC |
13847 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13848 | (exit $ac_status); } && | |
6ebeb4c7 | 13849 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
13850 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13851 | (eval $ac_try) 2>&5 | |
13852 | ac_status=$? | |
13853 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13854 | (exit $ac_status); }; } && | |
13855 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
13856 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13857 | (eval $ac_try) 2>&5 | |
13858 | ac_status=$? | |
13859 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13860 | (exit $ac_status); }; }; then | |
13861 | ac_cv_strings_strcasecmp=yes | |
13862 | else | |
13863 | echo "$as_me: failed program was:" >&5 | |
13864 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13865 | ||
13866 | ac_cv_strings_strcasecmp=no | |
13867 | ||
13868 | fi | |
ac1cb8d3 VS |
13869 | rm -f conftest.err conftest.$ac_objext \ |
13870 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
13871 | |
13872 | fi | |
13873 | echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5 | |
13874 | echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6 | |
13875 | ||
0c3c69fc | 13876 | if test x"$ac_cv_strings_strcasecmp" = "xyes"; then |
a848cd7e SC |
13877 | cat >>confdefs.h <<\_ACEOF |
13878 | #define HAVE_STRCASECMP_IN_STRINGS_H 1 | |
13879 | _ACEOF | |
13880 | ||
13881 | else | |
13882 | { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5 | |
13883 | echo "$as_me: error: No case-insensitive string comparison function found." >&2;} | |
13884 | { (exit 1); exit 1; }; } | |
13885 | fi | |
13886 | fi | |
13887 | ||
13888 | ac_ext=c | |
13889 | ac_cpp='$CPP $CPPFLAGS' | |
13890 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
13891 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
13892 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
13893 | ||
13894 | ;; | |
13895 | esac | |
13896 | ||
13897 | ||
13898 | echo "$as_me:$LINENO: checking for ANSI C header files" >&5 | |
13899 | echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 | |
13900 | if test "${ac_cv_header_stdc+set}" = set; then | |
13901 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13902 | else | |
13903 | cat >conftest.$ac_ext <<_ACEOF | |
13904 | /* confdefs.h. */ | |
13905 | _ACEOF | |
13906 | cat confdefs.h >>conftest.$ac_ext | |
13907 | cat >>conftest.$ac_ext <<_ACEOF | |
13908 | /* end confdefs.h. */ | |
13909 | #include <stdlib.h> | |
13910 | #include <stdarg.h> | |
13911 | #include <string.h> | |
13912 | #include <float.h> | |
13913 | ||
13914 | int | |
13915 | main () | |
13916 | { | |
13917 | ||
13918 | ; | |
13919 | return 0; | |
13920 | } | |
13921 | _ACEOF | |
13922 | rm -f conftest.$ac_objext | |
13923 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 13924 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 13925 | ac_status=$? |
ac1cb8d3 VS |
13926 | grep -v '^ *+' conftest.er1 >conftest.err |
13927 | rm -f conftest.er1 | |
13928 | cat conftest.err >&5 | |
a848cd7e SC |
13929 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13930 | (exit $ac_status); } && | |
6ebeb4c7 | 13931 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
13932 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13933 | (eval $ac_try) 2>&5 | |
13934 | ac_status=$? | |
13935 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13936 | (exit $ac_status); }; } && | |
13937 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
13938 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13939 | (eval $ac_try) 2>&5 | |
13940 | ac_status=$? | |
13941 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13942 | (exit $ac_status); }; }; then | |
13943 | ac_cv_header_stdc=yes | |
13944 | else | |
13945 | echo "$as_me: failed program was:" >&5 | |
13946 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13947 | ||
13948 | ac_cv_header_stdc=no | |
13949 | fi | |
ac1cb8d3 | 13950 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
13951 | |
13952 | if test $ac_cv_header_stdc = yes; then | |
13953 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
13954 | cat >conftest.$ac_ext <<_ACEOF | |
13955 | /* confdefs.h. */ | |
13956 | _ACEOF | |
13957 | cat confdefs.h >>conftest.$ac_ext | |
13958 | cat >>conftest.$ac_ext <<_ACEOF | |
13959 | /* end confdefs.h. */ | |
13960 | #include <string.h> | |
13961 | ||
13962 | _ACEOF | |
13963 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
13964 | $EGREP "memchr" >/dev/null 2>&1; then | |
13965 | : | |
13966 | else | |
13967 | ac_cv_header_stdc=no | |
13968 | fi | |
13969 | rm -f conftest* | |
13970 | ||
13971 | fi | |
13972 | ||
13973 | if test $ac_cv_header_stdc = yes; then | |
13974 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
13975 | cat >conftest.$ac_ext <<_ACEOF | |
13976 | /* confdefs.h. */ | |
13977 | _ACEOF | |
13978 | cat confdefs.h >>conftest.$ac_ext | |
13979 | cat >>conftest.$ac_ext <<_ACEOF | |
13980 | /* end confdefs.h. */ | |
13981 | #include <stdlib.h> | |
13982 | ||
13983 | _ACEOF | |
13984 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
13985 | $EGREP "free" >/dev/null 2>&1; then | |
13986 | : | |
13987 | else | |
13988 | ac_cv_header_stdc=no | |
13989 | fi | |
13990 | rm -f conftest* | |
13991 | ||
13992 | fi | |
13993 | ||
13994 | if test $ac_cv_header_stdc = yes; then | |
13995 | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
13996 | if test "$cross_compiling" = yes; then | |
13997 | : | |
13998 | else | |
13999 | cat >conftest.$ac_ext <<_ACEOF | |
14000 | /* confdefs.h. */ | |
14001 | _ACEOF | |
14002 | cat confdefs.h >>conftest.$ac_ext | |
14003 | cat >>conftest.$ac_ext <<_ACEOF | |
14004 | /* end confdefs.h. */ | |
14005 | #include <ctype.h> | |
14006 | #if ((' ' & 0x0FF) == 0x020) | |
14007 | # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
14008 | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
14009 | #else | |
14010 | # define ISLOWER(c) \ | |
ac1cb8d3 VS |
14011 | (('a' <= (c) && (c) <= 'i') \ |
14012 | || ('j' <= (c) && (c) <= 'r') \ | |
14013 | || ('s' <= (c) && (c) <= 'z')) | |
a848cd7e SC |
14014 | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) |
14015 | #endif | |
14016 | ||
14017 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
14018 | int | |
14019 | main () | |
14020 | { | |
14021 | int i; | |
14022 | for (i = 0; i < 256; i++) | |
14023 | if (XOR (islower (i), ISLOWER (i)) | |
ac1cb8d3 | 14024 | || toupper (i) != TOUPPER (i)) |
a848cd7e SC |
14025 | exit(2); |
14026 | exit (0); | |
14027 | } | |
14028 | _ACEOF | |
14029 | rm -f conftest$ac_exeext | |
14030 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
14031 | (eval $ac_link) 2>&5 | |
14032 | ac_status=$? | |
14033 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14034 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
14035 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
14036 | (eval $ac_try) 2>&5 | |
14037 | ac_status=$? | |
14038 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14039 | (exit $ac_status); }; }; then | |
14040 | : | |
14041 | else | |
14042 | echo "$as_me: program exited with status $ac_status" >&5 | |
14043 | echo "$as_me: failed program was:" >&5 | |
14044 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14045 | ||
14046 | ( exit $ac_status ) | |
14047 | ac_cv_header_stdc=no | |
14048 | fi | |
ac1cb8d3 | 14049 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
14050 | fi |
14051 | fi | |
14052 | fi | |
14053 | echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 | |
14054 | echo "${ECHO_T}$ac_cv_header_stdc" >&6 | |
14055 | if test $ac_cv_header_stdc = yes; then | |
14056 | ||
14057 | cat >>confdefs.h <<\_ACEOF | |
14058 | #define STDC_HEADERS 1 | |
14059 | _ACEOF | |
14060 | ||
14061 | fi | |
14062 | ||
14063 | # On IRIX 5.3, sys/types and inttypes.h are conflicting. | |
14064 | ||
14065 | ||
14066 | ||
14067 | ||
14068 | ||
14069 | ||
14070 | ||
14071 | ||
14072 | ||
14073 | for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ | |
ac1cb8d3 | 14074 | inttypes.h stdint.h unistd.h |
a848cd7e SC |
14075 | do |
14076 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
14077 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14078 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14079 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14080 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14081 | else | |
14082 | cat >conftest.$ac_ext <<_ACEOF | |
14083 | /* confdefs.h. */ | |
14084 | _ACEOF | |
14085 | cat confdefs.h >>conftest.$ac_ext | |
14086 | cat >>conftest.$ac_ext <<_ACEOF | |
14087 | /* end confdefs.h. */ | |
14088 | $ac_includes_default | |
14089 | ||
14090 | #include <$ac_header> | |
14091 | _ACEOF | |
14092 | rm -f conftest.$ac_objext | |
14093 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 14094 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 14095 | ac_status=$? |
ac1cb8d3 VS |
14096 | grep -v '^ *+' conftest.er1 >conftest.err |
14097 | rm -f conftest.er1 | |
14098 | cat conftest.err >&5 | |
a848cd7e SC |
14099 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14100 | (exit $ac_status); } && | |
6ebeb4c7 | 14101 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
14102 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14103 | (eval $ac_try) 2>&5 | |
14104 | ac_status=$? | |
14105 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14106 | (exit $ac_status); }; } && | |
14107 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
14108 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14109 | (eval $ac_try) 2>&5 | |
14110 | ac_status=$? | |
14111 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14112 | (exit $ac_status); }; }; then | |
14113 | eval "$as_ac_Header=yes" | |
14114 | else | |
14115 | echo "$as_me: failed program was:" >&5 | |
14116 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14117 | ||
14118 | eval "$as_ac_Header=no" | |
14119 | fi | |
ac1cb8d3 | 14120 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
14121 | fi |
14122 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14123 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14124 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
14125 | cat >>confdefs.h <<_ACEOF | |
14126 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
14127 | _ACEOF | |
14128 | ||
14129 | fi | |
14130 | ||
14131 | done | |
14132 | ||
14133 | ||
14134 | ||
14135 | for ac_header in stdlib.h | |
14136 | do | |
14137 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
14138 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14139 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14140 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14141 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14142 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14143 | fi | |
14144 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14145 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14146 | else | |
14147 | # Is the header compilable? | |
14148 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
14149 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
14150 | cat >conftest.$ac_ext <<_ACEOF | |
14151 | /* confdefs.h. */ | |
14152 | _ACEOF | |
14153 | cat confdefs.h >>conftest.$ac_ext | |
14154 | cat >>conftest.$ac_ext <<_ACEOF | |
14155 | /* end confdefs.h. */ | |
14156 | $ac_includes_default | |
14157 | #include <$ac_header> | |
14158 | _ACEOF | |
14159 | rm -f conftest.$ac_objext | |
14160 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 14161 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 14162 | ac_status=$? |
ac1cb8d3 VS |
14163 | grep -v '^ *+' conftest.er1 >conftest.err |
14164 | rm -f conftest.er1 | |
14165 | cat conftest.err >&5 | |
a848cd7e SC |
14166 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14167 | (exit $ac_status); } && | |
6ebeb4c7 | 14168 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
14169 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14170 | (eval $ac_try) 2>&5 | |
14171 | ac_status=$? | |
14172 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14173 | (exit $ac_status); }; } && | |
14174 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
14175 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14176 | (eval $ac_try) 2>&5 | |
14177 | ac_status=$? | |
14178 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14179 | (exit $ac_status); }; }; then | |
14180 | ac_header_compiler=yes | |
14181 | else | |
14182 | echo "$as_me: failed program was:" >&5 | |
14183 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14184 | ||
14185 | ac_header_compiler=no | |
14186 | fi | |
ac1cb8d3 | 14187 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
14188 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
14189 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
14190 | ||
14191 | # Is the header present? | |
14192 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
14193 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
14194 | cat >conftest.$ac_ext <<_ACEOF | |
14195 | /* confdefs.h. */ | |
14196 | _ACEOF | |
14197 | cat confdefs.h >>conftest.$ac_ext | |
14198 | cat >>conftest.$ac_ext <<_ACEOF | |
14199 | /* end confdefs.h. */ | |
14200 | #include <$ac_header> | |
14201 | _ACEOF | |
14202 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
14203 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
14204 | ac_status=$? | |
14205 | grep -v '^ *+' conftest.er1 >conftest.err | |
14206 | rm -f conftest.er1 | |
14207 | cat conftest.err >&5 | |
14208 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14209 | (exit $ac_status); } >/dev/null; then | |
14210 | if test -s conftest.err; then | |
14211 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 14212 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
14213 | else |
14214 | ac_cpp_err= | |
14215 | fi | |
14216 | else | |
14217 | ac_cpp_err=yes | |
14218 | fi | |
14219 | if test -z "$ac_cpp_err"; then | |
14220 | ac_header_preproc=yes | |
14221 | else | |
14222 | echo "$as_me: failed program was:" >&5 | |
14223 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14224 | ||
14225 | ac_header_preproc=no | |
14226 | fi | |
14227 | rm -f conftest.err conftest.$ac_ext | |
14228 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
14229 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
14230 | ||
14231 | # So? What about this header? | |
ac1cb8d3 VS |
14232 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
14233 | yes:no: ) | |
a848cd7e SC |
14234 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
14235 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
14236 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
14237 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
14238 | ac_header_preproc=yes | |
a848cd7e | 14239 | ;; |
ac1cb8d3 | 14240 | no:yes:* ) |
a848cd7e SC |
14241 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
14242 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
14243 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
14244 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
14245 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
14246 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
14247 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
14248 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
14249 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
14250 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
14251 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
14252 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
14253 | ( |
14254 | cat <<\_ASBOX | |
ac1cb8d3 VS |
14255 | ## ----------------------------------------- ## |
14256 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
14257 | ## ----------------------------------------- ## | |
a848cd7e SC |
14258 | _ASBOX |
14259 | ) | | |
14260 | sed "s/^/$as_me: WARNING: /" >&2 | |
14261 | ;; | |
14262 | esac | |
14263 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14264 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14265 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14266 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14267 | else | |
ac1cb8d3 | 14268 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
14269 | fi |
14270 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14271 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14272 | ||
14273 | fi | |
14274 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
14275 | cat >>confdefs.h <<_ACEOF | |
14276 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
14277 | _ACEOF | |
14278 | ||
14279 | fi | |
14280 | ||
14281 | done | |
14282 | ||
14283 | ||
14284 | for ac_header in malloc.h | |
14285 | do | |
14286 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
14287 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14288 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14289 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14290 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14291 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14292 | fi | |
14293 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14294 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14295 | else | |
14296 | # Is the header compilable? | |
14297 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
14298 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
14299 | cat >conftest.$ac_ext <<_ACEOF | |
14300 | /* confdefs.h. */ | |
14301 | _ACEOF | |
14302 | cat confdefs.h >>conftest.$ac_ext | |
14303 | cat >>conftest.$ac_ext <<_ACEOF | |
14304 | /* end confdefs.h. */ | |
14305 | $ac_includes_default | |
14306 | #include <$ac_header> | |
14307 | _ACEOF | |
14308 | rm -f conftest.$ac_objext | |
14309 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 14310 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 14311 | ac_status=$? |
ac1cb8d3 VS |
14312 | grep -v '^ *+' conftest.er1 >conftest.err |
14313 | rm -f conftest.er1 | |
14314 | cat conftest.err >&5 | |
a848cd7e SC |
14315 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14316 | (exit $ac_status); } && | |
6ebeb4c7 | 14317 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
14318 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14319 | (eval $ac_try) 2>&5 | |
14320 | ac_status=$? | |
14321 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14322 | (exit $ac_status); }; } && | |
14323 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
14324 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14325 | (eval $ac_try) 2>&5 | |
14326 | ac_status=$? | |
14327 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14328 | (exit $ac_status); }; }; then | |
14329 | ac_header_compiler=yes | |
14330 | else | |
14331 | echo "$as_me: failed program was:" >&5 | |
14332 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14333 | ||
14334 | ac_header_compiler=no | |
14335 | fi | |
ac1cb8d3 | 14336 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
14337 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
14338 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
14339 | ||
14340 | # Is the header present? | |
14341 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
14342 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
14343 | cat >conftest.$ac_ext <<_ACEOF | |
14344 | /* confdefs.h. */ | |
14345 | _ACEOF | |
14346 | cat confdefs.h >>conftest.$ac_ext | |
14347 | cat >>conftest.$ac_ext <<_ACEOF | |
14348 | /* end confdefs.h. */ | |
14349 | #include <$ac_header> | |
14350 | _ACEOF | |
14351 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
14352 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
14353 | ac_status=$? | |
14354 | grep -v '^ *+' conftest.er1 >conftest.err | |
14355 | rm -f conftest.er1 | |
14356 | cat conftest.err >&5 | |
14357 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14358 | (exit $ac_status); } >/dev/null; then | |
14359 | if test -s conftest.err; then | |
14360 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 14361 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
14362 | else |
14363 | ac_cpp_err= | |
14364 | fi | |
14365 | else | |
14366 | ac_cpp_err=yes | |
14367 | fi | |
14368 | if test -z "$ac_cpp_err"; then | |
14369 | ac_header_preproc=yes | |
14370 | else | |
14371 | echo "$as_me: failed program was:" >&5 | |
14372 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14373 | ||
14374 | ac_header_preproc=no | |
14375 | fi | |
14376 | rm -f conftest.err conftest.$ac_ext | |
14377 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
14378 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
14379 | ||
14380 | # So? What about this header? | |
ac1cb8d3 VS |
14381 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
14382 | yes:no: ) | |
a848cd7e SC |
14383 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
14384 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
14385 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
14386 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
14387 | ac_header_preproc=yes | |
a848cd7e | 14388 | ;; |
ac1cb8d3 | 14389 | no:yes:* ) |
a848cd7e SC |
14390 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
14391 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
14392 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
14393 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
14394 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
14395 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
14396 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
14397 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
14398 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
14399 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
14400 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
14401 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
14402 | ( |
14403 | cat <<\_ASBOX | |
ac1cb8d3 VS |
14404 | ## ----------------------------------------- ## |
14405 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
14406 | ## ----------------------------------------- ## | |
a848cd7e SC |
14407 | _ASBOX |
14408 | ) | | |
14409 | sed "s/^/$as_me: WARNING: /" >&2 | |
14410 | ;; | |
14411 | esac | |
14412 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14413 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14414 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14415 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14416 | else | |
ac1cb8d3 | 14417 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
14418 | fi |
14419 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14420 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14421 | ||
14422 | fi | |
14423 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
14424 | cat >>confdefs.h <<_ACEOF | |
14425 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
14426 | _ACEOF | |
14427 | ||
14428 | fi | |
14429 | ||
14430 | done | |
14431 | ||
14432 | ||
14433 | for ac_header in unistd.h | |
14434 | do | |
14435 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
14436 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14437 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14438 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14439 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14440 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14441 | fi | |
14442 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14443 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14444 | else | |
14445 | # Is the header compilable? | |
14446 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
14447 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
14448 | cat >conftest.$ac_ext <<_ACEOF | |
14449 | /* confdefs.h. */ | |
14450 | _ACEOF | |
14451 | cat confdefs.h >>conftest.$ac_ext | |
14452 | cat >>conftest.$ac_ext <<_ACEOF | |
14453 | /* end confdefs.h. */ | |
14454 | $ac_includes_default | |
14455 | #include <$ac_header> | |
14456 | _ACEOF | |
14457 | rm -f conftest.$ac_objext | |
14458 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 14459 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 14460 | ac_status=$? |
ac1cb8d3 VS |
14461 | grep -v '^ *+' conftest.er1 >conftest.err |
14462 | rm -f conftest.er1 | |
14463 | cat conftest.err >&5 | |
a848cd7e SC |
14464 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14465 | (exit $ac_status); } && | |
6ebeb4c7 | 14466 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
14467 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14468 | (eval $ac_try) 2>&5 | |
14469 | ac_status=$? | |
14470 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14471 | (exit $ac_status); }; } && | |
14472 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
14473 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14474 | (eval $ac_try) 2>&5 | |
14475 | ac_status=$? | |
14476 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14477 | (exit $ac_status); }; }; then | |
14478 | ac_header_compiler=yes | |
14479 | else | |
14480 | echo "$as_me: failed program was:" >&5 | |
14481 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14482 | ||
14483 | ac_header_compiler=no | |
14484 | fi | |
ac1cb8d3 | 14485 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
14486 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
14487 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
14488 | ||
14489 | # Is the header present? | |
14490 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
14491 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
14492 | cat >conftest.$ac_ext <<_ACEOF | |
14493 | /* confdefs.h. */ | |
14494 | _ACEOF | |
14495 | cat confdefs.h >>conftest.$ac_ext | |
14496 | cat >>conftest.$ac_ext <<_ACEOF | |
14497 | /* end confdefs.h. */ | |
14498 | #include <$ac_header> | |
14499 | _ACEOF | |
14500 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
14501 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
14502 | ac_status=$? | |
14503 | grep -v '^ *+' conftest.er1 >conftest.err | |
14504 | rm -f conftest.er1 | |
14505 | cat conftest.err >&5 | |
14506 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14507 | (exit $ac_status); } >/dev/null; then | |
14508 | if test -s conftest.err; then | |
14509 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 14510 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
14511 | else |
14512 | ac_cpp_err= | |
14513 | fi | |
14514 | else | |
14515 | ac_cpp_err=yes | |
14516 | fi | |
14517 | if test -z "$ac_cpp_err"; then | |
14518 | ac_header_preproc=yes | |
14519 | else | |
14520 | echo "$as_me: failed program was:" >&5 | |
14521 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14522 | ||
14523 | ac_header_preproc=no | |
14524 | fi | |
14525 | rm -f conftest.err conftest.$ac_ext | |
14526 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
14527 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
14528 | ||
14529 | # So? What about this header? | |
ac1cb8d3 VS |
14530 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
14531 | yes:no: ) | |
a848cd7e SC |
14532 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
14533 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
14534 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
14535 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
14536 | ac_header_preproc=yes | |
a848cd7e | 14537 | ;; |
ac1cb8d3 | 14538 | no:yes:* ) |
a848cd7e SC |
14539 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
14540 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
14541 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
14542 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
14543 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
14544 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
14545 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
14546 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
14547 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
14548 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
14549 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
14550 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
14551 | ( |
14552 | cat <<\_ASBOX | |
ac1cb8d3 VS |
14553 | ## ----------------------------------------- ## |
14554 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
14555 | ## ----------------------------------------- ## | |
a848cd7e SC |
14556 | _ASBOX |
14557 | ) | | |
14558 | sed "s/^/$as_me: WARNING: /" >&2 | |
14559 | ;; | |
14560 | esac | |
14561 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14562 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14563 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14564 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14565 | else | |
ac1cb8d3 | 14566 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
14567 | fi |
14568 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14569 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14570 | ||
14571 | fi | |
14572 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
14573 | cat >>confdefs.h <<_ACEOF | |
14574 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
14575 | _ACEOF | |
14576 | ||
14577 | fi | |
14578 | ||
14579 | done | |
14580 | ||
14581 | ||
14582 | for ac_header in wchar.h | |
14583 | do | |
14584 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
14585 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14586 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14587 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14588 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14589 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14590 | fi | |
14591 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14592 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14593 | else | |
14594 | # Is the header compilable? | |
14595 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
14596 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
14597 | cat >conftest.$ac_ext <<_ACEOF | |
14598 | /* confdefs.h. */ | |
14599 | _ACEOF | |
14600 | cat confdefs.h >>conftest.$ac_ext | |
14601 | cat >>conftest.$ac_ext <<_ACEOF | |
14602 | /* end confdefs.h. */ | |
14603 | $ac_includes_default | |
14604 | #include <$ac_header> | |
14605 | _ACEOF | |
14606 | rm -f conftest.$ac_objext | |
14607 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 14608 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 14609 | ac_status=$? |
ac1cb8d3 VS |
14610 | grep -v '^ *+' conftest.er1 >conftest.err |
14611 | rm -f conftest.er1 | |
14612 | cat conftest.err >&5 | |
a848cd7e SC |
14613 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14614 | (exit $ac_status); } && | |
6ebeb4c7 | 14615 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
14616 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14617 | (eval $ac_try) 2>&5 | |
14618 | ac_status=$? | |
14619 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14620 | (exit $ac_status); }; } && | |
14621 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
14622 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14623 | (eval $ac_try) 2>&5 | |
14624 | ac_status=$? | |
14625 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14626 | (exit $ac_status); }; }; then | |
14627 | ac_header_compiler=yes | |
14628 | else | |
14629 | echo "$as_me: failed program was:" >&5 | |
14630 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14631 | ||
14632 | ac_header_compiler=no | |
14633 | fi | |
ac1cb8d3 | 14634 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
14635 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
14636 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
14637 | ||
14638 | # Is the header present? | |
14639 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
14640 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
14641 | cat >conftest.$ac_ext <<_ACEOF | |
14642 | /* confdefs.h. */ | |
14643 | _ACEOF | |
14644 | cat confdefs.h >>conftest.$ac_ext | |
14645 | cat >>conftest.$ac_ext <<_ACEOF | |
14646 | /* end confdefs.h. */ | |
14647 | #include <$ac_header> | |
14648 | _ACEOF | |
14649 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
14650 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
14651 | ac_status=$? | |
14652 | grep -v '^ *+' conftest.er1 >conftest.err | |
14653 | rm -f conftest.er1 | |
14654 | cat conftest.err >&5 | |
14655 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14656 | (exit $ac_status); } >/dev/null; then | |
14657 | if test -s conftest.err; then | |
14658 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 14659 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
14660 | else |
14661 | ac_cpp_err= | |
14662 | fi | |
14663 | else | |
14664 | ac_cpp_err=yes | |
14665 | fi | |
14666 | if test -z "$ac_cpp_err"; then | |
14667 | ac_header_preproc=yes | |
14668 | else | |
14669 | echo "$as_me: failed program was:" >&5 | |
14670 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14671 | ||
14672 | ac_header_preproc=no | |
14673 | fi | |
14674 | rm -f conftest.err conftest.$ac_ext | |
14675 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
14676 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
14677 | ||
14678 | # So? What about this header? | |
ac1cb8d3 VS |
14679 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
14680 | yes:no: ) | |
a848cd7e SC |
14681 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
14682 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
14683 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
14684 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
14685 | ac_header_preproc=yes | |
a848cd7e | 14686 | ;; |
ac1cb8d3 | 14687 | no:yes:* ) |
a848cd7e SC |
14688 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
14689 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
14690 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
14691 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
14692 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
14693 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
14694 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
14695 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
14696 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
14697 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
14698 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
14699 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
14700 | ( |
14701 | cat <<\_ASBOX | |
ac1cb8d3 VS |
14702 | ## ----------------------------------------- ## |
14703 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
14704 | ## ----------------------------------------- ## | |
a848cd7e SC |
14705 | _ASBOX |
14706 | ) | | |
14707 | sed "s/^/$as_me: WARNING: /" >&2 | |
14708 | ;; | |
14709 | esac | |
14710 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14711 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14712 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14713 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14714 | else | |
ac1cb8d3 | 14715 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
14716 | fi |
14717 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14718 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14719 | ||
14720 | fi | |
14721 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
14722 | cat >>confdefs.h <<_ACEOF | |
14723 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
14724 | _ACEOF | |
14725 | ||
14726 | fi | |
14727 | ||
14728 | done | |
14729 | ||
14730 | ||
14731 | if test "$ac_cv_header_wchar_h" != "yes"; then | |
14732 | ||
14733 | for ac_header in wcstr.h | |
14734 | do | |
14735 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
14736 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14737 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14738 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14739 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14740 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14741 | fi | |
14742 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14743 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14744 | else | |
14745 | # Is the header compilable? | |
14746 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
14747 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
14748 | cat >conftest.$ac_ext <<_ACEOF | |
14749 | /* confdefs.h. */ | |
14750 | _ACEOF | |
14751 | cat confdefs.h >>conftest.$ac_ext | |
14752 | cat >>conftest.$ac_ext <<_ACEOF | |
14753 | /* end confdefs.h. */ | |
14754 | $ac_includes_default | |
14755 | #include <$ac_header> | |
14756 | _ACEOF | |
14757 | rm -f conftest.$ac_objext | |
14758 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 14759 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 14760 | ac_status=$? |
ac1cb8d3 VS |
14761 | grep -v '^ *+' conftest.er1 >conftest.err |
14762 | rm -f conftest.er1 | |
14763 | cat conftest.err >&5 | |
a848cd7e SC |
14764 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14765 | (exit $ac_status); } && | |
6ebeb4c7 | 14766 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
14767 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14768 | (eval $ac_try) 2>&5 | |
14769 | ac_status=$? | |
14770 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14771 | (exit $ac_status); }; } && | |
14772 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
14773 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14774 | (eval $ac_try) 2>&5 | |
14775 | ac_status=$? | |
14776 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14777 | (exit $ac_status); }; }; then | |
14778 | ac_header_compiler=yes | |
14779 | else | |
14780 | echo "$as_me: failed program was:" >&5 | |
14781 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14782 | ||
14783 | ac_header_compiler=no | |
14784 | fi | |
ac1cb8d3 | 14785 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
14786 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
14787 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
14788 | ||
14789 | # Is the header present? | |
14790 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
14791 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
14792 | cat >conftest.$ac_ext <<_ACEOF | |
14793 | /* confdefs.h. */ | |
14794 | _ACEOF | |
14795 | cat confdefs.h >>conftest.$ac_ext | |
14796 | cat >>conftest.$ac_ext <<_ACEOF | |
14797 | /* end confdefs.h. */ | |
14798 | #include <$ac_header> | |
14799 | _ACEOF | |
14800 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
14801 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
14802 | ac_status=$? | |
14803 | grep -v '^ *+' conftest.er1 >conftest.err | |
14804 | rm -f conftest.er1 | |
14805 | cat conftest.err >&5 | |
14806 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14807 | (exit $ac_status); } >/dev/null; then | |
14808 | if test -s conftest.err; then | |
14809 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 14810 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
14811 | else |
14812 | ac_cpp_err= | |
14813 | fi | |
14814 | else | |
14815 | ac_cpp_err=yes | |
14816 | fi | |
14817 | if test -z "$ac_cpp_err"; then | |
14818 | ac_header_preproc=yes | |
14819 | else | |
14820 | echo "$as_me: failed program was:" >&5 | |
14821 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14822 | ||
14823 | ac_header_preproc=no | |
14824 | fi | |
14825 | rm -f conftest.err conftest.$ac_ext | |
14826 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
14827 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
14828 | ||
14829 | # So? What about this header? | |
ac1cb8d3 VS |
14830 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
14831 | yes:no: ) | |
a848cd7e SC |
14832 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
14833 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
14834 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
14835 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
14836 | ac_header_preproc=yes | |
a848cd7e | 14837 | ;; |
ac1cb8d3 | 14838 | no:yes:* ) |
a848cd7e SC |
14839 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
14840 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
14841 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
14842 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
14843 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
14844 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
14845 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
14846 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
14847 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
14848 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
14849 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
14850 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
14851 | ( |
14852 | cat <<\_ASBOX | |
ac1cb8d3 VS |
14853 | ## ----------------------------------------- ## |
14854 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
14855 | ## ----------------------------------------- ## | |
a848cd7e SC |
14856 | _ASBOX |
14857 | ) | | |
14858 | sed "s/^/$as_me: WARNING: /" >&2 | |
14859 | ;; | |
14860 | esac | |
14861 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14862 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14863 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14864 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14865 | else | |
ac1cb8d3 | 14866 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
14867 | fi |
14868 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14869 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14870 | ||
14871 | fi | |
14872 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
14873 | cat >>confdefs.h <<_ACEOF | |
14874 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
14875 | _ACEOF | |
14876 | ||
14877 | fi | |
14878 | ||
14879 | done | |
14880 | ||
14881 | fi | |
14882 | ||
14883 | ||
14884 | for ac_header in fnmatch.h | |
14885 | do | |
14886 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
14887 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14888 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14889 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14890 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14891 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14892 | fi | |
14893 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14894 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14895 | else | |
14896 | # Is the header compilable? | |
14897 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
14898 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
14899 | cat >conftest.$ac_ext <<_ACEOF | |
14900 | /* confdefs.h. */ | |
14901 | _ACEOF | |
14902 | cat confdefs.h >>conftest.$ac_ext | |
14903 | cat >>conftest.$ac_ext <<_ACEOF | |
14904 | /* end confdefs.h. */ | |
14905 | $ac_includes_default | |
14906 | #include <$ac_header> | |
14907 | _ACEOF | |
14908 | rm -f conftest.$ac_objext | |
14909 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 14910 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 14911 | ac_status=$? |
ac1cb8d3 VS |
14912 | grep -v '^ *+' conftest.er1 >conftest.err |
14913 | rm -f conftest.er1 | |
14914 | cat conftest.err >&5 | |
a848cd7e SC |
14915 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14916 | (exit $ac_status); } && | |
6ebeb4c7 | 14917 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
14918 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14919 | (eval $ac_try) 2>&5 | |
14920 | ac_status=$? | |
14921 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14922 | (exit $ac_status); }; } && | |
14923 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
14924 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14925 | (eval $ac_try) 2>&5 | |
14926 | ac_status=$? | |
14927 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14928 | (exit $ac_status); }; }; then | |
14929 | ac_header_compiler=yes | |
14930 | else | |
14931 | echo "$as_me: failed program was:" >&5 | |
14932 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14933 | ||
14934 | ac_header_compiler=no | |
14935 | fi | |
ac1cb8d3 | 14936 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
14937 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
14938 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
14939 | ||
14940 | # Is the header present? | |
14941 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
14942 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
14943 | cat >conftest.$ac_ext <<_ACEOF | |
14944 | /* confdefs.h. */ | |
14945 | _ACEOF | |
14946 | cat confdefs.h >>conftest.$ac_ext | |
14947 | cat >>conftest.$ac_ext <<_ACEOF | |
14948 | /* end confdefs.h. */ | |
14949 | #include <$ac_header> | |
14950 | _ACEOF | |
14951 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
14952 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
14953 | ac_status=$? | |
14954 | grep -v '^ *+' conftest.er1 >conftest.err | |
14955 | rm -f conftest.er1 | |
14956 | cat conftest.err >&5 | |
14957 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14958 | (exit $ac_status); } >/dev/null; then | |
14959 | if test -s conftest.err; then | |
14960 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 14961 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
14962 | else |
14963 | ac_cpp_err= | |
14964 | fi | |
14965 | else | |
14966 | ac_cpp_err=yes | |
14967 | fi | |
14968 | if test -z "$ac_cpp_err"; then | |
14969 | ac_header_preproc=yes | |
14970 | else | |
14971 | echo "$as_me: failed program was:" >&5 | |
14972 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14973 | ||
14974 | ac_header_preproc=no | |
14975 | fi | |
14976 | rm -f conftest.err conftest.$ac_ext | |
14977 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
14978 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
14979 | ||
14980 | # So? What about this header? | |
ac1cb8d3 VS |
14981 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
14982 | yes:no: ) | |
a848cd7e SC |
14983 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
14984 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
14985 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
14986 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
14987 | ac_header_preproc=yes | |
a848cd7e | 14988 | ;; |
ac1cb8d3 | 14989 | no:yes:* ) |
a848cd7e SC |
14990 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
14991 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
14992 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
14993 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
14994 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
14995 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
14996 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
14997 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
14998 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
14999 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
15000 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
15001 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
15002 | ( |
15003 | cat <<\_ASBOX | |
ac1cb8d3 VS |
15004 | ## ----------------------------------------- ## |
15005 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
15006 | ## ----------------------------------------- ## | |
a848cd7e SC |
15007 | _ASBOX |
15008 | ) | | |
15009 | sed "s/^/$as_me: WARNING: /" >&2 | |
15010 | ;; | |
15011 | esac | |
15012 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
15013 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
15014 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
15015 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15016 | else | |
ac1cb8d3 | 15017 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
15018 | fi |
15019 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
15020 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
15021 | ||
15022 | fi | |
15023 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
15024 | cat >>confdefs.h <<_ACEOF | |
15025 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
15026 | _ACEOF | |
15027 | ||
15028 | fi | |
15029 | ||
15030 | done | |
15031 | ||
15032 | ||
a848cd7e SC |
15033 | |
15034 | for ac_header in langinfo.h | |
15035 | do | |
15036 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
15037 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
15038 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
15039 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
15040 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
15041 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15042 | fi | |
15043 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
15044 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
15045 | else | |
15046 | # Is the header compilable? | |
15047 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
15048 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
15049 | cat >conftest.$ac_ext <<_ACEOF | |
15050 | /* confdefs.h. */ | |
15051 | _ACEOF | |
15052 | cat confdefs.h >>conftest.$ac_ext | |
15053 | cat >>conftest.$ac_ext <<_ACEOF | |
15054 | /* end confdefs.h. */ | |
15055 | $ac_includes_default | |
15056 | #include <$ac_header> | |
15057 | _ACEOF | |
15058 | rm -f conftest.$ac_objext | |
15059 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15060 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15061 | ac_status=$? |
ac1cb8d3 VS |
15062 | grep -v '^ *+' conftest.er1 >conftest.err |
15063 | rm -f conftest.er1 | |
15064 | cat conftest.err >&5 | |
a848cd7e SC |
15065 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15066 | (exit $ac_status); } && | |
6ebeb4c7 | 15067 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15068 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15069 | (eval $ac_try) 2>&5 | |
15070 | ac_status=$? | |
15071 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15072 | (exit $ac_status); }; } && | |
15073 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15074 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15075 | (eval $ac_try) 2>&5 | |
15076 | ac_status=$? | |
15077 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15078 | (exit $ac_status); }; }; then | |
15079 | ac_header_compiler=yes | |
15080 | else | |
15081 | echo "$as_me: failed program was:" >&5 | |
15082 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15083 | ||
15084 | ac_header_compiler=no | |
15085 | fi | |
ac1cb8d3 | 15086 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15087 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
15088 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
15089 | ||
15090 | # Is the header present? | |
15091 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
15092 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
15093 | cat >conftest.$ac_ext <<_ACEOF | |
15094 | /* confdefs.h. */ | |
15095 | _ACEOF | |
15096 | cat confdefs.h >>conftest.$ac_ext | |
15097 | cat >>conftest.$ac_ext <<_ACEOF | |
15098 | /* end confdefs.h. */ | |
15099 | #include <$ac_header> | |
15100 | _ACEOF | |
15101 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
15102 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
15103 | ac_status=$? | |
15104 | grep -v '^ *+' conftest.er1 >conftest.err | |
15105 | rm -f conftest.er1 | |
15106 | cat conftest.err >&5 | |
15107 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15108 | (exit $ac_status); } >/dev/null; then | |
15109 | if test -s conftest.err; then | |
15110 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 15111 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
15112 | else |
15113 | ac_cpp_err= | |
15114 | fi | |
15115 | else | |
15116 | ac_cpp_err=yes | |
15117 | fi | |
15118 | if test -z "$ac_cpp_err"; then | |
15119 | ac_header_preproc=yes | |
15120 | else | |
15121 | echo "$as_me: failed program was:" >&5 | |
15122 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15123 | ||
15124 | ac_header_preproc=no | |
15125 | fi | |
15126 | rm -f conftest.err conftest.$ac_ext | |
15127 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
15128 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
15129 | ||
15130 | # So? What about this header? | |
ac1cb8d3 VS |
15131 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
15132 | yes:no: ) | |
a848cd7e SC |
15133 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
15134 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
15135 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
15136 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
15137 | ac_header_preproc=yes | |
a848cd7e | 15138 | ;; |
ac1cb8d3 | 15139 | no:yes:* ) |
a848cd7e SC |
15140 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
15141 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
15142 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
15143 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
15144 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
15145 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
15146 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
15147 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
15148 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
15149 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
15150 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
15151 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
15152 | ( |
15153 | cat <<\_ASBOX | |
ac1cb8d3 VS |
15154 | ## ----------------------------------------- ## |
15155 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
15156 | ## ----------------------------------------- ## | |
a848cd7e SC |
15157 | _ASBOX |
15158 | ) | | |
15159 | sed "s/^/$as_me: WARNING: /" >&2 | |
15160 | ;; | |
15161 | esac | |
15162 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
15163 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
15164 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
15165 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15166 | else | |
ac1cb8d3 | 15167 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
15168 | fi |
15169 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
15170 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
15171 | ||
15172 | fi | |
15173 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
15174 | cat >>confdefs.h <<_ACEOF | |
15175 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
15176 | _ACEOF | |
15177 | ||
15178 | fi | |
15179 | ||
15180 | done | |
15181 | ||
15182 | ||
15183 | case "${host}" in | |
15184 | *-pc-os2_emx | *-pc-os2-emx ) | |
391a765e VS |
15185 | if test $ac_cv_header_langinfo_h = "yes" \ |
15186 | -a \( "$wx_cv_gccversion" = "EMX2" \ | |
15187 | -o "$wx_cv_gccversion" = "EMX3" \ | |
15188 | -o "$wx_cv_gccversion" = "Innotek5" \); then | |
a848cd7e SC |
15189 | LIBS="$LIBS -lintl" |
15190 | fi | |
15191 | ;; | |
15192 | esac | |
15193 | ||
15194 | if test "$wxUSE_GUI" = "yes"; then | |
15195 | if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then | |
15196 | ||
15197 | for ac_header in X11/Xlib.h | |
15198 | do | |
15199 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
15200 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
15201 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
15202 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
15203 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
15204 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15205 | fi | |
15206 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
15207 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
15208 | else | |
15209 | # Is the header compilable? | |
15210 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
15211 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
15212 | cat >conftest.$ac_ext <<_ACEOF | |
15213 | /* confdefs.h. */ | |
15214 | _ACEOF | |
15215 | cat confdefs.h >>conftest.$ac_ext | |
15216 | cat >>conftest.$ac_ext <<_ACEOF | |
15217 | /* end confdefs.h. */ | |
15218 | $ac_includes_default | |
15219 | #include <$ac_header> | |
15220 | _ACEOF | |
15221 | rm -f conftest.$ac_objext | |
15222 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15223 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15224 | ac_status=$? |
ac1cb8d3 VS |
15225 | grep -v '^ *+' conftest.er1 >conftest.err |
15226 | rm -f conftest.er1 | |
15227 | cat conftest.err >&5 | |
a848cd7e SC |
15228 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15229 | (exit $ac_status); } && | |
6ebeb4c7 | 15230 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15231 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15232 | (eval $ac_try) 2>&5 | |
15233 | ac_status=$? | |
15234 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15235 | (exit $ac_status); }; } && | |
15236 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15237 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15238 | (eval $ac_try) 2>&5 | |
15239 | ac_status=$? | |
15240 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15241 | (exit $ac_status); }; }; then | |
15242 | ac_header_compiler=yes | |
15243 | else | |
15244 | echo "$as_me: failed program was:" >&5 | |
15245 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15246 | ||
15247 | ac_header_compiler=no | |
15248 | fi | |
ac1cb8d3 | 15249 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15250 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
15251 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
15252 | ||
15253 | # Is the header present? | |
15254 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
15255 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
15256 | cat >conftest.$ac_ext <<_ACEOF | |
15257 | /* confdefs.h. */ | |
15258 | _ACEOF | |
15259 | cat confdefs.h >>conftest.$ac_ext | |
15260 | cat >>conftest.$ac_ext <<_ACEOF | |
15261 | /* end confdefs.h. */ | |
15262 | #include <$ac_header> | |
15263 | _ACEOF | |
15264 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
15265 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
15266 | ac_status=$? | |
15267 | grep -v '^ *+' conftest.er1 >conftest.err | |
15268 | rm -f conftest.er1 | |
15269 | cat conftest.err >&5 | |
15270 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15271 | (exit $ac_status); } >/dev/null; then | |
15272 | if test -s conftest.err; then | |
15273 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 15274 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
15275 | else |
15276 | ac_cpp_err= | |
15277 | fi | |
15278 | else | |
15279 | ac_cpp_err=yes | |
15280 | fi | |
15281 | if test -z "$ac_cpp_err"; then | |
15282 | ac_header_preproc=yes | |
15283 | else | |
15284 | echo "$as_me: failed program was:" >&5 | |
15285 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15286 | ||
15287 | ac_header_preproc=no | |
15288 | fi | |
15289 | rm -f conftest.err conftest.$ac_ext | |
15290 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
15291 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
15292 | ||
15293 | # So? What about this header? | |
ac1cb8d3 VS |
15294 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
15295 | yes:no: ) | |
a848cd7e SC |
15296 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
15297 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
15298 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
15299 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
15300 | ac_header_preproc=yes | |
a848cd7e | 15301 | ;; |
ac1cb8d3 | 15302 | no:yes:* ) |
a848cd7e SC |
15303 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
15304 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
15305 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
15306 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
15307 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
15308 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
15309 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
15310 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
15311 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
15312 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
15313 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
15314 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
15315 | ( |
15316 | cat <<\_ASBOX | |
ac1cb8d3 VS |
15317 | ## ----------------------------------------- ## |
15318 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
15319 | ## ----------------------------------------- ## | |
a848cd7e SC |
15320 | _ASBOX |
15321 | ) | | |
15322 | sed "s/^/$as_me: WARNING: /" >&2 | |
15323 | ;; | |
15324 | esac | |
15325 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
15326 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
15327 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
15328 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15329 | else | |
ac1cb8d3 | 15330 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
15331 | fi |
15332 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
15333 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
15334 | ||
15335 | fi | |
15336 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
15337 | cat >>confdefs.h <<_ACEOF | |
15338 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
15339 | _ACEOF | |
15340 | ||
15341 | fi | |
15342 | ||
15343 | done | |
15344 | ||
15345 | ||
15346 | for ac_header in X11/XKBlib.h | |
15347 | do | |
15348 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
15349 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
15350 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
15351 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
15352 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15353 | else | |
15354 | cat >conftest.$ac_ext <<_ACEOF | |
15355 | /* confdefs.h. */ | |
15356 | _ACEOF | |
15357 | cat confdefs.h >>conftest.$ac_ext | |
15358 | cat >>conftest.$ac_ext <<_ACEOF | |
15359 | /* end confdefs.h. */ | |
15360 | ||
15361 | #if HAVE_X11_XLIB_H | |
15362 | #include <X11/Xlib.h> | |
15363 | #endif | |
15364 | ||
15365 | ||
15366 | #include <$ac_header> | |
15367 | _ACEOF | |
15368 | rm -f conftest.$ac_objext | |
15369 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15370 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15371 | ac_status=$? |
ac1cb8d3 VS |
15372 | grep -v '^ *+' conftest.er1 >conftest.err |
15373 | rm -f conftest.er1 | |
15374 | cat conftest.err >&5 | |
a848cd7e SC |
15375 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15376 | (exit $ac_status); } && | |
6ebeb4c7 | 15377 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15378 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15379 | (eval $ac_try) 2>&5 | |
15380 | ac_status=$? | |
15381 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15382 | (exit $ac_status); }; } && | |
15383 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15384 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15385 | (eval $ac_try) 2>&5 | |
15386 | ac_status=$? | |
15387 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15388 | (exit $ac_status); }; }; then | |
15389 | eval "$as_ac_Header=yes" | |
15390 | else | |
15391 | echo "$as_me: failed program was:" >&5 | |
15392 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15393 | ||
15394 | eval "$as_ac_Header=no" | |
15395 | fi | |
ac1cb8d3 | 15396 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15397 | fi |
15398 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
15399 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
15400 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
15401 | cat >>confdefs.h <<_ACEOF | |
15402 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
15403 | _ACEOF | |
15404 | ||
15405 | fi | |
15406 | ||
15407 | done | |
15408 | ||
15409 | fi | |
15410 | fi | |
15411 | ||
15412 | ||
15413 | echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 | |
15414 | echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 | |
15415 | if test "${ac_cv_c_const+set}" = set; then | |
15416 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15417 | else | |
15418 | cat >conftest.$ac_ext <<_ACEOF | |
15419 | /* confdefs.h. */ | |
15420 | _ACEOF | |
15421 | cat confdefs.h >>conftest.$ac_ext | |
15422 | cat >>conftest.$ac_ext <<_ACEOF | |
15423 | /* end confdefs.h. */ | |
15424 | ||
15425 | int | |
15426 | main () | |
15427 | { | |
15428 | /* FIXME: Include the comments suggested by Paul. */ | |
15429 | #ifndef __cplusplus | |
15430 | /* Ultrix mips cc rejects this. */ | |
15431 | typedef int charset[2]; | |
15432 | const charset x; | |
15433 | /* SunOS 4.1.1 cc rejects this. */ | |
15434 | char const *const *ccp; | |
15435 | char **p; | |
15436 | /* NEC SVR4.0.2 mips cc rejects this. */ | |
15437 | struct point {int x, y;}; | |
15438 | static struct point const zero = {0,0}; | |
15439 | /* AIX XL C 1.02.0.0 rejects this. | |
15440 | It does not let you subtract one const X* pointer from another in | |
15441 | an arm of an if-expression whose if-part is not a constant | |
15442 | expression */ | |
15443 | const char *g = "string"; | |
15444 | ccp = &g + (g ? g-g : 0); | |
15445 | /* HPUX 7.0 cc rejects these. */ | |
15446 | ++ccp; | |
15447 | p = (char**) ccp; | |
15448 | ccp = (char const *const *) p; | |
15449 | { /* SCO 3.2v4 cc rejects this. */ | |
15450 | char *t; | |
15451 | char const *s = 0 ? (char *) 0 : (char const *) 0; | |
15452 | ||
15453 | *t++ = 0; | |
15454 | } | |
15455 | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | |
15456 | int x[] = {25, 17}; | |
15457 | const int *foo = &x[0]; | |
15458 | ++foo; | |
15459 | } | |
15460 | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | |
15461 | typedef const int *iptr; | |
15462 | iptr p = 0; | |
15463 | ++p; | |
15464 | } | |
15465 | { /* AIX XL C 1.02.0.0 rejects this saying | |
15466 | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | |
15467 | struct s { int j; const int *ap[3]; }; | |
15468 | struct s *b; b->j = 5; | |
15469 | } | |
15470 | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | |
15471 | const int foo = 10; | |
15472 | } | |
15473 | #endif | |
15474 | ||
15475 | ; | |
15476 | return 0; | |
15477 | } | |
15478 | _ACEOF | |
15479 | rm -f conftest.$ac_objext | |
15480 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15481 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15482 | ac_status=$? |
ac1cb8d3 VS |
15483 | grep -v '^ *+' conftest.er1 >conftest.err |
15484 | rm -f conftest.er1 | |
15485 | cat conftest.err >&5 | |
a848cd7e SC |
15486 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15487 | (exit $ac_status); } && | |
6ebeb4c7 | 15488 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15489 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15490 | (eval $ac_try) 2>&5 | |
15491 | ac_status=$? | |
15492 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15493 | (exit $ac_status); }; } && | |
15494 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15495 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15496 | (eval $ac_try) 2>&5 | |
15497 | ac_status=$? | |
15498 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15499 | (exit $ac_status); }; }; then | |
15500 | ac_cv_c_const=yes | |
15501 | else | |
15502 | echo "$as_me: failed program was:" >&5 | |
15503 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15504 | ||
15505 | ac_cv_c_const=no | |
15506 | fi | |
ac1cb8d3 | 15507 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15508 | fi |
15509 | echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 | |
15510 | echo "${ECHO_T}$ac_cv_c_const" >&6 | |
15511 | if test $ac_cv_c_const = no; then | |
15512 | ||
15513 | cat >>confdefs.h <<\_ACEOF | |
15514 | #define const | |
15515 | _ACEOF | |
15516 | ||
15517 | fi | |
15518 | ||
15519 | echo "$as_me:$LINENO: checking for inline" >&5 | |
15520 | echo $ECHO_N "checking for inline... $ECHO_C" >&6 | |
15521 | if test "${ac_cv_c_inline+set}" = set; then | |
15522 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15523 | else | |
15524 | ac_cv_c_inline=no | |
15525 | for ac_kw in inline __inline__ __inline; do | |
15526 | cat >conftest.$ac_ext <<_ACEOF | |
15527 | /* confdefs.h. */ | |
15528 | _ACEOF | |
15529 | cat confdefs.h >>conftest.$ac_ext | |
15530 | cat >>conftest.$ac_ext <<_ACEOF | |
15531 | /* end confdefs.h. */ | |
15532 | #ifndef __cplusplus | |
15533 | typedef int foo_t; | |
15534 | static $ac_kw foo_t static_foo () {return 0; } | |
15535 | $ac_kw foo_t foo () {return 0; } | |
15536 | #endif | |
15537 | ||
15538 | _ACEOF | |
15539 | rm -f conftest.$ac_objext | |
15540 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15541 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15542 | ac_status=$? |
ac1cb8d3 VS |
15543 | grep -v '^ *+' conftest.er1 >conftest.err |
15544 | rm -f conftest.er1 | |
15545 | cat conftest.err >&5 | |
a848cd7e SC |
15546 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15547 | (exit $ac_status); } && | |
6ebeb4c7 | 15548 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15549 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15550 | (eval $ac_try) 2>&5 | |
15551 | ac_status=$? | |
15552 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15553 | (exit $ac_status); }; } && | |
15554 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15555 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15556 | (eval $ac_try) 2>&5 | |
15557 | ac_status=$? | |
15558 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15559 | (exit $ac_status); }; }; then | |
15560 | ac_cv_c_inline=$ac_kw; break | |
15561 | else | |
15562 | echo "$as_me: failed program was:" >&5 | |
15563 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15564 | ||
15565 | fi | |
ac1cb8d3 | 15566 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15567 | done |
15568 | ||
15569 | fi | |
15570 | echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 | |
15571 | echo "${ECHO_T}$ac_cv_c_inline" >&6 | |
ac1cb8d3 VS |
15572 | |
15573 | ||
a848cd7e SC |
15574 | case $ac_cv_c_inline in |
15575 | inline | yes) ;; | |
ac1cb8d3 VS |
15576 | *) |
15577 | case $ac_cv_c_inline in | |
15578 | no) ac_val=;; | |
15579 | *) ac_val=$ac_cv_c_inline;; | |
15580 | esac | |
15581 | cat >>confdefs.h <<_ACEOF | |
15582 | #ifndef __cplusplus | |
15583 | #define inline $ac_val | |
15584 | #endif | |
de59c161 | 15585 | _ACEOF |
ac1cb8d3 | 15586 | ;; |
a848cd7e SC |
15587 | esac |
15588 | ||
15589 | ||
15590 | echo "$as_me:$LINENO: checking for char" >&5 | |
15591 | echo $ECHO_N "checking for char... $ECHO_C" >&6 | |
15592 | if test "${ac_cv_type_char+set}" = set; then | |
15593 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15594 | else | |
15595 | cat >conftest.$ac_ext <<_ACEOF | |
15596 | /* confdefs.h. */ | |
15597 | _ACEOF | |
15598 | cat confdefs.h >>conftest.$ac_ext | |
15599 | cat >>conftest.$ac_ext <<_ACEOF | |
15600 | /* end confdefs.h. */ | |
15601 | $ac_includes_default | |
15602 | int | |
15603 | main () | |
15604 | { | |
15605 | if ((char *) 0) | |
15606 | return 0; | |
15607 | if (sizeof (char)) | |
15608 | return 0; | |
15609 | ; | |
15610 | return 0; | |
15611 | } | |
15612 | _ACEOF | |
15613 | rm -f conftest.$ac_objext | |
15614 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15615 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15616 | ac_status=$? |
ac1cb8d3 VS |
15617 | grep -v '^ *+' conftest.er1 >conftest.err |
15618 | rm -f conftest.er1 | |
15619 | cat conftest.err >&5 | |
a848cd7e SC |
15620 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15621 | (exit $ac_status); } && | |
6ebeb4c7 | 15622 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15623 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15624 | (eval $ac_try) 2>&5 | |
15625 | ac_status=$? | |
15626 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15627 | (exit $ac_status); }; } && | |
15628 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15629 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15630 | (eval $ac_try) 2>&5 | |
15631 | ac_status=$? | |
15632 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15633 | (exit $ac_status); }; }; then | |
15634 | ac_cv_type_char=yes | |
15635 | else | |
15636 | echo "$as_me: failed program was:" >&5 | |
15637 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15638 | ||
15639 | ac_cv_type_char=no | |
15640 | fi | |
ac1cb8d3 | 15641 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15642 | fi |
15643 | echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5 | |
15644 | echo "${ECHO_T}$ac_cv_type_char" >&6 | |
15645 | ||
15646 | echo "$as_me:$LINENO: checking size of char" >&5 | |
15647 | echo $ECHO_N "checking size of char... $ECHO_C" >&6 | |
15648 | if test "${ac_cv_sizeof_char+set}" = set; then | |
15649 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15650 | else | |
15651 | if test "$ac_cv_type_char" = yes; then | |
15652 | # The cast to unsigned long works around a bug in the HP C Compiler | |
15653 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
15654 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
15655 | # This bug is HP SR number 8606223364. | |
15656 | if test "$cross_compiling" = yes; then | |
15657 | # Depending upon the size, compute the lo and hi bounds. | |
15658 | cat >conftest.$ac_ext <<_ACEOF | |
15659 | /* confdefs.h. */ | |
15660 | _ACEOF | |
15661 | cat confdefs.h >>conftest.$ac_ext | |
15662 | cat >>conftest.$ac_ext <<_ACEOF | |
15663 | /* end confdefs.h. */ | |
15664 | $ac_includes_default | |
15665 | int | |
15666 | main () | |
15667 | { | |
15668 | static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)]; | |
15669 | test_array [0] = 0 | |
15670 | ||
15671 | ; | |
15672 | return 0; | |
15673 | } | |
15674 | _ACEOF | |
15675 | rm -f conftest.$ac_objext | |
15676 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15677 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15678 | ac_status=$? |
ac1cb8d3 VS |
15679 | grep -v '^ *+' conftest.er1 >conftest.err |
15680 | rm -f conftest.er1 | |
15681 | cat conftest.err >&5 | |
a848cd7e SC |
15682 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15683 | (exit $ac_status); } && | |
6ebeb4c7 | 15684 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15685 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15686 | (eval $ac_try) 2>&5 | |
15687 | ac_status=$? | |
15688 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15689 | (exit $ac_status); }; } && | |
15690 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15691 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15692 | (eval $ac_try) 2>&5 | |
15693 | ac_status=$? | |
15694 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15695 | (exit $ac_status); }; }; then | |
15696 | ac_lo=0 ac_mid=0 | |
15697 | while :; do | |
15698 | cat >conftest.$ac_ext <<_ACEOF | |
15699 | /* confdefs.h. */ | |
15700 | _ACEOF | |
15701 | cat confdefs.h >>conftest.$ac_ext | |
15702 | cat >>conftest.$ac_ext <<_ACEOF | |
15703 | /* end confdefs.h. */ | |
15704 | $ac_includes_default | |
15705 | int | |
15706 | main () | |
15707 | { | |
15708 | static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)]; | |
15709 | test_array [0] = 0 | |
15710 | ||
15711 | ; | |
15712 | return 0; | |
15713 | } | |
15714 | _ACEOF | |
15715 | rm -f conftest.$ac_objext | |
15716 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15717 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15718 | ac_status=$? |
ac1cb8d3 VS |
15719 | grep -v '^ *+' conftest.er1 >conftest.err |
15720 | rm -f conftest.er1 | |
15721 | cat conftest.err >&5 | |
a848cd7e SC |
15722 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15723 | (exit $ac_status); } && | |
6ebeb4c7 | 15724 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15725 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15726 | (eval $ac_try) 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' | |
a848cd7e SC |
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=$ac_mid; break | |
15737 | else | |
15738 | echo "$as_me: failed program was:" >&5 | |
15739 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15740 | ||
15741 | ac_lo=`expr $ac_mid + 1` | |
ac1cb8d3 VS |
15742 | if test $ac_lo -le $ac_mid; then |
15743 | ac_lo= ac_hi= | |
15744 | break | |
15745 | fi | |
15746 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a848cd7e | 15747 | fi |
ac1cb8d3 | 15748 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15749 | done |
15750 | else | |
15751 | echo "$as_me: failed program was:" >&5 | |
15752 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15753 | ||
15754 | cat >conftest.$ac_ext <<_ACEOF | |
15755 | /* confdefs.h. */ | |
15756 | _ACEOF | |
15757 | cat confdefs.h >>conftest.$ac_ext | |
15758 | cat >>conftest.$ac_ext <<_ACEOF | |
15759 | /* end confdefs.h. */ | |
15760 | $ac_includes_default | |
15761 | int | |
15762 | main () | |
15763 | { | |
15764 | static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)]; | |
15765 | test_array [0] = 0 | |
15766 | ||
15767 | ; | |
15768 | return 0; | |
15769 | } | |
15770 | _ACEOF | |
15771 | rm -f conftest.$ac_objext | |
15772 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15773 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15774 | ac_status=$? |
ac1cb8d3 VS |
15775 | grep -v '^ *+' conftest.er1 >conftest.err |
15776 | rm -f conftest.er1 | |
15777 | cat conftest.err >&5 | |
a848cd7e SC |
15778 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15779 | (exit $ac_status); } && | |
6ebeb4c7 | 15780 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15781 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15782 | (eval $ac_try) 2>&5 | |
15783 | ac_status=$? | |
15784 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15785 | (exit $ac_status); }; } && | |
15786 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15787 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15788 | (eval $ac_try) 2>&5 | |
15789 | ac_status=$? | |
15790 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15791 | (exit $ac_status); }; }; then | |
15792 | ac_hi=-1 ac_mid=-1 | |
15793 | while :; do | |
15794 | cat >conftest.$ac_ext <<_ACEOF | |
15795 | /* confdefs.h. */ | |
15796 | _ACEOF | |
15797 | cat confdefs.h >>conftest.$ac_ext | |
15798 | cat >>conftest.$ac_ext <<_ACEOF | |
15799 | /* end confdefs.h. */ | |
15800 | $ac_includes_default | |
15801 | int | |
15802 | main () | |
15803 | { | |
15804 | static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)]; | |
15805 | test_array [0] = 0 | |
15806 | ||
15807 | ; | |
15808 | return 0; | |
15809 | } | |
15810 | _ACEOF | |
15811 | rm -f conftest.$ac_objext | |
15812 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15813 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15814 | ac_status=$? |
ac1cb8d3 VS |
15815 | grep -v '^ *+' conftest.er1 >conftest.err |
15816 | rm -f conftest.er1 | |
15817 | cat conftest.err >&5 | |
a848cd7e SC |
15818 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15819 | (exit $ac_status); } && | |
6ebeb4c7 | 15820 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15821 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15822 | (eval $ac_try) 2>&5 | |
15823 | ac_status=$? | |
15824 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15825 | (exit $ac_status); }; } && | |
15826 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15827 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15828 | (eval $ac_try) 2>&5 | |
15829 | ac_status=$? | |
15830 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15831 | (exit $ac_status); }; }; then | |
15832 | ac_lo=$ac_mid; break | |
15833 | else | |
15834 | echo "$as_me: failed program was:" >&5 | |
15835 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15836 | ||
15837 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
ac1cb8d3 VS |
15838 | if test $ac_mid -le $ac_hi; then |
15839 | ac_lo= ac_hi= | |
15840 | break | |
15841 | fi | |
15842 | ac_mid=`expr 2 '*' $ac_mid` | |
a848cd7e | 15843 | fi |
ac1cb8d3 | 15844 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15845 | done |
15846 | else | |
15847 | echo "$as_me: failed program was:" >&5 | |
15848 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15849 | ||
15850 | ac_lo= ac_hi= | |
15851 | fi | |
ac1cb8d3 | 15852 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 15853 | fi |
ac1cb8d3 | 15854 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15855 | # Binary search between lo and hi bounds. |
15856 | while test "x$ac_lo" != "x$ac_hi"; do | |
15857 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
15858 | cat >conftest.$ac_ext <<_ACEOF | |
15859 | /* confdefs.h. */ | |
15860 | _ACEOF | |
15861 | cat confdefs.h >>conftest.$ac_ext | |
15862 | cat >>conftest.$ac_ext <<_ACEOF | |
15863 | /* end confdefs.h. */ | |
15864 | $ac_includes_default | |
15865 | int | |
15866 | main () | |
15867 | { | |
15868 | static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)]; | |
15869 | test_array [0] = 0 | |
15870 | ||
15871 | ; | |
15872 | return 0; | |
15873 | } | |
15874 | _ACEOF | |
15875 | rm -f conftest.$ac_objext | |
15876 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15877 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15878 | ac_status=$? |
ac1cb8d3 VS |
15879 | grep -v '^ *+' conftest.er1 >conftest.err |
15880 | rm -f conftest.er1 | |
15881 | cat conftest.err >&5 | |
a848cd7e SC |
15882 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15883 | (exit $ac_status); } && | |
6ebeb4c7 | 15884 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15885 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15886 | (eval $ac_try) 2>&5 | |
15887 | ac_status=$? | |
15888 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15889 | (exit $ac_status); }; } && | |
15890 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15891 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15892 | (eval $ac_try) 2>&5 | |
15893 | ac_status=$? | |
15894 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15895 | (exit $ac_status); }; }; then | |
15896 | ac_hi=$ac_mid | |
15897 | else | |
15898 | echo "$as_me: failed program was:" >&5 | |
15899 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15900 | ||
15901 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
15902 | fi | |
ac1cb8d3 | 15903 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15904 | done |
15905 | case $ac_lo in | |
15906 | ?*) ac_cv_sizeof_char=$ac_lo;; | |
15907 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77 | |
15908 | See \`config.log' for more details." >&5 | |
15909 | echo "$as_me: error: cannot compute sizeof (char), 77 | |
15910 | See \`config.log' for more details." >&2;} | |
15911 | { (exit 1); exit 1; }; } ;; | |
15912 | esac | |
15913 | else | |
15914 | if test "$cross_compiling" = yes; then | |
6ebeb4c7 VZ |
15915 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
15916 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
a848cd7e SC |
15917 | { (exit 1); exit 1; }; } |
15918 | else | |
15919 | cat >conftest.$ac_ext <<_ACEOF | |
15920 | /* confdefs.h. */ | |
15921 | _ACEOF | |
15922 | cat confdefs.h >>conftest.$ac_ext | |
15923 | cat >>conftest.$ac_ext <<_ACEOF | |
15924 | /* end confdefs.h. */ | |
15925 | $ac_includes_default | |
15926 | long longval () { return (long) (sizeof (char)); } | |
15927 | unsigned long ulongval () { return (long) (sizeof (char)); } | |
15928 | #include <stdio.h> | |
15929 | #include <stdlib.h> | |
15930 | int | |
15931 | main () | |
15932 | { | |
15933 | ||
15934 | FILE *f = fopen ("conftest.val", "w"); | |
15935 | if (! f) | |
15936 | exit (1); | |
15937 | if (((long) (sizeof (char))) < 0) | |
15938 | { | |
15939 | long i = longval (); | |
15940 | if (i != ((long) (sizeof (char)))) | |
15941 | exit (1); | |
15942 | fprintf (f, "%ld\n", i); | |
15943 | } | |
15944 | else | |
15945 | { | |
15946 | unsigned long i = ulongval (); | |
15947 | if (i != ((long) (sizeof (char)))) | |
15948 | exit (1); | |
15949 | fprintf (f, "%lu\n", i); | |
15950 | } | |
15951 | exit (ferror (f) || fclose (f) != 0); | |
15952 | ||
15953 | ; | |
15954 | return 0; | |
15955 | } | |
15956 | _ACEOF | |
15957 | rm -f conftest$ac_exeext | |
15958 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
15959 | (eval $ac_link) 2>&5 | |
15960 | ac_status=$? | |
15961 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15962 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
15963 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15964 | (eval $ac_try) 2>&5 | |
15965 | ac_status=$? | |
15966 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15967 | (exit $ac_status); }; }; then | |
15968 | ac_cv_sizeof_char=`cat conftest.val` | |
15969 | else | |
15970 | echo "$as_me: program exited with status $ac_status" >&5 | |
15971 | echo "$as_me: failed program was:" >&5 | |
15972 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15973 | ||
15974 | ( exit $ac_status ) | |
15975 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77 | |
15976 | See \`config.log' for more details." >&5 | |
15977 | echo "$as_me: error: cannot compute sizeof (char), 77 | |
15978 | See \`config.log' for more details." >&2;} | |
15979 | { (exit 1); exit 1; }; } | |
15980 | fi | |
ac1cb8d3 | 15981 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15982 | fi |
15983 | fi | |
15984 | rm -f conftest.val | |
15985 | else | |
15986 | ac_cv_sizeof_char=0 | |
15987 | fi | |
15988 | fi | |
15989 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5 | |
15990 | echo "${ECHO_T}$ac_cv_sizeof_char" >&6 | |
15991 | cat >>confdefs.h <<_ACEOF | |
15992 | #define SIZEOF_CHAR $ac_cv_sizeof_char | |
15993 | _ACEOF | |
15994 | ||
15995 | ||
15996 | echo "$as_me:$LINENO: checking for short" >&5 | |
15997 | echo $ECHO_N "checking for short... $ECHO_C" >&6 | |
15998 | if test "${ac_cv_type_short+set}" = set; then | |
15999 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
16000 | else | |
16001 | cat >conftest.$ac_ext <<_ACEOF | |
16002 | /* confdefs.h. */ | |
16003 | _ACEOF | |
16004 | cat confdefs.h >>conftest.$ac_ext | |
16005 | cat >>conftest.$ac_ext <<_ACEOF | |
16006 | /* end confdefs.h. */ | |
16007 | $ac_includes_default | |
16008 | int | |
16009 | main () | |
16010 | { | |
16011 | if ((short *) 0) | |
16012 | return 0; | |
16013 | if (sizeof (short)) | |
16014 | return 0; | |
16015 | ; | |
16016 | return 0; | |
16017 | } | |
16018 | _ACEOF | |
16019 | rm -f conftest.$ac_objext | |
16020 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16021 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16022 | ac_status=$? |
ac1cb8d3 VS |
16023 | grep -v '^ *+' conftest.er1 >conftest.err |
16024 | rm -f conftest.er1 | |
16025 | cat conftest.err >&5 | |
a848cd7e SC |
16026 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16027 | (exit $ac_status); } && | |
6ebeb4c7 | 16028 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16029 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16030 | (eval $ac_try) 2>&5 | |
16031 | ac_status=$? | |
16032 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16033 | (exit $ac_status); }; } && | |
16034 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16035 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16036 | (eval $ac_try) 2>&5 | |
16037 | ac_status=$? | |
16038 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16039 | (exit $ac_status); }; }; then | |
16040 | ac_cv_type_short=yes | |
16041 | else | |
16042 | echo "$as_me: failed program was:" >&5 | |
16043 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16044 | ||
16045 | ac_cv_type_short=no | |
16046 | fi | |
ac1cb8d3 | 16047 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16048 | fi |
16049 | echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5 | |
16050 | echo "${ECHO_T}$ac_cv_type_short" >&6 | |
16051 | ||
16052 | echo "$as_me:$LINENO: checking size of short" >&5 | |
16053 | echo $ECHO_N "checking size of short... $ECHO_C" >&6 | |
16054 | if test "${ac_cv_sizeof_short+set}" = set; then | |
16055 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
16056 | else | |
16057 | if test "$ac_cv_type_short" = yes; then | |
16058 | # The cast to unsigned long works around a bug in the HP C Compiler | |
16059 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
16060 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
16061 | # This bug is HP SR number 8606223364. | |
16062 | if test "$cross_compiling" = yes; then | |
16063 | # Depending upon the size, compute the lo and hi bounds. | |
16064 | cat >conftest.$ac_ext <<_ACEOF | |
16065 | /* confdefs.h. */ | |
16066 | _ACEOF | |
16067 | cat confdefs.h >>conftest.$ac_ext | |
16068 | cat >>conftest.$ac_ext <<_ACEOF | |
16069 | /* end confdefs.h. */ | |
16070 | $ac_includes_default | |
16071 | int | |
16072 | main () | |
16073 | { | |
16074 | static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)]; | |
16075 | test_array [0] = 0 | |
16076 | ||
16077 | ; | |
16078 | return 0; | |
16079 | } | |
16080 | _ACEOF | |
16081 | rm -f conftest.$ac_objext | |
16082 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16083 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16084 | ac_status=$? |
ac1cb8d3 VS |
16085 | grep -v '^ *+' conftest.er1 >conftest.err |
16086 | rm -f conftest.er1 | |
16087 | cat conftest.err >&5 | |
a848cd7e SC |
16088 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16089 | (exit $ac_status); } && | |
6ebeb4c7 | 16090 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16091 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16092 | (eval $ac_try) 2>&5 | |
16093 | ac_status=$? | |
16094 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16095 | (exit $ac_status); }; } && | |
16096 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16097 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16098 | (eval $ac_try) 2>&5 | |
16099 | ac_status=$? | |
16100 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16101 | (exit $ac_status); }; }; then | |
16102 | ac_lo=0 ac_mid=0 | |
16103 | while :; do | |
16104 | cat >conftest.$ac_ext <<_ACEOF | |
16105 | /* confdefs.h. */ | |
16106 | _ACEOF | |
16107 | cat confdefs.h >>conftest.$ac_ext | |
16108 | cat >>conftest.$ac_ext <<_ACEOF | |
16109 | /* end confdefs.h. */ | |
16110 | $ac_includes_default | |
16111 | int | |
16112 | main () | |
16113 | { | |
16114 | static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)]; | |
16115 | test_array [0] = 0 | |
16116 | ||
16117 | ; | |
16118 | return 0; | |
16119 | } | |
16120 | _ACEOF | |
16121 | rm -f conftest.$ac_objext | |
16122 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16123 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16124 | ac_status=$? |
ac1cb8d3 VS |
16125 | grep -v '^ *+' conftest.er1 >conftest.err |
16126 | rm -f conftest.er1 | |
16127 | cat conftest.err >&5 | |
a848cd7e SC |
16128 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16129 | (exit $ac_status); } && | |
6ebeb4c7 | 16130 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16131 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16132 | (eval $ac_try) 2>&5 | |
16133 | ac_status=$? | |
16134 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16135 | (exit $ac_status); }; } && | |
16136 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16137 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16138 | (eval $ac_try) 2>&5 | |
16139 | ac_status=$? | |
16140 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16141 | (exit $ac_status); }; }; then | |
16142 | ac_hi=$ac_mid; break | |
16143 | else | |
16144 | echo "$as_me: failed program was:" >&5 | |
16145 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16146 | ||
16147 | ac_lo=`expr $ac_mid + 1` | |
ac1cb8d3 VS |
16148 | if test $ac_lo -le $ac_mid; then |
16149 | ac_lo= ac_hi= | |
16150 | break | |
16151 | fi | |
16152 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a848cd7e | 16153 | fi |
ac1cb8d3 | 16154 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16155 | done |
16156 | else | |
16157 | echo "$as_me: failed program was:" >&5 | |
16158 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16159 | ||
16160 | cat >conftest.$ac_ext <<_ACEOF | |
16161 | /* confdefs.h. */ | |
16162 | _ACEOF | |
16163 | cat confdefs.h >>conftest.$ac_ext | |
16164 | cat >>conftest.$ac_ext <<_ACEOF | |
16165 | /* end confdefs.h. */ | |
16166 | $ac_includes_default | |
16167 | int | |
16168 | main () | |
16169 | { | |
16170 | static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)]; | |
16171 | test_array [0] = 0 | |
16172 | ||
16173 | ; | |
16174 | return 0; | |
16175 | } | |
16176 | _ACEOF | |
16177 | rm -f conftest.$ac_objext | |
16178 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16179 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16180 | ac_status=$? |
ac1cb8d3 VS |
16181 | grep -v '^ *+' conftest.er1 >conftest.err |
16182 | rm -f conftest.er1 | |
16183 | cat conftest.err >&5 | |
a848cd7e SC |
16184 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16185 | (exit $ac_status); } && | |
6ebeb4c7 | 16186 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16187 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16188 | (eval $ac_try) 2>&5 | |
16189 | ac_status=$? | |
16190 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16191 | (exit $ac_status); }; } && | |
16192 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16193 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16194 | (eval $ac_try) 2>&5 | |
16195 | ac_status=$? | |
16196 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16197 | (exit $ac_status); }; }; then | |
16198 | ac_hi=-1 ac_mid=-1 | |
16199 | while :; do | |
16200 | cat >conftest.$ac_ext <<_ACEOF | |
16201 | /* confdefs.h. */ | |
16202 | _ACEOF | |
16203 | cat confdefs.h >>conftest.$ac_ext | |
16204 | cat >>conftest.$ac_ext <<_ACEOF | |
16205 | /* end confdefs.h. */ | |
16206 | $ac_includes_default | |
16207 | int | |
16208 | main () | |
16209 | { | |
16210 | static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)]; | |
16211 | test_array [0] = 0 | |
16212 | ||
16213 | ; | |
16214 | return 0; | |
16215 | } | |
16216 | _ACEOF | |
16217 | rm -f conftest.$ac_objext | |
16218 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16219 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16220 | ac_status=$? |
ac1cb8d3 VS |
16221 | grep -v '^ *+' conftest.er1 >conftest.err |
16222 | rm -f conftest.er1 | |
16223 | cat conftest.err >&5 | |
a848cd7e SC |
16224 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16225 | (exit $ac_status); } && | |
6ebeb4c7 | 16226 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16227 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16228 | (eval $ac_try) 2>&5 | |
16229 | ac_status=$? | |
16230 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16231 | (exit $ac_status); }; } && | |
16232 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16233 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16234 | (eval $ac_try) 2>&5 | |
16235 | ac_status=$? | |
16236 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16237 | (exit $ac_status); }; }; then | |
16238 | ac_lo=$ac_mid; break | |
16239 | else | |
16240 | echo "$as_me: failed program was:" >&5 | |
16241 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16242 | ||
16243 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
ac1cb8d3 VS |
16244 | if test $ac_mid -le $ac_hi; then |
16245 | ac_lo= ac_hi= | |
16246 | break | |
16247 | fi | |
16248 | ac_mid=`expr 2 '*' $ac_mid` | |
a848cd7e | 16249 | fi |
ac1cb8d3 | 16250 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16251 | done |
16252 | else | |
16253 | echo "$as_me: failed program was:" >&5 | |
16254 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16255 | ||
16256 | ac_lo= ac_hi= | |
16257 | fi | |
ac1cb8d3 | 16258 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 16259 | fi |
ac1cb8d3 | 16260 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16261 | # Binary search between lo and hi bounds. |
16262 | while test "x$ac_lo" != "x$ac_hi"; do | |
16263 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
16264 | cat >conftest.$ac_ext <<_ACEOF | |
16265 | /* confdefs.h. */ | |
16266 | _ACEOF | |
16267 | cat confdefs.h >>conftest.$ac_ext | |
16268 | cat >>conftest.$ac_ext <<_ACEOF | |
16269 | /* end confdefs.h. */ | |
16270 | $ac_includes_default | |
16271 | int | |
16272 | main () | |
16273 | { | |
16274 | static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)]; | |
16275 | test_array [0] = 0 | |
16276 | ||
16277 | ; | |
16278 | return 0; | |
16279 | } | |
16280 | _ACEOF | |
16281 | rm -f conftest.$ac_objext | |
16282 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16283 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16284 | ac_status=$? |
ac1cb8d3 VS |
16285 | grep -v '^ *+' conftest.er1 >conftest.err |
16286 | rm -f conftest.er1 | |
16287 | cat conftest.err >&5 | |
a848cd7e SC |
16288 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16289 | (exit $ac_status); } && | |
6ebeb4c7 | 16290 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16291 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16292 | (eval $ac_try) 2>&5 | |
16293 | ac_status=$? | |
16294 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16295 | (exit $ac_status); }; } && | |
16296 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16297 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16298 | (eval $ac_try) 2>&5 | |
16299 | ac_status=$? | |
16300 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16301 | (exit $ac_status); }; }; then | |
16302 | ac_hi=$ac_mid | |
16303 | else | |
16304 | echo "$as_me: failed program was:" >&5 | |
16305 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16306 | ||
16307 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
16308 | fi | |
ac1cb8d3 | 16309 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16310 | done |
16311 | case $ac_lo in | |
16312 | ?*) ac_cv_sizeof_short=$ac_lo;; | |
16313 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77 | |
16314 | See \`config.log' for more details." >&5 | |
16315 | echo "$as_me: error: cannot compute sizeof (short), 77 | |
16316 | See \`config.log' for more details." >&2;} | |
16317 | { (exit 1); exit 1; }; } ;; | |
16318 | esac | |
16319 | else | |
16320 | if test "$cross_compiling" = yes; then | |
6ebeb4c7 VZ |
16321 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
16322 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
a848cd7e SC |
16323 | { (exit 1); exit 1; }; } |
16324 | else | |
16325 | cat >conftest.$ac_ext <<_ACEOF | |
16326 | /* confdefs.h. */ | |
16327 | _ACEOF | |
16328 | cat confdefs.h >>conftest.$ac_ext | |
16329 | cat >>conftest.$ac_ext <<_ACEOF | |
16330 | /* end confdefs.h. */ | |
16331 | $ac_includes_default | |
16332 | long longval () { return (long) (sizeof (short)); } | |
16333 | unsigned long ulongval () { return (long) (sizeof (short)); } | |
16334 | #include <stdio.h> | |
16335 | #include <stdlib.h> | |
16336 | int | |
16337 | main () | |
16338 | { | |
16339 | ||
16340 | FILE *f = fopen ("conftest.val", "w"); | |
16341 | if (! f) | |
16342 | exit (1); | |
16343 | if (((long) (sizeof (short))) < 0) | |
16344 | { | |
16345 | long i = longval (); | |
16346 | if (i != ((long) (sizeof (short)))) | |
16347 | exit (1); | |
16348 | fprintf (f, "%ld\n", i); | |
16349 | } | |
16350 | else | |
16351 | { | |
16352 | unsigned long i = ulongval (); | |
16353 | if (i != ((long) (sizeof (short)))) | |
16354 | exit (1); | |
16355 | fprintf (f, "%lu\n", i); | |
16356 | } | |
16357 | exit (ferror (f) || fclose (f) != 0); | |
16358 | ||
16359 | ; | |
16360 | return 0; | |
16361 | } | |
16362 | _ACEOF | |
16363 | rm -f conftest$ac_exeext | |
16364 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
16365 | (eval $ac_link) 2>&5 | |
16366 | ac_status=$? | |
16367 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16368 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
16369 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16370 | (eval $ac_try) 2>&5 | |
16371 | ac_status=$? | |
16372 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16373 | (exit $ac_status); }; }; then | |
16374 | ac_cv_sizeof_short=`cat conftest.val` | |
16375 | else | |
16376 | echo "$as_me: program exited with status $ac_status" >&5 | |
16377 | echo "$as_me: failed program was:" >&5 | |
16378 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16379 | ||
16380 | ( exit $ac_status ) | |
16381 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77 | |
16382 | See \`config.log' for more details." >&5 | |
16383 | echo "$as_me: error: cannot compute sizeof (short), 77 | |
16384 | See \`config.log' for more details." >&2;} | |
16385 | { (exit 1); exit 1; }; } | |
16386 | fi | |
ac1cb8d3 | 16387 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16388 | fi |
16389 | fi | |
16390 | rm -f conftest.val | |
16391 | else | |
16392 | ac_cv_sizeof_short=0 | |
16393 | fi | |
16394 | fi | |
16395 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 | |
16396 | echo "${ECHO_T}$ac_cv_sizeof_short" >&6 | |
16397 | cat >>confdefs.h <<_ACEOF | |
16398 | #define SIZEOF_SHORT $ac_cv_sizeof_short | |
16399 | _ACEOF | |
16400 | ||
16401 | ||
16402 | echo "$as_me:$LINENO: checking for void *" >&5 | |
16403 | echo $ECHO_N "checking for void *... $ECHO_C" >&6 | |
16404 | if test "${ac_cv_type_void_p+set}" = set; then | |
16405 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
16406 | else | |
16407 | cat >conftest.$ac_ext <<_ACEOF | |
16408 | /* confdefs.h. */ | |
16409 | _ACEOF | |
16410 | cat confdefs.h >>conftest.$ac_ext | |
16411 | cat >>conftest.$ac_ext <<_ACEOF | |
16412 | /* end confdefs.h. */ | |
16413 | $ac_includes_default | |
16414 | int | |
16415 | main () | |
16416 | { | |
16417 | if ((void * *) 0) | |
16418 | return 0; | |
16419 | if (sizeof (void *)) | |
16420 | return 0; | |
16421 | ; | |
16422 | return 0; | |
16423 | } | |
16424 | _ACEOF | |
16425 | rm -f conftest.$ac_objext | |
16426 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16427 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16428 | ac_status=$? |
ac1cb8d3 VS |
16429 | grep -v '^ *+' conftest.er1 >conftest.err |
16430 | rm -f conftest.er1 | |
16431 | cat conftest.err >&5 | |
a848cd7e SC |
16432 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16433 | (exit $ac_status); } && | |
6ebeb4c7 | 16434 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16435 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16436 | (eval $ac_try) 2>&5 | |
16437 | ac_status=$? | |
16438 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16439 | (exit $ac_status); }; } && | |
16440 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16441 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16442 | (eval $ac_try) 2>&5 | |
16443 | ac_status=$? | |
16444 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16445 | (exit $ac_status); }; }; then | |
16446 | ac_cv_type_void_p=yes | |
16447 | else | |
16448 | echo "$as_me: failed program was:" >&5 | |
16449 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16450 | ||
16451 | ac_cv_type_void_p=no | |
16452 | fi | |
ac1cb8d3 | 16453 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16454 | fi |
16455 | echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5 | |
16456 | echo "${ECHO_T}$ac_cv_type_void_p" >&6 | |
16457 | ||
16458 | echo "$as_me:$LINENO: checking size of void *" >&5 | |
16459 | echo $ECHO_N "checking size of void *... $ECHO_C" >&6 | |
16460 | if test "${ac_cv_sizeof_void_p+set}" = set; then | |
16461 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
16462 | else | |
16463 | if test "$ac_cv_type_void_p" = yes; then | |
16464 | # The cast to unsigned long works around a bug in the HP C Compiler | |
16465 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
16466 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
16467 | # This bug is HP SR number 8606223364. | |
16468 | if test "$cross_compiling" = yes; then | |
16469 | # Depending upon the size, compute the lo and hi bounds. | |
16470 | cat >conftest.$ac_ext <<_ACEOF | |
16471 | /* confdefs.h. */ | |
16472 | _ACEOF | |
16473 | cat confdefs.h >>conftest.$ac_ext | |
16474 | cat >>conftest.$ac_ext <<_ACEOF | |
16475 | /* end confdefs.h. */ | |
16476 | $ac_includes_default | |
16477 | int | |
16478 | main () | |
16479 | { | |
16480 | static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)]; | |
16481 | test_array [0] = 0 | |
16482 | ||
16483 | ; | |
16484 | return 0; | |
16485 | } | |
16486 | _ACEOF | |
16487 | rm -f conftest.$ac_objext | |
16488 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16489 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16490 | ac_status=$? |
ac1cb8d3 VS |
16491 | grep -v '^ *+' conftest.er1 >conftest.err |
16492 | rm -f conftest.er1 | |
16493 | cat conftest.err >&5 | |
a848cd7e SC |
16494 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16495 | (exit $ac_status); } && | |
6ebeb4c7 | 16496 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16497 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16498 | (eval $ac_try) 2>&5 | |
16499 | ac_status=$? | |
16500 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16501 | (exit $ac_status); }; } && | |
16502 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16503 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16504 | (eval $ac_try) 2>&5 | |
16505 | ac_status=$? | |
16506 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16507 | (exit $ac_status); }; }; then | |
16508 | ac_lo=0 ac_mid=0 | |
16509 | while :; do | |
16510 | cat >conftest.$ac_ext <<_ACEOF | |
16511 | /* confdefs.h. */ | |
16512 | _ACEOF | |
16513 | cat confdefs.h >>conftest.$ac_ext | |
16514 | cat >>conftest.$ac_ext <<_ACEOF | |
16515 | /* end confdefs.h. */ | |
16516 | $ac_includes_default | |
16517 | int | |
16518 | main () | |
16519 | { | |
16520 | static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)]; | |
16521 | test_array [0] = 0 | |
16522 | ||
16523 | ; | |
16524 | return 0; | |
16525 | } | |
16526 | _ACEOF | |
16527 | rm -f conftest.$ac_objext | |
16528 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16529 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16530 | ac_status=$? |
ac1cb8d3 VS |
16531 | grep -v '^ *+' conftest.er1 >conftest.err |
16532 | rm -f conftest.er1 | |
16533 | cat conftest.err >&5 | |
a848cd7e SC |
16534 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16535 | (exit $ac_status); } && | |
6ebeb4c7 | 16536 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16537 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16538 | (eval $ac_try) 2>&5 | |
16539 | ac_status=$? | |
16540 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16541 | (exit $ac_status); }; } && | |
16542 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16543 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16544 | (eval $ac_try) 2>&5 | |
16545 | ac_status=$? | |
16546 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16547 | (exit $ac_status); }; }; then | |
16548 | ac_hi=$ac_mid; break | |
16549 | else | |
16550 | echo "$as_me: failed program was:" >&5 | |
16551 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16552 | ||
16553 | ac_lo=`expr $ac_mid + 1` | |
ac1cb8d3 VS |
16554 | if test $ac_lo -le $ac_mid; then |
16555 | ac_lo= ac_hi= | |
16556 | break | |
16557 | fi | |
16558 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a848cd7e | 16559 | fi |
ac1cb8d3 | 16560 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16561 | done |
16562 | else | |
16563 | echo "$as_me: failed program was:" >&5 | |
16564 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16565 | ||
16566 | cat >conftest.$ac_ext <<_ACEOF | |
16567 | /* confdefs.h. */ | |
16568 | _ACEOF | |
16569 | cat confdefs.h >>conftest.$ac_ext | |
16570 | cat >>conftest.$ac_ext <<_ACEOF | |
16571 | /* end confdefs.h. */ | |
16572 | $ac_includes_default | |
16573 | int | |
16574 | main () | |
16575 | { | |
16576 | static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)]; | |
16577 | test_array [0] = 0 | |
16578 | ||
16579 | ; | |
16580 | return 0; | |
16581 | } | |
16582 | _ACEOF | |
16583 | rm -f conftest.$ac_objext | |
16584 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16585 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16586 | ac_status=$? |
ac1cb8d3 VS |
16587 | grep -v '^ *+' conftest.er1 >conftest.err |
16588 | rm -f conftest.er1 | |
16589 | cat conftest.err >&5 | |
a848cd7e SC |
16590 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16591 | (exit $ac_status); } && | |
6ebeb4c7 | 16592 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16593 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16594 | (eval $ac_try) 2>&5 | |
16595 | ac_status=$? | |
16596 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16597 | (exit $ac_status); }; } && | |
16598 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16599 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16600 | (eval $ac_try) 2>&5 | |
16601 | ac_status=$? | |
16602 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16603 | (exit $ac_status); }; }; then | |
16604 | ac_hi=-1 ac_mid=-1 | |
16605 | while :; do | |
16606 | cat >conftest.$ac_ext <<_ACEOF | |
16607 | /* confdefs.h. */ | |
16608 | _ACEOF | |
16609 | cat confdefs.h >>conftest.$ac_ext | |
16610 | cat >>conftest.$ac_ext <<_ACEOF | |
16611 | /* end confdefs.h. */ | |
16612 | $ac_includes_default | |
16613 | int | |
16614 | main () | |
16615 | { | |
16616 | static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)]; | |
16617 | test_array [0] = 0 | |
16618 | ||
16619 | ; | |
16620 | return 0; | |
16621 | } | |
16622 | _ACEOF | |
16623 | rm -f conftest.$ac_objext | |
16624 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16625 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16626 | ac_status=$? |
ac1cb8d3 VS |
16627 | grep -v '^ *+' conftest.er1 >conftest.err |
16628 | rm -f conftest.er1 | |
16629 | cat conftest.err >&5 | |
a848cd7e SC |
16630 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16631 | (exit $ac_status); } && | |
6ebeb4c7 | 16632 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16633 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16634 | (eval $ac_try) 2>&5 | |
16635 | ac_status=$? | |
16636 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16637 | (exit $ac_status); }; } && | |
16638 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16639 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16640 | (eval $ac_try) 2>&5 | |
16641 | ac_status=$? | |
16642 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16643 | (exit $ac_status); }; }; then | |
16644 | ac_lo=$ac_mid; break | |
16645 | else | |
16646 | echo "$as_me: failed program was:" >&5 | |
16647 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16648 | ||
16649 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
ac1cb8d3 VS |
16650 | if test $ac_mid -le $ac_hi; then |
16651 | ac_lo= ac_hi= | |
16652 | break | |
16653 | fi | |
16654 | ac_mid=`expr 2 '*' $ac_mid` | |
a848cd7e | 16655 | fi |
ac1cb8d3 | 16656 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16657 | done |
16658 | else | |
16659 | echo "$as_me: failed program was:" >&5 | |
16660 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16661 | ||
16662 | ac_lo= ac_hi= | |
16663 | fi | |
ac1cb8d3 | 16664 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 16665 | fi |
ac1cb8d3 | 16666 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16667 | # Binary search between lo and hi bounds. |
16668 | while test "x$ac_lo" != "x$ac_hi"; do | |
16669 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
16670 | cat >conftest.$ac_ext <<_ACEOF | |
16671 | /* confdefs.h. */ | |
16672 | _ACEOF | |
16673 | cat confdefs.h >>conftest.$ac_ext | |
16674 | cat >>conftest.$ac_ext <<_ACEOF | |
16675 | /* end confdefs.h. */ | |
16676 | $ac_includes_default | |
16677 | int | |
16678 | main () | |
16679 | { | |
16680 | static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)]; | |
16681 | test_array [0] = 0 | |
16682 | ||
16683 | ; | |
16684 | return 0; | |
16685 | } | |
16686 | _ACEOF | |
16687 | rm -f conftest.$ac_objext | |
16688 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16689 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16690 | ac_status=$? |
ac1cb8d3 VS |
16691 | grep -v '^ *+' conftest.er1 >conftest.err |
16692 | rm -f conftest.er1 | |
16693 | cat conftest.err >&5 | |
a848cd7e SC |
16694 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16695 | (exit $ac_status); } && | |
6ebeb4c7 | 16696 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16697 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16698 | (eval $ac_try) 2>&5 | |
16699 | ac_status=$? | |
16700 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16701 | (exit $ac_status); }; } && | |
16702 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16703 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16704 | (eval $ac_try) 2>&5 | |
16705 | ac_status=$? | |
16706 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16707 | (exit $ac_status); }; }; then | |
16708 | ac_hi=$ac_mid | |
16709 | else | |
16710 | echo "$as_me: failed program was:" >&5 | |
16711 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16712 | ||
16713 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
16714 | fi | |
ac1cb8d3 | 16715 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16716 | done |
16717 | case $ac_lo in | |
16718 | ?*) ac_cv_sizeof_void_p=$ac_lo;; | |
16719 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77 | |
16720 | See \`config.log' for more details." >&5 | |
16721 | echo "$as_me: error: cannot compute sizeof (void *), 77 | |
16722 | See \`config.log' for more details." >&2;} | |
16723 | { (exit 1); exit 1; }; } ;; | |
16724 | esac | |
16725 | else | |
16726 | if test "$cross_compiling" = yes; then | |
6ebeb4c7 VZ |
16727 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
16728 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
a848cd7e SC |
16729 | { (exit 1); exit 1; }; } |
16730 | else | |
16731 | cat >conftest.$ac_ext <<_ACEOF | |
16732 | /* confdefs.h. */ | |
16733 | _ACEOF | |
16734 | cat confdefs.h >>conftest.$ac_ext | |
16735 | cat >>conftest.$ac_ext <<_ACEOF | |
16736 | /* end confdefs.h. */ | |
16737 | $ac_includes_default | |
16738 | long longval () { return (long) (sizeof (void *)); } | |
16739 | unsigned long ulongval () { return (long) (sizeof (void *)); } | |
16740 | #include <stdio.h> | |
16741 | #include <stdlib.h> | |
16742 | int | |
16743 | main () | |
16744 | { | |
16745 | ||
16746 | FILE *f = fopen ("conftest.val", "w"); | |
16747 | if (! f) | |
16748 | exit (1); | |
16749 | if (((long) (sizeof (void *))) < 0) | |
16750 | { | |
16751 | long i = longval (); | |
16752 | if (i != ((long) (sizeof (void *)))) | |
16753 | exit (1); | |
16754 | fprintf (f, "%ld\n", i); | |
16755 | } | |
16756 | else | |
16757 | { | |
16758 | unsigned long i = ulongval (); | |
16759 | if (i != ((long) (sizeof (void *)))) | |
16760 | exit (1); | |
16761 | fprintf (f, "%lu\n", i); | |
16762 | } | |
16763 | exit (ferror (f) || fclose (f) != 0); | |
16764 | ||
16765 | ; | |
16766 | return 0; | |
16767 | } | |
16768 | _ACEOF | |
16769 | rm -f conftest$ac_exeext | |
16770 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
16771 | (eval $ac_link) 2>&5 | |
16772 | ac_status=$? | |
16773 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16774 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
16775 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16776 | (eval $ac_try) 2>&5 | |
16777 | ac_status=$? | |
16778 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16779 | (exit $ac_status); }; }; then | |
16780 | ac_cv_sizeof_void_p=`cat conftest.val` | |
16781 | else | |
16782 | echo "$as_me: program exited with status $ac_status" >&5 | |
16783 | echo "$as_me: failed program was:" >&5 | |
16784 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16785 | ||
16786 | ( exit $ac_status ) | |
16787 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77 | |
16788 | See \`config.log' for more details." >&5 | |
16789 | echo "$as_me: error: cannot compute sizeof (void *), 77 | |
16790 | See \`config.log' for more details." >&2;} | |
16791 | { (exit 1); exit 1; }; } | |
16792 | fi | |
ac1cb8d3 | 16793 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16794 | fi |
16795 | fi | |
16796 | rm -f conftest.val | |
16797 | else | |
16798 | ac_cv_sizeof_void_p=0 | |
16799 | fi | |
16800 | fi | |
16801 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5 | |
16802 | echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6 | |
16803 | cat >>confdefs.h <<_ACEOF | |
16804 | #define SIZEOF_VOID_P $ac_cv_sizeof_void_p | |
16805 | _ACEOF | |
16806 | ||
16807 | ||
16808 | echo "$as_me:$LINENO: checking for int" >&5 | |
16809 | echo $ECHO_N "checking for int... $ECHO_C" >&6 | |
16810 | if test "${ac_cv_type_int+set}" = set; then | |
16811 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
16812 | else | |
16813 | cat >conftest.$ac_ext <<_ACEOF | |
16814 | /* confdefs.h. */ | |
16815 | _ACEOF | |
16816 | cat confdefs.h >>conftest.$ac_ext | |
16817 | cat >>conftest.$ac_ext <<_ACEOF | |
16818 | /* end confdefs.h. */ | |
16819 | $ac_includes_default | |
16820 | int | |
16821 | main () | |
16822 | { | |
16823 | if ((int *) 0) | |
16824 | return 0; | |
16825 | if (sizeof (int)) | |
16826 | return 0; | |
16827 | ; | |
16828 | return 0; | |
16829 | } | |
16830 | _ACEOF | |
16831 | rm -f conftest.$ac_objext | |
16832 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16833 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16834 | ac_status=$? |
ac1cb8d3 VS |
16835 | grep -v '^ *+' conftest.er1 >conftest.err |
16836 | rm -f conftest.er1 | |
16837 | cat conftest.err >&5 | |
a848cd7e SC |
16838 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16839 | (exit $ac_status); } && | |
6ebeb4c7 | 16840 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16841 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16842 | (eval $ac_try) 2>&5 | |
16843 | ac_status=$? | |
16844 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16845 | (exit $ac_status); }; } && | |
16846 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16847 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16848 | (eval $ac_try) 2>&5 | |
16849 | ac_status=$? | |
16850 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16851 | (exit $ac_status); }; }; then | |
16852 | ac_cv_type_int=yes | |
16853 | else | |
16854 | echo "$as_me: failed program was:" >&5 | |
16855 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16856 | ||
16857 | ac_cv_type_int=no | |
16858 | fi | |
ac1cb8d3 | 16859 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16860 | fi |
16861 | echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 | |
16862 | echo "${ECHO_T}$ac_cv_type_int" >&6 | |
16863 | ||
16864 | echo "$as_me:$LINENO: checking size of int" >&5 | |
16865 | echo $ECHO_N "checking size of int... $ECHO_C" >&6 | |
16866 | if test "${ac_cv_sizeof_int+set}" = set; then | |
16867 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
16868 | else | |
16869 | if test "$ac_cv_type_int" = yes; then | |
16870 | # The cast to unsigned long works around a bug in the HP C Compiler | |
16871 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
16872 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
16873 | # This bug is HP SR number 8606223364. | |
16874 | if test "$cross_compiling" = yes; then | |
16875 | # Depending upon the size, compute the lo and hi bounds. | |
16876 | cat >conftest.$ac_ext <<_ACEOF | |
16877 | /* confdefs.h. */ | |
16878 | _ACEOF | |
16879 | cat confdefs.h >>conftest.$ac_ext | |
16880 | cat >>conftest.$ac_ext <<_ACEOF | |
16881 | /* end confdefs.h. */ | |
16882 | $ac_includes_default | |
16883 | int | |
16884 | main () | |
16885 | { | |
16886 | static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)]; | |
16887 | test_array [0] = 0 | |
16888 | ||
16889 | ; | |
16890 | return 0; | |
16891 | } | |
16892 | _ACEOF | |
16893 | rm -f conftest.$ac_objext | |
16894 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16895 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16896 | ac_status=$? |
ac1cb8d3 VS |
16897 | grep -v '^ *+' conftest.er1 >conftest.err |
16898 | rm -f conftest.er1 | |
16899 | cat conftest.err >&5 | |
a848cd7e SC |
16900 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16901 | (exit $ac_status); } && | |
6ebeb4c7 | 16902 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16903 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16904 | (eval $ac_try) 2>&5 | |
16905 | ac_status=$? | |
16906 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16907 | (exit $ac_status); }; } && | |
16908 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16909 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16910 | (eval $ac_try) 2>&5 | |
16911 | ac_status=$? | |
16912 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16913 | (exit $ac_status); }; }; then | |
16914 | ac_lo=0 ac_mid=0 | |
16915 | while :; do | |
16916 | cat >conftest.$ac_ext <<_ACEOF | |
16917 | /* confdefs.h. */ | |
16918 | _ACEOF | |
16919 | cat confdefs.h >>conftest.$ac_ext | |
16920 | cat >>conftest.$ac_ext <<_ACEOF | |
16921 | /* end confdefs.h. */ | |
16922 | $ac_includes_default | |
16923 | int | |
16924 | main () | |
16925 | { | |
16926 | static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)]; | |
16927 | test_array [0] = 0 | |
16928 | ||
16929 | ; | |
16930 | return 0; | |
16931 | } | |
16932 | _ACEOF | |
16933 | rm -f conftest.$ac_objext | |
16934 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16935 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16936 | ac_status=$? |
ac1cb8d3 VS |
16937 | grep -v '^ *+' conftest.er1 >conftest.err |
16938 | rm -f conftest.er1 | |
16939 | cat conftest.err >&5 | |
a848cd7e SC |
16940 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16941 | (exit $ac_status); } && | |
6ebeb4c7 | 16942 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16943 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16944 | (eval $ac_try) 2>&5 | |
16945 | ac_status=$? | |
16946 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16947 | (exit $ac_status); }; } && | |
16948 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16949 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16950 | (eval $ac_try) 2>&5 | |
16951 | ac_status=$? | |
16952 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16953 | (exit $ac_status); }; }; then | |
16954 | ac_hi=$ac_mid; break | |
16955 | else | |
16956 | echo "$as_me: failed program was:" >&5 | |
16957 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16958 | ||
16959 | ac_lo=`expr $ac_mid + 1` | |
ac1cb8d3 VS |
16960 | if test $ac_lo -le $ac_mid; then |
16961 | ac_lo= ac_hi= | |
16962 | break | |
16963 | fi | |
16964 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a848cd7e | 16965 | fi |
ac1cb8d3 | 16966 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16967 | done |
16968 | else | |
16969 | echo "$as_me: failed program was:" >&5 | |
16970 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16971 | ||
16972 | cat >conftest.$ac_ext <<_ACEOF | |
16973 | /* confdefs.h. */ | |
16974 | _ACEOF | |
16975 | cat confdefs.h >>conftest.$ac_ext | |
16976 | cat >>conftest.$ac_ext <<_ACEOF | |
16977 | /* end confdefs.h. */ | |
16978 | $ac_includes_default | |
16979 | int | |
16980 | main () | |
16981 | { | |
16982 | static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)]; | |
16983 | test_array [0] = 0 | |
16984 | ||
16985 | ; | |
16986 | return 0; | |
16987 | } | |
16988 | _ACEOF | |
16989 | rm -f conftest.$ac_objext | |
16990 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16991 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16992 | ac_status=$? |
ac1cb8d3 VS |
16993 | grep -v '^ *+' conftest.er1 >conftest.err |
16994 | rm -f conftest.er1 | |
16995 | cat conftest.err >&5 | |
a848cd7e SC |
16996 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16997 | (exit $ac_status); } && | |
6ebeb4c7 | 16998 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16999 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17000 | (eval $ac_try) 2>&5 | |
17001 | ac_status=$? | |
17002 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17003 | (exit $ac_status); }; } && | |
17004 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17005 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17006 | (eval $ac_try) 2>&5 | |
17007 | ac_status=$? | |
17008 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17009 | (exit $ac_status); }; }; then | |
17010 | ac_hi=-1 ac_mid=-1 | |
17011 | while :; do | |
17012 | cat >conftest.$ac_ext <<_ACEOF | |
17013 | /* confdefs.h. */ | |
17014 | _ACEOF | |
17015 | cat confdefs.h >>conftest.$ac_ext | |
17016 | cat >>conftest.$ac_ext <<_ACEOF | |
17017 | /* end confdefs.h. */ | |
17018 | $ac_includes_default | |
17019 | int | |
17020 | main () | |
17021 | { | |
17022 | static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)]; | |
17023 | test_array [0] = 0 | |
17024 | ||
17025 | ; | |
17026 | return 0; | |
17027 | } | |
17028 | _ACEOF | |
17029 | rm -f conftest.$ac_objext | |
17030 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17031 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17032 | ac_status=$? |
ac1cb8d3 VS |
17033 | grep -v '^ *+' conftest.er1 >conftest.err |
17034 | rm -f conftest.er1 | |
17035 | cat conftest.err >&5 | |
a848cd7e SC |
17036 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17037 | (exit $ac_status); } && | |
6ebeb4c7 | 17038 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17039 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17040 | (eval $ac_try) 2>&5 | |
17041 | ac_status=$? | |
17042 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17043 | (exit $ac_status); }; } && | |
17044 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17045 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17046 | (eval $ac_try) 2>&5 | |
17047 | ac_status=$? | |
17048 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17049 | (exit $ac_status); }; }; then | |
17050 | ac_lo=$ac_mid; break | |
17051 | else | |
17052 | echo "$as_me: failed program was:" >&5 | |
17053 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17054 | ||
17055 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
ac1cb8d3 VS |
17056 | if test $ac_mid -le $ac_hi; then |
17057 | ac_lo= ac_hi= | |
17058 | break | |
17059 | fi | |
17060 | ac_mid=`expr 2 '*' $ac_mid` | |
a848cd7e | 17061 | fi |
ac1cb8d3 | 17062 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17063 | done |
17064 | else | |
17065 | echo "$as_me: failed program was:" >&5 | |
17066 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17067 | ||
17068 | ac_lo= ac_hi= | |
17069 | fi | |
ac1cb8d3 | 17070 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 17071 | fi |
ac1cb8d3 | 17072 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17073 | # Binary search between lo and hi bounds. |
17074 | while test "x$ac_lo" != "x$ac_hi"; do | |
17075 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
17076 | cat >conftest.$ac_ext <<_ACEOF | |
17077 | /* confdefs.h. */ | |
17078 | _ACEOF | |
17079 | cat confdefs.h >>conftest.$ac_ext | |
17080 | cat >>conftest.$ac_ext <<_ACEOF | |
17081 | /* end confdefs.h. */ | |
17082 | $ac_includes_default | |
17083 | int | |
17084 | main () | |
17085 | { | |
17086 | static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)]; | |
17087 | test_array [0] = 0 | |
17088 | ||
17089 | ; | |
17090 | return 0; | |
17091 | } | |
17092 | _ACEOF | |
17093 | rm -f conftest.$ac_objext | |
17094 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17095 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17096 | ac_status=$? |
ac1cb8d3 VS |
17097 | grep -v '^ *+' conftest.er1 >conftest.err |
17098 | rm -f conftest.er1 | |
17099 | cat conftest.err >&5 | |
a848cd7e SC |
17100 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17101 | (exit $ac_status); } && | |
6ebeb4c7 | 17102 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17103 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17104 | (eval $ac_try) 2>&5 | |
17105 | ac_status=$? | |
17106 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17107 | (exit $ac_status); }; } && | |
17108 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17109 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17110 | (eval $ac_try) 2>&5 | |
17111 | ac_status=$? | |
17112 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17113 | (exit $ac_status); }; }; then | |
17114 | ac_hi=$ac_mid | |
17115 | else | |
17116 | echo "$as_me: failed program was:" >&5 | |
17117 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17118 | ||
17119 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
17120 | fi | |
ac1cb8d3 | 17121 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17122 | done |
17123 | case $ac_lo in | |
17124 | ?*) ac_cv_sizeof_int=$ac_lo;; | |
17125 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77 | |
17126 | See \`config.log' for more details." >&5 | |
17127 | echo "$as_me: error: cannot compute sizeof (int), 77 | |
17128 | See \`config.log' for more details." >&2;} | |
17129 | { (exit 1); exit 1; }; } ;; | |
17130 | esac | |
17131 | else | |
17132 | if test "$cross_compiling" = yes; then | |
6ebeb4c7 VZ |
17133 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
17134 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
a848cd7e SC |
17135 | { (exit 1); exit 1; }; } |
17136 | else | |
17137 | cat >conftest.$ac_ext <<_ACEOF | |
17138 | /* confdefs.h. */ | |
17139 | _ACEOF | |
17140 | cat confdefs.h >>conftest.$ac_ext | |
17141 | cat >>conftest.$ac_ext <<_ACEOF | |
17142 | /* end confdefs.h. */ | |
17143 | $ac_includes_default | |
17144 | long longval () { return (long) (sizeof (int)); } | |
17145 | unsigned long ulongval () { return (long) (sizeof (int)); } | |
17146 | #include <stdio.h> | |
17147 | #include <stdlib.h> | |
17148 | int | |
17149 | main () | |
17150 | { | |
17151 | ||
17152 | FILE *f = fopen ("conftest.val", "w"); | |
17153 | if (! f) | |
17154 | exit (1); | |
17155 | if (((long) (sizeof (int))) < 0) | |
17156 | { | |
17157 | long i = longval (); | |
17158 | if (i != ((long) (sizeof (int)))) | |
17159 | exit (1); | |
17160 | fprintf (f, "%ld\n", i); | |
17161 | } | |
17162 | else | |
17163 | { | |
17164 | unsigned long i = ulongval (); | |
17165 | if (i != ((long) (sizeof (int)))) | |
17166 | exit (1); | |
17167 | fprintf (f, "%lu\n", i); | |
17168 | } | |
17169 | exit (ferror (f) || fclose (f) != 0); | |
17170 | ||
17171 | ; | |
17172 | return 0; | |
17173 | } | |
17174 | _ACEOF | |
17175 | rm -f conftest$ac_exeext | |
17176 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
17177 | (eval $ac_link) 2>&5 | |
17178 | ac_status=$? | |
17179 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17180 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
17181 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
17182 | (eval $ac_try) 2>&5 | |
17183 | ac_status=$? | |
17184 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17185 | (exit $ac_status); }; }; then | |
17186 | ac_cv_sizeof_int=`cat conftest.val` | |
17187 | else | |
17188 | echo "$as_me: program exited with status $ac_status" >&5 | |
17189 | echo "$as_me: failed program was:" >&5 | |
17190 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17191 | ||
17192 | ( exit $ac_status ) | |
17193 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77 | |
17194 | See \`config.log' for more details." >&5 | |
17195 | echo "$as_me: error: cannot compute sizeof (int), 77 | |
17196 | See \`config.log' for more details." >&2;} | |
17197 | { (exit 1); exit 1; }; } | |
17198 | fi | |
ac1cb8d3 | 17199 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17200 | fi |
17201 | fi | |
17202 | rm -f conftest.val | |
17203 | else | |
17204 | ac_cv_sizeof_int=0 | |
17205 | fi | |
17206 | fi | |
17207 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 | |
17208 | echo "${ECHO_T}$ac_cv_sizeof_int" >&6 | |
17209 | cat >>confdefs.h <<_ACEOF | |
17210 | #define SIZEOF_INT $ac_cv_sizeof_int | |
17211 | _ACEOF | |
17212 | ||
17213 | ||
17214 | echo "$as_me:$LINENO: checking for long" >&5 | |
17215 | echo $ECHO_N "checking for long... $ECHO_C" >&6 | |
17216 | if test "${ac_cv_type_long+set}" = set; then | |
17217 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
17218 | else | |
17219 | cat >conftest.$ac_ext <<_ACEOF | |
17220 | /* confdefs.h. */ | |
17221 | _ACEOF | |
17222 | cat confdefs.h >>conftest.$ac_ext | |
17223 | cat >>conftest.$ac_ext <<_ACEOF | |
17224 | /* end confdefs.h. */ | |
17225 | $ac_includes_default | |
17226 | int | |
17227 | main () | |
17228 | { | |
17229 | if ((long *) 0) | |
17230 | return 0; | |
17231 | if (sizeof (long)) | |
17232 | return 0; | |
17233 | ; | |
17234 | return 0; | |
17235 | } | |
17236 | _ACEOF | |
17237 | rm -f conftest.$ac_objext | |
17238 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17239 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17240 | ac_status=$? |
ac1cb8d3 VS |
17241 | grep -v '^ *+' conftest.er1 >conftest.err |
17242 | rm -f conftest.er1 | |
17243 | cat conftest.err >&5 | |
a848cd7e SC |
17244 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17245 | (exit $ac_status); } && | |
6ebeb4c7 | 17246 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17247 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17248 | (eval $ac_try) 2>&5 | |
17249 | ac_status=$? | |
17250 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17251 | (exit $ac_status); }; } && | |
17252 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17253 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17254 | (eval $ac_try) 2>&5 | |
17255 | ac_status=$? | |
17256 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17257 | (exit $ac_status); }; }; then | |
17258 | ac_cv_type_long=yes | |
17259 | else | |
17260 | echo "$as_me: failed program was:" >&5 | |
17261 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17262 | ||
17263 | ac_cv_type_long=no | |
17264 | fi | |
ac1cb8d3 | 17265 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17266 | fi |
17267 | echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 | |
17268 | echo "${ECHO_T}$ac_cv_type_long" >&6 | |
17269 | ||
17270 | echo "$as_me:$LINENO: checking size of long" >&5 | |
17271 | echo $ECHO_N "checking size of long... $ECHO_C" >&6 | |
17272 | if test "${ac_cv_sizeof_long+set}" = set; then | |
17273 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
17274 | else | |
17275 | if test "$ac_cv_type_long" = yes; then | |
17276 | # The cast to unsigned long works around a bug in the HP C Compiler | |
17277 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
17278 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
17279 | # This bug is HP SR number 8606223364. | |
17280 | if test "$cross_compiling" = yes; then | |
17281 | # Depending upon the size, compute the lo and hi bounds. | |
17282 | cat >conftest.$ac_ext <<_ACEOF | |
17283 | /* confdefs.h. */ | |
17284 | _ACEOF | |
17285 | cat confdefs.h >>conftest.$ac_ext | |
17286 | cat >>conftest.$ac_ext <<_ACEOF | |
17287 | /* end confdefs.h. */ | |
17288 | $ac_includes_default | |
17289 | int | |
17290 | main () | |
17291 | { | |
17292 | static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)]; | |
17293 | test_array [0] = 0 | |
17294 | ||
17295 | ; | |
17296 | return 0; | |
17297 | } | |
17298 | _ACEOF | |
17299 | rm -f conftest.$ac_objext | |
17300 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17301 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17302 | ac_status=$? |
ac1cb8d3 VS |
17303 | grep -v '^ *+' conftest.er1 >conftest.err |
17304 | rm -f conftest.er1 | |
17305 | cat conftest.err >&5 | |
a848cd7e SC |
17306 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17307 | (exit $ac_status); } && | |
6ebeb4c7 | 17308 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17309 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17310 | (eval $ac_try) 2>&5 | |
17311 | ac_status=$? | |
17312 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17313 | (exit $ac_status); }; } && | |
17314 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17315 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17316 | (eval $ac_try) 2>&5 | |
17317 | ac_status=$? | |
17318 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17319 | (exit $ac_status); }; }; then | |
17320 | ac_lo=0 ac_mid=0 | |
17321 | while :; do | |
17322 | cat >conftest.$ac_ext <<_ACEOF | |
17323 | /* confdefs.h. */ | |
17324 | _ACEOF | |
17325 | cat confdefs.h >>conftest.$ac_ext | |
17326 | cat >>conftest.$ac_ext <<_ACEOF | |
17327 | /* end confdefs.h. */ | |
17328 | $ac_includes_default | |
17329 | int | |
17330 | main () | |
17331 | { | |
17332 | static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)]; | |
17333 | test_array [0] = 0 | |
17334 | ||
17335 | ; | |
17336 | return 0; | |
17337 | } | |
17338 | _ACEOF | |
17339 | rm -f conftest.$ac_objext | |
17340 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17341 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17342 | ac_status=$? |
ac1cb8d3 VS |
17343 | grep -v '^ *+' conftest.er1 >conftest.err |
17344 | rm -f conftest.er1 | |
17345 | cat conftest.err >&5 | |
a848cd7e SC |
17346 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17347 | (exit $ac_status); } && | |
6ebeb4c7 | 17348 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17349 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17350 | (eval $ac_try) 2>&5 | |
17351 | ac_status=$? | |
17352 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17353 | (exit $ac_status); }; } && | |
17354 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17355 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17356 | (eval $ac_try) 2>&5 | |
17357 | ac_status=$? | |
17358 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17359 | (exit $ac_status); }; }; then | |
17360 | ac_hi=$ac_mid; break | |
17361 | else | |
17362 | echo "$as_me: failed program was:" >&5 | |
17363 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17364 | ||
17365 | ac_lo=`expr $ac_mid + 1` | |
ac1cb8d3 VS |
17366 | if test $ac_lo -le $ac_mid; then |
17367 | ac_lo= ac_hi= | |
17368 | break | |
17369 | fi | |
17370 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a848cd7e | 17371 | fi |
ac1cb8d3 | 17372 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17373 | done |
17374 | else | |
17375 | echo "$as_me: failed program was:" >&5 | |
17376 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17377 | ||
17378 | cat >conftest.$ac_ext <<_ACEOF | |
17379 | /* confdefs.h. */ | |
17380 | _ACEOF | |
17381 | cat confdefs.h >>conftest.$ac_ext | |
17382 | cat >>conftest.$ac_ext <<_ACEOF | |
17383 | /* end confdefs.h. */ | |
17384 | $ac_includes_default | |
17385 | int | |
17386 | main () | |
17387 | { | |
17388 | static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)]; | |
17389 | test_array [0] = 0 | |
17390 | ||
17391 | ; | |
17392 | return 0; | |
17393 | } | |
17394 | _ACEOF | |
17395 | rm -f conftest.$ac_objext | |
17396 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17397 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17398 | ac_status=$? |
ac1cb8d3 VS |
17399 | grep -v '^ *+' conftest.er1 >conftest.err |
17400 | rm -f conftest.er1 | |
17401 | cat conftest.err >&5 | |
a848cd7e SC |
17402 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17403 | (exit $ac_status); } && | |
6ebeb4c7 | 17404 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17405 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17406 | (eval $ac_try) 2>&5 | |
17407 | ac_status=$? | |
17408 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17409 | (exit $ac_status); }; } && | |
17410 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17411 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17412 | (eval $ac_try) 2>&5 | |
17413 | ac_status=$? | |
17414 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17415 | (exit $ac_status); }; }; then | |
17416 | ac_hi=-1 ac_mid=-1 | |
17417 | while :; do | |
17418 | cat >conftest.$ac_ext <<_ACEOF | |
17419 | /* confdefs.h. */ | |
17420 | _ACEOF | |
17421 | cat confdefs.h >>conftest.$ac_ext | |
17422 | cat >>conftest.$ac_ext <<_ACEOF | |
17423 | /* end confdefs.h. */ | |
17424 | $ac_includes_default | |
17425 | int | |
17426 | main () | |
17427 | { | |
17428 | static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)]; | |
17429 | test_array [0] = 0 | |
17430 | ||
17431 | ; | |
17432 | return 0; | |
17433 | } | |
17434 | _ACEOF | |
17435 | rm -f conftest.$ac_objext | |
17436 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17437 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17438 | ac_status=$? |
ac1cb8d3 VS |
17439 | grep -v '^ *+' conftest.er1 >conftest.err |
17440 | rm -f conftest.er1 | |
17441 | cat conftest.err >&5 | |
a848cd7e SC |
17442 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17443 | (exit $ac_status); } && | |
6ebeb4c7 | 17444 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17445 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17446 | (eval $ac_try) 2>&5 | |
17447 | ac_status=$? | |
17448 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17449 | (exit $ac_status); }; } && | |
17450 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17451 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17452 | (eval $ac_try) 2>&5 | |
17453 | ac_status=$? | |
17454 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17455 | (exit $ac_status); }; }; then | |
17456 | ac_lo=$ac_mid; break | |
17457 | else | |
17458 | echo "$as_me: failed program was:" >&5 | |
17459 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17460 | ||
17461 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
ac1cb8d3 VS |
17462 | if test $ac_mid -le $ac_hi; then |
17463 | ac_lo= ac_hi= | |
17464 | break | |
17465 | fi | |
17466 | ac_mid=`expr 2 '*' $ac_mid` | |
a848cd7e | 17467 | fi |
ac1cb8d3 | 17468 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17469 | done |
17470 | else | |
17471 | echo "$as_me: failed program was:" >&5 | |
17472 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17473 | ||
17474 | ac_lo= ac_hi= | |
17475 | fi | |
ac1cb8d3 | 17476 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 17477 | fi |
ac1cb8d3 | 17478 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17479 | # Binary search between lo and hi bounds. |
17480 | while test "x$ac_lo" != "x$ac_hi"; do | |
17481 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
17482 | cat >conftest.$ac_ext <<_ACEOF | |
17483 | /* confdefs.h. */ | |
17484 | _ACEOF | |
17485 | cat confdefs.h >>conftest.$ac_ext | |
17486 | cat >>conftest.$ac_ext <<_ACEOF | |
17487 | /* end confdefs.h. */ | |
17488 | $ac_includes_default | |
17489 | int | |
17490 | main () | |
17491 | { | |
17492 | static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)]; | |
17493 | test_array [0] = 0 | |
17494 | ||
17495 | ; | |
17496 | return 0; | |
17497 | } | |
17498 | _ACEOF | |
17499 | rm -f conftest.$ac_objext | |
17500 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17501 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17502 | ac_status=$? |
ac1cb8d3 VS |
17503 | grep -v '^ *+' conftest.er1 >conftest.err |
17504 | rm -f conftest.er1 | |
17505 | cat conftest.err >&5 | |
a848cd7e SC |
17506 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17507 | (exit $ac_status); } && | |
6ebeb4c7 | 17508 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17509 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17510 | (eval $ac_try) 2>&5 | |
17511 | ac_status=$? | |
17512 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17513 | (exit $ac_status); }; } && | |
17514 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17515 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17516 | (eval $ac_try) 2>&5 | |
17517 | ac_status=$? | |
17518 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17519 | (exit $ac_status); }; }; then | |
17520 | ac_hi=$ac_mid | |
17521 | else | |
17522 | echo "$as_me: failed program was:" >&5 | |
17523 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17524 | ||
17525 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
17526 | fi | |
ac1cb8d3 | 17527 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17528 | done |
17529 | case $ac_lo in | |
17530 | ?*) ac_cv_sizeof_long=$ac_lo;; | |
17531 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77 | |
17532 | See \`config.log' for more details." >&5 | |
17533 | echo "$as_me: error: cannot compute sizeof (long), 77 | |
17534 | See \`config.log' for more details." >&2;} | |
17535 | { (exit 1); exit 1; }; } ;; | |
17536 | esac | |
17537 | else | |
17538 | if test "$cross_compiling" = yes; then | |
6ebeb4c7 VZ |
17539 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
17540 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
a848cd7e SC |
17541 | { (exit 1); exit 1; }; } |
17542 | else | |
17543 | cat >conftest.$ac_ext <<_ACEOF | |
17544 | /* confdefs.h. */ | |
17545 | _ACEOF | |
17546 | cat confdefs.h >>conftest.$ac_ext | |
17547 | cat >>conftest.$ac_ext <<_ACEOF | |
17548 | /* end confdefs.h. */ | |
17549 | $ac_includes_default | |
17550 | long longval () { return (long) (sizeof (long)); } | |
17551 | unsigned long ulongval () { return (long) (sizeof (long)); } | |
17552 | #include <stdio.h> | |
17553 | #include <stdlib.h> | |
17554 | int | |
17555 | main () | |
17556 | { | |
17557 | ||
17558 | FILE *f = fopen ("conftest.val", "w"); | |
17559 | if (! f) | |
17560 | exit (1); | |
17561 | if (((long) (sizeof (long))) < 0) | |
17562 | { | |
17563 | long i = longval (); | |
17564 | if (i != ((long) (sizeof (long)))) | |
17565 | exit (1); | |
17566 | fprintf (f, "%ld\n", i); | |
17567 | } | |
17568 | else | |
17569 | { | |
17570 | unsigned long i = ulongval (); | |
17571 | if (i != ((long) (sizeof (long)))) | |
17572 | exit (1); | |
17573 | fprintf (f, "%lu\n", i); | |
17574 | } | |
17575 | exit (ferror (f) || fclose (f) != 0); | |
17576 | ||
17577 | ; | |
17578 | return 0; | |
17579 | } | |
17580 | _ACEOF | |
17581 | rm -f conftest$ac_exeext | |
17582 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
17583 | (eval $ac_link) 2>&5 | |
17584 | ac_status=$? | |
17585 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17586 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
17587 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
17588 | (eval $ac_try) 2>&5 | |
17589 | ac_status=$? | |
17590 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17591 | (exit $ac_status); }; }; then | |
17592 | ac_cv_sizeof_long=`cat conftest.val` | |
17593 | else | |
17594 | echo "$as_me: program exited with status $ac_status" >&5 | |
17595 | echo "$as_me: failed program was:" >&5 | |
17596 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17597 | ||
17598 | ( exit $ac_status ) | |
17599 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77 | |
17600 | See \`config.log' for more details." >&5 | |
17601 | echo "$as_me: error: cannot compute sizeof (long), 77 | |
17602 | See \`config.log' for more details." >&2;} | |
17603 | { (exit 1); exit 1; }; } | |
17604 | fi | |
ac1cb8d3 | 17605 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17606 | fi |
17607 | fi | |
17608 | rm -f conftest.val | |
17609 | else | |
17610 | ac_cv_sizeof_long=0 | |
17611 | fi | |
17612 | fi | |
17613 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 | |
17614 | echo "${ECHO_T}$ac_cv_sizeof_long" >&6 | |
17615 | cat >>confdefs.h <<_ACEOF | |
17616 | #define SIZEOF_LONG $ac_cv_sizeof_long | |
17617 | _ACEOF | |
17618 | ||
17619 | ||
17620 | echo "$as_me:$LINENO: checking for size_t" >&5 | |
17621 | echo $ECHO_N "checking for size_t... $ECHO_C" >&6 | |
17622 | if test "${ac_cv_type_size_t+set}" = set; then | |
17623 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
17624 | else | |
17625 | cat >conftest.$ac_ext <<_ACEOF | |
17626 | /* confdefs.h. */ | |
17627 | _ACEOF | |
17628 | cat confdefs.h >>conftest.$ac_ext | |
17629 | cat >>conftest.$ac_ext <<_ACEOF | |
17630 | /* end confdefs.h. */ | |
17631 | $ac_includes_default | |
17632 | int | |
17633 | main () | |
17634 | { | |
17635 | if ((size_t *) 0) | |
17636 | return 0; | |
17637 | if (sizeof (size_t)) | |
17638 | return 0; | |
17639 | ; | |
17640 | return 0; | |
17641 | } | |
17642 | _ACEOF | |
17643 | rm -f conftest.$ac_objext | |
17644 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17645 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17646 | ac_status=$? |
ac1cb8d3 VS |
17647 | grep -v '^ *+' conftest.er1 >conftest.err |
17648 | rm -f conftest.er1 | |
17649 | cat conftest.err >&5 | |
a848cd7e SC |
17650 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17651 | (exit $ac_status); } && | |
6ebeb4c7 | 17652 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17653 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17654 | (eval $ac_try) 2>&5 | |
17655 | ac_status=$? | |
17656 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17657 | (exit $ac_status); }; } && | |
17658 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17659 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17660 | (eval $ac_try) 2>&5 | |
17661 | ac_status=$? | |
17662 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17663 | (exit $ac_status); }; }; then | |
17664 | ac_cv_type_size_t=yes | |
17665 | else | |
17666 | echo "$as_me: failed program was:" >&5 | |
17667 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17668 | ||
17669 | ac_cv_type_size_t=no | |
17670 | fi | |
ac1cb8d3 | 17671 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17672 | fi |
17673 | echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 | |
17674 | echo "${ECHO_T}$ac_cv_type_size_t" >&6 | |
17675 | ||
17676 | echo "$as_me:$LINENO: checking size of size_t" >&5 | |
17677 | echo $ECHO_N "checking size of size_t... $ECHO_C" >&6 | |
17678 | if test "${ac_cv_sizeof_size_t+set}" = set; then | |
17679 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
17680 | else | |
17681 | if test "$ac_cv_type_size_t" = yes; then | |
17682 | # The cast to unsigned long works around a bug in the HP C Compiler | |
17683 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
17684 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
17685 | # This bug is HP SR number 8606223364. | |
17686 | if test "$cross_compiling" = yes; then | |
17687 | # Depending upon the size, compute the lo and hi bounds. | |
17688 | cat >conftest.$ac_ext <<_ACEOF | |
17689 | /* confdefs.h. */ | |
17690 | _ACEOF | |
17691 | cat confdefs.h >>conftest.$ac_ext | |
17692 | cat >>conftest.$ac_ext <<_ACEOF | |
17693 | /* end confdefs.h. */ | |
17694 | $ac_includes_default | |
17695 | int | |
17696 | main () | |
17697 | { | |
17698 | static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)]; | |
17699 | test_array [0] = 0 | |
17700 | ||
17701 | ; | |
17702 | return 0; | |
17703 | } | |
17704 | _ACEOF | |
17705 | rm -f conftest.$ac_objext | |
17706 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17707 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17708 | ac_status=$? |
ac1cb8d3 VS |
17709 | grep -v '^ *+' conftest.er1 >conftest.err |
17710 | rm -f conftest.er1 | |
17711 | cat conftest.err >&5 | |
a848cd7e SC |
17712 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17713 | (exit $ac_status); } && | |
6ebeb4c7 | 17714 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17715 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17716 | (eval $ac_try) 2>&5 | |
17717 | ac_status=$? | |
17718 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17719 | (exit $ac_status); }; } && | |
17720 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17721 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17722 | (eval $ac_try) 2>&5 | |
17723 | ac_status=$? | |
17724 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17725 | (exit $ac_status); }; }; then | |
17726 | ac_lo=0 ac_mid=0 | |
17727 | while :; do | |
17728 | cat >conftest.$ac_ext <<_ACEOF | |
17729 | /* confdefs.h. */ | |
17730 | _ACEOF | |
17731 | cat confdefs.h >>conftest.$ac_ext | |
17732 | cat >>conftest.$ac_ext <<_ACEOF | |
17733 | /* end confdefs.h. */ | |
17734 | $ac_includes_default | |
17735 | int | |
17736 | main () | |
17737 | { | |
17738 | static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)]; | |
17739 | test_array [0] = 0 | |
17740 | ||
17741 | ; | |
17742 | return 0; | |
17743 | } | |
17744 | _ACEOF | |
17745 | rm -f conftest.$ac_objext | |
17746 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17747 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17748 | ac_status=$? |
ac1cb8d3 VS |
17749 | grep -v '^ *+' conftest.er1 >conftest.err |
17750 | rm -f conftest.er1 | |
17751 | cat conftest.err >&5 | |
a848cd7e SC |
17752 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17753 | (exit $ac_status); } && | |
6ebeb4c7 | 17754 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17755 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17756 | (eval $ac_try) 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' | |
a848cd7e SC |
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 | ac_hi=$ac_mid; break | |
17767 | else | |
17768 | echo "$as_me: failed program was:" >&5 | |
17769 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17770 | ||
17771 | ac_lo=`expr $ac_mid + 1` | |
ac1cb8d3 VS |
17772 | if test $ac_lo -le $ac_mid; then |
17773 | ac_lo= ac_hi= | |
17774 | break | |
17775 | fi | |
17776 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a848cd7e | 17777 | fi |
ac1cb8d3 | 17778 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17779 | done |
17780 | else | |
17781 | echo "$as_me: failed program was:" >&5 | |
17782 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17783 | ||
17784 | cat >conftest.$ac_ext <<_ACEOF | |
17785 | /* confdefs.h. */ | |
17786 | _ACEOF | |
17787 | cat confdefs.h >>conftest.$ac_ext | |
17788 | cat >>conftest.$ac_ext <<_ACEOF | |
17789 | /* end confdefs.h. */ | |
17790 | $ac_includes_default | |
17791 | int | |
17792 | main () | |
17793 | { | |
17794 | static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)]; | |
17795 | test_array [0] = 0 | |
17796 | ||
17797 | ; | |
17798 | return 0; | |
17799 | } | |
17800 | _ACEOF | |
17801 | rm -f conftest.$ac_objext | |
17802 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17803 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17804 | ac_status=$? |
ac1cb8d3 VS |
17805 | grep -v '^ *+' conftest.er1 >conftest.err |
17806 | rm -f conftest.er1 | |
17807 | cat conftest.err >&5 | |
a848cd7e SC |
17808 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17809 | (exit $ac_status); } && | |
6ebeb4c7 | 17810 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17811 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17812 | (eval $ac_try) 2>&5 | |
17813 | ac_status=$? | |
17814 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17815 | (exit $ac_status); }; } && | |
17816 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17817 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17818 | (eval $ac_try) 2>&5 | |
17819 | ac_status=$? | |
17820 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17821 | (exit $ac_status); }; }; then | |
17822 | ac_hi=-1 ac_mid=-1 | |
17823 | while :; do | |
17824 | cat >conftest.$ac_ext <<_ACEOF | |
17825 | /* confdefs.h. */ | |
17826 | _ACEOF | |
17827 | cat confdefs.h >>conftest.$ac_ext | |
17828 | cat >>conftest.$ac_ext <<_ACEOF | |
17829 | /* end confdefs.h. */ | |
17830 | $ac_includes_default | |
17831 | int | |
17832 | main () | |
17833 | { | |
17834 | static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)]; | |
17835 | test_array [0] = 0 | |
17836 | ||
17837 | ; | |
17838 | return 0; | |
17839 | } | |
17840 | _ACEOF | |
17841 | rm -f conftest.$ac_objext | |
17842 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17843 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17844 | ac_status=$? |
ac1cb8d3 VS |
17845 | grep -v '^ *+' conftest.er1 >conftest.err |
17846 | rm -f conftest.er1 | |
17847 | cat conftest.err >&5 | |
a848cd7e SC |
17848 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17849 | (exit $ac_status); } && | |
6ebeb4c7 | 17850 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17851 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17852 | (eval $ac_try) 2>&5 | |
17853 | ac_status=$? | |
17854 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17855 | (exit $ac_status); }; } && | |
17856 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17857 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17858 | (eval $ac_try) 2>&5 | |
17859 | ac_status=$? | |
17860 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17861 | (exit $ac_status); }; }; then | |
17862 | ac_lo=$ac_mid; break | |
17863 | else | |
17864 | echo "$as_me: failed program was:" >&5 | |
17865 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17866 | ||
17867 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
ac1cb8d3 VS |
17868 | if test $ac_mid -le $ac_hi; then |
17869 | ac_lo= ac_hi= | |
17870 | break | |
17871 | fi | |
17872 | ac_mid=`expr 2 '*' $ac_mid` | |
a848cd7e | 17873 | fi |
ac1cb8d3 | 17874 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17875 | done |
17876 | else | |
17877 | echo "$as_me: failed program was:" >&5 | |
17878 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17879 | ||
17880 | ac_lo= ac_hi= | |
17881 | fi | |
ac1cb8d3 | 17882 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 17883 | fi |
ac1cb8d3 | 17884 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17885 | # Binary search between lo and hi bounds. |
17886 | while test "x$ac_lo" != "x$ac_hi"; do | |
17887 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
17888 | cat >conftest.$ac_ext <<_ACEOF | |
17889 | /* confdefs.h. */ | |
17890 | _ACEOF | |
17891 | cat confdefs.h >>conftest.$ac_ext | |
17892 | cat >>conftest.$ac_ext <<_ACEOF | |
17893 | /* end confdefs.h. */ | |
17894 | $ac_includes_default | |
17895 | int | |
17896 | main () | |
17897 | { | |
17898 | static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)]; | |
17899 | test_array [0] = 0 | |
17900 | ||
17901 | ; | |
17902 | return 0; | |
17903 | } | |
17904 | _ACEOF | |
17905 | rm -f conftest.$ac_objext | |
17906 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17907 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17908 | ac_status=$? |
ac1cb8d3 VS |
17909 | grep -v '^ *+' conftest.er1 >conftest.err |
17910 | rm -f conftest.er1 | |
17911 | cat conftest.err >&5 | |
a848cd7e SC |
17912 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17913 | (exit $ac_status); } && | |
6ebeb4c7 | 17914 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17915 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17916 | (eval $ac_try) 2>&5 | |
17917 | ac_status=$? | |
17918 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17919 | (exit $ac_status); }; } && | |
17920 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17921 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17922 | (eval $ac_try) 2>&5 | |
17923 | ac_status=$? | |
17924 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17925 | (exit $ac_status); }; }; then | |
17926 | ac_hi=$ac_mid | |
17927 | else | |
17928 | echo "$as_me: failed program was:" >&5 | |
17929 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17930 | ||
17931 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
17932 | fi | |
ac1cb8d3 | 17933 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17934 | done |
17935 | case $ac_lo in | |
17936 | ?*) ac_cv_sizeof_size_t=$ac_lo;; | |
17937 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77 | |
17938 | See \`config.log' for more details." >&5 | |
17939 | echo "$as_me: error: cannot compute sizeof (size_t), 77 | |
17940 | See \`config.log' for more details." >&2;} | |
17941 | { (exit 1); exit 1; }; } ;; | |
17942 | esac | |
17943 | else | |
17944 | if test "$cross_compiling" = yes; then | |
6ebeb4c7 VZ |
17945 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
17946 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
a848cd7e SC |
17947 | { (exit 1); exit 1; }; } |
17948 | else | |
17949 | cat >conftest.$ac_ext <<_ACEOF | |
17950 | /* confdefs.h. */ | |
17951 | _ACEOF | |
17952 | cat confdefs.h >>conftest.$ac_ext | |
17953 | cat >>conftest.$ac_ext <<_ACEOF | |
17954 | /* end confdefs.h. */ | |
17955 | $ac_includes_default | |
17956 | long longval () { return (long) (sizeof (size_t)); } | |
17957 | unsigned long ulongval () { return (long) (sizeof (size_t)); } | |
17958 | #include <stdio.h> | |
17959 | #include <stdlib.h> | |
17960 | int | |
17961 | main () | |
17962 | { | |
17963 | ||
17964 | FILE *f = fopen ("conftest.val", "w"); | |
17965 | if (! f) | |
17966 | exit (1); | |
17967 | if (((long) (sizeof (size_t))) < 0) | |
17968 | { | |
17969 | long i = longval (); | |
17970 | if (i != ((long) (sizeof (size_t)))) | |
17971 | exit (1); | |
17972 | fprintf (f, "%ld\n", i); | |
17973 | } | |
17974 | else | |
17975 | { | |
17976 | unsigned long i = ulongval (); | |
17977 | if (i != ((long) (sizeof (size_t)))) | |
17978 | exit (1); | |
17979 | fprintf (f, "%lu\n", i); | |
17980 | } | |
17981 | exit (ferror (f) || fclose (f) != 0); | |
17982 | ||
17983 | ; | |
17984 | return 0; | |
17985 | } | |
17986 | _ACEOF | |
17987 | rm -f conftest$ac_exeext | |
17988 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
17989 | (eval $ac_link) 2>&5 | |
17990 | ac_status=$? | |
17991 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17992 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
17993 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
17994 | (eval $ac_try) 2>&5 | |
17995 | ac_status=$? | |
17996 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17997 | (exit $ac_status); }; }; then | |
17998 | ac_cv_sizeof_size_t=`cat conftest.val` | |
17999 | else | |
18000 | echo "$as_me: program exited with status $ac_status" >&5 | |
18001 | echo "$as_me: failed program was:" >&5 | |
18002 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18003 | ||
18004 | ( exit $ac_status ) | |
18005 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77 | |
18006 | See \`config.log' for more details." >&5 | |
18007 | echo "$as_me: error: cannot compute sizeof (size_t), 77 | |
18008 | See \`config.log' for more details." >&2;} | |
18009 | { (exit 1); exit 1; }; } | |
18010 | fi | |
ac1cb8d3 | 18011 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18012 | fi |
18013 | fi | |
18014 | rm -f conftest.val | |
18015 | else | |
18016 | ac_cv_sizeof_size_t=0 | |
18017 | fi | |
18018 | fi | |
18019 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5 | |
18020 | echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6 | |
18021 | cat >>confdefs.h <<_ACEOF | |
18022 | #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t | |
18023 | _ACEOF | |
18024 | ||
18025 | ||
18026 | ||
18027 | case "${host}" in | |
18028 | arm-*-linux* ) | |
18029 | echo "$as_me:$LINENO: checking for long long" >&5 | |
18030 | echo $ECHO_N "checking for long long... $ECHO_C" >&6 | |
18031 | if test "${ac_cv_type_long_long+set}" = set; then | |
18032 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
18033 | else | |
18034 | cat >conftest.$ac_ext <<_ACEOF | |
18035 | /* confdefs.h. */ | |
18036 | _ACEOF | |
18037 | cat confdefs.h >>conftest.$ac_ext | |
18038 | cat >>conftest.$ac_ext <<_ACEOF | |
18039 | /* end confdefs.h. */ | |
18040 | $ac_includes_default | |
18041 | int | |
18042 | main () | |
18043 | { | |
18044 | if ((long long *) 0) | |
18045 | return 0; | |
18046 | if (sizeof (long long)) | |
18047 | return 0; | |
18048 | ; | |
18049 | return 0; | |
18050 | } | |
18051 | _ACEOF | |
18052 | rm -f conftest.$ac_objext | |
18053 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18054 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18055 | ac_status=$? |
ac1cb8d3 VS |
18056 | grep -v '^ *+' conftest.er1 >conftest.err |
18057 | rm -f conftest.er1 | |
18058 | cat conftest.err >&5 | |
a848cd7e SC |
18059 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18060 | (exit $ac_status); } && | |
6ebeb4c7 | 18061 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18062 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18063 | (eval $ac_try) 2>&5 | |
18064 | ac_status=$? | |
18065 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18066 | (exit $ac_status); }; } && | |
18067 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18068 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18069 | (eval $ac_try) 2>&5 | |
18070 | ac_status=$? | |
18071 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18072 | (exit $ac_status); }; }; then | |
18073 | ac_cv_type_long_long=yes | |
18074 | else | |
18075 | echo "$as_me: failed program was:" >&5 | |
18076 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18077 | ||
18078 | ac_cv_type_long_long=no | |
18079 | fi | |
ac1cb8d3 | 18080 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18081 | fi |
18082 | echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 | |
18083 | echo "${ECHO_T}$ac_cv_type_long_long" >&6 | |
18084 | ||
18085 | echo "$as_me:$LINENO: checking size of long long" >&5 | |
18086 | echo $ECHO_N "checking size of long long... $ECHO_C" >&6 | |
18087 | if test "${ac_cv_sizeof_long_long+set}" = set; then | |
18088 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
18089 | else | |
18090 | if test "$ac_cv_type_long_long" = yes; then | |
18091 | # The cast to unsigned long works around a bug in the HP C Compiler | |
18092 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
18093 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
18094 | # This bug is HP SR number 8606223364. | |
18095 | if test "$cross_compiling" = yes; then | |
18096 | # Depending upon the size, compute the lo and hi bounds. | |
18097 | cat >conftest.$ac_ext <<_ACEOF | |
18098 | /* confdefs.h. */ | |
18099 | _ACEOF | |
18100 | cat confdefs.h >>conftest.$ac_ext | |
18101 | cat >>conftest.$ac_ext <<_ACEOF | |
18102 | /* end confdefs.h. */ | |
18103 | $ac_includes_default | |
18104 | int | |
18105 | main () | |
18106 | { | |
18107 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)]; | |
18108 | test_array [0] = 0 | |
18109 | ||
18110 | ; | |
18111 | return 0; | |
18112 | } | |
18113 | _ACEOF | |
18114 | rm -f conftest.$ac_objext | |
18115 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18116 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18117 | ac_status=$? |
ac1cb8d3 VS |
18118 | grep -v '^ *+' conftest.er1 >conftest.err |
18119 | rm -f conftest.er1 | |
18120 | cat conftest.err >&5 | |
a848cd7e SC |
18121 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18122 | (exit $ac_status); } && | |
6ebeb4c7 | 18123 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18124 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18125 | (eval $ac_try) 2>&5 | |
18126 | ac_status=$? | |
18127 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18128 | (exit $ac_status); }; } && | |
18129 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18130 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18131 | (eval $ac_try) 2>&5 | |
18132 | ac_status=$? | |
18133 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18134 | (exit $ac_status); }; }; then | |
18135 | ac_lo=0 ac_mid=0 | |
18136 | while :; do | |
18137 | cat >conftest.$ac_ext <<_ACEOF | |
18138 | /* confdefs.h. */ | |
18139 | _ACEOF | |
18140 | cat confdefs.h >>conftest.$ac_ext | |
18141 | cat >>conftest.$ac_ext <<_ACEOF | |
18142 | /* end confdefs.h. */ | |
18143 | $ac_includes_default | |
18144 | int | |
18145 | main () | |
18146 | { | |
18147 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | |
18148 | test_array [0] = 0 | |
18149 | ||
18150 | ; | |
18151 | return 0; | |
18152 | } | |
18153 | _ACEOF | |
18154 | rm -f conftest.$ac_objext | |
18155 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18156 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18157 | ac_status=$? |
ac1cb8d3 VS |
18158 | grep -v '^ *+' conftest.er1 >conftest.err |
18159 | rm -f conftest.er1 | |
18160 | cat conftest.err >&5 | |
a848cd7e SC |
18161 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18162 | (exit $ac_status); } && | |
6ebeb4c7 | 18163 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18164 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18165 | (eval $ac_try) 2>&5 | |
18166 | ac_status=$? | |
18167 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18168 | (exit $ac_status); }; } && | |
18169 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18170 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18171 | (eval $ac_try) 2>&5 | |
18172 | ac_status=$? | |
18173 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18174 | (exit $ac_status); }; }; then | |
18175 | ac_hi=$ac_mid; break | |
18176 | else | |
18177 | echo "$as_me: failed program was:" >&5 | |
18178 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18179 | ||
18180 | ac_lo=`expr $ac_mid + 1` | |
ac1cb8d3 VS |
18181 | if test $ac_lo -le $ac_mid; then |
18182 | ac_lo= ac_hi= | |
18183 | break | |
18184 | fi | |
18185 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a848cd7e | 18186 | fi |
ac1cb8d3 | 18187 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18188 | done |
18189 | else | |
18190 | echo "$as_me: failed program was:" >&5 | |
18191 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18192 | ||
18193 | cat >conftest.$ac_ext <<_ACEOF | |
18194 | /* confdefs.h. */ | |
18195 | _ACEOF | |
18196 | cat confdefs.h >>conftest.$ac_ext | |
18197 | cat >>conftest.$ac_ext <<_ACEOF | |
18198 | /* end confdefs.h. */ | |
18199 | $ac_includes_default | |
18200 | int | |
18201 | main () | |
18202 | { | |
18203 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)]; | |
18204 | test_array [0] = 0 | |
18205 | ||
18206 | ; | |
18207 | return 0; | |
18208 | } | |
18209 | _ACEOF | |
18210 | rm -f conftest.$ac_objext | |
18211 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18212 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18213 | ac_status=$? |
ac1cb8d3 VS |
18214 | grep -v '^ *+' conftest.er1 >conftest.err |
18215 | rm -f conftest.er1 | |
18216 | cat conftest.err >&5 | |
a848cd7e SC |
18217 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18218 | (exit $ac_status); } && | |
6ebeb4c7 | 18219 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18220 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18221 | (eval $ac_try) 2>&5 | |
18222 | ac_status=$? | |
18223 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18224 | (exit $ac_status); }; } && | |
18225 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18226 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18227 | (eval $ac_try) 2>&5 | |
18228 | ac_status=$? | |
18229 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18230 | (exit $ac_status); }; }; then | |
18231 | ac_hi=-1 ac_mid=-1 | |
18232 | while :; do | |
18233 | cat >conftest.$ac_ext <<_ACEOF | |
18234 | /* confdefs.h. */ | |
18235 | _ACEOF | |
18236 | cat confdefs.h >>conftest.$ac_ext | |
18237 | cat >>conftest.$ac_ext <<_ACEOF | |
18238 | /* end confdefs.h. */ | |
18239 | $ac_includes_default | |
18240 | int | |
18241 | main () | |
18242 | { | |
18243 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)]; | |
18244 | test_array [0] = 0 | |
18245 | ||
18246 | ; | |
18247 | return 0; | |
18248 | } | |
18249 | _ACEOF | |
18250 | rm -f conftest.$ac_objext | |
18251 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18252 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18253 | ac_status=$? |
ac1cb8d3 VS |
18254 | grep -v '^ *+' conftest.er1 >conftest.err |
18255 | rm -f conftest.er1 | |
18256 | cat conftest.err >&5 | |
a848cd7e SC |
18257 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18258 | (exit $ac_status); } && | |
6ebeb4c7 | 18259 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18260 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18261 | (eval $ac_try) 2>&5 | |
18262 | ac_status=$? | |
18263 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18264 | (exit $ac_status); }; } && | |
18265 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18266 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18267 | (eval $ac_try) 2>&5 | |
18268 | ac_status=$? | |
18269 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18270 | (exit $ac_status); }; }; then | |
18271 | ac_lo=$ac_mid; break | |
18272 | else | |
18273 | echo "$as_me: failed program was:" >&5 | |
18274 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18275 | ||
18276 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
ac1cb8d3 VS |
18277 | if test $ac_mid -le $ac_hi; then |
18278 | ac_lo= ac_hi= | |
18279 | break | |
18280 | fi | |
18281 | ac_mid=`expr 2 '*' $ac_mid` | |
a848cd7e | 18282 | fi |
ac1cb8d3 | 18283 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18284 | done |
18285 | else | |
18286 | echo "$as_me: failed program was:" >&5 | |
18287 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18288 | ||
18289 | ac_lo= ac_hi= | |
18290 | fi | |
ac1cb8d3 | 18291 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 18292 | fi |
ac1cb8d3 | 18293 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18294 | # Binary search between lo and hi bounds. |
18295 | while test "x$ac_lo" != "x$ac_hi"; do | |
18296 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
18297 | cat >conftest.$ac_ext <<_ACEOF | |
18298 | /* confdefs.h. */ | |
18299 | _ACEOF | |
18300 | cat confdefs.h >>conftest.$ac_ext | |
18301 | cat >>conftest.$ac_ext <<_ACEOF | |
18302 | /* end confdefs.h. */ | |
18303 | $ac_includes_default | |
18304 | int | |
18305 | main () | |
18306 | { | |
18307 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | |
18308 | test_array [0] = 0 | |
18309 | ||
18310 | ; | |
18311 | return 0; | |
18312 | } | |
18313 | _ACEOF | |
18314 | rm -f conftest.$ac_objext | |
18315 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18316 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18317 | ac_status=$? |
ac1cb8d3 VS |
18318 | grep -v '^ *+' conftest.er1 >conftest.err |
18319 | rm -f conftest.er1 | |
18320 | cat conftest.err >&5 | |
a848cd7e SC |
18321 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18322 | (exit $ac_status); } && | |
6ebeb4c7 | 18323 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18324 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18325 | (eval $ac_try) 2>&5 | |
18326 | ac_status=$? | |
18327 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18328 | (exit $ac_status); }; } && | |
18329 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18330 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18331 | (eval $ac_try) 2>&5 | |
18332 | ac_status=$? | |
18333 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18334 | (exit $ac_status); }; }; then | |
18335 | ac_hi=$ac_mid | |
18336 | else | |
18337 | echo "$as_me: failed program was:" >&5 | |
18338 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18339 | ||
18340 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
18341 | fi | |
ac1cb8d3 | 18342 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18343 | done |
18344 | case $ac_lo in | |
18345 | ?*) ac_cv_sizeof_long_long=$ac_lo;; | |
18346 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | |
18347 | See \`config.log' for more details." >&5 | |
18348 | echo "$as_me: error: cannot compute sizeof (long long), 77 | |
18349 | See \`config.log' for more details." >&2;} | |
18350 | { (exit 1); exit 1; }; } ;; | |
18351 | esac | |
18352 | else | |
18353 | if test "$cross_compiling" = yes; then | |
6ebeb4c7 VZ |
18354 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
18355 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
a848cd7e SC |
18356 | { (exit 1); exit 1; }; } |
18357 | else | |
18358 | cat >conftest.$ac_ext <<_ACEOF | |
18359 | /* confdefs.h. */ | |
18360 | _ACEOF | |
18361 | cat confdefs.h >>conftest.$ac_ext | |
18362 | cat >>conftest.$ac_ext <<_ACEOF | |
18363 | /* end confdefs.h. */ | |
18364 | $ac_includes_default | |
18365 | long longval () { return (long) (sizeof (long long)); } | |
18366 | unsigned long ulongval () { return (long) (sizeof (long long)); } | |
18367 | #include <stdio.h> | |
18368 | #include <stdlib.h> | |
18369 | int | |
18370 | main () | |
18371 | { | |
18372 | ||
18373 | FILE *f = fopen ("conftest.val", "w"); | |
18374 | if (! f) | |
18375 | exit (1); | |
18376 | if (((long) (sizeof (long long))) < 0) | |
18377 | { | |
18378 | long i = longval (); | |
18379 | if (i != ((long) (sizeof (long long)))) | |
18380 | exit (1); | |
18381 | fprintf (f, "%ld\n", i); | |
18382 | } | |
18383 | else | |
18384 | { | |
18385 | unsigned long i = ulongval (); | |
18386 | if (i != ((long) (sizeof (long long)))) | |
18387 | exit (1); | |
18388 | fprintf (f, "%lu\n", i); | |
18389 | } | |
18390 | exit (ferror (f) || fclose (f) != 0); | |
18391 | ||
18392 | ; | |
18393 | return 0; | |
18394 | } | |
18395 | _ACEOF | |
18396 | rm -f conftest$ac_exeext | |
18397 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
18398 | (eval $ac_link) 2>&5 | |
18399 | ac_status=$? | |
18400 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18401 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
18402 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
18403 | (eval $ac_try) 2>&5 | |
18404 | ac_status=$? | |
18405 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18406 | (exit $ac_status); }; }; then | |
18407 | ac_cv_sizeof_long_long=`cat conftest.val` | |
18408 | else | |
18409 | echo "$as_me: program exited with status $ac_status" >&5 | |
18410 | echo "$as_me: failed program was:" >&5 | |
18411 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18412 | ||
18413 | ( exit $ac_status ) | |
18414 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | |
18415 | See \`config.log' for more details." >&5 | |
18416 | echo "$as_me: error: cannot compute sizeof (long long), 77 | |
18417 | See \`config.log' for more details." >&2;} | |
18418 | { (exit 1); exit 1; }; } | |
18419 | fi | |
ac1cb8d3 | 18420 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18421 | fi |
18422 | fi | |
18423 | rm -f conftest.val | |
18424 | else | |
18425 | ac_cv_sizeof_long_long=0 | |
18426 | fi | |
18427 | fi | |
18428 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 | |
18429 | echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6 | |
18430 | cat >>confdefs.h <<_ACEOF | |
18431 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long | |
18432 | _ACEOF | |
18433 | ||
18434 | ||
18435 | ;; | |
18436 | *-hp-hpux* ) | |
18437 | echo "$as_me:$LINENO: checking for long long" >&5 | |
18438 | echo $ECHO_N "checking for long long... $ECHO_C" >&6 | |
18439 | if test "${ac_cv_type_long_long+set}" = set; then | |
18440 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
18441 | else | |
18442 | cat >conftest.$ac_ext <<_ACEOF | |
18443 | /* confdefs.h. */ | |
18444 | _ACEOF | |
18445 | cat confdefs.h >>conftest.$ac_ext | |
18446 | cat >>conftest.$ac_ext <<_ACEOF | |
18447 | /* end confdefs.h. */ | |
18448 | $ac_includes_default | |
18449 | int | |
18450 | main () | |
18451 | { | |
18452 | if ((long long *) 0) | |
18453 | return 0; | |
18454 | if (sizeof (long long)) | |
18455 | return 0; | |
18456 | ; | |
18457 | return 0; | |
18458 | } | |
18459 | _ACEOF | |
18460 | rm -f conftest.$ac_objext | |
18461 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18462 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18463 | ac_status=$? |
ac1cb8d3 VS |
18464 | grep -v '^ *+' conftest.er1 >conftest.err |
18465 | rm -f conftest.er1 | |
18466 | cat conftest.err >&5 | |
a848cd7e SC |
18467 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18468 | (exit $ac_status); } && | |
6ebeb4c7 | 18469 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18470 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18471 | (eval $ac_try) 2>&5 | |
18472 | ac_status=$? | |
18473 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18474 | (exit $ac_status); }; } && | |
18475 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18476 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18477 | (eval $ac_try) 2>&5 | |
18478 | ac_status=$? | |
18479 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18480 | (exit $ac_status); }; }; then | |
18481 | ac_cv_type_long_long=yes | |
18482 | else | |
18483 | echo "$as_me: failed program was:" >&5 | |
18484 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18485 | ||
18486 | ac_cv_type_long_long=no | |
18487 | fi | |
ac1cb8d3 | 18488 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18489 | fi |
18490 | echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 | |
18491 | echo "${ECHO_T}$ac_cv_type_long_long" >&6 | |
18492 | ||
18493 | echo "$as_me:$LINENO: checking size of long long" >&5 | |
18494 | echo $ECHO_N "checking size of long long... $ECHO_C" >&6 | |
18495 | if test "${ac_cv_sizeof_long_long+set}" = set; then | |
18496 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
18497 | else | |
18498 | if test "$ac_cv_type_long_long" = yes; then | |
18499 | # The cast to unsigned long works around a bug in the HP C Compiler | |
18500 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
18501 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
18502 | # This bug is HP SR number 8606223364. | |
18503 | if test "$cross_compiling" = yes; then | |
18504 | # Depending upon the size, compute the lo and hi bounds. | |
18505 | cat >conftest.$ac_ext <<_ACEOF | |
18506 | /* confdefs.h. */ | |
18507 | _ACEOF | |
18508 | cat confdefs.h >>conftest.$ac_ext | |
18509 | cat >>conftest.$ac_ext <<_ACEOF | |
18510 | /* end confdefs.h. */ | |
18511 | $ac_includes_default | |
18512 | int | |
18513 | main () | |
18514 | { | |
18515 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)]; | |
18516 | test_array [0] = 0 | |
18517 | ||
18518 | ; | |
18519 | return 0; | |
18520 | } | |
18521 | _ACEOF | |
18522 | rm -f conftest.$ac_objext | |
18523 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18524 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18525 | ac_status=$? |
ac1cb8d3 VS |
18526 | grep -v '^ *+' conftest.er1 >conftest.err |
18527 | rm -f conftest.er1 | |
18528 | cat conftest.err >&5 | |
a848cd7e SC |
18529 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18530 | (exit $ac_status); } && | |
6ebeb4c7 | 18531 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18532 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18533 | (eval $ac_try) 2>&5 | |
18534 | ac_status=$? | |
18535 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18536 | (exit $ac_status); }; } && | |
18537 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18538 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18539 | (eval $ac_try) 2>&5 | |
18540 | ac_status=$? | |
18541 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18542 | (exit $ac_status); }; }; then | |
18543 | ac_lo=0 ac_mid=0 | |
18544 | while :; do | |
18545 | cat >conftest.$ac_ext <<_ACEOF | |
18546 | /* confdefs.h. */ | |
18547 | _ACEOF | |
18548 | cat confdefs.h >>conftest.$ac_ext | |
18549 | cat >>conftest.$ac_ext <<_ACEOF | |
18550 | /* end confdefs.h. */ | |
18551 | $ac_includes_default | |
18552 | int | |
18553 | main () | |
18554 | { | |
18555 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | |
18556 | test_array [0] = 0 | |
18557 | ||
18558 | ; | |
18559 | return 0; | |
18560 | } | |
18561 | _ACEOF | |
18562 | rm -f conftest.$ac_objext | |
18563 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18564 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18565 | ac_status=$? |
ac1cb8d3 VS |
18566 | grep -v '^ *+' conftest.er1 >conftest.err |
18567 | rm -f conftest.er1 | |
18568 | cat conftest.err >&5 | |
a848cd7e SC |
18569 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18570 | (exit $ac_status); } && | |
6ebeb4c7 | 18571 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18572 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18573 | (eval $ac_try) 2>&5 | |
18574 | ac_status=$? | |
18575 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18576 | (exit $ac_status); }; } && | |
18577 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18578 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18579 | (eval $ac_try) 2>&5 | |
18580 | ac_status=$? | |
18581 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18582 | (exit $ac_status); }; }; then | |
18583 | ac_hi=$ac_mid; break | |
18584 | else | |
18585 | echo "$as_me: failed program was:" >&5 | |
18586 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18587 | ||
18588 | ac_lo=`expr $ac_mid + 1` | |
ac1cb8d3 VS |
18589 | if test $ac_lo -le $ac_mid; then |
18590 | ac_lo= ac_hi= | |
18591 | break | |
18592 | fi | |
18593 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a848cd7e | 18594 | fi |
ac1cb8d3 | 18595 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18596 | done |
18597 | else | |
18598 | echo "$as_me: failed program was:" >&5 | |
18599 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18600 | ||
18601 | cat >conftest.$ac_ext <<_ACEOF | |
18602 | /* confdefs.h. */ | |
18603 | _ACEOF | |
18604 | cat confdefs.h >>conftest.$ac_ext | |
18605 | cat >>conftest.$ac_ext <<_ACEOF | |
18606 | /* end confdefs.h. */ | |
18607 | $ac_includes_default | |
18608 | int | |
18609 | main () | |
18610 | { | |
18611 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)]; | |
18612 | test_array [0] = 0 | |
18613 | ||
18614 | ; | |
18615 | return 0; | |
18616 | } | |
18617 | _ACEOF | |
18618 | rm -f conftest.$ac_objext | |
18619 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18620 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18621 | ac_status=$? |
ac1cb8d3 VS |
18622 | grep -v '^ *+' conftest.er1 >conftest.err |
18623 | rm -f conftest.er1 | |
18624 | cat conftest.err >&5 | |
a848cd7e SC |
18625 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18626 | (exit $ac_status); } && | |
6ebeb4c7 | 18627 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18628 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18629 | (eval $ac_try) 2>&5 | |
18630 | ac_status=$? | |
18631 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18632 | (exit $ac_status); }; } && | |
18633 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18634 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18635 | (eval $ac_try) 2>&5 | |
18636 | ac_status=$? | |
18637 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18638 | (exit $ac_status); }; }; then | |
18639 | ac_hi=-1 ac_mid=-1 | |
18640 | while :; do | |
18641 | cat >conftest.$ac_ext <<_ACEOF | |
18642 | /* confdefs.h. */ | |
18643 | _ACEOF | |
18644 | cat confdefs.h >>conftest.$ac_ext | |
18645 | cat >>conftest.$ac_ext <<_ACEOF | |
18646 | /* end confdefs.h. */ | |
18647 | $ac_includes_default | |
18648 | int | |
18649 | main () | |
18650 | { | |
18651 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)]; | |
18652 | test_array [0] = 0 | |
18653 | ||
18654 | ; | |
18655 | return 0; | |
18656 | } | |
18657 | _ACEOF | |
18658 | rm -f conftest.$ac_objext | |
18659 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18660 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18661 | ac_status=$? |
ac1cb8d3 VS |
18662 | grep -v '^ *+' conftest.er1 >conftest.err |
18663 | rm -f conftest.er1 | |
18664 | cat conftest.err >&5 | |
a848cd7e SC |
18665 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18666 | (exit $ac_status); } && | |
6ebeb4c7 | 18667 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18668 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18669 | (eval $ac_try) 2>&5 | |
18670 | ac_status=$? | |
18671 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18672 | (exit $ac_status); }; } && | |
18673 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18674 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18675 | (eval $ac_try) 2>&5 | |
18676 | ac_status=$? | |
18677 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18678 | (exit $ac_status); }; }; then | |
18679 | ac_lo=$ac_mid; break | |
18680 | else | |
18681 | echo "$as_me: failed program was:" >&5 | |
18682 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18683 | ||
18684 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
ac1cb8d3 VS |
18685 | if test $ac_mid -le $ac_hi; then |
18686 | ac_lo= ac_hi= | |
18687 | break | |
18688 | fi | |
18689 | ac_mid=`expr 2 '*' $ac_mid` | |
a848cd7e | 18690 | fi |
ac1cb8d3 | 18691 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18692 | done |
18693 | else | |
18694 | echo "$as_me: failed program was:" >&5 | |
18695 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18696 | ||
18697 | ac_lo= ac_hi= | |
18698 | fi | |
ac1cb8d3 | 18699 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 18700 | fi |
ac1cb8d3 | 18701 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18702 | # Binary search between lo and hi bounds. |
18703 | while test "x$ac_lo" != "x$ac_hi"; do | |
18704 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
18705 | cat >conftest.$ac_ext <<_ACEOF | |
18706 | /* confdefs.h. */ | |
18707 | _ACEOF | |
18708 | cat confdefs.h >>conftest.$ac_ext | |
18709 | cat >>conftest.$ac_ext <<_ACEOF | |
18710 | /* end confdefs.h. */ | |
18711 | $ac_includes_default | |
18712 | int | |
18713 | main () | |
18714 | { | |
18715 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | |
18716 | test_array [0] = 0 | |
18717 | ||
18718 | ; | |
18719 | return 0; | |
18720 | } | |
18721 | _ACEOF | |
18722 | rm -f conftest.$ac_objext | |
18723 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18724 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18725 | ac_status=$? |
ac1cb8d3 VS |
18726 | grep -v '^ *+' conftest.er1 >conftest.err |
18727 | rm -f conftest.er1 | |
18728 | cat conftest.err >&5 | |
a848cd7e SC |
18729 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18730 | (exit $ac_status); } && | |
6ebeb4c7 | 18731 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18732 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18733 | (eval $ac_try) 2>&5 | |
18734 | ac_status=$? | |
18735 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18736 | (exit $ac_status); }; } && | |
18737 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18738 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18739 | (eval $ac_try) 2>&5 | |
18740 | ac_status=$? | |
18741 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18742 | (exit $ac_status); }; }; then | |
18743 | ac_hi=$ac_mid | |
18744 | else | |
18745 | echo "$as_me: failed program was:" >&5 | |
18746 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18747 | ||
18748 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
18749 | fi | |
ac1cb8d3 | 18750 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18751 | done |
18752 | case $ac_lo in | |
18753 | ?*) ac_cv_sizeof_long_long=$ac_lo;; | |
18754 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | |
18755 | See \`config.log' for more details." >&5 | |
18756 | echo "$as_me: error: cannot compute sizeof (long long), 77 | |
18757 | See \`config.log' for more details." >&2;} | |
18758 | { (exit 1); exit 1; }; } ;; | |
18759 | esac | |
18760 | else | |
18761 | if test "$cross_compiling" = yes; then | |
6ebeb4c7 VZ |
18762 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
18763 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
a848cd7e SC |
18764 | { (exit 1); exit 1; }; } |
18765 | else | |
18766 | cat >conftest.$ac_ext <<_ACEOF | |
18767 | /* confdefs.h. */ | |
18768 | _ACEOF | |
18769 | cat confdefs.h >>conftest.$ac_ext | |
18770 | cat >>conftest.$ac_ext <<_ACEOF | |
18771 | /* end confdefs.h. */ | |
18772 | $ac_includes_default | |
18773 | long longval () { return (long) (sizeof (long long)); } | |
18774 | unsigned long ulongval () { return (long) (sizeof (long long)); } | |
18775 | #include <stdio.h> | |
18776 | #include <stdlib.h> | |
18777 | int | |
18778 | main () | |
18779 | { | |
18780 | ||
18781 | FILE *f = fopen ("conftest.val", "w"); | |
18782 | if (! f) | |
18783 | exit (1); | |
18784 | if (((long) (sizeof (long long))) < 0) | |
18785 | { | |
18786 | long i = longval (); | |
18787 | if (i != ((long) (sizeof (long long)))) | |
18788 | exit (1); | |
18789 | fprintf (f, "%ld\n", i); | |
18790 | } | |
18791 | else | |
18792 | { | |
18793 | unsigned long i = ulongval (); | |
18794 | if (i != ((long) (sizeof (long long)))) | |
18795 | exit (1); | |
18796 | fprintf (f, "%lu\n", i); | |
18797 | } | |
18798 | exit (ferror (f) || fclose (f) != 0); | |
18799 | ||
18800 | ; | |
18801 | return 0; | |
18802 | } | |
18803 | _ACEOF | |
18804 | rm -f conftest$ac_exeext | |
18805 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
18806 | (eval $ac_link) 2>&5 | |
18807 | ac_status=$? | |
18808 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18809 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
18810 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
18811 | (eval $ac_try) 2>&5 | |
18812 | ac_status=$? | |
18813 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18814 | (exit $ac_status); }; }; then | |
18815 | ac_cv_sizeof_long_long=`cat conftest.val` | |
18816 | else | |
18817 | echo "$as_me: program exited with status $ac_status" >&5 | |
18818 | echo "$as_me: failed program was:" >&5 | |
18819 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18820 | ||
18821 | ( exit $ac_status ) | |
18822 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | |
18823 | See \`config.log' for more details." >&5 | |
18824 | echo "$as_me: error: cannot compute sizeof (long long), 77 | |
18825 | See \`config.log' for more details." >&2;} | |
18826 | { (exit 1); exit 1; }; } | |
18827 | fi | |
ac1cb8d3 | 18828 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18829 | fi |
18830 | fi | |
18831 | rm -f conftest.val | |
18832 | else | |
18833 | ac_cv_sizeof_long_long=0 | |
18834 | fi | |
18835 | fi | |
18836 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 | |
18837 | echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6 | |
18838 | cat >>confdefs.h <<_ACEOF | |
18839 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long | |
18840 | _ACEOF | |
18841 | ||
18842 | ||
18843 | if test "$ac_cv_sizeof_long_long" != "0"; then | |
18844 | CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG" | |
18845 | fi | |
18846 | ;; | |
18847 | * ) | |
18848 | echo "$as_me:$LINENO: checking for long long" >&5 | |
18849 | echo $ECHO_N "checking for long long... $ECHO_C" >&6 | |
18850 | if test "${ac_cv_type_long_long+set}" = set; then | |
18851 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
18852 | else | |
18853 | cat >conftest.$ac_ext <<_ACEOF | |
18854 | /* confdefs.h. */ | |
18855 | _ACEOF | |
18856 | cat confdefs.h >>conftest.$ac_ext | |
18857 | cat >>conftest.$ac_ext <<_ACEOF | |
18858 | /* end confdefs.h. */ | |
18859 | $ac_includes_default | |
18860 | int | |
18861 | main () | |
18862 | { | |
18863 | if ((long long *) 0) | |
18864 | return 0; | |
18865 | if (sizeof (long long)) | |
18866 | return 0; | |
18867 | ; | |
18868 | return 0; | |
18869 | } | |
18870 | _ACEOF | |
18871 | rm -f conftest.$ac_objext | |
18872 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18873 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18874 | ac_status=$? |
ac1cb8d3 VS |
18875 | grep -v '^ *+' conftest.er1 >conftest.err |
18876 | rm -f conftest.er1 | |
18877 | cat conftest.err >&5 | |
a848cd7e SC |
18878 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18879 | (exit $ac_status); } && | |
6ebeb4c7 | 18880 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18881 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18882 | (eval $ac_try) 2>&5 | |
18883 | ac_status=$? | |
18884 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18885 | (exit $ac_status); }; } && | |
18886 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18887 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18888 | (eval $ac_try) 2>&5 | |
18889 | ac_status=$? | |
18890 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18891 | (exit $ac_status); }; }; then | |
18892 | ac_cv_type_long_long=yes | |
18893 | else | |
18894 | echo "$as_me: failed program was:" >&5 | |
18895 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18896 | ||
18897 | ac_cv_type_long_long=no | |
18898 | fi | |
ac1cb8d3 | 18899 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18900 | fi |
18901 | echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 | |
18902 | echo "${ECHO_T}$ac_cv_type_long_long" >&6 | |
18903 | ||
18904 | echo "$as_me:$LINENO: checking size of long long" >&5 | |
18905 | echo $ECHO_N "checking size of long long... $ECHO_C" >&6 | |
18906 | if test "${ac_cv_sizeof_long_long+set}" = set; then | |
18907 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
18908 | else | |
18909 | if test "$ac_cv_type_long_long" = yes; then | |
18910 | # The cast to unsigned long works around a bug in the HP C Compiler | |
18911 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
18912 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
18913 | # This bug is HP SR number 8606223364. | |
18914 | if test "$cross_compiling" = yes; then | |
18915 | # Depending upon the size, compute the lo and hi bounds. | |
18916 | cat >conftest.$ac_ext <<_ACEOF | |
18917 | /* confdefs.h. */ | |
18918 | _ACEOF | |
18919 | cat confdefs.h >>conftest.$ac_ext | |
18920 | cat >>conftest.$ac_ext <<_ACEOF | |
18921 | /* end confdefs.h. */ | |
18922 | $ac_includes_default | |
18923 | int | |
18924 | main () | |
18925 | { | |
18926 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)]; | |
18927 | test_array [0] = 0 | |
18928 | ||
18929 | ; | |
18930 | return 0; | |
18931 | } | |
18932 | _ACEOF | |
18933 | rm -f conftest.$ac_objext | |
18934 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18935 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18936 | ac_status=$? |
ac1cb8d3 VS |
18937 | grep -v '^ *+' conftest.er1 >conftest.err |
18938 | rm -f conftest.er1 | |
18939 | cat conftest.err >&5 | |
a848cd7e SC |
18940 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18941 | (exit $ac_status); } && | |
6ebeb4c7 | 18942 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18943 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18944 | (eval $ac_try) 2>&5 | |
18945 | ac_status=$? | |
18946 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18947 | (exit $ac_status); }; } && | |
18948 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18949 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18950 | (eval $ac_try) 2>&5 | |
18951 | ac_status=$? | |
18952 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18953 | (exit $ac_status); }; }; then | |
18954 | ac_lo=0 ac_mid=0 | |
18955 | while :; do | |
18956 | cat >conftest.$ac_ext <<_ACEOF | |
18957 | /* confdefs.h. */ | |
18958 | _ACEOF | |
18959 | cat confdefs.h >>conftest.$ac_ext | |
18960 | cat >>conftest.$ac_ext <<_ACEOF | |
18961 | /* end confdefs.h. */ | |
18962 | $ac_includes_default | |
18963 | int | |
18964 | main () | |
18965 | { | |
18966 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | |
18967 | test_array [0] = 0 | |
18968 | ||
18969 | ; | |
18970 | return 0; | |
18971 | } | |
18972 | _ACEOF | |
18973 | rm -f conftest.$ac_objext | |
18974 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18975 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18976 | ac_status=$? |
ac1cb8d3 VS |
18977 | grep -v '^ *+' conftest.er1 >conftest.err |
18978 | rm -f conftest.er1 | |
18979 | cat conftest.err >&5 | |
a848cd7e SC |
18980 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18981 | (exit $ac_status); } && | |
6ebeb4c7 | 18982 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18983 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18984 | (eval $ac_try) 2>&5 | |
18985 | ac_status=$? | |
18986 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18987 | (exit $ac_status); }; } && | |
18988 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18989 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18990 | (eval $ac_try) 2>&5 | |
18991 | ac_status=$? | |
18992 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18993 | (exit $ac_status); }; }; then | |
18994 | ac_hi=$ac_mid; break | |
18995 | else | |
18996 | echo "$as_me: failed program was:" >&5 | |
18997 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18998 | ||
18999 | ac_lo=`expr $ac_mid + 1` | |
ac1cb8d3 VS |
19000 | if test $ac_lo -le $ac_mid; then |
19001 | ac_lo= ac_hi= | |
19002 | break | |
19003 | fi | |
19004 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a848cd7e | 19005 | fi |
ac1cb8d3 | 19006 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
19007 | done |
19008 | else | |
19009 | echo "$as_me: failed program was:" >&5 | |
19010 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19011 | ||
19012 | cat >conftest.$ac_ext <<_ACEOF | |
19013 | /* confdefs.h. */ | |
19014 | _ACEOF | |
19015 | cat confdefs.h >>conftest.$ac_ext | |
19016 | cat >>conftest.$ac_ext <<_ACEOF | |
19017 | /* end confdefs.h. */ | |
19018 | $ac_includes_default | |
19019 | int | |
19020 | main () | |
19021 | { | |
19022 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)]; | |
19023 | test_array [0] = 0 | |
19024 | ||
19025 | ; | |
19026 | return 0; | |
19027 | } | |
19028 | _ACEOF | |
19029 | rm -f conftest.$ac_objext | |
19030 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 19031 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 19032 | ac_status=$? |
ac1cb8d3 VS |
19033 | grep -v '^ *+' conftest.er1 >conftest.err |
19034 | rm -f conftest.er1 | |
19035 | cat conftest.err >&5 | |
a848cd7e SC |
19036 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19037 | (exit $ac_status); } && | |
6ebeb4c7 | 19038 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
19039 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19040 | (eval $ac_try) 2>&5 | |
19041 | ac_status=$? | |
19042 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19043 | (exit $ac_status); }; } && | |
19044 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
19045 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19046 | (eval $ac_try) 2>&5 | |
19047 | ac_status=$? | |
19048 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19049 | (exit $ac_status); }; }; then | |
19050 | ac_hi=-1 ac_mid=-1 | |
19051 | while :; do | |
19052 | cat >conftest.$ac_ext <<_ACEOF | |
19053 | /* confdefs.h. */ | |
19054 | _ACEOF | |
19055 | cat confdefs.h >>conftest.$ac_ext | |
19056 | cat >>conftest.$ac_ext <<_ACEOF | |
19057 | /* end confdefs.h. */ | |
19058 | $ac_includes_default | |
19059 | int | |
19060 | main () | |
19061 | { | |
19062 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)]; | |
19063 | test_array [0] = 0 | |
19064 | ||
19065 | ; | |
19066 | return 0; | |
19067 | } | |
19068 | _ACEOF | |
19069 | rm -f conftest.$ac_objext | |
19070 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 19071 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 19072 | ac_status=$? |
ac1cb8d3 VS |
19073 | grep -v '^ *+' conftest.er1 >conftest.err |
19074 | rm -f conftest.er1 | |
19075 | cat conftest.err >&5 | |
a848cd7e SC |
19076 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19077 | (exit $ac_status); } && | |
6ebeb4c7 | 19078 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
19079 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19080 | (eval $ac_try) 2>&5 | |
19081 | ac_status=$? | |
19082 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19083 | (exit $ac_status); }; } && | |
19084 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
19085 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19086 | (eval $ac_try) 2>&5 | |
19087 | ac_status=$? | |
19088 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19089 | (exit $ac_status); }; }; then | |
19090 | ac_lo=$ac_mid; break | |
19091 | else | |
19092 | echo "$as_me: failed program was:" >&5 | |
19093 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19094 | ||
19095 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
ac1cb8d3 VS |
19096 | if test $ac_mid -le $ac_hi; then |
19097 | ac_lo= ac_hi= | |
19098 | break | |
19099 | fi | |
19100 | ac_mid=`expr 2 '*' $ac_mid` | |
a848cd7e | 19101 | fi |
ac1cb8d3 | 19102 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
19103 | done |
19104 | else | |
19105 | echo "$as_me: failed program was:" >&5 | |
19106 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19107 | ||
19108 | ac_lo= ac_hi= | |
19109 | fi | |
ac1cb8d3 | 19110 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 19111 | fi |
ac1cb8d3 | 19112 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
19113 | # Binary search between lo and hi bounds. |
19114 | while test "x$ac_lo" != "x$ac_hi"; do | |
19115 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
19116 | cat >conftest.$ac_ext <<_ACEOF | |
19117 | /* confdefs.h. */ | |
19118 | _ACEOF | |
19119 | cat confdefs.h >>conftest.$ac_ext | |
19120 | cat >>conftest.$ac_ext <<_ACEOF | |
19121 | /* end confdefs.h. */ | |
19122 | $ac_includes_default | |
19123 | int | |
19124 | main () | |
19125 | { | |
19126 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | |
19127 | test_array [0] = 0 | |
19128 | ||
19129 | ; | |
19130 | return 0; | |
19131 | } | |
19132 | _ACEOF | |
19133 | rm -f conftest.$ac_objext | |
19134 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 19135 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 19136 | ac_status=$? |
ac1cb8d3 VS |
19137 | grep -v '^ *+' conftest.er1 >conftest.err |
19138 | rm -f conftest.er1 | |
19139 | cat conftest.err >&5 | |
a848cd7e SC |
19140 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19141 | (exit $ac_status); } && | |
6ebeb4c7 | 19142 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
19143 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19144 | (eval $ac_try) 2>&5 | |
19145 | ac_status=$? | |
19146 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19147 | (exit $ac_status); }; } && | |
19148 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
19149 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19150 | (eval $ac_try) 2>&5 | |
19151 | ac_status=$? | |
19152 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19153 | (exit $ac_status); }; }; then | |
19154 | ac_hi=$ac_mid | |
19155 | else | |
19156 | echo "$as_me: failed program was:" >&5 | |
19157 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19158 | ||
19159 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
19160 | fi | |
ac1cb8d3 | 19161 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
19162 | done |
19163 | case $ac_lo in | |
19164 | ?*) ac_cv_sizeof_long_long=$ac_lo;; | |
19165 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | |
19166 | See \`config.log' for more details." >&5 | |
19167 | echo "$as_me: error: cannot compute sizeof (long long), 77 | |
19168 | See \`config.log' for more details." >&2;} | |
19169 | { (exit 1); exit 1; }; } ;; | |
19170 | esac | |
19171 | else | |
19172 | if test "$cross_compiling" = yes; then | |
6ebeb4c7 VZ |
19173 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
19174 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
a848cd7e SC |
19175 | { (exit 1); exit 1; }; } |
19176 | else | |
19177 | cat >conftest.$ac_ext <<_ACEOF | |
19178 | /* confdefs.h. */ | |
19179 | _ACEOF | |
19180 | cat confdefs.h >>conftest.$ac_ext | |
19181 | cat >>conftest.$ac_ext <<_ACEOF | |
19182 | /* end confdefs.h. */ | |
19183 | $ac_includes_default | |
19184 | long longval () { return (long) (sizeof (long long)); } | |
19185 | unsigned long ulongval () { return (long) (sizeof (long long)); } | |
19186 | #include <stdio.h> | |
19187 | #include <stdlib.h> | |
19188 | int | |
19189 | main () | |
19190 | { | |
19191 | ||
19192 | FILE *f = fopen ("conftest.val", "w"); | |
19193 | if (! f) | |
19194 | exit (1); | |
19195 | if (((long) (sizeof (long long))) < 0) | |
19196 | { | |
19197 | long i = longval (); | |
19198 | if (i != ((long) (sizeof (long long)))) | |
19199 | exit (1); | |
19200 | fprintf (f, "%ld\n", i); | |
19201 | } | |
19202 | else | |
19203 | { | |
19204 | unsigned long i = ulongval (); | |
19205 | if (i != ((long) (sizeof (long long)))) | |
19206 | exit (1); | |
19207 | fprintf (f, "%lu\n", i); | |
19208 | } | |
19209 | exit (ferror (f) || fclose (f) != 0); | |
19210 | ||
19211 | ; | |
19212 | return 0; | |
19213 | } | |
19214 | _ACEOF | |
19215 | rm -f conftest$ac_exeext | |
19216 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
19217 | (eval $ac_link) 2>&5 | |
19218 | ac_status=$? | |
19219 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19220 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
19221 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19222 | (eval $ac_try) 2>&5 | |
19223 | ac_status=$? | |
19224 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19225 | (exit $ac_status); }; }; then | |
19226 | ac_cv_sizeof_long_long=`cat conftest.val` | |
19227 | else | |
19228 | echo "$as_me: program exited with status $ac_status" >&5 | |
19229 | echo "$as_me: failed program was:" >&5 | |
19230 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19231 | ||
19232 | ( exit $ac_status ) | |
19233 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | |
19234 | See \`config.log' for more details." >&5 | |
19235 | echo "$as_me: error: cannot compute sizeof (long long), 77 | |
19236 | See \`config.log' for more details." >&2;} | |
19237 | { (exit 1); exit 1; }; } | |
19238 | fi | |
ac1cb8d3 | 19239 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
19240 | fi |
19241 | fi | |
19242 | rm -f conftest.val | |
19243 | else | |
19244 | ac_cv_sizeof_long_long=0 | |
19245 | fi | |
19246 | fi | |
19247 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 | |
19248 | echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6 | |
19249 | cat >>confdefs.h <<_ACEOF | |
19250 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long | |
19251 | _ACEOF | |
19252 | ||
19253 | ||
19254 | esac | |
19255 | ||
238ecede MW |
19256 | echo "$as_me:$LINENO: checking for wchar_t" >&5 |
19257 | echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6 | |
19258 | if test "${ac_cv_type_wchar_t+set}" = set; then | |
19259 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
19260 | else | |
19261 | cat >conftest.$ac_ext <<_ACEOF | |
19262 | /* confdefs.h. */ | |
19263 | _ACEOF | |
19264 | cat confdefs.h >>conftest.$ac_ext | |
19265 | cat >>conftest.$ac_ext <<_ACEOF | |
19266 | /* end confdefs.h. */ | |
19267 | ||
83d8eb47 MW |
19268 | /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */ |
19269 | #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 ) | |
238ecede MW |
19270 | # error "fake wchar_t" |
19271 | #endif | |
19272 | #ifdef HAVE_WCHAR_H | |
19273 | # ifdef __CYGWIN__ | |
19274 | # include <stddef.h> | |
19275 | # endif | |
19276 | # include <wchar.h> | |
19277 | #endif | |
19278 | #ifdef HAVE_STDLIB_H | |
19279 | # include <stdlib.h> | |
19280 | #endif | |
19281 | #include <stdio.h> | |
19282 | ||
19283 | ||
19284 | ||
19285 | int | |
19286 | main () | |
19287 | { | |
19288 | if ((wchar_t *) 0) | |
19289 | return 0; | |
19290 | if (sizeof (wchar_t)) | |
19291 | return 0; | |
19292 | ; | |
19293 | return 0; | |
19294 | } | |
19295 | _ACEOF | |
19296 | rm -f conftest.$ac_objext | |
19297 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
19298 | (eval $ac_compile) 2>conftest.er1 | |
19299 | ac_status=$? | |
19300 | grep -v '^ *+' conftest.er1 >conftest.err | |
19301 | rm -f conftest.er1 | |
19302 | cat conftest.err >&5 | |
19303 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19304 | (exit $ac_status); } && | |
6ebeb4c7 | 19305 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
238ecede MW |
19306 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19307 | (eval $ac_try) 2>&5 | |
19308 | ac_status=$? | |
19309 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19310 | (exit $ac_status); }; } && | |
19311 | { ac_try='test -s conftest.$ac_objext' | |
19312 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19313 | (eval $ac_try) 2>&5 | |
19314 | ac_status=$? | |
19315 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19316 | (exit $ac_status); }; }; then | |
19317 | ac_cv_type_wchar_t=yes | |
19318 | else | |
19319 | echo "$as_me: failed program was:" >&5 | |
19320 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19321 | ||
19322 | ac_cv_type_wchar_t=no | |
19323 | fi | |
19324 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
19325 | fi | |
19326 | echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5 | |
19327 | echo "${ECHO_T}$ac_cv_type_wchar_t" >&6 | |
19328 | ||
a848cd7e SC |
19329 | echo "$as_me:$LINENO: checking size of wchar_t" >&5 |
19330 | echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6 | |
238ecede | 19331 | if test "${ac_cv_sizeof_wchar_t+set}" = set; then |
a848cd7e SC |
19332 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19333 | else | |
238ecede MW |
19334 | if test "$ac_cv_type_wchar_t" = yes; then |
19335 | # The cast to unsigned long works around a bug in the HP C Compiler | |
19336 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
19337 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
19338 | # This bug is HP SR number 8606223364. | |
19339 | if test "$cross_compiling" = yes; then | |
19340 | # Depending upon the size, compute the lo and hi bounds. | |
19341 | cat >conftest.$ac_ext <<_ACEOF | |
19342 | /* confdefs.h. */ | |
19343 | _ACEOF | |
19344 | cat confdefs.h >>conftest.$ac_ext | |
19345 | cat >>conftest.$ac_ext <<_ACEOF | |
19346 | /* end confdefs.h. */ | |
19347 | ||
83d8eb47 MW |
19348 | /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */ |
19349 | #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 ) | |
238ecede MW |
19350 | # error "fake wchar_t" |
19351 | #endif | |
19352 | #ifdef HAVE_WCHAR_H | |
19353 | # ifdef __CYGWIN__ | |
19354 | # include <stddef.h> | |
19355 | # endif | |
19356 | # include <wchar.h> | |
19357 | #endif | |
19358 | #ifdef HAVE_STDLIB_H | |
19359 | # include <stdlib.h> | |
19360 | #endif | |
19361 | #include <stdio.h> | |
19362 | ||
19363 | ||
19364 | ||
19365 | int | |
19366 | main () | |
19367 | { | |
19368 | static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)]; | |
19369 | test_array [0] = 0 | |
19370 | ||
19371 | ; | |
19372 | return 0; | |
19373 | } | |
19374 | _ACEOF | |
19375 | rm -f conftest.$ac_objext | |
19376 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
19377 | (eval $ac_compile) 2>conftest.er1 | |
19378 | ac_status=$? | |
19379 | grep -v '^ *+' conftest.er1 >conftest.err | |
19380 | rm -f conftest.er1 | |
19381 | cat conftest.err >&5 | |
19382 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19383 | (exit $ac_status); } && | |
6ebeb4c7 | 19384 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
238ecede MW |
19385 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19386 | (eval $ac_try) 2>&5 | |
19387 | ac_status=$? | |
19388 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19389 | (exit $ac_status); }; } && | |
19390 | { ac_try='test -s conftest.$ac_objext' | |
19391 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19392 | (eval $ac_try) 2>&5 | |
19393 | ac_status=$? | |
19394 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19395 | (exit $ac_status); }; }; then | |
19396 | ac_lo=0 ac_mid=0 | |
19397 | while :; do | |
19398 | cat >conftest.$ac_ext <<_ACEOF | |
19399 | /* confdefs.h. */ | |
19400 | _ACEOF | |
19401 | cat confdefs.h >>conftest.$ac_ext | |
19402 | cat >>conftest.$ac_ext <<_ACEOF | |
19403 | /* end confdefs.h. */ | |
19404 | ||
83d8eb47 MW |
19405 | /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */ |
19406 | #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 ) | |
238ecede MW |
19407 | # error "fake wchar_t" |
19408 | #endif | |
19409 | #ifdef HAVE_WCHAR_H | |
19410 | # ifdef __CYGWIN__ | |
19411 | # include <stddef.h> | |
19412 | # endif | |
19413 | # include <wchar.h> | |
19414 | #endif | |
19415 | #ifdef HAVE_STDLIB_H | |
19416 | # include <stdlib.h> | |
19417 | #endif | |
19418 | #include <stdio.h> | |
19419 | ||
19420 | ||
19421 | ||
19422 | int | |
19423 | main () | |
19424 | { | |
19425 | static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)]; | |
19426 | test_array [0] = 0 | |
19427 | ||
19428 | ; | |
19429 | return 0; | |
19430 | } | |
19431 | _ACEOF | |
19432 | rm -f conftest.$ac_objext | |
19433 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
19434 | (eval $ac_compile) 2>conftest.er1 | |
19435 | ac_status=$? | |
19436 | grep -v '^ *+' conftest.er1 >conftest.err | |
19437 | rm -f conftest.er1 | |
19438 | cat conftest.err >&5 | |
19439 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19440 | (exit $ac_status); } && | |
6ebeb4c7 | 19441 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
238ecede MW |
19442 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19443 | (eval $ac_try) 2>&5 | |
19444 | ac_status=$? | |
19445 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19446 | (exit $ac_status); }; } && | |
19447 | { ac_try='test -s conftest.$ac_objext' | |
19448 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19449 | (eval $ac_try) 2>&5 | |
19450 | ac_status=$? | |
19451 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19452 | (exit $ac_status); }; }; then | |
19453 | ac_hi=$ac_mid; break | |
19454 | else | |
19455 | echo "$as_me: failed program was:" >&5 | |
19456 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19457 | ||
19458 | ac_lo=`expr $ac_mid + 1` | |
19459 | if test $ac_lo -le $ac_mid; then | |
19460 | ac_lo= ac_hi= | |
19461 | break | |
19462 | fi | |
19463 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
19464 | fi | |
19465 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
19466 | done | |
19467 | else | |
19468 | echo "$as_me: failed program was:" >&5 | |
19469 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19470 | ||
19471 | cat >conftest.$ac_ext <<_ACEOF | |
19472 | /* confdefs.h. */ | |
19473 | _ACEOF | |
19474 | cat confdefs.h >>conftest.$ac_ext | |
19475 | cat >>conftest.$ac_ext <<_ACEOF | |
19476 | /* end confdefs.h. */ | |
19477 | ||
83d8eb47 MW |
19478 | /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */ |
19479 | #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 ) | |
238ecede MW |
19480 | # error "fake wchar_t" |
19481 | #endif | |
19482 | #ifdef HAVE_WCHAR_H | |
19483 | # ifdef __CYGWIN__ | |
19484 | # include <stddef.h> | |
19485 | # endif | |
19486 | # include <wchar.h> | |
19487 | #endif | |
19488 | #ifdef HAVE_STDLIB_H | |
19489 | # include <stdlib.h> | |
19490 | #endif | |
19491 | #include <stdio.h> | |
19492 | ||
19493 | ||
19494 | ||
19495 | int | |
19496 | main () | |
19497 | { | |
19498 | static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)]; | |
19499 | test_array [0] = 0 | |
19500 | ||
19501 | ; | |
19502 | return 0; | |
19503 | } | |
19504 | _ACEOF | |
19505 | rm -f conftest.$ac_objext | |
19506 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
19507 | (eval $ac_compile) 2>conftest.er1 | |
19508 | ac_status=$? | |
19509 | grep -v '^ *+' conftest.er1 >conftest.err | |
19510 | rm -f conftest.er1 | |
19511 | cat conftest.err >&5 | |
19512 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19513 | (exit $ac_status); } && | |
6ebeb4c7 | 19514 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
238ecede MW |
19515 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19516 | (eval $ac_try) 2>&5 | |
19517 | ac_status=$? | |
19518 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19519 | (exit $ac_status); }; } && | |
19520 | { ac_try='test -s conftest.$ac_objext' | |
19521 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19522 | (eval $ac_try) 2>&5 | |
19523 | ac_status=$? | |
19524 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19525 | (exit $ac_status); }; }; then | |
19526 | ac_hi=-1 ac_mid=-1 | |
19527 | while :; do | |
19528 | cat >conftest.$ac_ext <<_ACEOF | |
19529 | /* confdefs.h. */ | |
19530 | _ACEOF | |
19531 | cat confdefs.h >>conftest.$ac_ext | |
19532 | cat >>conftest.$ac_ext <<_ACEOF | |
19533 | /* end confdefs.h. */ | |
19534 | ||
83d8eb47 MW |
19535 | /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */ |
19536 | #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 ) | |
238ecede MW |
19537 | # error "fake wchar_t" |
19538 | #endif | |
19539 | #ifdef HAVE_WCHAR_H | |
19540 | # ifdef __CYGWIN__ | |
19541 | # include <stddef.h> | |
19542 | # endif | |
19543 | # include <wchar.h> | |
19544 | #endif | |
19545 | #ifdef HAVE_STDLIB_H | |
19546 | # include <stdlib.h> | |
19547 | #endif | |
19548 | #include <stdio.h> | |
19549 | ||
19550 | ||
19551 | ||
19552 | int | |
19553 | main () | |
19554 | { | |
19555 | static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)]; | |
19556 | test_array [0] = 0 | |
19557 | ||
19558 | ; | |
19559 | return 0; | |
19560 | } | |
19561 | _ACEOF | |
19562 | rm -f conftest.$ac_objext | |
19563 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
19564 | (eval $ac_compile) 2>conftest.er1 | |
19565 | ac_status=$? | |
19566 | grep -v '^ *+' conftest.er1 >conftest.err | |
19567 | rm -f conftest.er1 | |
19568 | cat conftest.err >&5 | |
19569 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19570 | (exit $ac_status); } && | |
6ebeb4c7 | 19571 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
238ecede MW |
19572 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19573 | (eval $ac_try) 2>&5 | |
19574 | ac_status=$? | |
19575 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19576 | (exit $ac_status); }; } && | |
19577 | { ac_try='test -s conftest.$ac_objext' | |
19578 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19579 | (eval $ac_try) 2>&5 | |
19580 | ac_status=$? | |
19581 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19582 | (exit $ac_status); }; }; then | |
19583 | ac_lo=$ac_mid; break | |
19584 | else | |
19585 | echo "$as_me: failed program was:" >&5 | |
19586 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19587 | ||
19588 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
19589 | if test $ac_mid -le $ac_hi; then | |
19590 | ac_lo= ac_hi= | |
19591 | break | |
19592 | fi | |
19593 | ac_mid=`expr 2 '*' $ac_mid` | |
19594 | fi | |
19595 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
19596 | done | |
19597 | else | |
19598 | echo "$as_me: failed program was:" >&5 | |
19599 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19600 | ||
19601 | ac_lo= ac_hi= | |
19602 | fi | |
19603 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
19604 | fi | |
19605 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
19606 | # Binary search between lo and hi bounds. | |
19607 | while test "x$ac_lo" != "x$ac_hi"; do | |
19608 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
19609 | cat >conftest.$ac_ext <<_ACEOF | |
19610 | /* confdefs.h. */ | |
19611 | _ACEOF | |
19612 | cat confdefs.h >>conftest.$ac_ext | |
19613 | cat >>conftest.$ac_ext <<_ACEOF | |
19614 | /* end confdefs.h. */ | |
19615 | ||
83d8eb47 MW |
19616 | /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */ |
19617 | #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 ) | |
238ecede MW |
19618 | # error "fake wchar_t" |
19619 | #endif | |
19620 | #ifdef HAVE_WCHAR_H | |
19621 | # ifdef __CYGWIN__ | |
19622 | # include <stddef.h> | |
19623 | # endif | |
19624 | # include <wchar.h> | |
19625 | #endif | |
19626 | #ifdef HAVE_STDLIB_H | |
19627 | # include <stdlib.h> | |
19628 | #endif | |
19629 | #include <stdio.h> | |
a848cd7e | 19630 | |
a848cd7e | 19631 | |
a848cd7e | 19632 | |
238ecede MW |
19633 | int |
19634 | main () | |
19635 | { | |
19636 | static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)]; | |
19637 | test_array [0] = 0 | |
a848cd7e | 19638 | |
238ecede MW |
19639 | ; |
19640 | return 0; | |
19641 | } | |
19642 | _ACEOF | |
19643 | rm -f conftest.$ac_objext | |
19644 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
19645 | (eval $ac_compile) 2>conftest.er1 | |
19646 | ac_status=$? | |
19647 | grep -v '^ *+' conftest.er1 >conftest.err | |
19648 | rm -f conftest.er1 | |
19649 | cat conftest.err >&5 | |
19650 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19651 | (exit $ac_status); } && | |
6ebeb4c7 | 19652 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
238ecede MW |
19653 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19654 | (eval $ac_try) 2>&5 | |
19655 | ac_status=$? | |
19656 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19657 | (exit $ac_status); }; } && | |
19658 | { ac_try='test -s conftest.$ac_objext' | |
19659 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19660 | (eval $ac_try) 2>&5 | |
19661 | ac_status=$? | |
19662 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19663 | (exit $ac_status); }; }; then | |
19664 | ac_hi=$ac_mid | |
19665 | else | |
19666 | echo "$as_me: failed program was:" >&5 | |
19667 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19668 | ||
19669 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
19670 | fi | |
19671 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
19672 | done | |
19673 | case $ac_lo in | |
19674 | ?*) ac_cv_sizeof_wchar_t=$ac_lo;; | |
19675 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77 | |
19676 | See \`config.log' for more details." >&5 | |
19677 | echo "$as_me: error: cannot compute sizeof (wchar_t), 77 | |
19678 | See \`config.log' for more details." >&2;} | |
19679 | { (exit 1); exit 1; }; } ;; | |
19680 | esac | |
19681 | else | |
19682 | if test "$cross_compiling" = yes; then | |
6ebeb4c7 VZ |
19683 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
19684 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
238ecede | 19685 | { (exit 1); exit 1; }; } |
a848cd7e SC |
19686 | else |
19687 | cat >conftest.$ac_ext <<_ACEOF | |
19688 | /* confdefs.h. */ | |
19689 | _ACEOF | |
19690 | cat confdefs.h >>conftest.$ac_ext | |
19691 | cat >>conftest.$ac_ext <<_ACEOF | |
19692 | /* end confdefs.h. */ | |
19693 | ||
83d8eb47 MW |
19694 | /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */ |
19695 | #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 ) | |
238ecede MW |
19696 | # error "fake wchar_t" |
19697 | #endif | |
19698 | #ifdef HAVE_WCHAR_H | |
19699 | # ifdef __CYGWIN__ | |
19700 | # include <stddef.h> | |
19701 | # endif | |
19702 | # include <wchar.h> | |
19703 | #endif | |
19704 | #ifdef HAVE_STDLIB_H | |
19705 | # include <stdlib.h> | |
19706 | #endif | |
19707 | #include <stdio.h> | |
19708 | ||
19709 | ||
19710 | ||
19711 | long longval () { return (long) (sizeof (wchar_t)); } | |
19712 | unsigned long ulongval () { return (long) (sizeof (wchar_t)); } | |
19713 | #include <stdio.h> | |
19714 | #include <stdlib.h> | |
19715 | int | |
19716 | main () | |
19717 | { | |
a848cd7e | 19718 | |
238ecede MW |
19719 | FILE *f = fopen ("conftest.val", "w"); |
19720 | if (! f) | |
19721 | exit (1); | |
19722 | if (((long) (sizeof (wchar_t))) < 0) | |
19723 | { | |
19724 | long i = longval (); | |
19725 | if (i != ((long) (sizeof (wchar_t)))) | |
19726 | exit (1); | |
19727 | fprintf (f, "%ld\n", i); | |
19728 | } | |
19729 | else | |
19730 | { | |
19731 | unsigned long i = ulongval (); | |
19732 | if (i != ((long) (sizeof (wchar_t)))) | |
19733 | exit (1); | |
19734 | fprintf (f, "%lu\n", i); | |
19735 | } | |
19736 | exit (ferror (f) || fclose (f) != 0); | |
19737 | ||
19738 | ; | |
19739 | return 0; | |
19740 | } | |
a848cd7e SC |
19741 | _ACEOF |
19742 | rm -f conftest$ac_exeext | |
19743 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
19744 | (eval $ac_link) 2>&5 | |
19745 | ac_status=$? | |
19746 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19747 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
19748 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19749 | (eval $ac_try) 2>&5 | |
19750 | ac_status=$? | |
19751 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19752 | (exit $ac_status); }; }; then | |
238ecede | 19753 | ac_cv_sizeof_wchar_t=`cat conftest.val` |
a848cd7e SC |
19754 | else |
19755 | echo "$as_me: program exited with status $ac_status" >&5 | |
19756 | echo "$as_me: failed program was:" >&5 | |
19757 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19758 | ||
19759 | ( exit $ac_status ) | |
238ecede MW |
19760 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77 |
19761 | See \`config.log' for more details." >&5 | |
19762 | echo "$as_me: error: cannot compute sizeof (wchar_t), 77 | |
19763 | See \`config.log' for more details." >&2;} | |
19764 | { (exit 1); exit 1; }; } | |
a848cd7e | 19765 | fi |
ac1cb8d3 | 19766 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 19767 | fi |
a848cd7e | 19768 | fi |
238ecede MW |
19769 | rm -f conftest.val |
19770 | else | |
19771 | ac_cv_sizeof_wchar_t=0 | |
19772 | fi | |
19773 | fi | |
19774 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5 | |
19775 | echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6 | |
a848cd7e | 19776 | cat >>confdefs.h <<_ACEOF |
238ecede | 19777 | #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t |
a848cd7e SC |
19778 | _ACEOF |
19779 | ||
19780 | ||
47a7e797 MW |
19781 | if test "$ac_cv_sizeof_wchar_t" != "0"; then |
19782 | wxUSE_WCHAR_T=yes | |
19783 | else | |
19784 | wxUSE_WCHAR_T=no | |
19785 | fi | |
238ecede | 19786 | |
ba3d13e1 VZ |
19787 | echo "$as_me:$LINENO: checking for va_copy" >&5 |
19788 | echo $ECHO_N "checking for va_copy... $ECHO_C" >&6 | |
19789 | if test "${wx_cv_func_va_copy+set}" = set; then | |
19790 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
19791 | else | |
19792 | ||
19793 | cat >conftest.$ac_ext <<_ACEOF | |
19794 | ||
19795 | #include <stdarg.h> | |
19796 | void foo(char *f, ...) | |
19797 | { | |
19798 | va_list ap1, ap2; | |
19799 | va_start(ap1, f); | |
19800 | va_copy(ap2, ap1); | |
19801 | va_end(ap2); | |
19802 | va_end(ap1); | |
19803 | } | |
5886b072 VZ |
19804 | int main() |
19805 | { | |
b902e639 VZ |
19806 | foo("hi", 17); |
19807 | return 0; | |
5886b072 | 19808 | } |
ba3d13e1 VZ |
19809 | _ACEOF |
19810 | rm -f conftest.$ac_objext conftest$ac_exeext | |
19811 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
19812 | (eval $ac_link) 2>conftest.er1 | |
19813 | ac_status=$? | |
19814 | grep -v '^ *+' conftest.er1 >conftest.err | |
19815 | rm -f conftest.er1 | |
19816 | cat conftest.err >&5 | |
19817 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19818 | (exit $ac_status); } && | |
6ebeb4c7 | 19819 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ba3d13e1 VZ |
19820 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19821 | (eval $ac_try) 2>&5 | |
19822 | ac_status=$? | |
19823 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19824 | (exit $ac_status); }; } && | |
19825 | { ac_try='test -s conftest$ac_exeext' | |
19826 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19827 | (eval $ac_try) 2>&5 | |
19828 | ac_status=$? | |
19829 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19830 | (exit $ac_status); }; }; then | |
19831 | wx_cv_func_va_copy=yes | |
19832 | else | |
19833 | echo "$as_me: failed program was:" >&5 | |
19834 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19835 | ||
19836 | wx_cv_func_va_copy=no | |
19837 | ||
19838 | fi | |
19839 | rm -f conftest.err conftest.$ac_objext \ | |
19840 | conftest$ac_exeext conftest.$ac_ext | |
19841 | ||
19842 | ||
19843 | fi | |
19844 | echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5 | |
19845 | echo "${ECHO_T}$wx_cv_func_va_copy" >&6 | |
19846 | ||
19847 | if test $wx_cv_func_va_copy = "yes"; then | |
19848 | cat >>confdefs.h <<\_ACEOF | |
19849 | #define HAVE_VA_COPY 1 | |
19850 | _ACEOF | |
19851 | ||
19852 | else | |
19853 | echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5 | |
19854 | echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6 | |
19855 | if test "${wx_cv_type_va_list_lvalue+set}" = set; then | |
19856 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
19857 | else | |
19858 | ||
19859 | if test "$cross_compiling" = yes; then | |
19860 | wx_cv_type_va_list_lvalue=yes | |
19861 | ||
19862 | else | |
19863 | cat >conftest.$ac_ext <<_ACEOF | |
19864 | ||
19865 | #include <stdarg.h> | |
19866 | int foo(char *f, ...) | |
19867 | { | |
19868 | va_list ap1, ap2; | |
19869 | va_start(ap1, f); | |
19870 | ap2 = ap1; | |
19871 | if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 ) | |
19872 | return 1; | |
19873 | va_end(ap2); | |
19874 | va_end(ap1); | |
19875 | return 0; | |
19876 | } | |
19877 | int main() | |
19878 | { | |
19879 | return foo("hi", 17); | |
19880 | } | |
19881 | _ACEOF | |
19882 | rm -f conftest$ac_exeext | |
19883 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
19884 | (eval $ac_link) 2>&5 | |
19885 | ac_status=$? | |
19886 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19887 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
19888 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19889 | (eval $ac_try) 2>&5 | |
19890 | ac_status=$? | |
19891 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19892 | (exit $ac_status); }; }; then | |
19893 | wx_cv_type_va_list_lvalue=yes | |
19894 | else | |
19895 | echo "$as_me: program exited with status $ac_status" >&5 | |
19896 | echo "$as_me: failed program was:" >&5 | |
19897 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19898 | ||
19899 | ( exit $ac_status ) | |
19900 | wx_cv_type_va_list_lvalue=no | |
19901 | fi | |
19902 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
19903 | fi | |
19904 | ||
19905 | ||
19906 | fi | |
19907 | echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5 | |
19908 | echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6 | |
19909 | ||
19910 | if test $wx_cv_type_va_list_lvalue != "yes"; then | |
19911 | cat >>confdefs.h <<\_ACEOF | |
19912 | #define VA_LIST_IS_ARRAY 1 | |
19913 | _ACEOF | |
19914 | ||
19915 | fi | |
19916 | fi | |
19917 | ||
a848cd7e SC |
19918 | # Check whether --enable-largefile or --disable-largefile was given. |
19919 | if test "${enable_largefile+set}" = set; then | |
19920 | enableval="$enable_largefile" | |
19921 | ||
19922 | fi; | |
19923 | if test "$enable_largefile" != no; then | |
19924 | wx_largefile=no | |
19925 | ||
19926 | echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5 | |
19927 | echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 | |
19928 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then | |
19929 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
19930 | else | |
19931 | ||
19932 | cat >conftest.$ac_ext <<_ACEOF | |
19933 | /* confdefs.h. */ | |
19934 | _ACEOF | |
19935 | cat confdefs.h >>conftest.$ac_ext | |
19936 | cat >>conftest.$ac_ext <<_ACEOF | |
19937 | /* end confdefs.h. */ | |
19938 | #define _FILE_OFFSET_BITS 64 | |
19939 | #include <sys/types.h> | |
19940 | int | |
19941 | main () | |
19942 | { | |
19943 | typedef struct { | |
19944 | unsigned int field: sizeof(off_t) == 8; | |
19945 | } wxlf; | |
19946 | ||
19947 | ; | |
19948 | return 0; | |
19949 | } | |
19950 | _ACEOF | |
19951 | rm -f conftest.$ac_objext | |
19952 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 19953 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 19954 | ac_status=$? |
ac1cb8d3 VS |
19955 | grep -v '^ *+' conftest.er1 >conftest.err |
19956 | rm -f conftest.er1 | |
19957 | cat conftest.err >&5 | |
a848cd7e SC |
19958 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19959 | (exit $ac_status); } && | |
6ebeb4c7 | 19960 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
19961 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19962 | (eval $ac_try) 2>&5 | |
19963 | ac_status=$? | |
19964 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19965 | (exit $ac_status); }; } && | |
19966 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
19967 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19968 | (eval $ac_try) 2>&5 | |
19969 | ac_status=$? | |
19970 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19971 | (exit $ac_status); }; }; then | |
19972 | ac_cv_sys_file_offset_bits=64 | |
19973 | else | |
19974 | echo "$as_me: failed program was:" >&5 | |
19975 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19976 | ||
19977 | ac_cv_sys_file_offset_bits=no | |
19978 | fi | |
ac1cb8d3 | 19979 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
19980 | |
19981 | ||
19982 | fi | |
19983 | echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5 | |
19984 | echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 | |
19985 | ||
19986 | if test "$ac_cv_sys_file_offset_bits" != no; then | |
19987 | wx_largefile=yes | |
19988 | cat >>confdefs.h <<_ACEOF | |
19989 | #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits | |
19990 | _ACEOF | |
19991 | ||
19992 | fi | |
19993 | ||
19994 | if test "x$wx_largefile" != "xyes"; then | |
19995 | ||
19996 | echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5 | |
19997 | echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 | |
19998 | if test "${ac_cv_sys_large_files+set}" = set; then | |
19999 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20000 | else | |
20001 | ||
20002 | cat >conftest.$ac_ext <<_ACEOF | |
20003 | /* confdefs.h. */ | |
20004 | _ACEOF | |
20005 | cat confdefs.h >>conftest.$ac_ext | |
20006 | cat >>conftest.$ac_ext <<_ACEOF | |
20007 | /* end confdefs.h. */ | |
20008 | #define _LARGE_FILES 1 | |
20009 | #include <sys/types.h> | |
20010 | int | |
20011 | main () | |
20012 | { | |
20013 | typedef struct { | |
20014 | unsigned int field: sizeof(off_t) == 8; | |
20015 | } wxlf; | |
20016 | ||
20017 | ; | |
20018 | return 0; | |
20019 | } | |
20020 | _ACEOF | |
20021 | rm -f conftest.$ac_objext | |
20022 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 20023 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 20024 | ac_status=$? |
ac1cb8d3 VS |
20025 | grep -v '^ *+' conftest.er1 >conftest.err |
20026 | rm -f conftest.er1 | |
20027 | cat conftest.err >&5 | |
a848cd7e SC |
20028 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20029 | (exit $ac_status); } && | |
6ebeb4c7 | 20030 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
20031 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20032 | (eval $ac_try) 2>&5 | |
20033 | ac_status=$? | |
20034 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20035 | (exit $ac_status); }; } && | |
20036 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
20037 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20038 | (eval $ac_try) 2>&5 | |
20039 | ac_status=$? | |
20040 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20041 | (exit $ac_status); }; }; then | |
20042 | ac_cv_sys_large_files=1 | |
20043 | else | |
20044 | echo "$as_me: failed program was:" >&5 | |
20045 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20046 | ||
20047 | ac_cv_sys_large_files=no | |
20048 | fi | |
ac1cb8d3 | 20049 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
20050 | |
20051 | ||
20052 | fi | |
20053 | echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5 | |
20054 | echo "${ECHO_T}$ac_cv_sys_large_files" >&6 | |
20055 | ||
20056 | if test "$ac_cv_sys_large_files" != no; then | |
20057 | wx_largefile=yes | |
20058 | cat >>confdefs.h <<_ACEOF | |
20059 | #define _LARGE_FILES $ac_cv_sys_large_files | |
20060 | _ACEOF | |
20061 | ||
20062 | fi | |
20063 | ||
20064 | fi | |
20065 | ||
20066 | echo "$as_me:$LINENO: checking if large file support is available" >&5 | |
20067 | echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6 | |
20068 | if test "x$wx_largefile" = "xyes"; then | |
20069 | cat >>confdefs.h <<\_ACEOF | |
20070 | #define HAVE_LARGEFILE_SUPPORT 1 | |
20071 | _ACEOF | |
20072 | ||
20073 | fi | |
20074 | echo "$as_me:$LINENO: result: $wx_largefile" >&5 | |
20075 | echo "${ECHO_T}$wx_largefile" >&6 | |
20076 | fi | |
20077 | ||
5b674b9d DE |
20078 | |
20079 | if test "x$wx_largefile" = "xyes"; then | |
20080 | if test "x$ac_cv_sys_file_offset_bits" = "x64"; then | |
20081 | WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES" | |
20082 | else | |
20083 | WX_LARGEFILE_FLAGS="-D_LARGE_FILES" | |
20084 | fi | |
20085 | echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5 | |
5294a27e VZ |
20086 | echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 |
20087 | if test "${ac_cv_sys_largefile_source+set}" = set; then | |
20088 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20089 | else | |
20090 | while :; do | |
20091 | ac_cv_sys_largefile_source=no | |
20092 | cat >conftest.$ac_ext <<_ACEOF | |
20093 | /* confdefs.h. */ | |
20094 | _ACEOF | |
20095 | cat confdefs.h >>conftest.$ac_ext | |
20096 | cat >>conftest.$ac_ext <<_ACEOF | |
20097 | /* end confdefs.h. */ | |
20098 | #include <stdio.h> | |
20099 | int | |
20100 | main () | |
20101 | { | |
20102 | return !fseeko; | |
20103 | ; | |
20104 | return 0; | |
20105 | } | |
20106 | _ACEOF | |
20107 | rm -f conftest.$ac_objext | |
20108 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
20109 | (eval $ac_compile) 2>conftest.er1 | |
20110 | ac_status=$? | |
20111 | grep -v '^ *+' conftest.er1 >conftest.err | |
20112 | rm -f conftest.er1 | |
20113 | cat conftest.err >&5 | |
20114 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20115 | (exit $ac_status); } && | |
6ebeb4c7 | 20116 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
5294a27e VZ |
20117 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20118 | (eval $ac_try) 2>&5 | |
20119 | ac_status=$? | |
20120 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20121 | (exit $ac_status); }; } && | |
20122 | { ac_try='test -s conftest.$ac_objext' | |
20123 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
20124 | (eval $ac_try) 2>&5 | |
20125 | ac_status=$? | |
20126 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20127 | (exit $ac_status); }; }; then | |
20128 | break | |
20129 | else | |
20130 | echo "$as_me: failed program was:" >&5 | |
20131 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20132 | ||
20133 | fi | |
20134 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
20135 | cat >conftest.$ac_ext <<_ACEOF | |
20136 | /* confdefs.h. */ | |
20137 | _ACEOF | |
20138 | cat confdefs.h >>conftest.$ac_ext | |
20139 | cat >>conftest.$ac_ext <<_ACEOF | |
20140 | /* end confdefs.h. */ | |
20141 | #define _LARGEFILE_SOURCE 1 | |
20142 | #include <stdio.h> | |
20143 | int | |
20144 | main () | |
20145 | { | |
20146 | return !fseeko; | |
20147 | ; | |
20148 | return 0; | |
20149 | } | |
20150 | _ACEOF | |
20151 | rm -f conftest.$ac_objext | |
20152 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
20153 | (eval $ac_compile) 2>conftest.er1 | |
20154 | ac_status=$? | |
20155 | grep -v '^ *+' conftest.er1 >conftest.err | |
20156 | rm -f conftest.er1 | |
20157 | cat conftest.err >&5 | |
20158 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20159 | (exit $ac_status); } && | |
6ebeb4c7 | 20160 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
5294a27e VZ |
20161 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20162 | (eval $ac_try) 2>&5 | |
20163 | ac_status=$? | |
20164 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20165 | (exit $ac_status); }; } && | |
20166 | { ac_try='test -s conftest.$ac_objext' | |
20167 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
20168 | (eval $ac_try) 2>&5 | |
20169 | ac_status=$? | |
20170 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20171 | (exit $ac_status); }; }; then | |
20172 | ac_cv_sys_largefile_source=1; break | |
20173 | else | |
20174 | echo "$as_me: failed program was:" >&5 | |
20175 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20176 | ||
20177 | fi | |
20178 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
20179 | break | |
20180 | done | |
20181 | fi | |
20182 | echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5 | |
20183 | echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 | |
20184 | if test "$ac_cv_sys_largefile_source" != no; then | |
20185 | ||
20186 | cat >>confdefs.h <<_ACEOF | |
20187 | #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source | |
20188 | _ACEOF | |
20189 | ||
20190 | fi | |
20191 | rm -f conftest* | |
20192 | ||
20193 | # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug | |
20194 | # in glibc 2.1.3, but that breaks too many other things. | |
20195 | # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. | |
20196 | echo "$as_me:$LINENO: checking for fseeko" >&5 | |
20197 | echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 | |
20198 | if test "${ac_cv_func_fseeko+set}" = set; then | |
20199 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20200 | else | |
20201 | cat >conftest.$ac_ext <<_ACEOF | |
20202 | /* confdefs.h. */ | |
20203 | _ACEOF | |
20204 | cat confdefs.h >>conftest.$ac_ext | |
20205 | cat >>conftest.$ac_ext <<_ACEOF | |
20206 | /* end confdefs.h. */ | |
20207 | #include <stdio.h> | |
20208 | int | |
20209 | main () | |
20210 | { | |
20211 | return fseeko && fseeko (stdin, 0, 0); | |
20212 | ; | |
20213 | return 0; | |
20214 | } | |
20215 | _ACEOF | |
20216 | rm -f conftest.$ac_objext conftest$ac_exeext | |
20217 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
20218 | (eval $ac_link) 2>conftest.er1 | |
20219 | ac_status=$? | |
20220 | grep -v '^ *+' conftest.er1 >conftest.err | |
20221 | rm -f conftest.er1 | |
20222 | cat conftest.err >&5 | |
20223 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20224 | (exit $ac_status); } && | |
6ebeb4c7 | 20225 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
5294a27e VZ |
20226 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20227 | (eval $ac_try) 2>&5 | |
20228 | ac_status=$? | |
20229 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20230 | (exit $ac_status); }; } && | |
20231 | { ac_try='test -s conftest$ac_exeext' | |
20232 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
20233 | (eval $ac_try) 2>&5 | |
20234 | ac_status=$? | |
20235 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20236 | (exit $ac_status); }; }; then | |
20237 | ac_cv_func_fseeko=yes | |
20238 | else | |
20239 | echo "$as_me: failed program was:" >&5 | |
20240 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20241 | ||
20242 | ac_cv_func_fseeko=no | |
20243 | fi | |
20244 | rm -f conftest.err conftest.$ac_objext \ | |
20245 | conftest$ac_exeext conftest.$ac_ext | |
20246 | fi | |
20247 | echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5 | |
20248 | echo "${ECHO_T}$ac_cv_func_fseeko" >&6 | |
20249 | if test $ac_cv_func_fseeko = yes; then | |
20250 | ||
20251 | cat >>confdefs.h <<\_ACEOF | |
20252 | #define HAVE_FSEEKO 1 | |
20253 | _ACEOF | |
20254 | ||
20255 | fi | |
20256 | ||
5b674b9d DE |
20257 | if test "$ac_cv_sys_largefile_source" != no; then |
20258 | WX_LARGEFILE_FLAGS="$WX_LARGEFILE_FLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source" | |
a848cd7e SC |
20259 | fi |
20260 | CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS" | |
20261 | fi | |
20262 | ||
20263 | echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 | |
20264 | echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6 | |
20265 | if test "${ac_cv_c_bigendian+set}" = set; then | |
20266 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20267 | else | |
20268 | ac_cv_c_bigendian=unknown | |
20269 | # See if sys/param.h defines the BYTE_ORDER macro. | |
20270 | cat >conftest.$ac_ext <<_ACEOF | |
20271 | /* confdefs.h. */ | |
20272 | _ACEOF | |
20273 | cat confdefs.h >>conftest.$ac_ext | |
20274 | cat >>conftest.$ac_ext <<_ACEOF | |
20275 | /* end confdefs.h. */ | |
20276 | #include <sys/types.h> | |
20277 | #include <sys/param.h> | |
20278 | int | |
20279 | main () | |
20280 | { | |
20281 | ||
20282 | #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN | |
20283 | bogus endian macros | |
20284 | #endif | |
20285 | ; | |
20286 | return 0; | |
20287 | } | |
20288 | _ACEOF | |
20289 | rm -f conftest.$ac_objext | |
20290 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 20291 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 20292 | ac_status=$? |
ac1cb8d3 VS |
20293 | grep -v '^ *+' conftest.er1 >conftest.err |
20294 | rm -f conftest.er1 | |
20295 | cat conftest.err >&5 | |
a848cd7e SC |
20296 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20297 | (exit $ac_status); } && | |
6ebeb4c7 | 20298 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
20299 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20300 | (eval $ac_try) 2>&5 | |
20301 | ac_status=$? | |
20302 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20303 | (exit $ac_status); }; } && | |
20304 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
20305 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20306 | (eval $ac_try) 2>&5 | |
20307 | ac_status=$? | |
20308 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20309 | (exit $ac_status); }; }; then | |
20310 | # It does; now see whether it defined to BIG_ENDIAN or not. | |
20311 | cat >conftest.$ac_ext <<_ACEOF | |
20312 | /* confdefs.h. */ | |
20313 | _ACEOF | |
20314 | cat confdefs.h >>conftest.$ac_ext | |
20315 | cat >>conftest.$ac_ext <<_ACEOF | |
20316 | /* end confdefs.h. */ | |
20317 | #include <sys/types.h> | |
20318 | #include <sys/param.h> | |
20319 | int | |
20320 | main () | |
20321 | { | |
20322 | ||
20323 | #if BYTE_ORDER != BIG_ENDIAN | |
20324 | not big endian | |
20325 | #endif | |
20326 | ; | |
20327 | return 0; | |
20328 | } | |
20329 | _ACEOF | |
20330 | rm -f conftest.$ac_objext | |
20331 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 20332 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 20333 | ac_status=$? |
ac1cb8d3 VS |
20334 | grep -v '^ *+' conftest.er1 >conftest.err |
20335 | rm -f conftest.er1 | |
20336 | cat conftest.err >&5 | |
a848cd7e SC |
20337 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20338 | (exit $ac_status); } && | |
6ebeb4c7 | 20339 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
20340 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20341 | (eval $ac_try) 2>&5 | |
20342 | ac_status=$? | |
20343 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20344 | (exit $ac_status); }; } && | |
20345 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
20346 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20347 | (eval $ac_try) 2>&5 | |
20348 | ac_status=$? | |
20349 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20350 | (exit $ac_status); }; }; then | |
20351 | ac_cv_c_bigendian=yes | |
20352 | else | |
20353 | echo "$as_me: failed program was:" >&5 | |
20354 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20355 | ||
20356 | ac_cv_c_bigendian=no | |
20357 | fi | |
ac1cb8d3 | 20358 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
20359 | else |
20360 | echo "$as_me: failed program was:" >&5 | |
20361 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20362 | ||
20363 | fi | |
ac1cb8d3 | 20364 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
20365 | if test $ac_cv_c_bigendian = unknown; then |
20366 | if test "$cross_compiling" = yes; then | |
20367 | ac_cv_c_bigendian=unknown | |
20368 | else | |
20369 | cat >conftest.$ac_ext <<_ACEOF | |
20370 | /* confdefs.h. */ | |
20371 | _ACEOF | |
20372 | cat confdefs.h >>conftest.$ac_ext | |
20373 | cat >>conftest.$ac_ext <<_ACEOF | |
20374 | /* end confdefs.h. */ | |
20375 | main () { | |
20376 | /* Are we little or big endian? From Harbison&Steele. */ | |
20377 | union | |
20378 | { | |
20379 | long l; | |
20380 | char c[sizeof (long)]; | |
20381 | } u; | |
20382 | u.l = 1; | |
20383 | exit (u.c[sizeof (long) - 1] == 1); | |
20384 | } | |
20385 | _ACEOF | |
20386 | rm -f conftest$ac_exeext | |
20387 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
20388 | (eval $ac_link) 2>&5 | |
20389 | ac_status=$? | |
20390 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20391 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
20392 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
20393 | (eval $ac_try) 2>&5 | |
20394 | ac_status=$? | |
20395 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20396 | (exit $ac_status); }; }; then | |
20397 | ac_cv_c_bigendian=no | |
20398 | else | |
20399 | echo "$as_me: program exited with status $ac_status" >&5 | |
20400 | echo "$as_me: failed program was:" >&5 | |
20401 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20402 | ||
20403 | ( exit $ac_status ) | |
20404 | ac_cv_c_bigendian=yes | |
20405 | fi | |
ac1cb8d3 | 20406 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
20407 | fi |
20408 | fi | |
20409 | fi | |
20410 | echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 | |
20411 | echo "${ECHO_T}$ac_cv_c_bigendian" >&6 | |
20412 | if test $ac_cv_c_bigendian = unknown; then | |
20413 | { 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 | |
20414 | echo "$as_me: WARNING: Assuming little-endian target machine - this may be overriden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&2;} | |
20415 | fi | |
20416 | if test $ac_cv_c_bigendian = yes; then | |
20417 | cat >>confdefs.h <<\_ACEOF | |
20418 | #define WORDS_BIGENDIAN 1 | |
20419 | _ACEOF | |
20420 | ||
20421 | fi | |
20422 | ||
20423 | ||
20424 | ac_ext=cc | |
20425 | ac_cpp='$CXXCPP $CPPFLAGS' | |
20426 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
20427 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
20428 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
20429 | echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 | |
20430 | echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 | |
20431 | if test -z "$CXXCPP"; then | |
20432 | if test "${ac_cv_prog_CXXCPP+set}" = set; then | |
20433 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20434 | else | |
20435 | # Double quotes because CXXCPP needs to be expanded | |
20436 | for CXXCPP in "$CXX -E" "/lib/cpp" | |
20437 | do | |
20438 | ac_preproc_ok=false | |
20439 | for ac_cxx_preproc_warn_flag in '' yes | |
20440 | do | |
20441 | # Use a header file that comes with gcc, so configuring glibc | |
20442 | # with a fresh cross-compiler works. | |
20443 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
20444 | # <limits.h> exists even on freestanding compilers. | |
20445 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
20446 | # not just through cpp. "Syntax error" is here to catch this case. | |
20447 | cat >conftest.$ac_ext <<_ACEOF | |
20448 | /* confdefs.h. */ | |
20449 | _ACEOF | |
20450 | cat confdefs.h >>conftest.$ac_ext | |
20451 | cat >>conftest.$ac_ext <<_ACEOF | |
20452 | /* end confdefs.h. */ | |
20453 | #ifdef __STDC__ | |
20454 | # include <limits.h> | |
20455 | #else | |
20456 | # include <assert.h> | |
20457 | #endif | |
ac1cb8d3 | 20458 | Syntax error |
a848cd7e SC |
20459 | _ACEOF |
20460 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
20461 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
20462 | ac_status=$? | |
20463 | grep -v '^ *+' conftest.er1 >conftest.err | |
20464 | rm -f conftest.er1 | |
20465 | cat conftest.err >&5 | |
20466 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20467 | (exit $ac_status); } >/dev/null; then | |
20468 | if test -s conftest.err; then | |
20469 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
ac1cb8d3 | 20470 | ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag |
a848cd7e SC |
20471 | else |
20472 | ac_cpp_err= | |
20473 | fi | |
20474 | else | |
20475 | ac_cpp_err=yes | |
20476 | fi | |
20477 | if test -z "$ac_cpp_err"; then | |
20478 | : | |
20479 | else | |
20480 | echo "$as_me: failed program was:" >&5 | |
20481 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20482 | ||
20483 | # Broken: fails on valid input. | |
20484 | continue | |
20485 | fi | |
20486 | rm -f conftest.err conftest.$ac_ext | |
20487 | ||
20488 | # OK, works on sane cases. Now check whether non-existent headers | |
20489 | # can be detected and how. | |
20490 | cat >conftest.$ac_ext <<_ACEOF | |
20491 | /* confdefs.h. */ | |
20492 | _ACEOF | |
20493 | cat confdefs.h >>conftest.$ac_ext | |
20494 | cat >>conftest.$ac_ext <<_ACEOF | |
20495 | /* end confdefs.h. */ | |
20496 | #include <ac_nonexistent.h> | |
20497 | _ACEOF | |
20498 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
20499 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
20500 | ac_status=$? | |
20501 | grep -v '^ *+' conftest.er1 >conftest.err | |
20502 | rm -f conftest.er1 | |
20503 | cat conftest.err >&5 | |
20504 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20505 | (exit $ac_status); } >/dev/null; then | |
20506 | if test -s conftest.err; then | |
20507 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
ac1cb8d3 | 20508 | ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag |
a848cd7e SC |
20509 | else |
20510 | ac_cpp_err= | |
20511 | fi | |
20512 | else | |
20513 | ac_cpp_err=yes | |
20514 | fi | |
20515 | if test -z "$ac_cpp_err"; then | |
20516 | # Broken: success on invalid input. | |
20517 | continue | |
20518 | else | |
20519 | echo "$as_me: failed program was:" >&5 | |
20520 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20521 | ||
20522 | # Passes both tests. | |
20523 | ac_preproc_ok=: | |
20524 | break | |
20525 | fi | |
20526 | rm -f conftest.err conftest.$ac_ext | |
20527 | ||
20528 | done | |
20529 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
20530 | rm -f conftest.err conftest.$ac_ext | |
20531 | if $ac_preproc_ok; then | |
20532 | break | |
20533 | fi | |
20534 | ||
20535 | done | |
20536 | ac_cv_prog_CXXCPP=$CXXCPP | |
20537 | ||
20538 | fi | |
20539 | CXXCPP=$ac_cv_prog_CXXCPP | |
20540 | else | |
20541 | ac_cv_prog_CXXCPP=$CXXCPP | |
20542 | fi | |
20543 | echo "$as_me:$LINENO: result: $CXXCPP" >&5 | |
20544 | echo "${ECHO_T}$CXXCPP" >&6 | |
20545 | ac_preproc_ok=false | |
20546 | for ac_cxx_preproc_warn_flag in '' yes | |
20547 | do | |
20548 | # Use a header file that comes with gcc, so configuring glibc | |
20549 | # with a fresh cross-compiler works. | |
20550 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
20551 | # <limits.h> exists even on freestanding compilers. | |
20552 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
20553 | # not just through cpp. "Syntax error" is here to catch this case. | |
20554 | cat >conftest.$ac_ext <<_ACEOF | |
20555 | /* confdefs.h. */ | |
20556 | _ACEOF | |
20557 | cat confdefs.h >>conftest.$ac_ext | |
20558 | cat >>conftest.$ac_ext <<_ACEOF | |
20559 | /* end confdefs.h. */ | |
20560 | #ifdef __STDC__ | |
20561 | # include <limits.h> | |
20562 | #else | |
20563 | # include <assert.h> | |
20564 | #endif | |
ac1cb8d3 | 20565 | Syntax error |
a848cd7e SC |
20566 | _ACEOF |
20567 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
20568 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
20569 | ac_status=$? | |
20570 | grep -v '^ *+' conftest.er1 >conftest.err | |
20571 | rm -f conftest.er1 | |
20572 | cat conftest.err >&5 | |
20573 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20574 | (exit $ac_status); } >/dev/null; then | |
20575 | if test -s conftest.err; then | |
20576 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
ac1cb8d3 | 20577 | ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag |
a848cd7e SC |
20578 | else |
20579 | ac_cpp_err= | |
20580 | fi | |
20581 | else | |
20582 | ac_cpp_err=yes | |
20583 | fi | |
20584 | if test -z "$ac_cpp_err"; then | |
20585 | : | |
20586 | else | |
20587 | echo "$as_me: failed program was:" >&5 | |
20588 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20589 | ||
20590 | # Broken: fails on valid input. | |
20591 | continue | |
20592 | fi | |
20593 | rm -f conftest.err conftest.$ac_ext | |
20594 | ||
20595 | # OK, works on sane cases. Now check whether non-existent headers | |
20596 | # can be detected and how. | |
20597 | cat >conftest.$ac_ext <<_ACEOF | |
20598 | /* confdefs.h. */ | |
20599 | _ACEOF | |
20600 | cat confdefs.h >>conftest.$ac_ext | |
20601 | cat >>conftest.$ac_ext <<_ACEOF | |
20602 | /* end confdefs.h. */ | |
20603 | #include <ac_nonexistent.h> | |
20604 | _ACEOF | |
20605 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
20606 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
20607 | ac_status=$? | |
20608 | grep -v '^ *+' conftest.er1 >conftest.err | |
20609 | rm -f conftest.er1 | |
20610 | cat conftest.err >&5 | |
20611 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20612 | (exit $ac_status); } >/dev/null; then | |
20613 | if test -s conftest.err; then | |
20614 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
ac1cb8d3 | 20615 | ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag |
a848cd7e SC |
20616 | else |
20617 | ac_cpp_err= | |
20618 | fi | |
20619 | else | |
20620 | ac_cpp_err=yes | |
20621 | fi | |
20622 | if test -z "$ac_cpp_err"; then | |
20623 | # Broken: success on invalid input. | |
20624 | continue | |
20625 | else | |
20626 | echo "$as_me: failed program was:" >&5 | |
20627 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20628 | ||
20629 | # Passes both tests. | |
20630 | ac_preproc_ok=: | |
20631 | break | |
20632 | fi | |
20633 | rm -f conftest.err conftest.$ac_ext | |
20634 | ||
20635 | done | |
20636 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
20637 | rm -f conftest.err conftest.$ac_ext | |
20638 | if $ac_preproc_ok; then | |
20639 | : | |
20640 | else | |
20641 | { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check | |
20642 | See \`config.log' for more details." >&5 | |
20643 | echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check | |
20644 | See \`config.log' for more details." >&2;} | |
20645 | { (exit 1); exit 1; }; } | |
20646 | fi | |
20647 | ||
20648 | ac_ext=cc | |
20649 | ac_cpp='$CXXCPP $CPPFLAGS' | |
20650 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
20651 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
20652 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
20653 | ||
20654 | ||
20655 | ||
20656 | ||
20657 | ||
20658 | ac_ext=cc | |
20659 | ac_cpp='$CXXCPP $CPPFLAGS' | |
20660 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
20661 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
20662 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
20663 | ||
20664 | ||
20665 | ||
20666 | for ac_header in iostream | |
20667 | do | |
20668 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
20669 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
20670 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
20671 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
20672 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
20673 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20674 | fi | |
20675 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
20676 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
20677 | else | |
20678 | # Is the header compilable? | |
20679 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
20680 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
20681 | cat >conftest.$ac_ext <<_ACEOF | |
20682 | /* confdefs.h. */ | |
20683 | _ACEOF | |
20684 | cat confdefs.h >>conftest.$ac_ext | |
20685 | cat >>conftest.$ac_ext <<_ACEOF | |
20686 | /* end confdefs.h. */ | |
20687 | $ac_includes_default | |
20688 | #include <$ac_header> | |
20689 | _ACEOF | |
20690 | rm -f conftest.$ac_objext | |
20691 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 20692 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 20693 | ac_status=$? |
ac1cb8d3 VS |
20694 | grep -v '^ *+' conftest.er1 >conftest.err |
20695 | rm -f conftest.er1 | |
20696 | cat conftest.err >&5 | |
a848cd7e SC |
20697 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20698 | (exit $ac_status); } && | |
6ebeb4c7 | 20699 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
20700 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20701 | (eval $ac_try) 2>&5 | |
20702 | ac_status=$? | |
20703 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20704 | (exit $ac_status); }; } && | |
20705 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
20706 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20707 | (eval $ac_try) 2>&5 | |
20708 | ac_status=$? | |
20709 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20710 | (exit $ac_status); }; }; then | |
20711 | ac_header_compiler=yes | |
20712 | else | |
20713 | echo "$as_me: failed program was:" >&5 | |
20714 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20715 | ||
20716 | ac_header_compiler=no | |
20717 | fi | |
ac1cb8d3 | 20718 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
20719 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
20720 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
20721 | ||
20722 | # Is the header present? | |
20723 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
20724 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
20725 | cat >conftest.$ac_ext <<_ACEOF | |
20726 | /* confdefs.h. */ | |
20727 | _ACEOF | |
20728 | cat confdefs.h >>conftest.$ac_ext | |
20729 | cat >>conftest.$ac_ext <<_ACEOF | |
20730 | /* end confdefs.h. */ | |
20731 | #include <$ac_header> | |
20732 | _ACEOF | |
20733 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
20734 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
20735 | ac_status=$? | |
20736 | grep -v '^ *+' conftest.er1 >conftest.err | |
20737 | rm -f conftest.er1 | |
20738 | cat conftest.err >&5 | |
20739 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20740 | (exit $ac_status); } >/dev/null; then | |
20741 | if test -s conftest.err; then | |
20742 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
ac1cb8d3 | 20743 | ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag |
a848cd7e SC |
20744 | else |
20745 | ac_cpp_err= | |
20746 | fi | |
20747 | else | |
20748 | ac_cpp_err=yes | |
20749 | fi | |
20750 | if test -z "$ac_cpp_err"; then | |
20751 | ac_header_preproc=yes | |
20752 | else | |
20753 | echo "$as_me: failed program was:" >&5 | |
20754 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20755 | ||
20756 | ac_header_preproc=no | |
20757 | fi | |
20758 | rm -f conftest.err conftest.$ac_ext | |
20759 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
20760 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
20761 | ||
20762 | # So? What about this header? | |
ac1cb8d3 VS |
20763 | case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in |
20764 | yes:no: ) | |
a848cd7e SC |
20765 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
20766 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
20767 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
20768 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
20769 | ac_header_preproc=yes | |
a848cd7e | 20770 | ;; |
ac1cb8d3 | 20771 | no:yes:* ) |
a848cd7e SC |
20772 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
20773 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
20774 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
20775 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
20776 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
20777 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
20778 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
20779 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
20780 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
20781 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
20782 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
20783 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
20784 | ( |
20785 | cat <<\_ASBOX | |
ac1cb8d3 VS |
20786 | ## ----------------------------------------- ## |
20787 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
20788 | ## ----------------------------------------- ## | |
a848cd7e SC |
20789 | _ASBOX |
20790 | ) | | |
20791 | sed "s/^/$as_me: WARNING: /" >&2 | |
20792 | ;; | |
20793 | esac | |
20794 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
20795 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
20796 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
20797 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20798 | else | |
ac1cb8d3 | 20799 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
20800 | fi |
20801 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
20802 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
20803 | ||
20804 | fi | |
20805 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
20806 | cat >>confdefs.h <<_ACEOF | |
20807 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
20808 | _ACEOF | |
20809 | ||
20810 | fi | |
20811 | ||
20812 | done | |
20813 | ||
20814 | ||
20815 | if test "$ac_cv_header_iostream" = "yes" ; then | |
20816 | : | |
20817 | else | |
20818 | cat >>confdefs.h <<\_ACEOF | |
20819 | #define wxUSE_IOSTREAMH 1 | |
20820 | _ACEOF | |
20821 | ||
20822 | fi | |
20823 | ||
20824 | ac_ext=c | |
20825 | ac_cpp='$CPP $CPPFLAGS' | |
20826 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
20827 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
20828 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
20829 | ||
20830 | ||
20831 | ||
20832 | ||
20833 | echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5 | |
20834 | echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6 | |
20835 | if test "${wx_cv_cpp_bool+set}" = set; then | |
20836 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20837 | else | |
20838 | ||
20839 | ||
20840 | ||
20841 | ac_ext=cc | |
20842 | ac_cpp='$CXXCPP $CPPFLAGS' | |
20843 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
20844 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
20845 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
20846 | ||
20847 | ||
20848 | cat >conftest.$ac_ext <<_ACEOF | |
20849 | /* confdefs.h. */ | |
20850 | _ACEOF | |
20851 | cat confdefs.h >>conftest.$ac_ext | |
20852 | cat >>conftest.$ac_ext <<_ACEOF | |
20853 | /* end confdefs.h. */ | |
20854 | ||
20855 | ||
20856 | int | |
20857 | main () | |
20858 | { | |
20859 | ||
20860 | bool b = true; | |
20861 | ||
20862 | return 0; | |
20863 | ||
20864 | ; | |
20865 | return 0; | |
20866 | } | |
20867 | _ACEOF | |
20868 | rm -f conftest.$ac_objext | |
20869 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 20870 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 20871 | ac_status=$? |
ac1cb8d3 VS |
20872 | grep -v '^ *+' conftest.er1 >conftest.err |
20873 | rm -f conftest.er1 | |
20874 | cat conftest.err >&5 | |
a848cd7e SC |
20875 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20876 | (exit $ac_status); } && | |
6ebeb4c7 | 20877 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
20878 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20879 | (eval $ac_try) 2>&5 | |
20880 | ac_status=$? | |
20881 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20882 | (exit $ac_status); }; } && | |
20883 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
20884 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20885 | (eval $ac_try) 2>&5 | |
20886 | ac_status=$? | |
20887 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20888 | (exit $ac_status); }; }; then | |
20889 | ||
20890 | wx_cv_cpp_bool=yes | |
20891 | ||
20892 | else | |
20893 | echo "$as_me: failed program was:" >&5 | |
20894 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20895 | ||
20896 | ||
20897 | wx_cv_cpp_bool=no | |
20898 | ||
20899 | ||
20900 | fi | |
ac1cb8d3 | 20901 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
20902 | |
20903 | ac_ext=c | |
20904 | ac_cpp='$CPP $CPPFLAGS' | |
20905 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
20906 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
20907 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
20908 | ||
20909 | ||
20910 | fi | |
20911 | echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5 | |
20912 | echo "${ECHO_T}$wx_cv_cpp_bool" >&6 | |
20913 | ||
20914 | if test "$wx_cv_cpp_bool" = "yes"; then | |
20915 | cat >>confdefs.h <<\_ACEOF | |
20916 | #define HAVE_BOOL 1 | |
20917 | _ACEOF | |
20918 | ||
20919 | fi | |
20920 | ||
20921 | ||
20922 | ||
20923 | echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5 | |
20924 | echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6 | |
20925 | if test "${wx_cv_explicit+set}" = set; then | |
20926 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20927 | else | |
20928 | ||
20929 | ||
20930 | ||
20931 | ac_ext=cc | |
20932 | ac_cpp='$CXXCPP $CPPFLAGS' | |
20933 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
20934 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
20935 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
20936 | ||
20937 | ||
20938 | cat >conftest.$ac_ext <<_ACEOF | |
20939 | /* confdefs.h. */ | |
20940 | _ACEOF | |
20941 | cat confdefs.h >>conftest.$ac_ext | |
20942 | cat >>conftest.$ac_ext <<_ACEOF | |
20943 | /* end confdefs.h. */ | |
20944 | ||
20945 | class Foo { public: explicit Foo(int) {} }; | |
20946 | ||
20947 | int | |
20948 | main () | |
20949 | { | |
20950 | ||
20951 | return 0; | |
20952 | ||
20953 | ; | |
20954 | return 0; | |
20955 | } | |
20956 | _ACEOF | |
20957 | rm -f conftest.$ac_objext | |
20958 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 20959 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 20960 | ac_status=$? |
ac1cb8d3 VS |
20961 | grep -v '^ *+' conftest.er1 >conftest.err |
20962 | rm -f conftest.er1 | |
20963 | cat conftest.err >&5 | |
a848cd7e SC |
20964 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20965 | (exit $ac_status); } && | |
6ebeb4c7 | 20966 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
20967 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20968 | (eval $ac_try) 2>&5 | |
20969 | ac_status=$? | |
20970 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20971 | (exit $ac_status); }; } && | |
20972 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
20973 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20974 | (eval $ac_try) 2>&5 | |
20975 | ac_status=$? | |
20976 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20977 | (exit $ac_status); }; }; then | |
20978 | ||
20979 | cat >conftest.$ac_ext <<_ACEOF | |
20980 | /* confdefs.h. */ | |
20981 | _ACEOF | |
20982 | cat confdefs.h >>conftest.$ac_ext | |
20983 | cat >>conftest.$ac_ext <<_ACEOF | |
20984 | /* end confdefs.h. */ | |
20985 | ||
20986 | class Foo { public: explicit Foo(int) {} }; | |
20987 | static void TakeFoo(const Foo& foo) { } | |
20988 | ||
20989 | int | |
20990 | main () | |
20991 | { | |
20992 | ||
20993 | TakeFoo(17); | |
20994 | return 0; | |
20995 | ||
20996 | ; | |
20997 | return 0; | |
20998 | } | |
20999 | _ACEOF | |
21000 | rm -f conftest.$ac_objext | |
21001 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21002 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 21003 | ac_status=$? |
ac1cb8d3 VS |
21004 | grep -v '^ *+' conftest.er1 >conftest.err |
21005 | rm -f conftest.er1 | |
21006 | cat conftest.err >&5 | |
a848cd7e SC |
21007 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21008 | (exit $ac_status); } && | |
6ebeb4c7 | 21009 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
21010 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21011 | (eval $ac_try) 2>&5 | |
21012 | ac_status=$? | |
21013 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21014 | (exit $ac_status); }; } && | |
21015 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
21016 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21017 | (eval $ac_try) 2>&5 | |
21018 | ac_status=$? | |
21019 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21020 | (exit $ac_status); }; }; then | |
21021 | wx_cv_explicit=no | |
21022 | else | |
21023 | echo "$as_me: failed program was:" >&5 | |
21024 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21025 | ||
21026 | wx_cv_explicit=yes | |
21027 | ||
21028 | fi | |
ac1cb8d3 | 21029 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
21030 | |
21031 | else | |
21032 | echo "$as_me: failed program was:" >&5 | |
21033 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21034 | ||
21035 | wx_cv_explicit=no | |
21036 | ||
21037 | fi | |
ac1cb8d3 | 21038 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
21039 | |
21040 | ac_ext=c | |
21041 | ac_cpp='$CPP $CPPFLAGS' | |
21042 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
21043 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
21044 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
21045 | ||
21046 | ||
21047 | fi | |
21048 | echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5 | |
21049 | echo "${ECHO_T}$wx_cv_explicit" >&6 | |
21050 | ||
21051 | if test "$wx_cv_explicit" = "yes"; then | |
21052 | cat >>confdefs.h <<\_ACEOF | |
21053 | #define HAVE_EXPLICIT 1 | |
21054 | _ACEOF | |
21055 | ||
21056 | fi | |
21057 | ||
21058 | ||
21059 | echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5 | |
21060 | echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6 | |
21061 | if test "${ac_cv_cxx_const_cast+set}" = set; then | |
21062 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21063 | else | |
21064 | ||
21065 | ||
21066 | ac_ext=cc | |
21067 | ac_cpp='$CXXCPP $CPPFLAGS' | |
21068 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
21069 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
21070 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
21071 | ||
21072 | cat >conftest.$ac_ext <<_ACEOF | |
21073 | /* confdefs.h. */ | |
21074 | _ACEOF | |
21075 | cat confdefs.h >>conftest.$ac_ext | |
21076 | cat >>conftest.$ac_ext <<_ACEOF | |
21077 | /* end confdefs.h. */ | |
21078 | ||
21079 | int | |
21080 | main () | |
21081 | { | |
21082 | int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z; | |
21083 | ; | |
21084 | return 0; | |
21085 | } | |
21086 | _ACEOF | |
21087 | rm -f conftest.$ac_objext | |
21088 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21089 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 21090 | ac_status=$? |
ac1cb8d3 VS |
21091 | grep -v '^ *+' conftest.er1 >conftest.err |
21092 | rm -f conftest.er1 | |
21093 | cat conftest.err >&5 | |
a848cd7e SC |
21094 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21095 | (exit $ac_status); } && | |
6ebeb4c7 | 21096 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
21097 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21098 | (eval $ac_try) 2>&5 | |
21099 | ac_status=$? | |
21100 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21101 | (exit $ac_status); }; } && | |
21102 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
21103 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21104 | (eval $ac_try) 2>&5 | |
21105 | ac_status=$? | |
21106 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21107 | (exit $ac_status); }; }; then | |
21108 | ac_cv_cxx_const_cast=yes | |
21109 | else | |
21110 | echo "$as_me: failed program was:" >&5 | |
21111 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21112 | ||
21113 | ac_cv_cxx_const_cast=no | |
21114 | fi | |
ac1cb8d3 | 21115 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
21116 | ac_ext=c |
21117 | ac_cpp='$CPP $CPPFLAGS' | |
21118 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
21119 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
21120 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
21121 | ||
21122 | ||
21123 | fi | |
21124 | echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5 | |
21125 | echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6 | |
21126 | if test "$ac_cv_cxx_const_cast" = yes; then | |
21127 | ||
21128 | cat >>confdefs.h <<\_ACEOF | |
21129 | #define HAVE_CONST_CAST | |
21130 | _ACEOF | |
21131 | ||
21132 | fi | |
21133 | ||
7714864e RL |
21134 | echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5 |
21135 | echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6 | |
21136 | if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then | |
21137 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21138 | else | |
21139 | ||
21140 | ||
21141 | ac_ext=cc | |
21142 | ac_cpp='$CXXCPP $CPPFLAGS' | |
21143 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
21144 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
21145 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
21146 | ||
21147 | cat >conftest.$ac_ext <<_ACEOF | |
21148 | /* confdefs.h. */ | |
21149 | _ACEOF | |
21150 | cat confdefs.h >>conftest.$ac_ext | |
21151 | cat >>conftest.$ac_ext <<_ACEOF | |
21152 | /* end confdefs.h. */ | |
21153 | #include <typeinfo> | |
21154 | class Base { public : Base () {} virtual void f () = 0;}; | |
21155 | class Derived : public Base { public : Derived () {} virtual void f () {} }; | |
21156 | class Unrelated { public : Unrelated () {} }; | |
21157 | int g (Unrelated&) { return 0; } | |
21158 | int | |
21159 | main () | |
21160 | { | |
21161 | ||
21162 | Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e); | |
21163 | ; | |
21164 | return 0; | |
21165 | } | |
21166 | _ACEOF | |
21167 | rm -f conftest.$ac_objext | |
21168 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
21169 | (eval $ac_compile) 2>conftest.er1 | |
21170 | ac_status=$? | |
21171 | grep -v '^ *+' conftest.er1 >conftest.err | |
21172 | rm -f conftest.er1 | |
21173 | cat conftest.err >&5 | |
21174 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21175 | (exit $ac_status); } && | |
6ebeb4c7 | 21176 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
7714864e RL |
21177 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21178 | (eval $ac_try) 2>&5 | |
21179 | ac_status=$? | |
21180 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21181 | (exit $ac_status); }; } && | |
21182 | { ac_try='test -s conftest.$ac_objext' | |
21183 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21184 | (eval $ac_try) 2>&5 | |
21185 | ac_status=$? | |
21186 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21187 | (exit $ac_status); }; }; then | |
21188 | ac_cv_cxx_reinterpret_cast=yes | |
21189 | else | |
21190 | echo "$as_me: failed program was:" >&5 | |
21191 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21192 | ||
21193 | ac_cv_cxx_reinterpret_cast=no | |
21194 | fi | |
21195 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
21196 | ac_ext=c | |
21197 | ac_cpp='$CPP $CPPFLAGS' | |
21198 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
21199 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
21200 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
21201 | ||
21202 | ||
21203 | fi | |
21204 | echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5 | |
21205 | echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6 | |
21206 | if test "$ac_cv_cxx_reinterpret_cast" = yes; then | |
21207 | ||
21208 | cat >>confdefs.h <<\_ACEOF | |
21209 | #define HAVE_REINTERPRET_CAST | |
21210 | _ACEOF | |
21211 | ||
21212 | fi | |
21213 | ||
a848cd7e SC |
21214 | echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5 |
21215 | echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6 | |
21216 | if test "${ac_cv_cxx_static_cast+set}" = set; then | |
21217 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21218 | else | |
21219 | ||
21220 | ||
21221 | ac_ext=cc | |
21222 | ac_cpp='$CXXCPP $CPPFLAGS' | |
21223 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
21224 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
21225 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
21226 | ||
21227 | cat >conftest.$ac_ext <<_ACEOF | |
21228 | /* confdefs.h. */ | |
21229 | _ACEOF | |
21230 | cat confdefs.h >>conftest.$ac_ext | |
21231 | cat >>conftest.$ac_ext <<_ACEOF | |
21232 | /* end confdefs.h. */ | |
21233 | #include <typeinfo> | |
21234 | class Base { public : Base () {} virtual void f () = 0; }; | |
21235 | class Derived : public Base { public : Derived () {} virtual void f () {} }; | |
21236 | int g (Derived&) { return 0; } | |
21237 | int | |
21238 | main () | |
21239 | { | |
21240 | ||
21241 | Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s); | |
21242 | ; | |
21243 | return 0; | |
21244 | } | |
21245 | _ACEOF | |
21246 | rm -f conftest.$ac_objext | |
21247 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21248 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 21249 | ac_status=$? |
ac1cb8d3 VS |
21250 | grep -v '^ *+' conftest.er1 >conftest.err |
21251 | rm -f conftest.er1 | |
21252 | cat conftest.err >&5 | |
a848cd7e SC |
21253 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21254 | (exit $ac_status); } && | |
6ebeb4c7 | 21255 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
21256 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21257 | (eval $ac_try) 2>&5 | |
21258 | ac_status=$? | |
21259 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21260 | (exit $ac_status); }; } && | |
21261 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
21262 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21263 | (eval $ac_try) 2>&5 | |
21264 | ac_status=$? | |
21265 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21266 | (exit $ac_status); }; }; then | |
21267 | ac_cv_cxx_static_cast=yes | |
21268 | else | |
21269 | echo "$as_me: failed program was:" >&5 | |
21270 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21271 | ||
21272 | ac_cv_cxx_static_cast=no | |
21273 | fi | |
ac1cb8d3 | 21274 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
21275 | ac_ext=c |
21276 | ac_cpp='$CPP $CPPFLAGS' | |
21277 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
21278 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
21279 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
21280 | ||
21281 | ||
21282 | fi | |
21283 | echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5 | |
21284 | echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6 | |
21285 | if test "$ac_cv_cxx_static_cast" = yes; then | |
21286 | ||
21287 | cat >>confdefs.h <<\_ACEOF | |
21288 | #define HAVE_STATIC_CAST | |
21289 | _ACEOF | |
21290 | ||
21291 | fi | |
21292 | ||
21293 | ||
3c28b7cb MW |
21294 | if test "x$SUNCXX" = xyes; then |
21295 | CXXFLAGS="$CXXFLAGS -features=tmplife" | |
21296 | fi | |
21297 | ||
f56c22b4 | 21298 | if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then |
a848cd7e SC |
21299 | ac_ext=cc |
21300 | ac_cpp='$CXXCPP $CPPFLAGS' | |
21301 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
21302 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
21303 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
21304 | ||
21305 | ||
f56c22b4 MW |
21306 | if test "$wxUSE_UNICODE" = "yes"; then |
21307 | std_string="std::wstring" | |
21308 | char_type="wchar_t" | |
21309 | else | |
21310 | std_string="std::string" | |
21311 | char_type="char" | |
21312 | fi | |
21313 | ||
21314 | echo "$as_me:$LINENO: checking for $std_string in <string>" >&5 | |
21315 | echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6 | |
a848cd7e SC |
21316 | cat >conftest.$ac_ext <<_ACEOF |
21317 | /* confdefs.h. */ | |
21318 | _ACEOF | |
21319 | cat confdefs.h >>conftest.$ac_ext | |
21320 | cat >>conftest.$ac_ext <<_ACEOF | |
21321 | /* end confdefs.h. */ | |
21322 | #include <string> | |
a848cd7e SC |
21323 | int |
21324 | main () | |
21325 | { | |
f56c22b4 | 21326 | $std_string foo; |
a848cd7e SC |
21327 | ; |
21328 | return 0; | |
21329 | } | |
21330 | _ACEOF | |
21331 | rm -f conftest.$ac_objext | |
21332 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21333 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 21334 | ac_status=$? |
ac1cb8d3 VS |
21335 | grep -v '^ *+' conftest.er1 >conftest.err |
21336 | rm -f conftest.er1 | |
21337 | cat conftest.err >&5 | |
a848cd7e SC |
21338 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21339 | (exit $ac_status); } && | |
6ebeb4c7 | 21340 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
21341 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21342 | (eval $ac_try) 2>&5 | |
21343 | ac_status=$? | |
21344 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21345 | (exit $ac_status); }; } && | |
21346 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
21347 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21348 | (eval $ac_try) 2>&5 | |
21349 | ac_status=$? | |
21350 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21351 | (exit $ac_status); }; }; then | |
21352 | echo "$as_me:$LINENO: result: yes" >&5 | |
21353 | echo "${ECHO_T}yes" >&6 | |
0a08f02a MB |
21354 | cat >>confdefs.h <<\_ACEOF |
21355 | #define HAVE_STD_WSTRING 1 | |
21356 | _ACEOF | |
21357 | ||
a848cd7e SC |
21358 | else |
21359 | echo "$as_me: failed program was:" >&5 | |
21360 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21361 | ||
21362 | echo "$as_me:$LINENO: result: no" >&5 | |
21363 | echo "${ECHO_T}no" >&6 | |
f56c22b4 MW |
21364 | echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5 |
21365 | echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6 | |
0a08f02a MB |
21366 | cat >conftest.$ac_ext <<_ACEOF |
21367 | /* confdefs.h. */ | |
21368 | _ACEOF | |
21369 | cat confdefs.h >>conftest.$ac_ext | |
21370 | cat >>conftest.$ac_ext <<_ACEOF | |
21371 | /* end confdefs.h. */ | |
21372 | ||
21373 | #ifdef HAVE_WCHAR_H | |
21374 | # ifdef __CYGWIN__ | |
21375 | # include <stddef.h> | |
21376 | # endif | |
21377 | # include <wchar.h> | |
21378 | #endif | |
21379 | #ifdef HAVE_STDLIB_H | |
21380 | # include <stdlib.h> | |
21381 | #endif | |
21382 | #include <stdio.h> | |
21383 | #include <string> | |
21384 | ||
21385 | int | |
21386 | main () | |
21387 | { | |
f56c22b4 MW |
21388 | std::basic_string<$char_type> foo; |
21389 | const $char_type* dummy = foo.c_str(); | |
0a08f02a MB |
21390 | ; |
21391 | return 0; | |
21392 | } | |
21393 | _ACEOF | |
21394 | rm -f conftest.$ac_objext | |
21395 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
21396 | (eval $ac_compile) 2>conftest.er1 | |
21397 | ac_status=$? | |
21398 | grep -v '^ *+' conftest.er1 >conftest.err | |
21399 | rm -f conftest.er1 | |
21400 | cat conftest.err >&5 | |
21401 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21402 | (exit $ac_status); } && | |
6ebeb4c7 | 21403 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
0a08f02a MB |
21404 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21405 | (eval $ac_try) 2>&5 | |
21406 | ac_status=$? | |
21407 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21408 | (exit $ac_status); }; } && | |
21409 | { ac_try='test -s conftest.$ac_objext' | |
21410 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21411 | (eval $ac_try) 2>&5 | |
21412 | ac_status=$? | |
21413 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21414 | (exit $ac_status); }; }; then | |
21415 | echo "$as_me:$LINENO: result: yes" >&5 | |
21416 | echo "${ECHO_T}yes" >&6 | |
21417 | else | |
21418 | echo "$as_me: failed program was:" >&5 | |
21419 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21420 | ||
21421 | echo "$as_me:$LINENO: result: no" >&5 | |
21422 | echo "${ECHO_T}no" >&6 | |
f56c22b4 | 21423 | if test "$wxUSE_STL" = "yes"; then |
4b9918c5 MW |
21424 | { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5 |
21425 | echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;} | |
21426 | { (exit 1); exit 1; }; } | |
21427 | elif grep wxUSE_STD_STRING $wx_arg_cache_file >/dev/null; then | |
21428 | { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5 | |
21429 | echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;} | |
a848cd7e | 21430 | { (exit 1); exit 1; }; } |
f56c22b4 MW |
21431 | else |
21432 | { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5 | |
21433 | echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;} | |
21434 | wxUSE_STD_STRING=no | |
21435 | fi | |
21436 | ||
0a08f02a | 21437 | |
a848cd7e | 21438 | fi |
ac1cb8d3 | 21439 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 21440 | |
0a08f02a MB |
21441 | fi |
21442 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
21443 | ||
21444 | ac_ext=c | |
21445 | ac_cpp='$CPP $CPPFLAGS' | |
21446 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
21447 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
f56c22b4 MW |
21448 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
21449 | ||
21450 | fi | |
21451 | ||
21452 | if test "$wxUSE_STD_IOSTREAM" = "yes"; then | |
21453 | ac_ext=cc | |
21454 | ac_cpp='$CXXCPP $CPPFLAGS' | |
21455 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
21456 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
21457 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
21458 | ||
21459 | ||
21460 | echo "$as_me:$LINENO: checking for std::istream" >&5 | |
21461 | echo $ECHO_N "checking for std::istream... $ECHO_C" >&6 | |
21462 | if test "${ac_cv_type_std__istream+set}" = set; then | |
21463 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21464 | else | |
21465 | cat >conftest.$ac_ext <<_ACEOF | |
21466 | /* confdefs.h. */ | |
21467 | _ACEOF | |
21468 | cat confdefs.h >>conftest.$ac_ext | |
21469 | cat >>conftest.$ac_ext <<_ACEOF | |
21470 | /* end confdefs.h. */ | |
21471 | #include <iostream> | |
21472 | ||
21473 | int | |
21474 | main () | |
21475 | { | |
21476 | if ((std::istream *) 0) | |
21477 | return 0; | |
21478 | if (sizeof (std::istream)) | |
21479 | return 0; | |
21480 | ; | |
21481 | return 0; | |
21482 | } | |
21483 | _ACEOF | |
21484 | rm -f conftest.$ac_objext | |
21485 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
21486 | (eval $ac_compile) 2>conftest.er1 | |
21487 | ac_status=$? | |
21488 | grep -v '^ *+' conftest.er1 >conftest.err | |
21489 | rm -f conftest.er1 | |
21490 | cat conftest.err >&5 | |
21491 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21492 | (exit $ac_status); } && | |
6ebeb4c7 | 21493 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
f56c22b4 MW |
21494 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21495 | (eval $ac_try) 2>&5 | |
21496 | ac_status=$? | |
21497 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21498 | (exit $ac_status); }; } && | |
21499 | { ac_try='test -s conftest.$ac_objext' | |
21500 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21501 | (eval $ac_try) 2>&5 | |
21502 | ac_status=$? | |
21503 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21504 | (exit $ac_status); }; }; then | |
21505 | ac_cv_type_std__istream=yes | |
21506 | else | |
21507 | echo "$as_me: failed program was:" >&5 | |
21508 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21509 | ||
21510 | ac_cv_type_std__istream=no | |
21511 | fi | |
21512 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
21513 | fi | |
21514 | echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5 | |
21515 | echo "${ECHO_T}$ac_cv_type_std__istream" >&6 | |
21516 | if test $ac_cv_type_std__istream = yes; then | |
21517 | ||
21518 | cat >>confdefs.h <<_ACEOF | |
21519 | #define HAVE_STD__ISTREAM 1 | |
21520 | _ACEOF | |
21521 | ||
21522 | ||
21523 | else | |
21524 | wxUSE_STD_IOSTREAM=no | |
21525 | fi | |
21526 | echo "$as_me:$LINENO: checking for std::ostream" >&5 | |
21527 | echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6 | |
21528 | if test "${ac_cv_type_std__ostream+set}" = set; then | |
21529 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21530 | else | |
21531 | cat >conftest.$ac_ext <<_ACEOF | |
21532 | /* confdefs.h. */ | |
21533 | _ACEOF | |
21534 | cat confdefs.h >>conftest.$ac_ext | |
21535 | cat >>conftest.$ac_ext <<_ACEOF | |
21536 | /* end confdefs.h. */ | |
21537 | #include <iostream> | |
21538 | ||
21539 | int | |
21540 | main () | |
21541 | { | |
21542 | if ((std::ostream *) 0) | |
21543 | return 0; | |
21544 | if (sizeof (std::ostream)) | |
21545 | return 0; | |
21546 | ; | |
21547 | return 0; | |
21548 | } | |
21549 | _ACEOF | |
21550 | rm -f conftest.$ac_objext | |
21551 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
21552 | (eval $ac_compile) 2>conftest.er1 | |
21553 | ac_status=$? | |
21554 | grep -v '^ *+' conftest.er1 >conftest.err | |
21555 | rm -f conftest.er1 | |
21556 | cat conftest.err >&5 | |
21557 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21558 | (exit $ac_status); } && | |
6ebeb4c7 | 21559 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
f56c22b4 MW |
21560 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21561 | (eval $ac_try) 2>&5 | |
21562 | ac_status=$? | |
21563 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21564 | (exit $ac_status); }; } && | |
21565 | { ac_try='test -s conftest.$ac_objext' | |
21566 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
21567 | (eval $ac_try) 2>&5 | |
21568 | ac_status=$? | |
21569 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21570 | (exit $ac_status); }; }; then | |
21571 | ac_cv_type_std__ostream=yes | |
21572 | else | |
21573 | echo "$as_me: failed program was:" >&5 | |
21574 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21575 | ||
21576 | ac_cv_type_std__ostream=no | |
21577 | fi | |
21578 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
21579 | fi | |
21580 | echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5 | |
21581 | echo "${ECHO_T}$ac_cv_type_std__ostream" >&6 | |
21582 | if test $ac_cv_type_std__ostream = yes; then | |
21583 | ||
21584 | cat >>confdefs.h <<_ACEOF | |
21585 | #define HAVE_STD__OSTREAM 1 | |
21586 | _ACEOF | |
21587 | ||
21588 | ||
21589 | else | |
21590 | wxUSE_STD_IOSTREAM=no | |
21591 | fi | |
21592 | ||
21593 | ||
21594 | if test "$wxUSE_STD_IOSTREAM" != "yes"; then | |
4b9918c5 MW |
21595 | if grep wxUSE_STD_IOSTREAM $wx_arg_cache_file >/dev/null; then |
21596 | { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5 | |
21597 | echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;} | |
21598 | { (exit 1); exit 1; }; } | |
21599 | else | |
21600 | { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5 | |
f56c22b4 | 21601 | echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;} |
4b9918c5 | 21602 | fi |
f56c22b4 MW |
21603 | fi |
21604 | ||
21605 | ac_ext=c | |
21606 | ac_cpp='$CPP $CPPFLAGS' | |
21607 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
21608 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
0a08f02a MB |
21609 | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
21610 | ||
21611 | fi | |
21612 | ||
21613 | if test "$wxUSE_STL" = "yes"; then | |
21614 | ac_ext=cc | |
21615 | ac_cpp='$CXXCPP $CPPFLAGS' | |
21616 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
21617 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
21618 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
21619 | ||
21620 | ||
21621 | echo "$as_me:$LINENO: checking for basic STL functionality" >&5 | |
21622 | echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6 | |
a848cd7e SC |
21623 | cat >conftest.$ac_ext <<_ACEOF |
21624 | /* confdefs.h. */ | |
21625 | _ACEOF | |
21626 | cat confdefs.h >>conftest.$ac_ext | |
21627 | cat >>conftest.$ac_ext <<_ACEOF | |
21628 | /* end confdefs.h. */ | |
21629 | #include <string> | |
0a08f02a MB |
21630 | #include <functional> |
21631 | #include <algorithm> | |
21632 | #include <vector> | |
21633 | #include <list> | |
a848cd7e SC |
21634 | int |
21635 | main () | |
21636 | { | |
0a08f02a MB |
21637 | std::vector<int> moo; |
21638 | std::list<int> foo; | |
21639 | std::vector<int>::iterator it = | |
21640 | std::find_if(moo.begin(), moo.end(), | |
21641 | std::bind2nd(std::less<int>(), 3)); | |
a848cd7e SC |
21642 | ; |
21643 | return 0; | |
21644 | } | |
21645 | _ACEOF | |
21646 | rm -f conftest.$ac_objext | |
21647 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21648 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 21649 | ac_status=$? |
ac1cb8d3 VS |
21650 | grep -v '^ *+' conftest.er1 >conftest.err |
21651 | rm -f conftest.er1 | |
21652 | cat conftest.err >&5 | |
a848cd7e SC |
21653 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21654 | (exit $ac_status); } && | |
6ebeb4c7 | 21655 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
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); }; } && | |
21661 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
21662 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21663 | (eval $ac_try) 2>&5 | |
21664 | ac_status=$? | |
21665 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21666 | (exit $ac_status); }; }; then | |
21667 | echo "$as_me:$LINENO: result: yes" >&5 | |
21668 | echo "${ECHO_T}yes" >&6 | |
a848cd7e SC |
21669 | else |
21670 | echo "$as_me: failed program was:" >&5 | |
21671 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21672 | ||
21673 | echo "$as_me:$LINENO: result: no" >&5 | |
21674 | echo "${ECHO_T}no" >&6 | |
0a08f02a MB |
21675 | { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5 |
21676 | echo "$as_me: error: Basic STL functionality missing" >&2;} | |
21677 | { (exit 1); exit 1; }; } | |
a848cd7e | 21678 | fi |
ac1cb8d3 | 21679 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
21680 | |
21681 | echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5 | |
21682 | echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6 | |
21683 | cat >conftest.$ac_ext <<_ACEOF | |
21684 | /* confdefs.h. */ | |
21685 | _ACEOF | |
21686 | cat confdefs.h >>conftest.$ac_ext | |
21687 | cat >>conftest.$ac_ext <<_ACEOF | |
21688 | /* end confdefs.h. */ | |
21689 | #include <string> | |
21690 | int | |
21691 | main () | |
21692 | { | |
21693 | std::string foo, bar; | |
21694 | foo.compare(bar); | |
21695 | foo.compare(1, 1, bar); | |
21696 | foo.compare(1, 1, bar, 1, 1); | |
21697 | foo.compare(""); | |
21698 | foo.compare(1, 1, ""); | |
21699 | foo.compare(1, 1, "", 2); | |
21700 | ; | |
21701 | return 0; | |
21702 | } | |
21703 | _ACEOF | |
21704 | rm -f conftest.$ac_objext | |
21705 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21706 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 21707 | ac_status=$? |
ac1cb8d3 VS |
21708 | grep -v '^ *+' conftest.er1 >conftest.err |
21709 | rm -f conftest.er1 | |
21710 | cat conftest.err >&5 | |
a848cd7e SC |
21711 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21712 | (exit $ac_status); } && | |
6ebeb4c7 | 21713 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
21714 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21715 | (eval $ac_try) 2>&5 | |
21716 | ac_status=$? | |
21717 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21718 | (exit $ac_status); }; } && | |
21719 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
21720 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21721 | (eval $ac_try) 2>&5 | |
21722 | ac_status=$? | |
21723 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21724 | (exit $ac_status); }; }; then | |
21725 | echo "$as_me:$LINENO: result: yes" >&5 | |
21726 | echo "${ECHO_T}yes" >&6 | |
21727 | cat >>confdefs.h <<\_ACEOF | |
21728 | #define HAVE_STD_STRING_COMPARE 1 | |
21729 | _ACEOF | |
21730 | ||
21731 | else | |
21732 | echo "$as_me: failed program was:" >&5 | |
21733 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21734 | ||
21735 | echo "$as_me:$LINENO: result: no" >&5 | |
21736 | echo "${ECHO_T}no" >&6 | |
21737 | fi | |
ac1cb8d3 | 21738 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
bdcade0a MB |
21739 | |
21740 | if test "${ac_cv_header_hash_map+set}" = set; then | |
21741 | echo "$as_me:$LINENO: checking for hash_map" >&5 | |
21742 | echo $ECHO_N "checking for hash_map... $ECHO_C" >&6 | |
21743 | if test "${ac_cv_header_hash_map+set}" = set; then | |
21744 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21745 | fi | |
21746 | echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5 | |
21747 | echo "${ECHO_T}$ac_cv_header_hash_map" >&6 | |
21748 | else | |
21749 | # Is the header compilable? | |
21750 | echo "$as_me:$LINENO: checking hash_map usability" >&5 | |
21751 | echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6 | |
21752 | cat >conftest.$ac_ext <<_ACEOF | |
21753 | /* confdefs.h. */ | |
21754 | _ACEOF | |
21755 | cat confdefs.h >>conftest.$ac_ext | |
21756 | cat >>conftest.$ac_ext <<_ACEOF | |
21757 | /* end confdefs.h. */ | |
21758 | $ac_includes_default | |
21759 | #include <hash_map> | |
21760 | _ACEOF | |
21761 | rm -f conftest.$ac_objext | |
21762 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21763 | (eval $ac_compile) 2>conftest.er1 |
bdcade0a | 21764 | ac_status=$? |
ac1cb8d3 VS |
21765 | grep -v '^ *+' conftest.er1 >conftest.err |
21766 | rm -f conftest.er1 | |
21767 | cat conftest.err >&5 | |
bdcade0a MB |
21768 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21769 | (exit $ac_status); } && | |
6ebeb4c7 | 21770 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
21771 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21772 | (eval $ac_try) 2>&5 | |
21773 | ac_status=$? | |
21774 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21775 | (exit $ac_status); }; } && | |
21776 | { ac_try='test -s conftest.$ac_objext' | |
bdcade0a MB |
21777 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21778 | (eval $ac_try) 2>&5 | |
21779 | ac_status=$? | |
21780 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21781 | (exit $ac_status); }; }; then | |
21782 | ac_header_compiler=yes | |
21783 | else | |
21784 | echo "$as_me: failed program was:" >&5 | |
21785 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21786 | ||
21787 | ac_header_compiler=no | |
21788 | fi | |
ac1cb8d3 | 21789 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
bdcade0a MB |
21790 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
21791 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
21792 | ||
21793 | # Is the header present? | |
21794 | echo "$as_me:$LINENO: checking hash_map presence" >&5 | |
21795 | echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6 | |
21796 | cat >conftest.$ac_ext <<_ACEOF | |
21797 | /* confdefs.h. */ | |
21798 | _ACEOF | |
21799 | cat confdefs.h >>conftest.$ac_ext | |
21800 | cat >>conftest.$ac_ext <<_ACEOF | |
21801 | /* end confdefs.h. */ | |
21802 | #include <hash_map> | |
21803 | _ACEOF | |
21804 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
21805 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
21806 | ac_status=$? | |
21807 | grep -v '^ *+' conftest.er1 >conftest.err | |
21808 | rm -f conftest.er1 | |
21809 | cat conftest.err >&5 | |
21810 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21811 | (exit $ac_status); } >/dev/null; then | |
21812 | if test -s conftest.err; then | |
21813 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
ac1cb8d3 | 21814 | ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag |
bdcade0a MB |
21815 | else |
21816 | ac_cpp_err= | |
21817 | fi | |
21818 | else | |
21819 | ac_cpp_err=yes | |
21820 | fi | |
21821 | if test -z "$ac_cpp_err"; then | |
21822 | ac_header_preproc=yes | |
21823 | else | |
21824 | echo "$as_me: failed program was:" >&5 | |
21825 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21826 | ||
21827 | ac_header_preproc=no | |
21828 | fi | |
21829 | rm -f conftest.err conftest.$ac_ext | |
21830 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
21831 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
21832 | ||
21833 | # So? What about this header? | |
ac1cb8d3 VS |
21834 | case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in |
21835 | yes:no: ) | |
bdcade0a MB |
21836 | { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5 |
21837 | echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
21838 | { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5 |
21839 | echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;} | |
21840 | ac_header_preproc=yes | |
bdcade0a | 21841 | ;; |
ac1cb8d3 | 21842 | no:yes:* ) |
bdcade0a MB |
21843 | { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5 |
21844 | echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
21845 | { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5 |
21846 | echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;} | |
21847 | { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5 | |
21848 | echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;} | |
21849 | { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5 | |
21850 | echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;} | |
bdcade0a MB |
21851 | { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5 |
21852 | echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
21853 | { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5 |
21854 | echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;} | |
bdcade0a MB |
21855 | ( |
21856 | cat <<\_ASBOX | |
ac1cb8d3 VS |
21857 | ## ----------------------------------------- ## |
21858 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
21859 | ## ----------------------------------------- ## | |
bdcade0a MB |
21860 | _ASBOX |
21861 | ) | | |
21862 | sed "s/^/$as_me: WARNING: /" >&2 | |
21863 | ;; | |
21864 | esac | |
21865 | echo "$as_me:$LINENO: checking for hash_map" >&5 | |
21866 | echo $ECHO_N "checking for hash_map... $ECHO_C" >&6 | |
21867 | if test "${ac_cv_header_hash_map+set}" = set; then | |
21868 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21869 | else | |
21870 | ac_cv_header_hash_map=$ac_header_preproc | |
21871 | fi | |
21872 | echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5 | |
21873 | echo "${ECHO_T}$ac_cv_header_hash_map" >&6 | |
21874 | ||
21875 | fi | |
21876 | if test $ac_cv_header_hash_map = yes; then | |
21877 | echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5 | |
21878 | echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6 | |
21879 | cat >conftest.$ac_ext <<_ACEOF | |
21880 | /* confdefs.h. */ | |
21881 | _ACEOF | |
21882 | cat confdefs.h >>conftest.$ac_ext | |
21883 | cat >>conftest.$ac_ext <<_ACEOF | |
21884 | /* end confdefs.h. */ | |
21885 | #include <hash_map> | |
21886 | #include <hash_set> | |
21887 | int | |
21888 | main () | |
21889 | { | |
21890 | std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1; | |
21891 | std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2; | |
21892 | ; | |
21893 | return 0; | |
21894 | } | |
21895 | _ACEOF | |
21896 | rm -f conftest.$ac_objext | |
21897 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21898 | (eval $ac_compile) 2>conftest.er1 |
bdcade0a | 21899 | ac_status=$? |
ac1cb8d3 VS |
21900 | grep -v '^ *+' conftest.er1 >conftest.err |
21901 | rm -f conftest.er1 | |
21902 | cat conftest.err >&5 | |
bdcade0a MB |
21903 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21904 | (exit $ac_status); } && | |
6ebeb4c7 | 21905 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
21906 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21907 | (eval $ac_try) 2>&5 | |
21908 | ac_status=$? | |
21909 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21910 | (exit $ac_status); }; } && | |
21911 | { ac_try='test -s conftest.$ac_objext' | |
bdcade0a MB |
21912 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21913 | (eval $ac_try) 2>&5 | |
21914 | ac_status=$? | |
21915 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21916 | (exit $ac_status); }; }; then | |
21917 | echo "$as_me:$LINENO: result: yes" >&5 | |
21918 | echo "${ECHO_T}yes" >&6 | |
21919 | cat >>confdefs.h <<\_ACEOF | |
21920 | #define HAVE_HASH_MAP 1 | |
21921 | _ACEOF | |
21922 | ||
21923 | cat >>confdefs.h <<\_ACEOF | |
21924 | #define HAVE_STD_HASH_MAP 1 | |
21925 | _ACEOF | |
21926 | ||
21927 | else | |
21928 | echo "$as_me: failed program was:" >&5 | |
21929 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21930 | ||
21931 | echo "$as_me:$LINENO: result: no" >&5 | |
21932 | echo "${ECHO_T}no" >&6 | |
21933 | fi | |
ac1cb8d3 | 21934 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
bdcade0a MB |
21935 | |
21936 | fi | |
21937 | ||
21938 | ||
21939 | ||
21940 | if test "${ac_cv_header_ext_hash_map+set}" = set; then | |
21941 | echo "$as_me:$LINENO: checking for ext/hash_map" >&5 | |
21942 | echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6 | |
21943 | if test "${ac_cv_header_ext_hash_map+set}" = set; then | |
21944 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21945 | fi | |
21946 | echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5 | |
21947 | echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6 | |
21948 | else | |
21949 | # Is the header compilable? | |
21950 | echo "$as_me:$LINENO: checking ext/hash_map usability" >&5 | |
21951 | echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6 | |
21952 | cat >conftest.$ac_ext <<_ACEOF | |
21953 | /* confdefs.h. */ | |
21954 | _ACEOF | |
21955 | cat confdefs.h >>conftest.$ac_ext | |
21956 | cat >>conftest.$ac_ext <<_ACEOF | |
21957 | /* end confdefs.h. */ | |
21958 | $ac_includes_default | |
21959 | #include <ext/hash_map> | |
21960 | _ACEOF | |
21961 | rm -f conftest.$ac_objext | |
21962 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21963 | (eval $ac_compile) 2>conftest.er1 |
bdcade0a | 21964 | ac_status=$? |
ac1cb8d3 VS |
21965 | grep -v '^ *+' conftest.er1 >conftest.err |
21966 | rm -f conftest.er1 | |
21967 | cat conftest.err >&5 | |
bdcade0a MB |
21968 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21969 | (exit $ac_status); } && | |
6ebeb4c7 | 21970 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
21971 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21972 | (eval $ac_try) 2>&5 | |
21973 | ac_status=$? | |
21974 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21975 | (exit $ac_status); }; } && | |
21976 | { ac_try='test -s conftest.$ac_objext' | |
bdcade0a MB |
21977 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21978 | (eval $ac_try) 2>&5 | |
21979 | ac_status=$? | |
21980 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21981 | (exit $ac_status); }; }; then | |
21982 | ac_header_compiler=yes | |
21983 | else | |
21984 | echo "$as_me: failed program was:" >&5 | |
21985 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21986 | ||
21987 | ac_header_compiler=no | |
21988 | fi | |
ac1cb8d3 | 21989 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
bdcade0a MB |
21990 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
21991 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
21992 | ||
21993 | # Is the header present? | |
21994 | echo "$as_me:$LINENO: checking ext/hash_map presence" >&5 | |
21995 | echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6 | |
21996 | cat >conftest.$ac_ext <<_ACEOF | |
21997 | /* confdefs.h. */ | |
21998 | _ACEOF | |
21999 | cat confdefs.h >>conftest.$ac_ext | |
22000 | cat >>conftest.$ac_ext <<_ACEOF | |
22001 | /* end confdefs.h. */ | |
22002 | #include <ext/hash_map> | |
22003 | _ACEOF | |
22004 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
22005 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
22006 | ac_status=$? | |
22007 | grep -v '^ *+' conftest.er1 >conftest.err | |
22008 | rm -f conftest.er1 | |
22009 | cat conftest.err >&5 | |
22010 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22011 | (exit $ac_status); } >/dev/null; then | |
22012 | if test -s conftest.err; then | |
22013 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
ac1cb8d3 | 22014 | ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag |
bdcade0a MB |
22015 | else |
22016 | ac_cpp_err= | |
22017 | fi | |
22018 | else | |
22019 | ac_cpp_err=yes | |
22020 | fi | |
22021 | if test -z "$ac_cpp_err"; then | |
22022 | ac_header_preproc=yes | |
22023 | else | |
22024 | echo "$as_me: failed program was:" >&5 | |
22025 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22026 | ||
22027 | ac_header_preproc=no | |
22028 | fi | |
22029 | rm -f conftest.err conftest.$ac_ext | |
22030 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
22031 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
22032 | ||
22033 | # So? What about this header? | |
ac1cb8d3 VS |
22034 | case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in |
22035 | yes:no: ) | |
bdcade0a MB |
22036 | { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5 |
22037 | echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
22038 | { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5 |
22039 | echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;} | |
22040 | ac_header_preproc=yes | |
bdcade0a | 22041 | ;; |
ac1cb8d3 | 22042 | no:yes:* ) |
bdcade0a MB |
22043 | { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5 |
22044 | echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
22045 | { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5 |
22046 | echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;} | |
22047 | { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5 | |
22048 | echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;} | |
22049 | { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5 | |
22050 | echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;} | |
bdcade0a MB |
22051 | { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5 |
22052 | echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
22053 | { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5 |
22054 | echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;} | |
bdcade0a MB |
22055 | ( |
22056 | cat <<\_ASBOX | |
ac1cb8d3 VS |
22057 | ## ----------------------------------------- ## |
22058 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
22059 | ## ----------------------------------------- ## | |
bdcade0a MB |
22060 | _ASBOX |
22061 | ) | | |
22062 | sed "s/^/$as_me: WARNING: /" >&2 | |
22063 | ;; | |
22064 | esac | |
22065 | echo "$as_me:$LINENO: checking for ext/hash_map" >&5 | |
22066 | echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6 | |
22067 | if test "${ac_cv_header_ext_hash_map+set}" = set; then | |
22068 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22069 | else | |
22070 | ac_cv_header_ext_hash_map=$ac_header_preproc | |
22071 | fi | |
22072 | echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5 | |
22073 | echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6 | |
22074 | ||
22075 | fi | |
22076 | if test $ac_cv_header_ext_hash_map = yes; then | |
22077 | echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5 | |
22078 | echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6 | |
22079 | cat >conftest.$ac_ext <<_ACEOF | |
22080 | /* confdefs.h. */ | |
22081 | _ACEOF | |
22082 | cat confdefs.h >>conftest.$ac_ext | |
22083 | cat >>conftest.$ac_ext <<_ACEOF | |
22084 | /* end confdefs.h. */ | |
22085 | #include <ext/hash_map> | |
22086 | #include <ext/hash_set> | |
22087 | int | |
22088 | main () | |
22089 | { | |
22090 | __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1; | |
22091 | __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2; | |
22092 | ; | |
22093 | return 0; | |
22094 | } | |
22095 | _ACEOF | |
22096 | rm -f conftest.$ac_objext | |
22097 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 22098 | (eval $ac_compile) 2>conftest.er1 |
bdcade0a | 22099 | ac_status=$? |
ac1cb8d3 VS |
22100 | grep -v '^ *+' conftest.er1 >conftest.err |
22101 | rm -f conftest.er1 | |
22102 | cat conftest.err >&5 | |
bdcade0a MB |
22103 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22104 | (exit $ac_status); } && | |
6ebeb4c7 | 22105 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
22106 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22107 | (eval $ac_try) 2>&5 | |
22108 | ac_status=$? | |
22109 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22110 | (exit $ac_status); }; } && | |
22111 | { ac_try='test -s conftest.$ac_objext' | |
bdcade0a MB |
22112 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22113 | (eval $ac_try) 2>&5 | |
22114 | ac_status=$? | |
22115 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22116 | (exit $ac_status); }; }; then | |
22117 | echo "$as_me:$LINENO: result: yes" >&5 | |
22118 | echo "${ECHO_T}yes" >&6 | |
22119 | cat >>confdefs.h <<\_ACEOF | |
22120 | #define HAVE_EXT_HASH_MAP 1 | |
22121 | _ACEOF | |
22122 | ||
22123 | cat >>confdefs.h <<\_ACEOF | |
22124 | #define HAVE_GNU_CXX_HASH_MAP 1 | |
22125 | _ACEOF | |
22126 | ||
22127 | else | |
22128 | echo "$as_me: failed program was:" >&5 | |
22129 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22130 | ||
22131 | echo "$as_me:$LINENO: result: no" >&5 | |
22132 | echo "${ECHO_T}no" >&6 | |
22133 | fi | |
ac1cb8d3 | 22134 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
bdcade0a MB |
22135 | |
22136 | fi | |
22137 | ||
22138 | ||
a848cd7e SC |
22139 | |
22140 | ac_ext=c | |
22141 | ac_cpp='$CPP $CPPFLAGS' | |
22142 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
22143 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
22144 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
22145 | ||
22146 | fi | |
22147 | ||
22148 | ||
22149 | SEARCH_INCLUDE="\ | |
22150 | /usr/local/include \ | |
22151 | \ | |
22152 | /usr/Motif-2.1/include \ | |
22153 | /usr/Motif-1.2/include \ | |
22154 | /usr/include/Motif1.2 \ | |
22155 | /opt/xpm/include/X11 \ | |
22156 | /opt/GBxpm/include/ \ | |
22157 | /opt/GBxpm/X11/include/ \ | |
22158 | \ | |
22159 | /usr/dt/include \ | |
22160 | /usr/openwin/include \ | |
22161 | \ | |
22162 | /usr/include/Xm \ | |
22163 | \ | |
22164 | /usr/X11R6/include \ | |
22165 | /usr/X11R6.4/include \ | |
22166 | /usr/X11R5/include \ | |
22167 | /usr/X11R4/include \ | |
22168 | \ | |
22169 | /usr/include/X11R6 \ | |
22170 | /usr/include/X11R5 \ | |
22171 | /usr/include/X11R4 \ | |
22172 | \ | |
22173 | /usr/local/X11R6/include \ | |
22174 | /usr/local/X11R5/include \ | |
22175 | /usr/local/X11R4/include \ | |
22176 | \ | |
22177 | /usr/local/include/X11R6 \ | |
22178 | /usr/local/include/X11R5 \ | |
22179 | /usr/local/include/X11R4 \ | |
22180 | \ | |
22181 | /usr/X11/include \ | |
22182 | /usr/include/X11 \ | |
22183 | /usr/local/X11/include \ | |
22184 | /usr/local/include/X11 \ | |
22185 | \ | |
22186 | /usr/X386/include \ | |
22187 | /usr/x386/include \ | |
22188 | /usr/XFree86/include/X11 \ | |
22189 | \ | |
22190 | X:/XFree86/include \ | |
22191 | X:/XFree86/include/X11 \ | |
22192 | \ | |
22193 | /usr/include/gtk \ | |
22194 | /usr/local/include/gtk \ | |
22195 | /usr/include/glib \ | |
22196 | /usr/local/include/glib \ | |
22197 | \ | |
22198 | /usr/include/qt \ | |
22199 | /usr/local/include/qt \ | |
22200 | \ | |
22201 | /usr/local/arm/3.3.2/include \ | |
22202 | \ | |
22203 | /usr/include/windows \ | |
22204 | /usr/include/wine \ | |
22205 | /usr/local/include/wine \ | |
22206 | \ | |
22207 | /usr/unsupported/include \ | |
22208 | /usr/athena/include \ | |
22209 | /usr/local/x11r5/include \ | |
22210 | /usr/lpp/Xamples/include \ | |
22211 | \ | |
22212 | /usr/openwin/share/include" | |
22213 | ||
07158944 | 22214 | SEARCH_LIB="/usr/lib /usr/lib32 /usr/lib64 /usr/X11R6/lib64 `echo "$SEARCH_INCLUDE" | sed s/include/lib/g`" |
a848cd7e | 22215 | |
3eca31dc MW |
22216 | if test "$build" != "$host" -a "$GCC" = yes; then |
22217 | if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then | |
22218 | cross_root=`dirname $cross_root` | |
22219 | cross_root=`dirname $cross_root` | |
22220 | ||
22221 | SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"` | |
22222 | SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"` | |
22223 | ||
22224 | if test -z "$PKG_CONFIG_PATH"; then | |
22225 | PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig" | |
22226 | export PKG_CONFIG_PATH | |
22227 | fi | |
22228 | ||
22229 | if test -z "$x_includes" -o "$x_includes" = NONE; then | |
22230 | ||
22231 | ac_find_includes= | |
22232 | for ac_dir in $SEARCH_INCLUDE /usr/include; | |
22233 | do | |
22234 | if test -f "$ac_dir/X11/Intrinsic.h"; then | |
22235 | ac_find_includes=$ac_dir | |
22236 | break | |
22237 | fi | |
22238 | done | |
22239 | ||
22240 | x_includes=$ac_find_includes | |
22241 | fi | |
22242 | if test -z "$x_libraries" -o "$x_libraries" = NONE; then | |
22243 | ||
22244 | ac_find_libraries= | |
22245 | for ac_dir in $SEARCH_LIB /usr/lib; | |
22246 | do | |
22247 | for ac_extension in a so sl dylib dll.a; do | |
22248 | if test -f "$ac_dir/libXt.$ac_extension"; then | |
22249 | ac_find_libraries=$ac_dir | |
22250 | break 2 | |
22251 | fi | |
22252 | done | |
22253 | done | |
22254 | ||
22255 | x_libraries=$ac_find_libraries | |
22256 | fi | |
22257 | fi | |
22258 | fi | |
22259 | ||
a848cd7e SC |
22260 | |
22261 | cat >confcache <<\_ACEOF | |
22262 | # This file is a shell script that caches the results of configure | |
22263 | # tests run on this system so they can be shared between configure | |
22264 | # scripts and configure runs, see configure's option --config-cache. | |
22265 | # It is not useful on other systems. If it contains results you don't | |
22266 | # want to keep, you may remove or edit it. | |
22267 | # | |
22268 | # config.status only pays attention to the cache file if you give it | |
22269 | # the --recheck option to rerun configure. | |
22270 | # | |
22271 | # `ac_cv_env_foo' variables (set or unset) will be overridden when | |
22272 | # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
22273 | # following values. | |
22274 | ||
22275 | _ACEOF | |
22276 | ||
22277 | # The following way of writing the cache mishandles newlines in values, | |
22278 | # but we know of no workaround that is simple, portable, and efficient. | |
22279 | # So, don't put newlines in cache variables' values. | |
22280 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
22281 | # and sets the high bit in the cache file unless we assign to the vars. | |
22282 | { | |
22283 | (set) 2>&1 | | |
22284 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
22285 | *ac_space=\ *) | |
22286 | # `set' does not quote correctly, so add quotes (double-quote | |
22287 | # substitution turns \\\\ into \\, and sed turns \\ into \). | |
22288 | sed -n \ | |
ac1cb8d3 VS |
22289 | "s/'/'\\\\''/g; |
22290 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
a848cd7e SC |
22291 | ;; |
22292 | *) | |
22293 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
22294 | sed -n \ | |
ac1cb8d3 | 22295 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" |
a848cd7e SC |
22296 | ;; |
22297 | esac; | |
22298 | } | | |
22299 | sed ' | |
22300 | t clear | |
22301 | : clear | |
22302 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ | |
22303 | t end | |
22304 | /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | |
22305 | : end' >>confcache | |
22306 | if diff $cache_file confcache >/dev/null 2>&1; then :; else | |
22307 | if test -w $cache_file; then | |
22308 | test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" | |
22309 | cat confcache >$cache_file | |
22310 | else | |
22311 | echo "not updating unwritable cache $cache_file" | |
22312 | fi | |
22313 | fi | |
22314 | rm -f confcache | |
22315 | ||
22316 | if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then | |
22317 | echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5 | |
22318 | echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6 | |
22319 | if test "${wx_cv_lib_glibc21+set}" = set; then | |
22320 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22321 | else | |
22322 | ||
22323 | cat >conftest.$ac_ext <<_ACEOF | |
22324 | /* confdefs.h. */ | |
22325 | _ACEOF | |
22326 | cat confdefs.h >>conftest.$ac_ext | |
22327 | cat >>conftest.$ac_ext <<_ACEOF | |
22328 | /* end confdefs.h. */ | |
22329 | #include <features.h> | |
22330 | int | |
22331 | main () | |
22332 | { | |
22333 | ||
22334 | #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1) | |
22335 | #error not glibc2.1 | |
22336 | #endif | |
22337 | ||
22338 | ; | |
22339 | return 0; | |
22340 | } | |
22341 | _ACEOF | |
22342 | rm -f conftest.$ac_objext | |
22343 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 22344 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 22345 | ac_status=$? |
ac1cb8d3 VS |
22346 | grep -v '^ *+' conftest.er1 >conftest.err |
22347 | rm -f conftest.er1 | |
22348 | cat conftest.err >&5 | |
a848cd7e SC |
22349 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22350 | (exit $ac_status); } && | |
6ebeb4c7 | 22351 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
22352 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22353 | (eval $ac_try) 2>&5 | |
22354 | ac_status=$? | |
22355 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22356 | (exit $ac_status); }; } && | |
22357 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
22358 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22359 | (eval $ac_try) 2>&5 | |
22360 | ac_status=$? | |
22361 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22362 | (exit $ac_status); }; }; then | |
22363 | ||
22364 | wx_cv_lib_glibc21=yes | |
22365 | ||
22366 | else | |
22367 | echo "$as_me: failed program was:" >&5 | |
22368 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22369 | ||
22370 | ||
22371 | wx_cv_lib_glibc21=no | |
22372 | ||
22373 | ||
22374 | fi | |
ac1cb8d3 | 22375 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
22376 | |
22377 | fi | |
22378 | echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5 | |
22379 | echo "${ECHO_T}$wx_cv_lib_glibc21" >&6 | |
22380 | if test "$wx_cv_lib_glibc21" = "yes"; then | |
22381 | cat >>confdefs.h <<\_ACEOF | |
22382 | #define wxHAVE_GLIBC2 1 | |
22383 | _ACEOF | |
22384 | ||
22385 | fi | |
22386 | fi | |
22387 | ||
22388 | if test "x$wx_cv_lib_glibc21" = "xyes"; then | |
22389 | if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then | |
22390 | cat >>confdefs.h <<\_ACEOF | |
22391 | #define _GNU_SOURCE 1 | |
22392 | _ACEOF | |
22393 | ||
22394 | fi | |
22395 | fi | |
22396 | ||
22397 | ||
22398 | ||
22399 | if test "$wxUSE_REGEX" != "no"; then | |
22400 | cat >>confdefs.h <<\_ACEOF | |
22401 | #define wxUSE_REGEX 1 | |
22402 | _ACEOF | |
22403 | ||
22404 | ||
22405 | if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then | |
22406 | { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5 | |
22407 | echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;} | |
22408 | wxUSE_REGEX=builtin | |
22409 | fi | |
22410 | ||
22411 | if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then | |
22412 | if test "${ac_cv_header_regex_h+set}" = set; then | |
22413 | echo "$as_me:$LINENO: checking for regex.h" >&5 | |
22414 | echo $ECHO_N "checking for regex.h... $ECHO_C" >&6 | |
22415 | if test "${ac_cv_header_regex_h+set}" = set; then | |
22416 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22417 | fi | |
22418 | echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5 | |
22419 | echo "${ECHO_T}$ac_cv_header_regex_h" >&6 | |
22420 | else | |
22421 | # Is the header compilable? | |
22422 | echo "$as_me:$LINENO: checking regex.h usability" >&5 | |
22423 | echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6 | |
22424 | cat >conftest.$ac_ext <<_ACEOF | |
22425 | /* confdefs.h. */ | |
22426 | _ACEOF | |
22427 | cat confdefs.h >>conftest.$ac_ext | |
22428 | cat >>conftest.$ac_ext <<_ACEOF | |
22429 | /* end confdefs.h. */ | |
22430 | $ac_includes_default | |
22431 | #include <regex.h> | |
22432 | _ACEOF | |
22433 | rm -f conftest.$ac_objext | |
22434 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 22435 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 22436 | ac_status=$? |
ac1cb8d3 VS |
22437 | grep -v '^ *+' conftest.er1 >conftest.err |
22438 | rm -f conftest.er1 | |
22439 | cat conftest.err >&5 | |
a848cd7e SC |
22440 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22441 | (exit $ac_status); } && | |
6ebeb4c7 | 22442 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
22443 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22444 | (eval $ac_try) 2>&5 | |
22445 | ac_status=$? | |
22446 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22447 | (exit $ac_status); }; } && | |
22448 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
22449 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22450 | (eval $ac_try) 2>&5 | |
22451 | ac_status=$? | |
22452 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22453 | (exit $ac_status); }; }; then | |
22454 | ac_header_compiler=yes | |
22455 | else | |
22456 | echo "$as_me: failed program was:" >&5 | |
22457 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22458 | ||
22459 | ac_header_compiler=no | |
22460 | fi | |
ac1cb8d3 | 22461 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
22462 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
22463 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
22464 | ||
22465 | # Is the header present? | |
22466 | echo "$as_me:$LINENO: checking regex.h presence" >&5 | |
22467 | echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6 | |
22468 | cat >conftest.$ac_ext <<_ACEOF | |
22469 | /* confdefs.h. */ | |
22470 | _ACEOF | |
22471 | cat confdefs.h >>conftest.$ac_ext | |
22472 | cat >>conftest.$ac_ext <<_ACEOF | |
22473 | /* end confdefs.h. */ | |
22474 | #include <regex.h> | |
22475 | _ACEOF | |
22476 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
22477 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
22478 | ac_status=$? | |
22479 | grep -v '^ *+' conftest.er1 >conftest.err | |
22480 | rm -f conftest.er1 | |
22481 | cat conftest.err >&5 | |
22482 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22483 | (exit $ac_status); } >/dev/null; then | |
22484 | if test -s conftest.err; then | |
22485 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 22486 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
22487 | else |
22488 | ac_cpp_err= | |
22489 | fi | |
22490 | else | |
22491 | ac_cpp_err=yes | |
22492 | fi | |
22493 | if test -z "$ac_cpp_err"; then | |
22494 | ac_header_preproc=yes | |
22495 | else | |
22496 | echo "$as_me: failed program was:" >&5 | |
22497 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22498 | ||
22499 | ac_header_preproc=no | |
22500 | fi | |
22501 | rm -f conftest.err conftest.$ac_ext | |
22502 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
22503 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
22504 | ||
22505 | # So? What about this header? | |
ac1cb8d3 VS |
22506 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
22507 | yes:no: ) | |
a848cd7e SC |
22508 | { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
22509 | echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
22510 | { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5 |
22511 | echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;} | |
22512 | ac_header_preproc=yes | |
a848cd7e | 22513 | ;; |
ac1cb8d3 | 22514 | no:yes:* ) |
a848cd7e SC |
22515 | { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5 |
22516 | echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
22517 | { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5 |
22518 | echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;} | |
22519 | { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5 | |
22520 | echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;} | |
22521 | { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5 | |
22522 | echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
22523 | { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5 |
22524 | echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
22525 | { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5 |
22526 | echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
22527 | ( |
22528 | cat <<\_ASBOX | |
ac1cb8d3 VS |
22529 | ## ----------------------------------------- ## |
22530 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
22531 | ## ----------------------------------------- ## | |
a848cd7e SC |
22532 | _ASBOX |
22533 | ) | | |
22534 | sed "s/^/$as_me: WARNING: /" >&2 | |
22535 | ;; | |
22536 | esac | |
22537 | echo "$as_me:$LINENO: checking for regex.h" >&5 | |
22538 | echo $ECHO_N "checking for regex.h... $ECHO_C" >&6 | |
22539 | if test "${ac_cv_header_regex_h+set}" = set; then | |
22540 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22541 | else | |
22542 | ac_cv_header_regex_h=$ac_header_preproc | |
22543 | fi | |
22544 | echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5 | |
22545 | echo "${ECHO_T}$ac_cv_header_regex_h" >&6 | |
22546 | ||
22547 | fi | |
22548 | if test $ac_cv_header_regex_h = yes; then | |
22549 | ||
22550 | for ac_func in regcomp | |
22551 | do | |
22552 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
22553 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
22554 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
22555 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
22556 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22557 | else | |
22558 | cat >conftest.$ac_ext <<_ACEOF | |
22559 | /* confdefs.h. */ | |
22560 | _ACEOF | |
22561 | cat confdefs.h >>conftest.$ac_ext | |
22562 | cat >>conftest.$ac_ext <<_ACEOF | |
22563 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
22564 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
22565 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
22566 | #define $ac_func innocuous_$ac_func | |
22567 | ||
a848cd7e SC |
22568 | /* System header to define __stub macros and hopefully few prototypes, |
22569 | which can conflict with char $ac_func (); below. | |
22570 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
22571 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 22572 | |
a848cd7e SC |
22573 | #ifdef __STDC__ |
22574 | # include <limits.h> | |
22575 | #else | |
22576 | # include <assert.h> | |
22577 | #endif | |
ac1cb8d3 VS |
22578 | |
22579 | #undef $ac_func | |
22580 | ||
a848cd7e SC |
22581 | /* Override any gcc2 internal prototype to avoid an error. */ |
22582 | #ifdef __cplusplus | |
22583 | extern "C" | |
22584 | { | |
22585 | #endif | |
22586 | /* We use char because int might match the return type of a gcc2 | |
22587 | builtin and then its argument prototype would still apply. */ | |
22588 | char $ac_func (); | |
22589 | /* The GNU C library defines this for functions which it implements | |
22590 | to always fail with ENOSYS. Some functions are actually named | |
22591 | something starting with __ and the normal name is an alias. */ | |
22592 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
22593 | choke me | |
22594 | #else | |
22595 | char (*f) () = $ac_func; | |
22596 | #endif | |
22597 | #ifdef __cplusplus | |
22598 | } | |
22599 | #endif | |
22600 | ||
22601 | int | |
22602 | main () | |
22603 | { | |
22604 | return f != $ac_func; | |
22605 | ; | |
22606 | return 0; | |
22607 | } | |
22608 | _ACEOF | |
22609 | rm -f conftest.$ac_objext conftest$ac_exeext | |
22610 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 22611 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 22612 | ac_status=$? |
ac1cb8d3 VS |
22613 | grep -v '^ *+' conftest.er1 >conftest.err |
22614 | rm -f conftest.er1 | |
22615 | cat conftest.err >&5 | |
a848cd7e SC |
22616 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22617 | (exit $ac_status); } && | |
6ebeb4c7 | 22618 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
22619 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22620 | (eval $ac_try) 2>&5 | |
22621 | ac_status=$? | |
22622 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22623 | (exit $ac_status); }; } && | |
22624 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
22625 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22626 | (eval $ac_try) 2>&5 | |
22627 | ac_status=$? | |
22628 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22629 | (exit $ac_status); }; }; then | |
22630 | eval "$as_ac_var=yes" | |
22631 | else | |
22632 | echo "$as_me: failed program was:" >&5 | |
22633 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22634 | ||
22635 | eval "$as_ac_var=no" | |
22636 | fi | |
ac1cb8d3 VS |
22637 | rm -f conftest.err conftest.$ac_objext \ |
22638 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
22639 | fi |
22640 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
22641 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
22642 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
22643 | cat >>confdefs.h <<_ACEOF | |
22644 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
22645 | _ACEOF | |
22646 | ||
22647 | fi | |
22648 | done | |
22649 | ||
22650 | fi | |
22651 | ||
22652 | ||
22653 | ||
22654 | if test "x$ac_cv_func_regcomp" != "xyes"; then | |
22655 | if test "$wxUSE_REGEX" = "sys" ; then | |
22656 | { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5 | |
22657 | echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;} | |
22658 | { (exit 1); exit 1; }; } | |
22659 | else | |
22660 | { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5 | |
22661 | echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;} | |
22662 | wxUSE_REGEX=builtin | |
22663 | fi | |
22664 | else | |
22665 | wxUSE_REGEX=sys | |
22666 | cat >>confdefs.h <<\_ACEOF | |
22667 | #define WX_NO_REGEX_ADVANCED 1 | |
22668 | _ACEOF | |
22669 | ||
22670 | fi | |
22671 | fi | |
22672 | fi | |
22673 | ||
22674 | ||
22675 | ZLIB_LINK= | |
22676 | if test "$wxUSE_ZLIB" != "no" ; then | |
22677 | cat >>confdefs.h <<\_ACEOF | |
22678 | #define wxUSE_ZLIB 1 | |
22679 | _ACEOF | |
22680 | ||
22681 | ||
22682 | if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then | |
22683 | if test "$USE_DARWIN" = 1; then | |
22684 | system_zlib_h_ok="yes" | |
22685 | else | |
22686 | echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5 | |
22687 | echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6 | |
22688 | if test "${ac_cv_header_zlib_h+set}" = set; then | |
22689 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22690 | else | |
22691 | if test "$cross_compiling" = yes; then | |
22692 | unset ac_cv_header_zlib_h | |
22693 | ||
22694 | else | |
22695 | cat >conftest.$ac_ext <<_ACEOF | |
22696 | /* confdefs.h. */ | |
22697 | _ACEOF | |
22698 | cat confdefs.h >>conftest.$ac_ext | |
22699 | cat >>conftest.$ac_ext <<_ACEOF | |
22700 | /* end confdefs.h. */ | |
22701 | ||
22702 | #include <zlib.h> | |
22703 | #include <stdio.h> | |
22704 | ||
22705 | int main() | |
22706 | { | |
22707 | FILE *f=fopen("conftestval", "w"); | |
22708 | if (!f) exit(1); | |
22709 | fprintf(f, "%s", | |
22710 | ZLIB_VERSION[0] == '1' && | |
22711 | (ZLIB_VERSION[2] > '1' || | |
22712 | (ZLIB_VERSION[2] == '1' && | |
22713 | ZLIB_VERSION[4] >= '4')) ? "yes" : "no"); | |
22714 | exit(0); | |
22715 | } | |
22716 | ||
22717 | _ACEOF | |
22718 | rm -f conftest$ac_exeext | |
22719 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
22720 | (eval $ac_link) 2>&5 | |
22721 | ac_status=$? | |
22722 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22723 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
22724 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
22725 | (eval $ac_try) 2>&5 | |
22726 | ac_status=$? | |
22727 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22728 | (exit $ac_status); }; }; then | |
22729 | ac_cv_header_zlib_h=`cat conftestval` | |
22730 | else | |
22731 | echo "$as_me: program exited with status $ac_status" >&5 | |
22732 | echo "$as_me: failed program was:" >&5 | |
22733 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22734 | ||
22735 | ( exit $ac_status ) | |
22736 | ac_cv_header_zlib_h=no | |
22737 | fi | |
ac1cb8d3 | 22738 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
22739 | fi |
22740 | ||
22741 | fi | |
22742 | echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 | |
22743 | echo "${ECHO_T}$ac_cv_header_zlib_h" >&6 | |
22744 | if test "${ac_cv_header_zlib_h+set}" = set; then | |
22745 | echo "$as_me:$LINENO: checking for zlib.h" >&5 | |
22746 | echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6 | |
22747 | if test "${ac_cv_header_zlib_h+set}" = set; then | |
22748 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22749 | fi | |
22750 | echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 | |
22751 | echo "${ECHO_T}$ac_cv_header_zlib_h" >&6 | |
22752 | else | |
22753 | # Is the header compilable? | |
22754 | echo "$as_me:$LINENO: checking zlib.h usability" >&5 | |
22755 | echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6 | |
22756 | cat >conftest.$ac_ext <<_ACEOF | |
22757 | /* confdefs.h. */ | |
22758 | _ACEOF | |
22759 | cat confdefs.h >>conftest.$ac_ext | |
22760 | cat >>conftest.$ac_ext <<_ACEOF | |
22761 | /* end confdefs.h. */ | |
22762 | $ac_includes_default | |
22763 | #include <zlib.h> | |
22764 | _ACEOF | |
22765 | rm -f conftest.$ac_objext | |
22766 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 22767 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 22768 | ac_status=$? |
ac1cb8d3 VS |
22769 | grep -v '^ *+' conftest.er1 >conftest.err |
22770 | rm -f conftest.er1 | |
22771 | cat conftest.err >&5 | |
a848cd7e SC |
22772 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22773 | (exit $ac_status); } && | |
6ebeb4c7 | 22774 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
22775 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22776 | (eval $ac_try) 2>&5 | |
22777 | ac_status=$? | |
22778 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22779 | (exit $ac_status); }; } && | |
22780 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
22781 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22782 | (eval $ac_try) 2>&5 | |
22783 | ac_status=$? | |
22784 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22785 | (exit $ac_status); }; }; then | |
22786 | ac_header_compiler=yes | |
22787 | else | |
22788 | echo "$as_me: failed program was:" >&5 | |
22789 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22790 | ||
22791 | ac_header_compiler=no | |
22792 | fi | |
ac1cb8d3 | 22793 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
22794 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
22795 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
22796 | ||
22797 | # Is the header present? | |
22798 | echo "$as_me:$LINENO: checking zlib.h presence" >&5 | |
22799 | echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6 | |
22800 | cat >conftest.$ac_ext <<_ACEOF | |
22801 | /* confdefs.h. */ | |
22802 | _ACEOF | |
22803 | cat confdefs.h >>conftest.$ac_ext | |
22804 | cat >>conftest.$ac_ext <<_ACEOF | |
22805 | /* end confdefs.h. */ | |
22806 | #include <zlib.h> | |
22807 | _ACEOF | |
22808 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
22809 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
22810 | ac_status=$? | |
22811 | grep -v '^ *+' conftest.er1 >conftest.err | |
22812 | rm -f conftest.er1 | |
22813 | cat conftest.err >&5 | |
22814 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22815 | (exit $ac_status); } >/dev/null; then | |
22816 | if test -s conftest.err; then | |
22817 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 22818 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
22819 | else |
22820 | ac_cpp_err= | |
22821 | fi | |
22822 | else | |
22823 | ac_cpp_err=yes | |
22824 | fi | |
22825 | if test -z "$ac_cpp_err"; then | |
22826 | ac_header_preproc=yes | |
22827 | else | |
22828 | echo "$as_me: failed program was:" >&5 | |
22829 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22830 | ||
22831 | ac_header_preproc=no | |
22832 | fi | |
22833 | rm -f conftest.err conftest.$ac_ext | |
22834 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
22835 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
22836 | ||
22837 | # So? What about this header? | |
ac1cb8d3 VS |
22838 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
22839 | yes:no: ) | |
a848cd7e SC |
22840 | { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
22841 | echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
22842 | { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5 |
22843 | echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;} | |
22844 | ac_header_preproc=yes | |
a848cd7e | 22845 | ;; |
ac1cb8d3 | 22846 | no:yes:* ) |
a848cd7e SC |
22847 | { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5 |
22848 | echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
22849 | { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5 |
22850 | echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;} | |
22851 | { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5 | |
22852 | echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;} | |
22853 | { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5 | |
22854 | echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
22855 | { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5 |
22856 | echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
22857 | { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5 |
22858 | echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
22859 | ( |
22860 | cat <<\_ASBOX | |
ac1cb8d3 VS |
22861 | ## ----------------------------------------- ## |
22862 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
22863 | ## ----------------------------------------- ## | |
a848cd7e SC |
22864 | _ASBOX |
22865 | ) | | |
22866 | sed "s/^/$as_me: WARNING: /" >&2 | |
22867 | ;; | |
22868 | esac | |
22869 | echo "$as_me:$LINENO: checking for zlib.h" >&5 | |
22870 | echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6 | |
22871 | if test "${ac_cv_header_zlib_h+set}" = set; then | |
22872 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22873 | else | |
22874 | ac_cv_header_zlib_h=$ac_header_preproc | |
22875 | fi | |
22876 | echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 | |
22877 | echo "${ECHO_T}$ac_cv_header_zlib_h" >&6 | |
22878 | ||
22879 | fi | |
22880 | ||
22881 | ||
22882 | ||
22883 | system_zlib_h_ok=$ac_cv_header_zlib_h | |
22884 | fi | |
22885 | ||
22886 | if test "$system_zlib_h_ok" = "yes"; then | |
22887 | echo "$as_me:$LINENO: checking for deflate in -lz" >&5 | |
22888 | echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6 | |
22889 | if test "${ac_cv_lib_z_deflate+set}" = set; then | |
22890 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22891 | else | |
22892 | ac_check_lib_save_LIBS=$LIBS | |
22893 | LIBS="-lz $LIBS" | |
22894 | cat >conftest.$ac_ext <<_ACEOF | |
22895 | /* confdefs.h. */ | |
22896 | _ACEOF | |
22897 | cat confdefs.h >>conftest.$ac_ext | |
22898 | cat >>conftest.$ac_ext <<_ACEOF | |
22899 | /* end confdefs.h. */ | |
22900 | ||
22901 | /* Override any gcc2 internal prototype to avoid an error. */ | |
22902 | #ifdef __cplusplus | |
22903 | extern "C" | |
22904 | #endif | |
22905 | /* We use char because int might match the return type of a gcc2 | |
22906 | builtin and then its argument prototype would still apply. */ | |
22907 | char deflate (); | |
22908 | int | |
22909 | main () | |
22910 | { | |
22911 | deflate (); | |
22912 | ; | |
22913 | return 0; | |
22914 | } | |
22915 | _ACEOF | |
22916 | rm -f conftest.$ac_objext conftest$ac_exeext | |
22917 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 22918 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 22919 | ac_status=$? |
ac1cb8d3 VS |
22920 | grep -v '^ *+' conftest.er1 >conftest.err |
22921 | rm -f conftest.er1 | |
22922 | cat conftest.err >&5 | |
a848cd7e SC |
22923 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22924 | (exit $ac_status); } && | |
6ebeb4c7 | 22925 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
22926 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22927 | (eval $ac_try) 2>&5 | |
22928 | ac_status=$? | |
22929 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22930 | (exit $ac_status); }; } && | |
22931 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
22932 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22933 | (eval $ac_try) 2>&5 | |
22934 | ac_status=$? | |
22935 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22936 | (exit $ac_status); }; }; then | |
22937 | ac_cv_lib_z_deflate=yes | |
22938 | else | |
22939 | echo "$as_me: failed program was:" >&5 | |
22940 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22941 | ||
22942 | ac_cv_lib_z_deflate=no | |
22943 | fi | |
ac1cb8d3 VS |
22944 | rm -f conftest.err conftest.$ac_objext \ |
22945 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
22946 | LIBS=$ac_check_lib_save_LIBS |
22947 | fi | |
22948 | echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5 | |
22949 | echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6 | |
22950 | if test $ac_cv_lib_z_deflate = yes; then | |
22951 | ZLIB_LINK=" -lz" | |
22952 | fi | |
22953 | ||
22954 | fi | |
22955 | ||
22956 | if test "x$ZLIB_LINK" = "x" ; then | |
22957 | if test "$wxUSE_ZLIB" = "sys" ; then | |
22958 | { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5 | |
22959 | echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;} | |
22960 | { (exit 1); exit 1; }; } | |
22961 | else | |
22962 | { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5 | |
22963 | echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;} | |
22964 | wxUSE_ZLIB=builtin | |
22965 | fi | |
22966 | else | |
22967 | wxUSE_ZLIB=sys | |
22968 | fi | |
22969 | fi | |
22970 | fi | |
22971 | ||
22972 | ||
22973 | PNG_LINK= | |
22974 | if test "$wxUSE_LIBPNG" != "no" ; then | |
22975 | cat >>confdefs.h <<\_ACEOF | |
22976 | #define wxUSE_LIBPNG 1 | |
22977 | _ACEOF | |
22978 | ||
22979 | ||
22980 | if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then | |
22981 | { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5 | |
22982 | echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;} | |
22983 | wxUSE_LIBPNG=sys | |
22984 | fi | |
22985 | ||
22986 | if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then | |
22987 | { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5 | |
22988 | echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;} | |
22989 | wxUSE_LIBPNG=builtin | |
22990 | fi | |
22991 | ||
22992 | if test "$wxUSE_MGL" != 1 ; then | |
22993 | if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then | |
22994 | echo "$as_me:$LINENO: checking for png.h > 0.90" >&5 | |
22995 | echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6 | |
22996 | if test "${ac_cv_header_png_h+set}" = set; then | |
22997 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22998 | else | |
22999 | if test "$cross_compiling" = yes; then | |
23000 | unset ac_cv_header_png_h | |
23001 | ||
23002 | else | |
23003 | cat >conftest.$ac_ext <<_ACEOF | |
23004 | /* confdefs.h. */ | |
23005 | _ACEOF | |
23006 | cat confdefs.h >>conftest.$ac_ext | |
23007 | cat >>conftest.$ac_ext <<_ACEOF | |
23008 | /* end confdefs.h. */ | |
23009 | ||
23010 | #include <png.h> | |
23011 | #include <stdio.h> | |
23012 | ||
23013 | int main() | |
23014 | { | |
23015 | FILE *f=fopen("conftestval", "w"); | |
23016 | if (!f) exit(1); | |
23017 | fprintf(f, "%s", | |
23018 | PNG_LIBPNG_VER > 90 ? "yes" : "no"); | |
23019 | exit(0); | |
23020 | } | |
23021 | ||
23022 | _ACEOF | |
23023 | rm -f conftest$ac_exeext | |
23024 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
23025 | (eval $ac_link) 2>&5 | |
23026 | ac_status=$? | |
23027 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23028 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
23029 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
23030 | (eval $ac_try) 2>&5 | |
23031 | ac_status=$? | |
23032 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23033 | (exit $ac_status); }; }; then | |
23034 | ac_cv_header_png_h=`cat conftestval` | |
23035 | else | |
23036 | echo "$as_me: program exited with status $ac_status" >&5 | |
23037 | echo "$as_me: failed program was:" >&5 | |
23038 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23039 | ||
23040 | ( exit $ac_status ) | |
23041 | ac_cv_header_png_h=no | |
23042 | fi | |
ac1cb8d3 | 23043 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
23044 | fi |
23045 | ||
23046 | fi | |
23047 | echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5 | |
23048 | echo "${ECHO_T}$ac_cv_header_png_h" >&6 | |
23049 | if test "${ac_cv_header_png_h+set}" = set; then | |
23050 | echo "$as_me:$LINENO: checking for png.h" >&5 | |
23051 | echo $ECHO_N "checking for png.h... $ECHO_C" >&6 | |
23052 | if test "${ac_cv_header_png_h+set}" = set; then | |
23053 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23054 | fi | |
23055 | echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5 | |
23056 | echo "${ECHO_T}$ac_cv_header_png_h" >&6 | |
23057 | else | |
23058 | # Is the header compilable? | |
23059 | echo "$as_me:$LINENO: checking png.h usability" >&5 | |
23060 | echo $ECHO_N "checking png.h usability... $ECHO_C" >&6 | |
23061 | cat >conftest.$ac_ext <<_ACEOF | |
23062 | /* confdefs.h. */ | |
23063 | _ACEOF | |
23064 | cat confdefs.h >>conftest.$ac_ext | |
23065 | cat >>conftest.$ac_ext <<_ACEOF | |
23066 | /* end confdefs.h. */ | |
23067 | $ac_includes_default | |
23068 | #include <png.h> | |
23069 | _ACEOF | |
23070 | rm -f conftest.$ac_objext | |
23071 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 23072 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 23073 | ac_status=$? |
ac1cb8d3 VS |
23074 | grep -v '^ *+' conftest.er1 >conftest.err |
23075 | rm -f conftest.er1 | |
23076 | cat conftest.err >&5 | |
a848cd7e SC |
23077 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23078 | (exit $ac_status); } && | |
6ebeb4c7 | 23079 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
23080 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23081 | (eval $ac_try) 2>&5 | |
23082 | ac_status=$? | |
23083 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23084 | (exit $ac_status); }; } && | |
23085 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
23086 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23087 | (eval $ac_try) 2>&5 | |
23088 | ac_status=$? | |
23089 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23090 | (exit $ac_status); }; }; then | |
23091 | ac_header_compiler=yes | |
23092 | else | |
23093 | echo "$as_me: failed program was:" >&5 | |
23094 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23095 | ||
23096 | ac_header_compiler=no | |
23097 | fi | |
ac1cb8d3 | 23098 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
23099 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
23100 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
23101 | ||
23102 | # Is the header present? | |
23103 | echo "$as_me:$LINENO: checking png.h presence" >&5 | |
23104 | echo $ECHO_N "checking png.h presence... $ECHO_C" >&6 | |
23105 | cat >conftest.$ac_ext <<_ACEOF | |
23106 | /* confdefs.h. */ | |
23107 | _ACEOF | |
23108 | cat confdefs.h >>conftest.$ac_ext | |
23109 | cat >>conftest.$ac_ext <<_ACEOF | |
23110 | /* end confdefs.h. */ | |
23111 | #include <png.h> | |
23112 | _ACEOF | |
23113 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
23114 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
23115 | ac_status=$? | |
23116 | grep -v '^ *+' conftest.er1 >conftest.err | |
23117 | rm -f conftest.er1 | |
23118 | cat conftest.err >&5 | |
23119 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23120 | (exit $ac_status); } >/dev/null; then | |
23121 | if test -s conftest.err; then | |
23122 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 23123 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
23124 | else |
23125 | ac_cpp_err= | |
23126 | fi | |
23127 | else | |
23128 | ac_cpp_err=yes | |
23129 | fi | |
23130 | if test -z "$ac_cpp_err"; then | |
23131 | ac_header_preproc=yes | |
23132 | else | |
23133 | echo "$as_me: failed program was:" >&5 | |
23134 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23135 | ||
23136 | ac_header_preproc=no | |
23137 | fi | |
23138 | rm -f conftest.err conftest.$ac_ext | |
23139 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
23140 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
23141 | ||
23142 | # So? What about this header? | |
ac1cb8d3 VS |
23143 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
23144 | yes:no: ) | |
a848cd7e SC |
23145 | { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
23146 | echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
23147 | { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5 |
23148 | echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;} | |
23149 | ac_header_preproc=yes | |
a848cd7e | 23150 | ;; |
ac1cb8d3 | 23151 | no:yes:* ) |
a848cd7e SC |
23152 | { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5 |
23153 | echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
23154 | { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5 |
23155 | echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;} | |
23156 | { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5 | |
23157 | echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;} | |
23158 | { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5 | |
23159 | echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
23160 | { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5 |
23161 | echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
23162 | { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5 |
23163 | echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
23164 | ( |
23165 | cat <<\_ASBOX | |
ac1cb8d3 VS |
23166 | ## ----------------------------------------- ## |
23167 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
23168 | ## ----------------------------------------- ## | |
a848cd7e SC |
23169 | _ASBOX |
23170 | ) | | |
23171 | sed "s/^/$as_me: WARNING: /" >&2 | |
23172 | ;; | |
23173 | esac | |
23174 | echo "$as_me:$LINENO: checking for png.h" >&5 | |
23175 | echo $ECHO_N "checking for png.h... $ECHO_C" >&6 | |
23176 | if test "${ac_cv_header_png_h+set}" = set; then | |
23177 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23178 | else | |
23179 | ac_cv_header_png_h=$ac_header_preproc | |
23180 | fi | |
23181 | echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5 | |
23182 | echo "${ECHO_T}$ac_cv_header_png_h" >&6 | |
23183 | ||
23184 | fi | |
23185 | ||
23186 | ||
23187 | ||
23188 | if test "$ac_cv_header_png_h" = "yes"; then | |
23189 | echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5 | |
23190 | echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6 | |
23191 | if test "${ac_cv_lib_png_png_check_sig+set}" = set; then | |
23192 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23193 | else | |
23194 | ac_check_lib_save_LIBS=$LIBS | |
23195 | LIBS="-lpng -lz -lm $LIBS" | |
23196 | cat >conftest.$ac_ext <<_ACEOF | |
23197 | /* confdefs.h. */ | |
23198 | _ACEOF | |
23199 | cat confdefs.h >>conftest.$ac_ext | |
23200 | cat >>conftest.$ac_ext <<_ACEOF | |
23201 | /* end confdefs.h. */ | |
23202 | ||
23203 | /* Override any gcc2 internal prototype to avoid an error. */ | |
23204 | #ifdef __cplusplus | |
23205 | extern "C" | |
23206 | #endif | |
23207 | /* We use char because int might match the return type of a gcc2 | |
23208 | builtin and then its argument prototype would still apply. */ | |
23209 | char png_check_sig (); | |
23210 | int | |
23211 | main () | |
23212 | { | |
23213 | png_check_sig (); | |
23214 | ; | |
23215 | return 0; | |
23216 | } | |
23217 | _ACEOF | |
23218 | rm -f conftest.$ac_objext conftest$ac_exeext | |
23219 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 23220 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 23221 | ac_status=$? |
ac1cb8d3 VS |
23222 | grep -v '^ *+' conftest.er1 >conftest.err |
23223 | rm -f conftest.er1 | |
23224 | cat conftest.err >&5 | |
a848cd7e SC |
23225 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23226 | (exit $ac_status); } && | |
6ebeb4c7 | 23227 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
23228 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23229 | (eval $ac_try) 2>&5 | |
23230 | ac_status=$? | |
23231 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23232 | (exit $ac_status); }; } && | |
23233 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
23234 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23235 | (eval $ac_try) 2>&5 | |
23236 | ac_status=$? | |
23237 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23238 | (exit $ac_status); }; }; then | |
23239 | ac_cv_lib_png_png_check_sig=yes | |
23240 | else | |
23241 | echo "$as_me: failed program was:" >&5 | |
23242 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23243 | ||
23244 | ac_cv_lib_png_png_check_sig=no | |
23245 | fi | |
ac1cb8d3 VS |
23246 | rm -f conftest.err conftest.$ac_objext \ |
23247 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
23248 | LIBS=$ac_check_lib_save_LIBS |
23249 | fi | |
23250 | echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5 | |
23251 | echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6 | |
23252 | if test $ac_cv_lib_png_png_check_sig = yes; then | |
23253 | PNG_LINK=" -lpng -lz" | |
23254 | fi | |
23255 | ||
23256 | fi | |
23257 | ||
23258 | if test "x$PNG_LINK" = "x" ; then | |
23259 | if test "$wxUSE_LIBPNG" = "sys" ; then | |
23260 | { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5 | |
23261 | echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;} | |
23262 | { (exit 1); exit 1; }; } | |
23263 | else | |
23264 | { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5 | |
23265 | echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;} | |
23266 | wxUSE_LIBPNG=builtin | |
23267 | fi | |
23268 | else | |
23269 | wxUSE_LIBPNG=sys | |
23270 | fi | |
23271 | fi | |
23272 | fi | |
23273 | ||
23274 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png" | |
23275 | fi | |
23276 | ||
23277 | ||
23278 | JPEG_LINK= | |
23279 | if test "$wxUSE_LIBJPEG" != "no" ; then | |
23280 | cat >>confdefs.h <<\_ACEOF | |
23281 | #define wxUSE_LIBJPEG 1 | |
23282 | _ACEOF | |
23283 | ||
23284 | ||
23285 | if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then | |
23286 | { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5 | |
23287 | echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;} | |
23288 | wxUSE_LIBJPEG=sys | |
23289 | fi | |
23290 | ||
23291 | if test "$wxUSE_MGL" != 1 ; then | |
23292 | if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then | |
23293 | echo "$as_me:$LINENO: checking for jpeglib.h" >&5 | |
23294 | echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6 | |
23295 | if test "${ac_cv_header_jpeglib_h+set}" = set; then | |
23296 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23297 | else | |
23298 | cat >conftest.$ac_ext <<_ACEOF | |
23299 | /* confdefs.h. */ | |
23300 | _ACEOF | |
23301 | cat confdefs.h >>conftest.$ac_ext | |
23302 | cat >>conftest.$ac_ext <<_ACEOF | |
23303 | /* end confdefs.h. */ | |
23304 | ||
23305 | #undef HAVE_STDLIB_H | |
23306 | #include <stdio.h> | |
23307 | #include <jpeglib.h> | |
23308 | ||
23309 | int | |
23310 | main () | |
23311 | { | |
23312 | ||
23313 | ||
23314 | ; | |
23315 | return 0; | |
23316 | } | |
23317 | _ACEOF | |
23318 | rm -f conftest.$ac_objext | |
23319 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 23320 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 23321 | ac_status=$? |
ac1cb8d3 VS |
23322 | grep -v '^ *+' conftest.er1 >conftest.err |
23323 | rm -f conftest.er1 | |
23324 | cat conftest.err >&5 | |
a848cd7e SC |
23325 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23326 | (exit $ac_status); } && | |
6ebeb4c7 | 23327 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
23328 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23329 | (eval $ac_try) 2>&5 | |
23330 | ac_status=$? | |
23331 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23332 | (exit $ac_status); }; } && | |
23333 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
23334 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23335 | (eval $ac_try) 2>&5 | |
23336 | ac_status=$? | |
23337 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23338 | (exit $ac_status); }; }; then | |
23339 | ac_cv_header_jpeglib_h=yes | |
23340 | else | |
23341 | echo "$as_me: failed program was:" >&5 | |
23342 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23343 | ||
23344 | ac_cv_header_jpeglib_h=no | |
23345 | ||
23346 | fi | |
ac1cb8d3 | 23347 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
23348 | |
23349 | fi | |
23350 | ||
23351 | echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5 | |
23352 | echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6 | |
23353 | ||
23354 | if test "$ac_cv_header_jpeglib_h" = "yes"; then | |
23355 | echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5 | |
23356 | echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6 | |
23357 | if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then | |
23358 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23359 | else | |
23360 | ac_check_lib_save_LIBS=$LIBS | |
23361 | LIBS="-ljpeg $LIBS" | |
23362 | cat >conftest.$ac_ext <<_ACEOF | |
23363 | /* confdefs.h. */ | |
23364 | _ACEOF | |
23365 | cat confdefs.h >>conftest.$ac_ext | |
23366 | cat >>conftest.$ac_ext <<_ACEOF | |
23367 | /* end confdefs.h. */ | |
23368 | ||
23369 | /* Override any gcc2 internal prototype to avoid an error. */ | |
23370 | #ifdef __cplusplus | |
23371 | extern "C" | |
23372 | #endif | |
23373 | /* We use char because int might match the return type of a gcc2 | |
23374 | builtin and then its argument prototype would still apply. */ | |
23375 | char jpeg_read_header (); | |
23376 | int | |
23377 | main () | |
23378 | { | |
23379 | jpeg_read_header (); | |
23380 | ; | |
23381 | return 0; | |
23382 | } | |
23383 | _ACEOF | |
23384 | rm -f conftest.$ac_objext conftest$ac_exeext | |
23385 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 23386 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 23387 | ac_status=$? |
ac1cb8d3 VS |
23388 | grep -v '^ *+' conftest.er1 >conftest.err |
23389 | rm -f conftest.er1 | |
23390 | cat conftest.err >&5 | |
a848cd7e SC |
23391 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23392 | (exit $ac_status); } && | |
6ebeb4c7 | 23393 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
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); }; } && | |
23399 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
23400 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23401 | (eval $ac_try) 2>&5 | |
23402 | ac_status=$? | |
23403 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23404 | (exit $ac_status); }; }; then | |
23405 | ac_cv_lib_jpeg_jpeg_read_header=yes | |
23406 | else | |
23407 | echo "$as_me: failed program was:" >&5 | |
23408 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23409 | ||
23410 | ac_cv_lib_jpeg_jpeg_read_header=no | |
23411 | fi | |
ac1cb8d3 VS |
23412 | rm -f conftest.err conftest.$ac_objext \ |
23413 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
23414 | LIBS=$ac_check_lib_save_LIBS |
23415 | fi | |
23416 | echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5 | |
23417 | echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6 | |
23418 | if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then | |
23419 | JPEG_LINK=" -ljpeg" | |
23420 | fi | |
23421 | ||
23422 | fi | |
23423 | ||
23424 | if test "x$JPEG_LINK" = "x" ; then | |
23425 | if test "$wxUSE_LIBJPEG" = "sys" ; then | |
23426 | { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5 | |
23427 | echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;} | |
23428 | { (exit 1); exit 1; }; } | |
23429 | else | |
23430 | { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5 | |
23431 | echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;} | |
23432 | wxUSE_LIBJPEG=builtin | |
23433 | fi | |
23434 | else | |
23435 | wxUSE_LIBJPEG=sys | |
23436 | fi | |
23437 | fi | |
23438 | fi | |
23439 | fi | |
23440 | ||
23441 | ||
23442 | TIFF_LINK= | |
23443 | TIFF_PREREQ_LINKS=-lm | |
23444 | if test "$wxUSE_LIBTIFF" != "no" ; then | |
23445 | cat >>confdefs.h <<\_ACEOF | |
23446 | #define wxUSE_LIBTIFF 1 | |
23447 | _ACEOF | |
23448 | ||
23449 | ||
23450 | if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then | |
23451 | if test "$wxUSE_LIBJPEG" = "sys"; then | |
23452 | TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK" | |
23453 | fi | |
23454 | if test "$wxUSE_ZLIB" = "sys"; then | |
23455 | TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK" | |
23456 | fi | |
23457 | if test "${ac_cv_header_tiffio_h+set}" = set; then | |
23458 | echo "$as_me:$LINENO: checking for tiffio.h" >&5 | |
23459 | echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 | |
23460 | if test "${ac_cv_header_tiffio_h+set}" = set; then | |
23461 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23462 | fi | |
23463 | echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5 | |
23464 | echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6 | |
23465 | else | |
23466 | # Is the header compilable? | |
23467 | echo "$as_me:$LINENO: checking tiffio.h usability" >&5 | |
23468 | echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6 | |
23469 | cat >conftest.$ac_ext <<_ACEOF | |
23470 | /* confdefs.h. */ | |
23471 | _ACEOF | |
23472 | cat confdefs.h >>conftest.$ac_ext | |
23473 | cat >>conftest.$ac_ext <<_ACEOF | |
23474 | /* end confdefs.h. */ | |
23475 | $ac_includes_default | |
23476 | #include <tiffio.h> | |
23477 | _ACEOF | |
23478 | rm -f conftest.$ac_objext | |
23479 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 23480 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 23481 | ac_status=$? |
ac1cb8d3 VS |
23482 | grep -v '^ *+' conftest.er1 >conftest.err |
23483 | rm -f conftest.er1 | |
23484 | cat conftest.err >&5 | |
a848cd7e SC |
23485 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23486 | (exit $ac_status); } && | |
6ebeb4c7 | 23487 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
23488 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23489 | (eval $ac_try) 2>&5 | |
23490 | ac_status=$? | |
23491 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23492 | (exit $ac_status); }; } && | |
23493 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
23494 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23495 | (eval $ac_try) 2>&5 | |
23496 | ac_status=$? | |
23497 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23498 | (exit $ac_status); }; }; then | |
23499 | ac_header_compiler=yes | |
23500 | else | |
23501 | echo "$as_me: failed program was:" >&5 | |
23502 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23503 | ||
23504 | ac_header_compiler=no | |
23505 | fi | |
ac1cb8d3 | 23506 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
23507 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
23508 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
23509 | ||
23510 | # Is the header present? | |
23511 | echo "$as_me:$LINENO: checking tiffio.h presence" >&5 | |
23512 | echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6 | |
23513 | cat >conftest.$ac_ext <<_ACEOF | |
23514 | /* confdefs.h. */ | |
23515 | _ACEOF | |
23516 | cat confdefs.h >>conftest.$ac_ext | |
23517 | cat >>conftest.$ac_ext <<_ACEOF | |
23518 | /* end confdefs.h. */ | |
23519 | #include <tiffio.h> | |
23520 | _ACEOF | |
23521 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
23522 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
23523 | ac_status=$? | |
23524 | grep -v '^ *+' conftest.er1 >conftest.err | |
23525 | rm -f conftest.er1 | |
23526 | cat conftest.err >&5 | |
23527 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23528 | (exit $ac_status); } >/dev/null; then | |
23529 | if test -s conftest.err; then | |
23530 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 23531 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
23532 | else |
23533 | ac_cpp_err= | |
23534 | fi | |
23535 | else | |
23536 | ac_cpp_err=yes | |
23537 | fi | |
23538 | if test -z "$ac_cpp_err"; then | |
23539 | ac_header_preproc=yes | |
23540 | else | |
23541 | echo "$as_me: failed program was:" >&5 | |
23542 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23543 | ||
23544 | ac_header_preproc=no | |
23545 | fi | |
23546 | rm -f conftest.err conftest.$ac_ext | |
23547 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
23548 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
23549 | ||
23550 | # So? What about this header? | |
ac1cb8d3 VS |
23551 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
23552 | yes:no: ) | |
a848cd7e SC |
23553 | { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
23554 | echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
23555 | { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5 |
23556 | echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;} | |
23557 | ac_header_preproc=yes | |
a848cd7e | 23558 | ;; |
ac1cb8d3 | 23559 | no:yes:* ) |
a848cd7e SC |
23560 | { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5 |
23561 | echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
23562 | { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5 |
23563 | echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;} | |
23564 | { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5 | |
23565 | echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;} | |
23566 | { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5 | |
23567 | echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
23568 | { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 |
23569 | echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
23570 | { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5 |
23571 | echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
23572 | ( |
23573 | cat <<\_ASBOX | |
ac1cb8d3 VS |
23574 | ## ----------------------------------------- ## |
23575 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
23576 | ## ----------------------------------------- ## | |
a848cd7e SC |
23577 | _ASBOX |
23578 | ) | | |
23579 | sed "s/^/$as_me: WARNING: /" >&2 | |
23580 | ;; | |
23581 | esac | |
23582 | echo "$as_me:$LINENO: checking for tiffio.h" >&5 | |
23583 | echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 | |
23584 | if test "${ac_cv_header_tiffio_h+set}" = set; then | |
23585 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23586 | else | |
23587 | ac_cv_header_tiffio_h=$ac_header_preproc | |
23588 | fi | |
23589 | echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5 | |
23590 | echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6 | |
23591 | ||
23592 | fi | |
23593 | if test $ac_cv_header_tiffio_h = yes; then | |
23594 | ||
23595 | echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5 | |
23596 | echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6 | |
23597 | if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then | |
23598 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23599 | else | |
23600 | ac_check_lib_save_LIBS=$LIBS | |
23601 | LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS" | |
23602 | cat >conftest.$ac_ext <<_ACEOF | |
23603 | /* confdefs.h. */ | |
23604 | _ACEOF | |
23605 | cat confdefs.h >>conftest.$ac_ext | |
23606 | cat >>conftest.$ac_ext <<_ACEOF | |
23607 | /* end confdefs.h. */ | |
23608 | ||
23609 | /* Override any gcc2 internal prototype to avoid an error. */ | |
23610 | #ifdef __cplusplus | |
23611 | extern "C" | |
23612 | #endif | |
23613 | /* We use char because int might match the return type of a gcc2 | |
23614 | builtin and then its argument prototype would still apply. */ | |
23615 | char TIFFError (); | |
23616 | int | |
23617 | main () | |
23618 | { | |
23619 | TIFFError (); | |
23620 | ; | |
23621 | return 0; | |
23622 | } | |
23623 | _ACEOF | |
23624 | rm -f conftest.$ac_objext conftest$ac_exeext | |
23625 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 23626 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 23627 | ac_status=$? |
ac1cb8d3 VS |
23628 | grep -v '^ *+' conftest.er1 >conftest.err |
23629 | rm -f conftest.er1 | |
23630 | cat conftest.err >&5 | |
a848cd7e SC |
23631 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23632 | (exit $ac_status); } && | |
6ebeb4c7 | 23633 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
23634 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23635 | (eval $ac_try) 2>&5 | |
23636 | ac_status=$? | |
23637 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23638 | (exit $ac_status); }; } && | |
23639 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
23640 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23641 | (eval $ac_try) 2>&5 | |
23642 | ac_status=$? | |
23643 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23644 | (exit $ac_status); }; }; then | |
23645 | ac_cv_lib_tiff_TIFFError=yes | |
23646 | else | |
23647 | echo "$as_me: failed program was:" >&5 | |
23648 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23649 | ||
23650 | ac_cv_lib_tiff_TIFFError=no | |
23651 | fi | |
ac1cb8d3 VS |
23652 | rm -f conftest.err conftest.$ac_objext \ |
23653 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
23654 | LIBS=$ac_check_lib_save_LIBS |
23655 | fi | |
23656 | echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5 | |
23657 | echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6 | |
23658 | if test $ac_cv_lib_tiff_TIFFError = yes; then | |
23659 | TIFF_LINK=" -ltiff" | |
23660 | fi | |
23661 | ||
23662 | ||
23663 | ||
23664 | fi | |
23665 | ||
23666 | ||
23667 | ||
23668 | if test "x$TIFF_LINK" = "x" ; then | |
23669 | if test "$wxUSE_LIBTIFF" = "sys" ; then | |
23670 | { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5 | |
23671 | echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;} | |
23672 | { (exit 1); exit 1; }; } | |
23673 | else | |
23674 | { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5 | |
23675 | echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;} | |
23676 | wxUSE_LIBTIFF=builtin | |
23677 | fi | |
23678 | else | |
23679 | wxUSE_LIBTIFF=sys | |
23680 | fi | |
23681 | fi | |
23682 | fi | |
23683 | ||
23684 | ||
47a7e797 MW |
23685 | if test "$wxUSE_WCHAR_T" != "yes"; then |
23686 | if test "$wxUSE_EXPAT" != "no"; then | |
23687 | { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&5 | |
23688 | echo "$as_me: WARNING: wxWidgets requires wchar_t to use expat, disabling" >&2;} | |
23689 | wxUSE_EXPAT=no | |
23690 | fi | |
23691 | if test "$wxUSE_XML" != "no"; then | |
23692 | { echo "$as_me:$LINENO: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&5 | |
23693 | echo "$as_me: WARNING: wxWidgets requires wchar_t to use xml, disabling" >&2;} | |
23694 | wxUSE_XML=no | |
23695 | fi | |
23696 | fi | |
23697 | ||
a848cd7e SC |
23698 | if test "$wxUSE_EXPAT" != "no"; then |
23699 | wxUSE_XML=yes | |
23700 | cat >>confdefs.h <<\_ACEOF | |
23701 | #define wxUSE_EXPAT 1 | |
23702 | _ACEOF | |
23703 | ||
23704 | cat >>confdefs.h <<\_ACEOF | |
23705 | #define wxUSE_XML 1 | |
23706 | _ACEOF | |
23707 | ||
23708 | ||
23709 | if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then | |
23710 | if test "${ac_cv_header_expat_h+set}" = set; then | |
23711 | echo "$as_me:$LINENO: checking for expat.h" >&5 | |
23712 | echo $ECHO_N "checking for expat.h... $ECHO_C" >&6 | |
23713 | if test "${ac_cv_header_expat_h+set}" = set; then | |
23714 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23715 | fi | |
23716 | echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5 | |
23717 | echo "${ECHO_T}$ac_cv_header_expat_h" >&6 | |
23718 | else | |
23719 | # Is the header compilable? | |
23720 | echo "$as_me:$LINENO: checking expat.h usability" >&5 | |
23721 | echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6 | |
23722 | cat >conftest.$ac_ext <<_ACEOF | |
23723 | /* confdefs.h. */ | |
23724 | _ACEOF | |
23725 | cat confdefs.h >>conftest.$ac_ext | |
23726 | cat >>conftest.$ac_ext <<_ACEOF | |
23727 | /* end confdefs.h. */ | |
23728 | $ac_includes_default | |
23729 | #include <expat.h> | |
23730 | _ACEOF | |
23731 | rm -f conftest.$ac_objext | |
23732 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 23733 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 23734 | ac_status=$? |
ac1cb8d3 VS |
23735 | grep -v '^ *+' conftest.er1 >conftest.err |
23736 | rm -f conftest.er1 | |
23737 | cat conftest.err >&5 | |
a848cd7e SC |
23738 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23739 | (exit $ac_status); } && | |
6ebeb4c7 | 23740 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
23741 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23742 | (eval $ac_try) 2>&5 | |
23743 | ac_status=$? | |
23744 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23745 | (exit $ac_status); }; } && | |
23746 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
23747 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23748 | (eval $ac_try) 2>&5 | |
23749 | ac_status=$? | |
23750 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23751 | (exit $ac_status); }; }; then | |
23752 | ac_header_compiler=yes | |
23753 | else | |
23754 | echo "$as_me: failed program was:" >&5 | |
23755 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23756 | ||
23757 | ac_header_compiler=no | |
23758 | fi | |
ac1cb8d3 | 23759 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
23760 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
23761 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
23762 | ||
23763 | # Is the header present? | |
23764 | echo "$as_me:$LINENO: checking expat.h presence" >&5 | |
23765 | echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6 | |
23766 | cat >conftest.$ac_ext <<_ACEOF | |
23767 | /* confdefs.h. */ | |
23768 | _ACEOF | |
23769 | cat confdefs.h >>conftest.$ac_ext | |
23770 | cat >>conftest.$ac_ext <<_ACEOF | |
23771 | /* end confdefs.h. */ | |
23772 | #include <expat.h> | |
23773 | _ACEOF | |
23774 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
23775 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
23776 | ac_status=$? | |
23777 | grep -v '^ *+' conftest.er1 >conftest.err | |
23778 | rm -f conftest.er1 | |
23779 | cat conftest.err >&5 | |
23780 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23781 | (exit $ac_status); } >/dev/null; then | |
23782 | if test -s conftest.err; then | |
23783 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 23784 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
23785 | else |
23786 | ac_cpp_err= | |
23787 | fi | |
23788 | else | |
23789 | ac_cpp_err=yes | |
23790 | fi | |
23791 | if test -z "$ac_cpp_err"; then | |
23792 | ac_header_preproc=yes | |
23793 | else | |
23794 | echo "$as_me: failed program was:" >&5 | |
23795 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23796 | ||
23797 | ac_header_preproc=no | |
23798 | fi | |
23799 | rm -f conftest.err conftest.$ac_ext | |
23800 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
23801 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
23802 | ||
23803 | # So? What about this header? | |
ac1cb8d3 VS |
23804 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
23805 | yes:no: ) | |
a848cd7e SC |
23806 | { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
23807 | echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
23808 | { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5 |
23809 | echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;} | |
23810 | ac_header_preproc=yes | |
a848cd7e | 23811 | ;; |
ac1cb8d3 | 23812 | no:yes:* ) |
a848cd7e SC |
23813 | { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5 |
23814 | echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
23815 | { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5 |
23816 | echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;} | |
23817 | { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5 | |
23818 | echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;} | |
23819 | { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5 | |
23820 | echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
23821 | { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5 |
23822 | echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
23823 | { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5 |
23824 | echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
23825 | ( |
23826 | cat <<\_ASBOX | |
ac1cb8d3 VS |
23827 | ## ----------------------------------------- ## |
23828 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
23829 | ## ----------------------------------------- ## | |
a848cd7e SC |
23830 | _ASBOX |
23831 | ) | | |
23832 | sed "s/^/$as_me: WARNING: /" >&2 | |
23833 | ;; | |
23834 | esac | |
23835 | echo "$as_me:$LINENO: checking for expat.h" >&5 | |
23836 | echo $ECHO_N "checking for expat.h... $ECHO_C" >&6 | |
23837 | if test "${ac_cv_header_expat_h+set}" = set; then | |
23838 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23839 | else | |
23840 | ac_cv_header_expat_h=$ac_header_preproc | |
23841 | fi | |
23842 | echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5 | |
23843 | echo "${ECHO_T}$ac_cv_header_expat_h" >&6 | |
23844 | ||
23845 | fi | |
23846 | if test $ac_cv_header_expat_h = yes; then | |
23847 | found_expat_h=1 | |
23848 | fi | |
23849 | ||
23850 | ||
23851 | if test "x$found_expat_h" = "x1"; then | |
23852 | echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5 | |
23853 | echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6 | |
23854 | if test "${wx_cv_expat_is_not_broken+set}" = set; then | |
23855 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23856 | else | |
23857 | ||
23858 | ||
23859 | ||
23860 | ac_ext=cc | |
23861 | ac_cpp='$CXXCPP $CPPFLAGS' | |
23862 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
23863 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
23864 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
23865 | ||
23866 | cat >conftest.$ac_ext <<_ACEOF | |
23867 | /* confdefs.h. */ | |
23868 | _ACEOF | |
23869 | cat confdefs.h >>conftest.$ac_ext | |
23870 | cat >>conftest.$ac_ext <<_ACEOF | |
23871 | /* end confdefs.h. */ | |
23872 | #include <expat.h> | |
23873 | int | |
23874 | main () | |
23875 | { | |
23876 | ||
23877 | ; | |
23878 | return 0; | |
23879 | } | |
23880 | _ACEOF | |
23881 | rm -f conftest.$ac_objext | |
23882 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 23883 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 23884 | ac_status=$? |
ac1cb8d3 VS |
23885 | grep -v '^ *+' conftest.er1 >conftest.err |
23886 | rm -f conftest.er1 | |
23887 | cat conftest.err >&5 | |
a848cd7e SC |
23888 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23889 | (exit $ac_status); } && | |
6ebeb4c7 | 23890 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
23891 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23892 | (eval $ac_try) 2>&5 | |
23893 | ac_status=$? | |
23894 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23895 | (exit $ac_status); }; } && | |
23896 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
23897 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23898 | (eval $ac_try) 2>&5 | |
23899 | ac_status=$? | |
23900 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23901 | (exit $ac_status); }; }; then | |
23902 | wx_cv_expat_is_not_broken=yes | |
23903 | else | |
23904 | echo "$as_me: failed program was:" >&5 | |
23905 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23906 | ||
23907 | wx_cv_expat_is_not_broken=no | |
23908 | ||
23909 | fi | |
ac1cb8d3 | 23910 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
23911 | ac_ext=c |
23912 | ac_cpp='$CPP $CPPFLAGS' | |
23913 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
23914 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
23915 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
23916 | ||
23917 | ||
23918 | ||
23919 | fi | |
23920 | echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5 | |
23921 | echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6 | |
23922 | if test "$wx_cv_expat_is_not_broken" = "yes" ; then | |
23923 | echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5 | |
23924 | echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6 | |
23925 | if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then | |
23926 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23927 | else | |
23928 | ac_check_lib_save_LIBS=$LIBS | |
23929 | LIBS="-lexpat $LIBS" | |
23930 | cat >conftest.$ac_ext <<_ACEOF | |
23931 | /* confdefs.h. */ | |
23932 | _ACEOF | |
23933 | cat confdefs.h >>conftest.$ac_ext | |
23934 | cat >>conftest.$ac_ext <<_ACEOF | |
23935 | /* end confdefs.h. */ | |
23936 | ||
23937 | /* Override any gcc2 internal prototype to avoid an error. */ | |
23938 | #ifdef __cplusplus | |
23939 | extern "C" | |
23940 | #endif | |
23941 | /* We use char because int might match the return type of a gcc2 | |
23942 | builtin and then its argument prototype would still apply. */ | |
23943 | char XML_ParserCreate (); | |
23944 | int | |
23945 | main () | |
23946 | { | |
23947 | XML_ParserCreate (); | |
23948 | ; | |
23949 | return 0; | |
23950 | } | |
23951 | _ACEOF | |
23952 | rm -f conftest.$ac_objext conftest$ac_exeext | |
23953 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 23954 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 23955 | ac_status=$? |
ac1cb8d3 VS |
23956 | grep -v '^ *+' conftest.er1 >conftest.err |
23957 | rm -f conftest.er1 | |
23958 | cat conftest.err >&5 | |
a848cd7e SC |
23959 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23960 | (exit $ac_status); } && | |
6ebeb4c7 | 23961 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
23962 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23963 | (eval $ac_try) 2>&5 | |
23964 | ac_status=$? | |
23965 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23966 | (exit $ac_status); }; } && | |
23967 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
23968 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23969 | (eval $ac_try) 2>&5 | |
23970 | ac_status=$? | |
23971 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23972 | (exit $ac_status); }; }; then | |
23973 | ac_cv_lib_expat_XML_ParserCreate=yes | |
23974 | else | |
23975 | echo "$as_me: failed program was:" >&5 | |
23976 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23977 | ||
23978 | ac_cv_lib_expat_XML_ParserCreate=no | |
23979 | fi | |
ac1cb8d3 VS |
23980 | rm -f conftest.err conftest.$ac_objext \ |
23981 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
23982 | LIBS=$ac_check_lib_save_LIBS |
23983 | fi | |
23984 | echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5 | |
23985 | echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6 | |
23986 | if test $ac_cv_lib_expat_XML_ParserCreate = yes; then | |
23987 | EXPAT_LINK=" -lexpat" | |
23988 | fi | |
23989 | ||
23990 | fi | |
23991 | fi | |
23992 | if test "x$EXPAT_LINK" = "x" ; then | |
23993 | if test "$wxUSE_EXPAT" = "sys" ; then | |
23994 | { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5 | |
23995 | echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;} | |
23996 | { (exit 1); exit 1; }; } | |
23997 | else | |
23998 | { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5 | |
23999 | echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;} | |
24000 | wxUSE_EXPAT=builtin | |
24001 | fi | |
24002 | else | |
24003 | wxUSE_EXPAT=sys | |
24004 | fi | |
24005 | fi | |
24006 | if test "$wxUSE_EXPAT" = "builtin" ; then | |
24007 | ||
24008 | ||
24009 | subdirs="$subdirs src/expat" | |
24010 | ||
24011 | fi | |
24012 | fi | |
24013 | ||
24014 | ||
24015 | ||
24016 | if test "$wxUSE_LIBMSPACK" != "no"; then | |
a848cd7e SC |
24017 | if test "${ac_cv_header_mspack_h+set}" = set; then |
24018 | echo "$as_me:$LINENO: checking for mspack.h" >&5 | |
24019 | echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6 | |
24020 | if test "${ac_cv_header_mspack_h+set}" = set; then | |
24021 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
24022 | fi | |
24023 | echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5 | |
24024 | echo "${ECHO_T}$ac_cv_header_mspack_h" >&6 | |
24025 | else | |
24026 | # Is the header compilable? | |
24027 | echo "$as_me:$LINENO: checking mspack.h usability" >&5 | |
24028 | echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6 | |
24029 | cat >conftest.$ac_ext <<_ACEOF | |
24030 | /* confdefs.h. */ | |
24031 | _ACEOF | |
24032 | cat confdefs.h >>conftest.$ac_ext | |
24033 | cat >>conftest.$ac_ext <<_ACEOF | |
24034 | /* end confdefs.h. */ | |
24035 | $ac_includes_default | |
24036 | #include <mspack.h> | |
24037 | _ACEOF | |
24038 | rm -f conftest.$ac_objext | |
24039 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 24040 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 24041 | ac_status=$? |
ac1cb8d3 VS |
24042 | grep -v '^ *+' conftest.er1 >conftest.err |
24043 | rm -f conftest.er1 | |
24044 | cat conftest.err >&5 | |
a848cd7e SC |
24045 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24046 | (exit $ac_status); } && | |
6ebeb4c7 | 24047 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
24048 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
24049 | (eval $ac_try) 2>&5 | |
24050 | ac_status=$? | |
24051 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24052 | (exit $ac_status); }; } && | |
24053 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
24054 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
24055 | (eval $ac_try) 2>&5 | |
24056 | ac_status=$? | |
24057 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24058 | (exit $ac_status); }; }; then | |
24059 | ac_header_compiler=yes | |
24060 | else | |
24061 | echo "$as_me: failed program was:" >&5 | |
24062 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24063 | ||
24064 | ac_header_compiler=no | |
24065 | fi | |
ac1cb8d3 | 24066 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
24067 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
24068 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
24069 | ||
24070 | # Is the header present? | |
24071 | echo "$as_me:$LINENO: checking mspack.h presence" >&5 | |
24072 | echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6 | |
24073 | cat >conftest.$ac_ext <<_ACEOF | |
24074 | /* confdefs.h. */ | |
24075 | _ACEOF | |
24076 | cat confdefs.h >>conftest.$ac_ext | |
24077 | cat >>conftest.$ac_ext <<_ACEOF | |
24078 | /* end confdefs.h. */ | |
24079 | #include <mspack.h> | |
24080 | _ACEOF | |
24081 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
24082 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
24083 | ac_status=$? | |
24084 | grep -v '^ *+' conftest.er1 >conftest.err | |
24085 | rm -f conftest.er1 | |
24086 | cat conftest.err >&5 | |
24087 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24088 | (exit $ac_status); } >/dev/null; then | |
24089 | if test -s conftest.err; then | |
24090 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 24091 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
24092 | else |
24093 | ac_cpp_err= | |
24094 | fi | |
24095 | else | |
24096 | ac_cpp_err=yes | |
24097 | fi | |
24098 | if test -z "$ac_cpp_err"; then | |
24099 | ac_header_preproc=yes | |
24100 | else | |
24101 | echo "$as_me: failed program was:" >&5 | |
24102 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24103 | ||
24104 | ac_header_preproc=no | |
24105 | fi | |
24106 | rm -f conftest.err conftest.$ac_ext | |
24107 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
24108 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
24109 | ||
24110 | # So? What about this header? | |
ac1cb8d3 VS |
24111 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
24112 | yes:no: ) | |
a848cd7e SC |
24113 | { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
24114 | echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
24115 | { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5 |
24116 | echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;} | |
24117 | ac_header_preproc=yes | |
a848cd7e | 24118 | ;; |
ac1cb8d3 | 24119 | no:yes:* ) |
a848cd7e SC |
24120 | { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5 |
24121 | echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
24122 | { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5 |
24123 | echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;} | |
24124 | { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5 | |
24125 | echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;} | |
24126 | { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5 | |
24127 | echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
24128 | { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5 |
24129 | echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
24130 | { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5 |
24131 | echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
24132 | ( |
24133 | cat <<\_ASBOX | |
ac1cb8d3 VS |
24134 | ## ----------------------------------------- ## |
24135 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
24136 | ## ----------------------------------------- ## | |
a848cd7e SC |
24137 | _ASBOX |
24138 | ) | | |
24139 | sed "s/^/$as_me: WARNING: /" >&2 | |
24140 | ;; | |
24141 | esac | |
24142 | echo "$as_me:$LINENO: checking for mspack.h" >&5 | |
24143 | echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6 | |
24144 | if test "${ac_cv_header_mspack_h+set}" = set; then | |
24145 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
24146 | else | |
24147 | ac_cv_header_mspack_h=$ac_header_preproc | |
24148 | fi | |
24149 | echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5 | |
24150 | echo "${ECHO_T}$ac_cv_header_mspack_h" >&6 | |
24151 | ||
24152 | fi | |
24153 | if test $ac_cv_header_mspack_h = yes; then | |
24154 | found_mspack_h=1 | |
24155 | fi | |
24156 | ||
24157 | ||
24158 | if test "x$found_mspack_h" = "x1"; then | |
24159 | echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5 | |
24160 | echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6 | |
24161 | if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then | |
24162 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
24163 | else | |
24164 | ac_check_lib_save_LIBS=$LIBS | |
24165 | LIBS="-lmspack $LIBS" | |
24166 | cat >conftest.$ac_ext <<_ACEOF | |
24167 | /* confdefs.h. */ | |
24168 | _ACEOF | |
24169 | cat confdefs.h >>conftest.$ac_ext | |
24170 | cat >>conftest.$ac_ext <<_ACEOF | |
24171 | /* end confdefs.h. */ | |
24172 | ||
24173 | /* Override any gcc2 internal prototype to avoid an error. */ | |
24174 | #ifdef __cplusplus | |
24175 | extern "C" | |
24176 | #endif | |
24177 | /* We use char because int might match the return type of a gcc2 | |
24178 | builtin and then its argument prototype would still apply. */ | |
24179 | char mspack_create_chm_decompressor (); | |
24180 | int | |
24181 | main () | |
24182 | { | |
24183 | mspack_create_chm_decompressor (); | |
24184 | ; | |
24185 | return 0; | |
24186 | } | |
24187 | _ACEOF | |
24188 | rm -f conftest.$ac_objext conftest$ac_exeext | |
24189 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 24190 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 24191 | ac_status=$? |
ac1cb8d3 VS |
24192 | grep -v '^ *+' conftest.er1 >conftest.err |
24193 | rm -f conftest.er1 | |
24194 | cat conftest.err >&5 | |
a848cd7e SC |
24195 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24196 | (exit $ac_status); } && | |
6ebeb4c7 | 24197 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
24198 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
24199 | (eval $ac_try) 2>&5 | |
24200 | ac_status=$? | |
24201 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24202 | (exit $ac_status); }; } && | |
24203 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
24204 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
24205 | (eval $ac_try) 2>&5 | |
24206 | ac_status=$? | |
24207 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24208 | (exit $ac_status); }; }; then | |
24209 | ac_cv_lib_mspack_mspack_create_chm_decompressor=yes | |
24210 | else | |
24211 | echo "$as_me: failed program was:" >&5 | |
24212 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24213 | ||
24214 | ac_cv_lib_mspack_mspack_create_chm_decompressor=no | |
24215 | fi | |
ac1cb8d3 VS |
24216 | rm -f conftest.err conftest.$ac_objext \ |
24217 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
24218 | LIBS=$ac_check_lib_save_LIBS |
24219 | fi | |
24220 | echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5 | |
24221 | echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6 | |
24222 | if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then | |
24223 | MSPACK_LINK=" -lmspack" | |
24224 | fi | |
24225 | ||
24226 | fi | |
24227 | if test "x$MSPACK_LINK" = "x" ; then | |
24228 | wxUSE_LIBMSPACK=no | |
dd3a2d96 VZ |
24229 | fi |
24230 | fi | |
24231 | ||
24232 | if test "$wxUSE_LIBMSPACK" != "no"; then | |
24233 | cat >>confdefs.h <<\_ACEOF | |
a848cd7e SC |
24234 | #define wxUSE_LIBMSPACK 1 |
24235 | _ACEOF | |
24236 | ||
a848cd7e SC |
24237 | fi |
24238 | ||
24239 | ||
24240 | ||
24241 | AFMINSTALL= | |
24242 | WIN32INSTALL= | |
24243 | ||
24244 | TOOLKIT= | |
24245 | TOOLKIT_INCLUDE= | |
24246 | WIDGET_SET= | |
24247 | ||
24248 | if test "$USE_WIN32" = 1 ; then | |
24249 | ||
24250 | for ac_header in w32api.h | |
24251 | do | |
24252 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
24253 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
24254 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
24255 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
24256 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
24257 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
24258 | fi | |
24259 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
24260 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
24261 | else | |
24262 | # Is the header compilable? | |
24263 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
24264 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
24265 | cat >conftest.$ac_ext <<_ACEOF | |
24266 | /* confdefs.h. */ | |
24267 | _ACEOF | |
24268 | cat confdefs.h >>conftest.$ac_ext | |
24269 | cat >>conftest.$ac_ext <<_ACEOF | |
24270 | /* end confdefs.h. */ | |
24271 | $ac_includes_default | |
24272 | #include <$ac_header> | |
24273 | _ACEOF | |
24274 | rm -f conftest.$ac_objext | |
24275 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 24276 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 24277 | ac_status=$? |
ac1cb8d3 VS |
24278 | grep -v '^ *+' conftest.er1 >conftest.err |
24279 | rm -f conftest.er1 | |
24280 | cat conftest.err >&5 | |
a848cd7e SC |
24281 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24282 | (exit $ac_status); } && | |
6ebeb4c7 | 24283 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
24284 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
24285 | (eval $ac_try) 2>&5 | |
24286 | ac_status=$? | |
24287 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24288 | (exit $ac_status); }; } && | |
24289 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
24290 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
24291 | (eval $ac_try) 2>&5 | |
24292 | ac_status=$? | |
24293 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24294 | (exit $ac_status); }; }; then | |
24295 | ac_header_compiler=yes | |
24296 | else | |
24297 | echo "$as_me: failed program was:" >&5 | |
24298 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24299 | ||
24300 | ac_header_compiler=no | |
24301 | fi | |
ac1cb8d3 | 24302 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
24303 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
24304 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
24305 | ||
24306 | # Is the header present? | |
24307 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
24308 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
24309 | cat >conftest.$ac_ext <<_ACEOF | |
24310 | /* confdefs.h. */ | |
24311 | _ACEOF | |
24312 | cat confdefs.h >>conftest.$ac_ext | |
24313 | cat >>conftest.$ac_ext <<_ACEOF | |
24314 | /* end confdefs.h. */ | |
24315 | #include <$ac_header> | |
24316 | _ACEOF | |
24317 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
24318 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
24319 | ac_status=$? | |
24320 | grep -v '^ *+' conftest.er1 >conftest.err | |
24321 | rm -f conftest.er1 | |
24322 | cat conftest.err >&5 | |
24323 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24324 | (exit $ac_status); } >/dev/null; then | |
24325 | if test -s conftest.err; then | |
24326 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 24327 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
24328 | else |
24329 | ac_cpp_err= | |
24330 | fi | |
24331 | else | |
24332 | ac_cpp_err=yes | |
24333 | fi | |
24334 | if test -z "$ac_cpp_err"; then | |
24335 | ac_header_preproc=yes | |
24336 | else | |
24337 | echo "$as_me: failed program was:" >&5 | |
24338 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24339 | ||
24340 | ac_header_preproc=no | |
24341 | fi | |
24342 | rm -f conftest.err conftest.$ac_ext | |
24343 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
24344 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
24345 | ||
24346 | # So? What about this header? | |
ac1cb8d3 VS |
24347 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
24348 | yes:no: ) | |
a848cd7e SC |
24349 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
24350 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
24351 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
24352 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
24353 | ac_header_preproc=yes | |
a848cd7e | 24354 | ;; |
ac1cb8d3 | 24355 | no:yes:* ) |
a848cd7e SC |
24356 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
24357 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
24358 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
24359 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
24360 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
24361 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
24362 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
24363 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
24364 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
24365 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
24366 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
24367 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
24368 | ( |
24369 | cat <<\_ASBOX | |
ac1cb8d3 VS |
24370 | ## ----------------------------------------- ## |
24371 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
24372 | ## ----------------------------------------- ## | |
a848cd7e SC |
24373 | _ASBOX |
24374 | ) | | |
24375 | sed "s/^/$as_me: WARNING: /" >&2 | |
24376 | ;; | |
24377 | esac | |
24378 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
24379 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
24380 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
24381 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
24382 | else | |
ac1cb8d3 | 24383 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
24384 | fi |
24385 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
24386 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
24387 | ||
24388 | fi | |
24389 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
24390 | cat >>confdefs.h <<_ACEOF | |
24391 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
24392 | _ACEOF | |
24393 | ||
24394 | fi | |
24395 | ||
24396 | done | |
24397 | ||
24398 | if test "${ac_cv_header_windows_h+set}" = set; then | |
24399 | echo "$as_me:$LINENO: checking for windows.h" >&5 | |
24400 | echo $ECHO_N "checking for windows.h... $ECHO_C" >&6 | |
24401 | if test "${ac_cv_header_windows_h+set}" = set; then | |
24402 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
24403 | fi | |
24404 | echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5 | |
24405 | echo "${ECHO_T}$ac_cv_header_windows_h" >&6 | |
24406 | else | |
24407 | # Is the header compilable? | |
24408 | echo "$as_me:$LINENO: checking windows.h usability" >&5 | |
24409 | echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6 | |
24410 | cat >conftest.$ac_ext <<_ACEOF | |
24411 | /* confdefs.h. */ | |
24412 | _ACEOF | |
24413 | cat confdefs.h >>conftest.$ac_ext | |
24414 | cat >>conftest.$ac_ext <<_ACEOF | |
24415 | /* end confdefs.h. */ | |
24416 | $ac_includes_default | |
24417 | #include <windows.h> | |
24418 | _ACEOF | |
24419 | rm -f conftest.$ac_objext | |
24420 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 24421 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 24422 | ac_status=$? |
ac1cb8d3 VS |
24423 | grep -v '^ *+' conftest.er1 >conftest.err |
24424 | rm -f conftest.er1 | |
24425 | cat conftest.err >&5 | |
a848cd7e SC |
24426 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24427 | (exit $ac_status); } && | |
6ebeb4c7 | 24428 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
24429 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
24430 | (eval $ac_try) 2>&5 | |
24431 | ac_status=$? | |
24432 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24433 | (exit $ac_status); }; } && | |
24434 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
24435 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
24436 | (eval $ac_try) 2>&5 | |
24437 | ac_status=$? | |
24438 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24439 | (exit $ac_status); }; }; then | |
24440 | ac_header_compiler=yes | |
24441 | else | |
24442 | echo "$as_me: failed program was:" >&5 | |
24443 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24444 | ||
24445 | ac_header_compiler=no | |
24446 | fi | |
ac1cb8d3 | 24447 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
24448 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
24449 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
24450 | ||
24451 | # Is the header present? | |
24452 | echo "$as_me:$LINENO: checking windows.h presence" >&5 | |
24453 | echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6 | |
24454 | cat >conftest.$ac_ext <<_ACEOF | |
24455 | /* confdefs.h. */ | |
24456 | _ACEOF | |
24457 | cat confdefs.h >>conftest.$ac_ext | |
24458 | cat >>conftest.$ac_ext <<_ACEOF | |
24459 | /* end confdefs.h. */ | |
24460 | #include <windows.h> | |
24461 | _ACEOF | |
24462 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
24463 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
24464 | ac_status=$? | |
24465 | grep -v '^ *+' conftest.er1 >conftest.err | |
24466 | rm -f conftest.er1 | |
24467 | cat conftest.err >&5 | |
24468 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24469 | (exit $ac_status); } >/dev/null; then | |
24470 | if test -s conftest.err; then | |
24471 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 24472 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
24473 | else |
24474 | ac_cpp_err= | |
24475 | fi | |
24476 | else | |
24477 | ac_cpp_err=yes | |
24478 | fi | |
24479 | if test -z "$ac_cpp_err"; then | |
24480 | ac_header_preproc=yes | |
24481 | else | |
24482 | echo "$as_me: failed program was:" >&5 | |
24483 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24484 | ||
24485 | ac_header_preproc=no | |
24486 | fi | |
24487 | rm -f conftest.err conftest.$ac_ext | |
24488 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
24489 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
24490 | ||
24491 | # So? What about this header? | |
ac1cb8d3 VS |
24492 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
24493 | yes:no: ) | |
a848cd7e SC |
24494 | { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
24495 | echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
24496 | { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5 |
24497 | echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;} | |
24498 | ac_header_preproc=yes | |
a848cd7e | 24499 | ;; |
ac1cb8d3 | 24500 | no:yes:* ) |
a848cd7e SC |
24501 | { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5 |
24502 | echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
24503 | { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5 |
24504 | echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;} | |
24505 | { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5 | |
24506 | echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;} | |
24507 | { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5 | |
24508 | echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
24509 | { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5 |
24510 | echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
24511 | { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5 |
24512 | echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
24513 | ( |
24514 | cat <<\_ASBOX | |
ac1cb8d3 VS |
24515 | ## ----------------------------------------- ## |
24516 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
24517 | ## ----------------------------------------- ## | |
a848cd7e SC |
24518 | _ASBOX |
24519 | ) | | |
24520 | sed "s/^/$as_me: WARNING: /" >&2 | |
24521 | ;; | |
24522 | esac | |
24523 | echo "$as_me:$LINENO: checking for windows.h" >&5 | |
24524 | echo $ECHO_N "checking for windows.h... $ECHO_C" >&6 | |
24525 | if test "${ac_cv_header_windows_h+set}" = set; then | |
24526 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
24527 | else | |
24528 | ac_cv_header_windows_h=$ac_header_preproc | |
24529 | fi | |
24530 | echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5 | |
24531 | echo "${ECHO_T}$ac_cv_header_windows_h" >&6 | |
24532 | ||
24533 | fi | |
24534 | if test $ac_cv_header_windows_h = yes; then | |
24535 | : | |
24536 | else | |
24537 | ||
24538 | { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5 | |
24539 | echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;} | |
24540 | { (exit 1); exit 1; }; } | |
24541 | ||
24542 | fi | |
24543 | ||
24544 | ||
24545 | ||
24546 | LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32" | |
24547 | ||
24548 | if test "$wxUSE_ACCESSIBILITY" = "yes" ; then | |
24549 | LIBS="$LIBS -loleacc" | |
24550 | fi | |
24551 | ||
24552 | case "${host}" in | |
24553 | *-*-cygwin* ) | |
24554 | LIBS="$LIBS -lkernel32 -luser32" | |
24555 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__" | |
24556 | esac | |
24557 | ||
24558 | if test "$wxUSE_ODBC" = "sys" ; then | |
24559 | wxUSE_ODBC = "yes" | |
24560 | fi | |
24561 | if test "$wxUSE_ODBC" = "yes" ; then | |
24562 | LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS" | |
24563 | cat >>confdefs.h <<\_ACEOF | |
24564 | #define wxUSE_ODBC 1 | |
24565 | _ACEOF | |
24566 | ||
24567 | fi | |
24568 | ||
24569 | RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__" | |
24570 | RESPROGRAMOBJ="\$(PROGRAM)_resources.o" | |
24571 | ||
24572 | WIN32INSTALL=win32install | |
24573 | fi | |
24574 | ||
24575 | if test "$wxUSE_GUI" = "yes"; then | |
24576 | USE_GUI=1 | |
24577 | ||
24578 | GUI_TK_LIBRARY= | |
24579 | ||
24580 | WXGTK12= | |
24581 | WXGTK127= | |
24582 | WXGTK20= | |
24583 | WXGPE= | |
24584 | ||
207bc66c RN |
24585 | if test "$wxUSE_COCOA" = 1 ; then |
24586 | if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then | |
24587 | { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5 | |
24588 | echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;} | |
24589 | wxUSE_PRINTING_ARCHITECTURE=no | |
24590 | fi | |
24591 | if test "$wxUSE_DRAG_AND_DROP" = "yes"; then | |
24592 | { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5 | |
24593 | echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;} | |
24594 | wxUSE_DRAG_AND_DROP=no | |
24595 | fi | |
24596 | if test "$wxUSE_DRAGIMAGE" = "yes"; then | |
24597 | { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5 | |
24598 | echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;} | |
24599 | wxUSE_DRAGIMAGE=no | |
24600 | fi | |
24601 | fi | |
24602 | ||
a848cd7e SC |
24603 | if test "$wxUSE_MSW" = 1 ; then |
24604 | TOOLKIT=MSW | |
24605 | GUIDIST=MSW_DIST | |
24606 | ||
ceec2216 | 24607 | case "${host}" in |
a848cd7e SC |
24608 | *-*-mingw32* ) |
24609 | WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows" | |
24610 | esac | |
24611 | fi | |
24612 | ||
24613 | if test "$wxUSE_GTK" = 1; then | |
24614 | echo "$as_me:$LINENO: checking for GTK+ version" >&5 | |
24615 | echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6 | |
24616 | ||
24617 | gtk_version_cached=1 | |
24618 | if test "${wx_cv_lib_gtk+set}" = set; then | |
24619 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
24620 | else | |
24621 | ||
24622 | gtk_version_cached=0 | |
24623 | echo "$as_me:$LINENO: result: " >&5 | |
24624 | echo "${ECHO_T}" >&6 | |
24625 | ||
24626 | GTK_MODULES= | |
24627 | if test "$wxUSE_THREADS" = "yes"; then | |
24628 | GTK_MODULES=gthread | |
24629 | fi | |
24630 | ||
f597b41c | 24631 | wx_cv_lib_gtk= |
f34ca037 | 24632 | if test "x$wxGTK_VERSION" != "x1"; then |
a848cd7e SC |
24633 | # Check whether --enable-gtktest or --disable-gtktest was given. |
24634 | if test "${enable_gtktest+set}" = set; then | |
24635 | enableval="$enable_gtktest" | |
24636 | ||
24637 | else | |
24638 | enable_gtktest=yes | |
24639 | fi; | |
24640 | ||
24641 | pkg_config_args=gtk+-2.0 | |
24642 | for module in . $GTK_MODULES | |
24643 | do | |
24644 | case "$module" in | |
24645 | gthread) | |
24646 | pkg_config_args="$pkg_config_args gthread-2.0" | |
24647 | ;; | |
24648 | esac | |
24649 | done | |
24650 | ||
24651 | no_gtk="" | |
24652 | ||
24653 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
24654 | set dummy pkg-config; ac_word=$2 | |
24655 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
24656 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
24657 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then | |
24658 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
24659 | else | |
24660 | case $PKG_CONFIG in | |
24661 | [\\/]* | ?:[\\/]*) | |
24662 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | |
24663 | ;; | |
24664 | *) | |
24665 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
24666 | for as_dir in $PATH | |
24667 | do | |
24668 | IFS=$as_save_IFS | |
24669 | test -z "$as_dir" && as_dir=. | |
24670 | for ac_exec_ext in '' $ac_executable_extensions; do | |
24671 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
24672 | ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
24673 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
24674 | break 2 | |
24675 | fi | |
24676 | done | |
24677 | done | |
24678 | ||
24679 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" | |
24680 | ;; | |
24681 | esac | |
24682 | fi | |
24683 | PKG_CONFIG=$ac_cv_path_PKG_CONFIG | |
24684 | ||
24685 | if test -n "$PKG_CONFIG"; then | |
24686 | echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 | |
24687 | echo "${ECHO_T}$PKG_CONFIG" >&6 | |
24688 | else | |
24689 | echo "$as_me:$LINENO: result: no" >&5 | |
24690 | echo "${ECHO_T}no" >&6 | |
24691 | fi | |
24692 | ||
24693 | ||
24694 | if test x$PKG_CONFIG != xno ; then | |
24695 | if pkg-config --atleast-pkgconfig-version 0.7 ; then | |
24696 | : | |
24697 | else | |
c2218763 | 24698 | echo "*** pkg-config too old; version 0.7 or better required." |
a848cd7e SC |
24699 | no_gtk=yes |
24700 | PKG_CONFIG=no | |
24701 | fi | |
24702 | else | |
24703 | no_gtk=yes | |
24704 | fi | |
24705 | ||
24706 | min_gtk_version=2.0.0 | |
24707 | echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5 | |
24708 | echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6 | |
24709 | ||
24710 | if test x$PKG_CONFIG != xno ; then | |
24711 | ## don't try to run the test against uninstalled libtool libs | |
24712 | if $PKG_CONFIG --uninstalled $pkg_config_args; then | |
24713 | echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH" | |
24714 | enable_gtktest=no | |
24715 | fi | |
24716 | ||
24717 | if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then | |
24718 | : | |
24719 | else | |
24720 | no_gtk=yes | |
24721 | fi | |
24722 | fi | |
24723 | ||
24724 | if test x"$no_gtk" = x ; then | |
24725 | GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags` | |
24726 | GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs` | |
24727 | gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ | |
24728 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
24729 | gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ | |
24730 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
24731 | gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ | |
24732 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
24733 | if test "x$enable_gtktest" = "xyes" ; then | |
24734 | ac_save_CFLAGS="$CFLAGS" | |
24735 | ac_save_LIBS="$LIBS" | |
24736 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
24737 | LIBS="$GTK_LIBS $LIBS" | |
24738 | rm -f conf.gtktest | |
24739 | if test "$cross_compiling" = yes; then | |
24740 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
24741 | else | |
24742 | cat >conftest.$ac_ext <<_ACEOF | |
24743 | /* confdefs.h. */ | |
24744 | _ACEOF | |
24745 | cat confdefs.h >>conftest.$ac_ext | |
24746 | cat >>conftest.$ac_ext <<_ACEOF | |
24747 | /* end confdefs.h. */ | |
24748 | ||
24749 | #include <gtk/gtk.h> | |
24750 | #include <stdio.h> | |
24751 | #include <stdlib.h> | |
24752 | ||
24753 | int | |
24754 | main () | |
24755 | { | |
24756 | int major, minor, micro; | |
24757 | char *tmp_version; | |
24758 | ||
24759 | system ("touch conf.gtktest"); | |
24760 | ||
24761 | /* HP/UX 9 (%@#!) writes to sscanf strings */ | |
24762 | tmp_version = g_strdup("$min_gtk_version"); | |
24763 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
24764 | printf("%s, bad version string\n", "$min_gtk_version"); | |
24765 | exit(1); | |
24766 | } | |
24767 | ||
24768 | if ((gtk_major_version != $gtk_config_major_version) || | |
24769 | (gtk_minor_version != $gtk_config_minor_version) || | |
24770 | (gtk_micro_version != $gtk_config_micro_version)) | |
24771 | { | |
24772 | printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", | |
24773 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, | |
24774 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
24775 | printf ("*** was found! If pkg-config was correct, then it is best\n"); | |
24776 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
24777 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
24778 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
24779 | printf("*** required on your system.\n"); | |
24780 | printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n"); | |
24781 | printf("*** to point to the correct configuration files\n"); | |
24782 | } | |
24783 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || | |
24784 | (gtk_minor_version != GTK_MINOR_VERSION) || | |
24785 | (gtk_micro_version != GTK_MICRO_VERSION)) | |
24786 | { | |
24787 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
24788 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); | |
24789 | printf("*** library (version %d.%d.%d)\n", | |
24790 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
24791 | } | |
24792 | else | |
24793 | { | |
24794 | if ((gtk_major_version > major) || | |
24795 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
24796 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
24797 | { | |
24798 | return 0; | |
24799 | } | |
24800 | else | |
24801 | { | |
24802 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
24803 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
24804 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
24805 | major, minor, micro); | |
24806 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); | |
24807 | printf("***\n"); | |
24808 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
24809 | printf("*** probably means that the wrong copy of the pkg-config shell script is\n"); | |
24810 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
24811 | printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n"); | |
24812 | printf("*** correct copy of pkg-config. (In this case, you will have to\n"); | |
24813 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
24814 | printf("*** so that the correct libraries are found at run-time))\n"); | |
24815 | } | |
24816 | } | |
24817 | return 1; | |
24818 | } | |
24819 | ||
24820 | _ACEOF | |
24821 | rm -f conftest$ac_exeext | |
24822 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
24823 | (eval $ac_link) 2>&5 | |
24824 | ac_status=$? | |
24825 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24826 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
24827 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
24828 | (eval $ac_try) 2>&5 | |
24829 | ac_status=$? | |
24830 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24831 | (exit $ac_status); }; }; then | |
24832 | : | |
24833 | else | |
24834 | echo "$as_me: program exited with status $ac_status" >&5 | |
24835 | echo "$as_me: failed program was:" >&5 | |
24836 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24837 | ||
24838 | ( exit $ac_status ) | |
24839 | no_gtk=yes | |
24840 | fi | |
ac1cb8d3 | 24841 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
24842 | fi |
24843 | CFLAGS="$ac_save_CFLAGS" | |
24844 | LIBS="$ac_save_LIBS" | |
24845 | fi | |
24846 | fi | |
24847 | if test "x$no_gtk" = x ; then | |
24848 | echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5 | |
24849 | echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6 | |
24850 | wx_cv_lib_gtk=2.0 | |
24851 | else | |
24852 | echo "$as_me:$LINENO: result: no" >&5 | |
24853 | echo "${ECHO_T}no" >&6 | |
24854 | if test "$PKG_CONFIG" = "no" ; then | |
24855 | echo "*** A new enough version of pkg-config was not found." | |
24856 | echo "*** See http://pkgconfig.sourceforge.net" | |
24857 | else | |
24858 | if test -f conf.gtktest ; then | |
24859 | : | |
24860 | else | |
24861 | echo "*** Could not run GTK+ test program, checking why..." | |
24862 | ac_save_CFLAGS="$CFLAGS" | |
24863 | ac_save_LIBS="$LIBS" | |
24864 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
24865 | LIBS="$LIBS $GTK_LIBS" | |
24866 | cat >conftest.$ac_ext <<_ACEOF | |
24867 | /* confdefs.h. */ | |
24868 | _ACEOF | |
24869 | cat confdefs.h >>conftest.$ac_ext | |
24870 | cat >>conftest.$ac_ext <<_ACEOF | |
24871 | /* end confdefs.h. */ | |
24872 | ||
24873 | #include <gtk/gtk.h> | |
24874 | #include <stdio.h> | |
24875 | ||
24876 | int | |
24877 | main () | |
24878 | { | |
24879 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
24880 | ; | |
24881 | return 0; | |
24882 | } | |
24883 | _ACEOF | |
24884 | rm -f conftest.$ac_objext conftest$ac_exeext | |
24885 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 24886 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 24887 | ac_status=$? |
ac1cb8d3 VS |
24888 | grep -v '^ *+' conftest.er1 >conftest.err |
24889 | rm -f conftest.er1 | |
24890 | cat conftest.err >&5 | |
a848cd7e SC |
24891 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24892 | (exit $ac_status); } && | |
6ebeb4c7 | 24893 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
24894 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
24895 | (eval $ac_try) 2>&5 | |
24896 | ac_status=$? | |
24897 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24898 | (exit $ac_status); }; } && | |
24899 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
24900 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
24901 | (eval $ac_try) 2>&5 | |
24902 | ac_status=$? | |
24903 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24904 | (exit $ac_status); }; }; then | |
24905 | echo "*** The test program compiled, but did not run. This usually means" | |
24906 | echo "*** that the run-time linker is not finding GTK+ or finding the wrong" | |
24907 | echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your" | |
24908 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
24909 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
24910 | echo "*** is required on your system" | |
24911 | echo "***" | |
24912 | echo "*** If you have an old version installed, it is best to remove it, although" | |
24913 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" | |
24914 | else | |
24915 | echo "$as_me: failed program was:" >&5 | |
24916 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24917 | ||
24918 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
24919 | echo "*** exact error that occured. This usually means GTK+ is incorrectly installed." | |
24920 | fi | |
ac1cb8d3 VS |
24921 | rm -f conftest.err conftest.$ac_objext \ |
24922 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
24923 | CFLAGS="$ac_save_CFLAGS" |
24924 | LIBS="$ac_save_LIBS" | |
24925 | fi | |
24926 | fi | |
24927 | GTK_CFLAGS="" | |
24928 | GTK_LIBS="" | |
24929 | : | |
24930 | fi | |
24931 | ||
24932 | ||
24933 | rm -f conf.gtktest | |
24934 | ||
f597b41c MW |
24935 | fi |
24936 | ||
f34ca037 MW |
24937 | if test -z "$wx_cv_lib_gtk"; then |
24938 | if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then | |
a848cd7e SC |
24939 | |
24940 | # Check whether --with-gtk-prefix or --without-gtk-prefix was given. | |
24941 | if test "${with_gtk_prefix+set}" = set; then | |
24942 | withval="$with_gtk_prefix" | |
24943 | gtk_config_prefix="$withval" | |
24944 | else | |
24945 | gtk_config_prefix="" | |
24946 | fi; | |
24947 | ||
24948 | # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. | |
24949 | if test "${with_gtk_exec_prefix+set}" = set; then | |
24950 | withval="$with_gtk_exec_prefix" | |
24951 | gtk_config_exec_prefix="$withval" | |
24952 | else | |
24953 | gtk_config_exec_prefix="" | |
24954 | fi; | |
24955 | # Check whether --enable-gtktest or --disable-gtktest was given. | |
24956 | if test "${enable_gtktest+set}" = set; then | |
24957 | enableval="$enable_gtktest" | |
24958 | ||
24959 | else | |
24960 | enable_gtktest=yes | |
24961 | fi; | |
24962 | ||
24963 | for module in . $GTK_MODULES | |
24964 | do | |
24965 | case "$module" in | |
24966 | gthread) | |
24967 | gtk_config_args="$gtk_config_args gthread" | |
24968 | ;; | |
24969 | esac | |
24970 | done | |
24971 | ||
24972 | if test x$gtk_config_exec_prefix != x ; then | |
24973 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" | |
24974 | if test x${GTK_CONFIG+set} != xset ; then | |
24975 | GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config | |
24976 | fi | |
24977 | fi | |
24978 | if test x$gtk_config_prefix != x ; then | |
24979 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" | |
24980 | if test x${GTK_CONFIG+set} != xset ; then | |
24981 | GTK_CONFIG=$gtk_config_prefix/bin/gtk-config | |
24982 | fi | |
24983 | fi | |
24984 | ||
24985 | # Extract the first word of "gtk-config", so it can be a program name with args. | |
24986 | set dummy gtk-config; ac_word=$2 | |
24987 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
24988 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
24989 | if test "${ac_cv_path_GTK_CONFIG+set}" = set; then | |
24990 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
24991 | else | |
24992 | case $GTK_CONFIG in | |
24993 | [\\/]* | ?:[\\/]*) | |
24994 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. | |
24995 | ;; | |
24996 | *) | |
24997 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
24998 | for as_dir in $PATH | |
24999 | do | |
25000 | IFS=$as_save_IFS | |
25001 | test -z "$as_dir" && as_dir=. | |
25002 | for ac_exec_ext in '' $ac_executable_extensions; do | |
25003 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
25004 | ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
25005 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
25006 | break 2 | |
25007 | fi | |
25008 | done | |
25009 | done | |
25010 | ||
25011 | test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" | |
25012 | ;; | |
25013 | esac | |
25014 | fi | |
25015 | GTK_CONFIG=$ac_cv_path_GTK_CONFIG | |
25016 | ||
25017 | if test -n "$GTK_CONFIG"; then | |
25018 | echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5 | |
25019 | echo "${ECHO_T}$GTK_CONFIG" >&6 | |
25020 | else | |
25021 | echo "$as_me:$LINENO: result: no" >&5 | |
25022 | echo "${ECHO_T}no" >&6 | |
25023 | fi | |
25024 | ||
25025 | min_gtk_version=1.2.7 | |
25026 | echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5 | |
25027 | echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6 | |
25028 | no_gtk="" | |
25029 | if test "$GTK_CONFIG" = "no" ; then | |
25030 | no_gtk=yes | |
25031 | else | |
25032 | GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags` | |
25033 | GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs` | |
25034 | gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
25035 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
25036 | gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
25037 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
25038 | gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
25039 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
25040 | if test "x$enable_gtktest" = "xyes" ; then | |
25041 | ac_save_CFLAGS="$CFLAGS" | |
25042 | ac_save_LIBS="$LIBS" | |
25043 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
25044 | LIBS="$GTK_LIBS $LIBS" | |
25045 | rm -f conf.gtktest | |
25046 | if test "$cross_compiling" = yes; then | |
25047 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
25048 | else | |
25049 | cat >conftest.$ac_ext <<_ACEOF | |
25050 | /* confdefs.h. */ | |
25051 | _ACEOF | |
25052 | cat confdefs.h >>conftest.$ac_ext | |
25053 | cat >>conftest.$ac_ext <<_ACEOF | |
25054 | /* end confdefs.h. */ | |
25055 | ||
25056 | #include <gtk/gtk.h> | |
25057 | #include <stdio.h> | |
25058 | #include <stdlib.h> | |
25059 | ||
25060 | int | |
25061 | main () | |
25062 | { | |
25063 | int major, minor, micro; | |
25064 | char *tmp_version; | |
25065 | ||
25066 | system ("touch conf.gtktest"); | |
25067 | ||
25068 | /* HP/UX 9 (%@#!) writes to sscanf strings */ | |
25069 | tmp_version = g_strdup("$min_gtk_version"); | |
25070 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
25071 | printf("%s, bad version string\n", "$min_gtk_version"); | |
25072 | exit(1); | |
25073 | } | |
25074 | ||
25075 | if ((gtk_major_version != $gtk_config_major_version) || | |
25076 | (gtk_minor_version != $gtk_config_minor_version) || | |
25077 | (gtk_micro_version != $gtk_config_micro_version)) | |
25078 | { | |
25079 | printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", | |
25080 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, | |
25081 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
25082 | printf ("*** was found! If gtk-config was correct, then it is best\n"); | |
25083 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
25084 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
25085 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
25086 | printf("*** required on your system.\n"); | |
25087 | printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); | |
25088 | printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); | |
25089 | printf("*** before re-running configure\n"); | |
25090 | } | |
25091 | #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) | |
25092 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || | |
25093 | (gtk_minor_version != GTK_MINOR_VERSION) || | |
25094 | (gtk_micro_version != GTK_MICRO_VERSION)) | |
25095 | { | |
25096 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
25097 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); | |
25098 | printf("*** library (version %d.%d.%d)\n", | |
25099 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
25100 | } | |
25101 | #endif /* defined (GTK_MAJOR_VERSION) ... */ | |
25102 | else | |
25103 | { | |
25104 | if ((gtk_major_version > major) || | |
25105 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
25106 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
25107 | { | |
25108 | return 0; | |
25109 | } | |
25110 | else | |
25111 | { | |
25112 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
25113 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
25114 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
25115 | major, minor, micro); | |
25116 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); | |
25117 | printf("***\n"); | |
25118 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
25119 | printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); | |
25120 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
25121 | printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); | |
25122 | printf("*** correct copy of gtk-config. (In this case, you will have to\n"); | |
25123 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
25124 | printf("*** so that the correct libraries are found at run-time))\n"); | |
25125 | } | |
25126 | } | |
25127 | return 1; | |
25128 | } | |
25129 | ||
25130 | _ACEOF | |
25131 | rm -f conftest$ac_exeext | |
25132 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
25133 | (eval $ac_link) 2>&5 | |
25134 | ac_status=$? | |
25135 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25136 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
25137 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
25138 | (eval $ac_try) 2>&5 | |
25139 | ac_status=$? | |
25140 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25141 | (exit $ac_status); }; }; then | |
25142 | : | |
25143 | else | |
25144 | echo "$as_me: program exited with status $ac_status" >&5 | |
25145 | echo "$as_me: failed program was:" >&5 | |
25146 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25147 | ||
25148 | ( exit $ac_status ) | |
25149 | no_gtk=yes | |
25150 | fi | |
ac1cb8d3 | 25151 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
25152 | fi |
25153 | CFLAGS="$ac_save_CFLAGS" | |
25154 | LIBS="$ac_save_LIBS" | |
25155 | fi | |
25156 | fi | |
25157 | if test "x$no_gtk" = x ; then | |
25158 | echo "$as_me:$LINENO: result: yes" >&5 | |
25159 | echo "${ECHO_T}yes" >&6 | |
25160 | wx_cv_lib_gtk=1.2.7 | |
25161 | else | |
25162 | echo "$as_me:$LINENO: result: no" >&5 | |
25163 | echo "${ECHO_T}no" >&6 | |
25164 | if test "$GTK_CONFIG" = "no" ; then | |
25165 | echo "*** The gtk-config script installed by GTK could not be found" | |
25166 | echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" | |
25167 | echo "*** your path, or set the GTK_CONFIG environment variable to the" | |
25168 | echo "*** full path to gtk-config." | |
25169 | else | |
25170 | if test -f conf.gtktest ; then | |
25171 | : | |
25172 | else | |
25173 | echo "*** Could not run GTK test program, checking why..." | |
25174 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
25175 | LIBS="$LIBS $GTK_LIBS" | |
25176 | cat >conftest.$ac_ext <<_ACEOF | |
25177 | /* confdefs.h. */ | |
25178 | _ACEOF | |
25179 | cat confdefs.h >>conftest.$ac_ext | |
25180 | cat >>conftest.$ac_ext <<_ACEOF | |
25181 | /* end confdefs.h. */ | |
25182 | ||
25183 | #include <gtk/gtk.h> | |
25184 | #include <stdio.h> | |
25185 | ||
25186 | int | |
25187 | main () | |
25188 | { | |
25189 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
25190 | ; | |
25191 | return 0; | |
25192 | } | |
25193 | _ACEOF | |
25194 | rm -f conftest.$ac_objext conftest$ac_exeext | |
25195 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 25196 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 25197 | ac_status=$? |
ac1cb8d3 VS |
25198 | grep -v '^ *+' conftest.er1 >conftest.err |
25199 | rm -f conftest.er1 | |
25200 | cat conftest.err >&5 | |
a848cd7e SC |
25201 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25202 | (exit $ac_status); } && | |
6ebeb4c7 | 25203 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
25204 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25205 | (eval $ac_try) 2>&5 | |
25206 | ac_status=$? | |
25207 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25208 | (exit $ac_status); }; } && | |
25209 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
25210 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25211 | (eval $ac_try) 2>&5 | |
25212 | ac_status=$? | |
25213 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25214 | (exit $ac_status); }; }; then | |
25215 | echo "*** The test program compiled, but did not run. This usually means" | |
25216 | echo "*** that the run-time linker is not finding GTK or finding the wrong" | |
25217 | echo "*** version of GTK. If it is not finding GTK, you'll need to set your" | |
25218 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
25219 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
25220 | echo "*** is required on your system" | |
25221 | echo "***" | |
25222 | echo "*** If you have an old version installed, it is best to remove it, although" | |
25223 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" | |
25224 | echo "***" | |
25225 | echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that" | |
25226 | echo "*** came with the system with the command" | |
25227 | echo "***" | |
25228 | echo "*** rpm --erase --nodeps gtk gtk-devel" | |
25229 | else | |
25230 | echo "$as_me: failed program was:" >&5 | |
25231 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25232 | ||
25233 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
25234 | echo "*** exact error that occured. This usually means GTK was incorrectly installed" | |
25235 | echo "*** or that you have moved GTK since it was installed. In the latter case, you" | |
25236 | echo "*** may want to edit the gtk-config script: $GTK_CONFIG" | |
25237 | fi | |
ac1cb8d3 VS |
25238 | rm -f conftest.err conftest.$ac_objext \ |
25239 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
25240 | CFLAGS="$ac_save_CFLAGS" |
25241 | LIBS="$ac_save_LIBS" | |
25242 | fi | |
25243 | fi | |
25244 | GTK_CFLAGS="" | |
25245 | GTK_LIBS="" | |
25246 | : | |
25247 | fi | |
25248 | ||
25249 | ||
25250 | rm -f conf.gtktest | |
25251 | ||
25252 | ||
f34ca037 | 25253 | if test -z "$wx_cv_lib_gtk"; then |
a848cd7e SC |
25254 | |
25255 | # Check whether --with-gtk-prefix or --without-gtk-prefix was given. | |
25256 | if test "${with_gtk_prefix+set}" = set; then | |
25257 | withval="$with_gtk_prefix" | |
25258 | gtk_config_prefix="$withval" | |
25259 | else | |
25260 | gtk_config_prefix="" | |
25261 | fi; | |
25262 | ||
25263 | # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. | |
25264 | if test "${with_gtk_exec_prefix+set}" = set; then | |
25265 | withval="$with_gtk_exec_prefix" | |
25266 | gtk_config_exec_prefix="$withval" | |
25267 | else | |
25268 | gtk_config_exec_prefix="" | |
25269 | fi; | |
25270 | # Check whether --enable-gtktest or --disable-gtktest was given. | |
25271 | if test "${enable_gtktest+set}" = set; then | |
25272 | enableval="$enable_gtktest" | |
25273 | ||
25274 | else | |
25275 | enable_gtktest=yes | |
25276 | fi; | |
25277 | ||
25278 | for module in . $GTK_MODULES | |
25279 | do | |
25280 | case "$module" in | |
25281 | gthread) | |
25282 | gtk_config_args="$gtk_config_args gthread" | |
25283 | ;; | |
25284 | esac | |
25285 | done | |
25286 | ||
25287 | if test x$gtk_config_exec_prefix != x ; then | |
25288 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" | |
25289 | if test x${GTK_CONFIG+set} != xset ; then | |
25290 | GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config | |
25291 | fi | |
25292 | fi | |
25293 | if test x$gtk_config_prefix != x ; then | |
25294 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" | |
25295 | if test x${GTK_CONFIG+set} != xset ; then | |
25296 | GTK_CONFIG=$gtk_config_prefix/bin/gtk-config | |
25297 | fi | |
25298 | fi | |
25299 | ||
25300 | # Extract the first word of "gtk-config", so it can be a program name with args. | |
25301 | set dummy gtk-config; ac_word=$2 | |
25302 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
25303 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
25304 | if test "${ac_cv_path_GTK_CONFIG+set}" = set; then | |
25305 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25306 | else | |
25307 | case $GTK_CONFIG in | |
25308 | [\\/]* | ?:[\\/]*) | |
25309 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. | |
25310 | ;; | |
25311 | *) | |
25312 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
25313 | for as_dir in $PATH | |
25314 | do | |
25315 | IFS=$as_save_IFS | |
25316 | test -z "$as_dir" && as_dir=. | |
25317 | for ac_exec_ext in '' $ac_executable_extensions; do | |
25318 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
25319 | ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
25320 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
25321 | break 2 | |
25322 | fi | |
25323 | done | |
25324 | done | |
25325 | ||
25326 | test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" | |
25327 | ;; | |
25328 | esac | |
25329 | fi | |
25330 | GTK_CONFIG=$ac_cv_path_GTK_CONFIG | |
25331 | ||
25332 | if test -n "$GTK_CONFIG"; then | |
25333 | echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5 | |
25334 | echo "${ECHO_T}$GTK_CONFIG" >&6 | |
25335 | else | |
25336 | echo "$as_me:$LINENO: result: no" >&5 | |
25337 | echo "${ECHO_T}no" >&6 | |
25338 | fi | |
25339 | ||
25340 | min_gtk_version=1.2.3 | |
25341 | echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5 | |
25342 | echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6 | |
25343 | no_gtk="" | |
25344 | if test "$GTK_CONFIG" = "no" ; then | |
25345 | no_gtk=yes | |
25346 | else | |
25347 | GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags` | |
25348 | GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs` | |
25349 | gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
25350 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
25351 | gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
25352 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
25353 | gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
25354 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
25355 | if test "x$enable_gtktest" = "xyes" ; then | |
25356 | ac_save_CFLAGS="$CFLAGS" | |
25357 | ac_save_LIBS="$LIBS" | |
25358 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
25359 | LIBS="$GTK_LIBS $LIBS" | |
25360 | rm -f conf.gtktest | |
25361 | if test "$cross_compiling" = yes; then | |
25362 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
25363 | else | |
25364 | cat >conftest.$ac_ext <<_ACEOF | |
25365 | /* confdefs.h. */ | |
25366 | _ACEOF | |
25367 | cat confdefs.h >>conftest.$ac_ext | |
25368 | cat >>conftest.$ac_ext <<_ACEOF | |
25369 | /* end confdefs.h. */ | |
25370 | ||
25371 | #include <gtk/gtk.h> | |
25372 | #include <stdio.h> | |
25373 | #include <stdlib.h> | |
25374 | ||
25375 | int | |
25376 | main () | |
25377 | { | |
25378 | int major, minor, micro; | |
25379 | char *tmp_version; | |
25380 | ||
25381 | system ("touch conf.gtktest"); | |
25382 | ||
25383 | /* HP/UX 9 (%@#!) writes to sscanf strings */ | |
25384 | tmp_version = g_strdup("$min_gtk_version"); | |
25385 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
25386 | printf("%s, bad version string\n", "$min_gtk_version"); | |
25387 | exit(1); | |
25388 | } | |
25389 | ||
25390 | if ((gtk_major_version != $gtk_config_major_version) || | |
25391 | (gtk_minor_version != $gtk_config_minor_version) || | |
25392 | (gtk_micro_version != $gtk_config_micro_version)) | |
25393 | { | |
25394 | printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", | |
25395 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, | |
25396 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
25397 | printf ("*** was found! If gtk-config was correct, then it is best\n"); | |
25398 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
25399 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
25400 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
25401 | printf("*** required on your system.\n"); | |
25402 | printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); | |
25403 | printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); | |
25404 | printf("*** before re-running configure\n"); | |
25405 | } | |
25406 | #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) | |
25407 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || | |
25408 | (gtk_minor_version != GTK_MINOR_VERSION) || | |
25409 | (gtk_micro_version != GTK_MICRO_VERSION)) | |
25410 | { | |
25411 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
25412 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); | |
25413 | printf("*** library (version %d.%d.%d)\n", | |
25414 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
25415 | } | |
25416 | #endif /* defined (GTK_MAJOR_VERSION) ... */ | |
25417 | else | |
25418 | { | |
25419 | if ((gtk_major_version > major) || | |
25420 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
25421 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
25422 | { | |
25423 | return 0; | |
25424 | } | |
25425 | else | |
25426 | { | |
25427 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
25428 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
25429 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
25430 | major, minor, micro); | |
25431 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); | |
25432 | printf("***\n"); | |
25433 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
25434 | printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); | |
25435 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
25436 | printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); | |
25437 | printf("*** correct copy of gtk-config. (In this case, you will have to\n"); | |
25438 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
25439 | printf("*** so that the correct libraries are found at run-time))\n"); | |
25440 | } | |
25441 | } | |
25442 | return 1; | |
25443 | } | |
25444 | ||
25445 | _ACEOF | |
25446 | rm -f conftest$ac_exeext | |
25447 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
25448 | (eval $ac_link) 2>&5 | |
25449 | ac_status=$? | |
25450 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25451 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
25452 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
25453 | (eval $ac_try) 2>&5 | |
25454 | ac_status=$? | |
25455 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25456 | (exit $ac_status); }; }; then | |
25457 | : | |
25458 | else | |
25459 | echo "$as_me: program exited with status $ac_status" >&5 | |
25460 | echo "$as_me: failed program was:" >&5 | |
25461 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25462 | ||
25463 | ( exit $ac_status ) | |
25464 | no_gtk=yes | |
25465 | fi | |
ac1cb8d3 | 25466 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
25467 | fi |
25468 | CFLAGS="$ac_save_CFLAGS" | |
25469 | LIBS="$ac_save_LIBS" | |
25470 | fi | |
25471 | fi | |
25472 | if test "x$no_gtk" = x ; then | |
25473 | echo "$as_me:$LINENO: result: yes" >&5 | |
25474 | echo "${ECHO_T}yes" >&6 | |
25475 | wx_cv_lib_gtk=1.2.3 | |
25476 | else | |
25477 | echo "$as_me:$LINENO: result: no" >&5 | |
25478 | echo "${ECHO_T}no" >&6 | |
25479 | if test "$GTK_CONFIG" = "no" ; then | |
25480 | echo "*** The gtk-config script installed by GTK could not be found" | |
25481 | echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" | |
25482 | echo "*** your path, or set the GTK_CONFIG environment variable to the" | |
25483 | echo "*** full path to gtk-config." | |
25484 | else | |
25485 | if test -f conf.gtktest ; then | |
25486 | : | |
25487 | else | |
25488 | echo "*** Could not run GTK test program, checking why..." | |
25489 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
25490 | LIBS="$LIBS $GTK_LIBS" | |
25491 | cat >conftest.$ac_ext <<_ACEOF | |
25492 | /* confdefs.h. */ | |
25493 | _ACEOF | |
25494 | cat confdefs.h >>conftest.$ac_ext | |
25495 | cat >>conftest.$ac_ext <<_ACEOF | |
25496 | /* end confdefs.h. */ | |
25497 | ||
25498 | #include <gtk/gtk.h> | |
25499 | #include <stdio.h> | |
25500 | ||
25501 | int | |
25502 | main () | |
25503 | { | |
25504 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
25505 | ; | |
25506 | return 0; | |
25507 | } | |
25508 | _ACEOF | |
25509 | rm -f conftest.$ac_objext conftest$ac_exeext | |
25510 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 25511 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 25512 | ac_status=$? |
ac1cb8d3 VS |
25513 | grep -v '^ *+' conftest.er1 >conftest.err |
25514 | rm -f conftest.er1 | |
25515 | cat conftest.err >&5 | |
a848cd7e SC |
25516 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25517 | (exit $ac_status); } && | |
6ebeb4c7 | 25518 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
25519 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25520 | (eval $ac_try) 2>&5 | |
25521 | ac_status=$? | |
25522 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25523 | (exit $ac_status); }; } && | |
25524 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
25525 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25526 | (eval $ac_try) 2>&5 | |
25527 | ac_status=$? | |
25528 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25529 | (exit $ac_status); }; }; then | |
25530 | echo "*** The test program compiled, but did not run. This usually means" | |
25531 | echo "*** that the run-time linker is not finding GTK or finding the wrong" | |
25532 | echo "*** version of GTK. If it is not finding GTK, you'll need to set your" | |
25533 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
25534 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
25535 | echo "*** is required on your system" | |
25536 | echo "***" | |
25537 | echo "*** If you have an old version installed, it is best to remove it, although" | |
25538 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" | |
25539 | echo "***" | |
25540 | echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that" | |
25541 | echo "*** came with the system with the command" | |
25542 | echo "***" | |
25543 | echo "*** rpm --erase --nodeps gtk gtk-devel" | |
25544 | else | |
25545 | echo "$as_me: failed program was:" >&5 | |
25546 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25547 | ||
25548 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
25549 | echo "*** exact error that occured. This usually means GTK was incorrectly installed" | |
25550 | echo "*** or that you have moved GTK since it was installed. In the latter case, you" | |
25551 | echo "*** may want to edit the gtk-config script: $GTK_CONFIG" | |
25552 | fi | |
ac1cb8d3 VS |
25553 | rm -f conftest.err conftest.$ac_objext \ |
25554 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
25555 | CFLAGS="$ac_save_CFLAGS" |
25556 | LIBS="$ac_save_LIBS" | |
25557 | fi | |
25558 | fi | |
25559 | GTK_CFLAGS="" | |
25560 | GTK_LIBS="" | |
25561 | : | |
25562 | fi | |
25563 | ||
25564 | ||
25565 | rm -f conf.gtktest | |
25566 | ||
f34ca037 | 25567 | fi |
a848cd7e SC |
25568 | fi |
25569 | fi | |
25570 | ||
25571 | if test -z "$wx_cv_lib_gtk"; then | |
25572 | wx_cv_lib_gtk=none | |
25573 | else | |
25574 | wx_cv_cflags_gtk=$GTK_CFLAGS | |
25575 | wx_cv_libs_gtk=$GTK_LIBS | |
25576 | fi | |
25577 | ||
25578 | ||
25579 | fi | |
25580 | ||
25581 | ||
25582 | if test "$gtk_version_cached" = 1; then | |
25583 | echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5 | |
25584 | echo "${ECHO_T}$wx_cv_lib_gtk" >&6 | |
25585 | fi | |
25586 | ||
25587 | case "$wx_cv_lib_gtk" in | |
25588 | 2.0) WXGTK20=1 | |
25589 | TOOLKIT_VERSION=2 | |
25590 | ;; | |
25591 | 1.2.7) WXGTK127=1 | |
25592 | WXGTK12=1 | |
25593 | ;; | |
25594 | 1.2.3) WXGTK12=1 | |
25595 | ;; | |
25596 | *) { { echo "$as_me:$LINENO: error: | |
f597b41c MW |
25597 | The development files for GTK+ were not found. For GTK+ 2, please |
25598 | ensure that pkg-config is in the path and that gtk+-2.0.pc is | |
25599 | installed. For GTK+ 1.2 please check that gtk-config is in the path, | |
25600 | and that the version is 1.2.3 or above. Also check that the | |
25601 | libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config | |
25602 | --libs' are in the LD_LIBRARY_PATH or equivalent. | |
a848cd7e SC |
25603 | " >&5 |
25604 | echo "$as_me: error: | |
f597b41c MW |
25605 | The development files for GTK+ were not found. For GTK+ 2, please |
25606 | ensure that pkg-config is in the path and that gtk+-2.0.pc is | |
25607 | installed. For GTK+ 1.2 please check that gtk-config is in the path, | |
25608 | and that the version is 1.2.3 or above. Also check that the | |
25609 | libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config | |
25610 | --libs' are in the LD_LIBRARY_PATH or equivalent. | |
a848cd7e SC |
25611 | " >&2;} |
25612 | { (exit 1); exit 1; }; } | |
25613 | ;; | |
25614 | esac | |
25615 | ||
25616 | if test "$WXGTK20" = 1; then | |
304205f1 VS |
25617 | save_CFLAGS="$CFLAGS" |
25618 | save_LIBS="$LIBS" | |
9d271838 | 25619 | CFLAGS="$CFLAGS $wx_cv_cflags_gtk" |
abc736fd | 25620 | LIBS="$LIBS $wx_cv_libs_gtk" |
304205f1 | 25621 | |
9755e73b | 25622 | |
304205f1 VS |
25623 | for ac_func in pango_font_family_is_monospace |
25624 | do | |
25625 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
25626 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
25627 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
25628 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
25629 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25630 | else | |
25631 | cat >conftest.$ac_ext <<_ACEOF | |
25632 | /* confdefs.h. */ | |
25633 | _ACEOF | |
25634 | cat confdefs.h >>conftest.$ac_ext | |
25635 | cat >>conftest.$ac_ext <<_ACEOF | |
25636 | /* end confdefs.h. */ | |
25637 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | |
25638 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
25639 | #define $ac_func innocuous_$ac_func | |
25640 | ||
25641 | /* System header to define __stub macros and hopefully few prototypes, | |
25642 | which can conflict with char $ac_func (); below. | |
25643 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
25644 | <limits.h> exists even on freestanding compilers. */ | |
25645 | ||
25646 | #ifdef __STDC__ | |
25647 | # include <limits.h> | |
25648 | #else | |
25649 | # include <assert.h> | |
25650 | #endif | |
25651 | ||
25652 | #undef $ac_func | |
25653 | ||
25654 | /* Override any gcc2 internal prototype to avoid an error. */ | |
25655 | #ifdef __cplusplus | |
25656 | extern "C" | |
25657 | { | |
25658 | #endif | |
25659 | /* We use char because int might match the return type of a gcc2 | |
25660 | builtin and then its argument prototype would still apply. */ | |
25661 | char $ac_func (); | |
25662 | /* The GNU C library defines this for functions which it implements | |
25663 | to always fail with ENOSYS. Some functions are actually named | |
25664 | something starting with __ and the normal name is an alias. */ | |
25665 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
25666 | choke me | |
25667 | #else | |
25668 | char (*f) () = $ac_func; | |
25669 | #endif | |
25670 | #ifdef __cplusplus | |
25671 | } | |
25672 | #endif | |
25673 | ||
25674 | int | |
25675 | main () | |
25676 | { | |
25677 | return f != $ac_func; | |
25678 | ; | |
25679 | return 0; | |
25680 | } | |
25681 | _ACEOF | |
25682 | rm -f conftest.$ac_objext conftest$ac_exeext | |
25683 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
25684 | (eval $ac_link) 2>conftest.er1 | |
25685 | ac_status=$? | |
25686 | grep -v '^ *+' conftest.er1 >conftest.err | |
25687 | rm -f conftest.er1 | |
25688 | cat conftest.err >&5 | |
25689 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25690 | (exit $ac_status); } && | |
6ebeb4c7 | 25691 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
304205f1 VS |
25692 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25693 | (eval $ac_try) 2>&5 | |
25694 | ac_status=$? | |
25695 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25696 | (exit $ac_status); }; } && | |
25697 | { ac_try='test -s conftest$ac_exeext' | |
25698 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
25699 | (eval $ac_try) 2>&5 | |
25700 | ac_status=$? | |
25701 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25702 | (exit $ac_status); }; }; then | |
25703 | eval "$as_ac_var=yes" | |
25704 | else | |
25705 | echo "$as_me: failed program was:" >&5 | |
25706 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25707 | ||
25708 | eval "$as_ac_var=no" | |
25709 | fi | |
25710 | rm -f conftest.err conftest.$ac_objext \ | |
25711 | conftest$ac_exeext conftest.$ac_ext | |
25712 | fi | |
25713 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
25714 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
25715 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
25716 | cat >>confdefs.h <<_ACEOF | |
25717 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
25718 | _ACEOF | |
25719 | ||
25720 | fi | |
25721 | done | |
25722 | ||
9755e73b | 25723 | |
abc736fd MW |
25724 | echo "$as_me:$LINENO: checking if gtk_icon_size_lookup is missing" >&5 |
25725 | echo $ECHO_N "checking if gtk_icon_size_lookup is missing... $ECHO_C" >&6 | |
25726 | cat >conftest.$ac_ext <<_ACEOF | |
25727 | /* confdefs.h. */ | |
25728 | _ACEOF | |
25729 | cat confdefs.h >>conftest.$ac_ext | |
25730 | cat >>conftest.$ac_ext <<_ACEOF | |
25731 | /* end confdefs.h. */ | |
25732 | ||
25733 | #include <gtk/gtk.h> | |
25734 | ||
25735 | int | |
25736 | main () | |
25737 | { | |
25738 | ||
25739 | void *f = gtk_icon_size_lookup; | |
25740 | ||
25741 | ; | |
25742 | return 0; | |
25743 | } | |
25744 | _ACEOF | |
25745 | rm -f conftest.$ac_objext | |
25746 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
25747 | (eval $ac_compile) 2>conftest.er1 | |
25748 | ac_status=$? | |
25749 | grep -v '^ *+' conftest.er1 >conftest.err | |
25750 | rm -f conftest.er1 | |
25751 | cat conftest.err >&5 | |
25752 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25753 | (exit $ac_status); } && | |
6ebeb4c7 | 25754 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
abc736fd MW |
25755 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25756 | (eval $ac_try) 2>&5 | |
25757 | ac_status=$? | |
25758 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25759 | (exit $ac_status); }; } && | |
25760 | { ac_try='test -s conftest.$ac_objext' | |
25761 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
25762 | (eval $ac_try) 2>&5 | |
25763 | ac_status=$? | |
25764 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25765 | (exit $ac_status); }; }; then | |
25766 | ||
25767 | echo "$as_me:$LINENO: result: no" >&5 | |
25768 | echo "${ECHO_T}no" >&6 | |
25769 | ||
25770 | else | |
25771 | echo "$as_me: failed program was:" >&5 | |
25772 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25773 | ||
25774 | ||
25775 | cat >>confdefs.h <<\_ACEOF | |
25776 | #define NEED_GTK_ICON_SIZE_LOOKUP 1 | |
25777 | _ACEOF | |
25778 | ||
25779 | echo "$as_me:$LINENO: result: yes" >&5 | |
25780 | echo "${ECHO_T}yes" >&6 | |
25781 | ||
25782 | fi | |
25783 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
25784 | ||
9755e73b VS |
25785 | echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5 |
25786 | echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6 | |
25787 | cat >conftest.$ac_ext <<_ACEOF | |
25788 | /* confdefs.h. */ | |
25789 | _ACEOF | |
25790 | cat confdefs.h >>conftest.$ac_ext | |
25791 | cat >>conftest.$ac_ext <<_ACEOF | |
25792 | /* end confdefs.h. */ | |
25793 | ||
25794 | #include <gtk/gtk.h> | |
25795 | ||
25796 | int | |
25797 | main () | |
25798 | { | |
25799 | ||
25800 | #if !GTK_CHECK_VERSION(2,4,0) | |
25801 | #error "Not GTK+ 2.4" | |
25802 | #endif | |
25803 | ||
25804 | ; | |
25805 | return 0; | |
25806 | } | |
25807 | _ACEOF | |
25808 | rm -f conftest.$ac_objext | |
25809 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
25810 | (eval $ac_compile) 2>conftest.er1 | |
25811 | ac_status=$? | |
25812 | grep -v '^ *+' conftest.er1 >conftest.err | |
25813 | rm -f conftest.er1 | |
25814 | cat conftest.err >&5 | |
25815 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25816 | (exit $ac_status); } && | |
6ebeb4c7 | 25817 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
9755e73b VS |
25818 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25819 | (eval $ac_try) 2>&5 | |
25820 | ac_status=$? | |
25821 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25822 | (exit $ac_status); }; } && | |
25823 | { ac_try='test -s conftest.$ac_objext' | |
25824 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
25825 | (eval $ac_try) 2>&5 | |
25826 | ac_status=$? | |
25827 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25828 | (exit $ac_status); }; }; then | |
25829 | ||
25830 | cat >>confdefs.h <<\_ACEOF | |
25831 | #define __WXGTK24__ 1 | |
25832 | _ACEOF | |
25833 | ||
25834 | echo "$as_me:$LINENO: result: yes" >&5 | |
25835 | echo "${ECHO_T}yes" >&6 | |
25836 | ||
25837 | else | |
25838 | echo "$as_me: failed program was:" >&5 | |
25839 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25840 | ||
25841 | ||
25842 | echo "$as_me:$LINENO: result: no" >&5 | |
25843 | echo "${ECHO_T}no" >&6 | |
25844 | ||
25845 | fi | |
25846 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
25847 | ||
304205f1 VS |
25848 | CFLAGS="$save_CFLAGS" |
25849 | LIBS="$save_LIBS" | |
a848cd7e SC |
25850 | else |
25851 | if test "$wxUSE_UNICODE" = "yes"; then | |
25852 | { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5 | |
25853 | echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;} | |
25854 | wxUSE_UNICODE=no | |
25855 | fi | |
25856 | fi | |
25857 | ||
25858 | if test "$USE_DARWIN" != 1; then | |
25859 | ||
25860 | for ac_func in poll | |
25861 | do | |
25862 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
25863 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
25864 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
25865 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
25866 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25867 | else | |
25868 | cat >conftest.$ac_ext <<_ACEOF | |
25869 | /* confdefs.h. */ | |
25870 | _ACEOF | |
25871 | cat confdefs.h >>conftest.$ac_ext | |
25872 | cat >>conftest.$ac_ext <<_ACEOF | |
25873 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
25874 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
25875 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
25876 | #define $ac_func innocuous_$ac_func | |
25877 | ||
a848cd7e SC |
25878 | /* System header to define __stub macros and hopefully few prototypes, |
25879 | which can conflict with char $ac_func (); below. | |
25880 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
25881 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 25882 | |
a848cd7e SC |
25883 | #ifdef __STDC__ |
25884 | # include <limits.h> | |
25885 | #else | |
25886 | # include <assert.h> | |
25887 | #endif | |
ac1cb8d3 VS |
25888 | |
25889 | #undef $ac_func | |
25890 | ||
a848cd7e SC |
25891 | /* Override any gcc2 internal prototype to avoid an error. */ |
25892 | #ifdef __cplusplus | |
25893 | extern "C" | |
25894 | { | |
25895 | #endif | |
25896 | /* We use char because int might match the return type of a gcc2 | |
25897 | builtin and then its argument prototype would still apply. */ | |
25898 | char $ac_func (); | |
25899 | /* The GNU C library defines this for functions which it implements | |
25900 | to always fail with ENOSYS. Some functions are actually named | |
25901 | something starting with __ and the normal name is an alias. */ | |
25902 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
25903 | choke me | |
25904 | #else | |
25905 | char (*f) () = $ac_func; | |
25906 | #endif | |
25907 | #ifdef __cplusplus | |
25908 | } | |
25909 | #endif | |
25910 | ||
25911 | int | |
25912 | main () | |
25913 | { | |
25914 | return f != $ac_func; | |
25915 | ; | |
25916 | return 0; | |
25917 | } | |
25918 | _ACEOF | |
25919 | rm -f conftest.$ac_objext conftest$ac_exeext | |
25920 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 25921 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 25922 | ac_status=$? |
ac1cb8d3 VS |
25923 | grep -v '^ *+' conftest.er1 >conftest.err |
25924 | rm -f conftest.er1 | |
25925 | cat conftest.err >&5 | |
a848cd7e SC |
25926 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25927 | (exit $ac_status); } && | |
6ebeb4c7 | 25928 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
25929 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25930 | (eval $ac_try) 2>&5 | |
25931 | ac_status=$? | |
25932 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25933 | (exit $ac_status); }; } && | |
25934 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
25935 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25936 | (eval $ac_try) 2>&5 | |
25937 | ac_status=$? | |
25938 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25939 | (exit $ac_status); }; }; then | |
25940 | eval "$as_ac_var=yes" | |
25941 | else | |
25942 | echo "$as_me: failed program was:" >&5 | |
25943 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25944 | ||
25945 | eval "$as_ac_var=no" | |
25946 | fi | |
ac1cb8d3 VS |
25947 | rm -f conftest.err conftest.$ac_objext \ |
25948 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
25949 | fi |
25950 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
25951 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
25952 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
25953 | cat >>confdefs.h <<_ACEOF | |
25954 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
25955 | _ACEOF | |
25956 | ||
25957 | fi | |
25958 | done | |
25959 | ||
25960 | fi | |
25961 | ||
25962 | TOOLKIT_INCLUDE="$wx_cv_cflags_gtk" | |
25963 | GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY" | |
25964 | ||
25965 | AFMINSTALL=afminstall | |
25966 | TOOLKIT=GTK | |
25967 | GUIDIST=GTK_DIST | |
25968 | ||
25969 | echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5 | |
25970 | echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6 | |
25971 | if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then | |
25972 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25973 | else | |
25974 | ac_check_lib_save_LIBS=$LIBS | |
25975 | LIBS="-lgdk $LIBS" | |
25976 | cat >conftest.$ac_ext <<_ACEOF | |
25977 | /* confdefs.h. */ | |
25978 | _ACEOF | |
25979 | cat confdefs.h >>conftest.$ac_ext | |
25980 | cat >>conftest.$ac_ext <<_ACEOF | |
25981 | /* end confdefs.h. */ | |
25982 | ||
25983 | /* Override any gcc2 internal prototype to avoid an error. */ | |
25984 | #ifdef __cplusplus | |
25985 | extern "C" | |
25986 | #endif | |
25987 | /* We use char because int might match the return type of a gcc2 | |
25988 | builtin and then its argument prototype would still apply. */ | |
25989 | char gdk_im_open (); | |
25990 | int | |
25991 | main () | |
25992 | { | |
25993 | gdk_im_open (); | |
25994 | ; | |
25995 | return 0; | |
25996 | } | |
25997 | _ACEOF | |
25998 | rm -f conftest.$ac_objext conftest$ac_exeext | |
25999 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26000 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26001 | ac_status=$? |
ac1cb8d3 VS |
26002 | grep -v '^ *+' conftest.er1 >conftest.err |
26003 | rm -f conftest.er1 | |
26004 | cat conftest.err >&5 | |
a848cd7e SC |
26005 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26006 | (exit $ac_status); } && | |
6ebeb4c7 | 26007 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26008 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26009 | (eval $ac_try) 2>&5 | |
26010 | ac_status=$? | |
26011 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26012 | (exit $ac_status); }; } && | |
26013 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26014 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26015 | (eval $ac_try) 2>&5 | |
26016 | ac_status=$? | |
26017 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26018 | (exit $ac_status); }; }; then | |
26019 | ac_cv_lib_gdk_gdk_im_open=yes | |
26020 | else | |
26021 | echo "$as_me: failed program was:" >&5 | |
26022 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26023 | ||
26024 | ac_cv_lib_gdk_gdk_im_open=no | |
26025 | fi | |
ac1cb8d3 VS |
26026 | rm -f conftest.err conftest.$ac_objext \ |
26027 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26028 | LIBS=$ac_check_lib_save_LIBS |
26029 | fi | |
26030 | echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5 | |
26031 | echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6 | |
26032 | if test $ac_cv_lib_gdk_gdk_im_open = yes; then | |
26033 | cat >>confdefs.h <<\_ACEOF | |
26034 | #define HAVE_XIM 1 | |
26035 | _ACEOF | |
26036 | ||
26037 | fi | |
26038 | ||
26039 | ||
26040 | ||
26041 | if test "$wxUSE_GPE" = "yes"; then | |
26042 | echo "$as_me:$LINENO: checking for gpewidget library" >&5 | |
26043 | echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6 | |
26044 | ||
26045 | ac_find_libraries= | |
26046 | for ac_dir in $SEARCH_LIB /usr/lib; | |
26047 | do | |
3eca31dc | 26048 | for ac_extension in a so sl dylib dll.a; do |
a848cd7e SC |
26049 | if test -f "$ac_dir/libgpewidget.$ac_extension"; then |
26050 | ac_find_libraries=$ac_dir | |
26051 | break 2 | |
26052 | fi | |
26053 | done | |
26054 | done | |
26055 | ||
26056 | if test "$ac_find_libraries" != "" ; then | |
26057 | ||
26058 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null | |
26059 | result=$? | |
26060 | if test $result = 0; then | |
26061 | ac_path_to_link="" | |
26062 | else | |
26063 | ac_path_to_link=" -L$ac_find_libraries" | |
26064 | fi | |
26065 | ||
26066 | GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY" | |
26067 | WXGPE=1 | |
26068 | echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5 | |
26069 | echo "${ECHO_T}found at $ac_find_libraries" >&6 | |
26070 | else | |
26071 | echo "$as_me:$LINENO: result: not found" >&5 | |
26072 | echo "${ECHO_T}not found" >&6 | |
26073 | fi | |
26074 | ||
26075 | fi | |
26076 | fi | |
26077 | ||
26078 | if test "$wxUSE_MGL" = 1; then | |
26079 | echo "$as_me:$LINENO: checking for SciTech MGL library" >&5 | |
26080 | echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6 | |
26081 | if test "x$MGL_ROOT" = x ; then | |
26082 | echo "$as_me:$LINENO: result: not found" >&5 | |
26083 | echo "${ECHO_T}not found" >&6 | |
26084 | { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5 | |
26085 | echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;} | |
26086 | { (exit 1); exit 1; }; } | |
26087 | else | |
26088 | echo "$as_me:$LINENO: result: $MGL_ROOT" >&5 | |
26089 | echo "${ECHO_T}$MGL_ROOT" >&6 | |
26090 | fi | |
26091 | ||
26092 | echo "$as_me:$LINENO: checking for libmgl location" >&5 | |
26093 | echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6 | |
26094 | case "${host}" in | |
26095 | *-*-linux* ) | |
26096 | if test "x$wxUSE_SHARED" = xyes ; then | |
26097 | mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc" | |
26098 | else | |
26099 | mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so" | |
26100 | fi | |
26101 | ;; | |
26102 | *-pc-msdosdjgpp ) | |
26103 | mgl_os_candidates="dos32/dj2" | |
26104 | ;; | |
26105 | *) | |
26106 | { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5 | |
26107 | echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;} | |
26108 | { (exit 1); exit 1; }; } | |
26109 | esac | |
26110 | ||
26111 | mgl_lib_type="" | |
26112 | mgl_os="" | |
26113 | ||
26114 | for mgl_os_i in $mgl_os_candidates ; do | |
26115 | if test "x$mgl_os" = x ; then | |
26116 | if test "$wxUSE_DEBUG_FLAG" = yes ; then | |
26117 | if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \ | |
26118 | -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then | |
26119 | mgl_lib_type=debug | |
26120 | mgl_os=$mgl_os_i | |
26121 | fi | |
26122 | fi | |
26123 | if test "x$mgl_lib_type" = x ; then | |
26124 | if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \ | |
26125 | -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then | |
26126 | mgl_lib_type=release | |
26127 | mgl_os=$mgl_os_i | |
26128 | fi | |
26129 | fi | |
26130 | fi | |
26131 | done | |
26132 | ||
26133 | if test "x$mgl_os" = x ; then | |
26134 | echo "$as_me:$LINENO: result: not found" >&5 | |
26135 | echo "${ECHO_T}not found" >&6 | |
26136 | { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5 | |
26137 | echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;} | |
26138 | { (exit 1); exit 1; }; } | |
26139 | fi | |
26140 | echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5 | |
26141 | echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6 | |
26142 | ||
26143 | wxUSE_UNIVERSAL="yes" | |
26144 | ||
26145 | TOOLKIT_INCLUDE="-I$MGL_ROOT/include" | |
26146 | GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm" | |
26147 | ||
26148 | AFMINSTALL=afminstall | |
26149 | TOOLKIT=MGL | |
26150 | GUIDIST=MGL_DIST | |
26151 | fi | |
26152 | ||
26153 | if test "$wxUSE_MICROWIN" = 1; then | |
26154 | echo "$as_me:$LINENO: checking for MicroWindows" >&5 | |
26155 | echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6 | |
26156 | if test "x$MICROWINDOWS" = x ; then | |
26157 | echo "$as_me:$LINENO: result: not found" >&5 | |
26158 | echo "${ECHO_T}not found" >&6 | |
26159 | { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5 | |
26160 | echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;} | |
26161 | { (exit 1); exit 1; }; } | |
26162 | else | |
26163 | echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5 | |
26164 | echo "${ECHO_T}$MICROWINDOWS" >&6 | |
26165 | fi | |
26166 | ||
26167 | if test -f $MICROWINDOWS/lib/libmwin.a; then | |
26168 | echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5 | |
26169 | echo "${ECHO_T}MicroWindows' libraries found." >&6 | |
26170 | else | |
26171 | { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5 | |
26172 | echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;} | |
26173 | { (exit 1); exit 1; }; } | |
26174 | fi | |
26175 | ||
26176 | TOOLKIT_INCLUDE="-I$MICROWINDOWS/include" | |
26177 | GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib" | |
26178 | ||
26179 | wxUSE_UNIVERSAL="yes" | |
26180 | ||
26181 | AFMINSTALL=afminstall | |
26182 | TOOLKIT=MICROWIN | |
26183 | GUIDIST=MICROWIN_DIST | |
26184 | ||
26185 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1" | |
26186 | fi | |
26187 | ||
74b84332 | 26188 | if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then |
6ebeb4c7 VZ |
26189 | |
26190 | if test "x$ac_path_x_has_been_run" != xyes; then | |
26191 | echo "$as_me:$LINENO: checking for X" >&5 | |
a848cd7e SC |
26192 | echo $ECHO_N "checking for X... $ECHO_C" >&6 |
26193 | ||
6ebeb4c7 | 26194 | ac_path_x_has_been_run=yes |
a848cd7e SC |
26195 | |
26196 | # Check whether --with-x or --without-x was given. | |
26197 | if test "${with_x+set}" = set; then | |
26198 | withval="$with_x" | |
26199 | ||
26200 | fi; | |
26201 | # $have_x is `yes', `no', `disabled', or empty when we do not yet know. | |
26202 | if test "x$with_x" = xno; then | |
26203 | # The user explicitly disabled X. | |
26204 | have_x=disabled | |
26205 | else | |
26206 | if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then | |
26207 | # Both variables are already set. | |
26208 | have_x=yes | |
26209 | else | |
26210 | if test "${ac_cv_have_x+set}" = set; then | |
26211 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26212 | else | |
26213 | # One or both of the vars are not set, and there is no cached value. | |
26214 | ac_x_includes=no ac_x_libraries=no | |
26215 | rm -fr conftest.dir | |
26216 | if mkdir conftest.dir; then | |
26217 | cd conftest.dir | |
26218 | # Make sure to not put "make" in the Imakefile rules, since we grep it out. | |
26219 | cat >Imakefile <<'_ACEOF' | |
26220 | acfindx: | |
26221 | @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' | |
26222 | _ACEOF | |
26223 | if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then | |
26224 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
26225 | eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` | |
26226 | # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. | |
26227 | for ac_extension in a so sl; do | |
26228 | if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && | |
ac1cb8d3 VS |
26229 | test -f $ac_im_libdir/libX11.$ac_extension; then |
26230 | ac_im_usrlibdir=$ac_im_libdir; break | |
a848cd7e SC |
26231 | fi |
26232 | done | |
26233 | # Screen out bogus values from the imake configuration. They are | |
26234 | # bogus both because they are the default anyway, and because | |
26235 | # using them would break gcc on systems where it needs fixed includes. | |
26236 | case $ac_im_incroot in | |
26237 | /usr/include) ;; | |
26238 | *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; | |
26239 | esac | |
26240 | case $ac_im_usrlibdir in | |
26241 | /usr/lib | /lib) ;; | |
26242 | *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; | |
26243 | esac | |
26244 | fi | |
26245 | cd .. | |
26246 | rm -fr conftest.dir | |
26247 | fi | |
26248 | ||
26249 | # Standard set of common directories for X headers. | |
26250 | # Check X11 before X11Rn because it is often a symlink to the current release. | |
26251 | ac_x_header_dirs=' | |
26252 | /usr/X11/include | |
26253 | /usr/X11R6/include | |
26254 | /usr/X11R5/include | |
26255 | /usr/X11R4/include | |
26256 | ||
26257 | /usr/include/X11 | |
26258 | /usr/include/X11R6 | |
26259 | /usr/include/X11R5 | |
26260 | /usr/include/X11R4 | |
26261 | ||
26262 | /usr/local/X11/include | |
26263 | /usr/local/X11R6/include | |
26264 | /usr/local/X11R5/include | |
26265 | /usr/local/X11R4/include | |
26266 | ||
26267 | /usr/local/include/X11 | |
26268 | /usr/local/include/X11R6 | |
26269 | /usr/local/include/X11R5 | |
26270 | /usr/local/include/X11R4 | |
26271 | ||
26272 | /usr/X386/include | |
26273 | /usr/x386/include | |
26274 | /usr/XFree86/include/X11 | |
26275 | ||
26276 | /usr/include | |
26277 | /usr/local/include | |
26278 | /usr/unsupported/include | |
26279 | /usr/athena/include | |
26280 | /usr/local/x11r5/include | |
26281 | /usr/lpp/Xamples/include | |
26282 | ||
26283 | /usr/openwin/include | |
26284 | /usr/openwin/share/include' | |
26285 | ||
26286 | if test "$ac_x_includes" = no; then | |
6ebeb4c7 | 26287 | # Guess where to find include files, by looking for a specified header file. |
a848cd7e SC |
26288 | # First, try using that file with no special directory specified. |
26289 | cat >conftest.$ac_ext <<_ACEOF | |
26290 | /* confdefs.h. */ | |
26291 | _ACEOF | |
26292 | cat confdefs.h >>conftest.$ac_ext | |
26293 | cat >>conftest.$ac_ext <<_ACEOF | |
26294 | /* end confdefs.h. */ | |
26295 | #include <X11/Intrinsic.h> | |
26296 | _ACEOF | |
26297 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
26298 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
26299 | ac_status=$? | |
26300 | grep -v '^ *+' conftest.er1 >conftest.err | |
26301 | rm -f conftest.er1 | |
26302 | cat conftest.err >&5 | |
26303 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26304 | (exit $ac_status); } >/dev/null; then | |
26305 | if test -s conftest.err; then | |
26306 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 26307 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
26308 | else |
26309 | ac_cpp_err= | |
26310 | fi | |
26311 | else | |
26312 | ac_cpp_err=yes | |
26313 | fi | |
26314 | if test -z "$ac_cpp_err"; then | |
26315 | # We can compile using X headers with no special include directory. | |
26316 | ac_x_includes= | |
26317 | else | |
26318 | echo "$as_me: failed program was:" >&5 | |
26319 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26320 | ||
26321 | for ac_dir in $ac_x_header_dirs; do | |
26322 | if test -r "$ac_dir/X11/Intrinsic.h"; then | |
26323 | ac_x_includes=$ac_dir | |
26324 | break | |
26325 | fi | |
26326 | done | |
26327 | fi | |
26328 | rm -f conftest.err conftest.$ac_ext | |
26329 | fi # $ac_x_includes = no | |
26330 | ||
26331 | if test "$ac_x_libraries" = no; then | |
26332 | # Check for the libraries. | |
26333 | # See if we find them without any special options. | |
26334 | # Don't add to $LIBS permanently. | |
26335 | ac_save_LIBS=$LIBS | |
26336 | LIBS="-lXt $LIBS" | |
26337 | cat >conftest.$ac_ext <<_ACEOF | |
26338 | /* confdefs.h. */ | |
26339 | _ACEOF | |
26340 | cat confdefs.h >>conftest.$ac_ext | |
26341 | cat >>conftest.$ac_ext <<_ACEOF | |
26342 | /* end confdefs.h. */ | |
26343 | #include <X11/Intrinsic.h> | |
26344 | int | |
26345 | main () | |
26346 | { | |
26347 | XtMalloc (0) | |
26348 | ; | |
26349 | return 0; | |
26350 | } | |
26351 | _ACEOF | |
26352 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26353 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26354 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26355 | ac_status=$? |
ac1cb8d3 VS |
26356 | grep -v '^ *+' conftest.er1 >conftest.err |
26357 | rm -f conftest.er1 | |
26358 | cat conftest.err >&5 | |
a848cd7e SC |
26359 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26360 | (exit $ac_status); } && | |
6ebeb4c7 | 26361 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26362 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26363 | (eval $ac_try) 2>&5 | |
26364 | ac_status=$? | |
26365 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26366 | (exit $ac_status); }; } && | |
26367 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26368 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26369 | (eval $ac_try) 2>&5 | |
26370 | ac_status=$? | |
26371 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26372 | (exit $ac_status); }; }; then | |
26373 | LIBS=$ac_save_LIBS | |
26374 | # We can link X programs with no special library path. | |
26375 | ac_x_libraries= | |
26376 | else | |
26377 | echo "$as_me: failed program was:" >&5 | |
26378 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26379 | ||
26380 | LIBS=$ac_save_LIBS | |
26381 | for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` | |
26382 | do | |
26383 | # Don't even attempt the hair of trying to link an X program! | |
26384 | for ac_extension in a so sl; do | |
26385 | if test -r $ac_dir/libXt.$ac_extension; then | |
26386 | ac_x_libraries=$ac_dir | |
26387 | break 2 | |
26388 | fi | |
26389 | done | |
26390 | done | |
26391 | fi | |
ac1cb8d3 VS |
26392 | rm -f conftest.err conftest.$ac_objext \ |
26393 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26394 | fi # $ac_x_libraries = no |
26395 | ||
26396 | if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then | |
26397 | # Didn't find X anywhere. Cache the known absence of X. | |
26398 | ac_cv_have_x="have_x=no" | |
26399 | else | |
26400 | # Record where we found X for the cache. | |
26401 | ac_cv_have_x="have_x=yes \ | |
ac1cb8d3 | 26402 | ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" |
a848cd7e SC |
26403 | fi |
26404 | fi | |
26405 | ||
26406 | fi | |
26407 | eval "$ac_cv_have_x" | |
26408 | fi # $with_x != no | |
26409 | ||
26410 | if test "$have_x" != yes; then | |
26411 | echo "$as_me:$LINENO: result: $have_x" >&5 | |
26412 | echo "${ECHO_T}$have_x" >&6 | |
26413 | no_x=yes | |
26414 | else | |
26415 | # If each of the values was on the command line, it overrides each guess. | |
26416 | test "x$x_includes" = xNONE && x_includes=$ac_x_includes | |
26417 | test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries | |
26418 | # Update the cache value to reflect the command line values. | |
26419 | ac_cv_have_x="have_x=yes \ | |
26420 | ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | |
6ebeb4c7 VZ |
26421 | # It might be that x_includes is empty (headers are found in the |
26422 | # standard search path. Then output the corresponding message | |
26423 | ac_out_x_includes=$x_includes | |
26424 | test "x$x_includes" = x && ac_out_x_includes="in standard search path" | |
26425 | echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5 | |
26426 | echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6 | |
a848cd7e SC |
26427 | fi |
26428 | ||
6ebeb4c7 | 26429 | fi |
a848cd7e SC |
26430 | if test "$no_x" = yes; then |
26431 | # Not all programs may use this symbol, but it does not hurt to define it. | |
26432 | ||
26433 | cat >>confdefs.h <<\_ACEOF | |
26434 | #define X_DISPLAY_MISSING 1 | |
26435 | _ACEOF | |
26436 | ||
26437 | X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= | |
26438 | else | |
26439 | if test -n "$x_includes"; then | |
26440 | X_CFLAGS="$X_CFLAGS -I$x_includes" | |
26441 | fi | |
26442 | ||
26443 | # It would also be nice to do this for all -L options, not just this one. | |
26444 | if test -n "$x_libraries"; then | |
26445 | X_LIBS="$X_LIBS -L$x_libraries" | |
26446 | # For Solaris; some versions of Sun CC require a space after -R and | |
26447 | # others require no space. Words are not sufficient . . . . | |
26448 | case `(uname -sr) 2>/dev/null` in | |
26449 | "SunOS 5"*) | |
26450 | echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 | |
26451 | echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6 | |
26452 | ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" | |
26453 | cat >conftest.$ac_ext <<_ACEOF | |
26454 | /* confdefs.h. */ | |
26455 | _ACEOF | |
26456 | cat confdefs.h >>conftest.$ac_ext | |
26457 | cat >>conftest.$ac_ext <<_ACEOF | |
26458 | /* end confdefs.h. */ | |
26459 | ||
26460 | int | |
26461 | main () | |
26462 | { | |
26463 | ||
26464 | ; | |
26465 | return 0; | |
26466 | } | |
26467 | _ACEOF | |
26468 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26469 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26470 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26471 | ac_status=$? |
ac1cb8d3 VS |
26472 | grep -v '^ *+' conftest.er1 >conftest.err |
26473 | rm -f conftest.er1 | |
26474 | cat conftest.err >&5 | |
a848cd7e SC |
26475 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26476 | (exit $ac_status); } && | |
6ebeb4c7 | 26477 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26478 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26479 | (eval $ac_try) 2>&5 | |
26480 | ac_status=$? | |
26481 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26482 | (exit $ac_status); }; } && | |
26483 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26484 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26485 | (eval $ac_try) 2>&5 | |
26486 | ac_status=$? | |
26487 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26488 | (exit $ac_status); }; }; then | |
26489 | ac_R_nospace=yes | |
26490 | else | |
26491 | echo "$as_me: failed program was:" >&5 | |
26492 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26493 | ||
26494 | ac_R_nospace=no | |
26495 | fi | |
ac1cb8d3 VS |
26496 | rm -f conftest.err conftest.$ac_objext \ |
26497 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26498 | if test $ac_R_nospace = yes; then |
26499 | echo "$as_me:$LINENO: result: no" >&5 | |
26500 | echo "${ECHO_T}no" >&6 | |
26501 | X_LIBS="$X_LIBS -R$x_libraries" | |
26502 | else | |
26503 | LIBS="$ac_xsave_LIBS -R $x_libraries" | |
26504 | cat >conftest.$ac_ext <<_ACEOF | |
26505 | /* confdefs.h. */ | |
26506 | _ACEOF | |
26507 | cat confdefs.h >>conftest.$ac_ext | |
26508 | cat >>conftest.$ac_ext <<_ACEOF | |
26509 | /* end confdefs.h. */ | |
26510 | ||
26511 | int | |
26512 | main () | |
26513 | { | |
26514 | ||
26515 | ; | |
26516 | return 0; | |
26517 | } | |
26518 | _ACEOF | |
26519 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26520 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26521 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26522 | ac_status=$? |
ac1cb8d3 VS |
26523 | grep -v '^ *+' conftest.er1 >conftest.err |
26524 | rm -f conftest.er1 | |
26525 | cat conftest.err >&5 | |
a848cd7e SC |
26526 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26527 | (exit $ac_status); } && | |
6ebeb4c7 | 26528 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26529 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26530 | (eval $ac_try) 2>&5 | |
26531 | ac_status=$? | |
26532 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26533 | (exit $ac_status); }; } && | |
26534 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26535 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26536 | (eval $ac_try) 2>&5 | |
26537 | ac_status=$? | |
26538 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26539 | (exit $ac_status); }; }; then | |
26540 | ac_R_space=yes | |
26541 | else | |
26542 | echo "$as_me: failed program was:" >&5 | |
26543 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26544 | ||
26545 | ac_R_space=no | |
26546 | fi | |
ac1cb8d3 VS |
26547 | rm -f conftest.err conftest.$ac_objext \ |
26548 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26549 | if test $ac_R_space = yes; then |
26550 | echo "$as_me:$LINENO: result: yes" >&5 | |
26551 | echo "${ECHO_T}yes" >&6 | |
26552 | X_LIBS="$X_LIBS -R $x_libraries" | |
26553 | else | |
26554 | echo "$as_me:$LINENO: result: neither works" >&5 | |
26555 | echo "${ECHO_T}neither works" >&6 | |
26556 | fi | |
26557 | fi | |
26558 | LIBS=$ac_xsave_LIBS | |
26559 | esac | |
26560 | fi | |
26561 | ||
26562 | # Check for system-dependent libraries X programs must link with. | |
26563 | # Do this before checking for the system-independent R6 libraries | |
26564 | # (-lICE), since we may need -lsocket or whatever for X linking. | |
26565 | ||
26566 | if test "$ISC" = yes; then | |
26567 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" | |
26568 | else | |
26569 | # Martyn Johnson says this is needed for Ultrix, if the X | |
26570 | # libraries were built with DECnet support. And Karl Berry says | |
26571 | # the Alpha needs dnet_stub (dnet does not exist). | |
26572 | ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" | |
26573 | cat >conftest.$ac_ext <<_ACEOF | |
26574 | /* confdefs.h. */ | |
26575 | _ACEOF | |
26576 | cat confdefs.h >>conftest.$ac_ext | |
26577 | cat >>conftest.$ac_ext <<_ACEOF | |
26578 | /* end confdefs.h. */ | |
26579 | ||
26580 | /* Override any gcc2 internal prototype to avoid an error. */ | |
26581 | #ifdef __cplusplus | |
26582 | extern "C" | |
26583 | #endif | |
26584 | /* We use char because int might match the return type of a gcc2 | |
26585 | builtin and then its argument prototype would still apply. */ | |
26586 | char XOpenDisplay (); | |
26587 | int | |
26588 | main () | |
26589 | { | |
26590 | XOpenDisplay (); | |
26591 | ; | |
26592 | return 0; | |
26593 | } | |
26594 | _ACEOF | |
26595 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26596 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26597 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26598 | ac_status=$? |
ac1cb8d3 VS |
26599 | grep -v '^ *+' conftest.er1 >conftest.err |
26600 | rm -f conftest.er1 | |
26601 | cat conftest.err >&5 | |
a848cd7e SC |
26602 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26603 | (exit $ac_status); } && | |
6ebeb4c7 | 26604 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26605 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26606 | (eval $ac_try) 2>&5 | |
26607 | ac_status=$? | |
26608 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26609 | (exit $ac_status); }; } && | |
26610 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26611 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26612 | (eval $ac_try) 2>&5 | |
26613 | ac_status=$? | |
26614 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26615 | (exit $ac_status); }; }; then | |
26616 | : | |
26617 | else | |
26618 | echo "$as_me: failed program was:" >&5 | |
26619 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26620 | ||
26621 | echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 | |
26622 | echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 | |
26623 | if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then | |
26624 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26625 | else | |
26626 | ac_check_lib_save_LIBS=$LIBS | |
26627 | LIBS="-ldnet $LIBS" | |
26628 | cat >conftest.$ac_ext <<_ACEOF | |
26629 | /* confdefs.h. */ | |
26630 | _ACEOF | |
26631 | cat confdefs.h >>conftest.$ac_ext | |
26632 | cat >>conftest.$ac_ext <<_ACEOF | |
26633 | /* end confdefs.h. */ | |
26634 | ||
26635 | /* Override any gcc2 internal prototype to avoid an error. */ | |
26636 | #ifdef __cplusplus | |
26637 | extern "C" | |
26638 | #endif | |
26639 | /* We use char because int might match the return type of a gcc2 | |
26640 | builtin and then its argument prototype would still apply. */ | |
26641 | char dnet_ntoa (); | |
26642 | int | |
26643 | main () | |
26644 | { | |
26645 | dnet_ntoa (); | |
26646 | ; | |
26647 | return 0; | |
26648 | } | |
26649 | _ACEOF | |
26650 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26651 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26652 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26653 | ac_status=$? |
ac1cb8d3 VS |
26654 | grep -v '^ *+' conftest.er1 >conftest.err |
26655 | rm -f conftest.er1 | |
26656 | cat conftest.err >&5 | |
a848cd7e SC |
26657 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26658 | (exit $ac_status); } && | |
6ebeb4c7 | 26659 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26660 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26661 | (eval $ac_try) 2>&5 | |
26662 | ac_status=$? | |
26663 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26664 | (exit $ac_status); }; } && | |
26665 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
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 | |
26671 | ac_cv_lib_dnet_dnet_ntoa=yes | |
26672 | else | |
26673 | echo "$as_me: failed program was:" >&5 | |
26674 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26675 | ||
26676 | ac_cv_lib_dnet_dnet_ntoa=no | |
26677 | fi | |
ac1cb8d3 VS |
26678 | rm -f conftest.err conftest.$ac_objext \ |
26679 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26680 | LIBS=$ac_check_lib_save_LIBS |
26681 | fi | |
26682 | echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 | |
26683 | echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 | |
26684 | if test $ac_cv_lib_dnet_dnet_ntoa = yes; then | |
26685 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" | |
26686 | fi | |
26687 | ||
26688 | if test $ac_cv_lib_dnet_dnet_ntoa = no; then | |
26689 | echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 | |
26690 | echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6 | |
26691 | if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then | |
26692 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26693 | else | |
26694 | ac_check_lib_save_LIBS=$LIBS | |
26695 | LIBS="-ldnet_stub $LIBS" | |
26696 | cat >conftest.$ac_ext <<_ACEOF | |
26697 | /* confdefs.h. */ | |
26698 | _ACEOF | |
26699 | cat confdefs.h >>conftest.$ac_ext | |
26700 | cat >>conftest.$ac_ext <<_ACEOF | |
26701 | /* end confdefs.h. */ | |
26702 | ||
26703 | /* Override any gcc2 internal prototype to avoid an error. */ | |
26704 | #ifdef __cplusplus | |
26705 | extern "C" | |
26706 | #endif | |
26707 | /* We use char because int might match the return type of a gcc2 | |
26708 | builtin and then its argument prototype would still apply. */ | |
26709 | char dnet_ntoa (); | |
26710 | int | |
26711 | main () | |
26712 | { | |
26713 | dnet_ntoa (); | |
26714 | ; | |
26715 | return 0; | |
26716 | } | |
26717 | _ACEOF | |
26718 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26719 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26720 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26721 | ac_status=$? |
ac1cb8d3 VS |
26722 | grep -v '^ *+' conftest.er1 >conftest.err |
26723 | rm -f conftest.er1 | |
26724 | cat conftest.err >&5 | |
a848cd7e SC |
26725 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26726 | (exit $ac_status); } && | |
6ebeb4c7 | 26727 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26728 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26729 | (eval $ac_try) 2>&5 | |
26730 | ac_status=$? | |
26731 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26732 | (exit $ac_status); }; } && | |
26733 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26734 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26735 | (eval $ac_try) 2>&5 | |
26736 | ac_status=$? | |
26737 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26738 | (exit $ac_status); }; }; then | |
26739 | ac_cv_lib_dnet_stub_dnet_ntoa=yes | |
26740 | else | |
26741 | echo "$as_me: failed program was:" >&5 | |
26742 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26743 | ||
26744 | ac_cv_lib_dnet_stub_dnet_ntoa=no | |
26745 | fi | |
ac1cb8d3 VS |
26746 | rm -f conftest.err conftest.$ac_objext \ |
26747 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26748 | LIBS=$ac_check_lib_save_LIBS |
26749 | fi | |
26750 | echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 | |
26751 | echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6 | |
26752 | if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then | |
26753 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" | |
26754 | fi | |
26755 | ||
26756 | fi | |
26757 | fi | |
ac1cb8d3 VS |
26758 | rm -f conftest.err conftest.$ac_objext \ |
26759 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26760 | LIBS="$ac_xsave_LIBS" |
26761 | ||
26762 | # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, | |
26763 | # to get the SysV transport functions. | |
26764 | # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4) | |
26765 | # needs -lnsl. | |
26766 | # The nsl library prevents programs from opening the X display | |
26767 | # on Irix 5.2, according to T.E. Dickey. | |
26768 | # The functions gethostbyname, getservbyname, and inet_addr are | |
26769 | # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. | |
26770 | echo "$as_me:$LINENO: checking for gethostbyname" >&5 | |
26771 | echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6 | |
26772 | if test "${ac_cv_func_gethostbyname+set}" = set; then | |
26773 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26774 | else | |
26775 | cat >conftest.$ac_ext <<_ACEOF | |
26776 | /* confdefs.h. */ | |
26777 | _ACEOF | |
26778 | cat confdefs.h >>conftest.$ac_ext | |
26779 | cat >>conftest.$ac_ext <<_ACEOF | |
26780 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
26781 | /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname. |
26782 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
26783 | #define gethostbyname innocuous_gethostbyname | |
26784 | ||
a848cd7e SC |
26785 | /* System header to define __stub macros and hopefully few prototypes, |
26786 | which can conflict with char gethostbyname (); below. | |
26787 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
26788 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 26789 | |
a848cd7e SC |
26790 | #ifdef __STDC__ |
26791 | # include <limits.h> | |
26792 | #else | |
26793 | # include <assert.h> | |
26794 | #endif | |
ac1cb8d3 VS |
26795 | |
26796 | #undef gethostbyname | |
26797 | ||
a848cd7e SC |
26798 | /* Override any gcc2 internal prototype to avoid an error. */ |
26799 | #ifdef __cplusplus | |
26800 | extern "C" | |
26801 | { | |
26802 | #endif | |
26803 | /* We use char because int might match the return type of a gcc2 | |
26804 | builtin and then its argument prototype would still apply. */ | |
26805 | char gethostbyname (); | |
26806 | /* The GNU C library defines this for functions which it implements | |
26807 | to always fail with ENOSYS. Some functions are actually named | |
26808 | something starting with __ and the normal name is an alias. */ | |
26809 | #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) | |
26810 | choke me | |
26811 | #else | |
26812 | char (*f) () = gethostbyname; | |
26813 | #endif | |
26814 | #ifdef __cplusplus | |
26815 | } | |
26816 | #endif | |
26817 | ||
26818 | int | |
26819 | main () | |
26820 | { | |
26821 | return f != gethostbyname; | |
26822 | ; | |
26823 | return 0; | |
26824 | } | |
26825 | _ACEOF | |
26826 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26827 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26828 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26829 | ac_status=$? |
ac1cb8d3 VS |
26830 | grep -v '^ *+' conftest.er1 >conftest.err |
26831 | rm -f conftest.er1 | |
26832 | cat conftest.err >&5 | |
a848cd7e SC |
26833 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26834 | (exit $ac_status); } && | |
6ebeb4c7 | 26835 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26836 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26837 | (eval $ac_try) 2>&5 | |
26838 | ac_status=$? | |
26839 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26840 | (exit $ac_status); }; } && | |
26841 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26842 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26843 | (eval $ac_try) 2>&5 | |
26844 | ac_status=$? | |
26845 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26846 | (exit $ac_status); }; }; then | |
26847 | ac_cv_func_gethostbyname=yes | |
26848 | else | |
26849 | echo "$as_me: failed program was:" >&5 | |
26850 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26851 | ||
26852 | ac_cv_func_gethostbyname=no | |
26853 | fi | |
ac1cb8d3 VS |
26854 | rm -f conftest.err conftest.$ac_objext \ |
26855 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26856 | fi |
26857 | echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 | |
26858 | echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6 | |
26859 | ||
26860 | if test $ac_cv_func_gethostbyname = no; then | |
26861 | echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 | |
26862 | echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6 | |
26863 | if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then | |
26864 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26865 | else | |
26866 | ac_check_lib_save_LIBS=$LIBS | |
26867 | LIBS="-lnsl $LIBS" | |
26868 | cat >conftest.$ac_ext <<_ACEOF | |
26869 | /* confdefs.h. */ | |
26870 | _ACEOF | |
26871 | cat confdefs.h >>conftest.$ac_ext | |
26872 | cat >>conftest.$ac_ext <<_ACEOF | |
26873 | /* end confdefs.h. */ | |
26874 | ||
26875 | /* Override any gcc2 internal prototype to avoid an error. */ | |
26876 | #ifdef __cplusplus | |
26877 | extern "C" | |
26878 | #endif | |
26879 | /* We use char because int might match the return type of a gcc2 | |
26880 | builtin and then its argument prototype would still apply. */ | |
26881 | char gethostbyname (); | |
26882 | int | |
26883 | main () | |
26884 | { | |
26885 | gethostbyname (); | |
26886 | ; | |
26887 | return 0; | |
26888 | } | |
26889 | _ACEOF | |
26890 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26891 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 VS |
26892 | (eval $ac_link) 2>conftest.er1 |
26893 | ac_status=$? | |
26894 | grep -v '^ *+' conftest.er1 >conftest.err | |
26895 | rm -f conftest.er1 | |
26896 | cat conftest.err >&5 | |
26897 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26898 | (exit $ac_status); } && | |
6ebeb4c7 | 26899 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26900 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26901 | (eval $ac_try) 2>&5 | |
26902 | ac_status=$? | |
26903 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26904 | (exit $ac_status); }; } && | |
26905 | { ac_try='test -s conftest$ac_exeext' | |
26906 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
26907 | (eval $ac_try) 2>&5 | |
26908 | ac_status=$? | |
26909 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26910 | (exit $ac_status); }; }; then | |
26911 | ac_cv_lib_nsl_gethostbyname=yes | |
26912 | else | |
26913 | echo "$as_me: failed program was:" >&5 | |
26914 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26915 | ||
26916 | ac_cv_lib_nsl_gethostbyname=no | |
26917 | fi | |
26918 | rm -f conftest.err conftest.$ac_objext \ | |
26919 | conftest$ac_exeext conftest.$ac_ext | |
26920 | LIBS=$ac_check_lib_save_LIBS | |
26921 | fi | |
26922 | echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 | |
26923 | echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 | |
26924 | if test $ac_cv_lib_nsl_gethostbyname = yes; then | |
26925 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" | |
26926 | fi | |
26927 | ||
26928 | if test $ac_cv_lib_nsl_gethostbyname = no; then | |
26929 | echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 | |
26930 | echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6 | |
26931 | if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then | |
26932 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26933 | else | |
26934 | ac_check_lib_save_LIBS=$LIBS | |
26935 | LIBS="-lbsd $LIBS" | |
26936 | cat >conftest.$ac_ext <<_ACEOF | |
26937 | /* confdefs.h. */ | |
26938 | _ACEOF | |
26939 | cat confdefs.h >>conftest.$ac_ext | |
26940 | cat >>conftest.$ac_ext <<_ACEOF | |
26941 | /* end confdefs.h. */ | |
26942 | ||
26943 | /* Override any gcc2 internal prototype to avoid an error. */ | |
26944 | #ifdef __cplusplus | |
26945 | extern "C" | |
26946 | #endif | |
26947 | /* We use char because int might match the return type of a gcc2 | |
26948 | builtin and then its argument prototype would still apply. */ | |
26949 | char gethostbyname (); | |
26950 | int | |
26951 | main () | |
26952 | { | |
26953 | gethostbyname (); | |
26954 | ; | |
26955 | return 0; | |
26956 | } | |
26957 | _ACEOF | |
26958 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26959 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
26960 | (eval $ac_link) 2>conftest.er1 | |
a848cd7e | 26961 | ac_status=$? |
ac1cb8d3 VS |
26962 | grep -v '^ *+' conftest.er1 >conftest.err |
26963 | rm -f conftest.er1 | |
26964 | cat conftest.err >&5 | |
a848cd7e SC |
26965 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26966 | (exit $ac_status); } && | |
6ebeb4c7 | 26967 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
a848cd7e SC |
26968 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26969 | (eval $ac_try) 2>&5 | |
26970 | ac_status=$? | |
26971 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
ac1cb8d3 VS |
26972 | (exit $ac_status); }; } && |
26973 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26974 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26975 | (eval $ac_try) 2>&5 | |
26976 | ac_status=$? | |
26977 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26978 | (exit $ac_status); }; }; then | |
26979 | ac_cv_lib_bsd_gethostbyname=yes | |
26980 | else | |
26981 | echo "$as_me: failed program was:" >&5 | |
26982 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26983 | ||
26984 | ac_cv_lib_bsd_gethostbyname=no | |
26985 | fi | |
ac1cb8d3 VS |
26986 | rm -f conftest.err conftest.$ac_objext \ |
26987 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26988 | LIBS=$ac_check_lib_save_LIBS |
26989 | fi | |
26990 | echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 | |
26991 | echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6 | |
26992 | if test $ac_cv_lib_bsd_gethostbyname = yes; then | |
26993 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" | |
26994 | fi | |
26995 | ||
26996 | fi | |
26997 | fi | |
26998 | ||
26999 | # lieder@skyler.mavd.honeywell.com says without -lsocket, | |
27000 | # socket/setsockopt and other routines are undefined under SCO ODT | |
27001 | # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary | |
27002 | # on later versions), says Simon Leinen: it contains gethostby* | |
27003 | # variants that don't use the name server (or something). -lsocket | |
27004 | # must be given before -lnsl if both are needed. We assume that | |
27005 | # if connect needs -lnsl, so does gethostbyname. | |
27006 | echo "$as_me:$LINENO: checking for connect" >&5 | |
27007 | echo $ECHO_N "checking for connect... $ECHO_C" >&6 | |
27008 | if test "${ac_cv_func_connect+set}" = set; then | |
27009 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27010 | else | |
27011 | cat >conftest.$ac_ext <<_ACEOF | |
27012 | /* confdefs.h. */ | |
27013 | _ACEOF | |
27014 | cat confdefs.h >>conftest.$ac_ext | |
27015 | cat >>conftest.$ac_ext <<_ACEOF | |
27016 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
27017 | /* Define connect to an innocuous variant, in case <limits.h> declares connect. |
27018 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
27019 | #define connect innocuous_connect | |
27020 | ||
a848cd7e SC |
27021 | /* System header to define __stub macros and hopefully few prototypes, |
27022 | which can conflict with char connect (); below. | |
27023 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
27024 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 27025 | |
a848cd7e SC |
27026 | #ifdef __STDC__ |
27027 | # include <limits.h> | |
27028 | #else | |
27029 | # include <assert.h> | |
27030 | #endif | |
ac1cb8d3 VS |
27031 | |
27032 | #undef connect | |
27033 | ||
a848cd7e SC |
27034 | /* Override any gcc2 internal prototype to avoid an error. */ |
27035 | #ifdef __cplusplus | |
27036 | extern "C" | |
27037 | { | |
27038 | #endif | |
27039 | /* We use char because int might match the return type of a gcc2 | |
27040 | builtin and then its argument prototype would still apply. */ | |
27041 | char connect (); | |
27042 | /* The GNU C library defines this for functions which it implements | |
27043 | to always fail with ENOSYS. Some functions are actually named | |
27044 | something starting with __ and the normal name is an alias. */ | |
27045 | #if defined (__stub_connect) || defined (__stub___connect) | |
27046 | choke me | |
27047 | #else | |
27048 | char (*f) () = connect; | |
27049 | #endif | |
27050 | #ifdef __cplusplus | |
27051 | } | |
27052 | #endif | |
27053 | ||
27054 | int | |
27055 | main () | |
27056 | { | |
27057 | return f != connect; | |
27058 | ; | |
27059 | return 0; | |
27060 | } | |
27061 | _ACEOF | |
27062 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27063 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 27064 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 27065 | ac_status=$? |
ac1cb8d3 VS |
27066 | grep -v '^ *+' conftest.er1 >conftest.err |
27067 | rm -f conftest.er1 | |
27068 | cat conftest.err >&5 | |
a848cd7e SC |
27069 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27070 | (exit $ac_status); } && | |
6ebeb4c7 | 27071 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
27072 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27073 | (eval $ac_try) 2>&5 | |
27074 | ac_status=$? | |
27075 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27076 | (exit $ac_status); }; } && | |
27077 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
27078 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27079 | (eval $ac_try) 2>&5 | |
27080 | ac_status=$? | |
27081 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27082 | (exit $ac_status); }; }; then | |
27083 | ac_cv_func_connect=yes | |
27084 | else | |
27085 | echo "$as_me: failed program was:" >&5 | |
27086 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27087 | ||
27088 | ac_cv_func_connect=no | |
27089 | fi | |
ac1cb8d3 VS |
27090 | rm -f conftest.err conftest.$ac_objext \ |
27091 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
27092 | fi |
27093 | echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 | |
27094 | echo "${ECHO_T}$ac_cv_func_connect" >&6 | |
27095 | ||
27096 | if test $ac_cv_func_connect = no; then | |
27097 | echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 | |
27098 | echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6 | |
27099 | if test "${ac_cv_lib_socket_connect+set}" = set; then | |
27100 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27101 | else | |
27102 | ac_check_lib_save_LIBS=$LIBS | |
27103 | LIBS="-lsocket $X_EXTRA_LIBS $LIBS" | |
27104 | cat >conftest.$ac_ext <<_ACEOF | |
27105 | /* confdefs.h. */ | |
27106 | _ACEOF | |
27107 | cat confdefs.h >>conftest.$ac_ext | |
27108 | cat >>conftest.$ac_ext <<_ACEOF | |
27109 | /* end confdefs.h. */ | |
27110 | ||
27111 | /* Override any gcc2 internal prototype to avoid an error. */ | |
27112 | #ifdef __cplusplus | |
27113 | extern "C" | |
27114 | #endif | |
27115 | /* We use char because int might match the return type of a gcc2 | |
27116 | builtin and then its argument prototype would still apply. */ | |
27117 | char connect (); | |
27118 | int | |
27119 | main () | |
27120 | { | |
27121 | connect (); | |
27122 | ; | |
27123 | return 0; | |
27124 | } | |
27125 | _ACEOF | |
27126 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27127 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 27128 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 27129 | ac_status=$? |
ac1cb8d3 VS |
27130 | grep -v '^ *+' conftest.er1 >conftest.err |
27131 | rm -f conftest.er1 | |
27132 | cat conftest.err >&5 | |
a848cd7e SC |
27133 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27134 | (exit $ac_status); } && | |
6ebeb4c7 | 27135 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
27136 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27137 | (eval $ac_try) 2>&5 | |
27138 | ac_status=$? | |
27139 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27140 | (exit $ac_status); }; } && | |
27141 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
27142 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27143 | (eval $ac_try) 2>&5 | |
27144 | ac_status=$? | |
27145 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27146 | (exit $ac_status); }; }; then | |
27147 | ac_cv_lib_socket_connect=yes | |
27148 | else | |
27149 | echo "$as_me: failed program was:" >&5 | |
27150 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27151 | ||
27152 | ac_cv_lib_socket_connect=no | |
27153 | fi | |
ac1cb8d3 VS |
27154 | rm -f conftest.err conftest.$ac_objext \ |
27155 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
27156 | LIBS=$ac_check_lib_save_LIBS |
27157 | fi | |
27158 | echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 | |
27159 | echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6 | |
27160 | if test $ac_cv_lib_socket_connect = yes; then | |
27161 | X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" | |
27162 | fi | |
27163 | ||
27164 | fi | |
27165 | ||
27166 | # Guillermo Gomez says -lposix is necessary on A/UX. | |
27167 | echo "$as_me:$LINENO: checking for remove" >&5 | |
27168 | echo $ECHO_N "checking for remove... $ECHO_C" >&6 | |
27169 | if test "${ac_cv_func_remove+set}" = set; then | |
27170 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27171 | else | |
27172 | cat >conftest.$ac_ext <<_ACEOF | |
27173 | /* confdefs.h. */ | |
27174 | _ACEOF | |
27175 | cat confdefs.h >>conftest.$ac_ext | |
27176 | cat >>conftest.$ac_ext <<_ACEOF | |
27177 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
27178 | /* Define remove to an innocuous variant, in case <limits.h> declares remove. |
27179 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
27180 | #define remove innocuous_remove | |
27181 | ||
a848cd7e SC |
27182 | /* System header to define __stub macros and hopefully few prototypes, |
27183 | which can conflict with char remove (); below. | |
27184 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
27185 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 27186 | |
a848cd7e SC |
27187 | #ifdef __STDC__ |
27188 | # include <limits.h> | |
27189 | #else | |
27190 | # include <assert.h> | |
27191 | #endif | |
ac1cb8d3 VS |
27192 | |
27193 | #undef remove | |
27194 | ||
a848cd7e SC |
27195 | /* Override any gcc2 internal prototype to avoid an error. */ |
27196 | #ifdef __cplusplus | |
27197 | extern "C" | |
27198 | { | |
27199 | #endif | |
27200 | /* We use char because int might match the return type of a gcc2 | |
27201 | builtin and then its argument prototype would still apply. */ | |
27202 | char remove (); | |
27203 | /* The GNU C library defines this for functions which it implements | |
27204 | to always fail with ENOSYS. Some functions are actually named | |
27205 | something starting with __ and the normal name is an alias. */ | |
27206 | #if defined (__stub_remove) || defined (__stub___remove) | |
27207 | choke me | |
27208 | #else | |
27209 | char (*f) () = remove; | |
27210 | #endif | |
27211 | #ifdef __cplusplus | |
27212 | } | |
27213 | #endif | |
27214 | ||
27215 | int | |
27216 | main () | |
27217 | { | |
27218 | return f != remove; | |
27219 | ; | |
27220 | return 0; | |
27221 | } | |
27222 | _ACEOF | |
27223 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27224 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 27225 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 27226 | ac_status=$? |
ac1cb8d3 VS |
27227 | grep -v '^ *+' conftest.er1 >conftest.err |
27228 | rm -f conftest.er1 | |
27229 | cat conftest.err >&5 | |
a848cd7e SC |
27230 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27231 | (exit $ac_status); } && | |
6ebeb4c7 | 27232 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
27233 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27234 | (eval $ac_try) 2>&5 | |
27235 | ac_status=$? | |
27236 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27237 | (exit $ac_status); }; } && | |
27238 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
27239 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27240 | (eval $ac_try) 2>&5 | |
27241 | ac_status=$? | |
27242 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27243 | (exit $ac_status); }; }; then | |
27244 | ac_cv_func_remove=yes | |
27245 | else | |
27246 | echo "$as_me: failed program was:" >&5 | |
27247 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27248 | ||
27249 | ac_cv_func_remove=no | |
27250 | fi | |
ac1cb8d3 VS |
27251 | rm -f conftest.err conftest.$ac_objext \ |
27252 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
27253 | fi |
27254 | echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 | |
27255 | echo "${ECHO_T}$ac_cv_func_remove" >&6 | |
27256 | ||
27257 | if test $ac_cv_func_remove = no; then | |
27258 | echo "$as_me:$LINENO: checking for remove in -lposix" >&5 | |
27259 | echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6 | |
27260 | if test "${ac_cv_lib_posix_remove+set}" = set; then | |
27261 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27262 | else | |
27263 | ac_check_lib_save_LIBS=$LIBS | |
27264 | LIBS="-lposix $LIBS" | |
27265 | cat >conftest.$ac_ext <<_ACEOF | |
27266 | /* confdefs.h. */ | |
27267 | _ACEOF | |
27268 | cat confdefs.h >>conftest.$ac_ext | |
27269 | cat >>conftest.$ac_ext <<_ACEOF | |
27270 | /* end confdefs.h. */ | |
27271 | ||
27272 | /* Override any gcc2 internal prototype to avoid an error. */ | |
27273 | #ifdef __cplusplus | |
27274 | extern "C" | |
27275 | #endif | |
27276 | /* We use char because int might match the return type of a gcc2 | |
27277 | builtin and then its argument prototype would still apply. */ | |
27278 | char remove (); | |
27279 | int | |
27280 | main () | |
27281 | { | |
27282 | remove (); | |
27283 | ; | |
27284 | return 0; | |
27285 | } | |
27286 | _ACEOF | |
27287 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27288 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 27289 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 27290 | ac_status=$? |
ac1cb8d3 VS |
27291 | grep -v '^ *+' conftest.er1 >conftest.err |
27292 | rm -f conftest.er1 | |
27293 | cat conftest.err >&5 | |
a848cd7e SC |
27294 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27295 | (exit $ac_status); } && | |
6ebeb4c7 | 27296 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
27297 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27298 | (eval $ac_try) 2>&5 | |
27299 | ac_status=$? | |
27300 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27301 | (exit $ac_status); }; } && | |
27302 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
27303 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27304 | (eval $ac_try) 2>&5 | |
27305 | ac_status=$? | |
27306 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27307 | (exit $ac_status); }; }; then | |
27308 | ac_cv_lib_posix_remove=yes | |
27309 | else | |
27310 | echo "$as_me: failed program was:" >&5 | |
27311 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27312 | ||
27313 | ac_cv_lib_posix_remove=no | |
27314 | fi | |
ac1cb8d3 VS |
27315 | rm -f conftest.err conftest.$ac_objext \ |
27316 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
27317 | LIBS=$ac_check_lib_save_LIBS |
27318 | fi | |
27319 | echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 | |
27320 | echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6 | |
27321 | if test $ac_cv_lib_posix_remove = yes; then | |
27322 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" | |
27323 | fi | |
27324 | ||
27325 | fi | |
27326 | ||
27327 | # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. | |
27328 | echo "$as_me:$LINENO: checking for shmat" >&5 | |
27329 | echo $ECHO_N "checking for shmat... $ECHO_C" >&6 | |
27330 | if test "${ac_cv_func_shmat+set}" = set; then | |
27331 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27332 | else | |
27333 | cat >conftest.$ac_ext <<_ACEOF | |
27334 | /* confdefs.h. */ | |
27335 | _ACEOF | |
27336 | cat confdefs.h >>conftest.$ac_ext | |
27337 | cat >>conftest.$ac_ext <<_ACEOF | |
27338 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
27339 | /* Define shmat to an innocuous variant, in case <limits.h> declares shmat. |
27340 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
27341 | #define shmat innocuous_shmat | |
27342 | ||
a848cd7e SC |
27343 | /* System header to define __stub macros and hopefully few prototypes, |
27344 | which can conflict with char shmat (); below. | |
27345 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
27346 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 27347 | |
a848cd7e SC |
27348 | #ifdef __STDC__ |
27349 | # include <limits.h> | |
27350 | #else | |
27351 | # include <assert.h> | |
27352 | #endif | |
ac1cb8d3 VS |
27353 | |
27354 | #undef shmat | |
27355 | ||
a848cd7e SC |
27356 | /* Override any gcc2 internal prototype to avoid an error. */ |
27357 | #ifdef __cplusplus | |
27358 | extern "C" | |
27359 | { | |
27360 | #endif | |
27361 | /* We use char because int might match the return type of a gcc2 | |
27362 | builtin and then its argument prototype would still apply. */ | |
27363 | char shmat (); | |
27364 | /* The GNU C library defines this for functions which it implements | |
27365 | to always fail with ENOSYS. Some functions are actually named | |
27366 | something starting with __ and the normal name is an alias. */ | |
27367 | #if defined (__stub_shmat) || defined (__stub___shmat) | |
27368 | choke me | |
27369 | #else | |
27370 | char (*f) () = shmat; | |
27371 | #endif | |
27372 | #ifdef __cplusplus | |
27373 | } | |
27374 | #endif | |
27375 | ||
27376 | int | |
27377 | main () | |
27378 | { | |
27379 | return f != shmat; | |
27380 | ; | |
27381 | return 0; | |
27382 | } | |
27383 | _ACEOF | |
27384 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27385 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 27386 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 27387 | ac_status=$? |
ac1cb8d3 VS |
27388 | grep -v '^ *+' conftest.er1 >conftest.err |
27389 | rm -f conftest.er1 | |
27390 | cat conftest.err >&5 | |
a848cd7e SC |
27391 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27392 | (exit $ac_status); } && | |
6ebeb4c7 | 27393 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
27394 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27395 | (eval $ac_try) 2>&5 | |
27396 | ac_status=$? | |
27397 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27398 | (exit $ac_status); }; } && | |
27399 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
27400 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27401 | (eval $ac_try) 2>&5 | |
27402 | ac_status=$? | |
27403 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27404 | (exit $ac_status); }; }; then | |
27405 | ac_cv_func_shmat=yes | |
27406 | else | |
27407 | echo "$as_me: failed program was:" >&5 | |
27408 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27409 | ||
27410 | ac_cv_func_shmat=no | |
27411 | fi | |
ac1cb8d3 VS |
27412 | rm -f conftest.err conftest.$ac_objext \ |
27413 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
27414 | fi |
27415 | echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 | |
27416 | echo "${ECHO_T}$ac_cv_func_shmat" >&6 | |
27417 | ||
27418 | if test $ac_cv_func_shmat = no; then | |
27419 | echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 | |
27420 | echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6 | |
27421 | if test "${ac_cv_lib_ipc_shmat+set}" = set; then | |
27422 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27423 | else | |
27424 | ac_check_lib_save_LIBS=$LIBS | |
27425 | LIBS="-lipc $LIBS" | |
27426 | cat >conftest.$ac_ext <<_ACEOF | |
27427 | /* confdefs.h. */ | |
27428 | _ACEOF | |
27429 | cat confdefs.h >>conftest.$ac_ext | |
27430 | cat >>conftest.$ac_ext <<_ACEOF | |
27431 | /* end confdefs.h. */ | |
27432 | ||
27433 | /* Override any gcc2 internal prototype to avoid an error. */ | |
27434 | #ifdef __cplusplus | |
27435 | extern "C" | |
27436 | #endif | |
27437 | /* We use char because int might match the return type of a gcc2 | |
27438 | builtin and then its argument prototype would still apply. */ | |
27439 | char shmat (); | |
27440 | int | |
27441 | main () | |
27442 | { | |
27443 | shmat (); | |
27444 | ; | |
27445 | return 0; | |
27446 | } | |
27447 | _ACEOF | |
27448 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27449 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 27450 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 27451 | ac_status=$? |
ac1cb8d3 VS |
27452 | grep -v '^ *+' conftest.er1 >conftest.err |
27453 | rm -f conftest.er1 | |
27454 | cat conftest.err >&5 | |
a848cd7e SC |
27455 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27456 | (exit $ac_status); } && | |
6ebeb4c7 | 27457 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
27458 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27459 | (eval $ac_try) 2>&5 | |
27460 | ac_status=$? | |
27461 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27462 | (exit $ac_status); }; } && | |
27463 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
27464 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27465 | (eval $ac_try) 2>&5 | |
27466 | ac_status=$? | |
27467 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27468 | (exit $ac_status); }; }; then | |
27469 | ac_cv_lib_ipc_shmat=yes | |
27470 | else | |
27471 | echo "$as_me: failed program was:" >&5 | |
27472 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27473 | ||
27474 | ac_cv_lib_ipc_shmat=no | |
27475 | fi | |
ac1cb8d3 VS |
27476 | rm -f conftest.err conftest.$ac_objext \ |
27477 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
27478 | LIBS=$ac_check_lib_save_LIBS |
27479 | fi | |
27480 | echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 | |
27481 | echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6 | |
27482 | if test $ac_cv_lib_ipc_shmat = yes; then | |
27483 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" | |
27484 | fi | |
27485 | ||
27486 | fi | |
27487 | fi | |
27488 | ||
27489 | # Check for libraries that X11R6 Xt/Xaw programs need. | |
27490 | ac_save_LDFLAGS=$LDFLAGS | |
27491 | test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" | |
27492 | # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to | |
27493 | # check for ICE first), but we must link in the order -lSM -lICE or | |
27494 | # we get undefined symbols. So assume we have SM if we have ICE. | |
27495 | # These have to be linked with before -lX11, unlike the other | |
27496 | # libraries we check for below, so use a different variable. | |
27497 | # John Interrante, Karl Berry | |
27498 | echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 | |
27499 | echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6 | |
27500 | if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then | |
27501 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27502 | else | |
27503 | ac_check_lib_save_LIBS=$LIBS | |
27504 | LIBS="-lICE $X_EXTRA_LIBS $LIBS" | |
27505 | cat >conftest.$ac_ext <<_ACEOF | |
27506 | /* confdefs.h. */ | |
27507 | _ACEOF | |
27508 | cat confdefs.h >>conftest.$ac_ext | |
27509 | cat >>conftest.$ac_ext <<_ACEOF | |
27510 | /* end confdefs.h. */ | |
27511 | ||
27512 | /* Override any gcc2 internal prototype to avoid an error. */ | |
27513 | #ifdef __cplusplus | |
27514 | extern "C" | |
27515 | #endif | |
27516 | /* We use char because int might match the return type of a gcc2 | |
27517 | builtin and then its argument prototype would still apply. */ | |
27518 | char IceConnectionNumber (); | |
27519 | int | |
27520 | main () | |
27521 | { | |
27522 | IceConnectionNumber (); | |
27523 | ; | |
27524 | return 0; | |
27525 | } | |
27526 | _ACEOF | |
27527 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27528 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 27529 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 27530 | ac_status=$? |
ac1cb8d3 VS |
27531 | grep -v '^ *+' conftest.er1 >conftest.err |
27532 | rm -f conftest.er1 | |
27533 | cat conftest.err >&5 | |
a848cd7e SC |
27534 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27535 | (exit $ac_status); } && | |
6ebeb4c7 | 27536 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
27537 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27538 | (eval $ac_try) 2>&5 | |
27539 | ac_status=$? | |
27540 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27541 | (exit $ac_status); }; } && | |
27542 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
27543 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27544 | (eval $ac_try) 2>&5 | |
27545 | ac_status=$? | |
27546 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27547 | (exit $ac_status); }; }; then | |
27548 | ac_cv_lib_ICE_IceConnectionNumber=yes | |
27549 | else | |
27550 | echo "$as_me: failed program was:" >&5 | |
27551 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27552 | ||
27553 | ac_cv_lib_ICE_IceConnectionNumber=no | |
27554 | fi | |
ac1cb8d3 VS |
27555 | rm -f conftest.err conftest.$ac_objext \ |
27556 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
27557 | LIBS=$ac_check_lib_save_LIBS |
27558 | fi | |
27559 | echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 | |
27560 | echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6 | |
27561 | if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then | |
27562 | X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" | |
27563 | fi | |
27564 | ||
27565 | LDFLAGS=$ac_save_LDFLAGS | |
27566 | ||
27567 | fi | |
27568 | ||
27569 | ||
27570 | if test "$no_x" = "yes"; then | |
27571 | { { echo "$as_me:$LINENO: error: X11 not found" >&5 | |
27572 | echo "$as_me: error: X11 not found" >&2;} | |
27573 | { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; } | |
27574 | fi | |
27575 | ||
74b84332 VS |
27576 | GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'` |
27577 | TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'` | |
a848cd7e SC |
27578 | AFMINSTALL=afminstall |
27579 | COMPILED_X_PROGRAM=0 | |
27580 | ||
74b84332 VS |
27581 | fi |
27582 | ||
27583 | if test "$wxUSE_X11" = 1; then | |
a848cd7e SC |
27584 | if test "$wxUSE_NANOX" = "yes"; then |
27585 | echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5 | |
27586 | echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6 | |
27587 | if test "x$MICROWIN" = x ; then | |
27588 | echo "$as_me:$LINENO: result: not found" >&5 | |
27589 | echo "${ECHO_T}not found" >&6 | |
27590 | { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5 | |
27591 | echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;} | |
27592 | { (exit 1); exit 1; }; } | |
27593 | else | |
27594 | echo "$as_me:$LINENO: result: $MICROWIN" >&5 | |
27595 | echo "${ECHO_T}$MICROWIN" >&6 | |
27596 | cat >>confdefs.h <<\_ACEOF | |
27597 | #define wxUSE_NANOX 1 | |
27598 | _ACEOF | |
27599 | ||
27600 | fi | |
27601 | fi | |
27602 | ||
27603 | if test "$wxUSE_UNICODE" = "yes"; then | |
27604 | ||
27605 | succeeded=no | |
27606 | ||
27607 | if test -z "$PKG_CONFIG"; then | |
27608 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
27609 | set dummy pkg-config; ac_word=$2 | |
27610 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
27611 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
27612 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then | |
27613 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27614 | else | |
27615 | case $PKG_CONFIG in | |
27616 | [\\/]* | ?:[\\/]*) | |
27617 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | |
27618 | ;; | |
27619 | *) | |
27620 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
27621 | for as_dir in $PATH | |
27622 | do | |
27623 | IFS=$as_save_IFS | |
27624 | test -z "$as_dir" && as_dir=. | |
27625 | for ac_exec_ext in '' $ac_executable_extensions; do | |
27626 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
27627 | ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
27628 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
27629 | break 2 | |
27630 | fi | |
27631 | done | |
27632 | done | |
27633 | ||
27634 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" | |
27635 | ;; | |
27636 | esac | |
27637 | fi | |
27638 | PKG_CONFIG=$ac_cv_path_PKG_CONFIG | |
27639 | ||
27640 | if test -n "$PKG_CONFIG"; then | |
27641 | echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 | |
27642 | echo "${ECHO_T}$PKG_CONFIG" >&6 | |
27643 | else | |
27644 | echo "$as_me:$LINENO: result: no" >&5 | |
27645 | echo "${ECHO_T}no" >&6 | |
27646 | fi | |
27647 | ||
27648 | fi | |
27649 | ||
27650 | if test "$PKG_CONFIG" = "no" ; then | |
27651 | echo "*** The pkg-config script could not be found. Make sure it is" | |
27652 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
27653 | echo "*** to the full path to pkg-config." | |
27654 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
27655 | else | |
27656 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
27657 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
27658 | echo "$as_me:$LINENO: checking for pangox" >&5 | |
27659 | echo $ECHO_N "checking for pangox... $ECHO_C" >&6 | |
27660 | ||
27661 | if $PKG_CONFIG --exists "pangox" ; then | |
27662 | echo "$as_me:$LINENO: result: yes" >&5 | |
27663 | echo "${ECHO_T}yes" >&6 | |
27664 | succeeded=yes | |
27665 | ||
27666 | echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5 | |
27667 | echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6 | |
27668 | PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"` | |
27669 | echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5 | |
27670 | echo "${ECHO_T}$PANGOX_CFLAGS" >&6 | |
27671 | ||
27672 | echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5 | |
27673 | echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6 | |
27674 | PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"` | |
27675 | echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5 | |
27676 | echo "${ECHO_T}$PANGOX_LIBS" >&6 | |
27677 | else | |
27678 | PANGOX_CFLAGS="" | |
27679 | PANGOX_LIBS="" | |
27680 | ## If we have a custom action on failure, don't print errors, but | |
27681 | ## do set a variable so people can do so. | |
27682 | PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"` | |
27683 | ||
27684 | fi | |
27685 | ||
27686 | ||
27687 | ||
27688 | else | |
27689 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
27690 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
27691 | fi | |
27692 | fi | |
27693 | ||
27694 | if test $succeeded = yes; then | |
27695 | ||
27696 | CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS" | |
27697 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS" | |
27698 | ||
27699 | else | |
27700 | ||
27701 | { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5 | |
27702 | echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;} | |
27703 | { (exit 1); exit 1; }; } | |
27704 | ||
27705 | ||
27706 | fi | |
27707 | ||
27708 | ||
27709 | succeeded=no | |
27710 | ||
27711 | if test -z "$PKG_CONFIG"; then | |
27712 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
27713 | set dummy pkg-config; ac_word=$2 | |
27714 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
27715 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
27716 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then | |
27717 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27718 | else | |
27719 | case $PKG_CONFIG in | |
27720 | [\\/]* | ?:[\\/]*) | |
27721 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | |
27722 | ;; | |
27723 | *) | |
27724 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
27725 | for as_dir in $PATH | |
27726 | do | |
27727 | IFS=$as_save_IFS | |
27728 | test -z "$as_dir" && as_dir=. | |
27729 | for ac_exec_ext in '' $ac_executable_extensions; do | |
27730 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
27731 | ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
27732 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
27733 | break 2 | |
27734 | fi | |
27735 | done | |
27736 | done | |
27737 | ||
27738 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" | |
27739 | ;; | |
27740 | esac | |
27741 | fi | |
27742 | PKG_CONFIG=$ac_cv_path_PKG_CONFIG | |
27743 | ||
27744 | if test -n "$PKG_CONFIG"; then | |
27745 | echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 | |
27746 | echo "${ECHO_T}$PKG_CONFIG" >&6 | |
27747 | else | |
27748 | echo "$as_me:$LINENO: result: no" >&5 | |
27749 | echo "${ECHO_T}no" >&6 | |
27750 | fi | |
27751 | ||
27752 | fi | |
27753 | ||
27754 | if test "$PKG_CONFIG" = "no" ; then | |
27755 | echo "*** The pkg-config script could not be found. Make sure it is" | |
27756 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
27757 | echo "*** to the full path to pkg-config." | |
27758 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
27759 | else | |
27760 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
27761 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
27762 | echo "$as_me:$LINENO: checking for pangoft2" >&5 | |
27763 | echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6 | |
27764 | ||
27765 | if $PKG_CONFIG --exists "pangoft2" ; then | |
27766 | echo "$as_me:$LINENO: result: yes" >&5 | |
27767 | echo "${ECHO_T}yes" >&6 | |
27768 | succeeded=yes | |
27769 | ||
27770 | echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5 | |
27771 | echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6 | |
27772 | PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"` | |
27773 | echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5 | |
27774 | echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6 | |
27775 | ||
27776 | echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5 | |
27777 | echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6 | |
27778 | PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"` | |
27779 | echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5 | |
27780 | echo "${ECHO_T}$PANGOFT2_LIBS" >&6 | |
27781 | else | |
27782 | PANGOFT2_CFLAGS="" | |
27783 | PANGOFT2_LIBS="" | |
27784 | ## If we have a custom action on failure, don't print errors, but | |
27785 | ## do set a variable so people can do so. | |
27786 | PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"` | |
27787 | ||
27788 | fi | |
27789 | ||
27790 | ||
27791 | ||
27792 | else | |
27793 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
27794 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
27795 | fi | |
27796 | fi | |
27797 | ||
27798 | if test $succeeded = yes; then | |
27799 | ||
27800 | CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS" | |
27801 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS" | |
27802 | ||
27803 | else | |
27804 | ||
27805 | { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5 | |
27806 | echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;} | |
27807 | wxUSE_PRINTING_ARCHITECTURE="no" | |
27808 | ||
27809 | ||
27810 | fi | |
27811 | ||
27812 | ||
27813 | succeeded=no | |
27814 | ||
27815 | if test -z "$PKG_CONFIG"; then | |
27816 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
27817 | set dummy pkg-config; ac_word=$2 | |
27818 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
27819 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
27820 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then | |
27821 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27822 | else | |
27823 | case $PKG_CONFIG in | |
27824 | [\\/]* | ?:[\\/]*) | |
27825 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | |
27826 | ;; | |
27827 | *) | |
27828 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
27829 | for as_dir in $PATH | |
27830 | do | |
27831 | IFS=$as_save_IFS | |
27832 | test -z "$as_dir" && as_dir=. | |
27833 | for ac_exec_ext in '' $ac_executable_extensions; do | |
27834 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
27835 | ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
27836 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
27837 | break 2 | |
27838 | fi | |
27839 | done | |
27840 | done | |
27841 | ||
27842 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" | |
27843 | ;; | |
27844 | esac | |
27845 | fi | |
27846 | PKG_CONFIG=$ac_cv_path_PKG_CONFIG | |
27847 | ||
27848 | if test -n "$PKG_CONFIG"; then | |
27849 | echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 | |
27850 | echo "${ECHO_T}$PKG_CONFIG" >&6 | |
27851 | else | |
27852 | echo "$as_me:$LINENO: result: no" >&5 | |
27853 | echo "${ECHO_T}no" >&6 | |
27854 | fi | |
27855 | ||
27856 | fi | |
27857 | ||
27858 | if test "$PKG_CONFIG" = "no" ; then | |
27859 | echo "*** The pkg-config script could not be found. Make sure it is" | |
27860 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
27861 | echo "*** to the full path to pkg-config." | |
27862 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
27863 | else | |
27864 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
27865 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
27866 | echo "$as_me:$LINENO: checking for pangoxft" >&5 | |
27867 | echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6 | |
27868 | ||
27869 | if $PKG_CONFIG --exists "pangoxft" ; then | |
27870 | echo "$as_me:$LINENO: result: yes" >&5 | |
27871 | echo "${ECHO_T}yes" >&6 | |
27872 | succeeded=yes | |
27873 | ||
27874 | echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5 | |
27875 | echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6 | |
27876 | PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"` | |
27877 | echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5 | |
27878 | echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6 | |
27879 | ||
27880 | echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5 | |
27881 | echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6 | |
27882 | PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"` | |
27883 | echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5 | |
27884 | echo "${ECHO_T}$PANGOXFT_LIBS" >&6 | |
27885 | else | |
27886 | PANGOXFT_CFLAGS="" | |
27887 | PANGOXFT_LIBS="" | |
27888 | ## If we have a custom action on failure, don't print errors, but | |
27889 | ## do set a variable so people can do so. | |
27890 | PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"` | |
27891 | ||
27892 | fi | |
27893 | ||
27894 | ||
27895 | ||
27896 | else | |
27897 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
27898 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
27899 | fi | |
27900 | fi | |
27901 | ||
27902 | if test $succeeded = yes; then | |
27903 | ||
4ae1af05 MB |
27904 | cat >>confdefs.h <<\_ACEOF |
27905 | #define HAVE_PANGO_XFT 1 | |
27906 | _ACEOF | |
27907 | ||
a848cd7e SC |
27908 | CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS" |
27909 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS" | |
27910 | ||
27911 | else | |
27912 | ||
27913 | { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5 | |
27914 | echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;} | |
27915 | ||
27916 | ||
27917 | fi | |
27918 | ||
304205f1 VS |
27919 | save_CFLAGS="$CFLAGS" |
27920 | save_LIBS="$LIBS" | |
27921 | CFLAGS="$CFLAGS $PANGOX_CFLAGS" | |
27922 | LIBS="$LIBS $PANGOX_LIBS" | |
27923 | ||
27924 | for ac_func in pango_font_family_is_monospace | |
27925 | do | |
27926 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
27927 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
27928 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
27929 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
27930 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27931 | else | |
27932 | cat >conftest.$ac_ext <<_ACEOF | |
27933 | /* confdefs.h. */ | |
27934 | _ACEOF | |
27935 | cat confdefs.h >>conftest.$ac_ext | |
27936 | cat >>conftest.$ac_ext <<_ACEOF | |
27937 | /* end confdefs.h. */ | |
27938 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | |
27939 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
27940 | #define $ac_func innocuous_$ac_func | |
27941 | ||
27942 | /* System header to define __stub macros and hopefully few prototypes, | |
27943 | which can conflict with char $ac_func (); below. | |
27944 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
27945 | <limits.h> exists even on freestanding compilers. */ | |
27946 | ||
27947 | #ifdef __STDC__ | |
27948 | # include <limits.h> | |
27949 | #else | |
27950 | # include <assert.h> | |
27951 | #endif | |
27952 | ||
27953 | #undef $ac_func | |
27954 | ||
27955 | /* Override any gcc2 internal prototype to avoid an error. */ | |
27956 | #ifdef __cplusplus | |
27957 | extern "C" | |
27958 | { | |
27959 | #endif | |
27960 | /* We use char because int might match the return type of a gcc2 | |
27961 | builtin and then its argument prototype would still apply. */ | |
27962 | char $ac_func (); | |
27963 | /* The GNU C library defines this for functions which it implements | |
27964 | to always fail with ENOSYS. Some functions are actually named | |
27965 | something starting with __ and the normal name is an alias. */ | |
27966 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
27967 | choke me | |
27968 | #else | |
27969 | char (*f) () = $ac_func; | |
27970 | #endif | |
27971 | #ifdef __cplusplus | |
27972 | } | |
27973 | #endif | |
27974 | ||
27975 | int | |
27976 | main () | |
27977 | { | |
27978 | return f != $ac_func; | |
27979 | ; | |
27980 | return 0; | |
27981 | } | |
27982 | _ACEOF | |
27983 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27984 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
27985 | (eval $ac_link) 2>conftest.er1 | |
27986 | ac_status=$? | |
27987 | grep -v '^ *+' conftest.er1 >conftest.err | |
27988 | rm -f conftest.er1 | |
27989 | cat conftest.err >&5 | |
27990 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27991 | (exit $ac_status); } && | |
6ebeb4c7 | 27992 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
304205f1 VS |
27993 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27994 | (eval $ac_try) 2>&5 | |
27995 | ac_status=$? | |
27996 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27997 | (exit $ac_status); }; } && | |
27998 | { ac_try='test -s conftest$ac_exeext' | |
27999 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
28000 | (eval $ac_try) 2>&5 | |
28001 | ac_status=$? | |
28002 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28003 | (exit $ac_status); }; }; then | |
28004 | eval "$as_ac_var=yes" | |
28005 | else | |
28006 | echo "$as_me: failed program was:" >&5 | |
28007 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28008 | ||
28009 | eval "$as_ac_var=no" | |
28010 | fi | |
28011 | rm -f conftest.err conftest.$ac_objext \ | |
28012 | conftest$ac_exeext conftest.$ac_ext | |
28013 | fi | |
28014 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
28015 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
28016 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
28017 | cat >>confdefs.h <<_ACEOF | |
28018 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
28019 | _ACEOF | |
28020 | ||
28021 | fi | |
28022 | done | |
28023 | ||
28024 | CFLAGS="$save_CFLAGS" | |
28025 | LIBS="$save_LIBS" | |
a848cd7e SC |
28026 | fi |
28027 | ||
28028 | wxUSE_UNIVERSAL="yes" | |
28029 | ||
28030 | if test "$wxUSE_NANOX" = "yes"; then | |
28031 | TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE" | |
28032 | 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" | |
28033 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a" | |
28034 | else | |
28035 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11" | |
28036 | fi | |
28037 | ||
a848cd7e SC |
28038 | TOOLKIT=X11 |
28039 | GUIDIST=X11_DIST | |
28040 | fi | |
28041 | ||
28042 | if test "$wxUSE_MOTIF" = 1; then | |
0a08f02a MB |
28043 | if test "$wxUSE_UNICODE" = "yes"; then |
28044 | { { echo "$as_me:$LINENO: error: Unicode configuration not supported with Motif" >&5 | |
28045 | echo "$as_me: error: Unicode configuration not supported with Motif" >&2;} | |
28046 | { (exit 1); exit 1; }; } | |
28047 | fi | |
28048 | ||
74b84332 VS |
28049 | echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5 |
28050 | echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6 | |
a848cd7e | 28051 | |
74b84332 VS |
28052 | ac_find_includes= |
28053 | for ac_dir in $SEARCH_INCLUDE /usr/include; | |
28054 | do | |
28055 | if test -f "$ac_dir/Xm/Xm.h"; then | |
28056 | ac_find_includes=$ac_dir | |
28057 | break | |
28058 | fi | |
28059 | done | |
a848cd7e | 28060 | |
74b84332 VS |
28061 | if test "$ac_find_includes" != "" ; then |
28062 | echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5 | |
28063 | echo "${ECHO_T}found in $ac_find_includes" >&6 | |
28064 | ||
28065 | if test "x$ac_find_includes" = "x/usr/include"; then | |
28066 | ac_path_to_include="" | |
28067 | else | |
28068 | echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null | |
28069 | result=$? | |
28070 | if test $result = 0; then | |
28071 | ac_path_to_include="" | |
28072 | else | |
28073 | ac_path_to_include=" -I$ac_find_includes" | |
28074 | fi | |
a848cd7e SC |
28075 | fi |
28076 | ||
74b84332 VS |
28077 | TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include" |
28078 | else | |
28079 | cat >conftest.$ac_ext <<_ACEOF | |
a848cd7e SC |
28080 | /* confdefs.h. */ |
28081 | _ACEOF | |
28082 | cat confdefs.h >>conftest.$ac_ext | |
28083 | cat >>conftest.$ac_ext <<_ACEOF | |
28084 | /* end confdefs.h. */ | |
28085 | ||
74b84332 VS |
28086 | #include <Xm/Xm.h> |
28087 | ||
a848cd7e SC |
28088 | int |
28089 | main () | |
28090 | { | |
28091 | ||
74b84332 VS |
28092 | int version; |
28093 | version = xmUseVersion; | |
28094 | ||
a848cd7e SC |
28095 | ; |
28096 | return 0; | |
28097 | } | |
28098 | _ACEOF | |
74b84332 VS |
28099 | rm -f conftest.$ac_objext |
28100 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
28101 | (eval $ac_compile) 2>conftest.er1 | |
a848cd7e | 28102 | ac_status=$? |
ac1cb8d3 VS |
28103 | grep -v '^ *+' conftest.er1 >conftest.err |
28104 | rm -f conftest.er1 | |
28105 | cat conftest.err >&5 | |
a848cd7e SC |
28106 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28107 | (exit $ac_status); } && | |
6ebeb4c7 | 28108 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
28109 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28110 | (eval $ac_try) 2>&5 | |
28111 | ac_status=$? | |
28112 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28113 | (exit $ac_status); }; } && | |
74b84332 | 28114 | { ac_try='test -s conftest.$ac_objext' |
a848cd7e SC |
28115 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28116 | (eval $ac_try) 2>&5 | |
28117 | ac_status=$? | |
28118 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28119 | (exit $ac_status); }; }; then | |
74b84332 VS |
28120 | |
28121 | echo "$as_me:$LINENO: result: found in default search path" >&5 | |
28122 | echo "${ECHO_T}found in default search path" >&6 | |
28123 | COMPILED_X_PROGRAM=1 | |
28124 | ||
a848cd7e SC |
28125 | else |
28126 | echo "$as_me: failed program was:" >&5 | |
28127 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28128 | ||
a848cd7e | 28129 | |
74b84332 VS |
28130 | echo "$as_me:$LINENO: result: no" >&5 |
28131 | echo "${ECHO_T}no" >&6 | |
28132 | { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5 | |
28133 | echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;} | |
28134 | { (exit 1); exit 1; }; } | |
a848cd7e | 28135 | |
a848cd7e | 28136 | |
a848cd7e | 28137 | fi |
74b84332 VS |
28138 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
28139 | fi | |
28140 | ||
28141 | if test "$COMPILED_X_PROGRAM" = 0; then | |
28142 | echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5 | |
28143 | echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6 | |
28144 | ||
28145 | ac_find_libraries= | |
28146 | for ac_dir in $SEARCH_LIB /usr/lib; | |
28147 | do | |
3eca31dc | 28148 | for ac_extension in a so sl dylib dll.a; do |
74b84332 VS |
28149 | if test -f "$ac_dir/libXm.$ac_extension"; then |
28150 | ac_find_libraries=$ac_dir | |
28151 | break 2 | |
a848cd7e | 28152 | fi |
74b84332 VS |
28153 | done |
28154 | done | |
a848cd7e | 28155 | |
74b84332 VS |
28156 | if test "$ac_find_libraries" != "" ; then |
28157 | echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5 | |
28158 | echo "${ECHO_T}found at $ac_find_libraries" >&6 | |
a848cd7e | 28159 | |
74b84332 VS |
28160 | |
28161 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null | |
28162 | result=$? | |
28163 | if test $result = 0; then | |
28164 | ac_path_to_link="" | |
a848cd7e | 28165 | else |
74b84332 VS |
28166 | ac_path_to_link=" -L$ac_find_libraries" |
28167 | fi | |
28168 | ||
28169 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link" | |
28170 | else | |
28171 | save_CFLAGS=$CFLAGS | |
28172 | CFLAGS="$CFLAGS $TOOLKIT_INCLUDE" | |
28173 | ||
28174 | cat >conftest.$ac_ext <<_ACEOF | |
a848cd7e SC |
28175 | /* confdefs.h. */ |
28176 | _ACEOF | |
28177 | cat confdefs.h >>conftest.$ac_ext | |
28178 | cat >>conftest.$ac_ext <<_ACEOF | |
28179 | /* end confdefs.h. */ | |
28180 | ||
74b84332 VS |
28181 | #include <Xm/Xm.h> |
28182 | ||
a848cd7e SC |
28183 | int |
28184 | main () | |
28185 | { | |
74b84332 VS |
28186 | |
28187 | int version; | |
28188 | version = xmUseVersion; | |
28189 | ||
a848cd7e SC |
28190 | ; |
28191 | return 0; | |
28192 | } | |
28193 | _ACEOF | |
74b84332 VS |
28194 | rm -f conftest.$ac_objext |
28195 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
28196 | (eval $ac_compile) 2>conftest.er1 | |
a848cd7e | 28197 | ac_status=$? |
ac1cb8d3 VS |
28198 | grep -v '^ *+' conftest.er1 >conftest.err |
28199 | rm -f conftest.er1 | |
28200 | cat conftest.err >&5 | |
a848cd7e SC |
28201 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28202 | (exit $ac_status); } && | |
6ebeb4c7 | 28203 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
28204 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28205 | (eval $ac_try) 2>&5 | |
28206 | ac_status=$? | |
28207 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28208 | (exit $ac_status); }; } && | |
74b84332 | 28209 | { ac_try='test -s conftest.$ac_objext' |
a848cd7e SC |
28210 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28211 | (eval $ac_try) 2>&5 | |
28212 | ac_status=$? | |
28213 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28214 | (exit $ac_status); }; }; then | |
74b84332 VS |
28215 | |
28216 | echo "$as_me:$LINENO: result: found in default search path" >&5 | |
28217 | echo "${ECHO_T}found in default search path" >&6 | |
28218 | COMPILED_X_PROGRAM=1 | |
28219 | ||
a848cd7e SC |
28220 | else |
28221 | echo "$as_me: failed program was:" >&5 | |
28222 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28223 | ||
74b84332 VS |
28224 | |
28225 | echo "$as_me:$LINENO: result: no" >&5 | |
28226 | echo "${ECHO_T}no" >&6 | |
28227 | { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5 | |
28228 | echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;} | |
28229 | { (exit 1); exit 1; }; } | |
28230 | ||
28231 | ||
28232 | fi | |
28233 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
28234 | ||
28235 | CFLAGS=$save_CFLAGS | |
28236 | fi | |
28237 | fi | |
28238 | ||
28239 | echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5 | |
28240 | echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6 | |
28241 | libp_link="" | |
28242 | libsm_ice_link="" | |
28243 | libs_found=0 | |
28244 | for libp in "" " -lXp"; do | |
28245 | if test "$libs_found" = "0"; then | |
28246 | for libsm_ice in "" " -lSM -lICE"; do | |
28247 | if test "$libs_found" = "0"; then | |
28248 | save_LIBS="$LIBS" | |
28249 | LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11" | |
28250 | save_CFLAGS=$CFLAGS | |
28251 | CFLAGS="$CFLAGS $TOOLKIT_INCLUDE" | |
28252 | ||
28253 | cat >conftest.$ac_ext <<_ACEOF | |
a848cd7e SC |
28254 | /* confdefs.h. */ |
28255 | _ACEOF | |
28256 | cat confdefs.h >>conftest.$ac_ext | |
28257 | cat >>conftest.$ac_ext <<_ACEOF | |
28258 | /* end confdefs.h. */ | |
28259 | ||
74b84332 VS |
28260 | #include <Xm/Xm.h> |
28261 | #include <Xm/List.h> | |
28262 | ||
a848cd7e SC |
28263 | int |
28264 | main () | |
28265 | { | |
74b84332 VS |
28266 | |
28267 | XmString string = NULL; | |
28268 | Widget w = NULL; | |
28269 | int position = 0; | |
28270 | XmListAddItem(w, string, position); | |
28271 | ||
a848cd7e SC |
28272 | ; |
28273 | return 0; | |
28274 | } | |
28275 | _ACEOF | |
28276 | rm -f conftest.$ac_objext conftest$ac_exeext | |
28277 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 28278 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 28279 | ac_status=$? |
ac1cb8d3 VS |
28280 | grep -v '^ *+' conftest.er1 >conftest.err |
28281 | rm -f conftest.er1 | |
28282 | cat conftest.err >&5 | |
a848cd7e SC |
28283 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28284 | (exit $ac_status); } && | |
6ebeb4c7 | 28285 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
28286 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28287 | (eval $ac_try) 2>&5 | |
28288 | ac_status=$? | |
28289 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28290 | (exit $ac_status); }; } && | |
28291 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
28292 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28293 | (eval $ac_try) 2>&5 | |
28294 | ac_status=$? | |
28295 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28296 | (exit $ac_status); }; }; then | |
28297 | ||
28298 | libp_link="$libp" | |
28299 | libsm_ice_link="$libsm_ice" | |
28300 | echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5 | |
28301 | echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6 | |
28302 | libs_found=1 | |
28303 | ||
28304 | else | |
28305 | echo "$as_me: failed program was:" >&5 | |
28306 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28307 | ||
28308 | ||
28309 | ||
28310 | fi | |
ac1cb8d3 VS |
28311 | rm -f conftest.err conftest.$ac_objext \ |
28312 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
28313 | |
28314 | LIBS="$save_LIBS" | |
28315 | CFLAGS=$save_CFLAGS | |
28316 | fi | |
28317 | done | |
28318 | fi | |
28319 | done | |
28320 | ||
28321 | if test "$libs_found" = "0"; then | |
28322 | echo "$as_me:$LINENO: result: can't find the right libraries" >&5 | |
28323 | echo "${ECHO_T}can't find the right libraries" >&6 | |
28324 | { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5 | |
28325 | echo "$as_me: error: can't link a simple motif program" >&2;} | |
28326 | { (exit 1); exit 1; }; } | |
28327 | fi | |
28328 | ||
28329 | save_CFLAGS=$CFLAGS | |
28330 | CFLAGS="$CFLAGS $TOOLKIT_INCLUDE" | |
28331 | echo "$as_me:$LINENO: checking for Motif 2" >&5 | |
28332 | echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6 | |
28333 | cat >conftest.$ac_ext <<_ACEOF | |
28334 | /* confdefs.h. */ | |
28335 | _ACEOF | |
28336 | cat confdefs.h >>conftest.$ac_ext | |
28337 | cat >>conftest.$ac_ext <<_ACEOF | |
28338 | /* end confdefs.h. */ | |
28339 | ||
28340 | #include <Xm/Xm.h> | |
28341 | ||
28342 | int | |
28343 | main () | |
28344 | { | |
28345 | ||
28346 | #if XmVersion < 2000 | |
28347 | #error "Not Motif 2" | |
28348 | #endif | |
28349 | ||
28350 | ; | |
28351 | return 0; | |
28352 | } | |
28353 | _ACEOF | |
28354 | rm -f conftest.$ac_objext | |
28355 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 28356 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 28357 | ac_status=$? |
ac1cb8d3 VS |
28358 | grep -v '^ *+' conftest.er1 >conftest.err |
28359 | rm -f conftest.er1 | |
28360 | cat conftest.err >&5 | |
a848cd7e SC |
28361 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28362 | (exit $ac_status); } && | |
6ebeb4c7 | 28363 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
28364 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28365 | (eval $ac_try) 2>&5 | |
28366 | ac_status=$? | |
28367 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28368 | (exit $ac_status); }; } && | |
28369 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
28370 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28371 | (eval $ac_try) 2>&5 | |
28372 | ac_status=$? | |
28373 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28374 | (exit $ac_status); }; }; then | |
28375 | ||
28376 | cat >>confdefs.h <<\_ACEOF | |
28377 | #define __WXMOTIF20__ 1 | |
28378 | _ACEOF | |
28379 | ||
28380 | echo "$as_me:$LINENO: result: found" >&5 | |
28381 | echo "${ECHO_T}found" >&6 | |
28382 | ||
28383 | else | |
28384 | echo "$as_me: failed program was:" >&5 | |
28385 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28386 | ||
28387 | ||
28388 | cat >>confdefs.h <<\_ACEOF | |
28389 | #define __WXMOTIF20__ 0 | |
28390 | _ACEOF | |
28391 | ||
28392 | echo "$as_me:$LINENO: result: not found" >&5 | |
28393 | echo "${ECHO_T}not found" >&6 | |
28394 | ||
2113bc77 MW |
28395 | fi |
28396 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
28397 | ||
28398 | echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5 | |
28399 | echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6 | |
28400 | cat >conftest.$ac_ext <<_ACEOF | |
28401 | /* confdefs.h. */ | |
28402 | _ACEOF | |
28403 | cat confdefs.h >>conftest.$ac_ext | |
28404 | cat >>conftest.$ac_ext <<_ACEOF | |
28405 | /* end confdefs.h. */ | |
28406 | ||
28407 | #include <Xm/Xm.h> | |
28408 | ||
28409 | int | |
28410 | main () | |
28411 | { | |
28412 | ||
28413 | #if !defined(LesstifVersion) || LesstifVersion <= 0 | |
28414 | #error "Not Lesstif" | |
28415 | #endif | |
28416 | ||
28417 | ; | |
28418 | return 0; | |
28419 | } | |
28420 | _ACEOF | |
28421 | rm -f conftest.$ac_objext | |
28422 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
28423 | (eval $ac_compile) 2>conftest.er1 | |
28424 | ac_status=$? | |
28425 | grep -v '^ *+' conftest.er1 >conftest.err | |
28426 | rm -f conftest.er1 | |
28427 | cat conftest.err >&5 | |
28428 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28429 | (exit $ac_status); } && | |
6ebeb4c7 | 28430 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
2113bc77 MW |
28431 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28432 | (eval $ac_try) 2>&5 | |
28433 | ac_status=$? | |
28434 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28435 | (exit $ac_status); }; } && | |
28436 | { ac_try='test -s conftest.$ac_objext' | |
28437 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
28438 | (eval $ac_try) 2>&5 | |
28439 | ac_status=$? | |
28440 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28441 | (exit $ac_status); }; }; then | |
28442 | ||
28443 | cat >>confdefs.h <<\_ACEOF | |
28444 | #define __WXLESSTIF__ 1 | |
28445 | _ACEOF | |
28446 | ||
28447 | echo "$as_me:$LINENO: result: yes" >&5 | |
28448 | echo "${ECHO_T}yes" >&6 | |
28449 | ||
28450 | else | |
28451 | echo "$as_me: failed program was:" >&5 | |
28452 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28453 | ||
28454 | ||
28455 | cat >>confdefs.h <<\_ACEOF | |
28456 | #define __WXLESSTIF__ 0 | |
28457 | _ACEOF | |
28458 | ||
28459 | echo "$as_me:$LINENO: result: no" >&5 | |
28460 | echo "${ECHO_T}no" >&6 | |
28461 | ||
a848cd7e | 28462 | fi |
ac1cb8d3 | 28463 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
28464 | CFLAGS=$save_CFLAGS |
28465 | ||
28466 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11" | |
a848cd7e SC |
28467 | TOOLKIT=MOTIF |
28468 | GUIDIST=MOTIF_DIST | |
28469 | fi | |
28470 | ||
74b84332 | 28471 | if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then |
a848cd7e SC |
28472 | if test "$wxUSE_LIBXPM" = "sys"; then |
28473 | echo "$as_me:$LINENO: checking for Xpm library" >&5 | |
28474 | echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6 | |
28475 | ||
28476 | ac_find_libraries= | |
28477 | for ac_dir in $SEARCH_LIB /usr/lib; | |
28478 | do | |
3eca31dc | 28479 | for ac_extension in a so sl dylib dll.a; do |
a848cd7e SC |
28480 | if test -f "$ac_dir/libXpm.$ac_extension"; then |
28481 | ac_find_libraries=$ac_dir | |
28482 | break 2 | |
28483 | fi | |
28484 | done | |
28485 | done | |
28486 | ||
28487 | if test "$ac_find_libraries" != "" ; then | |
28488 | ||
28489 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null | |
28490 | result=$? | |
28491 | if test $result = 0; then | |
28492 | ac_path_to_link="" | |
28493 | else | |
28494 | ac_path_to_link=" -L$ac_find_libraries" | |
28495 | fi | |
28496 | ||
28497 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link" | |
28498 | echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5 | |
28499 | echo "${ECHO_T}found at $ac_find_libraries" >&6 | |
28500 | ||
28501 | echo "$as_me:$LINENO: checking for X11/xpm.h" >&5 | |
28502 | echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 | |
28503 | if test "${wx_cv_x11_xpm_h+set}" = set; then | |
28504 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28505 | else | |
28506 | ||
28507 | save_CFLAGS=$CFLAGS | |
28508 | CFLAGS="$CFLAGS $TOOLKIT_INCLUDE" | |
28509 | ||
28510 | cat >conftest.$ac_ext <<_ACEOF | |
28511 | /* confdefs.h. */ | |
28512 | _ACEOF | |
28513 | cat confdefs.h >>conftest.$ac_ext | |
28514 | cat >>conftest.$ac_ext <<_ACEOF | |
28515 | /* end confdefs.h. */ | |
28516 | ||
28517 | #include <X11/xpm.h> | |
28518 | ||
28519 | int | |
28520 | main () | |
28521 | { | |
28522 | ||
28523 | int version; | |
28524 | version = XpmLibraryVersion(); | |
28525 | ||
28526 | ; | |
28527 | return 0; | |
28528 | } | |
28529 | _ACEOF | |
28530 | rm -f conftest.$ac_objext | |
28531 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 28532 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 28533 | ac_status=$? |
ac1cb8d3 VS |
28534 | grep -v '^ *+' conftest.er1 >conftest.err |
28535 | rm -f conftest.er1 | |
28536 | cat conftest.err >&5 | |
a848cd7e SC |
28537 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28538 | (exit $ac_status); } && | |
6ebeb4c7 | 28539 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
28540 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28541 | (eval $ac_try) 2>&5 | |
28542 | ac_status=$? | |
28543 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28544 | (exit $ac_status); }; } && | |
28545 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
28546 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28547 | (eval $ac_try) 2>&5 | |
28548 | ac_status=$? | |
28549 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28550 | (exit $ac_status); }; }; then | |
28551 | wx_cv_x11_xpm_h=yes | |
28552 | else | |
28553 | echo "$as_me: failed program was:" >&5 | |
28554 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28555 | ||
28556 | wx_cv_x11_xpm_h=no | |
28557 | ||
28558 | fi | |
ac1cb8d3 | 28559 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
28560 | |
28561 | CFLAGS=$save_CFLAGS | |
28562 | ||
28563 | ||
28564 | fi | |
28565 | echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5 | |
28566 | echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6 | |
28567 | ||
28568 | if test $wx_cv_x11_xpm_h = "yes"; then | |
28569 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm" | |
28570 | cat >>confdefs.h <<\_ACEOF | |
28571 | #define wxHAVE_LIB_XPM 1 | |
28572 | _ACEOF | |
28573 | ||
28574 | else | |
28575 | { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5 | |
28576 | echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;} | |
28577 | fi | |
28578 | fi | |
28579 | ||
28580 | fi | |
28581 | ||
28582 | echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5 | |
28583 | echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6 | |
28584 | if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then | |
28585 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28586 | else | |
28587 | ac_check_lib_save_LIBS=$LIBS | |
28588 | LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS" | |
28589 | cat >conftest.$ac_ext <<_ACEOF | |
28590 | /* confdefs.h. */ | |
28591 | _ACEOF | |
28592 | cat confdefs.h >>conftest.$ac_ext | |
28593 | cat >>conftest.$ac_ext <<_ACEOF | |
28594 | /* end confdefs.h. */ | |
28595 | ||
28596 | /* Override any gcc2 internal prototype to avoid an error. */ | |
28597 | #ifdef __cplusplus | |
28598 | extern "C" | |
28599 | #endif | |
28600 | /* We use char because int might match the return type of a gcc2 | |
28601 | builtin and then its argument prototype would still apply. */ | |
28602 | char XShapeQueryExtension (); | |
28603 | int | |
28604 | main () | |
28605 | { | |
28606 | XShapeQueryExtension (); | |
28607 | ; | |
28608 | return 0; | |
28609 | } | |
28610 | _ACEOF | |
28611 | rm -f conftest.$ac_objext conftest$ac_exeext | |
28612 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 28613 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 28614 | ac_status=$? |
ac1cb8d3 VS |
28615 | grep -v '^ *+' conftest.er1 >conftest.err |
28616 | rm -f conftest.er1 | |
28617 | cat conftest.err >&5 | |
a848cd7e SC |
28618 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28619 | (exit $ac_status); } && | |
6ebeb4c7 | 28620 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
28621 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28622 | (eval $ac_try) 2>&5 | |
28623 | ac_status=$? | |
28624 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28625 | (exit $ac_status); }; } && | |
28626 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
28627 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28628 | (eval $ac_try) 2>&5 | |
28629 | ac_status=$? | |
28630 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28631 | (exit $ac_status); }; }; then | |
28632 | ac_cv_lib_Xext_XShapeQueryExtension=yes | |
28633 | else | |
28634 | echo "$as_me: failed program was:" >&5 | |
28635 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28636 | ||
28637 | ac_cv_lib_Xext_XShapeQueryExtension=no | |
28638 | fi | |
ac1cb8d3 VS |
28639 | rm -f conftest.err conftest.$ac_objext \ |
28640 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
28641 | LIBS=$ac_check_lib_save_LIBS |
28642 | fi | |
28643 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 | |
28644 | echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6 | |
28645 | if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then | |
28646 | ||
28647 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext" | |
28648 | wxHAVE_XEXT_LIB=1 | |
28649 | ||
28650 | fi | |
28651 | ||
28652 | ||
28653 | if test "$wxHAVE_XEXT_LIB" = 1; then | |
28654 | save_CFLAGS="$CFLAGS" | |
28655 | CFLAGS="$CFLAGS $TOOLKIT_INCLUDE" | |
28656 | ||
28657 | echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5 | |
28658 | echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6 | |
28659 | cat >conftest.$ac_ext <<_ACEOF | |
28660 | /* confdefs.h. */ | |
28661 | _ACEOF | |
28662 | cat confdefs.h >>conftest.$ac_ext | |
28663 | cat >>conftest.$ac_ext <<_ACEOF | |
28664 | /* end confdefs.h. */ | |
28665 | ||
28666 | #include <X11/Xlib.h> | |
28667 | #include <X11/extensions/shape.h> | |
28668 | ||
28669 | int | |
28670 | main () | |
28671 | { | |
28672 | ||
28673 | int dummy1, dummy2; | |
28674 | XShapeQueryExtension((Display*)NULL, | |
28675 | (int*)NULL, (int*)NULL); | |
28676 | ||
28677 | ; | |
28678 | return 0; | |
28679 | } | |
28680 | _ACEOF | |
28681 | rm -f conftest.$ac_objext | |
28682 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 28683 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 28684 | ac_status=$? |
ac1cb8d3 VS |
28685 | grep -v '^ *+' conftest.er1 >conftest.err |
28686 | rm -f conftest.er1 | |
28687 | cat conftest.err >&5 | |
a848cd7e SC |
28688 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28689 | (exit $ac_status); } && | |
6ebeb4c7 | 28690 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
28691 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28692 | (eval $ac_try) 2>&5 | |
28693 | ac_status=$? | |
28694 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28695 | (exit $ac_status); }; } && | |
28696 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
28697 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28698 | (eval $ac_try) 2>&5 | |
28699 | ac_status=$? | |
28700 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28701 | (exit $ac_status); }; }; then | |
28702 | ||
28703 | cat >>confdefs.h <<\_ACEOF | |
28704 | #define HAVE_XSHAPE 1 | |
28705 | _ACEOF | |
28706 | ||
28707 | echo "$as_me:$LINENO: result: found" >&5 | |
28708 | echo "${ECHO_T}found" >&6 | |
28709 | ||
28710 | else | |
28711 | echo "$as_me: failed program was:" >&5 | |
28712 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28713 | ||
28714 | ||
28715 | echo "$as_me:$LINENO: result: not found" >&5 | |
28716 | echo "${ECHO_T}not found" >&6 | |
28717 | ||
28718 | fi | |
ac1cb8d3 | 28719 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
28720 | CFLAGS="$save_CFLAGS" |
28721 | ||
28722 | fi | |
28723 | fi | |
28724 | ||
28725 | if test "$wxUSE_MAC" = 1; then | |
28726 | echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5 | |
28727 | echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6 | |
28728 | if test "$GCC" = yes; then | |
28729 | echo "$as_me:$LINENO: result: gcc" >&5 | |
28730 | echo "${ECHO_T}gcc" >&6 | |
28731 | CPPFLAGS_PASCAL="-fpascal-strings" | |
28732 | elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then | |
28733 | echo "$as_me:$LINENO: result: xlc" >&5 | |
28734 | echo "${ECHO_T}xlc" >&6 | |
28735 | CPPFLAGS_PASCAL="-qmacpstr" | |
28736 | else | |
28737 | echo "$as_me:$LINENO: result: none" >&5 | |
28738 | echo "${ECHO_T}none" >&6 | |
28739 | fi | |
28740 | ||
1e9e8aba DE |
28741 | if test "x$wxUSE_UNIX" = "xyes"; then |
28742 | CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon" | |
28743 | else | |
28744 | CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON" | |
28745 | fi | |
a848cd7e | 28746 | |
a848cd7e SC |
28747 | TOOLKIT=MAC |
28748 | GUIDIST=MACX_DIST | |
dd21ced8 | 28749 | WXBASEPORT="_carbon" |
a848cd7e SC |
28750 | fi |
28751 | ||
28752 | if test "$wxUSE_COCOA" = 1; then | |
a848cd7e SC |
28753 | TOOLKIT=COCOA |
28754 | GUIDIST=COCOA_DIST | |
28755 | fi | |
28756 | ||
28757 | if test "$wxUSE_PM" = 1; then | |
28758 | TOOLKIT=PM | |
de59c161 RD |
28759 | GUIDIST=PM_DIST |
28760 | echo "$as_me:$LINENO: checking for type SPBCDATA" >&5 | |
28761 | echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6 | |
28762 | if test "${wx_cv_spbcdata+set}" = set; then | |
28763 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28764 | else | |
28765 | ||
28766 | cat >conftest.$ac_ext <<_ACEOF | |
de59c161 RD |
28767 | /* confdefs.h. */ |
28768 | _ACEOF | |
28769 | cat confdefs.h >>conftest.$ac_ext | |
28770 | cat >>conftest.$ac_ext <<_ACEOF | |
28771 | /* end confdefs.h. */ | |
28772 | ||
28773 | #define INCL_PM | |
28774 | #include <os2.h> | |
28775 | ||
28776 | int | |
28777 | main () | |
28778 | { | |
28779 | ||
28780 | SPBCDATA test; | |
28781 | ||
28782 | ; | |
28783 | return 0; | |
28784 | } | |
28785 | _ACEOF | |
28786 | rm -f conftest.$ac_objext | |
28787 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 28788 | (eval $ac_compile) 2>conftest.er1 |
de59c161 | 28789 | ac_status=$? |
ac1cb8d3 VS |
28790 | grep -v '^ *+' conftest.er1 >conftest.err |
28791 | rm -f conftest.er1 | |
28792 | cat conftest.err >&5 | |
de59c161 RD |
28793 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28794 | (exit $ac_status); } && | |
6ebeb4c7 | 28795 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
28796 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28797 | (eval $ac_try) 2>&5 | |
28798 | ac_status=$? | |
28799 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28800 | (exit $ac_status); }; } && | |
28801 | { ac_try='test -s conftest.$ac_objext' | |
de59c161 RD |
28802 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28803 | (eval $ac_try) 2>&5 | |
28804 | ac_status=$? | |
28805 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28806 | (exit $ac_status); }; }; then | |
28807 | wx_cv_spbcdata=yes | |
28808 | else | |
28809 | echo "$as_me: failed program was:" >&5 | |
28810 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28811 | ||
28812 | wx_cv_spbcdata=no | |
28813 | ||
28814 | fi | |
ac1cb8d3 | 28815 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
de59c161 RD |
28816 | |
28817 | ||
28818 | fi | |
28819 | echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5 | |
28820 | echo "${ECHO_T}$wx_cv_spbcdata" >&6 | |
28821 | ||
28822 | if test $wx_cv_spbcdata = "yes"; then | |
28823 | cat >>confdefs.h <<\_ACEOF | |
28824 | #define HAVE_SPBCDATA 1 | |
28825 | _ACEOF | |
28826 | ||
28827 | fi | |
a848cd7e SC |
28828 | fi |
28829 | ||
28830 | if test "$TOOLKIT" = "PM" ; then | |
28831 | TOOLKIT_DIR="os2" | |
28832 | else | |
28833 | TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"` | |
28834 | fi | |
28835 | ||
a848cd7e | 28836 | if test "$wxUSE_UNIVERSAL" = "yes"; then |
a848cd7e SC |
28837 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__" |
28838 | WIDGET_SET=univ | |
a848cd7e SC |
28839 | fi |
28840 | ||
28841 | GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST" | |
28842 | DISTDIR="wx\$(TOOLKIT)" | |
28843 | else | |
28844 | USE_GUI=0 | |
28845 | ||
28846 | TOOLKIT_DIR="base" | |
28847 | ||
28848 | if test "$USE_WIN32" = 1 ; then | |
a848cd7e | 28849 | TOOLKIT="MSW" |
a848cd7e SC |
28850 | fi |
28851 | ||
a848cd7e SC |
28852 | GUIDIST="BASE_DIST" |
28853 | DISTDIR="wxBase" | |
28854 | fi | |
28855 | ||
28856 | ||
28857 | ||
28858 | ||
28859 | IODBC_C_SRC="" | |
28860 | ||
28861 | ||
28862 | if test "$TOOLKIT" != "MSW" ; then | |
28863 | ||
28864 | if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then | |
28865 | ||
28866 | if test "${ac_cv_header_sql_h+set}" = set; then | |
28867 | echo "$as_me:$LINENO: checking for sql.h" >&5 | |
28868 | echo $ECHO_N "checking for sql.h... $ECHO_C" >&6 | |
28869 | if test "${ac_cv_header_sql_h+set}" = set; then | |
28870 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28871 | fi | |
28872 | echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5 | |
28873 | echo "${ECHO_T}$ac_cv_header_sql_h" >&6 | |
28874 | else | |
28875 | # Is the header compilable? | |
28876 | echo "$as_me:$LINENO: checking sql.h usability" >&5 | |
28877 | echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6 | |
28878 | cat >conftest.$ac_ext <<_ACEOF | |
28879 | /* confdefs.h. */ | |
28880 | _ACEOF | |
28881 | cat confdefs.h >>conftest.$ac_ext | |
28882 | cat >>conftest.$ac_ext <<_ACEOF | |
28883 | /* end confdefs.h. */ | |
28884 | $ac_includes_default | |
28885 | #include <sql.h> | |
28886 | _ACEOF | |
28887 | rm -f conftest.$ac_objext | |
28888 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 28889 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 28890 | ac_status=$? |
ac1cb8d3 VS |
28891 | grep -v '^ *+' conftest.er1 >conftest.err |
28892 | rm -f conftest.er1 | |
28893 | cat conftest.err >&5 | |
a848cd7e SC |
28894 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28895 | (exit $ac_status); } && | |
6ebeb4c7 | 28896 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
28897 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28898 | (eval $ac_try) 2>&5 | |
28899 | ac_status=$? | |
28900 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28901 | (exit $ac_status); }; } && | |
28902 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
28903 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28904 | (eval $ac_try) 2>&5 | |
28905 | ac_status=$? | |
28906 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28907 | (exit $ac_status); }; }; then | |
28908 | ac_header_compiler=yes | |
28909 | else | |
28910 | echo "$as_me: failed program was:" >&5 | |
28911 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28912 | ||
28913 | ac_header_compiler=no | |
28914 | fi | |
ac1cb8d3 | 28915 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
28916 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
28917 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
28918 | ||
28919 | # Is the header present? | |
28920 | echo "$as_me:$LINENO: checking sql.h presence" >&5 | |
28921 | echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6 | |
28922 | cat >conftest.$ac_ext <<_ACEOF | |
28923 | /* confdefs.h. */ | |
28924 | _ACEOF | |
28925 | cat confdefs.h >>conftest.$ac_ext | |
28926 | cat >>conftest.$ac_ext <<_ACEOF | |
28927 | /* end confdefs.h. */ | |
28928 | #include <sql.h> | |
28929 | _ACEOF | |
28930 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
28931 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
28932 | ac_status=$? | |
28933 | grep -v '^ *+' conftest.er1 >conftest.err | |
28934 | rm -f conftest.er1 | |
28935 | cat conftest.err >&5 | |
28936 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28937 | (exit $ac_status); } >/dev/null; then | |
28938 | if test -s conftest.err; then | |
28939 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 28940 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
28941 | else |
28942 | ac_cpp_err= | |
28943 | fi | |
28944 | else | |
28945 | ac_cpp_err=yes | |
28946 | fi | |
28947 | if test -z "$ac_cpp_err"; then | |
28948 | ac_header_preproc=yes | |
28949 | else | |
28950 | echo "$as_me: failed program was:" >&5 | |
28951 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28952 | ||
28953 | ac_header_preproc=no | |
28954 | fi | |
28955 | rm -f conftest.err conftest.$ac_ext | |
28956 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
28957 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
28958 | ||
28959 | # So? What about this header? | |
ac1cb8d3 VS |
28960 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
28961 | yes:no: ) | |
a848cd7e SC |
28962 | { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
28963 | echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
28964 | { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5 |
28965 | echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;} | |
28966 | ac_header_preproc=yes | |
a848cd7e | 28967 | ;; |
ac1cb8d3 | 28968 | no:yes:* ) |
a848cd7e SC |
28969 | { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5 |
28970 | echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
28971 | { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5 |
28972 | echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;} | |
28973 | { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5 | |
28974 | echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;} | |
28975 | { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5 | |
28976 | echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
28977 | { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5 |
28978 | echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
28979 | { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5 |
28980 | echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
28981 | ( |
28982 | cat <<\_ASBOX | |
ac1cb8d3 VS |
28983 | ## ----------------------------------------- ## |
28984 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
28985 | ## ----------------------------------------- ## | |
a848cd7e SC |
28986 | _ASBOX |
28987 | ) | | |
28988 | sed "s/^/$as_me: WARNING: /" >&2 | |
28989 | ;; | |
28990 | esac | |
28991 | echo "$as_me:$LINENO: checking for sql.h" >&5 | |
28992 | echo $ECHO_N "checking for sql.h... $ECHO_C" >&6 | |
28993 | if test "${ac_cv_header_sql_h+set}" = set; then | |
28994 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28995 | else | |
28996 | ac_cv_header_sql_h=$ac_header_preproc | |
28997 | fi | |
28998 | echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5 | |
28999 | echo "${ECHO_T}$ac_cv_header_sql_h" >&6 | |
29000 | ||
29001 | fi | |
29002 | if test $ac_cv_header_sql_h = yes; then | |
29003 | found_sql_h=1 | |
29004 | fi | |
29005 | ||
29006 | ||
29007 | if test "x$found_sql_h" = "x1" ; then | |
29008 | echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5 | |
29009 | echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6 | |
29010 | if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then | |
29011 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29012 | else | |
29013 | ac_check_lib_save_LIBS=$LIBS | |
29014 | LIBS="-liodbc $LIBS" | |
29015 | cat >conftest.$ac_ext <<_ACEOF | |
29016 | /* confdefs.h. */ | |
29017 | _ACEOF | |
29018 | cat confdefs.h >>conftest.$ac_ext | |
29019 | cat >>conftest.$ac_ext <<_ACEOF | |
29020 | /* end confdefs.h. */ | |
29021 | ||
29022 | /* Override any gcc2 internal prototype to avoid an error. */ | |
29023 | #ifdef __cplusplus | |
29024 | extern "C" | |
29025 | #endif | |
29026 | /* We use char because int might match the return type of a gcc2 | |
29027 | builtin and then its argument prototype would still apply. */ | |
29028 | char SQLAllocEnv (); | |
29029 | int | |
29030 | main () | |
29031 | { | |
29032 | SQLAllocEnv (); | |
29033 | ; | |
29034 | return 0; | |
29035 | } | |
29036 | _ACEOF | |
29037 | rm -f conftest.$ac_objext conftest$ac_exeext | |
29038 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 29039 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 29040 | ac_status=$? |
ac1cb8d3 VS |
29041 | grep -v '^ *+' conftest.er1 >conftest.err |
29042 | rm -f conftest.er1 | |
29043 | cat conftest.err >&5 | |
a848cd7e SC |
29044 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29045 | (exit $ac_status); } && | |
6ebeb4c7 | 29046 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
29047 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29048 | (eval $ac_try) 2>&5 | |
29049 | ac_status=$? | |
29050 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29051 | (exit $ac_status); }; } && | |
29052 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
29053 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29054 | (eval $ac_try) 2>&5 | |
29055 | ac_status=$? | |
29056 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29057 | (exit $ac_status); }; }; then | |
29058 | ac_cv_lib_iodbc_SQLAllocEnv=yes | |
29059 | else | |
29060 | echo "$as_me: failed program was:" >&5 | |
29061 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29062 | ||
29063 | ac_cv_lib_iodbc_SQLAllocEnv=no | |
29064 | fi | |
ac1cb8d3 VS |
29065 | rm -f conftest.err conftest.$ac_objext \ |
29066 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
29067 | LIBS=$ac_check_lib_save_LIBS |
29068 | fi | |
29069 | echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5 | |
29070 | echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6 | |
29071 | if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then | |
29072 | ODBC_LINK=" -liodbc" | |
29073 | else | |
29074 | ||
29075 | echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5 | |
29076 | echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6 | |
29077 | if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then | |
29078 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29079 | else | |
29080 | ac_check_lib_save_LIBS=$LIBS | |
29081 | LIBS="-lunixodbc $LIBS" | |
29082 | cat >conftest.$ac_ext <<_ACEOF | |
29083 | /* confdefs.h. */ | |
29084 | _ACEOF | |
29085 | cat confdefs.h >>conftest.$ac_ext | |
29086 | cat >>conftest.$ac_ext <<_ACEOF | |
29087 | /* end confdefs.h. */ | |
29088 | ||
29089 | /* Override any gcc2 internal prototype to avoid an error. */ | |
29090 | #ifdef __cplusplus | |
29091 | extern "C" | |
29092 | #endif | |
29093 | /* We use char because int might match the return type of a gcc2 | |
29094 | builtin and then its argument prototype would still apply. */ | |
29095 | char SQLAllocEnv (); | |
29096 | int | |
29097 | main () | |
29098 | { | |
29099 | SQLAllocEnv (); | |
29100 | ; | |
29101 | return 0; | |
29102 | } | |
29103 | _ACEOF | |
29104 | rm -f conftest.$ac_objext conftest$ac_exeext | |
29105 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 29106 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 29107 | ac_status=$? |
ac1cb8d3 VS |
29108 | grep -v '^ *+' conftest.er1 >conftest.err |
29109 | rm -f conftest.er1 | |
29110 | cat conftest.err >&5 | |
a848cd7e SC |
29111 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29112 | (exit $ac_status); } && | |
6ebeb4c7 | 29113 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
29114 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29115 | (eval $ac_try) 2>&5 | |
29116 | ac_status=$? | |
29117 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29118 | (exit $ac_status); }; } && | |
29119 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
29120 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29121 | (eval $ac_try) 2>&5 | |
29122 | ac_status=$? | |
29123 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29124 | (exit $ac_status); }; }; then | |
29125 | ac_cv_lib_unixodbc_SQLAllocEnv=yes | |
29126 | else | |
29127 | echo "$as_me: failed program was:" >&5 | |
29128 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29129 | ||
29130 | ac_cv_lib_unixodbc_SQLAllocEnv=no | |
29131 | fi | |
ac1cb8d3 VS |
29132 | rm -f conftest.err conftest.$ac_objext \ |
29133 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
29134 | LIBS=$ac_check_lib_save_LIBS |
29135 | fi | |
29136 | echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5 | |
29137 | echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6 | |
29138 | if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then | |
29139 | ODBC_LINK=" -lunixodbc" | |
29140 | else | |
29141 | ||
29142 | echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5 | |
29143 | echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6 | |
29144 | if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then | |
29145 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29146 | else | |
29147 | ac_check_lib_save_LIBS=$LIBS | |
29148 | LIBS="-lodbc $LIBS" | |
29149 | cat >conftest.$ac_ext <<_ACEOF | |
29150 | /* confdefs.h. */ | |
29151 | _ACEOF | |
29152 | cat confdefs.h >>conftest.$ac_ext | |
29153 | cat >>conftest.$ac_ext <<_ACEOF | |
29154 | /* end confdefs.h. */ | |
29155 | ||
29156 | /* Override any gcc2 internal prototype to avoid an error. */ | |
29157 | #ifdef __cplusplus | |
29158 | extern "C" | |
29159 | #endif | |
29160 | /* We use char because int might match the return type of a gcc2 | |
29161 | builtin and then its argument prototype would still apply. */ | |
29162 | char SQLAllocEnv (); | |
29163 | int | |
29164 | main () | |
29165 | { | |
29166 | SQLAllocEnv (); | |
29167 | ; | |
29168 | return 0; | |
29169 | } | |
29170 | _ACEOF | |
29171 | rm -f conftest.$ac_objext conftest$ac_exeext | |
29172 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 29173 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 29174 | ac_status=$? |
ac1cb8d3 VS |
29175 | grep -v '^ *+' conftest.er1 >conftest.err |
29176 | rm -f conftest.er1 | |
29177 | cat conftest.err >&5 | |
a848cd7e SC |
29178 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29179 | (exit $ac_status); } && | |
6ebeb4c7 | 29180 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
29181 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29182 | (eval $ac_try) 2>&5 | |
29183 | ac_status=$? | |
29184 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29185 | (exit $ac_status); }; } && | |
29186 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
29187 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29188 | (eval $ac_try) 2>&5 | |
29189 | ac_status=$? | |
29190 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29191 | (exit $ac_status); }; }; then | |
29192 | ac_cv_lib_odbc_SQLAllocEnv=yes | |
29193 | else | |
29194 | echo "$as_me: failed program was:" >&5 | |
29195 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29196 | ||
29197 | ac_cv_lib_odbc_SQLAllocEnv=no | |
29198 | fi | |
ac1cb8d3 VS |
29199 | rm -f conftest.err conftest.$ac_objext \ |
29200 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
29201 | LIBS=$ac_check_lib_save_LIBS |
29202 | fi | |
29203 | echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5 | |
29204 | echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6 | |
29205 | if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then | |
29206 | ODBC_LINK=" -lodbc" | |
29207 | fi | |
29208 | ||
29209 | ||
29210 | fi | |
29211 | ||
29212 | ||
29213 | fi | |
29214 | ||
29215 | fi | |
29216 | if test "x$ODBC_LINK" = "x" ; then | |
29217 | if test "$wxUSE_ODBC" = "sys" ; then | |
29218 | { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5 | |
29219 | echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;} | |
29220 | { (exit 1); exit 1; }; } | |
29221 | else | |
29222 | { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5 | |
29223 | echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;} | |
29224 | wxUSE_ODBC=builtin | |
29225 | fi | |
29226 | else | |
29227 | wxUSE_ODBC=sys | |
29228 | fi | |
29229 | fi | |
a848cd7e | 29230 | |
2da0c077 RD |
29231 | if test "$wxUSE_ODBC" = "builtin" ; then |
29232 | cat >>confdefs.h <<\_ACEOF | |
a848cd7e SC |
29233 | #define wxUSE_BUILTIN_IODBC 1 |
29234 | _ACEOF | |
29235 | ||
a848cd7e SC |
29236 | fi |
29237 | fi | |
29238 | ||
2da0c077 RD |
29239 | if test "$wxUSE_ODBC" != "no" ; then |
29240 | cat >>confdefs.h <<\_ACEOF | |
29241 | #define wxUSE_ODBC 1 | |
29242 | _ACEOF | |
29243 | ||
29244 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db" | |
29245 | ||
29246 | WXODBCFLAG="-D_IODBC_" | |
29247 | fi | |
a848cd7e | 29248 | |
01cb68df | 29249 | |
a848cd7e | 29250 | if test "$wxUSE_DISPLAY" = "yes"; then |
2a5d7a98 | 29251 | if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then |
a848cd7e SC |
29252 | echo "$as_me:$LINENO: checking for Xinerama" >&5 |
29253 | echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6 | |
29254 | ||
29255 | ac_find_libraries= | |
29256 | for ac_dir in $SEARCH_LIB /usr/lib; | |
29257 | do | |
3eca31dc | 29258 | for ac_extension in a so sl dylib dll.a; do |
a848cd7e SC |
29259 | if test -f "$ac_dir/libXinerama.$ac_extension"; then |
29260 | ac_find_libraries=$ac_dir | |
29261 | break 2 | |
29262 | fi | |
29263 | done | |
29264 | done | |
29265 | ||
29266 | if test "$ac_find_libraries" != "" ; then | |
29267 | ||
29268 | echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null | |
29269 | result=$? | |
29270 | if test $result = 0; then | |
29271 | ac_path_to_link="" | |
29272 | else | |
29273 | ac_path_to_link=" -L$ac_find_libraries" | |
29274 | fi | |
29275 | ||
29276 | if test "$ac_path_to_link" != " -L/usr/lib" ; then | |
29277 | LDFLAGS="$LDFLAGS $ac_path_to_link" | |
29278 | fi | |
29279 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama" | |
29280 | echo "$as_me:$LINENO: result: yes" >&5 | |
29281 | echo "${ECHO_T}yes" >&6 | |
29282 | ||
29283 | echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5 | |
29284 | echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6 | |
29285 | ||
29286 | ac_find_libraries= | |
29287 | for ac_dir in $SEARCH_LIB /usr/lib; | |
29288 | do | |
3eca31dc | 29289 | for ac_extension in a so sl dylib dll.a; do |
a848cd7e SC |
29290 | if test -f "$ac_dir/libXxf86vm.$ac_extension"; then |
29291 | ac_find_libraries=$ac_dir | |
29292 | break 2 | |
29293 | fi | |
29294 | done | |
29295 | done | |
29296 | ||
29297 | if test "$ac_find_libraries" != "" ; then | |
29298 | echo "$as_me:$LINENO: result: yes" >&5 | |
29299 | echo "${ECHO_T}yes" >&6 | |
29300 | ||
29301 | for ac_header in X11/extensions/xf86vmode.h | |
29302 | do | |
29303 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
29304 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
29305 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
29306 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
29307 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29308 | else | |
29309 | cat >conftest.$ac_ext <<_ACEOF | |
29310 | /* confdefs.h. */ | |
29311 | _ACEOF | |
29312 | cat confdefs.h >>conftest.$ac_ext | |
29313 | cat >>conftest.$ac_ext <<_ACEOF | |
29314 | /* end confdefs.h. */ | |
29315 | ||
29316 | #if HAVE_X11_XLIB_H | |
29317 | #include <X11/Xlib.h> | |
29318 | #endif | |
29319 | ||
29320 | ||
29321 | #include <$ac_header> | |
29322 | _ACEOF | |
29323 | rm -f conftest.$ac_objext | |
29324 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 29325 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 29326 | ac_status=$? |
ac1cb8d3 VS |
29327 | grep -v '^ *+' conftest.er1 >conftest.err |
29328 | rm -f conftest.er1 | |
29329 | cat conftest.err >&5 | |
a848cd7e SC |
29330 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29331 | (exit $ac_status); } && | |
6ebeb4c7 | 29332 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
29333 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29334 | (eval $ac_try) 2>&5 | |
29335 | ac_status=$? | |
29336 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29337 | (exit $ac_status); }; } && | |
29338 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
29339 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29340 | (eval $ac_try) 2>&5 | |
29341 | ac_status=$? | |
29342 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29343 | (exit $ac_status); }; }; then | |
29344 | eval "$as_ac_Header=yes" | |
29345 | else | |
29346 | echo "$as_me: failed program was:" >&5 | |
29347 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29348 | ||
29349 | eval "$as_ac_Header=no" | |
29350 | fi | |
ac1cb8d3 | 29351 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
29352 | fi |
29353 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
29354 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
29355 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
29356 | cat >>confdefs.h <<_ACEOF | |
29357 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
29358 | _ACEOF | |
29359 | ||
29360 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm" | |
29361 | ||
29362 | fi | |
29363 | ||
29364 | done | |
29365 | ||
29366 | else | |
29367 | echo "$as_me:$LINENO: result: no" >&5 | |
29368 | echo "${ECHO_T}no" >&6 | |
29369 | fi | |
29370 | ||
29371 | else | |
29372 | echo "$as_me:$LINENO: result: no" >&5 | |
29373 | echo "${ECHO_T}no" >&6 | |
dcc1b6ad VS |
29374 | { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5 |
29375 | echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;} | |
a848cd7e SC |
29376 | wxUSE_DISPLAY="no" |
29377 | fi | |
01cb68df RG |
29378 | elif test "$wxUSE_MSW" = 1; then |
29379 | ||
29380 | ||
29381 | for ac_header in multimon.h ddraw.h | |
29382 | do | |
29383 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
5294a27e | 29384 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
01cb68df RG |
29385 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
29386 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
29387 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
01cb68df | 29388 | else |
5294a27e | 29389 | cat >conftest.$ac_ext <<_ACEOF |
01cb68df RG |
29390 | /* confdefs.h. */ |
29391 | _ACEOF | |
29392 | cat confdefs.h >>conftest.$ac_ext | |
29393 | cat >>conftest.$ac_ext <<_ACEOF | |
29394 | /* end confdefs.h. */ | |
5294a27e VZ |
29395 | #include <windows.h> |
29396 | ||
01cb68df RG |
29397 | #include <$ac_header> |
29398 | _ACEOF | |
29399 | rm -f conftest.$ac_objext | |
29400 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 29401 | (eval $ac_compile) 2>conftest.er1 |
01cb68df | 29402 | ac_status=$? |
ac1cb8d3 VS |
29403 | grep -v '^ *+' conftest.er1 >conftest.err |
29404 | rm -f conftest.er1 | |
29405 | cat conftest.err >&5 | |
01cb68df RG |
29406 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29407 | (exit $ac_status); } && | |
6ebeb4c7 | 29408 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
29409 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29410 | (eval $ac_try) 2>&5 | |
29411 | ac_status=$? | |
29412 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29413 | (exit $ac_status); }; } && | |
29414 | { ac_try='test -s conftest.$ac_objext' | |
01cb68df RG |
29415 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29416 | (eval $ac_try) 2>&5 | |
29417 | ac_status=$? | |
29418 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29419 | (exit $ac_status); }; }; then | |
5294a27e | 29420 | eval "$as_ac_Header=yes" |
01cb68df RG |
29421 | else |
29422 | echo "$as_me: failed program was:" >&5 | |
29423 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29424 | ||
5294a27e | 29425 | eval "$as_ac_Header=no" |
01cb68df | 29426 | fi |
ac1cb8d3 | 29427 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
01cb68df RG |
29428 | fi |
29429 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
29430 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
01cb68df RG |
29431 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
29432 | cat >>confdefs.h <<_ACEOF | |
29433 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
29434 | _ACEOF | |
29435 | ||
29436 | else | |
29437 | ||
5294a27e VZ |
29438 | wxUSE_DISPLAY="no" |
29439 | { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5 | |
dcc1b6ad | 29440 | echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;} |
01cb68df RG |
29441 | |
29442 | fi | |
29443 | ||
29444 | done | |
29445 | ||
a848cd7e SC |
29446 | fi |
29447 | fi | |
29448 | ||
29449 | ||
29450 | USE_OPENGL=0 | |
29451 | if test "$wxUSE_OPENGL" = "yes"; then | |
29452 | if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then | |
29453 | OPENGL_LIBS="-framework OpenGL -framework AGL" | |
29454 | elif test "$wxUSE_MSW" = 1; then | |
29455 | OPENGL_LIBS="-lopengl32 -lglu32" | |
29456 | else | |
29457 | ||
29458 | ||
29459 | ac_find_includes= | |
29460 | for ac_dir in $SEARCH_INCLUDE /usr/include; | |
29461 | do | |
29462 | if test -f "$ac_dir/GL/gl.h"; then | |
29463 | ac_find_includes=$ac_dir | |
29464 | break | |
29465 | fi | |
29466 | done | |
29467 | ||
29468 | if test "$ac_find_includes" != "" ; then | |
29469 | echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5 | |
29470 | echo "${ECHO_T}found in $ac_find_includes" >&6 | |
29471 | ||
29472 | if test "x$ac_find_includes" = "x/usr/include"; then | |
29473 | ac_path_to_include="" | |
29474 | else | |
29475 | echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null | |
29476 | result=$? | |
29477 | if test $result = 0; then | |
29478 | ac_path_to_include="" | |
29479 | else | |
29480 | ac_path_to_include=" -I$ac_find_includes" | |
29481 | fi | |
29482 | fi | |
29483 | ||
29484 | CPPFLAGS="$CPPFLAGS$ac_path_to_include" | |
29485 | fi | |
29486 | ||
29487 | if test "${ac_cv_header_GL_gl_h+set}" = set; then | |
29488 | echo "$as_me:$LINENO: checking for GL/gl.h" >&5 | |
29489 | echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6 | |
29490 | if test "${ac_cv_header_GL_gl_h+set}" = set; then | |
29491 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29492 | fi | |
29493 | echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5 | |
29494 | echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6 | |
29495 | else | |
29496 | # Is the header compilable? | |
29497 | echo "$as_me:$LINENO: checking GL/gl.h usability" >&5 | |
29498 | echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6 | |
29499 | cat >conftest.$ac_ext <<_ACEOF | |
29500 | /* confdefs.h. */ | |
29501 | _ACEOF | |
29502 | cat confdefs.h >>conftest.$ac_ext | |
29503 | cat >>conftest.$ac_ext <<_ACEOF | |
29504 | /* end confdefs.h. */ | |
29505 | $ac_includes_default | |
29506 | #include <GL/gl.h> | |
29507 | _ACEOF | |
29508 | rm -f conftest.$ac_objext | |
29509 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 29510 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 29511 | ac_status=$? |
ac1cb8d3 VS |
29512 | grep -v '^ *+' conftest.er1 >conftest.err |
29513 | rm -f conftest.er1 | |
29514 | cat conftest.err >&5 | |
a848cd7e SC |
29515 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29516 | (exit $ac_status); } && | |
6ebeb4c7 | 29517 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
29518 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29519 | (eval $ac_try) 2>&5 | |
29520 | ac_status=$? | |
29521 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29522 | (exit $ac_status); }; } && | |
29523 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
29524 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29525 | (eval $ac_try) 2>&5 | |
29526 | ac_status=$? | |
29527 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29528 | (exit $ac_status); }; }; then | |
29529 | ac_header_compiler=yes | |
29530 | else | |
29531 | echo "$as_me: failed program was:" >&5 | |
29532 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29533 | ||
29534 | ac_header_compiler=no | |
29535 | fi | |
ac1cb8d3 | 29536 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
29537 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
29538 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
29539 | ||
29540 | # Is the header present? | |
29541 | echo "$as_me:$LINENO: checking GL/gl.h presence" >&5 | |
29542 | echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6 | |
29543 | cat >conftest.$ac_ext <<_ACEOF | |
29544 | /* confdefs.h. */ | |
29545 | _ACEOF | |
29546 | cat confdefs.h >>conftest.$ac_ext | |
29547 | cat >>conftest.$ac_ext <<_ACEOF | |
29548 | /* end confdefs.h. */ | |
29549 | #include <GL/gl.h> | |
29550 | _ACEOF | |
29551 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
29552 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
29553 | ac_status=$? | |
29554 | grep -v '^ *+' conftest.er1 >conftest.err | |
29555 | rm -f conftest.er1 | |
29556 | cat conftest.err >&5 | |
29557 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29558 | (exit $ac_status); } >/dev/null; then | |
29559 | if test -s conftest.err; then | |
29560 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 29561 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
29562 | else |
29563 | ac_cpp_err= | |
29564 | fi | |
29565 | else | |
29566 | ac_cpp_err=yes | |
29567 | fi | |
29568 | if test -z "$ac_cpp_err"; then | |
29569 | ac_header_preproc=yes | |
29570 | else | |
29571 | echo "$as_me: failed program was:" >&5 | |
29572 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29573 | ||
29574 | ac_header_preproc=no | |
29575 | fi | |
29576 | rm -f conftest.err conftest.$ac_ext | |
29577 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
29578 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
29579 | ||
29580 | # So? What about this header? | |
ac1cb8d3 VS |
29581 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
29582 | yes:no: ) | |
a848cd7e SC |
29583 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
29584 | echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
29585 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5 |
29586 | echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;} | |
29587 | ac_header_preproc=yes | |
a848cd7e | 29588 | ;; |
ac1cb8d3 | 29589 | no:yes:* ) |
a848cd7e SC |
29590 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5 |
29591 | echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
29592 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5 |
29593 | echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;} | |
29594 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5 | |
29595 | echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;} | |
29596 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5 | |
29597 | echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
29598 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5 |
29599 | echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
29600 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5 |
29601 | echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
29602 | ( |
29603 | cat <<\_ASBOX | |
ac1cb8d3 VS |
29604 | ## ----------------------------------------- ## |
29605 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
29606 | ## ----------------------------------------- ## | |
a848cd7e SC |
29607 | _ASBOX |
29608 | ) | | |
29609 | sed "s/^/$as_me: WARNING: /" >&2 | |
29610 | ;; | |
29611 | esac | |
29612 | echo "$as_me:$LINENO: checking for GL/gl.h" >&5 | |
29613 | echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6 | |
29614 | if test "${ac_cv_header_GL_gl_h+set}" = set; then | |
29615 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29616 | else | |
29617 | ac_cv_header_GL_gl_h=$ac_header_preproc | |
29618 | fi | |
29619 | echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5 | |
29620 | echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6 | |
29621 | ||
29622 | fi | |
29623 | if test $ac_cv_header_GL_gl_h = yes; then | |
29624 | ||
29625 | found_gl=0 | |
29626 | ||
29627 | echo "$as_me:$LINENO: checking for -lGL" >&5 | |
29628 | echo $ECHO_N "checking for -lGL... $ECHO_C" >&6 | |
29629 | ||
29630 | ac_find_libraries= | |
29631 | for ac_dir in $SEARCH_LIB /usr/lib; | |
29632 | do | |
3eca31dc | 29633 | for ac_extension in a so sl dylib dll.a; do |
a848cd7e SC |
29634 | if test -f "$ac_dir/libGL.$ac_extension"; then |
29635 | ac_find_libraries=$ac_dir | |
29636 | break 2 | |
29637 | fi | |
29638 | done | |
29639 | done | |
29640 | ||
29641 | if test "$ac_find_libraries" != "" ; then | |
69120ee4 VZ |
29642 | echo "$as_me:$LINENO: result: yes" >&5 |
29643 | echo "${ECHO_T}yes" >&6 | |
29644 | ||
a848cd7e SC |
29645 | |
29646 | echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null | |
29647 | result=$? | |
29648 | if test $result = 0; then | |
29649 | ac_path_to_link="" | |
29650 | else | |
29651 | ac_path_to_link=" -L$ac_find_libraries" | |
29652 | fi | |
29653 | ||
29654 | if test "$ac_path_to_link" != " -L/usr/lib" ; then | |
29655 | LDFLAGS_GL="$ac_path_to_link" | |
29656 | fi | |
29657 | ||
69120ee4 VZ |
29658 | echo "$as_me:$LINENO: checking for -lGLU" >&5 |
29659 | echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6 | |
a848cd7e SC |
29660 | |
29661 | ac_find_libraries= | |
29662 | for ac_dir in $SEARCH_LIB /usr/lib; | |
29663 | do | |
3eca31dc | 29664 | for ac_extension in a so sl dylib dll.a; do |
a848cd7e SC |
29665 | if test -f "$ac_dir/libGLU.$ac_extension"; then |
29666 | ac_find_libraries=$ac_dir | |
29667 | break 2 | |
29668 | fi | |
29669 | done | |
29670 | done | |
29671 | ||
29672 | if test "$ac_find_libraries" != "" ; then | |
29673 | ||
29674 | echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null | |
29675 | result=$? | |
29676 | if test $result = 0; then | |
29677 | ac_path_to_link="" | |
29678 | else | |
29679 | ac_path_to_link=" -L$ac_find_libraries" | |
29680 | fi | |
29681 | ||
29682 | if test "$ac_path_to_link" != " -L/usr/lib" -a \ | |
29683 | "$ac_path_to_link" != "$LDFLAGS_GL"; then | |
29684 | LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link" | |
29685 | fi | |
29686 | ||
29687 | found_gl=1 | |
29688 | OPENGL_LIBS="-lGL -lGLU" | |
29689 | echo "$as_me:$LINENO: result: yes" >&5 | |
29690 | echo "${ECHO_T}yes" >&6 | |
69120ee4 VZ |
29691 | else |
29692 | echo "$as_me:$LINENO: result: no" >&5 | |
29693 | echo "${ECHO_T}no" >&6 | |
a848cd7e | 29694 | fi |
69120ee4 VZ |
29695 | else |
29696 | echo "$as_me:$LINENO: result: no" >&5 | |
29697 | echo "${ECHO_T}no" >&6 | |
a848cd7e SC |
29698 | fi |
29699 | ||
29700 | if test "$found_gl" != 1; then | |
a848cd7e SC |
29701 | echo "$as_me:$LINENO: checking for -lMesaGL" >&5 |
29702 | echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6 | |
29703 | ||
29704 | ac_find_libraries= | |
29705 | for ac_dir in $SEARCH_LIB /usr/lib; | |
29706 | do | |
3eca31dc | 29707 | for ac_extension in a so sl dylib dll.a; do |
a848cd7e SC |
29708 | if test -f "$ac_dir/libMesaGL.$ac_extension"; then |
29709 | ac_find_libraries=$ac_dir | |
29710 | break 2 | |
29711 | fi | |
29712 | done | |
29713 | done | |
29714 | ||
29715 | if test "$ac_find_libraries" != "" ; then | |
29716 | ||
29717 | echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null | |
29718 | result=$? | |
29719 | if test $result = 0; then | |
29720 | ac_path_to_link="" | |
29721 | else | |
29722 | ac_path_to_link=" -L$ac_find_libraries" | |
29723 | fi | |
29724 | ||
29725 | LDFLAGS_GL="$LDFLAGS$ac_path_to_link" | |
29726 | OPENGL_LIBS="-lMesaGL -lMesaGLU" | |
29727 | echo "$as_me:$LINENO: result: yes" >&5 | |
29728 | echo "${ECHO_T}yes" >&6 | |
29729 | else | |
29730 | echo "$as_me:$LINENO: result: no" >&5 | |
29731 | echo "${ECHO_T}no" >&6 | |
29732 | fi | |
29733 | fi | |
29734 | ||
29735 | fi | |
29736 | ||
29737 | ||
29738 | ||
29739 | if test "x$OPENGL_LIBS" = "x"; then | |
29740 | { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5 | |
29741 | echo "$as_me: error: OpenGL libraries not available" >&2;} | |
29742 | { (exit 1); exit 1; }; } | |
29743 | fi | |
29744 | fi | |
29745 | ||
29746 | if test "$wxUSE_OPENGL" = "yes"; then | |
29747 | USE_OPENGL=1 | |
29748 | cat >>confdefs.h <<\_ACEOF | |
29749 | #define wxUSE_OPENGL 1 | |
29750 | _ACEOF | |
29751 | ||
29752 | cat >>confdefs.h <<\_ACEOF | |
29753 | #define wxUSE_GLCANVAS 1 | |
29754 | _ACEOF | |
29755 | ||
29756 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf" | |
29757 | fi | |
29758 | fi | |
29759 | ||
a848cd7e SC |
29760 | |
29761 | if test -n "$TOOLKIT" ; then | |
29762 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__" | |
29763 | fi | |
29764 | ||
a848cd7e SC |
29765 | |
29766 | ||
29767 | if test "$wxUSE_SHARED" = "yes"; then | |
29768 | case "${host}" in | |
29769 | *-pc-msdosdjgpp ) | |
29770 | wxUSE_SHARED=no | |
29771 | { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5 | |
29772 | echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;} | |
29773 | ;; | |
29774 | esac | |
29775 | fi | |
29776 | ||
a848cd7e | 29777 | if test "$wxUSE_SHARED" = "yes"; then |
a848cd7e SC |
29778 | |
29779 | ||
29780 | found_versioning=no | |
29781 | ||
29782 | ||
29783 | if test $found_versioning = no ; then | |
29784 | echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5 | |
29785 | echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6 | |
29786 | if test "${wx_cv_version_script+set}" = set; then | |
29787 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29788 | else | |
29789 | ||
29790 | echo "VER_1 { *; };" >conftest.sym | |
29791 | echo "int main() { return 0; }" >conftest.cpp | |
29792 | ||
29793 | if { ac_try=' | |
29794 | $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp | |
29795 | -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr' | |
29796 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29797 | (eval $ac_try) 2>&5 | |
29798 | ac_status=$? | |
29799 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29800 | (exit $ac_status); }; } ; then | |
29801 | if test -s conftest.stderr ; then | |
29802 | wx_cv_version_script=no | |
29803 | else | |
29804 | wx_cv_version_script=yes | |
29805 | fi | |
29806 | else | |
29807 | wx_cv_version_script=no | |
29808 | fi | |
e5d4b470 MW |
29809 | |
29810 | if test $wx_cv_version_script = yes | |
29811 | then | |
29812 | echo "struct B { virtual ~B() { } }; \ | |
29813 | struct D : public B { }; \ | |
29814 | void F() { D d; }" > conftest.cpp | |
29815 | ||
29816 | if { ac_try=' | |
29817 | $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp | |
29818 | -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null' | |
29819 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29820 | (eval $ac_try) 2>&5 | |
29821 | ac_status=$? | |
29822 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29823 | (exit $ac_status); }; } && | |
29824 | { ac_try=' | |
29825 | $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp | |
29826 | -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null' | |
29827 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29828 | (eval $ac_try) 2>&5 | |
29829 | ac_status=$? | |
29830 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29831 | (exit $ac_status); }; } | |
29832 | then | |
29833 | if { ac_try=' | |
29834 | $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp | |
29835 | -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null' | |
29836 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29837 | (eval $ac_try) 2>&5 | |
29838 | ac_status=$? | |
29839 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29840 | (exit $ac_status); }; } | |
29841 | then | |
29842 | wx_cv_version_script=yes | |
29843 | else | |
29844 | wx_cv_version_script=no | |
29845 | fi | |
29846 | fi | |
29847 | fi | |
29848 | ||
a848cd7e | 29849 | rm -f conftest.output conftest.stderr conftest.sym conftest.cpp |
e5d4b470 | 29850 | rm -f conftest1.output conftest2.output conftest3.output |
a848cd7e SC |
29851 | |
29852 | fi | |
29853 | echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5 | |
29854 | echo "${ECHO_T}$wx_cv_version_script" >&6 | |
29855 | if test $wx_cv_version_script = yes ; then | |
29856 | LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script" | |
29857 | fi | |
29858 | fi | |
29859 | ||
29860 | ||
29861 | case "${host}" in | |
29862 | *-*-linux* | *-*-gnu* ) | |
29863 | SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib" | |
ffa0583f | 29864 | WXCONFIG_RPATH="-Wl,-rpath,\$libdir" |
6ebeb4c7 | 29865 | ;; |
a848cd7e SC |
29866 | |
29867 | *-*-solaris2* ) | |
29868 | if test "$GCC" = yes ; then | |
29869 | CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include" | |
29870 | ||
29871 | saveLdflags="$LDFLAGS" | |
29872 | LDFLAGS="$saveLdflags -Wl,-rpath,/" | |
29873 | echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5 | |
29874 | echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6 | |
29875 | cat >conftest.$ac_ext <<_ACEOF | |
29876 | /* confdefs.h. */ | |
29877 | _ACEOF | |
29878 | cat confdefs.h >>conftest.$ac_ext | |
29879 | cat >>conftest.$ac_ext <<_ACEOF | |
29880 | /* end confdefs.h. */ | |
29881 | ||
29882 | int | |
29883 | main () | |
29884 | { | |
29885 | ||
29886 | ; | |
29887 | return 0; | |
29888 | } | |
29889 | _ACEOF | |
29890 | rm -f conftest.$ac_objext conftest$ac_exeext | |
29891 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 29892 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 29893 | ac_status=$? |
ac1cb8d3 VS |
29894 | grep -v '^ *+' conftest.er1 >conftest.err |
29895 | rm -f conftest.er1 | |
29896 | cat conftest.err >&5 | |
a848cd7e SC |
29897 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29898 | (exit $ac_status); } && | |
6ebeb4c7 | 29899 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
29900 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29901 | (eval $ac_try) 2>&5 | |
29902 | ac_status=$? | |
29903 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29904 | (exit $ac_status); }; } && | |
29905 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
29906 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29907 | (eval $ac_try) 2>&5 | |
29908 | ac_status=$? | |
29909 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29910 | (exit $ac_status); }; }; then | |
29911 | ||
29912 | echo "$as_me:$LINENO: result: yes" >&5 | |
29913 | echo "${ECHO_T}yes" >&6 | |
29914 | SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib" | |
ffa0583f | 29915 | WXCONFIG_RPATH="-Wl,-rpath,\$libdir" |
a848cd7e SC |
29916 | |
29917 | else | |
29918 | echo "$as_me: failed program was:" >&5 | |
29919 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29920 | ||
29921 | ||
29922 | echo "$as_me:$LINENO: result: no" >&5 | |
29923 | echo "${ECHO_T}no" >&6 | |
29924 | echo "$as_me:$LINENO: checking if the linker accepts -R" >&5 | |
29925 | echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6 | |
29926 | LDFLAGS="$saveLdflags -Wl,-R,/" | |
29927 | cat >conftest.$ac_ext <<_ACEOF | |
29928 | /* confdefs.h. */ | |
29929 | _ACEOF | |
29930 | cat confdefs.h >>conftest.$ac_ext | |
29931 | cat >>conftest.$ac_ext <<_ACEOF | |
29932 | /* end confdefs.h. */ | |
29933 | ||
29934 | int | |
29935 | main () | |
29936 | { | |
29937 | ||
29938 | ; | |
29939 | return 0; | |
29940 | } | |
29941 | _ACEOF | |
29942 | rm -f conftest.$ac_objext conftest$ac_exeext | |
29943 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 29944 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 29945 | ac_status=$? |
ac1cb8d3 VS |
29946 | grep -v '^ *+' conftest.er1 >conftest.err |
29947 | rm -f conftest.er1 | |
29948 | cat conftest.err >&5 | |
a848cd7e SC |
29949 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29950 | (exit $ac_status); } && | |
6ebeb4c7 | 29951 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
29952 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29953 | (eval $ac_try) 2>&5 | |
29954 | ac_status=$? | |
29955 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29956 | (exit $ac_status); }; } && | |
29957 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
29958 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29959 | (eval $ac_try) 2>&5 | |
29960 | ac_status=$? | |
29961 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29962 | (exit $ac_status); }; }; then | |
29963 | ||
ffa0583f | 29964 | echo "$as_me:$LINENO: result: yes" >&5 |
a848cd7e | 29965 | echo "${ECHO_T}yes" >&6 |
ffa0583f RL |
29966 | SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib" |
29967 | WXCONFIG_RPATH="-Wl,-R,\$libdir" | |
29968 | ||
a848cd7e SC |
29969 | else |
29970 | echo "$as_me: failed program was:" >&5 | |
29971 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29972 | ||
29973 | ||
29974 | echo "$as_me:$LINENO: result: no" >&5 | |
29975 | echo "${ECHO_T}no" >&6 | |
29976 | ||
29977 | fi | |
ac1cb8d3 VS |
29978 | rm -f conftest.err conftest.$ac_objext \ |
29979 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
29980 | |
29981 | fi | |
ac1cb8d3 VS |
29982 | rm -f conftest.err conftest.$ac_objext \ |
29983 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
29984 | LDFLAGS="$saveLdflags" |
29985 | else | |
a848cd7e | 29986 | SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib" |
ffa0583f | 29987 | WXCONFIG_RPATH="-R\$libdir" |
a848cd7e SC |
29988 | fi |
29989 | ;; | |
29990 | ||
cfda0ea8 | 29991 | *-*-darwin* ) |
0caebc27 MW |
29992 | install_name_tool=`which install_name_tool` |
29993 | if test "$install_name_tool" -a -x "$install_name_tool"; then | |
29994 | SAMPLES_RPATH_POSTLINK="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@" | |
29995 | cat <<EOF >change-install-names | |
a848cd7e SC |
29996 | #!/bin/sh |
29997 | libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\` | |
29998 | inst_cmd="install_name_tool " | |
29999 | for i in \${libnames} ; do | |
30000 | inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}" | |
30001 | done | |
30002 | \${inst_cmd} \${3} | |
30003 | EOF | |
0caebc27 MW |
30004 | chmod +x change-install-names |
30005 | fi | |
a848cd7e SC |
30006 | ;; |
30007 | ||
30008 | *-*-cygwin* | *-*-mingw32* ) | |
30009 | TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1" | |
30010 | ;; | |
30011 | ||
81f90336 MW |
30012 | *-*-hpux* ) |
30013 | SAMPLES_RPATH_FLAG="-Wl,+b,\$(top_builddir)lib" | |
30014 | WXCONFIG_RPATH="-Wl,+b,\$libdir" | |
30015 | ;; | |
30016 | ||
a848cd7e | 30017 | esac |
ceec2216 | 30018 | |
ffa0583f RL |
30019 | if test $wxUSE_RPATH = "no"; then |
30020 | SAMPLES_RPATH_FLAG='' | |
30021 | SAMPLES_RPATH_POSTLINK='' | |
30022 | WXCONFIG_RPATH='' | |
30023 | fi | |
30024 | ||
30025 | SHARED=1 | |
30026 | ||
30027 | else | |
30028 | ||
ceec2216 RL |
30029 | config_linkage_component="-static" |
30030 | SHARED=0 | |
ffa0583f | 30031 | |
ceec2216 | 30032 | fi |
a848cd7e | 30033 | |
a848cd7e | 30034 | |
ceec2216 RL |
30035 | UNICODE=0 |
30036 | lib_unicode_suffix= | |
30037 | WX_CHARTYPE="ansi" | |
30038 | if test "$wxUSE_UNICODE" = "yes"; then | |
30039 | lib_unicode_suffix=u | |
30040 | WX_CHARTYPE="unicode" | |
30041 | UNICODE=1 | |
a848cd7e SC |
30042 | fi |
30043 | ||
ceec2216 RL |
30044 | lib_debug_suffix= |
30045 | WX_DEBUGTYPE="release" | |
30046 | DEBUG_FLAG=0 | |
30047 | if test "$wxUSE_DEBUG_FLAG" = "yes"; then | |
30048 | lib_debug_suffix=d | |
30049 | WX_DEBUGTYPE="debug" | |
30050 | DEBUG_FLAG=1 | |
30051 | fi | |
a848cd7e | 30052 | |
ceec2216 RL |
30053 | WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR} |
30054 | WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'` | |
a848cd7e | 30055 | |
ceec2216 RL |
30056 | DEBUG_INFO=0 |
30057 | if test "$wxUSE_DEBUG_INFO" = "yes"; then | |
30058 | DEBUG_INFO=1 | |
30059 | fi | |
a848cd7e | 30060 | |
ceec2216 | 30061 | WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"` |
a848cd7e | 30062 | |
ceec2216 | 30063 | TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}" |
a848cd7e | 30064 | |
ceec2216 | 30065 | TOOLCHAIN_FULLNAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}" |
a848cd7e | 30066 | |
ceec2216 RL |
30067 | if test "$cross_compiling" = "yes"; then |
30068 | HOST_SUFFIX="-$host_alias" | |
30069 | TOOLCHAIN_NAME="$TOOLCHAIN_NAME$HOST_SUFFIX" | |
30070 | TOOLCHAIN_FULLNAME="${host_alias}-$TOOLCHAIN_FULLNAME" | |
a848cd7e SC |
30071 | fi |
30072 | ||
dd21ced8 | 30073 | WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}" |
abc736fd MW |
30074 | if test "${TOOLKIT_DIR}" = "os2"; then |
30075 | WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}" | |
30076 | else | |
30077 | WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}" | |
30078 | fi | |
ceec2216 RL |
30079 | |
30080 | ||
30081 | ||
1d1af5ea DE |
30082 | if test "$wxUSE_COCOA" = 1; then |
30083 | ||
30084 | ||
30085 | ac_ext=c | |
30086 | ac_cpp='$CPP $CPPFLAGS' | |
30087 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
30088 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
30089 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
30090 | ||
30091 | ac_ext=m | |
30092 | ||
30093 | echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5 | |
30094 | echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6 | |
30095 | cat >conftest.$ac_ext <<_ACEOF | |
30096 | /* confdefs.h. */ | |
30097 | _ACEOF | |
30098 | cat confdefs.h >>conftest.$ac_ext | |
30099 | cat >>conftest.$ac_ext <<_ACEOF | |
30100 | /* end confdefs.h. */ | |
30101 | #include <AppKit/NSEvent.h> | |
30102 | #include <CoreFoundation/CoreFoundation.h> | |
30103 | ||
30104 | int | |
30105 | main () | |
30106 | { | |
30107 | ||
30108 | ; | |
30109 | return 0; | |
30110 | } | |
30111 | _ACEOF | |
30112 | rm -f conftest.$ac_objext | |
30113 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
30114 | (eval $ac_compile) 2>conftest.er1 | |
30115 | ac_status=$? | |
30116 | grep -v '^ *+' conftest.er1 >conftest.err | |
30117 | rm -f conftest.er1 | |
30118 | cat conftest.err >&5 | |
30119 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30120 | (exit $ac_status); } && | |
6ebeb4c7 | 30121 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
1d1af5ea DE |
30122 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30123 | (eval $ac_try) 2>&5 | |
30124 | ac_status=$? | |
30125 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30126 | (exit $ac_status); }; } && | |
30127 | { ac_try='test -s conftest.$ac_objext' | |
30128 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
30129 | (eval $ac_try) 2>&5 | |
30130 | ac_status=$? | |
30131 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30132 | (exit $ac_status); }; }; then | |
30133 | echo "$as_me:$LINENO: result: no" >&5 | |
30134 | echo "${ECHO_T}no" >&6 | |
30135 | else | |
30136 | echo "$as_me: failed program was:" >&5 | |
30137 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30138 | ||
30139 | echo "$as_me:$LINENO: result: yes" >&5 | |
30140 | echo "${ECHO_T}yes" >&6 | |
30141 | echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5 | |
30142 | echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6 | |
30143 | cat >conftest.$ac_ext <<_ACEOF | |
30144 | /* confdefs.h. */ | |
30145 | _ACEOF | |
30146 | cat confdefs.h >>conftest.$ac_ext | |
30147 | cat >>conftest.$ac_ext <<_ACEOF | |
30148 | /* end confdefs.h. */ | |
30149 | #define __Point__ 1 | |
30150 | #include <AppKit/NSEvent.h> | |
30151 | #include <CoreFoundation/CoreFoundation.h> | |
30152 | ||
30153 | int | |
30154 | main () | |
30155 | { | |
30156 | ||
30157 | ; | |
30158 | return 0; | |
30159 | } | |
30160 | _ACEOF | |
30161 | rm -f conftest.$ac_objext | |
30162 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
30163 | (eval $ac_compile) 2>conftest.er1 | |
30164 | ac_status=$? | |
30165 | grep -v '^ *+' conftest.er1 >conftest.err | |
30166 | rm -f conftest.er1 | |
30167 | cat conftest.err >&5 | |
30168 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30169 | (exit $ac_status); } && | |
6ebeb4c7 | 30170 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
1d1af5ea DE |
30171 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30172 | (eval $ac_try) 2>&5 | |
30173 | ac_status=$? | |
30174 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30175 | (exit $ac_status); }; } && | |
30176 | { ac_try='test -s conftest.$ac_objext' | |
30177 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
30178 | (eval $ac_try) 2>&5 | |
30179 | ac_status=$? | |
30180 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30181 | (exit $ac_status); }; }; then | |
30182 | echo "$as_me:$LINENO: result: yes" >&5 | |
30183 | echo "${ECHO_T}yes" >&6 | |
30184 | cat >>confdefs.h <<\_ACEOF | |
30185 | #define __Point__ 1 | |
30186 | _ACEOF | |
30187 | ||
30188 | ||
30189 | else | |
30190 | echo "$as_me: failed program was:" >&5 | |
30191 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30192 | ||
30193 | { { echo "$as_me:$LINENO: error: no | |
30194 | See \`config.log' for more details." >&5 | |
30195 | echo "$as_me: error: no | |
30196 | See \`config.log' for more details." >&2;} | |
30197 | { (exit 1); exit 1; }; } | |
30198 | ||
30199 | fi | |
30200 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
30201 | ||
30202 | fi | |
30203 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
30204 | ac_ext=c | |
30205 | ac_cpp='$CPP $CPPFLAGS' | |
30206 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
30207 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
30208 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
30209 | ||
30210 | fi | |
30211 | ||
a848cd7e | 30212 | if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then |
abb9aae7 VZ |
30213 | WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r" |
30214 | WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc" | |
ceec2216 | 30215 | |
a848cd7e | 30216 | LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}" |
a848cd7e SC |
30217 | |
30218 | # Extract the first word of "Rez", so it can be a program name with args. | |
30219 | set dummy Rez; ac_word=$2 | |
30220 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
30221 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
30222 | if test "${ac_cv_prog_RESCOMP+set}" = set; then | |
30223 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30224 | else | |
30225 | if test -n "$RESCOMP"; then | |
30226 | ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test. | |
30227 | else | |
30228 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
30229 | for as_dir in $PATH | |
30230 | do | |
30231 | IFS=$as_save_IFS | |
30232 | test -z "$as_dir" && as_dir=. | |
30233 | for ac_exec_ext in '' $ac_executable_extensions; do | |
30234 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
30235 | ac_cv_prog_RESCOMP="Rez" | |
30236 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
30237 | break 2 | |
30238 | fi | |
30239 | done | |
30240 | done | |
30241 | ||
30242 | test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez" | |
30243 | fi | |
30244 | fi | |
30245 | RESCOMP=$ac_cv_prog_RESCOMP | |
30246 | if test -n "$RESCOMP"; then | |
30247 | echo "$as_me:$LINENO: result: $RESCOMP" >&5 | |
30248 | echo "${ECHO_T}$RESCOMP" >&6 | |
30249 | else | |
30250 | echo "$as_me:$LINENO: result: no" >&5 | |
30251 | echo "${ECHO_T}no" >&6 | |
30252 | fi | |
30253 | ||
30254 | # Extract the first word of "DeRez", so it can be a program name with args. | |
30255 | set dummy DeRez; ac_word=$2 | |
30256 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
30257 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
30258 | if test "${ac_cv_prog_DEREZ+set}" = set; then | |
30259 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30260 | else | |
30261 | if test -n "$DEREZ"; then | |
30262 | ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test. | |
30263 | else | |
30264 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
30265 | for as_dir in $PATH | |
30266 | do | |
30267 | IFS=$as_save_IFS | |
30268 | test -z "$as_dir" && as_dir=. | |
30269 | for ac_exec_ext in '' $ac_executable_extensions; do | |
30270 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
30271 | ac_cv_prog_DEREZ="DeRez" | |
30272 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
30273 | break 2 | |
30274 | fi | |
30275 | done | |
30276 | done | |
30277 | ||
30278 | test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez" | |
30279 | fi | |
30280 | fi | |
30281 | DEREZ=$ac_cv_prog_DEREZ | |
30282 | if test -n "$DEREZ"; then | |
30283 | echo "$as_me:$LINENO: result: $DEREZ" >&5 | |
30284 | echo "${ECHO_T}$DEREZ" >&6 | |
30285 | else | |
30286 | echo "$as_me:$LINENO: result: no" >&5 | |
30287 | echo "${ECHO_T}no" >&6 | |
30288 | fi | |
30289 | ||
30290 | # Extract the first word of "SetFile", so it can be a program name with args. | |
30291 | set dummy SetFile; ac_word=$2 | |
30292 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
30293 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
30294 | if test "${ac_cv_prog_SETFILE+set}" = set; then | |
30295 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30296 | else | |
30297 | if test -n "$SETFILE"; then | |
30298 | ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test. | |
30299 | else | |
30300 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
30301 | for as_dir in $PATH | |
30302 | do | |
30303 | IFS=$as_save_IFS | |
30304 | test -z "$as_dir" && as_dir=. | |
30305 | for ac_exec_ext in '' $ac_executable_extensions; do | |
30306 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
30307 | ac_cv_prog_SETFILE="SetFile" | |
30308 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
30309 | break 2 | |
30310 | fi | |
30311 | done | |
30312 | done | |
30313 | ||
30314 | test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile" | |
30315 | fi | |
30316 | fi | |
30317 | SETFILE=$ac_cv_prog_SETFILE | |
30318 | if test -n "$SETFILE"; then | |
30319 | echo "$as_me:$LINENO: result: $SETFILE" >&5 | |
30320 | echo "${ECHO_T}$SETFILE" >&6 | |
30321 | else | |
30322 | echo "$as_me:$LINENO: result: no" >&5 | |
30323 | echo "${ECHO_T}no" >&6 | |
30324 | fi | |
30325 | ||
30326 | ||
30327 | MACSETFILE="\$(SETFILE)" | |
30328 | ||
30329 | if test "$wxUSE_MAC" = 1; then | |
1a79f136 | 30330 | MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r -o" |
a848cd7e | 30331 | |
1a79f136 | 30332 | MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r -o" |
a848cd7e SC |
30333 | else |
30334 | MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o" | |
30335 | MACRESWXCONFIG="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o" | |
30336 | fi | |
30337 | else | |
ffa0583f RL |
30338 | MACSETFILE="@true" |
30339 | MACRESWXCONFIG="@true" | |
a848cd7e SC |
30340 | |
30341 | if test "$wxUSE_PM" = 1; then | |
30342 | MACRESCOMP="emxbind -ep" | |
30343 | else | |
ffa0583f | 30344 | MACRESCOMP="@true" |
a848cd7e SC |
30345 | fi |
30346 | fi | |
30347 | ||
30348 | ||
30349 | ||
30350 | echo "$as_me:$LINENO: checking for mode_t" >&5 | |
30351 | echo $ECHO_N "checking for mode_t... $ECHO_C" >&6 | |
30352 | if test "${ac_cv_type_mode_t+set}" = set; then | |
30353 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30354 | else | |
30355 | cat >conftest.$ac_ext <<_ACEOF | |
30356 | /* confdefs.h. */ | |
30357 | _ACEOF | |
30358 | cat confdefs.h >>conftest.$ac_ext | |
30359 | cat >>conftest.$ac_ext <<_ACEOF | |
30360 | /* end confdefs.h. */ | |
30361 | $ac_includes_default | |
30362 | int | |
30363 | main () | |
30364 | { | |
30365 | if ((mode_t *) 0) | |
30366 | return 0; | |
30367 | if (sizeof (mode_t)) | |
30368 | return 0; | |
30369 | ; | |
30370 | return 0; | |
30371 | } | |
30372 | _ACEOF | |
30373 | rm -f conftest.$ac_objext | |
30374 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 30375 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 30376 | ac_status=$? |
ac1cb8d3 VS |
30377 | grep -v '^ *+' conftest.er1 >conftest.err |
30378 | rm -f conftest.er1 | |
30379 | cat conftest.err >&5 | |
a848cd7e SC |
30380 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30381 | (exit $ac_status); } && | |
6ebeb4c7 | 30382 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
30383 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30384 | (eval $ac_try) 2>&5 | |
30385 | ac_status=$? | |
30386 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30387 | (exit $ac_status); }; } && | |
30388 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
30389 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30390 | (eval $ac_try) 2>&5 | |
30391 | ac_status=$? | |
30392 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30393 | (exit $ac_status); }; }; then | |
30394 | ac_cv_type_mode_t=yes | |
30395 | else | |
30396 | echo "$as_me: failed program was:" >&5 | |
30397 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30398 | ||
30399 | ac_cv_type_mode_t=no | |
30400 | fi | |
ac1cb8d3 | 30401 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
30402 | fi |
30403 | echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 | |
30404 | echo "${ECHO_T}$ac_cv_type_mode_t" >&6 | |
30405 | if test $ac_cv_type_mode_t = yes; then | |
30406 | : | |
30407 | else | |
30408 | ||
30409 | cat >>confdefs.h <<_ACEOF | |
30410 | #define mode_t int | |
30411 | _ACEOF | |
30412 | ||
30413 | fi | |
30414 | ||
30415 | echo "$as_me:$LINENO: checking for off_t" >&5 | |
30416 | echo $ECHO_N "checking for off_t... $ECHO_C" >&6 | |
30417 | if test "${ac_cv_type_off_t+set}" = set; then | |
30418 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30419 | else | |
30420 | cat >conftest.$ac_ext <<_ACEOF | |
30421 | /* confdefs.h. */ | |
30422 | _ACEOF | |
30423 | cat confdefs.h >>conftest.$ac_ext | |
30424 | cat >>conftest.$ac_ext <<_ACEOF | |
30425 | /* end confdefs.h. */ | |
30426 | $ac_includes_default | |
30427 | int | |
30428 | main () | |
30429 | { | |
30430 | if ((off_t *) 0) | |
30431 | return 0; | |
30432 | if (sizeof (off_t)) | |
30433 | return 0; | |
30434 | ; | |
30435 | return 0; | |
30436 | } | |
30437 | _ACEOF | |
30438 | rm -f conftest.$ac_objext | |
30439 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 30440 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 30441 | ac_status=$? |
ac1cb8d3 VS |
30442 | grep -v '^ *+' conftest.er1 >conftest.err |
30443 | rm -f conftest.er1 | |
30444 | cat conftest.err >&5 | |
a848cd7e SC |
30445 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30446 | (exit $ac_status); } && | |
6ebeb4c7 | 30447 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
30448 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30449 | (eval $ac_try) 2>&5 | |
30450 | ac_status=$? | |
30451 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30452 | (exit $ac_status); }; } && | |
30453 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
30454 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30455 | (eval $ac_try) 2>&5 | |
30456 | ac_status=$? | |
30457 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30458 | (exit $ac_status); }; }; then | |
30459 | ac_cv_type_off_t=yes | |
30460 | else | |
30461 | echo "$as_me: failed program was:" >&5 | |
30462 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30463 | ||
30464 | ac_cv_type_off_t=no | |
30465 | fi | |
ac1cb8d3 | 30466 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
30467 | fi |
30468 | echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 | |
30469 | echo "${ECHO_T}$ac_cv_type_off_t" >&6 | |
30470 | if test $ac_cv_type_off_t = yes; then | |
30471 | : | |
30472 | else | |
30473 | ||
30474 | cat >>confdefs.h <<_ACEOF | |
30475 | #define off_t long | |
30476 | _ACEOF | |
30477 | ||
30478 | fi | |
30479 | ||
30480 | echo "$as_me:$LINENO: checking for pid_t" >&5 | |
30481 | echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 | |
30482 | if test "${ac_cv_type_pid_t+set}" = set; then | |
30483 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30484 | else | |
30485 | cat >conftest.$ac_ext <<_ACEOF | |
30486 | /* confdefs.h. */ | |
30487 | _ACEOF | |
30488 | cat confdefs.h >>conftest.$ac_ext | |
30489 | cat >>conftest.$ac_ext <<_ACEOF | |
30490 | /* end confdefs.h. */ | |
30491 | $ac_includes_default | |
30492 | int | |
30493 | main () | |
30494 | { | |
30495 | if ((pid_t *) 0) | |
30496 | return 0; | |
30497 | if (sizeof (pid_t)) | |
30498 | return 0; | |
30499 | ; | |
30500 | return 0; | |
30501 | } | |
30502 | _ACEOF | |
30503 | rm -f conftest.$ac_objext | |
30504 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 30505 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 30506 | ac_status=$? |
ac1cb8d3 VS |
30507 | grep -v '^ *+' conftest.er1 >conftest.err |
30508 | rm -f conftest.er1 | |
30509 | cat conftest.err >&5 | |
a848cd7e SC |
30510 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30511 | (exit $ac_status); } && | |
6ebeb4c7 | 30512 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
30513 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30514 | (eval $ac_try) 2>&5 | |
30515 | ac_status=$? | |
30516 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30517 | (exit $ac_status); }; } && | |
30518 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
30519 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30520 | (eval $ac_try) 2>&5 | |
30521 | ac_status=$? | |
30522 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30523 | (exit $ac_status); }; }; then | |
30524 | ac_cv_type_pid_t=yes | |
30525 | else | |
30526 | echo "$as_me: failed program was:" >&5 | |
30527 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30528 | ||
30529 | ac_cv_type_pid_t=no | |
30530 | fi | |
ac1cb8d3 | 30531 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
30532 | fi |
30533 | echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 | |
30534 | echo "${ECHO_T}$ac_cv_type_pid_t" >&6 | |
30535 | if test $ac_cv_type_pid_t = yes; then | |
30536 | : | |
30537 | else | |
30538 | ||
30539 | cat >>confdefs.h <<_ACEOF | |
30540 | #define pid_t int | |
30541 | _ACEOF | |
30542 | ||
30543 | fi | |
30544 | ||
30545 | echo "$as_me:$LINENO: checking for size_t" >&5 | |
30546 | echo $ECHO_N "checking for size_t... $ECHO_C" >&6 | |
30547 | if test "${ac_cv_type_size_t+set}" = set; then | |
30548 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30549 | else | |
30550 | cat >conftest.$ac_ext <<_ACEOF | |
30551 | /* confdefs.h. */ | |
30552 | _ACEOF | |
30553 | cat confdefs.h >>conftest.$ac_ext | |
30554 | cat >>conftest.$ac_ext <<_ACEOF | |
30555 | /* end confdefs.h. */ | |
30556 | $ac_includes_default | |
30557 | int | |
30558 | main () | |
30559 | { | |
30560 | if ((size_t *) 0) | |
30561 | return 0; | |
30562 | if (sizeof (size_t)) | |
30563 | return 0; | |
30564 | ; | |
30565 | return 0; | |
30566 | } | |
30567 | _ACEOF | |
30568 | rm -f conftest.$ac_objext | |
30569 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 30570 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 30571 | ac_status=$? |
ac1cb8d3 VS |
30572 | grep -v '^ *+' conftest.er1 >conftest.err |
30573 | rm -f conftest.er1 | |
30574 | cat conftest.err >&5 | |
a848cd7e SC |
30575 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30576 | (exit $ac_status); } && | |
6ebeb4c7 | 30577 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
30578 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30579 | (eval $ac_try) 2>&5 | |
30580 | ac_status=$? | |
30581 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30582 | (exit $ac_status); }; } && | |
30583 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
30584 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30585 | (eval $ac_try) 2>&5 | |
30586 | ac_status=$? | |
30587 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30588 | (exit $ac_status); }; }; then | |
30589 | ac_cv_type_size_t=yes | |
30590 | else | |
30591 | echo "$as_me: failed program was:" >&5 | |
30592 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30593 | ||
30594 | ac_cv_type_size_t=no | |
30595 | fi | |
ac1cb8d3 | 30596 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
30597 | fi |
30598 | echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 | |
30599 | echo "${ECHO_T}$ac_cv_type_size_t" >&6 | |
30600 | if test $ac_cv_type_size_t = yes; then | |
30601 | : | |
30602 | else | |
30603 | ||
30604 | cat >>confdefs.h <<_ACEOF | |
30605 | #define size_t unsigned | |
30606 | _ACEOF | |
30607 | ||
30608 | fi | |
30609 | ||
30610 | echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 | |
30611 | echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6 | |
30612 | if test "${ac_cv_type_uid_t+set}" = set; then | |
30613 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30614 | else | |
30615 | cat >conftest.$ac_ext <<_ACEOF | |
30616 | /* confdefs.h. */ | |
30617 | _ACEOF | |
30618 | cat confdefs.h >>conftest.$ac_ext | |
30619 | cat >>conftest.$ac_ext <<_ACEOF | |
30620 | /* end confdefs.h. */ | |
30621 | #include <sys/types.h> | |
30622 | ||
30623 | _ACEOF | |
30624 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
30625 | $EGREP "uid_t" >/dev/null 2>&1; then | |
30626 | ac_cv_type_uid_t=yes | |
30627 | else | |
30628 | ac_cv_type_uid_t=no | |
30629 | fi | |
30630 | rm -f conftest* | |
30631 | ||
30632 | fi | |
30633 | echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 | |
30634 | echo "${ECHO_T}$ac_cv_type_uid_t" >&6 | |
30635 | if test $ac_cv_type_uid_t = no; then | |
30636 | ||
30637 | cat >>confdefs.h <<\_ACEOF | |
30638 | #define uid_t int | |
30639 | _ACEOF | |
30640 | ||
30641 | ||
30642 | cat >>confdefs.h <<\_ACEOF | |
30643 | #define gid_t int | |
30644 | _ACEOF | |
30645 | ||
30646 | fi | |
30647 | ||
30648 | ||
d51253e8 RL |
30649 | echo "$as_me:$LINENO: checking for ssize_t" >&5 |
30650 | echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6 | |
30651 | if test "${ac_cv_type_ssize_t+set}" = set; then | |
30652 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30653 | else | |
30654 | cat >conftest.$ac_ext <<_ACEOF | |
30655 | /* confdefs.h. */ | |
30656 | _ACEOF | |
30657 | cat confdefs.h >>conftest.$ac_ext | |
30658 | cat >>conftest.$ac_ext <<_ACEOF | |
30659 | /* end confdefs.h. */ | |
30660 | $ac_includes_default | |
30661 | int | |
30662 | main () | |
30663 | { | |
30664 | if ((ssize_t *) 0) | |
30665 | return 0; | |
30666 | if (sizeof (ssize_t)) | |
30667 | return 0; | |
30668 | ; | |
30669 | return 0; | |
30670 | } | |
30671 | _ACEOF | |
30672 | rm -f conftest.$ac_objext | |
30673 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
30674 | (eval $ac_compile) 2>conftest.er1 | |
30675 | ac_status=$? | |
30676 | grep -v '^ *+' conftest.er1 >conftest.err | |
30677 | rm -f conftest.er1 | |
30678 | cat conftest.err >&5 | |
30679 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30680 | (exit $ac_status); } && | |
6ebeb4c7 | 30681 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
d51253e8 RL |
30682 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30683 | (eval $ac_try) 2>&5 | |
30684 | ac_status=$? | |
30685 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30686 | (exit $ac_status); }; } && | |
30687 | { ac_try='test -s conftest.$ac_objext' | |
30688 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
30689 | (eval $ac_try) 2>&5 | |
30690 | ac_status=$? | |
30691 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30692 | (exit $ac_status); }; }; then | |
30693 | ac_cv_type_ssize_t=yes | |
30694 | else | |
30695 | echo "$as_me: failed program was:" >&5 | |
30696 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30697 | ||
30698 | ac_cv_type_ssize_t=no | |
30699 | fi | |
30700 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
30701 | fi | |
30702 | echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5 | |
30703 | echo "${ECHO_T}$ac_cv_type_ssize_t" >&6 | |
30704 | if test $ac_cv_type_ssize_t = yes; then | |
30705 | ||
30706 | cat >>confdefs.h <<_ACEOF | |
30707 | #define HAVE_SSIZE_T 1 | |
30708 | _ACEOF | |
30709 | ||
30710 | ||
30711 | fi | |
30712 | ||
30713 | ||
a848cd7e SC |
30714 | |
30715 | ||
30716 | ac_ext=cc | |
30717 | ac_cpp='$CXXCPP $CPPFLAGS' | |
30718 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
30719 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
30720 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
30721 | ||
30722 | echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5 | |
30723 | echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6 | |
30724 | if test "${wx_cv_size_t_is_uint+set}" = set; then | |
30725 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30726 | else | |
30727 | ||
30728 | cat >conftest.$ac_ext <<_ACEOF | |
30729 | /* confdefs.h. */ | |
30730 | _ACEOF | |
30731 | cat confdefs.h >>conftest.$ac_ext | |
30732 | cat >>conftest.$ac_ext <<_ACEOF | |
30733 | /* end confdefs.h. */ | |
30734 | #include <stddef.h> | |
30735 | int | |
30736 | main () | |
30737 | { | |
30738 | ||
30739 | return 0; } | |
30740 | ||
30741 | struct Foo { void foo(size_t); void foo(unsigned int); }; | |
30742 | ||
30743 | int bar() { | |
30744 | ||
30745 | ; | |
30746 | return 0; | |
30747 | } | |
30748 | _ACEOF | |
30749 | rm -f conftest.$ac_objext | |
30750 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 30751 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 30752 | ac_status=$? |
ac1cb8d3 VS |
30753 | grep -v '^ *+' conftest.er1 >conftest.err |
30754 | rm -f conftest.er1 | |
30755 | cat conftest.err >&5 | |
a848cd7e SC |
30756 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30757 | (exit $ac_status); } && | |
6ebeb4c7 | 30758 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
30759 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30760 | (eval $ac_try) 2>&5 | |
30761 | ac_status=$? | |
30762 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30763 | (exit $ac_status); }; } && | |
30764 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
30765 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30766 | (eval $ac_try) 2>&5 | |
30767 | ac_status=$? | |
30768 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30769 | (exit $ac_status); }; }; then | |
30770 | wx_cv_size_t_is_uint=no | |
30771 | else | |
30772 | echo "$as_me: failed program was:" >&5 | |
30773 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30774 | ||
30775 | wx_cv_size_t_is_uint=yes | |
30776 | ||
30777 | fi | |
ac1cb8d3 | 30778 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
30779 | |
30780 | ||
30781 | fi | |
30782 | echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5 | |
30783 | echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6 | |
30784 | ||
30785 | if test "$wx_cv_size_t_is_uint" = "yes"; then | |
30786 | cat >>confdefs.h <<\_ACEOF | |
30787 | #define wxSIZE_T_IS_UINT 1 | |
30788 | _ACEOF | |
30789 | ||
30790 | else | |
30791 | echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5 | |
30792 | echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6 | |
30793 | if test "${wx_cv_size_t_is_ulong+set}" = set; then | |
30794 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30795 | else | |
30796 | cat >conftest.$ac_ext <<_ACEOF | |
30797 | /* confdefs.h. */ | |
30798 | _ACEOF | |
30799 | cat confdefs.h >>conftest.$ac_ext | |
30800 | cat >>conftest.$ac_ext <<_ACEOF | |
30801 | /* end confdefs.h. */ | |
30802 | #include <stddef.h> | |
30803 | int | |
30804 | main () | |
30805 | { | |
30806 | ||
30807 | return 0; } | |
30808 | ||
30809 | struct Foo { void foo(size_t); void foo(unsigned long); }; | |
30810 | ||
30811 | int bar() { | |
30812 | ||
30813 | ; | |
30814 | return 0; | |
30815 | } | |
30816 | _ACEOF | |
30817 | rm -f conftest.$ac_objext | |
30818 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 30819 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 30820 | ac_status=$? |
ac1cb8d3 VS |
30821 | grep -v '^ *+' conftest.er1 >conftest.err |
30822 | rm -f conftest.er1 | |
30823 | cat conftest.err >&5 | |
a848cd7e SC |
30824 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30825 | (exit $ac_status); } && | |
6ebeb4c7 | 30826 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
30827 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30828 | (eval $ac_try) 2>&5 | |
30829 | ac_status=$? | |
30830 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30831 | (exit $ac_status); }; } && | |
30832 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
30833 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30834 | (eval $ac_try) 2>&5 | |
30835 | ac_status=$? | |
30836 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30837 | (exit $ac_status); }; }; then | |
30838 | wx_cv_size_t_is_ulong=no | |
30839 | else | |
30840 | echo "$as_me: failed program was:" >&5 | |
30841 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30842 | ||
30843 | wx_cv_size_t_is_ulong=yes | |
30844 | ||
30845 | fi | |
ac1cb8d3 | 30846 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
30847 | |
30848 | fi | |
30849 | echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5 | |
30850 | echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6 | |
30851 | ||
30852 | if test "$wx_cv_size_t_is_ulong" = "yes"; then | |
30853 | cat >>confdefs.h <<\_ACEOF | |
30854 | #define wxSIZE_T_IS_ULONG 1 | |
30855 | _ACEOF | |
30856 | ||
30857 | fi | |
30858 | fi | |
30859 | ||
30860 | ac_ext=c | |
30861 | ac_cpp='$CPP $CPPFLAGS' | |
30862 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
30863 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
30864 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
30865 | ||
30866 | ||
30867 | ||
30868 | echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5 | |
30869 | echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6 | |
30870 | if test "${wx_cv_struct_pw_gecos+set}" = set; then | |
30871 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30872 | else | |
30873 | ||
30874 | cat >conftest.$ac_ext <<_ACEOF | |
30875 | /* confdefs.h. */ | |
30876 | _ACEOF | |
30877 | cat confdefs.h >>conftest.$ac_ext | |
30878 | cat >>conftest.$ac_ext <<_ACEOF | |
30879 | /* end confdefs.h. */ | |
30880 | #include <pwd.h> | |
30881 | int | |
30882 | main () | |
30883 | { | |
30884 | ||
30885 | char *p; | |
30886 | struct passwd *pw; | |
30887 | p = pw->pw_gecos; | |
30888 | ||
30889 | ; | |
30890 | return 0; | |
30891 | } | |
30892 | _ACEOF | |
30893 | rm -f conftest.$ac_objext | |
30894 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 30895 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 30896 | ac_status=$? |
ac1cb8d3 VS |
30897 | grep -v '^ *+' conftest.er1 >conftest.err |
30898 | rm -f conftest.er1 | |
30899 | cat conftest.err >&5 | |
a848cd7e SC |
30900 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30901 | (exit $ac_status); } && | |
6ebeb4c7 | 30902 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
30903 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30904 | (eval $ac_try) 2>&5 | |
30905 | ac_status=$? | |
30906 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30907 | (exit $ac_status); }; } && | |
30908 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
30909 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30910 | (eval $ac_try) 2>&5 | |
30911 | ac_status=$? | |
30912 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30913 | (exit $ac_status); }; }; then | |
30914 | ||
30915 | wx_cv_struct_pw_gecos=yes | |
30916 | ||
30917 | else | |
30918 | echo "$as_me: failed program was:" >&5 | |
30919 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30920 | ||
30921 | ||
30922 | wx_cv_struct_pw_gecos=no | |
30923 | ||
30924 | ||
30925 | fi | |
ac1cb8d3 | 30926 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
30927 | |
30928 | ||
30929 | fi | |
30930 | echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5 | |
30931 | echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6 | |
30932 | ||
30933 | if test "$wx_cv_struct_pw_gecos" = "yes"; then | |
30934 | cat >>confdefs.h <<\_ACEOF | |
30935 | #define HAVE_PW_GECOS 1 | |
30936 | _ACEOF | |
30937 | ||
30938 | fi | |
30939 | ||
30940 | ||
47a7e797 | 30941 | if test "$wxUSE_WCHAR_T" = "yes"; then |
a848cd7e SC |
30942 | cat >>confdefs.h <<\_ACEOF |
30943 | #define wxUSE_WCHAR_T 1 | |
30944 | _ACEOF | |
30945 | ||
30946 | ||
30947 | WCSLEN_FOUND=0 | |
30948 | WCHAR_LINK= | |
30949 | ||
30950 | for ac_func in wcslen | |
30951 | do | |
30952 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
30953 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
30954 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
30955 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
30956 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30957 | else | |
30958 | cat >conftest.$ac_ext <<_ACEOF | |
30959 | /* confdefs.h. */ | |
30960 | _ACEOF | |
30961 | cat confdefs.h >>conftest.$ac_ext | |
30962 | cat >>conftest.$ac_ext <<_ACEOF | |
30963 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
30964 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
30965 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
30966 | #define $ac_func innocuous_$ac_func | |
30967 | ||
a848cd7e SC |
30968 | /* System header to define __stub macros and hopefully few prototypes, |
30969 | which can conflict with char $ac_func (); below. | |
30970 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
30971 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 30972 | |
a848cd7e SC |
30973 | #ifdef __STDC__ |
30974 | # include <limits.h> | |
30975 | #else | |
30976 | # include <assert.h> | |
30977 | #endif | |
ac1cb8d3 VS |
30978 | |
30979 | #undef $ac_func | |
30980 | ||
a848cd7e SC |
30981 | /* Override any gcc2 internal prototype to avoid an error. */ |
30982 | #ifdef __cplusplus | |
30983 | extern "C" | |
30984 | { | |
30985 | #endif | |
30986 | /* We use char because int might match the return type of a gcc2 | |
30987 | builtin and then its argument prototype would still apply. */ | |
30988 | char $ac_func (); | |
30989 | /* The GNU C library defines this for functions which it implements | |
30990 | to always fail with ENOSYS. Some functions are actually named | |
30991 | something starting with __ and the normal name is an alias. */ | |
30992 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
30993 | choke me | |
30994 | #else | |
30995 | char (*f) () = $ac_func; | |
30996 | #endif | |
30997 | #ifdef __cplusplus | |
30998 | } | |
30999 | #endif | |
31000 | ||
31001 | int | |
31002 | main () | |
31003 | { | |
31004 | return f != $ac_func; | |
31005 | ; | |
31006 | return 0; | |
31007 | } | |
31008 | _ACEOF | |
31009 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31010 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 31011 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 31012 | ac_status=$? |
ac1cb8d3 VS |
31013 | grep -v '^ *+' conftest.er1 >conftest.err |
31014 | rm -f conftest.er1 | |
31015 | cat conftest.err >&5 | |
a848cd7e SC |
31016 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31017 | (exit $ac_status); } && | |
6ebeb4c7 | 31018 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31019 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31020 | (eval $ac_try) 2>&5 | |
31021 | ac_status=$? | |
31022 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31023 | (exit $ac_status); }; } && | |
31024 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
31025 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31026 | (eval $ac_try) 2>&5 | |
31027 | ac_status=$? | |
31028 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31029 | (exit $ac_status); }; }; then | |
31030 | eval "$as_ac_var=yes" | |
31031 | else | |
31032 | echo "$as_me: failed program was:" >&5 | |
31033 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31034 | ||
31035 | eval "$as_ac_var=no" | |
31036 | fi | |
ac1cb8d3 VS |
31037 | rm -f conftest.err conftest.$ac_objext \ |
31038 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
31039 | fi |
31040 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
31041 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
31042 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
31043 | cat >>confdefs.h <<_ACEOF | |
31044 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
31045 | _ACEOF | |
31046 | WCSLEN_FOUND=1 | |
31047 | fi | |
31048 | done | |
31049 | ||
31050 | ||
31051 | if test "$WCSLEN_FOUND" = 0; then | |
31052 | if test "$TOOLKIT" = "MSW"; then | |
31053 | echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5 | |
31054 | echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6 | |
31055 | if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then | |
31056 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31057 | else | |
31058 | ac_check_lib_save_LIBS=$LIBS | |
31059 | LIBS="-lmsvcrt $LIBS" | |
31060 | cat >conftest.$ac_ext <<_ACEOF | |
31061 | /* confdefs.h. */ | |
31062 | _ACEOF | |
31063 | cat confdefs.h >>conftest.$ac_ext | |
31064 | cat >>conftest.$ac_ext <<_ACEOF | |
31065 | /* end confdefs.h. */ | |
31066 | ||
31067 | /* Override any gcc2 internal prototype to avoid an error. */ | |
31068 | #ifdef __cplusplus | |
31069 | extern "C" | |
31070 | #endif | |
31071 | /* We use char because int might match the return type of a gcc2 | |
31072 | builtin and then its argument prototype would still apply. */ | |
31073 | char wcslen (); | |
31074 | int | |
31075 | main () | |
31076 | { | |
31077 | wcslen (); | |
31078 | ; | |
31079 | return 0; | |
31080 | } | |
31081 | _ACEOF | |
31082 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31083 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 31084 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 31085 | ac_status=$? |
ac1cb8d3 VS |
31086 | grep -v '^ *+' conftest.er1 >conftest.err |
31087 | rm -f conftest.er1 | |
31088 | cat conftest.err >&5 | |
a848cd7e SC |
31089 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31090 | (exit $ac_status); } && | |
6ebeb4c7 | 31091 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31092 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31093 | (eval $ac_try) 2>&5 | |
31094 | ac_status=$? | |
31095 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31096 | (exit $ac_status); }; } && | |
31097 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
31098 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31099 | (eval $ac_try) 2>&5 | |
31100 | ac_status=$? | |
31101 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31102 | (exit $ac_status); }; }; then | |
31103 | ac_cv_lib_msvcrt_wcslen=yes | |
31104 | else | |
31105 | echo "$as_me: failed program was:" >&5 | |
31106 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31107 | ||
31108 | ac_cv_lib_msvcrt_wcslen=no | |
31109 | fi | |
ac1cb8d3 VS |
31110 | rm -f conftest.err conftest.$ac_objext \ |
31111 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
31112 | LIBS=$ac_check_lib_save_LIBS |
31113 | fi | |
31114 | echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5 | |
31115 | echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6 | |
31116 | if test $ac_cv_lib_msvcrt_wcslen = yes; then | |
31117 | WCHAR_OK=1 | |
31118 | fi | |
31119 | ||
31120 | else | |
31121 | echo "$as_me:$LINENO: checking for wcslen in -lw" >&5 | |
31122 | echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6 | |
31123 | if test "${ac_cv_lib_w_wcslen+set}" = set; then | |
31124 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31125 | else | |
31126 | ac_check_lib_save_LIBS=$LIBS | |
31127 | LIBS="-lw $LIBS" | |
31128 | cat >conftest.$ac_ext <<_ACEOF | |
31129 | /* confdefs.h. */ | |
31130 | _ACEOF | |
31131 | cat confdefs.h >>conftest.$ac_ext | |
31132 | cat >>conftest.$ac_ext <<_ACEOF | |
31133 | /* end confdefs.h. */ | |
31134 | ||
31135 | /* Override any gcc2 internal prototype to avoid an error. */ | |
31136 | #ifdef __cplusplus | |
31137 | extern "C" | |
31138 | #endif | |
31139 | /* We use char because int might match the return type of a gcc2 | |
31140 | builtin and then its argument prototype would still apply. */ | |
31141 | char wcslen (); | |
31142 | int | |
31143 | main () | |
31144 | { | |
31145 | wcslen (); | |
31146 | ; | |
31147 | return 0; | |
31148 | } | |
31149 | _ACEOF | |
31150 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31151 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 31152 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 31153 | ac_status=$? |
ac1cb8d3 VS |
31154 | grep -v '^ *+' conftest.er1 >conftest.err |
31155 | rm -f conftest.er1 | |
31156 | cat conftest.err >&5 | |
a848cd7e SC |
31157 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31158 | (exit $ac_status); } && | |
6ebeb4c7 | 31159 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31160 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31161 | (eval $ac_try) 2>&5 | |
31162 | ac_status=$? | |
31163 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31164 | (exit $ac_status); }; } && | |
31165 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
31166 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31167 | (eval $ac_try) 2>&5 | |
31168 | ac_status=$? | |
31169 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31170 | (exit $ac_status); }; }; then | |
31171 | ac_cv_lib_w_wcslen=yes | |
31172 | else | |
31173 | echo "$as_me: failed program was:" >&5 | |
31174 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31175 | ||
31176 | ac_cv_lib_w_wcslen=no | |
31177 | fi | |
ac1cb8d3 VS |
31178 | rm -f conftest.err conftest.$ac_objext \ |
31179 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
31180 | LIBS=$ac_check_lib_save_LIBS |
31181 | fi | |
31182 | echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5 | |
31183 | echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6 | |
31184 | if test $ac_cv_lib_w_wcslen = yes; then | |
31185 | ||
31186 | WCHAR_LINK=" -lw" | |
31187 | WCSLEN_FOUND=1 | |
31188 | ||
31189 | fi | |
31190 | ||
31191 | fi | |
31192 | fi | |
31193 | ||
31194 | if test "$WCSLEN_FOUND" = 1; then | |
31195 | cat >>confdefs.h <<\_ACEOF | |
31196 | #define HAVE_WCSLEN 1 | |
31197 | _ACEOF | |
31198 | ||
31199 | fi | |
31200 | ||
81f90336 | 31201 | if test "$USE_HPUX" = 1; then |
473276a9 VS |
31202 | CPPFLAGS="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE " |
31203 | fi | |
31204 | ||
a848cd7e SC |
31205 | |
31206 | for ac_func in wcsrtombs | |
31207 | do | |
31208 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
31209 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
31210 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
31211 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
31212 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31213 | else | |
31214 | cat >conftest.$ac_ext <<_ACEOF | |
31215 | /* confdefs.h. */ | |
31216 | _ACEOF | |
31217 | cat confdefs.h >>conftest.$ac_ext | |
31218 | cat >>conftest.$ac_ext <<_ACEOF | |
31219 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
31220 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
31221 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
31222 | #define $ac_func innocuous_$ac_func | |
31223 | ||
a848cd7e SC |
31224 | /* System header to define __stub macros and hopefully few prototypes, |
31225 | which can conflict with char $ac_func (); below. | |
31226 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
31227 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 31228 | |
a848cd7e SC |
31229 | #ifdef __STDC__ |
31230 | # include <limits.h> | |
31231 | #else | |
31232 | # include <assert.h> | |
31233 | #endif | |
ac1cb8d3 VS |
31234 | |
31235 | #undef $ac_func | |
31236 | ||
a848cd7e SC |
31237 | /* Override any gcc2 internal prototype to avoid an error. */ |
31238 | #ifdef __cplusplus | |
31239 | extern "C" | |
31240 | { | |
31241 | #endif | |
31242 | /* We use char because int might match the return type of a gcc2 | |
31243 | builtin and then its argument prototype would still apply. */ | |
31244 | char $ac_func (); | |
31245 | /* The GNU C library defines this for functions which it implements | |
31246 | to always fail with ENOSYS. Some functions are actually named | |
31247 | something starting with __ and the normal name is an alias. */ | |
31248 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
31249 | choke me | |
31250 | #else | |
31251 | char (*f) () = $ac_func; | |
31252 | #endif | |
31253 | #ifdef __cplusplus | |
31254 | } | |
31255 | #endif | |
31256 | ||
31257 | int | |
31258 | main () | |
31259 | { | |
31260 | return f != $ac_func; | |
31261 | ; | |
31262 | return 0; | |
31263 | } | |
31264 | _ACEOF | |
31265 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31266 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 31267 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 31268 | ac_status=$? |
ac1cb8d3 VS |
31269 | grep -v '^ *+' conftest.er1 >conftest.err |
31270 | rm -f conftest.er1 | |
31271 | cat conftest.err >&5 | |
a848cd7e SC |
31272 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31273 | (exit $ac_status); } && | |
6ebeb4c7 | 31274 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31275 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31276 | (eval $ac_try) 2>&5 | |
31277 | ac_status=$? | |
31278 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31279 | (exit $ac_status); }; } && | |
31280 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
31281 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31282 | (eval $ac_try) 2>&5 | |
31283 | ac_status=$? | |
31284 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31285 | (exit $ac_status); }; }; then | |
31286 | eval "$as_ac_var=yes" | |
31287 | else | |
31288 | echo "$as_me: failed program was:" >&5 | |
31289 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31290 | ||
31291 | eval "$as_ac_var=no" | |
31292 | fi | |
ac1cb8d3 VS |
31293 | rm -f conftest.err conftest.$ac_objext \ |
31294 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
31295 | fi |
31296 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
31297 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
31298 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
31299 | cat >>confdefs.h <<_ACEOF | |
31300 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
31301 | _ACEOF | |
31302 | ||
31303 | fi | |
31304 | done | |
31305 | ||
31306 | else | |
31307 | { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5 | |
31308 | echo "$as_me: WARNING: Wide character support is unavailable" >&2;} | |
31309 | fi | |
31310 | ||
31311 | ||
31312 | ||
31313 | ac_ext=cc | |
31314 | ac_cpp='$CXXCPP $CPPFLAGS' | |
31315 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
31316 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
31317 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
31318 | ||
31319 | ||
31320 | ||
31321 | for ac_func in vsnprintf | |
31322 | do | |
31323 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
31324 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
31325 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
31326 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
31327 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31328 | else | |
31329 | cat >conftest.$ac_ext <<_ACEOF | |
31330 | /* confdefs.h. */ | |
31331 | _ACEOF | |
31332 | cat confdefs.h >>conftest.$ac_ext | |
31333 | cat >>conftest.$ac_ext <<_ACEOF | |
31334 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
31335 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
31336 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
31337 | #define $ac_func innocuous_$ac_func | |
31338 | ||
a848cd7e SC |
31339 | /* System header to define __stub macros and hopefully few prototypes, |
31340 | which can conflict with char $ac_func (); below. | |
31341 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
31342 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 31343 | |
a848cd7e SC |
31344 | #ifdef __STDC__ |
31345 | # include <limits.h> | |
31346 | #else | |
31347 | # include <assert.h> | |
31348 | #endif | |
ac1cb8d3 VS |
31349 | |
31350 | #undef $ac_func | |
31351 | ||
a848cd7e SC |
31352 | /* Override any gcc2 internal prototype to avoid an error. */ |
31353 | #ifdef __cplusplus | |
31354 | extern "C" | |
31355 | { | |
31356 | #endif | |
31357 | /* We use char because int might match the return type of a gcc2 | |
31358 | builtin and then its argument prototype would still apply. */ | |
31359 | char $ac_func (); | |
31360 | /* The GNU C library defines this for functions which it implements | |
31361 | to always fail with ENOSYS. Some functions are actually named | |
31362 | something starting with __ and the normal name is an alias. */ | |
31363 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
31364 | choke me | |
31365 | #else | |
31366 | char (*f) () = $ac_func; | |
31367 | #endif | |
31368 | #ifdef __cplusplus | |
31369 | } | |
31370 | #endif | |
31371 | ||
31372 | int | |
31373 | main () | |
31374 | { | |
31375 | return f != $ac_func; | |
31376 | ; | |
31377 | return 0; | |
31378 | } | |
31379 | _ACEOF | |
31380 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31381 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 31382 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 31383 | ac_status=$? |
ac1cb8d3 VS |
31384 | grep -v '^ *+' conftest.er1 >conftest.err |
31385 | rm -f conftest.er1 | |
31386 | cat conftest.err >&5 | |
a848cd7e SC |
31387 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31388 | (exit $ac_status); } && | |
6ebeb4c7 | 31389 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31390 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31391 | (eval $ac_try) 2>&5 | |
31392 | ac_status=$? | |
31393 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31394 | (exit $ac_status); }; } && | |
31395 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
31396 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31397 | (eval $ac_try) 2>&5 | |
31398 | ac_status=$? | |
31399 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31400 | (exit $ac_status); }; }; then | |
31401 | eval "$as_ac_var=yes" | |
31402 | else | |
31403 | echo "$as_me: failed program was:" >&5 | |
31404 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31405 | ||
31406 | eval "$as_ac_var=no" | |
31407 | fi | |
ac1cb8d3 VS |
31408 | rm -f conftest.err conftest.$ac_objext \ |
31409 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
31410 | fi |
31411 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
31412 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
31413 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
31414 | cat >>confdefs.h <<_ACEOF | |
31415 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
31416 | _ACEOF | |
31417 | ||
31418 | fi | |
31419 | done | |
31420 | ||
31421 | ||
31422 | if test "$ac_cv_func_vsnprintf" = "yes"; then | |
31423 | echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5 | |
31424 | echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6 | |
31425 | if test "${wx_cv_func_vsnprintf_decl+set}" = set; then | |
31426 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31427 | else | |
31428 | ||
31429 | cat >conftest.$ac_ext <<_ACEOF | |
31430 | /* confdefs.h. */ | |
31431 | _ACEOF | |
31432 | cat confdefs.h >>conftest.$ac_ext | |
31433 | cat >>conftest.$ac_ext <<_ACEOF | |
31434 | /* end confdefs.h. */ | |
31435 | ||
31436 | #include <stdio.h> | |
31437 | #include <stdarg.h> | |
31438 | ||
31439 | int | |
31440 | main () | |
31441 | { | |
31442 | ||
31443 | char *buf; | |
31444 | va_list ap; | |
31445 | vsnprintf(buf, 10u, "%s", ap); | |
31446 | ||
31447 | ; | |
31448 | return 0; | |
31449 | } | |
31450 | _ACEOF | |
31451 | rm -f conftest.$ac_objext | |
31452 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 31453 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 31454 | ac_status=$? |
ac1cb8d3 VS |
31455 | grep -v '^ *+' conftest.er1 >conftest.err |
31456 | rm -f conftest.er1 | |
31457 | cat conftest.err >&5 | |
a848cd7e SC |
31458 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31459 | (exit $ac_status); } && | |
6ebeb4c7 | 31460 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31461 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31462 | (eval $ac_try) 2>&5 | |
31463 | ac_status=$? | |
31464 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31465 | (exit $ac_status); }; } && | |
31466 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
31467 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31468 | (eval $ac_try) 2>&5 | |
31469 | ac_status=$? | |
31470 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31471 | (exit $ac_status); }; }; then | |
31472 | wx_cv_func_vsnprintf_decl=yes | |
31473 | else | |
31474 | echo "$as_me: failed program was:" >&5 | |
31475 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31476 | ||
c122b164 DE |
31477 | |
31478 | cat >conftest.$ac_ext <<_ACEOF | |
31479 | /* confdefs.h. */ | |
31480 | _ACEOF | |
31481 | cat confdefs.h >>conftest.$ac_ext | |
31482 | cat >>conftest.$ac_ext <<_ACEOF | |
31483 | /* end confdefs.h. */ | |
31484 | ||
31485 | #include <stdio.h> | |
31486 | #include <stdarg.h> | |
31487 | using namespace std; | |
31488 | ||
31489 | int | |
31490 | main () | |
31491 | { | |
31492 | ||
31493 | char *buf; | |
31494 | va_list ap; | |
31495 | vsnprintf(buf, 10u, "%s", ap); | |
31496 | ||
31497 | ; | |
31498 | return 0; | |
31499 | } | |
31500 | _ACEOF | |
31501 | rm -f conftest.$ac_objext | |
31502 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
31503 | (eval $ac_compile) 2>conftest.er1 | |
31504 | ac_status=$? | |
31505 | grep -v '^ *+' conftest.er1 >conftest.err | |
31506 | rm -f conftest.er1 | |
31507 | cat conftest.err >&5 | |
31508 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31509 | (exit $ac_status); } && | |
6ebeb4c7 | 31510 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
c122b164 DE |
31511 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31512 | (eval $ac_try) 2>&5 | |
31513 | ac_status=$? | |
31514 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31515 | (exit $ac_status); }; } && | |
31516 | { ac_try='test -s conftest.$ac_objext' | |
31517 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
31518 | (eval $ac_try) 2>&5 | |
31519 | ac_status=$? | |
31520 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31521 | (exit $ac_status); }; }; then | |
31522 | wx_cv_func_vsnprintf_decl=yes | |
31523 | else | |
31524 | echo "$as_me: failed program was:" >&5 | |
31525 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31526 | ||
a848cd7e SC |
31527 | wx_cv_func_vsnprintf_decl=no |
31528 | ||
31529 | fi | |
ac1cb8d3 | 31530 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
31531 | |
31532 | ||
c122b164 DE |
31533 | fi |
31534 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
31535 | ||
31536 | ||
a848cd7e SC |
31537 | fi |
31538 | echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5 | |
31539 | echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6 | |
31540 | ||
31541 | if test "$wx_cv_func_vsnprintf_decl" = "yes"; then | |
31542 | cat >>confdefs.h <<\_ACEOF | |
31543 | #define HAVE_VSNPRINTF_DECL 1 | |
31544 | _ACEOF | |
31545 | ||
31546 | fi | |
31547 | fi | |
31548 | ||
31549 | if test "$wxUSE_UNICODE" = yes; then | |
31550 | ||
31551 | ||
31552 | ||
fbe47c7b VS |
31553 | |
31554 | ||
31555 | ||
31556 | for ac_func in wputc wputchar putws fputws wprintf vswprintf | |
a848cd7e SC |
31557 | do |
31558 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
31559 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
31560 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
31561 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
31562 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31563 | else | |
31564 | cat >conftest.$ac_ext <<_ACEOF | |
31565 | /* confdefs.h. */ | |
31566 | _ACEOF | |
31567 | cat confdefs.h >>conftest.$ac_ext | |
31568 | cat >>conftest.$ac_ext <<_ACEOF | |
31569 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
31570 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
31571 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
31572 | #define $ac_func innocuous_$ac_func | |
31573 | ||
a848cd7e SC |
31574 | /* System header to define __stub macros and hopefully few prototypes, |
31575 | which can conflict with char $ac_func (); below. | |
31576 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
31577 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 31578 | |
a848cd7e SC |
31579 | #ifdef __STDC__ |
31580 | # include <limits.h> | |
31581 | #else | |
31582 | # include <assert.h> | |
31583 | #endif | |
ac1cb8d3 VS |
31584 | |
31585 | #undef $ac_func | |
31586 | ||
a848cd7e SC |
31587 | /* Override any gcc2 internal prototype to avoid an error. */ |
31588 | #ifdef __cplusplus | |
31589 | extern "C" | |
31590 | { | |
31591 | #endif | |
31592 | /* We use char because int might match the return type of a gcc2 | |
31593 | builtin and then its argument prototype would still apply. */ | |
31594 | char $ac_func (); | |
31595 | /* The GNU C library defines this for functions which it implements | |
31596 | to always fail with ENOSYS. Some functions are actually named | |
31597 | something starting with __ and the normal name is an alias. */ | |
31598 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
31599 | choke me | |
31600 | #else | |
31601 | char (*f) () = $ac_func; | |
31602 | #endif | |
31603 | #ifdef __cplusplus | |
31604 | } | |
31605 | #endif | |
31606 | ||
31607 | int | |
31608 | main () | |
31609 | { | |
31610 | return f != $ac_func; | |
31611 | ; | |
31612 | return 0; | |
31613 | } | |
31614 | _ACEOF | |
31615 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31616 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 31617 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 31618 | ac_status=$? |
ac1cb8d3 VS |
31619 | grep -v '^ *+' conftest.er1 >conftest.err |
31620 | rm -f conftest.er1 | |
31621 | cat conftest.err >&5 | |
a848cd7e SC |
31622 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31623 | (exit $ac_status); } && | |
6ebeb4c7 | 31624 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31625 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31626 | (eval $ac_try) 2>&5 | |
31627 | ac_status=$? | |
31628 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31629 | (exit $ac_status); }; } && | |
31630 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
31631 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31632 | (eval $ac_try) 2>&5 | |
31633 | ac_status=$? | |
31634 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31635 | (exit $ac_status); }; }; then | |
31636 | eval "$as_ac_var=yes" | |
31637 | else | |
31638 | echo "$as_me: failed program was:" >&5 | |
31639 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31640 | ||
31641 | eval "$as_ac_var=no" | |
31642 | fi | |
ac1cb8d3 VS |
31643 | rm -f conftest.err conftest.$ac_objext \ |
31644 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
31645 | fi |
31646 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
31647 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
31648 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
31649 | cat >>confdefs.h <<_ACEOF | |
31650 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
31651 | _ACEOF | |
31652 | ||
31653 | fi | |
31654 | done | |
31655 | ||
31656 | ||
31657 | echo "$as_me:$LINENO: checking for _vsnwprintf" >&5 | |
31658 | echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6 | |
31659 | cat >conftest.$ac_ext <<_ACEOF | |
31660 | /* confdefs.h. */ | |
31661 | _ACEOF | |
31662 | cat confdefs.h >>conftest.$ac_ext | |
31663 | cat >>conftest.$ac_ext <<_ACEOF | |
31664 | /* end confdefs.h. */ | |
31665 | #include <wchar.h> | |
31666 | int | |
31667 | main () | |
31668 | { | |
31669 | &_vsnwprintf; | |
31670 | ; | |
31671 | return 0; | |
31672 | } | |
31673 | _ACEOF | |
31674 | rm -f conftest.$ac_objext | |
31675 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 31676 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 31677 | ac_status=$? |
ac1cb8d3 VS |
31678 | grep -v '^ *+' conftest.er1 >conftest.err |
31679 | rm -f conftest.er1 | |
31680 | cat conftest.err >&5 | |
a848cd7e SC |
31681 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31682 | (exit $ac_status); } && | |
6ebeb4c7 | 31683 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31684 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31685 | (eval $ac_try) 2>&5 | |
31686 | ac_status=$? | |
31687 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31688 | (exit $ac_status); }; } && | |
31689 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
31690 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31691 | (eval $ac_try) 2>&5 | |
31692 | ac_status=$? | |
31693 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31694 | (exit $ac_status); }; }; then | |
31695 | echo "$as_me:$LINENO: result: yes" >&5 | |
31696 | echo "${ECHO_T}yes" >&6 | |
31697 | cat >>confdefs.h <<\_ACEOF | |
31698 | #define HAVE__VSNWPRINTF 1 | |
31699 | _ACEOF | |
31700 | ||
31701 | else | |
31702 | echo "$as_me: failed program was:" >&5 | |
31703 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31704 | ||
31705 | echo "$as_me:$LINENO: result: no" >&5 | |
31706 | echo "${ECHO_T}no" >&6 | |
31707 | fi | |
ac1cb8d3 | 31708 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext; |
a848cd7e SC |
31709 | fi |
31710 | ||
31711 | ac_ext=c | |
31712 | ac_cpp='$CPP $CPPFLAGS' | |
31713 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
31714 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
31715 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
31716 | ||
31717 | ||
6ebeb4c7 VZ |
31718 | if test "x$ac_cv_header_fnmatch_h" = "xyes"; then |
31719 | ||
31720 | for ac_func in fnmatch | |
31721 | do | |
31722 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
31723 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
31724 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
31725 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
31726 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31727 | else | |
31728 | cat >conftest.$ac_ext <<_ACEOF | |
31729 | /* confdefs.h. */ | |
31730 | _ACEOF | |
31731 | cat confdefs.h >>conftest.$ac_ext | |
31732 | cat >>conftest.$ac_ext <<_ACEOF | |
31733 | /* end confdefs.h. */ | |
31734 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | |
31735 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
31736 | #define $ac_func innocuous_$ac_func | |
31737 | ||
31738 | /* System header to define __stub macros and hopefully few prototypes, | |
31739 | which can conflict with char $ac_func (); below. | |
31740 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
31741 | <limits.h> exists even on freestanding compilers. */ | |
31742 | ||
31743 | #ifdef __STDC__ | |
31744 | # include <limits.h> | |
31745 | #else | |
31746 | # include <assert.h> | |
31747 | #endif | |
31748 | ||
31749 | #undef $ac_func | |
31750 | ||
31751 | /* Override any gcc2 internal prototype to avoid an error. */ | |
31752 | #ifdef __cplusplus | |
31753 | extern "C" | |
31754 | { | |
31755 | #endif | |
31756 | /* We use char because int might match the return type of a gcc2 | |
31757 | builtin and then its argument prototype would still apply. */ | |
31758 | char $ac_func (); | |
31759 | /* The GNU C library defines this for functions which it implements | |
31760 | to always fail with ENOSYS. Some functions are actually named | |
31761 | something starting with __ and the normal name is an alias. */ | |
31762 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
31763 | choke me | |
31764 | #else | |
31765 | char (*f) () = $ac_func; | |
31766 | #endif | |
31767 | #ifdef __cplusplus | |
31768 | } | |
31769 | #endif | |
31770 | ||
31771 | int | |
31772 | main () | |
31773 | { | |
31774 | return f != $ac_func; | |
31775 | ; | |
31776 | return 0; | |
31777 | } | |
31778 | _ACEOF | |
31779 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31780 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
31781 | (eval $ac_link) 2>conftest.er1 | |
31782 | ac_status=$? | |
31783 | grep -v '^ *+' conftest.er1 >conftest.err | |
31784 | rm -f conftest.er1 | |
31785 | cat conftest.err >&5 | |
31786 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31787 | (exit $ac_status); } && | |
31788 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | |
31789 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
31790 | (eval $ac_try) 2>&5 | |
31791 | ac_status=$? | |
31792 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31793 | (exit $ac_status); }; } && | |
31794 | { ac_try='test -s conftest$ac_exeext' | |
31795 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
31796 | (eval $ac_try) 2>&5 | |
31797 | ac_status=$? | |
31798 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31799 | (exit $ac_status); }; }; then | |
31800 | eval "$as_ac_var=yes" | |
31801 | else | |
31802 | echo "$as_me: failed program was:" >&5 | |
31803 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31804 | ||
31805 | eval "$as_ac_var=no" | |
31806 | fi | |
31807 | rm -f conftest.err conftest.$ac_objext \ | |
31808 | conftest$ac_exeext conftest.$ac_ext | |
31809 | fi | |
31810 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
31811 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
31812 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
31813 | cat >>confdefs.h <<_ACEOF | |
31814 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
31815 | _ACEOF | |
31816 | ||
31817 | fi | |
31818 | done | |
31819 | ||
31820 | fi | |
31821 | ||
31822 | if test "$wxUSE_FILE" = "yes"; then | |
31823 | ||
31824 | for ac_func in fsync | |
31825 | do | |
31826 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
31827 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
31828 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
31829 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
31830 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31831 | else | |
31832 | cat >conftest.$ac_ext <<_ACEOF | |
31833 | /* confdefs.h. */ | |
31834 | _ACEOF | |
31835 | cat confdefs.h >>conftest.$ac_ext | |
31836 | cat >>conftest.$ac_ext <<_ACEOF | |
31837 | /* end confdefs.h. */ | |
31838 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | |
31839 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
31840 | #define $ac_func innocuous_$ac_func | |
31841 | ||
31842 | /* System header to define __stub macros and hopefully few prototypes, | |
31843 | which can conflict with char $ac_func (); below. | |
31844 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
31845 | <limits.h> exists even on freestanding compilers. */ | |
31846 | ||
31847 | #ifdef __STDC__ | |
31848 | # include <limits.h> | |
31849 | #else | |
31850 | # include <assert.h> | |
31851 | #endif | |
31852 | ||
31853 | #undef $ac_func | |
31854 | ||
31855 | /* Override any gcc2 internal prototype to avoid an error. */ | |
31856 | #ifdef __cplusplus | |
31857 | extern "C" | |
31858 | { | |
31859 | #endif | |
31860 | /* We use char because int might match the return type of a gcc2 | |
31861 | builtin and then its argument prototype would still apply. */ | |
31862 | char $ac_func (); | |
31863 | /* The GNU C library defines this for functions which it implements | |
31864 | to always fail with ENOSYS. Some functions are actually named | |
31865 | something starting with __ and the normal name is an alias. */ | |
31866 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
31867 | choke me | |
31868 | #else | |
31869 | char (*f) () = $ac_func; | |
31870 | #endif | |
31871 | #ifdef __cplusplus | |
31872 | } | |
31873 | #endif | |
31874 | ||
31875 | int | |
31876 | main () | |
31877 | { | |
31878 | return f != $ac_func; | |
31879 | ; | |
31880 | return 0; | |
31881 | } | |
31882 | _ACEOF | |
31883 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31884 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
31885 | (eval $ac_link) 2>conftest.er1 | |
31886 | ac_status=$? | |
31887 | grep -v '^ *+' conftest.er1 >conftest.err | |
31888 | rm -f conftest.er1 | |
31889 | cat conftest.err >&5 | |
31890 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31891 | (exit $ac_status); } && | |
31892 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | |
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); }; } && | |
31898 | { ac_try='test -s conftest$ac_exeext' | |
31899 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
31900 | (eval $ac_try) 2>&5 | |
31901 | ac_status=$? | |
31902 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31903 | (exit $ac_status); }; }; then | |
31904 | eval "$as_ac_var=yes" | |
31905 | else | |
31906 | echo "$as_me: failed program was:" >&5 | |
31907 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31908 | ||
31909 | eval "$as_ac_var=no" | |
31910 | fi | |
31911 | rm -f conftest.err conftest.$ac_objext \ | |
31912 | conftest$ac_exeext conftest.$ac_ext | |
31913 | fi | |
31914 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
31915 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
31916 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
31917 | cat >>confdefs.h <<_ACEOF | |
31918 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
31919 | _ACEOF | |
31920 | ||
31921 | fi | |
31922 | done | |
31923 | ||
31924 | fi | |
a848cd7e SC |
31925 | |
31926 | ||
31927 | if test "$TOOLKIT" != "MSW"; then | |
31928 | ||
31929 | ||
31930 | ||
31931 | ||
31932 | ac_ext=cc | |
31933 | ac_cpp='$CXXCPP $CPPFLAGS' | |
31934 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
31935 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
31936 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
31937 | ||
31938 | ||
31939 | ||
31940 | ||
31941 | # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given. | |
31942 | if test "${with_libiconv_prefix+set}" = set; then | |
31943 | withval="$with_libiconv_prefix" | |
31944 | ||
31945 | for dir in `echo "$withval" | tr : ' '`; do | |
31946 | if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi | |
31947 | if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi | |
31948 | done | |
31949 | ||
31950 | fi; | |
31951 | ||
31952 | echo "$as_me:$LINENO: checking for iconv" >&5 | |
31953 | echo $ECHO_N "checking for iconv... $ECHO_C" >&6 | |
31954 | if test "${am_cv_func_iconv+set}" = set; then | |
31955 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31956 | else | |
31957 | ||
31958 | am_cv_func_iconv="no, consider installing GNU libiconv" | |
31959 | am_cv_lib_iconv=no | |
31960 | cat >conftest.$ac_ext <<_ACEOF | |
31961 | /* confdefs.h. */ | |
31962 | _ACEOF | |
31963 | cat confdefs.h >>conftest.$ac_ext | |
31964 | cat >>conftest.$ac_ext <<_ACEOF | |
31965 | /* end confdefs.h. */ | |
31966 | #include <stdlib.h> | |
31967 | #include <iconv.h> | |
31968 | int | |
31969 | main () | |
31970 | { | |
31971 | iconv_t cd = iconv_open("",""); | |
31972 | iconv(cd,NULL,NULL,NULL,NULL); | |
31973 | iconv_close(cd); | |
31974 | ; | |
31975 | return 0; | |
31976 | } | |
31977 | _ACEOF | |
31978 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31979 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 31980 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 31981 | ac_status=$? |
ac1cb8d3 VS |
31982 | grep -v '^ *+' conftest.er1 >conftest.err |
31983 | rm -f conftest.er1 | |
31984 | cat conftest.err >&5 | |
a848cd7e SC |
31985 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31986 | (exit $ac_status); } && | |
6ebeb4c7 | 31987 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31988 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31989 | (eval $ac_try) 2>&5 | |
31990 | ac_status=$? | |
31991 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31992 | (exit $ac_status); }; } && | |
31993 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
31994 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31995 | (eval $ac_try) 2>&5 | |
31996 | ac_status=$? | |
31997 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31998 | (exit $ac_status); }; }; then | |
31999 | am_cv_func_iconv=yes | |
32000 | else | |
32001 | echo "$as_me: failed program was:" >&5 | |
32002 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32003 | ||
32004 | fi | |
ac1cb8d3 VS |
32005 | rm -f conftest.err conftest.$ac_objext \ |
32006 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
32007 | if test "$am_cv_func_iconv" != yes; then |
32008 | am_save_LIBS="$LIBS" | |
32009 | LIBS="$LIBS -liconv" | |
32010 | cat >conftest.$ac_ext <<_ACEOF | |
32011 | /* confdefs.h. */ | |
32012 | _ACEOF | |
32013 | cat confdefs.h >>conftest.$ac_ext | |
32014 | cat >>conftest.$ac_ext <<_ACEOF | |
32015 | /* end confdefs.h. */ | |
32016 | #include <stdlib.h> | |
32017 | #include <iconv.h> | |
32018 | int | |
32019 | main () | |
32020 | { | |
32021 | iconv_t cd = iconv_open("",""); | |
32022 | iconv(cd,NULL,NULL,NULL,NULL); | |
32023 | iconv_close(cd); | |
32024 | ; | |
32025 | return 0; | |
32026 | } | |
32027 | _ACEOF | |
32028 | rm -f conftest.$ac_objext conftest$ac_exeext | |
32029 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 32030 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 32031 | ac_status=$? |
ac1cb8d3 VS |
32032 | grep -v '^ *+' conftest.er1 >conftest.err |
32033 | rm -f conftest.er1 | |
32034 | cat conftest.err >&5 | |
a848cd7e SC |
32035 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32036 | (exit $ac_status); } && | |
6ebeb4c7 | 32037 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32038 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32039 | (eval $ac_try) 2>&5 | |
32040 | ac_status=$? | |
32041 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32042 | (exit $ac_status); }; } && | |
32043 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
32044 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32045 | (eval $ac_try) 2>&5 | |
32046 | ac_status=$? | |
32047 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32048 | (exit $ac_status); }; }; then | |
32049 | am_cv_lib_iconv=yes | |
32050 | am_cv_func_iconv=yes | |
32051 | else | |
32052 | echo "$as_me: failed program was:" >&5 | |
32053 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32054 | ||
32055 | fi | |
ac1cb8d3 VS |
32056 | rm -f conftest.err conftest.$ac_objext \ |
32057 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
32058 | LIBS="$am_save_LIBS" |
32059 | fi | |
32060 | ||
32061 | fi | |
32062 | echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5 | |
32063 | echo "${ECHO_T}$am_cv_func_iconv" >&6 | |
32064 | if test "$am_cv_func_iconv" = yes; then | |
32065 | ||
32066 | cat >>confdefs.h <<\_ACEOF | |
32067 | #define HAVE_ICONV 1 | |
32068 | _ACEOF | |
32069 | ||
32070 | echo "$as_me:$LINENO: checking if iconv needs const" >&5 | |
32071 | echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6 | |
32072 | if test "${wx_cv_func_iconv_const+set}" = set; then | |
32073 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32074 | else | |
32075 | cat >conftest.$ac_ext <<_ACEOF | |
32076 | /* confdefs.h. */ | |
32077 | _ACEOF | |
32078 | cat confdefs.h >>conftest.$ac_ext | |
32079 | cat >>conftest.$ac_ext <<_ACEOF | |
32080 | /* end confdefs.h. */ | |
32081 | ||
32082 | #include <stdlib.h> | |
32083 | #include <iconv.h> | |
32084 | extern | |
32085 | #ifdef __cplusplus | |
32086 | "C" | |
32087 | #endif | |
32088 | #if defined(__STDC__) || defined(__cplusplus) | |
32089 | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
32090 | #else | |
32091 | size_t iconv(); | |
32092 | #endif | |
32093 | ||
32094 | int | |
32095 | main () | |
32096 | { | |
32097 | ||
32098 | ; | |
32099 | return 0; | |
32100 | } | |
32101 | _ACEOF | |
32102 | rm -f conftest.$ac_objext | |
32103 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 32104 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 32105 | ac_status=$? |
ac1cb8d3 VS |
32106 | grep -v '^ *+' conftest.er1 >conftest.err |
32107 | rm -f conftest.er1 | |
32108 | cat conftest.err >&5 | |
a848cd7e SC |
32109 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32110 | (exit $ac_status); } && | |
6ebeb4c7 | 32111 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32112 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32113 | (eval $ac_try) 2>&5 | |
32114 | ac_status=$? | |
32115 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32116 | (exit $ac_status); }; } && | |
32117 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
32118 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32119 | (eval $ac_try) 2>&5 | |
32120 | ac_status=$? | |
32121 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32122 | (exit $ac_status); }; }; then | |
32123 | wx_cv_func_iconv_const="no" | |
32124 | else | |
32125 | echo "$as_me: failed program was:" >&5 | |
32126 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32127 | ||
32128 | wx_cv_func_iconv_const="yes" | |
32129 | ||
32130 | fi | |
ac1cb8d3 | 32131 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
32132 | |
32133 | fi | |
32134 | echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5 | |
32135 | echo "${ECHO_T}$wx_cv_func_iconv_const" >&6 | |
32136 | ||
32137 | iconv_const= | |
32138 | if test "x$wx_cv_func_iconv_const" = "xyes"; then | |
32139 | iconv_const="const" | |
32140 | fi | |
32141 | ||
32142 | ||
32143 | cat >>confdefs.h <<_ACEOF | |
32144 | #define ICONV_CONST $iconv_const | |
32145 | _ACEOF | |
32146 | ||
32147 | fi | |
32148 | LIBICONV= | |
32149 | if test "$am_cv_lib_iconv" = yes; then | |
32150 | LIBICONV="-liconv" | |
32151 | fi | |
32152 | ||
32153 | ||
32154 | LIBS="$LIBICONV $LIBS" | |
32155 | ac_ext=c | |
32156 | ac_cpp='$CPP $CPPFLAGS' | |
32157 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
32158 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
32159 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
32160 | ||
32161 | ||
32162 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then | |
32163 | ||
32164 | for ac_func in sigaction | |
32165 | do | |
32166 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
32167 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
32168 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
32169 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
32170 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32171 | else | |
32172 | cat >conftest.$ac_ext <<_ACEOF | |
32173 | /* confdefs.h. */ | |
32174 | _ACEOF | |
32175 | cat confdefs.h >>conftest.$ac_ext | |
32176 | cat >>conftest.$ac_ext <<_ACEOF | |
32177 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
32178 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
32179 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
32180 | #define $ac_func innocuous_$ac_func | |
32181 | ||
a848cd7e SC |
32182 | /* System header to define __stub macros and hopefully few prototypes, |
32183 | which can conflict with char $ac_func (); below. | |
32184 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
32185 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 32186 | |
a848cd7e SC |
32187 | #ifdef __STDC__ |
32188 | # include <limits.h> | |
32189 | #else | |
32190 | # include <assert.h> | |
32191 | #endif | |
ac1cb8d3 VS |
32192 | |
32193 | #undef $ac_func | |
32194 | ||
a848cd7e SC |
32195 | /* Override any gcc2 internal prototype to avoid an error. */ |
32196 | #ifdef __cplusplus | |
32197 | extern "C" | |
32198 | { | |
32199 | #endif | |
32200 | /* We use char because int might match the return type of a gcc2 | |
32201 | builtin and then its argument prototype would still apply. */ | |
32202 | char $ac_func (); | |
32203 | /* The GNU C library defines this for functions which it implements | |
32204 | to always fail with ENOSYS. Some functions are actually named | |
32205 | something starting with __ and the normal name is an alias. */ | |
32206 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
32207 | choke me | |
32208 | #else | |
32209 | char (*f) () = $ac_func; | |
32210 | #endif | |
32211 | #ifdef __cplusplus | |
32212 | } | |
32213 | #endif | |
32214 | ||
32215 | int | |
32216 | main () | |
32217 | { | |
32218 | return f != $ac_func; | |
32219 | ; | |
32220 | return 0; | |
32221 | } | |
32222 | _ACEOF | |
32223 | rm -f conftest.$ac_objext conftest$ac_exeext | |
32224 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 32225 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 32226 | ac_status=$? |
ac1cb8d3 VS |
32227 | grep -v '^ *+' conftest.er1 >conftest.err |
32228 | rm -f conftest.er1 | |
32229 | cat conftest.err >&5 | |
a848cd7e SC |
32230 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32231 | (exit $ac_status); } && | |
6ebeb4c7 | 32232 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32233 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32234 | (eval $ac_try) 2>&5 | |
32235 | ac_status=$? | |
32236 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32237 | (exit $ac_status); }; } && | |
32238 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
32239 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32240 | (eval $ac_try) 2>&5 | |
32241 | ac_status=$? | |
32242 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32243 | (exit $ac_status); }; }; then | |
32244 | eval "$as_ac_var=yes" | |
32245 | else | |
32246 | echo "$as_me: failed program was:" >&5 | |
32247 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32248 | ||
32249 | eval "$as_ac_var=no" | |
32250 | fi | |
ac1cb8d3 VS |
32251 | rm -f conftest.err conftest.$ac_objext \ |
32252 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
32253 | fi |
32254 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
32255 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
32256 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
32257 | cat >>confdefs.h <<_ACEOF | |
32258 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
32259 | _ACEOF | |
32260 | ||
32261 | fi | |
32262 | done | |
32263 | ||
32264 | ||
32265 | if test "$ac_cv_func_sigaction" = "no"; then | |
32266 | { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5 | |
32267 | echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;} | |
32268 | wxUSE_ON_FATAL_EXCEPTION=no | |
32269 | fi | |
32270 | ||
32271 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then | |
32272 | ||
32273 | ||
32274 | ac_ext=cc | |
32275 | ac_cpp='$CXXCPP $CPPFLAGS' | |
32276 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
32277 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
32278 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
32279 | ||
32280 | ||
32281 | echo "$as_me:$LINENO: checking for sa_handler type" >&5 | |
32282 | echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6 | |
32283 | if test "${wx_cv_type_sa_handler+set}" = set; then | |
32284 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32285 | else | |
32286 | ||
32287 | cat >conftest.$ac_ext <<_ACEOF | |
32288 | /* confdefs.h. */ | |
32289 | _ACEOF | |
32290 | cat confdefs.h >>conftest.$ac_ext | |
32291 | cat >>conftest.$ac_ext <<_ACEOF | |
32292 | /* end confdefs.h. */ | |
32293 | #include <signal.h> | |
32294 | int | |
32295 | main () | |
32296 | { | |
32297 | ||
32298 | extern void testSigHandler(int); | |
32299 | ||
32300 | struct sigaction sa; | |
32301 | sa.sa_handler = testSigHandler; | |
32302 | ||
32303 | ; | |
32304 | return 0; | |
32305 | } | |
32306 | _ACEOF | |
32307 | rm -f conftest.$ac_objext | |
32308 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 32309 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 32310 | ac_status=$? |
ac1cb8d3 VS |
32311 | grep -v '^ *+' conftest.er1 >conftest.err |
32312 | rm -f conftest.er1 | |
32313 | cat conftest.err >&5 | |
a848cd7e SC |
32314 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32315 | (exit $ac_status); } && | |
6ebeb4c7 | 32316 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32317 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32318 | (eval $ac_try) 2>&5 | |
32319 | ac_status=$? | |
32320 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32321 | (exit $ac_status); }; } && | |
32322 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
32323 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32324 | (eval $ac_try) 2>&5 | |
32325 | ac_status=$? | |
32326 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32327 | (exit $ac_status); }; }; then | |
32328 | ||
32329 | wx_cv_type_sa_handler=int | |
32330 | ||
32331 | else | |
32332 | echo "$as_me: failed program was:" >&5 | |
32333 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32334 | ||
32335 | ||
32336 | wx_cv_type_sa_handler=void | |
32337 | ||
32338 | fi | |
ac1cb8d3 | 32339 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
32340 | |
32341 | fi | |
32342 | echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5 | |
32343 | echo "${ECHO_T}$wx_cv_type_sa_handler" >&6 | |
32344 | ||
32345 | ac_ext=c | |
32346 | ac_cpp='$CPP $CPPFLAGS' | |
32347 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
32348 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
32349 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
32350 | ||
32351 | ||
32352 | cat >>confdefs.h <<_ACEOF | |
32353 | #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler | |
32354 | _ACEOF | |
32355 | ||
32356 | fi | |
32357 | fi | |
32358 | ||
eaff0f0d VZ |
32359 | if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then |
32360 | ||
32361 | ||
32362 | ac_ext=cc | |
32363 | ac_cpp='$CXXCPP $CPPFLAGS' | |
32364 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
32365 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
32366 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
32367 | ||
32368 | ||
32369 | echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5 | |
32370 | echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6 | |
32371 | if test "${wx_cv_func_backtrace+set}" = set; then | |
32372 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32373 | else | |
32374 | ||
32375 | cat >conftest.$ac_ext <<_ACEOF | |
32376 | /* confdefs.h. */ | |
32377 | _ACEOF | |
32378 | cat confdefs.h >>conftest.$ac_ext | |
32379 | cat >>conftest.$ac_ext <<_ACEOF | |
32380 | /* end confdefs.h. */ | |
32381 | #include <execinfo.h> | |
32382 | int | |
32383 | main () | |
32384 | { | |
32385 | ||
32386 | void *trace[1]; | |
32387 | char **messages; | |
32388 | ||
32389 | backtrace(trace, 1); | |
32390 | messages = backtrace_symbols(trace, 1); | |
32391 | ||
32392 | ; | |
32393 | return 0; | |
32394 | } | |
32395 | _ACEOF | |
32396 | rm -f conftest.$ac_objext | |
32397 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
32398 | (eval $ac_compile) 2>conftest.er1 | |
32399 | ac_status=$? | |
32400 | grep -v '^ *+' conftest.er1 >conftest.err | |
32401 | rm -f conftest.er1 | |
32402 | cat conftest.err >&5 | |
32403 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32404 | (exit $ac_status); } && | |
6ebeb4c7 | 32405 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
eaff0f0d VZ |
32406 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32407 | (eval $ac_try) 2>&5 | |
32408 | ac_status=$? | |
32409 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32410 | (exit $ac_status); }; } && | |
32411 | { ac_try='test -s conftest.$ac_objext' | |
32412 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
32413 | (eval $ac_try) 2>&5 | |
32414 | ac_status=$? | |
32415 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32416 | (exit $ac_status); }; }; then | |
32417 | wx_cv_func_backtrace=yes | |
32418 | else | |
32419 | echo "$as_me: failed program was:" >&5 | |
32420 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32421 | ||
32422 | wx_cv_func_backtrace=no | |
32423 | ||
32424 | fi | |
32425 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
32426 | ||
32427 | ||
32428 | fi | |
32429 | echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5 | |
32430 | echo "${ECHO_T}$wx_cv_func_backtrace" >&6 | |
32431 | ||
32432 | ||
32433 | if test "$wx_cv_func_backtrace" = "no"; then | |
32434 | { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5 | |
32435 | echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;} | |
32436 | wxUSE_STACKWALKER=no | |
32437 | else | |
32438 | echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5 | |
32439 | echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6 | |
32440 | if test "${wx_cv_func_cxa_demangle+set}" = set; then | |
32441 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32442 | else | |
32443 | ||
32444 | cat >conftest.$ac_ext <<_ACEOF | |
32445 | /* confdefs.h. */ | |
32446 | _ACEOF | |
32447 | cat confdefs.h >>conftest.$ac_ext | |
32448 | cat >>conftest.$ac_ext <<_ACEOF | |
32449 | /* end confdefs.h. */ | |
32450 | #include <cxxabi.h> | |
32451 | int | |
32452 | main () | |
32453 | { | |
32454 | ||
32455 | int rc; | |
32456 | __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc); | |
32457 | ||
32458 | ; | |
32459 | return 0; | |
32460 | } | |
32461 | _ACEOF | |
dfe0c803 JS |
32462 | rm -f conftest.$ac_objext conftest$ac_exeext |
32463 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
32464 | (eval $ac_link) 2>conftest.er1 | |
eaff0f0d VZ |
32465 | ac_status=$? |
32466 | grep -v '^ *+' conftest.er1 >conftest.err | |
32467 | rm -f conftest.er1 | |
32468 | cat conftest.err >&5 | |
32469 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32470 | (exit $ac_status); } && | |
6ebeb4c7 | 32471 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
eaff0f0d VZ |
32472 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32473 | (eval $ac_try) 2>&5 | |
32474 | ac_status=$? | |
32475 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32476 | (exit $ac_status); }; } && | |
dfe0c803 | 32477 | { ac_try='test -s conftest$ac_exeext' |
eaff0f0d VZ |
32478 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32479 | (eval $ac_try) 2>&5 | |
32480 | ac_status=$? | |
32481 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32482 | (exit $ac_status); }; }; then | |
32483 | wx_cv_func_cxa_demangle=yes | |
32484 | else | |
32485 | echo "$as_me: failed program was:" >&5 | |
32486 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32487 | ||
32488 | wx_cv_func_cxa_demangle=no | |
32489 | ||
32490 | fi | |
dfe0c803 JS |
32491 | rm -f conftest.err conftest.$ac_objext \ |
32492 | conftest$ac_exeext conftest.$ac_ext | |
eaff0f0d VZ |
32493 | |
32494 | ||
32495 | fi | |
32496 | echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5 | |
32497 | echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6 | |
32498 | ||
32499 | if test "$wx_cv_func_cxa_demangle" = "yes"; then | |
32500 | cat >>confdefs.h <<\_ACEOF | |
32501 | #define HAVE_CXA_DEMANGLE 1 | |
32502 | _ACEOF | |
32503 | ||
32504 | fi | |
32505 | fi | |
32506 | ||
32507 | ac_ext=c | |
32508 | ac_cpp='$CPP $CPPFLAGS' | |
32509 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
32510 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
32511 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
32512 | ||
32513 | fi | |
32514 | ||
898beab1 DE |
32515 | if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then |
32516 | { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5 | |
32517 | echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;} | |
32518 | wxUSE_STACKWALKER=no | |
32519 | fi | |
32520 | ||
32521 | ||
a848cd7e SC |
32522 | |
32523 | ||
32524 | for ac_func in mkstemp mktemp | |
32525 | do | |
32526 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
32527 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
32528 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
32529 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
32530 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32531 | else | |
32532 | cat >conftest.$ac_ext <<_ACEOF | |
32533 | /* confdefs.h. */ | |
32534 | _ACEOF | |
32535 | cat confdefs.h >>conftest.$ac_ext | |
32536 | cat >>conftest.$ac_ext <<_ACEOF | |
32537 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
32538 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
32539 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
32540 | #define $ac_func innocuous_$ac_func | |
32541 | ||
a848cd7e SC |
32542 | /* System header to define __stub macros and hopefully few prototypes, |
32543 | which can conflict with char $ac_func (); below. | |
32544 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
32545 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 32546 | |
a848cd7e SC |
32547 | #ifdef __STDC__ |
32548 | # include <limits.h> | |
32549 | #else | |
32550 | # include <assert.h> | |
32551 | #endif | |
ac1cb8d3 VS |
32552 | |
32553 | #undef $ac_func | |
32554 | ||
a848cd7e SC |
32555 | /* Override any gcc2 internal prototype to avoid an error. */ |
32556 | #ifdef __cplusplus | |
32557 | extern "C" | |
32558 | { | |
32559 | #endif | |
32560 | /* We use char because int might match the return type of a gcc2 | |
32561 | builtin and then its argument prototype would still apply. */ | |
32562 | char $ac_func (); | |
32563 | /* The GNU C library defines this for functions which it implements | |
32564 | to always fail with ENOSYS. Some functions are actually named | |
32565 | something starting with __ and the normal name is an alias. */ | |
32566 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
32567 | choke me | |
32568 | #else | |
32569 | char (*f) () = $ac_func; | |
32570 | #endif | |
32571 | #ifdef __cplusplus | |
32572 | } | |
32573 | #endif | |
32574 | ||
32575 | int | |
32576 | main () | |
32577 | { | |
32578 | return f != $ac_func; | |
32579 | ; | |
32580 | return 0; | |
32581 | } | |
32582 | _ACEOF | |
32583 | rm -f conftest.$ac_objext conftest$ac_exeext | |
32584 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 32585 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 32586 | ac_status=$? |
ac1cb8d3 VS |
32587 | grep -v '^ *+' conftest.er1 >conftest.err |
32588 | rm -f conftest.er1 | |
32589 | cat conftest.err >&5 | |
a848cd7e SC |
32590 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32591 | (exit $ac_status); } && | |
6ebeb4c7 | 32592 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32593 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32594 | (eval $ac_try) 2>&5 | |
32595 | ac_status=$? | |
32596 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32597 | (exit $ac_status); }; } && | |
32598 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
32599 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32600 | (eval $ac_try) 2>&5 | |
32601 | ac_status=$? | |
32602 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32603 | (exit $ac_status); }; }; then | |
32604 | eval "$as_ac_var=yes" | |
32605 | else | |
32606 | echo "$as_me: failed program was:" >&5 | |
32607 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32608 | ||
32609 | eval "$as_ac_var=no" | |
32610 | fi | |
ac1cb8d3 VS |
32611 | rm -f conftest.err conftest.$ac_objext \ |
32612 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
32613 | fi |
32614 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
32615 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
32616 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
32617 | cat >>confdefs.h <<_ACEOF | |
32618 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
32619 | _ACEOF | |
32620 | break | |
32621 | fi | |
32622 | done | |
32623 | ||
32624 | ||
32625 | echo "$as_me:$LINENO: checking for statfs" >&5 | |
32626 | echo $ECHO_N "checking for statfs... $ECHO_C" >&6 | |
32627 | if test "${wx_cv_func_statfs+set}" = set; then | |
32628 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32629 | else | |
32630 | cat >conftest.$ac_ext <<_ACEOF | |
32631 | /* confdefs.h. */ | |
32632 | _ACEOF | |
32633 | cat confdefs.h >>conftest.$ac_ext | |
32634 | cat >>conftest.$ac_ext <<_ACEOF | |
32635 | /* end confdefs.h. */ | |
32636 | ||
32637 | #if defined(__BSD__) | |
32638 | #include <sys/param.h> | |
32639 | #include <sys/mount.h> | |
32640 | #else | |
32641 | #include <sys/vfs.h> | |
32642 | #endif | |
32643 | ||
32644 | int | |
32645 | main () | |
32646 | { | |
32647 | ||
32648 | long l; | |
32649 | struct statfs fs; | |
32650 | statfs("/", &fs); | |
32651 | l = fs.f_bsize; | |
32652 | l += fs.f_blocks; | |
32653 | l += fs.f_bavail; | |
32654 | ||
32655 | ; | |
32656 | return 0; | |
32657 | } | |
32658 | _ACEOF | |
32659 | rm -f conftest.$ac_objext | |
32660 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 32661 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 32662 | ac_status=$? |
ac1cb8d3 VS |
32663 | grep -v '^ *+' conftest.er1 >conftest.err |
32664 | rm -f conftest.er1 | |
32665 | cat conftest.err >&5 | |
a848cd7e SC |
32666 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32667 | (exit $ac_status); } && | |
6ebeb4c7 | 32668 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32669 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32670 | (eval $ac_try) 2>&5 | |
32671 | ac_status=$? | |
32672 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32673 | (exit $ac_status); }; } && | |
32674 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
32675 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32676 | (eval $ac_try) 2>&5 | |
32677 | ac_status=$? | |
32678 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32679 | (exit $ac_status); }; }; then | |
32680 | ||
32681 | wx_cv_func_statfs=yes | |
32682 | ||
32683 | else | |
32684 | echo "$as_me: failed program was:" >&5 | |
32685 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32686 | ||
32687 | ||
32688 | wx_cv_func_statfs=no | |
32689 | ||
32690 | ||
32691 | fi | |
ac1cb8d3 | 32692 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
32693 | |
32694 | fi | |
32695 | echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5 | |
32696 | echo "${ECHO_T}$wx_cv_func_statfs" >&6 | |
32697 | ||
32698 | if test "$wx_cv_func_statfs" = "yes"; then | |
32699 | wx_cv_type_statvfs_t="struct statfs" | |
32700 | cat >>confdefs.h <<\_ACEOF | |
32701 | #define HAVE_STATFS 1 | |
32702 | _ACEOF | |
32703 | ||
32704 | else | |
32705 | echo "$as_me:$LINENO: checking for statvfs" >&5 | |
32706 | echo $ECHO_N "checking for statvfs... $ECHO_C" >&6 | |
32707 | if test "${wx_cv_func_statvfs+set}" = set; then | |
32708 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32709 | else | |
32710 | cat >conftest.$ac_ext <<_ACEOF | |
32711 | /* confdefs.h. */ | |
32712 | _ACEOF | |
32713 | cat confdefs.h >>conftest.$ac_ext | |
32714 | cat >>conftest.$ac_ext <<_ACEOF | |
32715 | /* end confdefs.h. */ | |
32716 | ||
32717 | #include <stddef.h> | |
32718 | #include <sys/statvfs.h> | |
32719 | ||
32720 | int | |
32721 | main () | |
32722 | { | |
32723 | ||
32724 | statvfs("/", NULL); | |
32725 | ||
32726 | ; | |
32727 | return 0; | |
32728 | } | |
32729 | _ACEOF | |
32730 | rm -f conftest.$ac_objext | |
32731 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 32732 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 32733 | ac_status=$? |
ac1cb8d3 VS |
32734 | grep -v '^ *+' conftest.er1 >conftest.err |
32735 | rm -f conftest.er1 | |
32736 | cat conftest.err >&5 | |
a848cd7e SC |
32737 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32738 | (exit $ac_status); } && | |
6ebeb4c7 | 32739 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32740 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32741 | (eval $ac_try) 2>&5 | |
32742 | ac_status=$? | |
32743 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32744 | (exit $ac_status); }; } && | |
32745 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
32746 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32747 | (eval $ac_try) 2>&5 | |
32748 | ac_status=$? | |
32749 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32750 | (exit $ac_status); }; }; then | |
32751 | wx_cv_func_statvfs=yes | |
32752 | else | |
32753 | echo "$as_me: failed program was:" >&5 | |
32754 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32755 | ||
32756 | wx_cv_func_statvfs=no | |
32757 | ||
32758 | fi | |
ac1cb8d3 | 32759 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
32760 | |
32761 | fi | |
32762 | echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5 | |
32763 | echo "${ECHO_T}$wx_cv_func_statvfs" >&6 | |
32764 | ||
32765 | if test "$wx_cv_func_statvfs" = "yes"; then | |
32766 | ||
32767 | ||
32768 | ac_ext=cc | |
32769 | ac_cpp='$CXXCPP $CPPFLAGS' | |
32770 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
32771 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
32772 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
32773 | ||
32774 | ||
32775 | echo "$as_me:$LINENO: checking for statvfs argument type" >&5 | |
32776 | echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6 | |
32777 | if test "${wx_cv_type_statvfs_t+set}" = set; then | |
32778 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32779 | else | |
32780 | cat >conftest.$ac_ext <<_ACEOF | |
32781 | /* confdefs.h. */ | |
32782 | _ACEOF | |
32783 | cat confdefs.h >>conftest.$ac_ext | |
32784 | cat >>conftest.$ac_ext <<_ACEOF | |
32785 | /* end confdefs.h. */ | |
32786 | ||
32787 | #include <sys/statvfs.h> | |
32788 | ||
32789 | int | |
32790 | main () | |
32791 | { | |
32792 | ||
32793 | long l; | |
32794 | statvfs_t fs; | |
32795 | statvfs("/", &fs); | |
32796 | l = fs.f_bsize; | |
32797 | l += fs.f_blocks; | |
32798 | l += fs.f_bavail; | |
32799 | ||
32800 | ; | |
32801 | return 0; | |
32802 | } | |
32803 | _ACEOF | |
32804 | rm -f conftest.$ac_objext | |
32805 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 32806 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 32807 | ac_status=$? |
ac1cb8d3 VS |
32808 | grep -v '^ *+' conftest.er1 >conftest.err |
32809 | rm -f conftest.er1 | |
32810 | cat conftest.err >&5 | |
a848cd7e SC |
32811 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32812 | (exit $ac_status); } && | |
6ebeb4c7 | 32813 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32814 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32815 | (eval $ac_try) 2>&5 | |
32816 | ac_status=$? | |
32817 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32818 | (exit $ac_status); }; } && | |
32819 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
32820 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32821 | (eval $ac_try) 2>&5 | |
32822 | ac_status=$? | |
32823 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32824 | (exit $ac_status); }; }; then | |
32825 | wx_cv_type_statvfs_t=statvfs_t | |
32826 | else | |
32827 | echo "$as_me: failed program was:" >&5 | |
32828 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32829 | ||
32830 | ||
32831 | cat >conftest.$ac_ext <<_ACEOF | |
32832 | /* confdefs.h. */ | |
32833 | _ACEOF | |
32834 | cat confdefs.h >>conftest.$ac_ext | |
32835 | cat >>conftest.$ac_ext <<_ACEOF | |
32836 | /* end confdefs.h. */ | |
32837 | ||
32838 | #include <sys/statvfs.h> | |
32839 | ||
32840 | int | |
32841 | main () | |
32842 | { | |
32843 | ||
32844 | long l; | |
32845 | struct statvfs fs; | |
32846 | statvfs("/", &fs); | |
32847 | l = fs.f_bsize; | |
32848 | l += fs.f_blocks; | |
32849 | l += fs.f_bavail; | |
32850 | ||
32851 | ; | |
32852 | return 0; | |
32853 | } | |
32854 | _ACEOF | |
32855 | rm -f conftest.$ac_objext | |
32856 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 32857 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 32858 | ac_status=$? |
ac1cb8d3 VS |
32859 | grep -v '^ *+' conftest.er1 >conftest.err |
32860 | rm -f conftest.er1 | |
32861 | cat conftest.err >&5 | |
a848cd7e SC |
32862 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32863 | (exit $ac_status); } && | |
6ebeb4c7 | 32864 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32865 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32866 | (eval $ac_try) 2>&5 | |
32867 | ac_status=$? | |
32868 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32869 | (exit $ac_status); }; } && | |
32870 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
32871 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32872 | (eval $ac_try) 2>&5 | |
32873 | ac_status=$? | |
32874 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32875 | (exit $ac_status); }; }; then | |
32876 | wx_cv_type_statvfs_t="struct statvfs" | |
32877 | else | |
32878 | echo "$as_me: failed program was:" >&5 | |
32879 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32880 | ||
32881 | wx_cv_type_statvfs_t="unknown" | |
32882 | ||
32883 | fi | |
ac1cb8d3 | 32884 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
32885 | |
32886 | ||
32887 | fi | |
ac1cb8d3 | 32888 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
32889 | |
32890 | fi | |
32891 | echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5 | |
32892 | echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6 | |
32893 | ||
32894 | ac_ext=c | |
32895 | ac_cpp='$CPP $CPPFLAGS' | |
32896 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
32897 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
32898 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
32899 | ||
32900 | ||
32901 | if test "$wx_cv_type_statvfs_t" != "unknown"; then | |
32902 | cat >>confdefs.h <<\_ACEOF | |
32903 | #define HAVE_STATVFS 1 | |
32904 | _ACEOF | |
32905 | ||
32906 | fi | |
32907 | else | |
32908 | wx_cv_type_statvfs_t="unknown" | |
32909 | fi | |
32910 | fi | |
32911 | ||
32912 | if test "$wx_cv_type_statvfs_t" != "unknown"; then | |
32913 | cat >>confdefs.h <<_ACEOF | |
32914 | #define WX_STATFS_T $wx_cv_type_statvfs_t | |
32915 | _ACEOF | |
32916 | ||
32917 | else | |
32918 | { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5 | |
32919 | echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;} | |
32920 | fi | |
32921 | ||
32922 | if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then | |
32923 | ||
32924 | ||
32925 | for ac_func in fcntl flock | |
32926 | do | |
32927 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
32928 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
32929 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
32930 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
32931 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32932 | else | |
32933 | cat >conftest.$ac_ext <<_ACEOF | |
32934 | /* confdefs.h. */ | |
32935 | _ACEOF | |
32936 | cat confdefs.h >>conftest.$ac_ext | |
32937 | cat >>conftest.$ac_ext <<_ACEOF | |
32938 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
32939 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
32940 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
32941 | #define $ac_func innocuous_$ac_func | |
32942 | ||
a848cd7e SC |
32943 | /* System header to define __stub macros and hopefully few prototypes, |
32944 | which can conflict with char $ac_func (); below. | |
32945 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
32946 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 32947 | |
a848cd7e SC |
32948 | #ifdef __STDC__ |
32949 | # include <limits.h> | |
32950 | #else | |
32951 | # include <assert.h> | |
32952 | #endif | |
ac1cb8d3 VS |
32953 | |
32954 | #undef $ac_func | |
32955 | ||
a848cd7e SC |
32956 | /* Override any gcc2 internal prototype to avoid an error. */ |
32957 | #ifdef __cplusplus | |
32958 | extern "C" | |
32959 | { | |
32960 | #endif | |
32961 | /* We use char because int might match the return type of a gcc2 | |
32962 | builtin and then its argument prototype would still apply. */ | |
32963 | char $ac_func (); | |
32964 | /* The GNU C library defines this for functions which it implements | |
32965 | to always fail with ENOSYS. Some functions are actually named | |
32966 | something starting with __ and the normal name is an alias. */ | |
32967 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
32968 | choke me | |
32969 | #else | |
32970 | char (*f) () = $ac_func; | |
32971 | #endif | |
32972 | #ifdef __cplusplus | |
32973 | } | |
32974 | #endif | |
32975 | ||
32976 | int | |
32977 | main () | |
32978 | { | |
32979 | return f != $ac_func; | |
32980 | ; | |
32981 | return 0; | |
32982 | } | |
32983 | _ACEOF | |
32984 | rm -f conftest.$ac_objext conftest$ac_exeext | |
32985 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 32986 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 32987 | ac_status=$? |
ac1cb8d3 VS |
32988 | grep -v '^ *+' conftest.er1 >conftest.err |
32989 | rm -f conftest.er1 | |
32990 | cat conftest.err >&5 | |
a848cd7e SC |
32991 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32992 | (exit $ac_status); } && | |
6ebeb4c7 | 32993 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32994 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32995 | (eval $ac_try) 2>&5 | |
32996 | ac_status=$? | |
32997 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32998 | (exit $ac_status); }; } && | |
32999 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33000 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33001 | (eval $ac_try) 2>&5 | |
33002 | ac_status=$? | |
33003 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33004 | (exit $ac_status); }; }; then | |
33005 | eval "$as_ac_var=yes" | |
33006 | else | |
33007 | echo "$as_me: failed program was:" >&5 | |
33008 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33009 | ||
33010 | eval "$as_ac_var=no" | |
33011 | fi | |
ac1cb8d3 VS |
33012 | rm -f conftest.err conftest.$ac_objext \ |
33013 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
33014 | fi |
33015 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
33016 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
33017 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
33018 | cat >>confdefs.h <<_ACEOF | |
33019 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
33020 | _ACEOF | |
33021 | break | |
33022 | fi | |
33023 | done | |
33024 | ||
33025 | ||
33026 | if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then | |
33027 | { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5 | |
33028 | echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;} | |
33029 | wxUSE_SNGLINST_CHECKER=no | |
33030 | fi | |
33031 | fi | |
33032 | ||
33033 | ||
33034 | for ac_func in timegm | |
33035 | do | |
33036 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
33037 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
33038 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
33039 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
33040 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33041 | else | |
33042 | cat >conftest.$ac_ext <<_ACEOF | |
33043 | /* confdefs.h. */ | |
33044 | _ACEOF | |
33045 | cat confdefs.h >>conftest.$ac_ext | |
33046 | cat >>conftest.$ac_ext <<_ACEOF | |
33047 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
33048 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
33049 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
33050 | #define $ac_func innocuous_$ac_func | |
33051 | ||
a848cd7e SC |
33052 | /* System header to define __stub macros and hopefully few prototypes, |
33053 | which can conflict with char $ac_func (); below. | |
33054 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
33055 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 33056 | |
a848cd7e SC |
33057 | #ifdef __STDC__ |
33058 | # include <limits.h> | |
33059 | #else | |
33060 | # include <assert.h> | |
33061 | #endif | |
ac1cb8d3 VS |
33062 | |
33063 | #undef $ac_func | |
33064 | ||
a848cd7e SC |
33065 | /* Override any gcc2 internal prototype to avoid an error. */ |
33066 | #ifdef __cplusplus | |
33067 | extern "C" | |
33068 | { | |
33069 | #endif | |
33070 | /* We use char because int might match the return type of a gcc2 | |
33071 | builtin and then its argument prototype would still apply. */ | |
33072 | char $ac_func (); | |
33073 | /* The GNU C library defines this for functions which it implements | |
33074 | to always fail with ENOSYS. Some functions are actually named | |
33075 | something starting with __ and the normal name is an alias. */ | |
33076 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
33077 | choke me | |
33078 | #else | |
33079 | char (*f) () = $ac_func; | |
33080 | #endif | |
33081 | #ifdef __cplusplus | |
33082 | } | |
33083 | #endif | |
33084 | ||
33085 | int | |
33086 | main () | |
33087 | { | |
33088 | return f != $ac_func; | |
33089 | ; | |
33090 | return 0; | |
33091 | } | |
33092 | _ACEOF | |
33093 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33094 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 33095 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 33096 | ac_status=$? |
ac1cb8d3 VS |
33097 | grep -v '^ *+' conftest.er1 >conftest.err |
33098 | rm -f conftest.er1 | |
33099 | cat conftest.err >&5 | |
a848cd7e SC |
33100 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
33101 | (exit $ac_status); } && | |
6ebeb4c7 | 33102 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
33103 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33104 | (eval $ac_try) 2>&5 | |
33105 | ac_status=$? | |
33106 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33107 | (exit $ac_status); }; } && | |
33108 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33109 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33110 | (eval $ac_try) 2>&5 | |
33111 | ac_status=$? | |
33112 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33113 | (exit $ac_status); }; }; then | |
33114 | eval "$as_ac_var=yes" | |
33115 | else | |
33116 | echo "$as_me: failed program was:" >&5 | |
33117 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33118 | ||
33119 | eval "$as_ac_var=no" | |
33120 | fi | |
ac1cb8d3 VS |
33121 | rm -f conftest.err conftest.$ac_objext \ |
33122 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
33123 | fi |
33124 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
33125 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
33126 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
33127 | cat >>confdefs.h <<_ACEOF | |
33128 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
33129 | _ACEOF | |
33130 | ||
33131 | fi | |
33132 | done | |
33133 | ||
33134 | ||
33135 | ||
33136 | ||
33137 | for ac_func in putenv setenv | |
33138 | do | |
33139 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
33140 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
33141 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
33142 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
33143 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33144 | else | |
33145 | cat >conftest.$ac_ext <<_ACEOF | |
33146 | /* confdefs.h. */ | |
33147 | _ACEOF | |
33148 | cat confdefs.h >>conftest.$ac_ext | |
33149 | cat >>conftest.$ac_ext <<_ACEOF | |
33150 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
33151 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
33152 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
33153 | #define $ac_func innocuous_$ac_func | |
33154 | ||
a848cd7e SC |
33155 | /* System header to define __stub macros and hopefully few prototypes, |
33156 | which can conflict with char $ac_func (); below. | |
33157 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
33158 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 33159 | |
a848cd7e SC |
33160 | #ifdef __STDC__ |
33161 | # include <limits.h> | |
33162 | #else | |
33163 | # include <assert.h> | |
33164 | #endif | |
ac1cb8d3 VS |
33165 | |
33166 | #undef $ac_func | |
33167 | ||
a848cd7e SC |
33168 | /* Override any gcc2 internal prototype to avoid an error. */ |
33169 | #ifdef __cplusplus | |
33170 | extern "C" | |
33171 | { | |
33172 | #endif | |
33173 | /* We use char because int might match the return type of a gcc2 | |
33174 | builtin and then its argument prototype would still apply. */ | |
33175 | char $ac_func (); | |
33176 | /* The GNU C library defines this for functions which it implements | |
33177 | to always fail with ENOSYS. Some functions are actually named | |
33178 | something starting with __ and the normal name is an alias. */ | |
33179 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
33180 | choke me | |
33181 | #else | |
33182 | char (*f) () = $ac_func; | |
33183 | #endif | |
33184 | #ifdef __cplusplus | |
33185 | } | |
33186 | #endif | |
33187 | ||
33188 | int | |
33189 | main () | |
33190 | { | |
33191 | return f != $ac_func; | |
33192 | ; | |
33193 | return 0; | |
33194 | } | |
33195 | _ACEOF | |
33196 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33197 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 33198 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 33199 | ac_status=$? |
ac1cb8d3 VS |
33200 | grep -v '^ *+' conftest.er1 >conftest.err |
33201 | rm -f conftest.er1 | |
33202 | cat conftest.err >&5 | |
a848cd7e SC |
33203 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
33204 | (exit $ac_status); } && | |
6ebeb4c7 | 33205 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
33206 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33207 | (eval $ac_try) 2>&5 | |
33208 | ac_status=$? | |
33209 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33210 | (exit $ac_status); }; } && | |
33211 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33212 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33213 | (eval $ac_try) 2>&5 | |
33214 | ac_status=$? | |
33215 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33216 | (exit $ac_status); }; }; then | |
33217 | eval "$as_ac_var=yes" | |
33218 | else | |
33219 | echo "$as_me: failed program was:" >&5 | |
33220 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33221 | ||
33222 | eval "$as_ac_var=no" | |
33223 | fi | |
ac1cb8d3 VS |
33224 | rm -f conftest.err conftest.$ac_objext \ |
33225 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
33226 | fi |
33227 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
33228 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
33229 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
33230 | cat >>confdefs.h <<_ACEOF | |
33231 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
33232 | _ACEOF | |
33233 | break | |
33234 | fi | |
33235 | done | |
33236 | ||
33237 | ||
33238 | HAVE_SOME_SLEEP_FUNC=0 | |
33239 | if test "$USE_BEOS" = 1; then | |
33240 | cat >>confdefs.h <<\_ACEOF | |
33241 | #define HAVE_SLEEP 1 | |
33242 | _ACEOF | |
33243 | ||
33244 | HAVE_SOME_SLEEP_FUNC=1 | |
33245 | fi | |
33246 | ||
33247 | if test "$USE_DARWIN" = 1; then | |
33248 | cat >>confdefs.h <<\_ACEOF | |
33249 | #define HAVE_USLEEP 1 | |
33250 | _ACEOF | |
33251 | ||
33252 | HAVE_SOME_SLEEP_FUNC=1 | |
33253 | fi | |
33254 | ||
33255 | if test "$HAVE_SOME_SLEEP_FUNC" != 1; then | |
33256 | POSIX4_LINK= | |
33257 | ||
33258 | for ac_func in nanosleep | |
33259 | do | |
33260 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
33261 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
33262 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
33263 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
33264 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33265 | else | |
33266 | cat >conftest.$ac_ext <<_ACEOF | |
33267 | /* confdefs.h. */ | |
33268 | _ACEOF | |
33269 | cat confdefs.h >>conftest.$ac_ext | |
33270 | cat >>conftest.$ac_ext <<_ACEOF | |
33271 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
33272 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
33273 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
33274 | #define $ac_func innocuous_$ac_func | |
33275 | ||
a848cd7e SC |
33276 | /* System header to define __stub macros and hopefully few prototypes, |
33277 | which can conflict with char $ac_func (); below. | |
33278 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
33279 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 33280 | |
a848cd7e SC |
33281 | #ifdef __STDC__ |
33282 | # include <limits.h> | |
33283 | #else | |
33284 | # include <assert.h> | |
33285 | #endif | |
ac1cb8d3 VS |
33286 | |
33287 | #undef $ac_func | |
33288 | ||
a848cd7e SC |
33289 | /* Override any gcc2 internal prototype to avoid an error. */ |
33290 | #ifdef __cplusplus | |
33291 | extern "C" | |
33292 | { | |
33293 | #endif | |
33294 | /* We use char because int might match the return type of a gcc2 | |
33295 | builtin and then its argument prototype would still apply. */ | |
33296 | char $ac_func (); | |
33297 | /* The GNU C library defines this for functions which it implements | |
33298 | to always fail with ENOSYS. Some functions are actually named | |
33299 | something starting with __ and the normal name is an alias. */ | |
33300 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
33301 | choke me | |
33302 | #else | |
33303 | char (*f) () = $ac_func; | |
33304 | #endif | |
33305 | #ifdef __cplusplus | |
33306 | } | |
33307 | #endif | |
33308 | ||
33309 | int | |
33310 | main () | |
33311 | { | |
33312 | return f != $ac_func; | |
33313 | ; | |
33314 | return 0; | |
33315 | } | |
33316 | _ACEOF | |
33317 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33318 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 33319 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 33320 | ac_status=$? |
ac1cb8d3 VS |
33321 | grep -v '^ *+' conftest.er1 >conftest.err |
33322 | rm -f conftest.er1 | |
33323 | cat conftest.err >&5 | |
a848cd7e SC |
33324 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
33325 | (exit $ac_status); } && | |
6ebeb4c7 | 33326 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
33327 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33328 | (eval $ac_try) 2>&5 | |
33329 | ac_status=$? | |
33330 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33331 | (exit $ac_status); }; } && | |
33332 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33333 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33334 | (eval $ac_try) 2>&5 | |
33335 | ac_status=$? | |
33336 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33337 | (exit $ac_status); }; }; then | |
33338 | eval "$as_ac_var=yes" | |
33339 | else | |
33340 | echo "$as_me: failed program was:" >&5 | |
33341 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33342 | ||
33343 | eval "$as_ac_var=no" | |
33344 | fi | |
ac1cb8d3 VS |
33345 | rm -f conftest.err conftest.$ac_objext \ |
33346 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
33347 | fi |
33348 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
33349 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
33350 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
33351 | cat >>confdefs.h <<_ACEOF | |
33352 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
33353 | _ACEOF | |
33354 | cat >>confdefs.h <<\_ACEOF | |
33355 | #define HAVE_NANOSLEEP 1 | |
33356 | _ACEOF | |
33357 | ||
33358 | else | |
33359 | ||
33360 | echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5 | |
33361 | echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6 | |
33362 | if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then | |
33363 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33364 | else | |
33365 | ac_check_lib_save_LIBS=$LIBS | |
33366 | LIBS="-lposix4 $LIBS" | |
33367 | cat >conftest.$ac_ext <<_ACEOF | |
33368 | /* confdefs.h. */ | |
33369 | _ACEOF | |
33370 | cat confdefs.h >>conftest.$ac_ext | |
33371 | cat >>conftest.$ac_ext <<_ACEOF | |
33372 | /* end confdefs.h. */ | |
33373 | ||
33374 | /* Override any gcc2 internal prototype to avoid an error. */ | |
33375 | #ifdef __cplusplus | |
33376 | extern "C" | |
33377 | #endif | |
33378 | /* We use char because int might match the return type of a gcc2 | |
33379 | builtin and then its argument prototype would still apply. */ | |
33380 | char nanosleep (); | |
33381 | int | |
33382 | main () | |
33383 | { | |
33384 | nanosleep (); | |
33385 | ; | |
33386 | return 0; | |
33387 | } | |
33388 | _ACEOF | |
33389 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33390 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 33391 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 33392 | ac_status=$? |
ac1cb8d3 VS |
33393 | grep -v '^ *+' conftest.er1 >conftest.err |
33394 | rm -f conftest.er1 | |
33395 | cat conftest.err >&5 | |
a848cd7e SC |
33396 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
33397 | (exit $ac_status); } && | |
6ebeb4c7 | 33398 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
33399 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33400 | (eval $ac_try) 2>&5 | |
33401 | ac_status=$? | |
33402 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33403 | (exit $ac_status); }; } && | |
33404 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33405 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33406 | (eval $ac_try) 2>&5 | |
33407 | ac_status=$? | |
33408 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33409 | (exit $ac_status); }; }; then | |
33410 | ac_cv_lib_posix4_nanosleep=yes | |
33411 | else | |
33412 | echo "$as_me: failed program was:" >&5 | |
33413 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33414 | ||
33415 | ac_cv_lib_posix4_nanosleep=no | |
33416 | fi | |
ac1cb8d3 VS |
33417 | rm -f conftest.err conftest.$ac_objext \ |
33418 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
33419 | LIBS=$ac_check_lib_save_LIBS |
33420 | fi | |
33421 | echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5 | |
33422 | echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6 | |
33423 | if test $ac_cv_lib_posix4_nanosleep = yes; then | |
33424 | ||
33425 | cat >>confdefs.h <<\_ACEOF | |
33426 | #define HAVE_NANOSLEEP 1 | |
33427 | _ACEOF | |
33428 | ||
33429 | POSIX4_LINK=" -lposix4" | |
33430 | ||
33431 | else | |
33432 | ||
33433 | ||
33434 | for ac_func in usleep | |
33435 | do | |
33436 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
33437 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
33438 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
33439 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
33440 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33441 | else | |
33442 | cat >conftest.$ac_ext <<_ACEOF | |
33443 | /* confdefs.h. */ | |
33444 | _ACEOF | |
33445 | cat confdefs.h >>conftest.$ac_ext | |
33446 | cat >>conftest.$ac_ext <<_ACEOF | |
33447 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
33448 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
33449 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
33450 | #define $ac_func innocuous_$ac_func | |
33451 | ||
a848cd7e SC |
33452 | /* System header to define __stub macros and hopefully few prototypes, |
33453 | which can conflict with char $ac_func (); below. | |
33454 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
33455 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 33456 | |
a848cd7e SC |
33457 | #ifdef __STDC__ |
33458 | # include <limits.h> | |
33459 | #else | |
33460 | # include <assert.h> | |
33461 | #endif | |
ac1cb8d3 VS |
33462 | |
33463 | #undef $ac_func | |
33464 | ||
a848cd7e SC |
33465 | /* Override any gcc2 internal prototype to avoid an error. */ |
33466 | #ifdef __cplusplus | |
33467 | extern "C" | |
33468 | { | |
33469 | #endif | |
33470 | /* We use char because int might match the return type of a gcc2 | |
33471 | builtin and then its argument prototype would still apply. */ | |
33472 | char $ac_func (); | |
33473 | /* The GNU C library defines this for functions which it implements | |
33474 | to always fail with ENOSYS. Some functions are actually named | |
33475 | something starting with __ and the normal name is an alias. */ | |
33476 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
33477 | choke me | |
33478 | #else | |
33479 | char (*f) () = $ac_func; | |
33480 | #endif | |
33481 | #ifdef __cplusplus | |
33482 | } | |
33483 | #endif | |
33484 | ||
33485 | int | |
33486 | main () | |
33487 | { | |
33488 | return f != $ac_func; | |
33489 | ; | |
33490 | return 0; | |
33491 | } | |
33492 | _ACEOF | |
33493 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33494 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 33495 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 33496 | ac_status=$? |
ac1cb8d3 VS |
33497 | grep -v '^ *+' conftest.er1 >conftest.err |
33498 | rm -f conftest.er1 | |
33499 | cat conftest.err >&5 | |
a848cd7e SC |
33500 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
33501 | (exit $ac_status); } && | |
6ebeb4c7 | 33502 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
33503 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33504 | (eval $ac_try) 2>&5 | |
33505 | ac_status=$? | |
33506 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33507 | (exit $ac_status); }; } && | |
33508 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33509 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33510 | (eval $ac_try) 2>&5 | |
33511 | ac_status=$? | |
33512 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33513 | (exit $ac_status); }; }; then | |
33514 | eval "$as_ac_var=yes" | |
33515 | else | |
33516 | echo "$as_me: failed program was:" >&5 | |
33517 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33518 | ||
33519 | eval "$as_ac_var=no" | |
33520 | fi | |
ac1cb8d3 VS |
33521 | rm -f conftest.err conftest.$ac_objext \ |
33522 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
33523 | fi |
33524 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
33525 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
33526 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
33527 | cat >>confdefs.h <<_ACEOF | |
33528 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
33529 | _ACEOF | |
33530 | cat >>confdefs.h <<\_ACEOF | |
33531 | #define HAVE_USLEEP 1 | |
33532 | _ACEOF | |
33533 | ||
33534 | else | |
33535 | { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5 | |
33536 | echo "$as_me: WARNING: wxSleep() function will not work" >&2;} | |
33537 | ||
33538 | fi | |
33539 | done | |
33540 | ||
33541 | ||
33542 | ||
33543 | fi | |
33544 | ||
33545 | ||
33546 | ||
33547 | fi | |
33548 | done | |
33549 | ||
33550 | fi | |
33551 | ||
33552 | ||
33553 | ||
33554 | for ac_func in uname gethostname | |
33555 | do | |
33556 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
33557 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
33558 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
33559 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
33560 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33561 | else | |
33562 | cat >conftest.$ac_ext <<_ACEOF | |
33563 | /* confdefs.h. */ | |
33564 | _ACEOF | |
33565 | cat confdefs.h >>conftest.$ac_ext | |
33566 | cat >>conftest.$ac_ext <<_ACEOF | |
33567 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
33568 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
33569 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
33570 | #define $ac_func innocuous_$ac_func | |
33571 | ||
a848cd7e SC |
33572 | /* System header to define __stub macros and hopefully few prototypes, |
33573 | which can conflict with char $ac_func (); below. | |
33574 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
33575 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 33576 | |
a848cd7e SC |
33577 | #ifdef __STDC__ |
33578 | # include <limits.h> | |
33579 | #else | |
33580 | # include <assert.h> | |
33581 | #endif | |
ac1cb8d3 VS |
33582 | |
33583 | #undef $ac_func | |
33584 | ||
a848cd7e SC |
33585 | /* Override any gcc2 internal prototype to avoid an error. */ |
33586 | #ifdef __cplusplus | |
33587 | extern "C" | |
33588 | { | |
33589 | #endif | |
33590 | /* We use char because int might match the return type of a gcc2 | |
33591 | builtin and then its argument prototype would still apply. */ | |
33592 | char $ac_func (); | |
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) | |
33597 | choke me | |
33598 | #else | |
33599 | char (*f) () = $ac_func; | |
33600 | #endif | |
33601 | #ifdef __cplusplus | |
33602 | } | |
33603 | #endif | |
33604 | ||
33605 | int | |
33606 | main () | |
33607 | { | |
33608 | return f != $ac_func; | |
33609 | ; | |
33610 | return 0; | |
33611 | } | |
33612 | _ACEOF | |
33613 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33614 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 33615 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 33616 | ac_status=$? |
ac1cb8d3 VS |
33617 | grep -v '^ *+' conftest.er1 >conftest.err |
33618 | rm -f conftest.er1 | |
33619 | cat conftest.err >&5 | |
a848cd7e SC |
33620 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
33621 | (exit $ac_status); } && | |
6ebeb4c7 | 33622 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
33623 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33624 | (eval $ac_try) 2>&5 | |
33625 | ac_status=$? | |
33626 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33627 | (exit $ac_status); }; } && | |
33628 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33629 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33630 | (eval $ac_try) 2>&5 | |
33631 | ac_status=$? | |
33632 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33633 | (exit $ac_status); }; }; then | |
33634 | eval "$as_ac_var=yes" | |
33635 | else | |
33636 | echo "$as_me: failed program was:" >&5 | |
33637 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33638 | ||
33639 | eval "$as_ac_var=no" | |
33640 | fi | |
ac1cb8d3 VS |
33641 | rm -f conftest.err conftest.$ac_objext \ |
33642 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
33643 | fi |
33644 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
33645 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
33646 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
33647 | cat >>confdefs.h <<_ACEOF | |
33648 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
33649 | _ACEOF | |
33650 | break | |
33651 | fi | |
33652 | done | |
33653 | ||
33654 | ||
33655 | ||
33656 | ||
33657 | ac_ext=cc | |
33658 | ac_cpp='$CXXCPP $CPPFLAGS' | |
33659 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
33660 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
33661 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
33662 | ||
33663 | ||
33664 | ||
33665 | for ac_func in strtok_r | |
33666 | do | |
33667 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
33668 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
33669 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
33670 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
33671 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33672 | else | |
33673 | cat >conftest.$ac_ext <<_ACEOF | |
33674 | /* confdefs.h. */ | |
33675 | _ACEOF | |
33676 | cat confdefs.h >>conftest.$ac_ext | |
33677 | cat >>conftest.$ac_ext <<_ACEOF | |
33678 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
33679 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
33680 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
33681 | #define $ac_func innocuous_$ac_func | |
33682 | ||
a848cd7e SC |
33683 | /* System header to define __stub macros and hopefully few prototypes, |
33684 | which can conflict with char $ac_func (); below. | |
33685 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
33686 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 33687 | |
a848cd7e SC |
33688 | #ifdef __STDC__ |
33689 | # include <limits.h> | |
33690 | #else | |
33691 | # include <assert.h> | |
33692 | #endif | |
ac1cb8d3 VS |
33693 | |
33694 | #undef $ac_func | |
33695 | ||
a848cd7e SC |
33696 | /* Override any gcc2 internal prototype to avoid an error. */ |
33697 | #ifdef __cplusplus | |
33698 | extern "C" | |
33699 | { | |
33700 | #endif | |
33701 | /* We use char because int might match the return type of a gcc2 | |
33702 | builtin and then its argument prototype would still apply. */ | |
33703 | char $ac_func (); | |
33704 | /* The GNU C library defines this for functions which it implements | |
33705 | to always fail with ENOSYS. Some functions are actually named | |
33706 | something starting with __ and the normal name is an alias. */ | |
33707 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
33708 | choke me | |
33709 | #else | |
33710 | char (*f) () = $ac_func; | |
33711 | #endif | |
33712 | #ifdef __cplusplus | |
33713 | } | |
33714 | #endif | |
33715 | ||
33716 | int | |
33717 | main () | |
33718 | { | |
33719 | return f != $ac_func; | |
33720 | ; | |
33721 | return 0; | |
33722 | } | |
33723 | _ACEOF | |
33724 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33725 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 33726 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 33727 | ac_status=$? |
ac1cb8d3 VS |
33728 | grep -v '^ *+' conftest.er1 >conftest.err |
33729 | rm -f conftest.er1 | |
33730 | cat conftest.err >&5 | |
a848cd7e SC |
33731 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
33732 | (exit $ac_status); } && | |
6ebeb4c7 | 33733 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
33734 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33735 | (eval $ac_try) 2>&5 | |
33736 | ac_status=$? | |
33737 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33738 | (exit $ac_status); }; } && | |
33739 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33740 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33741 | (eval $ac_try) 2>&5 | |
33742 | ac_status=$? | |
33743 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33744 | (exit $ac_status); }; }; then | |
33745 | eval "$as_ac_var=yes" | |
33746 | else | |
33747 | echo "$as_me: failed program was:" >&5 | |
33748 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33749 | ||
33750 | eval "$as_ac_var=no" | |
33751 | fi | |
ac1cb8d3 VS |
33752 | rm -f conftest.err conftest.$ac_objext \ |
33753 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
33754 | fi |
33755 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
33756 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
33757 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
33758 | cat >>confdefs.h <<_ACEOF | |
33759 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
33760 | _ACEOF | |
33761 | ||
33762 | fi | |
33763 | done | |
33764 | ||
33765 | ||
33766 | ac_ext=c | |
33767 | ac_cpp='$CPP $CPPFLAGS' | |
33768 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
33769 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
33770 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
33771 | ||
33772 | ||
33773 | INET_LINK= | |
33774 | ||
33775 | for ac_func in inet_addr | |
33776 | do | |
33777 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
33778 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
33779 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
33780 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
33781 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33782 | else | |
33783 | cat >conftest.$ac_ext <<_ACEOF | |
33784 | /* confdefs.h. */ | |
33785 | _ACEOF | |
33786 | cat confdefs.h >>conftest.$ac_ext | |
33787 | cat >>conftest.$ac_ext <<_ACEOF | |
33788 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
33789 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
33790 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
33791 | #define $ac_func innocuous_$ac_func | |
33792 | ||
a848cd7e SC |
33793 | /* System header to define __stub macros and hopefully few prototypes, |
33794 | which can conflict with char $ac_func (); below. | |
33795 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
33796 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 33797 | |
a848cd7e SC |
33798 | #ifdef __STDC__ |
33799 | # include <limits.h> | |
33800 | #else | |
33801 | # include <assert.h> | |
33802 | #endif | |
ac1cb8d3 VS |
33803 | |
33804 | #undef $ac_func | |
33805 | ||
a848cd7e SC |
33806 | /* Override any gcc2 internal prototype to avoid an error. */ |
33807 | #ifdef __cplusplus | |
33808 | extern "C" | |
33809 | { | |
33810 | #endif | |
33811 | /* We use char because int might match the return type of a gcc2 | |
33812 | builtin and then its argument prototype would still apply. */ | |
33813 | char $ac_func (); | |
33814 | /* The GNU C library defines this for functions which it implements | |
33815 | to always fail with ENOSYS. Some functions are actually named | |
33816 | something starting with __ and the normal name is an alias. */ | |
33817 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
33818 | choke me | |
33819 | #else | |
33820 | char (*f) () = $ac_func; | |
33821 | #endif | |
33822 | #ifdef __cplusplus | |
33823 | } | |
33824 | #endif | |
33825 | ||
33826 | int | |
33827 | main () | |
33828 | { | |
33829 | return f != $ac_func; | |
33830 | ; | |
33831 | return 0; | |
33832 | } | |
33833 | _ACEOF | |
33834 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33835 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 33836 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 33837 | ac_status=$? |
ac1cb8d3 VS |
33838 | grep -v '^ *+' conftest.er1 >conftest.err |
33839 | rm -f conftest.er1 | |
33840 | cat conftest.err >&5 | |
a848cd7e SC |
33841 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
33842 | (exit $ac_status); } && | |
6ebeb4c7 | 33843 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
33844 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33845 | (eval $ac_try) 2>&5 | |
33846 | ac_status=$? | |
33847 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33848 | (exit $ac_status); }; } && | |
33849 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33850 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33851 | (eval $ac_try) 2>&5 | |
33852 | ac_status=$? | |
33853 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33854 | (exit $ac_status); }; }; then | |
33855 | eval "$as_ac_var=yes" | |
33856 | else | |
33857 | echo "$as_me: failed program was:" >&5 | |
33858 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33859 | ||
33860 | eval "$as_ac_var=no" | |
33861 | fi | |
ac1cb8d3 VS |
33862 | rm -f conftest.err conftest.$ac_objext \ |
33863 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
33864 | fi |
33865 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
33866 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
33867 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
33868 | cat >>confdefs.h <<_ACEOF | |
33869 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
33870 | _ACEOF | |
33871 | cat >>confdefs.h <<\_ACEOF | |
33872 | #define HAVE_INET_ADDR 1 | |
33873 | _ACEOF | |
33874 | ||
33875 | else | |
33876 | ||
33877 | echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5 | |
33878 | echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6 | |
33879 | if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then | |
33880 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33881 | else | |
33882 | ac_check_lib_save_LIBS=$LIBS | |
33883 | LIBS="-lnsl $LIBS" | |
33884 | cat >conftest.$ac_ext <<_ACEOF | |
33885 | /* confdefs.h. */ | |
33886 | _ACEOF | |
33887 | cat confdefs.h >>conftest.$ac_ext | |
33888 | cat >>conftest.$ac_ext <<_ACEOF | |
33889 | /* end confdefs.h. */ | |
33890 | ||
33891 | /* Override any gcc2 internal prototype to avoid an error. */ | |
33892 | #ifdef __cplusplus | |
33893 | extern "C" | |
33894 | #endif | |
33895 | /* We use char because int might match the return type of a gcc2 | |
33896 | builtin and then its argument prototype would still apply. */ | |
33897 | char inet_addr (); | |
33898 | int | |
33899 | main () | |
33900 | { | |
33901 | inet_addr (); | |
33902 | ; | |
33903 | return 0; | |
33904 | } | |
33905 | _ACEOF | |
33906 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33907 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 33908 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 33909 | ac_status=$? |
ac1cb8d3 VS |
33910 | grep -v '^ *+' conftest.er1 >conftest.err |
33911 | rm -f conftest.er1 | |
33912 | cat conftest.err >&5 | |
a848cd7e SC |
33913 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
33914 | (exit $ac_status); } && | |
6ebeb4c7 | 33915 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
33916 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33917 | (eval $ac_try) 2>&5 | |
33918 | ac_status=$? | |
33919 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33920 | (exit $ac_status); }; } && | |
33921 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33922 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33923 | (eval $ac_try) 2>&5 | |
33924 | ac_status=$? | |
33925 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33926 | (exit $ac_status); }; }; then | |
33927 | ac_cv_lib_nsl_inet_addr=yes | |
33928 | else | |
33929 | echo "$as_me: failed program was:" >&5 | |
33930 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33931 | ||
33932 | ac_cv_lib_nsl_inet_addr=no | |
33933 | fi | |
ac1cb8d3 VS |
33934 | rm -f conftest.err conftest.$ac_objext \ |
33935 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
33936 | LIBS=$ac_check_lib_save_LIBS |
33937 | fi | |
33938 | echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5 | |
33939 | echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6 | |
33940 | if test $ac_cv_lib_nsl_inet_addr = yes; then | |
33941 | INET_LINK="nsl" | |
33942 | else | |
33943 | ||
33944 | echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5 | |
33945 | echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6 | |
33946 | if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then | |
33947 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33948 | else | |
33949 | ac_check_lib_save_LIBS=$LIBS | |
33950 | LIBS="-lresolv $LIBS" | |
33951 | cat >conftest.$ac_ext <<_ACEOF | |
33952 | /* confdefs.h. */ | |
33953 | _ACEOF | |
33954 | cat confdefs.h >>conftest.$ac_ext | |
33955 | cat >>conftest.$ac_ext <<_ACEOF | |
33956 | /* end confdefs.h. */ | |
33957 | ||
33958 | /* Override any gcc2 internal prototype to avoid an error. */ | |
33959 | #ifdef __cplusplus | |
33960 | extern "C" | |
33961 | #endif | |
33962 | /* We use char because int might match the return type of a gcc2 | |
33963 | builtin and then its argument prototype would still apply. */ | |
33964 | char inet_addr (); | |
33965 | int | |
33966 | main () | |
33967 | { | |
33968 | inet_addr (); | |
33969 | ; | |
33970 | return 0; | |
33971 | } | |
33972 | _ACEOF | |
33973 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33974 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 33975 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 33976 | ac_status=$? |
ac1cb8d3 VS |
33977 | grep -v '^ *+' conftest.er1 >conftest.err |
33978 | rm -f conftest.er1 | |
33979 | cat conftest.err >&5 | |
a848cd7e SC |
33980 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
33981 | (exit $ac_status); } && | |
6ebeb4c7 | 33982 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
33983 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33984 | (eval $ac_try) 2>&5 | |
33985 | ac_status=$? | |
33986 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33987 | (exit $ac_status); }; } && | |
33988 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33989 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33990 | (eval $ac_try) 2>&5 | |
33991 | ac_status=$? | |
33992 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33993 | (exit $ac_status); }; }; then | |
33994 | ac_cv_lib_resolv_inet_addr=yes | |
33995 | else | |
33996 | echo "$as_me: failed program was:" >&5 | |
33997 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33998 | ||
33999 | ac_cv_lib_resolv_inet_addr=no | |
34000 | fi | |
ac1cb8d3 VS |
34001 | rm -f conftest.err conftest.$ac_objext \ |
34002 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
34003 | LIBS=$ac_check_lib_save_LIBS |
34004 | fi | |
34005 | echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5 | |
34006 | echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6 | |
34007 | if test $ac_cv_lib_resolv_inet_addr = yes; then | |
34008 | INET_LINK="resolv" | |
34009 | else | |
34010 | ||
34011 | echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5 | |
34012 | echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6 | |
34013 | if test "${ac_cv_lib_socket_inet_addr+set}" = set; then | |
34014 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34015 | else | |
34016 | ac_check_lib_save_LIBS=$LIBS | |
34017 | LIBS="-lsocket $LIBS" | |
34018 | cat >conftest.$ac_ext <<_ACEOF | |
34019 | /* confdefs.h. */ | |
34020 | _ACEOF | |
34021 | cat confdefs.h >>conftest.$ac_ext | |
34022 | cat >>conftest.$ac_ext <<_ACEOF | |
34023 | /* end confdefs.h. */ | |
34024 | ||
34025 | /* Override any gcc2 internal prototype to avoid an error. */ | |
34026 | #ifdef __cplusplus | |
34027 | extern "C" | |
34028 | #endif | |
34029 | /* We use char because int might match the return type of a gcc2 | |
34030 | builtin and then its argument prototype would still apply. */ | |
34031 | char inet_addr (); | |
34032 | int | |
34033 | main () | |
34034 | { | |
34035 | inet_addr (); | |
34036 | ; | |
34037 | return 0; | |
34038 | } | |
34039 | _ACEOF | |
34040 | rm -f conftest.$ac_objext conftest$ac_exeext | |
34041 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 34042 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 34043 | ac_status=$? |
ac1cb8d3 VS |
34044 | grep -v '^ *+' conftest.er1 >conftest.err |
34045 | rm -f conftest.er1 | |
34046 | cat conftest.err >&5 | |
a848cd7e SC |
34047 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
34048 | (exit $ac_status); } && | |
6ebeb4c7 | 34049 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
34050 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34051 | (eval $ac_try) 2>&5 | |
34052 | ac_status=$? | |
34053 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34054 | (exit $ac_status); }; } && | |
34055 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
34056 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34057 | (eval $ac_try) 2>&5 | |
34058 | ac_status=$? | |
34059 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34060 | (exit $ac_status); }; }; then | |
34061 | ac_cv_lib_socket_inet_addr=yes | |
34062 | else | |
34063 | echo "$as_me: failed program was:" >&5 | |
34064 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34065 | ||
34066 | ac_cv_lib_socket_inet_addr=no | |
34067 | fi | |
ac1cb8d3 VS |
34068 | rm -f conftest.err conftest.$ac_objext \ |
34069 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
34070 | LIBS=$ac_check_lib_save_LIBS |
34071 | fi | |
34072 | echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5 | |
34073 | echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6 | |
34074 | if test $ac_cv_lib_socket_inet_addr = yes; then | |
34075 | INET_LINK="socket" | |
34076 | ||
34077 | fi | |
34078 | ||
34079 | ||
34080 | ||
34081 | fi | |
34082 | ||
34083 | ||
34084 | ||
34085 | fi | |
34086 | ||
34087 | ||
34088 | ||
34089 | fi | |
34090 | done | |
34091 | ||
34092 | ||
34093 | ||
34094 | for ac_func in inet_aton | |
34095 | do | |
34096 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
34097 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
34098 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
34099 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
34100 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34101 | else | |
34102 | cat >conftest.$ac_ext <<_ACEOF | |
34103 | /* confdefs.h. */ | |
34104 | _ACEOF | |
34105 | cat confdefs.h >>conftest.$ac_ext | |
34106 | cat >>conftest.$ac_ext <<_ACEOF | |
34107 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
34108 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
34109 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
34110 | #define $ac_func innocuous_$ac_func | |
34111 | ||
a848cd7e SC |
34112 | /* System header to define __stub macros and hopefully few prototypes, |
34113 | which can conflict with char $ac_func (); below. | |
34114 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
34115 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 34116 | |
a848cd7e SC |
34117 | #ifdef __STDC__ |
34118 | # include <limits.h> | |
34119 | #else | |
34120 | # include <assert.h> | |
34121 | #endif | |
ac1cb8d3 VS |
34122 | |
34123 | #undef $ac_func | |
34124 | ||
a848cd7e SC |
34125 | /* Override any gcc2 internal prototype to avoid an error. */ |
34126 | #ifdef __cplusplus | |
34127 | extern "C" | |
34128 | { | |
34129 | #endif | |
34130 | /* We use char because int might match the return type of a gcc2 | |
34131 | builtin and then its argument prototype would still apply. */ | |
34132 | char $ac_func (); | |
34133 | /* The GNU C library defines this for functions which it implements | |
34134 | to always fail with ENOSYS. Some functions are actually named | |
34135 | something starting with __ and the normal name is an alias. */ | |
34136 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
34137 | choke me | |
34138 | #else | |
34139 | char (*f) () = $ac_func; | |
34140 | #endif | |
34141 | #ifdef __cplusplus | |
34142 | } | |
34143 | #endif | |
34144 | ||
34145 | int | |
34146 | main () | |
34147 | { | |
34148 | return f != $ac_func; | |
34149 | ; | |
34150 | return 0; | |
34151 | } | |
34152 | _ACEOF | |
34153 | rm -f conftest.$ac_objext conftest$ac_exeext | |
34154 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 34155 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 34156 | ac_status=$? |
ac1cb8d3 VS |
34157 | grep -v '^ *+' conftest.er1 >conftest.err |
34158 | rm -f conftest.er1 | |
34159 | cat conftest.err >&5 | |
a848cd7e SC |
34160 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
34161 | (exit $ac_status); } && | |
6ebeb4c7 | 34162 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
34163 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34164 | (eval $ac_try) 2>&5 | |
34165 | ac_status=$? | |
34166 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34167 | (exit $ac_status); }; } && | |
34168 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
34169 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34170 | (eval $ac_try) 2>&5 | |
34171 | ac_status=$? | |
34172 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34173 | (exit $ac_status); }; }; then | |
34174 | eval "$as_ac_var=yes" | |
34175 | else | |
34176 | echo "$as_me: failed program was:" >&5 | |
34177 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34178 | ||
34179 | eval "$as_ac_var=no" | |
34180 | fi | |
ac1cb8d3 VS |
34181 | rm -f conftest.err conftest.$ac_objext \ |
34182 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
34183 | fi |
34184 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
34185 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
34186 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
34187 | cat >>confdefs.h <<_ACEOF | |
34188 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
34189 | _ACEOF | |
34190 | cat >>confdefs.h <<\_ACEOF | |
34191 | #define HAVE_INET_ATON 1 | |
34192 | _ACEOF | |
34193 | ||
34194 | else | |
34195 | ||
34196 | as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh` | |
34197 | echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5 | |
34198 | echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6 | |
34199 | if eval "test \"\${$as_ac_Lib+set}\" = set"; then | |
34200 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34201 | else | |
34202 | ac_check_lib_save_LIBS=$LIBS | |
34203 | LIBS="-l$INET_LINK $LIBS" | |
34204 | cat >conftest.$ac_ext <<_ACEOF | |
34205 | /* confdefs.h. */ | |
34206 | _ACEOF | |
34207 | cat confdefs.h >>conftest.$ac_ext | |
34208 | cat >>conftest.$ac_ext <<_ACEOF | |
34209 | /* end confdefs.h. */ | |
34210 | ||
34211 | /* Override any gcc2 internal prototype to avoid an error. */ | |
34212 | #ifdef __cplusplus | |
34213 | extern "C" | |
34214 | #endif | |
34215 | /* We use char because int might match the return type of a gcc2 | |
34216 | builtin and then its argument prototype would still apply. */ | |
34217 | char inet_aton (); | |
34218 | int | |
34219 | main () | |
34220 | { | |
34221 | inet_aton (); | |
34222 | ; | |
34223 | return 0; | |
34224 | } | |
34225 | _ACEOF | |
34226 | rm -f conftest.$ac_objext conftest$ac_exeext | |
34227 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 34228 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 34229 | ac_status=$? |
ac1cb8d3 VS |
34230 | grep -v '^ *+' conftest.er1 >conftest.err |
34231 | rm -f conftest.er1 | |
34232 | cat conftest.err >&5 | |
a848cd7e SC |
34233 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
34234 | (exit $ac_status); } && | |
6ebeb4c7 | 34235 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
34236 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34237 | (eval $ac_try) 2>&5 | |
34238 | ac_status=$? | |
34239 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34240 | (exit $ac_status); }; } && | |
34241 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
34242 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34243 | (eval $ac_try) 2>&5 | |
34244 | ac_status=$? | |
34245 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34246 | (exit $ac_status); }; }; then | |
34247 | eval "$as_ac_Lib=yes" | |
34248 | else | |
34249 | echo "$as_me: failed program was:" >&5 | |
34250 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34251 | ||
34252 | eval "$as_ac_Lib=no" | |
34253 | fi | |
ac1cb8d3 VS |
34254 | rm -f conftest.err conftest.$ac_objext \ |
34255 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
34256 | LIBS=$ac_check_lib_save_LIBS |
34257 | fi | |
34258 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5 | |
34259 | echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6 | |
34260 | if test `eval echo '${'$as_ac_Lib'}'` = yes; then | |
34261 | cat >>confdefs.h <<\_ACEOF | |
34262 | #define HAVE_INET_ATON 1 | |
34263 | _ACEOF | |
34264 | ||
34265 | fi | |
34266 | ||
34267 | ||
34268 | fi | |
34269 | done | |
34270 | ||
34271 | ||
34272 | if test "x$INET_LINK" != "x"; then | |
34273 | cat >>confdefs.h <<\_ACEOF | |
34274 | #define HAVE_INET_ADDR 1 | |
34275 | _ACEOF | |
34276 | ||
34277 | INET_LINK=" -l$INET_LINK" | |
34278 | fi | |
34279 | ||
34280 | fi | |
34281 | ||
34282 | ||
34283 | ||
34284 | EXTRALIBS_ESD= | |
34285 | echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5 | |
34286 | echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6 | |
34287 | if test "${ac_cv_lib_esd_esd_close+set}" = set; then | |
34288 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34289 | else | |
34290 | ac_check_lib_save_LIBS=$LIBS | |
34291 | LIBS="-lesd $LIBS" | |
34292 | cat >conftest.$ac_ext <<_ACEOF | |
34293 | /* confdefs.h. */ | |
34294 | _ACEOF | |
34295 | cat confdefs.h >>conftest.$ac_ext | |
34296 | cat >>conftest.$ac_ext <<_ACEOF | |
34297 | /* end confdefs.h. */ | |
34298 | ||
34299 | /* Override any gcc2 internal prototype to avoid an error. */ | |
34300 | #ifdef __cplusplus | |
34301 | extern "C" | |
34302 | #endif | |
34303 | /* We use char because int might match the return type of a gcc2 | |
34304 | builtin and then its argument prototype would still apply. */ | |
34305 | char esd_close (); | |
34306 | int | |
34307 | main () | |
34308 | { | |
34309 | esd_close (); | |
34310 | ; | |
34311 | return 0; | |
34312 | } | |
34313 | _ACEOF | |
34314 | rm -f conftest.$ac_objext conftest$ac_exeext | |
34315 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 34316 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 34317 | ac_status=$? |
ac1cb8d3 VS |
34318 | grep -v '^ *+' conftest.er1 >conftest.err |
34319 | rm -f conftest.er1 | |
34320 | cat conftest.err >&5 | |
a848cd7e SC |
34321 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
34322 | (exit $ac_status); } && | |
6ebeb4c7 | 34323 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
34324 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34325 | (eval $ac_try) 2>&5 | |
34326 | ac_status=$? | |
34327 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34328 | (exit $ac_status); }; } && | |
34329 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
34330 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34331 | (eval $ac_try) 2>&5 | |
34332 | ac_status=$? | |
34333 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34334 | (exit $ac_status); }; }; then | |
34335 | ac_cv_lib_esd_esd_close=yes | |
34336 | else | |
34337 | echo "$as_me: failed program was:" >&5 | |
34338 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34339 | ||
34340 | ac_cv_lib_esd_esd_close=no | |
34341 | fi | |
ac1cb8d3 VS |
34342 | rm -f conftest.err conftest.$ac_objext \ |
34343 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
34344 | LIBS=$ac_check_lib_save_LIBS |
34345 | fi | |
34346 | echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5 | |
34347 | echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6 | |
34348 | if test $ac_cv_lib_esd_esd_close = yes; then | |
34349 | ||
34350 | ||
34351 | for ac_header in esd.h | |
34352 | do | |
34353 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
34354 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
34355 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
34356 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
34357 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
34358 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34359 | fi | |
34360 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
34361 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
34362 | else | |
34363 | # Is the header compilable? | |
34364 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
34365 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
34366 | cat >conftest.$ac_ext <<_ACEOF | |
34367 | /* confdefs.h. */ | |
34368 | _ACEOF | |
34369 | cat confdefs.h >>conftest.$ac_ext | |
34370 | cat >>conftest.$ac_ext <<_ACEOF | |
34371 | /* end confdefs.h. */ | |
34372 | $ac_includes_default | |
34373 | #include <$ac_header> | |
34374 | _ACEOF | |
34375 | rm -f conftest.$ac_objext | |
34376 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 34377 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 34378 | ac_status=$? |
ac1cb8d3 VS |
34379 | grep -v '^ *+' conftest.er1 >conftest.err |
34380 | rm -f conftest.er1 | |
34381 | cat conftest.err >&5 | |
a848cd7e SC |
34382 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
34383 | (exit $ac_status); } && | |
6ebeb4c7 | 34384 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
34385 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34386 | (eval $ac_try) 2>&5 | |
34387 | ac_status=$? | |
34388 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34389 | (exit $ac_status); }; } && | |
34390 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
34391 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34392 | (eval $ac_try) 2>&5 | |
34393 | ac_status=$? | |
34394 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34395 | (exit $ac_status); }; }; then | |
34396 | ac_header_compiler=yes | |
34397 | else | |
34398 | echo "$as_me: failed program was:" >&5 | |
34399 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34400 | ||
34401 | ac_header_compiler=no | |
34402 | fi | |
ac1cb8d3 | 34403 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
34404 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
34405 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
34406 | ||
34407 | # Is the header present? | |
34408 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
34409 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
34410 | cat >conftest.$ac_ext <<_ACEOF | |
34411 | /* confdefs.h. */ | |
34412 | _ACEOF | |
34413 | cat confdefs.h >>conftest.$ac_ext | |
34414 | cat >>conftest.$ac_ext <<_ACEOF | |
34415 | /* end confdefs.h. */ | |
34416 | #include <$ac_header> | |
34417 | _ACEOF | |
34418 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
34419 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
34420 | ac_status=$? | |
34421 | grep -v '^ *+' conftest.er1 >conftest.err | |
34422 | rm -f conftest.er1 | |
34423 | cat conftest.err >&5 | |
34424 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34425 | (exit $ac_status); } >/dev/null; then | |
34426 | if test -s conftest.err; then | |
34427 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 34428 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
34429 | else |
34430 | ac_cpp_err= | |
34431 | fi | |
34432 | else | |
34433 | ac_cpp_err=yes | |
34434 | fi | |
34435 | if test -z "$ac_cpp_err"; then | |
34436 | ac_header_preproc=yes | |
34437 | else | |
34438 | echo "$as_me: failed program was:" >&5 | |
34439 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34440 | ||
34441 | ac_header_preproc=no | |
34442 | fi | |
34443 | rm -f conftest.err conftest.$ac_ext | |
34444 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
34445 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
34446 | ||
34447 | # So? What about this header? | |
ac1cb8d3 VS |
34448 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
34449 | yes:no: ) | |
a848cd7e SC |
34450 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
34451 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
34452 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
34453 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
34454 | ac_header_preproc=yes | |
a848cd7e | 34455 | ;; |
ac1cb8d3 | 34456 | no:yes:* ) |
a848cd7e SC |
34457 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
34458 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
34459 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
34460 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
34461 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
34462 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
34463 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
34464 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
34465 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
34466 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
34467 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
34468 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
34469 | ( |
34470 | cat <<\_ASBOX | |
ac1cb8d3 VS |
34471 | ## ----------------------------------------- ## |
34472 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
34473 | ## ----------------------------------------- ## | |
a848cd7e SC |
34474 | _ASBOX |
34475 | ) | | |
34476 | sed "s/^/$as_me: WARNING: /" >&2 | |
34477 | ;; | |
34478 | esac | |
34479 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
34480 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
34481 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
34482 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34483 | else | |
ac1cb8d3 | 34484 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
34485 | fi |
34486 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
34487 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
34488 | ||
34489 | fi | |
34490 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
34491 | cat >>confdefs.h <<_ACEOF | |
34492 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
34493 | _ACEOF | |
34494 | ||
34495 | EXTRALIBS_ESD="-lesd" | |
34496 | ||
34497 | fi | |
34498 | ||
34499 | done | |
34500 | ||
34501 | ||
34502 | fi | |
34503 | ||
34504 | ||
34505 | ||
34506 | echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5 | |
34507 | echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6 | |
34508 | cat >conftest.$ac_ext <<_ACEOF | |
34509 | /* confdefs.h. */ | |
34510 | _ACEOF | |
34511 | cat confdefs.h >>conftest.$ac_ext | |
34512 | cat >>conftest.$ac_ext <<_ACEOF | |
34513 | /* end confdefs.h. */ | |
34514 | #ifdef __linux__ | |
34515 | #include <linux/cdrom.h> | |
34516 | #else | |
34517 | /* For Solaris */ | |
34518 | #include <sys/cdio.h> | |
34519 | #endif | |
34520 | ||
34521 | int | |
34522 | main () | |
34523 | { | |
34524 | struct cdrom_tocentry entry, old_entry; | |
34525 | ; | |
34526 | return 0; | |
34527 | } | |
34528 | _ACEOF | |
34529 | rm -f conftest.$ac_objext | |
34530 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 34531 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 34532 | ac_status=$? |
ac1cb8d3 VS |
34533 | grep -v '^ *+' conftest.er1 >conftest.err |
34534 | rm -f conftest.er1 | |
34535 | cat conftest.err >&5 | |
a848cd7e SC |
34536 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
34537 | (exit $ac_status); } && | |
6ebeb4c7 | 34538 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
34539 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34540 | (eval $ac_try) 2>&5 | |
34541 | ac_status=$? | |
34542 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34543 | (exit $ac_status); }; } && | |
34544 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
34545 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34546 | (eval $ac_try) 2>&5 | |
34547 | ac_status=$? | |
34548 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34549 | (exit $ac_status); }; }; then | |
34550 | echo "$as_me:$LINENO: result: yes" >&5 | |
34551 | echo "${ECHO_T}yes" >&6 | |
34552 | cat >>confdefs.h <<\_ACEOF | |
34553 | #define HAVE_KNOWN_CDROM_INTERFACE 1 | |
34554 | _ACEOF | |
34555 | ||
34556 | else | |
34557 | echo "$as_me: failed program was:" >&5 | |
34558 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34559 | ||
34560 | echo "$as_me:$LINENO: result: no" >&5 | |
34561 | echo "${ECHO_T}no" >&6 | |
34562 | fi | |
ac1cb8d3 | 34563 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
34564 | |
34565 | ||
34566 | cat >confcache <<\_ACEOF | |
34567 | # This file is a shell script that caches the results of configure | |
34568 | # tests run on this system so they can be shared between configure | |
34569 | # scripts and configure runs, see configure's option --config-cache. | |
34570 | # It is not useful on other systems. If it contains results you don't | |
34571 | # want to keep, you may remove or edit it. | |
34572 | # | |
34573 | # config.status only pays attention to the cache file if you give it | |
34574 | # the --recheck option to rerun configure. | |
34575 | # | |
34576 | # `ac_cv_env_foo' variables (set or unset) will be overridden when | |
34577 | # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
34578 | # following values. | |
34579 | ||
34580 | _ACEOF | |
34581 | ||
34582 | # The following way of writing the cache mishandles newlines in values, | |
34583 | # but we know of no workaround that is simple, portable, and efficient. | |
34584 | # So, don't put newlines in cache variables' values. | |
34585 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
34586 | # and sets the high bit in the cache file unless we assign to the vars. | |
34587 | { | |
34588 | (set) 2>&1 | | |
34589 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
34590 | *ac_space=\ *) | |
34591 | # `set' does not quote correctly, so add quotes (double-quote | |
34592 | # substitution turns \\\\ into \\, and sed turns \\ into \). | |
34593 | sed -n \ | |
ac1cb8d3 VS |
34594 | "s/'/'\\\\''/g; |
34595 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
a848cd7e SC |
34596 | ;; |
34597 | *) | |
34598 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
34599 | sed -n \ | |
ac1cb8d3 | 34600 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" |
a848cd7e SC |
34601 | ;; |
34602 | esac; | |
34603 | } | | |
34604 | sed ' | |
34605 | t clear | |
34606 | : clear | |
34607 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ | |
34608 | t end | |
34609 | /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | |
34610 | : end' >>confcache | |
34611 | if diff $cache_file confcache >/dev/null 2>&1; then :; else | |
34612 | if test -w $cache_file; then | |
34613 | test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" | |
34614 | cat confcache >$cache_file | |
34615 | else | |
34616 | echo "not updating unwritable cache $cache_file" | |
34617 | fi | |
34618 | fi | |
34619 | rm -f confcache | |
34620 | ||
34621 | ||
34622 | CPP_MT_FLAG= | |
34623 | if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then | |
34624 | ||
34625 | ||
34626 | THREADS_LINK= | |
34627 | THREADS_CFLAGS= | |
34628 | ||
34629 | if test "$wxUSE_THREADS" = "yes" ; then | |
34630 | if test "$USE_BEOS" = 1; then | |
34631 | { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5 | |
34632 | echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;} | |
34633 | wxUSE_THREADS="no" | |
34634 | fi | |
34635 | fi | |
34636 | ||
34637 | if test "$wxUSE_THREADS" = "yes" ; then | |
34638 | ||
34639 | ||
34640 | THREAD_OPTS="-pthread" | |
34641 | case "${host}" in | |
34642 | *-*-solaris2* | *-*-sunos4* ) | |
34643 | if test "x$GCC" = "xyes"; then | |
34644 | THREAD_OPTS="-pthreads $THREAD_OPTS" | |
34645 | else | |
34646 | THREAD_OPTS="-mt $THREAD_OPTS" | |
34647 | fi | |
34648 | ;; | |
34649 | *-*-freebsd*) | |
34650 | THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r" | |
34651 | ;; | |
34652 | *-*-darwin* | *-*-cygwin* ) | |
34653 | THREAD_OPTS="" | |
34654 | ;; | |
34655 | *-*-aix*) | |
34656 | THREAD_OPTS="pthreads" | |
34657 | ;; | |
34658 | *-hp-hpux* ) | |
34659 | if test "x$GCC" != "xyes"; then | |
34660 | THREAD_OPTS="" | |
34661 | fi | |
34662 | ;; | |
34663 | ||
34664 | *-*-irix* ) | |
34665 | if test "x$GCC" = "xyes"; then | |
34666 | THREAD_OPTS="" | |
34667 | fi | |
34668 | ;; | |
34669 | ||
34670 | *-*-*UnixWare*) | |
34671 | if test "x$GCC" != "xyes"; then | |
34672 | THREAD_OPTS="-Ethread" | |
34673 | fi | |
34674 | ;; | |
34675 | esac | |
34676 | ||
34677 | THREAD_OPTS="$THREAD_OPTS pthread none" | |
34678 | ||
34679 | THREADS_OK=no | |
34680 | for flag in $THREAD_OPTS; do | |
34681 | case $flag in | |
34682 | none) | |
34683 | echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5 | |
34684 | echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6 | |
34685 | ;; | |
34686 | ||
34687 | -*) | |
34688 | echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5 | |
34689 | echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6 | |
34690 | THREADS_CFLAGS="$flag" | |
34691 | ;; | |
34692 | ||
34693 | *) | |
34694 | echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5 | |
34695 | echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6 | |
34696 | THREADS_LINK="-l$flag" | |
34697 | ;; | |
34698 | esac | |
34699 | ||
34700 | save_LIBS="$LIBS" | |
34701 | save_CFLAGS="$CFLAGS" | |
34702 | LIBS="$THREADS_LINK $LIBS" | |
34703 | CFLAGS="$THREADS_CFLAGS $CFLAGS" | |
34704 | ||
34705 | cat >conftest.$ac_ext <<_ACEOF | |
34706 | /* confdefs.h. */ | |
34707 | _ACEOF | |
34708 | cat confdefs.h >>conftest.$ac_ext | |
34709 | cat >>conftest.$ac_ext <<_ACEOF | |
34710 | /* end confdefs.h. */ | |
34711 | #include <pthread.h> | |
34712 | int | |
34713 | main () | |
34714 | { | |
34715 | pthread_create(0,0,0,0); | |
34716 | ; | |
34717 | return 0; | |
34718 | } | |
34719 | _ACEOF | |
34720 | rm -f conftest.$ac_objext conftest$ac_exeext | |
34721 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 34722 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 34723 | ac_status=$? |
ac1cb8d3 VS |
34724 | grep -v '^ *+' conftest.er1 >conftest.err |
34725 | rm -f conftest.er1 | |
34726 | cat conftest.err >&5 | |
a848cd7e SC |
34727 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
34728 | (exit $ac_status); } && | |
6ebeb4c7 | 34729 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
34730 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34731 | (eval $ac_try) 2>&5 | |
34732 | ac_status=$? | |
34733 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34734 | (exit $ac_status); }; } && | |
34735 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
34736 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34737 | (eval $ac_try) 2>&5 | |
34738 | ac_status=$? | |
34739 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34740 | (exit $ac_status); }; }; then | |
34741 | THREADS_OK=yes | |
34742 | else | |
34743 | echo "$as_me: failed program was:" >&5 | |
34744 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34745 | ||
34746 | fi | |
ac1cb8d3 VS |
34747 | rm -f conftest.err conftest.$ac_objext \ |
34748 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
34749 | |
34750 | LIBS="$save_LIBS" | |
34751 | CFLAGS="$save_CFLAGS" | |
34752 | ||
34753 | echo "$as_me:$LINENO: result: $THREADS_OK" >&5 | |
34754 | echo "${ECHO_T}$THREADS_OK" >&6 | |
34755 | if test "x$THREADS_OK" = "xyes"; then | |
34756 | break; | |
34757 | fi | |
34758 | ||
34759 | THREADS_LINK="" | |
34760 | THREADS_CFLAGS="" | |
34761 | done | |
34762 | ||
34763 | if test "x$THREADS_OK" != "xyes"; then | |
34764 | wxUSE_THREADS=no | |
34765 | { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5 | |
34766 | echo "$as_me: WARNING: No thread support on this system... disabled" >&2;} | |
34767 | else | |
34768 | LDFLAGS="$THREADS_CFLAGS $LDFLAGS" | |
34769 | LIBS="$THREADS_LINK $LIBS" | |
34770 | ||
34771 | echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5 | |
34772 | echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6 | |
34773 | flag=no | |
34774 | case "${host}" in | |
34775 | *-aix*) | |
34776 | LDFLAGS="-L/usr/lib/threads $LDFLAGS" | |
34777 | flag="-D_THREAD_SAFE" | |
34778 | ;; | |
34779 | *-freebsd*) | |
34780 | flag="-D_THREAD_SAFE" | |
34781 | ;; | |
34782 | *-hp-hpux* ) | |
34783 | flag="-D_REENTRANT" | |
34784 | if test "x$GCC" != "xyes"; then | |
34785 | flag="$flag -D_RWSTD_MULTI_THREAD" | |
34786 | fi | |
34787 | ;; | |
34788 | *solaris* | alpha*-osf*) | |
34789 | flag="-D_REENTRANT" | |
34790 | ;; | |
34791 | esac | |
34792 | echo "$as_me:$LINENO: result: ${flag}" >&5 | |
34793 | echo "${ECHO_T}${flag}" >&6 | |
34794 | if test "x$flag" != xno; then | |
34795 | THREADS_CFLAGS="$THREADS_CFLAGS $flag" | |
34796 | fi | |
34797 | ||
34798 | if test "x$THREADS_CFLAGS" != "x"; then | |
34799 | CFLAGS="$CFLAGS $THREADS_CFLAGS" | |
34800 | CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS" | |
34801 | fi | |
34802 | fi | |
34803 | fi | |
34804 | ||
34805 | if test "$wxUSE_THREADS" = "yes" ; then | |
34806 | ||
34807 | for ac_func in thr_setconcurrency | |
34808 | do | |
34809 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
34810 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
34811 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
34812 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
34813 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34814 | else | |
34815 | cat >conftest.$ac_ext <<_ACEOF | |
34816 | /* confdefs.h. */ | |
34817 | _ACEOF | |
34818 | cat confdefs.h >>conftest.$ac_ext | |
34819 | cat >>conftest.$ac_ext <<_ACEOF | |
34820 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
34821 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
34822 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
34823 | #define $ac_func innocuous_$ac_func | |
34824 | ||
a848cd7e SC |
34825 | /* System header to define __stub macros and hopefully few prototypes, |
34826 | which can conflict with char $ac_func (); below. | |
34827 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
34828 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 34829 | |
a848cd7e SC |
34830 | #ifdef __STDC__ |
34831 | # include <limits.h> | |
34832 | #else | |
34833 | # include <assert.h> | |
34834 | #endif | |
ac1cb8d3 VS |
34835 | |
34836 | #undef $ac_func | |
34837 | ||
a848cd7e SC |
34838 | /* Override any gcc2 internal prototype to avoid an error. */ |
34839 | #ifdef __cplusplus | |
34840 | extern "C" | |
34841 | { | |
34842 | #endif | |
34843 | /* We use char because int might match the return type of a gcc2 | |
34844 | builtin and then its argument prototype would still apply. */ | |
34845 | char $ac_func (); | |
34846 | /* The GNU C library defines this for functions which it implements | |
34847 | to always fail with ENOSYS. Some functions are actually named | |
34848 | something starting with __ and the normal name is an alias. */ | |
34849 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
34850 | choke me | |
34851 | #else | |
34852 | char (*f) () = $ac_func; | |
34853 | #endif | |
34854 | #ifdef __cplusplus | |
34855 | } | |
34856 | #endif | |
34857 | ||
34858 | int | |
34859 | main () | |
34860 | { | |
34861 | return f != $ac_func; | |
34862 | ; | |
34863 | return 0; | |
34864 | } | |
34865 | _ACEOF | |
34866 | rm -f conftest.$ac_objext conftest$ac_exeext | |
34867 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 34868 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 34869 | ac_status=$? |
ac1cb8d3 VS |
34870 | grep -v '^ *+' conftest.er1 >conftest.err |
34871 | rm -f conftest.er1 | |
34872 | cat conftest.err >&5 | |
a848cd7e SC |
34873 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
34874 | (exit $ac_status); } && | |
6ebeb4c7 | 34875 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
34876 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34877 | (eval $ac_try) 2>&5 | |
34878 | ac_status=$? | |
34879 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34880 | (exit $ac_status); }; } && | |
34881 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
34882 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34883 | (eval $ac_try) 2>&5 | |
34884 | ac_status=$? | |
34885 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34886 | (exit $ac_status); }; }; then | |
34887 | eval "$as_ac_var=yes" | |
34888 | else | |
34889 | echo "$as_me: failed program was:" >&5 | |
34890 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34891 | ||
34892 | eval "$as_ac_var=no" | |
34893 | fi | |
ac1cb8d3 VS |
34894 | rm -f conftest.err conftest.$ac_objext \ |
34895 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
34896 | fi |
34897 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
34898 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
34899 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
34900 | cat >>confdefs.h <<_ACEOF | |
34901 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
34902 | _ACEOF | |
34903 | ||
34904 | fi | |
34905 | done | |
34906 | ||
34907 | ||
6ebeb4c7 VZ |
34908 | echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5 |
34909 | echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6 | |
34910 | if test "${wx_cv_func_pthread_cleanup+set}" = set; then | |
34911 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34912 | else | |
34913 | ||
34914 | cat >conftest.$ac_ext <<_ACEOF | |
34915 | /* confdefs.h. */ | |
34916 | _ACEOF | |
34917 | cat confdefs.h >>conftest.$ac_ext | |
34918 | cat >>conftest.$ac_ext <<_ACEOF | |
34919 | /* end confdefs.h. */ | |
34920 | #include <pthread.h> | |
34921 | void ThreadCleanupFunc(void *p); | |
34922 | ||
34923 | int | |
34924 | main () | |
34925 | { | |
34926 | ||
34927 | void *p; | |
34928 | pthread_cleanup_push(ThreadCleanupFunc, p); | |
34929 | pthread_cleanup_pop(0); | |
34930 | ||
34931 | ; | |
34932 | return 0; | |
34933 | } | |
34934 | _ACEOF | |
34935 | rm -f conftest.$ac_objext | |
34936 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
34937 | (eval $ac_compile) 2>conftest.er1 | |
34938 | ac_status=$? | |
34939 | grep -v '^ *+' conftest.er1 >conftest.err | |
34940 | rm -f conftest.er1 | |
34941 | cat conftest.err >&5 | |
34942 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34943 | (exit $ac_status); } && | |
34944 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | |
34945 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
34946 | (eval $ac_try) 2>&5 | |
34947 | ac_status=$? | |
34948 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34949 | (exit $ac_status); }; } && | |
34950 | { ac_try='test -s conftest.$ac_objext' | |
34951 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
34952 | (eval $ac_try) 2>&5 | |
34953 | ac_status=$? | |
34954 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34955 | (exit $ac_status); }; }; then | |
34956 | ||
34957 | wx_cv_func_pthread_cleanup=yes | |
34958 | ||
34959 | else | |
34960 | echo "$as_me: failed program was:" >&5 | |
34961 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34962 | ||
34963 | ||
34964 | wx_cv_func_pthread_cleanup=no | |
34965 | ||
34966 | ||
34967 | fi | |
34968 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
34969 | ||
34970 | fi | |
34971 | echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5 | |
34972 | echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6 | |
34973 | if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then | |
34974 | cat >>confdefs.h <<\_ACEOF | |
34975 | #define wxHAVE_PTHREAD_CLEANUP 1 | |
34976 | _ACEOF | |
34977 | ||
34978 | fi | |
34979 | ||
a848cd7e SC |
34980 | |
34981 | for ac_header in sched.h | |
34982 | do | |
34983 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
34984 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
34985 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
34986 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
34987 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
34988 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34989 | fi | |
34990 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
34991 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
34992 | else | |
34993 | # Is the header compilable? | |
34994 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
34995 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
34996 | cat >conftest.$ac_ext <<_ACEOF | |
34997 | /* confdefs.h. */ | |
34998 | _ACEOF | |
34999 | cat confdefs.h >>conftest.$ac_ext | |
35000 | cat >>conftest.$ac_ext <<_ACEOF | |
35001 | /* end confdefs.h. */ | |
35002 | $ac_includes_default | |
35003 | #include <$ac_header> | |
35004 | _ACEOF | |
35005 | rm -f conftest.$ac_objext | |
35006 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 35007 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 35008 | ac_status=$? |
ac1cb8d3 VS |
35009 | grep -v '^ *+' conftest.er1 >conftest.err |
35010 | rm -f conftest.er1 | |
35011 | cat conftest.err >&5 | |
a848cd7e SC |
35012 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
35013 | (exit $ac_status); } && | |
6ebeb4c7 | 35014 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
35015 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35016 | (eval $ac_try) 2>&5 | |
35017 | ac_status=$? | |
35018 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35019 | (exit $ac_status); }; } && | |
35020 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
35021 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35022 | (eval $ac_try) 2>&5 | |
35023 | ac_status=$? | |
35024 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35025 | (exit $ac_status); }; }; then | |
35026 | ac_header_compiler=yes | |
35027 | else | |
35028 | echo "$as_me: failed program was:" >&5 | |
35029 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35030 | ||
35031 | ac_header_compiler=no | |
35032 | fi | |
ac1cb8d3 | 35033 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
35034 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
35035 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
35036 | ||
35037 | # Is the header present? | |
35038 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
35039 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
35040 | cat >conftest.$ac_ext <<_ACEOF | |
35041 | /* confdefs.h. */ | |
35042 | _ACEOF | |
35043 | cat confdefs.h >>conftest.$ac_ext | |
35044 | cat >>conftest.$ac_ext <<_ACEOF | |
35045 | /* end confdefs.h. */ | |
35046 | #include <$ac_header> | |
35047 | _ACEOF | |
35048 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
35049 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
35050 | ac_status=$? | |
35051 | grep -v '^ *+' conftest.er1 >conftest.err | |
35052 | rm -f conftest.er1 | |
35053 | cat conftest.err >&5 | |
35054 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35055 | (exit $ac_status); } >/dev/null; then | |
35056 | if test -s conftest.err; then | |
35057 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 35058 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
35059 | else |
35060 | ac_cpp_err= | |
35061 | fi | |
35062 | else | |
35063 | ac_cpp_err=yes | |
35064 | fi | |
35065 | if test -z "$ac_cpp_err"; then | |
35066 | ac_header_preproc=yes | |
35067 | else | |
35068 | echo "$as_me: failed program was:" >&5 | |
35069 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35070 | ||
35071 | ac_header_preproc=no | |
35072 | fi | |
35073 | rm -f conftest.err conftest.$ac_ext | |
35074 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
35075 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
35076 | ||
35077 | # So? What about this header? | |
ac1cb8d3 VS |
35078 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
35079 | yes:no: ) | |
a848cd7e SC |
35080 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
35081 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
35082 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
35083 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
35084 | ac_header_preproc=yes | |
a848cd7e | 35085 | ;; |
ac1cb8d3 | 35086 | no:yes:* ) |
a848cd7e SC |
35087 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
35088 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
35089 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
35090 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
35091 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
35092 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
35093 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
35094 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
35095 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
35096 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
35097 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
35098 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
35099 | ( |
35100 | cat <<\_ASBOX | |
ac1cb8d3 VS |
35101 | ## ----------------------------------------- ## |
35102 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
35103 | ## ----------------------------------------- ## | |
a848cd7e SC |
35104 | _ASBOX |
35105 | ) | | |
35106 | sed "s/^/$as_me: WARNING: /" >&2 | |
35107 | ;; | |
35108 | esac | |
35109 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
35110 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
35111 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
35112 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35113 | else | |
ac1cb8d3 | 35114 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
35115 | fi |
35116 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
35117 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
35118 | ||
35119 | fi | |
35120 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
35121 | cat >>confdefs.h <<_ACEOF | |
35122 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
35123 | _ACEOF | |
35124 | ||
35125 | fi | |
35126 | ||
35127 | done | |
35128 | ||
35129 | if test "$ac_cv_header_sched_h" = "yes"; then | |
35130 | echo "$as_me:$LINENO: checking for sched_yield" >&5 | |
35131 | echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6 | |
35132 | if test "${ac_cv_func_sched_yield+set}" = set; then | |
35133 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35134 | else | |
35135 | cat >conftest.$ac_ext <<_ACEOF | |
35136 | /* confdefs.h. */ | |
35137 | _ACEOF | |
35138 | cat confdefs.h >>conftest.$ac_ext | |
35139 | cat >>conftest.$ac_ext <<_ACEOF | |
35140 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
35141 | /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield. |
35142 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
35143 | #define sched_yield innocuous_sched_yield | |
35144 | ||
a848cd7e SC |
35145 | /* System header to define __stub macros and hopefully few prototypes, |
35146 | which can conflict with char sched_yield (); below. | |
35147 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
35148 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 35149 | |
a848cd7e SC |
35150 | #ifdef __STDC__ |
35151 | # include <limits.h> | |
35152 | #else | |
35153 | # include <assert.h> | |
35154 | #endif | |
ac1cb8d3 VS |
35155 | |
35156 | #undef sched_yield | |
35157 | ||
a848cd7e SC |
35158 | /* Override any gcc2 internal prototype to avoid an error. */ |
35159 | #ifdef __cplusplus | |
35160 | extern "C" | |
35161 | { | |
35162 | #endif | |
35163 | /* We use char because int might match the return type of a gcc2 | |
35164 | builtin and then its argument prototype would still apply. */ | |
35165 | char sched_yield (); | |
35166 | /* The GNU C library defines this for functions which it implements | |
35167 | to always fail with ENOSYS. Some functions are actually named | |
35168 | something starting with __ and the normal name is an alias. */ | |
35169 | #if defined (__stub_sched_yield) || defined (__stub___sched_yield) | |
35170 | choke me | |
35171 | #else | |
35172 | char (*f) () = sched_yield; | |
35173 | #endif | |
35174 | #ifdef __cplusplus | |
35175 | } | |
35176 | #endif | |
35177 | ||
35178 | int | |
35179 | main () | |
35180 | { | |
35181 | return f != sched_yield; | |
35182 | ; | |
35183 | return 0; | |
35184 | } | |
35185 | _ACEOF | |
35186 | rm -f conftest.$ac_objext conftest$ac_exeext | |
35187 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 35188 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 35189 | ac_status=$? |
ac1cb8d3 VS |
35190 | grep -v '^ *+' conftest.er1 >conftest.err |
35191 | rm -f conftest.er1 | |
35192 | cat conftest.err >&5 | |
a848cd7e SC |
35193 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
35194 | (exit $ac_status); } && | |
6ebeb4c7 | 35195 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
35196 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35197 | (eval $ac_try) 2>&5 | |
35198 | ac_status=$? | |
35199 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35200 | (exit $ac_status); }; } && | |
35201 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
35202 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35203 | (eval $ac_try) 2>&5 | |
35204 | ac_status=$? | |
35205 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35206 | (exit $ac_status); }; }; then | |
35207 | ac_cv_func_sched_yield=yes | |
35208 | else | |
35209 | echo "$as_me: failed program was:" >&5 | |
35210 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35211 | ||
35212 | ac_cv_func_sched_yield=no | |
35213 | fi | |
ac1cb8d3 VS |
35214 | rm -f conftest.err conftest.$ac_objext \ |
35215 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
35216 | fi |
35217 | echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5 | |
35218 | echo "${ECHO_T}$ac_cv_func_sched_yield" >&6 | |
35219 | if test $ac_cv_func_sched_yield = yes; then | |
35220 | cat >>confdefs.h <<\_ACEOF | |
35221 | #define HAVE_SCHED_YIELD 1 | |
35222 | _ACEOF | |
35223 | ||
35224 | else | |
35225 | ||
35226 | echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5 | |
35227 | echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6 | |
35228 | if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then | |
35229 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35230 | else | |
35231 | ac_check_lib_save_LIBS=$LIBS | |
35232 | LIBS="-lposix4 $LIBS" | |
35233 | cat >conftest.$ac_ext <<_ACEOF | |
35234 | /* confdefs.h. */ | |
35235 | _ACEOF | |
35236 | cat confdefs.h >>conftest.$ac_ext | |
35237 | cat >>conftest.$ac_ext <<_ACEOF | |
35238 | /* end confdefs.h. */ | |
35239 | ||
35240 | /* Override any gcc2 internal prototype to avoid an error. */ | |
35241 | #ifdef __cplusplus | |
35242 | extern "C" | |
35243 | #endif | |
35244 | /* We use char because int might match the return type of a gcc2 | |
35245 | builtin and then its argument prototype would still apply. */ | |
35246 | char sched_yield (); | |
35247 | int | |
35248 | main () | |
35249 | { | |
35250 | sched_yield (); | |
35251 | ; | |
35252 | return 0; | |
35253 | } | |
35254 | _ACEOF | |
35255 | rm -f conftest.$ac_objext conftest$ac_exeext | |
35256 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 35257 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 35258 | ac_status=$? |
ac1cb8d3 VS |
35259 | grep -v '^ *+' conftest.er1 >conftest.err |
35260 | rm -f conftest.er1 | |
35261 | cat conftest.err >&5 | |
a848cd7e SC |
35262 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
35263 | (exit $ac_status); } && | |
6ebeb4c7 | 35264 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
35265 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35266 | (eval $ac_try) 2>&5 | |
35267 | ac_status=$? | |
35268 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35269 | (exit $ac_status); }; } && | |
35270 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
35271 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35272 | (eval $ac_try) 2>&5 | |
35273 | ac_status=$? | |
35274 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35275 | (exit $ac_status); }; }; then | |
35276 | ac_cv_lib_posix4_sched_yield=yes | |
35277 | else | |
35278 | echo "$as_me: failed program was:" >&5 | |
35279 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35280 | ||
35281 | ac_cv_lib_posix4_sched_yield=no | |
35282 | fi | |
ac1cb8d3 VS |
35283 | rm -f conftest.err conftest.$ac_objext \ |
35284 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
35285 | LIBS=$ac_check_lib_save_LIBS |
35286 | fi | |
35287 | echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5 | |
35288 | echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6 | |
35289 | if test $ac_cv_lib_posix4_sched_yield = yes; then | |
35290 | cat >>confdefs.h <<\_ACEOF | |
35291 | #define HAVE_SCHED_YIELD 1 | |
35292 | _ACEOF | |
35293 | POSIX4_LINK=" -lposix4" | |
35294 | else | |
35295 | { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5 | |
35296 | echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;} | |
35297 | ||
35298 | fi | |
35299 | ||
35300 | ||
35301 | ||
35302 | fi | |
35303 | ||
35304 | fi | |
35305 | ||
35306 | HAVE_PRIOR_FUNCS=0 | |
35307 | echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5 | |
35308 | echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6 | |
35309 | if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then | |
35310 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35311 | else | |
35312 | cat >conftest.$ac_ext <<_ACEOF | |
35313 | /* confdefs.h. */ | |
35314 | _ACEOF | |
35315 | cat confdefs.h >>conftest.$ac_ext | |
35316 | cat >>conftest.$ac_ext <<_ACEOF | |
35317 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
35318 | /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy. |
35319 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
35320 | #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy | |
35321 | ||
a848cd7e SC |
35322 | /* System header to define __stub macros and hopefully few prototypes, |
35323 | which can conflict with char pthread_attr_getschedpolicy (); below. | |
35324 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
35325 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 35326 | |
a848cd7e SC |
35327 | #ifdef __STDC__ |
35328 | # include <limits.h> | |
35329 | #else | |
35330 | # include <assert.h> | |
35331 | #endif | |
ac1cb8d3 VS |
35332 | |
35333 | #undef pthread_attr_getschedpolicy | |
35334 | ||
a848cd7e SC |
35335 | /* Override any gcc2 internal prototype to avoid an error. */ |
35336 | #ifdef __cplusplus | |
35337 | extern "C" | |
35338 | { | |
35339 | #endif | |
35340 | /* We use char because int might match the return type of a gcc2 | |
35341 | builtin and then its argument prototype would still apply. */ | |
35342 | char pthread_attr_getschedpolicy (); | |
35343 | /* The GNU C library defines this for functions which it implements | |
35344 | to always fail with ENOSYS. Some functions are actually named | |
35345 | something starting with __ and the normal name is an alias. */ | |
35346 | #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy) | |
35347 | choke me | |
35348 | #else | |
35349 | char (*f) () = pthread_attr_getschedpolicy; | |
35350 | #endif | |
35351 | #ifdef __cplusplus | |
35352 | } | |
35353 | #endif | |
35354 | ||
35355 | int | |
35356 | main () | |
35357 | { | |
35358 | return f != pthread_attr_getschedpolicy; | |
35359 | ; | |
35360 | return 0; | |
35361 | } | |
35362 | _ACEOF | |
35363 | rm -f conftest.$ac_objext conftest$ac_exeext | |
35364 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 35365 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 35366 | ac_status=$? |
ac1cb8d3 VS |
35367 | grep -v '^ *+' conftest.er1 >conftest.err |
35368 | rm -f conftest.er1 | |
35369 | cat conftest.err >&5 | |
a848cd7e SC |
35370 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
35371 | (exit $ac_status); } && | |
6ebeb4c7 | 35372 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
35373 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35374 | (eval $ac_try) 2>&5 | |
35375 | ac_status=$? | |
35376 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35377 | (exit $ac_status); }; } && | |
35378 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
35379 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35380 | (eval $ac_try) 2>&5 | |
35381 | ac_status=$? | |
35382 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35383 | (exit $ac_status); }; }; then | |
35384 | ac_cv_func_pthread_attr_getschedpolicy=yes | |
35385 | else | |
35386 | echo "$as_me: failed program was:" >&5 | |
35387 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35388 | ||
35389 | ac_cv_func_pthread_attr_getschedpolicy=no | |
35390 | fi | |
ac1cb8d3 VS |
35391 | rm -f conftest.err conftest.$ac_objext \ |
35392 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
35393 | fi |
35394 | echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5 | |
35395 | echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6 | |
35396 | if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then | |
35397 | echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5 | |
35398 | echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6 | |
35399 | if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then | |
35400 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35401 | else | |
35402 | cat >conftest.$ac_ext <<_ACEOF | |
35403 | /* confdefs.h. */ | |
35404 | _ACEOF | |
35405 | cat confdefs.h >>conftest.$ac_ext | |
35406 | cat >>conftest.$ac_ext <<_ACEOF | |
35407 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
35408 | /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam. |
35409 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
35410 | #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam | |
35411 | ||
a848cd7e SC |
35412 | /* System header to define __stub macros and hopefully few prototypes, |
35413 | which can conflict with char pthread_attr_setschedparam (); below. | |
35414 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
35415 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 35416 | |
a848cd7e SC |
35417 | #ifdef __STDC__ |
35418 | # include <limits.h> | |
35419 | #else | |
35420 | # include <assert.h> | |
35421 | #endif | |
ac1cb8d3 VS |
35422 | |
35423 | #undef pthread_attr_setschedparam | |
35424 | ||
a848cd7e SC |
35425 | /* Override any gcc2 internal prototype to avoid an error. */ |
35426 | #ifdef __cplusplus | |
35427 | extern "C" | |
35428 | { | |
35429 | #endif | |
35430 | /* We use char because int might match the return type of a gcc2 | |
35431 | builtin and then its argument prototype would still apply. */ | |
35432 | char pthread_attr_setschedparam (); | |
35433 | /* The GNU C library defines this for functions which it implements | |
35434 | to always fail with ENOSYS. Some functions are actually named | |
35435 | something starting with __ and the normal name is an alias. */ | |
35436 | #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam) | |
35437 | choke me | |
35438 | #else | |
35439 | char (*f) () = pthread_attr_setschedparam; | |
35440 | #endif | |
35441 | #ifdef __cplusplus | |
35442 | } | |
35443 | #endif | |
35444 | ||
35445 | int | |
35446 | main () | |
35447 | { | |
35448 | return f != pthread_attr_setschedparam; | |
35449 | ; | |
35450 | return 0; | |
35451 | } | |
35452 | _ACEOF | |
35453 | rm -f conftest.$ac_objext conftest$ac_exeext | |
35454 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 35455 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 35456 | ac_status=$? |
ac1cb8d3 VS |
35457 | grep -v '^ *+' conftest.er1 >conftest.err |
35458 | rm -f conftest.er1 | |
35459 | cat conftest.err >&5 | |
a848cd7e SC |
35460 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
35461 | (exit $ac_status); } && | |
6ebeb4c7 | 35462 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
35463 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35464 | (eval $ac_try) 2>&5 | |
35465 | ac_status=$? | |
35466 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35467 | (exit $ac_status); }; } && | |
35468 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
35469 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35470 | (eval $ac_try) 2>&5 | |
35471 | ac_status=$? | |
35472 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35473 | (exit $ac_status); }; }; then | |
35474 | ac_cv_func_pthread_attr_setschedparam=yes | |
35475 | else | |
35476 | echo "$as_me: failed program was:" >&5 | |
35477 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35478 | ||
35479 | ac_cv_func_pthread_attr_setschedparam=no | |
35480 | fi | |
ac1cb8d3 VS |
35481 | rm -f conftest.err conftest.$ac_objext \ |
35482 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
35483 | fi |
35484 | echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5 | |
35485 | echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6 | |
35486 | if test $ac_cv_func_pthread_attr_setschedparam = yes; then | |
35487 | echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5 | |
35488 | echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6 | |
35489 | if test "${ac_cv_func_sched_get_priority_max+set}" = set; then | |
35490 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35491 | else | |
35492 | cat >conftest.$ac_ext <<_ACEOF | |
35493 | /* confdefs.h. */ | |
35494 | _ACEOF | |
35495 | cat confdefs.h >>conftest.$ac_ext | |
35496 | cat >>conftest.$ac_ext <<_ACEOF | |
35497 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
35498 | /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max. |
35499 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
35500 | #define sched_get_priority_max innocuous_sched_get_priority_max | |
35501 | ||
a848cd7e SC |
35502 | /* System header to define __stub macros and hopefully few prototypes, |
35503 | which can conflict with char sched_get_priority_max (); below. | |
35504 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
35505 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 35506 | |
a848cd7e SC |
35507 | #ifdef __STDC__ |
35508 | # include <limits.h> | |
35509 | #else | |
35510 | # include <assert.h> | |
35511 | #endif | |
ac1cb8d3 VS |
35512 | |
35513 | #undef sched_get_priority_max | |
35514 | ||
a848cd7e SC |
35515 | /* Override any gcc2 internal prototype to avoid an error. */ |
35516 | #ifdef __cplusplus | |
35517 | extern "C" | |
35518 | { | |
35519 | #endif | |
35520 | /* We use char because int might match the return type of a gcc2 | |
35521 | builtin and then its argument prototype would still apply. */ | |
35522 | char sched_get_priority_max (); | |
35523 | /* The GNU C library defines this for functions which it implements | |
35524 | to always fail with ENOSYS. Some functions are actually named | |
35525 | something starting with __ and the normal name is an alias. */ | |
35526 | #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max) | |
35527 | choke me | |
35528 | #else | |
35529 | char (*f) () = sched_get_priority_max; | |
35530 | #endif | |
35531 | #ifdef __cplusplus | |
35532 | } | |
35533 | #endif | |
35534 | ||
35535 | int | |
35536 | main () | |
35537 | { | |
35538 | return f != sched_get_priority_max; | |
35539 | ; | |
35540 | return 0; | |
35541 | } | |
35542 | _ACEOF | |
35543 | rm -f conftest.$ac_objext conftest$ac_exeext | |
35544 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 35545 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 35546 | ac_status=$? |
ac1cb8d3 VS |
35547 | grep -v '^ *+' conftest.er1 >conftest.err |
35548 | rm -f conftest.er1 | |
35549 | cat conftest.err >&5 | |
a848cd7e SC |
35550 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
35551 | (exit $ac_status); } && | |
6ebeb4c7 | 35552 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
35553 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35554 | (eval $ac_try) 2>&5 | |
35555 | ac_status=$? | |
35556 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35557 | (exit $ac_status); }; } && | |
35558 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
35559 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35560 | (eval $ac_try) 2>&5 | |
35561 | ac_status=$? | |
35562 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35563 | (exit $ac_status); }; }; then | |
35564 | ac_cv_func_sched_get_priority_max=yes | |
35565 | else | |
35566 | echo "$as_me: failed program was:" >&5 | |
35567 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35568 | ||
35569 | ac_cv_func_sched_get_priority_max=no | |
35570 | fi | |
ac1cb8d3 VS |
35571 | rm -f conftest.err conftest.$ac_objext \ |
35572 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
35573 | fi |
35574 | echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5 | |
35575 | echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6 | |
35576 | if test $ac_cv_func_sched_get_priority_max = yes; then | |
35577 | HAVE_PRIOR_FUNCS=1 | |
35578 | else | |
35579 | echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5 | |
35580 | echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6 | |
35581 | if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then | |
35582 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35583 | else | |
35584 | ac_check_lib_save_LIBS=$LIBS | |
35585 | LIBS="-lposix4 $LIBS" | |
35586 | cat >conftest.$ac_ext <<_ACEOF | |
35587 | /* confdefs.h. */ | |
35588 | _ACEOF | |
35589 | cat confdefs.h >>conftest.$ac_ext | |
35590 | cat >>conftest.$ac_ext <<_ACEOF | |
35591 | /* end confdefs.h. */ | |
35592 | ||
35593 | /* Override any gcc2 internal prototype to avoid an error. */ | |
35594 | #ifdef __cplusplus | |
35595 | extern "C" | |
35596 | #endif | |
35597 | /* We use char because int might match the return type of a gcc2 | |
35598 | builtin and then its argument prototype would still apply. */ | |
35599 | char sched_get_priority_max (); | |
35600 | int | |
35601 | main () | |
35602 | { | |
35603 | sched_get_priority_max (); | |
35604 | ; | |
35605 | return 0; | |
35606 | } | |
35607 | _ACEOF | |
35608 | rm -f conftest.$ac_objext conftest$ac_exeext | |
35609 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 35610 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 35611 | ac_status=$? |
ac1cb8d3 VS |
35612 | grep -v '^ *+' conftest.er1 >conftest.err |
35613 | rm -f conftest.er1 | |
35614 | cat conftest.err >&5 | |
a848cd7e SC |
35615 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
35616 | (exit $ac_status); } && | |
6ebeb4c7 | 35617 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
35618 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35619 | (eval $ac_try) 2>&5 | |
35620 | ac_status=$? | |
35621 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35622 | (exit $ac_status); }; } && | |
35623 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
35624 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35625 | (eval $ac_try) 2>&5 | |
35626 | ac_status=$? | |
35627 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35628 | (exit $ac_status); }; }; then | |
35629 | ac_cv_lib_posix4_sched_get_priority_max=yes | |
35630 | else | |
35631 | echo "$as_me: failed program was:" >&5 | |
35632 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35633 | ||
35634 | ac_cv_lib_posix4_sched_get_priority_max=no | |
35635 | fi | |
ac1cb8d3 VS |
35636 | rm -f conftest.err conftest.$ac_objext \ |
35637 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
35638 | LIBS=$ac_check_lib_save_LIBS |
35639 | fi | |
35640 | echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5 | |
35641 | echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6 | |
35642 | if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then | |
35643 | ||
35644 | HAVE_PRIOR_FUNCS=1 | |
35645 | POSIX4_LINK=" -lposix4" | |
35646 | ||
35647 | fi | |
35648 | ||
35649 | ||
35650 | fi | |
35651 | ||
35652 | ||
35653 | fi | |
35654 | ||
35655 | ||
35656 | fi | |
35657 | ||
35658 | ||
35659 | if test "$HAVE_PRIOR_FUNCS" = 1; then | |
35660 | cat >>confdefs.h <<\_ACEOF | |
35661 | #define HAVE_THREAD_PRIORITY_FUNCTIONS 1 | |
35662 | _ACEOF | |
35663 | ||
35664 | else | |
35665 | { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5 | |
35666 | echo "$as_me: WARNING: Setting thread priority will not work" >&2;} | |
35667 | fi | |
35668 | ||
35669 | echo "$as_me:$LINENO: checking for pthread_cancel" >&5 | |
35670 | echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6 | |
35671 | if test "${ac_cv_func_pthread_cancel+set}" = set; then | |
35672 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35673 | else | |
35674 | cat >conftest.$ac_ext <<_ACEOF | |
35675 | /* confdefs.h. */ | |
35676 | _ACEOF | |
35677 | cat confdefs.h >>conftest.$ac_ext | |
35678 | cat >>conftest.$ac_ext <<_ACEOF | |
35679 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
35680 | /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel. |
35681 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
35682 | #define pthread_cancel innocuous_pthread_cancel | |
35683 | ||
a848cd7e SC |
35684 | /* System header to define __stub macros and hopefully few prototypes, |
35685 | which can conflict with char pthread_cancel (); below. | |
35686 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
35687 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 35688 | |
a848cd7e SC |
35689 | #ifdef __STDC__ |
35690 | # include <limits.h> | |
35691 | #else | |
35692 | # include <assert.h> | |
35693 | #endif | |
ac1cb8d3 VS |
35694 | |
35695 | #undef pthread_cancel | |
35696 | ||
a848cd7e SC |
35697 | /* Override any gcc2 internal prototype to avoid an error. */ |
35698 | #ifdef __cplusplus | |
35699 | extern "C" | |
35700 | { | |
35701 | #endif | |
35702 | /* We use char because int might match the return type of a gcc2 | |
35703 | builtin and then its argument prototype would still apply. */ | |
35704 | char pthread_cancel (); | |
35705 | /* The GNU C library defines this for functions which it implements | |
35706 | to always fail with ENOSYS. Some functions are actually named | |
35707 | something starting with __ and the normal name is an alias. */ | |
35708 | #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel) | |
35709 | choke me | |
35710 | #else | |
35711 | char (*f) () = pthread_cancel; | |
35712 | #endif | |
35713 | #ifdef __cplusplus | |
35714 | } | |
35715 | #endif | |
35716 | ||
35717 | int | |
35718 | main () | |
35719 | { | |
35720 | return f != pthread_cancel; | |
35721 | ; | |
35722 | return 0; | |
35723 | } | |
35724 | _ACEOF | |
35725 | rm -f conftest.$ac_objext conftest$ac_exeext | |
35726 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 35727 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 35728 | ac_status=$? |
ac1cb8d3 VS |
35729 | grep -v '^ *+' conftest.er1 >conftest.err |
35730 | rm -f conftest.er1 | |
35731 | cat conftest.err >&5 | |
a848cd7e SC |
35732 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
35733 | (exit $ac_status); } && | |
6ebeb4c7 | 35734 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
35735 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35736 | (eval $ac_try) 2>&5 | |
35737 | ac_status=$? | |
35738 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35739 | (exit $ac_status); }; } && | |
35740 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
35741 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35742 | (eval $ac_try) 2>&5 | |
35743 | ac_status=$? | |
35744 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35745 | (exit $ac_status); }; }; then | |
35746 | ac_cv_func_pthread_cancel=yes | |
35747 | else | |
35748 | echo "$as_me: failed program was:" >&5 | |
35749 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35750 | ||
35751 | ac_cv_func_pthread_cancel=no | |
35752 | fi | |
ac1cb8d3 VS |
35753 | rm -f conftest.err conftest.$ac_objext \ |
35754 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
35755 | fi |
35756 | echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5 | |
35757 | echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6 | |
35758 | if test $ac_cv_func_pthread_cancel = yes; then | |
35759 | cat >>confdefs.h <<\_ACEOF | |
35760 | #define HAVE_PTHREAD_CANCEL 1 | |
35761 | _ACEOF | |
35762 | ||
35763 | else | |
35764 | { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5 | |
35765 | echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;} | |
35766 | fi | |
35767 | ||
35768 | ||
abc736fd MW |
35769 | echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5 |
35770 | echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6 | |
35771 | if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then | |
35772 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35773 | else | |
35774 | cat >conftest.$ac_ext <<_ACEOF | |
35775 | /* confdefs.h. */ | |
35776 | _ACEOF | |
35777 | cat confdefs.h >>conftest.$ac_ext | |
35778 | cat >>conftest.$ac_ext <<_ACEOF | |
35779 | /* end confdefs.h. */ | |
35780 | /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize. | |
35781 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
35782 | #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize | |
35783 | ||
35784 | /* System header to define __stub macros and hopefully few prototypes, | |
35785 | which can conflict with char pthread_attr_setstacksize (); below. | |
35786 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
35787 | <limits.h> exists even on freestanding compilers. */ | |
35788 | ||
35789 | #ifdef __STDC__ | |
35790 | # include <limits.h> | |
35791 | #else | |
35792 | # include <assert.h> | |
35793 | #endif | |
35794 | ||
35795 | #undef pthread_attr_setstacksize | |
35796 | ||
35797 | /* Override any gcc2 internal prototype to avoid an error. */ | |
35798 | #ifdef __cplusplus | |
35799 | extern "C" | |
35800 | { | |
35801 | #endif | |
35802 | /* We use char because int might match the return type of a gcc2 | |
35803 | builtin and then its argument prototype would still apply. */ | |
35804 | char pthread_attr_setstacksize (); | |
35805 | /* The GNU C library defines this for functions which it implements | |
35806 | to always fail with ENOSYS. Some functions are actually named | |
35807 | something starting with __ and the normal name is an alias. */ | |
35808 | #if defined (__stub_pthread_attr_setstacksize) || defined (__stub___pthread_attr_setstacksize) | |
35809 | choke me | |
35810 | #else | |
35811 | char (*f) () = pthread_attr_setstacksize; | |
35812 | #endif | |
35813 | #ifdef __cplusplus | |
35814 | } | |
35815 | #endif | |
35816 | ||
35817 | int | |
35818 | main () | |
35819 | { | |
35820 | return f != pthread_attr_setstacksize; | |
35821 | ; | |
35822 | return 0; | |
35823 | } | |
35824 | _ACEOF | |
35825 | rm -f conftest.$ac_objext conftest$ac_exeext | |
35826 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
35827 | (eval $ac_link) 2>conftest.er1 | |
35828 | ac_status=$? | |
35829 | grep -v '^ *+' conftest.er1 >conftest.err | |
35830 | rm -f conftest.er1 | |
35831 | cat conftest.err >&5 | |
35832 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35833 | (exit $ac_status); } && | |
6ebeb4c7 | 35834 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
abc736fd MW |
35835 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35836 | (eval $ac_try) 2>&5 | |
35837 | ac_status=$? | |
35838 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35839 | (exit $ac_status); }; } && | |
35840 | { ac_try='test -s conftest$ac_exeext' | |
35841 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
35842 | (eval $ac_try) 2>&5 | |
35843 | ac_status=$? | |
35844 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35845 | (exit $ac_status); }; }; then | |
35846 | ac_cv_func_pthread_attr_setstacksize=yes | |
35847 | else | |
35848 | echo "$as_me: failed program was:" >&5 | |
35849 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35850 | ||
35851 | ac_cv_func_pthread_attr_setstacksize=no | |
35852 | fi | |
35853 | rm -f conftest.err conftest.$ac_objext \ | |
35854 | conftest$ac_exeext conftest.$ac_ext | |
35855 | fi | |
35856 | echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5 | |
35857 | echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6 | |
35858 | if test $ac_cv_func_pthread_attr_setstacksize = yes; then | |
35859 | cat >>confdefs.h <<\_ACEOF | |
35860 | #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 | |
35861 | _ACEOF | |
35862 | ||
35863 | fi | |
35864 | ||
a848cd7e SC |
35865 | |
35866 | ||
35867 | echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5 | |
35868 | echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6 | |
35869 | if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then | |
35870 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35871 | else | |
35872 | ||
35873 | cat >conftest.$ac_ext <<_ACEOF | |
35874 | /* confdefs.h. */ | |
35875 | _ACEOF | |
35876 | cat confdefs.h >>conftest.$ac_ext | |
35877 | cat >>conftest.$ac_ext <<_ACEOF | |
35878 | /* end confdefs.h. */ | |
35879 | #include <pthread.h> | |
35880 | int | |
35881 | main () | |
35882 | { | |
35883 | ||
35884 | pthread_mutexattr_t attr; | |
35885 | pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); | |
35886 | ||
35887 | ; | |
35888 | return 0; | |
35889 | } | |
35890 | _ACEOF | |
35891 | rm -f conftest.$ac_objext | |
35892 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 35893 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 35894 | ac_status=$? |
ac1cb8d3 VS |
35895 | grep -v '^ *+' conftest.er1 >conftest.err |
35896 | rm -f conftest.er1 | |
35897 | cat conftest.err >&5 | |
a848cd7e SC |
35898 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
35899 | (exit $ac_status); } && | |
6ebeb4c7 | 35900 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
35901 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35902 | (eval $ac_try) 2>&5 | |
35903 | ac_status=$? | |
35904 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35905 | (exit $ac_status); }; } && | |
35906 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
35907 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35908 | (eval $ac_try) 2>&5 | |
35909 | ac_status=$? | |
35910 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35911 | (exit $ac_status); }; }; then | |
35912 | ||
35913 | wx_cv_type_pthread_mutexattr_t=yes | |
35914 | ||
35915 | else | |
35916 | echo "$as_me: failed program was:" >&5 | |
35917 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35918 | ||
35919 | ||
35920 | wx_cv_type_pthread_mutexattr_t=no | |
35921 | ||
35922 | ||
35923 | fi | |
ac1cb8d3 | 35924 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
35925 | |
35926 | fi | |
35927 | echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5 | |
35928 | echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6 | |
35929 | ||
35930 | if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then | |
35931 | cat >>confdefs.h <<\_ACEOF | |
35932 | #define HAVE_PTHREAD_MUTEXATTR_T 1 | |
35933 | _ACEOF | |
35934 | ||
35935 | else | |
35936 | echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5 | |
35937 | echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6 | |
35938 | if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then | |
35939 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35940 | else | |
35941 | ||
35942 | cat >conftest.$ac_ext <<_ACEOF | |
35943 | /* confdefs.h. */ | |
35944 | _ACEOF | |
35945 | cat confdefs.h >>conftest.$ac_ext | |
35946 | cat >>conftest.$ac_ext <<_ACEOF | |
35947 | /* end confdefs.h. */ | |
35948 | #include <pthread.h> | |
35949 | int | |
35950 | main () | |
35951 | { | |
35952 | ||
35953 | pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; | |
35954 | ||
35955 | ; | |
35956 | return 0; | |
35957 | } | |
35958 | _ACEOF | |
35959 | rm -f conftest.$ac_objext | |
35960 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 35961 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 35962 | ac_status=$? |
ac1cb8d3 VS |
35963 | grep -v '^ *+' conftest.er1 >conftest.err |
35964 | rm -f conftest.er1 | |
35965 | cat conftest.err >&5 | |
a848cd7e SC |
35966 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
35967 | (exit $ac_status); } && | |
6ebeb4c7 | 35968 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
35969 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35970 | (eval $ac_try) 2>&5 | |
35971 | ac_status=$? | |
35972 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35973 | (exit $ac_status); }; } && | |
35974 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
35975 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35976 | (eval $ac_try) 2>&5 | |
35977 | ac_status=$? | |
35978 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35979 | (exit $ac_status); }; }; then | |
35980 | ||
35981 | wx_cv_type_pthread_rec_mutex_init=yes | |
35982 | ||
35983 | else | |
35984 | echo "$as_me: failed program was:" >&5 | |
35985 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35986 | ||
35987 | ||
35988 | wx_cv_type_pthread_rec_mutex_init=no | |
35989 | ||
35990 | ||
35991 | fi | |
ac1cb8d3 | 35992 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
35993 | |
35994 | fi | |
35995 | echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5 | |
35996 | echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6 | |
35997 | if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then | |
35998 | cat >>confdefs.h <<\_ACEOF | |
35999 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1 | |
36000 | _ACEOF | |
36001 | ||
36002 | else | |
36003 | { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5 | |
36004 | echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;} | |
36005 | fi | |
36006 | fi | |
36007 | fi | |
36008 | ||
36009 | else | |
36010 | if test "$wxUSE_THREADS" = "yes" ; then | |
36011 | case "${host}" in | |
36012 | *-*-mingw32* ) | |
36013 | echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5 | |
36014 | echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6 | |
36015 | if test "${wx_cv_cflags_mthread+set}" = set; then | |
36016 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
36017 | else | |
36018 | ||
36019 | CFLAGS_OLD="$CFLAGS" | |
36020 | CFLAGS="$CFLAGS -mthreads" | |
36021 | cat >conftest.$ac_ext <<_ACEOF | |
36022 | /* confdefs.h. */ | |
36023 | _ACEOF | |
36024 | cat confdefs.h >>conftest.$ac_ext | |
36025 | cat >>conftest.$ac_ext <<_ACEOF | |
36026 | /* end confdefs.h. */ | |
36027 | ||
36028 | int | |
36029 | main () | |
36030 | { | |
36031 | ||
36032 | ; | |
36033 | return 0; | |
36034 | } | |
36035 | _ACEOF | |
36036 | rm -f conftest.$ac_objext | |
36037 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 36038 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 36039 | ac_status=$? |
ac1cb8d3 VS |
36040 | grep -v '^ *+' conftest.er1 >conftest.err |
36041 | rm -f conftest.er1 | |
36042 | cat conftest.err >&5 | |
a848cd7e SC |
36043 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
36044 | (exit $ac_status); } && | |
6ebeb4c7 | 36045 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
36046 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36047 | (eval $ac_try) 2>&5 | |
36048 | ac_status=$? | |
36049 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36050 | (exit $ac_status); }; } && | |
36051 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
36052 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36053 | (eval $ac_try) 2>&5 | |
36054 | ac_status=$? | |
36055 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36056 | (exit $ac_status); }; }; then | |
36057 | wx_cv_cflags_mthread=yes | |
36058 | else | |
36059 | echo "$as_me: failed program was:" >&5 | |
36060 | sed 's/^/| /' conftest.$ac_ext >&5 | |
36061 | ||
36062 | wx_cv_cflags_mthread=no | |
36063 | ||
36064 | fi | |
ac1cb8d3 | 36065 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
36066 | |
36067 | ||
36068 | fi | |
36069 | echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5 | |
36070 | echo "${ECHO_T}$wx_cv_cflags_mthread" >&6 | |
36071 | ||
36072 | if test "$wx_cv_cflags_mthread" = "yes"; then | |
36073 | CXXFLAGS="$CXXFLAGS -mthreads" | |
36074 | TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads" | |
36075 | LDFLAGS="$LDFLAGS -mthreads" | |
36076 | else | |
36077 | CFLAGS="$CFLAGS_OLD" | |
36078 | fi | |
36079 | ;; | |
36080 | *-pc-os2*emx ) | |
36081 | CFLAGS="$CFLAGS -Zmt -D__ST_MT_ERRNO__" | |
36082 | CXXFLAGS="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__" | |
36083 | LDFLAGS="$LDFLAGS -Zmt" | |
36084 | ;; | |
36085 | esac | |
36086 | fi | |
36087 | fi | |
36088 | ||
36089 | if test "$wxUSE_THREADS" = "yes"; then | |
36090 | cat >>confdefs.h <<\_ACEOF | |
36091 | #define wxUSE_THREADS 1 | |
36092 | _ACEOF | |
36093 | ||
36094 | ||
36095 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread" | |
36096 | else | |
36097 | if test "$ac_cv_func_strtok_r" = "yes"; then | |
36098 | echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5 | |
36099 | echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6 | |
36100 | if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then | |
36101 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT" | |
36102 | echo "$as_me:$LINENO: result: yes" >&5 | |
36103 | echo "${ECHO_T}yes" >&6 | |
36104 | else | |
36105 | echo "$as_me:$LINENO: result: no" >&5 | |
36106 | echo "${ECHO_T}no" >&6 | |
36107 | fi | |
36108 | fi | |
36109 | fi | |
36110 | ||
36111 | if test "$WXGTK20" = 1 ; then | |
36112 | cat >>confdefs.h <<_ACEOF | |
36113 | #define __WXGTK20__ $WXGTK20 | |
36114 | _ACEOF | |
36115 | ||
36116 | WXGTK12=1 | |
36117 | fi | |
36118 | ||
36119 | if test "$WXGTK12" = 1 ; then | |
36120 | cat >>confdefs.h <<_ACEOF | |
36121 | #define __WXGTK12__ $WXGTK12 | |
36122 | _ACEOF | |
36123 | ||
36124 | fi | |
36125 | ||
36126 | if test "$WXGTK127" = 1 ; then | |
36127 | cat >>confdefs.h <<_ACEOF | |
36128 | #define __WXGTK127__ $WXGTK127 | |
36129 | _ACEOF | |
36130 | ||
36131 | fi | |
36132 | ||
36133 | if test "$WXGPE" = 1 ; then | |
36134 | cat >>confdefs.h <<_ACEOF | |
36135 | #define __WXGPE__ $WXGPE | |
36136 | _ACEOF | |
36137 | ||
36138 | fi | |
36139 | ||
36140 | WXDEBUG= | |
36141 | ||
36142 | if test "$wxUSE_DEBUG_INFO" = "yes" ; then | |
36143 | WXDEBUG="-g" | |
36144 | wxUSE_OPTIMISE=no | |
36145 | fi | |
36146 | ||
36147 | if test "$wxUSE_DEBUG_GDB" = "yes" ; then | |
36148 | wxUSE_DEBUG_INFO=yes | |
18228ab4 MW |
36149 | if test "$GCC" = yes; then |
36150 | WXDEBUG="-ggdb" | |
36151 | fi | |
a848cd7e SC |
36152 | fi |
36153 | ||
36154 | if test "$wxUSE_DEBUG_FLAG" = "yes" ; then | |
36155 | cat >>confdefs.h <<\_ACEOF | |
36156 | #define WXDEBUG 1 | |
36157 | _ACEOF | |
36158 | ||
36159 | WXDEBUG_DEFINE="-D__WXDEBUG__" | |
36160 | else | |
36161 | if test "$wxUSE_GTK" = 1 ; then | |
36162 | WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS" | |
36163 | fi | |
36164 | fi | |
36165 | ||
36166 | if test "$wxUSE_MEM_TRACING" = "yes" ; then | |
36167 | cat >>confdefs.h <<\_ACEOF | |
36168 | #define wxUSE_MEMORY_TRACING 1 | |
36169 | _ACEOF | |
36170 | ||
36171 | cat >>confdefs.h <<\_ACEOF | |
36172 | #define wxUSE_GLOBAL_MEMORY_OPERATORS 1 | |
36173 | _ACEOF | |
36174 | ||
36175 | cat >>confdefs.h <<\_ACEOF | |
36176 | #define wxUSE_DEBUG_NEW_ALWAYS 1 | |
36177 | _ACEOF | |
36178 | ||
36179 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck" | |
36180 | fi | |
36181 | ||
36182 | if test "$wxUSE_DMALLOC" = "yes" ; then | |
df1b269d | 36183 | DMALLOC_LIBS="-ldmallocthcxx" |
a848cd7e SC |
36184 | fi |
36185 | ||
36186 | PROFILE= | |
36187 | if test "$wxUSE_PROFILE" = "yes" ; then | |
36188 | PROFILE=" -pg" | |
36189 | fi | |
36190 | ||
36191 | CODE_GEN_FLAGS= | |
36192 | CODE_GEN_FLAGS_CXX= | |
36193 | if test "$GCC" = "yes" ; then | |
36194 | if test "$wxUSE_NO_RTTI" = "yes" ; then | |
36195 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti" | |
36196 | fi | |
36197 | if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then | |
36198 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions" | |
36199 | fi | |
36200 | if test "$wxUSE_PERMISSIVE" = "yes" ; then | |
36201 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive" | |
36202 | fi | |
36203 | ||
36204 | case "${host}" in | |
36205 | powerpc*-*-aix* ) | |
36206 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc" | |
36207 | ;; | |
36208 | *-hppa* ) | |
36209 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections" | |
36210 | ;; | |
36211 | esac | |
36212 | fi | |
36213 | ||
36214 | OPTIMISE= | |
36215 | if test "$wxUSE_OPTIMISE" = "no" ; then | |
36216 | if test "$GCC" = yes ; then | |
36217 | OPTIMISE="-O0" | |
36218 | fi | |
36219 | else | |
36220 | if test "$GCC" = yes ; then | |
36221 | OPTIMISE="-O2" | |
36222 | ||
36223 | case "${host}" in | |
36224 | i586-*-*|i686-*-* ) | |
36225 | OPTIMISE="${OPTIMISE} " | |
36226 | ;; | |
36227 | esac | |
36228 | else | |
36229 | OPTIMISE="-O" | |
36230 | fi | |
36231 | fi | |
36232 | ||
36233 | ||
36234 | if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then | |
36235 | cat >>confdefs.h <<\_ACEOF | |
36236 | #define WXWIN_COMPATIBILITY_2_2 1 | |
36237 | _ACEOF | |
36238 | ||
36239 | ||
36240 | WXWIN_COMPATIBILITY_2_4="yes" | |
36241 | fi | |
36242 | ||
36243 | if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then | |
36244 | cat >>confdefs.h <<\_ACEOF | |
36245 | #define WXWIN_COMPATIBILITY_2_4 1 | |
36246 | _ACEOF | |
36247 | ||
36248 | fi | |
36249 | ||
36250 | ||
36251 | if test "$wxUSE_GUI" = "yes"; then | |
881bfcd6 | 36252 | cat >>confdefs.h <<\_ACEOF |
a848cd7e SC |
36253 | #define wxUSE_GUI 1 |
36254 | _ACEOF | |
36255 | ||
36256 | ||
370fd4c2 | 36257 | fi |
a848cd7e SC |
36258 | |
36259 | ||
36260 | if test "$wxUSE_UNIX" = "yes"; then | |
36261 | cat >>confdefs.h <<\_ACEOF | |
36262 | #define wxUSE_UNIX 1 | |
36263 | _ACEOF | |
36264 | ||
36265 | fi | |
36266 | ||
36267 | ||
36268 | if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then | |
36269 | ||
36270 | HAVE_DL_FUNCS=0 | |
36271 | HAVE_SHL_FUNCS=0 | |
36272 | if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then | |
36273 | if test "$USE_DARWIN" = 1; then | |
36274 | HAVE_DL_FUNCS=1 | |
47a7e797 MW |
36275 | elif test "$USE_DOS" = 1; then |
36276 | HAVE_DL_FUNCS=0 | |
a848cd7e SC |
36277 | else |
36278 | ||
36279 | for ac_func in dlopen | |
36280 | do | |
36281 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
36282 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
36283 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
36284 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
36285 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
36286 | else | |
36287 | cat >conftest.$ac_ext <<_ACEOF | |
36288 | /* confdefs.h. */ | |
36289 | _ACEOF | |
36290 | cat confdefs.h >>conftest.$ac_ext | |
36291 | cat >>conftest.$ac_ext <<_ACEOF | |
36292 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
36293 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
36294 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
36295 | #define $ac_func innocuous_$ac_func | |
36296 | ||
a848cd7e SC |
36297 | /* System header to define __stub macros and hopefully few prototypes, |
36298 | which can conflict with char $ac_func (); below. | |
36299 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
36300 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 36301 | |
a848cd7e SC |
36302 | #ifdef __STDC__ |
36303 | # include <limits.h> | |
36304 | #else | |
36305 | # include <assert.h> | |
36306 | #endif | |
ac1cb8d3 VS |
36307 | |
36308 | #undef $ac_func | |
36309 | ||
a848cd7e SC |
36310 | /* Override any gcc2 internal prototype to avoid an error. */ |
36311 | #ifdef __cplusplus | |
36312 | extern "C" | |
36313 | { | |
36314 | #endif | |
36315 | /* We use char because int might match the return type of a gcc2 | |
36316 | builtin and then its argument prototype would still apply. */ | |
36317 | char $ac_func (); | |
36318 | /* The GNU C library defines this for functions which it implements | |
36319 | to always fail with ENOSYS. Some functions are actually named | |
36320 | something starting with __ and the normal name is an alias. */ | |
36321 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
36322 | choke me | |
36323 | #else | |
36324 | char (*f) () = $ac_func; | |
36325 | #endif | |
36326 | #ifdef __cplusplus | |
36327 | } | |
36328 | #endif | |
36329 | ||
36330 | int | |
36331 | main () | |
36332 | { | |
36333 | return f != $ac_func; | |
36334 | ; | |
36335 | return 0; | |
36336 | } | |
36337 | _ACEOF | |
36338 | rm -f conftest.$ac_objext conftest$ac_exeext | |
36339 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 36340 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 36341 | ac_status=$? |
ac1cb8d3 VS |
36342 | grep -v '^ *+' conftest.er1 >conftest.err |
36343 | rm -f conftest.er1 | |
36344 | cat conftest.err >&5 | |
a848cd7e SC |
36345 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
36346 | (exit $ac_status); } && | |
6ebeb4c7 | 36347 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
36348 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36349 | (eval $ac_try) 2>&5 | |
36350 | ac_status=$? | |
36351 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36352 | (exit $ac_status); }; } && | |
36353 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
36354 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36355 | (eval $ac_try) 2>&5 | |
36356 | ac_status=$? | |
36357 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36358 | (exit $ac_status); }; }; then | |
36359 | eval "$as_ac_var=yes" | |
36360 | else | |
36361 | echo "$as_me: failed program was:" >&5 | |
36362 | sed 's/^/| /' conftest.$ac_ext >&5 | |
36363 | ||
36364 | eval "$as_ac_var=no" | |
36365 | fi | |
ac1cb8d3 VS |
36366 | rm -f conftest.err conftest.$ac_objext \ |
36367 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
36368 | fi |
36369 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
36370 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
36371 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
36372 | cat >>confdefs.h <<_ACEOF | |
36373 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
36374 | _ACEOF | |
36375 | ||
36376 | cat >>confdefs.h <<\_ACEOF | |
36377 | #define HAVE_DLOPEN 1 | |
36378 | _ACEOF | |
36379 | ||
36380 | HAVE_DL_FUNCS=1 | |
36381 | ||
36382 | else | |
36383 | ||
36384 | echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 | |
36385 | echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 | |
36386 | if test "${ac_cv_lib_dl_dlopen+set}" = set; then | |
36387 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
36388 | else | |
36389 | ac_check_lib_save_LIBS=$LIBS | |
36390 | LIBS="-ldl $LIBS" | |
36391 | cat >conftest.$ac_ext <<_ACEOF | |
36392 | /* confdefs.h. */ | |
36393 | _ACEOF | |
36394 | cat confdefs.h >>conftest.$ac_ext | |
36395 | cat >>conftest.$ac_ext <<_ACEOF | |
36396 | /* end confdefs.h. */ | |
36397 | ||
36398 | /* Override any gcc2 internal prototype to avoid an error. */ | |
36399 | #ifdef __cplusplus | |
36400 | extern "C" | |
36401 | #endif | |
36402 | /* We use char because int might match the return type of a gcc2 | |
36403 | builtin and then its argument prototype would still apply. */ | |
36404 | char dlopen (); | |
36405 | int | |
36406 | main () | |
36407 | { | |
36408 | dlopen (); | |
36409 | ; | |
36410 | return 0; | |
36411 | } | |
36412 | _ACEOF | |
36413 | rm -f conftest.$ac_objext conftest$ac_exeext | |
36414 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 36415 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 36416 | ac_status=$? |
ac1cb8d3 VS |
36417 | grep -v '^ *+' conftest.er1 >conftest.err |
36418 | rm -f conftest.er1 | |
36419 | cat conftest.err >&5 | |
a848cd7e SC |
36420 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
36421 | (exit $ac_status); } && | |
6ebeb4c7 | 36422 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
36423 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36424 | (eval $ac_try) 2>&5 | |
36425 | ac_status=$? | |
36426 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36427 | (exit $ac_status); }; } && | |
36428 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
36429 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36430 | (eval $ac_try) 2>&5 | |
36431 | ac_status=$? | |
36432 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36433 | (exit $ac_status); }; }; then | |
36434 | ac_cv_lib_dl_dlopen=yes | |
36435 | else | |
36436 | echo "$as_me: failed program was:" >&5 | |
36437 | sed 's/^/| /' conftest.$ac_ext >&5 | |
36438 | ||
36439 | ac_cv_lib_dl_dlopen=no | |
36440 | fi | |
ac1cb8d3 VS |
36441 | rm -f conftest.err conftest.$ac_objext \ |
36442 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
36443 | LIBS=$ac_check_lib_save_LIBS |
36444 | fi | |
36445 | echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 | |
36446 | echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 | |
36447 | if test $ac_cv_lib_dl_dlopen = yes; then | |
36448 | ||
36449 | cat >>confdefs.h <<\_ACEOF | |
36450 | #define HAVE_DLOPEN 1 | |
36451 | _ACEOF | |
36452 | ||
36453 | HAVE_DL_FUNCS=1 | |
36454 | DL_LINK=" -ldl$DL_LINK" | |
36455 | ||
36456 | else | |
36457 | ||
36458 | ||
36459 | for ac_func in shl_load | |
36460 | do | |
36461 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
36462 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
36463 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
36464 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
36465 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
36466 | else | |
36467 | cat >conftest.$ac_ext <<_ACEOF | |
36468 | /* confdefs.h. */ | |
36469 | _ACEOF | |
36470 | cat confdefs.h >>conftest.$ac_ext | |
36471 | cat >>conftest.$ac_ext <<_ACEOF | |
36472 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
36473 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
36474 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
36475 | #define $ac_func innocuous_$ac_func | |
36476 | ||
a848cd7e SC |
36477 | /* System header to define __stub macros and hopefully few prototypes, |
36478 | which can conflict with char $ac_func (); below. | |
36479 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
36480 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 36481 | |
a848cd7e SC |
36482 | #ifdef __STDC__ |
36483 | # include <limits.h> | |
36484 | #else | |
36485 | # include <assert.h> | |
36486 | #endif | |
ac1cb8d3 VS |
36487 | |
36488 | #undef $ac_func | |
36489 | ||
a848cd7e SC |
36490 | /* Override any gcc2 internal prototype to avoid an error. */ |
36491 | #ifdef __cplusplus | |
36492 | extern "C" | |
36493 | { | |
36494 | #endif | |
36495 | /* We use char because int might match the return type of a gcc2 | |
36496 | builtin and then its argument prototype would still apply. */ | |
36497 | char $ac_func (); | |
36498 | /* The GNU C library defines this for functions which it implements | |
36499 | to always fail with ENOSYS. Some functions are actually named | |
36500 | something starting with __ and the normal name is an alias. */ | |
36501 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
36502 | choke me | |
36503 | #else | |
36504 | char (*f) () = $ac_func; | |
36505 | #endif | |
36506 | #ifdef __cplusplus | |
36507 | } | |
36508 | #endif | |
36509 | ||
36510 | int | |
36511 | main () | |
36512 | { | |
36513 | return f != $ac_func; | |
36514 | ; | |
36515 | return 0; | |
36516 | } | |
36517 | _ACEOF | |
36518 | rm -f conftest.$ac_objext conftest$ac_exeext | |
36519 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 36520 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 36521 | ac_status=$? |
ac1cb8d3 VS |
36522 | grep -v '^ *+' conftest.er1 >conftest.err |
36523 | rm -f conftest.er1 | |
36524 | cat conftest.err >&5 | |
a848cd7e SC |
36525 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
36526 | (exit $ac_status); } && | |
6ebeb4c7 | 36527 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
36528 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36529 | (eval $ac_try) 2>&5 | |
36530 | ac_status=$? | |
36531 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36532 | (exit $ac_status); }; } && | |
36533 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
36534 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36535 | (eval $ac_try) 2>&5 | |
36536 | ac_status=$? | |
36537 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36538 | (exit $ac_status); }; }; then | |
36539 | eval "$as_ac_var=yes" | |
36540 | else | |
36541 | echo "$as_me: failed program was:" >&5 | |
36542 | sed 's/^/| /' conftest.$ac_ext >&5 | |
36543 | ||
36544 | eval "$as_ac_var=no" | |
36545 | fi | |
ac1cb8d3 VS |
36546 | rm -f conftest.err conftest.$ac_objext \ |
36547 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
36548 | fi |
36549 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
36550 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
36551 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
36552 | cat >>confdefs.h <<_ACEOF | |
36553 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
36554 | _ACEOF | |
36555 | ||
36556 | cat >>confdefs.h <<\_ACEOF | |
36557 | #define HAVE_SHL_LOAD 1 | |
36558 | _ACEOF | |
36559 | ||
36560 | HAVE_SHL_FUNCS=1 | |
36561 | ||
36562 | else | |
36563 | ||
36564 | echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5 | |
36565 | echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6 | |
36566 | if test "${ac_cv_lib_shl_load_dld+set}" = set; then | |
36567 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
36568 | else | |
36569 | ac_check_lib_save_LIBS=$LIBS | |
36570 | LIBS="-lshl_load $LIBS" | |
36571 | cat >conftest.$ac_ext <<_ACEOF | |
36572 | /* confdefs.h. */ | |
36573 | _ACEOF | |
36574 | cat confdefs.h >>conftest.$ac_ext | |
36575 | cat >>conftest.$ac_ext <<_ACEOF | |
36576 | /* end confdefs.h. */ | |
36577 | ||
36578 | /* Override any gcc2 internal prototype to avoid an error. */ | |
36579 | #ifdef __cplusplus | |
36580 | extern "C" | |
36581 | #endif | |
36582 | /* We use char because int might match the return type of a gcc2 | |
36583 | builtin and then its argument prototype would still apply. */ | |
36584 | char dld (); | |
36585 | int | |
36586 | main () | |
36587 | { | |
36588 | dld (); | |
36589 | ; | |
36590 | return 0; | |
36591 | } | |
36592 | _ACEOF | |
36593 | rm -f conftest.$ac_objext conftest$ac_exeext | |
36594 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 36595 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 36596 | ac_status=$? |
ac1cb8d3 VS |
36597 | grep -v '^ *+' conftest.er1 >conftest.err |
36598 | rm -f conftest.er1 | |
36599 | cat conftest.err >&5 | |
a848cd7e SC |
36600 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
36601 | (exit $ac_status); } && | |
6ebeb4c7 | 36602 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
36603 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36604 | (eval $ac_try) 2>&5 | |
36605 | ac_status=$? | |
36606 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36607 | (exit $ac_status); }; } && | |
36608 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
36609 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36610 | (eval $ac_try) 2>&5 | |
36611 | ac_status=$? | |
36612 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36613 | (exit $ac_status); }; }; then | |
36614 | ac_cv_lib_shl_load_dld=yes | |
36615 | else | |
36616 | echo "$as_me: failed program was:" >&5 | |
36617 | sed 's/^/| /' conftest.$ac_ext >&5 | |
36618 | ||
36619 | ac_cv_lib_shl_load_dld=no | |
36620 | fi | |
ac1cb8d3 VS |
36621 | rm -f conftest.err conftest.$ac_objext \ |
36622 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
36623 | LIBS=$ac_check_lib_save_LIBS |
36624 | fi | |
36625 | echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5 | |
36626 | echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6 | |
36627 | if test $ac_cv_lib_shl_load_dld = yes; then | |
36628 | ||
36629 | HAVE_SHL_FUNCS=1 | |
36630 | DL_LINK=" -ldld$DL_LINK" | |
36631 | ||
36632 | fi | |
36633 | ||
36634 | ||
36635 | fi | |
36636 | done | |
36637 | ||
36638 | ||
36639 | fi | |
36640 | ||
36641 | ||
36642 | fi | |
36643 | done | |
36644 | ||
36645 | ||
36646 | if test "$HAVE_DL_FUNCS" = 1; then | |
36647 | ||
36648 | for ac_func in dlerror | |
36649 | do | |
36650 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
36651 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
36652 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
36653 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
36654 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
36655 | else | |
36656 | cat >conftest.$ac_ext <<_ACEOF | |
36657 | /* confdefs.h. */ | |
36658 | _ACEOF | |
36659 | cat confdefs.h >>conftest.$ac_ext | |
36660 | cat >>conftest.$ac_ext <<_ACEOF | |
36661 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
36662 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
36663 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
36664 | #define $ac_func innocuous_$ac_func | |
36665 | ||
a848cd7e SC |
36666 | /* System header to define __stub macros and hopefully few prototypes, |
36667 | which can conflict with char $ac_func (); below. | |
36668 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
36669 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 36670 | |
a848cd7e SC |
36671 | #ifdef __STDC__ |
36672 | # include <limits.h> | |
36673 | #else | |
36674 | # include <assert.h> | |
36675 | #endif | |
ac1cb8d3 VS |
36676 | |
36677 | #undef $ac_func | |
36678 | ||
a848cd7e SC |
36679 | /* Override any gcc2 internal prototype to avoid an error. */ |
36680 | #ifdef __cplusplus | |
36681 | extern "C" | |
36682 | { | |
36683 | #endif | |
36684 | /* We use char because int might match the return type of a gcc2 | |
36685 | builtin and then its argument prototype would still apply. */ | |
36686 | char $ac_func (); | |
36687 | /* The GNU C library defines this for functions which it implements | |
36688 | to always fail with ENOSYS. Some functions are actually named | |
36689 | something starting with __ and the normal name is an alias. */ | |
36690 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
36691 | choke me | |
36692 | #else | |
36693 | char (*f) () = $ac_func; | |
36694 | #endif | |
36695 | #ifdef __cplusplus | |
36696 | } | |
36697 | #endif | |
36698 | ||
36699 | int | |
36700 | main () | |
36701 | { | |
36702 | return f != $ac_func; | |
36703 | ; | |
36704 | return 0; | |
36705 | } | |
36706 | _ACEOF | |
36707 | rm -f conftest.$ac_objext conftest$ac_exeext | |
36708 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 36709 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 36710 | ac_status=$? |
ac1cb8d3 VS |
36711 | grep -v '^ *+' conftest.er1 >conftest.err |
36712 | rm -f conftest.er1 | |
36713 | cat conftest.err >&5 | |
a848cd7e SC |
36714 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
36715 | (exit $ac_status); } && | |
6ebeb4c7 | 36716 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
36717 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36718 | (eval $ac_try) 2>&5 | |
36719 | ac_status=$? | |
36720 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36721 | (exit $ac_status); }; } && | |
36722 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
36723 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36724 | (eval $ac_try) 2>&5 | |
36725 | ac_status=$? | |
36726 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36727 | (exit $ac_status); }; }; then | |
36728 | eval "$as_ac_var=yes" | |
36729 | else | |
36730 | echo "$as_me: failed program was:" >&5 | |
36731 | sed 's/^/| /' conftest.$ac_ext >&5 | |
36732 | ||
36733 | eval "$as_ac_var=no" | |
36734 | fi | |
ac1cb8d3 VS |
36735 | rm -f conftest.err conftest.$ac_objext \ |
36736 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
36737 | fi |
36738 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
36739 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
36740 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
36741 | cat >>confdefs.h <<_ACEOF | |
36742 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
36743 | _ACEOF | |
36744 | cat >>confdefs.h <<\_ACEOF | |
36745 | #define HAVE_DLERROR 1 | |
36746 | _ACEOF | |
36747 | ||
36748 | else | |
36749 | ||
36750 | echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5 | |
36751 | echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6 | |
36752 | if test "${ac_cv_lib_dl_dlerror+set}" = set; then | |
36753 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
36754 | else | |
36755 | ac_check_lib_save_LIBS=$LIBS | |
36756 | LIBS="-ldl $LIBS" | |
36757 | cat >conftest.$ac_ext <<_ACEOF | |
36758 | /* confdefs.h. */ | |
36759 | _ACEOF | |
36760 | cat confdefs.h >>conftest.$ac_ext | |
36761 | cat >>conftest.$ac_ext <<_ACEOF | |
36762 | /* end confdefs.h. */ | |
36763 | ||
36764 | /* Override any gcc2 internal prototype to avoid an error. */ | |
36765 | #ifdef __cplusplus | |
36766 | extern "C" | |
36767 | #endif | |
36768 | /* We use char because int might match the return type of a gcc2 | |
36769 | builtin and then its argument prototype would still apply. */ | |
36770 | char dlerror (); | |
36771 | int | |
36772 | main () | |
36773 | { | |
36774 | dlerror (); | |
36775 | ; | |
36776 | return 0; | |
36777 | } | |
36778 | _ACEOF | |
36779 | rm -f conftest.$ac_objext conftest$ac_exeext | |
36780 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 36781 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 36782 | ac_status=$? |
ac1cb8d3 VS |
36783 | grep -v '^ *+' conftest.er1 >conftest.err |
36784 | rm -f conftest.er1 | |
36785 | cat conftest.err >&5 | |
a848cd7e SC |
36786 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
36787 | (exit $ac_status); } && | |
6ebeb4c7 | 36788 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
36789 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36790 | (eval $ac_try) 2>&5 | |
36791 | ac_status=$? | |
36792 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36793 | (exit $ac_status); }; } && | |
36794 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
36795 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36796 | (eval $ac_try) 2>&5 | |
36797 | ac_status=$? | |
36798 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36799 | (exit $ac_status); }; }; then | |
36800 | ac_cv_lib_dl_dlerror=yes | |
36801 | else | |
36802 | echo "$as_me: failed program was:" >&5 | |
36803 | sed 's/^/| /' conftest.$ac_ext >&5 | |
36804 | ||
36805 | ac_cv_lib_dl_dlerror=no | |
36806 | fi | |
ac1cb8d3 VS |
36807 | rm -f conftest.err conftest.$ac_objext \ |
36808 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
36809 | LIBS=$ac_check_lib_save_LIBS |
36810 | fi | |
36811 | echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5 | |
36812 | echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6 | |
36813 | if test $ac_cv_lib_dl_dlerror = yes; then | |
36814 | cat >>confdefs.h <<\_ACEOF | |
36815 | #define HAVE_DLERROR 1 | |
36816 | _ACEOF | |
36817 | ||
36818 | fi | |
36819 | ||
36820 | ||
36821 | ||
36822 | fi | |
36823 | done | |
36824 | ||
36825 | fi | |
36826 | fi | |
36827 | ||
36828 | if test "$HAVE_DL_FUNCS" = 0; then | |
36829 | if test "$HAVE_SHL_FUNCS" = 0; then | |
47a7e797 | 36830 | if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then |
a848cd7e SC |
36831 | { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5 |
36832 | echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;} | |
36833 | wxUSE_DYNAMIC_LOADER=no | |
36834 | wxUSE_DYNLIB_CLASS=no | |
36835 | else | |
36836 | { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5 | |
36837 | echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;} | |
36838 | fi | |
36839 | fi | |
36840 | fi | |
36841 | fi | |
36842 | fi | |
36843 | ||
36844 | if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then | |
36845 | cat >>confdefs.h <<\_ACEOF | |
36846 | #define wxUSE_DYNAMIC_LOADER 1 | |
36847 | _ACEOF | |
36848 | ||
36849 | fi | |
36850 | if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then | |
36851 | cat >>confdefs.h <<\_ACEOF | |
36852 | #define wxUSE_DYNLIB_CLASS 1 | |
36853 | _ACEOF | |
36854 | ||
36855 | fi | |
36856 | ||
36857 | ||
36858 | ||
36859 | if test "$wxUSE_PLUGINS" = "yes" ; then | |
36860 | if test "$wxUSE_SHARED" = "no" ; then | |
36861 | { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5 | |
36862 | echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;} | |
36863 | wxUSE_PLUGINS=no | |
36864 | fi | |
36865 | if test "$wxUSE_MONOLITHIC" = "yes" ; then | |
36866 | { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5 | |
36867 | echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;} | |
36868 | wxUSE_PLUGINS=no | |
36869 | fi | |
36870 | if test "$wxUSE_DYNLIB_CLASS" = "no" ; then | |
36871 | { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5 | |
36872 | echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;} | |
36873 | wxUSE_PLUGINS=no | |
36874 | fi | |
36875 | if test "$wxUSE_PLUGINS" = "yes" ; then | |
36876 | cat >>confdefs.h <<\_ACEOF | |
36877 | #define wxUSE_PLUGINS 1 | |
36878 | _ACEOF | |
36879 | ||
36880 | fi | |
36881 | fi | |
36882 | ||
36883 | ||
36884 | if test "$wxUSE_STL" = "yes"; then | |
36885 | cat >>confdefs.h <<\_ACEOF | |
36886 | #define wxUSE_STL 1 | |
36887 | _ACEOF | |
36888 | ||
36889 | fi | |
36890 | ||
36891 | if test "$wxUSE_APPLE_IEEE" = "yes"; then | |
36892 | cat >>confdefs.h <<\_ACEOF | |
36893 | #define wxUSE_APPLE_IEEE 1 | |
36894 | _ACEOF | |
36895 | ||
36896 | fi | |
36897 | ||
36898 | if test "$wxUSE_TIMER" = "yes"; then | |
36899 | cat >>confdefs.h <<\_ACEOF | |
36900 | #define wxUSE_TIMER 1 | |
36901 | _ACEOF | |
36902 | ||
36903 | fi | |
36904 | ||
9c112555 | 36905 | if test "$USE_UNIX" = "1" ; then |
a848cd7e SC |
36906 | |
36907 | for ac_header in sys/soundcard.h | |
36908 | do | |
36909 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
36910 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
36911 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
36912 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
36913 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
36914 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
36915 | fi | |
36916 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
36917 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
36918 | else | |
36919 | # Is the header compilable? | |
36920 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
36921 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
36922 | cat >conftest.$ac_ext <<_ACEOF | |
36923 | /* confdefs.h. */ | |
36924 | _ACEOF | |
36925 | cat confdefs.h >>conftest.$ac_ext | |
36926 | cat >>conftest.$ac_ext <<_ACEOF | |
36927 | /* end confdefs.h. */ | |
36928 | $ac_includes_default | |
36929 | #include <$ac_header> | |
36930 | _ACEOF | |
36931 | rm -f conftest.$ac_objext | |
36932 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 36933 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 36934 | ac_status=$? |
ac1cb8d3 VS |
36935 | grep -v '^ *+' conftest.er1 >conftest.err |
36936 | rm -f conftest.er1 | |
36937 | cat conftest.err >&5 | |
a848cd7e SC |
36938 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
36939 | (exit $ac_status); } && | |
6ebeb4c7 | 36940 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
36941 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36942 | (eval $ac_try) 2>&5 | |
36943 | ac_status=$? | |
36944 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36945 | (exit $ac_status); }; } && | |
36946 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
36947 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36948 | (eval $ac_try) 2>&5 | |
36949 | ac_status=$? | |
36950 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36951 | (exit $ac_status); }; }; then | |
36952 | ac_header_compiler=yes | |
36953 | else | |
36954 | echo "$as_me: failed program was:" >&5 | |
36955 | sed 's/^/| /' conftest.$ac_ext >&5 | |
36956 | ||
36957 | ac_header_compiler=no | |
36958 | fi | |
ac1cb8d3 | 36959 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
36960 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
36961 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
36962 | ||
36963 | # Is the header present? | |
36964 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
36965 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
36966 | cat >conftest.$ac_ext <<_ACEOF | |
36967 | /* confdefs.h. */ | |
36968 | _ACEOF | |
36969 | cat confdefs.h >>conftest.$ac_ext | |
36970 | cat >>conftest.$ac_ext <<_ACEOF | |
36971 | /* end confdefs.h. */ | |
36972 | #include <$ac_header> | |
36973 | _ACEOF | |
36974 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
36975 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
36976 | ac_status=$? | |
36977 | grep -v '^ *+' conftest.er1 >conftest.err | |
36978 | rm -f conftest.er1 | |
36979 | cat conftest.err >&5 | |
36980 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36981 | (exit $ac_status); } >/dev/null; then | |
36982 | if test -s conftest.err; then | |
36983 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 36984 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
36985 | else |
36986 | ac_cpp_err= | |
36987 | fi | |
36988 | else | |
36989 | ac_cpp_err=yes | |
36990 | fi | |
36991 | if test -z "$ac_cpp_err"; then | |
36992 | ac_header_preproc=yes | |
36993 | else | |
36994 | echo "$as_me: failed program was:" >&5 | |
36995 | sed 's/^/| /' conftest.$ac_ext >&5 | |
36996 | ||
36997 | ac_header_preproc=no | |
36998 | fi | |
36999 | rm -f conftest.err conftest.$ac_ext | |
37000 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
37001 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
37002 | ||
37003 | # So? What about this header? | |
ac1cb8d3 VS |
37004 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
37005 | yes:no: ) | |
a848cd7e SC |
37006 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
37007 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
37008 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
37009 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
37010 | ac_header_preproc=yes | |
a848cd7e | 37011 | ;; |
ac1cb8d3 | 37012 | no:yes:* ) |
a848cd7e SC |
37013 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
37014 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
37015 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
37016 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
37017 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
37018 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
37019 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
37020 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
37021 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
37022 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
37023 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
37024 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
37025 | ( |
37026 | cat <<\_ASBOX | |
ac1cb8d3 VS |
37027 | ## ----------------------------------------- ## |
37028 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
37029 | ## ----------------------------------------- ## | |
a848cd7e SC |
37030 | _ASBOX |
37031 | ) | | |
37032 | sed "s/^/$as_me: WARNING: /" >&2 | |
37033 | ;; | |
37034 | esac | |
37035 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
37036 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
37037 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
37038 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
37039 | else | |
ac1cb8d3 | 37040 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
37041 | fi |
37042 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
37043 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
37044 | ||
37045 | fi | |
37046 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
37047 | cat >>confdefs.h <<_ACEOF | |
37048 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
37049 | _ACEOF | |
37050 | ||
9c112555 MW |
37051 | else |
37052 | DISABLED_CONTRIB="$DISABLED_CONTRIB mmedia" | |
a848cd7e SC |
37053 | fi |
37054 | ||
37055 | done | |
37056 | ||
9c112555 MW |
37057 | fi |
37058 | WITH_PLUGIN_SDL=0 | |
37059 | if test "$wxUSE_SOUND" = "yes"; then | |
37060 | if test "$USE_UNIX" = "1" ; then | |
a848cd7e SC |
37061 | if test "$wxUSE_LIBSDL" != "no"; then |
37062 | ||
37063 | # Check whether --with-sdl-prefix or --without-sdl-prefix was given. | |
37064 | if test "${with_sdl_prefix+set}" = set; then | |
37065 | withval="$with_sdl_prefix" | |
37066 | sdl_prefix="$withval" | |
37067 | else | |
37068 | sdl_prefix="" | |
37069 | fi; | |
37070 | ||
37071 | # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given. | |
37072 | if test "${with_sdl_exec_prefix+set}" = set; then | |
37073 | withval="$with_sdl_exec_prefix" | |
37074 | sdl_exec_prefix="$withval" | |
37075 | else | |
37076 | sdl_exec_prefix="" | |
37077 | fi; | |
37078 | # Check whether --enable-sdltest or --disable-sdltest was given. | |
37079 | if test "${enable_sdltest+set}" = set; then | |
37080 | enableval="$enable_sdltest" | |
37081 | ||
37082 | else | |
37083 | enable_sdltest=yes | |
37084 | fi; | |
37085 | ||
37086 | if test x$sdl_exec_prefix != x ; then | |
37087 | sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix" | |
37088 | if test x${SDL_CONFIG+set} != xset ; then | |
37089 | SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config | |
37090 | fi | |
37091 | fi | |
37092 | if test x$sdl_prefix != x ; then | |
37093 | sdl_args="$sdl_args --prefix=$sdl_prefix" | |
37094 | if test x${SDL_CONFIG+set} != xset ; then | |
37095 | SDL_CONFIG=$sdl_prefix/bin/sdl-config | |
37096 | fi | |
37097 | fi | |
37098 | ||
37099 | ||
37100 | PATH="$prefix/bin:$prefix/usr/bin:$PATH" | |
37101 | # Extract the first word of "sdl-config", so it can be a program name with args. | |
37102 | set dummy sdl-config; ac_word=$2 | |
37103 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
37104 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
37105 | if test "${ac_cv_path_SDL_CONFIG+set}" = set; then | |
37106 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
37107 | else | |
37108 | case $SDL_CONFIG in | |
37109 | [\\/]* | ?:[\\/]*) | |
37110 | ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path. | |
37111 | ;; | |
37112 | *) | |
37113 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
37114 | for as_dir in $PATH | |
37115 | do | |
37116 | IFS=$as_save_IFS | |
37117 | test -z "$as_dir" && as_dir=. | |
37118 | for ac_exec_ext in '' $ac_executable_extensions; do | |
37119 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
37120 | ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
37121 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
37122 | break 2 | |
37123 | fi | |
37124 | done | |
37125 | done | |
37126 | ||
37127 | test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no" | |
37128 | ;; | |
37129 | esac | |
37130 | fi | |
37131 | SDL_CONFIG=$ac_cv_path_SDL_CONFIG | |
37132 | ||
37133 | if test -n "$SDL_CONFIG"; then | |
37134 | echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5 | |
37135 | echo "${ECHO_T}$SDL_CONFIG" >&6 | |
37136 | else | |
37137 | echo "$as_me:$LINENO: result: no" >&5 | |
37138 | echo "${ECHO_T}no" >&6 | |
37139 | fi | |
37140 | ||
37141 | min_sdl_version=1.2.0 | |
37142 | echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5 | |
37143 | echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6 | |
37144 | no_sdl="" | |
37145 | if test "$SDL_CONFIG" = "no" ; then | |
37146 | no_sdl=yes | |
37147 | else | |
37148 | SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags` | |
37149 | SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs` | |
37150 | ||
37151 | sdl_major_version=`$SDL_CONFIG $sdl_args --version | \ | |
37152 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
37153 | sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \ | |
37154 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
37155 | sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \ | |
37156 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
37157 | if test "x$enable_sdltest" = "xyes" ; then | |
37158 | ac_save_CFLAGS="$CFLAGS" | |
94acd38e | 37159 | ac_save_CXXFLAGS="$CXXFLAGS" |
a848cd7e SC |
37160 | ac_save_LIBS="$LIBS" |
37161 | CFLAGS="$CFLAGS $SDL_CFLAGS" | |
94acd38e | 37162 | CXXFLAGS="$CXXFLAGS $SDL_CFLAGS" |
a848cd7e SC |
37163 | LIBS="$LIBS $SDL_LIBS" |
37164 | rm -f conf.sdltest | |
37165 | if test "$cross_compiling" = yes; then | |
37166 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
37167 | else | |
37168 | cat >conftest.$ac_ext <<_ACEOF | |
37169 | /* confdefs.h. */ | |
37170 | _ACEOF | |
37171 | cat confdefs.h >>conftest.$ac_ext | |
37172 | cat >>conftest.$ac_ext <<_ACEOF | |
37173 | /* end confdefs.h. */ | |
37174 | ||
37175 | #include <stdio.h> | |
37176 | #include <stdlib.h> | |
37177 | #include <string.h> | |
37178 | #include "SDL.h" | |
37179 | ||
37180 | char* | |
37181 | my_strdup (char *str) | |
37182 | { | |
37183 | char *new_str; | |
37184 | ||
37185 | if (str) | |
37186 | { | |
37187 | new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char)); | |
37188 | strcpy (new_str, str); | |
37189 | } | |
37190 | else | |
37191 | new_str = NULL; | |
37192 | ||
37193 | return new_str; | |
37194 | } | |
37195 | ||
37196 | int main (int argc, char *argv[]) | |
37197 | { | |
37198 | int major, minor, micro; | |
37199 | char *tmp_version; | |
37200 | ||
37201 | /* This hangs on some systems (?) | |
37202 | system ("touch conf.sdltest"); | |
37203 | */ | |
37204 | { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); } | |
37205 | ||
37206 | /* HP/UX 9 (%@#!) writes to sscanf strings */ | |
37207 | tmp_version = my_strdup("$min_sdl_version"); | |
37208 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
37209 | printf("%s, bad version string\n", "$min_sdl_version"); | |
37210 | exit(1); | |
37211 | } | |
37212 | ||
37213 | if (($sdl_major_version > major) || | |
37214 | (($sdl_major_version == major) && ($sdl_minor_version > minor)) || | |
37215 | (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro))) | |
37216 | { | |
37217 | return 0; | |
37218 | } | |
37219 | else | |
37220 | { | |
37221 | printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version); | |
37222 | printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro); | |
37223 | printf("*** best to upgrade to the required version.\n"); | |
37224 | printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n"); | |
37225 | printf("*** to point to the correct copy of sdl-config, and remove the file\n"); | |
37226 | printf("*** config.cache before re-running configure\n"); | |
37227 | return 1; | |
37228 | } | |
37229 | } | |
37230 | ||
37231 | ||
37232 | _ACEOF | |
37233 | rm -f conftest$ac_exeext | |
37234 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
37235 | (eval $ac_link) 2>&5 | |
37236 | ac_status=$? | |
37237 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37238 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
37239 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
37240 | (eval $ac_try) 2>&5 | |
37241 | ac_status=$? | |
37242 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37243 | (exit $ac_status); }; }; then | |
37244 | : | |
37245 | else | |
37246 | echo "$as_me: program exited with status $ac_status" >&5 | |
37247 | echo "$as_me: failed program was:" >&5 | |
37248 | sed 's/^/| /' conftest.$ac_ext >&5 | |
37249 | ||
37250 | ( exit $ac_status ) | |
37251 | no_sdl=yes | |
37252 | fi | |
ac1cb8d3 | 37253 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
37254 | fi |
37255 | CFLAGS="$ac_save_CFLAGS" | |
94acd38e | 37256 | CXXFLAGS="$ac_save_CXXFLAGS" |
a848cd7e SC |
37257 | LIBS="$ac_save_LIBS" |
37258 | fi | |
37259 | fi | |
37260 | if test "x$no_sdl" = x ; then | |
37261 | echo "$as_me:$LINENO: result: yes" >&5 | |
37262 | echo "${ECHO_T}yes" >&6 | |
37263 | ||
37264 | EXTRALIBS_SDL="$SDL_LIBS" | |
37265 | CXXFLAGS="$CXXFLAGS $SDL_CFLAGS" | |
37266 | cat >>confdefs.h <<\_ACEOF | |
37267 | #define wxUSE_LIBSDL 1 | |
37268 | _ACEOF | |
37269 | ||
37270 | ||
37271 | else | |
37272 | echo "$as_me:$LINENO: result: no" >&5 | |
37273 | echo "${ECHO_T}no" >&6 | |
37274 | if test "$SDL_CONFIG" = "no" ; then | |
37275 | echo "*** The sdl-config script installed by SDL could not be found" | |
37276 | echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in" | |
37277 | echo "*** your path, or set the SDL_CONFIG environment variable to the" | |
37278 | echo "*** full path to sdl-config." | |
37279 | else | |
37280 | if test -f conf.sdltest ; then | |
37281 | : | |
37282 | else | |
37283 | echo "*** Could not run SDL test program, checking why..." | |
37284 | CFLAGS="$CFLAGS $SDL_CFLAGS" | |
94acd38e | 37285 | CXXFLAGS="$CXXFLAGS $SDL_CFLAGS" |
a848cd7e SC |
37286 | LIBS="$LIBS $SDL_LIBS" |
37287 | cat >conftest.$ac_ext <<_ACEOF | |
37288 | /* confdefs.h. */ | |
37289 | _ACEOF | |
37290 | cat confdefs.h >>conftest.$ac_ext | |
37291 | cat >>conftest.$ac_ext <<_ACEOF | |
37292 | /* end confdefs.h. */ | |
37293 | ||
37294 | #include <stdio.h> | |
37295 | #include "SDL.h" | |
37296 | ||
37297 | int main(int argc, char *argv[]) | |
37298 | { return 0; } | |
37299 | #undef main | |
37300 | #define main K_and_R_C_main | |
37301 | ||
37302 | int | |
37303 | main () | |
37304 | { | |
37305 | return 0; | |
37306 | ; | |
37307 | return 0; | |
37308 | } | |
37309 | _ACEOF | |
37310 | rm -f conftest.$ac_objext conftest$ac_exeext | |
37311 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 37312 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 37313 | ac_status=$? |
ac1cb8d3 VS |
37314 | grep -v '^ *+' conftest.er1 >conftest.err |
37315 | rm -f conftest.er1 | |
37316 | cat conftest.err >&5 | |
a848cd7e SC |
37317 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
37318 | (exit $ac_status); } && | |
6ebeb4c7 | 37319 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
37320 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37321 | (eval $ac_try) 2>&5 | |
37322 | ac_status=$? | |
37323 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37324 | (exit $ac_status); }; } && | |
37325 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
37326 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37327 | (eval $ac_try) 2>&5 | |
37328 | ac_status=$? | |
37329 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37330 | (exit $ac_status); }; }; then | |
37331 | echo "*** The test program compiled, but did not run. This usually means" | |
37332 | echo "*** that the run-time linker is not finding SDL or finding the wrong" | |
37333 | echo "*** version of SDL. If it is not finding SDL, you'll need to set your" | |
37334 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
37335 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
37336 | echo "*** is required on your system" | |
37337 | echo "***" | |
37338 | echo "*** If you have an old version installed, it is best to remove it, although" | |
37339 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" | |
37340 | else | |
37341 | echo "$as_me: failed program was:" >&5 | |
37342 | sed 's/^/| /' conftest.$ac_ext >&5 | |
37343 | ||
37344 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
37345 | echo "*** exact error that occured. This usually means SDL was incorrectly installed" | |
37346 | echo "*** or that you have moved SDL since it was installed. In the latter case, you" | |
37347 | echo "*** may want to edit the sdl-config script: $SDL_CONFIG" | |
37348 | fi | |
ac1cb8d3 VS |
37349 | rm -f conftest.err conftest.$ac_objext \ |
37350 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e | 37351 | CFLAGS="$ac_save_CFLAGS" |
94acd38e | 37352 | CXXFLAGS="$ac_save_CXXFLAGS" |
a848cd7e SC |
37353 | LIBS="$ac_save_LIBS" |
37354 | fi | |
37355 | fi | |
37356 | SDL_CFLAGS="" | |
37357 | SDL_LIBS="" | |
37358 | wxUSE_LIBSDL="no" | |
37359 | fi | |
37360 | ||
37361 | ||
37362 | rm -f conf.sdltest | |
37363 | ||
37364 | if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then | |
37365 | WITH_PLUGIN_SDL=1 | |
37366 | fi | |
37367 | fi | |
37368 | fi | |
37369 | ||
37370 | cat >>confdefs.h <<\_ACEOF | |
37371 | #define wxUSE_SOUND 1 | |
37372 | _ACEOF | |
37373 | ||
37374 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound" | |
37375 | fi | |
37376 | ||
d1c38808 VZ |
37377 | if test "$WXGTK20" = 1; then |
37378 | if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then | |
37379 | if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then | |
37380 | ||
37381 | ||
37382 | succeeded=no | |
37383 | ||
37384 | if test -z "$PKG_CONFIG"; then | |
37385 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
37386 | set dummy pkg-config; ac_word=$2 | |
37387 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
37388 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
37389 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then | |
37390 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
37391 | else | |
37392 | case $PKG_CONFIG in | |
37393 | [\\/]* | ?:[\\/]*) | |
37394 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | |
37395 | ;; | |
37396 | *) | |
37397 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
37398 | for as_dir in $PATH | |
37399 | do | |
37400 | IFS=$as_save_IFS | |
37401 | test -z "$as_dir" && as_dir=. | |
37402 | for ac_exec_ext in '' $ac_executable_extensions; do | |
37403 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
37404 | ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
37405 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
37406 | break 2 | |
37407 | fi | |
37408 | done | |
37409 | done | |
37410 | ||
37411 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" | |
37412 | ;; | |
37413 | esac | |
37414 | fi | |
37415 | PKG_CONFIG=$ac_cv_path_PKG_CONFIG | |
37416 | ||
37417 | if test -n "$PKG_CONFIG"; then | |
37418 | echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 | |
37419 | echo "${ECHO_T}$PKG_CONFIG" >&6 | |
37420 | else | |
37421 | echo "$as_me:$LINENO: result: no" >&5 | |
37422 | echo "${ECHO_T}no" >&6 | |
37423 | fi | |
37424 | ||
37425 | fi | |
37426 | ||
37427 | if test "$PKG_CONFIG" = "no" ; then | |
37428 | echo "*** The pkg-config script could not be found. Make sure it is" | |
37429 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
37430 | echo "*** to the full path to pkg-config." | |
37431 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
37432 | else | |
37433 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
37434 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
ffa762ff VS |
37435 | echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5 |
37436 | echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6 | |
d1c38808 | 37437 | |
ffa762ff | 37438 | if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then |
d1c38808 VZ |
37439 | echo "$as_me:$LINENO: result: yes" >&5 |
37440 | echo "${ECHO_T}yes" >&6 | |
37441 | succeeded=yes | |
37442 | ||
37443 | echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5 | |
37444 | echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6 | |
ffa762ff | 37445 | LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"` |
d1c38808 VZ |
37446 | echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5 |
37447 | echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6 | |
37448 | ||
37449 | echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5 | |
37450 | echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6 | |
ffa762ff | 37451 | LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"` |
d1c38808 VZ |
37452 | echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5 |
37453 | echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6 | |
37454 | else | |
37455 | LIBGNOMEPRINTUI_CFLAGS="" | |
37456 | LIBGNOMEPRINTUI_LIBS="" | |
37457 | ## If we have a custom action on failure, don't print errors, but | |
37458 | ## do set a variable so people can do so. | |
ffa762ff | 37459 | LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"` |
d1c38808 VZ |
37460 | |
37461 | fi | |
37462 | ||
37463 | ||
37464 | ||
37465 | else | |
37466 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
37467 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
37468 | fi | |
37469 | fi | |
37470 | ||
37471 | if test $succeeded = yes; then | |
37472 | ||
d1c38808 VZ |
37473 | CXXFLAGS="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS" |
37474 | cat >>confdefs.h <<\_ACEOF | |
37475 | #define wxUSE_LIBGNOMEPRINT 1 | |
37476 | _ACEOF | |
37477 | ||
37478 | ||
37479 | else | |
37480 | ||
37481 | { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5 | |
37482 | echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;} | |
37483 | wxUSE_LIBGNOMEPRINT="no" | |
37484 | ||
37485 | ||
37486 | fi | |
37487 | ||
37488 | fi | |
37489 | fi | |
37490 | fi | |
37491 | ||
37492 | ||
a848cd7e SC |
37493 | if test "$wxUSE_CMDLINE_PARSER" = "yes"; then |
37494 | cat >>confdefs.h <<\_ACEOF | |
37495 | #define wxUSE_CMDLINE_PARSER 1 | |
37496 | _ACEOF | |
37497 | ||
37498 | fi | |
37499 | ||
37500 | if test "$wxUSE_STOPWATCH" = "yes"; then | |
37501 | cat >>confdefs.h <<\_ACEOF | |
37502 | #define wxUSE_STOPWATCH 1 | |
37503 | _ACEOF | |
37504 | ||
37505 | fi | |
37506 | ||
37507 | if test "$wxUSE_DATETIME" = "yes"; then | |
37508 | cat >>confdefs.h <<\_ACEOF | |
37509 | #define wxUSE_DATETIME 1 | |
37510 | _ACEOF | |
37511 | ||
37512 | fi | |
37513 | ||
37514 | if test "$wxUSE_FILE" = "yes"; then | |
37515 | cat >>confdefs.h <<\_ACEOF | |
37516 | #define wxUSE_FILE 1 | |
37517 | _ACEOF | |
37518 | ||
37519 | fi | |
37520 | ||
37521 | if test "$wxUSE_FFILE" = "yes"; then | |
37522 | cat >>confdefs.h <<\_ACEOF | |
37523 | #define wxUSE_FFILE 1 | |
37524 | _ACEOF | |
37525 | ||
37526 | fi | |
37527 | ||
37528 | if test "$wxUSE_FILESYSTEM" = "yes"; then | |
37529 | cat >>confdefs.h <<\_ACEOF | |
37530 | #define wxUSE_FILESYSTEM 1 | |
37531 | _ACEOF | |
37532 | ||
37533 | fi | |
37534 | ||
37535 | if test "$wxUSE_FS_ZIP" = "yes"; then | |
37536 | cat >>confdefs.h <<\_ACEOF | |
37537 | #define wxUSE_FS_ZIP 1 | |
37538 | _ACEOF | |
37539 | ||
37540 | fi | |
37541 | ||
9e8e867f | 37542 | if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then |
a848cd7e | 37543 | cat >>confdefs.h <<\_ACEOF |
9e8e867f | 37544 | #define wxUSE_ARCHIVE_STREAMS 1 |
81f90336 MW |
37545 | _ACEOF |
37546 | ||
37547 | fi | |
37548 | ||
37549 | if test "$wxUSE_ZIPSTREAM" = "yes"; then | |
9e8e867f | 37550 | if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then |
81f90336 MW |
37551 | { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5 |
37552 | echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;} | |
37553 | elif test "$wxUSE_ZLIB" = "no"; then | |
37554 | { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5 | |
37555 | echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;} | |
37556 | else | |
37557 | cat >>confdefs.h <<\_ACEOF | |
a848cd7e SC |
37558 | #define wxUSE_ZIPSTREAM 1 |
37559 | _ACEOF | |
37560 | ||
81f90336 | 37561 | fi |
a848cd7e SC |
37562 | fi |
37563 | ||
a848cd7e | 37564 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then |
18228ab4 MW |
37565 | if test "$USE_UNIX" != 1; then |
37566 | { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5 | |
37567 | echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;} | |
37568 | wxUSE_ON_FATAL_EXCEPTION=no | |
37569 | else | |
37570 | cat >>confdefs.h <<\_ACEOF | |
a848cd7e SC |
37571 | #define wxUSE_ON_FATAL_EXCEPTION 1 |
37572 | _ACEOF | |
37573 | ||
18228ab4 | 37574 | fi |
a848cd7e SC |
37575 | fi |
37576 | ||
eaff0f0d VZ |
37577 | if test "$wxUSE_STACKWALKER" = "yes"; then |
37578 | cat >>confdefs.h <<\_ACEOF | |
37579 | #define wxUSE_STACKWALKER 1 | |
37580 | _ACEOF | |
37581 | ||
37582 | fi | |
37583 | ||
36b6448c | 37584 | if test "$wxUSE_DEBUGREPORT" = "yes"; then |
18228ab4 MW |
37585 | if test "$USE_UNIX" != "1" -a "$USE_WIN32" != "1"; then |
37586 | { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5 | |
37587 | echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;} | |
dfe0c803 JS |
37588 | wxUSE_DEBUGREPORT=no |
37589 | else | |
37590 | cat >>confdefs.h <<\_ACEOF | |
36b6448c VZ |
37591 | #define wxUSE_DEBUGREPORT 1 |
37592 | _ACEOF | |
37593 | ||
21dfc162 MW |
37594 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then |
37595 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt" | |
37596 | fi | |
dfe0c803 | 37597 | fi |
36b6448c VZ |
37598 | fi |
37599 | ||
a848cd7e SC |
37600 | if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then |
37601 | cat >>confdefs.h <<\_ACEOF | |
37602 | #define wxUSE_SNGLINST_CHECKER 1 | |
37603 | _ACEOF | |
37604 | ||
37605 | fi | |
37606 | ||
37607 | if test "$wxUSE_BUSYINFO" = "yes"; then | |
37608 | cat >>confdefs.h <<\_ACEOF | |
37609 | #define wxUSE_BUSYINFO 1 | |
37610 | _ACEOF | |
37611 | ||
37612 | fi | |
37613 | ||
37614 | if test "$wxUSE_STD_IOSTREAM" = "yes"; then | |
37615 | cat >>confdefs.h <<\_ACEOF | |
37616 | #define wxUSE_STD_IOSTREAM 1 | |
37617 | _ACEOF | |
37618 | ||
37619 | fi | |
37620 | ||
59746b65 MW |
37621 | if test "$wxUSE_STD_STRING" = "yes"; then |
37622 | cat >>confdefs.h <<\_ACEOF | |
37623 | #define wxUSE_STD_STRING 1 | |
37624 | _ACEOF | |
37625 | ||
37626 | fi | |
37627 | ||
07158944 VZ |
37628 | if test "$wxUSE_STDPATHS" = "yes"; then |
37629 | cat >>confdefs.h <<\_ACEOF | |
37630 | #define wxUSE_STDPATHS 1 | |
37631 | _ACEOF | |
37632 | ||
37633 | fi | |
37634 | ||
a848cd7e SC |
37635 | if test "$wxUSE_TEXTBUFFER" = "yes"; then |
37636 | cat >>confdefs.h <<\_ACEOF | |
37637 | #define wxUSE_TEXTBUFFER 1 | |
37638 | _ACEOF | |
37639 | ||
37640 | fi | |
37641 | ||
37642 | if test "$wxUSE_TEXTFILE" = "yes"; then | |
37643 | if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then | |
37644 | { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5 | |
37645 | echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;} | |
37646 | else | |
37647 | cat >>confdefs.h <<\_ACEOF | |
37648 | #define wxUSE_TEXTFILE 1 | |
37649 | _ACEOF | |
37650 | ||
37651 | fi | |
37652 | fi | |
37653 | ||
37654 | if test "$wxUSE_CONFIG" = "yes" ; then | |
37655 | if test "$wxUSE_TEXTFILE" != "yes"; then | |
37656 | { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5 | |
37657 | echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;} | |
37658 | else | |
37659 | cat >>confdefs.h <<\_ACEOF | |
37660 | #define wxUSE_CONFIG 1 | |
89be85c2 VS |
37661 | _ACEOF |
37662 | ||
37663 | cat >>confdefs.h <<\_ACEOF | |
37664 | #define wxUSE_CONFIG_NATIVE 1 | |
a848cd7e SC |
37665 | _ACEOF |
37666 | ||
37667 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config" | |
37668 | fi | |
37669 | fi | |
37670 | ||
37671 | if test "$wxUSE_INTL" = "yes" ; then | |
37672 | if test "$wxUSE_FILE" != "yes"; then | |
37673 | { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5 | |
37674 | echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;} | |
37675 | else | |
37676 | cat >>confdefs.h <<\_ACEOF | |
37677 | #define wxUSE_INTL 1 | |
37678 | _ACEOF | |
37679 | ||
37680 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat" | |
37681 | GUIDIST="$GUIDIST INTL_DIST" | |
37682 | fi | |
37683 | fi | |
37684 | ||
37685 | if test "$wxUSE_LOG" = "yes"; then | |
37686 | cat >>confdefs.h <<\_ACEOF | |
37687 | #define wxUSE_LOG 1 | |
37688 | _ACEOF | |
37689 | ||
37690 | ||
37691 | if test "$wxUSE_LOGGUI" = "yes"; then | |
37692 | cat >>confdefs.h <<\_ACEOF | |
37693 | #define wxUSE_LOGGUI 1 | |
37694 | _ACEOF | |
37695 | ||
37696 | fi | |
37697 | ||
37698 | if test "$wxUSE_LOGWINDOW" = "yes"; then | |
37699 | cat >>confdefs.h <<\_ACEOF | |
37700 | #define wxUSE_LOGWINDOW 1 | |
37701 | _ACEOF | |
37702 | ||
37703 | fi | |
37704 | ||
37705 | if test "$wxUSE_LOGDIALOG" = "yes"; then | |
37706 | cat >>confdefs.h <<\_ACEOF | |
37707 | #define wxUSE_LOG_DIALOG 1 | |
37708 | _ACEOF | |
37709 | ||
37710 | fi | |
0b78747f MW |
37711 | |
37712 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard" | |
a848cd7e SC |
37713 | fi |
37714 | ||
37715 | if test "$wxUSE_LONGLONG" = "yes"; then | |
37716 | cat >>confdefs.h <<\_ACEOF | |
37717 | #define wxUSE_LONGLONG 1 | |
37718 | _ACEOF | |
37719 | ||
37720 | fi | |
37721 | ||
37722 | if test "$wxUSE_GEOMETRY" = "yes"; then | |
37723 | cat >>confdefs.h <<\_ACEOF | |
37724 | #define wxUSE_GEOMETRY 1 | |
37725 | _ACEOF | |
37726 | ||
37727 | fi | |
37728 | ||
a848cd7e SC |
37729 | if test "$wxUSE_STREAMS" = "yes" ; then |
37730 | cat >>confdefs.h <<\_ACEOF | |
37731 | #define wxUSE_STREAMS 1 | |
37732 | _ACEOF | |
37733 | ||
37734 | fi | |
37735 | ||
37736 | ||
37737 | if test "$wxUSE_DATETIME" = "yes"; then | |
37738 | ||
37739 | for ac_func in strptime | |
37740 | do | |
37741 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
37742 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
37743 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
37744 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
37745 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
37746 | else | |
37747 | cat >conftest.$ac_ext <<_ACEOF | |
37748 | /* confdefs.h. */ | |
37749 | _ACEOF | |
37750 | cat confdefs.h >>conftest.$ac_ext | |
37751 | cat >>conftest.$ac_ext <<_ACEOF | |
37752 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
37753 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
37754 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
37755 | #define $ac_func innocuous_$ac_func | |
37756 | ||
a848cd7e SC |
37757 | /* System header to define __stub macros and hopefully few prototypes, |
37758 | which can conflict with char $ac_func (); below. | |
37759 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
37760 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 37761 | |
a848cd7e SC |
37762 | #ifdef __STDC__ |
37763 | # include <limits.h> | |
37764 | #else | |
37765 | # include <assert.h> | |
37766 | #endif | |
ac1cb8d3 VS |
37767 | |
37768 | #undef $ac_func | |
37769 | ||
a848cd7e SC |
37770 | /* Override any gcc2 internal prototype to avoid an error. */ |
37771 | #ifdef __cplusplus | |
37772 | extern "C" | |
37773 | { | |
37774 | #endif | |
37775 | /* We use char because int might match the return type of a gcc2 | |
37776 | builtin and then its argument prototype would still apply. */ | |
37777 | char $ac_func (); | |
37778 | /* The GNU C library defines this for functions which it implements | |
37779 | to always fail with ENOSYS. Some functions are actually named | |
37780 | something starting with __ and the normal name is an alias. */ | |
37781 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
37782 | choke me | |
37783 | #else | |
37784 | char (*f) () = $ac_func; | |
37785 | #endif | |
37786 | #ifdef __cplusplus | |
37787 | } | |
37788 | #endif | |
37789 | ||
37790 | int | |
37791 | main () | |
37792 | { | |
37793 | return f != $ac_func; | |
37794 | ; | |
37795 | return 0; | |
37796 | } | |
37797 | _ACEOF | |
37798 | rm -f conftest.$ac_objext conftest$ac_exeext | |
37799 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 37800 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 37801 | ac_status=$? |
ac1cb8d3 VS |
37802 | grep -v '^ *+' conftest.er1 >conftest.err |
37803 | rm -f conftest.er1 | |
37804 | cat conftest.err >&5 | |
a848cd7e SC |
37805 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
37806 | (exit $ac_status); } && | |
6ebeb4c7 | 37807 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
37808 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37809 | (eval $ac_try) 2>&5 | |
37810 | ac_status=$? | |
37811 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37812 | (exit $ac_status); }; } && | |
37813 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
37814 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37815 | (eval $ac_try) 2>&5 | |
37816 | ac_status=$? | |
37817 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37818 | (exit $ac_status); }; }; then | |
37819 | eval "$as_ac_var=yes" | |
37820 | else | |
37821 | echo "$as_me: failed program was:" >&5 | |
37822 | sed 's/^/| /' conftest.$ac_ext >&5 | |
37823 | ||
37824 | eval "$as_ac_var=no" | |
37825 | fi | |
ac1cb8d3 VS |
37826 | rm -f conftest.err conftest.$ac_objext \ |
37827 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
37828 | fi |
37829 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
37830 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
37831 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
37832 | cat >>confdefs.h <<_ACEOF | |
37833 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
37834 | _ACEOF | |
37835 | ||
37836 | fi | |
37837 | done | |
37838 | ||
37839 | ||
37840 | echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5 | |
37841 | echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6 | |
37842 | if test "${wx_cv_var_timezone+set}" = set; then | |
37843 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
37844 | else | |
37845 | ||
37846 | cat >conftest.$ac_ext <<_ACEOF | |
37847 | /* confdefs.h. */ | |
37848 | _ACEOF | |
37849 | cat confdefs.h >>conftest.$ac_ext | |
37850 | cat >>conftest.$ac_ext <<_ACEOF | |
37851 | /* end confdefs.h. */ | |
37852 | ||
37853 | #include <time.h> | |
37854 | ||
37855 | int | |
37856 | main () | |
37857 | { | |
37858 | ||
37859 | int tz; | |
37860 | tz = timezone; | |
37861 | ||
37862 | ; | |
37863 | return 0; | |
37864 | } | |
37865 | _ACEOF | |
37866 | rm -f conftest.$ac_objext | |
37867 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 37868 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 37869 | ac_status=$? |
ac1cb8d3 VS |
37870 | grep -v '^ *+' conftest.er1 >conftest.err |
37871 | rm -f conftest.er1 | |
37872 | cat conftest.err >&5 | |
a848cd7e SC |
37873 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
37874 | (exit $ac_status); } && | |
6ebeb4c7 | 37875 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
37876 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37877 | (eval $ac_try) 2>&5 | |
37878 | ac_status=$? | |
37879 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37880 | (exit $ac_status); }; } && | |
37881 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
37882 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37883 | (eval $ac_try) 2>&5 | |
37884 | ac_status=$? | |
37885 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37886 | (exit $ac_status); }; }; then | |
37887 | ||
37888 | wx_cv_var_timezone=timezone | |
37889 | ||
37890 | else | |
37891 | echo "$as_me: failed program was:" >&5 | |
37892 | sed 's/^/| /' conftest.$ac_ext >&5 | |
37893 | ||
37894 | ||
37895 | cat >conftest.$ac_ext <<_ACEOF | |
37896 | /* confdefs.h. */ | |
37897 | _ACEOF | |
37898 | cat confdefs.h >>conftest.$ac_ext | |
37899 | cat >>conftest.$ac_ext <<_ACEOF | |
37900 | /* end confdefs.h. */ | |
37901 | ||
37902 | #include <time.h> | |
37903 | ||
37904 | int | |
37905 | main () | |
37906 | { | |
37907 | ||
37908 | int tz; | |
37909 | tz = _timezone; | |
37910 | ||
37911 | ; | |
37912 | return 0; | |
37913 | } | |
37914 | _ACEOF | |
37915 | rm -f conftest.$ac_objext | |
37916 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 37917 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 37918 | ac_status=$? |
ac1cb8d3 VS |
37919 | grep -v '^ *+' conftest.er1 >conftest.err |
37920 | rm -f conftest.er1 | |
37921 | cat conftest.err >&5 | |
a848cd7e SC |
37922 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
37923 | (exit $ac_status); } && | |
6ebeb4c7 | 37924 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
37925 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37926 | (eval $ac_try) 2>&5 | |
37927 | ac_status=$? | |
37928 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37929 | (exit $ac_status); }; } && | |
37930 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
37931 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37932 | (eval $ac_try) 2>&5 | |
37933 | ac_status=$? | |
37934 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37935 | (exit $ac_status); }; }; then | |
37936 | ||
37937 | wx_cv_var_timezone=_timezone | |
37938 | ||
37939 | else | |
37940 | echo "$as_me: failed program was:" >&5 | |
37941 | sed 's/^/| /' conftest.$ac_ext >&5 | |
37942 | ||
37943 | ||
37944 | cat >conftest.$ac_ext <<_ACEOF | |
37945 | /* confdefs.h. */ | |
37946 | _ACEOF | |
37947 | cat confdefs.h >>conftest.$ac_ext | |
37948 | cat >>conftest.$ac_ext <<_ACEOF | |
37949 | /* end confdefs.h. */ | |
37950 | ||
37951 | #include <time.h> | |
37952 | ||
37953 | int | |
37954 | main () | |
37955 | { | |
37956 | ||
37957 | int tz; | |
37958 | tz = __timezone; | |
37959 | ||
37960 | ; | |
37961 | return 0; | |
37962 | } | |
37963 | _ACEOF | |
37964 | rm -f conftest.$ac_objext | |
37965 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 37966 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 37967 | ac_status=$? |
ac1cb8d3 VS |
37968 | grep -v '^ *+' conftest.er1 >conftest.err |
37969 | rm -f conftest.er1 | |
37970 | cat conftest.err >&5 | |
a848cd7e SC |
37971 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
37972 | (exit $ac_status); } && | |
6ebeb4c7 | 37973 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
37974 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37975 | (eval $ac_try) 2>&5 | |
37976 | ac_status=$? | |
37977 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37978 | (exit $ac_status); }; } && | |
37979 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
37980 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37981 | (eval $ac_try) 2>&5 | |
37982 | ac_status=$? | |
37983 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37984 | (exit $ac_status); }; }; then | |
37985 | ||
37986 | wx_cv_var_timezone=__timezone | |
37987 | ||
37988 | else | |
37989 | echo "$as_me: failed program was:" >&5 | |
37990 | sed 's/^/| /' conftest.$ac_ext >&5 | |
37991 | ||
37992 | ||
37993 | if test "$USE_DOS" = 0 ; then | |
37994 | { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5 | |
37995 | echo "$as_me: WARNING: no timezone variable" >&2;} | |
37996 | fi | |
37997 | ||
37998 | ||
37999 | fi | |
ac1cb8d3 | 38000 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
38001 | |
38002 | ||
38003 | fi | |
ac1cb8d3 | 38004 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
38005 | |
38006 | ||
38007 | fi | |
ac1cb8d3 | 38008 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
38009 | |
38010 | ||
38011 | fi | |
38012 | echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5 | |
38013 | echo "${ECHO_T}$wx_cv_var_timezone" >&6 | |
38014 | ||
38015 | if test "x$wx_cv_var_timezone" != x ; then | |
38016 | cat >>confdefs.h <<_ACEOF | |
38017 | #define WX_TIMEZONE $wx_cv_var_timezone | |
38018 | _ACEOF | |
38019 | ||
38020 | fi | |
38021 | ||
38022 | ||
38023 | for ac_func in localtime | |
38024 | do | |
38025 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
38026 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
38027 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
38028 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
38029 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
38030 | else | |
38031 | cat >conftest.$ac_ext <<_ACEOF | |
38032 | /* confdefs.h. */ | |
38033 | _ACEOF | |
38034 | cat confdefs.h >>conftest.$ac_ext | |
38035 | cat >>conftest.$ac_ext <<_ACEOF | |
38036 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
38037 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
38038 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
38039 | #define $ac_func innocuous_$ac_func | |
38040 | ||
a848cd7e SC |
38041 | /* System header to define __stub macros and hopefully few prototypes, |
38042 | which can conflict with char $ac_func (); below. | |
38043 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
38044 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 38045 | |
a848cd7e SC |
38046 | #ifdef __STDC__ |
38047 | # include <limits.h> | |
38048 | #else | |
38049 | # include <assert.h> | |
38050 | #endif | |
ac1cb8d3 VS |
38051 | |
38052 | #undef $ac_func | |
38053 | ||
a848cd7e SC |
38054 | /* Override any gcc2 internal prototype to avoid an error. */ |
38055 | #ifdef __cplusplus | |
38056 | extern "C" | |
38057 | { | |
38058 | #endif | |
38059 | /* We use char because int might match the return type of a gcc2 | |
38060 | builtin and then its argument prototype would still apply. */ | |
38061 | char $ac_func (); | |
38062 | /* The GNU C library defines this for functions which it implements | |
38063 | to always fail with ENOSYS. Some functions are actually named | |
38064 | something starting with __ and the normal name is an alias. */ | |
38065 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
38066 | choke me | |
38067 | #else | |
38068 | char (*f) () = $ac_func; | |
38069 | #endif | |
38070 | #ifdef __cplusplus | |
38071 | } | |
38072 | #endif | |
38073 | ||
38074 | int | |
38075 | main () | |
38076 | { | |
38077 | return f != $ac_func; | |
38078 | ; | |
38079 | return 0; | |
38080 | } | |
38081 | _ACEOF | |
38082 | rm -f conftest.$ac_objext conftest$ac_exeext | |
38083 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 38084 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 38085 | ac_status=$? |
ac1cb8d3 VS |
38086 | grep -v '^ *+' conftest.er1 >conftest.err |
38087 | rm -f conftest.er1 | |
38088 | cat conftest.err >&5 | |
a848cd7e SC |
38089 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
38090 | (exit $ac_status); } && | |
6ebeb4c7 | 38091 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
38092 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38093 | (eval $ac_try) 2>&5 | |
38094 | ac_status=$? | |
38095 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38096 | (exit $ac_status); }; } && | |
38097 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
38098 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38099 | (eval $ac_try) 2>&5 | |
38100 | ac_status=$? | |
38101 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38102 | (exit $ac_status); }; }; then | |
38103 | eval "$as_ac_var=yes" | |
38104 | else | |
38105 | echo "$as_me: failed program was:" >&5 | |
38106 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38107 | ||
38108 | eval "$as_ac_var=no" | |
38109 | fi | |
ac1cb8d3 VS |
38110 | rm -f conftest.err conftest.$ac_objext \ |
38111 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
38112 | fi |
38113 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
38114 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
38115 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
38116 | cat >>confdefs.h <<_ACEOF | |
38117 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
38118 | _ACEOF | |
38119 | ||
38120 | fi | |
38121 | done | |
38122 | ||
38123 | ||
38124 | if test "$ac_cv_func_localtime" = "yes"; then | |
38125 | echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5 | |
38126 | echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6 | |
38127 | if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then | |
38128 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
38129 | else | |
38130 | ||
38131 | cat >conftest.$ac_ext <<_ACEOF | |
38132 | /* confdefs.h. */ | |
38133 | _ACEOF | |
38134 | cat confdefs.h >>conftest.$ac_ext | |
38135 | cat >>conftest.$ac_ext <<_ACEOF | |
38136 | /* end confdefs.h. */ | |
38137 | ||
38138 | #include <time.h> | |
38139 | ||
38140 | int | |
38141 | main () | |
38142 | { | |
38143 | ||
38144 | struct tm tm; | |
38145 | tm.tm_gmtoff++; | |
38146 | ||
38147 | ; | |
38148 | return 0; | |
38149 | } | |
38150 | _ACEOF | |
38151 | rm -f conftest.$ac_objext | |
38152 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 38153 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 38154 | ac_status=$? |
ac1cb8d3 VS |
38155 | grep -v '^ *+' conftest.er1 >conftest.err |
38156 | rm -f conftest.er1 | |
38157 | cat conftest.err >&5 | |
a848cd7e SC |
38158 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
38159 | (exit $ac_status); } && | |
6ebeb4c7 | 38160 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
38161 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38162 | (eval $ac_try) 2>&5 | |
38163 | ac_status=$? | |
38164 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38165 | (exit $ac_status); }; } && | |
38166 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
38167 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38168 | (eval $ac_try) 2>&5 | |
38169 | ac_status=$? | |
38170 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38171 | (exit $ac_status); }; }; then | |
38172 | ||
38173 | wx_cv_struct_tm_has_gmtoff=yes | |
38174 | ||
38175 | else | |
38176 | echo "$as_me: failed program was:" >&5 | |
38177 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38178 | ||
38179 | wx_cv_struct_tm_has_gmtoff=no | |
38180 | ||
38181 | fi | |
ac1cb8d3 | 38182 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
38183 | |
38184 | fi | |
38185 | echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5 | |
38186 | echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6 | |
38187 | fi | |
38188 | ||
38189 | if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then | |
38190 | cat >>confdefs.h <<\_ACEOF | |
38191 | #define WX_GMTOFF_IN_TM 1 | |
38192 | _ACEOF | |
38193 | ||
38194 | fi | |
38195 | ||
38196 | ||
38197 | ||
38198 | for ac_func in gettimeofday ftime | |
38199 | do | |
38200 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
38201 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
38202 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
38203 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
38204 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
38205 | else | |
38206 | cat >conftest.$ac_ext <<_ACEOF | |
38207 | /* confdefs.h. */ | |
38208 | _ACEOF | |
38209 | cat confdefs.h >>conftest.$ac_ext | |
38210 | cat >>conftest.$ac_ext <<_ACEOF | |
38211 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
38212 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
38213 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
38214 | #define $ac_func innocuous_$ac_func | |
38215 | ||
a848cd7e SC |
38216 | /* System header to define __stub macros and hopefully few prototypes, |
38217 | which can conflict with char $ac_func (); below. | |
38218 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
38219 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 38220 | |
a848cd7e SC |
38221 | #ifdef __STDC__ |
38222 | # include <limits.h> | |
38223 | #else | |
38224 | # include <assert.h> | |
38225 | #endif | |
ac1cb8d3 VS |
38226 | |
38227 | #undef $ac_func | |
38228 | ||
a848cd7e SC |
38229 | /* Override any gcc2 internal prototype to avoid an error. */ |
38230 | #ifdef __cplusplus | |
38231 | extern "C" | |
38232 | { | |
38233 | #endif | |
38234 | /* We use char because int might match the return type of a gcc2 | |
38235 | builtin and then its argument prototype would still apply. */ | |
38236 | char $ac_func (); | |
38237 | /* The GNU C library defines this for functions which it implements | |
38238 | to always fail with ENOSYS. Some functions are actually named | |
38239 | something starting with __ and the normal name is an alias. */ | |
38240 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
38241 | choke me | |
38242 | #else | |
38243 | char (*f) () = $ac_func; | |
38244 | #endif | |
38245 | #ifdef __cplusplus | |
38246 | } | |
38247 | #endif | |
38248 | ||
38249 | int | |
38250 | main () | |
38251 | { | |
38252 | return f != $ac_func; | |
38253 | ; | |
38254 | return 0; | |
38255 | } | |
38256 | _ACEOF | |
38257 | rm -f conftest.$ac_objext conftest$ac_exeext | |
38258 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 38259 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 38260 | ac_status=$? |
ac1cb8d3 VS |
38261 | grep -v '^ *+' conftest.er1 >conftest.err |
38262 | rm -f conftest.er1 | |
38263 | cat conftest.err >&5 | |
a848cd7e SC |
38264 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
38265 | (exit $ac_status); } && | |
6ebeb4c7 | 38266 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
38267 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38268 | (eval $ac_try) 2>&5 | |
38269 | ac_status=$? | |
38270 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38271 | (exit $ac_status); }; } && | |
38272 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
38273 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38274 | (eval $ac_try) 2>&5 | |
38275 | ac_status=$? | |
38276 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38277 | (exit $ac_status); }; }; then | |
38278 | eval "$as_ac_var=yes" | |
38279 | else | |
38280 | echo "$as_me: failed program was:" >&5 | |
38281 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38282 | ||
38283 | eval "$as_ac_var=no" | |
38284 | fi | |
ac1cb8d3 VS |
38285 | rm -f conftest.err conftest.$ac_objext \ |
38286 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
38287 | fi |
38288 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
38289 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
38290 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
38291 | cat >>confdefs.h <<_ACEOF | |
38292 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
38293 | _ACEOF | |
38294 | break | |
38295 | fi | |
38296 | done | |
38297 | ||
38298 | ||
38299 | if test "$ac_cv_func_gettimeofday" = "yes"; then | |
38300 | echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5 | |
38301 | echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6 | |
38302 | if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then | |
38303 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
38304 | else | |
38305 | ||
38306 | ||
38307 | ||
38308 | ac_ext=cc | |
38309 | ac_cpp='$CXXCPP $CPPFLAGS' | |
38310 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
38311 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
38312 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
38313 | ||
38314 | ||
38315 | cat >conftest.$ac_ext <<_ACEOF | |
38316 | /* confdefs.h. */ | |
38317 | _ACEOF | |
38318 | cat confdefs.h >>conftest.$ac_ext | |
38319 | cat >>conftest.$ac_ext <<_ACEOF | |
38320 | /* end confdefs.h. */ | |
38321 | ||
38322 | #include <sys/time.h> | |
38323 | #include <unistd.h> | |
38324 | ||
38325 | int | |
38326 | main () | |
38327 | { | |
38328 | ||
38329 | struct timeval tv; | |
38330 | gettimeofday(&tv, NULL); | |
38331 | ||
38332 | ; | |
38333 | return 0; | |
38334 | } | |
38335 | _ACEOF | |
38336 | rm -f conftest.$ac_objext | |
38337 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 38338 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 38339 | ac_status=$? |
ac1cb8d3 VS |
38340 | grep -v '^ *+' conftest.er1 >conftest.err |
38341 | rm -f conftest.er1 | |
38342 | cat conftest.err >&5 | |
a848cd7e SC |
38343 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
38344 | (exit $ac_status); } && | |
6ebeb4c7 | 38345 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
38346 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38347 | (eval $ac_try) 2>&5 | |
38348 | ac_status=$? | |
38349 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38350 | (exit $ac_status); }; } && | |
38351 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
38352 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38353 | (eval $ac_try) 2>&5 | |
38354 | ac_status=$? | |
38355 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38356 | (exit $ac_status); }; }; then | |
38357 | wx_cv_func_gettimeofday_has_2_args=yes | |
38358 | else | |
38359 | echo "$as_me: failed program was:" >&5 | |
38360 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38361 | ||
38362 | cat >conftest.$ac_ext <<_ACEOF | |
38363 | /* confdefs.h. */ | |
38364 | _ACEOF | |
38365 | cat confdefs.h >>conftest.$ac_ext | |
38366 | cat >>conftest.$ac_ext <<_ACEOF | |
38367 | /* end confdefs.h. */ | |
38368 | ||
38369 | #include <sys/time.h> | |
38370 | #include <unistd.h> | |
38371 | ||
38372 | int | |
38373 | main () | |
38374 | { | |
38375 | ||
38376 | struct timeval tv; | |
38377 | gettimeofday(&tv); | |
38378 | ||
38379 | ; | |
38380 | return 0; | |
38381 | } | |
38382 | _ACEOF | |
38383 | rm -f conftest.$ac_objext | |
38384 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 38385 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 38386 | ac_status=$? |
ac1cb8d3 VS |
38387 | grep -v '^ *+' conftest.er1 >conftest.err |
38388 | rm -f conftest.er1 | |
38389 | cat conftest.err >&5 | |
a848cd7e SC |
38390 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
38391 | (exit $ac_status); } && | |
6ebeb4c7 | 38392 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
38393 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38394 | (eval $ac_try) 2>&5 | |
38395 | ac_status=$? | |
38396 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38397 | (exit $ac_status); }; } && | |
38398 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
38399 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38400 | (eval $ac_try) 2>&5 | |
38401 | ac_status=$? | |
38402 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38403 | (exit $ac_status); }; }; then | |
38404 | wx_cv_func_gettimeofday_has_2_args=no | |
38405 | else | |
38406 | echo "$as_me: failed program was:" >&5 | |
38407 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38408 | ||
38409 | ||
38410 | { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5 | |
38411 | echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;} | |
38412 | wx_cv_func_gettimeofday_has_2_args=unknown | |
38413 | ||
38414 | ||
38415 | fi | |
ac1cb8d3 | 38416 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
38417 | |
38418 | fi | |
ac1cb8d3 | 38419 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
38420 | ac_ext=c |
38421 | ac_cpp='$CPP $CPPFLAGS' | |
38422 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
38423 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
38424 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
38425 | ||
38426 | ||
38427 | fi | |
38428 | echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5 | |
38429 | echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6 | |
38430 | ||
38431 | if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then | |
38432 | cat >>confdefs.h <<\_ACEOF | |
38433 | #define WX_GETTIMEOFDAY_NO_TZ 1 | |
38434 | _ACEOF | |
38435 | ||
38436 | fi | |
38437 | fi | |
38438 | ||
38439 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest" | |
38440 | fi | |
38441 | ||
38442 | ||
38443 | if test "$wxUSE_SOCKETS" = "yes"; then | |
38444 | if test "$wxUSE_MGL" = "1"; then | |
38445 | { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5 | |
38446 | echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;} | |
38447 | wxUSE_SOCKETS="no" | |
38448 | fi | |
38449 | fi | |
38450 | ||
38451 | if test "$wxUSE_SOCKETS" = "yes"; then | |
38452 | if test "$TOOLKIT" != "MSW"; then | |
38453 | echo "$as_me:$LINENO: checking for socket" >&5 | |
38454 | echo $ECHO_N "checking for socket... $ECHO_C" >&6 | |
38455 | if test "${ac_cv_func_socket+set}" = set; then | |
38456 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
38457 | else | |
38458 | cat >conftest.$ac_ext <<_ACEOF | |
38459 | /* confdefs.h. */ | |
38460 | _ACEOF | |
38461 | cat confdefs.h >>conftest.$ac_ext | |
38462 | cat >>conftest.$ac_ext <<_ACEOF | |
38463 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
38464 | /* Define socket to an innocuous variant, in case <limits.h> declares socket. |
38465 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
38466 | #define socket innocuous_socket | |
38467 | ||
a848cd7e SC |
38468 | /* System header to define __stub macros and hopefully few prototypes, |
38469 | which can conflict with char socket (); below. | |
38470 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
38471 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 38472 | |
a848cd7e SC |
38473 | #ifdef __STDC__ |
38474 | # include <limits.h> | |
38475 | #else | |
38476 | # include <assert.h> | |
38477 | #endif | |
ac1cb8d3 VS |
38478 | |
38479 | #undef socket | |
38480 | ||
a848cd7e SC |
38481 | /* Override any gcc2 internal prototype to avoid an error. */ |
38482 | #ifdef __cplusplus | |
38483 | extern "C" | |
38484 | { | |
38485 | #endif | |
38486 | /* We use char because int might match the return type of a gcc2 | |
38487 | builtin and then its argument prototype would still apply. */ | |
38488 | char socket (); | |
38489 | /* The GNU C library defines this for functions which it implements | |
38490 | to always fail with ENOSYS. Some functions are actually named | |
38491 | something starting with __ and the normal name is an alias. */ | |
38492 | #if defined (__stub_socket) || defined (__stub___socket) | |
38493 | choke me | |
38494 | #else | |
38495 | char (*f) () = socket; | |
38496 | #endif | |
38497 | #ifdef __cplusplus | |
38498 | } | |
38499 | #endif | |
38500 | ||
38501 | int | |
38502 | main () | |
38503 | { | |
38504 | return f != socket; | |
38505 | ; | |
38506 | return 0; | |
38507 | } | |
38508 | _ACEOF | |
38509 | rm -f conftest.$ac_objext conftest$ac_exeext | |
38510 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 38511 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 38512 | ac_status=$? |
ac1cb8d3 VS |
38513 | grep -v '^ *+' conftest.er1 >conftest.err |
38514 | rm -f conftest.er1 | |
38515 | cat conftest.err >&5 | |
a848cd7e SC |
38516 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
38517 | (exit $ac_status); } && | |
6ebeb4c7 | 38518 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
38519 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38520 | (eval $ac_try) 2>&5 | |
38521 | ac_status=$? | |
38522 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38523 | (exit $ac_status); }; } && | |
38524 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
38525 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38526 | (eval $ac_try) 2>&5 | |
38527 | ac_status=$? | |
38528 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38529 | (exit $ac_status); }; }; then | |
38530 | ac_cv_func_socket=yes | |
38531 | else | |
38532 | echo "$as_me: failed program was:" >&5 | |
38533 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38534 | ||
38535 | ac_cv_func_socket=no | |
38536 | fi | |
ac1cb8d3 VS |
38537 | rm -f conftest.err conftest.$ac_objext \ |
38538 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
38539 | fi |
38540 | echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 | |
38541 | echo "${ECHO_T}$ac_cv_func_socket" >&6 | |
38542 | if test $ac_cv_func_socket = yes; then | |
38543 | : | |
38544 | else | |
38545 | ||
38546 | echo "$as_me:$LINENO: checking for socket in -lsocket" >&5 | |
38547 | echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6 | |
38548 | if test "${ac_cv_lib_socket_socket+set}" = set; then | |
38549 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
38550 | else | |
38551 | ac_check_lib_save_LIBS=$LIBS | |
38552 | LIBS="-lsocket $LIBS" | |
38553 | cat >conftest.$ac_ext <<_ACEOF | |
38554 | /* confdefs.h. */ | |
38555 | _ACEOF | |
38556 | cat confdefs.h >>conftest.$ac_ext | |
38557 | cat >>conftest.$ac_ext <<_ACEOF | |
38558 | /* end confdefs.h. */ | |
38559 | ||
38560 | /* Override any gcc2 internal prototype to avoid an error. */ | |
38561 | #ifdef __cplusplus | |
38562 | extern "C" | |
38563 | #endif | |
38564 | /* We use char because int might match the return type of a gcc2 | |
38565 | builtin and then its argument prototype would still apply. */ | |
38566 | char socket (); | |
38567 | int | |
38568 | main () | |
38569 | { | |
38570 | socket (); | |
38571 | ; | |
38572 | return 0; | |
38573 | } | |
38574 | _ACEOF | |
38575 | rm -f conftest.$ac_objext conftest$ac_exeext | |
38576 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 38577 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 38578 | ac_status=$? |
ac1cb8d3 VS |
38579 | grep -v '^ *+' conftest.er1 >conftest.err |
38580 | rm -f conftest.er1 | |
38581 | cat conftest.err >&5 | |
a848cd7e SC |
38582 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
38583 | (exit $ac_status); } && | |
6ebeb4c7 | 38584 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
38585 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38586 | (eval $ac_try) 2>&5 | |
38587 | ac_status=$? | |
38588 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38589 | (exit $ac_status); }; } && | |
38590 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
38591 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38592 | (eval $ac_try) 2>&5 | |
38593 | ac_status=$? | |
38594 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38595 | (exit $ac_status); }; }; then | |
38596 | ac_cv_lib_socket_socket=yes | |
38597 | else | |
38598 | echo "$as_me: failed program was:" >&5 | |
38599 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38600 | ||
38601 | ac_cv_lib_socket_socket=no | |
38602 | fi | |
ac1cb8d3 VS |
38603 | rm -f conftest.err conftest.$ac_objext \ |
38604 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
38605 | LIBS=$ac_check_lib_save_LIBS |
38606 | fi | |
38607 | echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5 | |
38608 | echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6 | |
38609 | if test $ac_cv_lib_socket_socket = yes; then | |
38610 | if test "$INET_LINK" != " -lsocket"; then | |
38611 | INET_LINK="$INET_LINK -lsocket" | |
38612 | fi | |
38613 | else | |
38614 | ||
38615 | { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5 | |
38616 | echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;} | |
38617 | wxUSE_SOCKETS=no | |
38618 | ||
38619 | ||
38620 | fi | |
38621 | ||
38622 | ||
38623 | ||
38624 | fi | |
38625 | ||
38626 | fi | |
38627 | fi | |
38628 | ||
38629 | if test "$wxUSE_SOCKETS" = "yes" ; then | |
38630 | if test "$TOOLKIT" != "MSW"; then | |
4d4ff94c VZ |
38631 | ac_ext=cc |
38632 | ac_cpp='$CXXCPP $CPPFLAGS' | |
38633 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
38634 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
38635 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
38636 | ||
38637 | echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5 | |
a848cd7e SC |
38638 | echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6 |
38639 | if test "${wx_cv_type_getsockname3+set}" = set; then | |
38640 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
38641 | else | |
38642 | ||
38643 | cat >conftest.$ac_ext <<_ACEOF | |
38644 | /* confdefs.h. */ | |
38645 | _ACEOF | |
38646 | cat confdefs.h >>conftest.$ac_ext | |
38647 | cat >>conftest.$ac_ext <<_ACEOF | |
38648 | /* end confdefs.h. */ | |
38649 | ||
38650 | #include <sys/types.h> | |
38651 | #include <sys/socket.h> | |
38652 | ||
38653 | int | |
38654 | main () | |
38655 | { | |
38656 | ||
38657 | socklen_t len; | |
38658 | getsockname(0, 0, &len); | |
38659 | ||
38660 | ; | |
38661 | return 0; | |
38662 | } | |
38663 | _ACEOF | |
38664 | rm -f conftest.$ac_objext | |
38665 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 38666 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 38667 | ac_status=$? |
ac1cb8d3 VS |
38668 | grep -v '^ *+' conftest.er1 >conftest.err |
38669 | rm -f conftest.er1 | |
38670 | cat conftest.err >&5 | |
a848cd7e SC |
38671 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
38672 | (exit $ac_status); } && | |
6ebeb4c7 | 38673 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
38674 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38675 | (eval $ac_try) 2>&5 | |
38676 | ac_status=$? | |
38677 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38678 | (exit $ac_status); }; } && | |
38679 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
38680 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38681 | (eval $ac_try) 2>&5 | |
38682 | ac_status=$? | |
38683 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38684 | (exit $ac_status); }; }; then | |
38685 | wx_cv_type_getsockname3=socklen_t | |
38686 | else | |
38687 | echo "$as_me: failed program was:" >&5 | |
38688 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38689 | ||
38690 | ||
38691 | CFLAGS_OLD="$CFLAGS" | |
38692 | if test "$GCC" = yes ; then | |
38693 | CFLAGS="$CFLAGS -Werror" | |
38694 | fi | |
38695 | ||
38696 | cat >conftest.$ac_ext <<_ACEOF | |
38697 | /* confdefs.h. */ | |
38698 | _ACEOF | |
38699 | cat confdefs.h >>conftest.$ac_ext | |
38700 | cat >>conftest.$ac_ext <<_ACEOF | |
38701 | /* end confdefs.h. */ | |
38702 | ||
38703 | #include <sys/types.h> | |
38704 | #include <sys/socket.h> | |
38705 | ||
38706 | int | |
38707 | main () | |
38708 | { | |
38709 | ||
38710 | size_t len; | |
38711 | getsockname(0, 0, &len); | |
38712 | ||
38713 | ; | |
38714 | return 0; | |
38715 | } | |
38716 | _ACEOF | |
38717 | rm -f conftest.$ac_objext | |
38718 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 38719 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 38720 | ac_status=$? |
ac1cb8d3 VS |
38721 | grep -v '^ *+' conftest.er1 >conftest.err |
38722 | rm -f conftest.er1 | |
38723 | cat conftest.err >&5 | |
a848cd7e SC |
38724 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
38725 | (exit $ac_status); } && | |
6ebeb4c7 | 38726 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
38727 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38728 | (eval $ac_try) 2>&5 | |
38729 | ac_status=$? | |
38730 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38731 | (exit $ac_status); }; } && | |
38732 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
38733 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38734 | (eval $ac_try) 2>&5 | |
38735 | ac_status=$? | |
38736 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38737 | (exit $ac_status); }; }; then | |
38738 | wx_cv_type_getsockname3=size_t | |
38739 | else | |
38740 | echo "$as_me: failed program was:" >&5 | |
38741 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38742 | ||
38743 | cat >conftest.$ac_ext <<_ACEOF | |
38744 | /* confdefs.h. */ | |
38745 | _ACEOF | |
38746 | cat confdefs.h >>conftest.$ac_ext | |
38747 | cat >>conftest.$ac_ext <<_ACEOF | |
38748 | /* end confdefs.h. */ | |
38749 | ||
38750 | #include <sys/types.h> | |
38751 | #include <sys/socket.h> | |
38752 | ||
38753 | int | |
38754 | main () | |
38755 | { | |
38756 | ||
38757 | int len; | |
38758 | getsockname(0, 0, &len); | |
38759 | ||
38760 | ; | |
38761 | return 0; | |
38762 | } | |
38763 | _ACEOF | |
38764 | rm -f conftest.$ac_objext | |
38765 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 38766 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 38767 | ac_status=$? |
ac1cb8d3 VS |
38768 | grep -v '^ *+' conftest.er1 >conftest.err |
38769 | rm -f conftest.er1 | |
38770 | cat conftest.err >&5 | |
a848cd7e SC |
38771 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
38772 | (exit $ac_status); } && | |
6ebeb4c7 | 38773 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
38774 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38775 | (eval $ac_try) 2>&5 | |
38776 | ac_status=$? | |
38777 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38778 | (exit $ac_status); }; } && | |
38779 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
38780 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38781 | (eval $ac_try) 2>&5 | |
38782 | ac_status=$? | |
38783 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38784 | (exit $ac_status); }; }; then | |
38785 | wx_cv_type_getsockname3=int | |
38786 | else | |
38787 | echo "$as_me: failed program was:" >&5 | |
38788 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38789 | ||
38790 | wx_cv_type_getsockname3=unknown | |
38791 | ||
38792 | fi | |
ac1cb8d3 | 38793 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
38794 | |
38795 | fi | |
ac1cb8d3 | 38796 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
38797 | |
38798 | CFLAGS="$CFLAGS_OLD" | |
38799 | ||
38800 | ||
38801 | fi | |
ac1cb8d3 | 38802 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
38803 | |
38804 | fi | |
38805 | echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5 | |
38806 | echo "${ECHO_T}$wx_cv_type_getsockname3" >&6 | |
38807 | ||
38808 | if test "$wx_cv_type_getsockname3" = "unknown"; then | |
38809 | wxUSE_SOCKETS=no | |
38810 | { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5 | |
38811 | echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;} | |
38812 | else | |
38813 | cat >>confdefs.h <<_ACEOF | |
38814 | #define SOCKLEN_T $wx_cv_type_getsockname3 | |
5b674b9d DE |
38815 | _ACEOF |
38816 | ||
38817 | fi | |
38818 | echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5 | |
38819 | echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6 | |
38820 | if test "${wx_cv_type_getsockopt5+set}" = set; then | |
38821 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
38822 | else | |
38823 | ||
38824 | cat >conftest.$ac_ext <<_ACEOF | |
38825 | /* confdefs.h. */ | |
38826 | _ACEOF | |
38827 | cat confdefs.h >>conftest.$ac_ext | |
38828 | cat >>conftest.$ac_ext <<_ACEOF | |
38829 | /* end confdefs.h. */ | |
38830 | ||
38831 | #include <sys/types.h> | |
38832 | #include <sys/socket.h> | |
38833 | ||
38834 | int | |
38835 | main () | |
38836 | { | |
38837 | ||
38838 | socklen_t len; | |
38839 | getsockopt(0, 0, 0, 0, &len); | |
38840 | ||
38841 | ; | |
38842 | return 0; | |
38843 | } | |
38844 | _ACEOF | |
38845 | rm -f conftest.$ac_objext | |
38846 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
38847 | (eval $ac_compile) 2>conftest.er1 | |
38848 | ac_status=$? | |
38849 | grep -v '^ *+' conftest.er1 >conftest.err | |
38850 | rm -f conftest.er1 | |
38851 | cat conftest.err >&5 | |
38852 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38853 | (exit $ac_status); } && | |
6ebeb4c7 | 38854 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
5b674b9d DE |
38855 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38856 | (eval $ac_try) 2>&5 | |
38857 | ac_status=$? | |
38858 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38859 | (exit $ac_status); }; } && | |
38860 | { ac_try='test -s conftest.$ac_objext' | |
38861 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
38862 | (eval $ac_try) 2>&5 | |
38863 | ac_status=$? | |
38864 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38865 | (exit $ac_status); }; }; then | |
38866 | wx_cv_type_getsockopt5=socklen_t | |
38867 | else | |
38868 | echo "$as_me: failed program was:" >&5 | |
38869 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38870 | ||
38871 | ||
38872 | CFLAGS_OLD="$CFLAGS" | |
38873 | if test "$GCC" = yes ; then | |
38874 | CFLAGS="$CFLAGS -Werror" | |
38875 | fi | |
38876 | ||
38877 | cat >conftest.$ac_ext <<_ACEOF | |
38878 | /* confdefs.h. */ | |
38879 | _ACEOF | |
38880 | cat confdefs.h >>conftest.$ac_ext | |
38881 | cat >>conftest.$ac_ext <<_ACEOF | |
38882 | /* end confdefs.h. */ | |
38883 | ||
38884 | #include <sys/types.h> | |
38885 | #include <sys/socket.h> | |
38886 | ||
38887 | int | |
38888 | main () | |
38889 | { | |
38890 | ||
38891 | size_t len; | |
38892 | getsockopt(0, 0, 0, 0, &len); | |
38893 | ||
38894 | ; | |
38895 | return 0; | |
38896 | } | |
38897 | _ACEOF | |
38898 | rm -f conftest.$ac_objext | |
38899 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
38900 | (eval $ac_compile) 2>conftest.er1 | |
38901 | ac_status=$? | |
38902 | grep -v '^ *+' conftest.er1 >conftest.err | |
38903 | rm -f conftest.er1 | |
38904 | cat conftest.err >&5 | |
38905 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38906 | (exit $ac_status); } && | |
6ebeb4c7 | 38907 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
5b674b9d DE |
38908 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38909 | (eval $ac_try) 2>&5 | |
38910 | ac_status=$? | |
38911 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38912 | (exit $ac_status); }; } && | |
38913 | { ac_try='test -s conftest.$ac_objext' | |
38914 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
38915 | (eval $ac_try) 2>&5 | |
38916 | ac_status=$? | |
38917 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38918 | (exit $ac_status); }; }; then | |
38919 | wx_cv_type_getsockopt5=size_t | |
38920 | else | |
38921 | echo "$as_me: failed program was:" >&5 | |
38922 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38923 | ||
38924 | cat >conftest.$ac_ext <<_ACEOF | |
38925 | /* confdefs.h. */ | |
38926 | _ACEOF | |
38927 | cat confdefs.h >>conftest.$ac_ext | |
38928 | cat >>conftest.$ac_ext <<_ACEOF | |
38929 | /* end confdefs.h. */ | |
38930 | ||
38931 | #include <sys/types.h> | |
38932 | #include <sys/socket.h> | |
38933 | ||
38934 | int | |
38935 | main () | |
38936 | { | |
38937 | ||
38938 | int len; | |
38939 | getsockopt(0, 0, 0, 0, &len); | |
38940 | ||
38941 | ; | |
38942 | return 0; | |
38943 | } | |
38944 | _ACEOF | |
38945 | rm -f conftest.$ac_objext | |
38946 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
38947 | (eval $ac_compile) 2>conftest.er1 | |
38948 | ac_status=$? | |
38949 | grep -v '^ *+' conftest.er1 >conftest.err | |
38950 | rm -f conftest.er1 | |
38951 | cat conftest.err >&5 | |
38952 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38953 | (exit $ac_status); } && | |
6ebeb4c7 | 38954 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
5b674b9d DE |
38955 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38956 | (eval $ac_try) 2>&5 | |
38957 | ac_status=$? | |
38958 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38959 | (exit $ac_status); }; } && | |
38960 | { ac_try='test -s conftest.$ac_objext' | |
38961 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
38962 | (eval $ac_try) 2>&5 | |
38963 | ac_status=$? | |
38964 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38965 | (exit $ac_status); }; }; then | |
38966 | wx_cv_type_getsockopt5=int | |
38967 | else | |
38968 | echo "$as_me: failed program was:" >&5 | |
38969 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38970 | ||
38971 | wx_cv_type_getsockopt5=unknown | |
38972 | ||
38973 | fi | |
38974 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
38975 | ||
38976 | fi | |
38977 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
38978 | ||
38979 | CFLAGS="$CFLAGS_OLD" | |
38980 | ||
38981 | ||
38982 | fi | |
38983 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
38984 | ||
38985 | fi | |
38986 | echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5 | |
38987 | echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6 | |
38988 | ||
38989 | if test "$wx_cv_type_getsockopt5" = "unknown"; then | |
38990 | wxUSE_SOCKETS=no | |
38991 | { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5 | |
38992 | echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;} | |
38993 | else | |
38994 | cat >>confdefs.h <<_ACEOF | |
38995 | #define SOCKOPTLEN_T $wx_cv_type_getsockopt5 | |
a848cd7e SC |
38996 | _ACEOF |
38997 | ||
38998 | fi | |
4d4ff94c VZ |
38999 | ac_ext=c |
39000 | ac_cpp='$CPP $CPPFLAGS' | |
39001 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
39002 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
39003 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
39004 | ||
a848cd7e SC |
39005 | fi |
39006 | fi | |
39007 | ||
39008 | if test "$wxUSE_SOCKETS" = "yes" ; then | |
39009 | cat >>confdefs.h <<\_ACEOF | |
39010 | #define wxUSE_SOCKETS 1 | |
39011 | _ACEOF | |
39012 | ||
39013 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets" | |
39014 | fi | |
39015 | ||
39016 | if test "$wxUSE_PROTOCOL" = "yes"; then | |
39017 | if test "$wxUSE_SOCKETS" != "yes"; then | |
39018 | { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5 | |
39019 | echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;} | |
39020 | wxUSE_PROTOCOL=no | |
39021 | fi | |
39022 | fi | |
39023 | ||
39024 | if test "$wxUSE_PROTOCOL" = "yes"; then | |
39025 | cat >>confdefs.h <<\_ACEOF | |
39026 | #define wxUSE_PROTOCOL 1 | |
39027 | _ACEOF | |
39028 | ||
39029 | ||
39030 | if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then | |
39031 | cat >>confdefs.h <<\_ACEOF | |
39032 | #define wxUSE_PROTOCOL_HTTP 1 | |
39033 | _ACEOF | |
39034 | ||
39035 | fi | |
39036 | if test "$wxUSE_PROTOCOL_FTP" = "yes"; then | |
39037 | cat >>confdefs.h <<\_ACEOF | |
39038 | #define wxUSE_PROTOCOL_FTP 1 | |
39039 | _ACEOF | |
39040 | ||
39041 | fi | |
39042 | if test "$wxUSE_PROTOCOL_FILE" = "yes"; then | |
39043 | cat >>confdefs.h <<\_ACEOF | |
39044 | #define wxUSE_PROTOCOL_FILE 1 | |
39045 | _ACEOF | |
39046 | ||
39047 | fi | |
39048 | else | |
39049 | if test "$wxUSE_FS_INET" = "yes"; then | |
39050 | { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5 | |
39051 | echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;} | |
39052 | wxUSE_FS_INET="no" | |
39053 | fi | |
39054 | fi | |
39055 | ||
39056 | if test "$wxUSE_URL" = "yes"; then | |
39057 | if test "$wxUSE_PROTOCOL" != "yes"; then | |
39058 | { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5 | |
39059 | echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;} | |
39060 | wxUSE_URL=no | |
39061 | fi | |
39062 | if test "$wxUSE_URL" = "yes"; then | |
39063 | cat >>confdefs.h <<\_ACEOF | |
39064 | #define wxUSE_URL 1 | |
39065 | _ACEOF | |
39066 | ||
39067 | fi | |
39068 | fi | |
39069 | ||
39070 | if test "$wxUSE_FS_INET" = "yes"; then | |
39071 | cat >>confdefs.h <<\_ACEOF | |
39072 | #define wxUSE_FS_INET 1 | |
39073 | _ACEOF | |
39074 | ||
39075 | fi | |
39076 | ||
39077 | ||
ee45c548 MW |
39078 | if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then |
39079 | wxUSE_JOYSTICK=no | |
39080 | ||
39081 | if test "$TOOLKIT" = "MSW"; then | |
39082 | wxUSE_JOYSTICK=yes | |
39083 | ||
39084 | elif test "$TOOLKIT" = "MAC" -o "$TOOLKIT" = "COCOA"; then | |
39085 | if test "$USE_DARWIN" = 1; then | |
39086 | echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5 | |
39087 | echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6 | |
39088 | ac_ext=cc | |
39089 | ac_cpp='$CXXCPP $CPPFLAGS' | |
39090 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
39091 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
39092 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
39093 | ||
39094 | cat >conftest.$ac_ext <<_ACEOF | |
39095 | /* confdefs.h. */ | |
39096 | _ACEOF | |
39097 | cat confdefs.h >>conftest.$ac_ext | |
39098 | cat >>conftest.$ac_ext <<_ACEOF | |
39099 | /* end confdefs.h. */ | |
39100 | #include <IOKit/hid/IOHIDLib.h> | |
39101 | int | |
39102 | main () | |
39103 | { | |
39104 | IOHIDQueueInterface *qi = NULL; | |
39105 | IOHIDCallbackFunction cb = NULL; | |
39106 | qi->setEventCallout(NULL, cb, NULL, NULL); | |
39107 | ; | |
39108 | return 0; | |
39109 | } | |
39110 | _ACEOF | |
39111 | rm -f conftest.$ac_objext | |
39112 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
39113 | (eval $ac_compile) 2>conftest.er1 | |
39114 | ac_status=$? | |
39115 | grep -v '^ *+' conftest.er1 >conftest.err | |
39116 | rm -f conftest.er1 | |
39117 | cat conftest.err >&5 | |
39118 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39119 | (exit $ac_status); } && | |
6ebeb4c7 | 39120 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ee45c548 MW |
39121 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
39122 | (eval $ac_try) 2>&5 | |
39123 | ac_status=$? | |
39124 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39125 | (exit $ac_status); }; } && | |
39126 | { ac_try='test -s conftest.$ac_objext' | |
39127 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
39128 | (eval $ac_try) 2>&5 | |
39129 | ac_status=$? | |
39130 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39131 | (exit $ac_status); }; }; then | |
39132 | wxUSE_JOYSTICK=yes | |
a848cd7e | 39133 | |
ee45c548 MW |
39134 | else |
39135 | echo "$as_me: failed program was:" >&5 | |
39136 | sed 's/^/| /' conftest.$ac_ext >&5 | |
39137 | ||
39138 | fi | |
39139 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
39140 | ac_ext=c | |
39141 | ac_cpp='$CPP $CPPFLAGS' | |
39142 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
39143 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
39144 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
39145 | ||
39146 | echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5 | |
39147 | echo "${ECHO_T}$wxUSE_JOYSTICK" >&6 | |
39148 | fi | |
39149 | ||
39150 | else | |
a848cd7e SC |
39151 | |
39152 | for ac_header in linux/joystick.h | |
39153 | do | |
39154 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
39155 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
39156 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
39157 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
39158 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
39159 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
39160 | fi | |
39161 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
39162 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
39163 | else | |
39164 | # Is the header compilable? | |
39165 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
39166 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
39167 | cat >conftest.$ac_ext <<_ACEOF | |
39168 | /* confdefs.h. */ | |
39169 | _ACEOF | |
39170 | cat confdefs.h >>conftest.$ac_ext | |
39171 | cat >>conftest.$ac_ext <<_ACEOF | |
39172 | /* end confdefs.h. */ | |
39173 | $ac_includes_default | |
39174 | #include <$ac_header> | |
39175 | _ACEOF | |
39176 | rm -f conftest.$ac_objext | |
39177 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 39178 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 39179 | ac_status=$? |
ac1cb8d3 VS |
39180 | grep -v '^ *+' conftest.er1 >conftest.err |
39181 | rm -f conftest.er1 | |
39182 | cat conftest.err >&5 | |
a848cd7e SC |
39183 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
39184 | (exit $ac_status); } && | |
6ebeb4c7 | 39185 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
39186 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
39187 | (eval $ac_try) 2>&5 | |
39188 | ac_status=$? | |
39189 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39190 | (exit $ac_status); }; } && | |
39191 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
39192 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
39193 | (eval $ac_try) 2>&5 | |
39194 | ac_status=$? | |
39195 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39196 | (exit $ac_status); }; }; then | |
39197 | ac_header_compiler=yes | |
39198 | else | |
39199 | echo "$as_me: failed program was:" >&5 | |
39200 | sed 's/^/| /' conftest.$ac_ext >&5 | |
39201 | ||
39202 | ac_header_compiler=no | |
39203 | fi | |
ac1cb8d3 | 39204 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
39205 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
39206 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
39207 | ||
39208 | # Is the header present? | |
39209 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
39210 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
39211 | cat >conftest.$ac_ext <<_ACEOF | |
39212 | /* confdefs.h. */ | |
39213 | _ACEOF | |
39214 | cat confdefs.h >>conftest.$ac_ext | |
39215 | cat >>conftest.$ac_ext <<_ACEOF | |
39216 | /* end confdefs.h. */ | |
39217 | #include <$ac_header> | |
39218 | _ACEOF | |
39219 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
39220 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
39221 | ac_status=$? | |
39222 | grep -v '^ *+' conftest.er1 >conftest.err | |
39223 | rm -f conftest.er1 | |
39224 | cat conftest.err >&5 | |
39225 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39226 | (exit $ac_status); } >/dev/null; then | |
39227 | if test -s conftest.err; then | |
39228 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 39229 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
39230 | else |
39231 | ac_cpp_err= | |
39232 | fi | |
39233 | else | |
39234 | ac_cpp_err=yes | |
39235 | fi | |
39236 | if test -z "$ac_cpp_err"; then | |
39237 | ac_header_preproc=yes | |
39238 | else | |
39239 | echo "$as_me: failed program was:" >&5 | |
39240 | sed 's/^/| /' conftest.$ac_ext >&5 | |
39241 | ||
39242 | ac_header_preproc=no | |
39243 | fi | |
39244 | rm -f conftest.err conftest.$ac_ext | |
39245 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
39246 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
39247 | ||
39248 | # So? What about this header? | |
ac1cb8d3 VS |
39249 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
39250 | yes:no: ) | |
a848cd7e SC |
39251 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
39252 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
39253 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
39254 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
39255 | ac_header_preproc=yes | |
a848cd7e | 39256 | ;; |
ac1cb8d3 | 39257 | no:yes:* ) |
a848cd7e SC |
39258 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
39259 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
39260 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
39261 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
39262 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
39263 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
39264 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
39265 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
39266 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
39267 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
39268 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
39269 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
39270 | ( |
39271 | cat <<\_ASBOX | |
ac1cb8d3 VS |
39272 | ## ----------------------------------------- ## |
39273 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
39274 | ## ----------------------------------------- ## | |
a848cd7e SC |
39275 | _ASBOX |
39276 | ) | | |
39277 | sed "s/^/$as_me: WARNING: /" >&2 | |
39278 | ;; | |
39279 | esac | |
39280 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
39281 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
39282 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
39283 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
39284 | else | |
ac1cb8d3 | 39285 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
39286 | fi |
39287 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
39288 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
39289 | ||
39290 | fi | |
39291 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
39292 | cat >>confdefs.h <<_ACEOF | |
39293 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
39294 | _ACEOF | |
ee45c548 | 39295 | wxUSE_JOYSTICK=yes |
a848cd7e SC |
39296 | fi |
39297 | ||
39298 | done | |
39299 | ||
ee45c548 | 39300 | fi |
4cb1d3da | 39301 | |
ee45c548 MW |
39302 | if test "$wxUSE_JOYSTICK" = "yes"; then |
39303 | cat >>confdefs.h <<\_ACEOF | |
a848cd7e SC |
39304 | #define wxUSE_JOYSTICK 1 |
39305 | _ACEOF | |
39306 | ||
ee45c548 MW |
39307 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest" |
39308 | else | |
39309 | { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5 | |
39310 | echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;} | |
a848cd7e SC |
39311 | fi |
39312 | fi | |
39313 | ||
39314 | ||
39315 | ||
39316 | if test "$wxUSE_FONTMAP" = "yes" ; then | |
39317 | cat >>confdefs.h <<\_ACEOF | |
39318 | #define wxUSE_FONTMAP 1 | |
39319 | _ACEOF | |
39320 | ||
39321 | fi | |
39322 | ||
39323 | if test "$wxUSE_UNICODE" = "yes" ; then | |
39324 | cat >>confdefs.h <<\_ACEOF | |
39325 | #define wxUSE_UNICODE 1 | |
39326 | _ACEOF | |
39327 | ||
39328 | ||
39329 | if test "$USE_WIN32" != 1; then | |
39330 | wxUSE_UNICODE_MSLU=no | |
39331 | fi | |
39332 | ||
39333 | if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then | |
39334 | echo "$as_me:$LINENO: checking for main in -lunicows" >&5 | |
39335 | echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6 | |
39336 | if test "${ac_cv_lib_unicows_main+set}" = set; then | |
39337 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
39338 | else | |
39339 | ac_check_lib_save_LIBS=$LIBS | |
39340 | LIBS="-lunicows $LIBS" | |
39341 | cat >conftest.$ac_ext <<_ACEOF | |
39342 | /* confdefs.h. */ | |
39343 | _ACEOF | |
39344 | cat confdefs.h >>conftest.$ac_ext | |
39345 | cat >>conftest.$ac_ext <<_ACEOF | |
39346 | /* end confdefs.h. */ | |
39347 | ||
39348 | ||
39349 | int | |
39350 | main () | |
39351 | { | |
39352 | main (); | |
39353 | ; | |
39354 | return 0; | |
39355 | } | |
39356 | _ACEOF | |
39357 | rm -f conftest.$ac_objext conftest$ac_exeext | |
39358 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 39359 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 39360 | ac_status=$? |
ac1cb8d3 VS |
39361 | grep -v '^ *+' conftest.er1 >conftest.err |
39362 | rm -f conftest.er1 | |
39363 | cat conftest.err >&5 | |
a848cd7e SC |
39364 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
39365 | (exit $ac_status); } && | |
6ebeb4c7 | 39366 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
39367 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
39368 | (eval $ac_try) 2>&5 | |
39369 | ac_status=$? | |
39370 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39371 | (exit $ac_status); }; } && | |
39372 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
39373 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
39374 | (eval $ac_try) 2>&5 | |
39375 | ac_status=$? | |
39376 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39377 | (exit $ac_status); }; }; then | |
39378 | ac_cv_lib_unicows_main=yes | |
39379 | else | |
39380 | echo "$as_me: failed program was:" >&5 | |
39381 | sed 's/^/| /' conftest.$ac_ext >&5 | |
39382 | ||
39383 | ac_cv_lib_unicows_main=no | |
39384 | fi | |
ac1cb8d3 VS |
39385 | rm -f conftest.err conftest.$ac_objext \ |
39386 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
39387 | LIBS=$ac_check_lib_save_LIBS |
39388 | fi | |
39389 | echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5 | |
39390 | echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6 | |
39391 | if test $ac_cv_lib_unicows_main = yes; then | |
39392 | ||
39393 | cat >>confdefs.h <<\_ACEOF | |
39394 | #define wxUSE_UNICODE_MSLU 1 | |
39395 | _ACEOF | |
39396 | ||
39397 | ||
39398 | else | |
39399 | ||
39400 | { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled. | |
39401 | Applications will only run on Windows NT/2000/XP!" >&5 | |
39402 | echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled. | |
39403 | Applications will only run on Windows NT/2000/XP!" >&2;} | |
39404 | wxUSE_UNICODE_MSLU=no | |
39405 | ||
39406 | fi | |
39407 | ||
39408 | fi | |
39409 | fi | |
39410 | ||
39411 | if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then | |
39412 | cat >>confdefs.h <<\_ACEOF | |
39413 | #define wxUSE_EXPERIMENTAL_PRINTF 1 | |
39414 | _ACEOF | |
39415 | ||
39416 | fi | |
39417 | ||
39418 | ||
39419 | if test "$wxUSE_POSTSCRIPT" = "yes" ; then | |
39420 | cat >>confdefs.h <<\_ACEOF | |
39421 | #define wxUSE_POSTSCRIPT 1 | |
39422 | _ACEOF | |
39423 | ||
39424 | fi | |
39425 | ||
39426 | cat >>confdefs.h <<\_ACEOF | |
39427 | #define wxUSE_AFM_FOR_POSTSCRIPT 1 | |
39428 | _ACEOF | |
39429 | ||
39430 | ||
39431 | cat >>confdefs.h <<\_ACEOF | |
39432 | #define wxUSE_NORMALIZED_PS_FONTS 1 | |
39433 | _ACEOF | |
39434 | ||
39435 | ||
39436 | ||
39437 | if test "$wxUSE_CONSTRAINTS" = "yes"; then | |
39438 | cat >>confdefs.h <<\_ACEOF | |
39439 | #define wxUSE_CONSTRAINTS 1 | |
39440 | _ACEOF | |
39441 | ||
39442 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout" | |
39443 | fi | |
39444 | ||
8a7b1113 VZ |
39445 | if test "$wxUSE_MDI" = "yes"; then |
39446 | cat >>confdefs.h <<\_ACEOF | |
39447 | #define wxUSE_MDI 1 | |
39448 | _ACEOF | |
39449 | ||
39450 | ||
39451 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
39452 | cat >>confdefs.h <<\_ACEOF | |
a848cd7e SC |
39453 | #define wxUSE_MDI_ARCHITECTURE 1 |
39454 | _ACEOF | |
39455 | ||
8a7b1113 VZ |
39456 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi" |
39457 | fi | |
a848cd7e SC |
39458 | fi |
39459 | ||
39460 | if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then | |
39461 | cat >>confdefs.h <<\_ACEOF | |
39462 | #define wxUSE_DOC_VIEW_ARCHITECTURE 1 | |
39463 | _ACEOF | |
39464 | ||
39465 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview" | |
39466 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
39467 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi" | |
39468 | fi | |
39469 | fi | |
39470 | ||
39471 | if test "$wxUSE_HELP" = "yes"; then | |
39472 | cat >>confdefs.h <<\_ACEOF | |
39473 | #define wxUSE_HELP 1 | |
39474 | _ACEOF | |
39475 | ||
39476 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help" | |
39477 | ||
39478 | if test "$wxUSE_MSW" = 1; then | |
39479 | if test "$wxUSE_MS_HTML_HELP" = "yes"; then | |
39480 | cat >>confdefs.h <<\_ACEOF | |
39481 | #define wxUSE_MS_HTML_HELP 1 | |
39482 | _ACEOF | |
39483 | ||
39484 | fi | |
39485 | fi | |
39486 | ||
39487 | if test "$wxUSE_WXHTML_HELP" = "yes"; then | |
39488 | if test "$wxUSE_HTML" = "yes"; then | |
39489 | cat >>confdefs.h <<\_ACEOF | |
39490 | #define wxUSE_WXHTML_HELP 1 | |
39491 | _ACEOF | |
39492 | ||
39493 | else | |
39494 | { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5 | |
39495 | echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;} | |
39496 | wxUSE_WXHTML_HELP=no | |
39497 | fi | |
39498 | fi | |
39499 | fi | |
39500 | ||
39501 | if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then | |
39502 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
39503 | { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5 | |
39504 | echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;} | |
39505 | else | |
39506 | cat >>confdefs.h <<\_ACEOF | |
39507 | #define wxUSE_PRINTING_ARCHITECTURE 1 | |
39508 | _ACEOF | |
39509 | ||
39510 | fi | |
39511 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing" | |
39512 | fi | |
39513 | ||
39514 | if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then | |
39515 | { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5 | |
39516 | echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;} | |
39517 | { (exit 1); exit 1; }; } | |
39518 | fi | |
39519 | ||
39520 | ||
39521 | if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \ | |
39522 | -o "$wxUSE_CLIPBOARD" = "yes" \ | |
39523 | -o "$wxUSE_OLE" = "yes" \ | |
39524 | -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then | |
39525 | ||
39526 | for ac_header in ole2.h | |
39527 | do | |
39528 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
39529 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
39530 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
39531 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
39532 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
39533 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
39534 | fi | |
39535 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
39536 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
39537 | else | |
39538 | # Is the header compilable? | |
39539 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
39540 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
39541 | cat >conftest.$ac_ext <<_ACEOF | |
39542 | /* confdefs.h. */ | |
39543 | _ACEOF | |
39544 | cat confdefs.h >>conftest.$ac_ext | |
39545 | cat >>conftest.$ac_ext <<_ACEOF | |
39546 | /* end confdefs.h. */ | |
39547 | $ac_includes_default | |
39548 | #include <$ac_header> | |
39549 | _ACEOF | |
39550 | rm -f conftest.$ac_objext | |
39551 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 39552 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 39553 | ac_status=$? |
ac1cb8d3 VS |
39554 | grep -v '^ *+' conftest.er1 >conftest.err |
39555 | rm -f conftest.er1 | |
39556 | cat conftest.err >&5 | |
a848cd7e SC |
39557 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
39558 | (exit $ac_status); } && | |
6ebeb4c7 | 39559 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
39560 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
39561 | (eval $ac_try) 2>&5 | |
39562 | ac_status=$? | |
39563 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39564 | (exit $ac_status); }; } && | |
39565 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
39566 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
39567 | (eval $ac_try) 2>&5 | |
39568 | ac_status=$? | |
39569 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39570 | (exit $ac_status); }; }; then | |
39571 | ac_header_compiler=yes | |
39572 | else | |
39573 | echo "$as_me: failed program was:" >&5 | |
39574 | sed 's/^/| /' conftest.$ac_ext >&5 | |
39575 | ||
39576 | ac_header_compiler=no | |
39577 | fi | |
ac1cb8d3 | 39578 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
39579 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
39580 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
39581 | ||
39582 | # Is the header present? | |
39583 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
39584 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
39585 | cat >conftest.$ac_ext <<_ACEOF | |
39586 | /* confdefs.h. */ | |
39587 | _ACEOF | |
39588 | cat confdefs.h >>conftest.$ac_ext | |
39589 | cat >>conftest.$ac_ext <<_ACEOF | |
39590 | /* end confdefs.h. */ | |
39591 | #include <$ac_header> | |
39592 | _ACEOF | |
39593 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
39594 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
39595 | ac_status=$? | |
39596 | grep -v '^ *+' conftest.er1 >conftest.err | |
39597 | rm -f conftest.er1 | |
39598 | cat conftest.err >&5 | |
39599 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39600 | (exit $ac_status); } >/dev/null; then | |
39601 | if test -s conftest.err; then | |
39602 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 39603 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
39604 | else |
39605 | ac_cpp_err= | |
39606 | fi | |
39607 | else | |
39608 | ac_cpp_err=yes | |
39609 | fi | |
39610 | if test -z "$ac_cpp_err"; then | |
39611 | ac_header_preproc=yes | |
39612 | else | |
39613 | echo "$as_me: failed program was:" >&5 | |
39614 | sed 's/^/| /' conftest.$ac_ext >&5 | |
39615 | ||
39616 | ac_header_preproc=no | |
39617 | fi | |
39618 | rm -f conftest.err conftest.$ac_ext | |
39619 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
39620 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
39621 | ||
39622 | # So? What about this header? | |
ac1cb8d3 VS |
39623 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
39624 | yes:no: ) | |
a848cd7e SC |
39625 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
39626 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
39627 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
39628 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
39629 | ac_header_preproc=yes | |
a848cd7e | 39630 | ;; |
ac1cb8d3 | 39631 | no:yes:* ) |
a848cd7e SC |
39632 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
39633 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
39634 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
39635 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
39636 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
39637 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
39638 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
39639 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
39640 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
39641 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
39642 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
39643 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
39644 | ( |
39645 | cat <<\_ASBOX | |
ac1cb8d3 VS |
39646 | ## ----------------------------------------- ## |
39647 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
39648 | ## ----------------------------------------- ## | |
a848cd7e SC |
39649 | _ASBOX |
39650 | ) | | |
39651 | sed "s/^/$as_me: WARNING: /" >&2 | |
39652 | ;; | |
39653 | esac | |
39654 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
39655 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
39656 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
39657 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
39658 | else | |
ac1cb8d3 | 39659 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
39660 | fi |
39661 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
39662 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
39663 | ||
39664 | fi | |
39665 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
39666 | cat >>confdefs.h <<_ACEOF | |
39667 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
39668 | _ACEOF | |
39669 | ||
39670 | fi | |
39671 | ||
39672 | done | |
39673 | ||
39674 | ||
39675 | if test "$ac_cv_header_ole2_h" = "yes" ; then | |
39676 | if test "$GCC" = yes ; then | |
39677 | ||
39678 | ||
39679 | ac_ext=cc | |
39680 | ac_cpp='$CXXCPP $CPPFLAGS' | |
39681 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
39682 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
39683 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
39684 | ||
39685 | ||
39686 | echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5 | |
39687 | echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6 | |
39688 | cat >conftest.$ac_ext <<_ACEOF | |
39689 | /* confdefs.h. */ | |
39690 | _ACEOF | |
39691 | cat confdefs.h >>conftest.$ac_ext | |
39692 | cat >>conftest.$ac_ext <<_ACEOF | |
39693 | /* end confdefs.h. */ | |
39694 | #include <windows.h> | |
39695 | #include <ole2.h> | |
39696 | int | |
39697 | main () | |
39698 | { | |
39699 | ||
39700 | ; | |
39701 | return 0; | |
39702 | } | |
39703 | _ACEOF | |
39704 | rm -f conftest.$ac_objext | |
39705 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 39706 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 39707 | ac_status=$? |
ac1cb8d3 VS |
39708 | grep -v '^ *+' conftest.er1 >conftest.err |
39709 | rm -f conftest.er1 | |
39710 | cat conftest.err >&5 | |
a848cd7e SC |
39711 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
39712 | (exit $ac_status); } && | |
6ebeb4c7 | 39713 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
39714 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
39715 | (eval $ac_try) 2>&5 | |
39716 | ac_status=$? | |
39717 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39718 | (exit $ac_status); }; } && | |
39719 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
39720 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
39721 | (eval $ac_try) 2>&5 | |
39722 | ac_status=$? | |
39723 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39724 | (exit $ac_status); }; }; then | |
39725 | echo "$as_me:$LINENO: result: no" >&5 | |
39726 | echo "${ECHO_T}no" >&6 | |
39727 | else | |
39728 | echo "$as_me: failed program was:" >&5 | |
39729 | sed 's/^/| /' conftest.$ac_ext >&5 | |
39730 | ||
39731 | echo "$as_me:$LINENO: result: yes" >&5 | |
39732 | echo "${ECHO_T}yes" >&6 | |
39733 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks" | |
39734 | fi | |
ac1cb8d3 | 39735 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
39736 | ac_ext=c |
39737 | ac_cpp='$CPP $CPPFLAGS' | |
39738 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
39739 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
39740 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
39741 | ||
a848cd7e SC |
39742 | LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS" |
39743 | if test "$wxUSE_OLE" = "yes" ; then | |
39744 | cat >>confdefs.h <<\_ACEOF | |
39745 | #define wxUSE_OLE 1 | |
39746 | _ACEOF | |
39747 | ||
0b78747f | 39748 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto" |
a848cd7e SC |
39749 | fi |
39750 | fi | |
39751 | ||
39752 | if test "$wxUSE_DATAOBJ" = "yes" ; then | |
39753 | cat >>confdefs.h <<\_ACEOF | |
39754 | #define wxUSE_DATAOBJ 1 | |
39755 | _ACEOF | |
39756 | ||
39757 | fi | |
39758 | else | |
39759 | { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5 | |
39760 | echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;} | |
39761 | ||
39762 | wxUSE_CLIPBOARD=no | |
39763 | wxUSE_DRAG_AND_DROP=no | |
39764 | wxUSE_DATAOBJ=no | |
39765 | wxUSE_OLE=no | |
39766 | fi | |
39767 | ||
39768 | if test "$wxUSE_METAFILE" = "yes"; then | |
39769 | cat >>confdefs.h <<\_ACEOF | |
39770 | #define wxUSE_METAFILE 1 | |
39771 | _ACEOF | |
39772 | ||
39773 | ||
39774 | cat >>confdefs.h <<\_ACEOF | |
39775 | #define wxUSE_ENH_METAFILE 1 | |
39776 | _ACEOF | |
39777 | ||
39778 | fi | |
39779 | fi | |
39780 | ||
39781 | if test "$wxUSE_IPC" = "yes"; then | |
0b78747f | 39782 | if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then |
77ffb593 JS |
39783 | { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5 |
39784 | echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;} | |
0b78747f | 39785 | wxUSE_IPC=no |
a848cd7e SC |
39786 | fi |
39787 | ||
0b78747f MW |
39788 | if test "$wxUSE_IPC" = "yes"; then |
39789 | cat >>confdefs.h <<\_ACEOF | |
a848cd7e SC |
39790 | #define wxUSE_IPC 1 |
39791 | _ACEOF | |
39792 | ||
0b78747f MW |
39793 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc" |
39794 | fi | |
a848cd7e SC |
39795 | fi |
39796 | ||
eb730a0c | 39797 | if test "$wxUSE_DATAOBJ" = "yes"; then |
2113bc77 MW |
39798 | if test "$wxUSE_MGL" = 1; then |
39799 | { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under MGL... disabled" >&5 | |
39800 | echo "$as_me: WARNING: wxDataObject not yet supported under MGL... disabled" >&2;} | |
39801 | wxUSE_DATAOBJ=no | |
39802 | else | |
39803 | cat >>confdefs.h <<\_ACEOF | |
eb730a0c JS |
39804 | #define wxUSE_DATAOBJ 1 |
39805 | _ACEOF | |
39806 | ||
2113bc77 | 39807 | fi |
eb730a0c JS |
39808 | else |
39809 | { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5 | |
39810 | echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;} | |
39811 | wxUSE_CLIPBOARD=no | |
39812 | wxUSE_DRAG_AND_DROP=no | |
39813 | fi | |
39814 | ||
a848cd7e SC |
39815 | if test "$wxUSE_CLIPBOARD" = "yes"; then |
39816 | if test "$wxUSE_MGL" = 1; then | |
39817 | { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5 | |
39818 | echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;} | |
39819 | wxUSE_CLIPBOARD=no | |
39820 | fi | |
39821 | ||
39822 | if test "$wxUSE_CLIPBOARD" = "yes"; then | |
39823 | cat >>confdefs.h <<\_ACEOF | |
39824 | #define wxUSE_CLIPBOARD 1 | |
39825 | _ACEOF | |
39826 | ||
a848cd7e SC |
39827 | fi |
39828 | fi | |
39829 | ||
39830 | if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then | |
39831 | if test "$wxUSE_GTK" = 1; then | |
39832 | if test "$WXGTK12" != 1; then | |
39833 | { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5 | |
39834 | echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;} | |
39835 | wxUSE_DRAG_AND_DROP=no | |
39836 | fi | |
39837 | fi | |
39838 | ||
39839 | if test "$wxUSE_MOTIF" = 1; then | |
39840 | { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5 | |
39841 | echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;} | |
39842 | wxUSE_DRAG_AND_DROP=no | |
39843 | fi | |
39844 | ||
39845 | if test "$wxUSE_X11" = 1; then | |
39846 | { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5 | |
39847 | echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;} | |
39848 | wxUSE_DRAG_AND_DROP=no | |
39849 | fi | |
39850 | ||
39851 | if test "$wxUSE_MGL" = 1; then | |
39852 | { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5 | |
39853 | echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;} | |
39854 | wxUSE_DRAG_AND_DROP=no | |
39855 | fi | |
39856 | ||
39857 | if test "$wxUSE_DRAG_AND_DROP" = "yes"; then | |
39858 | cat >>confdefs.h <<\_ACEOF | |
39859 | #define wxUSE_DRAG_AND_DROP 1 | |
39860 | _ACEOF | |
39861 | ||
39862 | fi | |
39863 | ||
39864 | fi | |
39865 | ||
39866 | if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then | |
39867 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd" | |
39868 | fi | |
39869 | ||
39870 | if test "$wxUSE_SPLINES" = "yes" ; then | |
39871 | cat >>confdefs.h <<\_ACEOF | |
39872 | #define wxUSE_SPLINES 1 | |
39873 | _ACEOF | |
39874 | ||
39875 | fi | |
39876 | ||
fbe2ca43 SN |
39877 | if test "$wxUSE_MOUSEWHEEL" = "yes" ; then |
39878 | cat >>confdefs.h <<\_ACEOF | |
39879 | #define wxUSE_MOUSEWHEEL 1 | |
39880 | _ACEOF | |
39881 | ||
39882 | fi | |
39883 | ||
a848cd7e SC |
39884 | |
39885 | USES_CONTROLS=0 | |
39886 | if test "$wxUSE_CONTROLS" = "yes"; then | |
39887 | USES_CONTROLS=1 | |
39888 | fi | |
39889 | ||
39890 | if test "$wxUSE_ACCEL" = "yes"; then | |
39891 | cat >>confdefs.h <<\_ACEOF | |
39892 | #define wxUSE_ACCEL 1 | |
39893 | _ACEOF | |
39894 | ||
39895 | USES_CONTROLS=1 | |
39896 | fi | |
39897 | ||
39898 | if test "$wxUSE_BUTTON" = "yes"; then | |
39899 | cat >>confdefs.h <<\_ACEOF | |
39900 | #define wxUSE_BUTTON 1 | |
39901 | _ACEOF | |
39902 | ||
39903 | USES_CONTROLS=1 | |
39904 | fi | |
39905 | ||
39906 | if test "$wxUSE_BMPBUTTON" = "yes"; then | |
39907 | cat >>confdefs.h <<\_ACEOF | |
39908 | #define wxUSE_BMPBUTTON 1 | |
39909 | _ACEOF | |
39910 | ||
39911 | USES_CONTROLS=1 | |
39912 | fi | |
39913 | ||
39914 | if test "$wxUSE_CALCTRL" = "yes"; then | |
39915 | cat >>confdefs.h <<\_ACEOF | |
39916 | #define wxUSE_CALENDARCTRL 1 | |
39917 | _ACEOF | |
39918 | ||
39919 | USES_CONTROLS=1 | |
39920 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar" | |
39921 | fi | |
39922 | ||
39923 | if test "$wxUSE_CARET" = "yes"; then | |
39924 | cat >>confdefs.h <<\_ACEOF | |
39925 | #define wxUSE_CARET 1 | |
39926 | _ACEOF | |
39927 | ||
39928 | USES_CONTROLS=1 | |
39929 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret" | |
39930 | fi | |
39931 | ||
39932 | if test "$wxUSE_COMBOBOX" = "yes"; then | |
39933 | cat >>confdefs.h <<\_ACEOF | |
39934 | #define wxUSE_COMBOBOX 1 | |
39935 | _ACEOF | |
39936 | ||
39937 | USES_CONTROLS=1 | |
39938 | fi | |
39939 | ||
39940 | if test "$wxUSE_CHOICE" = "yes"; then | |
39941 | cat >>confdefs.h <<\_ACEOF | |
39942 | #define wxUSE_CHOICE 1 | |
39943 | _ACEOF | |
39944 | ||
39945 | USES_CONTROLS=1 | |
39946 | fi | |
39947 | ||
92bbdbcd WS |
39948 | if test "$wxUSE_CHOICEBOOK" = "yes"; then |
39949 | cat >>confdefs.h <<\_ACEOF | |
39950 | #define wxUSE_CHOICEBOOK 1 | |
39951 | _ACEOF | |
39952 | ||
39953 | USES_CONTROLS=1 | |
39954 | fi | |
39955 | ||
a848cd7e SC |
39956 | if test "$wxUSE_CHECKBOX" = "yes"; then |
39957 | cat >>confdefs.h <<\_ACEOF | |
39958 | #define wxUSE_CHECKBOX 1 | |
39959 | _ACEOF | |
39960 | ||
39961 | USES_CONTROLS=1 | |
39962 | fi | |
39963 | ||
39964 | if test "$wxUSE_CHECKLST" = "yes"; then | |
39965 | cat >>confdefs.h <<\_ACEOF | |
39966 | #define wxUSE_CHECKLISTBOX 1 | |
39967 | _ACEOF | |
39968 | ||
39969 | USES_CONTROLS=1 | |
39970 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst" | |
39971 | fi | |
39972 | ||
da98e9be VZ |
39973 | if test "$wxUSE_DATEPICKCTRL" = "yes"; then |
39974 | cat >>confdefs.h <<\_ACEOF | |
39975 | #define wxUSE_DATEPICKCTRL 1 | |
39976 | _ACEOF | |
39977 | ||
39978 | USES_CONTROLS=1 | |
39979 | fi | |
39980 | ||
a848cd7e SC |
39981 | if test "$wxUSE_DISPLAY" = "yes"; then |
39982 | cat >>confdefs.h <<\_ACEOF | |
39983 | #define wxUSE_DISPLAY 1 | |
39984 | _ACEOF | |
39985 | ||
0b78747f | 39986 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display multimon" |
a848cd7e SC |
39987 | fi |
39988 | ||
39989 | if test "$wxUSE_GAUGE" = "yes"; then | |
39990 | cat >>confdefs.h <<\_ACEOF | |
39991 | #define wxUSE_GAUGE 1 | |
39992 | _ACEOF | |
39993 | ||
39994 | USES_CONTROLS=1 | |
39995 | fi | |
39996 | ||
39997 | if test "$wxUSE_GRID" = "yes"; then | |
39998 | cat >>confdefs.h <<\_ACEOF | |
39999 | #define wxUSE_GRID 1 | |
40000 | _ACEOF | |
40001 | ||
40002 | USES_CONTROLS=1 | |
40003 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid" | |
40004 | fi | |
40005 | ||
40006 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
40007 | cat >>confdefs.h <<\_ACEOF | |
40008 | #define wxUSE_IMAGLIST 1 | |
40009 | _ACEOF | |
40010 | ||
40011 | fi | |
40012 | ||
40013 | if test "$wxUSE_LISTBOOK" = "yes"; then | |
40014 | cat >>confdefs.h <<\_ACEOF | |
40015 | #define wxUSE_LISTBOOK 1 | |
40016 | _ACEOF | |
40017 | ||
40018 | USES_CONTROLS=1 | |
40019 | fi | |
40020 | ||
40021 | if test "$wxUSE_LISTBOX" = "yes"; then | |
40022 | cat >>confdefs.h <<\_ACEOF | |
40023 | #define wxUSE_LISTBOX 1 | |
40024 | _ACEOF | |
40025 | ||
40026 | USES_CONTROLS=1 | |
0b78747f | 40027 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listbox" |
a848cd7e SC |
40028 | fi |
40029 | ||
40030 | if test "$wxUSE_LISTCTRL" = "yes"; then | |
40031 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
40032 | cat >>confdefs.h <<\_ACEOF | |
40033 | #define wxUSE_LISTCTRL 1 | |
40034 | _ACEOF | |
40035 | ||
40036 | USES_CONTROLS=1 | |
40037 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl" | |
40038 | else | |
40039 | { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5 | |
40040 | echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;} | |
40041 | fi | |
40042 | fi | |
40043 | ||
40044 | if test "$wxUSE_NOTEBOOK" = "yes"; then | |
40045 | cat >>confdefs.h <<\_ACEOF | |
40046 | #define wxUSE_NOTEBOOK 1 | |
40047 | _ACEOF | |
40048 | ||
40049 | USES_CONTROLS=1 | |
40050 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook" | |
40051 | fi | |
40052 | ||
40053 | ||
40054 | if test "$wxUSE_RADIOBOX" = "yes"; then | |
40055 | cat >>confdefs.h <<\_ACEOF | |
40056 | #define wxUSE_RADIOBOX 1 | |
40057 | _ACEOF | |
40058 | ||
40059 | USES_CONTROLS=1 | |
40060 | fi | |
40061 | ||
40062 | if test "$wxUSE_RADIOBTN" = "yes"; then | |
40063 | cat >>confdefs.h <<\_ACEOF | |
40064 | #define wxUSE_RADIOBTN 1 | |
40065 | _ACEOF | |
40066 | ||
40067 | USES_CONTROLS=1 | |
40068 | fi | |
40069 | ||
40070 | if test "$wxUSE_SASH" = "yes"; then | |
40071 | cat >>confdefs.h <<\_ACEOF | |
40072 | #define wxUSE_SASH 1 | |
40073 | _ACEOF | |
40074 | ||
40075 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest" | |
40076 | fi | |
40077 | ||
40078 | if test "$wxUSE_SCROLLBAR" = "yes"; then | |
40079 | cat >>confdefs.h <<\_ACEOF | |
40080 | #define wxUSE_SCROLLBAR 1 | |
40081 | _ACEOF | |
40082 | ||
40083 | USES_CONTROLS=1 | |
40084 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub" | |
40085 | fi | |
40086 | ||
40087 | if test "$wxUSE_SLIDER" = "yes"; then | |
40088 | cat >>confdefs.h <<\_ACEOF | |
40089 | #define wxUSE_SLIDER 1 | |
40090 | _ACEOF | |
40091 | ||
40092 | USES_CONTROLS=1 | |
40093 | fi | |
40094 | ||
40095 | if test "$wxUSE_SPINBTN" = "yes"; then | |
40096 | cat >>confdefs.h <<\_ACEOF | |
40097 | #define wxUSE_SPINBTN 1 | |
40098 | _ACEOF | |
40099 | ||
40100 | USES_CONTROLS=1 | |
40101 | fi | |
40102 | ||
40103 | if test "$wxUSE_SPINCTRL" = "yes"; then | |
40104 | cat >>confdefs.h <<\_ACEOF | |
40105 | #define wxUSE_SPINCTRL 1 | |
40106 | _ACEOF | |
40107 | ||
40108 | USES_CONTROLS=1 | |
40109 | fi | |
40110 | ||
40111 | if test "$wxUSE_SPLITTER" = "yes"; then | |
40112 | cat >>confdefs.h <<\_ACEOF | |
40113 | #define wxUSE_SPLITTER 1 | |
40114 | _ACEOF | |
40115 | ||
40116 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter" | |
40117 | fi | |
40118 | ||
40119 | if test "$wxUSE_STATBMP" = "yes"; then | |
40120 | cat >>confdefs.h <<\_ACEOF | |
40121 | #define wxUSE_STATBMP 1 | |
40122 | _ACEOF | |
40123 | ||
40124 | USES_CONTROLS=1 | |
40125 | fi | |
40126 | ||
40127 | if test "$wxUSE_STATBOX" = "yes"; then | |
40128 | cat >>confdefs.h <<\_ACEOF | |
40129 | #define wxUSE_STATBOX 1 | |
40130 | _ACEOF | |
40131 | ||
40132 | USES_CONTROLS=1 | |
40133 | fi | |
40134 | ||
40135 | if test "$wxUSE_STATTEXT" = "yes"; then | |
40136 | cat >>confdefs.h <<\_ACEOF | |
40137 | #define wxUSE_STATTEXT 1 | |
40138 | _ACEOF | |
40139 | ||
40140 | USES_CONTROLS=1 | |
40141 | fi | |
40142 | ||
40143 | if test "$wxUSE_STATLINE" = "yes"; then | |
40144 | cat >>confdefs.h <<\_ACEOF | |
40145 | #define wxUSE_STATLINE 1 | |
40146 | _ACEOF | |
40147 | ||
40148 | USES_CONTROLS=1 | |
40149 | fi | |
40150 | ||
40151 | if test "$wxUSE_STATUSBAR" = "yes"; then | |
da4486fb VZ |
40152 | cat >>confdefs.h <<\_ACEOF |
40153 | #define wxUSE_NATIVE_STATUSBAR 1 | |
40154 | _ACEOF | |
40155 | ||
a848cd7e SC |
40156 | cat >>confdefs.h <<\_ACEOF |
40157 | #define wxUSE_STATUSBAR 1 | |
40158 | _ACEOF | |
40159 | ||
40160 | USES_CONTROLS=1 | |
40161 | ||
40162 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar" | |
40163 | fi | |
40164 | ||
40165 | if test "$wxUSE_TABDIALOG" = "yes"; then | |
40166 | cat >>confdefs.h <<\_ACEOF | |
40167 | #define wxUSE_TAB_DIALOG 1 | |
40168 | _ACEOF | |
40169 | ||
a848cd7e SC |
40170 | fi |
40171 | ||
40172 | if test "$wxUSE_TEXTCTRL" = "yes"; then | |
40173 | cat >>confdefs.h <<\_ACEOF | |
40174 | #define wxUSE_TEXTCTRL 1 | |
40175 | _ACEOF | |
40176 | ||
40177 | USES_CONTROLS=1 | |
40178 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text" | |
40179 | fi | |
40180 | ||
40181 | if test "$wxUSE_TOGGLEBTN" = "yes"; then | |
40182 | if test "$wxUSE_COCOA" = 1 ; then | |
40183 | { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5 | |
40184 | echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;} | |
40185 | wxUSE_TOGGLEBTN=no | |
40186 | fi | |
40187 | if test "$wxUSE_UNIVERSAL" = "yes"; then | |
40188 | { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5 | |
40189 | echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;} | |
40190 | wxUSE_TOGGLEBTN=no | |
40191 | fi | |
40192 | ||
40193 | if test "$wxUSE_TOGGLEBTN" = "yes"; then | |
40194 | cat >>confdefs.h <<\_ACEOF | |
40195 | #define wxUSE_TOGGLEBTN 1 | |
40196 | _ACEOF | |
40197 | ||
40198 | USES_CONTROLS=1 | |
40199 | fi | |
40200 | fi | |
40201 | ||
40202 | if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then | |
40203 | cat >>confdefs.h <<\_ACEOF | |
40204 | #define wxUSE_TOOLBAR_SIMPLE 1 | |
40205 | _ACEOF | |
40206 | ||
40207 | wxUSE_TOOLBAR="yes" | |
40208 | USES_CONTROLS=1 | |
40209 | fi | |
40210 | ||
40211 | if test "$wxUSE_TOOLBAR" = "yes"; then | |
40212 | cat >>confdefs.h <<\_ACEOF | |
40213 | #define wxUSE_TOOLBAR 1 | |
40214 | _ACEOF | |
40215 | ||
40216 | USES_CONTROLS=1 | |
40217 | ||
40218 | if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then | |
40219 | wxUSE_TOOLBAR_NATIVE="yes" | |
40220 | fi | |
40221 | ||
40222 | if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then | |
40223 | cat >>confdefs.h <<\_ACEOF | |
40224 | #define wxUSE_TOOLBAR_NATIVE 1 | |
40225 | _ACEOF | |
40226 | ||
40227 | USES_CONTROLS=1 | |
40228 | fi | |
40229 | ||
40230 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar" | |
40231 | fi | |
40232 | ||
40233 | if test "$wxUSE_TOOLTIPS" = "yes"; then | |
40234 | if test "$wxUSE_MOTIF" = 1; then | |
40235 | { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5 | |
40236 | echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;} | |
40237 | else | |
40238 | if test "$wxUSE_UNIVERSAL" = "yes"; then | |
40239 | { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5 | |
40240 | echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;} | |
40241 | else | |
40242 | cat >>confdefs.h <<\_ACEOF | |
40243 | #define wxUSE_TOOLTIPS 1 | |
40244 | _ACEOF | |
40245 | ||
40246 | fi | |
40247 | fi | |
40248 | fi | |
40249 | ||
40250 | if test "$wxUSE_TREECTRL" = "yes"; then | |
40251 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
40252 | cat >>confdefs.h <<\_ACEOF | |
40253 | #define wxUSE_TREECTRL 1 | |
40254 | _ACEOF | |
40255 | ||
40256 | USES_CONTROLS=1 | |
40257 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl" | |
40258 | else | |
40259 | { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5 | |
40260 | echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;} | |
40261 | fi | |
40262 | fi | |
40263 | ||
40264 | if test "$wxUSE_POPUPWIN" = "yes"; then | |
40265 | if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then | |
40266 | { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5 | |
40267 | echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;} | |
40268 | else | |
40269 | if test "$wxUSE_PM" = 1; then | |
40270 | { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5 | |
40271 | echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;} | |
40272 | else | |
40273 | cat >>confdefs.h <<\_ACEOF | |
40274 | #define wxUSE_POPUPWIN 1 | |
40275 | _ACEOF | |
40276 | ||
0b78747f | 40277 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup" |
a848cd7e SC |
40278 | |
40279 | USES_CONTROLS=1 | |
40280 | fi | |
40281 | fi | |
40282 | fi | |
40283 | ||
0dcd06dd | 40284 | if test "$wxUSE_DIALUP_MANAGER" = "yes"; then |
b843b628 MB |
40285 | if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then |
40286 | { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5 | |
40287 | echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;} | |
40288 | else | |
40289 | cat >>confdefs.h <<\_ACEOF | |
40290 | #define wxUSE_DIALUP_MANAGER 1 | |
40291 | _ACEOF | |
40292 | ||
40293 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup" | |
40294 | fi | |
40295 | fi | |
40296 | ||
a848cd7e SC |
40297 | if test "$wxUSE_TIPWINDOW" = "yes"; then |
40298 | if test "$wxUSE_PM" = 1; then | |
40299 | { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5 | |
40300 | echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;} | |
40301 | else | |
40302 | cat >>confdefs.h <<\_ACEOF | |
40303 | #define wxUSE_TIPWINDOW 1 | |
40304 | _ACEOF | |
40305 | ||
40306 | fi | |
40307 | fi | |
40308 | ||
40309 | if test "$USES_CONTROLS" = 1; then | |
40310 | cat >>confdefs.h <<\_ACEOF | |
40311 | #define wxUSE_CONTROLS 1 | |
40312 | _ACEOF | |
40313 | ||
40314 | fi | |
40315 | ||
40316 | ||
40317 | if test "$wxUSE_ACCESSIBILITY" = "yes"; then | |
40318 | cat >>confdefs.h <<\_ACEOF | |
40319 | #define wxUSE_ACCESSIBILITY 1 | |
40320 | _ACEOF | |
40321 | ||
40322 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access" | |
40323 | fi | |
40324 | ||
38b4a946 VZ |
40325 | if test "$wxUSE_DC_CACHEING" = "yes"; then |
40326 | cat >>confdefs.h <<\_ACEOF | |
40327 | #define wxUSE_DC_CACHEING 1 | |
40328 | _ACEOF | |
40329 | ||
40330 | fi | |
40331 | ||
a848cd7e SC |
40332 | if test "$wxUSE_DRAGIMAGE" = "yes"; then |
40333 | cat >>confdefs.h <<\_ACEOF | |
40334 | #define wxUSE_DRAGIMAGE 1 | |
40335 | _ACEOF | |
40336 | ||
40337 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag" | |
40338 | fi | |
40339 | ||
40340 | if test "$wxUSE_EXCEPTIONS" = "yes"; then | |
07bea8f0 VS |
40341 | if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then |
40342 | { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5 | |
40343 | echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;} | |
40344 | else | |
40345 | cat >>confdefs.h <<\_ACEOF | |
a848cd7e SC |
40346 | #define wxUSE_EXCEPTIONS 1 |
40347 | _ACEOF | |
40348 | ||
07bea8f0 VS |
40349 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except" |
40350 | fi | |
a848cd7e SC |
40351 | fi |
40352 | ||
40353 | USE_HTML=0 | |
40354 | if test "$wxUSE_HTML" = "yes"; then | |
40355 | cat >>confdefs.h <<\_ACEOF | |
40356 | #define wxUSE_HTML 1 | |
40357 | _ACEOF | |
40358 | ||
40359 | USE_HTML=1 | |
40360 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox" | |
de59c161 RD |
40361 | if test "$wxUSE_MAC" = 1; then |
40362 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl" | |
40363 | fi | |
a848cd7e | 40364 | fi |
646b6ec1 | 40365 | if test "$wxUSE_WEBKIT" = "yes"; then |
1e9e8aba | 40366 | if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then |
07bea8f0 VS |
40367 | old_CPPFLAGS="$CPPFLAGS" |
40368 | CPPFLAGS="$CPPFLAGS -x objective-c++" | |
40369 | echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5 | |
40370 | echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6 | |
40371 | if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then | |
40372 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
40373 | else | |
40374 | cat >conftest.$ac_ext <<_ACEOF | |
40375 | /* confdefs.h. */ | |
40376 | _ACEOF | |
40377 | cat confdefs.h >>conftest.$ac_ext | |
40378 | cat >>conftest.$ac_ext <<_ACEOF | |
40379 | /* end confdefs.h. */ | |
40380 | #include <Carbon/Carbon.h> | |
40381 | ||
40382 | #include <WebKit/HIWebView.h> | |
40383 | _ACEOF | |
40384 | rm -f conftest.$ac_objext | |
40385 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
40386 | (eval $ac_compile) 2>conftest.er1 | |
40387 | ac_status=$? | |
40388 | grep -v '^ *+' conftest.er1 >conftest.err | |
40389 | rm -f conftest.er1 | |
40390 | cat conftest.err >&5 | |
40391 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
40392 | (exit $ac_status); } && | |
6ebeb4c7 | 40393 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
07bea8f0 VS |
40394 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
40395 | (eval $ac_try) 2>&5 | |
40396 | ac_status=$? | |
40397 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
40398 | (exit $ac_status); }; } && | |
40399 | { ac_try='test -s conftest.$ac_objext' | |
40400 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
40401 | (eval $ac_try) 2>&5 | |
40402 | ac_status=$? | |
40403 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
40404 | (exit $ac_status); }; }; then | |
40405 | ac_cv_header_WebKit_HIWebView_h=yes | |
40406 | else | |
40407 | echo "$as_me: failed program was:" >&5 | |
40408 | sed 's/^/| /' conftest.$ac_ext >&5 | |
40409 | ||
40410 | ac_cv_header_WebKit_HIWebView_h=no | |
40411 | fi | |
40412 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
40413 | fi | |
40414 | echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5 | |
40415 | echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6 | |
40416 | if test $ac_cv_header_WebKit_HIWebView_h = yes; then | |
40417 | ||
40418 | cat >>confdefs.h <<\_ACEOF | |
646b6ec1 VS |
40419 | #define wxUSE_WEBKIT 1 |
40420 | _ACEOF | |
40421 | ||
07bea8f0 VS |
40422 | WEBKIT_LINK="-framework WebKit" |
40423 | ||
40424 | else | |
40425 | ||
40426 | { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5 | |
40427 | echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;} | |
40428 | wxUSE_WEBKIT=no | |
40429 | ||
646b6ec1 VS |
40430 | fi |
40431 | ||
07bea8f0 VS |
40432 | |
40433 | CPPFLAGS="$old_CPPFLAGS" | |
40434 | elif test "$wxUSE_COCOA" = 1; then | |
40435 | cat >>confdefs.h <<\_ACEOF | |
40436 | #define wxUSE_WEBKIT 1 | |
40437 | _ACEOF | |
40438 | ||
40439 | else | |
40440 | wxUSE_WEBKIT=no | |
40441 | fi | |
40442 | fi | |
40443 | ||
9a8f0513 VS |
40444 | USE_XRC=0 |
40445 | if test "$wxUSE_XRC" = "yes"; then | |
d2ebf0b7 VS |
40446 | if test "$wxUSE_XML" != "yes"; then |
40447 | { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5 | |
40448 | echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;} | |
40449 | wxUSE_XRC=no | |
40450 | else | |
40451 | cat >>confdefs.h <<\_ACEOF | |
9a8f0513 VS |
40452 | #define wxUSE_XRC 1 |
40453 | _ACEOF | |
40454 | ||
d2ebf0b7 VS |
40455 | USE_XRC=1 |
40456 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc" | |
40457 | fi | |
9a8f0513 | 40458 | fi |
07bea8f0 | 40459 | |
a848cd7e SC |
40460 | if test "$wxUSE_MENUS" = "yes"; then |
40461 | cat >>confdefs.h <<\_ACEOF | |
40462 | #define wxUSE_MENUS 1 | |
40463 | _ACEOF | |
40464 | ||
40465 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu" | |
40466 | fi | |
40467 | ||
40468 | if test "$wxUSE_METAFILE" = "yes"; then | |
40469 | cat >>confdefs.h <<\_ACEOF | |
40470 | #define wxUSE_METAFILE 1 | |
40471 | _ACEOF | |
40472 | ||
40473 | fi | |
40474 | ||
40475 | if test "$wxUSE_MIMETYPE" = "yes"; then | |
40476 | cat >>confdefs.h <<\_ACEOF | |
40477 | #define wxUSE_MIMETYPE 1 | |
40478 | _ACEOF | |
40479 | ||
40480 | fi | |
40481 | ||
40482 | if test "$wxUSE_MINIFRAME" = "yes"; then | |
40483 | cat >>confdefs.h <<\_ACEOF | |
40484 | #define wxUSE_MINIFRAME 1 | |
40485 | _ACEOF | |
40486 | ||
40487 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram" | |
40488 | fi | |
40489 | ||
40490 | if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then | |
40491 | cat >>confdefs.h <<\_ACEOF | |
40492 | #define wxUSE_SYSTEM_OPTIONS 1 | |
40493 | _ACEOF | |
40494 | ||
40495 | if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \ | |
a49baeab | 40496 | "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then |
a848cd7e SC |
40497 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar" |
40498 | fi | |
40499 | fi | |
40500 | ||
40501 | ||
40502 | if test "$wxUSE_VALIDATORS" = "yes"; then | |
40503 | cat >>confdefs.h <<\_ACEOF | |
40504 | #define wxUSE_VALIDATORS 1 | |
40505 | _ACEOF | |
40506 | ||
40507 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate" | |
40508 | fi | |
40509 | ||
40510 | if test "$wxUSE_PALETTE" = "yes" ; then | |
40511 | cat >>confdefs.h <<\_ACEOF | |
40512 | #define wxUSE_PALETTE 1 | |
40513 | _ACEOF | |
40514 | ||
40515 | fi | |
40516 | ||
40517 | if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then | |
40518 | LIBS=" -lunicows $LIBS" | |
40519 | fi | |
40520 | ||
40521 | ||
40522 | if test "$wxUSE_IMAGE" = "yes" ; then | |
40523 | cat >>confdefs.h <<\_ACEOF | |
40524 | #define wxUSE_IMAGE 1 | |
40525 | _ACEOF | |
40526 | ||
40527 | ||
40528 | if test "$wxUSE_GIF" = "yes" ; then | |
40529 | cat >>confdefs.h <<\_ACEOF | |
40530 | #define wxUSE_GIF 1 | |
40531 | _ACEOF | |
40532 | ||
40533 | fi | |
40534 | ||
40535 | if test "$wxUSE_PCX" = "yes" ; then | |
40536 | cat >>confdefs.h <<\_ACEOF | |
40537 | #define wxUSE_PCX 1 | |
40538 | _ACEOF | |
40539 | ||
40540 | fi | |
40541 | ||
40542 | if test "$wxUSE_IFF" = "yes" ; then | |
40543 | cat >>confdefs.h <<\_ACEOF | |
40544 | #define wxUSE_IFF 1 | |
40545 | _ACEOF | |
40546 | ||
40547 | fi | |
40548 | ||
40549 | if test "$wxUSE_PNM" = "yes" ; then | |
40550 | cat >>confdefs.h <<\_ACEOF | |
40551 | #define wxUSE_PNM 1 | |
40552 | _ACEOF | |
40553 | ||
40554 | fi | |
40555 | ||
40556 | if test "$wxUSE_XPM" = "yes" ; then | |
40557 | cat >>confdefs.h <<\_ACEOF | |
40558 | #define wxUSE_XPM 1 | |
40559 | _ACEOF | |
40560 | ||
40561 | fi | |
40562 | ||
40563 | if test "$wxUSE_ICO_CUR" = "yes" ; then | |
40564 | cat >>confdefs.h <<\_ACEOF | |
40565 | #define wxUSE_ICO_CUR 1 | |
40566 | _ACEOF | |
40567 | ||
40568 | fi | |
40569 | fi | |
40570 | ||
40571 | ||
40572 | if test "$wxUSE_CHOICEDLG" = "yes"; then | |
40573 | cat >>confdefs.h <<\_ACEOF | |
40574 | #define wxUSE_CHOICEDLG 1 | |
40575 | _ACEOF | |
40576 | ||
40577 | fi | |
40578 | ||
40579 | if test "$wxUSE_COLOURDLG" = "yes"; then | |
40580 | cat >>confdefs.h <<\_ACEOF | |
40581 | #define wxUSE_COLOURDLG 1 | |
40582 | _ACEOF | |
40583 | ||
40584 | fi | |
40585 | ||
40586 | if test "$wxUSE_FILEDLG" = "yes"; then | |
40587 | cat >>confdefs.h <<\_ACEOF | |
40588 | #define wxUSE_FILEDLG 1 | |
40589 | _ACEOF | |
40590 | ||
40591 | fi | |
40592 | ||
40593 | if test "$wxUSE_FINDREPLDLG" = "yes"; then | |
40594 | cat >>confdefs.h <<\_ACEOF | |
40595 | #define wxUSE_FINDREPLDLG 1 | |
40596 | _ACEOF | |
40597 | ||
40598 | fi | |
40599 | ||
40600 | if test "$wxUSE_FONTDLG" = "yes"; then | |
40601 | cat >>confdefs.h <<\_ACEOF | |
40602 | #define wxUSE_FONTDLG 1 | |
40603 | _ACEOF | |
40604 | ||
40605 | fi | |
40606 | ||
40607 | if test "$wxUSE_DIRDLG" = "yes"; then | |
40608 | if test "$wxUSE_TREECTRL" != "yes"; then | |
40609 | { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5 | |
40610 | echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;} | |
40611 | else | |
40612 | cat >>confdefs.h <<\_ACEOF | |
40613 | #define wxUSE_DIRDLG 1 | |
40614 | _ACEOF | |
40615 | ||
40616 | fi | |
40617 | fi | |
40618 | ||
40619 | if test "$wxUSE_MSGDLG" = "yes"; then | |
40620 | cat >>confdefs.h <<\_ACEOF | |
40621 | #define wxUSE_MSGDLG 1 | |
40622 | _ACEOF | |
40623 | ||
40624 | fi | |
40625 | ||
40626 | if test "$wxUSE_NUMBERDLG" = "yes"; then | |
40627 | cat >>confdefs.h <<\_ACEOF | |
40628 | #define wxUSE_NUMBERDLG 1 | |
40629 | _ACEOF | |
40630 | ||
40631 | fi | |
40632 | ||
40633 | if test "$wxUSE_PROGRESSDLG" = "yes"; then | |
40634 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
40635 | { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5 | |
40636 | echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;} | |
40637 | else | |
40638 | cat >>confdefs.h <<\_ACEOF | |
40639 | #define wxUSE_PROGRESSDLG 1 | |
40640 | _ACEOF | |
40641 | ||
40642 | fi | |
40643 | fi | |
40644 | ||
40645 | if test "$wxUSE_SPLASH" = "yes"; then | |
40646 | cat >>confdefs.h <<\_ACEOF | |
40647 | #define wxUSE_SPLASH 1 | |
40648 | _ACEOF | |
40649 | ||
2057db16 | 40650 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash" |
a848cd7e SC |
40651 | fi |
40652 | ||
40653 | if test "$wxUSE_STARTUP_TIPS" = "yes"; then | |
40654 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
40655 | { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5 | |
40656 | echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;} | |
40657 | else | |
40658 | cat >>confdefs.h <<\_ACEOF | |
40659 | #define wxUSE_STARTUP_TIPS 1 | |
40660 | _ACEOF | |
40661 | ||
40662 | fi | |
40663 | fi | |
40664 | ||
40665 | if test "$wxUSE_TEXTDLG" = "yes"; then | |
40666 | cat >>confdefs.h <<\_ACEOF | |
40667 | #define wxUSE_TEXTDLG 1 | |
40668 | _ACEOF | |
40669 | ||
40670 | fi | |
40671 | ||
40672 | if test "$wxUSE_WIZARDDLG" = "yes"; then | |
40673 | cat >>confdefs.h <<\_ACEOF | |
40674 | #define wxUSE_WIZARDDLG 1 | |
40675 | _ACEOF | |
40676 | ||
40677 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard" | |
40678 | fi | |
40679 | ||
40680 | ||
ce756cb0 | 40681 | if test "$wxUSE_MEDIACTRL" = "yes"; then |
ce756cb0 RN |
40682 | if test "$wxUSE_GTK" = 1; then |
40683 | wxUSE_GSTREAMER="yes" | |
40684 | ||
ce756cb0 | 40685 | |
dae87f93 | 40686 | succeeded=no |
ce756cb0 | 40687 | |
dae87f93 RN |
40688 | if test -z "$PKG_CONFIG"; then |
40689 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
40690 | set dummy pkg-config; ac_word=$2 | |
40691 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
40692 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
40693 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then | |
40694 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
40695 | else | |
40696 | case $PKG_CONFIG in | |
40697 | [\\/]* | ?:[\\/]*) | |
40698 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | |
40699 | ;; | |
40700 | *) | |
40701 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
40702 | for as_dir in $PATH | |
40703 | do | |
40704 | IFS=$as_save_IFS | |
40705 | test -z "$as_dir" && as_dir=. | |
40706 | for ac_exec_ext in '' $ac_executable_extensions; do | |
40707 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
40708 | ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
40709 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
40710 | break 2 | |
40711 | fi | |
40712 | done | |
40713 | done | |
40714 | ||
40715 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" | |
40716 | ;; | |
40717 | esac | |
40718 | fi | |
40719 | PKG_CONFIG=$ac_cv_path_PKG_CONFIG | |
40720 | ||
40721 | if test -n "$PKG_CONFIG"; then | |
40722 | echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 | |
40723 | echo "${ECHO_T}$PKG_CONFIG" >&6 | |
40724 | else | |
40725 | echo "$as_me:$LINENO: result: no" >&5 | |
40726 | echo "${ECHO_T}no" >&6 | |
40727 | fi | |
40728 | ||
40729 | fi | |
40730 | ||
40731 | if test "$PKG_CONFIG" = "no" ; then | |
40732 | echo "*** The pkg-config script could not be found. Make sure it is" | |
40733 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
40734 | echo "*** to the full path to pkg-config." | |
40735 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
40736 | else | |
40737 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
40738 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
40739 | echo "$as_me:$LINENO: checking for gstreamer-0.8" >&5 | |
40740 | echo $ECHO_N "checking for gstreamer-0.8... $ECHO_C" >&6 | |
40741 | ||
40742 | if $PKG_CONFIG --exists "gstreamer-0.8" ; then | |
40743 | echo "$as_me:$LINENO: result: yes" >&5 | |
ce756cb0 | 40744 | echo "${ECHO_T}yes" >&6 |
dae87f93 | 40745 | succeeded=yes |
ce756cb0 | 40746 | |
dae87f93 RN |
40747 | echo "$as_me:$LINENO: checking GSTREAMER_CFLAGS" >&5 |
40748 | echo $ECHO_N "checking GSTREAMER_CFLAGS... $ECHO_C" >&6 | |
40749 | GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.8"` | |
40750 | echo "$as_me:$LINENO: result: $GSTREAMER_CFLAGS" >&5 | |
40751 | echo "${ECHO_T}$GSTREAMER_CFLAGS" >&6 | |
40752 | ||
40753 | echo "$as_me:$LINENO: checking GSTREAMER_LIBS" >&5 | |
40754 | echo $ECHO_N "checking GSTREAMER_LIBS... $ECHO_C" >&6 | |
40755 | GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.8"` | |
40756 | echo "$as_me:$LINENO: result: $GSTREAMER_LIBS" >&5 | |
40757 | echo "${ECHO_T}$GSTREAMER_LIBS" >&6 | |
40758 | else | |
40759 | GSTREAMER_CFLAGS="" | |
40760 | GSTREAMER_LIBS="" | |
40761 | ## If we have a custom action on failure, don't print errors, but | |
40762 | ## do set a variable so people can do so. | |
40763 | GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8"` | |
ce756cb0 | 40764 | |
dae87f93 RN |
40765 | fi |
40766 | ||
40767 | ||
40768 | ||
40769 | else | |
40770 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
40771 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
40772 | fi | |
40773 | fi | |
40774 | ||
40775 | if test $succeeded = yes; then | |
40776 | ||
40777 | CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS" | |
40778 | LIBS="$LIBS $GSTREAMER_LIBS -lgstplay-0.8" | |
ce756cb0 | 40779 | |
ce756cb0 | 40780 | else |
dae87f93 RN |
40781 | |
40782 | { echo "$as_me:$LINENO: WARNING: GStreamer installation not found" >&5 | |
40783 | echo "$as_me: WARNING: GStreamer installation not found" >&2;} | |
40784 | wxUSE_GSTREAMER="no" | |
40785 | ||
40786 | fi | |
40787 | ||
40788 | ||
40789 | ||
40790 | ||
40791 | ||
40792 | if test "x$GST_INSPECT" == "x"; then | |
40793 | # Extract the first word of "gst-inspect", so it can be a program name with args. | |
40794 | set dummy gst-inspect; ac_word=$2 | |
40795 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
40796 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
40797 | if test "${ac_cv_prog_GST_INSPECT+set}" = set; then | |
40798 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
40799 | else | |
40800 | if test -n "$GST_INSPECT"; then | |
40801 | ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test. | |
40802 | else | |
40803 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
40804 | for as_dir in $PATH | |
40805 | do | |
40806 | IFS=$as_save_IFS | |
40807 | test -z "$as_dir" && as_dir=. | |
40808 | for ac_exec_ext in '' $ac_executable_extensions; do | |
40809 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
40810 | ac_cv_prog_GST_INSPECT="gst-inspect" | |
40811 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
40812 | break 2 | |
ce756cb0 | 40813 | fi |
dae87f93 RN |
40814 | done |
40815 | done | |
40816 | ||
40817 | fi | |
40818 | fi | |
40819 | GST_INSPECT=$ac_cv_prog_GST_INSPECT | |
40820 | if test -n "$GST_INSPECT"; then | |
40821 | echo "$as_me:$LINENO: result: $GST_INSPECT" >&5 | |
40822 | echo "${ECHO_T}$GST_INSPECT" >&6 | |
40823 | else | |
40824 | echo "$as_me:$LINENO: result: no" >&5 | |
40825 | echo "${ECHO_T}no" >&6 | |
40826 | fi | |
40827 | ||
40828 | fi | |
40829 | ||
40830 | if test "x$GST_INSPECT" != "x"; then | |
40831 | echo "$as_me:$LINENO: checking GStreamer element xvimagesink" >&5 | |
40832 | echo $ECHO_N "checking GStreamer element xvimagesink... $ECHO_C" >&6 | |
40833 | if $GST_INSPECT xvimagesink > /dev/null 2> /dev/null ; then | |
40834 | echo "$as_me:$LINENO: result: found." >&5 | |
40835 | echo "${ECHO_T}found." >&6 | |
ce756cb0 | 40836 | |
ce756cb0 | 40837 | else |
dae87f93 RN |
40838 | echo "$as_me:$LINENO: result: not found." >&5 |
40839 | echo "${ECHO_T}not found." >&6 | |
40840 | ||
40841 | wxUSE_GSTREAMER="no" | |
40842 | { echo "$as_me:$LINENO: WARNING: x video sink not found - cannot use GStreamer" >&5 | |
40843 | echo "$as_me: WARNING: x video sink not found - cannot use GStreamer" >&2;} | |
40844 | ||
40845 | fi | |
40846 | fi | |
40847 | ||
40848 | ||
40849 | echo "$as_me:$LINENO: checking for gst/xoverlay/xoverlay.h" >&5 | |
40850 | echo $ECHO_N "checking for gst/xoverlay/xoverlay.h... $ECHO_C" >&6 | |
40851 | if test "${ac_cv_header_gst_xoverlay_xoverlay_h+set}" = set; then | |
40852 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
40853 | else | |
40854 | cat >conftest.$ac_ext <<_ACEOF | |
ce756cb0 RN |
40855 | /* confdefs.h. */ |
40856 | _ACEOF | |
40857 | cat confdefs.h >>conftest.$ac_ext | |
40858 | cat >>conftest.$ac_ext <<_ACEOF | |
40859 | /* end confdefs.h. */ | |
dae87f93 | 40860 | #include <gst/gst.h> |
ce756cb0 | 40861 | |
dae87f93 | 40862 | #include <gst/xoverlay/xoverlay.h> |
ce756cb0 RN |
40863 | _ACEOF |
40864 | rm -f conftest.$ac_objext | |
40865 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
40866 | (eval $ac_compile) 2>conftest.er1 | |
40867 | ac_status=$? | |
40868 | grep -v '^ *+' conftest.er1 >conftest.err | |
40869 | rm -f conftest.er1 | |
40870 | cat conftest.err >&5 | |
40871 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
40872 | (exit $ac_status); } && | |
6ebeb4c7 | 40873 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ce756cb0 RN |
40874 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
40875 | (eval $ac_try) 2>&5 | |
40876 | ac_status=$? | |
40877 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
40878 | (exit $ac_status); }; } && | |
40879 | { ac_try='test -s conftest.$ac_objext' | |
40880 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
40881 | (eval $ac_try) 2>&5 | |
40882 | ac_status=$? | |
40883 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
40884 | (exit $ac_status); }; }; then | |
dae87f93 | 40885 | ac_cv_header_gst_xoverlay_xoverlay_h=yes |
ce756cb0 RN |
40886 | else |
40887 | echo "$as_me: failed program was:" >&5 | |
40888 | sed 's/^/| /' conftest.$ac_ext >&5 | |
40889 | ||
dae87f93 | 40890 | ac_cv_header_gst_xoverlay_xoverlay_h=no |
ce756cb0 RN |
40891 | fi |
40892 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
dae87f93 RN |
40893 | fi |
40894 | echo "$as_me:$LINENO: result: $ac_cv_header_gst_xoverlay_xoverlay_h" >&5 | |
40895 | echo "${ECHO_T}$ac_cv_header_gst_xoverlay_xoverlay_h" >&6 | |
40896 | if test $ac_cv_header_gst_xoverlay_xoverlay_h = yes; then | |
40897 | : | |
40898 | else | |
ce756cb0 | 40899 | |
dae87f93 RN |
40900 | wxUSE_GSTREAMER="no" |
40901 | { echo "$as_me:$LINENO: WARNING: xoverlay header not found, cannot use GStreamer" >&5 | |
40902 | echo "$as_me: WARNING: xoverlay header not found, cannot use GStreamer" >&2;} | |
ce756cb0 | 40903 | |
dae87f93 | 40904 | fi |
ce756cb0 | 40905 | |
dae87f93 RN |
40906 | |
40907 | ||
40908 | echo "$as_me:$LINENO: checking for gstplay 0.8" >&5 | |
ce756cb0 RN |
40909 | echo $ECHO_N "checking for gstplay 0.8... $ECHO_C" >&6 |
40910 | ||
40911 | ac_find_libraries= | |
40912 | for ac_dir in $SEARCH_LIB /usr/lib; | |
40913 | do | |
3eca31dc | 40914 | for ac_extension in a so sl dylib dll.a; do |
ce756cb0 RN |
40915 | if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then |
40916 | ac_find_libraries=$ac_dir | |
40917 | break 2 | |
40918 | fi | |
40919 | done | |
40920 | done | |
40921 | ||
ce756cb0 | 40922 | |
dae87f93 RN |
40923 | if test "$ac_find_libraries" = "" ; then |
40924 | echo "$as_me:$LINENO: result: no" >&5 | |
40925 | echo "${ECHO_T}no" >&6 | |
40926 | wxUSE_GSTREAMER="no" | |
40927 | else | |
40928 | echo "$as_me:$LINENO: result: yes" >&5 | |
ce756cb0 | 40929 | echo "${ECHO_T}yes" >&6 |
dae87f93 | 40930 | fi |
ce756cb0 | 40931 | |
dae87f93 RN |
40932 | if test "$wxUSE_GSTREAMER" = "yes"; then |
40933 | cat >>confdefs.h <<\_ACEOF | |
ce756cb0 RN |
40934 | #define wxUSE_GSTREAMER 1 |
40935 | _ACEOF | |
40936 | ||
dae87f93 RN |
40937 | echo "$as_me:$LINENO: result: GStreamer detection successful" >&5 |
40938 | echo "${ECHO_T}GStreamer detection successful" >&6 | |
ce756cb0 RN |
40939 | fi |
40940 | fi | |
40941 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer" | |
40942 | cat >>confdefs.h <<\_ACEOF | |
40943 | #define wxUSE_MEDIACTRL 1 | |
40944 | _ACEOF | |
40945 | ||
40946 | fi | |
40947 | ||
40948 | ||
a848cd7e SC |
40949 | if test "$cross_compiling" = "yes"; then |
40950 | OSINFO="\"$host\"" | |
40951 | else | |
40952 | OSINFO=`uname -s -r -m` | |
40953 | OSINFO="\"$OSINFO\"" | |
40954 | fi | |
40955 | ||
40956 | cat >>confdefs.h <<_ACEOF | |
40957 | #define WXWIN_OS_DESCRIPTION $OSINFO | |
40958 | _ACEOF | |
40959 | ||
40960 | ||
40961 | ||
40962 | if test "x$prefix" != "xNONE"; then | |
40963 | wxPREFIX=$prefix | |
40964 | else | |
40965 | wxPREFIX=$ac_default_prefix | |
40966 | fi | |
40967 | ||
40968 | cat >>confdefs.h <<_ACEOF | |
40969 | #define wxINSTALL_PREFIX "$wxPREFIX" | |
40970 | _ACEOF | |
40971 | ||
40972 | ||
a848cd7e SC |
40973 | |
40974 | ||
40975 | CORE_BASE_LIBS="net base" | |
40976 | CORE_GUI_LIBS="adv core" | |
40977 | ||
40978 | if test "$wxUSE_XML" = "yes" ; then | |
40979 | CORE_BASE_LIBS="xml $CORE_BASE_LIBS" | |
40980 | fi | |
40981 | if test "$wxUSE_ODBC" != "no" ; then | |
40982 | CORE_BASE_LIBS="odbc $CORE_BASE_LIBS" | |
40983 | CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS" | |
40984 | fi | |
40985 | if test "$wxUSE_HTML" = "yes" ; then | |
40986 | CORE_GUI_LIBS="html $CORE_GUI_LIBS" | |
40987 | fi | |
61639efb VZ |
40988 | if test "$wxUSE_DEBUGREPORT" = "yes" ; then |
40989 | CORE_GUI_LIBS="qa $CORE_GUI_LIBS" | |
40990 | fi | |
9a8f0513 VS |
40991 | if test "$wxUSE_XRC" = "yes" ; then |
40992 | CORE_GUI_LIBS="xrc $CORE_GUI_LIBS" | |
40993 | fi | |
a848cd7e SC |
40994 | |
40995 | if test "$wxUSE_GUI" != "yes"; then | |
40996 | CORE_GUI_LIBS="" | |
40997 | fi | |
40998 | ||
40999 | ||
41000 | ||
41001 | ||
41002 | ||
41003 | ||
41004 | ||
41005 | ||
41006 | if test "$wxUSE_MAC" = 1 ; then | |
a98bf0c0 | 41007 | if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then |
1e9e8aba DE |
41008 | if test "$USE_DARWIN" = 1; then |
41009 | LDFLAGS="$LDFLAGS -framework QuickTime" | |
41010 | else | |
41011 | LDFLAGS="$LDFLAGS -lQuickTimeLib" | |
41012 | fi | |
07bea8f0 | 41013 | fi |
5dcf30a0 | 41014 | if test "$USE_DARWIN" = 1; then |
1e9e8aba DE |
41015 | LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System" |
41016 | else | |
41017 | LDFLAGS="$LDFLAGS -lCarbonLib" | |
5dcf30a0 | 41018 | fi |
a848cd7e SC |
41019 | fi |
41020 | if test "$wxUSE_COCOA" = 1 ; then | |
4cb1d3da | 41021 | LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa" |
4fc81cbc RN |
41022 | if test "$wxUSE_MEDIACTRL" = "yes"; then |
41023 | LDFLAGS="$LDFLAGS -framework QuickTime" | |
41024 | fi | |
a848cd7e | 41025 | fi |
19b27e78 MW |
41026 | if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1 ; then |
41027 | LDFLAGS="$LDFLAGS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices" | |
41028 | fi | |
a848cd7e SC |
41029 | |
41030 | ||
41031 | LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS" | |
41032 | ||
41033 | have_cos=0 | |
41034 | have_floor=0 | |
41035 | ||
41036 | for ac_func in cos | |
41037 | do | |
41038 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
41039 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
41040 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
41041 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
41042 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
41043 | else | |
41044 | cat >conftest.$ac_ext <<_ACEOF | |
41045 | /* confdefs.h. */ | |
41046 | _ACEOF | |
41047 | cat confdefs.h >>conftest.$ac_ext | |
41048 | cat >>conftest.$ac_ext <<_ACEOF | |
41049 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
41050 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
41051 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
41052 | #define $ac_func innocuous_$ac_func | |
41053 | ||
a848cd7e SC |
41054 | /* System header to define __stub macros and hopefully few prototypes, |
41055 | which can conflict with char $ac_func (); below. | |
41056 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
41057 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 41058 | |
a848cd7e SC |
41059 | #ifdef __STDC__ |
41060 | # include <limits.h> | |
41061 | #else | |
41062 | # include <assert.h> | |
41063 | #endif | |
ac1cb8d3 VS |
41064 | |
41065 | #undef $ac_func | |
41066 | ||
a848cd7e SC |
41067 | /* Override any gcc2 internal prototype to avoid an error. */ |
41068 | #ifdef __cplusplus | |
41069 | extern "C" | |
41070 | { | |
41071 | #endif | |
41072 | /* We use char because int might match the return type of a gcc2 | |
41073 | builtin and then its argument prototype would still apply. */ | |
41074 | char $ac_func (); | |
41075 | /* The GNU C library defines this for functions which it implements | |
41076 | to always fail with ENOSYS. Some functions are actually named | |
41077 | something starting with __ and the normal name is an alias. */ | |
41078 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
41079 | choke me | |
41080 | #else | |
41081 | char (*f) () = $ac_func; | |
41082 | #endif | |
41083 | #ifdef __cplusplus | |
41084 | } | |
41085 | #endif | |
41086 | ||
41087 | int | |
41088 | main () | |
41089 | { | |
41090 | return f != $ac_func; | |
41091 | ; | |
41092 | return 0; | |
41093 | } | |
41094 | _ACEOF | |
41095 | rm -f conftest.$ac_objext conftest$ac_exeext | |
41096 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 41097 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 41098 | ac_status=$? |
ac1cb8d3 VS |
41099 | grep -v '^ *+' conftest.er1 >conftest.err |
41100 | rm -f conftest.er1 | |
41101 | cat conftest.err >&5 | |
a848cd7e SC |
41102 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
41103 | (exit $ac_status); } && | |
6ebeb4c7 | 41104 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
41105 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
41106 | (eval $ac_try) 2>&5 | |
41107 | ac_status=$? | |
41108 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
41109 | (exit $ac_status); }; } && | |
41110 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
41111 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
41112 | (eval $ac_try) 2>&5 | |
41113 | ac_status=$? | |
41114 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
41115 | (exit $ac_status); }; }; then | |
41116 | eval "$as_ac_var=yes" | |
41117 | else | |
41118 | echo "$as_me: failed program was:" >&5 | |
41119 | sed 's/^/| /' conftest.$ac_ext >&5 | |
41120 | ||
41121 | eval "$as_ac_var=no" | |
41122 | fi | |
ac1cb8d3 VS |
41123 | rm -f conftest.err conftest.$ac_objext \ |
41124 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
41125 | fi |
41126 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
41127 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
41128 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
41129 | cat >>confdefs.h <<_ACEOF | |
41130 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
41131 | _ACEOF | |
41132 | have_cos=1 | |
41133 | fi | |
41134 | done | |
41135 | ||
41136 | ||
41137 | for ac_func in floor | |
41138 | do | |
41139 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
41140 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
41141 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
41142 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
41143 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
41144 | else | |
41145 | cat >conftest.$ac_ext <<_ACEOF | |
41146 | /* confdefs.h. */ | |
41147 | _ACEOF | |
41148 | cat confdefs.h >>conftest.$ac_ext | |
41149 | cat >>conftest.$ac_ext <<_ACEOF | |
41150 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
41151 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
41152 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
41153 | #define $ac_func innocuous_$ac_func | |
41154 | ||
a848cd7e SC |
41155 | /* System header to define __stub macros and hopefully few prototypes, |
41156 | which can conflict with char $ac_func (); below. | |
41157 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
41158 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 41159 | |
a848cd7e SC |
41160 | #ifdef __STDC__ |
41161 | # include <limits.h> | |
41162 | #else | |
41163 | # include <assert.h> | |
41164 | #endif | |
ac1cb8d3 VS |
41165 | |
41166 | #undef $ac_func | |
41167 | ||
a848cd7e SC |
41168 | /* Override any gcc2 internal prototype to avoid an error. */ |
41169 | #ifdef __cplusplus | |
41170 | extern "C" | |
41171 | { | |
41172 | #endif | |
41173 | /* We use char because int might match the return type of a gcc2 | |
41174 | builtin and then its argument prototype would still apply. */ | |
41175 | char $ac_func (); | |
41176 | /* The GNU C library defines this for functions which it implements | |
41177 | to always fail with ENOSYS. Some functions are actually named | |
41178 | something starting with __ and the normal name is an alias. */ | |
41179 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
41180 | choke me | |
41181 | #else | |
41182 | char (*f) () = $ac_func; | |
41183 | #endif | |
41184 | #ifdef __cplusplus | |
41185 | } | |
41186 | #endif | |
41187 | ||
41188 | int | |
41189 | main () | |
41190 | { | |
41191 | return f != $ac_func; | |
41192 | ; | |
41193 | return 0; | |
41194 | } | |
41195 | _ACEOF | |
41196 | rm -f conftest.$ac_objext conftest$ac_exeext | |
41197 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 41198 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 41199 | ac_status=$? |
ac1cb8d3 VS |
41200 | grep -v '^ *+' conftest.er1 >conftest.err |
41201 | rm -f conftest.er1 | |
41202 | cat conftest.err >&5 | |
a848cd7e SC |
41203 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
41204 | (exit $ac_status); } && | |
6ebeb4c7 | 41205 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
41206 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
41207 | (eval $ac_try) 2>&5 | |
41208 | ac_status=$? | |
41209 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
41210 | (exit $ac_status); }; } && | |
41211 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
41212 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
41213 | (eval $ac_try) 2>&5 | |
41214 | ac_status=$? | |
41215 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
41216 | (exit $ac_status); }; }; then | |
41217 | eval "$as_ac_var=yes" | |
41218 | else | |
41219 | echo "$as_me: failed program was:" >&5 | |
41220 | sed 's/^/| /' conftest.$ac_ext >&5 | |
41221 | ||
41222 | eval "$as_ac_var=no" | |
41223 | fi | |
ac1cb8d3 VS |
41224 | rm -f conftest.err conftest.$ac_objext \ |
41225 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
41226 | fi |
41227 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
41228 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
41229 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
41230 | cat >>confdefs.h <<_ACEOF | |
41231 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
41232 | _ACEOF | |
41233 | have_floor=1 | |
41234 | fi | |
41235 | done | |
41236 | ||
41237 | echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5 | |
41238 | echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6 | |
41239 | if test "$have_cos" = 1 -a "$have_floor" = 1; then | |
41240 | echo "$as_me:$LINENO: result: yes" >&5 | |
41241 | echo "${ECHO_T}yes" >&6 | |
41242 | else | |
41243 | echo "$as_me:$LINENO: result: no" >&5 | |
41244 | echo "${ECHO_T}no" >&6 | |
41245 | LIBS="$LIBS -lm" | |
41246 | # use different functions to avoid configure caching | |
41247 | have_sin=0 | |
41248 | have_ceil=0 | |
41249 | ||
41250 | for ac_func in sin | |
41251 | do | |
41252 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
41253 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
41254 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
41255 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
41256 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
41257 | else | |
41258 | cat >conftest.$ac_ext <<_ACEOF | |
41259 | /* confdefs.h. */ | |
41260 | _ACEOF | |
41261 | cat confdefs.h >>conftest.$ac_ext | |
41262 | cat >>conftest.$ac_ext <<_ACEOF | |
41263 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
41264 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
41265 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
41266 | #define $ac_func innocuous_$ac_func | |
41267 | ||
a848cd7e SC |
41268 | /* System header to define __stub macros and hopefully few prototypes, |
41269 | which can conflict with char $ac_func (); below. | |
41270 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
41271 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 41272 | |
a848cd7e SC |
41273 | #ifdef __STDC__ |
41274 | # include <limits.h> | |
41275 | #else | |
41276 | # include <assert.h> | |
41277 | #endif | |
ac1cb8d3 VS |
41278 | |
41279 | #undef $ac_func | |
41280 | ||
a848cd7e SC |
41281 | /* Override any gcc2 internal prototype to avoid an error. */ |
41282 | #ifdef __cplusplus | |
41283 | extern "C" | |
41284 | { | |
41285 | #endif | |
41286 | /* We use char because int might match the return type of a gcc2 | |
41287 | builtin and then its argument prototype would still apply. */ | |
41288 | char $ac_func (); | |
41289 | /* The GNU C library defines this for functions which it implements | |
41290 | to always fail with ENOSYS. Some functions are actually named | |
41291 | something starting with __ and the normal name is an alias. */ | |
41292 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
41293 | choke me | |
41294 | #else | |
41295 | char (*f) () = $ac_func; | |
41296 | #endif | |
41297 | #ifdef __cplusplus | |
41298 | } | |
41299 | #endif | |
41300 | ||
41301 | int | |
41302 | main () | |
41303 | { | |
41304 | return f != $ac_func; | |
41305 | ; | |
41306 | return 0; | |
41307 | } | |
41308 | _ACEOF | |
41309 | rm -f conftest.$ac_objext conftest$ac_exeext | |
41310 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 41311 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 41312 | ac_status=$? |
ac1cb8d3 VS |
41313 | grep -v '^ *+' conftest.er1 >conftest.err |
41314 | rm -f conftest.er1 | |
41315 | cat conftest.err >&5 | |
a848cd7e SC |
41316 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
41317 | (exit $ac_status); } && | |
6ebeb4c7 | 41318 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
41319 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
41320 | (eval $ac_try) 2>&5 | |
41321 | ac_status=$? | |
41322 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
41323 | (exit $ac_status); }; } && | |
41324 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
41325 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
41326 | (eval $ac_try) 2>&5 | |
41327 | ac_status=$? | |
41328 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
41329 | (exit $ac_status); }; }; then | |
41330 | eval "$as_ac_var=yes" | |
41331 | else | |
41332 | echo "$as_me: failed program was:" >&5 | |
41333 | sed 's/^/| /' conftest.$ac_ext >&5 | |
41334 | ||
41335 | eval "$as_ac_var=no" | |
41336 | fi | |
ac1cb8d3 VS |
41337 | rm -f conftest.err conftest.$ac_objext \ |
41338 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
41339 | fi |
41340 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
41341 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
41342 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
41343 | cat >>confdefs.h <<_ACEOF | |
41344 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
41345 | _ACEOF | |
41346 | have_sin=1 | |
41347 | fi | |
41348 | done | |
41349 | ||
41350 | ||
41351 | for ac_func in ceil | |
41352 | do | |
41353 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
41354 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
41355 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
41356 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
41357 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
41358 | else | |
41359 | cat >conftest.$ac_ext <<_ACEOF | |
41360 | /* confdefs.h. */ | |
41361 | _ACEOF | |
41362 | cat confdefs.h >>conftest.$ac_ext | |
41363 | cat >>conftest.$ac_ext <<_ACEOF | |
41364 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
41365 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
41366 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
41367 | #define $ac_func innocuous_$ac_func | |
41368 | ||
a848cd7e SC |
41369 | /* System header to define __stub macros and hopefully few prototypes, |
41370 | which can conflict with char $ac_func (); below. | |
41371 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
41372 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 41373 | |
a848cd7e SC |
41374 | #ifdef __STDC__ |
41375 | # include <limits.h> | |
41376 | #else | |
41377 | # include <assert.h> | |
41378 | #endif | |
ac1cb8d3 VS |
41379 | |
41380 | #undef $ac_func | |
41381 | ||
a848cd7e SC |
41382 | /* Override any gcc2 internal prototype to avoid an error. */ |
41383 | #ifdef __cplusplus | |
41384 | extern "C" | |
41385 | { | |
41386 | #endif | |
41387 | /* We use char because int might match the return type of a gcc2 | |
41388 | builtin and then its argument prototype would still apply. */ | |
41389 | char $ac_func (); | |
41390 | /* The GNU C library defines this for functions which it implements | |
41391 | to always fail with ENOSYS. Some functions are actually named | |
41392 | something starting with __ and the normal name is an alias. */ | |
41393 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
41394 | choke me | |
41395 | #else | |
41396 | char (*f) () = $ac_func; | |
41397 | #endif | |
41398 | #ifdef __cplusplus | |
41399 | } | |
41400 | #endif | |
41401 | ||
41402 | int | |
41403 | main () | |
41404 | { | |
41405 | return f != $ac_func; | |
41406 | ; | |
41407 | return 0; | |
41408 | } | |
41409 | _ACEOF | |
41410 | rm -f conftest.$ac_objext conftest$ac_exeext | |
41411 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 41412 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 41413 | ac_status=$? |
ac1cb8d3 VS |
41414 | grep -v '^ *+' conftest.er1 >conftest.err |
41415 | rm -f conftest.er1 | |
41416 | cat conftest.err >&5 | |
a848cd7e SC |
41417 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
41418 | (exit $ac_status); } && | |
6ebeb4c7 | 41419 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
41420 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
41421 | (eval $ac_try) 2>&5 | |
41422 | ac_status=$? | |
41423 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
41424 | (exit $ac_status); }; } && | |
41425 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
41426 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
41427 | (eval $ac_try) 2>&5 | |
41428 | ac_status=$? | |
41429 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
41430 | (exit $ac_status); }; }; then | |
41431 | eval "$as_ac_var=yes" | |
41432 | else | |
41433 | echo "$as_me: failed program was:" >&5 | |
41434 | sed 's/^/| /' conftest.$ac_ext >&5 | |
41435 | ||
41436 | eval "$as_ac_var=no" | |
41437 | fi | |
ac1cb8d3 VS |
41438 | rm -f conftest.err conftest.$ac_objext \ |
41439 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
41440 | fi |
41441 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
41442 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
41443 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
41444 | cat >>confdefs.h <<_ACEOF | |
41445 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
41446 | _ACEOF | |
41447 | have_ceil=1 | |
41448 | fi | |
41449 | done | |
41450 | ||
41451 | echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5 | |
41452 | echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6 | |
41453 | if test "$have_sin" = 1 -a "$have_ceil" = 1; then | |
41454 | echo "$as_me:$LINENO: result: yes" >&5 | |
41455 | echo "${ECHO_T}yes" >&6 | |
41456 | else | |
41457 | echo "$as_me:$LINENO: result: no" >&5 | |
41458 | echo "${ECHO_T}no" >&6 | |
41459 | # not sure we should warn the user, crash, etc. | |
41460 | fi | |
41461 | fi | |
41462 | ||
41463 | if test "$wxUSE_GUI" = "yes"; then | |
41464 | ||
41465 | ||
8bce5cda MW |
41466 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \ |
41467 | dynamic erase event exec font image minimal mobile \ | |
41468 | mobile/wxedit mobile/styles propsize render \ | |
41469 | richedit rotate shaped vscroll widgets" | |
a848cd7e SC |
41470 | |
41471 | if test "$wxUSE_MONOLITHIC" != "yes"; then | |
41472 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console" | |
41473 | fi | |
0b78747f | 41474 | if test "$TOOLKIT" = "MSW"; then |
8bce5cda MW |
41475 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest" |
41476 | if test "$wxUSE_UNIVERSAL" != "yes"; then | |
41477 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg" | |
41478 | fi | |
41479 | fi | |
41480 | if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then | |
41481 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw" | |
0b78747f | 41482 | fi |
a848cd7e SC |
41483 | else |
41484 | SAMPLES_SUBDIRS="console" | |
41485 | fi | |
41486 | ||
41487 | ||
ceec2216 | 41488 | INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \ |
a848cd7e SC |
41489 | -I\${top_srcdir}/include $TOOLKIT_INCLUDE" |
41490 | ||
41491 | if test "$GXX" = yes ; then | |
6ebeb4c7 | 41492 | CWARNINGS="-Wall -Wundef" |
5294a27e | 41493 | CXXWARNINGS="$CWARNINGS -Wno-ctor-dtor-privacy" |
6ebeb4c7 | 41494 | fi |
a848cd7e SC |
41495 | |
41496 | EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE" | |
41497 | ||
0c3c69fc | 41498 | CPPFLAGS=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS` |
5294a27e | 41499 | CFLAGS=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CWARNINGS` |
0c3c69fc | 41500 | CXXFLAGS=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS` |
a848cd7e | 41501 | |
95986553 DE |
41502 | if test "x$MWCC" = "xyes"; then |
41503 | ||
41504 | CC="$CC -cwd source -I-" | |
41505 | CXX="$CXX -cwd source -I-" | |
41506 | fi | |
41507 | ||
a848cd7e | 41508 | |
0c3c69fc | 41509 | LIBS=`echo $LIBS` |
a848cd7e SC |
41510 | EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS" |
41511 | EXTRALIBS_XML="$EXPAT_LINK" | |
41512 | EXTRALIBS_HTML="$MSPACK_LINK" | |
41513 | EXTRALIBS_ODBC="$ODBC_LINK" | |
41514 | if test "$wxUSE_GUI" = "yes"; then | |
2e350179 | 41515 | EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT` |
a848cd7e SC |
41516 | fi |
41517 | if test "$wxUSE_OPENGL" = "yes"; then | |
41518 | EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS" | |
41519 | fi | |
41520 | ||
41521 | LDFLAGS="$LDFLAGS $PROFILE" | |
41522 | ||
41523 | if test "$wxUSE_GTK" = 1; then | |
41524 | WXCONFIG_INCLUDE= | |
41525 | else | |
41526 | WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE" | |
41527 | fi | |
41528 | ||
41529 | WXCONFIG_EXTRALIBS="$LIBS" | |
41530 | ||
41531 | if test "$wxUSE_REGEX" = "builtin" ; then | |
74802184 | 41532 | wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty" |
a848cd7e SC |
41533 | fi |
41534 | if test "$wxUSE_EXPAT" = "builtin" ; then | |
74802184 | 41535 | wxconfig_3rdparty="expat $wxconfig_3rdparty" |
a848cd7e SC |
41536 | fi |
41537 | if test "$wxUSE_ODBC" = "builtin" ; then | |
74802184 | 41538 | wxconfig_3rdparty="odbc $wxconfig_3rdparty" |
a848cd7e SC |
41539 | fi |
41540 | if test "$wxUSE_LIBTIFF" = "builtin" ; then | |
74802184 | 41541 | wxconfig_3rdparty="tiff $wxconfig_3rdparty" |
a848cd7e SC |
41542 | fi |
41543 | if test "$wxUSE_LIBJPEG" = "builtin" ; then | |
74802184 | 41544 | wxconfig_3rdparty="jpeg $wxconfig_3rdparty" |
a848cd7e SC |
41545 | fi |
41546 | if test "$wxUSE_LIBPNG" = "builtin" ; then | |
74802184 | 41547 | wxconfig_3rdparty="png $wxconfig_3rdparty" |
a848cd7e SC |
41548 | fi |
41549 | if test "$wxUSE_ZLIB" = "builtin" ; then | |
74802184 | 41550 | wxconfig_3rdparty="zlib $wxconfig_3rdparty" |
a848cd7e SC |
41551 | fi |
41552 | ||
41553 | for i in $wxconfig_3rdparty ; do | |
74802184 | 41554 | WXCONFIG_EXTRALIBS="-lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_EXTRALIBS" |
a848cd7e SC |
41555 | done |
41556 | ||
41557 | ||
41558 | if test "x$wxUSE_UNIVERSAL" = "xyes" ; then | |
41559 | WXUNIV=1 | |
41560 | else | |
41561 | WXUNIV=0 | |
41562 | fi | |
41563 | ||
41564 | ||
41565 | ||
41566 | ||
41567 | ||
41568 | ||
41569 | ||
41570 | ||
41571 | ||
41572 | if test $wxUSE_MONOLITHIC = "yes" ; then | |
41573 | MONOLITHIC=1 | |
41574 | else | |
41575 | MONOLITHIC=0 | |
41576 | fi | |
41577 | ||
41578 | if test $wxUSE_PLUGINS = "yes" ; then | |
41579 | USE_PLUGINS=1 | |
41580 | else | |
41581 | USE_PLUGINS=0 | |
41582 | fi | |
41583 | ||
41584 | if test $wxUSE_ODBC != "no" ; then | |
41585 | USE_ODBC=1 | |
41586 | else | |
41587 | USE_ODBC=0 | |
41588 | fi | |
41589 | ||
16358932 VZ |
41590 | if test "$wxUSE_DEBUGREPORT" = "yes" ; then |
41591 | USE_QA=1 | |
41592 | else | |
41593 | USE_QA=0 | |
41594 | fi | |
41595 | ||
a848cd7e SC |
41596 | if test $wxUSE_OFFICIAL_BUILD = "yes" ; then |
41597 | OFFICIAL_BUILD=1 | |
41598 | else | |
41599 | OFFICIAL_BUILD=0 | |
41600 | fi | |
41601 | ||
41602 | ||
41603 | ||
41604 | ||
41605 | ||
41606 | ||
41607 | ||
41608 | ||
41609 | ||
41610 | ||
41611 | ||
41612 | ||
41613 | ||
41614 | ||
41615 | ||
41616 | ||
41617 | ||
41618 | ||
41619 | ||
ceec2216 | 41620 | |
d1c38808 | 41621 | |
a848cd7e SC |
41622 | |
41623 | ||
41624 | TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"` | |
41625 | ||
41626 | ||
41627 | ||
41628 | ||
41629 | ||
41630 | ||
41631 | ||
41632 | ||
4d4ff94c VZ |
41633 | case "$TOOLKIT" in |
41634 | GTK) | |
41635 | TOOLKIT_USER="GTK+" | |
41636 | if test "$WXGTK20" = 1; then | |
41637 | TOOLKIT_USER="$TOOLKIT_USER 2" | |
41638 | fi | |
9a8f0513 | 41639 | ;; |
4d4ff94c VZ |
41640 | |
41641 | *) | |
41642 | TOOLKIT_USER=$TOOLKIT_LOWERCASE | |
9a8f0513 | 41643 | ;; |
4d4ff94c | 41644 | esac |
a848cd7e | 41645 | |
fb00f58d JS |
41646 | if test "$wxUSE_WINE" = "yes"; then |
41647 | BAKEFILE_FORCE_PLATFORM=win32 | |
41648 | fi | |
41649 | ||
9a8f0513 | 41650 | |
1e9e8aba DE |
41651 | |
41652 | ||
a848cd7e SC |
41653 | if test "x$BAKEFILE_HOST" = "x"; then |
41654 | BAKEFILE_HOST="${host}" | |
41655 | fi | |
41656 | ||
41657 | if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then | |
41658 | ||
41659 | if test -n "$ac_tool_prefix"; then | |
41660 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
41661 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | |
41662 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
41663 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
41664 | if test "${ac_cv_prog_RANLIB+set}" = set; then | |
41665 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
41666 | else | |
41667 | if test -n "$RANLIB"; then | |
41668 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
41669 | else | |
41670 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
41671 | for as_dir in $PATH | |
41672 | do | |
41673 | IFS=$as_save_IFS | |
41674 | test -z "$as_dir" && as_dir=. | |
41675 | for ac_exec_ext in '' $ac_executable_extensions; do | |
41676 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
41677 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" | |
41678 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
41679 | break 2 | |
41680 | fi | |
41681 | done | |
41682 | done | |
41683 | ||
41684 | fi | |
41685 | fi | |
41686 | RANLIB=$ac_cv_prog_RANLIB | |
41687 | if test -n "$RANLIB"; then | |
41688 | echo "$as_me:$LINENO: result: $RANLIB" >&5 | |
41689 | echo "${ECHO_T}$RANLIB" >&6 | |
41690 | else | |
41691 | echo "$as_me:$LINENO: result: no" >&5 | |
41692 | echo "${ECHO_T}no" >&6 | |
41693 | fi | |
41694 | ||
41695 | fi | |
41696 | if test -z "$ac_cv_prog_RANLIB"; then | |
41697 | ac_ct_RANLIB=$RANLIB | |
41698 | # Extract the first word of "ranlib", so it can be a program name with args. | |
41699 | set dummy ranlib; ac_word=$2 | |
41700 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
41701 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
41702 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then | |
41703 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
41704 | else | |
41705 | if test -n "$ac_ct_RANLIB"; then | |
41706 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
41707 | else | |
41708 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
41709 | for as_dir in $PATH | |
41710 | do | |
41711 | IFS=$as_save_IFS | |
41712 | test -z "$as_dir" && as_dir=. | |
41713 | for ac_exec_ext in '' $ac_executable_extensions; do | |
41714 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
41715 | ac_cv_prog_ac_ct_RANLIB="ranlib" | |
41716 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
41717 | break 2 | |
41718 | fi | |
41719 | done | |
41720 | done | |
41721 | ||
41722 | test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" | |
41723 | fi | |
41724 | fi | |
41725 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | |
41726 | if test -n "$ac_ct_RANLIB"; then | |
41727 | echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 | |
41728 | echo "${ECHO_T}$ac_ct_RANLIB" >&6 | |
41729 | else | |
41730 | echo "$as_me:$LINENO: result: no" >&5 | |
41731 | echo "${ECHO_T}no" >&6 | |
41732 | fi | |
41733 | ||
41734 | RANLIB=$ac_ct_RANLIB | |
41735 | else | |
41736 | RANLIB="$ac_cv_prog_RANLIB" | |
41737 | fi | |
41738 | ||
41739 | # Find a good install program. We prefer a C program (faster), | |
41740 | # so one script is as good as another. But avoid the broken or | |
41741 | # incompatible versions: | |
41742 | # SysV /etc/install, /usr/sbin/install | |
41743 | # SunOS /usr/etc/install | |
41744 | # IRIX /sbin/install | |
41745 | # AIX /bin/install | |
41746 | # AmigaOS /C/install, which installs bootblocks on floppy discs | |
41747 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | |
41748 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
41749 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
ac1cb8d3 | 41750 | # OS/2's system install, which has a completely different semantic |
a848cd7e SC |
41751 | # ./install, which can be erroneously created by make from ./install.sh. |
41752 | echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 | |
41753 | echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 | |
41754 | if test -z "$INSTALL"; then | |
41755 | if test "${ac_cv_path_install+set}" = set; then | |
41756 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
41757 | else | |
41758 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
41759 | for as_dir in $PATH | |
41760 | do | |
41761 | IFS=$as_save_IFS | |
41762 | test -z "$as_dir" && as_dir=. | |
41763 | # Account for people who put trailing slashes in PATH elements. | |
41764 | case $as_dir/ in | |
41765 | ./ | .// | /cC/* | \ | |
41766 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ | |
ac1cb8d3 | 41767 | ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ |
a848cd7e SC |
41768 | /usr/ucb/* ) ;; |
41769 | *) | |
41770 | # OSF1 and SCO ODT 3.0 have their own names for install. | |
41771 | # Don't use installbsd from OSF since it installs stuff as root | |
41772 | # by default. | |
41773 | for ac_prog in ginstall scoinst install; do | |
41774 | for ac_exec_ext in '' $ac_executable_extensions; do | |
ac1cb8d3 VS |
41775 | if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
41776 | if test $ac_prog = install && | |
41777 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
41778 | # AIX install. It has an incompatible calling convention. | |
41779 | : | |
41780 | elif test $ac_prog = install && | |
41781 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
41782 | # program-specific install script used by HP pwplus--don't use. | |
41783 | : | |
41784 | else | |
41785 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | |
41786 | break 3 | |
41787 | fi | |
41788 | fi | |
a848cd7e SC |
41789 | done |
41790 | done | |
41791 | ;; | |
41792 | esac | |
41793 | done | |
41794 | ||
41795 | ||
41796 | fi | |
41797 | if test "${ac_cv_path_install+set}" = set; then | |
41798 | INSTALL=$ac_cv_path_install | |
41799 | else | |
41800 | # As a last resort, use the slow shell script. We don't cache a | |
41801 | # path for INSTALL within a source directory, because that will | |
41802 | # break other packages using the cache if that directory is | |
41803 | # removed, or if the path is relative. | |
41804 | INSTALL=$ac_install_sh | |
41805 | fi | |
41806 | fi | |
41807 | echo "$as_me:$LINENO: result: $INSTALL" >&5 | |
41808 | echo "${ECHO_T}$INSTALL" >&6 | |
41809 | ||
41810 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
41811 | # It thinks the first close brace ends the variable substitution. | |
41812 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
41813 | ||
41814 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' | |
41815 | ||
41816 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
41817 | ||
41818 | echo "$as_me:$LINENO: checking whether ln -s works" >&5 | |
41819 | echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 | |
41820 | LN_S=$as_ln_s | |
41821 | if test "$LN_S" = "ln -s"; then | |
41822 | echo "$as_me:$LINENO: result: yes" >&5 | |
41823 | echo "${ECHO_T}yes" >&6 | |
41824 | else | |
41825 | echo "$as_me:$LINENO: result: no, using $LN_S" >&5 | |
41826 | echo "${ECHO_T}no, using $LN_S" >&6 | |
41827 | fi | |
41828 | ||
41829 | ||
41830 | echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 | |
41831 | echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 | |
ac1cb8d3 | 41832 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` |
a848cd7e SC |
41833 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then |
41834 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
41835 | else | |
41836 | cat >conftest.make <<\_ACEOF | |
41837 | all: | |
41838 | @echo 'ac_maketemp="$(MAKE)"' | |
41839 | _ACEOF | |
41840 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
41841 | eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` | |
41842 | if test -n "$ac_maketemp"; then | |
41843 | eval ac_cv_prog_make_${ac_make}_set=yes | |
41844 | else | |
41845 | eval ac_cv_prog_make_${ac_make}_set=no | |
41846 | fi | |
41847 | rm -f conftest.make | |
41848 | fi | |
41849 | if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | |
41850 | echo "$as_me:$LINENO: result: yes" >&5 | |
41851 | echo "${ECHO_T}yes" >&6 | |
41852 | SET_MAKE= | |
41853 | else | |
41854 | echo "$as_me:$LINENO: result: no" >&5 | |
41855 | echo "${ECHO_T}no" >&6 | |
41856 | SET_MAKE="MAKE=${MAKE-make}" | |
41857 | fi | |
41858 | ||
41859 | ||
41860 | ||
41861 | if test -n "$ac_tool_prefix"; then | |
41862 | # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. | |
41863 | set dummy ${ac_tool_prefix}ar; ac_word=$2 | |
41864 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
41865 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
41866 | if test "${ac_cv_prog_AR+set}" = set; then | |
41867 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
41868 | else | |
41869 | if test -n "$AR"; then | |
41870 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
41871 | else | |
41872 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
41873 | for as_dir in $PATH | |
41874 | do | |
41875 | IFS=$as_save_IFS | |
41876 | test -z "$as_dir" && as_dir=. | |
41877 | for ac_exec_ext in '' $ac_executable_extensions; do | |
41878 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
41879 | ac_cv_prog_AR="${ac_tool_prefix}ar" | |
41880 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
41881 | break 2 | |
41882 | fi | |
41883 | done | |
41884 | done | |
41885 | ||
41886 | fi | |
41887 | fi | |
41888 | AR=$ac_cv_prog_AR | |
41889 | if test -n "$AR"; then | |
41890 | echo "$as_me:$LINENO: result: $AR" >&5 | |
41891 | echo "${ECHO_T}$AR" >&6 | |
41892 | else | |
41893 | echo "$as_me:$LINENO: result: no" >&5 | |
41894 | echo "${ECHO_T}no" >&6 | |
41895 | fi | |
41896 | ||
41897 | fi | |
41898 | if test -z "$ac_cv_prog_AR"; then | |
41899 | ac_ct_AR=$AR | |
41900 | # Extract the first word of "ar", so it can be a program name with args. | |
41901 | set dummy ar; ac_word=$2 | |
41902 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
41903 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
41904 | if test "${ac_cv_prog_ac_ct_AR+set}" = set; then | |
41905 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
41906 | else | |
41907 | if test -n "$ac_ct_AR"; then | |
41908 | ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. | |
41909 | else | |
41910 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
41911 | for as_dir in $PATH | |
41912 | do | |
41913 | IFS=$as_save_IFS | |
41914 | test -z "$as_dir" && as_dir=. | |
41915 | for ac_exec_ext in '' $ac_executable_extensions; do | |
41916 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
41917 | ac_cv_prog_ac_ct_AR="ar" | |
41918 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
41919 | break 2 | |
41920 | fi | |
41921 | done | |
41922 | done | |
41923 | ||
41924 | test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar" | |
41925 | fi | |
41926 | fi | |
41927 | ac_ct_AR=$ac_cv_prog_ac_ct_AR | |
41928 | if test -n "$ac_ct_AR"; then | |
41929 | echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 | |
41930 | echo "${ECHO_T}$ac_ct_AR" >&6 | |
41931 | else | |
41932 | echo "$as_me:$LINENO: result: no" >&5 | |
41933 | echo "${ECHO_T}no" >&6 | |
41934 | fi | |
41935 | ||
41936 | AR=$ac_ct_AR | |
41937 | else | |
41938 | AR="$ac_cv_prog_AR" | |
41939 | fi | |
41940 | ||
41941 | if test -n "$ac_tool_prefix"; then | |
41942 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | |
41943 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | |
41944 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
41945 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
41946 | if test "${ac_cv_prog_STRIP+set}" = set; then | |
41947 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
41948 | else | |
41949 | if test -n "$STRIP"; then | |
41950 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
41951 | else | |
41952 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
41953 | for as_dir in $PATH | |
41954 | do | |
41955 | IFS=$as_save_IFS | |
41956 | test -z "$as_dir" && as_dir=. | |
41957 | for ac_exec_ext in '' $ac_executable_extensions; do | |
41958 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
41959 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" | |
41960 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
41961 | break 2 | |
41962 | fi | |
41963 | done | |
41964 | done | |
41965 | ||
41966 | fi | |
41967 | fi | |
41968 | STRIP=$ac_cv_prog_STRIP | |
41969 | if test -n "$STRIP"; then | |
41970 | echo "$as_me:$LINENO: result: $STRIP" >&5 | |
41971 | echo "${ECHO_T}$STRIP" >&6 | |
41972 | else | |
41973 | echo "$as_me:$LINENO: result: no" >&5 | |
41974 | echo "${ECHO_T}no" >&6 | |
41975 | fi | |
41976 | ||
41977 | fi | |
41978 | if test -z "$ac_cv_prog_STRIP"; then | |
41979 | ac_ct_STRIP=$STRIP | |
41980 | # Extract the first word of "strip", so it can be a program name with args. | |
41981 | set dummy strip; ac_word=$2 | |
41982 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
41983 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
41984 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then | |
41985 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
41986 | else | |
41987 | if test -n "$ac_ct_STRIP"; then | |
41988 | ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. | |
41989 | else | |
41990 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
41991 | for as_dir in $PATH | |
41992 | do | |
41993 | IFS=$as_save_IFS | |
41994 | test -z "$as_dir" && as_dir=. | |
41995 | for ac_exec_ext in '' $ac_executable_extensions; do | |
41996 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
41997 | ac_cv_prog_ac_ct_STRIP="strip" | |
41998 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
41999 | break 2 | |
42000 | fi | |
42001 | done | |
42002 | done | |
42003 | ||
42004 | test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" | |
42005 | fi | |
42006 | fi | |
42007 | ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP | |
42008 | if test -n "$ac_ct_STRIP"; then | |
42009 | echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 | |
42010 | echo "${ECHO_T}$ac_ct_STRIP" >&6 | |
42011 | else | |
42012 | echo "$as_me:$LINENO: result: no" >&5 | |
42013 | echo "${ECHO_T}no" >&6 | |
42014 | fi | |
42015 | ||
42016 | STRIP=$ac_ct_STRIP | |
42017 | else | |
42018 | STRIP="$ac_cv_prog_STRIP" | |
42019 | fi | |
42020 | ||
42021 | if test -n "$ac_tool_prefix"; then | |
42022 | # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args. | |
42023 | set dummy ${ac_tool_prefix}nm; ac_word=$2 | |
42024 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
42025 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
42026 | if test "${ac_cv_prog_NM+set}" = set; then | |
42027 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
42028 | else | |
42029 | if test -n "$NM"; then | |
42030 | ac_cv_prog_NM="$NM" # Let the user override the test. | |
42031 | else | |
42032 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
42033 | for as_dir in $PATH | |
42034 | do | |
42035 | IFS=$as_save_IFS | |
42036 | test -z "$as_dir" && as_dir=. | |
42037 | for ac_exec_ext in '' $ac_executable_extensions; do | |
42038 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
42039 | ac_cv_prog_NM="${ac_tool_prefix}nm" | |
42040 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
42041 | break 2 | |
42042 | fi | |
42043 | done | |
42044 | done | |
42045 | ||
42046 | fi | |
42047 | fi | |
42048 | NM=$ac_cv_prog_NM | |
42049 | if test -n "$NM"; then | |
42050 | echo "$as_me:$LINENO: result: $NM" >&5 | |
42051 | echo "${ECHO_T}$NM" >&6 | |
42052 | else | |
42053 | echo "$as_me:$LINENO: result: no" >&5 | |
42054 | echo "${ECHO_T}no" >&6 | |
42055 | fi | |
42056 | ||
42057 | fi | |
42058 | if test -z "$ac_cv_prog_NM"; then | |
42059 | ac_ct_NM=$NM | |
42060 | # Extract the first word of "nm", so it can be a program name with args. | |
42061 | set dummy nm; ac_word=$2 | |
42062 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
42063 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
42064 | if test "${ac_cv_prog_ac_ct_NM+set}" = set; then | |
42065 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
42066 | else | |
42067 | if test -n "$ac_ct_NM"; then | |
42068 | ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test. | |
42069 | else | |
42070 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
42071 | for as_dir in $PATH | |
42072 | do | |
42073 | IFS=$as_save_IFS | |
42074 | test -z "$as_dir" && as_dir=. | |
42075 | for ac_exec_ext in '' $ac_executable_extensions; do | |
42076 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
42077 | ac_cv_prog_ac_ct_NM="nm" | |
42078 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
42079 | break 2 | |
42080 | fi | |
42081 | done | |
42082 | done | |
42083 | ||
42084 | test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM=":" | |
42085 | fi | |
42086 | fi | |
42087 | ac_ct_NM=$ac_cv_prog_ac_ct_NM | |
42088 | if test -n "$ac_ct_NM"; then | |
42089 | echo "$as_me:$LINENO: result: $ac_ct_NM" >&5 | |
42090 | echo "${ECHO_T}$ac_ct_NM" >&6 | |
42091 | else | |
42092 | echo "$as_me:$LINENO: result: no" >&5 | |
42093 | echo "${ECHO_T}no" >&6 | |
42094 | fi | |
42095 | ||
42096 | NM=$ac_ct_NM | |
42097 | else | |
42098 | NM="$ac_cv_prog_NM" | |
42099 | fi | |
42100 | ||
42101 | ||
42102 | case ${BAKEFILE_HOST} in | |
42103 | *-hp-hpux* ) | |
1e9e8aba | 42104 | INSTALL_DIR="mkdir -p" |
a848cd7e SC |
42105 | ;; |
42106 | *) INSTALL_DIR="$INSTALL -d" | |
42107 | ;; | |
42108 | esac | |
42109 | ||
42110 | ||
42111 | LDFLAGS_GUI= | |
42112 | case ${BAKEFILE_HOST} in | |
42113 | *-*-cygwin* | *-*-mingw32* ) | |
42114 | LDFLAGS_GUI="-mwindows" | |
42115 | esac | |
42116 | ||
42117 | ||
42118 | fi | |
42119 | ||
42120 | echo "$as_me:$LINENO: checking if make is GNU make" >&5 | |
42121 | echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6 | |
42122 | if test "${bakefile_cv_prog_makeisgnu+set}" = set; then | |
42123 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
42124 | else | |
42125 | ||
42126 | if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null | | |
42127 | egrep -s GNU > /dev/null); then | |
42128 | bakefile_cv_prog_makeisgnu="yes" | |
42129 | else | |
42130 | bakefile_cv_prog_makeisgnu="no" | |
42131 | fi | |
42132 | ||
42133 | fi | |
42134 | echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5 | |
42135 | echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6 | |
42136 | ||
42137 | if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then | |
42138 | IF_GNU_MAKE="" | |
42139 | else | |
42140 | IF_GNU_MAKE="#" | |
42141 | fi | |
42142 | ||
42143 | ||
42144 | ||
42145 | PLATFORM_UNIX=0 | |
42146 | PLATFORM_WIN32=0 | |
42147 | PLATFORM_MSDOS=0 | |
42148 | PLATFORM_MAC=0 | |
1e9e8aba | 42149 | PLATFORM_MACOS=0 |
a848cd7e SC |
42150 | PLATFORM_MACOSX=0 |
42151 | PLATFORM_OS2=0 | |
1e9e8aba | 42152 | PLATFORM_BEOS=0 |
a848cd7e SC |
42153 | |
42154 | if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then | |
42155 | case "${BAKEFILE_HOST}" in | |
810b94f0 | 42156 | *-*-mingw32* ) |
a848cd7e SC |
42157 | PLATFORM_WIN32=1 |
42158 | ;; | |
42159 | *-pc-msdosdjgpp ) | |
42160 | PLATFORM_MSDOS=1 | |
42161 | ;; | |
42162 | *-pc-os2_emx | *-pc-os2-emx ) | |
42163 | PLATFORM_OS2=1 | |
42164 | ;; | |
3e4ca115 | 42165 | *-*-darwin* ) |
a848cd7e SC |
42166 | PLATFORM_MAC=1 |
42167 | PLATFORM_MACOSX=1 | |
42168 | ;; | |
1e9e8aba DE |
42169 | *-*-beos* ) |
42170 | PLATFORM_BEOS=1 | |
42171 | ;; | |
42172 | powerpc-apple-macos* ) | |
42173 | PLATFORM_MAC=1 | |
42174 | PLATFORM_MACOS=1 | |
42175 | ;; | |
a848cd7e SC |
42176 | * ) |
42177 | PLATFORM_UNIX=1 | |
42178 | ;; | |
42179 | esac | |
42180 | else | |
42181 | case "$BAKEFILE_FORCE_PLATFORM" in | |
42182 | win32 ) | |
42183 | PLATFORM_WIN32=1 | |
42184 | ;; | |
42185 | msdos ) | |
42186 | PLATFORM_MSDOS=1 | |
42187 | ;; | |
42188 | os2 ) | |
42189 | PLATFORM_OS2=1 | |
42190 | ;; | |
42191 | darwin ) | |
42192 | PLATFORM_MAC=1 | |
42193 | PLATFORM_MACOSX=1 | |
42194 | ;; | |
42195 | unix ) | |
42196 | PLATFORM_UNIX=1 | |
42197 | ;; | |
1e9e8aba DE |
42198 | beos ) |
42199 | PLATFORM_BEOS=1 | |
42200 | ;; | |
a848cd7e SC |
42201 | * ) |
42202 | { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5 | |
42203 | echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;} | |
42204 | { (exit 1); exit 1; }; } | |
42205 | ;; | |
42206 | esac | |
42207 | fi | |
42208 | ||
42209 | ||
42210 | ||
42211 | ||
42212 | ||
42213 | ||
42214 | ||
42215 | ||
42216 | ||
1e9e8aba DE |
42217 | |
42218 | ||
a848cd7e SC |
42219 | # Check whether --enable-omf or --disable-omf was given. |
42220 | if test "${enable_omf+set}" = set; then | |
42221 | enableval="$enable_omf" | |
42222 | bk_os2_use_omf="$enableval" | |
42223 | fi; | |
42224 | ||
42225 | case "${BAKEFILE_HOST}" in | |
42226 | *-*-darwin* ) | |
1ff36a0a DE |
42227 | if test "x$GCC" = "xyes"; then |
42228 | CFLAGS="$CFLAGS -fno-common" | |
42229 | CXXFLAGS="$CXXFLAGS -fno-common" | |
42230 | fi | |
42231 | if test "x$XLCC" = "xyes"; then | |
42232 | CFLAGS="$CFLAGS -qnocommon" | |
42233 | CXXFLAGS="$CXXFLAGS -qnocommon" | |
42234 | fi | |
a848cd7e SC |
42235 | ;; |
42236 | ||
42237 | *-pc-os2_emx | *-pc-os2-emx ) | |
42238 | if test "x$bk_os2_use_omf" = "xyes" ; then | |
42239 | AR=emxomfar | |
42240 | RANLIB=: | |
42241 | LDFLAGS="-Zomf $LDFLAGS" | |
42242 | CFLAGS="-Zomf $CFLAGS" | |
42243 | CXXFLAGS="-Zomf $CXXFLAGS" | |
42244 | OS2_LIBEXT="lib" | |
42245 | else | |
42246 | OS2_LIBEXT="a" | |
42247 | fi | |
42248 | ;; | |
1e9e8aba DE |
42249 | |
42250 | i*86-*-beos* ) | |
42251 | LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS" | |
42252 | ;; | |
a848cd7e SC |
42253 | esac |
42254 | ||
42255 | ||
42256 | SO_SUFFIX="so" | |
42257 | SO_SUFFIX_MODULE="so" | |
42258 | EXEEXT="" | |
42259 | LIBPREFIX="lib" | |
42260 | LIBEXT=".a" | |
42261 | DLLPREFIX="lib" | |
42262 | DLLPREFIX_MODULE="" | |
42263 | DLLIMP_SUFFIX="" | |
810b94f0 | 42264 | dlldir="$libdir" |
a848cd7e SC |
42265 | |
42266 | case "${BAKEFILE_HOST}" in | |
42267 | *-hp-hpux* ) | |
42268 | SO_SUFFIX="sl" | |
42269 | SO_SUFFIX_MODULE="sl" | |
42270 | ;; | |
42271 | *-*-aix* ) | |
42272 | SO_SUFFIX="a" | |
42273 | SO_SUFFIX_MODULE="a" | |
42274 | ;; | |
810b94f0 MW |
42275 | *-*-cygwin* ) |
42276 | SO_SUFFIX="dll" | |
42277 | SO_SUFFIX_MODULE="dll" | |
42278 | DLLIMP_SUFFIX="dll.a" | |
42279 | EXEEXT=".exe" | |
42280 | DLLPREFIX="cyg" | |
42281 | dlldir="$bindir" | |
42282 | ;; | |
42283 | *-*-mingw32* ) | |
a848cd7e SC |
42284 | SO_SUFFIX="dll" |
42285 | SO_SUFFIX_MODULE="dll" | |
42286 | DLLIMP_SUFFIX="dll.a" | |
42287 | EXEEXT=".exe" | |
42288 | DLLPREFIX="" | |
810b94f0 | 42289 | dlldir="$bindir" |
a848cd7e SC |
42290 | ;; |
42291 | *-pc-msdosdjgpp ) | |
42292 | EXEEXT=".exe" | |
42293 | DLLPREFIX="" | |
810b94f0 | 42294 | dlldir="$bindir" |
a848cd7e SC |
42295 | ;; |
42296 | *-pc-os2_emx | *-pc-os2-emx ) | |
42297 | SO_SUFFIX="dll" | |
42298 | SO_SUFFIX_MODULE="dll" | |
42299 | DLLIMP_SUFFIX=$OS2_LIBEXT | |
42300 | EXEEXT=".exe" | |
42301 | DLLPREFIX="" | |
42302 | LIBPREFIX="" | |
42303 | LIBEXT=".$OS2_LIBEXT" | |
810b94f0 | 42304 | dlldir="$bindir" |
a848cd7e | 42305 | ;; |
3e4ca115 | 42306 | *-*-darwin* ) |
a848cd7e SC |
42307 | SO_SUFFIX="dylib" |
42308 | SO_SUFFIX_MODULE="bundle" | |
42309 | ;; | |
42310 | esac | |
42311 | ||
42312 | if test "x$DLLIMP_SUFFIX" = "x" ; then | |
42313 | DLLIMP_SUFFIX="$SO_SUFFIX" | |
42314 | fi | |
42315 | ||
42316 | ||
42317 | ||
42318 | ||
42319 | ||
42320 | ||
42321 | ||
42322 | ||
42323 | ||
42324 | ||
42325 | ||
810b94f0 | 42326 | |
1e9e8aba DE |
42327 | PIC_FLAG="" |
42328 | if test "x$GCC" = "xyes"; then | |
a848cd7e SC |
42329 | PIC_FLAG="-fPIC" |
42330 | fi | |
42331 | ||
1e9e8aba DE |
42332 | SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o" |
42333 | SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o" | |
810b94f0 | 42334 | WINDOWS_IMPLIB=0 |
1e9e8aba | 42335 | |
a848cd7e SC |
42336 | case "${BAKEFILE_HOST}" in |
42337 | *-hp-hpux* ) | |
1e9e8aba | 42338 | if test "x$GCC" != "xyes"; then |
a848cd7e SC |
42339 | LDFLAGS="$LDFLAGS -L/usr/lib" |
42340 | ||
42341 | SHARED_LD_CC="${CC} -b -o" | |
42342 | SHARED_LD_CXX="${CXX} -b -o" | |
42343 | PIC_FLAG="+Z" | |
42344 | fi | |
42345 | ;; | |
42346 | ||
42347 | *-*-linux* ) | |
42348 | if test "x$GCC" != "xyes"; then | |
42349 | echo "$as_me:$LINENO: checking for Intel compiler" >&5 | |
42350 | echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6 | |
42351 | if test "${bakefile_cv_prog_icc+set}" = set; then | |
42352 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
42353 | else | |
42354 | ||
42355 | cat >conftest.$ac_ext <<_ACEOF | |
42356 | /* confdefs.h. */ | |
42357 | _ACEOF | |
42358 | cat confdefs.h >>conftest.$ac_ext | |
42359 | cat >>conftest.$ac_ext <<_ACEOF | |
42360 | /* end confdefs.h. */ | |
42361 | ||
42362 | int | |
42363 | main () | |
42364 | { | |
42365 | ||
42366 | #ifndef __INTEL_COMPILER | |
42367 | #error Not icc | |
42368 | #endif | |
42369 | ||
42370 | ; | |
42371 | return 0; | |
42372 | } | |
42373 | _ACEOF | |
42374 | rm -f conftest.$ac_objext | |
42375 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 42376 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 42377 | ac_status=$? |
ac1cb8d3 VS |
42378 | grep -v '^ *+' conftest.er1 >conftest.err |
42379 | rm -f conftest.er1 | |
42380 | cat conftest.err >&5 | |
a848cd7e SC |
42381 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
42382 | (exit $ac_status); } && | |
6ebeb4c7 | 42383 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
42384 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
42385 | (eval $ac_try) 2>&5 | |
42386 | ac_status=$? | |
42387 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
42388 | (exit $ac_status); }; } && | |
42389 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
42390 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
42391 | (eval $ac_try) 2>&5 | |
42392 | ac_status=$? | |
42393 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
42394 | (exit $ac_status); }; }; then | |
42395 | bakefile_cv_prog_icc=yes | |
42396 | else | |
42397 | echo "$as_me: failed program was:" >&5 | |
42398 | sed 's/^/| /' conftest.$ac_ext >&5 | |
42399 | ||
42400 | bakefile_cv_prog_icc=no | |
42401 | ||
42402 | fi | |
ac1cb8d3 | 42403 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
42404 | |
42405 | fi | |
42406 | echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5 | |
42407 | echo "${ECHO_T}$bakefile_cv_prog_icc" >&6 | |
42408 | if test "$bakefile_cv_prog_icc" = "yes"; then | |
42409 | PIC_FLAG="-KPIC" | |
42410 | fi | |
42411 | fi | |
42412 | ;; | |
42413 | ||
42414 | *-*-solaris2* ) | |
42415 | if test "x$GCC" != xyes ; then | |
42416 | SHARED_LD_CC="${CC} -G -o" | |
42417 | SHARED_LD_CXX="${CXX} -G -o" | |
42418 | PIC_FLAG="-KPIC" | |
42419 | fi | |
42420 | ;; | |
42421 | ||
42422 | *-*-darwin* ) | |
42423 | ||
42424 | echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5 | |
42425 | echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6 | |
42426 | if test "${wx_cv_gcc31+set}" = set; then | |
42427 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
42428 | else | |
42429 | ||
42430 | cat >conftest.$ac_ext <<_ACEOF | |
42431 | /* confdefs.h. */ | |
42432 | _ACEOF | |
42433 | cat confdefs.h >>conftest.$ac_ext | |
42434 | cat >>conftest.$ac_ext <<_ACEOF | |
42435 | /* end confdefs.h. */ | |
42436 | ||
42437 | int | |
42438 | main () | |
42439 | { | |
42440 | ||
42441 | #if (__GNUC__ < 3) || \ | |
42442 | ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1)) | |
42443 | #error old gcc | |
42444 | #endif | |
42445 | ||
42446 | ; | |
42447 | return 0; | |
42448 | } | |
42449 | _ACEOF | |
42450 | rm -f conftest.$ac_objext | |
42451 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 42452 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 42453 | ac_status=$? |
ac1cb8d3 VS |
42454 | grep -v '^ *+' conftest.er1 >conftest.err |
42455 | rm -f conftest.er1 | |
42456 | cat conftest.err >&5 | |
a848cd7e SC |
42457 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
42458 | (exit $ac_status); } && | |
6ebeb4c7 | 42459 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
42460 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
42461 | (eval $ac_try) 2>&5 | |
42462 | ac_status=$? | |
42463 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
42464 | (exit $ac_status); }; } && | |
42465 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
42466 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
42467 | (eval $ac_try) 2>&5 | |
42468 | ac_status=$? | |
42469 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
42470 | (exit $ac_status); }; }; then | |
42471 | ||
42472 | wx_cv_gcc31=yes | |
42473 | ||
42474 | else | |
42475 | echo "$as_me: failed program was:" >&5 | |
42476 | sed 's/^/| /' conftest.$ac_ext >&5 | |
42477 | ||
42478 | ||
42479 | wx_cv_gcc31=no | |
42480 | ||
42481 | ||
42482 | fi | |
ac1cb8d3 | 42483 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
42484 | |
42485 | fi | |
42486 | echo "$as_me:$LINENO: result: $wx_cv_gcc31" >&5 | |
42487 | echo "${ECHO_T}$wx_cv_gcc31" >&6 | |
42488 | if test "$wx_cv_gcc31" = "no"; then | |
473276a9 VS |
42489 | |
42490 | D='$' | |
42491 | cat <<EOF >shared-ld-sh | |
a848cd7e SC |
42492 | #!/bin/sh |
42493 | #----------------------------------------------------------------------------- | |
42494 | #-- Name: distrib/mac/shared-ld-sh | |
42495 | #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X | |
42496 | #-- Author: Gilles Depeyrot | |
42497 | #-- Copyright: (c) 2002 Gilles Depeyrot | |
42498 | #-- Licence: any use permitted | |
42499 | #----------------------------------------------------------------------------- | |
42500 | ||
42501 | verbose=0 | |
42502 | args="" | |
42503 | objects="" | |
42504 | linking_flag="-dynamiclib" | |
810b94f0 | 42505 | ldargs="-r -keep_private_externs -nostdlib" |
a848cd7e | 42506 | |
473276a9 VS |
42507 | while test ${D}# -gt 0; do |
42508 | case ${D}1 in | |
a848cd7e SC |
42509 | |
42510 | -v) | |
42511 | verbose=1 | |
42512 | ;; | |
42513 | ||
42514 | -o|-compatibility_version|-current_version|-framework|-undefined|-install_name) | |
42515 | # collect these options and values | |
473276a9 | 42516 | args="${D}{args} ${D}1 ${D}2" |
a848cd7e SC |
42517 | shift |
42518 | ;; | |
42519 | ||
810b94f0 MW |
42520 | -s|-Wl,*) |
42521 | # collect these load args | |
42522 | ldargs="${D}{ldargs} ${D}1" | |
2113bc77 | 42523 | ;; |
810b94f0 MW |
42524 | |
42525 | -l*|-L*|-flat_namespace|-headerpad_max_install_names) | |
a848cd7e | 42526 | # collect these options |
473276a9 | 42527 | args="${D}{args} ${D}1" |
a848cd7e SC |
42528 | ;; |
42529 | ||
42530 | -dynamiclib|-bundle) | |
473276a9 | 42531 | linking_flag="${D}1" |
a848cd7e SC |
42532 | ;; |
42533 | ||
42534 | -*) | |
473276a9 | 42535 | echo "shared-ld: unhandled option '${D}1'" |
a848cd7e SC |
42536 | exit 1 |
42537 | ;; | |
42538 | ||
42539 | *.o | *.a | *.dylib) | |
42540 | # collect object files | |
473276a9 | 42541 | objects="${D}{objects} ${D}1" |
a848cd7e SC |
42542 | ;; |
42543 | ||
42544 | *) | |
473276a9 | 42545 | echo "shared-ld: unhandled argument '${D}1'" |
a848cd7e SC |
42546 | exit 1 |
42547 | ;; | |
42548 | ||
42549 | esac | |
42550 | shift | |
42551 | done | |
42552 | ||
810b94f0 MW |
42553 | status=0 |
42554 | ||
a848cd7e SC |
42555 | # |
42556 | # Link one module containing all the others | |
42557 | # | |
473276a9 | 42558 | if test ${D}{verbose} = 1; then |
810b94f0 | 42559 | echo "c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o" |
a848cd7e | 42560 | fi |
810b94f0 | 42561 | c++ ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o |
473276a9 | 42562 | status=${D}? |
a848cd7e SC |
42563 | |
42564 | # | |
810b94f0 MW |
42565 | # Link the shared library from the single module created, but only if the |
42566 | # previous command didn't fail: | |
a848cd7e | 42567 | # |
810b94f0 MW |
42568 | if test ${D}{status} = 0; then |
42569 | if test ${D}{verbose} = 1; then | |
42570 | echo "c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args}" | |
42571 | fi | |
42572 | c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args} | |
42573 | status=${D}? | |
a848cd7e SC |
42574 | fi |
42575 | ||
42576 | # | |
42577 | # Remove intermediate module | |
42578 | # | |
473276a9 | 42579 | rm -f master.${D}${D}.o |
a848cd7e | 42580 | |
810b94f0 | 42581 | exit ${D}status |
a848cd7e | 42582 | EOF |
473276a9 | 42583 | |
a848cd7e SC |
42584 | chmod +x shared-ld-sh |
42585 | ||
42586 | SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o" | |
42587 | SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o" | |
42588 | SHARED_LD_CXX="$SHARED_LD_CC" | |
42589 | SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC" | |
42590 | else | |
42591 | SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o" | |
42592 | SHARED_LD_MODULE_CC="\${CC} -bundle -single_module -headerpad_max_install_names -o" | |
42593 | SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o" | |
42594 | SHARED_LD_MODULE_CXX="\${CXX} -bundle -single_module -headerpad_max_install_names -o" | |
42595 | fi | |
42596 | ||
1ff36a0a DE |
42597 | if test "x$GCC" == "xyes"; then |
42598 | PIC_FLAG="-dynamic -fPIC" | |
42599 | fi | |
42600 | if test "x$XLCC" = "xyes"; then | |
42601 | PIC_FLAG="-dynamic -DPIC" | |
42602 | fi | |
a848cd7e SC |
42603 | ;; |
42604 | ||
42605 | *-*-aix* ) | |
42606 | if test "x$GCC" != "xyes"; then | |
42607 | # Extract the first word of "makeC++SharedLib", so it can be a program name with args. | |
42608 | set dummy makeC++SharedLib; ac_word=$2 | |
42609 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
42610 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
42611 | if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then | |
42612 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
42613 | else | |
42614 | if test -n "$AIX_CXX_LD"; then | |
42615 | ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test. | |
42616 | else | |
42617 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
42618 | for as_dir in $PATH | |
42619 | do | |
42620 | IFS=$as_save_IFS | |
42621 | test -z "$as_dir" && as_dir=. | |
42622 | for ac_exec_ext in '' $ac_executable_extensions; do | |
42623 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
42624 | ac_cv_prog_AIX_CXX_LD="makeC++SharedLib" | |
42625 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
42626 | break 2 | |
42627 | fi | |
42628 | done | |
42629 | done | |
42630 | ||
42631 | test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib" | |
42632 | fi | |
42633 | fi | |
42634 | AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD | |
42635 | if test -n "$AIX_CXX_LD"; then | |
42636 | echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5 | |
42637 | echo "${ECHO_T}$AIX_CXX_LD" >&6 | |
42638 | else | |
42639 | echo "$as_me:$LINENO: result: no" >&5 | |
42640 | echo "${ECHO_T}no" >&6 | |
42641 | fi | |
42642 | ||
42643 | SHARED_LD_CC="$AIX_CC_LD -p 0 -o" | |
42644 | SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o" | |
42645 | fi | |
42646 | ;; | |
42647 | ||
42648 | *-*-beos* ) | |
1e9e8aba DE |
42649 | SHARED_LD_CC="${LD} -nostart -o" |
42650 | SHARED_LD_CXX="${LD} -nostart -o" | |
a848cd7e SC |
42651 | ;; |
42652 | ||
42653 | *-*-irix* ) | |
42654 | if test "x$GCC" != "xyes"; then | |
42655 | PIC_FLAG="-KPIC" | |
42656 | fi | |
42657 | ;; | |
42658 | ||
42659 | *-*-cygwin* | *-*-mingw32* ) | |
42660 | PIC_FLAG="" | |
1e9e8aba DE |
42661 | SHARED_LD_CC="\$(CC) -shared -o" |
42662 | SHARED_LD_CXX="\$(CXX) -shared -o" | |
810b94f0 | 42663 | WINDOWS_IMPLIB=1 |
a848cd7e SC |
42664 | ;; |
42665 | ||
42666 | *-pc-os2_emx | *-pc-os2-emx ) | |
b1d22ded DE |
42667 | SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o" |
42668 | SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o" | |
a848cd7e | 42669 | PIC_FLAG="" |
473276a9 VS |
42670 | |
42671 | D='$' | |
42672 | cat <<EOF >dllar.sh | |
42673 | #!/bin/sh | |
42674 | # | |
42675 | # dllar - a tool to build both a .dll and an .a file | |
42676 | # from a set of object (.o) files for EMX/OS2. | |
42677 | # | |
42678 | # Written by Andrew Zabolotny, bit@freya.etu.ru | |
42679 | # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de | |
42680 | # | |
42681 | # This script will accept a set of files on the command line. | |
42682 | # All the public symbols from the .o files will be exported into | |
42683 | # a .DEF file, then linker will be run (through gcc) against them to | |
42684 | # build a shared library consisting of all given .o files. All libraries | |
42685 | # (.a) will be first decompressed into component .o files then act as | |
42686 | # described above. You can optionally give a description (-d "description") | |
42687 | # which will be put into .DLL. To see the list of accepted options (as well | |
42688 | # as command-line format) simply run this program without options. The .DLL | |
42689 | # is built to be imported by name (there is no guarantee that new versions | |
42690 | # of the library you build will have same ordinals for same symbols). | |
42691 | # | |
42692 | # dllar is free software; you can redistribute it and/or modify | |
42693 | # it under the terms of the GNU General Public License as published by | |
42694 | # the Free Software Foundation; either version 2, or (at your option) | |
42695 | # any later version. | |
42696 | # | |
42697 | # dllar is distributed in the hope that it will be useful, | |
42698 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
42699 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
42700 | # GNU General Public License for more details. | |
42701 | # | |
42702 | # You should have received a copy of the GNU General Public License | |
42703 | # along with dllar; see the file COPYING. If not, write to the Free | |
42704 | # Software Foundation, 59 Temple Place - Suite 330, Boston, MA | |
42705 | # 02111-1307, USA. | |
42706 | ||
42707 | # To successfuly run this program you will need: | |
42708 | # - Current drive should have LFN support (HPFS, ext2, network, etc) | |
42709 | # (Sometimes dllar generates filenames which won't fit 8.3 scheme) | |
42710 | # - gcc | |
42711 | # (used to build the .dll) | |
42712 | # - emxexp | |
42713 | # (used to create .def file from .o files) | |
42714 | # - emximp | |
42715 | # (used to create .a file from .def file) | |
42716 | # - GNU text utilites (cat, sort, uniq) | |
42717 | # used to process emxexp output | |
42718 | # - GNU file utilities (mv, rm) | |
42719 | # - GNU sed | |
42720 | # - lxlite (optional, see flag below) | |
42721 | # (used for general .dll cleanup) | |
42722 | # | |
42723 | ||
42724 | flag_USE_LXLITE=1; | |
42725 | ||
42726 | # | |
42727 | # helper functions | |
42728 | # basnam, variant of basename, which does _not_ remove the path, _iff_ | |
42729 | # second argument (suffix to remove) is given | |
42730 | basnam(){ | |
42731 | case ${D}# in | |
42732 | 1) | |
1e9e8aba | 42733 | echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//' |
473276a9 VS |
42734 | ;; |
42735 | 2) | |
42736 | echo ${D}1 | sed 's/'${D}2'${D}//' | |
42737 | ;; | |
42738 | *) | |
42739 | echo "error in basnam ${D}*" | |
42740 | exit 8 | |
42741 | ;; | |
42742 | esac | |
42743 | } | |
42744 | ||
42745 | # Cleanup temporary files and output | |
42746 | CleanUp() { | |
42747 | cd ${D}curDir | |
42748 | for i in ${D}inputFiles ; do | |
42749 | case ${D}i in | |
42750 | *!) | |
42751 | rm -rf \`basnam ${D}i !\` | |
42752 | ;; | |
42753 | *) | |
42754 | ;; | |
42755 | esac | |
42756 | done | |
42757 | ||
42758 | # Kill result in case of failure as there is just to many stupid make/nmake | |
42759 | # things out there which doesn't do this. | |
1e9e8aba | 42760 | if [ ${D}# -eq 0 ]; then |
473276a9 VS |
42761 | rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile |
42762 | fi | |
42763 | } | |
42764 | ||
42765 | # Print usage and exit script with rc=1. | |
42766 | PrintHelp() { | |
b1d22ded DE |
42767 | echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]' |
42768 | echo ' [-name-mangler-script script.sh]' | |
42769 | echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]' | |
42770 | echo ' [-ord[inals]] -ex[clude] "symbol(s)"' | |
42771 | echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]' | |
1e9e8aba | 42772 | echo ' [*.o] [*.a]' |
473276a9 VS |
42773 | echo '*> "output_file" should have no extension.' |
42774 | echo ' If it has the .o, .a or .dll extension, it is automatically removed.' | |
42775 | echo ' The import library name is derived from this and is set to "name".a,' | |
42776 | echo ' unless overridden by -import' | |
42777 | echo '*> "importlib_name" should have no extension.' | |
42778 | echo ' If it has the .o, or .a extension, it is automatically removed.' | |
42779 | echo ' This name is used as the import library name and may be longer and' | |
42780 | echo ' more descriptive than the DLL name which has to follow the old ' | |
42781 | echo ' 8.3 convention of FAT.' | |
b1d22ded DE |
42782 | echo '*> "script.sh may be given to override the output_file name by a' |
42783 | echo ' different name. It is mainly useful if the regular make process' | |
42784 | echo ' of some package does not take into account OS/2 restriction of' | |
42785 | echo ' DLL name lengths. It takes the importlib name as input and is' | |
42786 | echo ' supposed to procude a shorter name as output. The script should' | |
42787 | echo ' expect to get importlib_name without extension and should produce' | |
42788 | echo ' a (max.) 8 letter name without extension.' | |
473276a9 VS |
42789 | echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)' |
42790 | echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)' | |
42791 | echo ' These flags will be put at the start of GCC command line.' | |
b1d22ded DE |
42792 | echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.' |
42793 | echo '*> -ex[clude] defines symbols which will not be exported. You can define' | |
473276a9 VS |
42794 | echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".' |
42795 | echo ' If the last character of a symbol is "*", all symbols beginning' | |
42796 | echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).' | |
b1d22ded | 42797 | echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or' |
473276a9 | 42798 | echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.' |
b1d22ded | 42799 | echo '*> -nocrt[dll] switch will disable linking the library against emx''s' |
473276a9 | 42800 | echo ' C runtime DLLs.' |
b1d22ded | 42801 | echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.' |
473276a9 VS |
42802 | echo '*> All other switches (for example -L./ or -lmylib) will be passed' |
42803 | echo ' unchanged to GCC at the end of command line.' | |
42804 | echo '*> If you create a DLL from a library and you do not specify -o,' | |
42805 | echo ' the basename for DLL and import library will be set to library name,' | |
42806 | echo ' the initial library will be renamed to 'name'_s.a (_s for static)' | |
42807 | echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial' | |
42808 | echo ' library will be renamed into gcc_s.a.' | |
42809 | echo '--------' | |
42810 | echo 'Example:' | |
42811 | echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord' | |
42812 | echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"' | |
42813 | CleanUp | |
42814 | exit 1 | |
42815 | } | |
42816 | ||
42817 | # Execute a command. | |
42818 | # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script. | |
42819 | # @Uses Whatever CleanUp() uses. | |
42820 | doCommand() { | |
42821 | echo "${D}*" | |
42822 | eval ${D}* | |
42823 | rcCmd=${D}? | |
42824 | ||
1e9e8aba | 42825 | if [ ${D}rcCmd -ne 0 ]; then |
473276a9 VS |
42826 | echo "command failed, exit code="${D}rcCmd |
42827 | CleanUp | |
42828 | exit ${D}rcCmd | |
42829 | fi | |
42830 | } | |
42831 | ||
42832 | # main routine | |
42833 | # setup globals | |
42834 | cmdLine=${D}* | |
42835 | outFile="" | |
42836 | outimpFile="" | |
42837 | inputFiles="" | |
b1d22ded | 42838 | renameScript="" |
473276a9 VS |
42839 | description="" |
42840 | CC=gcc.exe | |
42841 | CFLAGS="-s -Zcrtdll" | |
42842 | EXTRA_CFLAGS="" | |
42843 | EXPORT_BY_ORDINALS=0 | |
42844 | exclude_symbols="" | |
42845 | library_flags="" | |
42846 | curDir=\`pwd\` | |
42847 | curDirS=curDir | |
42848 | case ${D}curDirS in | |
42849 | */) | |
42850 | ;; | |
42851 | *) | |
42852 | curDirS=${D}{curDirS}"/" | |
42853 | ;; | |
42854 | esac | |
42855 | # Parse commandline | |
42856 | libsToLink=0 | |
b1d22ded | 42857 | omfLinking=0 |
1e9e8aba | 42858 | while [ ${D}1 ]; do |
473276a9 VS |
42859 | case ${D}1 in |
42860 | -ord*) | |
42861 | EXPORT_BY_ORDINALS=1; | |
42862 | ;; | |
42863 | -o*) | |
42864 | shift | |
42865 | outFile=${D}1 | |
42866 | ;; | |
42867 | -i*) | |
42868 | shift | |
42869 | outimpFile=${D}1 | |
42870 | ;; | |
b1d22ded DE |
42871 | -name-mangler-script) |
42872 | shift | |
42873 | renameScript=${D}1 | |
42874 | ;; | |
473276a9 VS |
42875 | -d*) |
42876 | shift | |
42877 | description=${D}1 | |
42878 | ;; | |
42879 | -f*) | |
42880 | shift | |
42881 | CFLAGS=${D}1 | |
42882 | ;; | |
42883 | -c*) | |
42884 | shift | |
42885 | CC=${D}1 | |
42886 | ;; | |
42887 | -h*) | |
42888 | PrintHelp | |
42889 | ;; | |
42890 | -ex*) | |
42891 | shift | |
42892 | exclude_symbols=${D}{exclude_symbols}${D}1" " | |
42893 | ;; | |
42894 | -libf*) | |
42895 | shift | |
42896 | library_flags=${D}{library_flags}${D}1" " | |
42897 | ;; | |
42898 | -nocrt*) | |
42899 | CFLAGS="-s" | |
42900 | ;; | |
42901 | -nolxl*) | |
42902 | flag_USE_LXLITE=0 | |
42903 | ;; | |
42904 | -* | /*) | |
42905 | case ${D}1 in | |
42906 | -L* | -l*) | |
42907 | libsToLink=1 | |
42908 | ;; | |
b1d22ded DE |
42909 | -Zomf) |
42910 | omfLinking=1 | |
42911 | ;; | |
473276a9 VS |
42912 | *) |
42913 | ;; | |
42914 | esac | |
42915 | EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1 | |
42916 | ;; | |
b1d22ded DE |
42917 | *.dll) |
42918 | EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`" | |
42919 | if [ ${D}omfLinking -eq 1 ]; then | |
42920 | EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib" | |
42921 | else | |
42922 | EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a" | |
42923 | fi | |
42924 | ;; | |
473276a9 VS |
42925 | *) |
42926 | found=0; | |
1e9e8aba | 42927 | if [ ${D}libsToLink -ne 0 ]; then |
473276a9 VS |
42928 | EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1 |
42929 | else | |
42930 | for file in ${D}1 ; do | |
1e9e8aba | 42931 | if [ -f ${D}file ]; then |
473276a9 VS |
42932 | inputFiles="${D}{inputFiles} ${D}file" |
42933 | found=1 | |
42934 | fi | |
42935 | done | |
1e9e8aba | 42936 | if [ ${D}found -eq 0 ]; then |
473276a9 VS |
42937 | echo "ERROR: No file(s) found: "${D}1 |
42938 | exit 8 | |
42939 | fi | |
42940 | fi | |
42941 | ;; | |
42942 | esac | |
42943 | shift | |
42944 | done # iterate cmdline words | |
42945 | ||
42946 | # | |
1e9e8aba | 42947 | if [ -z "${D}inputFiles" ]; then |
473276a9 VS |
42948 | echo "dllar: no input files" |
42949 | PrintHelp | |
42950 | fi | |
42951 | ||
42952 | # Now extract all .o files from .a files | |
42953 | newInputFiles="" | |
42954 | for file in ${D}inputFiles ; do | |
42955 | case ${D}file in | |
42956 | *.a | *.lib) | |
42957 | case ${D}file in | |
42958 | *.a) | |
42959 | suffix=".a" | |
42960 | AR="ar" | |
42961 | ;; | |
42962 | *.lib) | |
42963 | suffix=".lib" | |
42964 | AR="emxomfar" | |
42965 | EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf" | |
42966 | ;; | |
42967 | *) | |
42968 | ;; | |
42969 | esac | |
42970 | dirname=\`basnam ${D}file ${D}suffix\`"_%" | |
42971 | mkdir ${D}dirname | |
1e9e8aba | 42972 | if [ ${D}? -ne 0 ]; then |
473276a9 VS |
42973 | echo "Failed to create subdirectory ./${D}dirname" |
42974 | CleanUp | |
42975 | exit 8; | |
42976 | fi | |
42977 | # Append '!' to indicate archive | |
42978 | newInputFiles="${D}newInputFiles ${D}{dirname}!" | |
42979 | doCommand "cd ${D}dirname; ${D}AR x ../${D}file" | |
42980 | cd ${D}curDir | |
42981 | found=0; | |
42982 | for subfile in ${D}dirname/*.o* ; do | |
1e9e8aba | 42983 | if [ -f ${D}subfile ]; then |
473276a9 | 42984 | found=1 |
1e9e8aba | 42985 | if [ -s ${D}subfile ]; then |
473276a9 VS |
42986 | # FIXME: This should be: is file size > 32 byte, _not_ > 0! |
42987 | newInputFiles="${D}newInputFiles ${D}subfile" | |
42988 | fi | |
42989 | fi | |
42990 | done | |
1e9e8aba DE |
42991 | if [ ${D}found -eq 0 ]; then |
42992 | echo "WARNING: there are no files in archive \\'${D}file\\'" | |
473276a9 VS |
42993 | fi |
42994 | ;; | |
42995 | *) | |
42996 | newInputFiles="${D}{newInputFiles} ${D}file" | |
42997 | ;; | |
42998 | esac | |
42999 | done | |
43000 | inputFiles="${D}newInputFiles" | |
43001 | ||
43002 | # Output filename(s). | |
43003 | do_backup=0; | |
1e9e8aba | 43004 | if [ -z ${D}outFile ]; then |
473276a9 VS |
43005 | do_backup=1; |
43006 | set outFile ${D}inputFiles; outFile=${D}2 | |
43007 | fi | |
43008 | ||
43009 | # If it is an archive, remove the '!' and the '_%' suffixes | |
43010 | case ${D}outFile in | |
43011 | *_%!) | |
43012 | outFile=\`basnam ${D}outFile _%!\` | |
43013 | ;; | |
43014 | *) | |
43015 | ;; | |
43016 | esac | |
43017 | case ${D}outFile in | |
43018 | *.dll) | |
43019 | outFile=\`basnam ${D}outFile .dll\` | |
43020 | ;; | |
43021 | *.DLL) | |
43022 | outFile=\`basnam ${D}outFile .DLL\` | |
43023 | ;; | |
43024 | *.o) | |
43025 | outFile=\`basnam ${D}outFile .o\` | |
43026 | ;; | |
43027 | *.obj) | |
43028 | outFile=\`basnam ${D}outFile .obj\` | |
43029 | ;; | |
43030 | *.a) | |
43031 | outFile=\`basnam ${D}outFile .a\` | |
43032 | ;; | |
43033 | *.lib) | |
43034 | outFile=\`basnam ${D}outFile .lib\` | |
43035 | ;; | |
43036 | *) | |
43037 | ;; | |
43038 | esac | |
43039 | case ${D}outimpFile in | |
43040 | *.a) | |
43041 | outimpFile=\`basnam ${D}outimpFile .a\` | |
43042 | ;; | |
43043 | *.lib) | |
43044 | outimpFile=\`basnam ${D}outimpFile .lib\` | |
43045 | ;; | |
43046 | *) | |
43047 | ;; | |
43048 | esac | |
1e9e8aba | 43049 | if [ -z ${D}outimpFile ]; then |
473276a9 VS |
43050 | outimpFile=${D}outFile |
43051 | fi | |
43052 | defFile="${D}{outFile}.def" | |
43053 | arcFile="${D}{outimpFile}.a" | |
43054 | arcFile2="${D}{outimpFile}.lib" | |
b1d22ded DE |
43055 | |
43056 | #create ${D}dllFile as something matching 8.3 restrictions, | |
43057 | if [ -z ${D}renameScript ] ; then | |
43058 | dllFile="${D}outFile" | |
43059 | else | |
43060 | dllFile=\`${D}renameScript ${D}outimpFile\` | |
43061 | fi | |
473276a9 | 43062 | |
1e9e8aba DE |
43063 | if [ ${D}do_backup -ne 0 ] ; then |
43064 | if [ -f ${D}arcFile ] ; then | |
473276a9 VS |
43065 | doCommand "mv ${D}arcFile ${D}{outFile}_s.a" |
43066 | fi | |
1e9e8aba | 43067 | if [ -f ${D}arcFile2 ] ; then |
473276a9 VS |
43068 | doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib" |
43069 | fi | |
43070 | fi | |
43071 | ||
43072 | # Extract public symbols from all the object files. | |
43073 | tmpdefFile=${D}{defFile}_% | |
43074 | rm -f ${D}tmpdefFile | |
43075 | for file in ${D}inputFiles ; do | |
43076 | case ${D}file in | |
43077 | *!) | |
43078 | ;; | |
43079 | *) | |
43080 | doCommand "emxexp -u ${D}file >> ${D}tmpdefFile" | |
43081 | ;; | |
43082 | esac | |
43083 | done | |
43084 | ||
43085 | # Create the def file. | |
43086 | rm -f ${D}defFile | |
43087 | echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile | |
b1d22ded DE |
43088 | dllFile="${D}{dllFile}.dll" |
43089 | if [ ! -z ${D}description ]; then | |
1e9e8aba | 43090 | echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile |
473276a9 VS |
43091 | fi |
43092 | echo "EXPORTS" >> ${D}defFile | |
43093 | ||
43094 | doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%" | |
43095 | grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile | |
43096 | ||
43097 | # Checks if the export is ok or not. | |
43098 | for word in ${D}exclude_symbols; do | |
43099 | grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}% | |
43100 | mv ${D}{tmpdefFile}% ${D}tmpdefFile | |
43101 | done | |
43102 | ||
43103 | ||
1e9e8aba DE |
43104 | if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then |
43105 | sed "=" < ${D}tmpdefFile | \\ | |
473276a9 VS |
43106 | sed ' |
43107 | N | |
43108 | : loop | |
1e9e8aba | 43109 | s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/ |
473276a9 VS |
43110 | t loop |
43111 | ' > ${D}{tmpdefFile}% | |
43112 | grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile | |
43113 | else | |
43114 | rm -f ${D}{tmpdefFile}% | |
43115 | fi | |
43116 | cat ${D}tmpdefFile >> ${D}defFile | |
43117 | rm -f ${D}tmpdefFile | |
43118 | ||
43119 | # Do linking, create implib, and apply lxlite. | |
43120 | gccCmdl=""; | |
43121 | for file in ${D}inputFiles ; do | |
43122 | case ${D}file in | |
43123 | *!) | |
43124 | ;; | |
43125 | *) | |
43126 | gccCmdl="${D}gccCmdl ${D}file" | |
43127 | ;; | |
43128 | esac | |
43129 | done | |
43130 | doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS" | |
43131 | touch "${D}{outFile}.dll" | |
43132 | ||
43133 | doCommand "emximp -o ${D}arcFile ${D}defFile" | |
1e9e8aba | 43134 | if [ ${D}flag_USE_LXLITE -ne 0 ]; then |
473276a9 | 43135 | add_flags=""; |
1e9e8aba | 43136 | if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then |
473276a9 VS |
43137 | add_flags="-ynd" |
43138 | fi | |
43139 | doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile" | |
43140 | fi | |
43141 | doCommand "emxomf -s -l ${D}arcFile" | |
43142 | ||
43143 | # Successful exit. | |
43144 | CleanUp 1 | |
43145 | exit 0 | |
43146 | EOF | |
43147 | ||
43148 | chmod +x dllar.sh | |
a848cd7e SC |
43149 | ;; |
43150 | ||
1e9e8aba | 43151 | powerpc-apple-macos* | \ |
a848cd7e SC |
43152 | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \ |
43153 | *-*-sunos4* | \ | |
43154 | *-*-osf* | \ | |
43155 | *-*-dgux5* | \ | |
47a7e797 MW |
43156 | *-*-sysv5* | \ |
43157 | *-pc-msdosdjgpp ) | |
a848cd7e SC |
43158 | ;; |
43159 | ||
43160 | *) | |
43161 | { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5 | |
43162 | echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;} | |
43163 | { (exit 1); exit 1; }; } | |
43164 | esac | |
43165 | ||
2057db16 VS |
43166 | if test "x$PIC_FLAG" != "x" ; then |
43167 | PIC_FLAG="$PIC_FLAG -DPIC" | |
43168 | fi | |
43169 | ||
a848cd7e SC |
43170 | if test "x$SHARED_LD_MODULE_CC" = "x" ; then |
43171 | SHARED_LD_MODULE_CC="$SHARED_LD_CC" | |
43172 | fi | |
43173 | if test "x$SHARED_LD_MODULE_CXX" = "x" ; then | |
43174 | SHARED_LD_MODULE_CXX="$SHARED_LD_CXX" | |
43175 | fi | |
43176 | ||
43177 | ||
43178 | ||
43179 | ||
43180 | ||
43181 | ||
43182 | ||
43183 | ||
810b94f0 | 43184 | |
a848cd7e SC |
43185 | USE_SOVERSION=0 |
43186 | USE_SOVERLINUX=0 | |
43187 | USE_SOVERSOLARIS=0 | |
810b94f0 | 43188 | USE_SOVERCYGWIN=0 |
a848cd7e SC |
43189 | USE_SOSYMLINKS=0 |
43190 | USE_MACVERSION=0 | |
43191 | SONAME_FLAG= | |
43192 | ||
43193 | case "${BAKEFILE_HOST}" in | |
b1d22ded | 43194 | *-*-linux* | *-*-freebsd* ) |
5f652d0d VS |
43195 | SONAME_FLAG="-Wl,-soname," |
43196 | USE_SOVERSION=1 | |
43197 | USE_SOVERLINUX=1 | |
43198 | USE_SOSYMLINKS=1 | |
43199 | ;; | |
43200 | ||
a848cd7e SC |
43201 | *-*-solaris2* ) |
43202 | SONAME_FLAG="-h " | |
43203 | USE_SOVERSION=1 | |
43204 | USE_SOVERSOLARIS=1 | |
43205 | USE_SOSYMLINKS=1 | |
43206 | ;; | |
43207 | ||
43208 | *-*-darwin* ) | |
43209 | USE_MACVERSION=1 | |
43210 | USE_SOVERSION=1 | |
43211 | USE_SOSYMLINKS=1 | |
43212 | ;; | |
810b94f0 MW |
43213 | |
43214 | *-*-cygwin* ) | |
43215 | USE_SOVERSION=1 | |
43216 | USE_SOVERCYGWIN=1 | |
43217 | ;; | |
a848cd7e SC |
43218 | esac |
43219 | ||
43220 | ||
43221 | ||
43222 | ||
43223 | ||
43224 | ||
43225 | ||
43226 | ||
43227 | ||
810b94f0 | 43228 | |
a848cd7e SC |
43229 | echo "$as_me:$LINENO: checking for dependency tracking method" >&5 |
43230 | echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6 | |
43231 | DEPS_TRACKING=0 | |
43232 | ||
43233 | if test "x$GCC" = "xyes"; then | |
43234 | DEPSMODE=gcc | |
43235 | DEPS_TRACKING=1 | |
43236 | case "${BAKEFILE_HOST}" in | |
3e4ca115 | 43237 | *-*-darwin* ) |
a848cd7e SC |
43238 | DEPSFLAG_GCC="-no-cpp-precomp -MMD" |
43239 | ;; | |
43240 | * ) | |
43241 | DEPSFLAG_GCC="-MMD" | |
43242 | ;; | |
43243 | esac | |
43244 | echo "$as_me:$LINENO: result: gcc" >&5 | |
43245 | echo "${ECHO_T}gcc" >&6 | |
b1d22ded | 43246 | elif test "x$MWCC" = "xyes"; then |
81f90336 | 43247 | DEPSMODE=mwcc |
b1d22ded | 43248 | DEPS_TRACKING=1 |
81f90336 | 43249 | DEPSFLAG_MWCC="-MM" |
b1d22ded DE |
43250 | echo "$as_me:$LINENO: result: mwcc" >&5 |
43251 | echo "${ECHO_T}mwcc" >&6 | |
a9e5b1f0 MW |
43252 | elif test "x$SUNCC" = "xyes"; then |
43253 | DEPSMODE=suncc | |
43254 | DEPS_TRACKING=1 | |
43255 | DEPSFLAG_SUNCC="-xM1" | |
43256 | echo "$as_me:$LINENO: result: suncc" >&5 | |
43257 | echo "${ECHO_T}suncc" >&6 | |
a848cd7e SC |
43258 | else |
43259 | echo "$as_me:$LINENO: result: none" >&5 | |
43260 | echo "${ECHO_T}none" >&6 | |
43261 | fi | |
43262 | ||
43263 | if test $DEPS_TRACKING = 1 ; then | |
473276a9 VS |
43264 | |
43265 | D='$' | |
43266 | cat <<EOF >bk-deps | |
a848cd7e SC |
43267 | #!/bin/sh |
43268 | ||
43269 | # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf | |
43270 | # script. It is used to track C/C++ files dependencies in portable way. | |
43271 | # | |
43272 | # Permission is given to use this file in any way. | |
43273 | ||
473276a9 | 43274 | DEPSMODE=${DEPSMODE} |
a848cd7e | 43275 | DEPSDIR=.deps |
473276a9 | 43276 | DEPSFLAG_GCC="${DEPSFLAG_GCC}" |
81f90336 | 43277 | DEPSFLAG_MWCC="${DEPSFLAG_MWCC}" |
a9e5b1f0 | 43278 | DEPSFLAG_SUNCC="${DEPSFLAG_SUNCC}" |
a848cd7e | 43279 | |
473276a9 | 43280 | mkdir -p ${D}DEPSDIR |
a848cd7e | 43281 | |
473276a9 VS |
43282 | if test ${D}DEPSMODE = gcc ; then |
43283 | ${D}* ${D}{DEPSFLAG_GCC} | |
43284 | status=${D}? | |
43285 | if test ${D}{status} != 0 ; then | |
43286 | exit ${D}{status} | |
a848cd7e SC |
43287 | fi |
43288 | # move created file to the location we want it in: | |
473276a9 VS |
43289 | while test ${D}# -gt 0; do |
43290 | case "${D}1" in | |
a848cd7e SC |
43291 | -o ) |
43292 | shift | |
473276a9 | 43293 | objfile=${D}1 |
a848cd7e SC |
43294 | ;; |
43295 | -* ) | |
43296 | ;; | |
43297 | * ) | |
473276a9 | 43298 | srcfile=${D}1 |
a848cd7e SC |
43299 | ;; |
43300 | esac | |
43301 | shift | |
43302 | done | |
1e9e8aba DE |
43303 | depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\` |
43304 | depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\` | |
473276a9 VS |
43305 | if test -f ${D}depfile ; then |
43306 | sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d | |
43307 | rm -f ${D}depfile | |
a848cd7e | 43308 | else |
1e9e8aba | 43309 | depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\` |
473276a9 VS |
43310 | if test -f ${D}depfile ; then |
43311 | sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d | |
43312 | rm -f ${D}depfile | |
a848cd7e SC |
43313 | fi |
43314 | fi | |
43315 | exit 0 | |
81f90336 MW |
43316 | elif test ${D}DEPSMODE = mwcc ; then |
43317 | ${D}* | |
43318 | status=${D}? | |
43319 | if test ${D}{status} != 0 ; then | |
43320 | exit ${D}{status} | |
43321 | fi | |
43322 | # Run mwcc again with -MM and redirect into the dep file we want | |
43323 | # NOTE: We can't use shift here because we need ${D}* to be valid | |
43324 | prevarg= | |
43325 | for arg in ${D}* ; do | |
43326 | if test "${D}prevarg" = "-o"; then | |
43327 | objfile=${D}arg | |
43328 | else | |
43329 | case "${D}arg" in | |
43330 | -* ) | |
43331 | ;; | |
43332 | * ) | |
43333 | srcfile=${D}arg | |
43334 | ;; | |
43335 | esac | |
43336 | fi | |
43337 | prevarg="${D}arg" | |
43338 | done | |
43339 | ${D}* ${D}DEPSFLAG_MWCC >${D}{DEPSDIR}/${D}{objfile}.d | |
43340 | exit 0 | |
a9e5b1f0 MW |
43341 | elif test ${D}DEPSMODE = suncc; then |
43342 | ${D}* || exit | |
43343 | # Run compiler again with deps flag and redirect into the dep file. | |
43344 | # It doesn't work if the '-o FILE' option is used, but without it the | |
43345 | # dependency file will contain the wrong name for the object. So it is | |
43346 | # removed from the command line, and the dep file is fixed with sed. | |
43347 | cmd="" | |
43348 | while test ${D}# -gt 0; do | |
43349 | case "${D}1" in | |
43350 | -o ) | |
43351 | shift | |
43352 | objfile=${D}1 | |
43353 | ;; | |
43354 | * ) | |
43355 | eval arg${D}#=\\${D}1 | |
43356 | cmd="${D}cmd \\${D}arg${D}#" | |
43357 | ;; | |
43358 | esac | |
43359 | shift | |
43360 | done | |
43361 | eval "${D}cmd ${D}DEPSFLAG_SUNCC" | sed "s|.*:|${D}objfile:|" >${D}{DEPSDIR}/${D}{objfile}.d | |
43362 | exit 0 | |
a848cd7e | 43363 | else |
473276a9 VS |
43364 | ${D}* |
43365 | exit ${D}? | |
a848cd7e SC |
43366 | fi |
43367 | EOF | |
473276a9 | 43368 | |
a848cd7e SC |
43369 | chmod +x bk-deps |
43370 | fi | |
43371 | ||
43372 | ||
43373 | ||
43374 | ||
43375 | RESCOMP= | |
43376 | SETFILE= | |
43377 | ||
43378 | case ${BAKEFILE_HOST} in | |
43379 | *-*-cygwin* | *-*-mingw32* ) | |
43380 | if test "$build" != "$host" ; then | |
43381 | RESCOMP=$host_alias-windres | |
43382 | else | |
43383 | # Extract the first word of "windres", so it can be a program name with args. | |
43384 | set dummy windres; ac_word=$2 | |
43385 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
43386 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
43387 | if test "${ac_cv_prog_RESCOMP+set}" = set; then | |
43388 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
43389 | else | |
43390 | if test -n "$RESCOMP"; then | |
43391 | ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test. | |
43392 | else | |
43393 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
43394 | for as_dir in $PATH | |
43395 | do | |
43396 | IFS=$as_save_IFS | |
43397 | test -z "$as_dir" && as_dir=. | |
43398 | for ac_exec_ext in '' $ac_executable_extensions; do | |
43399 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
43400 | ac_cv_prog_RESCOMP="windres" | |
43401 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
43402 | break 2 | |
43403 | fi | |
43404 | done | |
43405 | done | |
43406 | ||
43407 | test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="windres" | |
43408 | fi | |
43409 | fi | |
43410 | RESCOMP=$ac_cv_prog_RESCOMP | |
43411 | if test -n "$RESCOMP"; then | |
43412 | echo "$as_me:$LINENO: result: $RESCOMP" >&5 | |
43413 | echo "${ECHO_T}$RESCOMP" >&6 | |
43414 | else | |
43415 | echo "$as_me:$LINENO: result: no" >&5 | |
43416 | echo "${ECHO_T}no" >&6 | |
43417 | fi | |
43418 | ||
43419 | fi | |
43420 | ;; | |
43421 | ||
1e9e8aba | 43422 | *-*-darwin* | powerpc-apple-macos* ) |
a848cd7e SC |
43423 | # Extract the first word of "Rez", so it can be a program name with args. |
43424 | set dummy Rez; ac_word=$2 | |
43425 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
43426 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
43427 | if test "${ac_cv_prog_RESCOMP+set}" = set; then | |
43428 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
43429 | else | |
43430 | if test -n "$RESCOMP"; then | |
43431 | ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test. | |
43432 | else | |
43433 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
43434 | for as_dir in $PATH | |
43435 | do | |
43436 | IFS=$as_save_IFS | |
43437 | test -z "$as_dir" && as_dir=. | |
43438 | for ac_exec_ext in '' $ac_executable_extensions; do | |
43439 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
43440 | ac_cv_prog_RESCOMP="Rez" | |
43441 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
43442 | break 2 | |
43443 | fi | |
43444 | done | |
43445 | done | |
43446 | ||
43447 | test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez" | |
43448 | fi | |
43449 | fi | |
43450 | RESCOMP=$ac_cv_prog_RESCOMP | |
43451 | if test -n "$RESCOMP"; then | |
43452 | echo "$as_me:$LINENO: result: $RESCOMP" >&5 | |
43453 | echo "${ECHO_T}$RESCOMP" >&6 | |
43454 | else | |
43455 | echo "$as_me:$LINENO: result: no" >&5 | |
43456 | echo "${ECHO_T}no" >&6 | |
43457 | fi | |
43458 | ||
43459 | # Extract the first word of "SetFile", so it can be a program name with args. | |
43460 | set dummy SetFile; ac_word=$2 | |
43461 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
43462 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
43463 | if test "${ac_cv_prog_SETFILE+set}" = set; then | |
43464 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
43465 | else | |
43466 | if test -n "$SETFILE"; then | |
43467 | ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test. | |
43468 | else | |
43469 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
43470 | for as_dir in $PATH | |
43471 | do | |
43472 | IFS=$as_save_IFS | |
43473 | test -z "$as_dir" && as_dir=. | |
43474 | for ac_exec_ext in '' $ac_executable_extensions; do | |
43475 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
43476 | ac_cv_prog_SETFILE="SetFile" | |
43477 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
43478 | break 2 | |
43479 | fi | |
43480 | done | |
43481 | done | |
43482 | ||
43483 | test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile" | |
43484 | fi | |
43485 | fi | |
43486 | SETFILE=$ac_cv_prog_SETFILE | |
43487 | if test -n "$SETFILE"; then | |
43488 | echo "$as_me:$LINENO: result: $SETFILE" >&5 | |
43489 | echo "${ECHO_T}$SETFILE" >&6 | |
43490 | else | |
43491 | echo "$as_me:$LINENO: result: no" >&5 | |
43492 | echo "${ECHO_T}no" >&6 | |
43493 | fi | |
43494 | ||
43495 | ;; | |
43496 | esac | |
43497 | ||
43498 | ||
43499 | ||
43500 | ||
43501 | ||
c9469659 | 43502 | BAKEFILE_BAKEFILE_M4_VERSION="0.1.9" |
a848cd7e | 43503 | |
dcc1b6ad | 43504 | |
c9469659 | 43505 | BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.9" |
a848cd7e | 43506 | |
646b6ec1 | 43507 | |
74b84332 | 43508 | |
a848cd7e SC |
43509 | # Check whether --enable-precomp-headers or --disable-precomp-headers was given. |
43510 | if test "${enable_precomp_headers+set}" = set; then | |
43511 | enableval="$enable_precomp_headers" | |
43512 | bk_use_pch="$enableval" | |
43513 | fi; | |
43514 | ||
43515 | GCC_PCH=0 | |
43516 | ||
43517 | if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then | |
43518 | if test "x$GCC" = "xyes"; then | |
43519 | echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5 | |
43520 | echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6 | |
43521 | cat >conftest.$ac_ext <<_ACEOF | |
43522 | /* confdefs.h. */ | |
43523 | _ACEOF | |
43524 | cat confdefs.h >>conftest.$ac_ext | |
43525 | cat >>conftest.$ac_ext <<_ACEOF | |
43526 | /* end confdefs.h. */ | |
43527 | ||
43528 | int | |
43529 | main () | |
43530 | { | |
43531 | ||
43532 | #if !defined(__GNUC__) || !defined(__GNUC_MINOR__) | |
43533 | #error "no pch support" | |
43534 | #endif | |
43535 | #if (__GNUC__ < 3) | |
43536 | #error "no pch support" | |
43537 | #endif | |
43538 | #if (__GNUC__ == 3) && \ | |
43539 | ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \ | |
43540 | ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) | |
43541 | #error "no pch support" | |
43542 | #endif | |
43543 | ||
43544 | ; | |
43545 | return 0; | |
43546 | } | |
43547 | _ACEOF | |
43548 | rm -f conftest.$ac_objext | |
43549 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 43550 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 43551 | ac_status=$? |
ac1cb8d3 VS |
43552 | grep -v '^ *+' conftest.er1 >conftest.err |
43553 | rm -f conftest.er1 | |
43554 | cat conftest.err >&5 | |
a848cd7e SC |
43555 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
43556 | (exit $ac_status); } && | |
6ebeb4c7 | 43557 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
43558 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
43559 | (eval $ac_try) 2>&5 | |
43560 | ac_status=$? | |
43561 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
43562 | (exit $ac_status); }; } && | |
43563 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
43564 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
43565 | (eval $ac_try) 2>&5 | |
43566 | ac_status=$? | |
43567 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
43568 | (exit $ac_status); }; }; then | |
43569 | ||
43570 | echo "$as_me:$LINENO: result: yes" >&5 | |
43571 | echo "${ECHO_T}yes" >&6 | |
a848cd7e SC |
43572 | GCC_PCH=1 |
43573 | ||
43574 | else | |
43575 | echo "$as_me: failed program was:" >&5 | |
43576 | sed 's/^/| /' conftest.$ac_ext >&5 | |
43577 | ||
43578 | ||
43579 | echo "$as_me:$LINENO: result: no" >&5 | |
43580 | echo "${ECHO_T}no" >&6 | |
43581 | ||
43582 | fi | |
ac1cb8d3 | 43583 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 43584 | if test $GCC_PCH = 1 ; then |
1e9e8aba DE |
43585 | |
43586 | D='$' | |
43587 | cat <<EOF >bk-make-pch | |
a848cd7e SC |
43588 | #!/bin/sh |
43589 | ||
43590 | # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf | |
43591 | # script. It is used to generated precompiled headers. | |
43592 | # | |
43593 | # Permission is given to use this file in any way. | |
43594 | ||
1e9e8aba DE |
43595 | outfile="${D}{1}" |
43596 | header="${D}{2}" | |
a848cd7e SC |
43597 | shift |
43598 | shift | |
43599 | ||
43600 | compiler= | |
43601 | headerfile= | |
1e9e8aba DE |
43602 | while test ${D}{#} -gt 0; do |
43603 | case "${D}{1}" in | |
a848cd7e | 43604 | -I* ) |
1e9e8aba DE |
43605 | incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\` |
43606 | if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then | |
43607 | headerfile="${D}{incdir}/${D}{header}" | |
a848cd7e SC |
43608 | fi |
43609 | ;; | |
43610 | esac | |
1e9e8aba | 43611 | compiler="${D}{compiler} ${D}{1}" |
a848cd7e SC |
43612 | shift |
43613 | done | |
43614 | ||
1e9e8aba DE |
43615 | if test "x${D}{headerfile}" = "x" ; then |
43616 | echo "error: can't find header ${D}{header} in include paths" >2 | |
a848cd7e | 43617 | else |
1e9e8aba DE |
43618 | if test -f ${D}{outfile} ; then |
43619 | rm -f ${D}{outfile} | |
a848cd7e | 43620 | else |
1e9e8aba | 43621 | mkdir -p \`dirname ${D}{outfile}\` |
a848cd7e | 43622 | fi |
1e9e8aba | 43623 | depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d" |
a848cd7e SC |
43624 | mkdir -p .deps |
43625 | # can do this because gcc is >= 3.4: | |
1e9e8aba DE |
43626 | ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}" |
43627 | exit ${D}{?} | |
a848cd7e SC |
43628 | fi |
43629 | EOF | |
1e9e8aba | 43630 | |
a848cd7e SC |
43631 | chmod +x bk-make-pch |
43632 | fi | |
43633 | fi | |
43634 | fi | |
43635 | ||
43636 | ||
43637 | ||
a848cd7e SC |
43638 | COND_BUILD_DEBUG="#" |
43639 | if test "x$BUILD" = "xdebug" ; then | |
43640 | COND_BUILD_DEBUG="" | |
43641 | fi | |
43642 | ||
43643 | COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#" | |
43644 | if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then | |
43645 | COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="" | |
43646 | fi | |
43647 | ||
43648 | COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#" | |
43649 | if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then | |
43650 | COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="" | |
43651 | fi | |
43652 | ||
43653 | COND_BUILD_DEBUG_UNICODE_0="#" | |
43654 | if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then | |
43655 | COND_BUILD_DEBUG_UNICODE_0="" | |
43656 | fi | |
43657 | ||
43658 | COND_BUILD_DEBUG_UNICODE_1="#" | |
43659 | if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then | |
43660 | COND_BUILD_DEBUG_UNICODE_1="" | |
43661 | fi | |
43662 | ||
43663 | COND_BUILD_RELEASE="#" | |
43664 | if test "x$BUILD" = "xrelease" ; then | |
43665 | COND_BUILD_RELEASE="" | |
43666 | fi | |
43667 | ||
43668 | COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#" | |
43669 | if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then | |
43670 | COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="" | |
43671 | fi | |
43672 | ||
43673 | COND_BUILD_RELEASE_UNICODE_0="#" | |
43674 | if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then | |
43675 | COND_BUILD_RELEASE_UNICODE_0="" | |
43676 | fi | |
43677 | ||
43678 | COND_BUILD_RELEASE_UNICODE_1="#" | |
43679 | if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then | |
43680 | COND_BUILD_RELEASE_UNICODE_1="" | |
43681 | fi | |
43682 | ||
43683 | COND_DEBUG_FLAG_1="#" | |
43684 | if test "x$DEBUG_FLAG" = "x1" ; then | |
43685 | COND_DEBUG_FLAG_1="" | |
43686 | fi | |
43687 | ||
43688 | COND_DEBUG_INFO_0="#" | |
43689 | if test "x$DEBUG_INFO" = "x0" ; then | |
43690 | COND_DEBUG_INFO_0="" | |
43691 | fi | |
43692 | ||
43693 | COND_DEBUG_INFO_1="#" | |
43694 | if test "x$DEBUG_INFO" = "x1" ; then | |
43695 | COND_DEBUG_INFO_1="" | |
43696 | fi | |
43697 | ||
43698 | COND_DEPS_TRACKING_0="#" | |
43699 | if test "x$DEPS_TRACKING" = "x0" ; then | |
43700 | COND_DEPS_TRACKING_0="" | |
43701 | fi | |
43702 | ||
43703 | COND_DEPS_TRACKING_1="#" | |
43704 | if test "x$DEPS_TRACKING" = "x1" ; then | |
43705 | COND_DEPS_TRACKING_1="" | |
43706 | fi | |
43707 | ||
43708 | COND_GCC_PCH_1="#" | |
43709 | if test "x$GCC_PCH" = "x1" ; then | |
43710 | COND_GCC_PCH_1="" | |
43711 | fi | |
43712 | ||
43713 | COND_MONOLITHIC_0="#" | |
43714 | if test "x$MONOLITHIC" = "x0" ; then | |
43715 | COND_MONOLITHIC_0="" | |
43716 | fi | |
43717 | ||
43718 | COND_MONOLITHIC_0_SHARED_0="#" | |
43719 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then | |
43720 | COND_MONOLITHIC_0_SHARED_0="" | |
43721 | fi | |
43722 | ||
43723 | COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#" | |
43724 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then | |
43725 | COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="" | |
43726 | fi | |
43727 | ||
90970d69 DE |
43728 | COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#" |
43729 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then | |
43730 | COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="" | |
43731 | fi | |
43732 | ||
a848cd7e SC |
43733 | COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#" |
43734 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then | |
43735 | COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="" | |
43736 | fi | |
43737 | ||
6671c68b VZ |
43738 | COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#" |
43739 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then | |
43740 | COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="" | |
43741 | fi | |
43742 | ||
a848cd7e SC |
43743 | COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#" |
43744 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then | |
43745 | COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="" | |
43746 | fi | |
43747 | ||
ceec2216 RL |
43748 | COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#" |
43749 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then | |
43750 | COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="" | |
43751 | fi | |
43752 | ||
a848cd7e SC |
43753 | COND_MONOLITHIC_0_SHARED_1="#" |
43754 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then | |
43755 | COND_MONOLITHIC_0_SHARED_1="" | |
43756 | fi | |
43757 | ||
43758 | COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#" | |
43759 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then | |
43760 | COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="" | |
43761 | fi | |
43762 | ||
90970d69 DE |
43763 | COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#" |
43764 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then | |
43765 | COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="" | |
43766 | fi | |
43767 | ||
a848cd7e SC |
43768 | COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#" |
43769 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then | |
43770 | COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="" | |
43771 | fi | |
43772 | ||
6671c68b VZ |
43773 | COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#" |
43774 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then | |
43775 | COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="" | |
43776 | fi | |
43777 | ||
a848cd7e SC |
43778 | COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#" |
43779 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then | |
43780 | COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="" | |
43781 | fi | |
43782 | ||
ceec2216 RL |
43783 | COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#" |
43784 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then | |
43785 | COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="" | |
43786 | fi | |
43787 | ||
a848cd7e SC |
43788 | COND_MONOLITHIC_0_USE_ODBC_1="#" |
43789 | if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then | |
43790 | COND_MONOLITHIC_0_USE_ODBC_1="" | |
43791 | fi | |
43792 | ||
43793 | COND_MONOLITHIC_1="#" | |
43794 | if test "x$MONOLITHIC" = "x1" ; then | |
43795 | COND_MONOLITHIC_1="" | |
43796 | fi | |
43797 | ||
43798 | COND_MONOLITHIC_1_SHARED_0="#" | |
43799 | if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then | |
43800 | COND_MONOLITHIC_1_SHARED_0="" | |
43801 | fi | |
43802 | ||
43803 | COND_MONOLITHIC_1_SHARED_1="#" | |
43804 | if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then | |
43805 | COND_MONOLITHIC_1_SHARED_1="" | |
43806 | fi | |
43807 | ||
43808 | COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#" | |
43809 | if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then | |
43810 | COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="" | |
43811 | fi | |
43812 | ||
43813 | COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#" | |
43814 | if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then | |
43815 | COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="" | |
43816 | fi | |
43817 | ||
eb730a0c JS |
43818 | COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#" |
43819 | if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then | |
43820 | COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="" | |
43821 | fi | |
43822 | ||
a848cd7e SC |
43823 | COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#" |
43824 | if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then | |
43825 | COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="" | |
43826 | fi | |
43827 | ||
43828 | COND_PLATFORM_MACOSX_1="#" | |
43829 | if test "x$PLATFORM_MACOSX" = "x1" ; then | |
43830 | COND_PLATFORM_MACOSX_1="" | |
43831 | fi | |
43832 | ||
a30f955f VS |
43833 | COND_PLATFORM_MACOSX_1_TOOLKIT_="#" |
43834 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then | |
43835 | COND_PLATFORM_MACOSX_1_TOOLKIT_="" | |
43836 | fi | |
43837 | ||
a848cd7e SC |
43838 | COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#" |
43839 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then | |
43840 | COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="" | |
43841 | fi | |
43842 | ||
43843 | COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#" | |
43844 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then | |
43845 | COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="" | |
43846 | fi | |
43847 | ||
43848 | COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#" | |
43849 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then | |
43850 | COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="" | |
43851 | fi | |
43852 | ||
fc480dc1 DE |
43853 | COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="#" |
43854 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then | |
43855 | COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="" | |
43856 | fi | |
43857 | ||
1e9e8aba DE |
43858 | COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#" |
43859 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
43860 | COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="" | |
43861 | fi | |
43862 | ||
ebee3cd0 VS |
43863 | COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#" |
43864 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then | |
43865 | COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="" | |
43866 | fi | |
43867 | ||
43868 | COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#" | |
43869 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then | |
43870 | COND_PLATFORM_MACOSX_1_TOOLKIT_X11="" | |
43871 | fi | |
43872 | ||
a848cd7e SC |
43873 | COND_PLATFORM_MACOSX_1_USE_GUI_1="#" |
43874 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then | |
43875 | COND_PLATFORM_MACOSX_1_USE_GUI_1="" | |
43876 | fi | |
43877 | ||
43878 | COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#" | |
43879 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then | |
43880 | COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="" | |
43881 | fi | |
43882 | ||
b48a2016 DE |
43883 | COND_PLATFORM_MACOS_1="#" |
43884 | if test "x$PLATFORM_MACOS" = "x1" ; then | |
43885 | COND_PLATFORM_MACOS_1="" | |
43886 | fi | |
43887 | ||
083508af MW |
43888 | COND_PLATFORM_MAC_1="#" |
43889 | if test "x$PLATFORM_MAC" = "x1" ; then | |
43890 | COND_PLATFORM_MAC_1="" | |
43891 | fi | |
43892 | ||
83d8eb47 MW |
43893 | COND_PLATFORM_MSDOS_1="#" |
43894 | if test "x$PLATFORM_MSDOS" = "x1" ; then | |
43895 | COND_PLATFORM_MSDOS_1="" | |
43896 | fi | |
43897 | ||
a848cd7e SC |
43898 | COND_PLATFORM_OS2_1="#" |
43899 | if test "x$PLATFORM_OS2" = "x1" ; then | |
43900 | COND_PLATFORM_OS2_1="" | |
43901 | fi | |
43902 | ||
43903 | COND_PLATFORM_UNIX_0="#" | |
43904 | if test "x$PLATFORM_UNIX" = "x0" ; then | |
43905 | COND_PLATFORM_UNIX_0="" | |
43906 | fi | |
43907 | ||
43908 | COND_PLATFORM_UNIX_1="#" | |
43909 | if test "x$PLATFORM_UNIX" = "x1" ; then | |
43910 | COND_PLATFORM_UNIX_1="" | |
43911 | fi | |
43912 | ||
43913 | COND_PLATFORM_UNIX_1_USE_GUI_1="#" | |
43914 | if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then | |
43915 | COND_PLATFORM_UNIX_1_USE_GUI_1="" | |
43916 | fi | |
43917 | ||
43918 | COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#" | |
43919 | if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then | |
43920 | COND_PLATFORM_UNIX_1_USE_PLUGINS_0="" | |
43921 | fi | |
43922 | ||
43923 | COND_PLATFORM_WIN32_0="#" | |
43924 | if test "x$PLATFORM_WIN32" = "x0" ; then | |
43925 | COND_PLATFORM_WIN32_0="" | |
43926 | fi | |
43927 | ||
43928 | COND_PLATFORM_WIN32_1="#" | |
43929 | if test "x$PLATFORM_WIN32" = "x1" ; then | |
43930 | COND_PLATFORM_WIN32_1="" | |
43931 | fi | |
43932 | ||
43933 | COND_SHARED_0="#" | |
43934 | if test "x$SHARED" = "x0" ; then | |
43935 | COND_SHARED_0="" | |
43936 | fi | |
43937 | ||
083508af MW |
43938 | COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#" |
43939 | if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then | |
43940 | COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="" | |
43941 | fi | |
43942 | ||
43943 | COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#" | |
43944 | if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then | |
43945 | COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="" | |
43946 | fi | |
43947 | ||
43948 | COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#" | |
43949 | if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then | |
43950 | COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="" | |
43951 | fi | |
43952 | ||
a848cd7e SC |
43953 | COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#" |
43954 | if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then | |
43955 | COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="" | |
43956 | fi | |
43957 | ||
43958 | COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#" | |
43959 | if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then | |
43960 | COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="" | |
43961 | fi | |
43962 | ||
43963 | COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#" | |
43964 | if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then | |
43965 | COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="" | |
43966 | fi | |
43967 | ||
43968 | COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#" | |
43969 | if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then | |
43970 | COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="" | |
43971 | fi | |
43972 | ||
083508af MW |
43973 | COND_SHARED_0_USE_XRC_1="#" |
43974 | if test "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then | |
43975 | COND_SHARED_0_USE_XRC_1="" | |
43976 | fi | |
43977 | ||
a848cd7e SC |
43978 | COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#" |
43979 | if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then | |
43980 | COND_SHARED_0_WXUSE_EXPAT_BUILTIN="" | |
43981 | fi | |
43982 | ||
43983 | COND_SHARED_0_WXUSE_ODBC_BUILTIN="#" | |
43984 | if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then | |
43985 | COND_SHARED_0_WXUSE_ODBC_BUILTIN="" | |
43986 | fi | |
43987 | ||
43988 | COND_SHARED_0_WXUSE_REGEX_BUILTIN="#" | |
43989 | if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then | |
43990 | COND_SHARED_0_WXUSE_REGEX_BUILTIN="" | |
43991 | fi | |
43992 | ||
43993 | COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#" | |
43994 | if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then | |
43995 | COND_SHARED_0_WXUSE_ZLIB_BUILTIN="" | |
43996 | fi | |
43997 | ||
43998 | COND_SHARED_1="#" | |
43999 | if test "x$SHARED" = "x1" ; then | |
44000 | COND_SHARED_1="" | |
44001 | fi | |
44002 | ||
44003 | COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#" | |
44004 | if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then | |
44005 | COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="" | |
44006 | fi | |
44007 | ||
083508af MW |
44008 | COND_SHARED_1_USE_XRC_1="#" |
44009 | if test "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then | |
44010 | COND_SHARED_1_USE_XRC_1="" | |
44011 | fi | |
44012 | ||
a30f955f VS |
44013 | COND_TOOLKIT_="#" |
44014 | if test "x$TOOLKIT" = "x" ; then | |
44015 | COND_TOOLKIT_="" | |
44016 | fi | |
44017 | ||
a848cd7e SC |
44018 | COND_TOOLKIT_COCOA="#" |
44019 | if test "x$TOOLKIT" = "xCOCOA" ; then | |
44020 | COND_TOOLKIT_COCOA="" | |
44021 | fi | |
44022 | ||
a49baeab DE |
44023 | COND_TOOLKIT_COCOA_USE_GUI_1="#" |
44024 | if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then | |
44025 | COND_TOOLKIT_COCOA_USE_GUI_1="" | |
44026 | fi | |
44027 | ||
a848cd7e SC |
44028 | COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#" |
44029 | if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
44030 | COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="" | |
44031 | fi | |
44032 | ||
44033 | COND_TOOLKIT_GTK="#" | |
44034 | if test "x$TOOLKIT" = "xGTK" ; then | |
44035 | COND_TOOLKIT_GTK="" | |
44036 | fi | |
44037 | ||
44038 | COND_TOOLKIT_GTK_USE_GUI_1="#" | |
44039 | if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then | |
44040 | COND_TOOLKIT_GTK_USE_GUI_1="" | |
44041 | fi | |
44042 | ||
44043 | COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#" | |
44044 | if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
44045 | COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="" | |
44046 | fi | |
44047 | ||
44048 | COND_TOOLKIT_MAC="#" | |
44049 | if test "x$TOOLKIT" = "xMAC" ; then | |
44050 | COND_TOOLKIT_MAC="" | |
44051 | fi | |
44052 | ||
44053 | COND_TOOLKIT_MAC_USE_GUI_1="#" | |
44054 | if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then | |
44055 | COND_TOOLKIT_MAC_USE_GUI_1="" | |
44056 | fi | |
44057 | ||
44058 | COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#" | |
44059 | if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
44060 | COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="" | |
44061 | fi | |
44062 | ||
44063 | COND_TOOLKIT_MGL="#" | |
44064 | if test "x$TOOLKIT" = "xMGL" ; then | |
44065 | COND_TOOLKIT_MGL="" | |
44066 | fi | |
44067 | ||
44068 | COND_TOOLKIT_MGL_USE_GUI_1="#" | |
44069 | if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then | |
44070 | COND_TOOLKIT_MGL_USE_GUI_1="" | |
44071 | fi | |
44072 | ||
44073 | COND_TOOLKIT_MOTIF="#" | |
44074 | if test "x$TOOLKIT" = "xMOTIF" ; then | |
44075 | COND_TOOLKIT_MOTIF="" | |
44076 | fi | |
44077 | ||
44078 | COND_TOOLKIT_MOTIF_USE_GUI_1="#" | |
44079 | if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then | |
44080 | COND_TOOLKIT_MOTIF_USE_GUI_1="" | |
44081 | fi | |
44082 | ||
44083 | COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#" | |
44084 | if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
44085 | COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="" | |
44086 | fi | |
44087 | ||
44088 | COND_TOOLKIT_MSW="#" | |
44089 | if test "x$TOOLKIT" = "xMSW" ; then | |
44090 | COND_TOOLKIT_MSW="" | |
44091 | fi | |
44092 | ||
44093 | COND_TOOLKIT_MSW_USE_GUI_1="#" | |
44094 | if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then | |
44095 | COND_TOOLKIT_MSW_USE_GUI_1="" | |
44096 | fi | |
44097 | ||
44098 | COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#" | |
44099 | if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
44100 | COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="" | |
44101 | fi | |
44102 | ||
44103 | COND_TOOLKIT_PM="#" | |
44104 | if test "x$TOOLKIT" = "xPM" ; then | |
44105 | COND_TOOLKIT_PM="" | |
44106 | fi | |
44107 | ||
44108 | COND_TOOLKIT_PM_USE_GUI_1="#" | |
44109 | if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then | |
44110 | COND_TOOLKIT_PM_USE_GUI_1="" | |
44111 | fi | |
44112 | ||
44113 | COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#" | |
44114 | if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
44115 | COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="" | |
44116 | fi | |
44117 | ||
3fd9c298 DE |
44118 | COND_TOOLKIT_WINCE="#" |
44119 | if test "x$TOOLKIT" = "xWINCE" ; then | |
44120 | COND_TOOLKIT_WINCE="" | |
44121 | fi | |
44122 | ||
44123 | COND_TOOLKIT_WINCE_USE_GUI_1="#" | |
44124 | if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then | |
44125 | COND_TOOLKIT_WINCE_USE_GUI_1="" | |
44126 | fi | |
44127 | ||
44128 | COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#" | |
44129 | if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
44130 | COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="" | |
44131 | fi | |
44132 | ||
a848cd7e SC |
44133 | COND_TOOLKIT_X11="#" |
44134 | if test "x$TOOLKIT" = "xX11" ; then | |
44135 | COND_TOOLKIT_X11="" | |
44136 | fi | |
44137 | ||
44138 | COND_TOOLKIT_X11_USE_GUI_1="#" | |
44139 | if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then | |
44140 | COND_TOOLKIT_X11_USE_GUI_1="" | |
44141 | fi | |
44142 | ||
44143 | COND_UNICODE_1="#" | |
44144 | if test "x$UNICODE" = "x1" ; then | |
44145 | COND_UNICODE_1="" | |
44146 | fi | |
44147 | ||
44148 | COND_USE_EXCEPTIONS_0="#" | |
44149 | if test "x$USE_EXCEPTIONS" = "x0" ; then | |
44150 | COND_USE_EXCEPTIONS_0="" | |
44151 | fi | |
44152 | ||
44153 | COND_USE_EXCEPTIONS_1="#" | |
44154 | if test "x$USE_EXCEPTIONS" = "x1" ; then | |
44155 | COND_USE_EXCEPTIONS_1="" | |
44156 | fi | |
44157 | ||
44158 | COND_USE_GUI_0="#" | |
44159 | if test "x$USE_GUI" = "x0" ; then | |
44160 | COND_USE_GUI_0="" | |
44161 | fi | |
44162 | ||
44163 | COND_USE_GUI_1="#" | |
44164 | if test "x$USE_GUI" = "x1" ; then | |
44165 | COND_USE_GUI_1="" | |
44166 | fi | |
44167 | ||
44168 | COND_USE_GUI_1_WXUNIV_0="#" | |
44169 | if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
44170 | COND_USE_GUI_1_WXUNIV_0="" | |
44171 | fi | |
44172 | ||
44173 | COND_USE_GUI_1_WXUNIV_1="#" | |
44174 | if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then | |
44175 | COND_USE_GUI_1_WXUNIV_1="" | |
44176 | fi | |
44177 | ||
44178 | COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#" | |
44179 | if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then | |
44180 | COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="" | |
44181 | fi | |
44182 | ||
44183 | COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#" | |
44184 | if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then | |
44185 | COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="" | |
44186 | fi | |
44187 | ||
44188 | COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#" | |
44189 | if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then | |
44190 | COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="" | |
44191 | fi | |
44192 | ||
083508af MW |
44193 | COND_USE_ODBC_1="#" |
44194 | if test "x$USE_ODBC" = "x1" ; then | |
44195 | COND_USE_ODBC_1="" | |
44196 | fi | |
44197 | ||
44198 | COND_USE_OPENGL_1="#" | |
44199 | if test "x$USE_OPENGL" = "x1" ; then | |
44200 | COND_USE_OPENGL_1="" | |
44201 | fi | |
44202 | ||
a848cd7e SC |
44203 | COND_USE_PLUGINS_0="#" |
44204 | if test "x$USE_PLUGINS" = "x0" ; then | |
44205 | COND_USE_PLUGINS_0="" | |
44206 | fi | |
44207 | ||
0b78747f MW |
44208 | COND_USE_RTTI_0="#" |
44209 | if test "x$USE_RTTI" = "x0" ; then | |
44210 | COND_USE_RTTI_0="" | |
44211 | fi | |
44212 | ||
44213 | COND_USE_RTTI_1="#" | |
44214 | if test "x$USE_RTTI" = "x1" ; then | |
44215 | COND_USE_RTTI_1="" | |
44216 | fi | |
44217 | ||
a848cd7e SC |
44218 | COND_USE_SOSYMLINKS_1="#" |
44219 | if test "x$USE_SOSYMLINKS" = "x1" ; then | |
44220 | COND_USE_SOSYMLINKS_1="" | |
44221 | fi | |
44222 | ||
eb730a0c JS |
44223 | COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#" |
44224 | if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then | |
44225 | COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="" | |
44226 | fi | |
44227 | ||
a848cd7e SC |
44228 | COND_USE_SOVERLINUX_1="#" |
44229 | if test "x$USE_SOVERLINUX" = "x1" ; then | |
44230 | COND_USE_SOVERLINUX_1="" | |
44231 | fi | |
44232 | ||
44233 | COND_USE_SOVERSION_0="#" | |
44234 | if test "x$USE_SOVERSION" = "x0" ; then | |
44235 | COND_USE_SOVERSION_0="" | |
44236 | fi | |
44237 | ||
44238 | COND_USE_SOVERSOLARIS_1="#" | |
44239 | if test "x$USE_SOVERSOLARIS" = "x1" ; then | |
44240 | COND_USE_SOVERSOLARIS_1="" | |
44241 | fi | |
44242 | ||
0b78747f MW |
44243 | COND_USE_THREADS_0="#" |
44244 | if test "x$USE_THREADS" = "x0" ; then | |
44245 | COND_USE_THREADS_0="" | |
44246 | fi | |
44247 | ||
44248 | COND_USE_THREADS_1="#" | |
44249 | if test "x$USE_THREADS" = "x1" ; then | |
44250 | COND_USE_THREADS_1="" | |
44251 | fi | |
44252 | ||
a13a7f89 RL |
44253 | COND_USE_XRC_1="#" |
44254 | if test "x$USE_XRC" = "x1" ; then | |
44255 | COND_USE_XRC_1="" | |
44256 | fi | |
44257 | ||
eb730a0c JS |
44258 | COND_WINDOWS_IMPLIB_1="#" |
44259 | if test "x$WINDOWS_IMPLIB" = "x1" ; then | |
44260 | COND_WINDOWS_IMPLIB_1="" | |
44261 | fi | |
44262 | ||
a848cd7e SC |
44263 | COND_WITH_PLUGIN_SDL_1="#" |
44264 | if test "x$WITH_PLUGIN_SDL" = "x1" ; then | |
44265 | COND_WITH_PLUGIN_SDL_1="" | |
44266 | fi | |
44267 | ||
1e6eb025 VZ |
44268 | COND_WXUNIV_0="#" |
44269 | if test "x$WXUNIV" = "x0" ; then | |
44270 | COND_WXUNIV_0="" | |
44271 | fi | |
44272 | ||
a848cd7e SC |
44273 | COND_WXUNIV_1="#" |
44274 | if test "x$WXUNIV" = "x1" ; then | |
44275 | COND_WXUNIV_1="" | |
44276 | fi | |
44277 | ||
44278 | COND_WXUSE_EXPAT_BUILTIN="#" | |
44279 | if test "x$wxUSE_EXPAT" = "xbuiltin" ; then | |
44280 | COND_WXUSE_EXPAT_BUILTIN="" | |
44281 | fi | |
44282 | ||
44283 | COND_WXUSE_LIBJPEG_BUILTIN="#" | |
44284 | if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then | |
44285 | COND_WXUSE_LIBJPEG_BUILTIN="" | |
44286 | fi | |
44287 | ||
44288 | COND_WXUSE_LIBPNG_BUILTIN="#" | |
44289 | if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then | |
44290 | COND_WXUSE_LIBPNG_BUILTIN="" | |
44291 | fi | |
44292 | ||
44293 | COND_WXUSE_LIBTIFF_BUILTIN="#" | |
44294 | if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then | |
44295 | COND_WXUSE_LIBTIFF_BUILTIN="" | |
44296 | fi | |
44297 | ||
44298 | COND_WXUSE_ODBC_BUILTIN="#" | |
44299 | if test "x$wxUSE_ODBC" = "xbuiltin" ; then | |
44300 | COND_WXUSE_ODBC_BUILTIN="" | |
44301 | fi | |
44302 | ||
44303 | COND_WXUSE_REGEX_BUILTIN="#" | |
44304 | if test "x$wxUSE_REGEX" = "xbuiltin" ; then | |
44305 | COND_WXUSE_REGEX_BUILTIN="" | |
44306 | fi | |
44307 | ||
44308 | COND_WXUSE_ZLIB_BUILTIN="#" | |
44309 | if test "x$wxUSE_ZLIB" = "xbuiltin" ; then | |
44310 | COND_WXUSE_ZLIB_BUILTIN="" | |
44311 | fi | |
44312 | ||
44313 | ||
44314 | ||
810b94f0 MW |
44315 | if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then |
44316 | { { echo "$as_me:$LINENO: error: No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" >&5 | |
44317 | echo "$as_me: error: No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" >&2;} | |
44318 | { (exit 1); exit 1; }; } | |
44319 | fi | |
44320 | ||
2057db16 VS |
44321 | if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then |
44322 | { { echo "$as_me:$LINENO: error: Versions of Bakefile used to generate makefiles ($BAKEFILE_AUTOCONF_INC_M4_VERSION) and configure ($BAKEFILE_BAKEFILE_M4_VERSION) do not match." >&5 | |
44323 | echo "$as_me: error: Versions of Bakefile used to generate makefiles ($BAKEFILE_AUTOCONF_INC_M4_VERSION) and configure ($BAKEFILE_BAKEFILE_M4_VERSION) do not match." >&2;} | |
44324 | { (exit 1); exit 1; }; } | |
44325 | fi | |
44326 | ||
a848cd7e | 44327 | |
fb00f58d JS |
44328 | if test "$wxUSE_WINE" = "yes"; then |
44329 | RESCOMP=wrc | |
44330 | fi | |
44331 | ||
ceec2216 RL |
44332 | if test "$wxUSE_SHARED" = "yes"; then |
44333 | ||
44334 | sanitised_bakefile_mess=`echo "$SHARED_LD_CXX" | tr -d '()'` | |
44335 | EXE_LINKER=`eval echo "$sanitised_bakefile_mess"` | |
44336 | ||
5b674b9d DE |
44337 | case "${host}" in |
44338 | *-pc-os2_emx | *-pc-os2-emx ) | |
44339 | SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o" | |
44340 | SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o" | |
44341 | cp -p ${srcdir}/src/os2/dllnames.sh . | |
44342 | cp -p ${srcdir}/src/os2/dllar.sh . | |
44343 | ;; | |
44344 | esac | |
ceec2216 RL |
44345 | else |
44346 | ||
44347 | EXE_LINKER="$CXX -o" | |
44348 | ||
44349 | fi | |
69120ee4 VZ |
44350 | if test "$wxUSE_OMF" = "yes"; then |
44351 | case "${host}" in | |
44352 | *-pc-os2_emx | *-pc-os2-emx ) | |
44353 | LDFLAGS="$LDFLAGS -Zlinker /EXEPACK" | |
44354 | LDFLAGS_GUI="-Zlinker /PMTYPE:PM" | |
44355 | WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM" | |
44356 | ;; | |
44357 | esac | |
44358 | fi | |
a848cd7e | 44359 | |
ddd14b14 RR |
44360 | GCC_PRAGMA_FLAGS="" |
44361 | PCH_FLAGS="" | |
87dd70d3 | 44362 | |
c08ebc62 | 44363 | if test $GCC_PCH = 1 ; then |
ddd14b14 | 44364 | PCH_FLAGS="-DWX_PRECOMP" |
87ae5038 RR |
44365 | GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA" |
44366 | else | |
44367 | if test "$GCC" = yes; then | |
44368 | echo "$as_me:$LINENO: checking if this GCC version is >= 4.0 and needs -DNO_GCC_PRAGMA" >&5 | |
87dd70d3 | 44369 | echo $ECHO_N "checking if this GCC version is >= 4.0 and needs -DNO_GCC_PRAGMA... $ECHO_C" >&6 |
87ae5038 | 44370 | cat >conftest.$ac_ext <<_ACEOF |
87dd70d3 RR |
44371 | /* confdefs.h. */ |
44372 | _ACEOF | |
44373 | cat confdefs.h >>conftest.$ac_ext | |
44374 | cat >>conftest.$ac_ext <<_ACEOF | |
44375 | /* end confdefs.h. */ | |
44376 | ||
44377 | int | |
44378 | main () | |
44379 | { | |
44380 | #if (__GNUC__ < 4) | |
87ae5038 RR |
44381 | #error "Not GCC 4.0 or greater" |
44382 | #endif | |
87dd70d3 RR |
44383 | |
44384 | ; | |
44385 | return 0; | |
44386 | } | |
44387 | _ACEOF | |
44388 | rm -f conftest.$ac_objext | |
44389 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
44390 | (eval $ac_compile) 2>conftest.er1 | |
44391 | ac_status=$? | |
44392 | grep -v '^ *+' conftest.er1 >conftest.err | |
44393 | rm -f conftest.er1 | |
44394 | cat conftest.err >&5 | |
44395 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
44396 | (exit $ac_status); } && | |
6ebeb4c7 | 44397 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
87dd70d3 RR |
44398 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
44399 | (eval $ac_try) 2>&5 | |
44400 | ac_status=$? | |
44401 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
44402 | (exit $ac_status); }; } && | |
44403 | { ac_try='test -s conftest.$ac_objext' | |
44404 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
44405 | (eval $ac_try) 2>&5 | |
44406 | ac_status=$? | |
44407 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
44408 | (exit $ac_status); }; }; then | |
44409 | GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA" | |
87ae5038 | 44410 | echo "$as_me:$LINENO: result: yes" >&5 |
87dd70d3 RR |
44411 | echo "${ECHO_T}yes" >&6 |
44412 | else | |
44413 | echo "$as_me: failed program was:" >&5 | |
44414 | sed 's/^/| /' conftest.$ac_ext >&5 | |
44415 | ||
44416 | echo "$as_me:$LINENO: result: no" >&5 | |
44417 | echo "${ECHO_T}no" >&6 | |
87ae5038 | 44418 | case "${host}" in |
cfda0ea8 | 44419 | *-*-darwin* ) |
87ae5038 RR |
44420 | GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA" |
44421 | ;; | |
44422 | *-*-mingw32* ) | |
44423 | if test "$wxUSE_STL" = "yes" -o \ | |
ddd14b14 RR |
44424 | "$wxUSE_NO_EXCEPTIONS" != "yes" -o \ |
44425 | "$wxUSE_NO_RTTI" != "yes"; then | |
87ae5038 | 44426 | echo "$as_me:$LINENO: checking if this MinGW version needs -DNO_GCC_PRAGMA" >&5 |
ddd14b14 | 44427 | echo $ECHO_N "checking if this MinGW version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6 |
87ae5038 | 44428 | cat >conftest.$ac_ext <<_ACEOF |
ddd14b14 RR |
44429 | /* confdefs.h. */ |
44430 | _ACEOF | |
44431 | cat confdefs.h >>conftest.$ac_ext | |
44432 | cat >>conftest.$ac_ext <<_ACEOF | |
44433 | /* end confdefs.h. */ | |
44434 | ||
44435 | int | |
44436 | main () | |
44437 | { | |
44438 | #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2)) | |
87ae5038 RR |
44439 | #error "Not GCC 3.2 or greater" |
44440 | #endif | |
ddd14b14 RR |
44441 | |
44442 | ; | |
44443 | return 0; | |
44444 | } | |
44445 | _ACEOF | |
44446 | rm -f conftest.$ac_objext | |
44447 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
44448 | (eval $ac_compile) 2>conftest.er1 | |
44449 | ac_status=$? | |
44450 | grep -v '^ *+' conftest.er1 >conftest.err | |
44451 | rm -f conftest.er1 | |
44452 | cat conftest.err >&5 | |
44453 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
44454 | (exit $ac_status); } && | |
6ebeb4c7 | 44455 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ddd14b14 RR |
44456 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
44457 | (eval $ac_try) 2>&5 | |
44458 | ac_status=$? | |
44459 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
44460 | (exit $ac_status); }; } && | |
44461 | { ac_try='test -s conftest.$ac_objext' | |
44462 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
44463 | (eval $ac_try) 2>&5 | |
44464 | ac_status=$? | |
44465 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
44466 | (exit $ac_status); }; }; then | |
44467 | GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA" | |
87ae5038 | 44468 | echo "$as_me:$LINENO: result: yes" >&5 |
ddd14b14 RR |
44469 | echo "${ECHO_T}yes" >&6 |
44470 | else | |
44471 | echo "$as_me: failed program was:" >&5 | |
44472 | sed 's/^/| /' conftest.$ac_ext >&5 | |
44473 | ||
44474 | echo "$as_me:$LINENO: result: no" >&5 | |
44475 | echo "${ECHO_T}no" >&6 | |
3314e67b | 44476 | fi |
ddd14b14 | 44477 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
87ae5038 RR |
44478 | fi |
44479 | ;; | |
44480 | *-pc-os2_emx | *-pc-os2-emx ) | |
44481 | if test "$wxUSE_STL" = "yes"; then | |
44482 | echo "$as_me:$LINENO: checking if this gcc version needs -DNO_GCC_PRAGMA" >&5 | |
ddd14b14 | 44483 | echo $ECHO_N "checking if this gcc version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6 |
87ae5038 | 44484 | cat >conftest.$ac_ext <<_ACEOF |
ddd14b14 RR |
44485 | /* confdefs.h. */ |
44486 | _ACEOF | |
44487 | cat confdefs.h >>conftest.$ac_ext | |
44488 | cat >>conftest.$ac_ext <<_ACEOF | |
44489 | /* end confdefs.h. */ | |
44490 | ||
44491 | int | |
44492 | main () | |
44493 | { | |
44494 | #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2)) | |
87ae5038 RR |
44495 | #error "Not GCC 3.2 or greater" |
44496 | #endif | |
ddd14b14 RR |
44497 | |
44498 | ; | |
44499 | return 0; | |
44500 | } | |
44501 | _ACEOF | |
44502 | rm -f conftest.$ac_objext | |
44503 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
44504 | (eval $ac_compile) 2>conftest.er1 | |
44505 | ac_status=$? | |
44506 | grep -v '^ *+' conftest.er1 >conftest.err | |
44507 | rm -f conftest.er1 | |
44508 | cat conftest.err >&5 | |
44509 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
44510 | (exit $ac_status); } && | |
6ebeb4c7 | 44511 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ddd14b14 RR |
44512 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
44513 | (eval $ac_try) 2>&5 | |
44514 | ac_status=$? | |
44515 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
44516 | (exit $ac_status); }; } && | |
44517 | { ac_try='test -s conftest.$ac_objext' | |
44518 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
44519 | (eval $ac_try) 2>&5 | |
44520 | ac_status=$? | |
44521 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
44522 | (exit $ac_status); }; }; then | |
44523 | GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA" | |
87ae5038 | 44524 | echo "$as_me:$LINENO: result: yes" >&5 |
ddd14b14 RR |
44525 | echo "${ECHO_T}yes" >&6 |
44526 | else | |
44527 | echo "$as_me: failed program was:" >&5 | |
44528 | sed 's/^/| /' conftest.$ac_ext >&5 | |
bea8e651 | 44529 | |
ddd14b14 RR |
44530 | echo "$as_me:$LINENO: result: no" >&5 |
44531 | echo "${ECHO_T}no" >&6 | |
44532 | fi | |
44533 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
87ae5038 RR |
44534 | fi |
44535 | ;; | |
44536 | esac | |
44537 | ||
44538 | fi | |
44539 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
44540 | fi | |
ddd14b14 RR |
44541 | fi |
44542 | CPPFLAGS="$PCH_FLAGS $GCC_PRAGMA_FLAGS $CPPFLAGS" | |
a848cd7e SC |
44543 | |
44544 | ||
44545 | SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`" | |
44546 | ||
44547 | ||
44548 | ||
44549 | ||
44550 | ||
44551 | ||
44552 | ||
44553 | ||
44554 | ||
44555 | ||
44556 | ||
44557 | ||
44558 | ||
44559 | ||
44560 | ||
44561 | ||
44562 | ||
44563 | ||
44564 | ||
44565 | ||
44566 | ||
44567 | ||
44568 | ||
44569 | ||
44570 | ||
44571 | ||
44572 | ||
44573 | ||
44574 | ||
44575 | ||
44576 | ||
44577 | ||
44578 | ||
44579 | ||
44580 | ||
44581 | ||
44582 | ||
44583 | ||
44584 | ||
44585 | ||
44586 | ||
44587 | ||
a848cd7e SC |
44588 | |
44589 | ||
44590 | ||
44591 | ||
44592 | ||
44593 | ||
44594 | ||
44595 | ||
44596 | ||
44597 | ||
44598 | ||
44599 | ||
44600 | ||
44601 | ||
44602 | ||
44603 | ||
44604 | ||
44605 | ||
ddd14b14 | 44606 | |
a848cd7e SC |
44607 | |
44608 | ||
44609 | echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 | |
44610 | echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 | |
ac1cb8d3 | 44611 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` |
a848cd7e SC |
44612 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then |
44613 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
44614 | else | |
44615 | cat >conftest.make <<\_ACEOF | |
44616 | all: | |
44617 | @echo 'ac_maketemp="$(MAKE)"' | |
44618 | _ACEOF | |
44619 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
44620 | eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` | |
44621 | if test -n "$ac_maketemp"; then | |
44622 | eval ac_cv_prog_make_${ac_make}_set=yes | |
44623 | else | |
44624 | eval ac_cv_prog_make_${ac_make}_set=no | |
44625 | fi | |
44626 | rm -f conftest.make | |
44627 | fi | |
44628 | if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | |
44629 | echo "$as_me:$LINENO: result: yes" >&5 | |
44630 | echo "${ECHO_T}yes" >&6 | |
44631 | SET_MAKE= | |
44632 | else | |
44633 | echo "$as_me:$LINENO: result: no" >&5 | |
44634 | echo "${ECHO_T}no" >&6 | |
44635 | SET_MAKE="MAKE=${MAKE-make}" | |
44636 | fi | |
44637 | ||
44638 | ||
a848cd7e | 44639 | |
ceec2216 RL |
44640 | ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" |
44641 | ||
a848cd7e | 44642 | |
ceec2216 | 44643 | ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" |
a848cd7e | 44644 | |
a848cd7e | 44645 | |
ceec2216 | 44646 | ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" |
a848cd7e | 44647 | |
ceec2216 RL |
44648 | |
44649 | ac_config_files="$ac_config_files version-script Makefile" | |
44650 | ||
44651 | ||
44652 | ac_config_commands="$ac_config_commands wx-config | |
44653 | " | |
a848cd7e SC |
44654 | |
44655 | ||
9103d280 RL |
44656 | |
44657 | ||
a848cd7e SC |
44658 | if test "$wxUSE_GUI" = "yes"; then |
44659 | SUBDIRS="samples demos utils contrib" | |
44660 | else SUBDIRS="samples utils" | |
44661 | fi | |
44662 | ||
44663 | ||
44664 | ||
44665 | # Check whether --with-cppunit-prefix or --without-cppunit-prefix was given. | |
44666 | if test "${with_cppunit_prefix+set}" = set; then | |
44667 | withval="$with_cppunit_prefix" | |
44668 | cppunit_config_prefix="$withval" | |
44669 | else | |
44670 | cppunit_config_prefix="" | |
44671 | fi; | |
44672 | ||
44673 | # Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given. | |
44674 | if test "${with_cppunit_exec_prefix+set}" = set; then | |
44675 | withval="$with_cppunit_exec_prefix" | |
44676 | cppunit_config_exec_prefix="$withval" | |
44677 | else | |
44678 | cppunit_config_exec_prefix="" | |
44679 | fi; | |
44680 | ||
44681 | if test x$cppunit_config_exec_prefix != x ; then | |
44682 | cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix" | |
44683 | if test x${CPPUNIT_CONFIG+set} != xset ; then | |
44684 | CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config | |
44685 | fi | |
44686 | fi | |
44687 | if test x$cppunit_config_prefix != x ; then | |
44688 | cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix" | |
44689 | if test x${CPPUNIT_CONFIG+set} != xset ; then | |
44690 | CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config | |
44691 | fi | |
44692 | fi | |
44693 | ||
44694 | # Extract the first word of "cppunit-config", so it can be a program name with args. | |
44695 | set dummy cppunit-config; ac_word=$2 | |
44696 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
44697 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
44698 | if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then | |
44699 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
44700 | else | |
44701 | case $CPPUNIT_CONFIG in | |
44702 | [\\/]* | ?:[\\/]*) | |
44703 | ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path. | |
44704 | ;; | |
44705 | *) | |
44706 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
44707 | for as_dir in $PATH | |
44708 | do | |
44709 | IFS=$as_save_IFS | |
44710 | test -z "$as_dir" && as_dir=. | |
44711 | for ac_exec_ext in '' $ac_executable_extensions; do | |
44712 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
44713 | ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
44714 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
44715 | break 2 | |
44716 | fi | |
44717 | done | |
44718 | done | |
44719 | ||
44720 | test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no" | |
44721 | ;; | |
44722 | esac | |
44723 | fi | |
44724 | CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG | |
44725 | ||
44726 | if test -n "$CPPUNIT_CONFIG"; then | |
44727 | echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5 | |
44728 | echo "${ECHO_T}$CPPUNIT_CONFIG" >&6 | |
44729 | else | |
44730 | echo "$as_me:$LINENO: result: no" >&5 | |
44731 | echo "${ECHO_T}no" >&6 | |
44732 | fi | |
44733 | ||
44734 | cppunit_version_min=1.8.0 | |
44735 | ||
44736 | echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5 | |
44737 | echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6 | |
44738 | no_cppunit="" | |
44739 | if test "$CPPUNIT_CONFIG" = "no" ; then | |
44740 | no_cppunit=yes | |
44741 | else | |
44742 | CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags` | |
44743 | CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs` | |
44744 | cppunit_version=`$CPPUNIT_CONFIG --version` | |
44745 | ||
44746 | cppunit_major_version=`echo $cppunit_version | \ | |
44747 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
44748 | cppunit_minor_version=`echo $cppunit_version | \ | |
44749 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
44750 | cppunit_micro_version=`echo $cppunit_version | \ | |
44751 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
44752 | ||
44753 | cppunit_major_min=`echo $cppunit_version_min | \ | |
44754 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
44755 | cppunit_minor_min=`echo $cppunit_version_min | \ | |
44756 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
44757 | cppunit_micro_min=`echo $cppunit_version_min | \ | |
44758 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
44759 | ||
44760 | cppunit_version_proper=`expr \ | |
44761 | $cppunit_major_version \> $cppunit_major_min \| \ | |
44762 | $cppunit_major_version \= $cppunit_major_min \& \ | |
44763 | $cppunit_minor_version \> $cppunit_minor_min \| \ | |
44764 | $cppunit_major_version \= $cppunit_major_min \& \ | |
44765 | $cppunit_minor_version \= $cppunit_minor_min \& \ | |
44766 | $cppunit_micro_version \>= $cppunit_micro_min ` | |
44767 | ||
44768 | if test "$cppunit_version_proper" = "1" ; then | |
44769 | echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5 | |
44770 | echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6 | |
44771 | else | |
44772 | echo "$as_me:$LINENO: result: no" >&5 | |
44773 | echo "${ECHO_T}no" >&6 | |
44774 | no_cppunit=yes | |
44775 | fi | |
44776 | fi | |
44777 | ||
44778 | if test "x$no_cppunit" = x ; then | |
c2218763 | 44779 | SUBDIRS="$SUBDIRS tests" |
a848cd7e SC |
44780 | else |
44781 | CPPUNIT_CFLAGS="" | |
44782 | CPPUNIT_LIBS="" | |
c2218763 | 44783 | : |
a848cd7e SC |
44784 | fi |
44785 | ||
44786 | ||
44787 | ||
44788 | ||
44789 | ||
44790 | for subdir in `echo $SUBDIRS`; do | |
44791 | if test -d ${srcdir}/${subdir} ; then | |
44792 | if test "$wxUSE_GUI" = "yes"; then | |
44793 | if test ${subdir} = "samples"; then | |
44794 | makefiles="samples/Makefile.in $makefiles" | |
44795 | for sample in `echo $SAMPLES_SUBDIRS`; do | |
44796 | if test -d $srcdir/samples/$sample; then | |
44797 | makefiles="samples/$sample/Makefile.in $makefiles" | |
44798 | fi | |
44799 | done | |
9c112555 MW |
44800 | else |
44801 | disabled_var=DISABLED_`echo $subdir | tr [a-z] [A-Z]`; | |
44802 | eval "disabled=\$$disabled_var" | |
44803 | disabled=/`echo X $disabled | sed 's@ @/|/@g'`/ | |
44804 | makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | egrep -v "$disabled"` | |
a848cd7e SC |
44805 | fi |
44806 | else if test ${subdir} = "samples"; then | |
44807 | makefiles="samples/Makefile.in samples/console/Makefile.in" | |
44808 | elif test ${subdir} = "utils"; then | |
6537ccf8 VS |
44809 | makefiles="" |
44810 | for util in HelpGen tex2rtf ; do | |
44811 | if test -d $srcdir/utils/$util ; then | |
44812 | makefiles="utils/$util/Makefile.in \ | |
44813 | utils/$util/src/Makefile.in \ | |
44814 | $makefiles" | |
44815 | fi | |
44816 | done | |
a848cd7e SC |
44817 | else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)` |
44818 | fi | |
44819 | fi | |
44820 | ||
44821 | for mkin in $makefiles ; do | |
44822 | mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'` | |
44823 | ac_config_files="$ac_config_files $mk" | |
44824 | ||
44825 | done | |
44826 | fi | |
44827 | done | |
44828 | ||
44829 | ||
44830 | cat >confcache <<\_ACEOF | |
44831 | # This file is a shell script that caches the results of configure | |
44832 | # tests run on this system so they can be shared between configure | |
44833 | # scripts and configure runs, see configure's option --config-cache. | |
44834 | # It is not useful on other systems. If it contains results you don't | |
44835 | # want to keep, you may remove or edit it. | |
44836 | # | |
44837 | # config.status only pays attention to the cache file if you give it | |
44838 | # the --recheck option to rerun configure. | |
44839 | # | |
44840 | # `ac_cv_env_foo' variables (set or unset) will be overridden when | |
44841 | # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
44842 | # following values. | |
44843 | ||
44844 | _ACEOF | |
44845 | ||
44846 | # The following way of writing the cache mishandles newlines in values, | |
44847 | # but we know of no workaround that is simple, portable, and efficient. | |
44848 | # So, don't put newlines in cache variables' values. | |
44849 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
44850 | # and sets the high bit in the cache file unless we assign to the vars. | |
44851 | { | |
44852 | (set) 2>&1 | | |
44853 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
44854 | *ac_space=\ *) | |
44855 | # `set' does not quote correctly, so add quotes (double-quote | |
44856 | # substitution turns \\\\ into \\, and sed turns \\ into \). | |
44857 | sed -n \ | |
ac1cb8d3 VS |
44858 | "s/'/'\\\\''/g; |
44859 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
a848cd7e SC |
44860 | ;; |
44861 | *) | |
44862 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
44863 | sed -n \ | |
ac1cb8d3 | 44864 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" |
a848cd7e SC |
44865 | ;; |
44866 | esac; | |
44867 | } | | |
44868 | sed ' | |
44869 | t clear | |
44870 | : clear | |
44871 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ | |
44872 | t end | |
44873 | /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | |
44874 | : end' >>confcache | |
44875 | if diff $cache_file confcache >/dev/null 2>&1; then :; else | |
44876 | if test -w $cache_file; then | |
44877 | test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" | |
44878 | cat confcache >$cache_file | |
44879 | else | |
44880 | echo "not updating unwritable cache $cache_file" | |
44881 | fi | |
44882 | fi | |
44883 | rm -f confcache | |
44884 | ||
44885 | test "x$prefix" = xNONE && prefix=$ac_default_prefix | |
44886 | # Let make expand exec_prefix. | |
44887 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
44888 | ||
44889 | # VPATH may cause trouble with some makes, so we remove $(srcdir), | |
44890 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | |
44891 | # trailing colons and then remove the whole line if VPATH becomes empty | |
44892 | # (actually we leave an empty line to preserve line numbers). | |
44893 | if test "x$srcdir" = x.; then | |
ac1cb8d3 | 44894 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
a848cd7e SC |
44895 | s/:*\$(srcdir):*/:/; |
44896 | s/:*\${srcdir}:*/:/; | |
44897 | s/:*@srcdir@:*/:/; | |
ac1cb8d3 | 44898 | s/^\([^=]*=[ ]*\):*/\1/; |
a848cd7e | 44899 | s/:*$//; |
ac1cb8d3 | 44900 | s/^[^=]*=[ ]*$//; |
a848cd7e SC |
44901 | }' |
44902 | fi | |
44903 | ||
44904 | DEFS=-DHAVE_CONFIG_H | |
44905 | ||
44906 | ac_libobjs= | |
44907 | ac_ltlibobjs= | |
44908 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | |
44909 | # 1. Remove the extension, and $U if already installed. | |
44910 | ac_i=`echo "$ac_i" | | |
ac1cb8d3 | 44911 | sed 's/\$U\././;s/\.o$//;s/\.obj$//'` |
a848cd7e SC |
44912 | # 2. Add them. |
44913 | ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" | |
44914 | ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' | |
44915 | done | |
44916 | LIBOBJS=$ac_libobjs | |
44917 | ||
44918 | LTLIBOBJS=$ac_ltlibobjs | |
44919 | ||
44920 | ||
44921 | ||
44922 | : ${CONFIG_STATUS=./config.status} | |
44923 | ac_clean_files_save=$ac_clean_files | |
44924 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | |
44925 | { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 | |
44926 | echo "$as_me: creating $CONFIG_STATUS" >&6;} | |
44927 | cat >$CONFIG_STATUS <<_ACEOF | |
44928 | #! $SHELL | |
44929 | # Generated by $as_me. | |
44930 | # Run this file to recreate the current configuration. | |
44931 | # Compiler output produced by configure, useful for debugging | |
44932 | # configure, is in config.log if it exists. | |
44933 | ||
44934 | debug=false | |
44935 | ac_cs_recheck=false | |
44936 | ac_cs_silent=false | |
44937 | SHELL=\${CONFIG_SHELL-$SHELL} | |
44938 | _ACEOF | |
44939 | ||
44940 | cat >>$CONFIG_STATUS <<\_ACEOF | |
44941 | ## --------------------- ## | |
44942 | ## M4sh Initialization. ## | |
44943 | ## --------------------- ## | |
44944 | ||
44945 | # Be Bourne compatible | |
44946 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | |
44947 | emulate sh | |
44948 | NULLCMD=: | |
44949 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | |
44950 | # is contrary to our usage. Disable this feature. | |
44951 | alias -g '${1+"$@"}'='"$@"' | |
44952 | elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then | |
44953 | set -o posix | |
44954 | fi | |
ac1cb8d3 | 44955 | DUALCASE=1; export DUALCASE # for MKS sh |
a848cd7e SC |
44956 | |
44957 | # Support unset when possible. | |
ac1cb8d3 | 44958 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
a848cd7e SC |
44959 | as_unset=unset |
44960 | else | |
44961 | as_unset=false | |
44962 | fi | |
44963 | ||
44964 | ||
44965 | # Work around bugs in pre-3.0 UWIN ksh. | |
44966 | $as_unset ENV MAIL MAILPATH | |
44967 | PS1='$ ' | |
44968 | PS2='> ' | |
44969 | PS4='+ ' | |
44970 | ||
44971 | # NLS nuisances. | |
44972 | for as_var in \ | |
44973 | LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ | |
44974 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ | |
44975 | LC_TELEPHONE LC_TIME | |
44976 | do | |
ac1cb8d3 | 44977 | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
a848cd7e SC |
44978 | eval $as_var=C; export $as_var |
44979 | else | |
44980 | $as_unset $as_var | |
44981 | fi | |
44982 | done | |
44983 | ||
44984 | # Required to use basename. | |
44985 | if expr a : '\(a\)' >/dev/null 2>&1; then | |
44986 | as_expr=expr | |
44987 | else | |
44988 | as_expr=false | |
44989 | fi | |
44990 | ||
44991 | if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then | |
44992 | as_basename=basename | |
44993 | else | |
44994 | as_basename=false | |
44995 | fi | |
44996 | ||
44997 | ||
44998 | # Name of the executable. | |
44999 | as_me=`$as_basename "$0" || | |
45000 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | |
45001 | X"$0" : 'X\(//\)$' \| \ | |
45002 | X"$0" : 'X\(/\)$' \| \ | |
45003 | . : '\(.\)' 2>/dev/null || | |
45004 | echo X/"$0" | | |
45005 | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } | |
45006 | /^X\/\(\/\/\)$/{ s//\1/; q; } | |
45007 | /^X\/\(\/\).*/{ s//\1/; q; } | |
45008 | s/.*/./; q'` | |
45009 | ||
45010 | ||
45011 | # PATH needs CR, and LINENO needs CR and PATH. | |
45012 | # Avoid depending upon Character Ranges. | |
45013 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
45014 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
45015 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
45016 | as_cr_digits='0123456789' | |
45017 | as_cr_alnum=$as_cr_Letters$as_cr_digits | |
45018 | ||
45019 | # The user is always right. | |
45020 | if test "${PATH_SEPARATOR+set}" != set; then | |
45021 | echo "#! /bin/sh" >conf$$.sh | |
45022 | echo "exit 0" >>conf$$.sh | |
45023 | chmod +x conf$$.sh | |
45024 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
45025 | PATH_SEPARATOR=';' | |
45026 | else | |
45027 | PATH_SEPARATOR=: | |
45028 | fi | |
45029 | rm -f conf$$.sh | |
45030 | fi | |
45031 | ||
45032 | ||
45033 | as_lineno_1=$LINENO | |
45034 | as_lineno_2=$LINENO | |
45035 | as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` | |
45036 | test "x$as_lineno_1" != "x$as_lineno_2" && | |
45037 | test "x$as_lineno_3" = "x$as_lineno_2" || { | |
45038 | # Find who we are. Look in the path if we contain no path at all | |
45039 | # relative or not. | |
45040 | case $0 in | |
45041 | *[\\/]* ) as_myself=$0 ;; | |
45042 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
45043 | for as_dir in $PATH | |
45044 | do | |
45045 | IFS=$as_save_IFS | |
45046 | test -z "$as_dir" && as_dir=. | |
45047 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | |
45048 | done | |
45049 | ||
45050 | ;; | |
45051 | esac | |
45052 | # We did not find ourselves, most probably we were run as `sh COMMAND' | |
45053 | # in which case we are not to be found in the path. | |
45054 | if test "x$as_myself" = x; then | |
45055 | as_myself=$0 | |
45056 | fi | |
45057 | if test ! -f "$as_myself"; then | |
45058 | { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 | |
45059 | echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} | |
45060 | { (exit 1); exit 1; }; } | |
45061 | fi | |
45062 | case $CONFIG_SHELL in | |
45063 | '') | |
45064 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
45065 | for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH | |
45066 | do | |
45067 | IFS=$as_save_IFS | |
45068 | test -z "$as_dir" && as_dir=. | |
45069 | for as_base in sh bash ksh sh5; do | |
45070 | case $as_dir in | |
45071 | /*) | |
45072 | if ("$as_dir/$as_base" -c ' | |
45073 | as_lineno_1=$LINENO | |
45074 | as_lineno_2=$LINENO | |
45075 | as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` | |
45076 | test "x$as_lineno_1" != "x$as_lineno_2" && | |
45077 | test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then | |
45078 | $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } | |
45079 | $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } | |
45080 | CONFIG_SHELL=$as_dir/$as_base | |
45081 | export CONFIG_SHELL | |
45082 | exec "$CONFIG_SHELL" "$0" ${1+"$@"} | |
45083 | fi;; | |
45084 | esac | |
45085 | done | |
45086 | done | |
45087 | ;; | |
45088 | esac | |
45089 | ||
45090 | # Create $as_me.lineno as a copy of $as_myself, but with $LINENO | |
45091 | # uniformly replaced by the line number. The first 'sed' inserts a | |
45092 | # line-number line before each line; the second 'sed' does the real | |
45093 | # work. The second script uses 'N' to pair each line-number line | |
45094 | # with the numbered line, and appends trailing '-' during | |
45095 | # substitution so that $LINENO is not a special case at line end. | |
45096 | # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the | |
45097 | # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) | |
45098 | sed '=' <$as_myself | | |
45099 | sed ' | |
45100 | N | |
45101 | s,$,-, | |
45102 | : loop | |
45103 | s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, | |
45104 | t loop | |
45105 | s,-$,, | |
45106 | s,^['$as_cr_digits']*\n,, | |
45107 | ' >$as_me.lineno && | |
45108 | chmod +x $as_me.lineno || | |
45109 | { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 | |
45110 | echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} | |
45111 | { (exit 1); exit 1; }; } | |
45112 | ||
45113 | # Don't try to exec as it changes $[0], causing all sort of problems | |
45114 | # (the dirname of $[0] is not the place where we might find the | |
45115 | # original and so on. Autoconf is especially sensible to this). | |
45116 | . ./$as_me.lineno | |
45117 | # Exit status is that of the last command. | |
45118 | exit | |
45119 | } | |
45120 | ||
45121 | ||
45122 | case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in | |
45123 | *c*,-n*) ECHO_N= ECHO_C=' | |
45124 | ' ECHO_T=' ' ;; | |
45125 | *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; | |
45126 | *) ECHO_N= ECHO_C='\c' ECHO_T= ;; | |
45127 | esac | |
45128 | ||
45129 | if expr a : '\(a\)' >/dev/null 2>&1; then | |
45130 | as_expr=expr | |
45131 | else | |
45132 | as_expr=false | |
45133 | fi | |
45134 | ||
45135 | rm -f conf$$ conf$$.exe conf$$.file | |
45136 | echo >conf$$.file | |
45137 | if ln -s conf$$.file conf$$ 2>/dev/null; then | |
45138 | # We could just check for DJGPP; but this test a) works b) is more generic | |
45139 | # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). | |
45140 | if test -f conf$$.exe; then | |
45141 | # Don't use ln at all; we don't have any links | |
45142 | as_ln_s='cp -p' | |
45143 | else | |
45144 | as_ln_s='ln -s' | |
45145 | fi | |
45146 | elif ln conf$$.file conf$$ 2>/dev/null; then | |
45147 | as_ln_s=ln | |
45148 | else | |
45149 | as_ln_s='cp -p' | |
45150 | fi | |
45151 | rm -f conf$$ conf$$.exe conf$$.file | |
45152 | ||
45153 | if mkdir -p . 2>/dev/null; then | |
45154 | as_mkdir_p=: | |
45155 | else | |
ac1cb8d3 | 45156 | test -d ./-p && rmdir ./-p |
a848cd7e SC |
45157 | as_mkdir_p=false |
45158 | fi | |
45159 | ||
45160 | as_executable_p="test -f" | |
45161 | ||
45162 | # Sed expression to map a string onto a valid CPP name. | |
ac1cb8d3 | 45163 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
a848cd7e SC |
45164 | |
45165 | # Sed expression to map a string onto a valid variable name. | |
ac1cb8d3 | 45166 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
a848cd7e SC |
45167 | |
45168 | ||
45169 | # IFS | |
45170 | # We need space, tab and new line, in precisely that order. | |
45171 | as_nl=' | |
45172 | ' | |
45173 | IFS=" $as_nl" | |
45174 | ||
45175 | # CDPATH. | |
45176 | $as_unset CDPATH | |
45177 | ||
45178 | exec 6>&1 | |
45179 | ||
45180 | # Open the log real soon, to keep \$[0] and so on meaningful, and to | |
45181 | # report actual input values of CONFIG_FILES etc. instead of their | |
45182 | # values after options handling. Logging --version etc. is OK. | |
45183 | exec 5>>config.log | |
45184 | { | |
45185 | echo | |
45186 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX | |
45187 | ## Running $as_me. ## | |
45188 | _ASBOX | |
45189 | } >&5 | |
45190 | cat >&5 <<_CSEOF | |
45191 | ||
eb730a0c | 45192 | This file was extended by wxWidgets $as_me 2.6.2, which was |
ac1cb8d3 | 45193 | generated by GNU Autoconf 2.59. Invocation command line was |
a848cd7e SC |
45194 | |
45195 | CONFIG_FILES = $CONFIG_FILES | |
45196 | CONFIG_HEADERS = $CONFIG_HEADERS | |
45197 | CONFIG_LINKS = $CONFIG_LINKS | |
45198 | CONFIG_COMMANDS = $CONFIG_COMMANDS | |
45199 | $ $0 $@ | |
45200 | ||
45201 | _CSEOF | |
45202 | echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 | |
45203 | echo >&5 | |
45204 | _ACEOF | |
45205 | ||
45206 | # Files that config.status was made for. | |
45207 | if test -n "$ac_config_files"; then | |
45208 | echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS | |
45209 | fi | |
45210 | ||
45211 | if test -n "$ac_config_headers"; then | |
45212 | echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS | |
45213 | fi | |
45214 | ||
45215 | if test -n "$ac_config_links"; then | |
45216 | echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS | |
45217 | fi | |
45218 | ||
45219 | if test -n "$ac_config_commands"; then | |
45220 | echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS | |
45221 | fi | |
45222 | ||
45223 | cat >>$CONFIG_STATUS <<\_ACEOF | |
45224 | ||
45225 | ac_cs_usage="\ | |
45226 | \`$as_me' instantiates files from templates according to the | |
45227 | current configuration. | |
45228 | ||
45229 | Usage: $0 [OPTIONS] [FILE]... | |
45230 | ||
45231 | -h, --help print this help, then exit | |
45232 | -V, --version print version number, then exit | |
45233 | -q, --quiet do not print progress messages | |
45234 | -d, --debug don't remove temporary files | |
45235 | --recheck update $as_me by reconfiguring in the same conditions | |
45236 | --file=FILE[:TEMPLATE] | |
ac1cb8d3 | 45237 | instantiate the configuration file FILE |
a848cd7e | 45238 | --header=FILE[:TEMPLATE] |
ac1cb8d3 | 45239 | instantiate the configuration header FILE |
a848cd7e SC |
45240 | |
45241 | Configuration files: | |
45242 | $config_files | |
45243 | ||
45244 | Configuration headers: | |
45245 | $config_headers | |
45246 | ||
45247 | Configuration commands: | |
45248 | $config_commands | |
45249 | ||
45250 | Report bugs to <bug-autoconf@gnu.org>." | |
45251 | _ACEOF | |
45252 | ||
45253 | cat >>$CONFIG_STATUS <<_ACEOF | |
45254 | ac_cs_version="\\ | |
eb730a0c | 45255 | wxWidgets config.status 2.6.2 |
ac1cb8d3 | 45256 | configured by $0, generated by GNU Autoconf 2.59, |
a848cd7e SC |
45257 | with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" |
45258 | ||
ac1cb8d3 | 45259 | Copyright (C) 2003 Free Software Foundation, Inc. |
a848cd7e SC |
45260 | This config.status script is free software; the Free Software Foundation |
45261 | gives unlimited permission to copy, distribute and modify it." | |
45262 | srcdir=$srcdir | |
45263 | INSTALL="$INSTALL" | |
45264 | _ACEOF | |
45265 | ||
45266 | cat >>$CONFIG_STATUS <<\_ACEOF | |
45267 | # If no file are specified by the user, then we need to provide default | |
45268 | # value. By we need to know if files were specified by the user. | |
45269 | ac_need_defaults=: | |
45270 | while test $# != 0 | |
45271 | do | |
45272 | case $1 in | |
45273 | --*=*) | |
45274 | ac_option=`expr "x$1" : 'x\([^=]*\)='` | |
45275 | ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` | |
45276 | ac_shift=: | |
45277 | ;; | |
45278 | -*) | |
45279 | ac_option=$1 | |
45280 | ac_optarg=$2 | |
45281 | ac_shift=shift | |
45282 | ;; | |
45283 | *) # This is not an option, so the user has probably given explicit | |
45284 | # arguments. | |
45285 | ac_option=$1 | |
45286 | ac_need_defaults=false;; | |
45287 | esac | |
45288 | ||
45289 | case $ac_option in | |
45290 | # Handling of the options. | |
45291 | _ACEOF | |
45292 | cat >>$CONFIG_STATUS <<\_ACEOF | |
45293 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | |
45294 | ac_cs_recheck=: ;; | |
45295 | --version | --vers* | -V ) | |
45296 | echo "$ac_cs_version"; exit 0 ;; | |
45297 | --he | --h) | |
45298 | # Conflict between --help and --header | |
45299 | { { echo "$as_me:$LINENO: error: ambiguous option: $1 | |
45300 | Try \`$0 --help' for more information." >&5 | |
45301 | echo "$as_me: error: ambiguous option: $1 | |
45302 | Try \`$0 --help' for more information." >&2;} | |
45303 | { (exit 1); exit 1; }; };; | |
45304 | --help | --hel | -h ) | |
45305 | echo "$ac_cs_usage"; exit 0 ;; | |
45306 | --debug | --d* | -d ) | |
45307 | debug=: ;; | |
45308 | --file | --fil | --fi | --f ) | |
45309 | $ac_shift | |
45310 | CONFIG_FILES="$CONFIG_FILES $ac_optarg" | |
45311 | ac_need_defaults=false;; | |
45312 | --header | --heade | --head | --hea ) | |
45313 | $ac_shift | |
45314 | CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" | |
45315 | ac_need_defaults=false;; | |
45316 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
45317 | | -silent | --silent | --silen | --sile | --sil | --si | --s) | |
45318 | ac_cs_silent=: ;; | |
45319 | ||
45320 | # This is an error. | |
45321 | -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 | |
45322 | Try \`$0 --help' for more information." >&5 | |
45323 | echo "$as_me: error: unrecognized option: $1 | |
45324 | Try \`$0 --help' for more information." >&2;} | |
45325 | { (exit 1); exit 1; }; } ;; | |
45326 | ||
45327 | *) ac_config_targets="$ac_config_targets $1" ;; | |
45328 | ||
45329 | esac | |
45330 | shift | |
45331 | done | |
45332 | ||
45333 | ac_configure_extra_args= | |
45334 | ||
45335 | if $ac_cs_silent; then | |
45336 | exec 6>/dev/null | |
45337 | ac_configure_extra_args="$ac_configure_extra_args --silent" | |
45338 | fi | |
45339 | ||
45340 | _ACEOF | |
45341 | cat >>$CONFIG_STATUS <<_ACEOF | |
45342 | if \$ac_cs_recheck; then | |
45343 | echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 | |
45344 | exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion | |
45345 | fi | |
45346 | ||
45347 | _ACEOF | |
45348 | ||
45349 | cat >>$CONFIG_STATUS <<_ACEOF | |
45350 | # | |
45351 | # INIT-COMMANDS section. | |
45352 | # | |
45353 | ||
ceec2216 RL |
45354 | TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}" |
45355 | TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}" | |
45356 | TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}" | |
45357 | LN_S="${LN_S}" | |
a848cd7e SC |
45358 | |
45359 | ||
45360 | _ACEOF | |
45361 | ||
45362 | ||
45363 | ||
45364 | cat >>$CONFIG_STATUS <<\_ACEOF | |
45365 | for ac_config_target in $ac_config_targets | |
45366 | do | |
45367 | case "$ac_config_target" in | |
45368 | # Handling of arguments. | |
ceec2216 RL |
45369 | "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;; |
45370 | "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;; | |
a848cd7e SC |
45371 | "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;; |
45372 | "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; | |
45373 | "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;; | |
ceec2216 RL |
45374 | "wx-config" ) CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;; |
45375 | "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h" ) CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;; | |
a848cd7e SC |
45376 | *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |
45377 | echo "$as_me: error: invalid argument: $ac_config_target" >&2;} | |
45378 | { (exit 1); exit 1; }; };; | |
45379 | esac | |
45380 | done | |
45381 | ||
45382 | # If the user did not use the arguments to specify the items to instantiate, | |
45383 | # then the envvar interface is used. Set only those that are not. | |
45384 | # We use the long form for the default assignment because of an extremely | |
45385 | # bizarre bug on SunOS 4.1.3. | |
45386 | if $ac_need_defaults; then | |
45387 | test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files | |
45388 | test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers | |
45389 | test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands | |
45390 | fi | |
45391 | ||
45392 | # Have a temporary directory for convenience. Make it in the build tree | |
45393 | # simply because there is no reason to put it here, and in addition, | |
45394 | # creating and moving files from /tmp can sometimes cause problems. | |
45395 | # Create a temporary directory, and hook for its removal unless debugging. | |
45396 | $debug || | |
45397 | { | |
45398 | trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 | |
45399 | trap '{ (exit 1); exit 1; }' 1 2 13 15 | |
45400 | } | |
45401 | ||
45402 | # Create a (secure) tmp directory for tmp files. | |
45403 | ||
45404 | { | |
45405 | tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && | |
45406 | test -n "$tmp" && test -d "$tmp" | |
45407 | } || | |
45408 | { | |
45409 | tmp=./confstat$$-$RANDOM | |
45410 | (umask 077 && mkdir $tmp) | |
45411 | } || | |
45412 | { | |
45413 | echo "$me: cannot create a temporary directory in ." >&2 | |
45414 | { (exit 1); exit 1; } | |
45415 | } | |
45416 | ||
45417 | _ACEOF | |
45418 | ||
45419 | cat >>$CONFIG_STATUS <<_ACEOF | |
45420 | ||
45421 | # | |
45422 | # CONFIG_FILES section. | |
45423 | # | |
45424 | ||
45425 | # No need to generate the scripts if there are no CONFIG_FILES. | |
45426 | # This happens for instance when ./config.status config.h | |
45427 | if test -n "\$CONFIG_FILES"; then | |
45428 | # Protect against being on the right side of a sed subst in config.status. | |
45429 | sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; | |
45430 | s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF | |
45431 | s,@SHELL@,$SHELL,;t t | |
45432 | s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t | |
45433 | s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t | |
45434 | s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t | |
45435 | s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t | |
45436 | s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t | |
45437 | s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t | |
45438 | s,@exec_prefix@,$exec_prefix,;t t | |
45439 | s,@prefix@,$prefix,;t t | |
45440 | s,@program_transform_name@,$program_transform_name,;t t | |
45441 | s,@bindir@,$bindir,;t t | |
45442 | s,@sbindir@,$sbindir,;t t | |
45443 | s,@libexecdir@,$libexecdir,;t t | |
45444 | s,@datadir@,$datadir,;t t | |
45445 | s,@sysconfdir@,$sysconfdir,;t t | |
45446 | s,@sharedstatedir@,$sharedstatedir,;t t | |
45447 | s,@localstatedir@,$localstatedir,;t t | |
45448 | s,@libdir@,$libdir,;t t | |
45449 | s,@includedir@,$includedir,;t t | |
45450 | s,@oldincludedir@,$oldincludedir,;t t | |
45451 | s,@infodir@,$infodir,;t t | |
45452 | s,@mandir@,$mandir,;t t | |
45453 | s,@build_alias@,$build_alias,;t t | |
45454 | s,@host_alias@,$host_alias,;t t | |
45455 | s,@target_alias@,$target_alias,;t t | |
45456 | s,@DEFS@,$DEFS,;t t | |
45457 | s,@ECHO_C@,$ECHO_C,;t t | |
45458 | s,@ECHO_N@,$ECHO_N,;t t | |
45459 | s,@ECHO_T@,$ECHO_T,;t t | |
45460 | s,@LIBS@,$LIBS,;t t | |
45461 | s,@build@,$build,;t t | |
45462 | s,@build_cpu@,$build_cpu,;t t | |
45463 | s,@build_vendor@,$build_vendor,;t t | |
45464 | s,@build_os@,$build_os,;t t | |
45465 | s,@host@,$host,;t t | |
45466 | s,@host_cpu@,$host_cpu,;t t | |
45467 | s,@host_vendor@,$host_vendor,;t t | |
45468 | s,@host_os@,$host_os,;t t | |
45469 | s,@target@,$target,;t t | |
45470 | s,@target_cpu@,$target_cpu,;t t | |
45471 | s,@target_vendor@,$target_vendor,;t t | |
45472 | s,@target_os@,$target_os,;t t | |
45473 | s,@CC@,$CC,;t t | |
45474 | s,@CFLAGS@,$CFLAGS,;t t | |
45475 | s,@LDFLAGS@,$LDFLAGS,;t t | |
45476 | s,@CPPFLAGS@,$CPPFLAGS,;t t | |
45477 | s,@ac_ct_CC@,$ac_ct_CC,;t t | |
45478 | s,@EXEEXT@,$EXEEXT,;t t | |
45479 | s,@OBJEXT@,$OBJEXT,;t t | |
45480 | s,@CPP@,$CPP,;t t | |
45481 | s,@EGREP@,$EGREP,;t t | |
45482 | s,@CXX@,$CXX,;t t | |
45483 | s,@CXXFLAGS@,$CXXFLAGS,;t t | |
45484 | s,@ac_ct_CXX@,$ac_ct_CXX,;t t | |
45485 | s,@RANLIB@,$RANLIB,;t t | |
45486 | s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t | |
45487 | s,@AR@,$AR,;t t | |
45488 | s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t | |
45489 | s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t | |
45490 | s,@INSTALL_DATA@,$INSTALL_DATA,;t t | |
45491 | s,@STRIP@,$STRIP,;t t | |
45492 | s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t | |
45493 | s,@LN_S@,$LN_S,;t t | |
45494 | s,@CXXCPP@,$CXXCPP,;t t | |
45495 | s,@subdirs@,$subdirs,;t t | |
45496 | s,@PKG_CONFIG@,$PKG_CONFIG,;t t | |
45497 | s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t | |
45498 | s,@GTK_LIBS@,$GTK_LIBS,;t t | |
45499 | s,@GTK_CONFIG@,$GTK_CONFIG,;t t | |
a848cd7e SC |
45500 | s,@X_CFLAGS@,$X_CFLAGS,;t t |
45501 | s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t | |
45502 | s,@X_LIBS@,$X_LIBS,;t t | |
45503 | s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t | |
45504 | s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t | |
45505 | s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t | |
d1c38808 VZ |
45506 | s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t |
45507 | s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t | |
a848cd7e SC |
45508 | s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t |
45509 | s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t | |
45510 | s,@RESCOMP@,$RESCOMP,;t t | |
45511 | s,@DEREZ@,$DEREZ,;t t | |
45512 | s,@SETFILE@,$SETFILE,;t t | |
45513 | s,@LIBICONV@,$LIBICONV,;t t | |
45514 | s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t | |
45515 | s,@SDL_CONFIG@,$SDL_CONFIG,;t t | |
45516 | s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t | |
45517 | s,@SDL_LIBS@,$SDL_LIBS,;t t | |
d1c38808 VZ |
45518 | s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t |
45519 | s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t | |
dae87f93 RN |
45520 | s,@GSTREAMER_CFLAGS@,$GSTREAMER_CFLAGS,;t t |
45521 | s,@GSTREAMER_LIBS@,$GSTREAMER_LIBS,;t t | |
45522 | s,@GST_INSPECT@,$GST_INSPECT,;t t | |
a848cd7e SC |
45523 | s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t |
45524 | s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t | |
45525 | s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t | |
45526 | s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t | |
45527 | s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t | |
45528 | s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t | |
45529 | s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t | |
45530 | s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t | |
45531 | s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t | |
45532 | s,@VENDOR@,$VENDOR,;t t | |
45533 | s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t | |
ceec2216 RL |
45534 | s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t |
45535 | s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t | |
a848cd7e SC |
45536 | s,@WXUNIV@,$WXUNIV,;t t |
45537 | s,@MONOLITHIC@,$MONOLITHIC,;t t | |
45538 | s,@USE_PLUGINS@,$USE_PLUGINS,;t t | |
45539 | s,@EXTRALIBS@,$EXTRALIBS,;t t | |
45540 | s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t | |
45541 | s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t | |
45542 | s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t | |
45543 | s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t | |
45544 | s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t | |
45545 | s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t | |
45546 | s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t | |
d1c38808 | 45547 | s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t |
a848cd7e SC |
45548 | s,@UNICODE@,$UNICODE,;t t |
45549 | s,@BUILD@,$BUILD,;t t | |
45550 | s,@DEBUG_INFO@,$DEBUG_INFO,;t t | |
45551 | s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t | |
a848cd7e SC |
45552 | s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t |
45553 | s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t | |
45554 | s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t | |
45555 | s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t | |
45556 | s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t | |
45557 | s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t | |
45558 | s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t | |
45559 | s,@SET_MAKE@,$SET_MAKE,;t t | |
45560 | s,@MAKE_SET@,$MAKE_SET,;t t | |
45561 | s,@ac_ct_AR@,$ac_ct_AR,;t t | |
45562 | s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t | |
45563 | s,@NM@,$NM,;t t | |
45564 | s,@ac_ct_NM@,$ac_ct_NM,;t t | |
45565 | s,@INSTALL_DIR@,$INSTALL_DIR,;t t | |
45566 | s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t | |
45567 | s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t | |
45568 | s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t | |
45569 | s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t | |
45570 | s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t | |
1e9e8aba | 45571 | s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t |
a848cd7e SC |
45572 | s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t |
45573 | s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t | |
1e9e8aba | 45574 | s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t |
a848cd7e SC |
45575 | s,@SO_SUFFIX@,$SO_SUFFIX,;t t |
45576 | s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t | |
45577 | s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t | |
45578 | s,@LIBPREFIX@,$LIBPREFIX,;t t | |
45579 | s,@LIBEXT@,$LIBEXT,;t t | |
45580 | s,@DLLPREFIX@,$DLLPREFIX,;t t | |
45581 | s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t | |
810b94f0 | 45582 | s,@dlldir@,$dlldir,;t t |
a848cd7e SC |
45583 | s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t |
45584 | s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t | |
45585 | s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t | |
45586 | s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t | |
45587 | s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t | |
45588 | s,@PIC_FLAG@,$PIC_FLAG,;t t | |
810b94f0 | 45589 | s,@WINDOWS_IMPLIB@,$WINDOWS_IMPLIB,;t t |
a848cd7e SC |
45590 | s,@USE_SOVERSION@,$USE_SOVERSION,;t t |
45591 | s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t | |
45592 | s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t | |
810b94f0 | 45593 | s,@USE_SOVERCYGWIN@,$USE_SOVERCYGWIN,;t t |
a848cd7e SC |
45594 | s,@USE_MACVERSION@,$USE_MACVERSION,;t t |
45595 | s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t | |
45596 | s,@SONAME_FLAG@,$SONAME_FLAG,;t t | |
45597 | s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t | |
45598 | s,@GCC_PCH@,$GCC_PCH,;t t | |
45599 | s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t | |
45600 | s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t | |
45601 | s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t | |
45602 | s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t | |
45603 | s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t | |
45604 | s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t | |
45605 | s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t | |
45606 | s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t | |
45607 | s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t | |
45608 | s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t | |
45609 | s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t | |
45610 | s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t | |
45611 | s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t | |
45612 | s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t | |
45613 | s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t | |
45614 | s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t | |
45615 | s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t | |
45616 | s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t | |
90970d69 | 45617 | s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1,;t t |
a848cd7e | 45618 | s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1,;t t |
6671c68b | 45619 | s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1,;t t |
a848cd7e | 45620 | s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t |
ceec2216 | 45621 | s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t |
a848cd7e SC |
45622 | s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t |
45623 | s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t | |
90970d69 | 45624 | s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1,;t t |
a848cd7e | 45625 | s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1,;t t |
6671c68b | 45626 | s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1,;t t |
a848cd7e | 45627 | s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t |
ceec2216 | 45628 | s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t |
a848cd7e SC |
45629 | s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t |
45630 | s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t | |
45631 | s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t | |
45632 | s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t | |
45633 | s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t | |
45634 | s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t | |
eb730a0c | 45635 | s,@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1,;t t |
a848cd7e SC |
45636 | s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t |
45637 | s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t | |
a30f955f | 45638 | s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t |
a848cd7e SC |
45639 | s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t |
45640 | s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t | |
45641 | s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t | |
fc480dc1 | 45642 | s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t |
1e9e8aba | 45643 | s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t |
ebee3cd0 VS |
45644 | s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t |
45645 | s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t | |
a848cd7e SC |
45646 | s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t |
45647 | s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t | |
b48a2016 | 45648 | s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t |
083508af | 45649 | s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t |
83d8eb47 | 45650 | s,@COND_PLATFORM_MSDOS_1@,$COND_PLATFORM_MSDOS_1,;t t |
a848cd7e SC |
45651 | s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t |
45652 | s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t | |
45653 | s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t | |
45654 | s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t | |
45655 | s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t | |
45656 | s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t | |
45657 | s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t | |
45658 | s,@COND_SHARED_0@,$COND_SHARED_0,;t t | |
083508af MW |
45659 | s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t |
45660 | s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t | |
45661 | s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t | |
a848cd7e SC |
45662 | s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t |
45663 | s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t | |
45664 | s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t | |
45665 | s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t | |
083508af | 45666 | s,@COND_SHARED_0_USE_XRC_1@,$COND_SHARED_0_USE_XRC_1,;t t |
a848cd7e SC |
45667 | s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t |
45668 | s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t | |
45669 | s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t | |
45670 | s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t | |
45671 | s,@COND_SHARED_1@,$COND_SHARED_1,;t t | |
45672 | s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t | |
083508af | 45673 | s,@COND_SHARED_1_USE_XRC_1@,$COND_SHARED_1_USE_XRC_1,;t t |
a30f955f | 45674 | s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t |
a848cd7e | 45675 | s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t |
a49baeab | 45676 | s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t |
a848cd7e SC |
45677 | s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t |
45678 | s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t | |
45679 | s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t | |
45680 | s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t | |
45681 | s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t | |
45682 | s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t | |
45683 | s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t | |
45684 | s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t | |
45685 | s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t | |
45686 | s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t | |
45687 | s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t | |
45688 | s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t | |
45689 | s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t | |
45690 | s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t | |
45691 | s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t | |
45692 | s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t | |
45693 | s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t | |
45694 | s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t | |
3fd9c298 DE |
45695 | s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t |
45696 | s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t | |
45697 | s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t | |
a848cd7e SC |
45698 | s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t |
45699 | s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t | |
45700 | s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t | |
45701 | s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t | |
45702 | s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t | |
45703 | s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t | |
45704 | s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t | |
45705 | s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t | |
45706 | s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t | |
45707 | s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t | |
45708 | s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t | |
45709 | s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t | |
083508af MW |
45710 | s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t |
45711 | s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t | |
a848cd7e | 45712 | s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t |
0b78747f MW |
45713 | s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t |
45714 | s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t | |
a848cd7e | 45715 | s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t |
eb730a0c | 45716 | s,@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@,$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1,;t t |
a848cd7e SC |
45717 | s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t |
45718 | s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t | |
45719 | s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t | |
0b78747f MW |
45720 | s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t |
45721 | s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t | |
a13a7f89 | 45722 | s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t |
eb730a0c | 45723 | s,@COND_WINDOWS_IMPLIB_1@,$COND_WINDOWS_IMPLIB_1,;t t |
a848cd7e | 45724 | s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t |
1e6eb025 | 45725 | s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t |
a848cd7e SC |
45726 | s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t |
45727 | s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t | |
45728 | s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t | |
45729 | s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t | |
45730 | s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t | |
45731 | s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t | |
45732 | s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t | |
45733 | s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t | |
ceec2216 | 45734 | s,@SHARED@,$SHARED,;t t |
a848cd7e SC |
45735 | s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t |
45736 | s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t | |
a848cd7e SC |
45737 | s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t |
45738 | s,@USE_GUI@,$USE_GUI,;t t | |
45739 | s,@AFMINSTALL@,$AFMINSTALL,;t t | |
45740 | s,@WIN32INSTALL@,$WIN32INSTALL,;t t | |
45741 | s,@TOOLKIT@,$TOOLKIT,;t t | |
45742 | s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t | |
a848cd7e | 45743 | s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t |
ceec2216 | 45744 | s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t |
a848cd7e SC |
45745 | s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t |
45746 | s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t | |
a848cd7e | 45747 | s,@cross_compiling@,$cross_compiling,;t t |
ceec2216 RL |
45748 | s,@WIDGET_SET@,$WIDGET_SET,;t t |
45749 | s,@WX_RELEASE@,$WX_RELEASE,;t t | |
45750 | s,@WX_VERSION@,$WX_VERSION,;t t | |
45751 | s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t | |
45752 | s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t | |
45753 | s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t | |
a848cd7e | 45754 | s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t |
a848cd7e SC |
45755 | s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t |
45756 | s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t | |
45757 | s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t | |
45758 | s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t | |
ddd14b14 | 45759 | s,@GCC_PRAGMA_FLAGS@,$GCC_PRAGMA_FLAGS,;t t |
a848cd7e SC |
45760 | s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t |
45761 | s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t | |
ceec2216 | 45762 | s,@EXE_LINKER@,$EXE_LINKER,;t t |
a848cd7e | 45763 | s,@GUIDIST@,$GUIDIST,;t t |
a848cd7e SC |
45764 | s,@DISTDIR@,$DISTDIR,;t t |
45765 | s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t | |
45766 | s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t | |
a848cd7e SC |
45767 | s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t |
45768 | s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t | |
45769 | s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t | |
45770 | s,@RESFLAGS@,$RESFLAGS,;t t | |
45771 | s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t | |
45772 | s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t | |
45773 | s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t | |
45774 | s,@LIBWXMACRES@,$LIBWXMACRES,;t t | |
45775 | s,@MACRESCOMP@,$MACRESCOMP,;t t | |
45776 | s,@MACSETFILE@,$MACSETFILE,;t t | |
45777 | s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t | |
45778 | s,@GCC@,$GCC,;t t | |
a848cd7e | 45779 | s,@DLLTOOL@,$DLLTOOL,;t t |
a848cd7e SC |
45780 | s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t |
45781 | s,@LIBOBJS@,$LIBOBJS,;t t | |
45782 | s,@LTLIBOBJS@,$LTLIBOBJS,;t t | |
45783 | CEOF | |
45784 | ||
45785 | _ACEOF | |
45786 | ||
45787 | cat >>$CONFIG_STATUS <<\_ACEOF | |
45788 | # Split the substitutions into bite-sized pieces for seds with | |
45789 | # small command number limits, like on Digital OSF/1 and HP-UX. | |
45790 | ac_max_sed_lines=48 | |
45791 | ac_sed_frag=1 # Number of current file. | |
45792 | ac_beg=1 # First line for current file. | |
45793 | ac_end=$ac_max_sed_lines # Line after last line for current file. | |
45794 | ac_more_lines=: | |
45795 | ac_sed_cmds= | |
45796 | while $ac_more_lines; do | |
45797 | if test $ac_beg -gt 1; then | |
45798 | sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag | |
45799 | else | |
45800 | sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag | |
45801 | fi | |
45802 | if test ! -s $tmp/subs.frag; then | |
45803 | ac_more_lines=false | |
45804 | else | |
45805 | # The purpose of the label and of the branching condition is to | |
45806 | # speed up the sed processing (if there are no `@' at all, there | |
45807 | # is no need to browse any of the substitutions). | |
45808 | # These are the two extra sed commands mentioned above. | |
45809 | (echo ':t | |
45810 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed | |
45811 | if test -z "$ac_sed_cmds"; then | |
ac1cb8d3 | 45812 | ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" |
a848cd7e | 45813 | else |
ac1cb8d3 | 45814 | ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" |
a848cd7e SC |
45815 | fi |
45816 | ac_sed_frag=`expr $ac_sed_frag + 1` | |
45817 | ac_beg=$ac_end | |
45818 | ac_end=`expr $ac_end + $ac_max_sed_lines` | |
45819 | fi | |
45820 | done | |
45821 | if test -z "$ac_sed_cmds"; then | |
45822 | ac_sed_cmds=cat | |
45823 | fi | |
45824 | fi # test -n "$CONFIG_FILES" | |
45825 | ||
45826 | _ACEOF | |
45827 | cat >>$CONFIG_STATUS <<\_ACEOF | |
45828 | for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue | |
45829 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | |
45830 | case $ac_file in | |
45831 | - | *:- | *:-:* ) # input from stdin | |
ac1cb8d3 VS |
45832 | cat >$tmp/stdin |
45833 | ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
45834 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | |
a848cd7e | 45835 | *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` |
ac1cb8d3 | 45836 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; |
a848cd7e SC |
45837 | * ) ac_file_in=$ac_file.in ;; |
45838 | esac | |
45839 | ||
45840 | # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. | |
45841 | ac_dir=`(dirname "$ac_file") 2>/dev/null || | |
45842 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
ac1cb8d3 VS |
45843 | X"$ac_file" : 'X\(//\)[^/]' \| \ |
45844 | X"$ac_file" : 'X\(//\)$' \| \ | |
45845 | X"$ac_file" : 'X\(/\)' \| \ | |
45846 | . : '\(.\)' 2>/dev/null || | |
a848cd7e SC |
45847 | echo X"$ac_file" | |
45848 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
45849 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
45850 | /^X\(\/\/\)$/{ s//\1/; q; } | |
45851 | /^X\(\/\).*/{ s//\1/; q; } | |
45852 | s/.*/./; q'` | |
45853 | { if $as_mkdir_p; then | |
45854 | mkdir -p "$ac_dir" | |
45855 | else | |
45856 | as_dir="$ac_dir" | |
45857 | as_dirs= | |
45858 | while test ! -d "$as_dir"; do | |
45859 | as_dirs="$as_dir $as_dirs" | |
45860 | as_dir=`(dirname "$as_dir") 2>/dev/null || | |
45861 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
ac1cb8d3 VS |
45862 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
45863 | X"$as_dir" : 'X\(//\)$' \| \ | |
45864 | X"$as_dir" : 'X\(/\)' \| \ | |
45865 | . : '\(.\)' 2>/dev/null || | |
a848cd7e SC |
45866 | echo X"$as_dir" | |
45867 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
45868 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
45869 | /^X\(\/\/\)$/{ s//\1/; q; } | |
45870 | /^X\(\/\).*/{ s//\1/; q; } | |
45871 | s/.*/./; q'` | |
45872 | done | |
45873 | test ! -n "$as_dirs" || mkdir $as_dirs | |
45874 | fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 | |
45875 | echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} | |
45876 | { (exit 1); exit 1; }; }; } | |
45877 | ||
45878 | ac_builddir=. | |
45879 | ||
45880 | if test "$ac_dir" != .; then | |
45881 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | |
45882 | # A "../" for each directory in $ac_dir_suffix. | |
45883 | ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` | |
45884 | else | |
45885 | ac_dir_suffix= ac_top_builddir= | |
45886 | fi | |
45887 | ||
45888 | case $srcdir in | |
45889 | .) # No --srcdir option. We are building in place. | |
45890 | ac_srcdir=. | |
45891 | if test -z "$ac_top_builddir"; then | |
45892 | ac_top_srcdir=. | |
45893 | else | |
45894 | ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` | |
45895 | fi ;; | |
45896 | [\\/]* | ?:[\\/]* ) # Absolute path. | |
45897 | ac_srcdir=$srcdir$ac_dir_suffix; | |
45898 | ac_top_srcdir=$srcdir ;; | |
45899 | *) # Relative path. | |
45900 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | |
45901 | ac_top_srcdir=$ac_top_builddir$srcdir ;; | |
45902 | esac | |
ac1cb8d3 VS |
45903 | |
45904 | # Do not use `cd foo && pwd` to compute absolute paths, because | |
45905 | # the directories may not exist. | |
45906 | case `pwd` in | |
45907 | .) ac_abs_builddir="$ac_dir";; | |
45908 | *) | |
45909 | case "$ac_dir" in | |
45910 | .) ac_abs_builddir=`pwd`;; | |
45911 | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; | |
45912 | *) ac_abs_builddir=`pwd`/"$ac_dir";; | |
45913 | esac;; | |
45914 | esac | |
45915 | case $ac_abs_builddir in | |
45916 | .) ac_abs_top_builddir=${ac_top_builddir}.;; | |
45917 | *) | |
45918 | case ${ac_top_builddir}. in | |
45919 | .) ac_abs_top_builddir=$ac_abs_builddir;; | |
45920 | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; | |
45921 | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; | |
45922 | esac;; | |
45923 | esac | |
45924 | case $ac_abs_builddir in | |
45925 | .) ac_abs_srcdir=$ac_srcdir;; | |
45926 | *) | |
45927 | case $ac_srcdir in | |
45928 | .) ac_abs_srcdir=$ac_abs_builddir;; | |
45929 | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; | |
45930 | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; | |
45931 | esac;; | |
45932 | esac | |
45933 | case $ac_abs_builddir in | |
45934 | .) ac_abs_top_srcdir=$ac_top_srcdir;; | |
45935 | *) | |
45936 | case $ac_top_srcdir in | |
45937 | .) ac_abs_top_srcdir=$ac_abs_builddir;; | |
45938 | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; | |
45939 | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; | |
45940 | esac;; | |
45941 | esac | |
a848cd7e SC |
45942 | |
45943 | ||
45944 | case $INSTALL in | |
45945 | [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | |
45946 | *) ac_INSTALL=$ac_top_builddir$INSTALL ;; | |
45947 | esac | |
45948 | ||
a848cd7e SC |
45949 | # Let's still pretend it is `configure' which instantiates (i.e., don't |
45950 | # use $as_me), people would be surprised to read: | |
45951 | # /* config.h. Generated by config.status. */ | |
45952 | if test x"$ac_file" = x-; then | |
45953 | configure_input= | |
45954 | else | |
45955 | configure_input="$ac_file. " | |
45956 | fi | |
45957 | configure_input=$configure_input"Generated from `echo $ac_file_in | | |
ac1cb8d3 | 45958 | sed 's,.*/,,'` by configure." |
a848cd7e SC |
45959 | |
45960 | # First look for the input files in the build tree, otherwise in the | |
45961 | # src tree. | |
45962 | ac_file_inputs=`IFS=: | |
45963 | for f in $ac_file_in; do | |
45964 | case $f in | |
45965 | -) echo $tmp/stdin ;; | |
45966 | [\\/$]*) | |
ac1cb8d3 VS |
45967 | # Absolute (can't be DOS-style, as IFS=:) |
45968 | test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | |
a848cd7e SC |
45969 | echo "$as_me: error: cannot find input file: $f" >&2;} |
45970 | { (exit 1); exit 1; }; } | |
ac1cb8d3 | 45971 | echo "$f";; |
a848cd7e | 45972 | *) # Relative |
ac1cb8d3 VS |
45973 | if test -f "$f"; then |
45974 | # Build tree | |
45975 | echo "$f" | |
45976 | elif test -f "$srcdir/$f"; then | |
45977 | # Source tree | |
45978 | echo "$srcdir/$f" | |
45979 | else | |
45980 | # /dev/null tree | |
45981 | { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | |
a848cd7e SC |
45982 | echo "$as_me: error: cannot find input file: $f" >&2;} |
45983 | { (exit 1); exit 1; }; } | |
ac1cb8d3 | 45984 | fi;; |
a848cd7e SC |
45985 | esac |
45986 | done` || { (exit 1); exit 1; } | |
6ebeb4c7 VZ |
45987 | |
45988 | if test x"$ac_file" != x-; then | |
45989 | { echo "$as_me:$LINENO: creating $ac_file" >&5 | |
45990 | echo "$as_me: creating $ac_file" >&6;} | |
45991 | rm -f "$ac_file" | |
45992 | fi | |
a848cd7e SC |
45993 | _ACEOF |
45994 | cat >>$CONFIG_STATUS <<_ACEOF | |
45995 | sed "$ac_vpsub | |
45996 | $extrasub | |
45997 | _ACEOF | |
45998 | cat >>$CONFIG_STATUS <<\_ACEOF | |
45999 | :t | |
46000 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | |
46001 | s,@configure_input@,$configure_input,;t t | |
46002 | s,@srcdir@,$ac_srcdir,;t t | |
46003 | s,@abs_srcdir@,$ac_abs_srcdir,;t t | |
46004 | s,@top_srcdir@,$ac_top_srcdir,;t t | |
46005 | s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t | |
46006 | s,@builddir@,$ac_builddir,;t t | |
46007 | s,@abs_builddir@,$ac_abs_builddir,;t t | |
46008 | s,@top_builddir@,$ac_top_builddir,;t t | |
46009 | s,@abs_top_builddir@,$ac_abs_top_builddir,;t t | |
46010 | s,@INSTALL@,$ac_INSTALL,;t t | |
46011 | " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out | |
46012 | rm -f $tmp/stdin | |
46013 | if test x"$ac_file" != x-; then | |
46014 | mv $tmp/out $ac_file | |
46015 | else | |
46016 | cat $tmp/out | |
46017 | rm -f $tmp/out | |
46018 | fi | |
46019 | ||
ceec2216 RL |
46020 | # Run the commands associated with the file. |
46021 | case $ac_file in | |
46022 | lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;; | |
46023 | lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;; | |
46024 | esac | |
a848cd7e SC |
46025 | done |
46026 | _ACEOF | |
46027 | cat >>$CONFIG_STATUS <<\_ACEOF | |
46028 | ||
46029 | # | |
46030 | # CONFIG_HEADER section. | |
46031 | # | |
46032 | ||
46033 | # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where | |
46034 | # NAME is the cpp macro being defined and VALUE is the value it is being given. | |
46035 | # | |
46036 | # ac_d sets the value in "#define NAME VALUE" lines. | |
ac1cb8d3 VS |
46037 | ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' |
46038 | ac_dB='[ ].*$,\1#\2' | |
a848cd7e SC |
46039 | ac_dC=' ' |
46040 | ac_dD=',;t' | |
46041 | # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". | |
ac1cb8d3 | 46042 | ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' |
a848cd7e SC |
46043 | ac_uB='$,\1#\2define\3' |
46044 | ac_uC=' ' | |
46045 | ac_uD=',;t' | |
46046 | ||
46047 | for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue | |
46048 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | |
46049 | case $ac_file in | |
46050 | - | *:- | *:-:* ) # input from stdin | |
ac1cb8d3 VS |
46051 | cat >$tmp/stdin |
46052 | ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
46053 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | |
a848cd7e | 46054 | *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` |
ac1cb8d3 | 46055 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; |
a848cd7e SC |
46056 | * ) ac_file_in=$ac_file.in ;; |
46057 | esac | |
46058 | ||
46059 | test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 | |
46060 | echo "$as_me: creating $ac_file" >&6;} | |
46061 | ||
46062 | # First look for the input files in the build tree, otherwise in the | |
46063 | # src tree. | |
46064 | ac_file_inputs=`IFS=: | |
46065 | for f in $ac_file_in; do | |
46066 | case $f in | |
46067 | -) echo $tmp/stdin ;; | |
46068 | [\\/$]*) | |
ac1cb8d3 VS |
46069 | # Absolute (can't be DOS-style, as IFS=:) |
46070 | test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | |
a848cd7e SC |
46071 | echo "$as_me: error: cannot find input file: $f" >&2;} |
46072 | { (exit 1); exit 1; }; } | |
ac1cb8d3 VS |
46073 | # Do quote $f, to prevent DOS paths from being IFS'd. |
46074 | echo "$f";; | |
a848cd7e | 46075 | *) # Relative |
ac1cb8d3 VS |
46076 | if test -f "$f"; then |
46077 | # Build tree | |
46078 | echo "$f" | |
46079 | elif test -f "$srcdir/$f"; then | |
46080 | # Source tree | |
46081 | echo "$srcdir/$f" | |
46082 | else | |
46083 | # /dev/null tree | |
46084 | { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | |
a848cd7e SC |
46085 | echo "$as_me: error: cannot find input file: $f" >&2;} |
46086 | { (exit 1); exit 1; }; } | |
ac1cb8d3 | 46087 | fi;; |
a848cd7e SC |
46088 | esac |
46089 | done` || { (exit 1); exit 1; } | |
46090 | # Remove the trailing spaces. | |
ac1cb8d3 | 46091 | sed 's/[ ]*$//' $ac_file_inputs >$tmp/in |
a848cd7e SC |
46092 | |
46093 | _ACEOF | |
46094 | ||
46095 | # Transform confdefs.h into two sed scripts, `conftest.defines' and | |
46096 | # `conftest.undefs', that substitutes the proper values into | |
46097 | # config.h.in to produce config.h. The first handles `#define' | |
46098 | # templates, and the second `#undef' templates. | |
46099 | # And first: Protect against being on the right side of a sed subst in | |
46100 | # config.status. Protect against being in an unquoted here document | |
46101 | # in config.status. | |
46102 | rm -f conftest.defines conftest.undefs | |
46103 | # Using a here document instead of a string reduces the quoting nightmare. | |
46104 | # Putting comments in sed scripts is not portable. | |
46105 | # | |
46106 | # `end' is used to avoid that the second main sed command (meant for | |
46107 | # 0-ary CPP macros) applies to n-ary macro definitions. | |
46108 | # See the Autoconf documentation for `clear'. | |
46109 | cat >confdef2sed.sed <<\_ACEOF | |
46110 | s/[\\&,]/\\&/g | |
46111 | s,[\\$`],\\&,g | |
46112 | t clear | |
46113 | : clear | |
ac1cb8d3 | 46114 | s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp |
a848cd7e | 46115 | t end |
ac1cb8d3 | 46116 | s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp |
a848cd7e SC |
46117 | : end |
46118 | _ACEOF | |
46119 | # If some macros were called several times there might be several times | |
46120 | # the same #defines, which is useless. Nevertheless, we may not want to | |
46121 | # sort them, since we want the *last* AC-DEFINE to be honored. | |
46122 | uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines | |
46123 | sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs | |
46124 | rm -f confdef2sed.sed | |
46125 | ||
46126 | # This sed command replaces #undef with comments. This is necessary, for | |
46127 | # example, in the case of _POSIX_SOURCE, which is predefined and required | |
46128 | # on some systems where configure will not decide to define it. | |
46129 | cat >>conftest.undefs <<\_ACEOF | |
ac1cb8d3 | 46130 | s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, |
a848cd7e SC |
46131 | _ACEOF |
46132 | ||
46133 | # Break up conftest.defines because some shells have a limit on the size | |
46134 | # of here documents, and old seds have small limits too (100 cmds). | |
46135 | echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS | |
ac1cb8d3 | 46136 | echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS |
a848cd7e SC |
46137 | echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS |
46138 | echo ' :' >>$CONFIG_STATUS | |
46139 | rm -f conftest.tail | |
46140 | while grep . conftest.defines >/dev/null | |
46141 | do | |
46142 | # Write a limited-size here document to $tmp/defines.sed. | |
46143 | echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS | |
46144 | # Speed up: don't consider the non `#define' lines. | |
ac1cb8d3 | 46145 | echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS |
a848cd7e SC |
46146 | # Work around the forget-to-reset-the-flag bug. |
46147 | echo 't clr' >>$CONFIG_STATUS | |
46148 | echo ': clr' >>$CONFIG_STATUS | |
46149 | sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS | |
46150 | echo 'CEOF | |
46151 | sed -f $tmp/defines.sed $tmp/in >$tmp/out | |
46152 | rm -f $tmp/in | |
46153 | mv $tmp/out $tmp/in | |
46154 | ' >>$CONFIG_STATUS | |
46155 | sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail | |
46156 | rm -f conftest.defines | |
46157 | mv conftest.tail conftest.defines | |
46158 | done | |
46159 | rm -f conftest.defines | |
46160 | echo ' fi # grep' >>$CONFIG_STATUS | |
46161 | echo >>$CONFIG_STATUS | |
46162 | ||
46163 | # Break up conftest.undefs because some shells have a limit on the size | |
46164 | # of here documents, and old seds have small limits too (100 cmds). | |
46165 | echo ' # Handle all the #undef templates' >>$CONFIG_STATUS | |
46166 | rm -f conftest.tail | |
46167 | while grep . conftest.undefs >/dev/null | |
46168 | do | |
46169 | # Write a limited-size here document to $tmp/undefs.sed. | |
46170 | echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS | |
46171 | # Speed up: don't consider the non `#undef' | |
ac1cb8d3 | 46172 | echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS |
a848cd7e SC |
46173 | # Work around the forget-to-reset-the-flag bug. |
46174 | echo 't clr' >>$CONFIG_STATUS | |
46175 | echo ': clr' >>$CONFIG_STATUS | |
46176 | sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS | |
46177 | echo 'CEOF | |
46178 | sed -f $tmp/undefs.sed $tmp/in >$tmp/out | |
46179 | rm -f $tmp/in | |
46180 | mv $tmp/out $tmp/in | |
46181 | ' >>$CONFIG_STATUS | |
46182 | sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail | |
46183 | rm -f conftest.undefs | |
46184 | mv conftest.tail conftest.undefs | |
46185 | done | |
46186 | rm -f conftest.undefs | |
46187 | ||
46188 | cat >>$CONFIG_STATUS <<\_ACEOF | |
46189 | # Let's still pretend it is `configure' which instantiates (i.e., don't | |
46190 | # use $as_me), people would be surprised to read: | |
46191 | # /* config.h. Generated by config.status. */ | |
46192 | if test x"$ac_file" = x-; then | |
46193 | echo "/* Generated by configure. */" >$tmp/config.h | |
46194 | else | |
46195 | echo "/* $ac_file. Generated by configure. */" >$tmp/config.h | |
46196 | fi | |
46197 | cat $tmp/in >>$tmp/config.h | |
46198 | rm -f $tmp/in | |
46199 | if test x"$ac_file" != x-; then | |
46200 | if diff $ac_file $tmp/config.h >/dev/null 2>&1; then | |
46201 | { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 | |
46202 | echo "$as_me: $ac_file is unchanged" >&6;} | |
46203 | else | |
46204 | ac_dir=`(dirname "$ac_file") 2>/dev/null || | |
46205 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
ac1cb8d3 VS |
46206 | X"$ac_file" : 'X\(//\)[^/]' \| \ |
46207 | X"$ac_file" : 'X\(//\)$' \| \ | |
46208 | X"$ac_file" : 'X\(/\)' \| \ | |
46209 | . : '\(.\)' 2>/dev/null || | |
a848cd7e SC |
46210 | echo X"$ac_file" | |
46211 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
46212 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
46213 | /^X\(\/\/\)$/{ s//\1/; q; } | |
46214 | /^X\(\/\).*/{ s//\1/; q; } | |
46215 | s/.*/./; q'` | |
46216 | { if $as_mkdir_p; then | |
46217 | mkdir -p "$ac_dir" | |
46218 | else | |
46219 | as_dir="$ac_dir" | |
46220 | as_dirs= | |
46221 | while test ! -d "$as_dir"; do | |
46222 | as_dirs="$as_dir $as_dirs" | |
46223 | as_dir=`(dirname "$as_dir") 2>/dev/null || | |
46224 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
ac1cb8d3 VS |
46225 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
46226 | X"$as_dir" : 'X\(//\)$' \| \ | |
46227 | X"$as_dir" : 'X\(/\)' \| \ | |
46228 | . : '\(.\)' 2>/dev/null || | |
a848cd7e SC |
46229 | echo X"$as_dir" | |
46230 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
46231 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
46232 | /^X\(\/\/\)$/{ s//\1/; q; } | |
46233 | /^X\(\/\).*/{ s//\1/; q; } | |
46234 | s/.*/./; q'` | |
46235 | done | |
46236 | test ! -n "$as_dirs" || mkdir $as_dirs | |
46237 | fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 | |
46238 | echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} | |
46239 | { (exit 1); exit 1; }; }; } | |
46240 | ||
46241 | rm -f $ac_file | |
46242 | mv $tmp/config.h $ac_file | |
46243 | fi | |
46244 | else | |
46245 | cat $tmp/config.h | |
46246 | rm -f $tmp/config.h | |
46247 | fi | |
46248 | done | |
46249 | _ACEOF | |
46250 | cat >>$CONFIG_STATUS <<\_ACEOF | |
46251 | ||
46252 | # | |
46253 | # CONFIG_COMMANDS section. | |
46254 | # | |
46255 | for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue | |
46256 | ac_dest=`echo "$ac_file" | sed 's,:.*,,'` | |
46257 | ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
46258 | ac_dir=`(dirname "$ac_dest") 2>/dev/null || | |
46259 | $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
ac1cb8d3 VS |
46260 | X"$ac_dest" : 'X\(//\)[^/]' \| \ |
46261 | X"$ac_dest" : 'X\(//\)$' \| \ | |
46262 | X"$ac_dest" : 'X\(/\)' \| \ | |
46263 | . : '\(.\)' 2>/dev/null || | |
a848cd7e SC |
46264 | echo X"$ac_dest" | |
46265 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
46266 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
46267 | /^X\(\/\/\)$/{ s//\1/; q; } | |
46268 | /^X\(\/\).*/{ s//\1/; q; } | |
46269 | s/.*/./; q'` | |
ac1cb8d3 VS |
46270 | { if $as_mkdir_p; then |
46271 | mkdir -p "$ac_dir" | |
46272 | else | |
46273 | as_dir="$ac_dir" | |
46274 | as_dirs= | |
46275 | while test ! -d "$as_dir"; do | |
46276 | as_dirs="$as_dir $as_dirs" | |
46277 | as_dir=`(dirname "$as_dir") 2>/dev/null || | |
46278 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
46279 | X"$as_dir" : 'X\(//\)[^/]' \| \ | |
46280 | X"$as_dir" : 'X\(//\)$' \| \ | |
46281 | X"$as_dir" : 'X\(/\)' \| \ | |
46282 | . : '\(.\)' 2>/dev/null || | |
46283 | echo X"$as_dir" | | |
46284 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
46285 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
46286 | /^X\(\/\/\)$/{ s//\1/; q; } | |
46287 | /^X\(\/\).*/{ s//\1/; q; } | |
46288 | s/.*/./; q'` | |
46289 | done | |
46290 | test ! -n "$as_dirs" || mkdir $as_dirs | |
46291 | fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 | |
46292 | echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} | |
46293 | { (exit 1); exit 1; }; }; } | |
46294 | ||
a848cd7e SC |
46295 | ac_builddir=. |
46296 | ||
46297 | if test "$ac_dir" != .; then | |
46298 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | |
46299 | # A "../" for each directory in $ac_dir_suffix. | |
46300 | ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` | |
46301 | else | |
46302 | ac_dir_suffix= ac_top_builddir= | |
46303 | fi | |
46304 | ||
46305 | case $srcdir in | |
46306 | .) # No --srcdir option. We are building in place. | |
46307 | ac_srcdir=. | |
46308 | if test -z "$ac_top_builddir"; then | |
46309 | ac_top_srcdir=. | |
46310 | else | |
46311 | ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` | |
46312 | fi ;; | |
46313 | [\\/]* | ?:[\\/]* ) # Absolute path. | |
46314 | ac_srcdir=$srcdir$ac_dir_suffix; | |
46315 | ac_top_srcdir=$srcdir ;; | |
46316 | *) # Relative path. | |
46317 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | |
46318 | ac_top_srcdir=$ac_top_builddir$srcdir ;; | |
46319 | esac | |
ac1cb8d3 VS |
46320 | |
46321 | # Do not use `cd foo && pwd` to compute absolute paths, because | |
46322 | # the directories may not exist. | |
46323 | case `pwd` in | |
46324 | .) ac_abs_builddir="$ac_dir";; | |
46325 | *) | |
46326 | case "$ac_dir" in | |
46327 | .) ac_abs_builddir=`pwd`;; | |
46328 | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; | |
46329 | *) ac_abs_builddir=`pwd`/"$ac_dir";; | |
46330 | esac;; | |
46331 | esac | |
46332 | case $ac_abs_builddir in | |
46333 | .) ac_abs_top_builddir=${ac_top_builddir}.;; | |
46334 | *) | |
46335 | case ${ac_top_builddir}. in | |
46336 | .) ac_abs_top_builddir=$ac_abs_builddir;; | |
46337 | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; | |
46338 | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; | |
46339 | esac;; | |
46340 | esac | |
46341 | case $ac_abs_builddir in | |
46342 | .) ac_abs_srcdir=$ac_srcdir;; | |
46343 | *) | |
46344 | case $ac_srcdir in | |
46345 | .) ac_abs_srcdir=$ac_abs_builddir;; | |
46346 | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; | |
46347 | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; | |
46348 | esac;; | |
46349 | esac | |
46350 | case $ac_abs_builddir in | |
46351 | .) ac_abs_top_srcdir=$ac_top_srcdir;; | |
46352 | *) | |
46353 | case $ac_top_srcdir in | |
46354 | .) ac_abs_top_srcdir=$ac_abs_builddir;; | |
46355 | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; | |
46356 | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; | |
46357 | esac;; | |
46358 | esac | |
a848cd7e SC |
46359 | |
46360 | ||
46361 | { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 | |
46362 | echo "$as_me: executing $ac_dest commands" >&6;} | |
46363 | case $ac_dest in | |
ceec2216 RL |
46364 | wx-config ) rm -f wx-config |
46365 | ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config | |
46366 | ;; | |
a848cd7e SC |
46367 | esac |
46368 | done | |
46369 | _ACEOF | |
46370 | ||
46371 | cat >>$CONFIG_STATUS <<\_ACEOF | |
46372 | ||
46373 | { (exit 0); exit 0; } | |
46374 | _ACEOF | |
46375 | chmod +x $CONFIG_STATUS | |
46376 | ac_clean_files=$ac_clean_files_save | |
46377 | ||
46378 | ||
46379 | # configure is writing to config.log, and then calls config.status. | |
46380 | # config.status does its own redirection, appending to config.log. | |
46381 | # Unfortunately, on DOS this fails, as config.log is still kept open | |
46382 | # by configure, so config.status won't be able to write to it; its | |
46383 | # output is simply discarded. So we exec the FD to /dev/null, | |
46384 | # effectively closing config.log, so it can be properly (re)opened and | |
46385 | # appended to by config.status. When coming back to configure, we | |
46386 | # need to make the FD available again. | |
46387 | if test "$no_create" != yes; then | |
46388 | ac_cs_success=: | |
46389 | ac_config_status_args= | |
46390 | test "$silent" = yes && | |
46391 | ac_config_status_args="$ac_config_status_args --quiet" | |
46392 | exec 5>/dev/null | |
46393 | $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | |
46394 | exec 5>>config.log | |
46395 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | |
46396 | # would make configure fail if this is the last instruction. | |
46397 | $ac_cs_success || { (exit 1); exit 1; } | |
46398 | fi | |
46399 | ||
46400 | # | |
46401 | # CONFIG_SUBDIRS section. | |
46402 | # | |
46403 | if test "$no_recursion" != yes; then | |
46404 | ||
46405 | # Remove --cache-file and --srcdir arguments so they do not pile up. | |
46406 | ac_sub_configure_args= | |
46407 | ac_prev= | |
46408 | for ac_arg in $ac_configure_args; do | |
46409 | if test -n "$ac_prev"; then | |
46410 | ac_prev= | |
46411 | continue | |
46412 | fi | |
46413 | case $ac_arg in | |
46414 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
46415 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
46416 | ac_prev=cache_file ;; | |
46417 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
46418 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \ | |
46419 | | --c=*) | |
46420 | ;; | |
46421 | --config-cache | -C) | |
46422 | ;; | |
46423 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
46424 | ac_prev=srcdir ;; | |
46425 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
46426 | ;; | |
46427 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
46428 | ac_prev=prefix ;; | |
46429 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
46430 | ;; | |
46431 | *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;; | |
46432 | esac | |
46433 | done | |
46434 | ||
46435 | # Always prepend --prefix to ensure using the same prefix | |
46436 | # in subdir configurations. | |
46437 | ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args" | |
46438 | ||
46439 | ac_popdir=`pwd` | |
46440 | for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue | |
46441 | ||
46442 | # Do not complain, so a configure script can configure whichever | |
46443 | # parts of a large source tree are present. | |
46444 | test -d $srcdir/$ac_dir || continue | |
46445 | ||
46446 | { echo "$as_me:$LINENO: configuring in $ac_dir" >&5 | |
46447 | echo "$as_me: configuring in $ac_dir" >&6;} | |
46448 | { if $as_mkdir_p; then | |
46449 | mkdir -p "$ac_dir" | |
46450 | else | |
46451 | as_dir="$ac_dir" | |
46452 | as_dirs= | |
46453 | while test ! -d "$as_dir"; do | |
46454 | as_dirs="$as_dir $as_dirs" | |
46455 | as_dir=`(dirname "$as_dir") 2>/dev/null || | |
46456 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
ac1cb8d3 VS |
46457 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
46458 | X"$as_dir" : 'X\(//\)$' \| \ | |
46459 | X"$as_dir" : 'X\(/\)' \| \ | |
46460 | . : '\(.\)' 2>/dev/null || | |
a848cd7e SC |
46461 | echo X"$as_dir" | |
46462 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
46463 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
46464 | /^X\(\/\/\)$/{ s//\1/; q; } | |
46465 | /^X\(\/\).*/{ s//\1/; q; } | |
46466 | s/.*/./; q'` | |
46467 | done | |
46468 | test ! -n "$as_dirs" || mkdir $as_dirs | |
46469 | fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 | |
46470 | echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} | |
46471 | { (exit 1); exit 1; }; }; } | |
46472 | ||
46473 | ac_builddir=. | |
46474 | ||
46475 | if test "$ac_dir" != .; then | |
46476 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | |
46477 | # A "../" for each directory in $ac_dir_suffix. | |
46478 | ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` | |
46479 | else | |
46480 | ac_dir_suffix= ac_top_builddir= | |
46481 | fi | |
46482 | ||
46483 | case $srcdir in | |
46484 | .) # No --srcdir option. We are building in place. | |
46485 | ac_srcdir=. | |
46486 | if test -z "$ac_top_builddir"; then | |
46487 | ac_top_srcdir=. | |
46488 | else | |
46489 | ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` | |
46490 | fi ;; | |
46491 | [\\/]* | ?:[\\/]* ) # Absolute path. | |
46492 | ac_srcdir=$srcdir$ac_dir_suffix; | |
46493 | ac_top_srcdir=$srcdir ;; | |
46494 | *) # Relative path. | |
46495 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | |
46496 | ac_top_srcdir=$ac_top_builddir$srcdir ;; | |
46497 | esac | |
ac1cb8d3 VS |
46498 | |
46499 | # Do not use `cd foo && pwd` to compute absolute paths, because | |
46500 | # the directories may not exist. | |
46501 | case `pwd` in | |
46502 | .) ac_abs_builddir="$ac_dir";; | |
46503 | *) | |
46504 | case "$ac_dir" in | |
46505 | .) ac_abs_builddir=`pwd`;; | |
46506 | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; | |
46507 | *) ac_abs_builddir=`pwd`/"$ac_dir";; | |
46508 | esac;; | |
46509 | esac | |
46510 | case $ac_abs_builddir in | |
46511 | .) ac_abs_top_builddir=${ac_top_builddir}.;; | |
46512 | *) | |
46513 | case ${ac_top_builddir}. in | |
46514 | .) ac_abs_top_builddir=$ac_abs_builddir;; | |
46515 | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; | |
46516 | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; | |
46517 | esac;; | |
46518 | esac | |
46519 | case $ac_abs_builddir in | |
46520 | .) ac_abs_srcdir=$ac_srcdir;; | |
46521 | *) | |
46522 | case $ac_srcdir in | |
46523 | .) ac_abs_srcdir=$ac_abs_builddir;; | |
46524 | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; | |
46525 | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; | |
46526 | esac;; | |
46527 | esac | |
46528 | case $ac_abs_builddir in | |
46529 | .) ac_abs_top_srcdir=$ac_top_srcdir;; | |
46530 | *) | |
46531 | case $ac_top_srcdir in | |
46532 | .) ac_abs_top_srcdir=$ac_abs_builddir;; | |
46533 | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; | |
46534 | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; | |
46535 | esac;; | |
46536 | esac | |
a848cd7e SC |
46537 | |
46538 | ||
46539 | cd $ac_dir | |
46540 | ||
46541 | # Check for guested configure; otherwise get Cygnus style configure. | |
46542 | if test -f $ac_srcdir/configure.gnu; then | |
46543 | ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'" | |
46544 | elif test -f $ac_srcdir/configure; then | |
46545 | ac_sub_configure="$SHELL '$ac_srcdir/configure'" | |
46546 | elif test -f $ac_srcdir/configure.in; then | |
46547 | ac_sub_configure=$ac_configure | |
46548 | else | |
46549 | { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5 | |
46550 | echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;} | |
46551 | ac_sub_configure= | |
46552 | fi | |
46553 | ||
46554 | # The recursion is here. | |
46555 | if test -n "$ac_sub_configure"; then | |
46556 | # Make the cache file name correct relative to the subdirectory. | |
46557 | case $cache_file in | |
46558 | [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;; | |
46559 | *) # Relative path. | |
ac1cb8d3 | 46560 | ac_sub_cache_file=$ac_top_builddir$cache_file ;; |
a848cd7e SC |
46561 | esac |
46562 | ||
46563 | { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5 | |
46564 | echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;} | |
46565 | # The eval makes quoting arguments work. | |
46566 | eval $ac_sub_configure $ac_sub_configure_args \ | |
ac1cb8d3 VS |
46567 | --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir || |
46568 | { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5 | |
a848cd7e SC |
46569 | echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;} |
46570 | { (exit 1); exit 1; }; } | |
46571 | fi | |
46572 | ||
6ebeb4c7 | 46573 | cd "$ac_popdir" |
a848cd7e SC |
46574 | done |
46575 | fi | |
46576 | ||
46577 | ||
46578 | echo | |
77ffb593 | 46579 | echo "Configured wxWidgets ${WX_VERSION} for \`${host}'" |
a848cd7e | 46580 | echo "" |
4d4ff94c | 46581 | echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}" |
77ffb593 | 46582 | echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}" |
a848cd7e | 46583 | |
77ffb593 JS |
46584 | echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}" |
46585 | echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}" | |
46586 | echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}" | |
a848cd7e | 46587 | |
77ffb593 JS |
46588 | echo " What level of wxWidgets compatibility should be enabled?" |
46589 | echo " wxWidgets 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}" | |
46590 | echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}" | |
a848cd7e | 46591 | |
77ffb593 | 46592 | echo " Which libraries should wxWidgets use?" |
a848cd7e SC |
46593 | echo " jpeg ${wxUSE_LIBJPEG-none}" |
46594 | echo " png ${wxUSE_LIBPNG-none}" | |
46595 | echo " regex ${wxUSE_REGEX}" | |
46596 | echo " tiff ${wxUSE_LIBTIFF-none}" | |
46597 | if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then | |
46598 | echo " xpm ${wxUSE_LIBXPM-none}" | |
46599 | fi | |
46600 | echo " zlib ${wxUSE_ZLIB}" | |
46601 | echo " odbc ${wxUSE_ODBC}" | |
46602 | echo " expat ${wxUSE_EXPAT}" | |
46603 | echo " libmspack ${wxUSE_LIBMSPACK}" | |
46604 | echo " sdl ${wxUSE_LIBSDL}" | |
6d1ce868 | 46605 | echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}" |
a848cd7e SC |
46606 | |
46607 | echo "" | |
46608 |