]>
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. | |
63c4f6da | 4 | # Generated by GNU Autoconf 2.59 for wxWidgets 2.5.5. |
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' | |
63c4f6da MW |
273 | PACKAGE_VERSION='2.5.5' |
274 | PACKAGE_STRING='wxWidgets 2.5.5' | |
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" | |
6671c68b | 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 AIX_CXX_LD SHARED_LD_CC SHARED_LD_CXX SHARED_LD_MODULE_CC SHARED_LD_MODULE_CXX PIC_FLAG USE_SOVERSION USE_SOVERLINUX USE_SOVERSOLARIS USE_MACVERSION USE_SOSYMLINKS SONAME_FLAG DEPS_TRACKING GCC_PCH COND_BUILD_DEBUG COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT COND_BUILD_DEBUG_UNICODE_0 COND_BUILD_DEBUG_UNICODE_1 COND_BUILD_RELEASE COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT COND_BUILD_RELEASE_UNICODE_0 COND_BUILD_RELEASE_UNICODE_1 COND_DEBUG_FLAG_1 COND_DEBUG_INFO_0 COND_DEBUG_INFO_1 COND_DEPS_TRACKING_0 COND_DEPS_TRACKING_1 COND_GCC_PCH_1 COND_MONOLITHIC_0 COND_MONOLITHIC_0_SHARED_0 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_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_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_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_WXUSE_EXPAT_BUILTIN COND_SHARED_0_WXUSE_ODBC_BUILTIN COND_SHARED_0_WXUSE_REGEX_BUILTIN COND_SHARED_0_WXUSE_ZLIB_BUILTIN COND_SHARED_1 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1 COND_TOOLKIT_ 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_SOVERLINUX_1 COND_USE_SOVERSION_0 COND_USE_SOVERSOLARIS_1 COND_USE_THREADS_0 COND_USE_THREADS_1 COND_USE_XRC_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 | |
63c4f6da | 797 | \`configure' configures wxWidgets 2.5.5 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 | |
63c4f6da | 863 | short | recursive ) echo "Configuration of wxWidgets 2.5.5:";; |
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 |
9f45f08e | 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 |
07158944 | 929 | --enable-stdpaths use wxStandardPaths class |
a848cd7e | 930 | --enable-stopwatch use wxStopWatch class |
07158944 | 931 | --enable-streams use wxStream etc classes |
a848cd7e SC |
932 | --enable-sysoptions use wxSystemOptions |
933 | --enable-textbuf use wxTextBuffer class | |
934 | --enable-textfile use wxTextFile class | |
935 | --enable-timer use wxTimer class | |
936 | --enable-unicode compile wxString with Unicode support | |
937 | --enable-sound use wxSound class | |
3b57de8b | 938 | --enable-mediactrl use wxMediaCtrl class |
77ffb593 | 939 | --enable-wxprintfv use wxWidgets implementation of vprintf() |
81f90336 | 940 | --enable-zipstream use wxZip streams |
a848cd7e SC |
941 | --enable-url use wxURL class |
942 | --enable-protocol use wxProtocol class | |
943 | --enable-protocol-http HTTP support in wxProtocol | |
944 | --enable-protocol-ftp FTP support in wxProtocol | |
945 | --enable-protocol-file FILE support in wxProtocol | |
946 | --enable-threads use threads | |
947 | --enable-docview use document view architecture | |
948 | --enable-help use help subsystem | |
949 | --enable-mshtmlhelp use MS HTML Help (win32) | |
950 | --enable-html use wxHTML sub-library | |
951 | --enable-htmlhelp use wxHTML-based help | |
9a8f0513 | 952 | --enable-xrc use XRC resources sub-library |
a848cd7e SC |
953 | --enable-constraints use layout-constraints system |
954 | --enable-printarch use printing architecture | |
955 | --enable-mdi use multiple document interface architecture | |
8a7b1113 | 956 | --enable-mdidoc use docview architecture with MDI |
a848cd7e SC |
957 | --enable-loggui use standard GUI logger |
958 | --enable-logwin use wxLogWindow | |
959 | --enable-logdialog use wxLogDialog | |
646b6ec1 | 960 | --enable-webkit use wxWebKitCtrl (Mac) |
a848cd7e SC |
961 | --enable-postscript use wxPostscriptDC device context (default for gtk+) |
962 | --enable-prologio not available; see contrib | |
963 | --enable-resources not available; see contrib | |
964 | --enable-clipboard use wxClipboard class | |
965 | --enable-dnd use Drag'n'Drop classes | |
966 | --enable-metafile use win32 metafiles | |
967 | --enable-controls use all usual controls | |
968 | --enable-accel use accelerators | |
969 | --enable-button use wxButton class | |
970 | --enable-bmpbutton use wxBitmapButton class | |
971 | --enable-calendar use wxCalendarCtrl class | |
972 | --enable-caret use wxCaret class | |
973 | --enable-checkbox use wxCheckBox class | |
974 | --enable-checklst use wxCheckListBox (listbox with checkboxes) class | |
975 | --enable-choice use wxChoice class | |
92bbdbcd | 976 | --enable-choicebook use wxChoicebook class |
a848cd7e | 977 | --enable-combobox use wxComboBox class |
da98e9be | 978 | --enable-datepick use wxDatePickerCtrl class |
a848cd7e SC |
979 | --enable-display use wxDisplay class |
980 | --enable-gauge use wxGauge class | |
981 | --enable-grid use wxGrid class | |
982 | --enable-imaglist use wxImageList class | |
983 | --enable-listbook use wxListbook class | |
984 | --enable-listbox use wxListBox class | |
985 | --enable-listctrl use wxListCtrl class | |
986 | --enable-notebook use wxNotebook class | |
987 | --enable-radiobox use wxRadioBox class | |
988 | --enable-radiobtn use wxRadioButton class | |
989 | --enable-sash use wxSashWindow class | |
990 | --enable-scrollbar use wxScrollBar class and scrollable windows | |
991 | --enable-slider use wxSlider class | |
992 | --enable-spinbtn use wxSpinButton class | |
993 | --enable-spinctrl use wxSpinCtrl class | |
994 | --enable-splitter use wxSplitterWindow class | |
995 | --enable-statbmp use wxStaticBitmap class | |
996 | --enable-statbox use wxStaticBox class | |
997 | --enable-statline use wxStaticLine class | |
998 | --enable-stattext use wxStaticText class | |
999 | --enable-statusbar use wxStatusBar class | |
1000 | --enable-tabdialog use wxTabControl class | |
1001 | --enable-textctrl use wxTextCtrl class | |
1002 | --enable-togglebtn use wxToggleButton class | |
1003 | --enable-toolbar use wxToolBar class | |
1004 | --enable-tbarnative use native wxToolBar class | |
1005 | --enable-tbarsmpl use wxToolBarSimple class | |
1006 | --enable-treectrl use wxTreeCtrl class | |
1007 | --enable-tipwindow use wxTipWindow class | |
1008 | --enable-popupwin use wxPopUpWindow class | |
1009 | --enable-commondlg use all common dialogs | |
1010 | --enable-choicedlg use wxChoiceDialog | |
1011 | --enable-coldlg use wxColourDialog | |
1012 | --enable-filedlg use wxFileDialog | |
1013 | --enable-finddlg use wxFindReplaceDialog | |
1014 | --enable-fontdlg use wxFontDialog | |
1015 | --enable-dirdlg use wxDirDialog | |
1016 | --enable-msgdlg use wxMessageDialog | |
1017 | --enable-numberdlg use wxNumberEntryDialog | |
1018 | --enable-splash use wxSplashScreen | |
1019 | --enable-textdlg use wxTextDialog | |
1020 | --enable-tipdlg use startup tips | |
1021 | --enable-progressdlg use wxProgressDialog | |
1022 | --enable-wizarddlg use wxWizard | |
1023 | --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes | |
1024 | --enable-miniframe use wxMiniFrame class | |
1025 | --enable-tooltips use wxToolTip class | |
1026 | --enable-splines use spline drawing code | |
1027 | --enable-validators use wxValidator and derived classes | |
1028 | --enable-busyinfo use wxBusyInfo | |
4cb1d3da | 1029 | --enable-joystick use wxJoystick |
a848cd7e SC |
1030 | --enable-metafiles use wxMetaFile (Windows only) |
1031 | --enable-dragimage use wxDragImage | |
1032 | --enable-accessibility enable accessibility support | |
1033 | --enable-palette use wxPalette class | |
1034 | --enable-image use wxImage class | |
1035 | --enable-gif use gif images (GIF file format) | |
1036 | --enable-pcx use pcx images (PCX file format) | |
1037 | --enable-iff use iff images (IFF file format) | |
1038 | --enable-pnm use pnm images (PNM file format) | |
1039 | --enable-xpm use xpm images (XPM file format) | |
1040 | --enable-icocur use Windows ICO and CUR formats | |
77ffb593 | 1041 | --enable-official_build official build of wxWidgets (win32 DLL only) |
a848cd7e SC |
1042 | --enable-vendor=VENDOR vendor name (win32 DLL only) |
1043 | --disable-largefile omit support for large files | |
1044 | --disable-gtktest do not try to compile and run a test GTK+ program | |
1045 | --disable-gtktest Do not try to compile and run a test GTK program | |
1046 | --disable-sdltest Do not try to compile and run a test SDL program | |
1047 | --enable-omf use OMF object format (OS/2) | |
ebee3cd0 VS |
1048 | --disable-precomp-headers |
1049 | don't use precompiled headers even if compiler can | |
a848cd7e SC |
1050 | |
1051 | Optional Packages: | |
1052 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | |
1053 | --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) | |
1054 | --with-gtk use GTK+ | |
1055 | --with-motif use Motif/Lesstif | |
1056 | --with-mac use Mac OS X | |
1057 | --with-cocoa use Cocoa | |
1058 | --with-wine use Wine | |
1059 | --with-msw use MS-Windows | |
1060 | --with-pm use OS/2 Presentation Manager | |
1061 | --with-mgl use SciTech MGL | |
1062 | --with-microwin use MicroWindows | |
1063 | --with-x11 use X11 | |
1064 | --with-libpng use libpng (PNG image format) | |
1065 | --with-libjpeg use libjpeg (JPEG file format) | |
1066 | --with-libtiff use libtiff (TIFF file format) | |
1067 | --with-libxpm use libxpm (XPM file format) | |
1068 | --with-libmspack use libmspack (CHM help files loading) | |
1069 | --with-sdl use SDL for audio on Unix | |
d51253e8 | 1070 | --with-gnomeprint use GNOME print for printing under Unix |
a848cd7e SC |
1071 | --with-opengl use OpenGL (or Mesa) |
1072 | --with-dmalloc use dmalloc library (http://dmalloc.com/) | |
1073 | --with-regex enable support for wxRegEx class | |
1074 | --with-zlib use zlib for LZW compression | |
1075 | --with-odbc use the IODBC and wxODBC classes | |
1076 | --with-expat enable XML support using expat parser | |
ceec2216 | 1077 | --with-flavour=NAME specify a name to identify this build |
a848cd7e SC |
1078 | --with-gtk-prefix=PFX Prefix where GTK is installed (optional) |
1079 | --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional) | |
1080 | --with-x use the X Window System | |
1081 | --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib | |
1082 | --with-sdl-prefix=PFX Prefix where SDL is installed (optional) | |
1083 | --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional) | |
1084 | --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional) | |
1085 | --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional) | |
1086 | ||
1087 | Some influential environment variables: | |
dcc1b6ad VS |
1088 | CC C compiler command |
1089 | CFLAGS C compiler flags | |
1090 | LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a | |
1091 | nonstandard directory <lib dir> | |
1092 | CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have | |
1093 | headers in a nonstandard directory <include dir> | |
1094 | CPP C preprocessor | |
1095 | CXX C++ compiler command | |
1096 | CXXFLAGS C++ compiler flags | |
1097 | CXXCPP C++ preprocessor | |
a848cd7e SC |
1098 | |
1099 | Use these variables to override the choices made by `configure' or to help | |
1100 | it to find libraries and programs with nonstandard names/locations. | |
1101 | ||
77ffb593 | 1102 | Report bugs to <wx-dev@lists.wxwidgets.org>. |
a848cd7e SC |
1103 | _ACEOF |
1104 | fi | |
1105 | ||
1106 | if test "$ac_init_help" = "recursive"; then | |
1107 | # If there are subdirs, report their specific --help. | |
1108 | ac_popdir=`pwd` | |
1109 | for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue | |
1110 | test -d $ac_dir || continue | |
1111 | ac_builddir=. | |
1112 | ||
1113 | if test "$ac_dir" != .; then | |
1114 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | |
1115 | # A "../" for each directory in $ac_dir_suffix. | |
1116 | ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` | |
1117 | else | |
1118 | ac_dir_suffix= ac_top_builddir= | |
1119 | fi | |
1120 | ||
1121 | case $srcdir in | |
1122 | .) # No --srcdir option. We are building in place. | |
1123 | ac_srcdir=. | |
1124 | if test -z "$ac_top_builddir"; then | |
1125 | ac_top_srcdir=. | |
1126 | else | |
1127 | ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` | |
1128 | fi ;; | |
1129 | [\\/]* | ?:[\\/]* ) # Absolute path. | |
1130 | ac_srcdir=$srcdir$ac_dir_suffix; | |
1131 | ac_top_srcdir=$srcdir ;; | |
1132 | *) # Relative path. | |
1133 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | |
1134 | ac_top_srcdir=$ac_top_builddir$srcdir ;; | |
1135 | esac | |
ac1cb8d3 VS |
1136 | |
1137 | # Do not use `cd foo && pwd` to compute absolute paths, because | |
1138 | # the directories may not exist. | |
1139 | case `pwd` in | |
1140 | .) ac_abs_builddir="$ac_dir";; | |
1141 | *) | |
1142 | case "$ac_dir" in | |
1143 | .) ac_abs_builddir=`pwd`;; | |
1144 | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; | |
1145 | *) ac_abs_builddir=`pwd`/"$ac_dir";; | |
1146 | esac;; | |
1147 | esac | |
1148 | case $ac_abs_builddir in | |
1149 | .) ac_abs_top_builddir=${ac_top_builddir}.;; | |
1150 | *) | |
1151 | case ${ac_top_builddir}. in | |
1152 | .) ac_abs_top_builddir=$ac_abs_builddir;; | |
1153 | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; | |
1154 | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; | |
1155 | esac;; | |
1156 | esac | |
1157 | case $ac_abs_builddir in | |
1158 | .) ac_abs_srcdir=$ac_srcdir;; | |
1159 | *) | |
1160 | case $ac_srcdir in | |
1161 | .) ac_abs_srcdir=$ac_abs_builddir;; | |
1162 | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; | |
1163 | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; | |
1164 | esac;; | |
1165 | esac | |
1166 | case $ac_abs_builddir in | |
1167 | .) ac_abs_top_srcdir=$ac_top_srcdir;; | |
1168 | *) | |
1169 | case $ac_top_srcdir in | |
1170 | .) ac_abs_top_srcdir=$ac_abs_builddir;; | |
1171 | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; | |
1172 | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; | |
1173 | esac;; | |
1174 | esac | |
a848cd7e SC |
1175 | |
1176 | cd $ac_dir | |
1177 | # Check for guested configure; otherwise get Cygnus style configure. | |
1178 | if test -f $ac_srcdir/configure.gnu; then | |
1179 | echo | |
1180 | $SHELL $ac_srcdir/configure.gnu --help=recursive | |
1181 | elif test -f $ac_srcdir/configure; then | |
1182 | echo | |
1183 | $SHELL $ac_srcdir/configure --help=recursive | |
1184 | elif test -f $ac_srcdir/configure.ac || | |
ac1cb8d3 | 1185 | test -f $ac_srcdir/configure.in; then |
a848cd7e SC |
1186 | echo |
1187 | $ac_configure --help | |
1188 | else | |
1189 | echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 | |
1190 | fi | |
07158944 | 1191 | cd "$ac_popdir" |
a848cd7e SC |
1192 | done |
1193 | fi | |
1194 | ||
1195 | test -n "$ac_init_help" && exit 0 | |
1196 | if $ac_init_version; then | |
1197 | cat <<\_ACEOF | |
63c4f6da | 1198 | wxWidgets configure 2.5.5 |
ac1cb8d3 | 1199 | generated by GNU Autoconf 2.59 |
a848cd7e | 1200 | |
ac1cb8d3 | 1201 | Copyright (C) 2003 Free Software Foundation, Inc. |
a848cd7e SC |
1202 | This configure script is free software; the Free Software Foundation |
1203 | gives unlimited permission to copy, distribute and modify it. | |
1204 | _ACEOF | |
1205 | exit 0 | |
1206 | fi | |
1207 | exec 5>config.log | |
1208 | cat >&5 <<_ACEOF | |
1209 | This file contains any messages produced by compilers while | |
1210 | running configure, to aid debugging if configure makes a mistake. | |
1211 | ||
63c4f6da | 1212 | It was created by wxWidgets $as_me 2.5.5, which was |
ac1cb8d3 | 1213 | generated by GNU Autoconf 2.59. Invocation command line was |
a848cd7e SC |
1214 | |
1215 | $ $0 $@ | |
1216 | ||
1217 | _ACEOF | |
1218 | { | |
1219 | cat <<_ASUNAME | |
1220 | ## --------- ## | |
1221 | ## Platform. ## | |
1222 | ## --------- ## | |
1223 | ||
1224 | hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` | |
1225 | uname -m = `(uname -m) 2>/dev/null || echo unknown` | |
1226 | uname -r = `(uname -r) 2>/dev/null || echo unknown` | |
1227 | uname -s = `(uname -s) 2>/dev/null || echo unknown` | |
1228 | uname -v = `(uname -v) 2>/dev/null || echo unknown` | |
1229 | ||
1230 | /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` | |
1231 | /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` | |
1232 | ||
1233 | /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` | |
1234 | /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` | |
1235 | /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` | |
1236 | hostinfo = `(hostinfo) 2>/dev/null || echo unknown` | |
1237 | /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` | |
1238 | /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` | |
1239 | /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` | |
1240 | ||
1241 | _ASUNAME | |
1242 | ||
1243 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
1244 | for as_dir in $PATH | |
1245 | do | |
1246 | IFS=$as_save_IFS | |
1247 | test -z "$as_dir" && as_dir=. | |
1248 | echo "PATH: $as_dir" | |
1249 | done | |
1250 | ||
1251 | } >&5 | |
1252 | ||
1253 | cat >&5 <<_ACEOF | |
1254 | ||
1255 | ||
1256 | ## ----------- ## | |
1257 | ## Core tests. ## | |
1258 | ## ----------- ## | |
1259 | ||
1260 | _ACEOF | |
1261 | ||
1262 | ||
1263 | # Keep a trace of the command line. | |
1264 | # Strip out --no-create and --no-recursion so they do not pile up. | |
1265 | # Strip out --silent because we don't want to record it for future runs. | |
1266 | # Also quote any args containing shell meta-characters. | |
1267 | # Make two passes to allow for proper duplicate-argument suppression. | |
1268 | ac_configure_args= | |
1269 | ac_configure_args0= | |
1270 | ac_configure_args1= | |
1271 | ac_sep= | |
1272 | ac_must_keep_next=false | |
1273 | for ac_pass in 1 2 | |
1274 | do | |
1275 | for ac_arg | |
1276 | do | |
1277 | case $ac_arg in | |
1278 | -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; | |
1279 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
1280 | | -silent | --silent | --silen | --sile | --sil) | |
1281 | continue ;; | |
1282 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) | |
1283 | ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
1284 | esac | |
1285 | case $ac_pass in | |
1286 | 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; | |
1287 | 2) | |
1288 | ac_configure_args1="$ac_configure_args1 '$ac_arg'" | |
1289 | if test $ac_must_keep_next = true; then | |
ac1cb8d3 | 1290 | ac_must_keep_next=false # Got value, back to normal. |
a848cd7e | 1291 | else |
ac1cb8d3 VS |
1292 | case $ac_arg in |
1293 | *=* | --config-cache | -C | -disable-* | --disable-* \ | |
1294 | | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | |
1295 | | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | |
1296 | | -with-* | --with-* | -without-* | --without-* | --x) | |
1297 | case "$ac_configure_args0 " in | |
1298 | "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; | |
1299 | esac | |
1300 | ;; | |
1301 | -* ) ac_must_keep_next=true ;; | |
1302 | esac | |
a848cd7e SC |
1303 | fi |
1304 | ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" | |
1305 | # Get rid of the leading space. | |
1306 | ac_sep=" " | |
1307 | ;; | |
1308 | esac | |
1309 | done | |
1310 | done | |
1311 | $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } | |
1312 | $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } | |
1313 | ||
1314 | # When interrupted or exit'd, cleanup temporary files, and complete | |
1315 | # config.log. We remove comments because anyway the quotes in there | |
1316 | # would cause problems or look ugly. | |
1317 | # WARNING: Be sure not to use single quotes in there, as some shells, | |
1318 | # such as our DU 5.0 friend, will then `close' the trap. | |
1319 | trap 'exit_status=$? | |
1320 | # Save into config.log some information that might help in debugging. | |
1321 | { | |
1322 | echo | |
1323 | ||
1324 | cat <<\_ASBOX | |
1325 | ## ---------------- ## | |
1326 | ## Cache variables. ## | |
1327 | ## ---------------- ## | |
1328 | _ASBOX | |
1329 | echo | |
1330 | # The following way of writing the cache mishandles newlines in values, | |
1331 | { | |
1332 | (set) 2>&1 | | |
1333 | case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in | |
1334 | *ac_space=\ *) | |
1335 | sed -n \ | |
ac1cb8d3 VS |
1336 | "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; |
1337 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" | |
a848cd7e SC |
1338 | ;; |
1339 | *) | |
1340 | sed -n \ | |
ac1cb8d3 | 1341 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" |
a848cd7e SC |
1342 | ;; |
1343 | esac; | |
1344 | } | |
1345 | echo | |
1346 | ||
1347 | cat <<\_ASBOX | |
1348 | ## ----------------- ## | |
1349 | ## Output variables. ## | |
1350 | ## ----------------- ## | |
1351 | _ASBOX | |
1352 | echo | |
1353 | for ac_var in $ac_subst_vars | |
1354 | do | |
1355 | eval ac_val=$`echo $ac_var` | |
1356 | echo "$ac_var='"'"'$ac_val'"'"'" | |
1357 | done | sort | |
1358 | echo | |
1359 | ||
1360 | if test -n "$ac_subst_files"; then | |
1361 | cat <<\_ASBOX | |
1362 | ## ------------- ## | |
1363 | ## Output files. ## | |
1364 | ## ------------- ## | |
1365 | _ASBOX | |
1366 | echo | |
1367 | for ac_var in $ac_subst_files | |
1368 | do | |
1369 | eval ac_val=$`echo $ac_var` | |
ac1cb8d3 | 1370 | echo "$ac_var='"'"'$ac_val'"'"'" |
a848cd7e SC |
1371 | done | sort |
1372 | echo | |
1373 | fi | |
1374 | ||
1375 | if test -s confdefs.h; then | |
1376 | cat <<\_ASBOX | |
1377 | ## ----------- ## | |
1378 | ## confdefs.h. ## | |
1379 | ## ----------- ## | |
1380 | _ASBOX | |
1381 | echo | |
1382 | sed "/^$/d" confdefs.h | sort | |
1383 | echo | |
1384 | fi | |
1385 | test "$ac_signal" != 0 && | |
1386 | echo "$as_me: caught signal $ac_signal" | |
1387 | echo "$as_me: exit $exit_status" | |
1388 | } >&5 | |
ac1cb8d3 | 1389 | rm -f core *.core && |
a848cd7e SC |
1390 | rm -rf conftest* confdefs* conf$$* $ac_clean_files && |
1391 | exit $exit_status | |
1392 | ' 0 | |
1393 | for ac_signal in 1 2 13 15; do | |
1394 | trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal | |
1395 | done | |
1396 | ac_signal=0 | |
1397 | ||
1398 | # confdefs.h avoids OS command line length limits that DEFS can exceed. | |
1399 | rm -rf conftest* confdefs.h | |
1400 | # AIX cpp loses on an empty file, so make sure it contains at least a newline. | |
1401 | echo >confdefs.h | |
1402 | ||
1403 | # Predefined preprocessor variables. | |
1404 | ||
1405 | cat >>confdefs.h <<_ACEOF | |
1406 | #define PACKAGE_NAME "$PACKAGE_NAME" | |
1407 | _ACEOF | |
1408 | ||
1409 | ||
1410 | cat >>confdefs.h <<_ACEOF | |
1411 | #define PACKAGE_TARNAME "$PACKAGE_TARNAME" | |
1412 | _ACEOF | |
1413 | ||
1414 | ||
1415 | cat >>confdefs.h <<_ACEOF | |
1416 | #define PACKAGE_VERSION "$PACKAGE_VERSION" | |
1417 | _ACEOF | |
1418 | ||
1419 | ||
1420 | cat >>confdefs.h <<_ACEOF | |
1421 | #define PACKAGE_STRING "$PACKAGE_STRING" | |
1422 | _ACEOF | |
1423 | ||
1424 | ||
1425 | cat >>confdefs.h <<_ACEOF | |
1426 | #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" | |
1427 | _ACEOF | |
1428 | ||
1429 | ||
1430 | # Let the site file select an alternate cache file if it wants to. | |
1431 | # Prefer explicitly selected file to automatically selected ones. | |
1432 | if test -z "$CONFIG_SITE"; then | |
1433 | if test "x$prefix" != xNONE; then | |
1434 | CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" | |
1435 | else | |
1436 | CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" | |
1437 | fi | |
1438 | fi | |
1439 | for ac_site_file in $CONFIG_SITE; do | |
1440 | if test -r "$ac_site_file"; then | |
1441 | { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 | |
1442 | echo "$as_me: loading site script $ac_site_file" >&6;} | |
1443 | sed 's/^/| /' "$ac_site_file" >&5 | |
1444 | . "$ac_site_file" | |
1445 | fi | |
1446 | done | |
1447 | ||
1448 | if test -r "$cache_file"; then | |
1449 | # Some versions of bash will fail to source /dev/null (special | |
1450 | # files actually), so we avoid doing that. | |
1451 | if test -f "$cache_file"; then | |
1452 | { echo "$as_me:$LINENO: loading cache $cache_file" >&5 | |
1453 | echo "$as_me: loading cache $cache_file" >&6;} | |
1454 | case $cache_file in | |
1455 | [\\/]* | ?:[\\/]* ) . $cache_file;; | |
1456 | *) . ./$cache_file;; | |
1457 | esac | |
1458 | fi | |
1459 | else | |
1460 | { echo "$as_me:$LINENO: creating cache $cache_file" >&5 | |
1461 | echo "$as_me: creating cache $cache_file" >&6;} | |
1462 | >$cache_file | |
1463 | fi | |
1464 | ||
1465 | # Check that the precious variables saved in the cache have kept the same | |
1466 | # value. | |
1467 | ac_cache_corrupted=false | |
1468 | for ac_var in `(set) 2>&1 | | |
ac1cb8d3 | 1469 | sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do |
a848cd7e SC |
1470 | eval ac_old_set=\$ac_cv_env_${ac_var}_set |
1471 | eval ac_new_set=\$ac_env_${ac_var}_set | |
1472 | eval ac_old_val="\$ac_cv_env_${ac_var}_value" | |
1473 | eval ac_new_val="\$ac_env_${ac_var}_value" | |
1474 | case $ac_old_set,$ac_new_set in | |
1475 | set,) | |
1476 | { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 | |
1477 | echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} | |
1478 | ac_cache_corrupted=: ;; | |
1479 | ,set) | |
1480 | { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 | |
1481 | echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} | |
1482 | ac_cache_corrupted=: ;; | |
1483 | ,);; | |
1484 | *) | |
1485 | if test "x$ac_old_val" != "x$ac_new_val"; then | |
ac1cb8d3 | 1486 | { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 |
a848cd7e | 1487 | echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} |
ac1cb8d3 | 1488 | { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 |
a848cd7e | 1489 | echo "$as_me: former value: $ac_old_val" >&2;} |
ac1cb8d3 | 1490 | { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 |
a848cd7e | 1491 | echo "$as_me: current value: $ac_new_val" >&2;} |
ac1cb8d3 | 1492 | ac_cache_corrupted=: |
a848cd7e SC |
1493 | fi;; |
1494 | esac | |
1495 | # Pass precious variables to config.status. | |
1496 | if test "$ac_new_set" = set; then | |
1497 | case $ac_new_val in | |
1498 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) | |
1499 | ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; | |
1500 | *) ac_arg=$ac_var=$ac_new_val ;; | |
1501 | esac | |
1502 | case " $ac_configure_args " in | |
1503 | *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. | |
1504 | *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; | |
1505 | esac | |
1506 | fi | |
1507 | done | |
1508 | if $ac_cache_corrupted; then | |
1509 | { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 | |
1510 | echo "$as_me: error: changes in the environment can compromise the build" >&2;} | |
1511 | { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 | |
1512 | echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} | |
1513 | { (exit 1); exit 1; }; } | |
1514 | fi | |
1515 | ||
1516 | ac_ext=c | |
1517 | ac_cpp='$CPP $CPPFLAGS' | |
1518 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
1519 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
1520 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
1521 | ||
1522 | ||
1523 | ||
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 | ac_aux_dir= | |
1552 | for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do | |
1553 | if test -f $ac_dir/install-sh; then | |
1554 | ac_aux_dir=$ac_dir | |
1555 | ac_install_sh="$ac_aux_dir/install-sh -c" | |
1556 | break | |
1557 | elif test -f $ac_dir/install.sh; then | |
1558 | ac_aux_dir=$ac_dir | |
1559 | ac_install_sh="$ac_aux_dir/install.sh -c" | |
1560 | break | |
1561 | elif test -f $ac_dir/shtool; then | |
1562 | ac_aux_dir=$ac_dir | |
1563 | ac_install_sh="$ac_aux_dir/shtool install -c" | |
1564 | break | |
1565 | fi | |
1566 | done | |
1567 | if test -z "$ac_aux_dir"; then | |
1568 | { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 | |
1569 | echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} | |
1570 | { (exit 1); exit 1; }; } | |
1571 | fi | |
1572 | ac_config_guess="$SHELL $ac_aux_dir/config.guess" | |
1573 | ac_config_sub="$SHELL $ac_aux_dir/config.sub" | |
1574 | ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. | |
1575 | ||
1576 | # Make sure we can run config.sub. | |
1577 | $ac_config_sub sun4 >/dev/null 2>&1 || | |
1578 | { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 | |
1579 | echo "$as_me: error: cannot run $ac_config_sub" >&2;} | |
1580 | { (exit 1); exit 1; }; } | |
1581 | ||
1582 | echo "$as_me:$LINENO: checking build system type" >&5 | |
1583 | echo $ECHO_N "checking build system type... $ECHO_C" >&6 | |
1584 | if test "${ac_cv_build+set}" = set; then | |
1585 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
1586 | else | |
1587 | ac_cv_build_alias=$build_alias | |
1588 | test -z "$ac_cv_build_alias" && | |
1589 | ac_cv_build_alias=`$ac_config_guess` | |
1590 | test -z "$ac_cv_build_alias" && | |
1591 | { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 | |
1592 | echo "$as_me: error: cannot guess build type; you must specify one" >&2;} | |
1593 | { (exit 1); exit 1; }; } | |
1594 | ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || | |
1595 | { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 | |
1596 | echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} | |
1597 | { (exit 1); exit 1; }; } | |
1598 | ||
1599 | fi | |
1600 | echo "$as_me:$LINENO: result: $ac_cv_build" >&5 | |
1601 | echo "${ECHO_T}$ac_cv_build" >&6 | |
1602 | build=$ac_cv_build | |
1603 | build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
1604 | build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
1605 | build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
1606 | ||
1607 | ||
1608 | echo "$as_me:$LINENO: checking host system type" >&5 | |
1609 | echo $ECHO_N "checking host system type... $ECHO_C" >&6 | |
1610 | if test "${ac_cv_host+set}" = set; then | |
1611 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
1612 | else | |
1613 | ac_cv_host_alias=$host_alias | |
1614 | test -z "$ac_cv_host_alias" && | |
1615 | ac_cv_host_alias=$ac_cv_build_alias | |
1616 | ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || | |
1617 | { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 | |
1618 | echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} | |
1619 | { (exit 1); exit 1; }; } | |
1620 | ||
1621 | fi | |
1622 | echo "$as_me:$LINENO: result: $ac_cv_host" >&5 | |
1623 | echo "${ECHO_T}$ac_cv_host" >&6 | |
1624 | host=$ac_cv_host | |
1625 | host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
1626 | host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
1627 | host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
1628 | ||
1629 | ||
1630 | echo "$as_me:$LINENO: checking target system type" >&5 | |
1631 | echo $ECHO_N "checking target system type... $ECHO_C" >&6 | |
1632 | if test "${ac_cv_target+set}" = set; then | |
1633 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
1634 | else | |
1635 | ac_cv_target_alias=$target_alias | |
1636 | test "x$ac_cv_target_alias" = "x" && | |
1637 | ac_cv_target_alias=$ac_cv_host_alias | |
1638 | ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || | |
1639 | { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5 | |
1640 | echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} | |
1641 | { (exit 1); exit 1; }; } | |
1642 | ||
1643 | fi | |
1644 | echo "$as_me:$LINENO: result: $ac_cv_target" >&5 | |
1645 | echo "${ECHO_T}$ac_cv_target" >&6 | |
1646 | target=$ac_cv_target | |
1647 | target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | |
1648 | target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | |
1649 | target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | |
1650 | ||
1651 | ||
1652 | # The aliases save the names the user supplied, while $host etc. | |
1653 | # will get canonicalized. | |
1654 | test -n "$target_alias" && | |
1655 | test "$program_prefix$program_suffix$program_transform_name" = \ | |
1656 | NONENONEs,x,x, && | |
1657 | program_prefix=${target_alias}- | |
1658 | ||
1659 | ||
1660 | ||
ceec2216 RL |
1661 | wx_major_version_number=2 |
1662 | wx_minor_version_number=5 | |
63c4f6da MW |
1663 | wx_release_number=5 |
1664 | wx_subrelease_number=0 | |
a848cd7e | 1665 | |
ceec2216 RL |
1666 | WX_RELEASE=$wx_major_version_number.$wx_minor_version_number |
1667 | WX_VERSION=$WX_RELEASE.$wx_release_number | |
1668 | WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number | |
a848cd7e | 1669 | |
ceec2216 | 1670 | WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number |
a848cd7e | 1671 | |
63c4f6da | 1672 | WX_CURRENT=5 |
a848cd7e | 1673 | WX_REVISION=0 |
63c4f6da | 1674 | WX_AGE=5 |
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 | ||
1727 | case "${host}" in | |
1728 | *-hp-hpux* ) | |
1729 | USE_HPUX=1 | |
1730 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1731 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 | |
1732 | SO_SUFFIX=sl | |
1733 | cat >>confdefs.h <<\_ACEOF | |
1734 | #define __HPUX__ 1 | |
1735 | _ACEOF | |
1736 | ||
1737 | ;; | |
1738 | *-*-linux* ) | |
1739 | USE_LINUX=1 | |
1740 | cat >>confdefs.h <<\_ACEOF | |
1741 | #define __LINUX__ 1 | |
1742 | _ACEOF | |
1743 | ||
1744 | TMP=`uname -m` | |
1745 | if test "x$TMP" = "xalpha"; then | |
1746 | USE_ALPHA=1 | |
1747 | cat >>confdefs.h <<\_ACEOF | |
1748 | #define __ALPHA__ 1 | |
1749 | _ACEOF | |
1750 | ||
1751 | fi | |
1752 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1753 | ;; | |
1754 | *-*-gnu* | *-*-k*bsd*-gnu ) | |
1755 | USE_GNU=1 | |
1756 | TMP=`uname -m` | |
1757 | if test "x$TMP" = "xalpha"; then | |
1758 | USE_ALPHA=1 | |
1759 | cat >>confdefs.h <<\_ACEOF | |
1760 | #define __ALPHA__ 1 | |
1761 | _ACEOF | |
1762 | ||
1763 | fi | |
1764 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1765 | ;; | |
1766 | *-*-irix5* | *-*-irix6* ) | |
1767 | USE_SGI=1 | |
1768 | USE_SVR4=1 | |
1769 | cat >>confdefs.h <<\_ACEOF | |
1770 | #define __SGI__ 1 | |
1771 | _ACEOF | |
1772 | ||
1773 | cat >>confdefs.h <<\_ACEOF | |
1774 | #define __SVR4__ 1 | |
1775 | _ACEOF | |
1776 | ||
1777 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1778 | ;; | |
1779 | *-*-solaris2* ) | |
1780 | USE_SUN=1 | |
1781 | USE_SOLARIS=1 | |
1782 | USE_SVR4=1 | |
1783 | cat >>confdefs.h <<\_ACEOF | |
1784 | #define __SUN__ 1 | |
1785 | _ACEOF | |
1786 | ||
1787 | cat >>confdefs.h <<\_ACEOF | |
1788 | #define __SOLARIS__ 1 | |
1789 | _ACEOF | |
1790 | ||
1791 | cat >>confdefs.h <<\_ACEOF | |
1792 | #define __SVR4__ 1 | |
1793 | _ACEOF | |
1794 | ||
1795 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1796 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 | |
1797 | ;; | |
1798 | *-*-sunos4* ) | |
1799 | USE_SUN=1 | |
1800 | USE_SUNOS=1 | |
1801 | USE_BSD=1 | |
1802 | cat >>confdefs.h <<\_ACEOF | |
1803 | #define __SUN__ 1 | |
1804 | _ACEOF | |
1805 | ||
1806 | cat >>confdefs.h <<\_ACEOF | |
1807 | #define __SUNOS__ 1 | |
1808 | _ACEOF | |
1809 | ||
1810 | cat >>confdefs.h <<\_ACEOF | |
1811 | #define __BSD__ 1 | |
1812 | _ACEOF | |
1813 | ||
1814 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1815 | ;; | |
1816 | *-*-freebsd*) | |
1817 | USE_BSD=1 | |
1818 | USE_FREEBSD=1 | |
1819 | cat >>confdefs.h <<\_ACEOF | |
1820 | #define __FREEBSD__ 1 | |
1821 | _ACEOF | |
1822 | ||
1823 | cat >>confdefs.h <<\_ACEOF | |
1824 | #define __BSD__ 1 | |
1825 | _ACEOF | |
1826 | ||
1827 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1828 | ;; | |
1829 | *-*-openbsd*) | |
1830 | USE_BSD=1 | |
1831 | USE_OPENBSD=1 | |
1832 | cat >>confdefs.h <<\_ACEOF | |
1833 | #define __OPENBSD__ 1 | |
1834 | _ACEOF | |
1835 | ||
1836 | cat >>confdefs.h <<\_ACEOF | |
1837 | #define __BSD__ 1 | |
1838 | _ACEOF | |
1839 | ||
1840 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1841 | ;; | |
1842 | *-*-netbsd*) | |
1843 | USE_BSD=1 | |
1844 | USE_NETBSD=1 | |
1845 | cat >>confdefs.h <<\_ACEOF | |
1846 | #define __NETBSD__ 1 | |
1847 | _ACEOF | |
1848 | ||
1849 | cat >>confdefs.h <<\_ACEOF | |
1850 | #define __BSD__ 1 | |
1851 | _ACEOF | |
1852 | ||
1853 | DEFAULT_DEFAULT_wxUSE_GTK=1 | |
1854 | ;; | |
1855 | *-*-osf* ) | |
1856 | USE_ALPHA=1 | |
1857 | USE_OSF=1 | |
1858 | cat >>confdefs.h <<\_ACEOF | |
1859 | #define __ALPHA__ 1 | |
1860 | _ACEOF | |
1861 | ||
1862 | cat >>confdefs.h <<\_ACEOF | |
1863 | #define __OSF__ 1 | |
1864 | _ACEOF | |
1865 | ||
1866 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1867 | NEEDS_D_REENTRANT_FOR_R_FUNCS=1 | |
1868 | ;; | |
1869 | *-*-dgux5* ) | |
1870 | USE_ALPHA=1 | |
1871 | USE_SVR4=1 | |
1872 | cat >>confdefs.h <<\_ACEOF | |
1873 | #define __ALPHA__ 1 | |
1874 | _ACEOF | |
1875 | ||
1876 | cat >>confdefs.h <<\_ACEOF | |
1877 | #define __SVR4__ 1 | |
1878 | _ACEOF | |
1879 | ||
1880 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1881 | ;; | |
1882 | *-*-sysv5* ) | |
1883 | USE_SYSV=1 | |
1884 | USE_SVR4=1 | |
1885 | cat >>confdefs.h <<\_ACEOF | |
1886 | #define __SYSV__ 1 | |
1887 | _ACEOF | |
1888 | ||
1889 | cat >>confdefs.h <<\_ACEOF | |
1890 | #define __SVR4__ 1 | |
1891 | _ACEOF | |
1892 | ||
1893 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1894 | ;; | |
1895 | *-*-aix* ) | |
1896 | USE_AIX=1 | |
1897 | USE_SYSV=1 | |
1898 | USE_SVR4=1 | |
1899 | SO_SUFFIX=a | |
1900 | cat >>confdefs.h <<\_ACEOF | |
1901 | #define __AIX__ 1 | |
1902 | _ACEOF | |
1903 | ||
1904 | cat >>confdefs.h <<\_ACEOF | |
1905 | #define __SYSV__ 1 | |
1906 | _ACEOF | |
1907 | ||
1908 | cat >>confdefs.h <<\_ACEOF | |
1909 | #define __SVR4__ 1 | |
1910 | _ACEOF | |
1911 | ||
1912 | DEFAULT_DEFAULT_wxUSE_MOTIF=1 | |
1913 | ;; | |
1914 | ||
1915 | *-*-*UnixWare*) | |
1916 | USE_SYSV=1 | |
1917 | USE_SVR4=1 | |
1918 | USE_UNIXWARE=1 | |
1919 | cat >>confdefs.h <<\_ACEOF | |
1920 | #define __UNIXWARE__ 1 | |
1921 | _ACEOF | |
1922 | ||
1923 | ;; | |
1924 | ||
1925 | *-*-cygwin* | *-*-mingw32* ) | |
1926 | SO_SUFFIX=dll | |
1927 | PROGRAM_EXT=".exe" | |
1928 | RESCOMP=windres | |
1929 | DEFAULT_DEFAULT_wxUSE_MSW=1 | |
1930 | ;; | |
1931 | ||
1932 | *-pc-msdosdjgpp ) | |
1933 | USE_UNIX=0 | |
1934 | USE_DOS=1 | |
1935 | cat >>confdefs.h <<\_ACEOF | |
1936 | #define __DOS__ 1 | |
1937 | _ACEOF | |
1938 | ||
1939 | PROGRAM_EXT=".exe" | |
1940 | DEFAULT_DEFAULT_wxUSE_MGL=1 | |
1941 | LIBS="$LIBS -lstdc++" | |
1942 | ;; | |
1943 | ||
1944 | *-pc-os2_emx | *-pc-os2-emx ) | |
1945 | cat >>confdefs.h <<\_ACEOF | |
1946 | #define __EMX__ 1 | |
1947 | _ACEOF | |
1948 | ||
1949 | USE_OS2=1 | |
1950 | cat >>confdefs.h <<\_ACEOF | |
1951 | #define __OS2__ 1 | |
1952 | _ACEOF | |
1953 | ||
1954 | PROGRAM_EXT=".exe" | |
1955 | DEFAULT_DEFAULT_wxUSE_PM=1 | |
1956 | CXX=gcc | |
1957 | LDFLAGS="$LDFLAGS -Zcrtdll" | |
1958 | ac_executable_extensions=".exe" | |
1959 | export ac_executable_extensions | |
1960 | ac_save_IFS="$IFS" | |
1961 | IFS='\\' | |
1962 | ac_TEMP_PATH= | |
1963 | for ac_dir in $PATH; do | |
1964 | IFS=$ac_save_IFS | |
1965 | if test -z "$ac_TEMP_PATH"; then | |
1966 | ac_TEMP_PATH="$ac_dir" | |
1967 | else | |
1968 | ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir" | |
1969 | fi | |
1970 | done | |
1971 | export PATH="$ac_TEMP_PATH" | |
1972 | unset ac_TEMP_PATH | |
1973 | ;; | |
1974 | ||
1975 | powerpc-*-darwin* ) | |
1976 | USE_BSD=1 | |
1977 | USE_DARWIN=1 | |
1978 | SO_SUFFIX=dylib | |
1979 | cat >>confdefs.h <<\_ACEOF | |
1980 | #define __BSD__ 1 | |
1981 | _ACEOF | |
1982 | ||
1983 | cat >>confdefs.h <<\_ACEOF | |
1984 | #define __DARWIN__ 1 | |
a848cd7e SC |
1985 | _ACEOF |
1986 | ||
1987 | cat >>confdefs.h <<\_ACEOF | |
1988 | #define TARGET_CARBON 1 | |
1989 | _ACEOF | |
1990 | ||
1991 | DEFAULT_DEFAULT_wxUSE_MAC=1 | |
1992 | ;; | |
1e9e8aba DE |
1993 | powerpc-apple-macos* ) |
1994 | USE_UNIX=0 | |
1995 | ac_cv_c_bigendian=yes | |
1996 | SO_SUFFIX=shlib | |
1997 | DEFAULT_DEFAULT_wxUSE_MAC=1 | |
1998 | ;; | |
a848cd7e SC |
1999 | |
2000 | *-*-beos* ) | |
2001 | USE_BEOS=1 | |
2002 | cat >>confdefs.h <<\_ACEOF | |
2003 | #define __BEOS__ 1 | |
2004 | _ACEOF | |
2005 | ||
2006 | ;; | |
2007 | ||
2008 | *) | |
2009 | { { echo "$as_me:$LINENO: error: unknown system type ${host}." >&5 | |
2010 | echo "$as_me: error: unknown system type ${host}." >&2;} | |
2011 | { (exit 1); exit 1; }; } | |
2012 | esac | |
2013 | ||
2014 | ||
2015 | ||
2016 | ||
2017 | wx_arg_cache_file="configarg.cache" | |
2018 | echo "loading argument cache $wx_arg_cache_file" | |
2019 | rm -f ${wx_arg_cache_file}.tmp | |
2020 | touch ${wx_arg_cache_file}.tmp | |
2021 | touch ${wx_arg_cache_file} | |
2022 | ||
2023 | ||
2024 | DEBUG_CONFIGURE=0 | |
2025 | if test $DEBUG_CONFIGURE = 1; then | |
2026 | DEFAULT_wxUSE_UNIVERSAL=no | |
2027 | DEFAULT_wxUSE_STL=no | |
2028 | ||
2029 | DEFAULT_wxUSE_NANOX=no | |
2030 | ||
2031 | DEFAULT_wxUSE_THREADS=yes | |
2032 | ||
2033 | DEFAULT_wxUSE_SHARED=yes | |
2034 | DEFAULT_wxUSE_OPTIMISE=no | |
2035 | DEFAULT_wxUSE_PROFILE=no | |
2036 | DEFAULT_wxUSE_NO_DEPS=no | |
2037 | DEFAULT_wxUSE_NO_RTTI=no | |
2038 | DEFAULT_wxUSE_NO_EXCEPTIONS=no | |
ffa0583f | 2039 | DEFAULT_wxUSE_RPATH=yes |
a848cd7e SC |
2040 | DEFAULT_wxUSE_PERMISSIVE=no |
2041 | DEFAULT_wxUSE_DEBUG_FLAG=yes | |
2042 | DEFAULT_wxUSE_DEBUG_INFO=yes | |
2043 | DEFAULT_wxUSE_DEBUG_GDB=yes | |
2044 | DEFAULT_wxUSE_MEM_TRACING=no | |
2045 | DEFAULT_wxUSE_DEBUG_CONTEXT=no | |
2046 | DEFAULT_wxUSE_DMALLOC=no | |
2047 | DEFAULT_wxUSE_APPLE_IEEE=no | |
2048 | ||
2049 | DEFAULT_wxUSE_EXCEPTIONS=no | |
2050 | DEFAULT_wxUSE_LOG=yes | |
2051 | DEFAULT_wxUSE_LOGWINDOW=no | |
2052 | DEFAULT_wxUSE_LOGGUI=no | |
2053 | DEFAULT_wxUSE_LOGDIALOG=no | |
2054 | ||
2055 | DEFAULT_wxUSE_GUI=yes | |
2056 | DEFAULT_wxUSE_CONTROLS=no | |
2057 | ||
2058 | DEFAULT_wxUSE_REGEX=no | |
2059 | DEFAULT_wxUSE_XML=no | |
2060 | DEFAULT_wxUSE_EXPAT=no | |
2061 | DEFAULT_wxUSE_ZLIB=no | |
2062 | DEFAULT_wxUSE_LIBPNG=no | |
2063 | DEFAULT_wxUSE_LIBJPEG=no | |
2064 | DEFAULT_wxUSE_LIBTIFF=no | |
2065 | DEFAULT_wxUSE_LIBXPM=no | |
2066 | DEFAULT_wxUSE_LIBMSPACK=no | |
2067 | DEFAULT_wxUSE_LIBSDL=no | |
d1c38808 | 2068 | DEFAULT_wxUSE_LIBGNOMEPRINT=no |
a848cd7e SC |
2069 | DEFAULT_wxUSE_ODBC=no |
2070 | DEFAULT_wxUSE_OPENGL=no | |
2071 | ||
2072 | DEFAULT_wxUSE_ON_FATAL_EXCEPTION=no | |
eaff0f0d | 2073 | DEFAULT_wxUSE_STACKWALKER=no |
36b6448c | 2074 | DEFAULT_wxUSE_DEBUGREPORT=no |
a848cd7e SC |
2075 | DEFAULT_wxUSE_SNGLINST_CHECKER=no |
2076 | DEFAULT_wxUSE_STD_IOSTREAM=no | |
2077 | DEFAULT_wxUSE_CMDLINE_PARSER=no | |
2078 | DEFAULT_wxUSE_DATETIME=no | |
2079 | DEFAULT_wxUSE_TIMER=no | |
2080 | DEFAULT_wxUSE_STOPWATCH=no | |
2081 | DEFAULT_wxUSE_FILE=no | |
2082 | DEFAULT_wxUSE_FFILE=no | |
07158944 | 2083 | DEFAULT_wxUSE_STDPATHS=no |
a848cd7e SC |
2084 | DEFAULT_wxUSE_TEXTBUFFER=no |
2085 | DEFAULT_wxUSE_TEXTFILE=no | |
2086 | DEFAULT_wxUSE_SOUND=no | |
3b57de8b RL |
2087 | DEFAULT_wxUSE_MEDIACTRL=no |
2088 | DEFAULT_wxUSE_DIRECTSHOW=no | |
a848cd7e SC |
2089 | DEFAULT_wxUSE_INTL=no |
2090 | DEFAULT_wxUSE_CONFIG=no | |
2091 | DEFAULT_wxUSE_FONTMAP=no | |
2092 | DEFAULT_wxUSE_STREAMS=no | |
2093 | DEFAULT_wxUSE_SOCKETS=no | |
2094 | DEFAULT_wxUSE_OLE=no | |
2095 | DEFAULT_wxUSE_DATAOBJ=no | |
2096 | DEFAULT_wxUSE_DIALUP_MANAGER=no | |
2097 | DEFAULT_wxUSE_JOYSTICK=no | |
2098 | DEFAULT_wxUSE_DYNLIB_CLASS=no | |
2099 | DEFAULT_wxUSE_DYNAMIC_LOADER=no | |
2100 | DEFAULT_wxUSE_LONGLONG=no | |
2101 | DEFAULT_wxUSE_GEOMETRY=no | |
2102 | ||
2103 | DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=no | |
2104 | DEFAULT_wxUSE_NORMALIZED_PS_FONTS=no | |
2105 | DEFAULT_wxUSE_POSTSCRIPT=no | |
2106 | ||
2107 | DEFAULT_wxUSE_CLIPBOARD=no | |
2108 | DEFAULT_wxUSE_TOOLTIPS=no | |
2109 | DEFAULT_wxUSE_DRAG_AND_DROP=no | |
2110 | DEFAULT_wxUSE_DRAGIMAGE=no | |
2111 | DEFAULT_wxUSE_SPLINES=no | |
2112 | ||
8a7b1113 | 2113 | DEFAULT_wxUSE_MDI=no |
a848cd7e SC |
2114 | DEFAULT_wxUSE_MDI_ARCHITECTURE=no |
2115 | DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=no | |
2116 | DEFAULT_wxUSE_PRINTING_ARCHITECTURE=no | |
2117 | ||
2118 | DEFAULT_wxUSE_RESOURCES=no | |
2119 | DEFAULT_wxUSE_CONSTRAINTS=no | |
2120 | DEFAULT_wxUSE_IPC=no | |
2121 | DEFAULT_wxUSE_HELP=no | |
2122 | DEFAULT_wxUSE_MS_HTML_HELP=no | |
2123 | DEFAULT_wxUSE_WXHTML_HELP=no | |
2124 | DEFAULT_wxUSE_TREELAYOUT=no | |
2125 | DEFAULT_wxUSE_METAFILE=no | |
2126 | DEFAULT_wxUSE_MIMETYPE=no | |
2127 | DEFAULT_wxUSE_SYSTEM_OPTIONS=no | |
2128 | DEFAULT_wxUSE_PROTOCOL=no | |
2129 | DEFAULT_wxUSE_PROTOCOL_HTTP=no | |
2130 | DEFAULT_wxUSE_PROTOCOL_FTP=no | |
2131 | DEFAULT_wxUSE_PROTOCOL_FILE=no | |
2132 | DEFAULT_wxUSE_URL=no | |
2133 | ||
2134 | DEFAULT_wxUSE_COMMONDLGS=no | |
2135 | DEFAULT_wxUSE_CHOICEDLG=no | |
2136 | DEFAULT_wxUSE_COLOURDLG=no | |
2137 | DEFAULT_wxUSE_DIRDLG=no | |
2138 | DEFAULT_wxUSE_FILEDLG=no | |
2139 | DEFAULT_wxUSE_FINDREPLDLG=no | |
2140 | DEFAULT_wxUSE_FONTDLG=no | |
2141 | DEFAULT_wxUSE_MSGDLG=no | |
2142 | DEFAULT_wxUSE_NUMBERDLG=no | |
2143 | DEFAULT_wxUSE_TEXTDLG=no | |
2144 | DEFAULT_wxUSE_SPLASH=no | |
2145 | DEFAULT_wxUSE_STARTUP_TIPS=no | |
2146 | DEFAULT_wxUSE_PROGRESSDLG=no | |
2147 | DEFAULT_wxUSE_WIZARDDLG=no | |
2148 | ||
2149 | DEFAULT_wxUSE_MENUS=no | |
2150 | DEFAULT_wxUSE_MINIFRAME=no | |
2151 | DEFAULT_wxUSE_HTML=no | |
9a8f0513 | 2152 | DEFAULT_wxUSE_XRC=no |
646b6ec1 | 2153 | DEFAULT_wxUSE_WEBKIT=no |
a848cd7e SC |
2154 | DEFAULT_wxUSE_FILESYSTEM=no |
2155 | DEFAULT_wxUSE_FS_INET=no | |
2156 | DEFAULT_wxUSE_FS_ZIP=no | |
2157 | DEFAULT_wxUSE_BUSYINFO=no | |
9e8e867f | 2158 | DEFAULT_wxUSE_ARCHIVE_STREAMS=no |
a848cd7e | 2159 | DEFAULT_wxUSE_ZIPSTREAM=no |
a848cd7e SC |
2160 | DEFAULT_wxUSE_VALIDATORS=no |
2161 | ||
2162 | DEFAULT_wxUSE_ACCEL=no | |
2163 | DEFAULT_wxUSE_BUTTON=no | |
2164 | DEFAULT_wxUSE_BMPBUTTON=no | |
2165 | DEFAULT_wxUSE_CALCTRL=no | |
2166 | DEFAULT_wxUSE_CARET=no | |
2167 | DEFAULT_wxUSE_CHECKBOX=no | |
2168 | DEFAULT_wxUSE_CHECKLST=no | |
2169 | DEFAULT_wxUSE_CHOICE=no | |
92bbdbcd | 2170 | DEFAULT_wxUSE_CHOICEBOOK=no |
a848cd7e | 2171 | DEFAULT_wxUSE_COMBOBOX=no |
da98e9be | 2172 | DEFAULT_wxUSE_DATEPICKCTRL=no |
a848cd7e SC |
2173 | DEFAULT_wxUSE_DISPLAY=no |
2174 | DEFAULT_wxUSE_GAUGE=no | |
2175 | DEFAULT_wxUSE_GRID=no | |
2176 | DEFAULT_wxUSE_IMAGLIST=no | |
2177 | DEFAULT_wxUSE_LISTBOOK=no | |
2178 | DEFAULT_wxUSE_LISTBOX=no | |
2179 | DEFAULT_wxUSE_LISTCTRL=no | |
2180 | DEFAULT_wxUSE_NOTEBOOK=no | |
2181 | DEFAULT_wxUSE_RADIOBOX=no | |
2182 | DEFAULT_wxUSE_RADIOBTN=no | |
2183 | DEFAULT_wxUSE_SASH=no | |
2184 | DEFAULT_wxUSE_SCROLLBAR=no | |
2185 | DEFAULT_wxUSE_SLIDER=no | |
2186 | DEFAULT_wxUSE_SPINBTN=no | |
2187 | DEFAULT_wxUSE_SPINCTRL=no | |
2188 | DEFAULT_wxUSE_SPLITTER=no | |
2189 | DEFAULT_wxUSE_STATBMP=no | |
2190 | DEFAULT_wxUSE_STATBOX=no | |
2191 | DEFAULT_wxUSE_STATLINE=no | |
2192 | DEFAULT_wxUSE_STATTEXT=no | |
2193 | DEFAULT_wxUSE_STATUSBAR=yes | |
2194 | DEFAULT_wxUSE_TABDIALOG=no | |
2195 | DEFAULT_wxUSE_TEXTCTRL=no | |
2196 | DEFAULT_wxUSE_TOGGLEBTN=no | |
2197 | DEFAULT_wxUSE_TOOLBAR=no | |
2198 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no | |
2199 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=no | |
2200 | DEFAULT_wxUSE_TREECTRL=no | |
2201 | DEFAULT_wxUSE_POPUPWIN=no | |
2202 | DEFAULT_wxUSE_TIPWINDOW=no | |
2203 | ||
2204 | DEFAULT_wxUSE_UNICODE=no | |
2205 | DEFAULT_wxUSE_UNICODE_MSLU=no | |
2206 | DEFAULT_wxUSE_WCSRTOMBS=no | |
2207 | ||
2208 | DEFAULT_wxUSE_PALETTE=no | |
2209 | DEFAULT_wxUSE_IMAGE=no | |
2210 | DEFAULT_wxUSE_GIF=no | |
2211 | DEFAULT_wxUSE_PCX=no | |
2212 | DEFAULT_wxUSE_PNM=no | |
2213 | DEFAULT_wxUSE_IFF=no | |
2214 | DEFAULT_wxUSE_XPM=no | |
2215 | DEFAULT_wxUSE_ICO_CUR=no | |
2216 | DEFAULT_wxUSE_ACCESSIBILITY=no | |
2217 | ||
2218 | DEFAULT_wxUSE_MONOLITHIC=no | |
2219 | DEFAULT_wxUSE_PLUGINS=no | |
2220 | DEFAULT_wxUSE_OFFICIAL_BUILD=no | |
2221 | else | |
2222 | DEFAULT_wxUSE_UNIVERSAL=no | |
2223 | DEFAULT_wxUSE_STL=no | |
2224 | ||
2225 | DEFAULT_wxUSE_NANOX=no | |
2226 | ||
2227 | DEFAULT_wxUSE_THREADS=yes | |
2228 | ||
2229 | DEFAULT_wxUSE_SHARED=yes | |
2230 | DEFAULT_wxUSE_OPTIMISE=yes | |
2231 | DEFAULT_wxUSE_PROFILE=no | |
2232 | DEFAULT_wxUSE_NO_DEPS=no | |
2233 | DEFAULT_wxUSE_NO_RTTI=no | |
2234 | DEFAULT_wxUSE_NO_EXCEPTIONS=no | |
ffa0583f | 2235 | DEFAULT_wxUSE_RPATH=yes |
a848cd7e SC |
2236 | DEFAULT_wxUSE_PERMISSIVE=no |
2237 | DEFAULT_wxUSE_DEBUG_FLAG=no | |
2238 | DEFAULT_wxUSE_DEBUG_INFO=no | |
2239 | DEFAULT_wxUSE_DEBUG_GDB=no | |
2240 | DEFAULT_wxUSE_MEM_TRACING=no | |
2241 | DEFAULT_wxUSE_DEBUG_CONTEXT=no | |
2242 | DEFAULT_wxUSE_DMALLOC=no | |
2243 | DEFAULT_wxUSE_APPLE_IEEE=yes | |
2244 | ||
2245 | DEFAULT_wxUSE_EXCEPTIONS=yes | |
2246 | DEFAULT_wxUSE_LOG=yes | |
2247 | DEFAULT_wxUSE_LOGWINDOW=yes | |
2248 | DEFAULT_wxUSE_LOGGUI=yes | |
2249 | DEFAULT_wxUSE_LOGDIALOG=yes | |
2250 | ||
2251 | DEFAULT_wxUSE_GUI=yes | |
2252 | ||
2253 | DEFAULT_wxUSE_REGEX=yes | |
2254 | DEFAULT_wxUSE_XML=yes | |
2255 | DEFAULT_wxUSE_EXPAT=yes | |
2256 | DEFAULT_wxUSE_ZLIB=yes | |
2257 | DEFAULT_wxUSE_LIBPNG=yes | |
2258 | DEFAULT_wxUSE_LIBJPEG=yes | |
2259 | DEFAULT_wxUSE_LIBTIFF=yes | |
2260 | DEFAULT_wxUSE_LIBXPM=yes | |
2261 | DEFAULT_wxUSE_LIBMSPACK=yes | |
2262 | DEFAULT_wxUSE_LIBSDL=no | |
d1c38808 | 2263 | DEFAULT_wxUSE_LIBGNOMEPRINT=no |
a848cd7e SC |
2264 | DEFAULT_wxUSE_ODBC=no |
2265 | DEFAULT_wxUSE_OPENGL=no | |
2266 | ||
2267 | DEFAULT_wxUSE_ON_FATAL_EXCEPTION=yes | |
eaff0f0d | 2268 | DEFAULT_wxUSE_STACKWALKER=yes |
6671c68b | 2269 | DEFAULT_wxUSE_DEBUGREPORT=yes |
a848cd7e SC |
2270 | DEFAULT_wxUSE_SNGLINST_CHECKER=yes |
2271 | DEFAULT_wxUSE_STD_IOSTREAM=no | |
2272 | DEFAULT_wxUSE_CMDLINE_PARSER=yes | |
2273 | DEFAULT_wxUSE_DATETIME=yes | |
2274 | DEFAULT_wxUSE_TIMER=yes | |
2275 | DEFAULT_wxUSE_STOPWATCH=yes | |
2276 | DEFAULT_wxUSE_FILE=yes | |
2277 | DEFAULT_wxUSE_FFILE=yes | |
07158944 | 2278 | DEFAULT_wxUSE_STDPATHS=yes |
a848cd7e SC |
2279 | DEFAULT_wxUSE_TEXTBUFFER=yes |
2280 | DEFAULT_wxUSE_TEXTFILE=yes | |
2281 | DEFAULT_wxUSE_SOUND=yes | |
3b57de8b RL |
2282 | DEFAULT_wxUSE_MEDIACTRL=no |
2283 | DEFAULT_wxUSE_DIRECTSHOW=no | |
a848cd7e SC |
2284 | DEFAULT_wxUSE_INTL=yes |
2285 | DEFAULT_wxUSE_CONFIG=yes | |
2286 | DEFAULT_wxUSE_FONTMAP=yes | |
2287 | DEFAULT_wxUSE_STREAMS=yes | |
2288 | DEFAULT_wxUSE_SOCKETS=yes | |
2289 | DEFAULT_wxUSE_OLE=yes | |
2290 | DEFAULT_wxUSE_DATAOBJ=yes | |
2291 | DEFAULT_wxUSE_DIALUP_MANAGER=yes | |
2292 | DEFAULT_wxUSE_JOYSTICK=yes | |
2293 | DEFAULT_wxUSE_DYNLIB_CLASS=yes | |
2294 | DEFAULT_wxUSE_DYNAMIC_LOADER=yes | |
2295 | DEFAULT_wxUSE_LONGLONG=yes | |
2296 | DEFAULT_wxUSE_GEOMETRY=yes | |
2297 | ||
2298 | DEFAULT_wxUSE_AFM_FOR_POSTSCRIPT=yes | |
2299 | DEFAULT_wxUSE_NORMALIZED_PS_FONTS=yes | |
2300 | DEFAULT_wxUSE_POSTSCRIPT=yes | |
2301 | ||
2302 | DEFAULT_wxUSE_CLIPBOARD=yes | |
2303 | DEFAULT_wxUSE_TOOLTIPS=yes | |
2304 | DEFAULT_wxUSE_DRAG_AND_DROP=yes | |
2305 | DEFAULT_wxUSE_DRAGIMAGE=yes | |
2306 | DEFAULT_wxUSE_SPLINES=yes | |
2307 | ||
8a7b1113 | 2308 | DEFAULT_wxUSE_MDI=yes |
a848cd7e SC |
2309 | DEFAULT_wxUSE_MDI_ARCHITECTURE=yes |
2310 | DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE=yes | |
2311 | DEFAULT_wxUSE_PRINTING_ARCHITECTURE=yes | |
2312 | ||
2313 | DEFAULT_wxUSE_RESOURCES=no | |
2314 | DEFAULT_wxUSE_CONSTRAINTS=yes | |
2315 | DEFAULT_wxUSE_IPC=yes | |
2316 | DEFAULT_wxUSE_HELP=yes | |
2317 | DEFAULT_wxUSE_MS_HTML_HELP=yes | |
2318 | DEFAULT_wxUSE_WXHTML_HELP=yes | |
2319 | DEFAULT_wxUSE_TREELAYOUT=yes | |
2320 | DEFAULT_wxUSE_METAFILE=yes | |
2321 | DEFAULT_wxUSE_MIMETYPE=yes | |
2322 | DEFAULT_wxUSE_SYSTEM_OPTIONS=yes | |
2323 | DEFAULT_wxUSE_PROTOCOL=yes | |
2324 | DEFAULT_wxUSE_PROTOCOL_HTTP=yes | |
2325 | DEFAULT_wxUSE_PROTOCOL_FTP=yes | |
2326 | DEFAULT_wxUSE_PROTOCOL_FILE=yes | |
2327 | DEFAULT_wxUSE_URL=yes | |
2328 | ||
2329 | DEFAULT_wxUSE_COMMONDLGS=yes | |
2330 | DEFAULT_wxUSE_CHOICEDLG=yes | |
2331 | DEFAULT_wxUSE_COLOURDLG=yes | |
2332 | DEFAULT_wxUSE_DIRDLG=yes | |
2333 | DEFAULT_wxUSE_FILEDLG=yes | |
2334 | DEFAULT_wxUSE_FINDREPLDLG=yes | |
2335 | DEFAULT_wxUSE_FONTDLG=yes | |
2336 | DEFAULT_wxUSE_MSGDLG=yes | |
2337 | DEFAULT_wxUSE_NUMBERDLG=yes | |
2338 | DEFAULT_wxUSE_TEXTDLG=yes | |
2339 | DEFAULT_wxUSE_SPLASH=yes | |
2340 | DEFAULT_wxUSE_STARTUP_TIPS=yes | |
2341 | DEFAULT_wxUSE_PROGRESSDLG=yes | |
2342 | DEFAULT_wxUSE_WIZARDDLG=yes | |
2343 | ||
2344 | DEFAULT_wxUSE_MENUS=yes | |
2345 | DEFAULT_wxUSE_MINIFRAME=yes | |
2346 | DEFAULT_wxUSE_HTML=yes | |
9a8f0513 | 2347 | DEFAULT_wxUSE_XRC=yes |
646b6ec1 | 2348 | DEFAULT_wxUSE_WEBKIT=yes |
a848cd7e SC |
2349 | DEFAULT_wxUSE_FILESYSTEM=yes |
2350 | DEFAULT_wxUSE_FS_INET=yes | |
2351 | DEFAULT_wxUSE_FS_ZIP=yes | |
2352 | DEFAULT_wxUSE_BUSYINFO=yes | |
9e8e867f | 2353 | DEFAULT_wxUSE_ARCHIVE_STREAMS=yes |
a848cd7e | 2354 | DEFAULT_wxUSE_ZIPSTREAM=yes |
a848cd7e SC |
2355 | DEFAULT_wxUSE_VALIDATORS=yes |
2356 | ||
2357 | DEFAULT_wxUSE_ACCEL=yes | |
2358 | DEFAULT_wxUSE_BUTTON=yes | |
2359 | DEFAULT_wxUSE_BMPBUTTON=yes | |
2360 | DEFAULT_wxUSE_CALCTRL=yes | |
2361 | DEFAULT_wxUSE_CARET=yes | |
2362 | DEFAULT_wxUSE_CHECKBOX=yes | |
2363 | DEFAULT_wxUSE_CHECKLST=yes | |
2364 | DEFAULT_wxUSE_CHOICE=yes | |
92bbdbcd | 2365 | DEFAULT_wxUSE_CHOICEBOOK=yes |
a848cd7e | 2366 | DEFAULT_wxUSE_COMBOBOX=yes |
da98e9be | 2367 | DEFAULT_wxUSE_DATEPICKCTRL=yes |
a848cd7e SC |
2368 | DEFAULT_wxUSE_DISPLAY=yes |
2369 | DEFAULT_wxUSE_GAUGE=yes | |
2370 | DEFAULT_wxUSE_GRID=yes | |
2371 | DEFAULT_wxUSE_IMAGLIST=yes | |
2372 | DEFAULT_wxUSE_LISTBOOK=yes | |
2373 | DEFAULT_wxUSE_LISTBOX=yes | |
2374 | DEFAULT_wxUSE_LISTCTRL=yes | |
2375 | DEFAULT_wxUSE_NOTEBOOK=yes | |
2376 | DEFAULT_wxUSE_RADIOBOX=yes | |
2377 | DEFAULT_wxUSE_RADIOBTN=yes | |
2378 | DEFAULT_wxUSE_SASH=yes | |
2379 | DEFAULT_wxUSE_SCROLLBAR=yes | |
2380 | DEFAULT_wxUSE_SLIDER=yes | |
2381 | DEFAULT_wxUSE_SPINBTN=yes | |
2382 | DEFAULT_wxUSE_SPINCTRL=yes | |
2383 | DEFAULT_wxUSE_SPLITTER=yes | |
2384 | DEFAULT_wxUSE_STATBMP=yes | |
2385 | DEFAULT_wxUSE_STATBOX=yes | |
2386 | DEFAULT_wxUSE_STATLINE=yes | |
2387 | DEFAULT_wxUSE_STATTEXT=yes | |
2388 | DEFAULT_wxUSE_STATUSBAR=yes | |
2389 | DEFAULT_wxUSE_TABDIALOG=no | |
2390 | DEFAULT_wxUSE_TEXTCTRL=yes | |
2391 | DEFAULT_wxUSE_TOGGLEBTN=yes | |
2392 | DEFAULT_wxUSE_TOOLBAR=yes | |
2393 | DEFAULT_wxUSE_TOOLBAR_NATIVE=yes | |
2394 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes | |
2395 | DEFAULT_wxUSE_TREECTRL=yes | |
2396 | DEFAULT_wxUSE_POPUPWIN=yes | |
2397 | DEFAULT_wxUSE_TIPWINDOW=yes | |
2398 | ||
2399 | DEFAULT_wxUSE_UNICODE=no | |
2400 | DEFAULT_wxUSE_UNICODE_MSLU=yes | |
2401 | DEFAULT_wxUSE_WCSRTOMBS=no | |
2402 | ||
2403 | DEFAULT_wxUSE_PALETTE=yes | |
2404 | DEFAULT_wxUSE_IMAGE=yes | |
2405 | DEFAULT_wxUSE_GIF=yes | |
2406 | DEFAULT_wxUSE_PCX=yes | |
2407 | DEFAULT_wxUSE_IFF=no | |
2408 | DEFAULT_wxUSE_PNM=yes | |
2409 | DEFAULT_wxUSE_XPM=yes | |
2410 | DEFAULT_wxUSE_ICO_CUR=yes | |
2411 | DEFAULT_wxUSE_ACCESSIBILITY=no | |
2412 | ||
2413 | DEFAULT_wxUSE_MONOLITHIC=no | |
2414 | DEFAULT_wxUSE_PLUGINS=no | |
2415 | DEFAULT_wxUSE_OFFICIAL_BUILD=no | |
9f45f08e VS |
2416 | |
2417 | DEFAULT_wxUSE_GTK2=yes | |
a848cd7e SC |
2418 | fi |
2419 | ||
2420 | ||
2421 | ||
2422 | for toolkit in `echo $ALL_TOOLKITS`; do | |
2423 | LINE=`grep "wxUSE_$toolkit=" ${wx_arg_cache_file}` | |
2424 | if test "x$LINE" != "x" ; then | |
2425 | has_toolkit_in_cache=1 | |
2426 | eval "DEFAULT_$LINE" | |
2427 | eval "CACHE_$toolkit=1" | |
2428 | fi | |
2429 | done | |
2430 | ||
2431 | ||
2432 | ||
2433 | enablestring= | |
2434 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5 | |
2435 | echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6 | |
2436 | no_cache=0 | |
2437 | # Check whether --enable-gui or --disable-gui was given. | |
2438 | if test "${enable_gui+set}" = set; then | |
2439 | enableval="$enable_gui" | |
2440 | ||
2441 | if test "$enableval" = yes; then | |
2442 | ac_cv_use_gui='wxUSE_GUI=yes' | |
2443 | else | |
2444 | ac_cv_use_gui='wxUSE_GUI=no' | |
2445 | fi | |
2446 | ||
2447 | else | |
2448 | ||
2449 | LINE=`grep "wxUSE_GUI" ${wx_arg_cache_file}` | |
2450 | if test "x$LINE" != x ; then | |
2451 | eval "DEFAULT_$LINE" | |
2452 | else | |
2453 | no_cache=1 | |
2454 | fi | |
2455 | ||
2456 | ac_cv_use_gui='wxUSE_GUI='$DEFAULT_wxUSE_GUI | |
2457 | ||
2458 | fi; | |
2459 | ||
2460 | eval "$ac_cv_use_gui" | |
2461 | if test "$no_cache" != 1; then | |
2462 | echo $ac_cv_use_gui >> ${wx_arg_cache_file}.tmp | |
2463 | fi | |
2464 | ||
2465 | if test "$wxUSE_GUI" = yes; then | |
2466 | echo "$as_me:$LINENO: result: yes" >&5 | |
2467 | echo "${ECHO_T}yes" >&6 | |
2468 | else | |
2469 | echo "$as_me:$LINENO: result: no" >&5 | |
2470 | echo "${ECHO_T}no" >&6 | |
2471 | fi | |
2472 | ||
2473 | ||
2474 | enablestring= | |
2475 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5 | |
2476 | echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6 | |
2477 | no_cache=0 | |
2478 | # Check whether --enable-monolithic or --disable-monolithic was given. | |
2479 | if test "${enable_monolithic+set}" = set; then | |
2480 | enableval="$enable_monolithic" | |
2481 | ||
2482 | if test "$enableval" = yes; then | |
2483 | ac_cv_use_monolithic='wxUSE_MONOLITHIC=yes' | |
2484 | else | |
2485 | ac_cv_use_monolithic='wxUSE_MONOLITHIC=no' | |
2486 | fi | |
2487 | ||
2488 | else | |
2489 | ||
2490 | LINE=`grep "wxUSE_MONOLITHIC" ${wx_arg_cache_file}` | |
2491 | if test "x$LINE" != x ; then | |
2492 | eval "DEFAULT_$LINE" | |
2493 | else | |
2494 | no_cache=1 | |
2495 | fi | |
2496 | ||
2497 | ac_cv_use_monolithic='wxUSE_MONOLITHIC='$DEFAULT_wxUSE_MONOLITHIC | |
2498 | ||
2499 | fi; | |
2500 | ||
2501 | eval "$ac_cv_use_monolithic" | |
2502 | if test "$no_cache" != 1; then | |
2503 | echo $ac_cv_use_monolithic >> ${wx_arg_cache_file}.tmp | |
2504 | fi | |
2505 | ||
2506 | if test "$wxUSE_MONOLITHIC" = yes; then | |
2507 | echo "$as_me:$LINENO: result: yes" >&5 | |
2508 | echo "${ECHO_T}yes" >&6 | |
2509 | else | |
2510 | echo "$as_me:$LINENO: result: no" >&5 | |
2511 | echo "${ECHO_T}no" >&6 | |
2512 | fi | |
2513 | ||
2514 | ||
2515 | enablestring= | |
2516 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5 | |
2517 | echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6 | |
2518 | no_cache=0 | |
2519 | # Check whether --enable-plugins or --disable-plugins was given. | |
2520 | if test "${enable_plugins+set}" = set; then | |
2521 | enableval="$enable_plugins" | |
2522 | ||
2523 | if test "$enableval" = yes; then | |
2524 | ac_cv_use_plugins='wxUSE_PLUGINS=yes' | |
2525 | else | |
2526 | ac_cv_use_plugins='wxUSE_PLUGINS=no' | |
2527 | fi | |
2528 | ||
2529 | else | |
2530 | ||
2531 | LINE=`grep "wxUSE_PLUGINS" ${wx_arg_cache_file}` | |
2532 | if test "x$LINE" != x ; then | |
2533 | eval "DEFAULT_$LINE" | |
2534 | else | |
2535 | no_cache=1 | |
2536 | fi | |
2537 | ||
2538 | ac_cv_use_plugins='wxUSE_PLUGINS='$DEFAULT_wxUSE_PLUGINS | |
2539 | ||
2540 | fi; | |
2541 | ||
2542 | eval "$ac_cv_use_plugins" | |
2543 | if test "$no_cache" != 1; then | |
2544 | echo $ac_cv_use_plugins >> ${wx_arg_cache_file}.tmp | |
2545 | fi | |
2546 | ||
2547 | if test "$wxUSE_PLUGINS" = yes; then | |
2548 | echo "$as_me:$LINENO: result: yes" >&5 | |
2549 | echo "${ECHO_T}yes" >&6 | |
2550 | else | |
2551 | echo "$as_me:$LINENO: result: no" >&5 | |
2552 | echo "${ECHO_T}no" >&6 | |
2553 | fi | |
2554 | ||
2555 | ||
2556 | if test "$wxUSE_GUI" = "yes"; then | |
2557 | ||
2558 | ||
2559 | enablestring= | |
2560 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5 | |
2561 | echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6 | |
2562 | no_cache=0 | |
2563 | # Check whether --enable-universal or --disable-universal was given. | |
2564 | if test "${enable_universal+set}" = set; then | |
2565 | enableval="$enable_universal" | |
2566 | ||
2567 | if test "$enableval" = yes; then | |
2568 | ac_cv_use_universal='wxUSE_UNIVERSAL=yes' | |
2569 | else | |
2570 | ac_cv_use_universal='wxUSE_UNIVERSAL=no' | |
2571 | fi | |
2572 | ||
2573 | else | |
2574 | ||
2575 | LINE=`grep "wxUSE_UNIVERSAL" ${wx_arg_cache_file}` | |
2576 | if test "x$LINE" != x ; then | |
2577 | eval "DEFAULT_$LINE" | |
2578 | else | |
2579 | no_cache=1 | |
2580 | fi | |
2581 | ||
2582 | ac_cv_use_universal='wxUSE_UNIVERSAL='$DEFAULT_wxUSE_UNIVERSAL | |
2583 | ||
2584 | fi; | |
2585 | ||
2586 | eval "$ac_cv_use_universal" | |
2587 | if test "$no_cache" != 1; then | |
2588 | echo $ac_cv_use_universal >> ${wx_arg_cache_file}.tmp | |
2589 | fi | |
2590 | ||
2591 | if test "$wxUSE_UNIVERSAL" = yes; then | |
2592 | echo "$as_me:$LINENO: result: yes" >&5 | |
2593 | echo "${ECHO_T}yes" >&6 | |
2594 | else | |
2595 | echo "$as_me:$LINENO: result: no" >&5 | |
2596 | echo "${ECHO_T}no" >&6 | |
2597 | fi | |
2598 | ||
2599 | ||
2600 | # Check whether --with-gtk or --without-gtk was given. | |
2601 | if test "${with_gtk+set}" = set; then | |
2602 | withval="$with_gtk" | |
2603 | wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1 | |
2604 | fi; | |
2605 | ||
2606 | # Check whether --with-motif or --without-motif was given. | |
2607 | if test "${with_motif+set}" = set; then | |
2608 | withval="$with_motif" | |
2609 | wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1 | |
2610 | fi; | |
2611 | ||
2612 | # Check whether --with-mac or --without-mac was given. | |
2613 | if test "${with_mac+set}" = set; then | |
2614 | withval="$with_mac" | |
c228d3a4 | 2615 | wxUSE_MAC="$withval" CACHE_MAC=1 TOOLKIT_GIVEN=1 |
a848cd7e SC |
2616 | fi; |
2617 | ||
2618 | # Check whether --with-cocoa or --without-cocoa was given. | |
2619 | if test "${with_cocoa+set}" = set; then | |
2620 | withval="$with_cocoa" | |
c228d3a4 | 2621 | wxUSE_COCOA="$withval" CACHE_COCOA=1 TOOLKIT_GIVEN=1 |
a848cd7e SC |
2622 | fi; |
2623 | ||
2624 | # Check whether --with-wine or --without-wine was given. | |
2625 | if test "${with_wine+set}" = set; then | |
2626 | withval="$with_wine" | |
2627 | wxUSE_WINE="$withval" CACHE_WINE=1 | |
2628 | fi; | |
2629 | ||
2630 | # Check whether --with-msw or --without-msw was given. | |
2631 | if test "${with_msw+set}" = set; then | |
2632 | withval="$with_msw" | |
2633 | wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1 | |
2634 | fi; | |
2635 | ||
2636 | # Check whether --with-pm or --without-pm was given. | |
2637 | if test "${with_pm+set}" = set; then | |
2638 | withval="$with_pm" | |
2639 | wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1 | |
2640 | fi; | |
2641 | ||
2642 | # Check whether --with-mgl or --without-mgl was given. | |
2643 | if test "${with_mgl+set}" = set; then | |
2644 | withval="$with_mgl" | |
2645 | wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1 | |
2646 | fi; | |
2647 | ||
2648 | # Check whether --with-microwin or --without-microwin was given. | |
2649 | if test "${with_microwin+set}" = set; then | |
2650 | withval="$with_microwin" | |
2651 | wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1 | |
2652 | fi; | |
2653 | ||
2654 | # Check whether --with-x11 or --without-x11 was given. | |
2655 | if test "${with_x11+set}" = set; then | |
2656 | withval="$with_x11" | |
2657 | wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1 | |
2658 | fi; | |
2659 | ||
2660 | enablestring= | |
2661 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5 | |
2662 | echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6 | |
2663 | no_cache=0 | |
2664 | # Check whether --enable-nanox or --disable-nanox was given. | |
2665 | if test "${enable_nanox+set}" = set; then | |
2666 | enableval="$enable_nanox" | |
2667 | ||
2668 | if test "$enableval" = yes; then | |
2669 | ac_cv_use_nanox='wxUSE_NANOX=yes' | |
2670 | else | |
2671 | ac_cv_use_nanox='wxUSE_NANOX=no' | |
2672 | fi | |
2673 | ||
2674 | else | |
2675 | ||
2676 | LINE=`grep "wxUSE_NANOX" ${wx_arg_cache_file}` | |
2677 | if test "x$LINE" != x ; then | |
2678 | eval "DEFAULT_$LINE" | |
2679 | else | |
2680 | no_cache=1 | |
2681 | fi | |
2682 | ||
2683 | ac_cv_use_nanox='wxUSE_NANOX='$DEFAULT_wxUSE_NANOX | |
2684 | ||
2685 | fi; | |
2686 | ||
2687 | eval "$ac_cv_use_nanox" | |
2688 | if test "$no_cache" != 1; then | |
2689 | echo $ac_cv_use_nanox >> ${wx_arg_cache_file}.tmp | |
2690 | fi | |
2691 | ||
2692 | if test "$wxUSE_NANOX" = yes; then | |
2693 | echo "$as_me:$LINENO: result: yes" >&5 | |
2694 | echo "${ECHO_T}yes" >&6 | |
2695 | else | |
2696 | echo "$as_me:$LINENO: result: no" >&5 | |
2697 | echo "${ECHO_T}no" >&6 | |
2698 | fi | |
2699 | ||
2700 | ||
2701 | ||
2702 | enablestring= | |
2703 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gtk2" >&5 | |
2704 | echo $ECHO_N "checking for --${enablestring:-enable}-gtk2... $ECHO_C" >&6 | |
2705 | no_cache=0 | |
2706 | # Check whether --enable-gtk2 or --disable-gtk2 was given. | |
2707 | if test "${enable_gtk2+set}" = set; then | |
2708 | enableval="$enable_gtk2" | |
2709 | ||
2710 | if test "$enableval" = yes; then | |
2711 | ac_cv_use_gtk2='wxUSE_GTK2=yes' | |
2712 | else | |
2713 | ac_cv_use_gtk2='wxUSE_GTK2=no' | |
2714 | fi | |
2715 | ||
2716 | else | |
2717 | ||
2718 | LINE=`grep "wxUSE_GTK2" ${wx_arg_cache_file}` | |
2719 | if test "x$LINE" != x ; then | |
2720 | eval "DEFAULT_$LINE" | |
2721 | else | |
2722 | no_cache=1 | |
2723 | fi | |
2724 | ||
2725 | ac_cv_use_gtk2='wxUSE_GTK2='$DEFAULT_wxUSE_GTK2 | |
2726 | ||
2727 | fi; | |
2728 | ||
2729 | eval "$ac_cv_use_gtk2" | |
2730 | if test "$no_cache" != 1; then | |
2731 | echo $ac_cv_use_gtk2 >> ${wx_arg_cache_file}.tmp | |
2732 | fi | |
2733 | ||
2734 | if test "$wxUSE_GTK2" = yes; then | |
2735 | echo "$as_me:$LINENO: result: yes" >&5 | |
2736 | echo "${ECHO_T}yes" >&6 | |
2737 | else | |
2738 | echo "$as_me:$LINENO: result: no" >&5 | |
2739 | echo "${ECHO_T}no" >&6 | |
2740 | fi | |
2741 | ||
2742 | ||
2743 | enablestring= | |
2744 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5 | |
2745 | echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6 | |
2746 | no_cache=0 | |
2747 | # Check whether --enable-gpe or --disable-gpe was given. | |
2748 | if test "${enable_gpe+set}" = set; then | |
2749 | enableval="$enable_gpe" | |
2750 | ||
2751 | if test "$enableval" = yes; then | |
2752 | ac_cv_use_gpe='wxUSE_GPE=yes' | |
2753 | else | |
2754 | ac_cv_use_gpe='wxUSE_GPE=no' | |
2755 | fi | |
2756 | ||
2757 | else | |
2758 | ||
2759 | LINE=`grep "wxUSE_GPE" ${wx_arg_cache_file}` | |
2760 | if test "x$LINE" != x ; then | |
2761 | eval "DEFAULT_$LINE" | |
2762 | else | |
2763 | no_cache=1 | |
2764 | fi | |
2765 | ||
2766 | ac_cv_use_gpe='wxUSE_GPE='$DEFAULT_wxUSE_GPE | |
2767 | ||
2768 | fi; | |
2769 | ||
2770 | eval "$ac_cv_use_gpe" | |
2771 | if test "$no_cache" != 1; then | |
2772 | echo $ac_cv_use_gpe >> ${wx_arg_cache_file}.tmp | |
2773 | fi | |
2774 | ||
2775 | if test "$wxUSE_GPE" = yes; then | |
2776 | echo "$as_me:$LINENO: result: yes" >&5 | |
2777 | echo "${ECHO_T}yes" >&6 | |
2778 | else | |
2779 | echo "$as_me:$LINENO: result: no" >&5 | |
2780 | echo "${ECHO_T}no" >&6 | |
2781 | fi | |
2782 | ||
2783 | ||
2784 | ||
2785 | echo "$as_me:$LINENO: checking for --with-libpng" >&5 | |
2786 | echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6 | |
2787 | no_cache=0 | |
2788 | ||
2789 | # Check whether --with-libpng or --without-libpng was given. | |
2790 | if test "${with_libpng+set}" = set; then | |
2791 | withval="$with_libpng" | |
2792 | ||
2793 | if test "$withval" = yes; then | |
2794 | ac_cv_use_libpng='wxUSE_LIBPNG=yes' | |
2795 | elif test "$withval" = no; then | |
2796 | ac_cv_use_libpng='wxUSE_LIBPNG=no' | |
2797 | elif test "$withval" = sys; then | |
2798 | ac_cv_use_libpng='wxUSE_LIBPNG=sys' | |
2799 | elif test "$withval" = builtin; then | |
2800 | ac_cv_use_libpng='wxUSE_LIBPNG=builtin' | |
2801 | else | |
2802 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5 | |
2803 | echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;} | |
2804 | { (exit 1); exit 1; }; } | |
2805 | fi | |
2806 | ||
2807 | else | |
2808 | ||
2809 | LINE=`grep "wxUSE_LIBPNG" ${wx_arg_cache_file}` | |
2810 | if test "x$LINE" != x ; then | |
2811 | eval "DEFAULT_$LINE" | |
2812 | else | |
2813 | no_cache=1 | |
2814 | fi | |
2815 | ||
2816 | ac_cv_use_libpng='wxUSE_LIBPNG='$DEFAULT_wxUSE_LIBPNG | |
2817 | ||
2818 | fi; | |
2819 | ||
2820 | eval "$ac_cv_use_libpng" | |
2821 | if test "$no_cache" != 1; then | |
2822 | echo $ac_cv_use_libpng >> ${wx_arg_cache_file}.tmp | |
2823 | fi | |
2824 | ||
2825 | if test "$wxUSE_LIBPNG" = yes; then | |
2826 | echo "$as_me:$LINENO: result: yes" >&5 | |
2827 | echo "${ECHO_T}yes" >&6 | |
2828 | elif test "$wxUSE_LIBPNG" = no; then | |
2829 | echo "$as_me:$LINENO: result: no" >&5 | |
2830 | echo "${ECHO_T}no" >&6 | |
2831 | elif test "$wxUSE_LIBPNG" = sys; then | |
2832 | echo "$as_me:$LINENO: result: system version" >&5 | |
2833 | echo "${ECHO_T}system version" >&6 | |
2834 | elif test "$wxUSE_LIBPNG" = builtin; then | |
2835 | echo "$as_me:$LINENO: result: builtin version" >&5 | |
2836 | echo "${ECHO_T}builtin version" >&6 | |
2837 | else | |
2838 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5 | |
2839 | echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;} | |
2840 | { (exit 1); exit 1; }; } | |
2841 | fi | |
2842 | ||
2843 | ||
2844 | echo "$as_me:$LINENO: checking for --with-libjpeg" >&5 | |
2845 | echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6 | |
2846 | no_cache=0 | |
2847 | ||
2848 | # Check whether --with-libjpeg or --without-libjpeg was given. | |
2849 | if test "${with_libjpeg+set}" = set; then | |
2850 | withval="$with_libjpeg" | |
2851 | ||
2852 | if test "$withval" = yes; then | |
2853 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=yes' | |
2854 | elif test "$withval" = no; then | |
2855 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=no' | |
2856 | elif test "$withval" = sys; then | |
2857 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=sys' | |
2858 | elif test "$withval" = builtin; then | |
2859 | ac_cv_use_libjpeg='wxUSE_LIBJPEG=builtin' | |
2860 | else | |
2861 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5 | |
2862 | echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;} | |
2863 | { (exit 1); exit 1; }; } | |
2864 | fi | |
2865 | ||
2866 | else | |
2867 | ||
2868 | LINE=`grep "wxUSE_LIBJPEG" ${wx_arg_cache_file}` | |
2869 | if test "x$LINE" != x ; then | |
2870 | eval "DEFAULT_$LINE" | |
2871 | else | |
2872 | no_cache=1 | |
2873 | fi | |
2874 | ||
2875 | ac_cv_use_libjpeg='wxUSE_LIBJPEG='$DEFAULT_wxUSE_LIBJPEG | |
2876 | ||
2877 | fi; | |
2878 | ||
2879 | eval "$ac_cv_use_libjpeg" | |
2880 | if test "$no_cache" != 1; then | |
2881 | echo $ac_cv_use_libjpeg >> ${wx_arg_cache_file}.tmp | |
2882 | fi | |
2883 | ||
2884 | if test "$wxUSE_LIBJPEG" = yes; then | |
2885 | echo "$as_me:$LINENO: result: yes" >&5 | |
2886 | echo "${ECHO_T}yes" >&6 | |
2887 | elif test "$wxUSE_LIBJPEG" = no; then | |
2888 | echo "$as_me:$LINENO: result: no" >&5 | |
2889 | echo "${ECHO_T}no" >&6 | |
2890 | elif test "$wxUSE_LIBJPEG" = sys; then | |
2891 | echo "$as_me:$LINENO: result: system version" >&5 | |
2892 | echo "${ECHO_T}system version" >&6 | |
2893 | elif test "$wxUSE_LIBJPEG" = builtin; then | |
2894 | echo "$as_me:$LINENO: result: builtin version" >&5 | |
2895 | echo "${ECHO_T}builtin version" >&6 | |
2896 | else | |
2897 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5 | |
2898 | echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;} | |
2899 | { (exit 1); exit 1; }; } | |
2900 | fi | |
2901 | ||
2902 | ||
2903 | echo "$as_me:$LINENO: checking for --with-libtiff" >&5 | |
2904 | echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6 | |
2905 | no_cache=0 | |
2906 | ||
2907 | # Check whether --with-libtiff or --without-libtiff was given. | |
2908 | if test "${with_libtiff+set}" = set; then | |
2909 | withval="$with_libtiff" | |
2910 | ||
2911 | if test "$withval" = yes; then | |
2912 | ac_cv_use_libtiff='wxUSE_LIBTIFF=yes' | |
2913 | elif test "$withval" = no; then | |
2914 | ac_cv_use_libtiff='wxUSE_LIBTIFF=no' | |
2915 | elif test "$withval" = sys; then | |
2916 | ac_cv_use_libtiff='wxUSE_LIBTIFF=sys' | |
2917 | elif test "$withval" = builtin; then | |
2918 | ac_cv_use_libtiff='wxUSE_LIBTIFF=builtin' | |
2919 | else | |
2920 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5 | |
2921 | echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;} | |
2922 | { (exit 1); exit 1; }; } | |
2923 | fi | |
2924 | ||
2925 | else | |
2926 | ||
2927 | LINE=`grep "wxUSE_LIBTIFF" ${wx_arg_cache_file}` | |
2928 | if test "x$LINE" != x ; then | |
2929 | eval "DEFAULT_$LINE" | |
2930 | else | |
2931 | no_cache=1 | |
2932 | fi | |
2933 | ||
2934 | ac_cv_use_libtiff='wxUSE_LIBTIFF='$DEFAULT_wxUSE_LIBTIFF | |
2935 | ||
2936 | fi; | |
2937 | ||
2938 | eval "$ac_cv_use_libtiff" | |
2939 | if test "$no_cache" != 1; then | |
2940 | echo $ac_cv_use_libtiff >> ${wx_arg_cache_file}.tmp | |
2941 | fi | |
2942 | ||
2943 | if test "$wxUSE_LIBTIFF" = yes; then | |
2944 | echo "$as_me:$LINENO: result: yes" >&5 | |
2945 | echo "${ECHO_T}yes" >&6 | |
2946 | elif test "$wxUSE_LIBTIFF" = no; then | |
2947 | echo "$as_me:$LINENO: result: no" >&5 | |
2948 | echo "${ECHO_T}no" >&6 | |
2949 | elif test "$wxUSE_LIBTIFF" = sys; then | |
2950 | echo "$as_me:$LINENO: result: system version" >&5 | |
2951 | echo "${ECHO_T}system version" >&6 | |
2952 | elif test "$wxUSE_LIBTIFF" = builtin; then | |
2953 | echo "$as_me:$LINENO: result: builtin version" >&5 | |
2954 | echo "${ECHO_T}builtin version" >&6 | |
2955 | else | |
2956 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5 | |
2957 | echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;} | |
2958 | { (exit 1); exit 1; }; } | |
2959 | fi | |
2960 | ||
2961 | ||
2962 | echo "$as_me:$LINENO: checking for --with-libxpm" >&5 | |
2963 | echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6 | |
2964 | no_cache=0 | |
2965 | ||
2966 | # Check whether --with-libxpm or --without-libxpm was given. | |
2967 | if test "${with_libxpm+set}" = set; then | |
2968 | withval="$with_libxpm" | |
2969 | ||
2970 | if test "$withval" = yes; then | |
2971 | ac_cv_use_libxpm='wxUSE_LIBXPM=yes' | |
2972 | elif test "$withval" = no; then | |
2973 | ac_cv_use_libxpm='wxUSE_LIBXPM=no' | |
2974 | elif test "$withval" = sys; then | |
2975 | ac_cv_use_libxpm='wxUSE_LIBXPM=sys' | |
2976 | elif test "$withval" = builtin; then | |
2977 | ac_cv_use_libxpm='wxUSE_LIBXPM=builtin' | |
2978 | else | |
2979 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5 | |
2980 | echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;} | |
2981 | { (exit 1); exit 1; }; } | |
2982 | fi | |
2983 | ||
2984 | else | |
2985 | ||
2986 | LINE=`grep "wxUSE_LIBXPM" ${wx_arg_cache_file}` | |
2987 | if test "x$LINE" != x ; then | |
2988 | eval "DEFAULT_$LINE" | |
2989 | else | |
2990 | no_cache=1 | |
2991 | fi | |
2992 | ||
2993 | ac_cv_use_libxpm='wxUSE_LIBXPM='$DEFAULT_wxUSE_LIBXPM | |
2994 | ||
2995 | fi; | |
2996 | ||
2997 | eval "$ac_cv_use_libxpm" | |
2998 | if test "$no_cache" != 1; then | |
2999 | echo $ac_cv_use_libxpm >> ${wx_arg_cache_file}.tmp | |
3000 | fi | |
3001 | ||
3002 | if test "$wxUSE_LIBXPM" = yes; then | |
3003 | echo "$as_me:$LINENO: result: yes" >&5 | |
3004 | echo "${ECHO_T}yes" >&6 | |
3005 | elif test "$wxUSE_LIBXPM" = no; then | |
3006 | echo "$as_me:$LINENO: result: no" >&5 | |
3007 | echo "${ECHO_T}no" >&6 | |
3008 | elif test "$wxUSE_LIBXPM" = sys; then | |
3009 | echo "$as_me:$LINENO: result: system version" >&5 | |
3010 | echo "${ECHO_T}system version" >&6 | |
3011 | elif test "$wxUSE_LIBXPM" = builtin; then | |
3012 | echo "$as_me:$LINENO: result: builtin version" >&5 | |
3013 | echo "${ECHO_T}builtin version" >&6 | |
3014 | else | |
3015 | { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5 | |
3016 | echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;} | |
3017 | { (exit 1); exit 1; }; } | |
3018 | fi | |
3019 | ||
3020 | ||
3021 | echo "$as_me:$LINENO: checking for --with-libmspack" >&5 | |
3022 | echo $ECHO_N "checking for --with-libmspack... $ECHO_C" >&6 | |
3023 | no_cache=0 | |
3024 | ||
3025 | # Check whether --with-libmspack or --without-libmspack was given. | |
3026 | if test "${with_libmspack+set}" = set; then | |
3027 | withval="$with_libmspack" | |
3028 | ||
3029 | if test "$withval" = yes; then | |
3030 | ac_cv_use_libmspack='wxUSE_LIBMSPACK=yes' | |
3031 | else | |
3032 | ac_cv_use_libmspack='wxUSE_LIBMSPACK=no' | |
3033 | fi | |
3034 | ||
3035 | else | |
3036 | ||
3037 | LINE=`grep "wxUSE_LIBMSPACK" ${wx_arg_cache_file}` | |
3038 | if test "x$LINE" != x ; then | |
3039 | eval "DEFAULT_$LINE" | |
3040 | else | |
3041 | no_cache=1 | |
3042 | fi | |
3043 | ||
3044 | ac_cv_use_libmspack='wxUSE_LIBMSPACK='$DEFAULT_wxUSE_LIBMSPACK | |
3045 | ||
3046 | fi; | |
3047 | ||
3048 | eval "$ac_cv_use_libmspack" | |
3049 | if test "$no_cache" != 1; then | |
3050 | echo $ac_cv_use_libmspack >> ${wx_arg_cache_file}.tmp | |
3051 | fi | |
3052 | ||
3053 | if test "$wxUSE_LIBMSPACK" = yes; then | |
3054 | echo "$as_me:$LINENO: result: yes" >&5 | |
3055 | echo "${ECHO_T}yes" >&6 | |
3056 | else | |
3057 | echo "$as_me:$LINENO: result: no" >&5 | |
3058 | echo "${ECHO_T}no" >&6 | |
3059 | fi | |
3060 | ||
3061 | ||
3062 | echo "$as_me:$LINENO: checking for --with-sdl" >&5 | |
3063 | echo $ECHO_N "checking for --with-sdl... $ECHO_C" >&6 | |
3064 | no_cache=0 | |
3065 | ||
3066 | # Check whether --with-sdl or --without-sdl was given. | |
3067 | if test "${with_sdl+set}" = set; then | |
3068 | withval="$with_sdl" | |
3069 | ||
3070 | if test "$withval" = yes; then | |
3071 | ac_cv_use_sdl='wxUSE_LIBSDL=yes' | |
3072 | else | |
3073 | ac_cv_use_sdl='wxUSE_LIBSDL=no' | |
3074 | fi | |
3075 | ||
3076 | else | |
3077 | ||
3078 | LINE=`grep "wxUSE_LIBSDL" ${wx_arg_cache_file}` | |
3079 | if test "x$LINE" != x ; then | |
3080 | eval "DEFAULT_$LINE" | |
3081 | else | |
3082 | no_cache=1 | |
3083 | fi | |
3084 | ||
3085 | ac_cv_use_sdl='wxUSE_LIBSDL='$DEFAULT_wxUSE_LIBSDL | |
3086 | ||
3087 | fi; | |
3088 | ||
3089 | eval "$ac_cv_use_sdl" | |
3090 | if test "$no_cache" != 1; then | |
3091 | echo $ac_cv_use_sdl >> ${wx_arg_cache_file}.tmp | |
3092 | fi | |
3093 | ||
3094 | if test "$wxUSE_LIBSDL" = yes; then | |
3095 | echo "$as_me:$LINENO: result: yes" >&5 | |
3096 | echo "${ECHO_T}yes" >&6 | |
3097 | else | |
3098 | echo "$as_me:$LINENO: result: no" >&5 | |
3099 | echo "${ECHO_T}no" >&6 | |
3100 | fi | |
3101 | ||
3102 | ||
d1c38808 VZ |
3103 | echo "$as_me:$LINENO: checking for --with-gnomeprint" >&5 |
3104 | echo $ECHO_N "checking for --with-gnomeprint... $ECHO_C" >&6 | |
3105 | no_cache=0 | |
3106 | ||
3107 | # Check whether --with-gnomeprint or --without-gnomeprint was given. | |
3108 | if test "${with_gnomeprint+set}" = set; then | |
3109 | withval="$with_gnomeprint" | |
3110 | ||
3111 | if test "$withval" = yes; then | |
3112 | ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes' | |
3113 | else | |
3114 | ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no' | |
3115 | fi | |
3116 | ||
3117 | else | |
3118 | ||
3119 | LINE=`grep "wxUSE_LIBGNOMEPRINT" ${wx_arg_cache_file}` | |
3120 | if test "x$LINE" != x ; then | |
3121 | eval "DEFAULT_$LINE" | |
3122 | else | |
3123 | no_cache=1 | |
3124 | fi | |
3125 | ||
3126 | ac_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT='$DEFAULT_wxUSE_LIBGNOMEPRINT | |
3127 | ||
3128 | fi; | |
3129 | ||
3130 | eval "$ac_cv_use_gnomeprint" | |
3131 | if test "$no_cache" != 1; then | |
3132 | echo $ac_cv_use_gnomeprint >> ${wx_arg_cache_file}.tmp | |
3133 | fi | |
3134 | ||
3135 | if test "$wxUSE_LIBGNOMEPRINT" = yes; then | |
3136 | echo "$as_me:$LINENO: result: yes" >&5 | |
3137 | echo "${ECHO_T}yes" >&6 | |
3138 | else | |
3139 | echo "$as_me:$LINENO: result: no" >&5 | |
3140 | echo "${ECHO_T}no" >&6 | |
3141 | fi | |
3142 | ||
3143 | ||
a848cd7e SC |
3144 | echo "$as_me:$LINENO: checking for --with-opengl" >&5 |
3145 | echo $ECHO_N "checking for --with-opengl... $ECHO_C" >&6 | |
3146 | no_cache=0 | |
3147 | ||
3148 | # Check whether --with-opengl or --without-opengl was given. | |
3149 | if test "${with_opengl+set}" = set; then | |
3150 | withval="$with_opengl" | |
3151 | ||
3152 | if test "$withval" = yes; then | |
3153 | ac_cv_use_opengl='wxUSE_OPENGL=yes' | |
3154 | else | |
3155 | ac_cv_use_opengl='wxUSE_OPENGL=no' | |
3156 | fi | |
3157 | ||
3158 | else | |
3159 | ||
3160 | LINE=`grep "wxUSE_OPENGL" ${wx_arg_cache_file}` | |
3161 | if test "x$LINE" != x ; then | |
3162 | eval "DEFAULT_$LINE" | |
3163 | else | |
3164 | no_cache=1 | |
3165 | fi | |
3166 | ||
3167 | ac_cv_use_opengl='wxUSE_OPENGL='$DEFAULT_wxUSE_OPENGL | |
3168 | ||
3169 | fi; | |
3170 | ||
3171 | eval "$ac_cv_use_opengl" | |
3172 | if test "$no_cache" != 1; then | |
3173 | echo $ac_cv_use_opengl >> ${wx_arg_cache_file}.tmp | |
3174 | fi | |
3175 | ||
3176 | if test "$wxUSE_OPENGL" = yes; then | |
3177 | echo "$as_me:$LINENO: result: yes" >&5 | |
3178 | echo "${ECHO_T}yes" >&6 | |
3179 | else | |
3180 | echo "$as_me:$LINENO: result: no" >&5 | |
3181 | echo "${ECHO_T}no" >&6 | |
3182 | fi | |
3183 | ||
3184 | ||
3185 | fi | |
3186 | ||
3187 | ||
3188 | echo "$as_me:$LINENO: checking for --with-dmalloc" >&5 | |
3189 | echo $ECHO_N "checking for --with-dmalloc... $ECHO_C" >&6 | |
3190 | no_cache=0 | |
3191 | ||
3192 | # Check whether --with-dmalloc or --without-dmalloc was given. | |
3193 | if test "${with_dmalloc+set}" = set; then | |
3194 | withval="$with_dmalloc" | |
3195 | ||
3196 | if test "$withval" = yes; then | |
3197 | ac_cv_use_dmalloc='wxUSE_DMALLOC=yes' | |
3198 | else | |
3199 | ac_cv_use_dmalloc='wxUSE_DMALLOC=no' | |
3200 | fi | |
3201 | ||
3202 | else | |
3203 | ||
3204 | LINE=`grep "wxUSE_DMALLOC" ${wx_arg_cache_file}` | |
3205 | if test "x$LINE" != x ; then | |
3206 | eval "DEFAULT_$LINE" | |
3207 | else | |
3208 | no_cache=1 | |
3209 | fi | |
3210 | ||
3211 | ac_cv_use_dmalloc='wxUSE_DMALLOC='$DEFAULT_wxUSE_DMALLOC | |
3212 | ||
3213 | fi; | |
3214 | ||
3215 | eval "$ac_cv_use_dmalloc" | |
3216 | if test "$no_cache" != 1; then | |
3217 | echo $ac_cv_use_dmalloc >> ${wx_arg_cache_file}.tmp | |
3218 | fi | |
3219 | ||
3220 | if test "$wxUSE_DMALLOC" = yes; then | |
3221 | echo "$as_me:$LINENO: result: yes" >&5 | |
3222 | echo "${ECHO_T}yes" >&6 | |
3223 | else | |
3224 | echo "$as_me:$LINENO: result: no" >&5 | |
3225 | echo "${ECHO_T}no" >&6 | |
3226 | fi | |
3227 | ||
3228 | ||
3229 | echo "$as_me:$LINENO: checking for --with-regex" >&5 | |
3230 | echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6 | |
3231 | no_cache=0 | |
3232 | ||
3233 | # Check whether --with-regex or --without-regex was given. | |
3234 | if test "${with_regex+set}" = set; then | |
3235 | withval="$with_regex" | |
3236 | ||
3237 | if test "$withval" = yes; then | |
3238 | ac_cv_use_regex='wxUSE_REGEX=yes' | |
3239 | elif test "$withval" = no; then | |
3240 | ac_cv_use_regex='wxUSE_REGEX=no' | |
3241 | elif test "$withval" = sys; then | |
3242 | ac_cv_use_regex='wxUSE_REGEX=sys' | |
3243 | elif test "$withval" = builtin; then | |
3244 | ac_cv_use_regex='wxUSE_REGEX=builtin' | |
3245 | else | |
3246 | { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5 | |
3247 | echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;} | |
3248 | { (exit 1); exit 1; }; } | |
3249 | fi | |
3250 | ||
3251 | else | |
3252 | ||
3253 | LINE=`grep "wxUSE_REGEX" ${wx_arg_cache_file}` | |
3254 | if test "x$LINE" != x ; then | |
3255 | eval "DEFAULT_$LINE" | |
3256 | else | |
3257 | no_cache=1 | |
3258 | fi | |
3259 | ||
3260 | ac_cv_use_regex='wxUSE_REGEX='$DEFAULT_wxUSE_REGEX | |
3261 | ||
3262 | fi; | |
3263 | ||
3264 | eval "$ac_cv_use_regex" | |
3265 | if test "$no_cache" != 1; then | |
3266 | echo $ac_cv_use_regex >> ${wx_arg_cache_file}.tmp | |
3267 | fi | |
3268 | ||
3269 | if test "$wxUSE_REGEX" = yes; then | |
3270 | echo "$as_me:$LINENO: result: yes" >&5 | |
3271 | echo "${ECHO_T}yes" >&6 | |
3272 | elif test "$wxUSE_REGEX" = no; then | |
3273 | echo "$as_me:$LINENO: result: no" >&5 | |
3274 | echo "${ECHO_T}no" >&6 | |
3275 | elif test "$wxUSE_REGEX" = sys; then | |
3276 | echo "$as_me:$LINENO: result: system version" >&5 | |
3277 | echo "${ECHO_T}system version" >&6 | |
3278 | elif test "$wxUSE_REGEX" = builtin; then | |
3279 | echo "$as_me:$LINENO: result: builtin version" >&5 | |
3280 | echo "${ECHO_T}builtin version" >&6 | |
3281 | else | |
3282 | { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5 | |
3283 | echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;} | |
3284 | { (exit 1); exit 1; }; } | |
3285 | fi | |
3286 | ||
3287 | ||
3288 | echo "$as_me:$LINENO: checking for --with-zlib" >&5 | |
3289 | echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6 | |
3290 | no_cache=0 | |
3291 | ||
3292 | # Check whether --with-zlib or --without-zlib was given. | |
3293 | if test "${with_zlib+set}" = set; then | |
3294 | withval="$with_zlib" | |
3295 | ||
3296 | if test "$withval" = yes; then | |
3297 | ac_cv_use_zlib='wxUSE_ZLIB=yes' | |
3298 | elif test "$withval" = no; then | |
3299 | ac_cv_use_zlib='wxUSE_ZLIB=no' | |
3300 | elif test "$withval" = sys; then | |
3301 | ac_cv_use_zlib='wxUSE_ZLIB=sys' | |
3302 | elif test "$withval" = builtin; then | |
3303 | ac_cv_use_zlib='wxUSE_ZLIB=builtin' | |
3304 | else | |
3305 | { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5 | |
3306 | echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;} | |
3307 | { (exit 1); exit 1; }; } | |
3308 | fi | |
3309 | ||
3310 | else | |
3311 | ||
3312 | LINE=`grep "wxUSE_ZLIB" ${wx_arg_cache_file}` | |
3313 | if test "x$LINE" != x ; then | |
3314 | eval "DEFAULT_$LINE" | |
3315 | else | |
3316 | no_cache=1 | |
3317 | fi | |
3318 | ||
3319 | ac_cv_use_zlib='wxUSE_ZLIB='$DEFAULT_wxUSE_ZLIB | |
3320 | ||
3321 | fi; | |
3322 | ||
3323 | eval "$ac_cv_use_zlib" | |
3324 | if test "$no_cache" != 1; then | |
3325 | echo $ac_cv_use_zlib >> ${wx_arg_cache_file}.tmp | |
3326 | fi | |
3327 | ||
3328 | if test "$wxUSE_ZLIB" = yes; then | |
3329 | echo "$as_me:$LINENO: result: yes" >&5 | |
3330 | echo "${ECHO_T}yes" >&6 | |
3331 | elif test "$wxUSE_ZLIB" = no; then | |
3332 | echo "$as_me:$LINENO: result: no" >&5 | |
3333 | echo "${ECHO_T}no" >&6 | |
3334 | elif test "$wxUSE_ZLIB" = sys; then | |
3335 | echo "$as_me:$LINENO: result: system version" >&5 | |
3336 | echo "${ECHO_T}system version" >&6 | |
3337 | elif test "$wxUSE_ZLIB" = builtin; then | |
3338 | echo "$as_me:$LINENO: result: builtin version" >&5 | |
3339 | echo "${ECHO_T}builtin version" >&6 | |
3340 | else | |
3341 | { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5 | |
3342 | echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;} | |
3343 | { (exit 1); exit 1; }; } | |
3344 | fi | |
3345 | ||
3346 | ||
3347 | echo "$as_me:$LINENO: checking for --with-odbc" >&5 | |
3348 | echo $ECHO_N "checking for --with-odbc... $ECHO_C" >&6 | |
3349 | no_cache=0 | |
3350 | ||
3351 | # Check whether --with-odbc or --without-odbc was given. | |
3352 | if test "${with_odbc+set}" = set; then | |
3353 | withval="$with_odbc" | |
3354 | ||
3355 | if test "$withval" = yes; then | |
3356 | ac_cv_use_odbc='wxUSE_ODBC=yes' | |
3357 | elif test "$withval" = no; then | |
3358 | ac_cv_use_odbc='wxUSE_ODBC=no' | |
3359 | elif test "$withval" = sys; then | |
3360 | ac_cv_use_odbc='wxUSE_ODBC=sys' | |
3361 | elif test "$withval" = builtin; then | |
3362 | ac_cv_use_odbc='wxUSE_ODBC=builtin' | |
3363 | else | |
3364 | { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5 | |
3365 | echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;} | |
3366 | { (exit 1); exit 1; }; } | |
3367 | fi | |
3368 | ||
3369 | else | |
3370 | ||
3371 | LINE=`grep "wxUSE_ODBC" ${wx_arg_cache_file}` | |
3372 | if test "x$LINE" != x ; then | |
3373 | eval "DEFAULT_$LINE" | |
3374 | else | |
3375 | no_cache=1 | |
3376 | fi | |
3377 | ||
3378 | ac_cv_use_odbc='wxUSE_ODBC='$DEFAULT_wxUSE_ODBC | |
3379 | ||
3380 | fi; | |
3381 | ||
3382 | eval "$ac_cv_use_odbc" | |
3383 | if test "$no_cache" != 1; then | |
3384 | echo $ac_cv_use_odbc >> ${wx_arg_cache_file}.tmp | |
3385 | fi | |
3386 | ||
3387 | if test "$wxUSE_ODBC" = yes; then | |
3388 | echo "$as_me:$LINENO: result: yes" >&5 | |
3389 | echo "${ECHO_T}yes" >&6 | |
3390 | elif test "$wxUSE_ODBC" = no; then | |
3391 | echo "$as_me:$LINENO: result: no" >&5 | |
3392 | echo "${ECHO_T}no" >&6 | |
3393 | elif test "$wxUSE_ODBC" = sys; then | |
3394 | echo "$as_me:$LINENO: result: system version" >&5 | |
3395 | echo "${ECHO_T}system version" >&6 | |
3396 | elif test "$wxUSE_ODBC" = builtin; then | |
3397 | echo "$as_me:$LINENO: result: builtin version" >&5 | |
3398 | echo "${ECHO_T}builtin version" >&6 | |
3399 | else | |
3400 | { { echo "$as_me:$LINENO: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&5 | |
3401 | echo "$as_me: error: Invalid value for --with-odbc: should be yes, no, sys, or builtin" >&2;} | |
3402 | { (exit 1); exit 1; }; } | |
3403 | fi | |
3404 | ||
3405 | ||
3406 | echo "$as_me:$LINENO: checking for --with-expat" >&5 | |
3407 | echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6 | |
3408 | no_cache=0 | |
3409 | ||
3410 | # Check whether --with-expat or --without-expat was given. | |
3411 | if test "${with_expat+set}" = set; then | |
3412 | withval="$with_expat" | |
3413 | ||
3414 | if test "$withval" = yes; then | |
3415 | ac_cv_use_expat='wxUSE_EXPAT=yes' | |
3416 | elif test "$withval" = no; then | |
3417 | ac_cv_use_expat='wxUSE_EXPAT=no' | |
3418 | elif test "$withval" = sys; then | |
3419 | ac_cv_use_expat='wxUSE_EXPAT=sys' | |
3420 | elif test "$withval" = builtin; then | |
3421 | ac_cv_use_expat='wxUSE_EXPAT=builtin' | |
3422 | else | |
3423 | { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5 | |
3424 | echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;} | |
3425 | { (exit 1); exit 1; }; } | |
3426 | fi | |
3427 | ||
3428 | else | |
3429 | ||
3430 | LINE=`grep "wxUSE_EXPAT" ${wx_arg_cache_file}` | |
3431 | if test "x$LINE" != x ; then | |
3432 | eval "DEFAULT_$LINE" | |
3433 | else | |
3434 | no_cache=1 | |
3435 | fi | |
3436 | ||
3437 | ac_cv_use_expat='wxUSE_EXPAT='$DEFAULT_wxUSE_EXPAT | |
3438 | ||
3439 | fi; | |
3440 | ||
3441 | eval "$ac_cv_use_expat" | |
3442 | if test "$no_cache" != 1; then | |
3443 | echo $ac_cv_use_expat >> ${wx_arg_cache_file}.tmp | |
3444 | fi | |
3445 | ||
3446 | if test "$wxUSE_EXPAT" = yes; then | |
3447 | echo "$as_me:$LINENO: result: yes" >&5 | |
3448 | echo "${ECHO_T}yes" >&6 | |
3449 | elif test "$wxUSE_EXPAT" = no; then | |
3450 | echo "$as_me:$LINENO: result: no" >&5 | |
3451 | echo "${ECHO_T}no" >&6 | |
3452 | elif test "$wxUSE_EXPAT" = sys; then | |
3453 | echo "$as_me:$LINENO: result: system version" >&5 | |
3454 | echo "${ECHO_T}system version" >&6 | |
3455 | elif test "$wxUSE_EXPAT" = builtin; then | |
3456 | echo "$as_me:$LINENO: result: builtin version" >&5 | |
3457 | echo "${ECHO_T}builtin version" >&6 | |
3458 | else | |
3459 | { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5 | |
3460 | echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;} | |
3461 | { (exit 1); exit 1; }; } | |
3462 | fi | |
3463 | ||
3464 | ||
3465 | ||
3466 | ||
3467 | enablestring= | |
3468 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5 | |
3469 | echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6 | |
3470 | no_cache=0 | |
3471 | # Check whether --enable-shared or --disable-shared was given. | |
3472 | if test "${enable_shared+set}" = set; then | |
3473 | enableval="$enable_shared" | |
3474 | ||
3475 | if test "$enableval" = yes; then | |
3476 | ac_cv_use_shared='wxUSE_SHARED=yes' | |
3477 | else | |
3478 | ac_cv_use_shared='wxUSE_SHARED=no' | |
3479 | fi | |
3480 | ||
3481 | else | |
3482 | ||
3483 | LINE=`grep "wxUSE_SHARED" ${wx_arg_cache_file}` | |
3484 | if test "x$LINE" != x ; then | |
3485 | eval "DEFAULT_$LINE" | |
3486 | else | |
3487 | no_cache=1 | |
3488 | fi | |
3489 | ||
3490 | ac_cv_use_shared='wxUSE_SHARED='$DEFAULT_wxUSE_SHARED | |
3491 | ||
3492 | fi; | |
3493 | ||
3494 | eval "$ac_cv_use_shared" | |
3495 | if test "$no_cache" != 1; then | |
3496 | echo $ac_cv_use_shared >> ${wx_arg_cache_file}.tmp | |
3497 | fi | |
3498 | ||
3499 | if test "$wxUSE_SHARED" = yes; then | |
3500 | echo "$as_me:$LINENO: result: yes" >&5 | |
3501 | echo "${ECHO_T}yes" >&6 | |
3502 | else | |
3503 | echo "$as_me:$LINENO: result: no" >&5 | |
3504 | echo "${ECHO_T}no" >&6 | |
3505 | fi | |
3506 | ||
3507 | ||
3508 | enablestring= | |
3509 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5 | |
3510 | echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6 | |
3511 | no_cache=0 | |
3512 | # Check whether --enable-optimise or --disable-optimise was given. | |
3513 | if test "${enable_optimise+set}" = set; then | |
3514 | enableval="$enable_optimise" | |
3515 | ||
3516 | if test "$enableval" = yes; then | |
3517 | ac_cv_use_optimise='wxUSE_OPTIMISE=yes' | |
3518 | else | |
3519 | ac_cv_use_optimise='wxUSE_OPTIMISE=no' | |
3520 | fi | |
3521 | ||
3522 | else | |
3523 | ||
3524 | LINE=`grep "wxUSE_OPTIMISE" ${wx_arg_cache_file}` | |
3525 | if test "x$LINE" != x ; then | |
3526 | eval "DEFAULT_$LINE" | |
3527 | else | |
3528 | no_cache=1 | |
3529 | fi | |
3530 | ||
3531 | ac_cv_use_optimise='wxUSE_OPTIMISE='$DEFAULT_wxUSE_OPTIMISE | |
3532 | ||
3533 | fi; | |
3534 | ||
3535 | eval "$ac_cv_use_optimise" | |
3536 | if test "$no_cache" != 1; then | |
3537 | echo $ac_cv_use_optimise >> ${wx_arg_cache_file}.tmp | |
3538 | fi | |
3539 | ||
3540 | if test "$wxUSE_OPTIMISE" = yes; then | |
3541 | echo "$as_me:$LINENO: result: yes" >&5 | |
3542 | echo "${ECHO_T}yes" >&6 | |
3543 | else | |
3544 | echo "$as_me:$LINENO: result: no" >&5 | |
3545 | echo "${ECHO_T}no" >&6 | |
3546 | fi | |
3547 | ||
3548 | ||
3549 | enablestring= | |
3550 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug" >&5 | |
3551 | echo $ECHO_N "checking for --${enablestring:-enable}-debug... $ECHO_C" >&6 | |
3552 | no_cache=0 | |
3553 | # Check whether --enable-debug or --disable-debug was given. | |
3554 | if test "${enable_debug+set}" = set; then | |
3555 | enableval="$enable_debug" | |
3556 | ||
3557 | if test "$enableval" = yes; then | |
3558 | ac_cv_use_debug='wxUSE_DEBUG=yes' | |
3559 | else | |
3560 | ac_cv_use_debug='wxUSE_DEBUG=no' | |
3561 | fi | |
3562 | ||
3563 | else | |
3564 | ||
3565 | LINE=`grep "wxUSE_DEBUG" ${wx_arg_cache_file}` | |
3566 | if test "x$LINE" != x ; then | |
3567 | eval "DEFAULT_$LINE" | |
3568 | else | |
3569 | no_cache=1 | |
3570 | fi | |
3571 | ||
3572 | ac_cv_use_debug='wxUSE_DEBUG='$DEFAULT_wxUSE_DEBUG | |
3573 | ||
3574 | fi; | |
3575 | ||
3576 | eval "$ac_cv_use_debug" | |
3577 | if test "$no_cache" != 1; then | |
3578 | echo $ac_cv_use_debug >> ${wx_arg_cache_file}.tmp | |
3579 | fi | |
3580 | ||
3581 | if test "$wxUSE_DEBUG" = yes; then | |
3582 | echo "$as_me:$LINENO: result: yes" >&5 | |
3583 | echo "${ECHO_T}yes" >&6 | |
3584 | else | |
3585 | echo "$as_me:$LINENO: result: no" >&5 | |
3586 | echo "${ECHO_T}no" >&6 | |
3587 | fi | |
3588 | ||
3589 | ||
3590 | enablestring= | |
3591 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5 | |
3592 | echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6 | |
3593 | no_cache=0 | |
3594 | # Check whether --enable-stl or --disable-stl was given. | |
3595 | if test "${enable_stl+set}" = set; then | |
3596 | enableval="$enable_stl" | |
3597 | ||
3598 | if test "$enableval" = yes; then | |
3599 | ac_cv_use_stl='wxUSE_STL=yes' | |
3600 | else | |
3601 | ac_cv_use_stl='wxUSE_STL=no' | |
3602 | fi | |
3603 | ||
3604 | else | |
3605 | ||
3606 | LINE=`grep "wxUSE_STL" ${wx_arg_cache_file}` | |
3607 | if test "x$LINE" != x ; then | |
3608 | eval "DEFAULT_$LINE" | |
3609 | else | |
3610 | no_cache=1 | |
3611 | fi | |
3612 | ||
3613 | ac_cv_use_stl='wxUSE_STL='$DEFAULT_wxUSE_STL | |
3614 | ||
3615 | fi; | |
3616 | ||
3617 | eval "$ac_cv_use_stl" | |
3618 | if test "$no_cache" != 1; then | |
3619 | echo $ac_cv_use_stl >> ${wx_arg_cache_file}.tmp | |
3620 | fi | |
3621 | ||
3622 | if test "$wxUSE_STL" = yes; then | |
3623 | echo "$as_me:$LINENO: result: yes" >&5 | |
3624 | echo "${ECHO_T}yes" >&6 | |
3625 | else | |
3626 | echo "$as_me:$LINENO: result: no" >&5 | |
3627 | echo "${ECHO_T}no" >&6 | |
3628 | fi | |
3629 | ||
3630 | if test "$USE_OS2" = "1"; then | |
69120ee4 | 3631 | DEFAULT_wxUSE_OMF=no |
a848cd7e SC |
3632 | |
3633 | enablestring= | |
3634 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5 | |
3635 | echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6 | |
3636 | no_cache=0 | |
3637 | # Check whether --enable-omf or --disable-omf was given. | |
3638 | if test "${enable_omf+set}" = set; then | |
3639 | enableval="$enable_omf" | |
3640 | ||
3641 | if test "$enableval" = yes; then | |
3642 | ac_cv_use_omf='wxUSE_OMF=yes' | |
3643 | else | |
3644 | ac_cv_use_omf='wxUSE_OMF=no' | |
3645 | fi | |
3646 | ||
3647 | else | |
3648 | ||
3649 | LINE=`grep "wxUSE_OMF" ${wx_arg_cache_file}` | |
3650 | if test "x$LINE" != x ; then | |
3651 | eval "DEFAULT_$LINE" | |
3652 | else | |
3653 | no_cache=1 | |
3654 | fi | |
3655 | ||
3656 | ac_cv_use_omf='wxUSE_OMF='$DEFAULT_wxUSE_OMF | |
3657 | ||
3658 | fi; | |
3659 | ||
3660 | eval "$ac_cv_use_omf" | |
3661 | if test "$no_cache" != 1; then | |
3662 | echo $ac_cv_use_omf >> ${wx_arg_cache_file}.tmp | |
3663 | fi | |
3664 | ||
3665 | if test "$wxUSE_OMF" = yes; then | |
3666 | echo "$as_me:$LINENO: result: yes" >&5 | |
3667 | echo "${ECHO_T}yes" >&6 | |
3668 | else | |
3669 | echo "$as_me:$LINENO: result: no" >&5 | |
3670 | echo "${ECHO_T}no" >&6 | |
3671 | fi | |
3672 | ||
3673 | fi | |
3674 | ||
3675 | if test "$wxUSE_DEBUG" = "yes"; then | |
3676 | DEFAULT_wxUSE_DEBUG_FLAG=yes | |
3677 | DEFAULT_wxUSE_DEBUG_INFO=yes | |
3678 | BUILD=debug | |
3679 | elif test "$wxUSE_DEBUG" = "no"; then | |
3680 | DEFAULT_wxUSE_DEBUG_FLAG=no | |
3681 | DEFAULT_wxUSE_DEBUG_INFO=no | |
3682 | BUILD=release | |
3683 | fi | |
3684 | ||
3685 | ||
3686 | enablestring= | |
3687 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5 | |
3688 | echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6 | |
3689 | no_cache=0 | |
3690 | # Check whether --enable-debug_flag or --disable-debug_flag was given. | |
3691 | if test "${enable_debug_flag+set}" = set; then | |
3692 | enableval="$enable_debug_flag" | |
3693 | ||
3694 | if test "$enableval" = yes; then | |
3695 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes' | |
3696 | else | |
3697 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no' | |
3698 | fi | |
3699 | ||
3700 | else | |
3701 | ||
3702 | LINE=`grep "wxUSE_DEBUG_FLAG" ${wx_arg_cache_file}` | |
3703 | if test "x$LINE" != x ; then | |
3704 | eval "DEFAULT_$LINE" | |
3705 | else | |
3706 | no_cache=1 | |
3707 | fi | |
3708 | ||
3709 | ac_cv_use_debug_flag='wxUSE_DEBUG_FLAG='$DEFAULT_wxUSE_DEBUG_FLAG | |
3710 | ||
3711 | fi; | |
3712 | ||
3713 | eval "$ac_cv_use_debug_flag" | |
3714 | if test "$no_cache" != 1; then | |
3715 | echo $ac_cv_use_debug_flag >> ${wx_arg_cache_file}.tmp | |
3716 | fi | |
3717 | ||
3718 | if test "$wxUSE_DEBUG_FLAG" = yes; then | |
3719 | echo "$as_me:$LINENO: result: yes" >&5 | |
3720 | echo "${ECHO_T}yes" >&6 | |
3721 | else | |
3722 | echo "$as_me:$LINENO: result: no" >&5 | |
3723 | echo "${ECHO_T}no" >&6 | |
3724 | fi | |
3725 | ||
3726 | ||
3727 | enablestring= | |
3728 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5 | |
3729 | echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6 | |
3730 | no_cache=0 | |
3731 | # Check whether --enable-debug_info or --disable-debug_info was given. | |
3732 | if test "${enable_debug_info+set}" = set; then | |
3733 | enableval="$enable_debug_info" | |
3734 | ||
3735 | if test "$enableval" = yes; then | |
3736 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO=yes' | |
3737 | else | |
3738 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO=no' | |
3739 | fi | |
3740 | ||
3741 | else | |
3742 | ||
3743 | LINE=`grep "wxUSE_DEBUG_INFO" ${wx_arg_cache_file}` | |
3744 | if test "x$LINE" != x ; then | |
3745 | eval "DEFAULT_$LINE" | |
3746 | else | |
3747 | no_cache=1 | |
3748 | fi | |
3749 | ||
3750 | ac_cv_use_debug_info='wxUSE_DEBUG_INFO='$DEFAULT_wxUSE_DEBUG_INFO | |
3751 | ||
3752 | fi; | |
3753 | ||
3754 | eval "$ac_cv_use_debug_info" | |
3755 | if test "$no_cache" != 1; then | |
3756 | echo $ac_cv_use_debug_info >> ${wx_arg_cache_file}.tmp | |
3757 | fi | |
3758 | ||
3759 | if test "$wxUSE_DEBUG_INFO" = yes; then | |
3760 | echo "$as_me:$LINENO: result: yes" >&5 | |
3761 | echo "${ECHO_T}yes" >&6 | |
3762 | else | |
3763 | echo "$as_me:$LINENO: result: no" >&5 | |
3764 | echo "${ECHO_T}no" >&6 | |
3765 | fi | |
3766 | ||
3767 | ||
3768 | enablestring= | |
3769 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5 | |
3770 | echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6 | |
3771 | no_cache=0 | |
3772 | # Check whether --enable-debug_gdb or --disable-debug_gdb was given. | |
3773 | if test "${enable_debug_gdb+set}" = set; then | |
3774 | enableval="$enable_debug_gdb" | |
3775 | ||
3776 | if test "$enableval" = yes; then | |
3777 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes' | |
3778 | else | |
3779 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no' | |
3780 | fi | |
3781 | ||
3782 | else | |
3783 | ||
3784 | LINE=`grep "wxUSE_DEBUG_GDB" ${wx_arg_cache_file}` | |
3785 | if test "x$LINE" != x ; then | |
3786 | eval "DEFAULT_$LINE" | |
3787 | else | |
3788 | no_cache=1 | |
3789 | fi | |
3790 | ||
3791 | ac_cv_use_debug_gdb='wxUSE_DEBUG_GDB='$DEFAULT_wxUSE_DEBUG_GDB | |
3792 | ||
3793 | fi; | |
3794 | ||
3795 | eval "$ac_cv_use_debug_gdb" | |
3796 | if test "$no_cache" != 1; then | |
3797 | echo $ac_cv_use_debug_gdb >> ${wx_arg_cache_file}.tmp | |
3798 | fi | |
3799 | ||
3800 | if test "$wxUSE_DEBUG_GDB" = yes; then | |
3801 | echo "$as_me:$LINENO: result: yes" >&5 | |
3802 | echo "${ECHO_T}yes" >&6 | |
3803 | else | |
3804 | echo "$as_me:$LINENO: result: no" >&5 | |
3805 | echo "${ECHO_T}no" >&6 | |
3806 | fi | |
3807 | ||
3808 | ||
3809 | enablestring= | |
3810 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5 | |
3811 | echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6 | |
3812 | no_cache=0 | |
3813 | # Check whether --enable-debug_cntxt or --disable-debug_cntxt was given. | |
3814 | if test "${enable_debug_cntxt+set}" = set; then | |
3815 | enableval="$enable_debug_cntxt" | |
3816 | ||
3817 | if test "$enableval" = yes; then | |
3818 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes' | |
3819 | else | |
3820 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no' | |
3821 | fi | |
3822 | ||
3823 | else | |
3824 | ||
3825 | LINE=`grep "wxUSE_DEBUG_CONTEXT" ${wx_arg_cache_file}` | |
3826 | if test "x$LINE" != x ; then | |
3827 | eval "DEFAULT_$LINE" | |
3828 | else | |
3829 | no_cache=1 | |
3830 | fi | |
3831 | ||
3832 | ac_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT='$DEFAULT_wxUSE_DEBUG_CONTEXT | |
3833 | ||
3834 | fi; | |
3835 | ||
3836 | eval "$ac_cv_use_debug_cntxt" | |
3837 | if test "$no_cache" != 1; then | |
3838 | echo $ac_cv_use_debug_cntxt >> ${wx_arg_cache_file}.tmp | |
3839 | fi | |
3840 | ||
3841 | if test "$wxUSE_DEBUG_CONTEXT" = yes; then | |
3842 | echo "$as_me:$LINENO: result: yes" >&5 | |
3843 | echo "${ECHO_T}yes" >&6 | |
3844 | else | |
3845 | echo "$as_me:$LINENO: result: no" >&5 | |
3846 | echo "${ECHO_T}no" >&6 | |
3847 | fi | |
3848 | ||
3849 | ||
3850 | enablestring= | |
3851 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5 | |
3852 | echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6 | |
3853 | no_cache=0 | |
3854 | # Check whether --enable-mem_tracing or --disable-mem_tracing was given. | |
3855 | if test "${enable_mem_tracing+set}" = set; then | |
3856 | enableval="$enable_mem_tracing" | |
3857 | ||
3858 | if test "$enableval" = yes; then | |
3859 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes' | |
3860 | else | |
3861 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING=no' | |
3862 | fi | |
3863 | ||
3864 | else | |
3865 | ||
3866 | LINE=`grep "wxUSE_MEM_TRACING" ${wx_arg_cache_file}` | |
3867 | if test "x$LINE" != x ; then | |
3868 | eval "DEFAULT_$LINE" | |
3869 | else | |
3870 | no_cache=1 | |
3871 | fi | |
3872 | ||
3873 | ac_cv_use_mem_tracing='wxUSE_MEM_TRACING='$DEFAULT_wxUSE_MEM_TRACING | |
3874 | ||
3875 | fi; | |
3876 | ||
3877 | eval "$ac_cv_use_mem_tracing" | |
3878 | if test "$no_cache" != 1; then | |
3879 | echo $ac_cv_use_mem_tracing >> ${wx_arg_cache_file}.tmp | |
3880 | fi | |
3881 | ||
3882 | if test "$wxUSE_MEM_TRACING" = yes; then | |
3883 | echo "$as_me:$LINENO: result: yes" >&5 | |
3884 | echo "${ECHO_T}yes" >&6 | |
3885 | else | |
3886 | echo "$as_me:$LINENO: result: no" >&5 | |
3887 | echo "${ECHO_T}no" >&6 | |
3888 | fi | |
3889 | ||
3890 | ||
3891 | enablestring= | |
3892 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5 | |
3893 | echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6 | |
3894 | no_cache=0 | |
3895 | # Check whether --enable-profile or --disable-profile was given. | |
3896 | if test "${enable_profile+set}" = set; then | |
3897 | enableval="$enable_profile" | |
3898 | ||
3899 | if test "$enableval" = yes; then | |
3900 | ac_cv_use_profile='wxUSE_PROFILE=yes' | |
3901 | else | |
3902 | ac_cv_use_profile='wxUSE_PROFILE=no' | |
3903 | fi | |
3904 | ||
3905 | else | |
3906 | ||
3907 | LINE=`grep "wxUSE_PROFILE" ${wx_arg_cache_file}` | |
3908 | if test "x$LINE" != x ; then | |
3909 | eval "DEFAULT_$LINE" | |
3910 | else | |
3911 | no_cache=1 | |
3912 | fi | |
3913 | ||
3914 | ac_cv_use_profile='wxUSE_PROFILE='$DEFAULT_wxUSE_PROFILE | |
3915 | ||
3916 | fi; | |
3917 | ||
3918 | eval "$ac_cv_use_profile" | |
3919 | if test "$no_cache" != 1; then | |
3920 | echo $ac_cv_use_profile >> ${wx_arg_cache_file}.tmp | |
3921 | fi | |
3922 | ||
3923 | if test "$wxUSE_PROFILE" = yes; then | |
3924 | echo "$as_me:$LINENO: result: yes" >&5 | |
3925 | echo "${ECHO_T}yes" >&6 | |
3926 | else | |
3927 | echo "$as_me:$LINENO: result: no" >&5 | |
3928 | echo "${ECHO_T}no" >&6 | |
3929 | fi | |
3930 | ||
3931 | ||
3932 | enablestring= | |
3933 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5 | |
3934 | echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6 | |
3935 | no_cache=0 | |
3936 | # Check whether --enable-no_rtti or --disable-no_rtti was given. | |
3937 | if test "${enable_no_rtti+set}" = set; then | |
3938 | enableval="$enable_no_rtti" | |
3939 | ||
3940 | if test "$enableval" = yes; then | |
3941 | ac_cv_use_no_rtti='wxUSE_NO_RTTI=yes' | |
3942 | else | |
3943 | ac_cv_use_no_rtti='wxUSE_NO_RTTI=no' | |
3944 | fi | |
3945 | ||
3946 | else | |
3947 | ||
3948 | LINE=`grep "wxUSE_NO_RTTI" ${wx_arg_cache_file}` | |
3949 | if test "x$LINE" != x ; then | |
3950 | eval "DEFAULT_$LINE" | |
3951 | else | |
3952 | no_cache=1 | |
3953 | fi | |
3954 | ||
3955 | ac_cv_use_no_rtti='wxUSE_NO_RTTI='$DEFAULT_wxUSE_NO_RTTI | |
3956 | ||
3957 | fi; | |
3958 | ||
3959 | eval "$ac_cv_use_no_rtti" | |
3960 | if test "$no_cache" != 1; then | |
3961 | echo $ac_cv_use_no_rtti >> ${wx_arg_cache_file}.tmp | |
3962 | fi | |
3963 | ||
3964 | if test "$wxUSE_NO_RTTI" = yes; then | |
3965 | echo "$as_me:$LINENO: result: yes" >&5 | |
3966 | echo "${ECHO_T}yes" >&6 | |
3967 | else | |
3968 | echo "$as_me:$LINENO: result: no" >&5 | |
3969 | echo "${ECHO_T}no" >&6 | |
3970 | fi | |
3971 | ||
3972 | ||
3973 | enablestring= | |
3974 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5 | |
3975 | echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6 | |
3976 | no_cache=0 | |
3977 | # Check whether --enable-no_exceptions or --disable-no_exceptions was given. | |
3978 | if test "${enable_no_exceptions+set}" = set; then | |
3979 | enableval="$enable_no_exceptions" | |
3980 | ||
3981 | if test "$enableval" = yes; then | |
3982 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes' | |
3983 | else | |
3984 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no' | |
3985 | fi | |
3986 | ||
3987 | else | |
3988 | ||
3989 | LINE=`grep "wxUSE_NO_EXCEPTIONS" ${wx_arg_cache_file}` | |
3990 | if test "x$LINE" != x ; then | |
3991 | eval "DEFAULT_$LINE" | |
3992 | else | |
3993 | no_cache=1 | |
3994 | fi | |
3995 | ||
3996 | ac_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS='$DEFAULT_wxUSE_NO_EXCEPTIONS | |
3997 | ||
3998 | fi; | |
3999 | ||
4000 | eval "$ac_cv_use_no_exceptions" | |
4001 | if test "$no_cache" != 1; then | |
4002 | echo $ac_cv_use_no_exceptions >> ${wx_arg_cache_file}.tmp | |
4003 | fi | |
4004 | ||
4005 | if test "$wxUSE_NO_EXCEPTIONS" = yes; then | |
4006 | echo "$as_me:$LINENO: result: yes" >&5 | |
4007 | echo "${ECHO_T}yes" >&6 | |
4008 | else | |
4009 | echo "$as_me:$LINENO: result: no" >&5 | |
4010 | echo "${ECHO_T}no" >&6 | |
4011 | fi | |
4012 | ||
4013 | ||
4014 | enablestring= | |
4015 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5 | |
4016 | echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6 | |
4017 | no_cache=0 | |
4018 | # Check whether --enable-permissive or --disable-permissive was given. | |
4019 | if test "${enable_permissive+set}" = set; then | |
4020 | enableval="$enable_permissive" | |
4021 | ||
4022 | if test "$enableval" = yes; then | |
4023 | ac_cv_use_permissive='wxUSE_PERMISSIVE=yes' | |
4024 | else | |
4025 | ac_cv_use_permissive='wxUSE_PERMISSIVE=no' | |
4026 | fi | |
4027 | ||
4028 | else | |
4029 | ||
4030 | LINE=`grep "wxUSE_PERMISSIVE" ${wx_arg_cache_file}` | |
4031 | if test "x$LINE" != x ; then | |
4032 | eval "DEFAULT_$LINE" | |
4033 | else | |
4034 | no_cache=1 | |
4035 | fi | |
4036 | ||
4037 | ac_cv_use_permissive='wxUSE_PERMISSIVE='$DEFAULT_wxUSE_PERMISSIVE | |
4038 | ||
4039 | fi; | |
4040 | ||
4041 | eval "$ac_cv_use_permissive" | |
4042 | if test "$no_cache" != 1; then | |
4043 | echo $ac_cv_use_permissive >> ${wx_arg_cache_file}.tmp | |
4044 | fi | |
4045 | ||
4046 | if test "$wxUSE_PERMISSIVE" = yes; then | |
4047 | echo "$as_me:$LINENO: result: yes" >&5 | |
4048 | echo "${ECHO_T}yes" >&6 | |
4049 | else | |
4050 | echo "$as_me:$LINENO: result: no" >&5 | |
4051 | echo "${ECHO_T}no" >&6 | |
4052 | fi | |
4053 | ||
4054 | ||
4055 | enablestring= | |
4056 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5 | |
4057 | echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6 | |
4058 | no_cache=0 | |
4059 | # Check whether --enable-no_deps or --disable-no_deps was given. | |
4060 | if test "${enable_no_deps+set}" = set; then | |
4061 | enableval="$enable_no_deps" | |
4062 | ||
4063 | if test "$enableval" = yes; then | |
4064 | ac_cv_use_no_deps='wxUSE_NO_DEPS=yes' | |
4065 | else | |
4066 | ac_cv_use_no_deps='wxUSE_NO_DEPS=no' | |
4067 | fi | |
4068 | ||
4069 | else | |
4070 | ||
4071 | LINE=`grep "wxUSE_NO_DEPS" ${wx_arg_cache_file}` | |
4072 | if test "x$LINE" != x ; then | |
4073 | eval "DEFAULT_$LINE" | |
4074 | else | |
4075 | no_cache=1 | |
4076 | fi | |
4077 | ||
4078 | ac_cv_use_no_deps='wxUSE_NO_DEPS='$DEFAULT_wxUSE_NO_DEPS | |
4079 | ||
4080 | fi; | |
4081 | ||
4082 | eval "$ac_cv_use_no_deps" | |
4083 | if test "$no_cache" != 1; then | |
4084 | echo $ac_cv_use_no_deps >> ${wx_arg_cache_file}.tmp | |
4085 | fi | |
4086 | ||
4087 | if test "$wxUSE_NO_DEPS" = yes; then | |
4088 | echo "$as_me:$LINENO: result: yes" >&5 | |
4089 | echo "${ECHO_T}yes" >&6 | |
4090 | else | |
4091 | echo "$as_me:$LINENO: result: no" >&5 | |
4092 | echo "${ECHO_T}no" >&6 | |
4093 | fi | |
4094 | ||
4095 | ||
4096 | ||
4097 | enablestring= | |
4098 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat22" >&5 | |
4099 | echo $ECHO_N "checking for --${enablestring:-enable}-compat22... $ECHO_C" >&6 | |
4100 | no_cache=0 | |
4101 | # Check whether --enable-compat22 or --disable-compat22 was given. | |
4102 | if test "${enable_compat22+set}" = set; then | |
4103 | enableval="$enable_compat22" | |
4104 | ||
4105 | if test "$enableval" = yes; then | |
4106 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=yes' | |
4107 | else | |
4108 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2=no' | |
4109 | fi | |
4110 | ||
4111 | else | |
4112 | ||
4113 | LINE=`grep "WXWIN_COMPATIBILITY_2_2" ${wx_arg_cache_file}` | |
4114 | if test "x$LINE" != x ; then | |
4115 | eval "DEFAULT_$LINE" | |
4116 | else | |
4117 | no_cache=1 | |
4118 | fi | |
4119 | ||
4120 | ac_cv_use_compat22='WXWIN_COMPATIBILITY_2_2='$DEFAULT_WXWIN_COMPATIBILITY_2_2 | |
4121 | ||
4122 | fi; | |
4123 | ||
4124 | eval "$ac_cv_use_compat22" | |
4125 | if test "$no_cache" != 1; then | |
4126 | echo $ac_cv_use_compat22 >> ${wx_arg_cache_file}.tmp | |
4127 | fi | |
4128 | ||
4129 | if test "$WXWIN_COMPATIBILITY_2_2" = yes; then | |
4130 | echo "$as_me:$LINENO: result: yes" >&5 | |
4131 | echo "${ECHO_T}yes" >&6 | |
4132 | else | |
4133 | echo "$as_me:$LINENO: result: no" >&5 | |
4134 | echo "${ECHO_T}no" >&6 | |
4135 | fi | |
4136 | ||
4137 | ||
4138 | enablestring=disable | |
4139 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat24" >&5 | |
4140 | echo $ECHO_N "checking for --${enablestring:-enable}-compat24... $ECHO_C" >&6 | |
4141 | no_cache=0 | |
4142 | # Check whether --enable-compat24 or --disable-compat24 was given. | |
4143 | if test "${enable_compat24+set}" = set; then | |
4144 | enableval="$enable_compat24" | |
4145 | ||
4146 | if test "$enableval" = yes; then | |
4147 | ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=yes' | |
4148 | else | |
4149 | ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4=no' | |
4150 | fi | |
4151 | ||
4152 | else | |
4153 | ||
4154 | LINE=`grep "WXWIN_COMPATIBILITY_2_4" ${wx_arg_cache_file}` | |
4155 | if test "x$LINE" != x ; then | |
4156 | eval "DEFAULT_$LINE" | |
4157 | else | |
4158 | no_cache=1 | |
4159 | fi | |
4160 | ||
4161 | ac_cv_use_compat24='WXWIN_COMPATIBILITY_2_4='$DEFAULT_WXWIN_COMPATIBILITY_2_4 | |
4162 | ||
4163 | fi; | |
4164 | ||
4165 | eval "$ac_cv_use_compat24" | |
4166 | if test "$no_cache" != 1; then | |
4167 | echo $ac_cv_use_compat24 >> ${wx_arg_cache_file}.tmp | |
4168 | fi | |
4169 | ||
4170 | if test "$WXWIN_COMPATIBILITY_2_4" = yes; then | |
4171 | echo "$as_me:$LINENO: result: yes" >&5 | |
4172 | echo "${ECHO_T}yes" >&6 | |
4173 | else | |
4174 | echo "$as_me:$LINENO: result: no" >&5 | |
4175 | echo "${ECHO_T}no" >&6 | |
4176 | fi | |
4177 | ||
4178 | ||
ffa0583f RL |
4179 | |
4180 | enablestring= | |
4181 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5 | |
4182 | echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6 | |
4183 | no_cache=0 | |
4184 | # Check whether --enable-rpath or --disable-rpath was given. | |
a848cd7e SC |
4185 | if test "${enable_rpath+set}" = set; then |
4186 | enableval="$enable_rpath" | |
ffa0583f RL |
4187 | |
4188 | if test "$enableval" = yes; then | |
4189 | ac_cv_use_rpath='wxUSE_RPATH=yes' | |
4190 | else | |
4191 | ac_cv_use_rpath='wxUSE_RPATH=no' | |
4192 | fi | |
4193 | ||
4194 | else | |
4195 | ||
4196 | LINE=`grep "wxUSE_RPATH" ${wx_arg_cache_file}` | |
4197 | if test "x$LINE" != x ; then | |
4198 | eval "DEFAULT_$LINE" | |
4199 | else | |
4200 | no_cache=1 | |
4201 | fi | |
4202 | ||
4203 | ac_cv_use_rpath='wxUSE_RPATH='$DEFAULT_wxUSE_RPATH | |
4204 | ||
a848cd7e SC |
4205 | fi; |
4206 | ||
ffa0583f RL |
4207 | eval "$ac_cv_use_rpath" |
4208 | if test "$no_cache" != 1; then | |
4209 | echo $ac_cv_use_rpath >> ${wx_arg_cache_file}.tmp | |
4210 | fi | |
4211 | ||
4212 | if test "$wxUSE_RPATH" = yes; then | |
4213 | echo "$as_me:$LINENO: result: yes" >&5 | |
4214 | echo "${ECHO_T}yes" >&6 | |
4215 | else | |
4216 | echo "$as_me:$LINENO: result: no" >&5 | |
4217 | echo "${ECHO_T}no" >&6 | |
4218 | fi | |
4219 | ||
a848cd7e SC |
4220 | |
4221 | ||
4222 | ||
4223 | ||
4224 | enablestring= | |
4225 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5 | |
4226 | echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6 | |
4227 | no_cache=0 | |
4228 | # Check whether --enable-intl or --disable-intl was given. | |
4229 | if test "${enable_intl+set}" = set; then | |
4230 | enableval="$enable_intl" | |
4231 | ||
4232 | if test "$enableval" = yes; then | |
4233 | ac_cv_use_intl='wxUSE_INTL=yes' | |
4234 | else | |
4235 | ac_cv_use_intl='wxUSE_INTL=no' | |
4236 | fi | |
4237 | ||
4238 | else | |
4239 | ||
4240 | LINE=`grep "wxUSE_INTL" ${wx_arg_cache_file}` | |
4241 | if test "x$LINE" != x ; then | |
4242 | eval "DEFAULT_$LINE" | |
4243 | else | |
4244 | no_cache=1 | |
4245 | fi | |
4246 | ||
4247 | ac_cv_use_intl='wxUSE_INTL='$DEFAULT_wxUSE_INTL | |
4248 | ||
4249 | fi; | |
4250 | ||
4251 | eval "$ac_cv_use_intl" | |
4252 | if test "$no_cache" != 1; then | |
4253 | echo $ac_cv_use_intl >> ${wx_arg_cache_file}.tmp | |
4254 | fi | |
4255 | ||
4256 | if test "$wxUSE_INTL" = yes; then | |
4257 | echo "$as_me:$LINENO: result: yes" >&5 | |
4258 | echo "${ECHO_T}yes" >&6 | |
4259 | else | |
4260 | echo "$as_me:$LINENO: result: no" >&5 | |
4261 | echo "${ECHO_T}no" >&6 | |
4262 | fi | |
4263 | ||
4264 | ||
4265 | enablestring= | |
4266 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5 | |
4267 | echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6 | |
4268 | no_cache=0 | |
4269 | # Check whether --enable-config or --disable-config was given. | |
4270 | if test "${enable_config+set}" = set; then | |
4271 | enableval="$enable_config" | |
4272 | ||
4273 | if test "$enableval" = yes; then | |
4274 | ac_cv_use_config='wxUSE_CONFIG=yes' | |
4275 | else | |
4276 | ac_cv_use_config='wxUSE_CONFIG=no' | |
4277 | fi | |
4278 | ||
4279 | else | |
4280 | ||
4281 | LINE=`grep "wxUSE_CONFIG" ${wx_arg_cache_file}` | |
4282 | if test "x$LINE" != x ; then | |
4283 | eval "DEFAULT_$LINE" | |
4284 | else | |
4285 | no_cache=1 | |
4286 | fi | |
4287 | ||
4288 | ac_cv_use_config='wxUSE_CONFIG='$DEFAULT_wxUSE_CONFIG | |
4289 | ||
4290 | fi; | |
4291 | ||
4292 | eval "$ac_cv_use_config" | |
4293 | if test "$no_cache" != 1; then | |
4294 | echo $ac_cv_use_config >> ${wx_arg_cache_file}.tmp | |
4295 | fi | |
4296 | ||
4297 | if test "$wxUSE_CONFIG" = yes; then | |
4298 | echo "$as_me:$LINENO: result: yes" >&5 | |
4299 | echo "${ECHO_T}yes" >&6 | |
4300 | else | |
4301 | echo "$as_me:$LINENO: result: no" >&5 | |
4302 | echo "${ECHO_T}no" >&6 | |
4303 | fi | |
4304 | ||
4305 | ||
4306 | ||
4307 | enablestring= | |
4308 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5 | |
4309 | echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6 | |
4310 | no_cache=0 | |
4311 | # Check whether --enable-protocols or --disable-protocols was given. | |
4312 | if test "${enable_protocols+set}" = set; then | |
4313 | enableval="$enable_protocols" | |
4314 | ||
4315 | if test "$enableval" = yes; then | |
4316 | ac_cv_use_protocols='wxUSE_PROTOCOL=yes' | |
4317 | else | |
4318 | ac_cv_use_protocols='wxUSE_PROTOCOL=no' | |
4319 | fi | |
4320 | ||
4321 | else | |
4322 | ||
4323 | LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}` | |
4324 | if test "x$LINE" != x ; then | |
4325 | eval "DEFAULT_$LINE" | |
4326 | else | |
4327 | no_cache=1 | |
4328 | fi | |
4329 | ||
4330 | ac_cv_use_protocols='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL | |
4331 | ||
4332 | fi; | |
4333 | ||
4334 | eval "$ac_cv_use_protocols" | |
4335 | if test "$no_cache" != 1; then | |
4336 | echo $ac_cv_use_protocols >> ${wx_arg_cache_file}.tmp | |
4337 | fi | |
4338 | ||
4339 | if test "$wxUSE_PROTOCOL" = yes; then | |
4340 | echo "$as_me:$LINENO: result: yes" >&5 | |
4341 | echo "${ECHO_T}yes" >&6 | |
4342 | else | |
4343 | echo "$as_me:$LINENO: result: no" >&5 | |
4344 | echo "${ECHO_T}no" >&6 | |
4345 | fi | |
4346 | ||
4347 | ||
4348 | enablestring= | |
4349 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5 | |
4350 | echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6 | |
4351 | no_cache=0 | |
4352 | # Check whether --enable-ftp or --disable-ftp was given. | |
4353 | if test "${enable_ftp+set}" = set; then | |
4354 | enableval="$enable_ftp" | |
4355 | ||
4356 | if test "$enableval" = yes; then | |
4357 | ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes' | |
4358 | else | |
4359 | ac_cv_use_ftp='wxUSE_PROTOCOL_FTP=no' | |
4360 | fi | |
4361 | ||
4362 | else | |
4363 | ||
4364 | LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}` | |
4365 | if test "x$LINE" != x ; then | |
4366 | eval "DEFAULT_$LINE" | |
4367 | else | |
4368 | no_cache=1 | |
4369 | fi | |
4370 | ||
4371 | ac_cv_use_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP | |
4372 | ||
4373 | fi; | |
4374 | ||
4375 | eval "$ac_cv_use_ftp" | |
4376 | if test "$no_cache" != 1; then | |
4377 | echo $ac_cv_use_ftp >> ${wx_arg_cache_file}.tmp | |
4378 | fi | |
4379 | ||
4380 | if test "$wxUSE_PROTOCOL_FTP" = yes; then | |
4381 | echo "$as_me:$LINENO: result: yes" >&5 | |
4382 | echo "${ECHO_T}yes" >&6 | |
4383 | else | |
4384 | echo "$as_me:$LINENO: result: no" >&5 | |
4385 | echo "${ECHO_T}no" >&6 | |
4386 | fi | |
4387 | ||
4388 | ||
4389 | enablestring= | |
4390 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5 | |
4391 | echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6 | |
4392 | no_cache=0 | |
4393 | # Check whether --enable-http or --disable-http was given. | |
4394 | if test "${enable_http+set}" = set; then | |
4395 | enableval="$enable_http" | |
4396 | ||
4397 | if test "$enableval" = yes; then | |
4398 | ac_cv_use_http='wxUSE_PROTOCOL_HTTP=yes' | |
4399 | else | |
4400 | ac_cv_use_http='wxUSE_PROTOCOL_HTTP=no' | |
4401 | fi | |
4402 | ||
4403 | else | |
4404 | ||
4405 | LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}` | |
4406 | if test "x$LINE" != x ; then | |
4407 | eval "DEFAULT_$LINE" | |
4408 | else | |
4409 | no_cache=1 | |
4410 | fi | |
4411 | ||
4412 | ac_cv_use_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP | |
4413 | ||
4414 | fi; | |
4415 | ||
4416 | eval "$ac_cv_use_http" | |
4417 | if test "$no_cache" != 1; then | |
4418 | echo $ac_cv_use_http >> ${wx_arg_cache_file}.tmp | |
4419 | fi | |
4420 | ||
4421 | if test "$wxUSE_PROTOCOL_HTTP" = yes; then | |
4422 | echo "$as_me:$LINENO: result: yes" >&5 | |
4423 | echo "${ECHO_T}yes" >&6 | |
4424 | else | |
4425 | echo "$as_me:$LINENO: result: no" >&5 | |
4426 | echo "${ECHO_T}no" >&6 | |
4427 | fi | |
4428 | ||
4429 | ||
4430 | enablestring= | |
4431 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5 | |
4432 | echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6 | |
4433 | no_cache=0 | |
4434 | # Check whether --enable-fileproto or --disable-fileproto was given. | |
4435 | if test "${enable_fileproto+set}" = set; then | |
4436 | enableval="$enable_fileproto" | |
4437 | ||
4438 | if test "$enableval" = yes; then | |
4439 | ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes' | |
4440 | else | |
4441 | ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no' | |
4442 | fi | |
4443 | ||
4444 | else | |
4445 | ||
4446 | LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}` | |
4447 | if test "x$LINE" != x ; then | |
4448 | eval "DEFAULT_$LINE" | |
4449 | else | |
4450 | no_cache=1 | |
4451 | fi | |
4452 | ||
4453 | ac_cv_use_fileproto='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE | |
4454 | ||
4455 | fi; | |
4456 | ||
4457 | eval "$ac_cv_use_fileproto" | |
4458 | if test "$no_cache" != 1; then | |
4459 | echo $ac_cv_use_fileproto >> ${wx_arg_cache_file}.tmp | |
4460 | fi | |
4461 | ||
4462 | if test "$wxUSE_PROTOCOL_FILE" = yes; then | |
4463 | echo "$as_me:$LINENO: result: yes" >&5 | |
4464 | echo "${ECHO_T}yes" >&6 | |
4465 | else | |
4466 | echo "$as_me:$LINENO: result: no" >&5 | |
4467 | echo "${ECHO_T}no" >&6 | |
4468 | fi | |
4469 | ||
4470 | ||
4471 | enablestring= | |
4472 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5 | |
4473 | echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6 | |
4474 | no_cache=0 | |
4475 | # Check whether --enable-sockets or --disable-sockets was given. | |
4476 | if test "${enable_sockets+set}" = set; then | |
4477 | enableval="$enable_sockets" | |
4478 | ||
4479 | if test "$enableval" = yes; then | |
4480 | ac_cv_use_sockets='wxUSE_SOCKETS=yes' | |
4481 | else | |
4482 | ac_cv_use_sockets='wxUSE_SOCKETS=no' | |
4483 | fi | |
4484 | ||
4485 | else | |
4486 | ||
4487 | LINE=`grep "wxUSE_SOCKETS" ${wx_arg_cache_file}` | |
4488 | if test "x$LINE" != x ; then | |
4489 | eval "DEFAULT_$LINE" | |
4490 | else | |
4491 | no_cache=1 | |
4492 | fi | |
4493 | ||
4494 | ac_cv_use_sockets='wxUSE_SOCKETS='$DEFAULT_wxUSE_SOCKETS | |
4495 | ||
4496 | fi; | |
4497 | ||
4498 | eval "$ac_cv_use_sockets" | |
4499 | if test "$no_cache" != 1; then | |
4500 | echo $ac_cv_use_sockets >> ${wx_arg_cache_file}.tmp | |
4501 | fi | |
4502 | ||
4503 | if test "$wxUSE_SOCKETS" = yes; then | |
4504 | echo "$as_me:$LINENO: result: yes" >&5 | |
4505 | echo "${ECHO_T}yes" >&6 | |
4506 | else | |
4507 | echo "$as_me:$LINENO: result: no" >&5 | |
4508 | echo "${ECHO_T}no" >&6 | |
4509 | fi | |
4510 | ||
4511 | ||
4512 | enablestring= | |
4513 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5 | |
4514 | echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6 | |
4515 | no_cache=0 | |
4516 | # Check whether --enable-ole or --disable-ole was given. | |
4517 | if test "${enable_ole+set}" = set; then | |
4518 | enableval="$enable_ole" | |
4519 | ||
4520 | if test "$enableval" = yes; then | |
4521 | ac_cv_use_ole='wxUSE_OLE=yes' | |
4522 | else | |
4523 | ac_cv_use_ole='wxUSE_OLE=no' | |
4524 | fi | |
4525 | ||
4526 | else | |
4527 | ||
4528 | LINE=`grep "wxUSE_OLE" ${wx_arg_cache_file}` | |
4529 | if test "x$LINE" != x ; then | |
4530 | eval "DEFAULT_$LINE" | |
4531 | else | |
4532 | no_cache=1 | |
4533 | fi | |
4534 | ||
4535 | ac_cv_use_ole='wxUSE_OLE='$DEFAULT_wxUSE_OLE | |
4536 | ||
4537 | fi; | |
4538 | ||
4539 | eval "$ac_cv_use_ole" | |
4540 | if test "$no_cache" != 1; then | |
4541 | echo $ac_cv_use_ole >> ${wx_arg_cache_file}.tmp | |
4542 | fi | |
4543 | ||
4544 | if test "$wxUSE_OLE" = yes; then | |
4545 | echo "$as_me:$LINENO: result: yes" >&5 | |
4546 | echo "${ECHO_T}yes" >&6 | |
4547 | else | |
4548 | echo "$as_me:$LINENO: result: no" >&5 | |
4549 | echo "${ECHO_T}no" >&6 | |
4550 | fi | |
4551 | ||
4552 | ||
4553 | enablestring= | |
4554 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5 | |
4555 | echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6 | |
4556 | no_cache=0 | |
4557 | # Check whether --enable-dataobj or --disable-dataobj was given. | |
4558 | if test "${enable_dataobj+set}" = set; then | |
4559 | enableval="$enable_dataobj" | |
4560 | ||
4561 | if test "$enableval" = yes; then | |
4562 | ac_cv_use_dataobj='wxUSE_DATAOBJ=yes' | |
4563 | else | |
4564 | ac_cv_use_dataobj='wxUSE_DATAOBJ=no' | |
4565 | fi | |
4566 | ||
4567 | else | |
4568 | ||
4569 | LINE=`grep "wxUSE_DATAOBJ" ${wx_arg_cache_file}` | |
4570 | if test "x$LINE" != x ; then | |
4571 | eval "DEFAULT_$LINE" | |
4572 | else | |
4573 | no_cache=1 | |
4574 | fi | |
4575 | ||
4576 | ac_cv_use_dataobj='wxUSE_DATAOBJ='$DEFAULT_wxUSE_DATAOBJ | |
4577 | ||
4578 | fi; | |
4579 | ||
4580 | eval "$ac_cv_use_dataobj" | |
4581 | if test "$no_cache" != 1; then | |
4582 | echo $ac_cv_use_dataobj >> ${wx_arg_cache_file}.tmp | |
4583 | fi | |
4584 | ||
4585 | if test "$wxUSE_DATAOBJ" = yes; then | |
4586 | echo "$as_me:$LINENO: result: yes" >&5 | |
4587 | echo "${ECHO_T}yes" >&6 | |
4588 | else | |
4589 | echo "$as_me:$LINENO: result: no" >&5 | |
4590 | echo "${ECHO_T}no" >&6 | |
4591 | fi | |
4592 | ||
4593 | ||
4594 | ||
4595 | enablestring= | |
4596 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5 | |
4597 | echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6 | |
4598 | no_cache=0 | |
4599 | # Check whether --enable-ipc or --disable-ipc was given. | |
4600 | if test "${enable_ipc+set}" = set; then | |
4601 | enableval="$enable_ipc" | |
4602 | ||
4603 | if test "$enableval" = yes; then | |
4604 | ac_cv_use_ipc='wxUSE_IPC=yes' | |
4605 | else | |
4606 | ac_cv_use_ipc='wxUSE_IPC=no' | |
4607 | fi | |
4608 | ||
4609 | else | |
4610 | ||
4611 | LINE=`grep "wxUSE_IPC" ${wx_arg_cache_file}` | |
4612 | if test "x$LINE" != x ; then | |
4613 | eval "DEFAULT_$LINE" | |
4614 | else | |
4615 | no_cache=1 | |
4616 | fi | |
4617 | ||
4618 | ac_cv_use_ipc='wxUSE_IPC='$DEFAULT_wxUSE_IPC | |
4619 | ||
4620 | fi; | |
4621 | ||
4622 | eval "$ac_cv_use_ipc" | |
4623 | if test "$no_cache" != 1; then | |
4624 | echo $ac_cv_use_ipc >> ${wx_arg_cache_file}.tmp | |
4625 | fi | |
4626 | ||
4627 | if test "$wxUSE_IPC" = yes; then | |
4628 | echo "$as_me:$LINENO: result: yes" >&5 | |
4629 | echo "${ECHO_T}yes" >&6 | |
4630 | else | |
4631 | echo "$as_me:$LINENO: result: no" >&5 | |
4632 | echo "${ECHO_T}no" >&6 | |
4633 | fi | |
4634 | ||
4635 | ||
4636 | ||
4637 | enablestring= | |
4638 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5 | |
4639 | echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6 | |
4640 | no_cache=0 | |
4641 | # Check whether --enable-apple_ieee or --disable-apple_ieee was given. | |
4642 | if test "${enable_apple_ieee+set}" = set; then | |
4643 | enableval="$enable_apple_ieee" | |
4644 | ||
4645 | if test "$enableval" = yes; then | |
4646 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes' | |
4647 | else | |
4648 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no' | |
4649 | fi | |
4650 | ||
4651 | else | |
4652 | ||
4653 | LINE=`grep "wxUSE_APPLE_IEEE" ${wx_arg_cache_file}` | |
4654 | if test "x$LINE" != x ; then | |
4655 | eval "DEFAULT_$LINE" | |
4656 | else | |
4657 | no_cache=1 | |
4658 | fi | |
4659 | ||
4660 | ac_cv_use_apple_ieee='wxUSE_APPLE_IEEE='$DEFAULT_wxUSE_APPLE_IEEE | |
4661 | ||
4662 | fi; | |
4663 | ||
4664 | eval "$ac_cv_use_apple_ieee" | |
4665 | if test "$no_cache" != 1; then | |
4666 | echo $ac_cv_use_apple_ieee >> ${wx_arg_cache_file}.tmp | |
4667 | fi | |
4668 | ||
4669 | if test "$wxUSE_APPLE_IEEE" = yes; then | |
4670 | echo "$as_me:$LINENO: result: yes" >&5 | |
4671 | echo "${ECHO_T}yes" >&6 | |
4672 | else | |
4673 | echo "$as_me:$LINENO: result: no" >&5 | |
4674 | echo "${ECHO_T}no" >&6 | |
4675 | fi | |
4676 | ||
4677 | ||
81f90336 MW |
4678 | enablestring= |
4679 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5 | |
4680 | echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6 | |
4681 | no_cache=0 | |
4682 | # Check whether --enable-arcstream or --disable-arcstream was given. | |
4683 | if test "${enable_arcstream+set}" = set; then | |
4684 | enableval="$enable_arcstream" | |
4685 | ||
4686 | if test "$enableval" = yes; then | |
9e8e867f | 4687 | ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes' |
81f90336 | 4688 | else |
9e8e867f | 4689 | ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no' |
81f90336 MW |
4690 | fi |
4691 | ||
4692 | else | |
4693 | ||
9e8e867f | 4694 | LINE=`grep "wxUSE_ARCHIVE_STREAMS" ${wx_arg_cache_file}` |
81f90336 MW |
4695 | if test "x$LINE" != x ; then |
4696 | eval "DEFAULT_$LINE" | |
4697 | else | |
4698 | no_cache=1 | |
4699 | fi | |
4700 | ||
9e8e867f | 4701 | ac_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS='$DEFAULT_wxUSE_ARCHIVE_STREAMS |
81f90336 MW |
4702 | |
4703 | fi; | |
4704 | ||
4705 | eval "$ac_cv_use_arcstream" | |
4706 | if test "$no_cache" != 1; then | |
4707 | echo $ac_cv_use_arcstream >> ${wx_arg_cache_file}.tmp | |
4708 | fi | |
4709 | ||
9e8e867f | 4710 | if test "$wxUSE_ARCHIVE_STREAMS" = yes; then |
81f90336 MW |
4711 | echo "$as_me:$LINENO: result: yes" >&5 |
4712 | echo "${ECHO_T}yes" >&6 | |
4713 | else | |
4714 | echo "$as_me:$LINENO: result: no" >&5 | |
4715 | echo "${ECHO_T}no" >&6 | |
4716 | fi | |
4717 | ||
4718 | ||
a848cd7e | 4719 | enablestring= |
36b6448c VZ |
4720 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5 |
4721 | echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6 | |
a848cd7e | 4722 | no_cache=0 |
36b6448c VZ |
4723 | # Check whether --enable-backtrace or --disable-backtrace was given. |
4724 | if test "${enable_backtrace+set}" = set; then | |
4725 | enableval="$enable_backtrace" | |
a848cd7e SC |
4726 | |
4727 | if test "$enableval" = yes; then | |
36b6448c | 4728 | ac_cv_use_backtrace='wxUSE_STACKWALKER=yes' |
a848cd7e | 4729 | else |
36b6448c | 4730 | ac_cv_use_backtrace='wxUSE_STACKWALKER=no' |
a848cd7e SC |
4731 | fi |
4732 | ||
4733 | else | |
4734 | ||
36b6448c | 4735 | LINE=`grep "wxUSE_STACKWALKER" ${wx_arg_cache_file}` |
a848cd7e SC |
4736 | if test "x$LINE" != x ; then |
4737 | eval "DEFAULT_$LINE" | |
4738 | else | |
4739 | no_cache=1 | |
4740 | fi | |
4741 | ||
36b6448c | 4742 | ac_cv_use_backtrace='wxUSE_STACKWALKER='$DEFAULT_wxUSE_STACKWALKER |
a848cd7e SC |
4743 | |
4744 | fi; | |
4745 | ||
36b6448c | 4746 | eval "$ac_cv_use_backtrace" |
a848cd7e | 4747 | if test "$no_cache" != 1; then |
36b6448c | 4748 | echo $ac_cv_use_backtrace >> ${wx_arg_cache_file}.tmp |
a848cd7e SC |
4749 | fi |
4750 | ||
36b6448c | 4751 | if test "$wxUSE_STACKWALKER" = yes; then |
a848cd7e SC |
4752 | echo "$as_me:$LINENO: result: yes" >&5 |
4753 | echo "${ECHO_T}yes" >&6 | |
4754 | else | |
4755 | echo "$as_me:$LINENO: result: no" >&5 | |
4756 | echo "${ECHO_T}no" >&6 | |
4757 | fi | |
4758 | ||
4759 | ||
eaff0f0d | 4760 | enablestring= |
36b6448c VZ |
4761 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5 |
4762 | echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6 | |
eaff0f0d | 4763 | no_cache=0 |
36b6448c VZ |
4764 | # Check whether --enable-catch_segvs or --disable-catch_segvs was given. |
4765 | if test "${enable_catch_segvs+set}" = set; then | |
4766 | enableval="$enable_catch_segvs" | |
eaff0f0d VZ |
4767 | |
4768 | if test "$enableval" = yes; then | |
36b6448c | 4769 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes' |
eaff0f0d | 4770 | else |
36b6448c | 4771 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no' |
eaff0f0d VZ |
4772 | fi |
4773 | ||
4774 | else | |
4775 | ||
36b6448c | 4776 | LINE=`grep "wxUSE_ON_FATAL_EXCEPTION" ${wx_arg_cache_file}` |
eaff0f0d VZ |
4777 | if test "x$LINE" != x ; then |
4778 | eval "DEFAULT_$LINE" | |
4779 | else | |
4780 | no_cache=1 | |
4781 | fi | |
4782 | ||
36b6448c | 4783 | ac_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION='$DEFAULT_wxUSE_ON_FATAL_EXCEPTION |
eaff0f0d VZ |
4784 | |
4785 | fi; | |
4786 | ||
36b6448c | 4787 | eval "$ac_cv_use_catch_segvs" |
eaff0f0d | 4788 | if test "$no_cache" != 1; then |
36b6448c | 4789 | echo $ac_cv_use_catch_segvs >> ${wx_arg_cache_file}.tmp |
eaff0f0d VZ |
4790 | fi |
4791 | ||
36b6448c | 4792 | if test "$wxUSE_ON_FATAL_EXCEPTION" = yes; then |
eaff0f0d VZ |
4793 | echo "$as_me:$LINENO: result: yes" >&5 |
4794 | echo "${ECHO_T}yes" >&6 | |
4795 | else | |
4796 | echo "$as_me:$LINENO: result: no" >&5 | |
4797 | echo "${ECHO_T}no" >&6 | |
4798 | fi | |
4799 | ||
4800 | ||
a848cd7e SC |
4801 | enablestring= |
4802 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5 | |
4803 | echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6 | |
4804 | no_cache=0 | |
4805 | # Check whether --enable-cmdline or --disable-cmdline was given. | |
4806 | if test "${enable_cmdline+set}" = set; then | |
4807 | enableval="$enable_cmdline" | |
4808 | ||
4809 | if test "$enableval" = yes; then | |
4810 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes' | |
4811 | else | |
4812 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no' | |
4813 | fi | |
4814 | ||
4815 | else | |
4816 | ||
4817 | LINE=`grep "wxUSE_CMDLINE_PARSER" ${wx_arg_cache_file}` | |
4818 | if test "x$LINE" != x ; then | |
4819 | eval "DEFAULT_$LINE" | |
4820 | else | |
4821 | no_cache=1 | |
4822 | fi | |
4823 | ||
4824 | ac_cv_use_cmdline='wxUSE_CMDLINE_PARSER='$DEFAULT_wxUSE_CMDLINE_PARSER | |
4825 | ||
4826 | fi; | |
4827 | ||
4828 | eval "$ac_cv_use_cmdline" | |
4829 | if test "$no_cache" != 1; then | |
4830 | echo $ac_cv_use_cmdline >> ${wx_arg_cache_file}.tmp | |
4831 | fi | |
4832 | ||
4833 | if test "$wxUSE_CMDLINE_PARSER" = yes; then | |
4834 | echo "$as_me:$LINENO: result: yes" >&5 | |
4835 | echo "${ECHO_T}yes" >&6 | |
4836 | else | |
4837 | echo "$as_me:$LINENO: result: no" >&5 | |
4838 | echo "${ECHO_T}no" >&6 | |
4839 | fi | |
4840 | ||
4841 | ||
4842 | enablestring= | |
4843 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5 | |
4844 | echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6 | |
4845 | no_cache=0 | |
4846 | # Check whether --enable-datetime or --disable-datetime was given. | |
4847 | if test "${enable_datetime+set}" = set; then | |
4848 | enableval="$enable_datetime" | |
4849 | ||
4850 | if test "$enableval" = yes; then | |
4851 | ac_cv_use_datetime='wxUSE_DATETIME=yes' | |
4852 | else | |
4853 | ac_cv_use_datetime='wxUSE_DATETIME=no' | |
4854 | fi | |
4855 | ||
4856 | else | |
4857 | ||
4858 | LINE=`grep "wxUSE_DATETIME" ${wx_arg_cache_file}` | |
4859 | if test "x$LINE" != x ; then | |
4860 | eval "DEFAULT_$LINE" | |
4861 | else | |
4862 | no_cache=1 | |
4863 | fi | |
4864 | ||
4865 | ac_cv_use_datetime='wxUSE_DATETIME='$DEFAULT_wxUSE_DATETIME | |
4866 | ||
4867 | fi; | |
4868 | ||
4869 | eval "$ac_cv_use_datetime" | |
4870 | if test "$no_cache" != 1; then | |
4871 | echo $ac_cv_use_datetime >> ${wx_arg_cache_file}.tmp | |
4872 | fi | |
4873 | ||
4874 | if test "$wxUSE_DATETIME" = yes; then | |
4875 | echo "$as_me:$LINENO: result: yes" >&5 | |
4876 | echo "${ECHO_T}yes" >&6 | |
4877 | else | |
4878 | echo "$as_me:$LINENO: result: no" >&5 | |
4879 | echo "${ECHO_T}no" >&6 | |
4880 | fi | |
4881 | ||
4882 | ||
36b6448c VZ |
4883 | enablestring= |
4884 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5 | |
4885 | echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6 | |
4886 | no_cache=0 | |
4887 | # Check whether --enable-debugreport or --disable-debugreport was given. | |
4888 | if test "${enable_debugreport+set}" = set; then | |
4889 | enableval="$enable_debugreport" | |
4890 | ||
4891 | if test "$enableval" = yes; then | |
4892 | ac_cv_use_debugreport='wxUSE_DEBUGREPORT=yes' | |
4893 | else | |
4894 | ac_cv_use_debugreport='wxUSE_DEBUGREPORT=no' | |
4895 | fi | |
4896 | ||
4897 | else | |
4898 | ||
4899 | LINE=`grep "wxUSE_DEBUGREPORT" ${wx_arg_cache_file}` | |
4900 | if test "x$LINE" != x ; then | |
4901 | eval "DEFAULT_$LINE" | |
4902 | else | |
4903 | no_cache=1 | |
4904 | fi | |
4905 | ||
4906 | ac_cv_use_debugreport='wxUSE_DEBUGREPORT='$DEFAULT_wxUSE_DEBUGREPORT | |
4907 | ||
4908 | fi; | |
4909 | ||
4910 | eval "$ac_cv_use_debugreport" | |
4911 | if test "$no_cache" != 1; then | |
4912 | echo $ac_cv_use_debugreport >> ${wx_arg_cache_file}.tmp | |
4913 | fi | |
4914 | ||
4915 | if test "$wxUSE_DEBUGREPORT" = yes; then | |
4916 | echo "$as_me:$LINENO: result: yes" >&5 | |
4917 | echo "${ECHO_T}yes" >&6 | |
4918 | else | |
4919 | echo "$as_me:$LINENO: result: no" >&5 | |
4920 | echo "${ECHO_T}no" >&6 | |
4921 | fi | |
4922 | ||
4923 | ||
a848cd7e SC |
4924 | enablestring= |
4925 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5 | |
4926 | echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6 | |
4927 | no_cache=0 | |
4928 | # Check whether --enable-dialupman or --disable-dialupman was given. | |
4929 | if test "${enable_dialupman+set}" = set; then | |
4930 | enableval="$enable_dialupman" | |
4931 | ||
4932 | if test "$enableval" = yes; then | |
4933 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes' | |
4934 | else | |
4935 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no' | |
4936 | fi | |
4937 | ||
4938 | else | |
4939 | ||
4940 | LINE=`grep "wxUSE_DIALUP_MANAGER" ${wx_arg_cache_file}` | |
4941 | if test "x$LINE" != x ; then | |
4942 | eval "DEFAULT_$LINE" | |
4943 | else | |
4944 | no_cache=1 | |
4945 | fi | |
4946 | ||
4947 | ac_cv_use_dialupman='wxUSE_DIALUP_MANAGER='$DEFAULT_wxUSE_DIALUP_MANAGER | |
4948 | ||
4949 | fi; | |
4950 | ||
4951 | eval "$ac_cv_use_dialupman" | |
4952 | if test "$no_cache" != 1; then | |
4953 | echo $ac_cv_use_dialupman >> ${wx_arg_cache_file}.tmp | |
4954 | fi | |
4955 | ||
4956 | if test "$wxUSE_DIALUP_MANAGER" = yes; then | |
4957 | echo "$as_me:$LINENO: result: yes" >&5 | |
4958 | echo "${ECHO_T}yes" >&6 | |
4959 | else | |
4960 | echo "$as_me:$LINENO: result: no" >&5 | |
4961 | echo "${ECHO_T}no" >&6 | |
4962 | fi | |
4963 | ||
4964 | ||
4965 | enablestring= | |
4966 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5 | |
4967 | echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6 | |
4968 | no_cache=0 | |
4969 | # Check whether --enable-dynlib or --disable-dynlib was given. | |
4970 | if test "${enable_dynlib+set}" = set; then | |
4971 | enableval="$enable_dynlib" | |
4972 | ||
4973 | if test "$enableval" = yes; then | |
4974 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes' | |
4975 | else | |
4976 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no' | |
4977 | fi | |
4978 | ||
4979 | else | |
4980 | ||
4981 | LINE=`grep "wxUSE_DYNLIB_CLASS" ${wx_arg_cache_file}` | |
4982 | if test "x$LINE" != x ; then | |
4983 | eval "DEFAULT_$LINE" | |
4984 | else | |
4985 | no_cache=1 | |
4986 | fi | |
4987 | ||
4988 | ac_cv_use_dynlib='wxUSE_DYNLIB_CLASS='$DEFAULT_wxUSE_DYNLIB_CLASS | |
4989 | ||
4990 | fi; | |
4991 | ||
4992 | eval "$ac_cv_use_dynlib" | |
4993 | if test "$no_cache" != 1; then | |
4994 | echo $ac_cv_use_dynlib >> ${wx_arg_cache_file}.tmp | |
4995 | fi | |
4996 | ||
4997 | if test "$wxUSE_DYNLIB_CLASS" = yes; then | |
4998 | echo "$as_me:$LINENO: result: yes" >&5 | |
4999 | echo "${ECHO_T}yes" >&6 | |
5000 | else | |
5001 | echo "$as_me:$LINENO: result: no" >&5 | |
5002 | echo "${ECHO_T}no" >&6 | |
5003 | fi | |
5004 | ||
5005 | ||
5006 | enablestring= | |
5007 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5 | |
5008 | echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6 | |
5009 | no_cache=0 | |
5010 | # Check whether --enable-dynamicloader or --disable-dynamicloader was given. | |
5011 | if test "${enable_dynamicloader+set}" = set; then | |
5012 | enableval="$enable_dynamicloader" | |
5013 | ||
5014 | if test "$enableval" = yes; then | |
5015 | ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes' | |
5016 | else | |
5017 | ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no' | |
5018 | fi | |
5019 | ||
5020 | else | |
5021 | ||
5022 | LINE=`grep "wxUSE_DYNAMIC_LOADER" ${wx_arg_cache_file}` | |
5023 | if test "x$LINE" != x ; then | |
5024 | eval "DEFAULT_$LINE" | |
5025 | else | |
5026 | no_cache=1 | |
5027 | fi | |
5028 | ||
5029 | ac_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER='$DEFAULT_wxUSE_DYNAMIC_LOADER | |
5030 | ||
5031 | fi; | |
5032 | ||
5033 | eval "$ac_cv_use_dynamicloader" | |
5034 | if test "$no_cache" != 1; then | |
5035 | echo $ac_cv_use_dynamicloader >> ${wx_arg_cache_file}.tmp | |
5036 | fi | |
5037 | ||
5038 | if test "$wxUSE_DYNAMIC_LOADER" = yes; then | |
5039 | echo "$as_me:$LINENO: result: yes" >&5 | |
5040 | echo "${ECHO_T}yes" >&6 | |
5041 | else | |
5042 | echo "$as_me:$LINENO: result: no" >&5 | |
5043 | echo "${ECHO_T}no" >&6 | |
5044 | fi | |
5045 | ||
5046 | ||
5047 | enablestring= | |
5048 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5 | |
5049 | echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6 | |
5050 | no_cache=0 | |
5051 | # Check whether --enable-exceptions or --disable-exceptions was given. | |
5052 | if test "${enable_exceptions+set}" = set; then | |
5053 | enableval="$enable_exceptions" | |
5054 | ||
5055 | if test "$enableval" = yes; then | |
5056 | ac_cv_use_exceptions='wxUSE_EXCEPTIONS=yes' | |
5057 | else | |
5058 | ac_cv_use_exceptions='wxUSE_EXCEPTIONS=no' | |
5059 | fi | |
5060 | ||
5061 | else | |
5062 | ||
5063 | LINE=`grep "wxUSE_EXCEPTIONS" ${wx_arg_cache_file}` | |
5064 | if test "x$LINE" != x ; then | |
5065 | eval "DEFAULT_$LINE" | |
5066 | else | |
5067 | no_cache=1 | |
5068 | fi | |
5069 | ||
5070 | ac_cv_use_exceptions='wxUSE_EXCEPTIONS='$DEFAULT_wxUSE_EXCEPTIONS | |
5071 | ||
5072 | fi; | |
5073 | ||
5074 | eval "$ac_cv_use_exceptions" | |
5075 | if test "$no_cache" != 1; then | |
5076 | echo $ac_cv_use_exceptions >> ${wx_arg_cache_file}.tmp | |
5077 | fi | |
5078 | ||
5079 | if test "$wxUSE_EXCEPTIONS" = yes; then | |
5080 | echo "$as_me:$LINENO: result: yes" >&5 | |
5081 | echo "${ECHO_T}yes" >&6 | |
5082 | else | |
5083 | echo "$as_me:$LINENO: result: no" >&5 | |
5084 | echo "${ECHO_T}no" >&6 | |
5085 | fi | |
5086 | ||
5087 | ||
5088 | enablestring= | |
5089 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5 | |
5090 | echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6 | |
5091 | no_cache=0 | |
5092 | # Check whether --enable-ffile or --disable-ffile was given. | |
5093 | if test "${enable_ffile+set}" = set; then | |
5094 | enableval="$enable_ffile" | |
5095 | ||
5096 | if test "$enableval" = yes; then | |
5097 | ac_cv_use_ffile='wxUSE_FFILE=yes' | |
5098 | else | |
5099 | ac_cv_use_ffile='wxUSE_FFILE=no' | |
5100 | fi | |
5101 | ||
5102 | else | |
5103 | ||
5104 | LINE=`grep "wxUSE_FFILE" ${wx_arg_cache_file}` | |
5105 | if test "x$LINE" != x ; then | |
5106 | eval "DEFAULT_$LINE" | |
5107 | else | |
5108 | no_cache=1 | |
5109 | fi | |
5110 | ||
5111 | ac_cv_use_ffile='wxUSE_FFILE='$DEFAULT_wxUSE_FFILE | |
5112 | ||
5113 | fi; | |
5114 | ||
5115 | eval "$ac_cv_use_ffile" | |
5116 | if test "$no_cache" != 1; then | |
5117 | echo $ac_cv_use_ffile >> ${wx_arg_cache_file}.tmp | |
5118 | fi | |
5119 | ||
5120 | if test "$wxUSE_FFILE" = yes; then | |
5121 | echo "$as_me:$LINENO: result: yes" >&5 | |
5122 | echo "${ECHO_T}yes" >&6 | |
5123 | else | |
5124 | echo "$as_me:$LINENO: result: no" >&5 | |
5125 | echo "${ECHO_T}no" >&6 | |
5126 | fi | |
5127 | ||
5128 | ||
5129 | enablestring= | |
5130 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5 | |
5131 | echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6 | |
5132 | no_cache=0 | |
5133 | # Check whether --enable-file or --disable-file was given. | |
5134 | if test "${enable_file+set}" = set; then | |
5135 | enableval="$enable_file" | |
5136 | ||
5137 | if test "$enableval" = yes; then | |
5138 | ac_cv_use_file='wxUSE_FILE=yes' | |
5139 | else | |
5140 | ac_cv_use_file='wxUSE_FILE=no' | |
5141 | fi | |
5142 | ||
5143 | else | |
5144 | ||
5145 | LINE=`grep "wxUSE_FILE" ${wx_arg_cache_file}` | |
5146 | if test "x$LINE" != x ; then | |
5147 | eval "DEFAULT_$LINE" | |
5148 | else | |
5149 | no_cache=1 | |
5150 | fi | |
5151 | ||
5152 | ac_cv_use_file='wxUSE_FILE='$DEFAULT_wxUSE_FILE | |
5153 | ||
5154 | fi; | |
5155 | ||
5156 | eval "$ac_cv_use_file" | |
5157 | if test "$no_cache" != 1; then | |
5158 | echo $ac_cv_use_file >> ${wx_arg_cache_file}.tmp | |
5159 | fi | |
5160 | ||
5161 | if test "$wxUSE_FILE" = yes; then | |
5162 | echo "$as_me:$LINENO: result: yes" >&5 | |
5163 | echo "${ECHO_T}yes" >&6 | |
5164 | else | |
5165 | echo "$as_me:$LINENO: result: no" >&5 | |
5166 | echo "${ECHO_T}no" >&6 | |
5167 | fi | |
5168 | ||
5169 | ||
5170 | enablestring= | |
5171 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5 | |
5172 | echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6 | |
5173 | no_cache=0 | |
5174 | # Check whether --enable-filesystem or --disable-filesystem was given. | |
5175 | if test "${enable_filesystem+set}" = set; then | |
5176 | enableval="$enable_filesystem" | |
5177 | ||
5178 | if test "$enableval" = yes; then | |
5179 | ac_cv_use_filesystem='wxUSE_FILESYSTEM=yes' | |
5180 | else | |
5181 | ac_cv_use_filesystem='wxUSE_FILESYSTEM=no' | |
5182 | fi | |
5183 | ||
5184 | else | |
5185 | ||
5186 | LINE=`grep "wxUSE_FILESYSTEM" ${wx_arg_cache_file}` | |
5187 | if test "x$LINE" != x ; then | |
5188 | eval "DEFAULT_$LINE" | |
5189 | else | |
5190 | no_cache=1 | |
5191 | fi | |
5192 | ||
5193 | ac_cv_use_filesystem='wxUSE_FILESYSTEM='$DEFAULT_wxUSE_FILESYSTEM | |
5194 | ||
5195 | fi; | |
5196 | ||
5197 | eval "$ac_cv_use_filesystem" | |
5198 | if test "$no_cache" != 1; then | |
5199 | echo $ac_cv_use_filesystem >> ${wx_arg_cache_file}.tmp | |
5200 | fi | |
5201 | ||
5202 | if test "$wxUSE_FILESYSTEM" = yes; then | |
5203 | echo "$as_me:$LINENO: result: yes" >&5 | |
5204 | echo "${ECHO_T}yes" >&6 | |
5205 | else | |
5206 | echo "$as_me:$LINENO: result: no" >&5 | |
5207 | echo "${ECHO_T}no" >&6 | |
5208 | fi | |
5209 | ||
5210 | ||
5211 | enablestring= | |
5212 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5 | |
5213 | echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6 | |
5214 | no_cache=0 | |
5215 | # Check whether --enable-fontmap or --disable-fontmap was given. | |
5216 | if test "${enable_fontmap+set}" = set; then | |
5217 | enableval="$enable_fontmap" | |
5218 | ||
5219 | if test "$enableval" = yes; then | |
5220 | ac_cv_use_fontmap='wxUSE_FONTMAP=yes' | |
5221 | else | |
5222 | ac_cv_use_fontmap='wxUSE_FONTMAP=no' | |
5223 | fi | |
5224 | ||
5225 | else | |
5226 | ||
5227 | LINE=`grep "wxUSE_FONTMAP" ${wx_arg_cache_file}` | |
5228 | if test "x$LINE" != x ; then | |
5229 | eval "DEFAULT_$LINE" | |
5230 | else | |
5231 | no_cache=1 | |
5232 | fi | |
5233 | ||
5234 | ac_cv_use_fontmap='wxUSE_FONTMAP='$DEFAULT_wxUSE_FONTMAP | |
5235 | ||
5236 | fi; | |
5237 | ||
5238 | eval "$ac_cv_use_fontmap" | |
5239 | if test "$no_cache" != 1; then | |
5240 | echo $ac_cv_use_fontmap >> ${wx_arg_cache_file}.tmp | |
5241 | fi | |
5242 | ||
5243 | if test "$wxUSE_FONTMAP" = yes; then | |
5244 | echo "$as_me:$LINENO: result: yes" >&5 | |
5245 | echo "${ECHO_T}yes" >&6 | |
5246 | else | |
5247 | echo "$as_me:$LINENO: result: no" >&5 | |
5248 | echo "${ECHO_T}no" >&6 | |
5249 | fi | |
5250 | ||
5251 | ||
5252 | enablestring= | |
5253 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5 | |
5254 | echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6 | |
5255 | no_cache=0 | |
5256 | # Check whether --enable-fs_inet or --disable-fs_inet was given. | |
5257 | if test "${enable_fs_inet+set}" = set; then | |
5258 | enableval="$enable_fs_inet" | |
5259 | ||
5260 | if test "$enableval" = yes; then | |
5261 | ac_cv_use_fs_inet='wxUSE_FS_INET=yes' | |
5262 | else | |
5263 | ac_cv_use_fs_inet='wxUSE_FS_INET=no' | |
5264 | fi | |
5265 | ||
5266 | else | |
5267 | ||
5268 | LINE=`grep "wxUSE_FS_INET" ${wx_arg_cache_file}` | |
5269 | if test "x$LINE" != x ; then | |
5270 | eval "DEFAULT_$LINE" | |
5271 | else | |
5272 | no_cache=1 | |
5273 | fi | |
5274 | ||
5275 | ac_cv_use_fs_inet='wxUSE_FS_INET='$DEFAULT_wxUSE_FS_INET | |
5276 | ||
5277 | fi; | |
5278 | ||
5279 | eval "$ac_cv_use_fs_inet" | |
5280 | if test "$no_cache" != 1; then | |
5281 | echo $ac_cv_use_fs_inet >> ${wx_arg_cache_file}.tmp | |
5282 | fi | |
5283 | ||
5284 | if test "$wxUSE_FS_INET" = yes; then | |
5285 | echo "$as_me:$LINENO: result: yes" >&5 | |
5286 | echo "${ECHO_T}yes" >&6 | |
5287 | else | |
5288 | echo "$as_me:$LINENO: result: no" >&5 | |
5289 | echo "${ECHO_T}no" >&6 | |
5290 | fi | |
5291 | ||
5292 | ||
5293 | enablestring= | |
5294 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5 | |
5295 | echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6 | |
5296 | no_cache=0 | |
5297 | # Check whether --enable-fs_zip or --disable-fs_zip was given. | |
5298 | if test "${enable_fs_zip+set}" = set; then | |
5299 | enableval="$enable_fs_zip" | |
5300 | ||
5301 | if test "$enableval" = yes; then | |
5302 | ac_cv_use_fs_zip='wxUSE_FS_ZIP=yes' | |
5303 | else | |
5304 | ac_cv_use_fs_zip='wxUSE_FS_ZIP=no' | |
5305 | fi | |
5306 | ||
5307 | else | |
5308 | ||
5309 | LINE=`grep "wxUSE_FS_ZIP" ${wx_arg_cache_file}` | |
5310 | if test "x$LINE" != x ; then | |
5311 | eval "DEFAULT_$LINE" | |
5312 | else | |
5313 | no_cache=1 | |
5314 | fi | |
5315 | ||
5316 | ac_cv_use_fs_zip='wxUSE_FS_ZIP='$DEFAULT_wxUSE_FS_ZIP | |
5317 | ||
5318 | fi; | |
5319 | ||
5320 | eval "$ac_cv_use_fs_zip" | |
5321 | if test "$no_cache" != 1; then | |
5322 | echo $ac_cv_use_fs_zip >> ${wx_arg_cache_file}.tmp | |
5323 | fi | |
5324 | ||
5325 | if test "$wxUSE_FS_ZIP" = yes; then | |
5326 | echo "$as_me:$LINENO: result: yes" >&5 | |
5327 | echo "${ECHO_T}yes" >&6 | |
5328 | else | |
5329 | echo "$as_me:$LINENO: result: no" >&5 | |
5330 | echo "${ECHO_T}no" >&6 | |
5331 | fi | |
5332 | ||
5333 | ||
5334 | enablestring= | |
5335 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5 | |
5336 | echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6 | |
5337 | no_cache=0 | |
5338 | # Check whether --enable-geometry or --disable-geometry was given. | |
5339 | if test "${enable_geometry+set}" = set; then | |
5340 | enableval="$enable_geometry" | |
5341 | ||
5342 | if test "$enableval" = yes; then | |
5343 | ac_cv_use_geometry='wxUSE_GEOMETRY=yes' | |
5344 | else | |
5345 | ac_cv_use_geometry='wxUSE_GEOMETRY=no' | |
5346 | fi | |
5347 | ||
5348 | else | |
5349 | ||
5350 | LINE=`grep "wxUSE_GEOMETRY" ${wx_arg_cache_file}` | |
5351 | if test "x$LINE" != x ; then | |
5352 | eval "DEFAULT_$LINE" | |
5353 | else | |
5354 | no_cache=1 | |
5355 | fi | |
5356 | ||
5357 | ac_cv_use_geometry='wxUSE_GEOMETRY='$DEFAULT_wxUSE_GEOMETRY | |
5358 | ||
5359 | fi; | |
5360 | ||
5361 | eval "$ac_cv_use_geometry" | |
5362 | if test "$no_cache" != 1; then | |
5363 | echo $ac_cv_use_geometry >> ${wx_arg_cache_file}.tmp | |
5364 | fi | |
5365 | ||
5366 | if test "$wxUSE_GEOMETRY" = yes; then | |
5367 | echo "$as_me:$LINENO: result: yes" >&5 | |
5368 | echo "${ECHO_T}yes" >&6 | |
5369 | else | |
5370 | echo "$as_me:$LINENO: result: no" >&5 | |
5371 | echo "${ECHO_T}no" >&6 | |
5372 | fi | |
5373 | ||
5374 | ||
5375 | enablestring= | |
5376 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5 | |
5377 | echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6 | |
5378 | no_cache=0 | |
5379 | # Check whether --enable-log or --disable-log was given. | |
5380 | if test "${enable_log+set}" = set; then | |
5381 | enableval="$enable_log" | |
5382 | ||
5383 | if test "$enableval" = yes; then | |
5384 | ac_cv_use_log='wxUSE_LOG=yes' | |
5385 | else | |
5386 | ac_cv_use_log='wxUSE_LOG=no' | |
5387 | fi | |
5388 | ||
5389 | else | |
5390 | ||
5391 | LINE=`grep "wxUSE_LOG" ${wx_arg_cache_file}` | |
5392 | if test "x$LINE" != x ; then | |
5393 | eval "DEFAULT_$LINE" | |
5394 | else | |
5395 | no_cache=1 | |
5396 | fi | |
5397 | ||
5398 | ac_cv_use_log='wxUSE_LOG='$DEFAULT_wxUSE_LOG | |
5399 | ||
5400 | fi; | |
5401 | ||
5402 | eval "$ac_cv_use_log" | |
5403 | if test "$no_cache" != 1; then | |
5404 | echo $ac_cv_use_log >> ${wx_arg_cache_file}.tmp | |
5405 | fi | |
5406 | ||
5407 | if test "$wxUSE_LOG" = yes; then | |
5408 | echo "$as_me:$LINENO: result: yes" >&5 | |
5409 | echo "${ECHO_T}yes" >&6 | |
5410 | else | |
5411 | echo "$as_me:$LINENO: result: no" >&5 | |
5412 | echo "${ECHO_T}no" >&6 | |
5413 | fi | |
5414 | ||
5415 | ||
5416 | enablestring= | |
5417 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5 | |
5418 | echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6 | |
5419 | no_cache=0 | |
5420 | # Check whether --enable-longlong or --disable-longlong was given. | |
5421 | if test "${enable_longlong+set}" = set; then | |
5422 | enableval="$enable_longlong" | |
5423 | ||
5424 | if test "$enableval" = yes; then | |
5425 | ac_cv_use_longlong='wxUSE_LONGLONG=yes' | |
5426 | else | |
5427 | ac_cv_use_longlong='wxUSE_LONGLONG=no' | |
5428 | fi | |
5429 | ||
5430 | else | |
5431 | ||
5432 | LINE=`grep "wxUSE_LONGLONG" ${wx_arg_cache_file}` | |
5433 | if test "x$LINE" != x ; then | |
5434 | eval "DEFAULT_$LINE" | |
5435 | else | |
5436 | no_cache=1 | |
5437 | fi | |
5438 | ||
5439 | ac_cv_use_longlong='wxUSE_LONGLONG='$DEFAULT_wxUSE_LONGLONG | |
5440 | ||
5441 | fi; | |
5442 | ||
5443 | eval "$ac_cv_use_longlong" | |
5444 | if test "$no_cache" != 1; then | |
5445 | echo $ac_cv_use_longlong >> ${wx_arg_cache_file}.tmp | |
5446 | fi | |
5447 | ||
5448 | if test "$wxUSE_LONGLONG" = yes; then | |
5449 | echo "$as_me:$LINENO: result: yes" >&5 | |
5450 | echo "${ECHO_T}yes" >&6 | |
5451 | else | |
5452 | echo "$as_me:$LINENO: result: no" >&5 | |
5453 | echo "${ECHO_T}no" >&6 | |
5454 | fi | |
5455 | ||
5456 | ||
5457 | enablestring= | |
5458 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5 | |
5459 | echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6 | |
5460 | no_cache=0 | |
5461 | # Check whether --enable-mimetype or --disable-mimetype was given. | |
5462 | if test "${enable_mimetype+set}" = set; then | |
5463 | enableval="$enable_mimetype" | |
5464 | ||
5465 | if test "$enableval" = yes; then | |
5466 | ac_cv_use_mimetype='wxUSE_MIMETYPE=yes' | |
5467 | else | |
5468 | ac_cv_use_mimetype='wxUSE_MIMETYPE=no' | |
5469 | fi | |
5470 | ||
5471 | else | |
5472 | ||
5473 | LINE=`grep "wxUSE_MIMETYPE" ${wx_arg_cache_file}` | |
5474 | if test "x$LINE" != x ; then | |
5475 | eval "DEFAULT_$LINE" | |
5476 | else | |
5477 | no_cache=1 | |
5478 | fi | |
5479 | ||
5480 | ac_cv_use_mimetype='wxUSE_MIMETYPE='$DEFAULT_wxUSE_MIMETYPE | |
5481 | ||
5482 | fi; | |
5483 | ||
5484 | eval "$ac_cv_use_mimetype" | |
5485 | if test "$no_cache" != 1; then | |
5486 | echo $ac_cv_use_mimetype >> ${wx_arg_cache_file}.tmp | |
5487 | fi | |
5488 | ||
5489 | if test "$wxUSE_MIMETYPE" = yes; then | |
5490 | echo "$as_me:$LINENO: result: yes" >&5 | |
5491 | echo "${ECHO_T}yes" >&6 | |
5492 | else | |
5493 | echo "$as_me:$LINENO: result: no" >&5 | |
5494 | echo "${ECHO_T}no" >&6 | |
5495 | fi | |
5496 | ||
5497 | ||
5498 | enablestring= | |
5499 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5 | |
5500 | echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6 | |
5501 | no_cache=0 | |
5502 | # Check whether --enable-mslu or --disable-mslu was given. | |
5503 | if test "${enable_mslu+set}" = set; then | |
5504 | enableval="$enable_mslu" | |
5505 | ||
5506 | if test "$enableval" = yes; then | |
5507 | ac_cv_use_mslu='wxUSE_UNICODE_MSLU=yes' | |
5508 | else | |
5509 | ac_cv_use_mslu='wxUSE_UNICODE_MSLU=no' | |
5510 | fi | |
5511 | ||
5512 | else | |
5513 | ||
5514 | LINE=`grep "wxUSE_UNICODE_MSLU" ${wx_arg_cache_file}` | |
5515 | if test "x$LINE" != x ; then | |
5516 | eval "DEFAULT_$LINE" | |
5517 | else | |
5518 | no_cache=1 | |
5519 | fi | |
5520 | ||
5521 | ac_cv_use_mslu='wxUSE_UNICODE_MSLU='$DEFAULT_wxUSE_UNICODE_MSLU | |
5522 | ||
5523 | fi; | |
5524 | ||
5525 | eval "$ac_cv_use_mslu" | |
5526 | if test "$no_cache" != 1; then | |
5527 | echo $ac_cv_use_mslu >> ${wx_arg_cache_file}.tmp | |
5528 | fi | |
5529 | ||
5530 | if test "$wxUSE_UNICODE_MSLU" = yes; then | |
5531 | echo "$as_me:$LINENO: result: yes" >&5 | |
5532 | echo "${ECHO_T}yes" >&6 | |
5533 | else | |
5534 | echo "$as_me:$LINENO: result: no" >&5 | |
5535 | echo "${ECHO_T}no" >&6 | |
5536 | fi | |
5537 | ||
5538 | ||
5539 | enablestring= | |
5540 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5 | |
5541 | echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6 | |
5542 | no_cache=0 | |
5543 | # Check whether --enable-snglinst or --disable-snglinst was given. | |
5544 | if test "${enable_snglinst+set}" = set; then | |
5545 | enableval="$enable_snglinst" | |
5546 | ||
5547 | if test "$enableval" = yes; then | |
5548 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes' | |
5549 | else | |
5550 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no' | |
5551 | fi | |
5552 | ||
5553 | else | |
5554 | ||
5555 | LINE=`grep "wxUSE_SNGLINST_CHECKER" ${wx_arg_cache_file}` | |
5556 | if test "x$LINE" != x ; then | |
5557 | eval "DEFAULT_$LINE" | |
5558 | else | |
5559 | no_cache=1 | |
5560 | fi | |
5561 | ||
5562 | ac_cv_use_snglinst='wxUSE_SNGLINST_CHECKER='$DEFAULT_wxUSE_SNGLINST_CHECKER | |
5563 | ||
5564 | fi; | |
5565 | ||
5566 | eval "$ac_cv_use_snglinst" | |
5567 | if test "$no_cache" != 1; then | |
5568 | echo $ac_cv_use_snglinst >> ${wx_arg_cache_file}.tmp | |
5569 | fi | |
5570 | ||
5571 | if test "$wxUSE_SNGLINST_CHECKER" = yes; then | |
5572 | echo "$as_me:$LINENO: result: yes" >&5 | |
5573 | echo "${ECHO_T}yes" >&6 | |
5574 | else | |
5575 | echo "$as_me:$LINENO: result: no" >&5 | |
5576 | echo "${ECHO_T}no" >&6 | |
5577 | fi | |
5578 | ||
5579 | ||
5580 | enablestring= | |
07158944 VZ |
5581 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5 |
5582 | echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6 | |
a848cd7e | 5583 | no_cache=0 |
07158944 VZ |
5584 | # Check whether --enable-std_iostreams or --disable-std_iostreams was given. |
5585 | if test "${enable_std_iostreams+set}" = set; then | |
5586 | enableval="$enable_std_iostreams" | |
a848cd7e SC |
5587 | |
5588 | if test "$enableval" = yes; then | |
07158944 | 5589 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes' |
a848cd7e | 5590 | else |
07158944 | 5591 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no' |
a848cd7e SC |
5592 | fi |
5593 | ||
5594 | else | |
5595 | ||
07158944 | 5596 | LINE=`grep "wxUSE_STD_IOSTREAM" ${wx_arg_cache_file}` |
a848cd7e SC |
5597 | if test "x$LINE" != x ; then |
5598 | eval "DEFAULT_$LINE" | |
5599 | else | |
5600 | no_cache=1 | |
5601 | fi | |
5602 | ||
07158944 | 5603 | ac_cv_use_std_iostreams='wxUSE_STD_IOSTREAM='$DEFAULT_wxUSE_STD_IOSTREAM |
a848cd7e SC |
5604 | |
5605 | fi; | |
5606 | ||
07158944 | 5607 | eval "$ac_cv_use_std_iostreams" |
a848cd7e | 5608 | if test "$no_cache" != 1; then |
07158944 | 5609 | echo $ac_cv_use_std_iostreams >> ${wx_arg_cache_file}.tmp |
a848cd7e SC |
5610 | fi |
5611 | ||
07158944 | 5612 | if test "$wxUSE_STD_IOSTREAM" = yes; then |
a848cd7e SC |
5613 | echo "$as_me:$LINENO: result: yes" >&5 |
5614 | echo "${ECHO_T}yes" >&6 | |
5615 | else | |
5616 | echo "$as_me:$LINENO: result: no" >&5 | |
5617 | echo "${ECHO_T}no" >&6 | |
5618 | fi | |
5619 | ||
5620 | ||
5621 | enablestring= | |
07158944 VZ |
5622 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5 |
5623 | echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6 | |
a848cd7e | 5624 | no_cache=0 |
07158944 VZ |
5625 | # Check whether --enable-stdpaths or --disable-stdpaths was given. |
5626 | if test "${enable_stdpaths+set}" = set; then | |
5627 | enableval="$enable_stdpaths" | |
a848cd7e SC |
5628 | |
5629 | if test "$enableval" = yes; then | |
07158944 | 5630 | ac_cv_use_stdpaths='wxUSE_STDPATHS=yes' |
a848cd7e | 5631 | else |
07158944 | 5632 | ac_cv_use_stdpaths='wxUSE_STDPATHS=no' |
a848cd7e SC |
5633 | fi |
5634 | ||
5635 | else | |
5636 | ||
07158944 | 5637 | LINE=`grep "wxUSE_STDPATHS" ${wx_arg_cache_file}` |
a848cd7e SC |
5638 | if test "x$LINE" != x ; then |
5639 | eval "DEFAULT_$LINE" | |
5640 | else | |
5641 | no_cache=1 | |
5642 | fi | |
5643 | ||
07158944 | 5644 | ac_cv_use_stdpaths='wxUSE_STDPATHS='$DEFAULT_wxUSE_STDPATHS |
a848cd7e SC |
5645 | |
5646 | fi; | |
5647 | ||
07158944 | 5648 | eval "$ac_cv_use_stdpaths" |
a848cd7e | 5649 | if test "$no_cache" != 1; then |
07158944 | 5650 | echo $ac_cv_use_stdpaths >> ${wx_arg_cache_file}.tmp |
a848cd7e SC |
5651 | fi |
5652 | ||
07158944 | 5653 | if test "$wxUSE_STDPATHS" = yes; then |
a848cd7e SC |
5654 | echo "$as_me:$LINENO: result: yes" >&5 |
5655 | echo "${ECHO_T}yes" >&6 | |
5656 | else | |
5657 | echo "$as_me:$LINENO: result: no" >&5 | |
5658 | echo "${ECHO_T}no" >&6 | |
5659 | fi | |
5660 | ||
5661 | ||
5662 | enablestring= | |
5663 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5 | |
5664 | echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6 | |
5665 | no_cache=0 | |
5666 | # Check whether --enable-stopwatch or --disable-stopwatch was given. | |
5667 | if test "${enable_stopwatch+set}" = set; then | |
5668 | enableval="$enable_stopwatch" | |
5669 | ||
5670 | if test "$enableval" = yes; then | |
5671 | ac_cv_use_stopwatch='wxUSE_STOPWATCH=yes' | |
5672 | else | |
5673 | ac_cv_use_stopwatch='wxUSE_STOPWATCH=no' | |
5674 | fi | |
5675 | ||
5676 | else | |
5677 | ||
5678 | LINE=`grep "wxUSE_STOPWATCH" ${wx_arg_cache_file}` | |
5679 | if test "x$LINE" != x ; then | |
5680 | eval "DEFAULT_$LINE" | |
5681 | else | |
5682 | no_cache=1 | |
5683 | fi | |
5684 | ||
5685 | ac_cv_use_stopwatch='wxUSE_STOPWATCH='$DEFAULT_wxUSE_STOPWATCH | |
5686 | ||
5687 | fi; | |
5688 | ||
5689 | eval "$ac_cv_use_stopwatch" | |
5690 | if test "$no_cache" != 1; then | |
5691 | echo $ac_cv_use_stopwatch >> ${wx_arg_cache_file}.tmp | |
5692 | fi | |
5693 | ||
5694 | if test "$wxUSE_STOPWATCH" = yes; then | |
5695 | echo "$as_me:$LINENO: result: yes" >&5 | |
5696 | echo "${ECHO_T}yes" >&6 | |
5697 | else | |
5698 | echo "$as_me:$LINENO: result: no" >&5 | |
5699 | echo "${ECHO_T}no" >&6 | |
5700 | fi | |
5701 | ||
5702 | ||
07158944 VZ |
5703 | enablestring= |
5704 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5 | |
5705 | echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6 | |
5706 | no_cache=0 | |
5707 | # Check whether --enable-streams or --disable-streams was given. | |
5708 | if test "${enable_streams+set}" = set; then | |
5709 | enableval="$enable_streams" | |
5710 | ||
5711 | if test "$enableval" = yes; then | |
5712 | ac_cv_use_streams='wxUSE_STREAMS=yes' | |
5713 | else | |
5714 | ac_cv_use_streams='wxUSE_STREAMS=no' | |
5715 | fi | |
5716 | ||
5717 | else | |
5718 | ||
5719 | LINE=`grep "wxUSE_STREAMS" ${wx_arg_cache_file}` | |
5720 | if test "x$LINE" != x ; then | |
5721 | eval "DEFAULT_$LINE" | |
5722 | else | |
5723 | no_cache=1 | |
5724 | fi | |
5725 | ||
5726 | ac_cv_use_streams='wxUSE_STREAMS='$DEFAULT_wxUSE_STREAMS | |
5727 | ||
5728 | fi; | |
5729 | ||
5730 | eval "$ac_cv_use_streams" | |
5731 | if test "$no_cache" != 1; then | |
5732 | echo $ac_cv_use_streams >> ${wx_arg_cache_file}.tmp | |
5733 | fi | |
5734 | ||
5735 | if test "$wxUSE_STREAMS" = yes; then | |
5736 | echo "$as_me:$LINENO: result: yes" >&5 | |
5737 | echo "${ECHO_T}yes" >&6 | |
5738 | else | |
5739 | echo "$as_me:$LINENO: result: no" >&5 | |
5740 | echo "${ECHO_T}no" >&6 | |
5741 | fi | |
5742 | ||
5743 | ||
a848cd7e SC |
5744 | enablestring= |
5745 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-system_options" >&5 | |
5746 | echo $ECHO_N "checking for --${enablestring:-enable}-system_options... $ECHO_C" >&6 | |
5747 | no_cache=0 | |
5748 | # Check whether --enable-system_options or --disable-system_options was given. | |
5749 | if test "${enable_system_options+set}" = set; then | |
5750 | enableval="$enable_system_options" | |
5751 | ||
5752 | if test "$enableval" = yes; then | |
5753 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=yes' | |
5754 | else | |
5755 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS=no' | |
5756 | fi | |
5757 | ||
5758 | else | |
5759 | ||
5760 | LINE=`grep "wxUSE_SYSTEM_OPTIONS" ${wx_arg_cache_file}` | |
5761 | if test "x$LINE" != x ; then | |
5762 | eval "DEFAULT_$LINE" | |
5763 | else | |
5764 | no_cache=1 | |
5765 | fi | |
5766 | ||
5767 | ac_cv_use_system_options='wxUSE_SYSTEM_OPTIONS='$DEFAULT_wxUSE_SYSTEM_OPTIONS | |
5768 | ||
5769 | fi; | |
5770 | ||
5771 | eval "$ac_cv_use_system_options" | |
5772 | if test "$no_cache" != 1; then | |
5773 | echo $ac_cv_use_system_options >> ${wx_arg_cache_file}.tmp | |
5774 | fi | |
5775 | ||
5776 | if test "$wxUSE_SYSTEM_OPTIONS" = yes; then | |
5777 | echo "$as_me:$LINENO: result: yes" >&5 | |
5778 | echo "${ECHO_T}yes" >&6 | |
5779 | else | |
5780 | echo "$as_me:$LINENO: result: no" >&5 | |
5781 | echo "${ECHO_T}no" >&6 | |
5782 | fi | |
5783 | ||
5784 | ||
5785 | enablestring= | |
5786 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5 | |
5787 | echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6 | |
5788 | no_cache=0 | |
5789 | # Check whether --enable-textbuf or --disable-textbuf was given. | |
5790 | if test "${enable_textbuf+set}" = set; then | |
5791 | enableval="$enable_textbuf" | |
5792 | ||
5793 | if test "$enableval" = yes; then | |
5794 | ac_cv_use_textbuf='wxUSE_TEXTBUFFER=yes' | |
5795 | else | |
5796 | ac_cv_use_textbuf='wxUSE_TEXTBUFFER=no' | |
5797 | fi | |
5798 | ||
5799 | else | |
5800 | ||
5801 | LINE=`grep "wxUSE_TEXTBUFFER" ${wx_arg_cache_file}` | |
5802 | if test "x$LINE" != x ; then | |
5803 | eval "DEFAULT_$LINE" | |
5804 | else | |
5805 | no_cache=1 | |
5806 | fi | |
5807 | ||
5808 | ac_cv_use_textbuf='wxUSE_TEXTBUFFER='$DEFAULT_wxUSE_TEXTBUFFER | |
5809 | ||
5810 | fi; | |
5811 | ||
5812 | eval "$ac_cv_use_textbuf" | |
5813 | if test "$no_cache" != 1; then | |
5814 | echo $ac_cv_use_textbuf >> ${wx_arg_cache_file}.tmp | |
5815 | fi | |
5816 | ||
5817 | if test "$wxUSE_TEXTBUFFER" = yes; then | |
5818 | echo "$as_me:$LINENO: result: yes" >&5 | |
5819 | echo "${ECHO_T}yes" >&6 | |
5820 | else | |
5821 | echo "$as_me:$LINENO: result: no" >&5 | |
5822 | echo "${ECHO_T}no" >&6 | |
5823 | fi | |
5824 | ||
5825 | ||
5826 | enablestring= | |
5827 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5 | |
5828 | echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6 | |
5829 | no_cache=0 | |
5830 | # Check whether --enable-textfile or --disable-textfile was given. | |
5831 | if test "${enable_textfile+set}" = set; then | |
5832 | enableval="$enable_textfile" | |
5833 | ||
5834 | if test "$enableval" = yes; then | |
5835 | ac_cv_use_textfile='wxUSE_TEXTFILE=yes' | |
5836 | else | |
5837 | ac_cv_use_textfile='wxUSE_TEXTFILE=no' | |
5838 | fi | |
5839 | ||
5840 | else | |
5841 | ||
5842 | LINE=`grep "wxUSE_TEXTFILE" ${wx_arg_cache_file}` | |
5843 | if test "x$LINE" != x ; then | |
5844 | eval "DEFAULT_$LINE" | |
5845 | else | |
5846 | no_cache=1 | |
5847 | fi | |
5848 | ||
5849 | ac_cv_use_textfile='wxUSE_TEXTFILE='$DEFAULT_wxUSE_TEXTFILE | |
5850 | ||
5851 | fi; | |
5852 | ||
5853 | eval "$ac_cv_use_textfile" | |
5854 | if test "$no_cache" != 1; then | |
5855 | echo $ac_cv_use_textfile >> ${wx_arg_cache_file}.tmp | |
5856 | fi | |
5857 | ||
5858 | if test "$wxUSE_TEXTFILE" = yes; then | |
5859 | echo "$as_me:$LINENO: result: yes" >&5 | |
5860 | echo "${ECHO_T}yes" >&6 | |
5861 | else | |
5862 | echo "$as_me:$LINENO: result: no" >&5 | |
5863 | echo "${ECHO_T}no" >&6 | |
5864 | fi | |
5865 | ||
5866 | ||
5867 | enablestring= | |
5868 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5 | |
5869 | echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6 | |
5870 | no_cache=0 | |
5871 | # Check whether --enable-timer or --disable-timer was given. | |
5872 | if test "${enable_timer+set}" = set; then | |
5873 | enableval="$enable_timer" | |
5874 | ||
5875 | if test "$enableval" = yes; then | |
5876 | ac_cv_use_timer='wxUSE_TIMER=yes' | |
5877 | else | |
5878 | ac_cv_use_timer='wxUSE_TIMER=no' | |
5879 | fi | |
5880 | ||
5881 | else | |
5882 | ||
5883 | LINE=`grep "wxUSE_TIMER" ${wx_arg_cache_file}` | |
5884 | if test "x$LINE" != x ; then | |
5885 | eval "DEFAULT_$LINE" | |
5886 | else | |
5887 | no_cache=1 | |
5888 | fi | |
5889 | ||
5890 | ac_cv_use_timer='wxUSE_TIMER='$DEFAULT_wxUSE_TIMER | |
5891 | ||
5892 | fi; | |
5893 | ||
5894 | eval "$ac_cv_use_timer" | |
5895 | if test "$no_cache" != 1; then | |
5896 | echo $ac_cv_use_timer >> ${wx_arg_cache_file}.tmp | |
5897 | fi | |
5898 | ||
5899 | if test "$wxUSE_TIMER" = yes; then | |
5900 | echo "$as_me:$LINENO: result: yes" >&5 | |
5901 | echo "${ECHO_T}yes" >&6 | |
5902 | else | |
5903 | echo "$as_me:$LINENO: result: no" >&5 | |
5904 | echo "${ECHO_T}no" >&6 | |
5905 | fi | |
5906 | ||
5907 | ||
5908 | enablestring= | |
5909 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5 | |
5910 | echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6 | |
5911 | no_cache=0 | |
5912 | # Check whether --enable-unicode or --disable-unicode was given. | |
5913 | if test "${enable_unicode+set}" = set; then | |
5914 | enableval="$enable_unicode" | |
5915 | ||
5916 | if test "$enableval" = yes; then | |
5917 | ac_cv_use_unicode='wxUSE_UNICODE=yes' | |
5918 | else | |
5919 | ac_cv_use_unicode='wxUSE_UNICODE=no' | |
5920 | fi | |
5921 | ||
5922 | else | |
5923 | ||
5924 | LINE=`grep "wxUSE_UNICODE" ${wx_arg_cache_file}` | |
5925 | if test "x$LINE" != x ; then | |
5926 | eval "DEFAULT_$LINE" | |
5927 | else | |
5928 | no_cache=1 | |
5929 | fi | |
5930 | ||
5931 | ac_cv_use_unicode='wxUSE_UNICODE='$DEFAULT_wxUSE_UNICODE | |
5932 | ||
5933 | fi; | |
5934 | ||
5935 | eval "$ac_cv_use_unicode" | |
5936 | if test "$no_cache" != 1; then | |
5937 | echo $ac_cv_use_unicode >> ${wx_arg_cache_file}.tmp | |
5938 | fi | |
5939 | ||
5940 | if test "$wxUSE_UNICODE" = yes; then | |
5941 | echo "$as_me:$LINENO: result: yes" >&5 | |
5942 | echo "${ECHO_T}yes" >&6 | |
5943 | else | |
5944 | echo "$as_me:$LINENO: result: no" >&5 | |
5945 | echo "${ECHO_T}no" >&6 | |
5946 | fi | |
5947 | ||
5948 | ||
5949 | enablestring= | |
5950 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5 | |
5951 | echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6 | |
5952 | no_cache=0 | |
5953 | # Check whether --enable-sound or --disable-sound was given. | |
5954 | if test "${enable_sound+set}" = set; then | |
5955 | enableval="$enable_sound" | |
5956 | ||
5957 | if test "$enableval" = yes; then | |
5958 | ac_cv_use_sound='wxUSE_SOUND=yes' | |
5959 | else | |
5960 | ac_cv_use_sound='wxUSE_SOUND=no' | |
5961 | fi | |
5962 | ||
5963 | else | |
5964 | ||
5965 | LINE=`grep "wxUSE_SOUND" ${wx_arg_cache_file}` | |
5966 | if test "x$LINE" != x ; then | |
5967 | eval "DEFAULT_$LINE" | |
5968 | else | |
5969 | no_cache=1 | |
5970 | fi | |
5971 | ||
5972 | ac_cv_use_sound='wxUSE_SOUND='$DEFAULT_wxUSE_SOUND | |
5973 | ||
5974 | fi; | |
5975 | ||
5976 | eval "$ac_cv_use_sound" | |
5977 | if test "$no_cache" != 1; then | |
5978 | echo $ac_cv_use_sound >> ${wx_arg_cache_file}.tmp | |
5979 | fi | |
5980 | ||
5981 | if test "$wxUSE_SOUND" = yes; then | |
5982 | echo "$as_me:$LINENO: result: yes" >&5 | |
5983 | echo "${ECHO_T}yes" >&6 | |
5984 | else | |
5985 | echo "$as_me:$LINENO: result: no" >&5 | |
5986 | echo "${ECHO_T}no" >&6 | |
5987 | fi | |
5988 | ||
5989 | ||
3b57de8b RL |
5990 | enablestring= |
5991 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5 | |
5992 | echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6 | |
5993 | no_cache=0 | |
5994 | # Check whether --enable-mediactrl or --disable-mediactrl was given. | |
5995 | if test "${enable_mediactrl+set}" = set; then | |
5996 | enableval="$enable_mediactrl" | |
5997 | ||
5998 | if test "$enableval" = yes; then | |
5999 | ac_cv_use_mediactrl='wxUSE_MEDIACTRL=yes' | |
6000 | else | |
6001 | ac_cv_use_mediactrl='wxUSE_MEDIACTRL=no' | |
6002 | fi | |
6003 | ||
6004 | else | |
6005 | ||
6006 | LINE=`grep "wxUSE_MEDIACTRL" ${wx_arg_cache_file}` | |
6007 | if test "x$LINE" != x ; then | |
6008 | eval "DEFAULT_$LINE" | |
6009 | else | |
6010 | no_cache=1 | |
6011 | fi | |
6012 | ||
6013 | ac_cv_use_mediactrl='wxUSE_MEDIACTRL='$DEFAULT_wxUSE_MEDIACTRL | |
6014 | ||
6015 | fi; | |
6016 | ||
6017 | eval "$ac_cv_use_mediactrl" | |
6018 | if test "$no_cache" != 1; then | |
6019 | echo $ac_cv_use_mediactrl >> ${wx_arg_cache_file}.tmp | |
6020 | fi | |
6021 | ||
6022 | if test "$wxUSE_MEDIACTRL" = yes; then | |
6023 | echo "$as_me:$LINENO: result: yes" >&5 | |
6024 | echo "${ECHO_T}yes" >&6 | |
6025 | else | |
6026 | echo "$as_me:$LINENO: result: no" >&5 | |
6027 | echo "${ECHO_T}no" >&6 | |
6028 | fi | |
6029 | ||
6030 | ||
a848cd7e SC |
6031 | enablestring= |
6032 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxprintfv" >&5 | |
6033 | echo $ECHO_N "checking for --${enablestring:-enable}-wxprintfv... $ECHO_C" >&6 | |
6034 | no_cache=0 | |
6035 | # Check whether --enable-wxprintfv or --disable-wxprintfv was given. | |
6036 | if test "${enable_wxprintfv+set}" = set; then | |
6037 | enableval="$enable_wxprintfv" | |
6038 | ||
6039 | if test "$enableval" = yes; then | |
6040 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=yes' | |
6041 | else | |
6042 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF=no' | |
6043 | fi | |
6044 | ||
6045 | else | |
6046 | ||
6047 | LINE=`grep "wxUSE_EXPERIMENTAL_PRINTF" ${wx_arg_cache_file}` | |
6048 | if test "x$LINE" != x ; then | |
6049 | eval "DEFAULT_$LINE" | |
6050 | else | |
6051 | no_cache=1 | |
6052 | fi | |
6053 | ||
6054 | ac_cv_use_wxprintfv='wxUSE_EXPERIMENTAL_PRINTF='$DEFAULT_wxUSE_EXPERIMENTAL_PRINTF | |
6055 | ||
6056 | fi; | |
6057 | ||
6058 | eval "$ac_cv_use_wxprintfv" | |
6059 | if test "$no_cache" != 1; then | |
6060 | echo $ac_cv_use_wxprintfv >> ${wx_arg_cache_file}.tmp | |
6061 | fi | |
6062 | ||
6063 | if test "$wxUSE_EXPERIMENTAL_PRINTF" = yes; then | |
6064 | echo "$as_me:$LINENO: result: yes" >&5 | |
6065 | echo "${ECHO_T}yes" >&6 | |
6066 | else | |
6067 | echo "$as_me:$LINENO: result: no" >&5 | |
6068 | echo "${ECHO_T}no" >&6 | |
6069 | fi | |
6070 | ||
6071 | ||
6072 | enablestring= | |
6073 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5 | |
6074 | echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6 | |
6075 | no_cache=0 | |
6076 | # Check whether --enable-zipstream or --disable-zipstream was given. | |
6077 | if test "${enable_zipstream+set}" = set; then | |
6078 | enableval="$enable_zipstream" | |
6079 | ||
6080 | if test "$enableval" = yes; then | |
6081 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM=yes' | |
6082 | else | |
6083 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM=no' | |
6084 | fi | |
6085 | ||
6086 | else | |
6087 | ||
6088 | LINE=`grep "wxUSE_ZIPSTREAM" ${wx_arg_cache_file}` | |
6089 | if test "x$LINE" != x ; then | |
6090 | eval "DEFAULT_$LINE" | |
6091 | else | |
6092 | no_cache=1 | |
6093 | fi | |
6094 | ||
6095 | ac_cv_use_zipstream='wxUSE_ZIPSTREAM='$DEFAULT_wxUSE_ZIPSTREAM | |
6096 | ||
6097 | fi; | |
6098 | ||
6099 | eval "$ac_cv_use_zipstream" | |
6100 | if test "$no_cache" != 1; then | |
6101 | echo $ac_cv_use_zipstream >> ${wx_arg_cache_file}.tmp | |
6102 | fi | |
6103 | ||
6104 | if test "$wxUSE_ZIPSTREAM" = yes; then | |
6105 | echo "$as_me:$LINENO: result: yes" >&5 | |
6106 | echo "${ECHO_T}yes" >&6 | |
6107 | else | |
6108 | echo "$as_me:$LINENO: result: no" >&5 | |
6109 | echo "${ECHO_T}no" >&6 | |
6110 | fi | |
6111 | ||
6112 | ||
a848cd7e SC |
6113 | |
6114 | enablestring= | |
6115 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5 | |
6116 | echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6 | |
6117 | no_cache=0 | |
6118 | # Check whether --enable-url or --disable-url was given. | |
6119 | if test "${enable_url+set}" = set; then | |
6120 | enableval="$enable_url" | |
6121 | ||
6122 | if test "$enableval" = yes; then | |
6123 | ac_cv_use_url='wxUSE_URL=yes' | |
6124 | else | |
6125 | ac_cv_use_url='wxUSE_URL=no' | |
6126 | fi | |
6127 | ||
6128 | else | |
6129 | ||
6130 | LINE=`grep "wxUSE_URL" ${wx_arg_cache_file}` | |
6131 | if test "x$LINE" != x ; then | |
6132 | eval "DEFAULT_$LINE" | |
6133 | else | |
6134 | no_cache=1 | |
6135 | fi | |
6136 | ||
6137 | ac_cv_use_url='wxUSE_URL='$DEFAULT_wxUSE_URL | |
6138 | ||
6139 | fi; | |
6140 | ||
6141 | eval "$ac_cv_use_url" | |
6142 | if test "$no_cache" != 1; then | |
6143 | echo $ac_cv_use_url >> ${wx_arg_cache_file}.tmp | |
6144 | fi | |
6145 | ||
6146 | if test "$wxUSE_URL" = yes; then | |
6147 | echo "$as_me:$LINENO: result: yes" >&5 | |
6148 | echo "${ECHO_T}yes" >&6 | |
6149 | else | |
6150 | echo "$as_me:$LINENO: result: no" >&5 | |
6151 | echo "${ECHO_T}no" >&6 | |
6152 | fi | |
6153 | ||
6154 | ||
6155 | enablestring= | |
6156 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5 | |
6157 | echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6 | |
6158 | no_cache=0 | |
6159 | # Check whether --enable-protocol or --disable-protocol was given. | |
6160 | if test "${enable_protocol+set}" = set; then | |
6161 | enableval="$enable_protocol" | |
6162 | ||
6163 | if test "$enableval" = yes; then | |
6164 | ac_cv_use_protocol='wxUSE_PROTOCOL=yes' | |
6165 | else | |
6166 | ac_cv_use_protocol='wxUSE_PROTOCOL=no' | |
6167 | fi | |
6168 | ||
6169 | else | |
6170 | ||
6171 | LINE=`grep "wxUSE_PROTOCOL" ${wx_arg_cache_file}` | |
6172 | if test "x$LINE" != x ; then | |
6173 | eval "DEFAULT_$LINE" | |
6174 | else | |
6175 | no_cache=1 | |
6176 | fi | |
6177 | ||
6178 | ac_cv_use_protocol='wxUSE_PROTOCOL='$DEFAULT_wxUSE_PROTOCOL | |
6179 | ||
6180 | fi; | |
6181 | ||
6182 | eval "$ac_cv_use_protocol" | |
6183 | if test "$no_cache" != 1; then | |
6184 | echo $ac_cv_use_protocol >> ${wx_arg_cache_file}.tmp | |
6185 | fi | |
6186 | ||
6187 | if test "$wxUSE_PROTOCOL" = yes; then | |
6188 | echo "$as_me:$LINENO: result: yes" >&5 | |
6189 | echo "${ECHO_T}yes" >&6 | |
6190 | else | |
6191 | echo "$as_me:$LINENO: result: no" >&5 | |
6192 | echo "${ECHO_T}no" >&6 | |
6193 | fi | |
6194 | ||
6195 | ||
6196 | enablestring= | |
6197 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5 | |
6198 | echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6 | |
6199 | no_cache=0 | |
6200 | # Check whether --enable-protocol_http or --disable-protocol_http was given. | |
6201 | if test "${enable_protocol_http+set}" = set; then | |
6202 | enableval="$enable_protocol_http" | |
6203 | ||
6204 | if test "$enableval" = yes; then | |
6205 | ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes' | |
6206 | else | |
6207 | ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no' | |
6208 | fi | |
6209 | ||
6210 | else | |
6211 | ||
6212 | LINE=`grep "wxUSE_PROTOCOL_HTTP" ${wx_arg_cache_file}` | |
6213 | if test "x$LINE" != x ; then | |
6214 | eval "DEFAULT_$LINE" | |
6215 | else | |
6216 | no_cache=1 | |
6217 | fi | |
6218 | ||
6219 | ac_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP='$DEFAULT_wxUSE_PROTOCOL_HTTP | |
6220 | ||
6221 | fi; | |
6222 | ||
6223 | eval "$ac_cv_use_protocol_http" | |
6224 | if test "$no_cache" != 1; then | |
6225 | echo $ac_cv_use_protocol_http >> ${wx_arg_cache_file}.tmp | |
6226 | fi | |
6227 | ||
6228 | if test "$wxUSE_PROTOCOL_HTTP" = yes; then | |
6229 | echo "$as_me:$LINENO: result: yes" >&5 | |
6230 | echo "${ECHO_T}yes" >&6 | |
6231 | else | |
6232 | echo "$as_me:$LINENO: result: no" >&5 | |
6233 | echo "${ECHO_T}no" >&6 | |
6234 | fi | |
6235 | ||
6236 | ||
6237 | enablestring= | |
6238 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5 | |
6239 | echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6 | |
6240 | no_cache=0 | |
6241 | # Check whether --enable-protocol_ftp or --disable-protocol_ftp was given. | |
6242 | if test "${enable_protocol_ftp+set}" = set; then | |
6243 | enableval="$enable_protocol_ftp" | |
6244 | ||
6245 | if test "$enableval" = yes; then | |
6246 | ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes' | |
6247 | else | |
6248 | ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no' | |
6249 | fi | |
6250 | ||
6251 | else | |
6252 | ||
6253 | LINE=`grep "wxUSE_PROTOCOL_FTP" ${wx_arg_cache_file}` | |
6254 | if test "x$LINE" != x ; then | |
6255 | eval "DEFAULT_$LINE" | |
6256 | else | |
6257 | no_cache=1 | |
6258 | fi | |
6259 | ||
6260 | ac_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP='$DEFAULT_wxUSE_PROTOCOL_FTP | |
6261 | ||
6262 | fi; | |
6263 | ||
6264 | eval "$ac_cv_use_protocol_ftp" | |
6265 | if test "$no_cache" != 1; then | |
6266 | echo $ac_cv_use_protocol_ftp >> ${wx_arg_cache_file}.tmp | |
6267 | fi | |
6268 | ||
6269 | if test "$wxUSE_PROTOCOL_FTP" = yes; then | |
6270 | echo "$as_me:$LINENO: result: yes" >&5 | |
6271 | echo "${ECHO_T}yes" >&6 | |
6272 | else | |
6273 | echo "$as_me:$LINENO: result: no" >&5 | |
6274 | echo "${ECHO_T}no" >&6 | |
6275 | fi | |
6276 | ||
6277 | ||
6278 | enablestring= | |
6279 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5 | |
6280 | echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6 | |
6281 | no_cache=0 | |
6282 | # Check whether --enable-protocol_file or --disable-protocol_file was given. | |
6283 | if test "${enable_protocol_file+set}" = set; then | |
6284 | enableval="$enable_protocol_file" | |
6285 | ||
6286 | if test "$enableval" = yes; then | |
6287 | ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes' | |
6288 | else | |
6289 | ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no' | |
6290 | fi | |
6291 | ||
6292 | else | |
6293 | ||
6294 | LINE=`grep "wxUSE_PROTOCOL_FILE" ${wx_arg_cache_file}` | |
6295 | if test "x$LINE" != x ; then | |
6296 | eval "DEFAULT_$LINE" | |
6297 | else | |
6298 | no_cache=1 | |
6299 | fi | |
6300 | ||
6301 | ac_cv_use_protocol_file='wxUSE_PROTOCOL_FILE='$DEFAULT_wxUSE_PROTOCOL_FILE | |
6302 | ||
6303 | fi; | |
6304 | ||
6305 | eval "$ac_cv_use_protocol_file" | |
6306 | if test "$no_cache" != 1; then | |
6307 | echo $ac_cv_use_protocol_file >> ${wx_arg_cache_file}.tmp | |
6308 | fi | |
6309 | ||
6310 | if test "$wxUSE_PROTOCOL_FILE" = yes; then | |
6311 | echo "$as_me:$LINENO: result: yes" >&5 | |
6312 | echo "${ECHO_T}yes" >&6 | |
6313 | else | |
6314 | echo "$as_me:$LINENO: result: no" >&5 | |
6315 | echo "${ECHO_T}no" >&6 | |
6316 | fi | |
6317 | ||
6318 | ||
6319 | ||
6320 | ||
6321 | ||
6322 | enablestring= | |
6323 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5 | |
6324 | echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6 | |
6325 | no_cache=0 | |
6326 | # Check whether --enable-threads or --disable-threads was given. | |
6327 | if test "${enable_threads+set}" = set; then | |
6328 | enableval="$enable_threads" | |
6329 | ||
6330 | if test "$enableval" = yes; then | |
6331 | ac_cv_use_threads='wxUSE_THREADS=yes' | |
6332 | else | |
6333 | ac_cv_use_threads='wxUSE_THREADS=no' | |
6334 | fi | |
6335 | ||
6336 | else | |
6337 | ||
6338 | LINE=`grep "wxUSE_THREADS" ${wx_arg_cache_file}` | |
6339 | if test "x$LINE" != x ; then | |
6340 | eval "DEFAULT_$LINE" | |
6341 | else | |
6342 | no_cache=1 | |
6343 | fi | |
6344 | ||
6345 | ac_cv_use_threads='wxUSE_THREADS='$DEFAULT_wxUSE_THREADS | |
6346 | ||
6347 | fi; | |
6348 | ||
6349 | eval "$ac_cv_use_threads" | |
6350 | if test "$no_cache" != 1; then | |
6351 | echo $ac_cv_use_threads >> ${wx_arg_cache_file}.tmp | |
6352 | fi | |
6353 | ||
6354 | if test "$wxUSE_THREADS" = yes; then | |
6355 | echo "$as_me:$LINENO: result: yes" >&5 | |
6356 | echo "${ECHO_T}yes" >&6 | |
6357 | else | |
6358 | echo "$as_me:$LINENO: result: no" >&5 | |
6359 | echo "${ECHO_T}no" >&6 | |
6360 | fi | |
6361 | ||
6362 | ||
6363 | if test "$wxUSE_GUI" = "yes"; then | |
6364 | ||
6365 | ||
6366 | ||
6367 | enablestring= | |
6368 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5 | |
6369 | echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6 | |
6370 | no_cache=0 | |
6371 | # Check whether --enable-docview or --disable-docview was given. | |
6372 | if test "${enable_docview+set}" = set; then | |
6373 | enableval="$enable_docview" | |
6374 | ||
6375 | if test "$enableval" = yes; then | |
6376 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes' | |
6377 | else | |
6378 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no' | |
6379 | fi | |
6380 | ||
6381 | else | |
6382 | ||
6383 | LINE=`grep "wxUSE_DOC_VIEW_ARCHITECTURE" ${wx_arg_cache_file}` | |
6384 | if test "x$LINE" != x ; then | |
6385 | eval "DEFAULT_$LINE" | |
6386 | else | |
6387 | no_cache=1 | |
6388 | fi | |
6389 | ||
6390 | ac_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE='$DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE | |
6391 | ||
6392 | fi; | |
6393 | ||
6394 | eval "$ac_cv_use_docview" | |
6395 | if test "$no_cache" != 1; then | |
6396 | echo $ac_cv_use_docview >> ${wx_arg_cache_file}.tmp | |
6397 | fi | |
6398 | ||
6399 | if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = yes; then | |
6400 | echo "$as_me:$LINENO: result: yes" >&5 | |
6401 | echo "${ECHO_T}yes" >&6 | |
6402 | else | |
6403 | echo "$as_me:$LINENO: result: no" >&5 | |
6404 | echo "${ECHO_T}no" >&6 | |
6405 | fi | |
6406 | ||
6407 | ||
6408 | enablestring= | |
6409 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5 | |
6410 | echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6 | |
6411 | no_cache=0 | |
6412 | # Check whether --enable-help or --disable-help was given. | |
6413 | if test "${enable_help+set}" = set; then | |
6414 | enableval="$enable_help" | |
6415 | ||
6416 | if test "$enableval" = yes; then | |
6417 | ac_cv_use_help='wxUSE_HELP=yes' | |
6418 | else | |
6419 | ac_cv_use_help='wxUSE_HELP=no' | |
6420 | fi | |
6421 | ||
6422 | else | |
6423 | ||
6424 | LINE=`grep "wxUSE_HELP" ${wx_arg_cache_file}` | |
6425 | if test "x$LINE" != x ; then | |
6426 | eval "DEFAULT_$LINE" | |
6427 | else | |
6428 | no_cache=1 | |
6429 | fi | |
6430 | ||
6431 | ac_cv_use_help='wxUSE_HELP='$DEFAULT_wxUSE_HELP | |
6432 | ||
6433 | fi; | |
6434 | ||
6435 | eval "$ac_cv_use_help" | |
6436 | if test "$no_cache" != 1; then | |
6437 | echo $ac_cv_use_help >> ${wx_arg_cache_file}.tmp | |
6438 | fi | |
6439 | ||
6440 | if test "$wxUSE_HELP" = yes; then | |
6441 | echo "$as_me:$LINENO: result: yes" >&5 | |
6442 | echo "${ECHO_T}yes" >&6 | |
6443 | else | |
6444 | echo "$as_me:$LINENO: result: no" >&5 | |
6445 | echo "${ECHO_T}no" >&6 | |
6446 | fi | |
6447 | ||
6448 | ||
6449 | enablestring= | |
6450 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5 | |
6451 | echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6 | |
6452 | no_cache=0 | |
6453 | # Check whether --enable-mshtmlhelp or --disable-mshtmlhelp was given. | |
6454 | if test "${enable_mshtmlhelp+set}" = set; then | |
6455 | enableval="$enable_mshtmlhelp" | |
6456 | ||
6457 | if test "$enableval" = yes; then | |
6458 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes' | |
6459 | else | |
6460 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no' | |
6461 | fi | |
6462 | ||
6463 | else | |
6464 | ||
6465 | LINE=`grep "wxUSE_MS_HTML_HELP" ${wx_arg_cache_file}` | |
6466 | if test "x$LINE" != x ; then | |
6467 | eval "DEFAULT_$LINE" | |
6468 | else | |
6469 | no_cache=1 | |
6470 | fi | |
6471 | ||
6472 | ac_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP='$DEFAULT_wxUSE_MS_HTML_HELP | |
6473 | ||
6474 | fi; | |
6475 | ||
6476 | eval "$ac_cv_use_mshtmlhelp" | |
6477 | if test "$no_cache" != 1; then | |
6478 | echo $ac_cv_use_mshtmlhelp >> ${wx_arg_cache_file}.tmp | |
6479 | fi | |
6480 | ||
6481 | if test "$wxUSE_MS_HTML_HELP" = yes; then | |
6482 | echo "$as_me:$LINENO: result: yes" >&5 | |
6483 | echo "${ECHO_T}yes" >&6 | |
6484 | else | |
6485 | echo "$as_me:$LINENO: result: no" >&5 | |
6486 | echo "${ECHO_T}no" >&6 | |
6487 | fi | |
6488 | ||
6489 | ||
6490 | enablestring= | |
6491 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5 | |
6492 | echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6 | |
6493 | no_cache=0 | |
6494 | # Check whether --enable-html or --disable-html was given. | |
6495 | if test "${enable_html+set}" = set; then | |
6496 | enableval="$enable_html" | |
6497 | ||
6498 | if test "$enableval" = yes; then | |
6499 | ac_cv_use_html='wxUSE_HTML=yes' | |
6500 | else | |
6501 | ac_cv_use_html='wxUSE_HTML=no' | |
6502 | fi | |
6503 | ||
6504 | else | |
6505 | ||
6506 | LINE=`grep "wxUSE_HTML" ${wx_arg_cache_file}` | |
6507 | if test "x$LINE" != x ; then | |
6508 | eval "DEFAULT_$LINE" | |
6509 | else | |
6510 | no_cache=1 | |
6511 | fi | |
6512 | ||
6513 | ac_cv_use_html='wxUSE_HTML='$DEFAULT_wxUSE_HTML | |
6514 | ||
6515 | fi; | |
6516 | ||
6517 | eval "$ac_cv_use_html" | |
6518 | if test "$no_cache" != 1; then | |
6519 | echo $ac_cv_use_html >> ${wx_arg_cache_file}.tmp | |
6520 | fi | |
6521 | ||
6522 | if test "$wxUSE_HTML" = yes; then | |
6523 | echo "$as_me:$LINENO: result: yes" >&5 | |
6524 | echo "${ECHO_T}yes" >&6 | |
6525 | else | |
6526 | echo "$as_me:$LINENO: result: no" >&5 | |
6527 | echo "${ECHO_T}no" >&6 | |
6528 | fi | |
6529 | ||
6530 | ||
6531 | enablestring= | |
6532 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5 | |
6533 | echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6 | |
6534 | no_cache=0 | |
6535 | # Check whether --enable-htmlhelp or --disable-htmlhelp was given. | |
6536 | if test "${enable_htmlhelp+set}" = set; then | |
6537 | enableval="$enable_htmlhelp" | |
6538 | ||
6539 | if test "$enableval" = yes; then | |
6540 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes' | |
6541 | else | |
6542 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no' | |
6543 | fi | |
6544 | ||
6545 | else | |
6546 | ||
6547 | LINE=`grep "wxUSE_WXHTML_HELP" ${wx_arg_cache_file}` | |
6548 | if test "x$LINE" != x ; then | |
6549 | eval "DEFAULT_$LINE" | |
6550 | else | |
6551 | no_cache=1 | |
6552 | fi | |
6553 | ||
6554 | ac_cv_use_htmlhelp='wxUSE_WXHTML_HELP='$DEFAULT_wxUSE_WXHTML_HELP | |
6555 | ||
6556 | fi; | |
6557 | ||
6558 | eval "$ac_cv_use_htmlhelp" | |
6559 | if test "$no_cache" != 1; then | |
6560 | echo $ac_cv_use_htmlhelp >> ${wx_arg_cache_file}.tmp | |
6561 | fi | |
6562 | ||
6563 | if test "$wxUSE_WXHTML_HELP" = yes; then | |
6564 | echo "$as_me:$LINENO: result: yes" >&5 | |
6565 | echo "${ECHO_T}yes" >&6 | |
6566 | else | |
6567 | echo "$as_me:$LINENO: result: no" >&5 | |
6568 | echo "${ECHO_T}no" >&6 | |
6569 | fi | |
6570 | ||
6571 | ||
9a8f0513 VS |
6572 | enablestring= |
6573 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5 | |
6574 | echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6 | |
6575 | no_cache=0 | |
6576 | # Check whether --enable-xrc or --disable-xrc was given. | |
6577 | if test "${enable_xrc+set}" = set; then | |
6578 | enableval="$enable_xrc" | |
6579 | ||
6580 | if test "$enableval" = yes; then | |
6581 | ac_cv_use_xrc='wxUSE_XRC=yes' | |
6582 | else | |
6583 | ac_cv_use_xrc='wxUSE_XRC=no' | |
6584 | fi | |
6585 | ||
6586 | else | |
6587 | ||
6588 | LINE=`grep "wxUSE_XRC" ${wx_arg_cache_file}` | |
6589 | if test "x$LINE" != x ; then | |
6590 | eval "DEFAULT_$LINE" | |
6591 | else | |
6592 | no_cache=1 | |
6593 | fi | |
6594 | ||
6595 | ac_cv_use_xrc='wxUSE_XRC='$DEFAULT_wxUSE_XRC | |
6596 | ||
6597 | fi; | |
6598 | ||
6599 | eval "$ac_cv_use_xrc" | |
6600 | if test "$no_cache" != 1; then | |
6601 | echo $ac_cv_use_xrc >> ${wx_arg_cache_file}.tmp | |
6602 | fi | |
6603 | ||
6604 | if test "$wxUSE_XRC" = yes; then | |
6605 | echo "$as_me:$LINENO: result: yes" >&5 | |
6606 | echo "${ECHO_T}yes" >&6 | |
6607 | else | |
6608 | echo "$as_me:$LINENO: result: no" >&5 | |
6609 | echo "${ECHO_T}no" >&6 | |
6610 | fi | |
6611 | ||
6612 | ||
a848cd7e SC |
6613 | enablestring= |
6614 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5 | |
6615 | echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6 | |
6616 | no_cache=0 | |
6617 | # Check whether --enable-constraints or --disable-constraints was given. | |
6618 | if test "${enable_constraints+set}" = set; then | |
6619 | enableval="$enable_constraints" | |
6620 | ||
6621 | if test "$enableval" = yes; then | |
6622 | ac_cv_use_constraints='wxUSE_CONSTRAINTS=yes' | |
6623 | else | |
6624 | ac_cv_use_constraints='wxUSE_CONSTRAINTS=no' | |
6625 | fi | |
6626 | ||
6627 | else | |
6628 | ||
6629 | LINE=`grep "wxUSE_CONSTRAINTS" ${wx_arg_cache_file}` | |
6630 | if test "x$LINE" != x ; then | |
6631 | eval "DEFAULT_$LINE" | |
6632 | else | |
6633 | no_cache=1 | |
6634 | fi | |
6635 | ||
6636 | ac_cv_use_constraints='wxUSE_CONSTRAINTS='$DEFAULT_wxUSE_CONSTRAINTS | |
6637 | ||
6638 | fi; | |
6639 | ||
6640 | eval "$ac_cv_use_constraints" | |
6641 | if test "$no_cache" != 1; then | |
6642 | echo $ac_cv_use_constraints >> ${wx_arg_cache_file}.tmp | |
6643 | fi | |
6644 | ||
6645 | if test "$wxUSE_CONSTRAINTS" = yes; then | |
6646 | echo "$as_me:$LINENO: result: yes" >&5 | |
6647 | echo "${ECHO_T}yes" >&6 | |
6648 | else | |
6649 | echo "$as_me:$LINENO: result: no" >&5 | |
6650 | echo "${ECHO_T}no" >&6 | |
6651 | fi | |
6652 | ||
6653 | ||
6654 | enablestring= | |
6655 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5 | |
6656 | echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6 | |
6657 | no_cache=0 | |
6658 | # Check whether --enable-printarch or --disable-printarch was given. | |
6659 | if test "${enable_printarch+set}" = set; then | |
6660 | enableval="$enable_printarch" | |
6661 | ||
6662 | if test "$enableval" = yes; then | |
6663 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes' | |
6664 | else | |
6665 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no' | |
6666 | fi | |
6667 | ||
6668 | else | |
6669 | ||
6670 | LINE=`grep "wxUSE_PRINTING_ARCHITECTURE" ${wx_arg_cache_file}` | |
6671 | if test "x$LINE" != x ; then | |
6672 | eval "DEFAULT_$LINE" | |
6673 | else | |
6674 | no_cache=1 | |
6675 | fi | |
6676 | ||
6677 | ac_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE='$DEFAULT_wxUSE_PRINTING_ARCHITECTURE | |
6678 | ||
6679 | fi; | |
6680 | ||
6681 | eval "$ac_cv_use_printarch" | |
6682 | if test "$no_cache" != 1; then | |
6683 | echo $ac_cv_use_printarch >> ${wx_arg_cache_file}.tmp | |
6684 | fi | |
6685 | ||
6686 | if test "$wxUSE_PRINTING_ARCHITECTURE" = yes; then | |
6687 | echo "$as_me:$LINENO: result: yes" >&5 | |
6688 | echo "${ECHO_T}yes" >&6 | |
6689 | else | |
6690 | echo "$as_me:$LINENO: result: no" >&5 | |
6691 | echo "${ECHO_T}no" >&6 | |
6692 | fi | |
6693 | ||
6694 | ||
6695 | enablestring= | |
6696 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5 | |
6697 | echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6 | |
6698 | no_cache=0 | |
6699 | # Check whether --enable-mdi or --disable-mdi was given. | |
6700 | if test "${enable_mdi+set}" = set; then | |
6701 | enableval="$enable_mdi" | |
6702 | ||
6703 | if test "$enableval" = yes; then | |
8a7b1113 | 6704 | ac_cv_use_mdi='wxUSE_MDI=yes' |
a848cd7e | 6705 | else |
8a7b1113 | 6706 | ac_cv_use_mdi='wxUSE_MDI=no' |
a848cd7e SC |
6707 | fi |
6708 | ||
6709 | else | |
6710 | ||
8a7b1113 | 6711 | LINE=`grep "wxUSE_MDI" ${wx_arg_cache_file}` |
a848cd7e SC |
6712 | if test "x$LINE" != x ; then |
6713 | eval "DEFAULT_$LINE" | |
6714 | else | |
6715 | no_cache=1 | |
6716 | fi | |
6717 | ||
8a7b1113 | 6718 | ac_cv_use_mdi='wxUSE_MDI='$DEFAULT_wxUSE_MDI |
a848cd7e SC |
6719 | |
6720 | fi; | |
6721 | ||
6722 | eval "$ac_cv_use_mdi" | |
6723 | if test "$no_cache" != 1; then | |
6724 | echo $ac_cv_use_mdi >> ${wx_arg_cache_file}.tmp | |
6725 | fi | |
6726 | ||
8a7b1113 VZ |
6727 | if test "$wxUSE_MDI" = yes; then |
6728 | echo "$as_me:$LINENO: result: yes" >&5 | |
6729 | echo "${ECHO_T}yes" >&6 | |
6730 | else | |
6731 | echo "$as_me:$LINENO: result: no" >&5 | |
6732 | echo "${ECHO_T}no" >&6 | |
6733 | fi | |
6734 | ||
6735 | ||
6736 | enablestring= | |
6737 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5 | |
6738 | echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6 | |
6739 | no_cache=0 | |
6740 | # Check whether --enable-mdidoc or --disable-mdidoc was given. | |
6741 | if test "${enable_mdidoc+set}" = set; then | |
6742 | enableval="$enable_mdidoc" | |
6743 | ||
6744 | if test "$enableval" = yes; then | |
6745 | ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes' | |
6746 | else | |
6747 | ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no' | |
6748 | fi | |
6749 | ||
6750 | else | |
6751 | ||
6752 | LINE=`grep "wxUSE_MDI_ARCHITECTURE" ${wx_arg_cache_file}` | |
6753 | if test "x$LINE" != x ; then | |
6754 | eval "DEFAULT_$LINE" | |
6755 | else | |
6756 | no_cache=1 | |
6757 | fi | |
6758 | ||
6759 | ac_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE='$DEFAULT_wxUSE_MDI_ARCHITECTURE | |
6760 | ||
6761 | fi; | |
6762 | ||
6763 | eval "$ac_cv_use_mdidoc" | |
6764 | if test "$no_cache" != 1; then | |
6765 | echo $ac_cv_use_mdidoc >> ${wx_arg_cache_file}.tmp | |
6766 | fi | |
6767 | ||
a848cd7e SC |
6768 | if test "$wxUSE_MDI_ARCHITECTURE" = yes; then |
6769 | echo "$as_me:$LINENO: result: yes" >&5 | |
6770 | echo "${ECHO_T}yes" >&6 | |
6771 | else | |
6772 | echo "$as_me:$LINENO: result: no" >&5 | |
6773 | echo "${ECHO_T}no" >&6 | |
6774 | fi | |
6775 | ||
6776 | ||
6777 | enablestring= | |
6778 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5 | |
6779 | echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6 | |
6780 | no_cache=0 | |
6781 | # Check whether --enable-loggui or --disable-loggui was given. | |
6782 | if test "${enable_loggui+set}" = set; then | |
6783 | enableval="$enable_loggui" | |
6784 | ||
6785 | if test "$enableval" = yes; then | |
6786 | ac_cv_use_loggui='wxUSE_LOGGUI=yes' | |
6787 | else | |
6788 | ac_cv_use_loggui='wxUSE_LOGGUI=no' | |
6789 | fi | |
6790 | ||
6791 | else | |
6792 | ||
6793 | LINE=`grep "wxUSE_LOGGUI" ${wx_arg_cache_file}` | |
6794 | if test "x$LINE" != x ; then | |
6795 | eval "DEFAULT_$LINE" | |
6796 | else | |
6797 | no_cache=1 | |
6798 | fi | |
6799 | ||
6800 | ac_cv_use_loggui='wxUSE_LOGGUI='$DEFAULT_wxUSE_LOGGUI | |
6801 | ||
6802 | fi; | |
6803 | ||
6804 | eval "$ac_cv_use_loggui" | |
6805 | if test "$no_cache" != 1; then | |
6806 | echo $ac_cv_use_loggui >> ${wx_arg_cache_file}.tmp | |
6807 | fi | |
6808 | ||
6809 | if test "$wxUSE_LOGGUI" = yes; then | |
6810 | echo "$as_me:$LINENO: result: yes" >&5 | |
6811 | echo "${ECHO_T}yes" >&6 | |
6812 | else | |
6813 | echo "$as_me:$LINENO: result: no" >&5 | |
6814 | echo "${ECHO_T}no" >&6 | |
6815 | fi | |
6816 | ||
6817 | ||
6818 | enablestring= | |
6819 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5 | |
6820 | echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6 | |
6821 | no_cache=0 | |
6822 | # Check whether --enable-logwin or --disable-logwin was given. | |
6823 | if test "${enable_logwin+set}" = set; then | |
6824 | enableval="$enable_logwin" | |
6825 | ||
6826 | if test "$enableval" = yes; then | |
6827 | ac_cv_use_logwin='wxUSE_LOGWINDOW=yes' | |
6828 | else | |
6829 | ac_cv_use_logwin='wxUSE_LOGWINDOW=no' | |
6830 | fi | |
6831 | ||
6832 | else | |
6833 | ||
6834 | LINE=`grep "wxUSE_LOGWINDOW" ${wx_arg_cache_file}` | |
6835 | if test "x$LINE" != x ; then | |
6836 | eval "DEFAULT_$LINE" | |
6837 | else | |
6838 | no_cache=1 | |
6839 | fi | |
6840 | ||
6841 | ac_cv_use_logwin='wxUSE_LOGWINDOW='$DEFAULT_wxUSE_LOGWINDOW | |
6842 | ||
6843 | fi; | |
6844 | ||
6845 | eval "$ac_cv_use_logwin" | |
6846 | if test "$no_cache" != 1; then | |
6847 | echo $ac_cv_use_logwin >> ${wx_arg_cache_file}.tmp | |
6848 | fi | |
6849 | ||
6850 | if test "$wxUSE_LOGWINDOW" = yes; then | |
6851 | echo "$as_me:$LINENO: result: yes" >&5 | |
6852 | echo "${ECHO_T}yes" >&6 | |
6853 | else | |
6854 | echo "$as_me:$LINENO: result: no" >&5 | |
6855 | echo "${ECHO_T}no" >&6 | |
6856 | fi | |
6857 | ||
6858 | ||
6859 | enablestring= | |
6860 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5 | |
6861 | echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6 | |
6862 | no_cache=0 | |
6863 | # Check whether --enable-logdialog or --disable-logdialog was given. | |
6864 | if test "${enable_logdialog+set}" = set; then | |
6865 | enableval="$enable_logdialog" | |
6866 | ||
6867 | if test "$enableval" = yes; then | |
6868 | ac_cv_use_logdialog='wxUSE_LOGDIALOG=yes' | |
6869 | else | |
6870 | ac_cv_use_logdialog='wxUSE_LOGDIALOG=no' | |
6871 | fi | |
6872 | ||
6873 | else | |
6874 | ||
6875 | LINE=`grep "wxUSE_LOGDIALOG" ${wx_arg_cache_file}` | |
6876 | if test "x$LINE" != x ; then | |
6877 | eval "DEFAULT_$LINE" | |
6878 | else | |
6879 | no_cache=1 | |
6880 | fi | |
6881 | ||
6882 | ac_cv_use_logdialog='wxUSE_LOGDIALOG='$DEFAULT_wxUSE_LOGDIALOG | |
6883 | ||
6884 | fi; | |
6885 | ||
6886 | eval "$ac_cv_use_logdialog" | |
6887 | if test "$no_cache" != 1; then | |
6888 | echo $ac_cv_use_logdialog >> ${wx_arg_cache_file}.tmp | |
6889 | fi | |
6890 | ||
6891 | if test "$wxUSE_LOGDIALOG" = yes; then | |
6892 | echo "$as_me:$LINENO: result: yes" >&5 | |
6893 | echo "${ECHO_T}yes" >&6 | |
6894 | else | |
6895 | echo "$as_me:$LINENO: result: no" >&5 | |
6896 | echo "${ECHO_T}no" >&6 | |
6897 | fi | |
6898 | ||
6899 | ||
646b6ec1 VS |
6900 | enablestring= |
6901 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5 | |
6902 | echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6 | |
6903 | no_cache=0 | |
6904 | # Check whether --enable-webkit or --disable-webkit was given. | |
6905 | if test "${enable_webkit+set}" = set; then | |
6906 | enableval="$enable_webkit" | |
6907 | ||
6908 | if test "$enableval" = yes; then | |
6909 | ac_cv_use_webkit='wxUSE_WEBKIT=yes' | |
6910 | else | |
6911 | ac_cv_use_webkit='wxUSE_WEBKIT=no' | |
6912 | fi | |
6913 | ||
6914 | else | |
6915 | ||
6916 | LINE=`grep "wxUSE_WEBKIT" ${wx_arg_cache_file}` | |
6917 | if test "x$LINE" != x ; then | |
6918 | eval "DEFAULT_$LINE" | |
6919 | else | |
6920 | no_cache=1 | |
6921 | fi | |
6922 | ||
6923 | ac_cv_use_webkit='wxUSE_WEBKIT='$DEFAULT_wxUSE_WEBKIT | |
6924 | ||
6925 | fi; | |
6926 | ||
6927 | eval "$ac_cv_use_webkit" | |
6928 | if test "$no_cache" != 1; then | |
6929 | echo $ac_cv_use_webkit >> ${wx_arg_cache_file}.tmp | |
6930 | fi | |
6931 | ||
6932 | if test "$wxUSE_WEBKIT" = yes; then | |
6933 | echo "$as_me:$LINENO: result: yes" >&5 | |
6934 | echo "${ECHO_T}yes" >&6 | |
6935 | else | |
6936 | echo "$as_me:$LINENO: result: no" >&5 | |
6937 | echo "${ECHO_T}no" >&6 | |
6938 | fi | |
6939 | ||
6940 | ||
a848cd7e SC |
6941 | |
6942 | enablestring= | |
6943 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5 | |
6944 | echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6 | |
6945 | no_cache=0 | |
6946 | # Check whether --enable-postscript or --disable-postscript was given. | |
6947 | if test "${enable_postscript+set}" = set; then | |
6948 | enableval="$enable_postscript" | |
6949 | ||
6950 | if test "$enableval" = yes; then | |
6951 | ac_cv_use_postscript='wxUSE_POSTSCRIPT=yes' | |
6952 | else | |
6953 | ac_cv_use_postscript='wxUSE_POSTSCRIPT=no' | |
6954 | fi | |
6955 | ||
6956 | else | |
6957 | ||
6958 | LINE=`grep "wxUSE_POSTSCRIPT" ${wx_arg_cache_file}` | |
6959 | if test "x$LINE" != x ; then | |
6960 | eval "DEFAULT_$LINE" | |
6961 | else | |
6962 | no_cache=1 | |
6963 | fi | |
6964 | ||
6965 | ac_cv_use_postscript='wxUSE_POSTSCRIPT='$DEFAULT_wxUSE_POSTSCRIPT | |
6966 | ||
6967 | fi; | |
6968 | ||
6969 | eval "$ac_cv_use_postscript" | |
6970 | if test "$no_cache" != 1; then | |
6971 | echo $ac_cv_use_postscript >> ${wx_arg_cache_file}.tmp | |
6972 | fi | |
6973 | ||
6974 | if test "$wxUSE_POSTSCRIPT" = yes; then | |
6975 | echo "$as_me:$LINENO: result: yes" >&5 | |
6976 | echo "${ECHO_T}yes" >&6 | |
6977 | else | |
6978 | echo "$as_me:$LINENO: result: no" >&5 | |
6979 | echo "${ECHO_T}no" >&6 | |
6980 | fi | |
6981 | ||
6982 | ||
6983 | ||
6984 | ||
6985 | ||
6986 | enablestring= | |
6987 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-prologio" >&5 | |
6988 | echo $ECHO_N "checking for --${enablestring:-enable}-prologio... $ECHO_C" >&6 | |
6989 | no_cache=0 | |
6990 | # Check whether --enable-prologio or --disable-prologio was given. | |
6991 | if test "${enable_prologio+set}" = set; then | |
6992 | enableval="$enable_prologio" | |
6993 | ||
6994 | if test "$enableval" = yes; then | |
6995 | ac_cv_use_prologio='wxUSE_PROLOGIO=yes' | |
6996 | else | |
6997 | ac_cv_use_prologio='wxUSE_PROLOGIO=no' | |
6998 | fi | |
6999 | ||
7000 | else | |
7001 | ||
7002 | LINE=`grep "wxUSE_PROLOGIO" ${wx_arg_cache_file}` | |
7003 | if test "x$LINE" != x ; then | |
7004 | eval "DEFAULT_$LINE" | |
7005 | else | |
7006 | no_cache=1 | |
7007 | fi | |
7008 | ||
7009 | ac_cv_use_prologio='wxUSE_PROLOGIO='$DEFAULT_wxUSE_PROLOGIO | |
7010 | ||
7011 | fi; | |
7012 | ||
7013 | eval "$ac_cv_use_prologio" | |
7014 | if test "$no_cache" != 1; then | |
7015 | echo $ac_cv_use_prologio >> ${wx_arg_cache_file}.tmp | |
7016 | fi | |
7017 | ||
7018 | if test "$wxUSE_PROLOGIO" = yes; then | |
7019 | echo "$as_me:$LINENO: result: yes" >&5 | |
7020 | echo "${ECHO_T}yes" >&6 | |
7021 | else | |
7022 | echo "$as_me:$LINENO: result: no" >&5 | |
7023 | echo "${ECHO_T}no" >&6 | |
7024 | fi | |
7025 | ||
7026 | ||
7027 | enablestring= | |
7028 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-resources" >&5 | |
7029 | echo $ECHO_N "checking for --${enablestring:-enable}-resources... $ECHO_C" >&6 | |
7030 | no_cache=0 | |
7031 | # Check whether --enable-resources or --disable-resources was given. | |
7032 | if test "${enable_resources+set}" = set; then | |
7033 | enableval="$enable_resources" | |
7034 | ||
7035 | if test "$enableval" = yes; then | |
7036 | ac_cv_use_resources='wxUSE_RESOURCES=yes' | |
7037 | else | |
7038 | ac_cv_use_resources='wxUSE_RESOURCES=no' | |
7039 | fi | |
7040 | ||
7041 | else | |
7042 | ||
7043 | LINE=`grep "wxUSE_RESOURCES" ${wx_arg_cache_file}` | |
7044 | if test "x$LINE" != x ; then | |
7045 | eval "DEFAULT_$LINE" | |
7046 | else | |
7047 | no_cache=1 | |
7048 | fi | |
7049 | ||
7050 | ac_cv_use_resources='wxUSE_RESOURCES='$DEFAULT_wxUSE_RESOURCES | |
7051 | ||
7052 | fi; | |
7053 | ||
7054 | eval "$ac_cv_use_resources" | |
7055 | if test "$no_cache" != 1; then | |
7056 | echo $ac_cv_use_resources >> ${wx_arg_cache_file}.tmp | |
7057 | fi | |
7058 | ||
7059 | if test "$wxUSE_RESOURCES" = yes; then | |
7060 | echo "$as_me:$LINENO: result: yes" >&5 | |
7061 | echo "${ECHO_T}yes" >&6 | |
7062 | else | |
7063 | echo "$as_me:$LINENO: result: no" >&5 | |
7064 | echo "${ECHO_T}no" >&6 | |
7065 | fi | |
7066 | ||
7067 | ||
7068 | ||
7069 | ||
7070 | enablestring= | |
7071 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5 | |
7072 | echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6 | |
7073 | no_cache=0 | |
7074 | # Check whether --enable-clipboard or --disable-clipboard was given. | |
7075 | if test "${enable_clipboard+set}" = set; then | |
7076 | enableval="$enable_clipboard" | |
7077 | ||
7078 | if test "$enableval" = yes; then | |
7079 | ac_cv_use_clipboard='wxUSE_CLIPBOARD=yes' | |
7080 | else | |
7081 | ac_cv_use_clipboard='wxUSE_CLIPBOARD=no' | |
7082 | fi | |
7083 | ||
7084 | else | |
7085 | ||
7086 | LINE=`grep "wxUSE_CLIPBOARD" ${wx_arg_cache_file}` | |
7087 | if test "x$LINE" != x ; then | |
7088 | eval "DEFAULT_$LINE" | |
7089 | else | |
7090 | no_cache=1 | |
7091 | fi | |
7092 | ||
7093 | ac_cv_use_clipboard='wxUSE_CLIPBOARD='$DEFAULT_wxUSE_CLIPBOARD | |
7094 | ||
7095 | fi; | |
7096 | ||
7097 | eval "$ac_cv_use_clipboard" | |
7098 | if test "$no_cache" != 1; then | |
7099 | echo $ac_cv_use_clipboard >> ${wx_arg_cache_file}.tmp | |
7100 | fi | |
7101 | ||
7102 | if test "$wxUSE_CLIPBOARD" = yes; then | |
7103 | echo "$as_me:$LINENO: result: yes" >&5 | |
7104 | echo "${ECHO_T}yes" >&6 | |
7105 | else | |
7106 | echo "$as_me:$LINENO: result: no" >&5 | |
7107 | echo "${ECHO_T}no" >&6 | |
7108 | fi | |
7109 | ||
7110 | ||
7111 | enablestring= | |
7112 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5 | |
7113 | echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6 | |
7114 | no_cache=0 | |
7115 | # Check whether --enable-dnd or --disable-dnd was given. | |
7116 | if test "${enable_dnd+set}" = set; then | |
7117 | enableval="$enable_dnd" | |
7118 | ||
7119 | if test "$enableval" = yes; then | |
7120 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes' | |
7121 | else | |
7122 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP=no' | |
7123 | fi | |
7124 | ||
7125 | else | |
7126 | ||
7127 | LINE=`grep "wxUSE_DRAG_AND_DROP" ${wx_arg_cache_file}` | |
7128 | if test "x$LINE" != x ; then | |
7129 | eval "DEFAULT_$LINE" | |
7130 | else | |
7131 | no_cache=1 | |
7132 | fi | |
7133 | ||
7134 | ac_cv_use_dnd='wxUSE_DRAG_AND_DROP='$DEFAULT_wxUSE_DRAG_AND_DROP | |
7135 | ||
7136 | fi; | |
7137 | ||
7138 | eval "$ac_cv_use_dnd" | |
7139 | if test "$no_cache" != 1; then | |
7140 | echo $ac_cv_use_dnd >> ${wx_arg_cache_file}.tmp | |
7141 | fi | |
7142 | ||
7143 | if test "$wxUSE_DRAG_AND_DROP" = yes; then | |
7144 | echo "$as_me:$LINENO: result: yes" >&5 | |
7145 | echo "${ECHO_T}yes" >&6 | |
7146 | else | |
7147 | echo "$as_me:$LINENO: result: no" >&5 | |
7148 | echo "${ECHO_T}no" >&6 | |
7149 | fi | |
7150 | ||
7151 | ||
7152 | enablestring= | |
7153 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5 | |
7154 | echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6 | |
7155 | no_cache=0 | |
7156 | # Check whether --enable-metafile or --disable-metafile was given. | |
7157 | if test "${enable_metafile+set}" = set; then | |
7158 | enableval="$enable_metafile" | |
7159 | ||
7160 | if test "$enableval" = yes; then | |
7161 | ac_cv_use_metafile='wxUSE_METAFILE=yes' | |
7162 | else | |
7163 | ac_cv_use_metafile='wxUSE_METAFILE=no' | |
7164 | fi | |
7165 | ||
7166 | else | |
7167 | ||
7168 | LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}` | |
7169 | if test "x$LINE" != x ; then | |
7170 | eval "DEFAULT_$LINE" | |
7171 | else | |
7172 | no_cache=1 | |
7173 | fi | |
7174 | ||
7175 | ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE | |
7176 | ||
7177 | fi; | |
7178 | ||
7179 | eval "$ac_cv_use_metafile" | |
7180 | if test "$no_cache" != 1; then | |
7181 | echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp | |
7182 | fi | |
7183 | ||
7184 | if test "$wxUSE_METAFILE" = yes; then | |
7185 | echo "$as_me:$LINENO: result: yes" >&5 | |
7186 | echo "${ECHO_T}yes" >&6 | |
7187 | else | |
7188 | echo "$as_me:$LINENO: result: no" >&5 | |
7189 | echo "${ECHO_T}no" >&6 | |
7190 | fi | |
7191 | ||
7192 | ||
7193 | ||
7194 | ||
7195 | ||
7196 | enablestring= | |
7197 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5 | |
7198 | echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6 | |
7199 | no_cache=0 | |
7200 | # Check whether --enable-controls or --disable-controls was given. | |
7201 | if test "${enable_controls+set}" = set; then | |
7202 | enableval="$enable_controls" | |
7203 | ||
7204 | if test "$enableval" = yes; then | |
7205 | ac_cv_use_controls='wxUSE_CONTROLS=yes' | |
7206 | else | |
7207 | ac_cv_use_controls='wxUSE_CONTROLS=no' | |
7208 | fi | |
7209 | ||
7210 | else | |
7211 | ||
7212 | LINE=`grep "wxUSE_CONTROLS" ${wx_arg_cache_file}` | |
7213 | if test "x$LINE" != x ; then | |
7214 | eval "DEFAULT_$LINE" | |
7215 | else | |
7216 | no_cache=1 | |
7217 | fi | |
7218 | ||
7219 | ac_cv_use_controls='wxUSE_CONTROLS='$DEFAULT_wxUSE_CONTROLS | |
7220 | ||
7221 | fi; | |
7222 | ||
7223 | eval "$ac_cv_use_controls" | |
7224 | if test "$no_cache" != 1; then | |
7225 | echo $ac_cv_use_controls >> ${wx_arg_cache_file}.tmp | |
7226 | fi | |
7227 | ||
7228 | if test "$wxUSE_CONTROLS" = yes; then | |
7229 | echo "$as_me:$LINENO: result: yes" >&5 | |
7230 | echo "${ECHO_T}yes" >&6 | |
7231 | else | |
7232 | echo "$as_me:$LINENO: result: no" >&5 | |
7233 | echo "${ECHO_T}no" >&6 | |
7234 | fi | |
7235 | ||
7236 | ||
7237 | if test "$wxUSE_CONTROLS" = "yes"; then | |
7238 | DEFAULT_wxUSE_ACCEL=yes | |
7239 | DEFAULT_wxUSE_BMPBUTTON=yes | |
7240 | DEFAULT_wxUSE_BUTTON=yes | |
da98e9be | 7241 | DEFAULT_wxUSE_CALCTRL=yes |
a848cd7e SC |
7242 | DEFAULT_wxUSE_CARET=yes |
7243 | DEFAULT_wxUSE_COMBOBOX=yes | |
7244 | DEFAULT_wxUSE_CHECKBOX=yes | |
7245 | DEFAULT_wxUSE_CHECKLISTBOX=yes | |
7246 | DEFAULT_wxUSE_CHOICE=yes | |
92bbdbcd | 7247 | DEFAULT_wxUSE_CHOICEBOOK=yes |
da98e9be | 7248 | DEFAULT_wxUSE_DATEPICKCTRL=yes |
a848cd7e SC |
7249 | DEFAULT_wxUSE_GAUGE=yes |
7250 | DEFAULT_wxUSE_GRID=yes | |
7251 | DEFAULT_wxUSE_IMAGLIST=yes | |
7252 | DEFAULT_wxUSE_LISTBOOK=yes | |
7253 | DEFAULT_wxUSE_LISTBOX=yes | |
7254 | DEFAULT_wxUSE_LISTCTRL=yes | |
7255 | DEFAULT_wxUSE_NOTEBOOK=yes | |
7256 | DEFAULT_wxUSE_RADIOBOX=yes | |
7257 | DEFAULT_wxUSE_RADIOBTN=yes | |
7258 | DEFAULT_wxUSE_SASH=yes | |
7259 | DEFAULT_wxUSE_SCROLLBAR=yes | |
7260 | DEFAULT_wxUSE_SLIDER=yes | |
7261 | DEFAULT_wxUSE_SPINBTN=yes | |
7262 | DEFAULT_wxUSE_SPINCTRL=yes | |
7263 | DEFAULT_wxUSE_SPLITTER=yes | |
7264 | DEFAULT_wxUSE_STATBMP=yes | |
7265 | DEFAULT_wxUSE_STATBOX=yes | |
7266 | DEFAULT_wxUSE_STATLINE=yes | |
7267 | DEFAULT_wxUSE_STATUSBAR=yes | |
7268 | DEFAULT_wxUSE_TAB_DIALOG=yes | |
7269 | DEFAULT_wxUSE_TOGGLEBTN=yes | |
7270 | DEFAULT_wxUSE_TOOLBAR=yes | |
7271 | DEFAULT_wxUSE_TOOLBAR_NATIVE=yes | |
7272 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=yes | |
7273 | DEFAULT_wxUSE_TOOLTIPS=yes | |
7274 | DEFAULT_wxUSE_TREECTRL=yes | |
7275 | DEFAULT_wxUSE_POPUPWIN=yes | |
7276 | DEFAULT_wxUSE_TIPWINDOW=yes | |
7277 | elif test "$wxUSE_CONTROLS" = "no"; then | |
7278 | DEFAULT_wxUSE_ACCEL=no | |
7279 | DEFAULT_wxUSE_BMPBUTTON=no | |
7280 | DEFAULT_wxUSE_BUTTON=no | |
7281 | DEFAULT_wxUSE_CALCTRL=no | |
7282 | DEFAULT_wxUSE_CARET=no | |
7283 | DEFAULT_wxUSE_COMBOBOX=no | |
7284 | DEFAULT_wxUSE_CHECKBOX=no | |
7285 | DEFAULT_wxUSE_CHECKLISTBOX=no | |
7286 | DEFAULT_wxUSE_CHOICE=no | |
92bbdbcd | 7287 | DEFAULT_wxUSE_CHOICEBOOK=no |
da98e9be | 7288 | DEFAULT_wxUSE_DATEPICKCTRL=no |
a848cd7e SC |
7289 | DEFAULT_wxUSE_GAUGE=no |
7290 | DEFAULT_wxUSE_GRID=no | |
7291 | DEFAULT_wxUSE_IMAGLIST=no | |
7292 | DEFAULT_wxUSE_LISTBOOK=no | |
7293 | DEFAULT_wxUSE_LISTBOX=no | |
7294 | DEFAULT_wxUSE_LISTCTRL=no | |
7295 | DEFAULT_wxUSE_NOTEBOOK=no | |
7296 | DEFAULT_wxUSE_RADIOBOX=no | |
7297 | DEFAULT_wxUSE_RADIOBTN=no | |
7298 | DEFAULT_wxUSE_SASH=no | |
7299 | DEFAULT_wxUSE_SCROLLBAR=no | |
7300 | DEFAULT_wxUSE_SLIDER=no | |
7301 | DEFAULT_wxUSE_SPINBTN=no | |
7302 | DEFAULT_wxUSE_SPINCTRL=no | |
7303 | DEFAULT_wxUSE_SPLITTER=no | |
7304 | DEFAULT_wxUSE_STATBMP=no | |
7305 | DEFAULT_wxUSE_STATBOX=no | |
7306 | DEFAULT_wxUSE_STATLINE=no | |
7307 | DEFAULT_wxUSE_STATUSBAR=no | |
7308 | DEFAULT_wxUSE_TAB_DIALOG=no | |
7309 | DEFAULT_wxUSE_TOGGLEBTN=no | |
7310 | DEFAULT_wxUSE_TOOLBAR=no | |
7311 | DEFAULT_wxUSE_TOOLBAR_NATIVE=no | |
7312 | DEFAULT_wxUSE_TOOLBAR_SIMPLE=no | |
7313 | DEFAULT_wxUSE_TOOLTIPS=no | |
7314 | DEFAULT_wxUSE_TREECTRL=no | |
7315 | DEFAULT_wxUSE_POPUPWIN=no | |
7316 | DEFAULT_wxUSE_TIPWINDOW=no | |
7317 | fi | |
7318 | ||
a848cd7e SC |
7319 | |
7320 | enablestring= | |
7321 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5 | |
7322 | echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6 | |
7323 | no_cache=0 | |
7324 | # Check whether --enable-accel or --disable-accel was given. | |
7325 | if test "${enable_accel+set}" = set; then | |
7326 | enableval="$enable_accel" | |
7327 | ||
7328 | if test "$enableval" = yes; then | |
7329 | ac_cv_use_accel='wxUSE_ACCEL=yes' | |
7330 | else | |
7331 | ac_cv_use_accel='wxUSE_ACCEL=no' | |
7332 | fi | |
7333 | ||
7334 | else | |
7335 | ||
7336 | LINE=`grep "wxUSE_ACCEL" ${wx_arg_cache_file}` | |
7337 | if test "x$LINE" != x ; then | |
7338 | eval "DEFAULT_$LINE" | |
7339 | else | |
7340 | no_cache=1 | |
7341 | fi | |
7342 | ||
7343 | ac_cv_use_accel='wxUSE_ACCEL='$DEFAULT_wxUSE_ACCEL | |
7344 | ||
7345 | fi; | |
7346 | ||
7347 | eval "$ac_cv_use_accel" | |
7348 | if test "$no_cache" != 1; then | |
7349 | echo $ac_cv_use_accel >> ${wx_arg_cache_file}.tmp | |
7350 | fi | |
7351 | ||
7352 | if test "$wxUSE_ACCEL" = yes; then | |
7353 | echo "$as_me:$LINENO: result: yes" >&5 | |
7354 | echo "${ECHO_T}yes" >&6 | |
7355 | else | |
7356 | echo "$as_me:$LINENO: result: no" >&5 | |
7357 | echo "${ECHO_T}no" >&6 | |
7358 | fi | |
7359 | ||
7360 | ||
7361 | enablestring= | |
7362 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5 | |
7363 | echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6 | |
7364 | no_cache=0 | |
7365 | # Check whether --enable-button or --disable-button was given. | |
7366 | if test "${enable_button+set}" = set; then | |
7367 | enableval="$enable_button" | |
7368 | ||
7369 | if test "$enableval" = yes; then | |
7370 | ac_cv_use_button='wxUSE_BUTTON=yes' | |
7371 | else | |
7372 | ac_cv_use_button='wxUSE_BUTTON=no' | |
7373 | fi | |
7374 | ||
7375 | else | |
7376 | ||
7377 | LINE=`grep "wxUSE_BUTTON" ${wx_arg_cache_file}` | |
7378 | if test "x$LINE" != x ; then | |
7379 | eval "DEFAULT_$LINE" | |
7380 | else | |
7381 | no_cache=1 | |
7382 | fi | |
7383 | ||
7384 | ac_cv_use_button='wxUSE_BUTTON='$DEFAULT_wxUSE_BUTTON | |
7385 | ||
7386 | fi; | |
7387 | ||
7388 | eval "$ac_cv_use_button" | |
7389 | if test "$no_cache" != 1; then | |
7390 | echo $ac_cv_use_button >> ${wx_arg_cache_file}.tmp | |
7391 | fi | |
7392 | ||
7393 | if test "$wxUSE_BUTTON" = yes; then | |
7394 | echo "$as_me:$LINENO: result: yes" >&5 | |
7395 | echo "${ECHO_T}yes" >&6 | |
7396 | else | |
7397 | echo "$as_me:$LINENO: result: no" >&5 | |
7398 | echo "${ECHO_T}no" >&6 | |
7399 | fi | |
7400 | ||
7401 | ||
7402 | enablestring= | |
7403 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5 | |
7404 | echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6 | |
7405 | no_cache=0 | |
7406 | # Check whether --enable-bmpbutton or --disable-bmpbutton was given. | |
7407 | if test "${enable_bmpbutton+set}" = set; then | |
7408 | enableval="$enable_bmpbutton" | |
7409 | ||
7410 | if test "$enableval" = yes; then | |
7411 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes' | |
7412 | else | |
7413 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON=no' | |
7414 | fi | |
7415 | ||
7416 | else | |
7417 | ||
7418 | LINE=`grep "wxUSE_BMPBUTTON" ${wx_arg_cache_file}` | |
7419 | if test "x$LINE" != x ; then | |
7420 | eval "DEFAULT_$LINE" | |
7421 | else | |
7422 | no_cache=1 | |
7423 | fi | |
7424 | ||
7425 | ac_cv_use_bmpbutton='wxUSE_BMPBUTTON='$DEFAULT_wxUSE_BMPBUTTON | |
7426 | ||
7427 | fi; | |
7428 | ||
7429 | eval "$ac_cv_use_bmpbutton" | |
7430 | if test "$no_cache" != 1; then | |
7431 | echo $ac_cv_use_bmpbutton >> ${wx_arg_cache_file}.tmp | |
7432 | fi | |
7433 | ||
7434 | if test "$wxUSE_BMPBUTTON" = yes; then | |
7435 | echo "$as_me:$LINENO: result: yes" >&5 | |
7436 | echo "${ECHO_T}yes" >&6 | |
7437 | else | |
7438 | echo "$as_me:$LINENO: result: no" >&5 | |
7439 | echo "${ECHO_T}no" >&6 | |
7440 | fi | |
7441 | ||
7442 | ||
7443 | enablestring= | |
7444 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5 | |
7445 | echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6 | |
7446 | no_cache=0 | |
7447 | # Check whether --enable-calendar or --disable-calendar was given. | |
7448 | if test "${enable_calendar+set}" = set; then | |
7449 | enableval="$enable_calendar" | |
7450 | ||
7451 | if test "$enableval" = yes; then | |
7452 | ac_cv_use_calendar='wxUSE_CALCTRL=yes' | |
7453 | else | |
7454 | ac_cv_use_calendar='wxUSE_CALCTRL=no' | |
7455 | fi | |
7456 | ||
7457 | else | |
7458 | ||
7459 | LINE=`grep "wxUSE_CALCTRL" ${wx_arg_cache_file}` | |
7460 | if test "x$LINE" != x ; then | |
7461 | eval "DEFAULT_$LINE" | |
7462 | else | |
7463 | no_cache=1 | |
7464 | fi | |
7465 | ||
7466 | ac_cv_use_calendar='wxUSE_CALCTRL='$DEFAULT_wxUSE_CALCTRL | |
7467 | ||
7468 | fi; | |
7469 | ||
7470 | eval "$ac_cv_use_calendar" | |
7471 | if test "$no_cache" != 1; then | |
7472 | echo $ac_cv_use_calendar >> ${wx_arg_cache_file}.tmp | |
7473 | fi | |
7474 | ||
7475 | if test "$wxUSE_CALCTRL" = yes; then | |
7476 | echo "$as_me:$LINENO: result: yes" >&5 | |
7477 | echo "${ECHO_T}yes" >&6 | |
7478 | else | |
7479 | echo "$as_me:$LINENO: result: no" >&5 | |
7480 | echo "${ECHO_T}no" >&6 | |
7481 | fi | |
7482 | ||
7483 | ||
7484 | enablestring= | |
7485 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5 | |
7486 | echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6 | |
7487 | no_cache=0 | |
7488 | # Check whether --enable-caret or --disable-caret was given. | |
7489 | if test "${enable_caret+set}" = set; then | |
7490 | enableval="$enable_caret" | |
7491 | ||
7492 | if test "$enableval" = yes; then | |
7493 | ac_cv_use_caret='wxUSE_CARET=yes' | |
7494 | else | |
7495 | ac_cv_use_caret='wxUSE_CARET=no' | |
7496 | fi | |
7497 | ||
7498 | else | |
7499 | ||
7500 | LINE=`grep "wxUSE_CARET" ${wx_arg_cache_file}` | |
7501 | if test "x$LINE" != x ; then | |
7502 | eval "DEFAULT_$LINE" | |
7503 | else | |
7504 | no_cache=1 | |
7505 | fi | |
7506 | ||
7507 | ac_cv_use_caret='wxUSE_CARET='$DEFAULT_wxUSE_CARET | |
7508 | ||
7509 | fi; | |
7510 | ||
7511 | eval "$ac_cv_use_caret" | |
7512 | if test "$no_cache" != 1; then | |
7513 | echo $ac_cv_use_caret >> ${wx_arg_cache_file}.tmp | |
7514 | fi | |
7515 | ||
7516 | if test "$wxUSE_CARET" = yes; then | |
7517 | echo "$as_me:$LINENO: result: yes" >&5 | |
7518 | echo "${ECHO_T}yes" >&6 | |
7519 | else | |
7520 | echo "$as_me:$LINENO: result: no" >&5 | |
7521 | echo "${ECHO_T}no" >&6 | |
7522 | fi | |
7523 | ||
7524 | ||
7525 | enablestring= | |
7526 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5 | |
7527 | echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6 | |
7528 | no_cache=0 | |
7529 | # Check whether --enable-checkbox or --disable-checkbox was given. | |
7530 | if test "${enable_checkbox+set}" = set; then | |
7531 | enableval="$enable_checkbox" | |
7532 | ||
7533 | if test "$enableval" = yes; then | |
7534 | ac_cv_use_checkbox='wxUSE_CHECKBOX=yes' | |
7535 | else | |
7536 | ac_cv_use_checkbox='wxUSE_CHECKBOX=no' | |
7537 | fi | |
7538 | ||
7539 | else | |
7540 | ||
7541 | LINE=`grep "wxUSE_CHECKBOX" ${wx_arg_cache_file}` | |
7542 | if test "x$LINE" != x ; then | |
7543 | eval "DEFAULT_$LINE" | |
7544 | else | |
7545 | no_cache=1 | |
7546 | fi | |
7547 | ||
7548 | ac_cv_use_checkbox='wxUSE_CHECKBOX='$DEFAULT_wxUSE_CHECKBOX | |
7549 | ||
7550 | fi; | |
7551 | ||
7552 | eval "$ac_cv_use_checkbox" | |
7553 | if test "$no_cache" != 1; then | |
7554 | echo $ac_cv_use_checkbox >> ${wx_arg_cache_file}.tmp | |
7555 | fi | |
7556 | ||
7557 | if test "$wxUSE_CHECKBOX" = yes; then | |
7558 | echo "$as_me:$LINENO: result: yes" >&5 | |
7559 | echo "${ECHO_T}yes" >&6 | |
7560 | else | |
7561 | echo "$as_me:$LINENO: result: no" >&5 | |
7562 | echo "${ECHO_T}no" >&6 | |
7563 | fi | |
7564 | ||
7565 | ||
7566 | enablestring= | |
7567 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5 | |
7568 | echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6 | |
7569 | no_cache=0 | |
7570 | # Check whether --enable-checklst or --disable-checklst was given. | |
7571 | if test "${enable_checklst+set}" = set; then | |
7572 | enableval="$enable_checklst" | |
7573 | ||
7574 | if test "$enableval" = yes; then | |
7575 | ac_cv_use_checklst='wxUSE_CHECKLST=yes' | |
7576 | else | |
7577 | ac_cv_use_checklst='wxUSE_CHECKLST=no' | |
7578 | fi | |
7579 | ||
7580 | else | |
7581 | ||
7582 | LINE=`grep "wxUSE_CHECKLST" ${wx_arg_cache_file}` | |
7583 | if test "x$LINE" != x ; then | |
7584 | eval "DEFAULT_$LINE" | |
7585 | else | |
7586 | no_cache=1 | |
7587 | fi | |
7588 | ||
7589 | ac_cv_use_checklst='wxUSE_CHECKLST='$DEFAULT_wxUSE_CHECKLST | |
7590 | ||
7591 | fi; | |
7592 | ||
7593 | eval "$ac_cv_use_checklst" | |
7594 | if test "$no_cache" != 1; then | |
7595 | echo $ac_cv_use_checklst >> ${wx_arg_cache_file}.tmp | |
7596 | fi | |
7597 | ||
7598 | if test "$wxUSE_CHECKLST" = yes; then | |
7599 | echo "$as_me:$LINENO: result: yes" >&5 | |
7600 | echo "${ECHO_T}yes" >&6 | |
7601 | else | |
7602 | echo "$as_me:$LINENO: result: no" >&5 | |
7603 | echo "${ECHO_T}no" >&6 | |
7604 | fi | |
7605 | ||
7606 | ||
7607 | enablestring= | |
7608 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5 | |
7609 | echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6 | |
7610 | no_cache=0 | |
7611 | # Check whether --enable-choice or --disable-choice was given. | |
7612 | if test "${enable_choice+set}" = set; then | |
7613 | enableval="$enable_choice" | |
7614 | ||
7615 | if test "$enableval" = yes; then | |
7616 | ac_cv_use_choice='wxUSE_CHOICE=yes' | |
7617 | else | |
7618 | ac_cv_use_choice='wxUSE_CHOICE=no' | |
7619 | fi | |
7620 | ||
7621 | else | |
7622 | ||
7623 | LINE=`grep "wxUSE_CHOICE" ${wx_arg_cache_file}` | |
7624 | if test "x$LINE" != x ; then | |
7625 | eval "DEFAULT_$LINE" | |
7626 | else | |
7627 | no_cache=1 | |
7628 | fi | |
7629 | ||
7630 | ac_cv_use_choice='wxUSE_CHOICE='$DEFAULT_wxUSE_CHOICE | |
7631 | ||
7632 | fi; | |
7633 | ||
7634 | eval "$ac_cv_use_choice" | |
7635 | if test "$no_cache" != 1; then | |
7636 | echo $ac_cv_use_choice >> ${wx_arg_cache_file}.tmp | |
7637 | fi | |
7638 | ||
7639 | if test "$wxUSE_CHOICE" = yes; then | |
7640 | echo "$as_me:$LINENO: result: yes" >&5 | |
7641 | echo "${ECHO_T}yes" >&6 | |
7642 | else | |
7643 | echo "$as_me:$LINENO: result: no" >&5 | |
7644 | echo "${ECHO_T}no" >&6 | |
7645 | fi | |
7646 | ||
7647 | ||
92bbdbcd WS |
7648 | enablestring= |
7649 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5 | |
7650 | echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6 | |
7651 | no_cache=0 | |
7652 | # Check whether --enable-choicebook or --disable-choicebook was given. | |
7653 | if test "${enable_choicebook+set}" = set; then | |
7654 | enableval="$enable_choicebook" | |
7655 | ||
7656 | if test "$enableval" = yes; then | |
7657 | ac_cv_use_choicebook='wxUSE_CHOICEBOOK=yes' | |
7658 | else | |
7659 | ac_cv_use_choicebook='wxUSE_CHOICEBOOK=no' | |
7660 | fi | |
7661 | ||
7662 | else | |
7663 | ||
7664 | LINE=`grep "wxUSE_CHOICEBOOK" ${wx_arg_cache_file}` | |
7665 | if test "x$LINE" != x ; then | |
7666 | eval "DEFAULT_$LINE" | |
7667 | else | |
7668 | no_cache=1 | |
7669 | fi | |
7670 | ||
7671 | ac_cv_use_choicebook='wxUSE_CHOICEBOOK='$DEFAULT_wxUSE_CHOICEBOOK | |
7672 | ||
7673 | fi; | |
7674 | ||
7675 | eval "$ac_cv_use_choicebook" | |
7676 | if test "$no_cache" != 1; then | |
7677 | echo $ac_cv_use_choicebook >> ${wx_arg_cache_file}.tmp | |
7678 | fi | |
7679 | ||
7680 | if test "$wxUSE_CHOICEBOOK" = yes; then | |
7681 | echo "$as_me:$LINENO: result: yes" >&5 | |
7682 | echo "${ECHO_T}yes" >&6 | |
7683 | else | |
7684 | echo "$as_me:$LINENO: result: no" >&5 | |
7685 | echo "${ECHO_T}no" >&6 | |
7686 | fi | |
7687 | ||
7688 | ||
a848cd7e SC |
7689 | enablestring= |
7690 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5 | |
7691 | echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6 | |
7692 | no_cache=0 | |
7693 | # Check whether --enable-combobox or --disable-combobox was given. | |
7694 | if test "${enable_combobox+set}" = set; then | |
7695 | enableval="$enable_combobox" | |
7696 | ||
7697 | if test "$enableval" = yes; then | |
7698 | ac_cv_use_combobox='wxUSE_COMBOBOX=yes' | |
7699 | else | |
7700 | ac_cv_use_combobox='wxUSE_COMBOBOX=no' | |
7701 | fi | |
7702 | ||
7703 | else | |
7704 | ||
7705 | LINE=`grep "wxUSE_COMBOBOX" ${wx_arg_cache_file}` | |
7706 | if test "x$LINE" != x ; then | |
7707 | eval "DEFAULT_$LINE" | |
7708 | else | |
7709 | no_cache=1 | |
7710 | fi | |
7711 | ||
7712 | ac_cv_use_combobox='wxUSE_COMBOBOX='$DEFAULT_wxUSE_COMBOBOX | |
7713 | ||
7714 | fi; | |
7715 | ||
7716 | eval "$ac_cv_use_combobox" | |
7717 | if test "$no_cache" != 1; then | |
7718 | echo $ac_cv_use_combobox >> ${wx_arg_cache_file}.tmp | |
7719 | fi | |
7720 | ||
7721 | if test "$wxUSE_COMBOBOX" = yes; then | |
7722 | echo "$as_me:$LINENO: result: yes" >&5 | |
7723 | echo "${ECHO_T}yes" >&6 | |
7724 | else | |
7725 | echo "$as_me:$LINENO: result: no" >&5 | |
7726 | echo "${ECHO_T}no" >&6 | |
7727 | fi | |
7728 | ||
7729 | ||
da98e9be VZ |
7730 | enablestring= |
7731 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5 | |
7732 | echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6 | |
7733 | no_cache=0 | |
7734 | # Check whether --enable-datepick or --disable-datepick was given. | |
7735 | if test "${enable_datepick+set}" = set; then | |
7736 | enableval="$enable_datepick" | |
7737 | ||
7738 | if test "$enableval" = yes; then | |
7739 | ac_cv_use_datepick='wxUSE_DATEPICKCTRL=yes' | |
7740 | else | |
7741 | ac_cv_use_datepick='wxUSE_DATEPICKCTRL=no' | |
7742 | fi | |
7743 | ||
7744 | else | |
7745 | ||
7746 | LINE=`grep "wxUSE_DATEPICKCTRL" ${wx_arg_cache_file}` | |
7747 | if test "x$LINE" != x ; then | |
7748 | eval "DEFAULT_$LINE" | |
7749 | else | |
7750 | no_cache=1 | |
7751 | fi | |
7752 | ||
7753 | ac_cv_use_datepick='wxUSE_DATEPICKCTRL='$DEFAULT_wxUSE_DATEPICKCTRL | |
7754 | ||
7755 | fi; | |
7756 | ||
7757 | eval "$ac_cv_use_datepick" | |
7758 | if test "$no_cache" != 1; then | |
7759 | echo $ac_cv_use_datepick >> ${wx_arg_cache_file}.tmp | |
7760 | fi | |
7761 | ||
7762 | if test "$wxUSE_DATEPICKCTRL" = yes; then | |
7763 | echo "$as_me:$LINENO: result: yes" >&5 | |
7764 | echo "${ECHO_T}yes" >&6 | |
7765 | else | |
7766 | echo "$as_me:$LINENO: result: no" >&5 | |
7767 | echo "${ECHO_T}no" >&6 | |
7768 | fi | |
7769 | ||
7770 | ||
a848cd7e SC |
7771 | enablestring= |
7772 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5 | |
7773 | echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6 | |
7774 | no_cache=0 | |
7775 | # Check whether --enable-display or --disable-display was given. | |
7776 | if test "${enable_display+set}" = set; then | |
7777 | enableval="$enable_display" | |
7778 | ||
7779 | if test "$enableval" = yes; then | |
7780 | ac_cv_use_display='wxUSE_DISPLAY=yes' | |
7781 | else | |
7782 | ac_cv_use_display='wxUSE_DISPLAY=no' | |
7783 | fi | |
7784 | ||
7785 | else | |
7786 | ||
7787 | LINE=`grep "wxUSE_DISPLAY" ${wx_arg_cache_file}` | |
7788 | if test "x$LINE" != x ; then | |
7789 | eval "DEFAULT_$LINE" | |
7790 | else | |
7791 | no_cache=1 | |
7792 | fi | |
7793 | ||
7794 | ac_cv_use_display='wxUSE_DISPLAY='$DEFAULT_wxUSE_DISPLAY | |
7795 | ||
7796 | fi; | |
7797 | ||
7798 | eval "$ac_cv_use_display" | |
7799 | if test "$no_cache" != 1; then | |
7800 | echo $ac_cv_use_display >> ${wx_arg_cache_file}.tmp | |
7801 | fi | |
7802 | ||
7803 | if test "$wxUSE_DISPLAY" = yes; then | |
7804 | echo "$as_me:$LINENO: result: yes" >&5 | |
7805 | echo "${ECHO_T}yes" >&6 | |
7806 | else | |
7807 | echo "$as_me:$LINENO: result: no" >&5 | |
7808 | echo "${ECHO_T}no" >&6 | |
7809 | fi | |
7810 | ||
7811 | ||
7812 | enablestring= | |
7813 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5 | |
7814 | echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6 | |
7815 | no_cache=0 | |
7816 | # Check whether --enable-gauge or --disable-gauge was given. | |
7817 | if test "${enable_gauge+set}" = set; then | |
7818 | enableval="$enable_gauge" | |
7819 | ||
7820 | if test "$enableval" = yes; then | |
7821 | ac_cv_use_gauge='wxUSE_GAUGE=yes' | |
7822 | else | |
7823 | ac_cv_use_gauge='wxUSE_GAUGE=no' | |
7824 | fi | |
7825 | ||
7826 | else | |
7827 | ||
7828 | LINE=`grep "wxUSE_GAUGE" ${wx_arg_cache_file}` | |
7829 | if test "x$LINE" != x ; then | |
7830 | eval "DEFAULT_$LINE" | |
7831 | else | |
7832 | no_cache=1 | |
7833 | fi | |
7834 | ||
7835 | ac_cv_use_gauge='wxUSE_GAUGE='$DEFAULT_wxUSE_GAUGE | |
7836 | ||
7837 | fi; | |
7838 | ||
7839 | eval "$ac_cv_use_gauge" | |
7840 | if test "$no_cache" != 1; then | |
7841 | echo $ac_cv_use_gauge >> ${wx_arg_cache_file}.tmp | |
7842 | fi | |
7843 | ||
7844 | if test "$wxUSE_GAUGE" = yes; then | |
7845 | echo "$as_me:$LINENO: result: yes" >&5 | |
7846 | echo "${ECHO_T}yes" >&6 | |
7847 | else | |
7848 | echo "$as_me:$LINENO: result: no" >&5 | |
7849 | echo "${ECHO_T}no" >&6 | |
7850 | fi | |
7851 | ||
7852 | ||
7853 | enablestring= | |
7854 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5 | |
7855 | echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6 | |
7856 | no_cache=0 | |
7857 | # Check whether --enable-grid or --disable-grid was given. | |
7858 | if test "${enable_grid+set}" = set; then | |
7859 | enableval="$enable_grid" | |
7860 | ||
7861 | if test "$enableval" = yes; then | |
7862 | ac_cv_use_grid='wxUSE_GRID=yes' | |
7863 | else | |
7864 | ac_cv_use_grid='wxUSE_GRID=no' | |
7865 | fi | |
7866 | ||
7867 | else | |
7868 | ||
7869 | LINE=`grep "wxUSE_GRID" ${wx_arg_cache_file}` | |
7870 | if test "x$LINE" != x ; then | |
7871 | eval "DEFAULT_$LINE" | |
7872 | else | |
7873 | no_cache=1 | |
7874 | fi | |
7875 | ||
7876 | ac_cv_use_grid='wxUSE_GRID='$DEFAULT_wxUSE_GRID | |
7877 | ||
7878 | fi; | |
7879 | ||
7880 | eval "$ac_cv_use_grid" | |
7881 | if test "$no_cache" != 1; then | |
7882 | echo $ac_cv_use_grid >> ${wx_arg_cache_file}.tmp | |
7883 | fi | |
7884 | ||
7885 | if test "$wxUSE_GRID" = yes; then | |
7886 | echo "$as_me:$LINENO: result: yes" >&5 | |
7887 | echo "${ECHO_T}yes" >&6 | |
7888 | else | |
7889 | echo "$as_me:$LINENO: result: no" >&5 | |
7890 | echo "${ECHO_T}no" >&6 | |
7891 | fi | |
7892 | ||
7893 | ||
7894 | enablestring= | |
7895 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5 | |
7896 | echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6 | |
7897 | no_cache=0 | |
7898 | # Check whether --enable-imaglist or --disable-imaglist was given. | |
7899 | if test "${enable_imaglist+set}" = set; then | |
7900 | enableval="$enable_imaglist" | |
7901 | ||
7902 | if test "$enableval" = yes; then | |
7903 | ac_cv_use_imaglist='wxUSE_IMAGLIST=yes' | |
7904 | else | |
7905 | ac_cv_use_imaglist='wxUSE_IMAGLIST=no' | |
7906 | fi | |
7907 | ||
7908 | else | |
7909 | ||
7910 | LINE=`grep "wxUSE_IMAGLIST" ${wx_arg_cache_file}` | |
7911 | if test "x$LINE" != x ; then | |
7912 | eval "DEFAULT_$LINE" | |
7913 | else | |
7914 | no_cache=1 | |
7915 | fi | |
7916 | ||
7917 | ac_cv_use_imaglist='wxUSE_IMAGLIST='$DEFAULT_wxUSE_IMAGLIST | |
7918 | ||
7919 | fi; | |
7920 | ||
7921 | eval "$ac_cv_use_imaglist" | |
7922 | if test "$no_cache" != 1; then | |
7923 | echo $ac_cv_use_imaglist >> ${wx_arg_cache_file}.tmp | |
7924 | fi | |
7925 | ||
7926 | if test "$wxUSE_IMAGLIST" = yes; then | |
7927 | echo "$as_me:$LINENO: result: yes" >&5 | |
7928 | echo "${ECHO_T}yes" >&6 | |
7929 | else | |
7930 | echo "$as_me:$LINENO: result: no" >&5 | |
7931 | echo "${ECHO_T}no" >&6 | |
7932 | fi | |
7933 | ||
7934 | ||
7935 | enablestring= | |
7936 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5 | |
7937 | echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6 | |
7938 | no_cache=0 | |
7939 | # Check whether --enable-listbook or --disable-listbook was given. | |
7940 | if test "${enable_listbook+set}" = set; then | |
7941 | enableval="$enable_listbook" | |
7942 | ||
7943 | if test "$enableval" = yes; then | |
7944 | ac_cv_use_listbook='wxUSE_LISTBOOK=yes' | |
7945 | else | |
7946 | ac_cv_use_listbook='wxUSE_LISTBOOK=no' | |
7947 | fi | |
7948 | ||
7949 | else | |
7950 | ||
7951 | LINE=`grep "wxUSE_LISTBOOK" ${wx_arg_cache_file}` | |
7952 | if test "x$LINE" != x ; then | |
7953 | eval "DEFAULT_$LINE" | |
7954 | else | |
7955 | no_cache=1 | |
7956 | fi | |
7957 | ||
7958 | ac_cv_use_listbook='wxUSE_LISTBOOK='$DEFAULT_wxUSE_LISTBOOK | |
7959 | ||
7960 | fi; | |
7961 | ||
7962 | eval "$ac_cv_use_listbook" | |
7963 | if test "$no_cache" != 1; then | |
7964 | echo $ac_cv_use_listbook >> ${wx_arg_cache_file}.tmp | |
7965 | fi | |
7966 | ||
7967 | if test "$wxUSE_LISTBOOK" = yes; then | |
7968 | echo "$as_me:$LINENO: result: yes" >&5 | |
7969 | echo "${ECHO_T}yes" >&6 | |
7970 | else | |
7971 | echo "$as_me:$LINENO: result: no" >&5 | |
7972 | echo "${ECHO_T}no" >&6 | |
7973 | fi | |
7974 | ||
7975 | ||
7976 | enablestring= | |
7977 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5 | |
7978 | echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6 | |
7979 | no_cache=0 | |
7980 | # Check whether --enable-listbox or --disable-listbox was given. | |
7981 | if test "${enable_listbox+set}" = set; then | |
7982 | enableval="$enable_listbox" | |
7983 | ||
7984 | if test "$enableval" = yes; then | |
7985 | ac_cv_use_listbox='wxUSE_LISTBOX=yes' | |
7986 | else | |
7987 | ac_cv_use_listbox='wxUSE_LISTBOX=no' | |
7988 | fi | |
7989 | ||
7990 | else | |
7991 | ||
7992 | LINE=`grep "wxUSE_LISTBOX" ${wx_arg_cache_file}` | |
7993 | if test "x$LINE" != x ; then | |
7994 | eval "DEFAULT_$LINE" | |
7995 | else | |
7996 | no_cache=1 | |
7997 | fi | |
7998 | ||
7999 | ac_cv_use_listbox='wxUSE_LISTBOX='$DEFAULT_wxUSE_LISTBOX | |
8000 | ||
8001 | fi; | |
8002 | ||
8003 | eval "$ac_cv_use_listbox" | |
8004 | if test "$no_cache" != 1; then | |
8005 | echo $ac_cv_use_listbox >> ${wx_arg_cache_file}.tmp | |
8006 | fi | |
8007 | ||
8008 | if test "$wxUSE_LISTBOX" = yes; then | |
8009 | echo "$as_me:$LINENO: result: yes" >&5 | |
8010 | echo "${ECHO_T}yes" >&6 | |
8011 | else | |
8012 | echo "$as_me:$LINENO: result: no" >&5 | |
8013 | echo "${ECHO_T}no" >&6 | |
8014 | fi | |
8015 | ||
8016 | ||
8017 | enablestring= | |
8018 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5 | |
8019 | echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6 | |
8020 | no_cache=0 | |
8021 | # Check whether --enable-listctrl or --disable-listctrl was given. | |
8022 | if test "${enable_listctrl+set}" = set; then | |
8023 | enableval="$enable_listctrl" | |
8024 | ||
8025 | if test "$enableval" = yes; then | |
8026 | ac_cv_use_listctrl='wxUSE_LISTCTRL=yes' | |
8027 | else | |
8028 | ac_cv_use_listctrl='wxUSE_LISTCTRL=no' | |
8029 | fi | |
8030 | ||
8031 | else | |
8032 | ||
8033 | LINE=`grep "wxUSE_LISTCTRL" ${wx_arg_cache_file}` | |
8034 | if test "x$LINE" != x ; then | |
8035 | eval "DEFAULT_$LINE" | |
8036 | else | |
8037 | no_cache=1 | |
8038 | fi | |
8039 | ||
8040 | ac_cv_use_listctrl='wxUSE_LISTCTRL='$DEFAULT_wxUSE_LISTCTRL | |
8041 | ||
8042 | fi; | |
8043 | ||
8044 | eval "$ac_cv_use_listctrl" | |
8045 | if test "$no_cache" != 1; then | |
8046 | echo $ac_cv_use_listctrl >> ${wx_arg_cache_file}.tmp | |
8047 | fi | |
8048 | ||
8049 | if test "$wxUSE_LISTCTRL" = yes; then | |
8050 | echo "$as_me:$LINENO: result: yes" >&5 | |
8051 | echo "${ECHO_T}yes" >&6 | |
8052 | else | |
8053 | echo "$as_me:$LINENO: result: no" >&5 | |
8054 | echo "${ECHO_T}no" >&6 | |
8055 | fi | |
8056 | ||
8057 | ||
8058 | enablestring= | |
8059 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5 | |
8060 | echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6 | |
8061 | no_cache=0 | |
8062 | # Check whether --enable-notebook or --disable-notebook was given. | |
8063 | if test "${enable_notebook+set}" = set; then | |
8064 | enableval="$enable_notebook" | |
8065 | ||
8066 | if test "$enableval" = yes; then | |
8067 | ac_cv_use_notebook='wxUSE_NOTEBOOK=yes' | |
8068 | else | |
8069 | ac_cv_use_notebook='wxUSE_NOTEBOOK=no' | |
8070 | fi | |
8071 | ||
8072 | else | |
8073 | ||
8074 | LINE=`grep "wxUSE_NOTEBOOK" ${wx_arg_cache_file}` | |
8075 | if test "x$LINE" != x ; then | |
8076 | eval "DEFAULT_$LINE" | |
8077 | else | |
8078 | no_cache=1 | |
8079 | fi | |
8080 | ||
8081 | ac_cv_use_notebook='wxUSE_NOTEBOOK='$DEFAULT_wxUSE_NOTEBOOK | |
8082 | ||
8083 | fi; | |
8084 | ||
8085 | eval "$ac_cv_use_notebook" | |
8086 | if test "$no_cache" != 1; then | |
8087 | echo $ac_cv_use_notebook >> ${wx_arg_cache_file}.tmp | |
8088 | fi | |
8089 | ||
8090 | if test "$wxUSE_NOTEBOOK" = yes; then | |
8091 | echo "$as_me:$LINENO: result: yes" >&5 | |
8092 | echo "${ECHO_T}yes" >&6 | |
8093 | else | |
8094 | echo "$as_me:$LINENO: result: no" >&5 | |
8095 | echo "${ECHO_T}no" >&6 | |
8096 | fi | |
8097 | ||
8098 | ||
8099 | enablestring= | |
8100 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5 | |
8101 | echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6 | |
8102 | no_cache=0 | |
8103 | # Check whether --enable-radiobox or --disable-radiobox was given. | |
8104 | if test "${enable_radiobox+set}" = set; then | |
8105 | enableval="$enable_radiobox" | |
8106 | ||
8107 | if test "$enableval" = yes; then | |
8108 | ac_cv_use_radiobox='wxUSE_RADIOBOX=yes' | |
8109 | else | |
8110 | ac_cv_use_radiobox='wxUSE_RADIOBOX=no' | |
8111 | fi | |
8112 | ||
8113 | else | |
8114 | ||
8115 | LINE=`grep "wxUSE_RADIOBOX" ${wx_arg_cache_file}` | |
8116 | if test "x$LINE" != x ; then | |
8117 | eval "DEFAULT_$LINE" | |
8118 | else | |
8119 | no_cache=1 | |
8120 | fi | |
8121 | ||
8122 | ac_cv_use_radiobox='wxUSE_RADIOBOX='$DEFAULT_wxUSE_RADIOBOX | |
8123 | ||
8124 | fi; | |
8125 | ||
8126 | eval "$ac_cv_use_radiobox" | |
8127 | if test "$no_cache" != 1; then | |
8128 | echo $ac_cv_use_radiobox >> ${wx_arg_cache_file}.tmp | |
8129 | fi | |
8130 | ||
8131 | if test "$wxUSE_RADIOBOX" = yes; then | |
8132 | echo "$as_me:$LINENO: result: yes" >&5 | |
8133 | echo "${ECHO_T}yes" >&6 | |
8134 | else | |
8135 | echo "$as_me:$LINENO: result: no" >&5 | |
8136 | echo "${ECHO_T}no" >&6 | |
8137 | fi | |
8138 | ||
8139 | ||
8140 | enablestring= | |
8141 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5 | |
8142 | echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6 | |
8143 | no_cache=0 | |
8144 | # Check whether --enable-radiobtn or --disable-radiobtn was given. | |
8145 | if test "${enable_radiobtn+set}" = set; then | |
8146 | enableval="$enable_radiobtn" | |
8147 | ||
8148 | if test "$enableval" = yes; then | |
8149 | ac_cv_use_radiobtn='wxUSE_RADIOBTN=yes' | |
8150 | else | |
8151 | ac_cv_use_radiobtn='wxUSE_RADIOBTN=no' | |
8152 | fi | |
8153 | ||
8154 | else | |
8155 | ||
8156 | LINE=`grep "wxUSE_RADIOBTN" ${wx_arg_cache_file}` | |
8157 | if test "x$LINE" != x ; then | |
8158 | eval "DEFAULT_$LINE" | |
8159 | else | |
8160 | no_cache=1 | |
8161 | fi | |
8162 | ||
8163 | ac_cv_use_radiobtn='wxUSE_RADIOBTN='$DEFAULT_wxUSE_RADIOBTN | |
8164 | ||
8165 | fi; | |
8166 | ||
8167 | eval "$ac_cv_use_radiobtn" | |
8168 | if test "$no_cache" != 1; then | |
8169 | echo $ac_cv_use_radiobtn >> ${wx_arg_cache_file}.tmp | |
8170 | fi | |
8171 | ||
8172 | if test "$wxUSE_RADIOBTN" = yes; then | |
8173 | echo "$as_me:$LINENO: result: yes" >&5 | |
8174 | echo "${ECHO_T}yes" >&6 | |
8175 | else | |
8176 | echo "$as_me:$LINENO: result: no" >&5 | |
8177 | echo "${ECHO_T}no" >&6 | |
8178 | fi | |
8179 | ||
8180 | ||
8181 | enablestring= | |
8182 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5 | |
8183 | echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6 | |
8184 | no_cache=0 | |
8185 | # Check whether --enable-sash or --disable-sash was given. | |
8186 | if test "${enable_sash+set}" = set; then | |
8187 | enableval="$enable_sash" | |
8188 | ||
8189 | if test "$enableval" = yes; then | |
8190 | ac_cv_use_sash='wxUSE_SASH=yes' | |
8191 | else | |
8192 | ac_cv_use_sash='wxUSE_SASH=no' | |
8193 | fi | |
8194 | ||
8195 | else | |
8196 | ||
8197 | LINE=`grep "wxUSE_SASH" ${wx_arg_cache_file}` | |
8198 | if test "x$LINE" != x ; then | |
8199 | eval "DEFAULT_$LINE" | |
8200 | else | |
8201 | no_cache=1 | |
8202 | fi | |
8203 | ||
8204 | ac_cv_use_sash='wxUSE_SASH='$DEFAULT_wxUSE_SASH | |
8205 | ||
8206 | fi; | |
8207 | ||
8208 | eval "$ac_cv_use_sash" | |
8209 | if test "$no_cache" != 1; then | |
8210 | echo $ac_cv_use_sash >> ${wx_arg_cache_file}.tmp | |
8211 | fi | |
8212 | ||
8213 | if test "$wxUSE_SASH" = yes; then | |
8214 | echo "$as_me:$LINENO: result: yes" >&5 | |
8215 | echo "${ECHO_T}yes" >&6 | |
8216 | else | |
8217 | echo "$as_me:$LINENO: result: no" >&5 | |
8218 | echo "${ECHO_T}no" >&6 | |
8219 | fi | |
8220 | ||
8221 | ||
8222 | enablestring= | |
8223 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5 | |
8224 | echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6 | |
8225 | no_cache=0 | |
8226 | # Check whether --enable-scrollbar or --disable-scrollbar was given. | |
8227 | if test "${enable_scrollbar+set}" = set; then | |
8228 | enableval="$enable_scrollbar" | |
8229 | ||
8230 | if test "$enableval" = yes; then | |
8231 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR=yes' | |
8232 | else | |
8233 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR=no' | |
8234 | fi | |
8235 | ||
8236 | else | |
8237 | ||
8238 | LINE=`grep "wxUSE_SCROLLBAR" ${wx_arg_cache_file}` | |
8239 | if test "x$LINE" != x ; then | |
8240 | eval "DEFAULT_$LINE" | |
8241 | else | |
8242 | no_cache=1 | |
8243 | fi | |
8244 | ||
8245 | ac_cv_use_scrollbar='wxUSE_SCROLLBAR='$DEFAULT_wxUSE_SCROLLBAR | |
8246 | ||
8247 | fi; | |
8248 | ||
8249 | eval "$ac_cv_use_scrollbar" | |
8250 | if test "$no_cache" != 1; then | |
8251 | echo $ac_cv_use_scrollbar >> ${wx_arg_cache_file}.tmp | |
8252 | fi | |
8253 | ||
8254 | if test "$wxUSE_SCROLLBAR" = yes; then | |
8255 | echo "$as_me:$LINENO: result: yes" >&5 | |
8256 | echo "${ECHO_T}yes" >&6 | |
8257 | else | |
8258 | echo "$as_me:$LINENO: result: no" >&5 | |
8259 | echo "${ECHO_T}no" >&6 | |
8260 | fi | |
8261 | ||
8262 | ||
8263 | enablestring= | |
8264 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5 | |
8265 | echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6 | |
8266 | no_cache=0 | |
8267 | # Check whether --enable-slider or --disable-slider was given. | |
8268 | if test "${enable_slider+set}" = set; then | |
8269 | enableval="$enable_slider" | |
8270 | ||
8271 | if test "$enableval" = yes; then | |
8272 | ac_cv_use_slider='wxUSE_SLIDER=yes' | |
8273 | else | |
8274 | ac_cv_use_slider='wxUSE_SLIDER=no' | |
8275 | fi | |
8276 | ||
8277 | else | |
8278 | ||
8279 | LINE=`grep "wxUSE_SLIDER" ${wx_arg_cache_file}` | |
8280 | if test "x$LINE" != x ; then | |
8281 | eval "DEFAULT_$LINE" | |
8282 | else | |
8283 | no_cache=1 | |
8284 | fi | |
8285 | ||
8286 | ac_cv_use_slider='wxUSE_SLIDER='$DEFAULT_wxUSE_SLIDER | |
8287 | ||
8288 | fi; | |
8289 | ||
8290 | eval "$ac_cv_use_slider" | |
8291 | if test "$no_cache" != 1; then | |
8292 | echo $ac_cv_use_slider >> ${wx_arg_cache_file}.tmp | |
8293 | fi | |
8294 | ||
8295 | if test "$wxUSE_SLIDER" = yes; then | |
8296 | echo "$as_me:$LINENO: result: yes" >&5 | |
8297 | echo "${ECHO_T}yes" >&6 | |
8298 | else | |
8299 | echo "$as_me:$LINENO: result: no" >&5 | |
8300 | echo "${ECHO_T}no" >&6 | |
8301 | fi | |
8302 | ||
8303 | ||
8304 | enablestring= | |
8305 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5 | |
8306 | echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6 | |
8307 | no_cache=0 | |
8308 | # Check whether --enable-spinbtn or --disable-spinbtn was given. | |
8309 | if test "${enable_spinbtn+set}" = set; then | |
8310 | enableval="$enable_spinbtn" | |
8311 | ||
8312 | if test "$enableval" = yes; then | |
8313 | ac_cv_use_spinbtn='wxUSE_SPINBTN=yes' | |
8314 | else | |
8315 | ac_cv_use_spinbtn='wxUSE_SPINBTN=no' | |
8316 | fi | |
8317 | ||
8318 | else | |
8319 | ||
8320 | LINE=`grep "wxUSE_SPINBTN" ${wx_arg_cache_file}` | |
8321 | if test "x$LINE" != x ; then | |
8322 | eval "DEFAULT_$LINE" | |
8323 | else | |
8324 | no_cache=1 | |
8325 | fi | |
8326 | ||
8327 | ac_cv_use_spinbtn='wxUSE_SPINBTN='$DEFAULT_wxUSE_SPINBTN | |
8328 | ||
8329 | fi; | |
8330 | ||
8331 | eval "$ac_cv_use_spinbtn" | |
8332 | if test "$no_cache" != 1; then | |
8333 | echo $ac_cv_use_spinbtn >> ${wx_arg_cache_file}.tmp | |
8334 | fi | |
8335 | ||
8336 | if test "$wxUSE_SPINBTN" = yes; then | |
8337 | echo "$as_me:$LINENO: result: yes" >&5 | |
8338 | echo "${ECHO_T}yes" >&6 | |
8339 | else | |
8340 | echo "$as_me:$LINENO: result: no" >&5 | |
8341 | echo "${ECHO_T}no" >&6 | |
8342 | fi | |
8343 | ||
8344 | ||
8345 | enablestring= | |
8346 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5 | |
8347 | echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6 | |
8348 | no_cache=0 | |
8349 | # Check whether --enable-spinctrl or --disable-spinctrl was given. | |
8350 | if test "${enable_spinctrl+set}" = set; then | |
8351 | enableval="$enable_spinctrl" | |
8352 | ||
8353 | if test "$enableval" = yes; then | |
8354 | ac_cv_use_spinctrl='wxUSE_SPINCTRL=yes' | |
8355 | else | |
8356 | ac_cv_use_spinctrl='wxUSE_SPINCTRL=no' | |
8357 | fi | |
8358 | ||
8359 | else | |
8360 | ||
8361 | LINE=`grep "wxUSE_SPINCTRL" ${wx_arg_cache_file}` | |
8362 | if test "x$LINE" != x ; then | |
8363 | eval "DEFAULT_$LINE" | |
8364 | else | |
8365 | no_cache=1 | |
8366 | fi | |
8367 | ||
8368 | ac_cv_use_spinctrl='wxUSE_SPINCTRL='$DEFAULT_wxUSE_SPINCTRL | |
8369 | ||
8370 | fi; | |
8371 | ||
8372 | eval "$ac_cv_use_spinctrl" | |
8373 | if test "$no_cache" != 1; then | |
8374 | echo $ac_cv_use_spinctrl >> ${wx_arg_cache_file}.tmp | |
8375 | fi | |
8376 | ||
8377 | if test "$wxUSE_SPINCTRL" = yes; then | |
8378 | echo "$as_me:$LINENO: result: yes" >&5 | |
8379 | echo "${ECHO_T}yes" >&6 | |
8380 | else | |
8381 | echo "$as_me:$LINENO: result: no" >&5 | |
8382 | echo "${ECHO_T}no" >&6 | |
8383 | fi | |
8384 | ||
8385 | ||
8386 | enablestring= | |
8387 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5 | |
8388 | echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6 | |
8389 | no_cache=0 | |
8390 | # Check whether --enable-splitter or --disable-splitter was given. | |
8391 | if test "${enable_splitter+set}" = set; then | |
8392 | enableval="$enable_splitter" | |
8393 | ||
8394 | if test "$enableval" = yes; then | |
8395 | ac_cv_use_splitter='wxUSE_SPLITTER=yes' | |
8396 | else | |
8397 | ac_cv_use_splitter='wxUSE_SPLITTER=no' | |
8398 | fi | |
8399 | ||
8400 | else | |
8401 | ||
8402 | LINE=`grep "wxUSE_SPLITTER" ${wx_arg_cache_file}` | |
8403 | if test "x$LINE" != x ; then | |
8404 | eval "DEFAULT_$LINE" | |
8405 | else | |
8406 | no_cache=1 | |
8407 | fi | |
8408 | ||
8409 | ac_cv_use_splitter='wxUSE_SPLITTER='$DEFAULT_wxUSE_SPLITTER | |
8410 | ||
8411 | fi; | |
8412 | ||
8413 | eval "$ac_cv_use_splitter" | |
8414 | if test "$no_cache" != 1; then | |
8415 | echo $ac_cv_use_splitter >> ${wx_arg_cache_file}.tmp | |
8416 | fi | |
8417 | ||
8418 | if test "$wxUSE_SPLITTER" = yes; then | |
8419 | echo "$as_me:$LINENO: result: yes" >&5 | |
8420 | echo "${ECHO_T}yes" >&6 | |
8421 | else | |
8422 | echo "$as_me:$LINENO: result: no" >&5 | |
8423 | echo "${ECHO_T}no" >&6 | |
8424 | fi | |
8425 | ||
8426 | ||
8427 | enablestring= | |
8428 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5 | |
8429 | echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6 | |
8430 | no_cache=0 | |
8431 | # Check whether --enable-statbmp or --disable-statbmp was given. | |
8432 | if test "${enable_statbmp+set}" = set; then | |
8433 | enableval="$enable_statbmp" | |
8434 | ||
8435 | if test "$enableval" = yes; then | |
8436 | ac_cv_use_statbmp='wxUSE_STATBMP=yes' | |
8437 | else | |
8438 | ac_cv_use_statbmp='wxUSE_STATBMP=no' | |
8439 | fi | |
8440 | ||
8441 | else | |
8442 | ||
8443 | LINE=`grep "wxUSE_STATBMP" ${wx_arg_cache_file}` | |
8444 | if test "x$LINE" != x ; then | |
8445 | eval "DEFAULT_$LINE" | |
8446 | else | |
8447 | no_cache=1 | |
8448 | fi | |
8449 | ||
8450 | ac_cv_use_statbmp='wxUSE_STATBMP='$DEFAULT_wxUSE_STATBMP | |
8451 | ||
8452 | fi; | |
8453 | ||
8454 | eval "$ac_cv_use_statbmp" | |
8455 | if test "$no_cache" != 1; then | |
8456 | echo $ac_cv_use_statbmp >> ${wx_arg_cache_file}.tmp | |
8457 | fi | |
8458 | ||
8459 | if test "$wxUSE_STATBMP" = yes; then | |
8460 | echo "$as_me:$LINENO: result: yes" >&5 | |
8461 | echo "${ECHO_T}yes" >&6 | |
8462 | else | |
8463 | echo "$as_me:$LINENO: result: no" >&5 | |
8464 | echo "${ECHO_T}no" >&6 | |
8465 | fi | |
8466 | ||
8467 | ||
8468 | enablestring= | |
8469 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5 | |
8470 | echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6 | |
8471 | no_cache=0 | |
8472 | # Check whether --enable-statbox or --disable-statbox was given. | |
8473 | if test "${enable_statbox+set}" = set; then | |
8474 | enableval="$enable_statbox" | |
8475 | ||
8476 | if test "$enableval" = yes; then | |
8477 | ac_cv_use_statbox='wxUSE_STATBOX=yes' | |
8478 | else | |
8479 | ac_cv_use_statbox='wxUSE_STATBOX=no' | |
8480 | fi | |
8481 | ||
8482 | else | |
8483 | ||
8484 | LINE=`grep "wxUSE_STATBOX" ${wx_arg_cache_file}` | |
8485 | if test "x$LINE" != x ; then | |
8486 | eval "DEFAULT_$LINE" | |
8487 | else | |
8488 | no_cache=1 | |
8489 | fi | |
8490 | ||
8491 | ac_cv_use_statbox='wxUSE_STATBOX='$DEFAULT_wxUSE_STATBOX | |
8492 | ||
8493 | fi; | |
8494 | ||
8495 | eval "$ac_cv_use_statbox" | |
8496 | if test "$no_cache" != 1; then | |
8497 | echo $ac_cv_use_statbox >> ${wx_arg_cache_file}.tmp | |
8498 | fi | |
8499 | ||
8500 | if test "$wxUSE_STATBOX" = yes; then | |
8501 | echo "$as_me:$LINENO: result: yes" >&5 | |
8502 | echo "${ECHO_T}yes" >&6 | |
8503 | else | |
8504 | echo "$as_me:$LINENO: result: no" >&5 | |
8505 | echo "${ECHO_T}no" >&6 | |
8506 | fi | |
8507 | ||
8508 | ||
8509 | enablestring= | |
8510 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5 | |
8511 | echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6 | |
8512 | no_cache=0 | |
8513 | # Check whether --enable-statline or --disable-statline was given. | |
8514 | if test "${enable_statline+set}" = set; then | |
8515 | enableval="$enable_statline" | |
8516 | ||
8517 | if test "$enableval" = yes; then | |
8518 | ac_cv_use_statline='wxUSE_STATLINE=yes' | |
8519 | else | |
8520 | ac_cv_use_statline='wxUSE_STATLINE=no' | |
8521 | fi | |
8522 | ||
8523 | else | |
8524 | ||
8525 | LINE=`grep "wxUSE_STATLINE" ${wx_arg_cache_file}` | |
8526 | if test "x$LINE" != x ; then | |
8527 | eval "DEFAULT_$LINE" | |
8528 | else | |
8529 | no_cache=1 | |
8530 | fi | |
8531 | ||
8532 | ac_cv_use_statline='wxUSE_STATLINE='$DEFAULT_wxUSE_STATLINE | |
8533 | ||
8534 | fi; | |
8535 | ||
8536 | eval "$ac_cv_use_statline" | |
8537 | if test "$no_cache" != 1; then | |
8538 | echo $ac_cv_use_statline >> ${wx_arg_cache_file}.tmp | |
8539 | fi | |
8540 | ||
8541 | if test "$wxUSE_STATLINE" = yes; then | |
8542 | echo "$as_me:$LINENO: result: yes" >&5 | |
8543 | echo "${ECHO_T}yes" >&6 | |
8544 | else | |
8545 | echo "$as_me:$LINENO: result: no" >&5 | |
8546 | echo "${ECHO_T}no" >&6 | |
8547 | fi | |
8548 | ||
8549 | ||
8550 | enablestring= | |
8551 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5 | |
8552 | echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6 | |
8553 | no_cache=0 | |
8554 | # Check whether --enable-stattext or --disable-stattext was given. | |
8555 | if test "${enable_stattext+set}" = set; then | |
8556 | enableval="$enable_stattext" | |
8557 | ||
8558 | if test "$enableval" = yes; then | |
8559 | ac_cv_use_stattext='wxUSE_STATTEXT=yes' | |
8560 | else | |
8561 | ac_cv_use_stattext='wxUSE_STATTEXT=no' | |
8562 | fi | |
8563 | ||
8564 | else | |
8565 | ||
8566 | LINE=`grep "wxUSE_STATTEXT" ${wx_arg_cache_file}` | |
8567 | if test "x$LINE" != x ; then | |
8568 | eval "DEFAULT_$LINE" | |
8569 | else | |
8570 | no_cache=1 | |
8571 | fi | |
8572 | ||
8573 | ac_cv_use_stattext='wxUSE_STATTEXT='$DEFAULT_wxUSE_STATTEXT | |
8574 | ||
8575 | fi; | |
8576 | ||
8577 | eval "$ac_cv_use_stattext" | |
8578 | if test "$no_cache" != 1; then | |
8579 | echo $ac_cv_use_stattext >> ${wx_arg_cache_file}.tmp | |
8580 | fi | |
8581 | ||
8582 | if test "$wxUSE_STATTEXT" = yes; then | |
8583 | echo "$as_me:$LINENO: result: yes" >&5 | |
8584 | echo "${ECHO_T}yes" >&6 | |
8585 | else | |
8586 | echo "$as_me:$LINENO: result: no" >&5 | |
8587 | echo "${ECHO_T}no" >&6 | |
8588 | fi | |
8589 | ||
8590 | ||
8591 | enablestring= | |
8592 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5 | |
8593 | echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6 | |
8594 | no_cache=0 | |
8595 | # Check whether --enable-statusbar or --disable-statusbar was given. | |
8596 | if test "${enable_statusbar+set}" = set; then | |
8597 | enableval="$enable_statusbar" | |
8598 | ||
8599 | if test "$enableval" = yes; then | |
8600 | ac_cv_use_statusbar='wxUSE_STATUSBAR=yes' | |
8601 | else | |
8602 | ac_cv_use_statusbar='wxUSE_STATUSBAR=no' | |
8603 | fi | |
8604 | ||
8605 | else | |
8606 | ||
8607 | LINE=`grep "wxUSE_STATUSBAR" ${wx_arg_cache_file}` | |
8608 | if test "x$LINE" != x ; then | |
8609 | eval "DEFAULT_$LINE" | |
8610 | else | |
8611 | no_cache=1 | |
8612 | fi | |
8613 | ||
8614 | ac_cv_use_statusbar='wxUSE_STATUSBAR='$DEFAULT_wxUSE_STATUSBAR | |
8615 | ||
8616 | fi; | |
8617 | ||
8618 | eval "$ac_cv_use_statusbar" | |
8619 | if test "$no_cache" != 1; then | |
8620 | echo $ac_cv_use_statusbar >> ${wx_arg_cache_file}.tmp | |
8621 | fi | |
8622 | ||
8623 | if test "$wxUSE_STATUSBAR" = yes; then | |
8624 | echo "$as_me:$LINENO: result: yes" >&5 | |
8625 | echo "${ECHO_T}yes" >&6 | |
8626 | else | |
8627 | echo "$as_me:$LINENO: result: no" >&5 | |
8628 | echo "${ECHO_T}no" >&6 | |
8629 | fi | |
8630 | ||
8631 | ||
8632 | enablestring= | |
8633 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tabdialog" >&5 | |
8634 | echo $ECHO_N "checking for --${enablestring:-enable}-tabdialog... $ECHO_C" >&6 | |
8635 | no_cache=0 | |
8636 | # Check whether --enable-tabdialog or --disable-tabdialog was given. | |
8637 | if test "${enable_tabdialog+set}" = set; then | |
8638 | enableval="$enable_tabdialog" | |
8639 | ||
8640 | if test "$enableval" = yes; then | |
8641 | ac_cv_use_tabdialog='wxUSE_TABDIALOG=yes' | |
8642 | else | |
8643 | ac_cv_use_tabdialog='wxUSE_TABDIALOG=no' | |
8644 | fi | |
8645 | ||
8646 | else | |
8647 | ||
8648 | LINE=`grep "wxUSE_TABDIALOG" ${wx_arg_cache_file}` | |
8649 | if test "x$LINE" != x ; then | |
8650 | eval "DEFAULT_$LINE" | |
8651 | else | |
8652 | no_cache=1 | |
8653 | fi | |
8654 | ||
8655 | ac_cv_use_tabdialog='wxUSE_TABDIALOG='$DEFAULT_wxUSE_TABDIALOG | |
8656 | ||
8657 | fi; | |
8658 | ||
8659 | eval "$ac_cv_use_tabdialog" | |
8660 | if test "$no_cache" != 1; then | |
8661 | echo $ac_cv_use_tabdialog >> ${wx_arg_cache_file}.tmp | |
8662 | fi | |
8663 | ||
8664 | if test "$wxUSE_TABDIALOG" = yes; then | |
8665 | echo "$as_me:$LINENO: result: yes" >&5 | |
8666 | echo "${ECHO_T}yes" >&6 | |
8667 | else | |
8668 | echo "$as_me:$LINENO: result: no" >&5 | |
8669 | echo "${ECHO_T}no" >&6 | |
8670 | fi | |
8671 | ||
8672 | ||
8673 | enablestring= | |
8674 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5 | |
8675 | echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6 | |
8676 | no_cache=0 | |
8677 | # Check whether --enable-textctrl or --disable-textctrl was given. | |
8678 | if test "${enable_textctrl+set}" = set; then | |
8679 | enableval="$enable_textctrl" | |
8680 | ||
8681 | if test "$enableval" = yes; then | |
8682 | ac_cv_use_textctrl='wxUSE_TEXTCTRL=yes' | |
8683 | else | |
8684 | ac_cv_use_textctrl='wxUSE_TEXTCTRL=no' | |
8685 | fi | |
8686 | ||
8687 | else | |
8688 | ||
8689 | LINE=`grep "wxUSE_TEXTCTRL" ${wx_arg_cache_file}` | |
8690 | if test "x$LINE" != x ; then | |
8691 | eval "DEFAULT_$LINE" | |
8692 | else | |
8693 | no_cache=1 | |
8694 | fi | |
8695 | ||
8696 | ac_cv_use_textctrl='wxUSE_TEXTCTRL='$DEFAULT_wxUSE_TEXTCTRL | |
8697 | ||
8698 | fi; | |
8699 | ||
8700 | eval "$ac_cv_use_textctrl" | |
8701 | if test "$no_cache" != 1; then | |
8702 | echo $ac_cv_use_textctrl >> ${wx_arg_cache_file}.tmp | |
8703 | fi | |
8704 | ||
8705 | if test "$wxUSE_TEXTCTRL" = yes; then | |
8706 | echo "$as_me:$LINENO: result: yes" >&5 | |
8707 | echo "${ECHO_T}yes" >&6 | |
8708 | else | |
8709 | echo "$as_me:$LINENO: result: no" >&5 | |
8710 | echo "${ECHO_T}no" >&6 | |
8711 | fi | |
8712 | ||
8713 | ||
8714 | enablestring= | |
8715 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5 | |
8716 | echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6 | |
8717 | no_cache=0 | |
8718 | # Check whether --enable-togglebtn or --disable-togglebtn was given. | |
8719 | if test "${enable_togglebtn+set}" = set; then | |
8720 | enableval="$enable_togglebtn" | |
8721 | ||
8722 | if test "$enableval" = yes; then | |
8723 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes' | |
8724 | else | |
8725 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN=no' | |
8726 | fi | |
8727 | ||
8728 | else | |
8729 | ||
8730 | LINE=`grep "wxUSE_TOGGLEBTN" ${wx_arg_cache_file}` | |
8731 | if test "x$LINE" != x ; then | |
8732 | eval "DEFAULT_$LINE" | |
8733 | else | |
8734 | no_cache=1 | |
8735 | fi | |
8736 | ||
8737 | ac_cv_use_togglebtn='wxUSE_TOGGLEBTN='$DEFAULT_wxUSE_TOGGLEBTN | |
8738 | ||
8739 | fi; | |
8740 | ||
8741 | eval "$ac_cv_use_togglebtn" | |
8742 | if test "$no_cache" != 1; then | |
8743 | echo $ac_cv_use_togglebtn >> ${wx_arg_cache_file}.tmp | |
8744 | fi | |
8745 | ||
8746 | if test "$wxUSE_TOGGLEBTN" = yes; then | |
8747 | echo "$as_me:$LINENO: result: yes" >&5 | |
8748 | echo "${ECHO_T}yes" >&6 | |
8749 | else | |
8750 | echo "$as_me:$LINENO: result: no" >&5 | |
8751 | echo "${ECHO_T}no" >&6 | |
8752 | fi | |
8753 | ||
8754 | ||
8755 | enablestring= | |
8756 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5 | |
8757 | echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6 | |
8758 | no_cache=0 | |
8759 | # Check whether --enable-toolbar or --disable-toolbar was given. | |
8760 | if test "${enable_toolbar+set}" = set; then | |
8761 | enableval="$enable_toolbar" | |
8762 | ||
8763 | if test "$enableval" = yes; then | |
8764 | ac_cv_use_toolbar='wxUSE_TOOLBAR=yes' | |
8765 | else | |
8766 | ac_cv_use_toolbar='wxUSE_TOOLBAR=no' | |
8767 | fi | |
8768 | ||
8769 | else | |
8770 | ||
8771 | LINE=`grep "wxUSE_TOOLBAR" ${wx_arg_cache_file}` | |
8772 | if test "x$LINE" != x ; then | |
8773 | eval "DEFAULT_$LINE" | |
8774 | else | |
8775 | no_cache=1 | |
8776 | fi | |
8777 | ||
8778 | ac_cv_use_toolbar='wxUSE_TOOLBAR='$DEFAULT_wxUSE_TOOLBAR | |
8779 | ||
8780 | fi; | |
8781 | ||
8782 | eval "$ac_cv_use_toolbar" | |
8783 | if test "$no_cache" != 1; then | |
8784 | echo $ac_cv_use_toolbar >> ${wx_arg_cache_file}.tmp | |
8785 | fi | |
8786 | ||
8787 | if test "$wxUSE_TOOLBAR" = yes; then | |
8788 | echo "$as_me:$LINENO: result: yes" >&5 | |
8789 | echo "${ECHO_T}yes" >&6 | |
8790 | else | |
8791 | echo "$as_me:$LINENO: result: no" >&5 | |
8792 | echo "${ECHO_T}no" >&6 | |
8793 | fi | |
8794 | ||
8795 | ||
8796 | enablestring= | |
8797 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5 | |
8798 | echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6 | |
8799 | no_cache=0 | |
8800 | # Check whether --enable-tbarnative or --disable-tbarnative was given. | |
8801 | if test "${enable_tbarnative+set}" = set; then | |
8802 | enableval="$enable_tbarnative" | |
8803 | ||
8804 | if test "$enableval" = yes; then | |
8805 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes' | |
8806 | else | |
8807 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no' | |
8808 | fi | |
8809 | ||
8810 | else | |
8811 | ||
8812 | LINE=`grep "wxUSE_TOOLBAR_NATIVE" ${wx_arg_cache_file}` | |
8813 | if test "x$LINE" != x ; then | |
8814 | eval "DEFAULT_$LINE" | |
8815 | else | |
8816 | no_cache=1 | |
8817 | fi | |
8818 | ||
8819 | ac_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE='$DEFAULT_wxUSE_TOOLBAR_NATIVE | |
8820 | ||
8821 | fi; | |
8822 | ||
8823 | eval "$ac_cv_use_tbarnative" | |
8824 | if test "$no_cache" != 1; then | |
8825 | echo $ac_cv_use_tbarnative >> ${wx_arg_cache_file}.tmp | |
8826 | fi | |
8827 | ||
8828 | if test "$wxUSE_TOOLBAR_NATIVE" = yes; then | |
8829 | echo "$as_me:$LINENO: result: yes" >&5 | |
8830 | echo "${ECHO_T}yes" >&6 | |
8831 | else | |
8832 | echo "$as_me:$LINENO: result: no" >&5 | |
8833 | echo "${ECHO_T}no" >&6 | |
8834 | fi | |
8835 | ||
8836 | ||
8837 | enablestring= | |
8838 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarsmpl" >&5 | |
8839 | echo $ECHO_N "checking for --${enablestring:-enable}-tbarsmpl... $ECHO_C" >&6 | |
8840 | no_cache=0 | |
8841 | # Check whether --enable-tbarsmpl or --disable-tbarsmpl was given. | |
8842 | if test "${enable_tbarsmpl+set}" = set; then | |
8843 | enableval="$enable_tbarsmpl" | |
8844 | ||
8845 | if test "$enableval" = yes; then | |
8846 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=yes' | |
8847 | else | |
8848 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE=no' | |
8849 | fi | |
8850 | ||
8851 | else | |
8852 | ||
8853 | LINE=`grep "wxUSE_TOOLBAR_SIMPLE" ${wx_arg_cache_file}` | |
8854 | if test "x$LINE" != x ; then | |
8855 | eval "DEFAULT_$LINE" | |
8856 | else | |
8857 | no_cache=1 | |
8858 | fi | |
8859 | ||
8860 | ac_cv_use_tbarsmpl='wxUSE_TOOLBAR_SIMPLE='$DEFAULT_wxUSE_TOOLBAR_SIMPLE | |
8861 | ||
8862 | fi; | |
8863 | ||
8864 | eval "$ac_cv_use_tbarsmpl" | |
8865 | if test "$no_cache" != 1; then | |
8866 | echo $ac_cv_use_tbarsmpl >> ${wx_arg_cache_file}.tmp | |
8867 | fi | |
8868 | ||
8869 | if test "$wxUSE_TOOLBAR_SIMPLE" = yes; then | |
8870 | echo "$as_me:$LINENO: result: yes" >&5 | |
8871 | echo "${ECHO_T}yes" >&6 | |
8872 | else | |
8873 | echo "$as_me:$LINENO: result: no" >&5 | |
8874 | echo "${ECHO_T}no" >&6 | |
8875 | fi | |
8876 | ||
8877 | ||
8878 | enablestring= | |
8879 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5 | |
8880 | echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6 | |
8881 | no_cache=0 | |
8882 | # Check whether --enable-treectrl or --disable-treectrl was given. | |
8883 | if test "${enable_treectrl+set}" = set; then | |
8884 | enableval="$enable_treectrl" | |
8885 | ||
8886 | if test "$enableval" = yes; then | |
8887 | ac_cv_use_treectrl='wxUSE_TREECTRL=yes' | |
8888 | else | |
8889 | ac_cv_use_treectrl='wxUSE_TREECTRL=no' | |
8890 | fi | |
8891 | ||
8892 | else | |
8893 | ||
8894 | LINE=`grep "wxUSE_TREECTRL" ${wx_arg_cache_file}` | |
8895 | if test "x$LINE" != x ; then | |
8896 | eval "DEFAULT_$LINE" | |
8897 | else | |
8898 | no_cache=1 | |
8899 | fi | |
8900 | ||
8901 | ac_cv_use_treectrl='wxUSE_TREECTRL='$DEFAULT_wxUSE_TREECTRL | |
8902 | ||
8903 | fi; | |
8904 | ||
8905 | eval "$ac_cv_use_treectrl" | |
8906 | if test "$no_cache" != 1; then | |
8907 | echo $ac_cv_use_treectrl >> ${wx_arg_cache_file}.tmp | |
8908 | fi | |
8909 | ||
8910 | if test "$wxUSE_TREECTRL" = yes; then | |
8911 | echo "$as_me:$LINENO: result: yes" >&5 | |
8912 | echo "${ECHO_T}yes" >&6 | |
8913 | else | |
8914 | echo "$as_me:$LINENO: result: no" >&5 | |
8915 | echo "${ECHO_T}no" >&6 | |
8916 | fi | |
8917 | ||
8918 | ||
8919 | enablestring= | |
8920 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5 | |
8921 | echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6 | |
8922 | no_cache=0 | |
8923 | # Check whether --enable-tipwindow or --disable-tipwindow was given. | |
8924 | if test "${enable_tipwindow+set}" = set; then | |
8925 | enableval="$enable_tipwindow" | |
8926 | ||
8927 | if test "$enableval" = yes; then | |
8928 | ac_cv_use_tipwindow='wxUSE_TIPWINDOW=yes' | |
8929 | else | |
8930 | ac_cv_use_tipwindow='wxUSE_TIPWINDOW=no' | |
8931 | fi | |
8932 | ||
8933 | else | |
8934 | ||
8935 | LINE=`grep "wxUSE_TIPWINDOW" ${wx_arg_cache_file}` | |
8936 | if test "x$LINE" != x ; then | |
8937 | eval "DEFAULT_$LINE" | |
8938 | else | |
8939 | no_cache=1 | |
8940 | fi | |
8941 | ||
8942 | ac_cv_use_tipwindow='wxUSE_TIPWINDOW='$DEFAULT_wxUSE_TIPWINDOW | |
8943 | ||
8944 | fi; | |
8945 | ||
8946 | eval "$ac_cv_use_tipwindow" | |
8947 | if test "$no_cache" != 1; then | |
8948 | echo $ac_cv_use_tipwindow >> ${wx_arg_cache_file}.tmp | |
8949 | fi | |
8950 | ||
8951 | if test "$wxUSE_TIPWINDOW" = yes; then | |
8952 | echo "$as_me:$LINENO: result: yes" >&5 | |
8953 | echo "${ECHO_T}yes" >&6 | |
8954 | else | |
8955 | echo "$as_me:$LINENO: result: no" >&5 | |
8956 | echo "${ECHO_T}no" >&6 | |
8957 | fi | |
8958 | ||
8959 | ||
8960 | enablestring= | |
8961 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5 | |
8962 | echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6 | |
8963 | no_cache=0 | |
8964 | # Check whether --enable-popupwin or --disable-popupwin was given. | |
8965 | if test "${enable_popupwin+set}" = set; then | |
8966 | enableval="$enable_popupwin" | |
8967 | ||
8968 | if test "$enableval" = yes; then | |
8969 | ac_cv_use_popupwin='wxUSE_POPUPWIN=yes' | |
8970 | else | |
8971 | ac_cv_use_popupwin='wxUSE_POPUPWIN=no' | |
8972 | fi | |
8973 | ||
8974 | else | |
8975 | ||
8976 | LINE=`grep "wxUSE_POPUPWIN" ${wx_arg_cache_file}` | |
8977 | if test "x$LINE" != x ; then | |
8978 | eval "DEFAULT_$LINE" | |
8979 | else | |
8980 | no_cache=1 | |
8981 | fi | |
8982 | ||
8983 | ac_cv_use_popupwin='wxUSE_POPUPWIN='$DEFAULT_wxUSE_POPUPWIN | |
8984 | ||
8985 | fi; | |
8986 | ||
8987 | eval "$ac_cv_use_popupwin" | |
8988 | if test "$no_cache" != 1; then | |
8989 | echo $ac_cv_use_popupwin >> ${wx_arg_cache_file}.tmp | |
8990 | fi | |
8991 | ||
8992 | if test "$wxUSE_POPUPWIN" = yes; then | |
8993 | echo "$as_me:$LINENO: result: yes" >&5 | |
8994 | echo "${ECHO_T}yes" >&6 | |
8995 | else | |
8996 | echo "$as_me:$LINENO: result: no" >&5 | |
8997 | echo "${ECHO_T}no" >&6 | |
8998 | fi | |
8999 | ||
9000 | ||
9001 | ||
9002 | ||
9003 | enablestring= | |
9004 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5 | |
9005 | echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6 | |
9006 | no_cache=0 | |
9007 | # Check whether --enable-commondlg or --disable-commondlg was given. | |
9008 | if test "${enable_commondlg+set}" = set; then | |
9009 | enableval="$enable_commondlg" | |
9010 | ||
9011 | if test "$enableval" = yes; then | |
9012 | ac_cv_use_commondlg='wxUSE_COMMONDLGS=yes' | |
9013 | else | |
9014 | ac_cv_use_commondlg='wxUSE_COMMONDLGS=no' | |
9015 | fi | |
9016 | ||
9017 | else | |
9018 | ||
9019 | LINE=`grep "wxUSE_COMMONDLGS" ${wx_arg_cache_file}` | |
9020 | if test "x$LINE" != x ; then | |
9021 | eval "DEFAULT_$LINE" | |
9022 | else | |
9023 | no_cache=1 | |
9024 | fi | |
9025 | ||
9026 | ac_cv_use_commondlg='wxUSE_COMMONDLGS='$DEFAULT_wxUSE_COMMONDLGS | |
9027 | ||
9028 | fi; | |
9029 | ||
9030 | eval "$ac_cv_use_commondlg" | |
9031 | if test "$no_cache" != 1; then | |
9032 | echo $ac_cv_use_commondlg >> ${wx_arg_cache_file}.tmp | |
9033 | fi | |
9034 | ||
9035 | if test "$wxUSE_COMMONDLGS" = yes; then | |
9036 | echo "$as_me:$LINENO: result: yes" >&5 | |
9037 | echo "${ECHO_T}yes" >&6 | |
9038 | else | |
9039 | echo "$as_me:$LINENO: result: no" >&5 | |
9040 | echo "${ECHO_T}no" >&6 | |
9041 | fi | |
9042 | ||
9043 | ||
9044 | enablestring= | |
9045 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5 | |
9046 | echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6 | |
9047 | no_cache=0 | |
9048 | # Check whether --enable-choicedlg or --disable-choicedlg was given. | |
9049 | if test "${enable_choicedlg+set}" = set; then | |
9050 | enableval="$enable_choicedlg" | |
9051 | ||
9052 | if test "$enableval" = yes; then | |
9053 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG=yes' | |
9054 | else | |
9055 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG=no' | |
9056 | fi | |
9057 | ||
9058 | else | |
9059 | ||
9060 | LINE=`grep "wxUSE_CHOICEDLG" ${wx_arg_cache_file}` | |
9061 | if test "x$LINE" != x ; then | |
9062 | eval "DEFAULT_$LINE" | |
9063 | else | |
9064 | no_cache=1 | |
9065 | fi | |
9066 | ||
9067 | ac_cv_use_choicedlg='wxUSE_CHOICEDLG='$DEFAULT_wxUSE_CHOICEDLG | |
9068 | ||
9069 | fi; | |
9070 | ||
9071 | eval "$ac_cv_use_choicedlg" | |
9072 | if test "$no_cache" != 1; then | |
9073 | echo $ac_cv_use_choicedlg >> ${wx_arg_cache_file}.tmp | |
9074 | fi | |
9075 | ||
9076 | if test "$wxUSE_CHOICEDLG" = yes; then | |
9077 | echo "$as_me:$LINENO: result: yes" >&5 | |
9078 | echo "${ECHO_T}yes" >&6 | |
9079 | else | |
9080 | echo "$as_me:$LINENO: result: no" >&5 | |
9081 | echo "${ECHO_T}no" >&6 | |
9082 | fi | |
9083 | ||
9084 | ||
9085 | enablestring= | |
9086 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5 | |
9087 | echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6 | |
9088 | no_cache=0 | |
9089 | # Check whether --enable-coldlg or --disable-coldlg was given. | |
9090 | if test "${enable_coldlg+set}" = set; then | |
9091 | enableval="$enable_coldlg" | |
9092 | ||
9093 | if test "$enableval" = yes; then | |
9094 | ac_cv_use_coldlg='wxUSE_COLOURDLG=yes' | |
9095 | else | |
9096 | ac_cv_use_coldlg='wxUSE_COLOURDLG=no' | |
9097 | fi | |
9098 | ||
9099 | else | |
9100 | ||
9101 | LINE=`grep "wxUSE_COLOURDLG" ${wx_arg_cache_file}` | |
9102 | if test "x$LINE" != x ; then | |
9103 | eval "DEFAULT_$LINE" | |
9104 | else | |
9105 | no_cache=1 | |
9106 | fi | |
9107 | ||
9108 | ac_cv_use_coldlg='wxUSE_COLOURDLG='$DEFAULT_wxUSE_COLOURDLG | |
9109 | ||
9110 | fi; | |
9111 | ||
9112 | eval "$ac_cv_use_coldlg" | |
9113 | if test "$no_cache" != 1; then | |
9114 | echo $ac_cv_use_coldlg >> ${wx_arg_cache_file}.tmp | |
9115 | fi | |
9116 | ||
9117 | if test "$wxUSE_COLOURDLG" = yes; then | |
9118 | echo "$as_me:$LINENO: result: yes" >&5 | |
9119 | echo "${ECHO_T}yes" >&6 | |
9120 | else | |
9121 | echo "$as_me:$LINENO: result: no" >&5 | |
9122 | echo "${ECHO_T}no" >&6 | |
9123 | fi | |
9124 | ||
9125 | ||
9126 | enablestring= | |
9127 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5 | |
9128 | echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6 | |
9129 | no_cache=0 | |
9130 | # Check whether --enable-filedlg or --disable-filedlg was given. | |
9131 | if test "${enable_filedlg+set}" = set; then | |
9132 | enableval="$enable_filedlg" | |
9133 | ||
9134 | if test "$enableval" = yes; then | |
9135 | ac_cv_use_filedlg='wxUSE_FILEDLG=yes' | |
9136 | else | |
9137 | ac_cv_use_filedlg='wxUSE_FILEDLG=no' | |
9138 | fi | |
9139 | ||
9140 | else | |
9141 | ||
9142 | LINE=`grep "wxUSE_FILEDLG" ${wx_arg_cache_file}` | |
9143 | if test "x$LINE" != x ; then | |
9144 | eval "DEFAULT_$LINE" | |
9145 | else | |
9146 | no_cache=1 | |
9147 | fi | |
9148 | ||
9149 | ac_cv_use_filedlg='wxUSE_FILEDLG='$DEFAULT_wxUSE_FILEDLG | |
9150 | ||
9151 | fi; | |
9152 | ||
9153 | eval "$ac_cv_use_filedlg" | |
9154 | if test "$no_cache" != 1; then | |
9155 | echo $ac_cv_use_filedlg >> ${wx_arg_cache_file}.tmp | |
9156 | fi | |
9157 | ||
9158 | if test "$wxUSE_FILEDLG" = yes; then | |
9159 | echo "$as_me:$LINENO: result: yes" >&5 | |
9160 | echo "${ECHO_T}yes" >&6 | |
9161 | else | |
9162 | echo "$as_me:$LINENO: result: no" >&5 | |
9163 | echo "${ECHO_T}no" >&6 | |
9164 | fi | |
9165 | ||
9166 | ||
9167 | enablestring= | |
9168 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5 | |
9169 | echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6 | |
9170 | no_cache=0 | |
9171 | # Check whether --enable-finddlg or --disable-finddlg was given. | |
9172 | if test "${enable_finddlg+set}" = set; then | |
9173 | enableval="$enable_finddlg" | |
9174 | ||
9175 | if test "$enableval" = yes; then | |
9176 | ac_cv_use_finddlg='wxUSE_FINDREPLDLG=yes' | |
9177 | else | |
9178 | ac_cv_use_finddlg='wxUSE_FINDREPLDLG=no' | |
9179 | fi | |
9180 | ||
9181 | else | |
9182 | ||
9183 | LINE=`grep "wxUSE_FINDREPLDLG" ${wx_arg_cache_file}` | |
9184 | if test "x$LINE" != x ; then | |
9185 | eval "DEFAULT_$LINE" | |
9186 | else | |
9187 | no_cache=1 | |
9188 | fi | |
9189 | ||
9190 | ac_cv_use_finddlg='wxUSE_FINDREPLDLG='$DEFAULT_wxUSE_FINDREPLDLG | |
9191 | ||
9192 | fi; | |
9193 | ||
9194 | eval "$ac_cv_use_finddlg" | |
9195 | if test "$no_cache" != 1; then | |
9196 | echo $ac_cv_use_finddlg >> ${wx_arg_cache_file}.tmp | |
9197 | fi | |
9198 | ||
9199 | if test "$wxUSE_FINDREPLDLG" = yes; then | |
9200 | echo "$as_me:$LINENO: result: yes" >&5 | |
9201 | echo "${ECHO_T}yes" >&6 | |
9202 | else | |
9203 | echo "$as_me:$LINENO: result: no" >&5 | |
9204 | echo "${ECHO_T}no" >&6 | |
9205 | fi | |
9206 | ||
9207 | ||
9208 | enablestring= | |
9209 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5 | |
9210 | echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6 | |
9211 | no_cache=0 | |
9212 | # Check whether --enable-fontdlg or --disable-fontdlg was given. | |
9213 | if test "${enable_fontdlg+set}" = set; then | |
9214 | enableval="$enable_fontdlg" | |
9215 | ||
9216 | if test "$enableval" = yes; then | |
9217 | ac_cv_use_fontdlg='wxUSE_FONTDLG=yes' | |
9218 | else | |
9219 | ac_cv_use_fontdlg='wxUSE_FONTDLG=no' | |
9220 | fi | |
9221 | ||
9222 | else | |
9223 | ||
9224 | LINE=`grep "wxUSE_FONTDLG" ${wx_arg_cache_file}` | |
9225 | if test "x$LINE" != x ; then | |
9226 | eval "DEFAULT_$LINE" | |
9227 | else | |
9228 | no_cache=1 | |
9229 | fi | |
9230 | ||
9231 | ac_cv_use_fontdlg='wxUSE_FONTDLG='$DEFAULT_wxUSE_FONTDLG | |
9232 | ||
9233 | fi; | |
9234 | ||
9235 | eval "$ac_cv_use_fontdlg" | |
9236 | if test "$no_cache" != 1; then | |
9237 | echo $ac_cv_use_fontdlg >> ${wx_arg_cache_file}.tmp | |
9238 | fi | |
9239 | ||
9240 | if test "$wxUSE_FONTDLG" = yes; then | |
9241 | echo "$as_me:$LINENO: result: yes" >&5 | |
9242 | echo "${ECHO_T}yes" >&6 | |
9243 | else | |
9244 | echo "$as_me:$LINENO: result: no" >&5 | |
9245 | echo "${ECHO_T}no" >&6 | |
9246 | fi | |
9247 | ||
9248 | ||
9249 | enablestring= | |
9250 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5 | |
9251 | echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6 | |
9252 | no_cache=0 | |
9253 | # Check whether --enable-dirdlg or --disable-dirdlg was given. | |
9254 | if test "${enable_dirdlg+set}" = set; then | |
9255 | enableval="$enable_dirdlg" | |
9256 | ||
9257 | if test "$enableval" = yes; then | |
9258 | ac_cv_use_dirdlg='wxUSE_DIRDLG=yes' | |
9259 | else | |
9260 | ac_cv_use_dirdlg='wxUSE_DIRDLG=no' | |
9261 | fi | |
9262 | ||
9263 | else | |
9264 | ||
9265 | LINE=`grep "wxUSE_DIRDLG" ${wx_arg_cache_file}` | |
9266 | if test "x$LINE" != x ; then | |
9267 | eval "DEFAULT_$LINE" | |
9268 | else | |
9269 | no_cache=1 | |
9270 | fi | |
9271 | ||
9272 | ac_cv_use_dirdlg='wxUSE_DIRDLG='$DEFAULT_wxUSE_DIRDLG | |
9273 | ||
9274 | fi; | |
9275 | ||
9276 | eval "$ac_cv_use_dirdlg" | |
9277 | if test "$no_cache" != 1; then | |
9278 | echo $ac_cv_use_dirdlg >> ${wx_arg_cache_file}.tmp | |
9279 | fi | |
9280 | ||
9281 | if test "$wxUSE_DIRDLG" = yes; then | |
9282 | echo "$as_me:$LINENO: result: yes" >&5 | |
9283 | echo "${ECHO_T}yes" >&6 | |
9284 | else | |
9285 | echo "$as_me:$LINENO: result: no" >&5 | |
9286 | echo "${ECHO_T}no" >&6 | |
9287 | fi | |
9288 | ||
9289 | ||
9290 | enablestring= | |
9291 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5 | |
9292 | echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6 | |
9293 | no_cache=0 | |
9294 | # Check whether --enable-msgdlg or --disable-msgdlg was given. | |
9295 | if test "${enable_msgdlg+set}" = set; then | |
9296 | enableval="$enable_msgdlg" | |
9297 | ||
9298 | if test "$enableval" = yes; then | |
9299 | ac_cv_use_msgdlg='wxUSE_MSGDLG=yes' | |
9300 | else | |
9301 | ac_cv_use_msgdlg='wxUSE_MSGDLG=no' | |
9302 | fi | |
9303 | ||
9304 | else | |
9305 | ||
9306 | LINE=`grep "wxUSE_MSGDLG" ${wx_arg_cache_file}` | |
9307 | if test "x$LINE" != x ; then | |
9308 | eval "DEFAULT_$LINE" | |
9309 | else | |
9310 | no_cache=1 | |
9311 | fi | |
9312 | ||
9313 | ac_cv_use_msgdlg='wxUSE_MSGDLG='$DEFAULT_wxUSE_MSGDLG | |
9314 | ||
9315 | fi; | |
9316 | ||
9317 | eval "$ac_cv_use_msgdlg" | |
9318 | if test "$no_cache" != 1; then | |
9319 | echo $ac_cv_use_msgdlg >> ${wx_arg_cache_file}.tmp | |
9320 | fi | |
9321 | ||
9322 | if test "$wxUSE_MSGDLG" = yes; then | |
9323 | echo "$as_me:$LINENO: result: yes" >&5 | |
9324 | echo "${ECHO_T}yes" >&6 | |
9325 | else | |
9326 | echo "$as_me:$LINENO: result: no" >&5 | |
9327 | echo "${ECHO_T}no" >&6 | |
9328 | fi | |
9329 | ||
9330 | ||
9331 | enablestring= | |
9332 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5 | |
9333 | echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6 | |
9334 | no_cache=0 | |
9335 | # Check whether --enable-numberdlg or --disable-numberdlg was given. | |
9336 | if test "${enable_numberdlg+set}" = set; then | |
9337 | enableval="$enable_numberdlg" | |
9338 | ||
9339 | if test "$enableval" = yes; then | |
9340 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG=yes' | |
9341 | else | |
9342 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG=no' | |
9343 | fi | |
9344 | ||
9345 | else | |
9346 | ||
9347 | LINE=`grep "wxUSE_NUMBERDLG" ${wx_arg_cache_file}` | |
9348 | if test "x$LINE" != x ; then | |
9349 | eval "DEFAULT_$LINE" | |
9350 | else | |
9351 | no_cache=1 | |
9352 | fi | |
9353 | ||
9354 | ac_cv_use_numberdlg='wxUSE_NUMBERDLG='$DEFAULT_wxUSE_NUMBERDLG | |
9355 | ||
9356 | fi; | |
9357 | ||
9358 | eval "$ac_cv_use_numberdlg" | |
9359 | if test "$no_cache" != 1; then | |
9360 | echo $ac_cv_use_numberdlg >> ${wx_arg_cache_file}.tmp | |
9361 | fi | |
9362 | ||
9363 | if test "$wxUSE_NUMBERDLG" = yes; then | |
9364 | echo "$as_me:$LINENO: result: yes" >&5 | |
9365 | echo "${ECHO_T}yes" >&6 | |
9366 | else | |
9367 | echo "$as_me:$LINENO: result: no" >&5 | |
9368 | echo "${ECHO_T}no" >&6 | |
9369 | fi | |
9370 | ||
9371 | ||
9372 | enablestring= | |
9373 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5 | |
9374 | echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6 | |
9375 | no_cache=0 | |
9376 | # Check whether --enable-splash or --disable-splash was given. | |
9377 | if test "${enable_splash+set}" = set; then | |
9378 | enableval="$enable_splash" | |
9379 | ||
9380 | if test "$enableval" = yes; then | |
9381 | ac_cv_use_splash='wxUSE_SPLASH=yes' | |
9382 | else | |
9383 | ac_cv_use_splash='wxUSE_SPLASH=no' | |
9384 | fi | |
9385 | ||
9386 | else | |
9387 | ||
9388 | LINE=`grep "wxUSE_SPLASH" ${wx_arg_cache_file}` | |
9389 | if test "x$LINE" != x ; then | |
9390 | eval "DEFAULT_$LINE" | |
9391 | else | |
9392 | no_cache=1 | |
9393 | fi | |
9394 | ||
9395 | ac_cv_use_splash='wxUSE_SPLASH='$DEFAULT_wxUSE_SPLASH | |
9396 | ||
9397 | fi; | |
9398 | ||
9399 | eval "$ac_cv_use_splash" | |
9400 | if test "$no_cache" != 1; then | |
9401 | echo $ac_cv_use_splash >> ${wx_arg_cache_file}.tmp | |
9402 | fi | |
9403 | ||
9404 | if test "$wxUSE_SPLASH" = yes; then | |
9405 | echo "$as_me:$LINENO: result: yes" >&5 | |
9406 | echo "${ECHO_T}yes" >&6 | |
9407 | else | |
9408 | echo "$as_me:$LINENO: result: no" >&5 | |
9409 | echo "${ECHO_T}no" >&6 | |
9410 | fi | |
9411 | ||
9412 | ||
9413 | enablestring= | |
9414 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5 | |
9415 | echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6 | |
9416 | no_cache=0 | |
9417 | # Check whether --enable-textdlg or --disable-textdlg was given. | |
9418 | if test "${enable_textdlg+set}" = set; then | |
9419 | enableval="$enable_textdlg" | |
9420 | ||
9421 | if test "$enableval" = yes; then | |
9422 | ac_cv_use_textdlg='wxUSE_TEXTDLG=yes' | |
9423 | else | |
9424 | ac_cv_use_textdlg='wxUSE_TEXTDLG=no' | |
9425 | fi | |
9426 | ||
9427 | else | |
9428 | ||
9429 | LINE=`grep "wxUSE_TEXTDLG" ${wx_arg_cache_file}` | |
9430 | if test "x$LINE" != x ; then | |
9431 | eval "DEFAULT_$LINE" | |
9432 | else | |
9433 | no_cache=1 | |
9434 | fi | |
9435 | ||
9436 | ac_cv_use_textdlg='wxUSE_TEXTDLG='$DEFAULT_wxUSE_TEXTDLG | |
9437 | ||
9438 | fi; | |
9439 | ||
9440 | eval "$ac_cv_use_textdlg" | |
9441 | if test "$no_cache" != 1; then | |
9442 | echo $ac_cv_use_textdlg >> ${wx_arg_cache_file}.tmp | |
9443 | fi | |
9444 | ||
9445 | if test "$wxUSE_TEXTDLG" = yes; then | |
9446 | echo "$as_me:$LINENO: result: yes" >&5 | |
9447 | echo "${ECHO_T}yes" >&6 | |
9448 | else | |
9449 | echo "$as_me:$LINENO: result: no" >&5 | |
9450 | echo "${ECHO_T}no" >&6 | |
9451 | fi | |
9452 | ||
9453 | ||
9454 | enablestring= | |
9455 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5 | |
9456 | echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6 | |
9457 | no_cache=0 | |
9458 | # Check whether --enable-tipdlg or --disable-tipdlg was given. | |
9459 | if test "${enable_tipdlg+set}" = set; then | |
9460 | enableval="$enable_tipdlg" | |
9461 | ||
9462 | if test "$enableval" = yes; then | |
9463 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes' | |
9464 | else | |
9465 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no' | |
9466 | fi | |
9467 | ||
9468 | else | |
9469 | ||
9470 | LINE=`grep "wxUSE_STARTUP_TIPS" ${wx_arg_cache_file}` | |
9471 | if test "x$LINE" != x ; then | |
9472 | eval "DEFAULT_$LINE" | |
9473 | else | |
9474 | no_cache=1 | |
9475 | fi | |
9476 | ||
9477 | ac_cv_use_tipdlg='wxUSE_STARTUP_TIPS='$DEFAULT_wxUSE_STARTUP_TIPS | |
9478 | ||
9479 | fi; | |
9480 | ||
9481 | eval "$ac_cv_use_tipdlg" | |
9482 | if test "$no_cache" != 1; then | |
9483 | echo $ac_cv_use_tipdlg >> ${wx_arg_cache_file}.tmp | |
9484 | fi | |
9485 | ||
9486 | if test "$wxUSE_STARTUP_TIPS" = yes; then | |
9487 | echo "$as_me:$LINENO: result: yes" >&5 | |
9488 | echo "${ECHO_T}yes" >&6 | |
9489 | else | |
9490 | echo "$as_me:$LINENO: result: no" >&5 | |
9491 | echo "${ECHO_T}no" >&6 | |
9492 | fi | |
9493 | ||
9494 | ||
9495 | enablestring= | |
9496 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5 | |
9497 | echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6 | |
9498 | no_cache=0 | |
9499 | # Check whether --enable-progressdlg or --disable-progressdlg was given. | |
9500 | if test "${enable_progressdlg+set}" = set; then | |
9501 | enableval="$enable_progressdlg" | |
9502 | ||
9503 | if test "$enableval" = yes; then | |
9504 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes' | |
9505 | else | |
9506 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG=no' | |
9507 | fi | |
9508 | ||
9509 | else | |
9510 | ||
9511 | LINE=`grep "wxUSE_PROGRESSDLG" ${wx_arg_cache_file}` | |
9512 | if test "x$LINE" != x ; then | |
9513 | eval "DEFAULT_$LINE" | |
9514 | else | |
9515 | no_cache=1 | |
9516 | fi | |
9517 | ||
9518 | ac_cv_use_progressdlg='wxUSE_PROGRESSDLG='$DEFAULT_wxUSE_PROGRESSDLG | |
9519 | ||
9520 | fi; | |
9521 | ||
9522 | eval "$ac_cv_use_progressdlg" | |
9523 | if test "$no_cache" != 1; then | |
9524 | echo $ac_cv_use_progressdlg >> ${wx_arg_cache_file}.tmp | |
9525 | fi | |
9526 | ||
9527 | if test "$wxUSE_PROGRESSDLG" = yes; then | |
9528 | echo "$as_me:$LINENO: result: yes" >&5 | |
9529 | echo "${ECHO_T}yes" >&6 | |
9530 | else | |
9531 | echo "$as_me:$LINENO: result: no" >&5 | |
9532 | echo "${ECHO_T}no" >&6 | |
9533 | fi | |
9534 | ||
9535 | ||
9536 | enablestring= | |
9537 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5 | |
9538 | echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6 | |
9539 | no_cache=0 | |
9540 | # Check whether --enable-wizarddlg or --disable-wizarddlg was given. | |
9541 | if test "${enable_wizarddlg+set}" = set; then | |
9542 | enableval="$enable_wizarddlg" | |
9543 | ||
9544 | if test "$enableval" = yes; then | |
9545 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes' | |
9546 | else | |
9547 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG=no' | |
9548 | fi | |
9549 | ||
9550 | else | |
9551 | ||
9552 | LINE=`grep "wxUSE_WIZARDDLG" ${wx_arg_cache_file}` | |
9553 | if test "x$LINE" != x ; then | |
9554 | eval "DEFAULT_$LINE" | |
9555 | else | |
9556 | no_cache=1 | |
9557 | fi | |
9558 | ||
9559 | ac_cv_use_wizarddlg='wxUSE_WIZARDDLG='$DEFAULT_wxUSE_WIZARDDLG | |
9560 | ||
9561 | fi; | |
9562 | ||
9563 | eval "$ac_cv_use_wizarddlg" | |
9564 | if test "$no_cache" != 1; then | |
9565 | echo $ac_cv_use_wizarddlg >> ${wx_arg_cache_file}.tmp | |
9566 | fi | |
9567 | ||
9568 | if test "$wxUSE_WIZARDDLG" = yes; then | |
9569 | echo "$as_me:$LINENO: result: yes" >&5 | |
9570 | echo "${ECHO_T}yes" >&6 | |
9571 | else | |
9572 | echo "$as_me:$LINENO: result: no" >&5 | |
9573 | echo "${ECHO_T}no" >&6 | |
9574 | fi | |
9575 | ||
9576 | ||
9577 | ||
9578 | ||
9579 | enablestring= | |
9580 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5 | |
9581 | echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6 | |
9582 | no_cache=0 | |
9583 | # Check whether --enable-menus or --disable-menus was given. | |
9584 | if test "${enable_menus+set}" = set; then | |
9585 | enableval="$enable_menus" | |
9586 | ||
9587 | if test "$enableval" = yes; then | |
9588 | ac_cv_use_menus='wxUSE_MENUS=yes' | |
9589 | else | |
9590 | ac_cv_use_menus='wxUSE_MENUS=no' | |
9591 | fi | |
9592 | ||
9593 | else | |
9594 | ||
9595 | LINE=`grep "wxUSE_MENUS" ${wx_arg_cache_file}` | |
9596 | if test "x$LINE" != x ; then | |
9597 | eval "DEFAULT_$LINE" | |
9598 | else | |
9599 | no_cache=1 | |
9600 | fi | |
9601 | ||
9602 | ac_cv_use_menus='wxUSE_MENUS='$DEFAULT_wxUSE_MENUS | |
9603 | ||
9604 | fi; | |
9605 | ||
9606 | eval "$ac_cv_use_menus" | |
9607 | if test "$no_cache" != 1; then | |
9608 | echo $ac_cv_use_menus >> ${wx_arg_cache_file}.tmp | |
9609 | fi | |
9610 | ||
9611 | if test "$wxUSE_MENUS" = yes; then | |
9612 | echo "$as_me:$LINENO: result: yes" >&5 | |
9613 | echo "${ECHO_T}yes" >&6 | |
9614 | else | |
9615 | echo "$as_me:$LINENO: result: no" >&5 | |
9616 | echo "${ECHO_T}no" >&6 | |
9617 | fi | |
9618 | ||
9619 | ||
9620 | enablestring= | |
9621 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5 | |
9622 | echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6 | |
9623 | no_cache=0 | |
9624 | # Check whether --enable-miniframe or --disable-miniframe was given. | |
9625 | if test "${enable_miniframe+set}" = set; then | |
9626 | enableval="$enable_miniframe" | |
9627 | ||
9628 | if test "$enableval" = yes; then | |
9629 | ac_cv_use_miniframe='wxUSE_MINIFRAME=yes' | |
9630 | else | |
9631 | ac_cv_use_miniframe='wxUSE_MINIFRAME=no' | |
9632 | fi | |
9633 | ||
9634 | else | |
9635 | ||
9636 | LINE=`grep "wxUSE_MINIFRAME" ${wx_arg_cache_file}` | |
9637 | if test "x$LINE" != x ; then | |
9638 | eval "DEFAULT_$LINE" | |
9639 | else | |
9640 | no_cache=1 | |
9641 | fi | |
9642 | ||
9643 | ac_cv_use_miniframe='wxUSE_MINIFRAME='$DEFAULT_wxUSE_MINIFRAME | |
9644 | ||
9645 | fi; | |
9646 | ||
9647 | eval "$ac_cv_use_miniframe" | |
9648 | if test "$no_cache" != 1; then | |
9649 | echo $ac_cv_use_miniframe >> ${wx_arg_cache_file}.tmp | |
9650 | fi | |
9651 | ||
9652 | if test "$wxUSE_MINIFRAME" = yes; then | |
9653 | echo "$as_me:$LINENO: result: yes" >&5 | |
9654 | echo "${ECHO_T}yes" >&6 | |
9655 | else | |
9656 | echo "$as_me:$LINENO: result: no" >&5 | |
9657 | echo "${ECHO_T}no" >&6 | |
9658 | fi | |
9659 | ||
9660 | ||
9661 | enablestring= | |
9662 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5 | |
9663 | echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6 | |
9664 | no_cache=0 | |
9665 | # Check whether --enable-tooltips or --disable-tooltips was given. | |
9666 | if test "${enable_tooltips+set}" = set; then | |
9667 | enableval="$enable_tooltips" | |
9668 | ||
9669 | if test "$enableval" = yes; then | |
9670 | ac_cv_use_tooltips='wxUSE_TOOLTIPS=yes' | |
9671 | else | |
9672 | ac_cv_use_tooltips='wxUSE_TOOLTIPS=no' | |
9673 | fi | |
9674 | ||
9675 | else | |
9676 | ||
9677 | LINE=`grep "wxUSE_TOOLTIPS" ${wx_arg_cache_file}` | |
9678 | if test "x$LINE" != x ; then | |
9679 | eval "DEFAULT_$LINE" | |
9680 | else | |
9681 | no_cache=1 | |
9682 | fi | |
9683 | ||
9684 | ac_cv_use_tooltips='wxUSE_TOOLTIPS='$DEFAULT_wxUSE_TOOLTIPS | |
9685 | ||
9686 | fi; | |
9687 | ||
9688 | eval "$ac_cv_use_tooltips" | |
9689 | if test "$no_cache" != 1; then | |
9690 | echo $ac_cv_use_tooltips >> ${wx_arg_cache_file}.tmp | |
9691 | fi | |
9692 | ||
9693 | if test "$wxUSE_TOOLTIPS" = yes; then | |
9694 | echo "$as_me:$LINENO: result: yes" >&5 | |
9695 | echo "${ECHO_T}yes" >&6 | |
9696 | else | |
9697 | echo "$as_me:$LINENO: result: no" >&5 | |
9698 | echo "${ECHO_T}no" >&6 | |
9699 | fi | |
9700 | ||
9701 | ||
9702 | enablestring= | |
9703 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5 | |
9704 | echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6 | |
9705 | no_cache=0 | |
9706 | # Check whether --enable-splines or --disable-splines was given. | |
9707 | if test "${enable_splines+set}" = set; then | |
9708 | enableval="$enable_splines" | |
9709 | ||
9710 | if test "$enableval" = yes; then | |
9711 | ac_cv_use_splines='wxUSE_SPLINES=yes' | |
9712 | else | |
9713 | ac_cv_use_splines='wxUSE_SPLINES=no' | |
9714 | fi | |
9715 | ||
9716 | else | |
9717 | ||
9718 | LINE=`grep "wxUSE_SPLINES" ${wx_arg_cache_file}` | |
9719 | if test "x$LINE" != x ; then | |
9720 | eval "DEFAULT_$LINE" | |
9721 | else | |
9722 | no_cache=1 | |
9723 | fi | |
9724 | ||
9725 | ac_cv_use_splines='wxUSE_SPLINES='$DEFAULT_wxUSE_SPLINES | |
9726 | ||
9727 | fi; | |
9728 | ||
9729 | eval "$ac_cv_use_splines" | |
9730 | if test "$no_cache" != 1; then | |
9731 | echo $ac_cv_use_splines >> ${wx_arg_cache_file}.tmp | |
9732 | fi | |
9733 | ||
9734 | if test "$wxUSE_SPLINES" = yes; then | |
9735 | echo "$as_me:$LINENO: result: yes" >&5 | |
9736 | echo "${ECHO_T}yes" >&6 | |
9737 | else | |
9738 | echo "$as_me:$LINENO: result: no" >&5 | |
9739 | echo "${ECHO_T}no" >&6 | |
9740 | fi | |
9741 | ||
9742 | ||
9743 | enablestring= | |
9744 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5 | |
9745 | echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6 | |
9746 | no_cache=0 | |
9747 | # Check whether --enable-validators or --disable-validators was given. | |
9748 | if test "${enable_validators+set}" = set; then | |
9749 | enableval="$enable_validators" | |
9750 | ||
9751 | if test "$enableval" = yes; then | |
9752 | ac_cv_use_validators='wxUSE_VALIDATORS=yes' | |
9753 | else | |
9754 | ac_cv_use_validators='wxUSE_VALIDATORS=no' | |
9755 | fi | |
9756 | ||
9757 | else | |
9758 | ||
9759 | LINE=`grep "wxUSE_VALIDATORS" ${wx_arg_cache_file}` | |
9760 | if test "x$LINE" != x ; then | |
9761 | eval "DEFAULT_$LINE" | |
9762 | else | |
9763 | no_cache=1 | |
9764 | fi | |
9765 | ||
9766 | ac_cv_use_validators='wxUSE_VALIDATORS='$DEFAULT_wxUSE_VALIDATORS | |
9767 | ||
9768 | fi; | |
9769 | ||
9770 | eval "$ac_cv_use_validators" | |
9771 | if test "$no_cache" != 1; then | |
9772 | echo $ac_cv_use_validators >> ${wx_arg_cache_file}.tmp | |
9773 | fi | |
9774 | ||
9775 | if test "$wxUSE_VALIDATORS" = yes; then | |
9776 | echo "$as_me:$LINENO: result: yes" >&5 | |
9777 | echo "${ECHO_T}yes" >&6 | |
9778 | else | |
9779 | echo "$as_me:$LINENO: result: no" >&5 | |
9780 | echo "${ECHO_T}no" >&6 | |
9781 | fi | |
9782 | ||
9783 | ||
9784 | enablestring= | |
9785 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5 | |
9786 | echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6 | |
9787 | no_cache=0 | |
9788 | # Check whether --enable-busyinfo or --disable-busyinfo was given. | |
9789 | if test "${enable_busyinfo+set}" = set; then | |
9790 | enableval="$enable_busyinfo" | |
9791 | ||
9792 | if test "$enableval" = yes; then | |
9793 | ac_cv_use_busyinfo='wxUSE_BUSYINFO=yes' | |
9794 | else | |
9795 | ac_cv_use_busyinfo='wxUSE_BUSYINFO=no' | |
9796 | fi | |
9797 | ||
9798 | else | |
9799 | ||
9800 | LINE=`grep "wxUSE_BUSYINFO" ${wx_arg_cache_file}` | |
9801 | if test "x$LINE" != x ; then | |
9802 | eval "DEFAULT_$LINE" | |
9803 | else | |
9804 | no_cache=1 | |
9805 | fi | |
9806 | ||
9807 | ac_cv_use_busyinfo='wxUSE_BUSYINFO='$DEFAULT_wxUSE_BUSYINFO | |
9808 | ||
9809 | fi; | |
9810 | ||
9811 | eval "$ac_cv_use_busyinfo" | |
9812 | if test "$no_cache" != 1; then | |
9813 | echo $ac_cv_use_busyinfo >> ${wx_arg_cache_file}.tmp | |
9814 | fi | |
9815 | ||
9816 | if test "$wxUSE_BUSYINFO" = yes; then | |
9817 | echo "$as_me:$LINENO: result: yes" >&5 | |
9818 | echo "${ECHO_T}yes" >&6 | |
9819 | else | |
9820 | echo "$as_me:$LINENO: result: no" >&5 | |
9821 | echo "${ECHO_T}no" >&6 | |
9822 | fi | |
9823 | ||
9824 | ||
9825 | enablestring= | |
9826 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5 | |
9827 | echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6 | |
9828 | no_cache=0 | |
9829 | # Check whether --enable-joystick or --disable-joystick was given. | |
9830 | if test "${enable_joystick+set}" = set; then | |
9831 | enableval="$enable_joystick" | |
9832 | ||
9833 | if test "$enableval" = yes; then | |
9834 | ac_cv_use_joystick='wxUSE_JOYSTICK=yes' | |
9835 | else | |
9836 | ac_cv_use_joystick='wxUSE_JOYSTICK=no' | |
9837 | fi | |
9838 | ||
9839 | else | |
9840 | ||
9841 | LINE=`grep "wxUSE_JOYSTICK" ${wx_arg_cache_file}` | |
9842 | if test "x$LINE" != x ; then | |
9843 | eval "DEFAULT_$LINE" | |
9844 | else | |
9845 | no_cache=1 | |
9846 | fi | |
9847 | ||
9848 | ac_cv_use_joystick='wxUSE_JOYSTICK='$DEFAULT_wxUSE_JOYSTICK | |
9849 | ||
9850 | fi; | |
9851 | ||
9852 | eval "$ac_cv_use_joystick" | |
9853 | if test "$no_cache" != 1; then | |
9854 | echo $ac_cv_use_joystick >> ${wx_arg_cache_file}.tmp | |
9855 | fi | |
9856 | ||
9857 | if test "$wxUSE_JOYSTICK" = yes; then | |
9858 | echo "$as_me:$LINENO: result: yes" >&5 | |
9859 | echo "${ECHO_T}yes" >&6 | |
9860 | else | |
9861 | echo "$as_me:$LINENO: result: no" >&5 | |
9862 | echo "${ECHO_T}no" >&6 | |
9863 | fi | |
9864 | ||
9865 | ||
9866 | enablestring= | |
9867 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5 | |
9868 | echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6 | |
9869 | no_cache=0 | |
9870 | # Check whether --enable-metafile or --disable-metafile was given. | |
9871 | if test "${enable_metafile+set}" = set; then | |
9872 | enableval="$enable_metafile" | |
9873 | ||
9874 | if test "$enableval" = yes; then | |
9875 | ac_cv_use_metafile='wxUSE_METAFILE=yes' | |
9876 | else | |
9877 | ac_cv_use_metafile='wxUSE_METAFILE=no' | |
9878 | fi | |
9879 | ||
9880 | else | |
9881 | ||
9882 | LINE=`grep "wxUSE_METAFILE" ${wx_arg_cache_file}` | |
9883 | if test "x$LINE" != x ; then | |
9884 | eval "DEFAULT_$LINE" | |
9885 | else | |
9886 | no_cache=1 | |
9887 | fi | |
9888 | ||
9889 | ac_cv_use_metafile='wxUSE_METAFILE='$DEFAULT_wxUSE_METAFILE | |
9890 | ||
9891 | fi; | |
9892 | ||
9893 | eval "$ac_cv_use_metafile" | |
9894 | if test "$no_cache" != 1; then | |
9895 | echo $ac_cv_use_metafile >> ${wx_arg_cache_file}.tmp | |
9896 | fi | |
9897 | ||
9898 | if test "$wxUSE_METAFILE" = yes; then | |
9899 | echo "$as_me:$LINENO: result: yes" >&5 | |
9900 | echo "${ECHO_T}yes" >&6 | |
9901 | else | |
9902 | echo "$as_me:$LINENO: result: no" >&5 | |
9903 | echo "${ECHO_T}no" >&6 | |
9904 | fi | |
9905 | ||
9906 | ||
9907 | enablestring= | |
9908 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5 | |
9909 | echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6 | |
9910 | no_cache=0 | |
9911 | # Check whether --enable-dragimage or --disable-dragimage was given. | |
9912 | if test "${enable_dragimage+set}" = set; then | |
9913 | enableval="$enable_dragimage" | |
9914 | ||
9915 | if test "$enableval" = yes; then | |
9916 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE=yes' | |
9917 | else | |
9918 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE=no' | |
9919 | fi | |
9920 | ||
9921 | else | |
9922 | ||
9923 | LINE=`grep "wxUSE_DRAGIMAGE" ${wx_arg_cache_file}` | |
9924 | if test "x$LINE" != x ; then | |
9925 | eval "DEFAULT_$LINE" | |
9926 | else | |
9927 | no_cache=1 | |
9928 | fi | |
9929 | ||
9930 | ac_cv_use_dragimage='wxUSE_DRAGIMAGE='$DEFAULT_wxUSE_DRAGIMAGE | |
9931 | ||
9932 | fi; | |
9933 | ||
9934 | eval "$ac_cv_use_dragimage" | |
9935 | if test "$no_cache" != 1; then | |
9936 | echo $ac_cv_use_dragimage >> ${wx_arg_cache_file}.tmp | |
9937 | fi | |
9938 | ||
9939 | if test "$wxUSE_DRAGIMAGE" = yes; then | |
9940 | echo "$as_me:$LINENO: result: yes" >&5 | |
9941 | echo "${ECHO_T}yes" >&6 | |
9942 | else | |
9943 | echo "$as_me:$LINENO: result: no" >&5 | |
9944 | echo "${ECHO_T}no" >&6 | |
9945 | fi | |
9946 | ||
9947 | ||
9948 | enablestring= | |
9949 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5 | |
9950 | echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6 | |
9951 | no_cache=0 | |
9952 | # Check whether --enable-accessibility or --disable-accessibility was given. | |
9953 | if test "${enable_accessibility+set}" = set; then | |
9954 | enableval="$enable_accessibility" | |
9955 | ||
9956 | if test "$enableval" = yes; then | |
9957 | ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes' | |
9958 | else | |
9959 | ac_cv_use_accessibility='wxUSE_ACCESSIBILITY=no' | |
9960 | fi | |
9961 | ||
9962 | else | |
9963 | ||
9964 | LINE=`grep "wxUSE_ACCESSIBILITY" ${wx_arg_cache_file}` | |
9965 | if test "x$LINE" != x ; then | |
9966 | eval "DEFAULT_$LINE" | |
9967 | else | |
9968 | no_cache=1 | |
9969 | fi | |
9970 | ||
9971 | ac_cv_use_accessibility='wxUSE_ACCESSIBILITY='$DEFAULT_wxUSE_ACCESSIBILITY | |
9972 | ||
9973 | fi; | |
9974 | ||
9975 | eval "$ac_cv_use_accessibility" | |
9976 | if test "$no_cache" != 1; then | |
9977 | echo $ac_cv_use_accessibility >> ${wx_arg_cache_file}.tmp | |
9978 | fi | |
9979 | ||
9980 | if test "$wxUSE_ACCESSIBILITY" = yes; then | |
9981 | echo "$as_me:$LINENO: result: yes" >&5 | |
9982 | echo "${ECHO_T}yes" >&6 | |
9983 | else | |
9984 | echo "$as_me:$LINENO: result: no" >&5 | |
9985 | echo "${ECHO_T}no" >&6 | |
9986 | fi | |
9987 | ||
9988 | ||
9989 | ||
9990 | ||
9991 | enablestring= | |
9992 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5 | |
9993 | echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6 | |
9994 | no_cache=0 | |
9995 | # Check whether --enable-palette or --disable-palette was given. | |
9996 | if test "${enable_palette+set}" = set; then | |
9997 | enableval="$enable_palette" | |
9998 | ||
9999 | if test "$enableval" = yes; then | |
10000 | ac_cv_use_palette='wxUSE_PALETTE=yes' | |
10001 | else | |
10002 | ac_cv_use_palette='wxUSE_PALETTE=no' | |
10003 | fi | |
10004 | ||
10005 | else | |
10006 | ||
10007 | LINE=`grep "wxUSE_PALETTE" ${wx_arg_cache_file}` | |
10008 | if test "x$LINE" != x ; then | |
10009 | eval "DEFAULT_$LINE" | |
10010 | else | |
10011 | no_cache=1 | |
10012 | fi | |
10013 | ||
10014 | ac_cv_use_palette='wxUSE_PALETTE='$DEFAULT_wxUSE_PALETTE | |
10015 | ||
10016 | fi; | |
10017 | ||
10018 | eval "$ac_cv_use_palette" | |
10019 | if test "$no_cache" != 1; then | |
10020 | echo $ac_cv_use_palette >> ${wx_arg_cache_file}.tmp | |
10021 | fi | |
10022 | ||
10023 | if test "$wxUSE_PALETTE" = yes; then | |
10024 | echo "$as_me:$LINENO: result: yes" >&5 | |
10025 | echo "${ECHO_T}yes" >&6 | |
10026 | else | |
10027 | echo "$as_me:$LINENO: result: no" >&5 | |
10028 | echo "${ECHO_T}no" >&6 | |
10029 | fi | |
10030 | ||
10031 | ||
10032 | enablestring= | |
10033 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5 | |
10034 | echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6 | |
10035 | no_cache=0 | |
10036 | # Check whether --enable-image or --disable-image was given. | |
10037 | if test "${enable_image+set}" = set; then | |
10038 | enableval="$enable_image" | |
10039 | ||
10040 | if test "$enableval" = yes; then | |
10041 | ac_cv_use_image='wxUSE_IMAGE=yes' | |
10042 | else | |
10043 | ac_cv_use_image='wxUSE_IMAGE=no' | |
10044 | fi | |
10045 | ||
10046 | else | |
10047 | ||
10048 | LINE=`grep "wxUSE_IMAGE" ${wx_arg_cache_file}` | |
10049 | if test "x$LINE" != x ; then | |
10050 | eval "DEFAULT_$LINE" | |
10051 | else | |
10052 | no_cache=1 | |
10053 | fi | |
10054 | ||
10055 | ac_cv_use_image='wxUSE_IMAGE='$DEFAULT_wxUSE_IMAGE | |
10056 | ||
10057 | fi; | |
10058 | ||
10059 | eval "$ac_cv_use_image" | |
10060 | if test "$no_cache" != 1; then | |
10061 | echo $ac_cv_use_image >> ${wx_arg_cache_file}.tmp | |
10062 | fi | |
10063 | ||
10064 | if test "$wxUSE_IMAGE" = yes; then | |
10065 | echo "$as_me:$LINENO: result: yes" >&5 | |
10066 | echo "${ECHO_T}yes" >&6 | |
10067 | else | |
10068 | echo "$as_me:$LINENO: result: no" >&5 | |
10069 | echo "${ECHO_T}no" >&6 | |
10070 | fi | |
10071 | ||
10072 | ||
10073 | enablestring= | |
10074 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5 | |
10075 | echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6 | |
10076 | no_cache=0 | |
10077 | # Check whether --enable-gif or --disable-gif was given. | |
10078 | if test "${enable_gif+set}" = set; then | |
10079 | enableval="$enable_gif" | |
10080 | ||
10081 | if test "$enableval" = yes; then | |
10082 | ac_cv_use_gif='wxUSE_GIF=yes' | |
10083 | else | |
10084 | ac_cv_use_gif='wxUSE_GIF=no' | |
10085 | fi | |
10086 | ||
10087 | else | |
10088 | ||
10089 | LINE=`grep "wxUSE_GIF" ${wx_arg_cache_file}` | |
10090 | if test "x$LINE" != x ; then | |
10091 | eval "DEFAULT_$LINE" | |
10092 | else | |
10093 | no_cache=1 | |
10094 | fi | |
10095 | ||
10096 | ac_cv_use_gif='wxUSE_GIF='$DEFAULT_wxUSE_GIF | |
10097 | ||
10098 | fi; | |
10099 | ||
10100 | eval "$ac_cv_use_gif" | |
10101 | if test "$no_cache" != 1; then | |
10102 | echo $ac_cv_use_gif >> ${wx_arg_cache_file}.tmp | |
10103 | fi | |
10104 | ||
10105 | if test "$wxUSE_GIF" = yes; then | |
10106 | echo "$as_me:$LINENO: result: yes" >&5 | |
10107 | echo "${ECHO_T}yes" >&6 | |
10108 | else | |
10109 | echo "$as_me:$LINENO: result: no" >&5 | |
10110 | echo "${ECHO_T}no" >&6 | |
10111 | fi | |
10112 | ||
10113 | ||
10114 | enablestring= | |
10115 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5 | |
10116 | echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6 | |
10117 | no_cache=0 | |
10118 | # Check whether --enable-pcx or --disable-pcx was given. | |
10119 | if test "${enable_pcx+set}" = set; then | |
10120 | enableval="$enable_pcx" | |
10121 | ||
10122 | if test "$enableval" = yes; then | |
10123 | ac_cv_use_pcx='wxUSE_PCX=yes' | |
10124 | else | |
10125 | ac_cv_use_pcx='wxUSE_PCX=no' | |
10126 | fi | |
10127 | ||
10128 | else | |
10129 | ||
10130 | LINE=`grep "wxUSE_PCX" ${wx_arg_cache_file}` | |
10131 | if test "x$LINE" != x ; then | |
10132 | eval "DEFAULT_$LINE" | |
10133 | else | |
10134 | no_cache=1 | |
10135 | fi | |
10136 | ||
10137 | ac_cv_use_pcx='wxUSE_PCX='$DEFAULT_wxUSE_PCX | |
10138 | ||
10139 | fi; | |
10140 | ||
10141 | eval "$ac_cv_use_pcx" | |
10142 | if test "$no_cache" != 1; then | |
10143 | echo $ac_cv_use_pcx >> ${wx_arg_cache_file}.tmp | |
10144 | fi | |
10145 | ||
10146 | if test "$wxUSE_PCX" = yes; then | |
10147 | echo "$as_me:$LINENO: result: yes" >&5 | |
10148 | echo "${ECHO_T}yes" >&6 | |
10149 | else | |
10150 | echo "$as_me:$LINENO: result: no" >&5 | |
10151 | echo "${ECHO_T}no" >&6 | |
10152 | fi | |
10153 | ||
10154 | ||
10155 | enablestring= | |
10156 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5 | |
10157 | echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6 | |
10158 | no_cache=0 | |
10159 | # Check whether --enable-iff or --disable-iff was given. | |
10160 | if test "${enable_iff+set}" = set; then | |
10161 | enableval="$enable_iff" | |
10162 | ||
10163 | if test "$enableval" = yes; then | |
10164 | ac_cv_use_iff='wxUSE_IFF=yes' | |
10165 | else | |
10166 | ac_cv_use_iff='wxUSE_IFF=no' | |
10167 | fi | |
10168 | ||
10169 | else | |
10170 | ||
10171 | LINE=`grep "wxUSE_IFF" ${wx_arg_cache_file}` | |
10172 | if test "x$LINE" != x ; then | |
10173 | eval "DEFAULT_$LINE" | |
10174 | else | |
10175 | no_cache=1 | |
10176 | fi | |
10177 | ||
10178 | ac_cv_use_iff='wxUSE_IFF='$DEFAULT_wxUSE_IFF | |
10179 | ||
10180 | fi; | |
10181 | ||
10182 | eval "$ac_cv_use_iff" | |
10183 | if test "$no_cache" != 1; then | |
10184 | echo $ac_cv_use_iff >> ${wx_arg_cache_file}.tmp | |
10185 | fi | |
10186 | ||
10187 | if test "$wxUSE_IFF" = yes; then | |
10188 | echo "$as_me:$LINENO: result: yes" >&5 | |
10189 | echo "${ECHO_T}yes" >&6 | |
10190 | else | |
10191 | echo "$as_me:$LINENO: result: no" >&5 | |
10192 | echo "${ECHO_T}no" >&6 | |
10193 | fi | |
10194 | ||
10195 | ||
10196 | enablestring= | |
10197 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5 | |
10198 | echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6 | |
10199 | no_cache=0 | |
10200 | # Check whether --enable-pnm or --disable-pnm was given. | |
10201 | if test "${enable_pnm+set}" = set; then | |
10202 | enableval="$enable_pnm" | |
10203 | ||
10204 | if test "$enableval" = yes; then | |
10205 | ac_cv_use_pnm='wxUSE_PNM=yes' | |
10206 | else | |
10207 | ac_cv_use_pnm='wxUSE_PNM=no' | |
10208 | fi | |
10209 | ||
10210 | else | |
10211 | ||
10212 | LINE=`grep "wxUSE_PNM" ${wx_arg_cache_file}` | |
10213 | if test "x$LINE" != x ; then | |
10214 | eval "DEFAULT_$LINE" | |
10215 | else | |
10216 | no_cache=1 | |
10217 | fi | |
10218 | ||
10219 | ac_cv_use_pnm='wxUSE_PNM='$DEFAULT_wxUSE_PNM | |
10220 | ||
10221 | fi; | |
10222 | ||
10223 | eval "$ac_cv_use_pnm" | |
10224 | if test "$no_cache" != 1; then | |
10225 | echo $ac_cv_use_pnm >> ${wx_arg_cache_file}.tmp | |
10226 | fi | |
10227 | ||
10228 | if test "$wxUSE_PNM" = yes; then | |
10229 | echo "$as_me:$LINENO: result: yes" >&5 | |
10230 | echo "${ECHO_T}yes" >&6 | |
10231 | else | |
10232 | echo "$as_me:$LINENO: result: no" >&5 | |
10233 | echo "${ECHO_T}no" >&6 | |
10234 | fi | |
10235 | ||
10236 | ||
10237 | enablestring= | |
10238 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5 | |
10239 | echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6 | |
10240 | no_cache=0 | |
10241 | # Check whether --enable-xpm or --disable-xpm was given. | |
10242 | if test "${enable_xpm+set}" = set; then | |
10243 | enableval="$enable_xpm" | |
10244 | ||
10245 | if test "$enableval" = yes; then | |
10246 | ac_cv_use_xpm='wxUSE_XPM=yes' | |
10247 | else | |
10248 | ac_cv_use_xpm='wxUSE_XPM=no' | |
10249 | fi | |
10250 | ||
10251 | else | |
10252 | ||
10253 | LINE=`grep "wxUSE_XPM" ${wx_arg_cache_file}` | |
10254 | if test "x$LINE" != x ; then | |
10255 | eval "DEFAULT_$LINE" | |
10256 | else | |
10257 | no_cache=1 | |
10258 | fi | |
10259 | ||
10260 | ac_cv_use_xpm='wxUSE_XPM='$DEFAULT_wxUSE_XPM | |
10261 | ||
10262 | fi; | |
10263 | ||
10264 | eval "$ac_cv_use_xpm" | |
10265 | if test "$no_cache" != 1; then | |
10266 | echo $ac_cv_use_xpm >> ${wx_arg_cache_file}.tmp | |
10267 | fi | |
10268 | ||
10269 | if test "$wxUSE_XPM" = yes; then | |
10270 | echo "$as_me:$LINENO: result: yes" >&5 | |
10271 | echo "${ECHO_T}yes" >&6 | |
10272 | else | |
10273 | echo "$as_me:$LINENO: result: no" >&5 | |
10274 | echo "${ECHO_T}no" >&6 | |
10275 | fi | |
10276 | ||
10277 | ||
10278 | enablestring= | |
10279 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5 | |
10280 | echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6 | |
10281 | no_cache=0 | |
10282 | # Check whether --enable-ico_cur or --disable-ico_cur was given. | |
10283 | if test "${enable_ico_cur+set}" = set; then | |
10284 | enableval="$enable_ico_cur" | |
10285 | ||
10286 | if test "$enableval" = yes; then | |
10287 | ac_cv_use_ico_cur='wxUSE_ICO_CUR=yes' | |
10288 | else | |
10289 | ac_cv_use_ico_cur='wxUSE_ICO_CUR=no' | |
10290 | fi | |
10291 | ||
10292 | else | |
10293 | ||
10294 | LINE=`grep "wxUSE_ICO_CUR" ${wx_arg_cache_file}` | |
10295 | if test "x$LINE" != x ; then | |
10296 | eval "DEFAULT_$LINE" | |
10297 | else | |
10298 | no_cache=1 | |
10299 | fi | |
10300 | ||
10301 | ac_cv_use_ico_cur='wxUSE_ICO_CUR='$DEFAULT_wxUSE_ICO_CUR | |
10302 | ||
10303 | fi; | |
10304 | ||
10305 | eval "$ac_cv_use_ico_cur" | |
10306 | if test "$no_cache" != 1; then | |
10307 | echo $ac_cv_use_ico_cur >> ${wx_arg_cache_file}.tmp | |
10308 | fi | |
10309 | ||
10310 | if test "$wxUSE_ICO_CUR" = yes; then | |
10311 | echo "$as_me:$LINENO: result: yes" >&5 | |
10312 | echo "${ECHO_T}yes" >&6 | |
10313 | else | |
10314 | echo "$as_me:$LINENO: result: no" >&5 | |
10315 | echo "${ECHO_T}no" >&6 | |
10316 | fi | |
10317 | ||
10318 | ||
10319 | fi | |
10320 | ||
10321 | ||
10322 | ||
ceec2216 RL |
10323 | # Check whether --with-flavour or --without-flavour was given. |
10324 | if test "${with_flavour+set}" = set; then | |
10325 | withval="$with_flavour" | |
10326 | WX_FLAVOUR="$withval" | |
10327 | fi; | |
10328 | ||
10329 | ||
10330 | ||
a848cd7e SC |
10331 | enablestring= |
10332 | echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5 | |
10333 | echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6 | |
10334 | no_cache=0 | |
10335 | # Check whether --enable-official_build or --disable-official_build was given. | |
10336 | if test "${enable_official_build+set}" = set; then | |
10337 | enableval="$enable_official_build" | |
10338 | ||
10339 | if test "$enableval" = yes; then | |
10340 | ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes' | |
10341 | else | |
10342 | ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no' | |
10343 | fi | |
10344 | ||
10345 | else | |
10346 | ||
10347 | LINE=`grep "wxUSE_OFFICIAL_BUILD" ${wx_arg_cache_file}` | |
10348 | if test "x$LINE" != x ; then | |
10349 | eval "DEFAULT_$LINE" | |
10350 | else | |
10351 | no_cache=1 | |
10352 | fi | |
10353 | ||
10354 | ac_cv_use_official_build='wxUSE_OFFICIAL_BUILD='$DEFAULT_wxUSE_OFFICIAL_BUILD | |
10355 | ||
10356 | fi; | |
10357 | ||
10358 | eval "$ac_cv_use_official_build" | |
10359 | if test "$no_cache" != 1; then | |
10360 | echo $ac_cv_use_official_build >> ${wx_arg_cache_file}.tmp | |
10361 | fi | |
10362 | ||
10363 | if test "$wxUSE_OFFICIAL_BUILD" = yes; then | |
10364 | echo "$as_me:$LINENO: result: yes" >&5 | |
10365 | echo "${ECHO_T}yes" >&6 | |
10366 | else | |
10367 | echo "$as_me:$LINENO: result: no" >&5 | |
10368 | echo "${ECHO_T}no" >&6 | |
10369 | fi | |
10370 | ||
10371 | # Check whether --enable-vendor or --disable-vendor was given. | |
10372 | if test "${enable_vendor+set}" = set; then | |
10373 | enableval="$enable_vendor" | |
10374 | VENDOR="$enableval" | |
10375 | fi; | |
10376 | if test "x$VENDOR" = "x"; then | |
10377 | VENDOR="custom" | |
10378 | fi | |
10379 | ||
a848cd7e SC |
10380 | |
10381 | ||
10382 | ||
10383 | echo "saving argument cache $wx_arg_cache_file" | |
10384 | mv ${wx_arg_cache_file}.tmp ${wx_arg_cache_file} | |
10385 | ||
10386 | ||
10387 | ||
10388 | echo "$as_me:$LINENO: checking for toolkit" >&5 | |
10389 | echo $ECHO_N "checking for toolkit... $ECHO_C" >&6 | |
10390 | ||
10391 | # In Wine, we need to default to MSW, not GTK or MOTIF | |
10392 | if test "$wxUSE_WINE" = "yes"; then | |
10393 | DEFAULT_DEFAULT_wxUSE_GTK=0 | |
10394 | DEFAULT_DEFAULT_wxUSE_MOTIF=0 | |
10395 | DEFAULT_DEFAULT_wxUSE_MSW=1 | |
10396 | wxUSE_SHARED=no | |
10397 | fi | |
10398 | ||
10399 | if test "$wxUSE_GUI" = "yes"; then | |
10400 | ||
10401 | if test "$USE_BEOS" = 1; then | |
10402 | { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5 | |
10403 | echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;} | |
10404 | { (exit 1); exit 1; }; } | |
10405 | fi | |
10406 | ||
10407 | if test "$TOOLKIT_GIVEN" = 1; then | |
10408 | for toolkit in `echo $ALL_TOOLKITS`; do | |
10409 | var=wxUSE_$toolkit | |
10410 | eval "value=\$${var}" | |
10411 | eval "$var=`echo \$value | sed -e "s/yes/1/" -e "s/no/0/"`" | |
10412 | done | |
10413 | else | |
10414 | for toolkit in `echo $ALL_TOOLKITS`; do | |
10415 | if test "$has_toolkit_in_cache" != 1; then | |
10416 | var=DEFAULT_DEFAULT_wxUSE_$toolkit | |
10417 | else | |
10418 | var=DEFAULT_wxUSE_$toolkit | |
10419 | fi | |
10420 | eval "wxUSE_$toolkit=\$${var}" | |
10421 | done | |
10422 | fi | |
10423 | ||
10424 | NUM_TOOLKITS=`expr ${wxUSE_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_MAC:-0} \ | |
10425 | + ${wxUSE_MGL:-0} + ${wxUSE_MICROWIN:-0} \ | |
10426 | + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}` | |
10427 | ||
10428 | case "${host}" in | |
10429 | *-pc-os2_emx | *-pc-os2-emx ) | |
10430 | NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}` | |
10431 | esac | |
10432 | ||
10433 | case "$NUM_TOOLKITS" in | |
10434 | 1) | |
10435 | ;; | |
10436 | 0) | |
10437 | { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5 | |
10438 | echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;} | |
10439 | { (exit 1); exit 1; }; } | |
10440 | ;; | |
10441 | *) | |
10442 | { { echo "$as_me:$LINENO: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&5 | |
10443 | echo "$as_me: error: Please specify at most one toolkit (maybe some are cached in configarg.cache?)" >&2;} | |
10444 | { (exit 1); exit 1; }; } | |
10445 | esac | |
10446 | ||
10447 | for toolkit in `echo $ALL_TOOLKITS`; do | |
10448 | var=wxUSE_$toolkit | |
10449 | eval "value=\$${var}" | |
10450 | if test "x$value" != x; then | |
10451 | cache_var=CACHE_$toolkit | |
10452 | eval "cache=\$${cache_var}" | |
10453 | if test "$cache" = 1; then | |
10454 | echo "$var=$value" >> ${wx_arg_cache_file} | |
10455 | fi | |
10456 | if test "$value" = 1; then | |
10457 | toolkit_echo=`echo $toolkit | tr "[A-Z]" "[a-z]"` | |
10458 | echo "$as_me:$LINENO: result: $toolkit_echo" >&5 | |
10459 | echo "${ECHO_T}$toolkit_echo" >&6 | |
10460 | fi | |
10461 | fi | |
10462 | done | |
10463 | else | |
10464 | if test "x$host_alias" != "x"; then | |
10465 | echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5 | |
10466 | echo "${ECHO_T}base ($host_alias hosted) only" >&6 | |
10467 | else | |
10468 | echo "$as_me:$LINENO: result: base only" >&5 | |
10469 | echo "${ECHO_T}base only" >&6 | |
10470 | fi | |
10471 | fi | |
10472 | ||
10473 | wants_win32=0 | |
10474 | doesnt_want_win32=0 | |
10475 | case "${host}" in | |
10476 | *-*-cygwin*) | |
10477 | if test "$wxUSE_MSW" = 1 ; then | |
10478 | wants_win32=1 | |
10479 | else | |
10480 | doesnt_want_win32=1 | |
10481 | fi | |
10482 | ;; | |
10483 | *-*-mingw*) | |
10484 | wants_win32=1 | |
10485 | ;; | |
10486 | esac | |
10487 | ||
10488 | if test "$wxUSE_WINE" = "yes"; then | |
10489 | wants_win32=1 | |
10490 | CC=winegcc | |
10491 | CXX=wineg++ | |
10492 | RESCOMP=wrc | |
10493 | LDFLAGS_GUI="-mwindows" | |
10494 | fi | |
10495 | ||
10496 | if test "$wants_win32" = 1 ; then | |
10497 | USE_UNIX=0 | |
10498 | USE_WIN32=1 | |
10499 | cat >>confdefs.h <<\_ACEOF | |
10500 | #define __WIN32__ 1 | |
10501 | _ACEOF | |
10502 | ||
10503 | cat >>confdefs.h <<\_ACEOF | |
10504 | #define __WIN95__ 1 | |
10505 | _ACEOF | |
10506 | ||
10507 | cat >>confdefs.h <<\_ACEOF | |
10508 | #define __WINDOWS__ 1 | |
10509 | _ACEOF | |
10510 | ||
10511 | cat >>confdefs.h <<\_ACEOF | |
10512 | #define __GNUWIN32__ 1 | |
10513 | _ACEOF | |
10514 | ||
10515 | cat >>confdefs.h <<\_ACEOF | |
10516 | #define STRICT 1 | |
10517 | _ACEOF | |
10518 | ||
10519 | cat >>confdefs.h <<\_ACEOF | |
10520 | #define WINVER 0x0400 | |
10521 | _ACEOF | |
10522 | ||
10523 | fi | |
10524 | if test "$doesnt_want_win32" = 1 ; then | |
10525 | USE_UNIX=1 | |
10526 | USE_WIN32=0 | |
10527 | fi | |
10528 | ||
10529 | if test "$USE_UNIX" = 1 ; then | |
10530 | wxUSE_UNIX=yes | |
10531 | cat >>confdefs.h <<\_ACEOF | |
10532 | #define __UNIX__ 1 | |
10533 | _ACEOF | |
10534 | ||
10535 | fi | |
10536 | ||
10537 | ||
10538 | cat >confcache <<\_ACEOF | |
10539 | # This file is a shell script that caches the results of configure | |
10540 | # tests run on this system so they can be shared between configure | |
10541 | # scripts and configure runs, see configure's option --config-cache. | |
10542 | # It is not useful on other systems. If it contains results you don't | |
10543 | # want to keep, you may remove or edit it. | |
10544 | # | |
10545 | # config.status only pays attention to the cache file if you give it | |
10546 | # the --recheck option to rerun configure. | |
10547 | # | |
10548 | # `ac_cv_env_foo' variables (set or unset) will be overridden when | |
10549 | # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
10550 | # following values. | |
10551 | ||
10552 | _ACEOF | |
10553 | ||
10554 | # The following way of writing the cache mishandles newlines in values, | |
10555 | # but we know of no workaround that is simple, portable, and efficient. | |
10556 | # So, don't put newlines in cache variables' values. | |
10557 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
10558 | # and sets the high bit in the cache file unless we assign to the vars. | |
10559 | { | |
10560 | (set) 2>&1 | | |
10561 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
10562 | *ac_space=\ *) | |
10563 | # `set' does not quote correctly, so add quotes (double-quote | |
10564 | # substitution turns \\\\ into \\, and sed turns \\ into \). | |
10565 | sed -n \ | |
ac1cb8d3 VS |
10566 | "s/'/'\\\\''/g; |
10567 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
a848cd7e SC |
10568 | ;; |
10569 | *) | |
10570 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
10571 | sed -n \ | |
ac1cb8d3 | 10572 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" |
a848cd7e SC |
10573 | ;; |
10574 | esac; | |
10575 | } | | |
10576 | sed ' | |
10577 | t clear | |
10578 | : clear | |
10579 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ | |
10580 | t end | |
10581 | /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | |
10582 | : end' >>confcache | |
10583 | if diff $cache_file confcache >/dev/null 2>&1; then :; else | |
10584 | if test -w $cache_file; then | |
10585 | test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" | |
10586 | cat confcache >$cache_file | |
10587 | else | |
10588 | echo "not updating unwritable cache $cache_file" | |
10589 | fi | |
10590 | fi | |
10591 | rm -f confcache | |
10592 | ||
10593 | if test "$build" != "$host" ; then | |
1e9e8aba | 10594 | if test "$USE_WIN32" = 1 -o "$USE_DOS" = 1 -o "$USE_UNIX" = 1; then |
a848cd7e SC |
10595 | CC=$host_alias-gcc |
10596 | CXX=$host_alias-c++ | |
10597 | AR=$host_alias-ar | |
10598 | RANLIB=$host_alias-ranlib | |
10599 | DLLTOOL=$host_alias-dlltool | |
10600 | RESCOMP=$host_alias-windres | |
a848cd7e | 10601 | STRIP=$host_alias-strip |
1e9e8aba DE |
10602 | elif test "x$CC" '!=' "x"; then |
10603 | echo "You set CC, I assume you know what you are doing." | |
a848cd7e SC |
10604 | else |
10605 | { { echo "$as_me:$LINENO: error: $build_alias -> $host_alias cross compilation not supported yet." >&5 | |
10606 | echo "$as_me: error: $build_alias -> $host_alias cross compilation not supported yet." >&2;} | |
10607 | { (exit 1); exit 1; }; } | |
10608 | fi | |
10609 | fi | |
10610 | ||
10611 | CFLAGS=${CFLAGS:=} | |
6dcfc289 DE |
10612 | |
10613 | ||
10614 | ac_ext=c | |
a848cd7e SC |
10615 | ac_cpp='$CPP $CPPFLAGS' |
10616 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
10617 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
10618 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
10619 | if test -n "$ac_tool_prefix"; then | |
10620 | # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. | |
10621 | set dummy ${ac_tool_prefix}gcc; ac_word=$2 | |
10622 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
10623 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
10624 | if test "${ac_cv_prog_CC+set}" = set; then | |
10625 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10626 | else | |
10627 | if test -n "$CC"; then | |
10628 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
10629 | else | |
10630 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
10631 | for as_dir in $PATH | |
10632 | do | |
10633 | IFS=$as_save_IFS | |
10634 | test -z "$as_dir" && as_dir=. | |
10635 | for ac_exec_ext in '' $ac_executable_extensions; do | |
10636 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
10637 | ac_cv_prog_CC="${ac_tool_prefix}gcc" | |
10638 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
10639 | break 2 | |
10640 | fi | |
10641 | done | |
10642 | done | |
10643 | ||
10644 | fi | |
10645 | fi | |
10646 | CC=$ac_cv_prog_CC | |
10647 | if test -n "$CC"; then | |
10648 | echo "$as_me:$LINENO: result: $CC" >&5 | |
10649 | echo "${ECHO_T}$CC" >&6 | |
10650 | else | |
10651 | echo "$as_me:$LINENO: result: no" >&5 | |
10652 | echo "${ECHO_T}no" >&6 | |
10653 | fi | |
10654 | ||
10655 | fi | |
10656 | if test -z "$ac_cv_prog_CC"; then | |
10657 | ac_ct_CC=$CC | |
10658 | # Extract the first word of "gcc", so it can be a program name with args. | |
10659 | set dummy gcc; ac_word=$2 | |
10660 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
10661 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
10662 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | |
10663 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10664 | else | |
10665 | if test -n "$ac_ct_CC"; then | |
10666 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
10667 | else | |
10668 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
10669 | for as_dir in $PATH | |
10670 | do | |
10671 | IFS=$as_save_IFS | |
10672 | test -z "$as_dir" && as_dir=. | |
10673 | for ac_exec_ext in '' $ac_executable_extensions; do | |
10674 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
10675 | ac_cv_prog_ac_ct_CC="gcc" | |
10676 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
10677 | break 2 | |
10678 | fi | |
10679 | done | |
10680 | done | |
10681 | ||
10682 | fi | |
10683 | fi | |
10684 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
10685 | if test -n "$ac_ct_CC"; then | |
10686 | echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | |
10687 | echo "${ECHO_T}$ac_ct_CC" >&6 | |
10688 | else | |
10689 | echo "$as_me:$LINENO: result: no" >&5 | |
10690 | echo "${ECHO_T}no" >&6 | |
10691 | fi | |
10692 | ||
10693 | CC=$ac_ct_CC | |
10694 | else | |
10695 | CC="$ac_cv_prog_CC" | |
10696 | fi | |
10697 | ||
10698 | if test -z "$CC"; then | |
10699 | if test -n "$ac_tool_prefix"; then | |
10700 | # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. | |
10701 | set dummy ${ac_tool_prefix}cc; ac_word=$2 | |
10702 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
10703 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
10704 | if test "${ac_cv_prog_CC+set}" = set; then | |
10705 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10706 | else | |
10707 | if test -n "$CC"; then | |
10708 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
10709 | else | |
10710 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
10711 | for as_dir in $PATH | |
10712 | do | |
10713 | IFS=$as_save_IFS | |
10714 | test -z "$as_dir" && as_dir=. | |
10715 | for ac_exec_ext in '' $ac_executable_extensions; do | |
10716 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
10717 | ac_cv_prog_CC="${ac_tool_prefix}cc" | |
10718 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
10719 | break 2 | |
10720 | fi | |
10721 | done | |
10722 | done | |
10723 | ||
10724 | fi | |
10725 | fi | |
10726 | CC=$ac_cv_prog_CC | |
10727 | if test -n "$CC"; then | |
10728 | echo "$as_me:$LINENO: result: $CC" >&5 | |
10729 | echo "${ECHO_T}$CC" >&6 | |
10730 | else | |
10731 | echo "$as_me:$LINENO: result: no" >&5 | |
10732 | echo "${ECHO_T}no" >&6 | |
10733 | fi | |
10734 | ||
10735 | fi | |
10736 | if test -z "$ac_cv_prog_CC"; then | |
10737 | ac_ct_CC=$CC | |
10738 | # Extract the first word of "cc", so it can be a program name with args. | |
10739 | set dummy cc; ac_word=$2 | |
10740 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
10741 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
10742 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | |
10743 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10744 | else | |
10745 | if test -n "$ac_ct_CC"; then | |
10746 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
10747 | else | |
10748 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
10749 | for as_dir in $PATH | |
10750 | do | |
10751 | IFS=$as_save_IFS | |
10752 | test -z "$as_dir" && as_dir=. | |
10753 | for ac_exec_ext in '' $ac_executable_extensions; do | |
10754 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
10755 | ac_cv_prog_ac_ct_CC="cc" | |
10756 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
10757 | break 2 | |
10758 | fi | |
10759 | done | |
10760 | done | |
10761 | ||
10762 | fi | |
10763 | fi | |
10764 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
10765 | if test -n "$ac_ct_CC"; then | |
10766 | echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | |
10767 | echo "${ECHO_T}$ac_ct_CC" >&6 | |
10768 | else | |
10769 | echo "$as_me:$LINENO: result: no" >&5 | |
10770 | echo "${ECHO_T}no" >&6 | |
10771 | fi | |
10772 | ||
10773 | CC=$ac_ct_CC | |
10774 | else | |
10775 | CC="$ac_cv_prog_CC" | |
10776 | fi | |
10777 | ||
10778 | fi | |
10779 | if test -z "$CC"; then | |
10780 | # Extract the first word of "cc", so it can be a program name with args. | |
10781 | set dummy cc; ac_word=$2 | |
10782 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
10783 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
10784 | if test "${ac_cv_prog_CC+set}" = set; then | |
10785 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10786 | else | |
10787 | if test -n "$CC"; then | |
10788 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
10789 | else | |
10790 | ac_prog_rejected=no | |
10791 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
10792 | for as_dir in $PATH | |
10793 | do | |
10794 | IFS=$as_save_IFS | |
10795 | test -z "$as_dir" && as_dir=. | |
10796 | for ac_exec_ext in '' $ac_executable_extensions; do | |
10797 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
10798 | if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then | |
10799 | ac_prog_rejected=yes | |
10800 | continue | |
10801 | fi | |
10802 | ac_cv_prog_CC="cc" | |
10803 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
10804 | break 2 | |
10805 | fi | |
10806 | done | |
10807 | done | |
10808 | ||
10809 | if test $ac_prog_rejected = yes; then | |
10810 | # We found a bogon in the path, so make sure we never use it. | |
10811 | set dummy $ac_cv_prog_CC | |
10812 | shift | |
10813 | if test $# != 0; then | |
10814 | # We chose a different compiler from the bogus one. | |
10815 | # However, it has the same basename, so the bogon will be chosen | |
10816 | # first if we set CC to just the basename; use the full file name. | |
10817 | shift | |
10818 | ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" | |
10819 | fi | |
10820 | fi | |
10821 | fi | |
10822 | fi | |
10823 | CC=$ac_cv_prog_CC | |
10824 | if test -n "$CC"; then | |
10825 | echo "$as_me:$LINENO: result: $CC" >&5 | |
10826 | echo "${ECHO_T}$CC" >&6 | |
10827 | else | |
10828 | echo "$as_me:$LINENO: result: no" >&5 | |
10829 | echo "${ECHO_T}no" >&6 | |
10830 | fi | |
10831 | ||
10832 | fi | |
10833 | if test -z "$CC"; then | |
10834 | if test -n "$ac_tool_prefix"; then | |
10835 | for ac_prog in cl | |
10836 | do | |
10837 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
10838 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
10839 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
10840 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
10841 | if test "${ac_cv_prog_CC+set}" = set; then | |
10842 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10843 | else | |
10844 | if test -n "$CC"; then | |
10845 | ac_cv_prog_CC="$CC" # Let the user override the test. | |
10846 | else | |
10847 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
10848 | for as_dir in $PATH | |
10849 | do | |
10850 | IFS=$as_save_IFS | |
10851 | test -z "$as_dir" && as_dir=. | |
10852 | for ac_exec_ext in '' $ac_executable_extensions; do | |
10853 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
10854 | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" | |
10855 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
10856 | break 2 | |
10857 | fi | |
10858 | done | |
10859 | done | |
10860 | ||
10861 | fi | |
10862 | fi | |
10863 | CC=$ac_cv_prog_CC | |
10864 | if test -n "$CC"; then | |
10865 | echo "$as_me:$LINENO: result: $CC" >&5 | |
10866 | echo "${ECHO_T}$CC" >&6 | |
10867 | else | |
10868 | echo "$as_me:$LINENO: result: no" >&5 | |
10869 | echo "${ECHO_T}no" >&6 | |
10870 | fi | |
10871 | ||
10872 | test -n "$CC" && break | |
10873 | done | |
10874 | fi | |
10875 | if test -z "$CC"; then | |
10876 | ac_ct_CC=$CC | |
10877 | for ac_prog in cl | |
10878 | do | |
10879 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
10880 | set dummy $ac_prog; ac_word=$2 | |
10881 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
10882 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
10883 | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | |
10884 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
10885 | else | |
10886 | if test -n "$ac_ct_CC"; then | |
10887 | ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. | |
10888 | else | |
10889 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
10890 | for as_dir in $PATH | |
10891 | do | |
10892 | IFS=$as_save_IFS | |
10893 | test -z "$as_dir" && as_dir=. | |
10894 | for ac_exec_ext in '' $ac_executable_extensions; do | |
10895 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
10896 | ac_cv_prog_ac_ct_CC="$ac_prog" | |
10897 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
10898 | break 2 | |
10899 | fi | |
10900 | done | |
10901 | done | |
10902 | ||
10903 | fi | |
10904 | fi | |
10905 | ac_ct_CC=$ac_cv_prog_ac_ct_CC | |
10906 | if test -n "$ac_ct_CC"; then | |
10907 | echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 | |
10908 | echo "${ECHO_T}$ac_ct_CC" >&6 | |
10909 | else | |
10910 | echo "$as_me:$LINENO: result: no" >&5 | |
10911 | echo "${ECHO_T}no" >&6 | |
10912 | fi | |
10913 | ||
10914 | test -n "$ac_ct_CC" && break | |
10915 | done | |
10916 | ||
10917 | CC=$ac_ct_CC | |
10918 | fi | |
10919 | ||
10920 | fi | |
10921 | ||
10922 | ||
10923 | test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH | |
10924 | See \`config.log' for more details." >&5 | |
10925 | echo "$as_me: error: no acceptable C compiler found in \$PATH | |
10926 | See \`config.log' for more details." >&2;} | |
10927 | { (exit 1); exit 1; }; } | |
10928 | ||
10929 | # Provide some information about the compiler. | |
10930 | echo "$as_me:$LINENO:" \ | |
10931 | "checking for C compiler version" >&5 | |
10932 | ac_compiler=`set X $ac_compile; echo $2` | |
10933 | { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 | |
10934 | (eval $ac_compiler --version </dev/null >&5) 2>&5 | |
10935 | ac_status=$? | |
10936 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10937 | (exit $ac_status); } | |
10938 | { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 | |
10939 | (eval $ac_compiler -v </dev/null >&5) 2>&5 | |
10940 | ac_status=$? | |
10941 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10942 | (exit $ac_status); } | |
10943 | { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 | |
10944 | (eval $ac_compiler -V </dev/null >&5) 2>&5 | |
10945 | ac_status=$? | |
10946 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10947 | (exit $ac_status); } | |
10948 | ||
10949 | cat >conftest.$ac_ext <<_ACEOF | |
10950 | /* confdefs.h. */ | |
10951 | _ACEOF | |
10952 | cat confdefs.h >>conftest.$ac_ext | |
10953 | cat >>conftest.$ac_ext <<_ACEOF | |
10954 | /* end confdefs.h. */ | |
10955 | ||
10956 | int | |
10957 | main () | |
10958 | { | |
10959 | ||
10960 | ; | |
10961 | return 0; | |
10962 | } | |
10963 | _ACEOF | |
10964 | ac_clean_files_save=$ac_clean_files | |
10965 | ac_clean_files="$ac_clean_files a.out a.exe b.out" | |
10966 | # Try to create an executable without -o first, disregard a.out. | |
10967 | # It will help us diagnose broken compilers, and finding out an intuition | |
10968 | # of exeext. | |
ac1cb8d3 VS |
10969 | echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 |
10970 | echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 | |
a848cd7e SC |
10971 | ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
10972 | if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 | |
10973 | (eval $ac_link_default) 2>&5 | |
10974 | ac_status=$? | |
10975 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
10976 | (exit $ac_status); }; then | |
10977 | # Find the output, starting from the most likely. This scheme is | |
10978 | # not robust to junk in `.', hence go to wildcards (a.*) only as a last | |
10979 | # resort. | |
10980 | ||
10981 | # Be careful to initialize this variable, since it used to be cached. | |
10982 | # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. | |
10983 | ac_cv_exeext= | |
10984 | # b.out is created by i960 compilers. | |
10985 | for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out | |
10986 | do | |
10987 | test -f "$ac_file" || continue | |
10988 | case $ac_file in | |
10989 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) | |
ac1cb8d3 | 10990 | ;; |
a848cd7e | 10991 | conftest.$ac_ext ) |
ac1cb8d3 VS |
10992 | # This is the source file. |
10993 | ;; | |
a848cd7e | 10994 | [ab].out ) |
ac1cb8d3 VS |
10995 | # We found the default executable, but exeext='' is most |
10996 | # certainly right. | |
10997 | break;; | |
a848cd7e | 10998 | *.* ) |
ac1cb8d3 VS |
10999 | ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
11000 | # FIXME: I believe we export ac_cv_exeext for Libtool, | |
11001 | # but it would be cool to find out if it's true. Does anybody | |
11002 | # maintain Libtool? --akim. | |
11003 | export ac_cv_exeext | |
11004 | break;; | |
a848cd7e | 11005 | * ) |
ac1cb8d3 | 11006 | break;; |
a848cd7e SC |
11007 | esac |
11008 | done | |
11009 | else | |
11010 | echo "$as_me: failed program was:" >&5 | |
11011 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11012 | ||
11013 | { { echo "$as_me:$LINENO: error: C compiler cannot create executables | |
11014 | See \`config.log' for more details." >&5 | |
11015 | echo "$as_me: error: C compiler cannot create executables | |
11016 | See \`config.log' for more details." >&2;} | |
11017 | { (exit 77); exit 77; }; } | |
11018 | fi | |
11019 | ||
11020 | ac_exeext=$ac_cv_exeext | |
11021 | echo "$as_me:$LINENO: result: $ac_file" >&5 | |
11022 | echo "${ECHO_T}$ac_file" >&6 | |
11023 | ||
11024 | # Check the compiler produces executables we can run. If not, either | |
11025 | # the compiler is broken, or we cross compile. | |
11026 | echo "$as_me:$LINENO: checking whether the C compiler works" >&5 | |
11027 | echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 | |
11028 | # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 | |
11029 | # If not cross compiling, check that we can run a simple program. | |
11030 | if test "$cross_compiling" != yes; then | |
11031 | if { ac_try='./$ac_file' | |
11032 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
11033 | (eval $ac_try) 2>&5 | |
11034 | ac_status=$? | |
11035 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11036 | (exit $ac_status); }; }; then | |
11037 | cross_compiling=no | |
11038 | else | |
11039 | if test "$cross_compiling" = maybe; then | |
11040 | cross_compiling=yes | |
11041 | else | |
11042 | { { echo "$as_me:$LINENO: error: cannot run C compiled programs. | |
11043 | If you meant to cross compile, use \`--host'. | |
11044 | See \`config.log' for more details." >&5 | |
11045 | echo "$as_me: error: cannot run C compiled programs. | |
11046 | If you meant to cross compile, use \`--host'. | |
11047 | See \`config.log' for more details." >&2;} | |
11048 | { (exit 1); exit 1; }; } | |
11049 | fi | |
11050 | fi | |
11051 | fi | |
11052 | echo "$as_me:$LINENO: result: yes" >&5 | |
11053 | echo "${ECHO_T}yes" >&6 | |
11054 | ||
11055 | rm -f a.out a.exe conftest$ac_cv_exeext b.out | |
11056 | ac_clean_files=$ac_clean_files_save | |
11057 | # Check the compiler produces executables we can run. If not, either | |
11058 | # the compiler is broken, or we cross compile. | |
11059 | echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 | |
11060 | echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 | |
11061 | echo "$as_me:$LINENO: result: $cross_compiling" >&5 | |
11062 | echo "${ECHO_T}$cross_compiling" >&6 | |
11063 | ||
11064 | echo "$as_me:$LINENO: checking for suffix of executables" >&5 | |
11065 | echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6 | |
11066 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
11067 | (eval $ac_link) 2>&5 | |
11068 | ac_status=$? | |
11069 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11070 | (exit $ac_status); }; then | |
11071 | # If both `conftest.exe' and `conftest' are `present' (well, observable) | |
11072 | # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will | |
11073 | # work properly (i.e., refer to `conftest.exe'), while it won't with | |
11074 | # `rm'. | |
11075 | for ac_file in conftest.exe conftest conftest.*; do | |
11076 | test -f "$ac_file" || continue | |
11077 | case $ac_file in | |
11078 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; | |
11079 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | |
ac1cb8d3 VS |
11080 | export ac_cv_exeext |
11081 | break;; | |
a848cd7e SC |
11082 | * ) break;; |
11083 | esac | |
11084 | done | |
11085 | else | |
11086 | { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link | |
11087 | See \`config.log' for more details." >&5 | |
11088 | echo "$as_me: error: cannot compute suffix of executables: cannot compile and link | |
11089 | See \`config.log' for more details." >&2;} | |
11090 | { (exit 1); exit 1; }; } | |
11091 | fi | |
11092 | ||
11093 | rm -f conftest$ac_cv_exeext | |
11094 | echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 | |
11095 | echo "${ECHO_T}$ac_cv_exeext" >&6 | |
11096 | ||
11097 | rm -f conftest.$ac_ext | |
11098 | EXEEXT=$ac_cv_exeext | |
11099 | ac_exeext=$EXEEXT | |
11100 | echo "$as_me:$LINENO: checking for suffix of object files" >&5 | |
11101 | echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6 | |
11102 | if test "${ac_cv_objext+set}" = set; then | |
11103 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11104 | else | |
11105 | cat >conftest.$ac_ext <<_ACEOF | |
11106 | /* confdefs.h. */ | |
11107 | _ACEOF | |
11108 | cat confdefs.h >>conftest.$ac_ext | |
11109 | cat >>conftest.$ac_ext <<_ACEOF | |
11110 | /* end confdefs.h. */ | |
11111 | ||
11112 | int | |
11113 | main () | |
11114 | { | |
11115 | ||
11116 | ; | |
11117 | return 0; | |
11118 | } | |
11119 | _ACEOF | |
11120 | rm -f conftest.o conftest.obj | |
11121 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
11122 | (eval $ac_compile) 2>&5 | |
11123 | ac_status=$? | |
11124 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11125 | (exit $ac_status); }; then | |
11126 | for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do | |
11127 | case $ac_file in | |
11128 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;; | |
11129 | *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` | |
11130 | break;; | |
11131 | esac | |
11132 | done | |
11133 | else | |
11134 | echo "$as_me: failed program was:" >&5 | |
11135 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11136 | ||
11137 | { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile | |
11138 | See \`config.log' for more details." >&5 | |
11139 | echo "$as_me: error: cannot compute suffix of object files: cannot compile | |
11140 | See \`config.log' for more details." >&2;} | |
11141 | { (exit 1); exit 1; }; } | |
11142 | fi | |
11143 | ||
11144 | rm -f conftest.$ac_cv_objext conftest.$ac_ext | |
11145 | fi | |
11146 | echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 | |
11147 | echo "${ECHO_T}$ac_cv_objext" >&6 | |
11148 | OBJEXT=$ac_cv_objext | |
11149 | ac_objext=$OBJEXT | |
11150 | echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 | |
11151 | echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 | |
11152 | if test "${ac_cv_c_compiler_gnu+set}" = set; then | |
11153 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11154 | else | |
11155 | cat >conftest.$ac_ext <<_ACEOF | |
11156 | /* confdefs.h. */ | |
11157 | _ACEOF | |
11158 | cat confdefs.h >>conftest.$ac_ext | |
11159 | cat >>conftest.$ac_ext <<_ACEOF | |
11160 | /* end confdefs.h. */ | |
11161 | ||
11162 | int | |
11163 | main () | |
11164 | { | |
11165 | #ifndef __GNUC__ | |
11166 | choke me | |
11167 | #endif | |
11168 | ||
11169 | ; | |
11170 | return 0; | |
11171 | } | |
11172 | _ACEOF | |
11173 | rm -f conftest.$ac_objext | |
11174 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 11175 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 11176 | ac_status=$? |
ac1cb8d3 VS |
11177 | grep -v '^ *+' conftest.er1 >conftest.err |
11178 | rm -f conftest.er1 | |
11179 | cat conftest.err >&5 | |
a848cd7e SC |
11180 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11181 | (exit $ac_status); } && | |
07158944 | 11182 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
11183 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11184 | (eval $ac_try) 2>&5 | |
11185 | ac_status=$? | |
11186 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11187 | (exit $ac_status); }; } && | |
11188 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
11189 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11190 | (eval $ac_try) 2>&5 | |
11191 | ac_status=$? | |
11192 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11193 | (exit $ac_status); }; }; then | |
11194 | ac_compiler_gnu=yes | |
11195 | else | |
11196 | echo "$as_me: failed program was:" >&5 | |
11197 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11198 | ||
11199 | ac_compiler_gnu=no | |
11200 | fi | |
ac1cb8d3 | 11201 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
11202 | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
11203 | ||
11204 | fi | |
11205 | echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 | |
11206 | echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 | |
11207 | GCC=`test $ac_compiler_gnu = yes && echo yes` | |
11208 | ac_test_CFLAGS=${CFLAGS+set} | |
11209 | ac_save_CFLAGS=$CFLAGS | |
11210 | CFLAGS="-g" | |
11211 | echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 | |
11212 | echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 | |
11213 | if test "${ac_cv_prog_cc_g+set}" = set; then | |
11214 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11215 | else | |
11216 | cat >conftest.$ac_ext <<_ACEOF | |
11217 | /* confdefs.h. */ | |
11218 | _ACEOF | |
11219 | cat confdefs.h >>conftest.$ac_ext | |
11220 | cat >>conftest.$ac_ext <<_ACEOF | |
11221 | /* end confdefs.h. */ | |
11222 | ||
11223 | int | |
11224 | main () | |
11225 | { | |
11226 | ||
11227 | ; | |
11228 | return 0; | |
11229 | } | |
11230 | _ACEOF | |
11231 | rm -f conftest.$ac_objext | |
11232 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 11233 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 11234 | ac_status=$? |
ac1cb8d3 VS |
11235 | grep -v '^ *+' conftest.er1 >conftest.err |
11236 | rm -f conftest.er1 | |
11237 | cat conftest.err >&5 | |
a848cd7e SC |
11238 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11239 | (exit $ac_status); } && | |
07158944 | 11240 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
11241 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11242 | (eval $ac_try) 2>&5 | |
11243 | ac_status=$? | |
11244 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11245 | (exit $ac_status); }; } && | |
11246 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
11247 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11248 | (eval $ac_try) 2>&5 | |
11249 | ac_status=$? | |
11250 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11251 | (exit $ac_status); }; }; then | |
11252 | ac_cv_prog_cc_g=yes | |
11253 | else | |
11254 | echo "$as_me: failed program was:" >&5 | |
11255 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11256 | ||
11257 | ac_cv_prog_cc_g=no | |
11258 | fi | |
ac1cb8d3 | 11259 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
11260 | fi |
11261 | echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 | |
11262 | echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 | |
11263 | if test "$ac_test_CFLAGS" = set; then | |
11264 | CFLAGS=$ac_save_CFLAGS | |
11265 | elif test $ac_cv_prog_cc_g = yes; then | |
11266 | if test "$GCC" = yes; then | |
11267 | CFLAGS="-g -O2" | |
11268 | else | |
11269 | CFLAGS="-g" | |
11270 | fi | |
11271 | else | |
11272 | if test "$GCC" = yes; then | |
11273 | CFLAGS="-O2" | |
11274 | else | |
11275 | CFLAGS= | |
11276 | fi | |
11277 | fi | |
11278 | echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5 | |
11279 | echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 | |
11280 | if test "${ac_cv_prog_cc_stdc+set}" = set; then | |
11281 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11282 | else | |
11283 | ac_cv_prog_cc_stdc=no | |
11284 | ac_save_CC=$CC | |
11285 | cat >conftest.$ac_ext <<_ACEOF | |
11286 | /* confdefs.h. */ | |
11287 | _ACEOF | |
11288 | cat confdefs.h >>conftest.$ac_ext | |
11289 | cat >>conftest.$ac_ext <<_ACEOF | |
11290 | /* end confdefs.h. */ | |
11291 | #include <stdarg.h> | |
11292 | #include <stdio.h> | |
11293 | #include <sys/types.h> | |
11294 | #include <sys/stat.h> | |
11295 | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | |
11296 | struct buf { int x; }; | |
11297 | FILE * (*rcsopen) (struct buf *, struct stat *, int); | |
11298 | static char *e (p, i) | |
11299 | char **p; | |
11300 | int i; | |
11301 | { | |
11302 | return p[i]; | |
11303 | } | |
11304 | static char *f (char * (*g) (char **, int), char **p, ...) | |
11305 | { | |
11306 | char *s; | |
11307 | va_list v; | |
11308 | va_start (v,p); | |
11309 | s = g (p, va_arg (v,int)); | |
11310 | va_end (v); | |
11311 | return s; | |
11312 | } | |
ac1cb8d3 VS |
11313 | |
11314 | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | |
11315 | function prototypes and stuff, but not '\xHH' hex character constants. | |
11316 | These don't provoke an error unfortunately, instead are silently treated | |
11317 | as 'x'. The following induces an error, until -std1 is added to get | |
11318 | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | |
11319 | array size at least. It's necessary to write '\x00'==0 to get something | |
11320 | that's true only with -std1. */ | |
11321 | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | |
11322 | ||
a848cd7e SC |
11323 | int test (int i, double x); |
11324 | struct s1 {int (*f) (int a);}; | |
11325 | struct s2 {int (*f) (double a);}; | |
11326 | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | |
11327 | int argc; | |
11328 | char **argv; | |
11329 | int | |
11330 | main () | |
11331 | { | |
11332 | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | |
11333 | ; | |
11334 | return 0; | |
11335 | } | |
11336 | _ACEOF | |
11337 | # Don't try gcc -ansi; that turns off useful extensions and | |
11338 | # breaks some systems' header files. | |
11339 | # AIX -qlanglvl=ansi | |
11340 | # Ultrix and OSF/1 -std1 | |
11341 | # HP-UX 10.20 and later -Ae | |
11342 | # HP-UX older versions -Aa -D_HPUX_SOURCE | |
11343 | # SVR4 -Xc -D__EXTENSIONS__ | |
11344 | for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" | |
11345 | do | |
11346 | CC="$ac_save_CC $ac_arg" | |
11347 | rm -f conftest.$ac_objext | |
11348 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 11349 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 11350 | ac_status=$? |
ac1cb8d3 VS |
11351 | grep -v '^ *+' conftest.er1 >conftest.err |
11352 | rm -f conftest.er1 | |
11353 | cat conftest.err >&5 | |
a848cd7e SC |
11354 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11355 | (exit $ac_status); } && | |
07158944 | 11356 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
11357 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11358 | (eval $ac_try) 2>&5 | |
11359 | ac_status=$? | |
11360 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11361 | (exit $ac_status); }; } && | |
11362 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
11363 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11364 | (eval $ac_try) 2>&5 | |
11365 | ac_status=$? | |
11366 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11367 | (exit $ac_status); }; }; then | |
11368 | ac_cv_prog_cc_stdc=$ac_arg | |
11369 | break | |
11370 | else | |
11371 | echo "$as_me: failed program was:" >&5 | |
11372 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11373 | ||
11374 | fi | |
ac1cb8d3 | 11375 | rm -f conftest.err conftest.$ac_objext |
a848cd7e SC |
11376 | done |
11377 | rm -f conftest.$ac_ext conftest.$ac_objext | |
11378 | CC=$ac_save_CC | |
11379 | ||
11380 | fi | |
11381 | ||
11382 | case "x$ac_cv_prog_cc_stdc" in | |
11383 | x|xno) | |
11384 | echo "$as_me:$LINENO: result: none needed" >&5 | |
11385 | echo "${ECHO_T}none needed" >&6 ;; | |
11386 | *) | |
11387 | echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5 | |
11388 | echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 | |
11389 | CC="$CC $ac_cv_prog_cc_stdc" ;; | |
11390 | esac | |
11391 | ||
11392 | # Some people use a C++ compiler to compile C. Since we use `exit', | |
11393 | # in C++ we need to declare it. In case someone uses the same compiler | |
11394 | # for both compiling C and C++ we need to have the C++ compiler decide | |
11395 | # the declaration of exit, since it's the most demanding environment. | |
11396 | cat >conftest.$ac_ext <<_ACEOF | |
11397 | #ifndef __cplusplus | |
11398 | choke me | |
11399 | #endif | |
11400 | _ACEOF | |
11401 | rm -f conftest.$ac_objext | |
11402 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 11403 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 11404 | ac_status=$? |
ac1cb8d3 VS |
11405 | grep -v '^ *+' conftest.er1 >conftest.err |
11406 | rm -f conftest.er1 | |
11407 | cat conftest.err >&5 | |
a848cd7e SC |
11408 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11409 | (exit $ac_status); } && | |
07158944 | 11410 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
11411 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11412 | (eval $ac_try) 2>&5 | |
11413 | ac_status=$? | |
11414 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11415 | (exit $ac_status); }; } && | |
11416 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
11417 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11418 | (eval $ac_try) 2>&5 | |
11419 | ac_status=$? | |
11420 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11421 | (exit $ac_status); }; }; then | |
11422 | for ac_declaration in \ | |
ac1cb8d3 | 11423 | '' \ |
a848cd7e SC |
11424 | 'extern "C" void std::exit (int) throw (); using std::exit;' \ |
11425 | 'extern "C" void std::exit (int); using std::exit;' \ | |
11426 | 'extern "C" void exit (int) throw ();' \ | |
11427 | 'extern "C" void exit (int);' \ | |
11428 | 'void exit (int);' | |
11429 | do | |
11430 | cat >conftest.$ac_ext <<_ACEOF | |
11431 | /* confdefs.h. */ | |
11432 | _ACEOF | |
11433 | cat confdefs.h >>conftest.$ac_ext | |
11434 | cat >>conftest.$ac_ext <<_ACEOF | |
11435 | /* end confdefs.h. */ | |
de59c161 | 11436 | $ac_declaration |
ac1cb8d3 | 11437 | #include <stdlib.h> |
a848cd7e SC |
11438 | int |
11439 | main () | |
11440 | { | |
11441 | exit (42); | |
11442 | ; | |
11443 | return 0; | |
11444 | } | |
11445 | _ACEOF | |
11446 | rm -f conftest.$ac_objext | |
11447 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 11448 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 11449 | ac_status=$? |
ac1cb8d3 VS |
11450 | grep -v '^ *+' conftest.er1 >conftest.err |
11451 | rm -f conftest.er1 | |
11452 | cat conftest.err >&5 | |
a848cd7e SC |
11453 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11454 | (exit $ac_status); } && | |
07158944 | 11455 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
11456 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11457 | (eval $ac_try) 2>&5 | |
11458 | ac_status=$? | |
11459 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11460 | (exit $ac_status); }; } && | |
11461 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
11462 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11463 | (eval $ac_try) 2>&5 | |
11464 | ac_status=$? | |
11465 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11466 | (exit $ac_status); }; }; then | |
11467 | : | |
11468 | else | |
11469 | echo "$as_me: failed program was:" >&5 | |
11470 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11471 | ||
11472 | continue | |
11473 | fi | |
ac1cb8d3 | 11474 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
11475 | cat >conftest.$ac_ext <<_ACEOF |
11476 | /* confdefs.h. */ | |
11477 | _ACEOF | |
11478 | cat confdefs.h >>conftest.$ac_ext | |
11479 | cat >>conftest.$ac_ext <<_ACEOF | |
11480 | /* end confdefs.h. */ | |
11481 | $ac_declaration | |
11482 | int | |
11483 | main () | |
11484 | { | |
11485 | exit (42); | |
11486 | ; | |
11487 | return 0; | |
11488 | } | |
11489 | _ACEOF | |
11490 | rm -f conftest.$ac_objext | |
11491 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 11492 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 11493 | ac_status=$? |
ac1cb8d3 VS |
11494 | grep -v '^ *+' conftest.er1 >conftest.err |
11495 | rm -f conftest.er1 | |
11496 | cat conftest.err >&5 | |
a848cd7e SC |
11497 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
11498 | (exit $ac_status); } && | |
07158944 | 11499 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
11500 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11501 | (eval $ac_try) 2>&5 | |
11502 | ac_status=$? | |
11503 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11504 | (exit $ac_status); }; } && | |
11505 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
11506 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11507 | (eval $ac_try) 2>&5 | |
11508 | ac_status=$? | |
11509 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11510 | (exit $ac_status); }; }; then | |
11511 | break | |
11512 | else | |
11513 | echo "$as_me: failed program was:" >&5 | |
11514 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11515 | ||
11516 | fi | |
ac1cb8d3 | 11517 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
11518 | done |
11519 | rm -f conftest* | |
11520 | if test -n "$ac_declaration"; then | |
11521 | echo '#ifdef __cplusplus' >>confdefs.h | |
11522 | echo $ac_declaration >>confdefs.h | |
11523 | echo '#endif' >>confdefs.h | |
11524 | fi | |
11525 | ||
11526 | else | |
11527 | echo "$as_me: failed program was:" >&5 | |
11528 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11529 | ||
11530 | fi | |
ac1cb8d3 | 11531 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
11532 | ac_ext=c |
11533 | ac_cpp='$CPP $CPPFLAGS' | |
11534 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
11535 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
11536 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
11537 | ||
6dcfc289 | 11538 | echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5 |
480ccd21 DE |
11539 | echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6 |
11540 | if test "${wx_cv_c_exto+set}" = set; then | |
11541 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11542 | else | |
11543 | cat >conftest.$ac_ext <<_ACEOF | |
11544 | /* confdefs.h. */ | |
11545 | _ACEOF | |
11546 | cat confdefs.h >>conftest.$ac_ext | |
11547 | cat >>conftest.$ac_ext <<_ACEOF | |
11548 | /* end confdefs.h. */ | |
11549 | ||
11550 | int | |
11551 | main () | |
11552 | { | |
11553 | ||
11554 | ; | |
11555 | return 0; | |
11556 | } | |
11557 | _ACEOF | |
11558 | rm -f conftest.$ac_objext conftest.$ac_ext.o | |
11559 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
11560 | (eval $ac_compile) 2>&5 | |
11561 | ac_status=$? | |
11562 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11563 | (exit $ac_status); }; then | |
11564 | for ac_file in `(ls conftest.* 2>/dev/null)`; do | |
11565 | case $ac_file in | |
11566 | conftest.$ac_ext.o) | |
11567 | wx_cv_c_exto="-ext o" | |
11568 | ;; | |
11569 | *) | |
11570 | ;; | |
11571 | esac | |
11572 | done | |
11573 | else | |
11574 | { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile | |
11575 | See \`config.log' for more details." >&5 | |
11576 | echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile | |
11577 | See \`config.log' for more details." >&2;} | |
11578 | { (exit 1); exit 1; }; } | |
11579 | ||
11580 | fi | |
11581 | ||
11582 | rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext | |
11583 | ||
11584 | fi | |
11585 | echo "$as_me:$LINENO: result: $wx_cv_c_exto" >&5 | |
11586 | echo "${ECHO_T}$wx_cv_c_exto" >&6 | |
11587 | if test "x$wx_cv_c_exto" '!=' "x"; then | |
11588 | if test "c" = "c"; then | |
11589 | CFLAGS="$wx_cv_c_exto $CFLAGS" | |
11590 | fi | |
11591 | if test "c" = "cxx"; then | |
11592 | CXXFLAGS="$wx_cv_c_exto $CXXFLAGS" | |
11593 | fi | |
11594 | fi | |
11595 | ||
6dcfc289 DE |
11596 | if test "x$wx_cv_c_exto" '!=' "x"; then |
11597 | unset ac_cv_prog_cc_g | |
11598 | ac_test_CFLAGS=${CFLAGS+set} | |
480ccd21 DE |
11599 | ac_save_CFLAGS=$CFLAGS |
11600 | CFLAGS="-g" | |
11601 | echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 | |
11602 | echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 | |
11603 | if test "${ac_cv_prog_cc_g+set}" = set; then | |
11604 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11605 | else | |
11606 | cat >conftest.$ac_ext <<_ACEOF | |
11607 | /* confdefs.h. */ | |
11608 | _ACEOF | |
11609 | cat confdefs.h >>conftest.$ac_ext | |
11610 | cat >>conftest.$ac_ext <<_ACEOF | |
11611 | /* end confdefs.h. */ | |
11612 | ||
11613 | int | |
11614 | main () | |
11615 | { | |
11616 | ||
11617 | ; | |
11618 | return 0; | |
11619 | } | |
11620 | _ACEOF | |
11621 | rm -f conftest.$ac_objext | |
11622 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
11623 | (eval $ac_compile) 2>conftest.er1 | |
11624 | ac_status=$? | |
11625 | grep -v '^ *+' conftest.er1 >conftest.err | |
11626 | rm -f conftest.er1 | |
11627 | cat conftest.err >&5 | |
11628 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11629 | (exit $ac_status); } && | |
07158944 | 11630 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
480ccd21 DE |
11631 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11632 | (eval $ac_try) 2>&5 | |
11633 | ac_status=$? | |
11634 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11635 | (exit $ac_status); }; } && | |
11636 | { ac_try='test -s conftest.$ac_objext' | |
11637 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
11638 | (eval $ac_try) 2>&5 | |
11639 | ac_status=$? | |
11640 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11641 | (exit $ac_status); }; }; then | |
11642 | ac_cv_prog_cc_g=yes | |
11643 | else | |
11644 | echo "$as_me: failed program was:" >&5 | |
11645 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11646 | ||
11647 | ac_cv_prog_cc_g=no | |
11648 | fi | |
11649 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
11650 | fi | |
11651 | echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 | |
11652 | echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 | |
11653 | if test "$ac_test_CFLAGS" = set; then | |
11654 | CFLAGS=$ac_save_CFLAGS | |
11655 | elif test $ac_cv_prog_cc_g = yes; then | |
11656 | if test "$GCC" = yes; then | |
11657 | CFLAGS="-g -O2" | |
11658 | else | |
11659 | CFLAGS="-g" | |
11660 | fi | |
11661 | else | |
11662 | if test "$GCC" = yes; then | |
11663 | CFLAGS="-O2" | |
11664 | else | |
11665 | CFLAGS= | |
11666 | fi | |
11667 | fi | |
6dcfc289 DE |
11668 | fi |
11669 | ac_ext=c | |
95986553 DE |
11670 | ac_cpp='$CPP $CPPFLAGS' |
11671 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
11672 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
11673 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
11674 | ||
11675 | echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5 | |
11676 | echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6 | |
11677 | if test "${bakefile_cv_c_compiler_mwerks+set}" = set; then | |
11678 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11679 | else | |
11680 | cat >conftest.$ac_ext <<_ACEOF | |
11681 | /* confdefs.h. */ | |
11682 | _ACEOF | |
11683 | cat confdefs.h >>conftest.$ac_ext | |
11684 | cat >>conftest.$ac_ext <<_ACEOF | |
11685 | /* end confdefs.h. */ | |
11686 | ||
11687 | int | |
11688 | main () | |
11689 | { | |
11690 | #ifndef __MWERKS__ | |
11691 | choke me | |
11692 | #endif | |
11693 | ||
11694 | ; | |
11695 | return 0; | |
11696 | } | |
11697 | _ACEOF | |
11698 | rm -f conftest.$ac_objext | |
11699 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
11700 | (eval $ac_compile) 2>conftest.er1 | |
11701 | ac_status=$? | |
11702 | grep -v '^ *+' conftest.er1 >conftest.err | |
11703 | rm -f conftest.er1 | |
11704 | cat conftest.err >&5 | |
11705 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11706 | (exit $ac_status); } && | |
07158944 | 11707 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
95986553 DE |
11708 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11709 | (eval $ac_try) 2>&5 | |
11710 | ac_status=$? | |
11711 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11712 | (exit $ac_status); }; } && | |
11713 | { ac_try='test -s conftest.$ac_objext' | |
11714 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
11715 | (eval $ac_try) 2>&5 | |
11716 | ac_status=$? | |
11717 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11718 | (exit $ac_status); }; }; then | |
11719 | bakefile_compiler_mwerks=yes | |
11720 | else | |
11721 | echo "$as_me: failed program was:" >&5 | |
11722 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11723 | ||
11724 | bakefile_compiler_mwerks=no | |
11725 | fi | |
11726 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
11727 | bakefile_cv_c_compiler_mwerks=$bakefile_compiler_mwerks | |
11728 | ||
11729 | fi | |
11730 | echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler_mwerks" >&5 | |
11731 | echo "${ECHO_T}$bakefile_cv_c_compiler_mwerks" >&6 | |
11732 | ||
0e6fa1d9 | 11733 | MWCC=`test $bakefile_cv_c_compiler_mwerks = yes && echo yes` |
95986553 DE |
11734 | ac_ext=c |
11735 | ac_cpp='$CPP $CPPFLAGS' | |
11736 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
11737 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
11738 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
11739 | ||
11740 | ||
6dcfc289 | 11741 | ac_ext=c |
9273ffba DE |
11742 | ac_cpp='$CPP $CPPFLAGS' |
11743 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
11744 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
11745 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
11746 | ||
11747 | echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5 | |
11748 | echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6 | |
11749 | if test "${wx_cv_c_compiler_xlc+set}" = set; then | |
11750 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11751 | else | |
11752 | cat >conftest.$ac_ext <<_ACEOF | |
11753 | /* confdefs.h. */ | |
11754 | _ACEOF | |
11755 | cat confdefs.h >>conftest.$ac_ext | |
11756 | cat >>conftest.$ac_ext <<_ACEOF | |
11757 | /* end confdefs.h. */ | |
11758 | ||
11759 | int | |
11760 | main () | |
11761 | { | |
11762 | #ifndef __xlC__ | |
11763 | choke me | |
11764 | #endif | |
11765 | ||
11766 | ; | |
11767 | return 0; | |
11768 | } | |
11769 | _ACEOF | |
11770 | rm -f conftest.$ac_objext | |
11771 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
11772 | (eval $ac_compile) 2>conftest.er1 | |
11773 | ac_status=$? | |
11774 | grep -v '^ *+' conftest.er1 >conftest.err | |
11775 | rm -f conftest.er1 | |
11776 | cat conftest.err >&5 | |
11777 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11778 | (exit $ac_status); } && | |
07158944 | 11779 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
9273ffba DE |
11780 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
11781 | (eval $ac_try) 2>&5 | |
11782 | ac_status=$? | |
11783 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11784 | (exit $ac_status); }; } && | |
11785 | { ac_try='test -s conftest.$ac_objext' | |
11786 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
11787 | (eval $ac_try) 2>&5 | |
11788 | ac_status=$? | |
11789 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11790 | (exit $ac_status); }; }; then | |
11791 | wx_compiler_xlc=yes | |
11792 | else | |
11793 | echo "$as_me: failed program was:" >&5 | |
11794 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11795 | ||
11796 | wx_compiler_xlc=no | |
11797 | fi | |
11798 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
11799 | wx_cv_c_compiler_xlc=$wx_compiler_xlc | |
11800 | ||
11801 | fi | |
11802 | echo "$as_me:$LINENO: result: $wx_cv_c_compiler_xlc" >&5 | |
11803 | echo "${ECHO_T}$wx_cv_c_compiler_xlc" >&6 | |
11804 | ||
0e6fa1d9 | 11805 | XLCC=`test $wx_cv_c_compiler_xlc = yes && echo yes` |
9273ffba DE |
11806 | ac_ext=c |
11807 | ac_cpp='$CPP $CPPFLAGS' | |
11808 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
11809 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
11810 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
11811 | ||
11812 | ||
a848cd7e | 11813 | |
6dcfc289 | 11814 | |
a848cd7e SC |
11815 | ac_ext=c |
11816 | ac_cpp='$CPP $CPPFLAGS' | |
11817 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
11818 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
11819 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
11820 | echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 | |
11821 | echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 | |
11822 | # On Suns, sometimes $CPP names a directory. | |
11823 | if test -n "$CPP" && test -d "$CPP"; then | |
11824 | CPP= | |
11825 | fi | |
11826 | if test -z "$CPP"; then | |
11827 | if test "${ac_cv_prog_CPP+set}" = set; then | |
11828 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
11829 | else | |
11830 | # Double quotes because CPP needs to be expanded | |
11831 | for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" | |
11832 | do | |
11833 | ac_preproc_ok=false | |
11834 | for ac_c_preproc_warn_flag in '' yes | |
11835 | do | |
11836 | # Use a header file that comes with gcc, so configuring glibc | |
11837 | # with a fresh cross-compiler works. | |
11838 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
11839 | # <limits.h> exists even on freestanding compilers. | |
11840 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
11841 | # not just through cpp. "Syntax error" is here to catch this case. | |
11842 | cat >conftest.$ac_ext <<_ACEOF | |
11843 | /* confdefs.h. */ | |
11844 | _ACEOF | |
11845 | cat confdefs.h >>conftest.$ac_ext | |
11846 | cat >>conftest.$ac_ext <<_ACEOF | |
11847 | /* end confdefs.h. */ | |
11848 | #ifdef __STDC__ | |
11849 | # include <limits.h> | |
11850 | #else | |
11851 | # include <assert.h> | |
11852 | #endif | |
ac1cb8d3 | 11853 | Syntax error |
a848cd7e SC |
11854 | _ACEOF |
11855 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
11856 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
11857 | ac_status=$? | |
11858 | grep -v '^ *+' conftest.er1 >conftest.err | |
11859 | rm -f conftest.er1 | |
11860 | cat conftest.err >&5 | |
11861 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11862 | (exit $ac_status); } >/dev/null; then | |
11863 | if test -s conftest.err; then | |
11864 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 11865 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
11866 | else |
11867 | ac_cpp_err= | |
11868 | fi | |
11869 | else | |
11870 | ac_cpp_err=yes | |
11871 | fi | |
11872 | if test -z "$ac_cpp_err"; then | |
11873 | : | |
11874 | else | |
11875 | echo "$as_me: failed program was:" >&5 | |
11876 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11877 | ||
11878 | # Broken: fails on valid input. | |
11879 | continue | |
11880 | fi | |
11881 | rm -f conftest.err conftest.$ac_ext | |
11882 | ||
11883 | # OK, works on sane cases. Now check whether non-existent headers | |
11884 | # can be detected and how. | |
11885 | cat >conftest.$ac_ext <<_ACEOF | |
11886 | /* confdefs.h. */ | |
11887 | _ACEOF | |
11888 | cat confdefs.h >>conftest.$ac_ext | |
11889 | cat >>conftest.$ac_ext <<_ACEOF | |
11890 | /* end confdefs.h. */ | |
11891 | #include <ac_nonexistent.h> | |
11892 | _ACEOF | |
11893 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
11894 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
11895 | ac_status=$? | |
11896 | grep -v '^ *+' conftest.er1 >conftest.err | |
11897 | rm -f conftest.er1 | |
11898 | cat conftest.err >&5 | |
11899 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11900 | (exit $ac_status); } >/dev/null; then | |
11901 | if test -s conftest.err; then | |
11902 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 11903 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
11904 | else |
11905 | ac_cpp_err= | |
11906 | fi | |
11907 | else | |
11908 | ac_cpp_err=yes | |
11909 | fi | |
11910 | if test -z "$ac_cpp_err"; then | |
11911 | # Broken: success on invalid input. | |
11912 | continue | |
11913 | else | |
11914 | echo "$as_me: failed program was:" >&5 | |
11915 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11916 | ||
11917 | # Passes both tests. | |
11918 | ac_preproc_ok=: | |
11919 | break | |
11920 | fi | |
11921 | rm -f conftest.err conftest.$ac_ext | |
11922 | ||
11923 | done | |
11924 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
11925 | rm -f conftest.err conftest.$ac_ext | |
11926 | if $ac_preproc_ok; then | |
11927 | break | |
11928 | fi | |
11929 | ||
11930 | done | |
11931 | ac_cv_prog_CPP=$CPP | |
11932 | ||
11933 | fi | |
11934 | CPP=$ac_cv_prog_CPP | |
11935 | else | |
11936 | ac_cv_prog_CPP=$CPP | |
11937 | fi | |
11938 | echo "$as_me:$LINENO: result: $CPP" >&5 | |
11939 | echo "${ECHO_T}$CPP" >&6 | |
11940 | ac_preproc_ok=false | |
11941 | for ac_c_preproc_warn_flag in '' yes | |
11942 | do | |
11943 | # Use a header file that comes with gcc, so configuring glibc | |
11944 | # with a fresh cross-compiler works. | |
11945 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
11946 | # <limits.h> exists even on freestanding compilers. | |
11947 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
11948 | # not just through cpp. "Syntax error" is here to catch this case. | |
11949 | cat >conftest.$ac_ext <<_ACEOF | |
11950 | /* confdefs.h. */ | |
11951 | _ACEOF | |
11952 | cat confdefs.h >>conftest.$ac_ext | |
11953 | cat >>conftest.$ac_ext <<_ACEOF | |
11954 | /* end confdefs.h. */ | |
11955 | #ifdef __STDC__ | |
11956 | # include <limits.h> | |
11957 | #else | |
11958 | # include <assert.h> | |
11959 | #endif | |
ac1cb8d3 | 11960 | Syntax error |
a848cd7e SC |
11961 | _ACEOF |
11962 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
11963 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
11964 | ac_status=$? | |
11965 | grep -v '^ *+' conftest.er1 >conftest.err | |
11966 | rm -f conftest.er1 | |
11967 | cat conftest.err >&5 | |
11968 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
11969 | (exit $ac_status); } >/dev/null; then | |
11970 | if test -s conftest.err; then | |
11971 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 11972 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
11973 | else |
11974 | ac_cpp_err= | |
11975 | fi | |
11976 | else | |
11977 | ac_cpp_err=yes | |
11978 | fi | |
11979 | if test -z "$ac_cpp_err"; then | |
11980 | : | |
11981 | else | |
11982 | echo "$as_me: failed program was:" >&5 | |
11983 | sed 's/^/| /' conftest.$ac_ext >&5 | |
11984 | ||
11985 | # Broken: fails on valid input. | |
11986 | continue | |
11987 | fi | |
11988 | rm -f conftest.err conftest.$ac_ext | |
11989 | ||
11990 | # OK, works on sane cases. Now check whether non-existent headers | |
11991 | # can be detected and how. | |
11992 | cat >conftest.$ac_ext <<_ACEOF | |
11993 | /* confdefs.h. */ | |
11994 | _ACEOF | |
11995 | cat confdefs.h >>conftest.$ac_ext | |
11996 | cat >>conftest.$ac_ext <<_ACEOF | |
11997 | /* end confdefs.h. */ | |
11998 | #include <ac_nonexistent.h> | |
11999 | _ACEOF | |
12000 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
12001 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
12002 | ac_status=$? | |
12003 | grep -v '^ *+' conftest.er1 >conftest.err | |
12004 | rm -f conftest.er1 | |
12005 | cat conftest.err >&5 | |
12006 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12007 | (exit $ac_status); } >/dev/null; then | |
12008 | if test -s conftest.err; then | |
12009 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 12010 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
12011 | else |
12012 | ac_cpp_err= | |
12013 | fi | |
12014 | else | |
12015 | ac_cpp_err=yes | |
12016 | fi | |
12017 | if test -z "$ac_cpp_err"; then | |
12018 | # Broken: success on invalid input. | |
12019 | continue | |
12020 | else | |
12021 | echo "$as_me: failed program was:" >&5 | |
12022 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12023 | ||
12024 | # Passes both tests. | |
12025 | ac_preproc_ok=: | |
12026 | break | |
12027 | fi | |
12028 | rm -f conftest.err conftest.$ac_ext | |
12029 | ||
12030 | done | |
12031 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
12032 | rm -f conftest.err conftest.$ac_ext | |
12033 | if $ac_preproc_ok; then | |
12034 | : | |
12035 | else | |
12036 | { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check | |
12037 | See \`config.log' for more details." >&5 | |
12038 | echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check | |
12039 | See \`config.log' for more details." >&2;} | |
12040 | { (exit 1); exit 1; }; } | |
12041 | fi | |
12042 | ||
12043 | ac_ext=c | |
12044 | ac_cpp='$CPP $CPPFLAGS' | |
12045 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12046 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12047 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
12048 | ||
12049 | ||
12050 | echo "$as_me:$LINENO: checking for egrep" >&5 | |
12051 | echo $ECHO_N "checking for egrep... $ECHO_C" >&6 | |
12052 | if test "${ac_cv_prog_egrep+set}" = set; then | |
12053 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12054 | else | |
12055 | if echo a | (grep -E '(a|b)') >/dev/null 2>&1 | |
12056 | then ac_cv_prog_egrep='grep -E' | |
12057 | else ac_cv_prog_egrep='egrep' | |
12058 | fi | |
12059 | fi | |
12060 | echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 | |
12061 | echo "${ECHO_T}$ac_cv_prog_egrep" >&6 | |
12062 | EGREP=$ac_cv_prog_egrep | |
12063 | ||
12064 | ||
12065 | if test $ac_cv_c_compiler_gnu = yes; then | |
12066 | echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 | |
12067 | echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6 | |
12068 | if test "${ac_cv_prog_gcc_traditional+set}" = set; then | |
12069 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12070 | else | |
12071 | ac_pattern="Autoconf.*'x'" | |
12072 | cat >conftest.$ac_ext <<_ACEOF | |
12073 | /* confdefs.h. */ | |
12074 | _ACEOF | |
12075 | cat confdefs.h >>conftest.$ac_ext | |
12076 | cat >>conftest.$ac_ext <<_ACEOF | |
12077 | /* end confdefs.h. */ | |
12078 | #include <sgtty.h> | |
12079 | Autoconf TIOCGETP | |
12080 | _ACEOF | |
12081 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
12082 | $EGREP "$ac_pattern" >/dev/null 2>&1; then | |
12083 | ac_cv_prog_gcc_traditional=yes | |
12084 | else | |
12085 | ac_cv_prog_gcc_traditional=no | |
12086 | fi | |
12087 | rm -f conftest* | |
12088 | ||
12089 | ||
12090 | if test $ac_cv_prog_gcc_traditional = no; then | |
12091 | cat >conftest.$ac_ext <<_ACEOF | |
12092 | /* confdefs.h. */ | |
12093 | _ACEOF | |
12094 | cat confdefs.h >>conftest.$ac_ext | |
12095 | cat >>conftest.$ac_ext <<_ACEOF | |
12096 | /* end confdefs.h. */ | |
12097 | #include <termio.h> | |
12098 | Autoconf TCGETA | |
12099 | _ACEOF | |
12100 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
12101 | $EGREP "$ac_pattern" >/dev/null 2>&1; then | |
12102 | ac_cv_prog_gcc_traditional=yes | |
12103 | fi | |
12104 | rm -f conftest* | |
12105 | ||
12106 | fi | |
12107 | fi | |
12108 | echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 | |
12109 | echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6 | |
12110 | if test $ac_cv_prog_gcc_traditional = yes; then | |
12111 | CC="$CC -traditional" | |
12112 | fi | |
12113 | fi | |
12114 | ||
12115 | ||
12116 | ||
12117 | ||
12118 | ac_ext=cc | |
12119 | ac_cpp='$CXXCPP $CPPFLAGS' | |
12120 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12121 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12122 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
12123 | ||
12124 | ||
12125 | CXXFLAGS=${CXXFLAGS:=} | |
6dcfc289 DE |
12126 | |
12127 | ||
12128 | ac_ext=cc | |
a848cd7e SC |
12129 | ac_cpp='$CXXCPP $CPPFLAGS' |
12130 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12131 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12132 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
12133 | if test -n "$ac_tool_prefix"; then | |
12134 | for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC | |
12135 | do | |
12136 | # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | |
12137 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 | |
12138 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
12139 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
12140 | if test "${ac_cv_prog_CXX+set}" = set; then | |
12141 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12142 | else | |
12143 | if test -n "$CXX"; then | |
12144 | ac_cv_prog_CXX="$CXX" # Let the user override the test. | |
12145 | else | |
12146 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
12147 | for as_dir in $PATH | |
12148 | do | |
12149 | IFS=$as_save_IFS | |
12150 | test -z "$as_dir" && as_dir=. | |
12151 | for ac_exec_ext in '' $ac_executable_extensions; do | |
12152 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
12153 | ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" | |
12154 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
12155 | break 2 | |
12156 | fi | |
12157 | done | |
12158 | done | |
12159 | ||
12160 | fi | |
12161 | fi | |
12162 | CXX=$ac_cv_prog_CXX | |
12163 | if test -n "$CXX"; then | |
12164 | echo "$as_me:$LINENO: result: $CXX" >&5 | |
12165 | echo "${ECHO_T}$CXX" >&6 | |
12166 | else | |
12167 | echo "$as_me:$LINENO: result: no" >&5 | |
12168 | echo "${ECHO_T}no" >&6 | |
12169 | fi | |
12170 | ||
12171 | test -n "$CXX" && break | |
12172 | done | |
12173 | fi | |
12174 | if test -z "$CXX"; then | |
12175 | ac_ct_CXX=$CXX | |
12176 | for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC | |
12177 | do | |
12178 | # Extract the first word of "$ac_prog", so it can be a program name with args. | |
12179 | set dummy $ac_prog; ac_word=$2 | |
12180 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
12181 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
12182 | if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then | |
12183 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12184 | else | |
12185 | if test -n "$ac_ct_CXX"; then | |
12186 | ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. | |
12187 | else | |
12188 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
12189 | for as_dir in $PATH | |
12190 | do | |
12191 | IFS=$as_save_IFS | |
12192 | test -z "$as_dir" && as_dir=. | |
12193 | for ac_exec_ext in '' $ac_executable_extensions; do | |
12194 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
12195 | ac_cv_prog_ac_ct_CXX="$ac_prog" | |
12196 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
12197 | break 2 | |
12198 | fi | |
12199 | done | |
12200 | done | |
12201 | ||
12202 | fi | |
12203 | fi | |
12204 | ac_ct_CXX=$ac_cv_prog_ac_ct_CXX | |
12205 | if test -n "$ac_ct_CXX"; then | |
12206 | echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 | |
12207 | echo "${ECHO_T}$ac_ct_CXX" >&6 | |
12208 | else | |
12209 | echo "$as_me:$LINENO: result: no" >&5 | |
12210 | echo "${ECHO_T}no" >&6 | |
12211 | fi | |
12212 | ||
12213 | test -n "$ac_ct_CXX" && break | |
12214 | done | |
12215 | test -n "$ac_ct_CXX" || ac_ct_CXX="g++" | |
12216 | ||
12217 | CXX=$ac_ct_CXX | |
12218 | fi | |
12219 | ||
12220 | ||
12221 | # Provide some information about the compiler. | |
12222 | echo "$as_me:$LINENO:" \ | |
12223 | "checking for C++ compiler version" >&5 | |
12224 | ac_compiler=`set X $ac_compile; echo $2` | |
12225 | { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5 | |
12226 | (eval $ac_compiler --version </dev/null >&5) 2>&5 | |
12227 | ac_status=$? | |
12228 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12229 | (exit $ac_status); } | |
12230 | { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5 | |
12231 | (eval $ac_compiler -v </dev/null >&5) 2>&5 | |
12232 | ac_status=$? | |
12233 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12234 | (exit $ac_status); } | |
12235 | { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5 | |
12236 | (eval $ac_compiler -V </dev/null >&5) 2>&5 | |
12237 | ac_status=$? | |
12238 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12239 | (exit $ac_status); } | |
12240 | ||
12241 | echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 | |
12242 | echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 | |
12243 | if test "${ac_cv_cxx_compiler_gnu+set}" = set; then | |
12244 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12245 | else | |
12246 | cat >conftest.$ac_ext <<_ACEOF | |
12247 | /* confdefs.h. */ | |
12248 | _ACEOF | |
12249 | cat confdefs.h >>conftest.$ac_ext | |
12250 | cat >>conftest.$ac_ext <<_ACEOF | |
12251 | /* end confdefs.h. */ | |
12252 | ||
12253 | int | |
12254 | main () | |
12255 | { | |
12256 | #ifndef __GNUC__ | |
12257 | choke me | |
12258 | #endif | |
12259 | ||
12260 | ; | |
12261 | return 0; | |
12262 | } | |
12263 | _ACEOF | |
12264 | rm -f conftest.$ac_objext | |
12265 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 12266 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 12267 | ac_status=$? |
ac1cb8d3 VS |
12268 | grep -v '^ *+' conftest.er1 >conftest.err |
12269 | rm -f conftest.er1 | |
12270 | cat conftest.err >&5 | |
a848cd7e SC |
12271 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12272 | (exit $ac_status); } && | |
07158944 | 12273 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
12274 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12275 | (eval $ac_try) 2>&5 | |
12276 | ac_status=$? | |
12277 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12278 | (exit $ac_status); }; } && | |
12279 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
12280 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12281 | (eval $ac_try) 2>&5 | |
12282 | ac_status=$? | |
12283 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12284 | (exit $ac_status); }; }; then | |
12285 | ac_compiler_gnu=yes | |
12286 | else | |
12287 | echo "$as_me: failed program was:" >&5 | |
12288 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12289 | ||
12290 | ac_compiler_gnu=no | |
12291 | fi | |
ac1cb8d3 | 12292 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
12293 | ac_cv_cxx_compiler_gnu=$ac_compiler_gnu |
12294 | ||
12295 | fi | |
12296 | echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 | |
12297 | echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 | |
12298 | GXX=`test $ac_compiler_gnu = yes && echo yes` | |
12299 | ac_test_CXXFLAGS=${CXXFLAGS+set} | |
12300 | ac_save_CXXFLAGS=$CXXFLAGS | |
12301 | CXXFLAGS="-g" | |
12302 | echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 | |
12303 | echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 | |
12304 | if test "${ac_cv_prog_cxx_g+set}" = set; then | |
12305 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12306 | else | |
12307 | cat >conftest.$ac_ext <<_ACEOF | |
12308 | /* confdefs.h. */ | |
12309 | _ACEOF | |
12310 | cat confdefs.h >>conftest.$ac_ext | |
12311 | cat >>conftest.$ac_ext <<_ACEOF | |
12312 | /* end confdefs.h. */ | |
12313 | ||
12314 | int | |
12315 | main () | |
12316 | { | |
12317 | ||
12318 | ; | |
12319 | return 0; | |
12320 | } | |
12321 | _ACEOF | |
12322 | rm -f conftest.$ac_objext | |
12323 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 12324 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 12325 | ac_status=$? |
ac1cb8d3 VS |
12326 | grep -v '^ *+' conftest.er1 >conftest.err |
12327 | rm -f conftest.er1 | |
12328 | cat conftest.err >&5 | |
a848cd7e SC |
12329 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12330 | (exit $ac_status); } && | |
07158944 | 12331 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
12332 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12333 | (eval $ac_try) 2>&5 | |
12334 | ac_status=$? | |
12335 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12336 | (exit $ac_status); }; } && | |
12337 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
12338 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12339 | (eval $ac_try) 2>&5 | |
12340 | ac_status=$? | |
12341 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12342 | (exit $ac_status); }; }; then | |
12343 | ac_cv_prog_cxx_g=yes | |
12344 | else | |
12345 | echo "$as_me: failed program was:" >&5 | |
12346 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12347 | ||
12348 | ac_cv_prog_cxx_g=no | |
12349 | fi | |
ac1cb8d3 | 12350 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
12351 | fi |
12352 | echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 | |
12353 | echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 | |
12354 | if test "$ac_test_CXXFLAGS" = set; then | |
12355 | CXXFLAGS=$ac_save_CXXFLAGS | |
12356 | elif test $ac_cv_prog_cxx_g = yes; then | |
12357 | if test "$GXX" = yes; then | |
12358 | CXXFLAGS="-g -O2" | |
12359 | else | |
12360 | CXXFLAGS="-g" | |
12361 | fi | |
12362 | else | |
12363 | if test "$GXX" = yes; then | |
12364 | CXXFLAGS="-O2" | |
12365 | else | |
12366 | CXXFLAGS= | |
12367 | fi | |
12368 | fi | |
12369 | for ac_declaration in \ | |
ac1cb8d3 | 12370 | '' \ |
a848cd7e SC |
12371 | 'extern "C" void std::exit (int) throw (); using std::exit;' \ |
12372 | 'extern "C" void std::exit (int); using std::exit;' \ | |
12373 | 'extern "C" void exit (int) throw ();' \ | |
12374 | 'extern "C" void exit (int);' \ | |
12375 | 'void exit (int);' | |
12376 | do | |
12377 | cat >conftest.$ac_ext <<_ACEOF | |
12378 | /* confdefs.h. */ | |
12379 | _ACEOF | |
12380 | cat confdefs.h >>conftest.$ac_ext | |
12381 | cat >>conftest.$ac_ext <<_ACEOF | |
12382 | /* end confdefs.h. */ | |
de59c161 | 12383 | $ac_declaration |
ac1cb8d3 | 12384 | #include <stdlib.h> |
a848cd7e SC |
12385 | int |
12386 | main () | |
12387 | { | |
12388 | exit (42); | |
12389 | ; | |
12390 | return 0; | |
12391 | } | |
12392 | _ACEOF | |
12393 | rm -f conftest.$ac_objext | |
12394 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 12395 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 12396 | ac_status=$? |
ac1cb8d3 VS |
12397 | grep -v '^ *+' conftest.er1 >conftest.err |
12398 | rm -f conftest.er1 | |
12399 | cat conftest.err >&5 | |
a848cd7e SC |
12400 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12401 | (exit $ac_status); } && | |
07158944 | 12402 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
12403 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12404 | (eval $ac_try) 2>&5 | |
12405 | ac_status=$? | |
12406 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12407 | (exit $ac_status); }; } && | |
12408 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
12409 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12410 | (eval $ac_try) 2>&5 | |
12411 | ac_status=$? | |
12412 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12413 | (exit $ac_status); }; }; then | |
12414 | : | |
12415 | else | |
12416 | echo "$as_me: failed program was:" >&5 | |
12417 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12418 | ||
12419 | continue | |
12420 | fi | |
ac1cb8d3 | 12421 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
12422 | cat >conftest.$ac_ext <<_ACEOF |
12423 | /* confdefs.h. */ | |
12424 | _ACEOF | |
12425 | cat confdefs.h >>conftest.$ac_ext | |
12426 | cat >>conftest.$ac_ext <<_ACEOF | |
12427 | /* end confdefs.h. */ | |
12428 | $ac_declaration | |
12429 | int | |
12430 | main () | |
12431 | { | |
12432 | exit (42); | |
12433 | ; | |
12434 | return 0; | |
12435 | } | |
12436 | _ACEOF | |
12437 | rm -f conftest.$ac_objext | |
12438 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 12439 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 12440 | ac_status=$? |
ac1cb8d3 VS |
12441 | grep -v '^ *+' conftest.er1 >conftest.err |
12442 | rm -f conftest.er1 | |
12443 | cat conftest.err >&5 | |
a848cd7e SC |
12444 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
12445 | (exit $ac_status); } && | |
07158944 | 12446 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
12447 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12448 | (eval $ac_try) 2>&5 | |
12449 | ac_status=$? | |
12450 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12451 | (exit $ac_status); }; } && | |
12452 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
12453 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12454 | (eval $ac_try) 2>&5 | |
12455 | ac_status=$? | |
12456 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12457 | (exit $ac_status); }; }; then | |
12458 | break | |
12459 | else | |
12460 | echo "$as_me: failed program was:" >&5 | |
12461 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12462 | ||
12463 | fi | |
ac1cb8d3 | 12464 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
12465 | done |
12466 | rm -f conftest* | |
12467 | if test -n "$ac_declaration"; then | |
12468 | echo '#ifdef __cplusplus' >>confdefs.h | |
12469 | echo $ac_declaration >>confdefs.h | |
12470 | echo '#endif' >>confdefs.h | |
12471 | fi | |
12472 | ||
12473 | ac_ext=cc | |
12474 | ac_cpp='$CXXCPP $CPPFLAGS' | |
12475 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12476 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12477 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
12478 | ||
6dcfc289 | 12479 | echo "$as_me:$LINENO: checking if the C++ compiler requires -ext o" >&5 |
480ccd21 DE |
12480 | echo $ECHO_N "checking if the C++ compiler requires -ext o... $ECHO_C" >&6 |
12481 | if test "${wx_cv_cxx_exto+set}" = set; then | |
12482 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12483 | else | |
12484 | cat >conftest.$ac_ext <<_ACEOF | |
12485 | /* confdefs.h. */ | |
12486 | _ACEOF | |
12487 | cat confdefs.h >>conftest.$ac_ext | |
12488 | cat >>conftest.$ac_ext <<_ACEOF | |
12489 | /* end confdefs.h. */ | |
12490 | ||
12491 | int | |
12492 | main () | |
12493 | { | |
12494 | ||
12495 | ; | |
12496 | return 0; | |
12497 | } | |
12498 | _ACEOF | |
12499 | rm -f conftest.$ac_objext conftest.$ac_ext.o | |
12500 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
12501 | (eval $ac_compile) 2>&5 | |
12502 | ac_status=$? | |
12503 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12504 | (exit $ac_status); }; then | |
12505 | for ac_file in `(ls conftest.* 2>/dev/null)`; do | |
12506 | case $ac_file in | |
12507 | conftest.$ac_ext.o) | |
12508 | wx_cv_cxx_exto="-ext o" | |
12509 | ;; | |
12510 | *) | |
12511 | ;; | |
12512 | esac | |
12513 | done | |
12514 | else | |
12515 | { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile | |
12516 | See \`config.log' for more details." >&5 | |
12517 | echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile | |
12518 | See \`config.log' for more details." >&2;} | |
12519 | { (exit 1); exit 1; }; } | |
12520 | ||
12521 | fi | |
12522 | ||
12523 | rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext | |
12524 | ||
12525 | fi | |
12526 | echo "$as_me:$LINENO: result: $wx_cv_cxx_exto" >&5 | |
12527 | echo "${ECHO_T}$wx_cv_cxx_exto" >&6 | |
12528 | if test "x$wx_cv_cxx_exto" '!=' "x"; then | |
12529 | if test "cxx" = "c"; then | |
12530 | CFLAGS="$wx_cv_cxx_exto $CFLAGS" | |
12531 | fi | |
12532 | if test "cxx" = "cxx"; then | |
12533 | CXXFLAGS="$wx_cv_cxx_exto $CXXFLAGS" | |
12534 | fi | |
12535 | fi | |
12536 | ||
6dcfc289 DE |
12537 | if test "x$wx_cv_cxx_exto" '!=' "x"; then |
12538 | unset ac_cv_prog_cxx_g | |
12539 | ac_test_CXXFLAGS=${CXXFLAGS+set} | |
480ccd21 DE |
12540 | ac_save_CXXFLAGS=$CXXFLAGS |
12541 | CXXFLAGS="-g" | |
12542 | echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 | |
12543 | echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 | |
12544 | if test "${ac_cv_prog_cxx_g+set}" = set; then | |
12545 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12546 | else | |
12547 | cat >conftest.$ac_ext <<_ACEOF | |
12548 | /* confdefs.h. */ | |
12549 | _ACEOF | |
12550 | cat confdefs.h >>conftest.$ac_ext | |
12551 | cat >>conftest.$ac_ext <<_ACEOF | |
12552 | /* end confdefs.h. */ | |
12553 | ||
12554 | int | |
12555 | main () | |
12556 | { | |
12557 | ||
12558 | ; | |
12559 | return 0; | |
12560 | } | |
12561 | _ACEOF | |
12562 | rm -f conftest.$ac_objext | |
12563 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
12564 | (eval $ac_compile) 2>conftest.er1 | |
12565 | ac_status=$? | |
12566 | grep -v '^ *+' conftest.er1 >conftest.err | |
12567 | rm -f conftest.er1 | |
12568 | cat conftest.err >&5 | |
12569 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12570 | (exit $ac_status); } && | |
07158944 | 12571 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
480ccd21 DE |
12572 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12573 | (eval $ac_try) 2>&5 | |
12574 | ac_status=$? | |
12575 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12576 | (exit $ac_status); }; } && | |
12577 | { ac_try='test -s conftest.$ac_objext' | |
12578 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
12579 | (eval $ac_try) 2>&5 | |
12580 | ac_status=$? | |
12581 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12582 | (exit $ac_status); }; }; then | |
12583 | ac_cv_prog_cxx_g=yes | |
12584 | else | |
12585 | echo "$as_me: failed program was:" >&5 | |
12586 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12587 | ||
12588 | ac_cv_prog_cxx_g=no | |
12589 | fi | |
12590 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
12591 | fi | |
12592 | echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 | |
12593 | echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 | |
12594 | if test "$ac_test_CXXFLAGS" = set; then | |
12595 | CXXFLAGS=$ac_save_CXXFLAGS | |
12596 | elif test $ac_cv_prog_cxx_g = yes; then | |
12597 | if test "$GXX" = yes; then | |
12598 | CXXFLAGS="-g -O2" | |
12599 | else | |
12600 | CXXFLAGS="-g" | |
12601 | fi | |
12602 | else | |
12603 | if test "$GXX" = yes; then | |
12604 | CXXFLAGS="-O2" | |
12605 | else | |
12606 | CXXFLAGS= | |
12607 | fi | |
12608 | fi | |
6dcfc289 DE |
12609 | fi |
12610 | ac_ext=cc | |
95986553 DE |
12611 | ac_cpp='$CXXCPP $CPPFLAGS' |
12612 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12613 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12614 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
12615 | ||
12616 | echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5 | |
12617 | echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6 | |
12618 | if test "${bakefile_cv_cxx_compiler_mwerks+set}" = set; then | |
12619 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12620 | else | |
12621 | cat >conftest.$ac_ext <<_ACEOF | |
12622 | /* confdefs.h. */ | |
12623 | _ACEOF | |
12624 | cat confdefs.h >>conftest.$ac_ext | |
12625 | cat >>conftest.$ac_ext <<_ACEOF | |
12626 | /* end confdefs.h. */ | |
12627 | ||
12628 | int | |
12629 | main () | |
12630 | { | |
12631 | #ifndef __MWERKS__ | |
12632 | choke me | |
12633 | #endif | |
12634 | ||
12635 | ; | |
12636 | return 0; | |
12637 | } | |
12638 | _ACEOF | |
12639 | rm -f conftest.$ac_objext | |
12640 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
12641 | (eval $ac_compile) 2>conftest.er1 | |
12642 | ac_status=$? | |
12643 | grep -v '^ *+' conftest.er1 >conftest.err | |
12644 | rm -f conftest.er1 | |
12645 | cat conftest.err >&5 | |
12646 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12647 | (exit $ac_status); } && | |
07158944 | 12648 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
95986553 DE |
12649 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12650 | (eval $ac_try) 2>&5 | |
12651 | ac_status=$? | |
12652 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12653 | (exit $ac_status); }; } && | |
12654 | { ac_try='test -s conftest.$ac_objext' | |
12655 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
12656 | (eval $ac_try) 2>&5 | |
12657 | ac_status=$? | |
12658 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12659 | (exit $ac_status); }; }; then | |
12660 | bakefile_compiler_mwerks=yes | |
12661 | else | |
12662 | echo "$as_me: failed program was:" >&5 | |
12663 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12664 | ||
12665 | bakefile_compiler_mwerks=no | |
12666 | fi | |
12667 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
12668 | bakefile_cv_cxx_compiler_mwerks=$bakefile_compiler_mwerks | |
12669 | ||
12670 | fi | |
12671 | echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler_mwerks" >&5 | |
12672 | echo "${ECHO_T}$bakefile_cv_cxx_compiler_mwerks" >&6 | |
12673 | ||
0e6fa1d9 | 12674 | MWCXX=`test $bakefile_cv_cxx_compiler_mwerks = yes && echo yes` |
95986553 DE |
12675 | ac_ext=cc |
12676 | ac_cpp='$CXXCPP $CPPFLAGS' | |
12677 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12678 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12679 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
12680 | ||
12681 | ||
6dcfc289 | 12682 | ac_ext=cc |
9273ffba DE |
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 | ||
12688 | echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5 | |
12689 | echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6 | |
12690 | if test "${wx_cv_cxx_compiler_xlc+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 | #ifndef __xlC__ | |
12704 | choke me | |
12705 | #endif | |
12706 | ||
12707 | ; | |
12708 | return 0; | |
12709 | } | |
12710 | _ACEOF | |
12711 | rm -f conftest.$ac_objext | |
12712 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
12713 | (eval $ac_compile) 2>conftest.er1 | |
12714 | ac_status=$? | |
12715 | grep -v '^ *+' conftest.er1 >conftest.err | |
12716 | rm -f conftest.er1 | |
12717 | cat conftest.err >&5 | |
12718 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12719 | (exit $ac_status); } && | |
07158944 | 12720 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
9273ffba DE |
12721 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
12722 | (eval $ac_try) 2>&5 | |
12723 | ac_status=$? | |
12724 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12725 | (exit $ac_status); }; } && | |
12726 | { ac_try='test -s conftest.$ac_objext' | |
12727 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
12728 | (eval $ac_try) 2>&5 | |
12729 | ac_status=$? | |
12730 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
12731 | (exit $ac_status); }; }; then | |
12732 | wx_compiler_xlc=yes | |
12733 | else | |
12734 | echo "$as_me: failed program was:" >&5 | |
12735 | sed 's/^/| /' conftest.$ac_ext >&5 | |
12736 | ||
12737 | wx_compiler_xlc=no | |
12738 | fi | |
12739 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
12740 | wx_cv_cxx_compiler_xlc=$wx_compiler_xlc | |
12741 | ||
12742 | fi | |
12743 | echo "$as_me:$LINENO: result: $wx_cv_cxx_compiler_xlc" >&5 | |
12744 | echo "${ECHO_T}$wx_cv_cxx_compiler_xlc" >&6 | |
12745 | ||
0e6fa1d9 | 12746 | XLCXX=`test $wx_cv_cxx_compiler_xlc = yes && echo yes` |
9273ffba DE |
12747 | ac_ext=cc |
12748 | ac_cpp='$CXXCPP $CPPFLAGS' | |
12749 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12750 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12751 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
12752 | ||
12753 | ||
95986553 | 12754 | |
6dcfc289 | 12755 | |
a848cd7e SC |
12756 | ac_ext=c |
12757 | ac_cpp='$CPP $CPPFLAGS' | |
12758 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
12759 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
12760 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
12761 | ||
12762 | ||
a848cd7e SC |
12763 | if test -n "$ac_tool_prefix"; then |
12764 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
12765 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | |
12766 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
12767 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
12768 | if test "${ac_cv_prog_RANLIB+set}" = set; then | |
12769 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12770 | else | |
12771 | if test -n "$RANLIB"; then | |
12772 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
12773 | else | |
12774 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
12775 | for as_dir in $PATH | |
12776 | do | |
12777 | IFS=$as_save_IFS | |
12778 | test -z "$as_dir" && as_dir=. | |
12779 | for ac_exec_ext in '' $ac_executable_extensions; do | |
12780 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
12781 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" | |
12782 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
12783 | break 2 | |
12784 | fi | |
12785 | done | |
12786 | done | |
12787 | ||
12788 | fi | |
12789 | fi | |
12790 | RANLIB=$ac_cv_prog_RANLIB | |
12791 | if test -n "$RANLIB"; then | |
12792 | echo "$as_me:$LINENO: result: $RANLIB" >&5 | |
12793 | echo "${ECHO_T}$RANLIB" >&6 | |
12794 | else | |
12795 | echo "$as_me:$LINENO: result: no" >&5 | |
12796 | echo "${ECHO_T}no" >&6 | |
12797 | fi | |
12798 | ||
12799 | fi | |
12800 | if test -z "$ac_cv_prog_RANLIB"; then | |
12801 | ac_ct_RANLIB=$RANLIB | |
12802 | # Extract the first word of "ranlib", so it can be a program name with args. | |
12803 | set dummy ranlib; ac_word=$2 | |
12804 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
12805 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
12806 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then | |
12807 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12808 | else | |
12809 | if test -n "$ac_ct_RANLIB"; then | |
12810 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
12811 | else | |
12812 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
12813 | for as_dir in $PATH | |
12814 | do | |
12815 | IFS=$as_save_IFS | |
12816 | test -z "$as_dir" && as_dir=. | |
12817 | for ac_exec_ext in '' $ac_executable_extensions; do | |
12818 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
12819 | ac_cv_prog_ac_ct_RANLIB="ranlib" | |
12820 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
12821 | break 2 | |
12822 | fi | |
12823 | done | |
12824 | done | |
12825 | ||
12826 | test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" | |
12827 | fi | |
12828 | fi | |
12829 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | |
12830 | if test -n "$ac_ct_RANLIB"; then | |
12831 | echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 | |
12832 | echo "${ECHO_T}$ac_ct_RANLIB" >&6 | |
12833 | else | |
12834 | echo "$as_me:$LINENO: result: no" >&5 | |
12835 | echo "${ECHO_T}no" >&6 | |
12836 | fi | |
12837 | ||
12838 | RANLIB=$ac_ct_RANLIB | |
12839 | else | |
12840 | RANLIB="$ac_cv_prog_RANLIB" | |
12841 | fi | |
12842 | ||
12843 | ||
12844 | # Extract the first word of "ar", so it can be a program name with args. | |
12845 | set dummy ar; ac_word=$2 | |
12846 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
12847 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
12848 | if test "${ac_cv_prog_AR+set}" = set; then | |
12849 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12850 | else | |
12851 | if test -n "$AR"; then | |
12852 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
12853 | else | |
12854 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
12855 | for as_dir in $PATH | |
12856 | do | |
12857 | IFS=$as_save_IFS | |
12858 | test -z "$as_dir" && as_dir=. | |
12859 | for ac_exec_ext in '' $ac_executable_extensions; do | |
12860 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
12861 | ac_cv_prog_AR="ar" | |
12862 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
12863 | break 2 | |
12864 | fi | |
12865 | done | |
12866 | done | |
12867 | ||
12868 | fi | |
12869 | fi | |
12870 | AR=$ac_cv_prog_AR | |
12871 | if test -n "$AR"; then | |
12872 | echo "$as_me:$LINENO: result: $AR" >&5 | |
12873 | echo "${ECHO_T}$AR" >&6 | |
12874 | else | |
12875 | echo "$as_me:$LINENO: result: no" >&5 | |
12876 | echo "${ECHO_T}no" >&6 | |
12877 | fi | |
12878 | ||
12879 | if test "x$AR" = "x" ; then | |
77ffb593 JS |
12880 | { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5 |
12881 | echo "$as_me: error: ar is needed to build wxWidgets" >&2;} | |
a848cd7e SC |
12882 | { (exit 1); exit 1; }; } |
12883 | fi | |
12884 | ||
12885 | # Find a good install program. We prefer a C program (faster), | |
12886 | # so one script is as good as another. But avoid the broken or | |
12887 | # incompatible versions: | |
12888 | # SysV /etc/install, /usr/sbin/install | |
12889 | # SunOS /usr/etc/install | |
12890 | # IRIX /sbin/install | |
12891 | # AIX /bin/install | |
12892 | # AmigaOS /C/install, which installs bootblocks on floppy discs | |
12893 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | |
12894 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
12895 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
ac1cb8d3 | 12896 | # OS/2's system install, which has a completely different semantic |
a848cd7e SC |
12897 | # ./install, which can be erroneously created by make from ./install.sh. |
12898 | echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 | |
12899 | echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 | |
12900 | if test -z "$INSTALL"; then | |
12901 | if test "${ac_cv_path_install+set}" = set; then | |
12902 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12903 | else | |
12904 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
12905 | for as_dir in $PATH | |
12906 | do | |
12907 | IFS=$as_save_IFS | |
12908 | test -z "$as_dir" && as_dir=. | |
12909 | # Account for people who put trailing slashes in PATH elements. | |
12910 | case $as_dir/ in | |
12911 | ./ | .// | /cC/* | \ | |
12912 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ | |
ac1cb8d3 | 12913 | ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ |
a848cd7e SC |
12914 | /usr/ucb/* ) ;; |
12915 | *) | |
12916 | # OSF1 and SCO ODT 3.0 have their own names for install. | |
12917 | # Don't use installbsd from OSF since it installs stuff as root | |
12918 | # by default. | |
12919 | for ac_prog in ginstall scoinst install; do | |
12920 | for ac_exec_ext in '' $ac_executable_extensions; do | |
ac1cb8d3 VS |
12921 | if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
12922 | if test $ac_prog = install && | |
12923 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
12924 | # AIX install. It has an incompatible calling convention. | |
12925 | : | |
12926 | elif test $ac_prog = install && | |
12927 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
12928 | # program-specific install script used by HP pwplus--don't use. | |
12929 | : | |
12930 | else | |
12931 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | |
12932 | break 3 | |
12933 | fi | |
12934 | fi | |
a848cd7e SC |
12935 | done |
12936 | done | |
12937 | ;; | |
12938 | esac | |
12939 | done | |
12940 | ||
12941 | ||
12942 | fi | |
12943 | if test "${ac_cv_path_install+set}" = set; then | |
12944 | INSTALL=$ac_cv_path_install | |
12945 | else | |
12946 | # As a last resort, use the slow shell script. We don't cache a | |
12947 | # path for INSTALL within a source directory, because that will | |
12948 | # break other packages using the cache if that directory is | |
12949 | # removed, or if the path is relative. | |
12950 | INSTALL=$ac_install_sh | |
12951 | fi | |
12952 | fi | |
12953 | echo "$as_me:$LINENO: result: $INSTALL" >&5 | |
12954 | echo "${ECHO_T}$INSTALL" >&6 | |
12955 | ||
12956 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
12957 | # It thinks the first close brace ends the variable substitution. | |
12958 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
12959 | ||
12960 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' | |
12961 | ||
12962 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
12963 | ||
12964 | ||
12965 | case ${INSTALL} in | |
12966 | /* ) # Absolute | |
12967 | ;; | |
12968 | ?:* ) # Drive letter, considered as absolute. | |
12969 | ;; | |
12970 | *) | |
12971 | INSTALL=`pwd`/${INSTALL} ;; | |
12972 | esac | |
12973 | ||
a848cd7e SC |
12974 | |
12975 | case "${host}" in | |
12976 | ||
12977 | powerpc-*-darwin* ) | |
12978 | INSTALL_PROGRAM="cp -fp" | |
12979 | INSTALL_DATA="cp -fp" | |
12980 | ;; | |
12981 | *) | |
12982 | ;; | |
12983 | esac | |
12984 | ||
12985 | # Extract the first word of "strip", so it can be a program name with args. | |
12986 | set dummy strip; ac_word=$2 | |
12987 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
12988 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
12989 | if test "${ac_cv_prog_STRIP+set}" = set; then | |
12990 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
12991 | else | |
12992 | if test -n "$STRIP"; then | |
12993 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
12994 | else | |
12995 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
12996 | for as_dir in $PATH | |
12997 | do | |
12998 | IFS=$as_save_IFS | |
12999 | test -z "$as_dir" && as_dir=. | |
13000 | for ac_exec_ext in '' $ac_executable_extensions; do | |
13001 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
13002 | ac_cv_prog_STRIP="strip" | |
13003 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
13004 | break 2 | |
13005 | fi | |
13006 | done | |
13007 | done | |
13008 | ||
13009 | test -z "$ac_cv_prog_STRIP" && ac_cv_prog_STRIP="true" | |
13010 | fi | |
13011 | fi | |
13012 | STRIP=$ac_cv_prog_STRIP | |
13013 | if test -n "$STRIP"; then | |
13014 | echo "$as_me:$LINENO: result: $STRIP" >&5 | |
13015 | echo "${ECHO_T}$STRIP" >&6 | |
13016 | else | |
13017 | echo "$as_me:$LINENO: result: no" >&5 | |
13018 | echo "${ECHO_T}no" >&6 | |
13019 | fi | |
13020 | ||
13021 | ||
13022 | echo "$as_me:$LINENO: checking if make is GNU make" >&5 | |
13023 | echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6 | |
13024 | if test "${wx_cv_prog_makeisgnu+set}" = set; then | |
13025 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13026 | else | |
13027 | ||
13028 | if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null | | |
13029 | egrep -s GNU > /dev/null); then | |
13030 | wx_cv_prog_makeisgnu="yes" | |
13031 | else | |
13032 | wx_cv_prog_makeisgnu="no" | |
13033 | fi | |
13034 | ||
13035 | fi | |
13036 | echo "$as_me:$LINENO: result: $wx_cv_prog_makeisgnu" >&5 | |
13037 | echo "${ECHO_T}$wx_cv_prog_makeisgnu" >&6 | |
13038 | ||
13039 | if test "x$wx_cv_prog_makeisgnu" = "xyes"; then | |
13040 | IF_GNU_MAKE="" | |
13041 | else | |
13042 | IF_GNU_MAKE="#" | |
13043 | fi | |
13044 | ||
13045 | ||
13046 | ||
13047 | if test "x$wx_cv_prog_makeisgnu" != "xyes"; then | |
13048 | echo "$as_me:$LINENO: checking if make supports VPATH" >&5 | |
13049 | echo $ECHO_N "checking if make supports VPATH... $ECHO_C" >&6 | |
13050 | if test "${wx_cv_prog_makevpath+set}" = set; then | |
13051 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13052 | else | |
13053 | ||
13054 | cat - << EOF > confMake | |
13055 | check : file | |
13056 | cp \$? \$@ | |
13057 | cp \$? final_file | |
13058 | EOF | |
13059 | ||
13060 | if test ! -d sub ; then | |
13061 | mkdir sub | |
13062 | fi | |
13063 | echo dummy > sub/file | |
13064 | ${MAKE-make} -f confMake VPATH=sub 2>&5 > /dev/null | |
13065 | RESULT=$? | |
13066 | rm -f sub/file check final_file confMake | |
13067 | rmdir sub | |
13068 | if test "$RESULT" = 0; then | |
13069 | wx_cv_prog_makevpath="yes" | |
13070 | else | |
13071 | wx_cv_prog_makevpath="no" | |
13072 | fi | |
13073 | ||
13074 | fi | |
13075 | echo "$as_me:$LINENO: result: $wx_cv_prog_makevpath" >&5 | |
13076 | echo "${ECHO_T}$wx_cv_prog_makevpath" >&6 | |
13077 | ||
13078 | if test "x$wx_cv_prog_makevpath" != "xyes"; then | |
13079 | { { echo "$as_me:$LINENO: error: | |
13080 | You need a make-utility that is able to use the variable | |
13081 | VPATH correctly. | |
13082 | If your version of make does not support VPATH correctly, | |
13083 | please install GNU-make (possibly as gmake), and start | |
13084 | configure with the following command: | |
13085 | export MAKE=gmake; ./configure for sh-type shells | |
13086 | setenv MAKE gmake; ./configure for csh-type shells | |
13087 | Also please do remember to use gmake in this case every time | |
13088 | you are trying to compile. | |
13089 | " >&5 | |
13090 | echo "$as_me: error: | |
13091 | You need a make-utility that is able to use the variable | |
13092 | VPATH correctly. | |
13093 | If your version of make does not support VPATH correctly, | |
13094 | please install GNU-make (possibly as gmake), and start | |
13095 | configure with the following command: | |
13096 | export MAKE=gmake; ./configure for sh-type shells | |
13097 | setenv MAKE gmake; ./configure for csh-type shells | |
13098 | Also please do remember to use gmake in this case every time | |
13099 | you are trying to compile. | |
13100 | " >&2;} | |
13101 | { (exit 1); exit 1; }; } | |
13102 | fi fi | |
13103 | echo "$as_me:$LINENO: checking whether ln -s works" >&5 | |
13104 | echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 | |
13105 | LN_S=$as_ln_s | |
13106 | if test "$LN_S" = "ln -s"; then | |
13107 | echo "$as_me:$LINENO: result: yes" >&5 | |
13108 | echo "${ECHO_T}yes" >&6 | |
13109 | else | |
13110 | echo "$as_me:$LINENO: result: no, using $LN_S" >&5 | |
13111 | echo "${ECHO_T}no, using $LN_S" >&6 | |
13112 | fi | |
13113 | ||
13114 | ||
13115 | ||
9273ffba DE |
13116 | if test "x$XLCXX" = "xyes"; then |
13117 | CXXFLAGS="$CXXFLAGS -qunique" | |
13118 | fi | |
13119 | ||
13120 | ||
4d7ec9f1 DE |
13121 | case "${host}" in |
13122 | powerpc-*-darwin* ) | |
13123 | echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5 | |
13124 | echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6 | |
13125 | cat >conftest.$ac_ext <<_ACEOF | |
13126 | /* confdefs.h. */ | |
13127 | _ACEOF | |
13128 | cat confdefs.h >>conftest.$ac_ext | |
13129 | cat >>conftest.$ac_ext <<_ACEOF | |
13130 | /* end confdefs.h. */ | |
13131 | ||
13132 | int | |
13133 | main () | |
13134 | { | |
13135 | #ifndef __POWERPC__ | |
13136 | choke me for lack of PowerPC | |
13137 | #endif | |
13138 | ||
13139 | ; | |
13140 | return 0; | |
13141 | } | |
13142 | _ACEOF | |
13143 | rm -f conftest.$ac_objext | |
13144 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
13145 | (eval $ac_compile) 2>conftest.er1 | |
13146 | ac_status=$? | |
13147 | grep -v '^ *+' conftest.er1 >conftest.err | |
13148 | rm -f conftest.er1 | |
13149 | cat conftest.err >&5 | |
13150 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13151 | (exit $ac_status); } && | |
07158944 | 13152 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
4d7ec9f1 DE |
13153 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13154 | (eval $ac_try) 2>&5 | |
13155 | ac_status=$? | |
13156 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13157 | (exit $ac_status); }; } && | |
13158 | { ac_try='test -s conftest.$ac_objext' | |
13159 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13160 | (eval $ac_try) 2>&5 | |
13161 | ac_status=$? | |
13162 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13163 | (exit $ac_status); }; }; then | |
13164 | echo "$as_me:$LINENO: result: yes" >&5 | |
13165 | echo "${ECHO_T}yes" >&6 | |
13166 | else | |
13167 | echo "$as_me: failed program was:" >&5 | |
13168 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13169 | ||
13170 | echo "$as_me:$LINENO: result: no" >&5 | |
13171 | echo "${ECHO_T}no" >&6 | |
13172 | cat >>confdefs.h <<\_ACEOF | |
13173 | #define __POWERPC__ 1 | |
13174 | _ACEOF | |
13175 | ||
13176 | ||
13177 | fi | |
13178 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
13179 | echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5 | |
13180 | echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6 | |
13181 | cat >conftest.$ac_ext <<_ACEOF | |
13182 | /* confdefs.h. */ | |
13183 | _ACEOF | |
13184 | cat confdefs.h >>conftest.$ac_ext | |
13185 | cat >>conftest.$ac_ext <<_ACEOF | |
13186 | /* end confdefs.h. */ | |
13187 | #include <CoreFoundation/CFBase.h> | |
13188 | ||
13189 | int | |
13190 | main () | |
13191 | { | |
13192 | ||
13193 | ; | |
13194 | return 0; | |
13195 | } | |
13196 | _ACEOF | |
13197 | rm -f conftest.$ac_objext | |
13198 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
13199 | (eval $ac_compile) 2>conftest.er1 | |
13200 | ac_status=$? | |
13201 | grep -v '^ *+' conftest.er1 >conftest.err | |
13202 | rm -f conftest.er1 | |
13203 | cat conftest.err >&5 | |
13204 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13205 | (exit $ac_status); } && | |
07158944 | 13206 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
4d7ec9f1 DE |
13207 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13208 | (eval $ac_try) 2>&5 | |
13209 | ac_status=$? | |
13210 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13211 | (exit $ac_status); }; } && | |
13212 | { ac_try='test -s conftest.$ac_objext' | |
13213 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13214 | (eval $ac_try) 2>&5 | |
13215 | ac_status=$? | |
13216 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13217 | (exit $ac_status); }; }; then | |
13218 | echo "$as_me:$LINENO: result: yes" >&5 | |
13219 | echo "${ECHO_T}yes" >&6 | |
13220 | else | |
13221 | echo "$as_me: failed program was:" >&5 | |
13222 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13223 | ||
13224 | echo "$as_me:$LINENO: result: no" >&5 | |
13225 | echo "${ECHO_T}no" >&6 | |
13226 | echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5 | |
13227 | echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6 | |
13228 | cat >conftest.$ac_ext <<_ACEOF | |
13229 | /* confdefs.h. */ | |
13230 | _ACEOF | |
13231 | cat confdefs.h >>conftest.$ac_ext | |
13232 | cat >>conftest.$ac_ext <<_ACEOF | |
13233 | /* end confdefs.h. */ | |
13234 | #define __CF_USE_FRAMEWORK_INCLUDES__ | |
13235 | #include <CoreFoundation/CFBase.h> | |
13236 | ||
13237 | int | |
13238 | main () | |
13239 | { | |
13240 | ||
13241 | ; | |
13242 | return 0; | |
13243 | } | |
13244 | _ACEOF | |
13245 | rm -f conftest.$ac_objext | |
13246 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
13247 | (eval $ac_compile) 2>conftest.er1 | |
13248 | ac_status=$? | |
13249 | grep -v '^ *+' conftest.er1 >conftest.err | |
13250 | rm -f conftest.er1 | |
13251 | cat conftest.err >&5 | |
13252 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13253 | (exit $ac_status); } && | |
07158944 | 13254 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
4d7ec9f1 DE |
13255 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13256 | (eval $ac_try) 2>&5 | |
13257 | ac_status=$? | |
13258 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13259 | (exit $ac_status); }; } && | |
13260 | { ac_try='test -s conftest.$ac_objext' | |
13261 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13262 | (eval $ac_try) 2>&5 | |
13263 | ac_status=$? | |
13264 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13265 | (exit $ac_status); }; }; then | |
13266 | echo "$as_me:$LINENO: result: yes" >&5 | |
13267 | echo "${ECHO_T}yes" >&6 | |
13268 | CPPFLAGS="$CPPFLAGS -D__CF_USE_FRAMEWORK_INCLUDES__" | |
13269 | else | |
13270 | echo "$as_me: failed program was:" >&5 | |
13271 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13272 | ||
13273 | { { echo "$as_me:$LINENO: error: no. CoreFoundation not available. | |
13274 | See \`config.log' for more details." >&5 | |
13275 | echo "$as_me: error: no. CoreFoundation not available. | |
13276 | See \`config.log' for more details." >&2;} | |
13277 | { (exit 1); exit 1; }; } | |
13278 | ||
13279 | fi | |
13280 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
13281 | ||
13282 | ||
13283 | fi | |
13284 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
13285 | ;; | |
13286 | esac | |
13287 | ||
a848cd7e SC |
13288 | case "${host}" in |
13289 | *-pc-os2_emx | *-pc-os2-emx ) | |
13290 | if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then | |
13291 | echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5 | |
13292 | echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6 | |
13293 | if test "${ac_cv_lib_cExt_drand48+set}" = set; then | |
13294 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13295 | else | |
13296 | ac_check_lib_save_LIBS=$LIBS | |
13297 | LIBS="-lcExt $LIBS" | |
13298 | cat >conftest.$ac_ext <<_ACEOF | |
13299 | /* confdefs.h. */ | |
13300 | _ACEOF | |
13301 | cat confdefs.h >>conftest.$ac_ext | |
13302 | cat >>conftest.$ac_ext <<_ACEOF | |
13303 | /* end confdefs.h. */ | |
13304 | ||
13305 | /* Override any gcc2 internal prototype to avoid an error. */ | |
13306 | #ifdef __cplusplus | |
13307 | extern "C" | |
13308 | #endif | |
13309 | /* We use char because int might match the return type of a gcc2 | |
13310 | builtin and then its argument prototype would still apply. */ | |
13311 | char drand48 (); | |
13312 | int | |
13313 | main () | |
13314 | { | |
13315 | drand48 (); | |
13316 | ; | |
13317 | return 0; | |
13318 | } | |
13319 | _ACEOF | |
13320 | rm -f conftest.$ac_objext conftest$ac_exeext | |
13321 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 13322 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 13323 | ac_status=$? |
ac1cb8d3 VS |
13324 | grep -v '^ *+' conftest.er1 >conftest.err |
13325 | rm -f conftest.er1 | |
13326 | cat conftest.err >&5 | |
a848cd7e SC |
13327 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13328 | (exit $ac_status); } && | |
07158944 | 13329 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
13330 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13331 | (eval $ac_try) 2>&5 | |
13332 | ac_status=$? | |
13333 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13334 | (exit $ac_status); }; } && | |
13335 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
13336 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13337 | (eval $ac_try) 2>&5 | |
13338 | ac_status=$? | |
13339 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13340 | (exit $ac_status); }; }; then | |
13341 | ac_cv_lib_cExt_drand48=yes | |
13342 | else | |
13343 | echo "$as_me: failed program was:" >&5 | |
13344 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13345 | ||
13346 | ac_cv_lib_cExt_drand48=no | |
13347 | fi | |
ac1cb8d3 VS |
13348 | rm -f conftest.err conftest.$ac_objext \ |
13349 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
13350 | LIBS=$ac_check_lib_save_LIBS |
13351 | fi | |
13352 | echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5 | |
13353 | echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6 | |
13354 | if test $ac_cv_lib_cExt_drand48 = yes; then | |
13355 | LIBS="$LIBS -lcExt" | |
13356 | fi | |
13357 | ||
13358 | else | |
13359 | RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res" | |
13360 | fi | |
69120ee4 VZ |
13361 | echo "$as_me:$LINENO: checking for gcc/libc version" >&5 |
13362 | echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6 | |
a848cd7e SC |
13363 | if test "${wx_cv_gccversion+set}" = set; then |
13364 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13365 | else | |
13366 | ||
391a765e VS |
13367 | if test "$cross_compiling" = yes; then |
13368 | wx_cv_gccversion="EMX2" | |
13369 | ||
13370 | else | |
13371 | cat >conftest.$ac_ext <<_ACEOF | |
a848cd7e SC |
13372 | /* confdefs.h. */ |
13373 | _ACEOF | |
13374 | cat confdefs.h >>conftest.$ac_ext | |
13375 | cat >>conftest.$ac_ext <<_ACEOF | |
13376 | /* end confdefs.h. */ | |
13377 | ||
391a765e | 13378 | #include <stdio.h> |
a848cd7e | 13379 | |
391a765e VS |
13380 | int main() |
13381 | { | |
13382 | FILE *f=fopen("conftestval", "w"); | |
13383 | if (!f) exit(1); | |
13384 | fprintf(f, | |
a848cd7e | 13385 | #if (__GNUC__ < 3) |
391a765e VS |
13386 | "EMX2" |
13387 | #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2))) | |
13388 | "EMX3" | |
13389 | #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2) | |
13390 | "Innotek5" | |
13391 | #else | |
13392 | "Innotek6" | |
a848cd7e | 13393 | #endif |
391a765e VS |
13394 | ); |
13395 | exit(0); | |
13396 | } | |
a848cd7e | 13397 | |
a848cd7e | 13398 | _ACEOF |
391a765e VS |
13399 | rm -f conftest$ac_exeext |
13400 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
13401 | (eval $ac_link) 2>&5 | |
ac1cb8d3 VS |
13402 | ac_status=$? |
13403 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
391a765e | 13404 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
a848cd7e SC |
13405 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13406 | (eval $ac_try) 2>&5 | |
13407 | ac_status=$? | |
13408 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13409 | (exit $ac_status); }; }; then | |
391a765e | 13410 | wx_cv_gccversion=`cat conftestval` |
a848cd7e | 13411 | else |
391a765e VS |
13412 | echo "$as_me: program exited with status $ac_status" >&5 |
13413 | echo "$as_me: failed program was:" >&5 | |
a848cd7e SC |
13414 | sed 's/^/| /' conftest.$ac_ext >&5 |
13415 | ||
391a765e VS |
13416 | ( exit $ac_status ) |
13417 | wx_cv_gccversion="EMX2" | |
a848cd7e | 13418 | fi |
391a765e | 13419 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 13420 | fi |
a848cd7e SC |
13421 | |
13422 | fi | |
13423 | echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5 | |
13424 | echo "${ECHO_T}$wx_cv_gccversion" >&6 | |
391a765e | 13425 | if test "$wx_cv_gccversion" = "EMX2"; then |
a848cd7e SC |
13426 | LIBS="$LIBS -lstdcpp" |
13427 | LDFLAGS="$LDFLAGS -Zsysv-signals" | |
13428 | else | |
391a765e | 13429 | if test "$wx_cv_gccversion" = "EMX3"; then |
a848cd7e SC |
13430 | LIBS="$LIBS -lstdcxx" |
13431 | LDFLAGS="$LDFLAGS -Zsysv-signals" | |
13432 | else | |
13433 | LIBS="$LIBS -lstdc++" | |
13434 | fi | |
13435 | fi | |
94acd38e DE |
13436 | if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then |
13437 | { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5 | |
13438 | echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;} | |
13439 | wxUSE_OMF=yes | |
2da0c077 | 13440 | enable_omf=yes |
a848cd7e SC |
13441 | fi |
13442 | ;; | |
13443 | *) | |
13444 | ||
13445 | ||
13446 | ||
13447 | ac_ext=cc | |
13448 | ac_cpp='$CXXCPP $CPPFLAGS' | |
13449 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
13450 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
13451 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
13452 | ||
13453 | ||
95986553 | 13454 | echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5 |
a848cd7e SC |
13455 | echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6 |
13456 | if test "${ac_cv_string_strcasecmp+set}" = set; then | |
13457 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13458 | else | |
13459 | ||
13460 | cat >conftest.$ac_ext <<_ACEOF | |
13461 | /* confdefs.h. */ | |
13462 | _ACEOF | |
13463 | cat confdefs.h >>conftest.$ac_ext | |
13464 | cat >>conftest.$ac_ext <<_ACEOF | |
13465 | /* end confdefs.h. */ | |
13466 | ||
13467 | #include <string.h> | |
13468 | ||
13469 | int | |
13470 | main () | |
13471 | { | |
13472 | ||
13473 | strcasecmp("foo", "bar"); | |
13474 | ||
13475 | ; | |
13476 | return 0; | |
13477 | } | |
13478 | _ACEOF | |
13479 | rm -f conftest.$ac_objext conftest$ac_exeext | |
13480 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 13481 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 13482 | ac_status=$? |
ac1cb8d3 VS |
13483 | grep -v '^ *+' conftest.er1 >conftest.err |
13484 | rm -f conftest.er1 | |
13485 | cat conftest.err >&5 | |
a848cd7e SC |
13486 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13487 | (exit $ac_status); } && | |
07158944 | 13488 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
13489 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13490 | (eval $ac_try) 2>&5 | |
13491 | ac_status=$? | |
13492 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13493 | (exit $ac_status); }; } && | |
13494 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
13495 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13496 | (eval $ac_try) 2>&5 | |
13497 | ac_status=$? | |
13498 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13499 | (exit $ac_status); }; }; then | |
13500 | ac_cv_string_strcasecmp=yes | |
13501 | else | |
13502 | echo "$as_me: failed program was:" >&5 | |
13503 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13504 | ||
13505 | ac_cv_string_strcasecmp=no | |
13506 | ||
13507 | fi | |
ac1cb8d3 VS |
13508 | rm -f conftest.err conftest.$ac_objext \ |
13509 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
13510 | |
13511 | fi | |
13512 | echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5 | |
13513 | echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6 | |
13514 | ||
13515 | if test x"$ac_cv_string_strcasecmp" = "xyes"; then | |
13516 | cat >>confdefs.h <<\_ACEOF | |
13517 | #define HAVE_STRCASECMP_IN_STRING_H 1 | |
13518 | _ACEOF | |
13519 | ||
13520 | else | |
13521 | echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5 | |
13522 | echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6 | |
13523 | if test "${ac_cv_strings_strcasecmp+set}" = set; then | |
13524 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13525 | else | |
13526 | ||
13527 | cat >conftest.$ac_ext <<_ACEOF | |
13528 | /* confdefs.h. */ | |
13529 | _ACEOF | |
13530 | cat confdefs.h >>conftest.$ac_ext | |
13531 | cat >>conftest.$ac_ext <<_ACEOF | |
13532 | /* end confdefs.h. */ | |
13533 | ||
13534 | #include <strings.h> | |
13535 | ||
13536 | int | |
13537 | main () | |
13538 | { | |
13539 | ||
13540 | strcasecmp("foo", "bar"); | |
13541 | ||
13542 | ; | |
13543 | return 0; | |
13544 | } | |
13545 | _ACEOF | |
13546 | rm -f conftest.$ac_objext conftest$ac_exeext | |
13547 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 13548 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 13549 | ac_status=$? |
ac1cb8d3 VS |
13550 | grep -v '^ *+' conftest.er1 >conftest.err |
13551 | rm -f conftest.er1 | |
13552 | cat conftest.err >&5 | |
a848cd7e SC |
13553 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13554 | (exit $ac_status); } && | |
07158944 | 13555 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
13556 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13557 | (eval $ac_try) 2>&5 | |
13558 | ac_status=$? | |
13559 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13560 | (exit $ac_status); }; } && | |
13561 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
13562 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13563 | (eval $ac_try) 2>&5 | |
13564 | ac_status=$? | |
13565 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13566 | (exit $ac_status); }; }; then | |
13567 | ac_cv_strings_strcasecmp=yes | |
13568 | else | |
13569 | echo "$as_me: failed program was:" >&5 | |
13570 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13571 | ||
13572 | ac_cv_strings_strcasecmp=no | |
13573 | ||
13574 | fi | |
ac1cb8d3 VS |
13575 | rm -f conftest.err conftest.$ac_objext \ |
13576 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
13577 | |
13578 | fi | |
13579 | echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5 | |
13580 | echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6 | |
13581 | ||
0c3c69fc | 13582 | if test x"$ac_cv_strings_strcasecmp" = "xyes"; then |
a848cd7e SC |
13583 | cat >>confdefs.h <<\_ACEOF |
13584 | #define HAVE_STRCASECMP_IN_STRINGS_H 1 | |
13585 | _ACEOF | |
13586 | ||
13587 | else | |
13588 | { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5 | |
13589 | echo "$as_me: error: No case-insensitive string comparison function found." >&2;} | |
13590 | { (exit 1); exit 1; }; } | |
13591 | fi | |
13592 | fi | |
13593 | ||
13594 | ac_ext=c | |
13595 | ac_cpp='$CPP $CPPFLAGS' | |
13596 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
13597 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
13598 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
13599 | ||
13600 | ;; | |
13601 | esac | |
13602 | ||
13603 | ||
13604 | echo "$as_me:$LINENO: checking for ANSI C header files" >&5 | |
13605 | echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 | |
13606 | if test "${ac_cv_header_stdc+set}" = set; then | |
13607 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13608 | else | |
13609 | cat >conftest.$ac_ext <<_ACEOF | |
13610 | /* confdefs.h. */ | |
13611 | _ACEOF | |
13612 | cat confdefs.h >>conftest.$ac_ext | |
13613 | cat >>conftest.$ac_ext <<_ACEOF | |
13614 | /* end confdefs.h. */ | |
13615 | #include <stdlib.h> | |
13616 | #include <stdarg.h> | |
13617 | #include <string.h> | |
13618 | #include <float.h> | |
13619 | ||
13620 | int | |
13621 | main () | |
13622 | { | |
13623 | ||
13624 | ; | |
13625 | return 0; | |
13626 | } | |
13627 | _ACEOF | |
13628 | rm -f conftest.$ac_objext | |
13629 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 13630 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 13631 | ac_status=$? |
ac1cb8d3 VS |
13632 | grep -v '^ *+' conftest.er1 >conftest.err |
13633 | rm -f conftest.er1 | |
13634 | cat conftest.err >&5 | |
a848cd7e SC |
13635 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13636 | (exit $ac_status); } && | |
07158944 | 13637 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
13638 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13639 | (eval $ac_try) 2>&5 | |
13640 | ac_status=$? | |
13641 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13642 | (exit $ac_status); }; } && | |
13643 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
13644 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13645 | (eval $ac_try) 2>&5 | |
13646 | ac_status=$? | |
13647 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13648 | (exit $ac_status); }; }; then | |
13649 | ac_cv_header_stdc=yes | |
13650 | else | |
13651 | echo "$as_me: failed program was:" >&5 | |
13652 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13653 | ||
13654 | ac_cv_header_stdc=no | |
13655 | fi | |
ac1cb8d3 | 13656 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
13657 | |
13658 | if test $ac_cv_header_stdc = yes; then | |
13659 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
13660 | cat >conftest.$ac_ext <<_ACEOF | |
13661 | /* confdefs.h. */ | |
13662 | _ACEOF | |
13663 | cat confdefs.h >>conftest.$ac_ext | |
13664 | cat >>conftest.$ac_ext <<_ACEOF | |
13665 | /* end confdefs.h. */ | |
13666 | #include <string.h> | |
13667 | ||
13668 | _ACEOF | |
13669 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
13670 | $EGREP "memchr" >/dev/null 2>&1; then | |
13671 | : | |
13672 | else | |
13673 | ac_cv_header_stdc=no | |
13674 | fi | |
13675 | rm -f conftest* | |
13676 | ||
13677 | fi | |
13678 | ||
13679 | if test $ac_cv_header_stdc = yes; then | |
13680 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
13681 | cat >conftest.$ac_ext <<_ACEOF | |
13682 | /* confdefs.h. */ | |
13683 | _ACEOF | |
13684 | cat confdefs.h >>conftest.$ac_ext | |
13685 | cat >>conftest.$ac_ext <<_ACEOF | |
13686 | /* end confdefs.h. */ | |
13687 | #include <stdlib.h> | |
13688 | ||
13689 | _ACEOF | |
13690 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
13691 | $EGREP "free" >/dev/null 2>&1; then | |
13692 | : | |
13693 | else | |
13694 | ac_cv_header_stdc=no | |
13695 | fi | |
13696 | rm -f conftest* | |
13697 | ||
13698 | fi | |
13699 | ||
13700 | if test $ac_cv_header_stdc = yes; then | |
13701 | # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
13702 | if test "$cross_compiling" = yes; then | |
13703 | : | |
13704 | else | |
13705 | cat >conftest.$ac_ext <<_ACEOF | |
13706 | /* confdefs.h. */ | |
13707 | _ACEOF | |
13708 | cat confdefs.h >>conftest.$ac_ext | |
13709 | cat >>conftest.$ac_ext <<_ACEOF | |
13710 | /* end confdefs.h. */ | |
13711 | #include <ctype.h> | |
13712 | #if ((' ' & 0x0FF) == 0x020) | |
13713 | # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
13714 | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
13715 | #else | |
13716 | # define ISLOWER(c) \ | |
ac1cb8d3 VS |
13717 | (('a' <= (c) && (c) <= 'i') \ |
13718 | || ('j' <= (c) && (c) <= 'r') \ | |
13719 | || ('s' <= (c) && (c) <= 'z')) | |
a848cd7e SC |
13720 | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) |
13721 | #endif | |
13722 | ||
13723 | #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
13724 | int | |
13725 | main () | |
13726 | { | |
13727 | int i; | |
13728 | for (i = 0; i < 256; i++) | |
13729 | if (XOR (islower (i), ISLOWER (i)) | |
ac1cb8d3 | 13730 | || toupper (i) != TOUPPER (i)) |
a848cd7e SC |
13731 | exit(2); |
13732 | exit (0); | |
13733 | } | |
13734 | _ACEOF | |
13735 | rm -f conftest$ac_exeext | |
13736 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
13737 | (eval $ac_link) 2>&5 | |
13738 | ac_status=$? | |
13739 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13740 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
13741 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
13742 | (eval $ac_try) 2>&5 | |
13743 | ac_status=$? | |
13744 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13745 | (exit $ac_status); }; }; then | |
13746 | : | |
13747 | else | |
13748 | echo "$as_me: program exited with status $ac_status" >&5 | |
13749 | echo "$as_me: failed program was:" >&5 | |
13750 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13751 | ||
13752 | ( exit $ac_status ) | |
13753 | ac_cv_header_stdc=no | |
13754 | fi | |
ac1cb8d3 | 13755 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
13756 | fi |
13757 | fi | |
13758 | fi | |
13759 | echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 | |
13760 | echo "${ECHO_T}$ac_cv_header_stdc" >&6 | |
13761 | if test $ac_cv_header_stdc = yes; then | |
13762 | ||
13763 | cat >>confdefs.h <<\_ACEOF | |
13764 | #define STDC_HEADERS 1 | |
13765 | _ACEOF | |
13766 | ||
13767 | fi | |
13768 | ||
13769 | # On IRIX 5.3, sys/types and inttypes.h are conflicting. | |
13770 | ||
13771 | ||
13772 | ||
13773 | ||
13774 | ||
13775 | ||
13776 | ||
13777 | ||
13778 | ||
13779 | for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ | |
ac1cb8d3 | 13780 | inttypes.h stdint.h unistd.h |
a848cd7e SC |
13781 | do |
13782 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
13783 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
13784 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
13785 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
13786 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13787 | else | |
13788 | cat >conftest.$ac_ext <<_ACEOF | |
13789 | /* confdefs.h. */ | |
13790 | _ACEOF | |
13791 | cat confdefs.h >>conftest.$ac_ext | |
13792 | cat >>conftest.$ac_ext <<_ACEOF | |
13793 | /* end confdefs.h. */ | |
13794 | $ac_includes_default | |
13795 | ||
13796 | #include <$ac_header> | |
13797 | _ACEOF | |
13798 | rm -f conftest.$ac_objext | |
13799 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 13800 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 13801 | ac_status=$? |
ac1cb8d3 VS |
13802 | grep -v '^ *+' conftest.er1 >conftest.err |
13803 | rm -f conftest.er1 | |
13804 | cat conftest.err >&5 | |
a848cd7e SC |
13805 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13806 | (exit $ac_status); } && | |
07158944 | 13807 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
13808 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13809 | (eval $ac_try) 2>&5 | |
13810 | ac_status=$? | |
13811 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13812 | (exit $ac_status); }; } && | |
13813 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
13814 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13815 | (eval $ac_try) 2>&5 | |
13816 | ac_status=$? | |
13817 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13818 | (exit $ac_status); }; }; then | |
13819 | eval "$as_ac_Header=yes" | |
13820 | else | |
13821 | echo "$as_me: failed program was:" >&5 | |
13822 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13823 | ||
13824 | eval "$as_ac_Header=no" | |
13825 | fi | |
ac1cb8d3 | 13826 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
13827 | fi |
13828 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
13829 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
13830 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
13831 | cat >>confdefs.h <<_ACEOF | |
13832 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
13833 | _ACEOF | |
13834 | ||
13835 | fi | |
13836 | ||
13837 | done | |
13838 | ||
13839 | ||
13840 | ||
13841 | for ac_header in stdlib.h | |
13842 | do | |
13843 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
13844 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
13845 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
13846 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
13847 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
13848 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13849 | fi | |
13850 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
13851 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
13852 | else | |
13853 | # Is the header compilable? | |
13854 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
13855 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
13856 | cat >conftest.$ac_ext <<_ACEOF | |
13857 | /* confdefs.h. */ | |
13858 | _ACEOF | |
13859 | cat confdefs.h >>conftest.$ac_ext | |
13860 | cat >>conftest.$ac_ext <<_ACEOF | |
13861 | /* end confdefs.h. */ | |
13862 | $ac_includes_default | |
13863 | #include <$ac_header> | |
13864 | _ACEOF | |
13865 | rm -f conftest.$ac_objext | |
13866 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 13867 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 13868 | ac_status=$? |
ac1cb8d3 VS |
13869 | grep -v '^ *+' conftest.er1 >conftest.err |
13870 | rm -f conftest.er1 | |
13871 | cat conftest.err >&5 | |
a848cd7e SC |
13872 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
13873 | (exit $ac_status); } && | |
07158944 | 13874 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
13875 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13876 | (eval $ac_try) 2>&5 | |
13877 | ac_status=$? | |
13878 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13879 | (exit $ac_status); }; } && | |
13880 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
13881 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
13882 | (eval $ac_try) 2>&5 | |
13883 | ac_status=$? | |
13884 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13885 | (exit $ac_status); }; }; then | |
13886 | ac_header_compiler=yes | |
13887 | else | |
13888 | echo "$as_me: failed program was:" >&5 | |
13889 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13890 | ||
13891 | ac_header_compiler=no | |
13892 | fi | |
ac1cb8d3 | 13893 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
13894 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
13895 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
13896 | ||
13897 | # Is the header present? | |
13898 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
13899 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
13900 | cat >conftest.$ac_ext <<_ACEOF | |
13901 | /* confdefs.h. */ | |
13902 | _ACEOF | |
13903 | cat confdefs.h >>conftest.$ac_ext | |
13904 | cat >>conftest.$ac_ext <<_ACEOF | |
13905 | /* end confdefs.h. */ | |
13906 | #include <$ac_header> | |
13907 | _ACEOF | |
13908 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
13909 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
13910 | ac_status=$? | |
13911 | grep -v '^ *+' conftest.er1 >conftest.err | |
13912 | rm -f conftest.er1 | |
13913 | cat conftest.err >&5 | |
13914 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
13915 | (exit $ac_status); } >/dev/null; then | |
13916 | if test -s conftest.err; then | |
13917 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 13918 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
13919 | else |
13920 | ac_cpp_err= | |
13921 | fi | |
13922 | else | |
13923 | ac_cpp_err=yes | |
13924 | fi | |
13925 | if test -z "$ac_cpp_err"; then | |
13926 | ac_header_preproc=yes | |
13927 | else | |
13928 | echo "$as_me: failed program was:" >&5 | |
13929 | sed 's/^/| /' conftest.$ac_ext >&5 | |
13930 | ||
13931 | ac_header_preproc=no | |
13932 | fi | |
13933 | rm -f conftest.err conftest.$ac_ext | |
13934 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
13935 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
13936 | ||
13937 | # So? What about this header? | |
ac1cb8d3 VS |
13938 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
13939 | yes:no: ) | |
a848cd7e SC |
13940 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
13941 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
13942 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
13943 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
13944 | ac_header_preproc=yes | |
a848cd7e | 13945 | ;; |
ac1cb8d3 | 13946 | no:yes:* ) |
a848cd7e SC |
13947 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
13948 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
13949 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
13950 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
13951 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
13952 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
13953 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
13954 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
13955 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
13956 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
13957 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
13958 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
13959 | ( |
13960 | cat <<\_ASBOX | |
ac1cb8d3 VS |
13961 | ## ----------------------------------------- ## |
13962 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
13963 | ## ----------------------------------------- ## | |
a848cd7e SC |
13964 | _ASBOX |
13965 | ) | | |
13966 | sed "s/^/$as_me: WARNING: /" >&2 | |
13967 | ;; | |
13968 | esac | |
13969 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
13970 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
13971 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
13972 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13973 | else | |
ac1cb8d3 | 13974 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
13975 | fi |
13976 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
13977 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
13978 | ||
13979 | fi | |
13980 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
13981 | cat >>confdefs.h <<_ACEOF | |
13982 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
13983 | _ACEOF | |
13984 | ||
13985 | fi | |
13986 | ||
13987 | done | |
13988 | ||
13989 | ||
13990 | for ac_header in malloc.h | |
13991 | do | |
13992 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
13993 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
13994 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
13995 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
13996 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
13997 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
13998 | fi | |
13999 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14000 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14001 | else | |
14002 | # Is the header compilable? | |
14003 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
14004 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
14005 | cat >conftest.$ac_ext <<_ACEOF | |
14006 | /* confdefs.h. */ | |
14007 | _ACEOF | |
14008 | cat confdefs.h >>conftest.$ac_ext | |
14009 | cat >>conftest.$ac_ext <<_ACEOF | |
14010 | /* end confdefs.h. */ | |
14011 | $ac_includes_default | |
14012 | #include <$ac_header> | |
14013 | _ACEOF | |
14014 | rm -f conftest.$ac_objext | |
14015 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 14016 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 14017 | ac_status=$? |
ac1cb8d3 VS |
14018 | grep -v '^ *+' conftest.er1 >conftest.err |
14019 | rm -f conftest.er1 | |
14020 | cat conftest.err >&5 | |
a848cd7e SC |
14021 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14022 | (exit $ac_status); } && | |
07158944 | 14023 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
14024 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14025 | (eval $ac_try) 2>&5 | |
14026 | ac_status=$? | |
14027 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14028 | (exit $ac_status); }; } && | |
14029 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
14030 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14031 | (eval $ac_try) 2>&5 | |
14032 | ac_status=$? | |
14033 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14034 | (exit $ac_status); }; }; then | |
14035 | ac_header_compiler=yes | |
14036 | else | |
14037 | echo "$as_me: failed program was:" >&5 | |
14038 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14039 | ||
14040 | ac_header_compiler=no | |
14041 | fi | |
ac1cb8d3 | 14042 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
14043 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
14044 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
14045 | ||
14046 | # Is the header present? | |
14047 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
14048 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
14049 | cat >conftest.$ac_ext <<_ACEOF | |
14050 | /* confdefs.h. */ | |
14051 | _ACEOF | |
14052 | cat confdefs.h >>conftest.$ac_ext | |
14053 | cat >>conftest.$ac_ext <<_ACEOF | |
14054 | /* end confdefs.h. */ | |
14055 | #include <$ac_header> | |
14056 | _ACEOF | |
14057 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
14058 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
14059 | ac_status=$? | |
14060 | grep -v '^ *+' conftest.er1 >conftest.err | |
14061 | rm -f conftest.er1 | |
14062 | cat conftest.err >&5 | |
14063 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14064 | (exit $ac_status); } >/dev/null; then | |
14065 | if test -s conftest.err; then | |
14066 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 14067 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
14068 | else |
14069 | ac_cpp_err= | |
14070 | fi | |
14071 | else | |
14072 | ac_cpp_err=yes | |
14073 | fi | |
14074 | if test -z "$ac_cpp_err"; then | |
14075 | ac_header_preproc=yes | |
14076 | else | |
14077 | echo "$as_me: failed program was:" >&5 | |
14078 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14079 | ||
14080 | ac_header_preproc=no | |
14081 | fi | |
14082 | rm -f conftest.err conftest.$ac_ext | |
14083 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
14084 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
14085 | ||
14086 | # So? What about this header? | |
ac1cb8d3 VS |
14087 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
14088 | yes:no: ) | |
a848cd7e SC |
14089 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
14090 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
14091 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
14092 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
14093 | ac_header_preproc=yes | |
a848cd7e | 14094 | ;; |
ac1cb8d3 | 14095 | no:yes:* ) |
a848cd7e SC |
14096 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
14097 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
14098 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
14099 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
14100 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
14101 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
14102 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
14103 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
14104 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
14105 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
14106 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
14107 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
14108 | ( |
14109 | cat <<\_ASBOX | |
ac1cb8d3 VS |
14110 | ## ----------------------------------------- ## |
14111 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
14112 | ## ----------------------------------------- ## | |
a848cd7e SC |
14113 | _ASBOX |
14114 | ) | | |
14115 | sed "s/^/$as_me: WARNING: /" >&2 | |
14116 | ;; | |
14117 | esac | |
14118 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14119 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14120 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14121 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14122 | else | |
ac1cb8d3 | 14123 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
14124 | fi |
14125 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14126 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14127 | ||
14128 | fi | |
14129 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
14130 | cat >>confdefs.h <<_ACEOF | |
14131 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
14132 | _ACEOF | |
14133 | ||
14134 | fi | |
14135 | ||
14136 | done | |
14137 | ||
14138 | ||
14139 | for ac_header in unistd.h | |
14140 | do | |
14141 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
14142 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14143 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14144 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14145 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14146 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14147 | fi | |
14148 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14149 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14150 | else | |
14151 | # Is the header compilable? | |
14152 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
14153 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
14154 | cat >conftest.$ac_ext <<_ACEOF | |
14155 | /* confdefs.h. */ | |
14156 | _ACEOF | |
14157 | cat confdefs.h >>conftest.$ac_ext | |
14158 | cat >>conftest.$ac_ext <<_ACEOF | |
14159 | /* end confdefs.h. */ | |
14160 | $ac_includes_default | |
14161 | #include <$ac_header> | |
14162 | _ACEOF | |
14163 | rm -f conftest.$ac_objext | |
14164 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 14165 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 14166 | ac_status=$? |
ac1cb8d3 VS |
14167 | grep -v '^ *+' conftest.er1 >conftest.err |
14168 | rm -f conftest.er1 | |
14169 | cat conftest.err >&5 | |
a848cd7e SC |
14170 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14171 | (exit $ac_status); } && | |
07158944 | 14172 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
14173 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14174 | (eval $ac_try) 2>&5 | |
14175 | ac_status=$? | |
14176 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14177 | (exit $ac_status); }; } && | |
14178 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
14179 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14180 | (eval $ac_try) 2>&5 | |
14181 | ac_status=$? | |
14182 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14183 | (exit $ac_status); }; }; then | |
14184 | ac_header_compiler=yes | |
14185 | else | |
14186 | echo "$as_me: failed program was:" >&5 | |
14187 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14188 | ||
14189 | ac_header_compiler=no | |
14190 | fi | |
ac1cb8d3 | 14191 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
14192 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
14193 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
14194 | ||
14195 | # Is the header present? | |
14196 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
14197 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
14198 | cat >conftest.$ac_ext <<_ACEOF | |
14199 | /* confdefs.h. */ | |
14200 | _ACEOF | |
14201 | cat confdefs.h >>conftest.$ac_ext | |
14202 | cat >>conftest.$ac_ext <<_ACEOF | |
14203 | /* end confdefs.h. */ | |
14204 | #include <$ac_header> | |
14205 | _ACEOF | |
14206 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
14207 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
14208 | ac_status=$? | |
14209 | grep -v '^ *+' conftest.er1 >conftest.err | |
14210 | rm -f conftest.er1 | |
14211 | cat conftest.err >&5 | |
14212 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14213 | (exit $ac_status); } >/dev/null; then | |
14214 | if test -s conftest.err; then | |
14215 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 14216 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
14217 | else |
14218 | ac_cpp_err= | |
14219 | fi | |
14220 | else | |
14221 | ac_cpp_err=yes | |
14222 | fi | |
14223 | if test -z "$ac_cpp_err"; then | |
14224 | ac_header_preproc=yes | |
14225 | else | |
14226 | echo "$as_me: failed program was:" >&5 | |
14227 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14228 | ||
14229 | ac_header_preproc=no | |
14230 | fi | |
14231 | rm -f conftest.err conftest.$ac_ext | |
14232 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
14233 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
14234 | ||
14235 | # So? What about this header? | |
ac1cb8d3 VS |
14236 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
14237 | yes:no: ) | |
a848cd7e SC |
14238 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
14239 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
14240 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
14241 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
14242 | ac_header_preproc=yes | |
a848cd7e | 14243 | ;; |
ac1cb8d3 | 14244 | no:yes:* ) |
a848cd7e SC |
14245 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
14246 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
14247 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
14248 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
14249 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
14250 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
14251 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
14252 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
14253 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
14254 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
14255 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
14256 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
14257 | ( |
14258 | cat <<\_ASBOX | |
ac1cb8d3 VS |
14259 | ## ----------------------------------------- ## |
14260 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
14261 | ## ----------------------------------------- ## | |
a848cd7e SC |
14262 | _ASBOX |
14263 | ) | | |
14264 | sed "s/^/$as_me: WARNING: /" >&2 | |
14265 | ;; | |
14266 | esac | |
14267 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14268 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14269 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14270 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14271 | else | |
ac1cb8d3 | 14272 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
14273 | fi |
14274 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14275 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14276 | ||
14277 | fi | |
14278 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
14279 | cat >>confdefs.h <<_ACEOF | |
14280 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
14281 | _ACEOF | |
14282 | ||
14283 | fi | |
14284 | ||
14285 | done | |
14286 | ||
14287 | ||
14288 | for ac_header in wchar.h | |
14289 | do | |
14290 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
14291 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14292 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14293 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14294 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14295 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14296 | fi | |
14297 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14298 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14299 | else | |
14300 | # Is the header compilable? | |
14301 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
14302 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
14303 | cat >conftest.$ac_ext <<_ACEOF | |
14304 | /* confdefs.h. */ | |
14305 | _ACEOF | |
14306 | cat confdefs.h >>conftest.$ac_ext | |
14307 | cat >>conftest.$ac_ext <<_ACEOF | |
14308 | /* end confdefs.h. */ | |
14309 | $ac_includes_default | |
14310 | #include <$ac_header> | |
14311 | _ACEOF | |
14312 | rm -f conftest.$ac_objext | |
14313 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 14314 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 14315 | ac_status=$? |
ac1cb8d3 VS |
14316 | grep -v '^ *+' conftest.er1 >conftest.err |
14317 | rm -f conftest.er1 | |
14318 | cat conftest.err >&5 | |
a848cd7e SC |
14319 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14320 | (exit $ac_status); } && | |
07158944 | 14321 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
14322 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14323 | (eval $ac_try) 2>&5 | |
14324 | ac_status=$? | |
14325 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14326 | (exit $ac_status); }; } && | |
14327 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
14328 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14329 | (eval $ac_try) 2>&5 | |
14330 | ac_status=$? | |
14331 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14332 | (exit $ac_status); }; }; then | |
14333 | ac_header_compiler=yes | |
14334 | else | |
14335 | echo "$as_me: failed program was:" >&5 | |
14336 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14337 | ||
14338 | ac_header_compiler=no | |
14339 | fi | |
ac1cb8d3 | 14340 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
14341 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
14342 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
14343 | ||
14344 | # Is the header present? | |
14345 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
14346 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
14347 | cat >conftest.$ac_ext <<_ACEOF | |
14348 | /* confdefs.h. */ | |
14349 | _ACEOF | |
14350 | cat confdefs.h >>conftest.$ac_ext | |
14351 | cat >>conftest.$ac_ext <<_ACEOF | |
14352 | /* end confdefs.h. */ | |
14353 | #include <$ac_header> | |
14354 | _ACEOF | |
14355 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
14356 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
14357 | ac_status=$? | |
14358 | grep -v '^ *+' conftest.er1 >conftest.err | |
14359 | rm -f conftest.er1 | |
14360 | cat conftest.err >&5 | |
14361 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14362 | (exit $ac_status); } >/dev/null; then | |
14363 | if test -s conftest.err; then | |
14364 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 14365 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
14366 | else |
14367 | ac_cpp_err= | |
14368 | fi | |
14369 | else | |
14370 | ac_cpp_err=yes | |
14371 | fi | |
14372 | if test -z "$ac_cpp_err"; then | |
14373 | ac_header_preproc=yes | |
14374 | else | |
14375 | echo "$as_me: failed program was:" >&5 | |
14376 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14377 | ||
14378 | ac_header_preproc=no | |
14379 | fi | |
14380 | rm -f conftest.err conftest.$ac_ext | |
14381 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
14382 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
14383 | ||
14384 | # So? What about this header? | |
ac1cb8d3 VS |
14385 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
14386 | yes:no: ) | |
a848cd7e SC |
14387 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
14388 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
14389 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
14390 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
14391 | ac_header_preproc=yes | |
a848cd7e | 14392 | ;; |
ac1cb8d3 | 14393 | no:yes:* ) |
a848cd7e SC |
14394 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
14395 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
14396 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
14397 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
14398 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
14399 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
14400 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
14401 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
14402 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
14403 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
14404 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
14405 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
14406 | ( |
14407 | cat <<\_ASBOX | |
ac1cb8d3 VS |
14408 | ## ----------------------------------------- ## |
14409 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
14410 | ## ----------------------------------------- ## | |
a848cd7e SC |
14411 | _ASBOX |
14412 | ) | | |
14413 | sed "s/^/$as_me: WARNING: /" >&2 | |
14414 | ;; | |
14415 | esac | |
14416 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14417 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14418 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14419 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14420 | else | |
ac1cb8d3 | 14421 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
14422 | fi |
14423 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14424 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14425 | ||
14426 | fi | |
14427 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
14428 | cat >>confdefs.h <<_ACEOF | |
14429 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
14430 | _ACEOF | |
14431 | ||
14432 | fi | |
14433 | ||
14434 | done | |
14435 | ||
14436 | ||
14437 | if test "$ac_cv_header_wchar_h" != "yes"; then | |
14438 | ||
14439 | for ac_header in wcstr.h | |
14440 | do | |
14441 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
14442 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14443 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14444 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14445 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14446 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14447 | fi | |
14448 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14449 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14450 | else | |
14451 | # Is the header compilable? | |
14452 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
14453 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
14454 | cat >conftest.$ac_ext <<_ACEOF | |
14455 | /* confdefs.h. */ | |
14456 | _ACEOF | |
14457 | cat confdefs.h >>conftest.$ac_ext | |
14458 | cat >>conftest.$ac_ext <<_ACEOF | |
14459 | /* end confdefs.h. */ | |
14460 | $ac_includes_default | |
14461 | #include <$ac_header> | |
14462 | _ACEOF | |
14463 | rm -f conftest.$ac_objext | |
14464 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 14465 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 14466 | ac_status=$? |
ac1cb8d3 VS |
14467 | grep -v '^ *+' conftest.er1 >conftest.err |
14468 | rm -f conftest.er1 | |
14469 | cat conftest.err >&5 | |
a848cd7e SC |
14470 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14471 | (exit $ac_status); } && | |
07158944 | 14472 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
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); }; } && | |
14478 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
14479 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14480 | (eval $ac_try) 2>&5 | |
14481 | ac_status=$? | |
14482 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14483 | (exit $ac_status); }; }; then | |
14484 | ac_header_compiler=yes | |
14485 | else | |
14486 | echo "$as_me: failed program was:" >&5 | |
14487 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14488 | ||
14489 | ac_header_compiler=no | |
14490 | fi | |
ac1cb8d3 | 14491 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
14492 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
14493 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
14494 | ||
14495 | # Is the header present? | |
14496 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
14497 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
14498 | cat >conftest.$ac_ext <<_ACEOF | |
14499 | /* confdefs.h. */ | |
14500 | _ACEOF | |
14501 | cat confdefs.h >>conftest.$ac_ext | |
14502 | cat >>conftest.$ac_ext <<_ACEOF | |
14503 | /* end confdefs.h. */ | |
14504 | #include <$ac_header> | |
14505 | _ACEOF | |
14506 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
14507 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
14508 | ac_status=$? | |
14509 | grep -v '^ *+' conftest.er1 >conftest.err | |
14510 | rm -f conftest.er1 | |
14511 | cat conftest.err >&5 | |
14512 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14513 | (exit $ac_status); } >/dev/null; then | |
14514 | if test -s conftest.err; then | |
14515 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 14516 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
14517 | else |
14518 | ac_cpp_err= | |
14519 | fi | |
14520 | else | |
14521 | ac_cpp_err=yes | |
14522 | fi | |
14523 | if test -z "$ac_cpp_err"; then | |
14524 | ac_header_preproc=yes | |
14525 | else | |
14526 | echo "$as_me: failed program was:" >&5 | |
14527 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14528 | ||
14529 | ac_header_preproc=no | |
14530 | fi | |
14531 | rm -f conftest.err conftest.$ac_ext | |
14532 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
14533 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
14534 | ||
14535 | # So? What about this header? | |
ac1cb8d3 VS |
14536 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
14537 | yes:no: ) | |
a848cd7e SC |
14538 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
14539 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
14540 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
14541 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
14542 | ac_header_preproc=yes | |
a848cd7e | 14543 | ;; |
ac1cb8d3 | 14544 | no:yes:* ) |
a848cd7e SC |
14545 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
14546 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
14547 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
14548 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
14549 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
14550 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
14551 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
14552 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
14553 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
14554 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
14555 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
14556 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
14557 | ( |
14558 | cat <<\_ASBOX | |
ac1cb8d3 VS |
14559 | ## ----------------------------------------- ## |
14560 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
14561 | ## ----------------------------------------- ## | |
a848cd7e SC |
14562 | _ASBOX |
14563 | ) | | |
14564 | sed "s/^/$as_me: WARNING: /" >&2 | |
14565 | ;; | |
14566 | esac | |
14567 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14568 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14569 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14570 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14571 | else | |
ac1cb8d3 | 14572 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
14573 | fi |
14574 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14575 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14576 | ||
14577 | fi | |
14578 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
14579 | cat >>confdefs.h <<_ACEOF | |
14580 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
14581 | _ACEOF | |
14582 | ||
14583 | fi | |
14584 | ||
14585 | done | |
14586 | ||
14587 | fi | |
14588 | ||
14589 | ||
14590 | for ac_header in fnmatch.h | |
14591 | do | |
14592 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
14593 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14594 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14595 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14596 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14597 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14598 | fi | |
14599 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14600 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14601 | else | |
14602 | # Is the header compilable? | |
14603 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
14604 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
14605 | cat >conftest.$ac_ext <<_ACEOF | |
14606 | /* confdefs.h. */ | |
14607 | _ACEOF | |
14608 | cat confdefs.h >>conftest.$ac_ext | |
14609 | cat >>conftest.$ac_ext <<_ACEOF | |
14610 | /* end confdefs.h. */ | |
14611 | $ac_includes_default | |
14612 | #include <$ac_header> | |
14613 | _ACEOF | |
14614 | rm -f conftest.$ac_objext | |
14615 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 14616 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 14617 | ac_status=$? |
ac1cb8d3 VS |
14618 | grep -v '^ *+' conftest.er1 >conftest.err |
14619 | rm -f conftest.er1 | |
14620 | cat conftest.err >&5 | |
a848cd7e SC |
14621 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14622 | (exit $ac_status); } && | |
07158944 | 14623 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
14624 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14625 | (eval $ac_try) 2>&5 | |
14626 | ac_status=$? | |
14627 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14628 | (exit $ac_status); }; } && | |
14629 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
14630 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14631 | (eval $ac_try) 2>&5 | |
14632 | ac_status=$? | |
14633 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14634 | (exit $ac_status); }; }; then | |
14635 | ac_header_compiler=yes | |
14636 | else | |
14637 | echo "$as_me: failed program was:" >&5 | |
14638 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14639 | ||
14640 | ac_header_compiler=no | |
14641 | fi | |
ac1cb8d3 | 14642 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
14643 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
14644 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
14645 | ||
14646 | # Is the header present? | |
14647 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
14648 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
14649 | cat >conftest.$ac_ext <<_ACEOF | |
14650 | /* confdefs.h. */ | |
14651 | _ACEOF | |
14652 | cat confdefs.h >>conftest.$ac_ext | |
14653 | cat >>conftest.$ac_ext <<_ACEOF | |
14654 | /* end confdefs.h. */ | |
14655 | #include <$ac_header> | |
14656 | _ACEOF | |
14657 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
14658 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
14659 | ac_status=$? | |
14660 | grep -v '^ *+' conftest.er1 >conftest.err | |
14661 | rm -f conftest.er1 | |
14662 | cat conftest.err >&5 | |
14663 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14664 | (exit $ac_status); } >/dev/null; then | |
14665 | if test -s conftest.err; then | |
14666 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 14667 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
14668 | else |
14669 | ac_cpp_err= | |
14670 | fi | |
14671 | else | |
14672 | ac_cpp_err=yes | |
14673 | fi | |
14674 | if test -z "$ac_cpp_err"; then | |
14675 | ac_header_preproc=yes | |
14676 | else | |
14677 | echo "$as_me: failed program was:" >&5 | |
14678 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14679 | ||
14680 | ac_header_preproc=no | |
14681 | fi | |
14682 | rm -f conftest.err conftest.$ac_ext | |
14683 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
14684 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
14685 | ||
14686 | # So? What about this header? | |
ac1cb8d3 VS |
14687 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
14688 | yes:no: ) | |
a848cd7e SC |
14689 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
14690 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
14691 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
14692 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
14693 | ac_header_preproc=yes | |
a848cd7e | 14694 | ;; |
ac1cb8d3 | 14695 | no:yes:* ) |
a848cd7e SC |
14696 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
14697 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
14698 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
14699 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
14700 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
14701 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
14702 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
14703 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
14704 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
14705 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
14706 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
14707 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
14708 | ( |
14709 | cat <<\_ASBOX | |
ac1cb8d3 VS |
14710 | ## ----------------------------------------- ## |
14711 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
14712 | ## ----------------------------------------- ## | |
a848cd7e SC |
14713 | _ASBOX |
14714 | ) | | |
14715 | sed "s/^/$as_me: WARNING: /" >&2 | |
14716 | ;; | |
14717 | esac | |
14718 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14719 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14720 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14721 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14722 | else | |
ac1cb8d3 | 14723 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
14724 | fi |
14725 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14726 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14727 | ||
14728 | fi | |
14729 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
14730 | cat >>confdefs.h <<_ACEOF | |
14731 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
14732 | _ACEOF | |
14733 | ||
14734 | fi | |
14735 | ||
14736 | done | |
14737 | ||
14738 | ||
14739 | if test "x$ac_cv_header_fnmatch_h" = "xyes"; then | |
14740 | ||
14741 | for ac_func in fnmatch | |
14742 | do | |
14743 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
14744 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
14745 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
14746 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
14747 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14748 | else | |
14749 | cat >conftest.$ac_ext <<_ACEOF | |
14750 | /* confdefs.h. */ | |
14751 | _ACEOF | |
14752 | cat confdefs.h >>conftest.$ac_ext | |
14753 | cat >>conftest.$ac_ext <<_ACEOF | |
14754 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
14755 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
14756 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
14757 | #define $ac_func innocuous_$ac_func | |
14758 | ||
a848cd7e SC |
14759 | /* System header to define __stub macros and hopefully few prototypes, |
14760 | which can conflict with char $ac_func (); below. | |
14761 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
14762 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 14763 | |
a848cd7e SC |
14764 | #ifdef __STDC__ |
14765 | # include <limits.h> | |
14766 | #else | |
14767 | # include <assert.h> | |
14768 | #endif | |
ac1cb8d3 VS |
14769 | |
14770 | #undef $ac_func | |
14771 | ||
a848cd7e SC |
14772 | /* Override any gcc2 internal prototype to avoid an error. */ |
14773 | #ifdef __cplusplus | |
14774 | extern "C" | |
14775 | { | |
14776 | #endif | |
14777 | /* We use char because int might match the return type of a gcc2 | |
14778 | builtin and then its argument prototype would still apply. */ | |
14779 | char $ac_func (); | |
14780 | /* The GNU C library defines this for functions which it implements | |
14781 | to always fail with ENOSYS. Some functions are actually named | |
14782 | something starting with __ and the normal name is an alias. */ | |
14783 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
14784 | choke me | |
14785 | #else | |
14786 | char (*f) () = $ac_func; | |
14787 | #endif | |
14788 | #ifdef __cplusplus | |
14789 | } | |
14790 | #endif | |
14791 | ||
14792 | int | |
14793 | main () | |
14794 | { | |
14795 | return f != $ac_func; | |
14796 | ; | |
14797 | return 0; | |
14798 | } | |
14799 | _ACEOF | |
14800 | rm -f conftest.$ac_objext conftest$ac_exeext | |
14801 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 14802 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 14803 | ac_status=$? |
ac1cb8d3 VS |
14804 | grep -v '^ *+' conftest.er1 >conftest.err |
14805 | rm -f conftest.er1 | |
14806 | cat conftest.err >&5 | |
a848cd7e SC |
14807 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14808 | (exit $ac_status); } && | |
07158944 | 14809 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
14810 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14811 | (eval $ac_try) 2>&5 | |
14812 | ac_status=$? | |
14813 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14814 | (exit $ac_status); }; } && | |
14815 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
14816 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14817 | (eval $ac_try) 2>&5 | |
14818 | ac_status=$? | |
14819 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14820 | (exit $ac_status); }; }; then | |
14821 | eval "$as_ac_var=yes" | |
14822 | else | |
14823 | echo "$as_me: failed program was:" >&5 | |
14824 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14825 | ||
14826 | eval "$as_ac_var=no" | |
14827 | fi | |
ac1cb8d3 VS |
14828 | rm -f conftest.err conftest.$ac_objext \ |
14829 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
14830 | fi |
14831 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
14832 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
14833 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
14834 | cat >>confdefs.h <<_ACEOF | |
14835 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
14836 | _ACEOF | |
14837 | ||
14838 | fi | |
14839 | done | |
14840 | ||
14841 | fi | |
14842 | ||
14843 | ||
14844 | for ac_header in langinfo.h | |
14845 | do | |
14846 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
14847 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14848 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14849 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14850 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14851 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14852 | fi | |
14853 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14854 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14855 | else | |
14856 | # Is the header compilable? | |
14857 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
14858 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
14859 | cat >conftest.$ac_ext <<_ACEOF | |
14860 | /* confdefs.h. */ | |
14861 | _ACEOF | |
14862 | cat confdefs.h >>conftest.$ac_ext | |
14863 | cat >>conftest.$ac_ext <<_ACEOF | |
14864 | /* end confdefs.h. */ | |
14865 | $ac_includes_default | |
14866 | #include <$ac_header> | |
14867 | _ACEOF | |
14868 | rm -f conftest.$ac_objext | |
14869 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 14870 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 14871 | ac_status=$? |
ac1cb8d3 VS |
14872 | grep -v '^ *+' conftest.er1 >conftest.err |
14873 | rm -f conftest.er1 | |
14874 | cat conftest.err >&5 | |
a848cd7e SC |
14875 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
14876 | (exit $ac_status); } && | |
07158944 | 14877 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
14878 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14879 | (eval $ac_try) 2>&5 | |
14880 | ac_status=$? | |
14881 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14882 | (exit $ac_status); }; } && | |
14883 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
14884 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
14885 | (eval $ac_try) 2>&5 | |
14886 | ac_status=$? | |
14887 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14888 | (exit $ac_status); }; }; then | |
14889 | ac_header_compiler=yes | |
14890 | else | |
14891 | echo "$as_me: failed program was:" >&5 | |
14892 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14893 | ||
14894 | ac_header_compiler=no | |
14895 | fi | |
ac1cb8d3 | 14896 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
14897 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
14898 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
14899 | ||
14900 | # Is the header present? | |
14901 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
14902 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
14903 | cat >conftest.$ac_ext <<_ACEOF | |
14904 | /* confdefs.h. */ | |
14905 | _ACEOF | |
14906 | cat confdefs.h >>conftest.$ac_ext | |
14907 | cat >>conftest.$ac_ext <<_ACEOF | |
14908 | /* end confdefs.h. */ | |
14909 | #include <$ac_header> | |
14910 | _ACEOF | |
14911 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
14912 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
14913 | ac_status=$? | |
14914 | grep -v '^ *+' conftest.er1 >conftest.err | |
14915 | rm -f conftest.er1 | |
14916 | cat conftest.err >&5 | |
14917 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
14918 | (exit $ac_status); } >/dev/null; then | |
14919 | if test -s conftest.err; then | |
14920 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 14921 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
14922 | else |
14923 | ac_cpp_err= | |
14924 | fi | |
14925 | else | |
14926 | ac_cpp_err=yes | |
14927 | fi | |
14928 | if test -z "$ac_cpp_err"; then | |
14929 | ac_header_preproc=yes | |
14930 | else | |
14931 | echo "$as_me: failed program was:" >&5 | |
14932 | sed 's/^/| /' conftest.$ac_ext >&5 | |
14933 | ||
14934 | ac_header_preproc=no | |
14935 | fi | |
14936 | rm -f conftest.err conftest.$ac_ext | |
14937 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
14938 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
14939 | ||
14940 | # So? What about this header? | |
ac1cb8d3 VS |
14941 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
14942 | yes:no: ) | |
a848cd7e SC |
14943 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
14944 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
14945 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
14946 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
14947 | ac_header_preproc=yes | |
a848cd7e | 14948 | ;; |
ac1cb8d3 | 14949 | no:yes:* ) |
a848cd7e SC |
14950 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
14951 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
14952 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
14953 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
14954 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
14955 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
14956 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
14957 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
14958 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
14959 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
14960 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
14961 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
14962 | ( |
14963 | cat <<\_ASBOX | |
ac1cb8d3 VS |
14964 | ## ----------------------------------------- ## |
14965 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
14966 | ## ----------------------------------------- ## | |
a848cd7e SC |
14967 | _ASBOX |
14968 | ) | | |
14969 | sed "s/^/$as_me: WARNING: /" >&2 | |
14970 | ;; | |
14971 | esac | |
14972 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
14973 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
14974 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
14975 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
14976 | else | |
ac1cb8d3 | 14977 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
14978 | fi |
14979 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
14980 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
14981 | ||
14982 | fi | |
14983 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
14984 | cat >>confdefs.h <<_ACEOF | |
14985 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
14986 | _ACEOF | |
14987 | ||
14988 | fi | |
14989 | ||
14990 | done | |
14991 | ||
14992 | ||
14993 | case "${host}" in | |
14994 | *-pc-os2_emx | *-pc-os2-emx ) | |
391a765e VS |
14995 | if test $ac_cv_header_langinfo_h = "yes" \ |
14996 | -a \( "$wx_cv_gccversion" = "EMX2" \ | |
14997 | -o "$wx_cv_gccversion" = "EMX3" \ | |
14998 | -o "$wx_cv_gccversion" = "Innotek5" \); then | |
a848cd7e SC |
14999 | LIBS="$LIBS -lintl" |
15000 | fi | |
15001 | ;; | |
15002 | esac | |
15003 | ||
15004 | if test "$wxUSE_GUI" = "yes"; then | |
15005 | if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then | |
15006 | ||
15007 | for ac_header in X11/Xlib.h | |
15008 | do | |
15009 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
15010 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
15011 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
15012 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
15013 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
15014 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15015 | fi | |
15016 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
15017 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
15018 | else | |
15019 | # Is the header compilable? | |
15020 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
15021 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
15022 | cat >conftest.$ac_ext <<_ACEOF | |
15023 | /* confdefs.h. */ | |
15024 | _ACEOF | |
15025 | cat confdefs.h >>conftest.$ac_ext | |
15026 | cat >>conftest.$ac_ext <<_ACEOF | |
15027 | /* end confdefs.h. */ | |
15028 | $ac_includes_default | |
15029 | #include <$ac_header> | |
15030 | _ACEOF | |
15031 | rm -f conftest.$ac_objext | |
15032 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15033 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15034 | ac_status=$? |
ac1cb8d3 VS |
15035 | grep -v '^ *+' conftest.er1 >conftest.err |
15036 | rm -f conftest.er1 | |
15037 | cat conftest.err >&5 | |
a848cd7e SC |
15038 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15039 | (exit $ac_status); } && | |
07158944 | 15040 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15041 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15042 | (eval $ac_try) 2>&5 | |
15043 | ac_status=$? | |
15044 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15045 | (exit $ac_status); }; } && | |
15046 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15047 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15048 | (eval $ac_try) 2>&5 | |
15049 | ac_status=$? | |
15050 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15051 | (exit $ac_status); }; }; then | |
15052 | ac_header_compiler=yes | |
15053 | else | |
15054 | echo "$as_me: failed program was:" >&5 | |
15055 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15056 | ||
15057 | ac_header_compiler=no | |
15058 | fi | |
ac1cb8d3 | 15059 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15060 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
15061 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
15062 | ||
15063 | # Is the header present? | |
15064 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
15065 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
15066 | cat >conftest.$ac_ext <<_ACEOF | |
15067 | /* confdefs.h. */ | |
15068 | _ACEOF | |
15069 | cat confdefs.h >>conftest.$ac_ext | |
15070 | cat >>conftest.$ac_ext <<_ACEOF | |
15071 | /* end confdefs.h. */ | |
15072 | #include <$ac_header> | |
15073 | _ACEOF | |
15074 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
15075 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
15076 | ac_status=$? | |
15077 | grep -v '^ *+' conftest.er1 >conftest.err | |
15078 | rm -f conftest.er1 | |
15079 | cat conftest.err >&5 | |
15080 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15081 | (exit $ac_status); } >/dev/null; then | |
15082 | if test -s conftest.err; then | |
15083 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 15084 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
15085 | else |
15086 | ac_cpp_err= | |
15087 | fi | |
15088 | else | |
15089 | ac_cpp_err=yes | |
15090 | fi | |
15091 | if test -z "$ac_cpp_err"; then | |
15092 | ac_header_preproc=yes | |
15093 | else | |
15094 | echo "$as_me: failed program was:" >&5 | |
15095 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15096 | ||
15097 | ac_header_preproc=no | |
15098 | fi | |
15099 | rm -f conftest.err conftest.$ac_ext | |
15100 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
15101 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
15102 | ||
15103 | # So? What about this header? | |
ac1cb8d3 VS |
15104 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
15105 | yes:no: ) | |
a848cd7e SC |
15106 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
15107 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
15108 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
15109 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
15110 | ac_header_preproc=yes | |
a848cd7e | 15111 | ;; |
ac1cb8d3 | 15112 | no:yes:* ) |
a848cd7e SC |
15113 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
15114 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
15115 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
15116 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
15117 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
15118 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
15119 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
15120 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
15121 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
15122 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
15123 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
15124 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
15125 | ( |
15126 | cat <<\_ASBOX | |
ac1cb8d3 VS |
15127 | ## ----------------------------------------- ## |
15128 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
15129 | ## ----------------------------------------- ## | |
a848cd7e SC |
15130 | _ASBOX |
15131 | ) | | |
15132 | sed "s/^/$as_me: WARNING: /" >&2 | |
15133 | ;; | |
15134 | esac | |
15135 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
15136 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
15137 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
15138 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15139 | else | |
ac1cb8d3 | 15140 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
15141 | fi |
15142 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
15143 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
15144 | ||
15145 | fi | |
15146 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
15147 | cat >>confdefs.h <<_ACEOF | |
15148 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
15149 | _ACEOF | |
15150 | ||
15151 | fi | |
15152 | ||
15153 | done | |
15154 | ||
15155 | ||
15156 | for ac_header in X11/XKBlib.h | |
15157 | do | |
15158 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
15159 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
15160 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
15161 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
15162 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15163 | else | |
15164 | cat >conftest.$ac_ext <<_ACEOF | |
15165 | /* confdefs.h. */ | |
15166 | _ACEOF | |
15167 | cat confdefs.h >>conftest.$ac_ext | |
15168 | cat >>conftest.$ac_ext <<_ACEOF | |
15169 | /* end confdefs.h. */ | |
15170 | ||
15171 | #if HAVE_X11_XLIB_H | |
15172 | #include <X11/Xlib.h> | |
15173 | #endif | |
15174 | ||
15175 | ||
15176 | #include <$ac_header> | |
15177 | _ACEOF | |
15178 | rm -f conftest.$ac_objext | |
15179 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15180 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15181 | ac_status=$? |
ac1cb8d3 VS |
15182 | grep -v '^ *+' conftest.er1 >conftest.err |
15183 | rm -f conftest.er1 | |
15184 | cat conftest.err >&5 | |
a848cd7e SC |
15185 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15186 | (exit $ac_status); } && | |
07158944 | 15187 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15188 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15189 | (eval $ac_try) 2>&5 | |
15190 | ac_status=$? | |
15191 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15192 | (exit $ac_status); }; } && | |
15193 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15194 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15195 | (eval $ac_try) 2>&5 | |
15196 | ac_status=$? | |
15197 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15198 | (exit $ac_status); }; }; then | |
15199 | eval "$as_ac_Header=yes" | |
15200 | else | |
15201 | echo "$as_me: failed program was:" >&5 | |
15202 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15203 | ||
15204 | eval "$as_ac_Header=no" | |
15205 | fi | |
ac1cb8d3 | 15206 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15207 | fi |
15208 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
15209 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
15210 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
15211 | cat >>confdefs.h <<_ACEOF | |
15212 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
15213 | _ACEOF | |
15214 | ||
15215 | fi | |
15216 | ||
15217 | done | |
15218 | ||
15219 | fi | |
15220 | fi | |
15221 | ||
15222 | ||
15223 | echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 | |
15224 | echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 | |
15225 | if test "${ac_cv_c_const+set}" = set; then | |
15226 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15227 | else | |
15228 | cat >conftest.$ac_ext <<_ACEOF | |
15229 | /* confdefs.h. */ | |
15230 | _ACEOF | |
15231 | cat confdefs.h >>conftest.$ac_ext | |
15232 | cat >>conftest.$ac_ext <<_ACEOF | |
15233 | /* end confdefs.h. */ | |
15234 | ||
15235 | int | |
15236 | main () | |
15237 | { | |
15238 | /* FIXME: Include the comments suggested by Paul. */ | |
15239 | #ifndef __cplusplus | |
15240 | /* Ultrix mips cc rejects this. */ | |
15241 | typedef int charset[2]; | |
15242 | const charset x; | |
15243 | /* SunOS 4.1.1 cc rejects this. */ | |
15244 | char const *const *ccp; | |
15245 | char **p; | |
15246 | /* NEC SVR4.0.2 mips cc rejects this. */ | |
15247 | struct point {int x, y;}; | |
15248 | static struct point const zero = {0,0}; | |
15249 | /* AIX XL C 1.02.0.0 rejects this. | |
15250 | It does not let you subtract one const X* pointer from another in | |
15251 | an arm of an if-expression whose if-part is not a constant | |
15252 | expression */ | |
15253 | const char *g = "string"; | |
15254 | ccp = &g + (g ? g-g : 0); | |
15255 | /* HPUX 7.0 cc rejects these. */ | |
15256 | ++ccp; | |
15257 | p = (char**) ccp; | |
15258 | ccp = (char const *const *) p; | |
15259 | { /* SCO 3.2v4 cc rejects this. */ | |
15260 | char *t; | |
15261 | char const *s = 0 ? (char *) 0 : (char const *) 0; | |
15262 | ||
15263 | *t++ = 0; | |
15264 | } | |
15265 | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | |
15266 | int x[] = {25, 17}; | |
15267 | const int *foo = &x[0]; | |
15268 | ++foo; | |
15269 | } | |
15270 | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | |
15271 | typedef const int *iptr; | |
15272 | iptr p = 0; | |
15273 | ++p; | |
15274 | } | |
15275 | { /* AIX XL C 1.02.0.0 rejects this saying | |
15276 | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | |
15277 | struct s { int j; const int *ap[3]; }; | |
15278 | struct s *b; b->j = 5; | |
15279 | } | |
15280 | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | |
15281 | const int foo = 10; | |
15282 | } | |
15283 | #endif | |
15284 | ||
15285 | ; | |
15286 | return 0; | |
15287 | } | |
15288 | _ACEOF | |
15289 | rm -f conftest.$ac_objext | |
15290 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15291 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15292 | ac_status=$? |
ac1cb8d3 VS |
15293 | grep -v '^ *+' conftest.er1 >conftest.err |
15294 | rm -f conftest.er1 | |
15295 | cat conftest.err >&5 | |
a848cd7e SC |
15296 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15297 | (exit $ac_status); } && | |
07158944 | 15298 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15299 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15300 | (eval $ac_try) 2>&5 | |
15301 | ac_status=$? | |
15302 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15303 | (exit $ac_status); }; } && | |
15304 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15305 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15306 | (eval $ac_try) 2>&5 | |
15307 | ac_status=$? | |
15308 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15309 | (exit $ac_status); }; }; then | |
15310 | ac_cv_c_const=yes | |
15311 | else | |
15312 | echo "$as_me: failed program was:" >&5 | |
15313 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15314 | ||
15315 | ac_cv_c_const=no | |
15316 | fi | |
ac1cb8d3 | 15317 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15318 | fi |
15319 | echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 | |
15320 | echo "${ECHO_T}$ac_cv_c_const" >&6 | |
15321 | if test $ac_cv_c_const = no; then | |
15322 | ||
15323 | cat >>confdefs.h <<\_ACEOF | |
15324 | #define const | |
15325 | _ACEOF | |
15326 | ||
15327 | fi | |
15328 | ||
15329 | echo "$as_me:$LINENO: checking for inline" >&5 | |
15330 | echo $ECHO_N "checking for inline... $ECHO_C" >&6 | |
15331 | if test "${ac_cv_c_inline+set}" = set; then | |
15332 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15333 | else | |
15334 | ac_cv_c_inline=no | |
15335 | for ac_kw in inline __inline__ __inline; do | |
15336 | cat >conftest.$ac_ext <<_ACEOF | |
15337 | /* confdefs.h. */ | |
15338 | _ACEOF | |
15339 | cat confdefs.h >>conftest.$ac_ext | |
15340 | cat >>conftest.$ac_ext <<_ACEOF | |
15341 | /* end confdefs.h. */ | |
15342 | #ifndef __cplusplus | |
15343 | typedef int foo_t; | |
15344 | static $ac_kw foo_t static_foo () {return 0; } | |
15345 | $ac_kw foo_t foo () {return 0; } | |
15346 | #endif | |
15347 | ||
15348 | _ACEOF | |
15349 | rm -f conftest.$ac_objext | |
15350 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15351 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15352 | ac_status=$? |
ac1cb8d3 VS |
15353 | grep -v '^ *+' conftest.er1 >conftest.err |
15354 | rm -f conftest.er1 | |
15355 | cat conftest.err >&5 | |
a848cd7e SC |
15356 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15357 | (exit $ac_status); } && | |
07158944 | 15358 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15359 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15360 | (eval $ac_try) 2>&5 | |
15361 | ac_status=$? | |
15362 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15363 | (exit $ac_status); }; } && | |
15364 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15365 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15366 | (eval $ac_try) 2>&5 | |
15367 | ac_status=$? | |
15368 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15369 | (exit $ac_status); }; }; then | |
15370 | ac_cv_c_inline=$ac_kw; break | |
15371 | else | |
15372 | echo "$as_me: failed program was:" >&5 | |
15373 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15374 | ||
15375 | fi | |
ac1cb8d3 | 15376 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15377 | done |
15378 | ||
15379 | fi | |
15380 | echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 | |
15381 | echo "${ECHO_T}$ac_cv_c_inline" >&6 | |
ac1cb8d3 VS |
15382 | |
15383 | ||
a848cd7e SC |
15384 | case $ac_cv_c_inline in |
15385 | inline | yes) ;; | |
ac1cb8d3 VS |
15386 | *) |
15387 | case $ac_cv_c_inline in | |
15388 | no) ac_val=;; | |
15389 | *) ac_val=$ac_cv_c_inline;; | |
15390 | esac | |
15391 | cat >>confdefs.h <<_ACEOF | |
15392 | #ifndef __cplusplus | |
15393 | #define inline $ac_val | |
15394 | #endif | |
de59c161 | 15395 | _ACEOF |
ac1cb8d3 | 15396 | ;; |
a848cd7e SC |
15397 | esac |
15398 | ||
15399 | ||
15400 | echo "$as_me:$LINENO: checking for char" >&5 | |
15401 | echo $ECHO_N "checking for char... $ECHO_C" >&6 | |
15402 | if test "${ac_cv_type_char+set}" = set; then | |
15403 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15404 | else | |
15405 | cat >conftest.$ac_ext <<_ACEOF | |
15406 | /* confdefs.h. */ | |
15407 | _ACEOF | |
15408 | cat confdefs.h >>conftest.$ac_ext | |
15409 | cat >>conftest.$ac_ext <<_ACEOF | |
15410 | /* end confdefs.h. */ | |
15411 | $ac_includes_default | |
15412 | int | |
15413 | main () | |
15414 | { | |
15415 | if ((char *) 0) | |
15416 | return 0; | |
15417 | if (sizeof (char)) | |
15418 | return 0; | |
15419 | ; | |
15420 | return 0; | |
15421 | } | |
15422 | _ACEOF | |
15423 | rm -f conftest.$ac_objext | |
15424 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15425 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15426 | ac_status=$? |
ac1cb8d3 VS |
15427 | grep -v '^ *+' conftest.er1 >conftest.err |
15428 | rm -f conftest.er1 | |
15429 | cat conftest.err >&5 | |
a848cd7e SC |
15430 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15431 | (exit $ac_status); } && | |
07158944 | 15432 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15433 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15434 | (eval $ac_try) 2>&5 | |
15435 | ac_status=$? | |
15436 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15437 | (exit $ac_status); }; } && | |
15438 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15439 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15440 | (eval $ac_try) 2>&5 | |
15441 | ac_status=$? | |
15442 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15443 | (exit $ac_status); }; }; then | |
15444 | ac_cv_type_char=yes | |
15445 | else | |
15446 | echo "$as_me: failed program was:" >&5 | |
15447 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15448 | ||
15449 | ac_cv_type_char=no | |
15450 | fi | |
ac1cb8d3 | 15451 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15452 | fi |
15453 | echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5 | |
15454 | echo "${ECHO_T}$ac_cv_type_char" >&6 | |
15455 | ||
15456 | echo "$as_me:$LINENO: checking size of char" >&5 | |
15457 | echo $ECHO_N "checking size of char... $ECHO_C" >&6 | |
15458 | if test "${ac_cv_sizeof_char+set}" = set; then | |
15459 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15460 | else | |
15461 | if test "$ac_cv_type_char" = yes; then | |
15462 | # The cast to unsigned long works around a bug in the HP C Compiler | |
15463 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
15464 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
15465 | # This bug is HP SR number 8606223364. | |
15466 | if test "$cross_compiling" = yes; then | |
15467 | # Depending upon the size, compute the lo and hi bounds. | |
15468 | cat >conftest.$ac_ext <<_ACEOF | |
15469 | /* confdefs.h. */ | |
15470 | _ACEOF | |
15471 | cat confdefs.h >>conftest.$ac_ext | |
15472 | cat >>conftest.$ac_ext <<_ACEOF | |
15473 | /* end confdefs.h. */ | |
15474 | $ac_includes_default | |
15475 | int | |
15476 | main () | |
15477 | { | |
15478 | static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)]; | |
15479 | test_array [0] = 0 | |
15480 | ||
15481 | ; | |
15482 | return 0; | |
15483 | } | |
15484 | _ACEOF | |
15485 | rm -f conftest.$ac_objext | |
15486 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15487 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15488 | ac_status=$? |
ac1cb8d3 VS |
15489 | grep -v '^ *+' conftest.er1 >conftest.err |
15490 | rm -f conftest.er1 | |
15491 | cat conftest.err >&5 | |
a848cd7e SC |
15492 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15493 | (exit $ac_status); } && | |
07158944 | 15494 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
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); }; } && | |
15500 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15501 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15502 | (eval $ac_try) 2>&5 | |
15503 | ac_status=$? | |
15504 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15505 | (exit $ac_status); }; }; then | |
15506 | ac_lo=0 ac_mid=0 | |
15507 | while :; do | |
15508 | cat >conftest.$ac_ext <<_ACEOF | |
15509 | /* confdefs.h. */ | |
15510 | _ACEOF | |
15511 | cat confdefs.h >>conftest.$ac_ext | |
15512 | cat >>conftest.$ac_ext <<_ACEOF | |
15513 | /* end confdefs.h. */ | |
15514 | $ac_includes_default | |
15515 | int | |
15516 | main () | |
15517 | { | |
15518 | static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)]; | |
15519 | test_array [0] = 0 | |
15520 | ||
15521 | ; | |
15522 | return 0; | |
15523 | } | |
15524 | _ACEOF | |
15525 | rm -f conftest.$ac_objext | |
15526 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15527 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15528 | ac_status=$? |
ac1cb8d3 VS |
15529 | grep -v '^ *+' conftest.er1 >conftest.err |
15530 | rm -f conftest.er1 | |
15531 | cat conftest.err >&5 | |
a848cd7e SC |
15532 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15533 | (exit $ac_status); } && | |
07158944 | 15534 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15535 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15536 | (eval $ac_try) 2>&5 | |
15537 | ac_status=$? | |
15538 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15539 | (exit $ac_status); }; } && | |
15540 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15541 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15542 | (eval $ac_try) 2>&5 | |
15543 | ac_status=$? | |
15544 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15545 | (exit $ac_status); }; }; then | |
15546 | ac_hi=$ac_mid; break | |
15547 | else | |
15548 | echo "$as_me: failed program was:" >&5 | |
15549 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15550 | ||
15551 | ac_lo=`expr $ac_mid + 1` | |
ac1cb8d3 VS |
15552 | if test $ac_lo -le $ac_mid; then |
15553 | ac_lo= ac_hi= | |
15554 | break | |
15555 | fi | |
15556 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a848cd7e | 15557 | fi |
ac1cb8d3 | 15558 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15559 | done |
15560 | else | |
15561 | echo "$as_me: failed program was:" >&5 | |
15562 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15563 | ||
15564 | cat >conftest.$ac_ext <<_ACEOF | |
15565 | /* confdefs.h. */ | |
15566 | _ACEOF | |
15567 | cat confdefs.h >>conftest.$ac_ext | |
15568 | cat >>conftest.$ac_ext <<_ACEOF | |
15569 | /* end confdefs.h. */ | |
15570 | $ac_includes_default | |
15571 | int | |
15572 | main () | |
15573 | { | |
15574 | static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)]; | |
15575 | test_array [0] = 0 | |
15576 | ||
15577 | ; | |
15578 | return 0; | |
15579 | } | |
15580 | _ACEOF | |
15581 | rm -f conftest.$ac_objext | |
15582 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15583 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15584 | ac_status=$? |
ac1cb8d3 VS |
15585 | grep -v '^ *+' conftest.er1 >conftest.err |
15586 | rm -f conftest.er1 | |
15587 | cat conftest.err >&5 | |
a848cd7e SC |
15588 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15589 | (exit $ac_status); } && | |
07158944 | 15590 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15591 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15592 | (eval $ac_try) 2>&5 | |
15593 | ac_status=$? | |
15594 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15595 | (exit $ac_status); }; } && | |
15596 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15597 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15598 | (eval $ac_try) 2>&5 | |
15599 | ac_status=$? | |
15600 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15601 | (exit $ac_status); }; }; then | |
15602 | ac_hi=-1 ac_mid=-1 | |
15603 | while :; do | |
15604 | cat >conftest.$ac_ext <<_ACEOF | |
15605 | /* confdefs.h. */ | |
15606 | _ACEOF | |
15607 | cat confdefs.h >>conftest.$ac_ext | |
15608 | cat >>conftest.$ac_ext <<_ACEOF | |
15609 | /* end confdefs.h. */ | |
15610 | $ac_includes_default | |
15611 | int | |
15612 | main () | |
15613 | { | |
15614 | static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)]; | |
15615 | test_array [0] = 0 | |
15616 | ||
15617 | ; | |
15618 | return 0; | |
15619 | } | |
15620 | _ACEOF | |
15621 | rm -f conftest.$ac_objext | |
15622 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15623 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15624 | ac_status=$? |
ac1cb8d3 VS |
15625 | grep -v '^ *+' conftest.er1 >conftest.err |
15626 | rm -f conftest.er1 | |
15627 | cat conftest.err >&5 | |
a848cd7e SC |
15628 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15629 | (exit $ac_status); } && | |
07158944 | 15630 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15631 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15632 | (eval $ac_try) 2>&5 | |
15633 | ac_status=$? | |
15634 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15635 | (exit $ac_status); }; } && | |
15636 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15637 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15638 | (eval $ac_try) 2>&5 | |
15639 | ac_status=$? | |
15640 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15641 | (exit $ac_status); }; }; then | |
15642 | ac_lo=$ac_mid; break | |
15643 | else | |
15644 | echo "$as_me: failed program was:" >&5 | |
15645 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15646 | ||
15647 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
ac1cb8d3 VS |
15648 | if test $ac_mid -le $ac_hi; then |
15649 | ac_lo= ac_hi= | |
15650 | break | |
15651 | fi | |
15652 | ac_mid=`expr 2 '*' $ac_mid` | |
a848cd7e | 15653 | fi |
ac1cb8d3 | 15654 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15655 | done |
15656 | else | |
15657 | echo "$as_me: failed program was:" >&5 | |
15658 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15659 | ||
15660 | ac_lo= ac_hi= | |
15661 | fi | |
ac1cb8d3 | 15662 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 15663 | fi |
ac1cb8d3 | 15664 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15665 | # Binary search between lo and hi bounds. |
15666 | while test "x$ac_lo" != "x$ac_hi"; do | |
15667 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
15668 | cat >conftest.$ac_ext <<_ACEOF | |
15669 | /* confdefs.h. */ | |
15670 | _ACEOF | |
15671 | cat confdefs.h >>conftest.$ac_ext | |
15672 | cat >>conftest.$ac_ext <<_ACEOF | |
15673 | /* end confdefs.h. */ | |
15674 | $ac_includes_default | |
15675 | int | |
15676 | main () | |
15677 | { | |
15678 | static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)]; | |
15679 | test_array [0] = 0 | |
15680 | ||
15681 | ; | |
15682 | return 0; | |
15683 | } | |
15684 | _ACEOF | |
15685 | rm -f conftest.$ac_objext | |
15686 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15687 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15688 | ac_status=$? |
ac1cb8d3 VS |
15689 | grep -v '^ *+' conftest.er1 >conftest.err |
15690 | rm -f conftest.er1 | |
15691 | cat conftest.err >&5 | |
a848cd7e SC |
15692 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15693 | (exit $ac_status); } && | |
07158944 | 15694 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15695 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15696 | (eval $ac_try) 2>&5 | |
15697 | ac_status=$? | |
15698 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15699 | (exit $ac_status); }; } && | |
15700 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15701 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15702 | (eval $ac_try) 2>&5 | |
15703 | ac_status=$? | |
15704 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15705 | (exit $ac_status); }; }; then | |
15706 | ac_hi=$ac_mid | |
15707 | else | |
15708 | echo "$as_me: failed program was:" >&5 | |
15709 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15710 | ||
15711 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
15712 | fi | |
ac1cb8d3 | 15713 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15714 | done |
15715 | case $ac_lo in | |
15716 | ?*) ac_cv_sizeof_char=$ac_lo;; | |
15717 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77 | |
15718 | See \`config.log' for more details." >&5 | |
15719 | echo "$as_me: error: cannot compute sizeof (char), 77 | |
15720 | See \`config.log' for more details." >&2;} | |
15721 | { (exit 1); exit 1; }; } ;; | |
15722 | esac | |
15723 | else | |
15724 | if test "$cross_compiling" = yes; then | |
07158944 VZ |
15725 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
15726 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
a848cd7e SC |
15727 | { (exit 1); exit 1; }; } |
15728 | else | |
15729 | cat >conftest.$ac_ext <<_ACEOF | |
15730 | /* confdefs.h. */ | |
15731 | _ACEOF | |
15732 | cat confdefs.h >>conftest.$ac_ext | |
15733 | cat >>conftest.$ac_ext <<_ACEOF | |
15734 | /* end confdefs.h. */ | |
15735 | $ac_includes_default | |
15736 | long longval () { return (long) (sizeof (char)); } | |
15737 | unsigned long ulongval () { return (long) (sizeof (char)); } | |
15738 | #include <stdio.h> | |
15739 | #include <stdlib.h> | |
15740 | int | |
15741 | main () | |
15742 | { | |
15743 | ||
15744 | FILE *f = fopen ("conftest.val", "w"); | |
15745 | if (! f) | |
15746 | exit (1); | |
15747 | if (((long) (sizeof (char))) < 0) | |
15748 | { | |
15749 | long i = longval (); | |
15750 | if (i != ((long) (sizeof (char)))) | |
15751 | exit (1); | |
15752 | fprintf (f, "%ld\n", i); | |
15753 | } | |
15754 | else | |
15755 | { | |
15756 | unsigned long i = ulongval (); | |
15757 | if (i != ((long) (sizeof (char)))) | |
15758 | exit (1); | |
15759 | fprintf (f, "%lu\n", i); | |
15760 | } | |
15761 | exit (ferror (f) || fclose (f) != 0); | |
15762 | ||
15763 | ; | |
15764 | return 0; | |
15765 | } | |
15766 | _ACEOF | |
15767 | rm -f conftest$ac_exeext | |
15768 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
15769 | (eval $ac_link) 2>&5 | |
15770 | ac_status=$? | |
15771 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15772 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
15773 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
15774 | (eval $ac_try) 2>&5 | |
15775 | ac_status=$? | |
15776 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15777 | (exit $ac_status); }; }; then | |
15778 | ac_cv_sizeof_char=`cat conftest.val` | |
15779 | else | |
15780 | echo "$as_me: program exited with status $ac_status" >&5 | |
15781 | echo "$as_me: failed program was:" >&5 | |
15782 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15783 | ||
15784 | ( exit $ac_status ) | |
15785 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77 | |
15786 | See \`config.log' for more details." >&5 | |
15787 | echo "$as_me: error: cannot compute sizeof (char), 77 | |
15788 | See \`config.log' for more details." >&2;} | |
15789 | { (exit 1); exit 1; }; } | |
15790 | fi | |
ac1cb8d3 | 15791 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15792 | fi |
15793 | fi | |
15794 | rm -f conftest.val | |
15795 | else | |
15796 | ac_cv_sizeof_char=0 | |
15797 | fi | |
15798 | fi | |
15799 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5 | |
15800 | echo "${ECHO_T}$ac_cv_sizeof_char" >&6 | |
15801 | cat >>confdefs.h <<_ACEOF | |
15802 | #define SIZEOF_CHAR $ac_cv_sizeof_char | |
15803 | _ACEOF | |
15804 | ||
15805 | ||
15806 | echo "$as_me:$LINENO: checking for short" >&5 | |
15807 | echo $ECHO_N "checking for short... $ECHO_C" >&6 | |
15808 | if test "${ac_cv_type_short+set}" = set; then | |
15809 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15810 | else | |
15811 | cat >conftest.$ac_ext <<_ACEOF | |
15812 | /* confdefs.h. */ | |
15813 | _ACEOF | |
15814 | cat confdefs.h >>conftest.$ac_ext | |
15815 | cat >>conftest.$ac_ext <<_ACEOF | |
15816 | /* end confdefs.h. */ | |
15817 | $ac_includes_default | |
15818 | int | |
15819 | main () | |
15820 | { | |
15821 | if ((short *) 0) | |
15822 | return 0; | |
15823 | if (sizeof (short)) | |
15824 | return 0; | |
15825 | ; | |
15826 | return 0; | |
15827 | } | |
15828 | _ACEOF | |
15829 | rm -f conftest.$ac_objext | |
15830 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15831 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15832 | ac_status=$? |
ac1cb8d3 VS |
15833 | grep -v '^ *+' conftest.er1 >conftest.err |
15834 | rm -f conftest.er1 | |
15835 | cat conftest.err >&5 | |
a848cd7e SC |
15836 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15837 | (exit $ac_status); } && | |
07158944 | 15838 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15839 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15840 | (eval $ac_try) 2>&5 | |
15841 | ac_status=$? | |
15842 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15843 | (exit $ac_status); }; } && | |
15844 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15845 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15846 | (eval $ac_try) 2>&5 | |
15847 | ac_status=$? | |
15848 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15849 | (exit $ac_status); }; }; then | |
15850 | ac_cv_type_short=yes | |
15851 | else | |
15852 | echo "$as_me: failed program was:" >&5 | |
15853 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15854 | ||
15855 | ac_cv_type_short=no | |
15856 | fi | |
ac1cb8d3 | 15857 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15858 | fi |
15859 | echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5 | |
15860 | echo "${ECHO_T}$ac_cv_type_short" >&6 | |
15861 | ||
15862 | echo "$as_me:$LINENO: checking size of short" >&5 | |
15863 | echo $ECHO_N "checking size of short... $ECHO_C" >&6 | |
15864 | if test "${ac_cv_sizeof_short+set}" = set; then | |
15865 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
15866 | else | |
15867 | if test "$ac_cv_type_short" = yes; then | |
15868 | # The cast to unsigned long works around a bug in the HP C Compiler | |
15869 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
15870 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
15871 | # This bug is HP SR number 8606223364. | |
15872 | if test "$cross_compiling" = yes; then | |
15873 | # Depending upon the size, compute the lo and hi bounds. | |
15874 | cat >conftest.$ac_ext <<_ACEOF | |
15875 | /* confdefs.h. */ | |
15876 | _ACEOF | |
15877 | cat confdefs.h >>conftest.$ac_ext | |
15878 | cat >>conftest.$ac_ext <<_ACEOF | |
15879 | /* end confdefs.h. */ | |
15880 | $ac_includes_default | |
15881 | int | |
15882 | main () | |
15883 | { | |
15884 | static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)]; | |
15885 | test_array [0] = 0 | |
15886 | ||
15887 | ; | |
15888 | return 0; | |
15889 | } | |
15890 | _ACEOF | |
15891 | rm -f conftest.$ac_objext | |
15892 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15893 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15894 | ac_status=$? |
ac1cb8d3 VS |
15895 | grep -v '^ *+' conftest.er1 >conftest.err |
15896 | rm -f conftest.er1 | |
15897 | cat conftest.err >&5 | |
a848cd7e SC |
15898 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15899 | (exit $ac_status); } && | |
07158944 | 15900 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15901 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15902 | (eval $ac_try) 2>&5 | |
15903 | ac_status=$? | |
15904 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15905 | (exit $ac_status); }; } && | |
15906 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15907 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15908 | (eval $ac_try) 2>&5 | |
15909 | ac_status=$? | |
15910 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15911 | (exit $ac_status); }; }; then | |
15912 | ac_lo=0 ac_mid=0 | |
15913 | while :; do | |
15914 | cat >conftest.$ac_ext <<_ACEOF | |
15915 | /* confdefs.h. */ | |
15916 | _ACEOF | |
15917 | cat confdefs.h >>conftest.$ac_ext | |
15918 | cat >>conftest.$ac_ext <<_ACEOF | |
15919 | /* end confdefs.h. */ | |
15920 | $ac_includes_default | |
15921 | int | |
15922 | main () | |
15923 | { | |
15924 | static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)]; | |
15925 | test_array [0] = 0 | |
15926 | ||
15927 | ; | |
15928 | return 0; | |
15929 | } | |
15930 | _ACEOF | |
15931 | rm -f conftest.$ac_objext | |
15932 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15933 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15934 | ac_status=$? |
ac1cb8d3 VS |
15935 | grep -v '^ *+' conftest.er1 >conftest.err |
15936 | rm -f conftest.er1 | |
15937 | cat conftest.err >&5 | |
a848cd7e SC |
15938 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15939 | (exit $ac_status); } && | |
07158944 | 15940 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15941 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15942 | (eval $ac_try) 2>&5 | |
15943 | ac_status=$? | |
15944 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15945 | (exit $ac_status); }; } && | |
15946 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
15947 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15948 | (eval $ac_try) 2>&5 | |
15949 | ac_status=$? | |
15950 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
15951 | (exit $ac_status); }; }; then | |
15952 | ac_hi=$ac_mid; break | |
15953 | else | |
15954 | echo "$as_me: failed program was:" >&5 | |
15955 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15956 | ||
15957 | ac_lo=`expr $ac_mid + 1` | |
ac1cb8d3 VS |
15958 | if test $ac_lo -le $ac_mid; then |
15959 | ac_lo= ac_hi= | |
15960 | break | |
15961 | fi | |
15962 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a848cd7e | 15963 | fi |
ac1cb8d3 | 15964 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
15965 | done |
15966 | else | |
15967 | echo "$as_me: failed program was:" >&5 | |
15968 | sed 's/^/| /' conftest.$ac_ext >&5 | |
15969 | ||
15970 | cat >conftest.$ac_ext <<_ACEOF | |
15971 | /* confdefs.h. */ | |
15972 | _ACEOF | |
15973 | cat confdefs.h >>conftest.$ac_ext | |
15974 | cat >>conftest.$ac_ext <<_ACEOF | |
15975 | /* end confdefs.h. */ | |
15976 | $ac_includes_default | |
15977 | int | |
15978 | main () | |
15979 | { | |
15980 | static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)]; | |
15981 | test_array [0] = 0 | |
15982 | ||
15983 | ; | |
15984 | return 0; | |
15985 | } | |
15986 | _ACEOF | |
15987 | rm -f conftest.$ac_objext | |
15988 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 15989 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 15990 | ac_status=$? |
ac1cb8d3 VS |
15991 | grep -v '^ *+' conftest.er1 >conftest.err |
15992 | rm -f conftest.er1 | |
15993 | cat conftest.err >&5 | |
a848cd7e SC |
15994 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
15995 | (exit $ac_status); } && | |
07158944 | 15996 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
15997 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
15998 | (eval $ac_try) 2>&5 | |
15999 | ac_status=$? | |
16000 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16001 | (exit $ac_status); }; } && | |
16002 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16003 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16004 | (eval $ac_try) 2>&5 | |
16005 | ac_status=$? | |
16006 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16007 | (exit $ac_status); }; }; then | |
16008 | ac_hi=-1 ac_mid=-1 | |
16009 | while :; do | |
16010 | cat >conftest.$ac_ext <<_ACEOF | |
16011 | /* confdefs.h. */ | |
16012 | _ACEOF | |
16013 | cat confdefs.h >>conftest.$ac_ext | |
16014 | cat >>conftest.$ac_ext <<_ACEOF | |
16015 | /* end confdefs.h. */ | |
16016 | $ac_includes_default | |
16017 | int | |
16018 | main () | |
16019 | { | |
16020 | static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)]; | |
16021 | test_array [0] = 0 | |
16022 | ||
16023 | ; | |
16024 | return 0; | |
16025 | } | |
16026 | _ACEOF | |
16027 | rm -f conftest.$ac_objext | |
16028 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16029 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16030 | ac_status=$? |
ac1cb8d3 VS |
16031 | grep -v '^ *+' conftest.er1 >conftest.err |
16032 | rm -f conftest.er1 | |
16033 | cat conftest.err >&5 | |
a848cd7e SC |
16034 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16035 | (exit $ac_status); } && | |
07158944 | 16036 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16037 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16038 | (eval $ac_try) 2>&5 | |
16039 | ac_status=$? | |
16040 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16041 | (exit $ac_status); }; } && | |
16042 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16043 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16044 | (eval $ac_try) 2>&5 | |
16045 | ac_status=$? | |
16046 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16047 | (exit $ac_status); }; }; then | |
16048 | ac_lo=$ac_mid; break | |
16049 | else | |
16050 | echo "$as_me: failed program was:" >&5 | |
16051 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16052 | ||
16053 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
ac1cb8d3 VS |
16054 | if test $ac_mid -le $ac_hi; then |
16055 | ac_lo= ac_hi= | |
16056 | break | |
16057 | fi | |
16058 | ac_mid=`expr 2 '*' $ac_mid` | |
a848cd7e | 16059 | fi |
ac1cb8d3 | 16060 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16061 | done |
16062 | else | |
16063 | echo "$as_me: failed program was:" >&5 | |
16064 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16065 | ||
16066 | ac_lo= ac_hi= | |
16067 | fi | |
ac1cb8d3 | 16068 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 16069 | fi |
ac1cb8d3 | 16070 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16071 | # Binary search between lo and hi bounds. |
16072 | while test "x$ac_lo" != "x$ac_hi"; do | |
16073 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
16074 | cat >conftest.$ac_ext <<_ACEOF | |
16075 | /* confdefs.h. */ | |
16076 | _ACEOF | |
16077 | cat confdefs.h >>conftest.$ac_ext | |
16078 | cat >>conftest.$ac_ext <<_ACEOF | |
16079 | /* end confdefs.h. */ | |
16080 | $ac_includes_default | |
16081 | int | |
16082 | main () | |
16083 | { | |
16084 | static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)]; | |
16085 | test_array [0] = 0 | |
16086 | ||
16087 | ; | |
16088 | return 0; | |
16089 | } | |
16090 | _ACEOF | |
16091 | rm -f conftest.$ac_objext | |
16092 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16093 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16094 | ac_status=$? |
ac1cb8d3 VS |
16095 | grep -v '^ *+' conftest.er1 >conftest.err |
16096 | rm -f conftest.er1 | |
16097 | cat conftest.err >&5 | |
a848cd7e SC |
16098 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16099 | (exit $ac_status); } && | |
07158944 | 16100 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16101 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16102 | (eval $ac_try) 2>&5 | |
16103 | ac_status=$? | |
16104 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16105 | (exit $ac_status); }; } && | |
16106 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16107 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16108 | (eval $ac_try) 2>&5 | |
16109 | ac_status=$? | |
16110 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16111 | (exit $ac_status); }; }; then | |
16112 | ac_hi=$ac_mid | |
16113 | else | |
16114 | echo "$as_me: failed program was:" >&5 | |
16115 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16116 | ||
16117 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
16118 | fi | |
ac1cb8d3 | 16119 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16120 | done |
16121 | case $ac_lo in | |
16122 | ?*) ac_cv_sizeof_short=$ac_lo;; | |
16123 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77 | |
16124 | See \`config.log' for more details." >&5 | |
16125 | echo "$as_me: error: cannot compute sizeof (short), 77 | |
16126 | See \`config.log' for more details." >&2;} | |
16127 | { (exit 1); exit 1; }; } ;; | |
16128 | esac | |
16129 | else | |
16130 | if test "$cross_compiling" = yes; then | |
07158944 VZ |
16131 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
16132 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
a848cd7e SC |
16133 | { (exit 1); exit 1; }; } |
16134 | else | |
16135 | cat >conftest.$ac_ext <<_ACEOF | |
16136 | /* confdefs.h. */ | |
16137 | _ACEOF | |
16138 | cat confdefs.h >>conftest.$ac_ext | |
16139 | cat >>conftest.$ac_ext <<_ACEOF | |
16140 | /* end confdefs.h. */ | |
16141 | $ac_includes_default | |
16142 | long longval () { return (long) (sizeof (short)); } | |
16143 | unsigned long ulongval () { return (long) (sizeof (short)); } | |
16144 | #include <stdio.h> | |
16145 | #include <stdlib.h> | |
16146 | int | |
16147 | main () | |
16148 | { | |
16149 | ||
16150 | FILE *f = fopen ("conftest.val", "w"); | |
16151 | if (! f) | |
16152 | exit (1); | |
16153 | if (((long) (sizeof (short))) < 0) | |
16154 | { | |
16155 | long i = longval (); | |
16156 | if (i != ((long) (sizeof (short)))) | |
16157 | exit (1); | |
16158 | fprintf (f, "%ld\n", i); | |
16159 | } | |
16160 | else | |
16161 | { | |
16162 | unsigned long i = ulongval (); | |
16163 | if (i != ((long) (sizeof (short)))) | |
16164 | exit (1); | |
16165 | fprintf (f, "%lu\n", i); | |
16166 | } | |
16167 | exit (ferror (f) || fclose (f) != 0); | |
16168 | ||
16169 | ; | |
16170 | return 0; | |
16171 | } | |
16172 | _ACEOF | |
16173 | rm -f conftest$ac_exeext | |
16174 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
16175 | (eval $ac_link) 2>&5 | |
16176 | ac_status=$? | |
16177 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16178 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
16179 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16180 | (eval $ac_try) 2>&5 | |
16181 | ac_status=$? | |
16182 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16183 | (exit $ac_status); }; }; then | |
16184 | ac_cv_sizeof_short=`cat conftest.val` | |
16185 | else | |
16186 | echo "$as_me: program exited with status $ac_status" >&5 | |
16187 | echo "$as_me: failed program was:" >&5 | |
16188 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16189 | ||
16190 | ( exit $ac_status ) | |
16191 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77 | |
16192 | See \`config.log' for more details." >&5 | |
16193 | echo "$as_me: error: cannot compute sizeof (short), 77 | |
16194 | See \`config.log' for more details." >&2;} | |
16195 | { (exit 1); exit 1; }; } | |
16196 | fi | |
ac1cb8d3 | 16197 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16198 | fi |
16199 | fi | |
16200 | rm -f conftest.val | |
16201 | else | |
16202 | ac_cv_sizeof_short=0 | |
16203 | fi | |
16204 | fi | |
16205 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 | |
16206 | echo "${ECHO_T}$ac_cv_sizeof_short" >&6 | |
16207 | cat >>confdefs.h <<_ACEOF | |
16208 | #define SIZEOF_SHORT $ac_cv_sizeof_short | |
16209 | _ACEOF | |
16210 | ||
16211 | ||
16212 | echo "$as_me:$LINENO: checking for void *" >&5 | |
16213 | echo $ECHO_N "checking for void *... $ECHO_C" >&6 | |
16214 | if test "${ac_cv_type_void_p+set}" = set; then | |
16215 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
16216 | else | |
16217 | cat >conftest.$ac_ext <<_ACEOF | |
16218 | /* confdefs.h. */ | |
16219 | _ACEOF | |
16220 | cat confdefs.h >>conftest.$ac_ext | |
16221 | cat >>conftest.$ac_ext <<_ACEOF | |
16222 | /* end confdefs.h. */ | |
16223 | $ac_includes_default | |
16224 | int | |
16225 | main () | |
16226 | { | |
16227 | if ((void * *) 0) | |
16228 | return 0; | |
16229 | if (sizeof (void *)) | |
16230 | return 0; | |
16231 | ; | |
16232 | return 0; | |
16233 | } | |
16234 | _ACEOF | |
16235 | rm -f conftest.$ac_objext | |
16236 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16237 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16238 | ac_status=$? |
ac1cb8d3 VS |
16239 | grep -v '^ *+' conftest.er1 >conftest.err |
16240 | rm -f conftest.er1 | |
16241 | cat conftest.err >&5 | |
a848cd7e SC |
16242 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16243 | (exit $ac_status); } && | |
07158944 | 16244 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16245 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16246 | (eval $ac_try) 2>&5 | |
16247 | ac_status=$? | |
16248 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16249 | (exit $ac_status); }; } && | |
16250 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16251 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16252 | (eval $ac_try) 2>&5 | |
16253 | ac_status=$? | |
16254 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16255 | (exit $ac_status); }; }; then | |
16256 | ac_cv_type_void_p=yes | |
16257 | else | |
16258 | echo "$as_me: failed program was:" >&5 | |
16259 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16260 | ||
16261 | ac_cv_type_void_p=no | |
16262 | fi | |
ac1cb8d3 | 16263 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16264 | fi |
16265 | echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5 | |
16266 | echo "${ECHO_T}$ac_cv_type_void_p" >&6 | |
16267 | ||
16268 | echo "$as_me:$LINENO: checking size of void *" >&5 | |
16269 | echo $ECHO_N "checking size of void *... $ECHO_C" >&6 | |
16270 | if test "${ac_cv_sizeof_void_p+set}" = set; then | |
16271 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
16272 | else | |
16273 | if test "$ac_cv_type_void_p" = yes; then | |
16274 | # The cast to unsigned long works around a bug in the HP C Compiler | |
16275 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
16276 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
16277 | # This bug is HP SR number 8606223364. | |
16278 | if test "$cross_compiling" = yes; then | |
16279 | # Depending upon the size, compute the lo and hi bounds. | |
16280 | cat >conftest.$ac_ext <<_ACEOF | |
16281 | /* confdefs.h. */ | |
16282 | _ACEOF | |
16283 | cat confdefs.h >>conftest.$ac_ext | |
16284 | cat >>conftest.$ac_ext <<_ACEOF | |
16285 | /* end confdefs.h. */ | |
16286 | $ac_includes_default | |
16287 | int | |
16288 | main () | |
16289 | { | |
16290 | static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)]; | |
16291 | test_array [0] = 0 | |
16292 | ||
16293 | ; | |
16294 | return 0; | |
16295 | } | |
16296 | _ACEOF | |
16297 | rm -f conftest.$ac_objext | |
16298 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16299 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16300 | ac_status=$? |
ac1cb8d3 VS |
16301 | grep -v '^ *+' conftest.er1 >conftest.err |
16302 | rm -f conftest.er1 | |
16303 | cat conftest.err >&5 | |
a848cd7e SC |
16304 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16305 | (exit $ac_status); } && | |
07158944 | 16306 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16307 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16308 | (eval $ac_try) 2>&5 | |
16309 | ac_status=$? | |
16310 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16311 | (exit $ac_status); }; } && | |
16312 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16313 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16314 | (eval $ac_try) 2>&5 | |
16315 | ac_status=$? | |
16316 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16317 | (exit $ac_status); }; }; then | |
16318 | ac_lo=0 ac_mid=0 | |
16319 | while :; do | |
16320 | cat >conftest.$ac_ext <<_ACEOF | |
16321 | /* confdefs.h. */ | |
16322 | _ACEOF | |
16323 | cat confdefs.h >>conftest.$ac_ext | |
16324 | cat >>conftest.$ac_ext <<_ACEOF | |
16325 | /* end confdefs.h. */ | |
16326 | $ac_includes_default | |
16327 | int | |
16328 | main () | |
16329 | { | |
16330 | static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)]; | |
16331 | test_array [0] = 0 | |
16332 | ||
16333 | ; | |
16334 | return 0; | |
16335 | } | |
16336 | _ACEOF | |
16337 | rm -f conftest.$ac_objext | |
16338 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16339 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16340 | ac_status=$? |
ac1cb8d3 VS |
16341 | grep -v '^ *+' conftest.er1 >conftest.err |
16342 | rm -f conftest.er1 | |
16343 | cat conftest.err >&5 | |
a848cd7e SC |
16344 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16345 | (exit $ac_status); } && | |
07158944 | 16346 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16347 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16348 | (eval $ac_try) 2>&5 | |
16349 | ac_status=$? | |
16350 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16351 | (exit $ac_status); }; } && | |
16352 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16353 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16354 | (eval $ac_try) 2>&5 | |
16355 | ac_status=$? | |
16356 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16357 | (exit $ac_status); }; }; then | |
16358 | ac_hi=$ac_mid; break | |
16359 | else | |
16360 | echo "$as_me: failed program was:" >&5 | |
16361 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16362 | ||
16363 | ac_lo=`expr $ac_mid + 1` | |
ac1cb8d3 VS |
16364 | if test $ac_lo -le $ac_mid; then |
16365 | ac_lo= ac_hi= | |
16366 | break | |
16367 | fi | |
16368 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a848cd7e | 16369 | fi |
ac1cb8d3 | 16370 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16371 | done |
16372 | else | |
16373 | echo "$as_me: failed program was:" >&5 | |
16374 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16375 | ||
16376 | cat >conftest.$ac_ext <<_ACEOF | |
16377 | /* confdefs.h. */ | |
16378 | _ACEOF | |
16379 | cat confdefs.h >>conftest.$ac_ext | |
16380 | cat >>conftest.$ac_ext <<_ACEOF | |
16381 | /* end confdefs.h. */ | |
16382 | $ac_includes_default | |
16383 | int | |
16384 | main () | |
16385 | { | |
16386 | static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)]; | |
16387 | test_array [0] = 0 | |
16388 | ||
16389 | ; | |
16390 | return 0; | |
16391 | } | |
16392 | _ACEOF | |
16393 | rm -f conftest.$ac_objext | |
16394 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16395 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16396 | ac_status=$? |
ac1cb8d3 VS |
16397 | grep -v '^ *+' conftest.er1 >conftest.err |
16398 | rm -f conftest.er1 | |
16399 | cat conftest.err >&5 | |
a848cd7e SC |
16400 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16401 | (exit $ac_status); } && | |
07158944 | 16402 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16403 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16404 | (eval $ac_try) 2>&5 | |
16405 | ac_status=$? | |
16406 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16407 | (exit $ac_status); }; } && | |
16408 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16409 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16410 | (eval $ac_try) 2>&5 | |
16411 | ac_status=$? | |
16412 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16413 | (exit $ac_status); }; }; then | |
16414 | ac_hi=-1 ac_mid=-1 | |
16415 | while :; do | |
16416 | cat >conftest.$ac_ext <<_ACEOF | |
16417 | /* confdefs.h. */ | |
16418 | _ACEOF | |
16419 | cat confdefs.h >>conftest.$ac_ext | |
16420 | cat >>conftest.$ac_ext <<_ACEOF | |
16421 | /* end confdefs.h. */ | |
16422 | $ac_includes_default | |
16423 | int | |
16424 | main () | |
16425 | { | |
16426 | static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)]; | |
16427 | test_array [0] = 0 | |
16428 | ||
16429 | ; | |
16430 | return 0; | |
16431 | } | |
16432 | _ACEOF | |
16433 | rm -f conftest.$ac_objext | |
16434 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16435 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16436 | ac_status=$? |
ac1cb8d3 VS |
16437 | grep -v '^ *+' conftest.er1 >conftest.err |
16438 | rm -f conftest.er1 | |
16439 | cat conftest.err >&5 | |
a848cd7e SC |
16440 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16441 | (exit $ac_status); } && | |
07158944 | 16442 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16443 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16444 | (eval $ac_try) 2>&5 | |
16445 | ac_status=$? | |
16446 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16447 | (exit $ac_status); }; } && | |
16448 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16449 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16450 | (eval $ac_try) 2>&5 | |
16451 | ac_status=$? | |
16452 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16453 | (exit $ac_status); }; }; then | |
16454 | ac_lo=$ac_mid; break | |
16455 | else | |
16456 | echo "$as_me: failed program was:" >&5 | |
16457 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16458 | ||
16459 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
ac1cb8d3 VS |
16460 | if test $ac_mid -le $ac_hi; then |
16461 | ac_lo= ac_hi= | |
16462 | break | |
16463 | fi | |
16464 | ac_mid=`expr 2 '*' $ac_mid` | |
a848cd7e | 16465 | fi |
ac1cb8d3 | 16466 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16467 | done |
16468 | else | |
16469 | echo "$as_me: failed program was:" >&5 | |
16470 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16471 | ||
16472 | ac_lo= ac_hi= | |
16473 | fi | |
ac1cb8d3 | 16474 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 16475 | fi |
ac1cb8d3 | 16476 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16477 | # Binary search between lo and hi bounds. |
16478 | while test "x$ac_lo" != "x$ac_hi"; do | |
16479 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
16480 | cat >conftest.$ac_ext <<_ACEOF | |
16481 | /* confdefs.h. */ | |
16482 | _ACEOF | |
16483 | cat confdefs.h >>conftest.$ac_ext | |
16484 | cat >>conftest.$ac_ext <<_ACEOF | |
16485 | /* end confdefs.h. */ | |
16486 | $ac_includes_default | |
16487 | int | |
16488 | main () | |
16489 | { | |
16490 | static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)]; | |
16491 | test_array [0] = 0 | |
16492 | ||
16493 | ; | |
16494 | return 0; | |
16495 | } | |
16496 | _ACEOF | |
16497 | rm -f conftest.$ac_objext | |
16498 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16499 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16500 | ac_status=$? |
ac1cb8d3 VS |
16501 | grep -v '^ *+' conftest.er1 >conftest.err |
16502 | rm -f conftest.er1 | |
16503 | cat conftest.err >&5 | |
a848cd7e SC |
16504 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16505 | (exit $ac_status); } && | |
07158944 | 16506 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16507 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16508 | (eval $ac_try) 2>&5 | |
16509 | ac_status=$? | |
16510 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16511 | (exit $ac_status); }; } && | |
16512 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16513 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16514 | (eval $ac_try) 2>&5 | |
16515 | ac_status=$? | |
16516 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16517 | (exit $ac_status); }; }; then | |
16518 | ac_hi=$ac_mid | |
16519 | else | |
16520 | echo "$as_me: failed program was:" >&5 | |
16521 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16522 | ||
16523 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
16524 | fi | |
ac1cb8d3 | 16525 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16526 | done |
16527 | case $ac_lo in | |
16528 | ?*) ac_cv_sizeof_void_p=$ac_lo;; | |
16529 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77 | |
16530 | See \`config.log' for more details." >&5 | |
16531 | echo "$as_me: error: cannot compute sizeof (void *), 77 | |
16532 | See \`config.log' for more details." >&2;} | |
16533 | { (exit 1); exit 1; }; } ;; | |
16534 | esac | |
16535 | else | |
16536 | if test "$cross_compiling" = yes; then | |
07158944 VZ |
16537 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
16538 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
a848cd7e SC |
16539 | { (exit 1); exit 1; }; } |
16540 | else | |
16541 | cat >conftest.$ac_ext <<_ACEOF | |
16542 | /* confdefs.h. */ | |
16543 | _ACEOF | |
16544 | cat confdefs.h >>conftest.$ac_ext | |
16545 | cat >>conftest.$ac_ext <<_ACEOF | |
16546 | /* end confdefs.h. */ | |
16547 | $ac_includes_default | |
16548 | long longval () { return (long) (sizeof (void *)); } | |
16549 | unsigned long ulongval () { return (long) (sizeof (void *)); } | |
16550 | #include <stdio.h> | |
16551 | #include <stdlib.h> | |
16552 | int | |
16553 | main () | |
16554 | { | |
16555 | ||
16556 | FILE *f = fopen ("conftest.val", "w"); | |
16557 | if (! f) | |
16558 | exit (1); | |
16559 | if (((long) (sizeof (void *))) < 0) | |
16560 | { | |
16561 | long i = longval (); | |
16562 | if (i != ((long) (sizeof (void *)))) | |
16563 | exit (1); | |
16564 | fprintf (f, "%ld\n", i); | |
16565 | } | |
16566 | else | |
16567 | { | |
16568 | unsigned long i = ulongval (); | |
16569 | if (i != ((long) (sizeof (void *)))) | |
16570 | exit (1); | |
16571 | fprintf (f, "%lu\n", i); | |
16572 | } | |
16573 | exit (ferror (f) || fclose (f) != 0); | |
16574 | ||
16575 | ; | |
16576 | return 0; | |
16577 | } | |
16578 | _ACEOF | |
16579 | rm -f conftest$ac_exeext | |
16580 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
16581 | (eval $ac_link) 2>&5 | |
16582 | ac_status=$? | |
16583 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16584 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
16585 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16586 | (eval $ac_try) 2>&5 | |
16587 | ac_status=$? | |
16588 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16589 | (exit $ac_status); }; }; then | |
16590 | ac_cv_sizeof_void_p=`cat conftest.val` | |
16591 | else | |
16592 | echo "$as_me: program exited with status $ac_status" >&5 | |
16593 | echo "$as_me: failed program was:" >&5 | |
16594 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16595 | ||
16596 | ( exit $ac_status ) | |
16597 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77 | |
16598 | See \`config.log' for more details." >&5 | |
16599 | echo "$as_me: error: cannot compute sizeof (void *), 77 | |
16600 | See \`config.log' for more details." >&2;} | |
16601 | { (exit 1); exit 1; }; } | |
16602 | fi | |
ac1cb8d3 | 16603 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16604 | fi |
16605 | fi | |
16606 | rm -f conftest.val | |
16607 | else | |
16608 | ac_cv_sizeof_void_p=0 | |
16609 | fi | |
16610 | fi | |
16611 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5 | |
16612 | echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6 | |
16613 | cat >>confdefs.h <<_ACEOF | |
16614 | #define SIZEOF_VOID_P $ac_cv_sizeof_void_p | |
16615 | _ACEOF | |
16616 | ||
16617 | ||
16618 | echo "$as_me:$LINENO: checking for int" >&5 | |
16619 | echo $ECHO_N "checking for int... $ECHO_C" >&6 | |
16620 | if test "${ac_cv_type_int+set}" = set; then | |
16621 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
16622 | else | |
16623 | cat >conftest.$ac_ext <<_ACEOF | |
16624 | /* confdefs.h. */ | |
16625 | _ACEOF | |
16626 | cat confdefs.h >>conftest.$ac_ext | |
16627 | cat >>conftest.$ac_ext <<_ACEOF | |
16628 | /* end confdefs.h. */ | |
16629 | $ac_includes_default | |
16630 | int | |
16631 | main () | |
16632 | { | |
16633 | if ((int *) 0) | |
16634 | return 0; | |
16635 | if (sizeof (int)) | |
16636 | return 0; | |
16637 | ; | |
16638 | return 0; | |
16639 | } | |
16640 | _ACEOF | |
16641 | rm -f conftest.$ac_objext | |
16642 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16643 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16644 | ac_status=$? |
ac1cb8d3 VS |
16645 | grep -v '^ *+' conftest.er1 >conftest.err |
16646 | rm -f conftest.er1 | |
16647 | cat conftest.err >&5 | |
a848cd7e SC |
16648 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16649 | (exit $ac_status); } && | |
07158944 | 16650 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16651 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16652 | (eval $ac_try) 2>&5 | |
16653 | ac_status=$? | |
16654 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16655 | (exit $ac_status); }; } && | |
16656 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16657 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16658 | (eval $ac_try) 2>&5 | |
16659 | ac_status=$? | |
16660 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16661 | (exit $ac_status); }; }; then | |
16662 | ac_cv_type_int=yes | |
16663 | else | |
16664 | echo "$as_me: failed program was:" >&5 | |
16665 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16666 | ||
16667 | ac_cv_type_int=no | |
16668 | fi | |
ac1cb8d3 | 16669 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16670 | fi |
16671 | echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 | |
16672 | echo "${ECHO_T}$ac_cv_type_int" >&6 | |
16673 | ||
16674 | echo "$as_me:$LINENO: checking size of int" >&5 | |
16675 | echo $ECHO_N "checking size of int... $ECHO_C" >&6 | |
16676 | if test "${ac_cv_sizeof_int+set}" = set; then | |
16677 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
16678 | else | |
16679 | if test "$ac_cv_type_int" = yes; then | |
16680 | # The cast to unsigned long works around a bug in the HP C Compiler | |
16681 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
16682 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
16683 | # This bug is HP SR number 8606223364. | |
16684 | if test "$cross_compiling" = yes; then | |
16685 | # Depending upon the size, compute the lo and hi bounds. | |
16686 | cat >conftest.$ac_ext <<_ACEOF | |
16687 | /* confdefs.h. */ | |
16688 | _ACEOF | |
16689 | cat confdefs.h >>conftest.$ac_ext | |
16690 | cat >>conftest.$ac_ext <<_ACEOF | |
16691 | /* end confdefs.h. */ | |
16692 | $ac_includes_default | |
16693 | int | |
16694 | main () | |
16695 | { | |
16696 | static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)]; | |
16697 | test_array [0] = 0 | |
16698 | ||
16699 | ; | |
16700 | return 0; | |
16701 | } | |
16702 | _ACEOF | |
16703 | rm -f conftest.$ac_objext | |
16704 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16705 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16706 | ac_status=$? |
ac1cb8d3 VS |
16707 | grep -v '^ *+' conftest.er1 >conftest.err |
16708 | rm -f conftest.er1 | |
16709 | cat conftest.err >&5 | |
a848cd7e SC |
16710 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16711 | (exit $ac_status); } && | |
07158944 | 16712 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16713 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16714 | (eval $ac_try) 2>&5 | |
16715 | ac_status=$? | |
16716 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16717 | (exit $ac_status); }; } && | |
16718 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16719 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16720 | (eval $ac_try) 2>&5 | |
16721 | ac_status=$? | |
16722 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16723 | (exit $ac_status); }; }; then | |
16724 | ac_lo=0 ac_mid=0 | |
16725 | while :; do | |
16726 | cat >conftest.$ac_ext <<_ACEOF | |
16727 | /* confdefs.h. */ | |
16728 | _ACEOF | |
16729 | cat confdefs.h >>conftest.$ac_ext | |
16730 | cat >>conftest.$ac_ext <<_ACEOF | |
16731 | /* end confdefs.h. */ | |
16732 | $ac_includes_default | |
16733 | int | |
16734 | main () | |
16735 | { | |
16736 | static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)]; | |
16737 | test_array [0] = 0 | |
16738 | ||
16739 | ; | |
16740 | return 0; | |
16741 | } | |
16742 | _ACEOF | |
16743 | rm -f conftest.$ac_objext | |
16744 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16745 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16746 | ac_status=$? |
ac1cb8d3 VS |
16747 | grep -v '^ *+' conftest.er1 >conftest.err |
16748 | rm -f conftest.er1 | |
16749 | cat conftest.err >&5 | |
a848cd7e SC |
16750 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16751 | (exit $ac_status); } && | |
07158944 | 16752 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16753 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16754 | (eval $ac_try) 2>&5 | |
16755 | ac_status=$? | |
16756 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16757 | (exit $ac_status); }; } && | |
16758 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16759 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16760 | (eval $ac_try) 2>&5 | |
16761 | ac_status=$? | |
16762 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16763 | (exit $ac_status); }; }; then | |
16764 | ac_hi=$ac_mid; break | |
16765 | else | |
16766 | echo "$as_me: failed program was:" >&5 | |
16767 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16768 | ||
16769 | ac_lo=`expr $ac_mid + 1` | |
ac1cb8d3 VS |
16770 | if test $ac_lo -le $ac_mid; then |
16771 | ac_lo= ac_hi= | |
16772 | break | |
16773 | fi | |
16774 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a848cd7e | 16775 | fi |
ac1cb8d3 | 16776 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16777 | done |
16778 | else | |
16779 | echo "$as_me: failed program was:" >&5 | |
16780 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16781 | ||
16782 | cat >conftest.$ac_ext <<_ACEOF | |
16783 | /* confdefs.h. */ | |
16784 | _ACEOF | |
16785 | cat confdefs.h >>conftest.$ac_ext | |
16786 | cat >>conftest.$ac_ext <<_ACEOF | |
16787 | /* end confdefs.h. */ | |
16788 | $ac_includes_default | |
16789 | int | |
16790 | main () | |
16791 | { | |
16792 | static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)]; | |
16793 | test_array [0] = 0 | |
16794 | ||
16795 | ; | |
16796 | return 0; | |
16797 | } | |
16798 | _ACEOF | |
16799 | rm -f conftest.$ac_objext | |
16800 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16801 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16802 | ac_status=$? |
ac1cb8d3 VS |
16803 | grep -v '^ *+' conftest.er1 >conftest.err |
16804 | rm -f conftest.er1 | |
16805 | cat conftest.err >&5 | |
a848cd7e SC |
16806 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16807 | (exit $ac_status); } && | |
07158944 | 16808 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16809 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16810 | (eval $ac_try) 2>&5 | |
16811 | ac_status=$? | |
16812 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16813 | (exit $ac_status); }; } && | |
16814 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16815 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16816 | (eval $ac_try) 2>&5 | |
16817 | ac_status=$? | |
16818 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16819 | (exit $ac_status); }; }; then | |
16820 | ac_hi=-1 ac_mid=-1 | |
16821 | while :; do | |
16822 | cat >conftest.$ac_ext <<_ACEOF | |
16823 | /* confdefs.h. */ | |
16824 | _ACEOF | |
16825 | cat confdefs.h >>conftest.$ac_ext | |
16826 | cat >>conftest.$ac_ext <<_ACEOF | |
16827 | /* end confdefs.h. */ | |
16828 | $ac_includes_default | |
16829 | int | |
16830 | main () | |
16831 | { | |
16832 | static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)]; | |
16833 | test_array [0] = 0 | |
16834 | ||
16835 | ; | |
16836 | return 0; | |
16837 | } | |
16838 | _ACEOF | |
16839 | rm -f conftest.$ac_objext | |
16840 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16841 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16842 | ac_status=$? |
ac1cb8d3 VS |
16843 | grep -v '^ *+' conftest.er1 >conftest.err |
16844 | rm -f conftest.er1 | |
16845 | cat conftest.err >&5 | |
a848cd7e SC |
16846 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16847 | (exit $ac_status); } && | |
07158944 | 16848 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16849 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16850 | (eval $ac_try) 2>&5 | |
16851 | ac_status=$? | |
16852 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16853 | (exit $ac_status); }; } && | |
16854 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16855 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16856 | (eval $ac_try) 2>&5 | |
16857 | ac_status=$? | |
16858 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16859 | (exit $ac_status); }; }; then | |
16860 | ac_lo=$ac_mid; break | |
16861 | else | |
16862 | echo "$as_me: failed program was:" >&5 | |
16863 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16864 | ||
16865 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
ac1cb8d3 VS |
16866 | if test $ac_mid -le $ac_hi; then |
16867 | ac_lo= ac_hi= | |
16868 | break | |
16869 | fi | |
16870 | ac_mid=`expr 2 '*' $ac_mid` | |
a848cd7e | 16871 | fi |
ac1cb8d3 | 16872 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16873 | done |
16874 | else | |
16875 | echo "$as_me: failed program was:" >&5 | |
16876 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16877 | ||
16878 | ac_lo= ac_hi= | |
16879 | fi | |
ac1cb8d3 | 16880 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 16881 | fi |
ac1cb8d3 | 16882 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16883 | # Binary search between lo and hi bounds. |
16884 | while test "x$ac_lo" != "x$ac_hi"; do | |
16885 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
16886 | cat >conftest.$ac_ext <<_ACEOF | |
16887 | /* confdefs.h. */ | |
16888 | _ACEOF | |
16889 | cat confdefs.h >>conftest.$ac_ext | |
16890 | cat >>conftest.$ac_ext <<_ACEOF | |
16891 | /* end confdefs.h. */ | |
16892 | $ac_includes_default | |
16893 | int | |
16894 | main () | |
16895 | { | |
16896 | static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)]; | |
16897 | test_array [0] = 0 | |
16898 | ||
16899 | ; | |
16900 | return 0; | |
16901 | } | |
16902 | _ACEOF | |
16903 | rm -f conftest.$ac_objext | |
16904 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 16905 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 16906 | ac_status=$? |
ac1cb8d3 VS |
16907 | grep -v '^ *+' conftest.er1 >conftest.err |
16908 | rm -f conftest.er1 | |
16909 | cat conftest.err >&5 | |
a848cd7e SC |
16910 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
16911 | (exit $ac_status); } && | |
07158944 | 16912 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
16913 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16914 | (eval $ac_try) 2>&5 | |
16915 | ac_status=$? | |
16916 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16917 | (exit $ac_status); }; } && | |
16918 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
16919 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
16920 | (eval $ac_try) 2>&5 | |
16921 | ac_status=$? | |
16922 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16923 | (exit $ac_status); }; }; then | |
16924 | ac_hi=$ac_mid | |
16925 | else | |
16926 | echo "$as_me: failed program was:" >&5 | |
16927 | sed 's/^/| /' conftest.$ac_ext >&5 | |
16928 | ||
16929 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
16930 | fi | |
ac1cb8d3 | 16931 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
16932 | done |
16933 | case $ac_lo in | |
16934 | ?*) ac_cv_sizeof_int=$ac_lo;; | |
16935 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77 | |
16936 | See \`config.log' for more details." >&5 | |
16937 | echo "$as_me: error: cannot compute sizeof (int), 77 | |
16938 | See \`config.log' for more details." >&2;} | |
16939 | { (exit 1); exit 1; }; } ;; | |
16940 | esac | |
16941 | else | |
16942 | if test "$cross_compiling" = yes; then | |
07158944 VZ |
16943 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
16944 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
a848cd7e SC |
16945 | { (exit 1); exit 1; }; } |
16946 | else | |
16947 | cat >conftest.$ac_ext <<_ACEOF | |
16948 | /* confdefs.h. */ | |
16949 | _ACEOF | |
16950 | cat confdefs.h >>conftest.$ac_ext | |
16951 | cat >>conftest.$ac_ext <<_ACEOF | |
16952 | /* end confdefs.h. */ | |
16953 | $ac_includes_default | |
16954 | long longval () { return (long) (sizeof (int)); } | |
16955 | unsigned long ulongval () { return (long) (sizeof (int)); } | |
16956 | #include <stdio.h> | |
16957 | #include <stdlib.h> | |
16958 | int | |
16959 | main () | |
16960 | { | |
16961 | ||
16962 | FILE *f = fopen ("conftest.val", "w"); | |
16963 | if (! f) | |
16964 | exit (1); | |
16965 | if (((long) (sizeof (int))) < 0) | |
16966 | { | |
16967 | long i = longval (); | |
16968 | if (i != ((long) (sizeof (int)))) | |
16969 | exit (1); | |
16970 | fprintf (f, "%ld\n", i); | |
16971 | } | |
16972 | else | |
16973 | { | |
16974 | unsigned long i = ulongval (); | |
16975 | if (i != ((long) (sizeof (int)))) | |
16976 | exit (1); | |
16977 | fprintf (f, "%lu\n", i); | |
16978 | } | |
16979 | exit (ferror (f) || fclose (f) != 0); | |
16980 | ||
16981 | ; | |
16982 | return 0; | |
16983 | } | |
16984 | _ACEOF | |
16985 | rm -f conftest$ac_exeext | |
16986 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
16987 | (eval $ac_link) 2>&5 | |
16988 | ac_status=$? | |
16989 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16990 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
16991 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
16992 | (eval $ac_try) 2>&5 | |
16993 | ac_status=$? | |
16994 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
16995 | (exit $ac_status); }; }; then | |
16996 | ac_cv_sizeof_int=`cat conftest.val` | |
16997 | else | |
16998 | echo "$as_me: program exited with status $ac_status" >&5 | |
16999 | echo "$as_me: failed program was:" >&5 | |
17000 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17001 | ||
17002 | ( exit $ac_status ) | |
17003 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77 | |
17004 | See \`config.log' for more details." >&5 | |
17005 | echo "$as_me: error: cannot compute sizeof (int), 77 | |
17006 | See \`config.log' for more details." >&2;} | |
17007 | { (exit 1); exit 1; }; } | |
17008 | fi | |
ac1cb8d3 | 17009 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17010 | fi |
17011 | fi | |
17012 | rm -f conftest.val | |
17013 | else | |
17014 | ac_cv_sizeof_int=0 | |
17015 | fi | |
17016 | fi | |
17017 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 | |
17018 | echo "${ECHO_T}$ac_cv_sizeof_int" >&6 | |
17019 | cat >>confdefs.h <<_ACEOF | |
17020 | #define SIZEOF_INT $ac_cv_sizeof_int | |
17021 | _ACEOF | |
17022 | ||
17023 | ||
17024 | echo "$as_me:$LINENO: checking for long" >&5 | |
17025 | echo $ECHO_N "checking for long... $ECHO_C" >&6 | |
17026 | if test "${ac_cv_type_long+set}" = set; then | |
17027 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
17028 | else | |
17029 | cat >conftest.$ac_ext <<_ACEOF | |
17030 | /* confdefs.h. */ | |
17031 | _ACEOF | |
17032 | cat confdefs.h >>conftest.$ac_ext | |
17033 | cat >>conftest.$ac_ext <<_ACEOF | |
17034 | /* end confdefs.h. */ | |
17035 | $ac_includes_default | |
17036 | int | |
17037 | main () | |
17038 | { | |
17039 | if ((long *) 0) | |
17040 | return 0; | |
17041 | if (sizeof (long)) | |
17042 | return 0; | |
17043 | ; | |
17044 | return 0; | |
17045 | } | |
17046 | _ACEOF | |
17047 | rm -f conftest.$ac_objext | |
17048 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17049 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17050 | ac_status=$? |
ac1cb8d3 VS |
17051 | grep -v '^ *+' conftest.er1 >conftest.err |
17052 | rm -f conftest.er1 | |
17053 | cat conftest.err >&5 | |
a848cd7e SC |
17054 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17055 | (exit $ac_status); } && | |
07158944 | 17056 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17057 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17058 | (eval $ac_try) 2>&5 | |
17059 | ac_status=$? | |
17060 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17061 | (exit $ac_status); }; } && | |
17062 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17063 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17064 | (eval $ac_try) 2>&5 | |
17065 | ac_status=$? | |
17066 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17067 | (exit $ac_status); }; }; then | |
17068 | ac_cv_type_long=yes | |
17069 | else | |
17070 | echo "$as_me: failed program was:" >&5 | |
17071 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17072 | ||
17073 | ac_cv_type_long=no | |
17074 | fi | |
ac1cb8d3 | 17075 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17076 | fi |
17077 | echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 | |
17078 | echo "${ECHO_T}$ac_cv_type_long" >&6 | |
17079 | ||
17080 | echo "$as_me:$LINENO: checking size of long" >&5 | |
17081 | echo $ECHO_N "checking size of long... $ECHO_C" >&6 | |
17082 | if test "${ac_cv_sizeof_long+set}" = set; then | |
17083 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
17084 | else | |
17085 | if test "$ac_cv_type_long" = yes; then | |
17086 | # The cast to unsigned long works around a bug in the HP C Compiler | |
17087 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
17088 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
17089 | # This bug is HP SR number 8606223364. | |
17090 | if test "$cross_compiling" = yes; then | |
17091 | # Depending upon the size, compute the lo and hi bounds. | |
17092 | cat >conftest.$ac_ext <<_ACEOF | |
17093 | /* confdefs.h. */ | |
17094 | _ACEOF | |
17095 | cat confdefs.h >>conftest.$ac_ext | |
17096 | cat >>conftest.$ac_ext <<_ACEOF | |
17097 | /* end confdefs.h. */ | |
17098 | $ac_includes_default | |
17099 | int | |
17100 | main () | |
17101 | { | |
17102 | static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)]; | |
17103 | test_array [0] = 0 | |
17104 | ||
17105 | ; | |
17106 | return 0; | |
17107 | } | |
17108 | _ACEOF | |
17109 | rm -f conftest.$ac_objext | |
17110 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17111 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17112 | ac_status=$? |
ac1cb8d3 VS |
17113 | grep -v '^ *+' conftest.er1 >conftest.err |
17114 | rm -f conftest.er1 | |
17115 | cat conftest.err >&5 | |
a848cd7e SC |
17116 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17117 | (exit $ac_status); } && | |
07158944 | 17118 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17119 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17120 | (eval $ac_try) 2>&5 | |
17121 | ac_status=$? | |
17122 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17123 | (exit $ac_status); }; } && | |
17124 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17125 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17126 | (eval $ac_try) 2>&5 | |
17127 | ac_status=$? | |
17128 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17129 | (exit $ac_status); }; }; then | |
17130 | ac_lo=0 ac_mid=0 | |
17131 | while :; do | |
17132 | cat >conftest.$ac_ext <<_ACEOF | |
17133 | /* confdefs.h. */ | |
17134 | _ACEOF | |
17135 | cat confdefs.h >>conftest.$ac_ext | |
17136 | cat >>conftest.$ac_ext <<_ACEOF | |
17137 | /* end confdefs.h. */ | |
17138 | $ac_includes_default | |
17139 | int | |
17140 | main () | |
17141 | { | |
17142 | static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)]; | |
17143 | test_array [0] = 0 | |
17144 | ||
17145 | ; | |
17146 | return 0; | |
17147 | } | |
17148 | _ACEOF | |
17149 | rm -f conftest.$ac_objext | |
17150 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17151 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17152 | ac_status=$? |
ac1cb8d3 VS |
17153 | grep -v '^ *+' conftest.er1 >conftest.err |
17154 | rm -f conftest.er1 | |
17155 | cat conftest.err >&5 | |
a848cd7e SC |
17156 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17157 | (exit $ac_status); } && | |
07158944 | 17158 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17159 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17160 | (eval $ac_try) 2>&5 | |
17161 | ac_status=$? | |
17162 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17163 | (exit $ac_status); }; } && | |
17164 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17165 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17166 | (eval $ac_try) 2>&5 | |
17167 | ac_status=$? | |
17168 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17169 | (exit $ac_status); }; }; then | |
17170 | ac_hi=$ac_mid; break | |
17171 | else | |
17172 | echo "$as_me: failed program was:" >&5 | |
17173 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17174 | ||
17175 | ac_lo=`expr $ac_mid + 1` | |
ac1cb8d3 VS |
17176 | if test $ac_lo -le $ac_mid; then |
17177 | ac_lo= ac_hi= | |
17178 | break | |
17179 | fi | |
17180 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a848cd7e | 17181 | fi |
ac1cb8d3 | 17182 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17183 | done |
17184 | else | |
17185 | echo "$as_me: failed program was:" >&5 | |
17186 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17187 | ||
17188 | cat >conftest.$ac_ext <<_ACEOF | |
17189 | /* confdefs.h. */ | |
17190 | _ACEOF | |
17191 | cat confdefs.h >>conftest.$ac_ext | |
17192 | cat >>conftest.$ac_ext <<_ACEOF | |
17193 | /* end confdefs.h. */ | |
17194 | $ac_includes_default | |
17195 | int | |
17196 | main () | |
17197 | { | |
17198 | static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)]; | |
17199 | test_array [0] = 0 | |
17200 | ||
17201 | ; | |
17202 | return 0; | |
17203 | } | |
17204 | _ACEOF | |
17205 | rm -f conftest.$ac_objext | |
17206 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17207 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17208 | ac_status=$? |
ac1cb8d3 VS |
17209 | grep -v '^ *+' conftest.er1 >conftest.err |
17210 | rm -f conftest.er1 | |
17211 | cat conftest.err >&5 | |
a848cd7e SC |
17212 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17213 | (exit $ac_status); } && | |
07158944 | 17214 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17215 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17216 | (eval $ac_try) 2>&5 | |
17217 | ac_status=$? | |
17218 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17219 | (exit $ac_status); }; } && | |
17220 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17221 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17222 | (eval $ac_try) 2>&5 | |
17223 | ac_status=$? | |
17224 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17225 | (exit $ac_status); }; }; then | |
17226 | ac_hi=-1 ac_mid=-1 | |
17227 | while :; do | |
17228 | cat >conftest.$ac_ext <<_ACEOF | |
17229 | /* confdefs.h. */ | |
17230 | _ACEOF | |
17231 | cat confdefs.h >>conftest.$ac_ext | |
17232 | cat >>conftest.$ac_ext <<_ACEOF | |
17233 | /* end confdefs.h. */ | |
17234 | $ac_includes_default | |
17235 | int | |
17236 | main () | |
17237 | { | |
17238 | static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)]; | |
17239 | test_array [0] = 0 | |
17240 | ||
17241 | ; | |
17242 | return 0; | |
17243 | } | |
17244 | _ACEOF | |
17245 | rm -f conftest.$ac_objext | |
17246 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17247 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17248 | ac_status=$? |
ac1cb8d3 VS |
17249 | grep -v '^ *+' conftest.er1 >conftest.err |
17250 | rm -f conftest.er1 | |
17251 | cat conftest.err >&5 | |
a848cd7e SC |
17252 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17253 | (exit $ac_status); } && | |
07158944 | 17254 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17255 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17256 | (eval $ac_try) 2>&5 | |
17257 | ac_status=$? | |
17258 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17259 | (exit $ac_status); }; } && | |
17260 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17261 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17262 | (eval $ac_try) 2>&5 | |
17263 | ac_status=$? | |
17264 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17265 | (exit $ac_status); }; }; then | |
17266 | ac_lo=$ac_mid; break | |
17267 | else | |
17268 | echo "$as_me: failed program was:" >&5 | |
17269 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17270 | ||
17271 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
ac1cb8d3 VS |
17272 | if test $ac_mid -le $ac_hi; then |
17273 | ac_lo= ac_hi= | |
17274 | break | |
17275 | fi | |
17276 | ac_mid=`expr 2 '*' $ac_mid` | |
a848cd7e | 17277 | fi |
ac1cb8d3 | 17278 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17279 | done |
17280 | else | |
17281 | echo "$as_me: failed program was:" >&5 | |
17282 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17283 | ||
17284 | ac_lo= ac_hi= | |
17285 | fi | |
ac1cb8d3 | 17286 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 17287 | fi |
ac1cb8d3 | 17288 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17289 | # Binary search between lo and hi bounds. |
17290 | while test "x$ac_lo" != "x$ac_hi"; do | |
17291 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
17292 | cat >conftest.$ac_ext <<_ACEOF | |
17293 | /* confdefs.h. */ | |
17294 | _ACEOF | |
17295 | cat confdefs.h >>conftest.$ac_ext | |
17296 | cat >>conftest.$ac_ext <<_ACEOF | |
17297 | /* end confdefs.h. */ | |
17298 | $ac_includes_default | |
17299 | int | |
17300 | main () | |
17301 | { | |
17302 | static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)]; | |
17303 | test_array [0] = 0 | |
17304 | ||
17305 | ; | |
17306 | return 0; | |
17307 | } | |
17308 | _ACEOF | |
17309 | rm -f conftest.$ac_objext | |
17310 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17311 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17312 | ac_status=$? |
ac1cb8d3 VS |
17313 | grep -v '^ *+' conftest.er1 >conftest.err |
17314 | rm -f conftest.er1 | |
17315 | cat conftest.err >&5 | |
a848cd7e SC |
17316 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17317 | (exit $ac_status); } && | |
07158944 | 17318 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17319 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17320 | (eval $ac_try) 2>&5 | |
17321 | ac_status=$? | |
17322 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17323 | (exit $ac_status); }; } && | |
17324 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17325 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17326 | (eval $ac_try) 2>&5 | |
17327 | ac_status=$? | |
17328 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17329 | (exit $ac_status); }; }; then | |
17330 | ac_hi=$ac_mid | |
17331 | else | |
17332 | echo "$as_me: failed program was:" >&5 | |
17333 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17334 | ||
17335 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
17336 | fi | |
ac1cb8d3 | 17337 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17338 | done |
17339 | case $ac_lo in | |
17340 | ?*) ac_cv_sizeof_long=$ac_lo;; | |
17341 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77 | |
17342 | See \`config.log' for more details." >&5 | |
17343 | echo "$as_me: error: cannot compute sizeof (long), 77 | |
17344 | See \`config.log' for more details." >&2;} | |
17345 | { (exit 1); exit 1; }; } ;; | |
17346 | esac | |
17347 | else | |
17348 | if test "$cross_compiling" = yes; then | |
07158944 VZ |
17349 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
17350 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
a848cd7e SC |
17351 | { (exit 1); exit 1; }; } |
17352 | else | |
17353 | cat >conftest.$ac_ext <<_ACEOF | |
17354 | /* confdefs.h. */ | |
17355 | _ACEOF | |
17356 | cat confdefs.h >>conftest.$ac_ext | |
17357 | cat >>conftest.$ac_ext <<_ACEOF | |
17358 | /* end confdefs.h. */ | |
17359 | $ac_includes_default | |
17360 | long longval () { return (long) (sizeof (long)); } | |
17361 | unsigned long ulongval () { return (long) (sizeof (long)); } | |
17362 | #include <stdio.h> | |
17363 | #include <stdlib.h> | |
17364 | int | |
17365 | main () | |
17366 | { | |
17367 | ||
17368 | FILE *f = fopen ("conftest.val", "w"); | |
17369 | if (! f) | |
17370 | exit (1); | |
17371 | if (((long) (sizeof (long))) < 0) | |
17372 | { | |
17373 | long i = longval (); | |
17374 | if (i != ((long) (sizeof (long)))) | |
17375 | exit (1); | |
17376 | fprintf (f, "%ld\n", i); | |
17377 | } | |
17378 | else | |
17379 | { | |
17380 | unsigned long i = ulongval (); | |
17381 | if (i != ((long) (sizeof (long)))) | |
17382 | exit (1); | |
17383 | fprintf (f, "%lu\n", i); | |
17384 | } | |
17385 | exit (ferror (f) || fclose (f) != 0); | |
17386 | ||
17387 | ; | |
17388 | return 0; | |
17389 | } | |
17390 | _ACEOF | |
17391 | rm -f conftest$ac_exeext | |
17392 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
17393 | (eval $ac_link) 2>&5 | |
17394 | ac_status=$? | |
17395 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17396 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
17397 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
17398 | (eval $ac_try) 2>&5 | |
17399 | ac_status=$? | |
17400 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17401 | (exit $ac_status); }; }; then | |
17402 | ac_cv_sizeof_long=`cat conftest.val` | |
17403 | else | |
17404 | echo "$as_me: program exited with status $ac_status" >&5 | |
17405 | echo "$as_me: failed program was:" >&5 | |
17406 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17407 | ||
17408 | ( exit $ac_status ) | |
17409 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77 | |
17410 | See \`config.log' for more details." >&5 | |
17411 | echo "$as_me: error: cannot compute sizeof (long), 77 | |
17412 | See \`config.log' for more details." >&2;} | |
17413 | { (exit 1); exit 1; }; } | |
17414 | fi | |
ac1cb8d3 | 17415 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17416 | fi |
17417 | fi | |
17418 | rm -f conftest.val | |
17419 | else | |
17420 | ac_cv_sizeof_long=0 | |
17421 | fi | |
17422 | fi | |
17423 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 | |
17424 | echo "${ECHO_T}$ac_cv_sizeof_long" >&6 | |
17425 | cat >>confdefs.h <<_ACEOF | |
17426 | #define SIZEOF_LONG $ac_cv_sizeof_long | |
17427 | _ACEOF | |
17428 | ||
17429 | ||
17430 | echo "$as_me:$LINENO: checking for size_t" >&5 | |
17431 | echo $ECHO_N "checking for size_t... $ECHO_C" >&6 | |
17432 | if test "${ac_cv_type_size_t+set}" = set; then | |
17433 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
17434 | else | |
17435 | cat >conftest.$ac_ext <<_ACEOF | |
17436 | /* confdefs.h. */ | |
17437 | _ACEOF | |
17438 | cat confdefs.h >>conftest.$ac_ext | |
17439 | cat >>conftest.$ac_ext <<_ACEOF | |
17440 | /* end confdefs.h. */ | |
17441 | $ac_includes_default | |
17442 | int | |
17443 | main () | |
17444 | { | |
17445 | if ((size_t *) 0) | |
17446 | return 0; | |
17447 | if (sizeof (size_t)) | |
17448 | return 0; | |
17449 | ; | |
17450 | return 0; | |
17451 | } | |
17452 | _ACEOF | |
17453 | rm -f conftest.$ac_objext | |
17454 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17455 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17456 | ac_status=$? |
ac1cb8d3 VS |
17457 | grep -v '^ *+' conftest.er1 >conftest.err |
17458 | rm -f conftest.er1 | |
17459 | cat conftest.err >&5 | |
a848cd7e SC |
17460 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17461 | (exit $ac_status); } && | |
07158944 | 17462 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17463 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17464 | (eval $ac_try) 2>&5 | |
17465 | ac_status=$? | |
17466 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17467 | (exit $ac_status); }; } && | |
17468 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17469 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17470 | (eval $ac_try) 2>&5 | |
17471 | ac_status=$? | |
17472 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17473 | (exit $ac_status); }; }; then | |
17474 | ac_cv_type_size_t=yes | |
17475 | else | |
17476 | echo "$as_me: failed program was:" >&5 | |
17477 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17478 | ||
17479 | ac_cv_type_size_t=no | |
17480 | fi | |
ac1cb8d3 | 17481 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17482 | fi |
17483 | echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 | |
17484 | echo "${ECHO_T}$ac_cv_type_size_t" >&6 | |
17485 | ||
17486 | echo "$as_me:$LINENO: checking size of size_t" >&5 | |
17487 | echo $ECHO_N "checking size of size_t... $ECHO_C" >&6 | |
17488 | if test "${ac_cv_sizeof_size_t+set}" = set; then | |
17489 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
17490 | else | |
17491 | if test "$ac_cv_type_size_t" = yes; then | |
17492 | # The cast to unsigned long works around a bug in the HP C Compiler | |
17493 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
17494 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
17495 | # This bug is HP SR number 8606223364. | |
17496 | if test "$cross_compiling" = yes; then | |
17497 | # Depending upon the size, compute the lo and hi bounds. | |
17498 | cat >conftest.$ac_ext <<_ACEOF | |
17499 | /* confdefs.h. */ | |
17500 | _ACEOF | |
17501 | cat confdefs.h >>conftest.$ac_ext | |
17502 | cat >>conftest.$ac_ext <<_ACEOF | |
17503 | /* end confdefs.h. */ | |
17504 | $ac_includes_default | |
17505 | int | |
17506 | main () | |
17507 | { | |
17508 | static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= 0)]; | |
17509 | test_array [0] = 0 | |
17510 | ||
17511 | ; | |
17512 | return 0; | |
17513 | } | |
17514 | _ACEOF | |
17515 | rm -f conftest.$ac_objext | |
17516 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17517 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17518 | ac_status=$? |
ac1cb8d3 VS |
17519 | grep -v '^ *+' conftest.er1 >conftest.err |
17520 | rm -f conftest.er1 | |
17521 | cat conftest.err >&5 | |
a848cd7e SC |
17522 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17523 | (exit $ac_status); } && | |
07158944 | 17524 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17525 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17526 | (eval $ac_try) 2>&5 | |
17527 | ac_status=$? | |
17528 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17529 | (exit $ac_status); }; } && | |
17530 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17531 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17532 | (eval $ac_try) 2>&5 | |
17533 | ac_status=$? | |
17534 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17535 | (exit $ac_status); }; }; then | |
17536 | ac_lo=0 ac_mid=0 | |
17537 | while :; do | |
17538 | cat >conftest.$ac_ext <<_ACEOF | |
17539 | /* confdefs.h. */ | |
17540 | _ACEOF | |
17541 | cat confdefs.h >>conftest.$ac_ext | |
17542 | cat >>conftest.$ac_ext <<_ACEOF | |
17543 | /* end confdefs.h. */ | |
17544 | $ac_includes_default | |
17545 | int | |
17546 | main () | |
17547 | { | |
17548 | static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)]; | |
17549 | test_array [0] = 0 | |
17550 | ||
17551 | ; | |
17552 | return 0; | |
17553 | } | |
17554 | _ACEOF | |
17555 | rm -f conftest.$ac_objext | |
17556 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17557 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17558 | ac_status=$? |
ac1cb8d3 VS |
17559 | grep -v '^ *+' conftest.er1 >conftest.err |
17560 | rm -f conftest.er1 | |
17561 | cat conftest.err >&5 | |
a848cd7e SC |
17562 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17563 | (exit $ac_status); } && | |
07158944 | 17564 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17565 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17566 | (eval $ac_try) 2>&5 | |
17567 | ac_status=$? | |
17568 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17569 | (exit $ac_status); }; } && | |
17570 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17571 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17572 | (eval $ac_try) 2>&5 | |
17573 | ac_status=$? | |
17574 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17575 | (exit $ac_status); }; }; then | |
17576 | ac_hi=$ac_mid; break | |
17577 | else | |
17578 | echo "$as_me: failed program was:" >&5 | |
17579 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17580 | ||
17581 | ac_lo=`expr $ac_mid + 1` | |
ac1cb8d3 VS |
17582 | if test $ac_lo -le $ac_mid; then |
17583 | ac_lo= ac_hi= | |
17584 | break | |
17585 | fi | |
17586 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a848cd7e | 17587 | fi |
ac1cb8d3 | 17588 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17589 | done |
17590 | else | |
17591 | echo "$as_me: failed program was:" >&5 | |
17592 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17593 | ||
17594 | cat >conftest.$ac_ext <<_ACEOF | |
17595 | /* confdefs.h. */ | |
17596 | _ACEOF | |
17597 | cat confdefs.h >>conftest.$ac_ext | |
17598 | cat >>conftest.$ac_ext <<_ACEOF | |
17599 | /* end confdefs.h. */ | |
17600 | $ac_includes_default | |
17601 | int | |
17602 | main () | |
17603 | { | |
17604 | static int test_array [1 - 2 * !(((long) (sizeof (size_t))) < 0)]; | |
17605 | test_array [0] = 0 | |
17606 | ||
17607 | ; | |
17608 | return 0; | |
17609 | } | |
17610 | _ACEOF | |
17611 | rm -f conftest.$ac_objext | |
17612 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17613 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17614 | ac_status=$? |
ac1cb8d3 VS |
17615 | grep -v '^ *+' conftest.er1 >conftest.err |
17616 | rm -f conftest.er1 | |
17617 | cat conftest.err >&5 | |
a848cd7e SC |
17618 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17619 | (exit $ac_status); } && | |
07158944 | 17620 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17621 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17622 | (eval $ac_try) 2>&5 | |
17623 | ac_status=$? | |
17624 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17625 | (exit $ac_status); }; } && | |
17626 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17627 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17628 | (eval $ac_try) 2>&5 | |
17629 | ac_status=$? | |
17630 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17631 | (exit $ac_status); }; }; then | |
17632 | ac_hi=-1 ac_mid=-1 | |
17633 | while :; do | |
17634 | cat >conftest.$ac_ext <<_ACEOF | |
17635 | /* confdefs.h. */ | |
17636 | _ACEOF | |
17637 | cat confdefs.h >>conftest.$ac_ext | |
17638 | cat >>conftest.$ac_ext <<_ACEOF | |
17639 | /* end confdefs.h. */ | |
17640 | $ac_includes_default | |
17641 | int | |
17642 | main () | |
17643 | { | |
17644 | static int test_array [1 - 2 * !(((long) (sizeof (size_t))) >= $ac_mid)]; | |
17645 | test_array [0] = 0 | |
17646 | ||
17647 | ; | |
17648 | return 0; | |
17649 | } | |
17650 | _ACEOF | |
17651 | rm -f conftest.$ac_objext | |
17652 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17653 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17654 | ac_status=$? |
ac1cb8d3 VS |
17655 | grep -v '^ *+' conftest.er1 >conftest.err |
17656 | rm -f conftest.er1 | |
17657 | cat conftest.err >&5 | |
a848cd7e SC |
17658 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17659 | (exit $ac_status); } && | |
07158944 | 17660 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17661 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17662 | (eval $ac_try) 2>&5 | |
17663 | ac_status=$? | |
17664 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17665 | (exit $ac_status); }; } && | |
17666 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17667 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17668 | (eval $ac_try) 2>&5 | |
17669 | ac_status=$? | |
17670 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17671 | (exit $ac_status); }; }; then | |
17672 | ac_lo=$ac_mid; break | |
17673 | else | |
17674 | echo "$as_me: failed program was:" >&5 | |
17675 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17676 | ||
17677 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
ac1cb8d3 VS |
17678 | if test $ac_mid -le $ac_hi; then |
17679 | ac_lo= ac_hi= | |
17680 | break | |
17681 | fi | |
17682 | ac_mid=`expr 2 '*' $ac_mid` | |
a848cd7e | 17683 | fi |
ac1cb8d3 | 17684 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17685 | done |
17686 | else | |
17687 | echo "$as_me: failed program was:" >&5 | |
17688 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17689 | ||
17690 | ac_lo= ac_hi= | |
17691 | fi | |
ac1cb8d3 | 17692 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 17693 | fi |
ac1cb8d3 | 17694 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17695 | # Binary search between lo and hi bounds. |
17696 | while test "x$ac_lo" != "x$ac_hi"; do | |
17697 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
17698 | cat >conftest.$ac_ext <<_ACEOF | |
17699 | /* confdefs.h. */ | |
17700 | _ACEOF | |
17701 | cat confdefs.h >>conftest.$ac_ext | |
17702 | cat >>conftest.$ac_ext <<_ACEOF | |
17703 | /* end confdefs.h. */ | |
17704 | $ac_includes_default | |
17705 | int | |
17706 | main () | |
17707 | { | |
17708 | static int test_array [1 - 2 * !(((long) (sizeof (size_t))) <= $ac_mid)]; | |
17709 | test_array [0] = 0 | |
17710 | ||
17711 | ; | |
17712 | return 0; | |
17713 | } | |
17714 | _ACEOF | |
17715 | rm -f conftest.$ac_objext | |
17716 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17717 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17718 | ac_status=$? |
ac1cb8d3 VS |
17719 | grep -v '^ *+' conftest.er1 >conftest.err |
17720 | rm -f conftest.er1 | |
17721 | cat conftest.err >&5 | |
a848cd7e SC |
17722 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17723 | (exit $ac_status); } && | |
07158944 | 17724 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17725 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17726 | (eval $ac_try) 2>&5 | |
17727 | ac_status=$? | |
17728 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17729 | (exit $ac_status); }; } && | |
17730 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17731 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17732 | (eval $ac_try) 2>&5 | |
17733 | ac_status=$? | |
17734 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17735 | (exit $ac_status); }; }; then | |
17736 | ac_hi=$ac_mid | |
17737 | else | |
17738 | echo "$as_me: failed program was:" >&5 | |
17739 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17740 | ||
17741 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
17742 | fi | |
ac1cb8d3 | 17743 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17744 | done |
17745 | case $ac_lo in | |
17746 | ?*) ac_cv_sizeof_size_t=$ac_lo;; | |
17747 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77 | |
17748 | See \`config.log' for more details." >&5 | |
17749 | echo "$as_me: error: cannot compute sizeof (size_t), 77 | |
17750 | See \`config.log' for more details." >&2;} | |
17751 | { (exit 1); exit 1; }; } ;; | |
17752 | esac | |
17753 | else | |
17754 | if test "$cross_compiling" = yes; then | |
07158944 VZ |
17755 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
17756 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
a848cd7e SC |
17757 | { (exit 1); exit 1; }; } |
17758 | else | |
17759 | cat >conftest.$ac_ext <<_ACEOF | |
17760 | /* confdefs.h. */ | |
17761 | _ACEOF | |
17762 | cat confdefs.h >>conftest.$ac_ext | |
17763 | cat >>conftest.$ac_ext <<_ACEOF | |
17764 | /* end confdefs.h. */ | |
17765 | $ac_includes_default | |
17766 | long longval () { return (long) (sizeof (size_t)); } | |
17767 | unsigned long ulongval () { return (long) (sizeof (size_t)); } | |
17768 | #include <stdio.h> | |
17769 | #include <stdlib.h> | |
17770 | int | |
17771 | main () | |
17772 | { | |
17773 | ||
17774 | FILE *f = fopen ("conftest.val", "w"); | |
17775 | if (! f) | |
17776 | exit (1); | |
17777 | if (((long) (sizeof (size_t))) < 0) | |
17778 | { | |
17779 | long i = longval (); | |
17780 | if (i != ((long) (sizeof (size_t)))) | |
17781 | exit (1); | |
17782 | fprintf (f, "%ld\n", i); | |
17783 | } | |
17784 | else | |
17785 | { | |
17786 | unsigned long i = ulongval (); | |
17787 | if (i != ((long) (sizeof (size_t)))) | |
17788 | exit (1); | |
17789 | fprintf (f, "%lu\n", i); | |
17790 | } | |
17791 | exit (ferror (f) || fclose (f) != 0); | |
17792 | ||
17793 | ; | |
17794 | return 0; | |
17795 | } | |
17796 | _ACEOF | |
17797 | rm -f conftest$ac_exeext | |
17798 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
17799 | (eval $ac_link) 2>&5 | |
17800 | ac_status=$? | |
17801 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17802 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
17803 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
17804 | (eval $ac_try) 2>&5 | |
17805 | ac_status=$? | |
17806 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17807 | (exit $ac_status); }; }; then | |
17808 | ac_cv_sizeof_size_t=`cat conftest.val` | |
17809 | else | |
17810 | echo "$as_me: program exited with status $ac_status" >&5 | |
17811 | echo "$as_me: failed program was:" >&5 | |
17812 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17813 | ||
17814 | ( exit $ac_status ) | |
17815 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t), 77 | |
17816 | See \`config.log' for more details." >&5 | |
17817 | echo "$as_me: error: cannot compute sizeof (size_t), 77 | |
17818 | See \`config.log' for more details." >&2;} | |
17819 | { (exit 1); exit 1; }; } | |
17820 | fi | |
ac1cb8d3 | 17821 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17822 | fi |
17823 | fi | |
17824 | rm -f conftest.val | |
17825 | else | |
17826 | ac_cv_sizeof_size_t=0 | |
17827 | fi | |
17828 | fi | |
17829 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5 | |
17830 | echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6 | |
17831 | cat >>confdefs.h <<_ACEOF | |
17832 | #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t | |
17833 | _ACEOF | |
17834 | ||
17835 | ||
17836 | ||
17837 | case "${host}" in | |
17838 | arm-*-linux* ) | |
17839 | echo "$as_me:$LINENO: checking for long long" >&5 | |
17840 | echo $ECHO_N "checking for long long... $ECHO_C" >&6 | |
17841 | if test "${ac_cv_type_long_long+set}" = set; then | |
17842 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
17843 | else | |
17844 | cat >conftest.$ac_ext <<_ACEOF | |
17845 | /* confdefs.h. */ | |
17846 | _ACEOF | |
17847 | cat confdefs.h >>conftest.$ac_ext | |
17848 | cat >>conftest.$ac_ext <<_ACEOF | |
17849 | /* end confdefs.h. */ | |
17850 | $ac_includes_default | |
17851 | int | |
17852 | main () | |
17853 | { | |
17854 | if ((long long *) 0) | |
17855 | return 0; | |
17856 | if (sizeof (long long)) | |
17857 | return 0; | |
17858 | ; | |
17859 | return 0; | |
17860 | } | |
17861 | _ACEOF | |
17862 | rm -f conftest.$ac_objext | |
17863 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17864 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17865 | ac_status=$? |
ac1cb8d3 VS |
17866 | grep -v '^ *+' conftest.er1 >conftest.err |
17867 | rm -f conftest.er1 | |
17868 | cat conftest.err >&5 | |
a848cd7e SC |
17869 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17870 | (exit $ac_status); } && | |
07158944 | 17871 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17872 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17873 | (eval $ac_try) 2>&5 | |
17874 | ac_status=$? | |
17875 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17876 | (exit $ac_status); }; } && | |
17877 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17878 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17879 | (eval $ac_try) 2>&5 | |
17880 | ac_status=$? | |
17881 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17882 | (exit $ac_status); }; }; then | |
17883 | ac_cv_type_long_long=yes | |
17884 | else | |
17885 | echo "$as_me: failed program was:" >&5 | |
17886 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17887 | ||
17888 | ac_cv_type_long_long=no | |
17889 | fi | |
ac1cb8d3 | 17890 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17891 | fi |
17892 | echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 | |
17893 | echo "${ECHO_T}$ac_cv_type_long_long" >&6 | |
17894 | ||
17895 | echo "$as_me:$LINENO: checking size of long long" >&5 | |
17896 | echo $ECHO_N "checking size of long long... $ECHO_C" >&6 | |
17897 | if test "${ac_cv_sizeof_long_long+set}" = set; then | |
17898 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
17899 | else | |
17900 | if test "$ac_cv_type_long_long" = yes; then | |
17901 | # The cast to unsigned long works around a bug in the HP C Compiler | |
17902 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
17903 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
17904 | # This bug is HP SR number 8606223364. | |
17905 | if test "$cross_compiling" = yes; then | |
17906 | # Depending upon the size, compute the lo and hi bounds. | |
17907 | cat >conftest.$ac_ext <<_ACEOF | |
17908 | /* confdefs.h. */ | |
17909 | _ACEOF | |
17910 | cat confdefs.h >>conftest.$ac_ext | |
17911 | cat >>conftest.$ac_ext <<_ACEOF | |
17912 | /* end confdefs.h. */ | |
17913 | $ac_includes_default | |
17914 | int | |
17915 | main () | |
17916 | { | |
17917 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)]; | |
17918 | test_array [0] = 0 | |
17919 | ||
17920 | ; | |
17921 | return 0; | |
17922 | } | |
17923 | _ACEOF | |
17924 | rm -f conftest.$ac_objext | |
17925 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17926 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17927 | ac_status=$? |
ac1cb8d3 VS |
17928 | grep -v '^ *+' conftest.er1 >conftest.err |
17929 | rm -f conftest.er1 | |
17930 | cat conftest.err >&5 | |
a848cd7e SC |
17931 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17932 | (exit $ac_status); } && | |
07158944 | 17933 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17934 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17935 | (eval $ac_try) 2>&5 | |
17936 | ac_status=$? | |
17937 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17938 | (exit $ac_status); }; } && | |
17939 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17940 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17941 | (eval $ac_try) 2>&5 | |
17942 | ac_status=$? | |
17943 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17944 | (exit $ac_status); }; }; then | |
17945 | ac_lo=0 ac_mid=0 | |
17946 | while :; do | |
17947 | cat >conftest.$ac_ext <<_ACEOF | |
17948 | /* confdefs.h. */ | |
17949 | _ACEOF | |
17950 | cat confdefs.h >>conftest.$ac_ext | |
17951 | cat >>conftest.$ac_ext <<_ACEOF | |
17952 | /* end confdefs.h. */ | |
17953 | $ac_includes_default | |
17954 | int | |
17955 | main () | |
17956 | { | |
17957 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | |
17958 | test_array [0] = 0 | |
17959 | ||
17960 | ; | |
17961 | return 0; | |
17962 | } | |
17963 | _ACEOF | |
17964 | rm -f conftest.$ac_objext | |
17965 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 17966 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 17967 | ac_status=$? |
ac1cb8d3 VS |
17968 | grep -v '^ *+' conftest.er1 >conftest.err |
17969 | rm -f conftest.er1 | |
17970 | cat conftest.err >&5 | |
a848cd7e SC |
17971 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
17972 | (exit $ac_status); } && | |
07158944 | 17973 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
17974 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17975 | (eval $ac_try) 2>&5 | |
17976 | ac_status=$? | |
17977 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17978 | (exit $ac_status); }; } && | |
17979 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
17980 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
17981 | (eval $ac_try) 2>&5 | |
17982 | ac_status=$? | |
17983 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
17984 | (exit $ac_status); }; }; then | |
17985 | ac_hi=$ac_mid; break | |
17986 | else | |
17987 | echo "$as_me: failed program was:" >&5 | |
17988 | sed 's/^/| /' conftest.$ac_ext >&5 | |
17989 | ||
17990 | ac_lo=`expr $ac_mid + 1` | |
ac1cb8d3 VS |
17991 | if test $ac_lo -le $ac_mid; then |
17992 | ac_lo= ac_hi= | |
17993 | break | |
17994 | fi | |
17995 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a848cd7e | 17996 | fi |
ac1cb8d3 | 17997 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
17998 | done |
17999 | else | |
18000 | echo "$as_me: failed program was:" >&5 | |
18001 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18002 | ||
18003 | cat >conftest.$ac_ext <<_ACEOF | |
18004 | /* confdefs.h. */ | |
18005 | _ACEOF | |
18006 | cat confdefs.h >>conftest.$ac_ext | |
18007 | cat >>conftest.$ac_ext <<_ACEOF | |
18008 | /* end confdefs.h. */ | |
18009 | $ac_includes_default | |
18010 | int | |
18011 | main () | |
18012 | { | |
18013 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)]; | |
18014 | test_array [0] = 0 | |
18015 | ||
18016 | ; | |
18017 | return 0; | |
18018 | } | |
18019 | _ACEOF | |
18020 | rm -f conftest.$ac_objext | |
18021 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18022 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18023 | ac_status=$? |
ac1cb8d3 VS |
18024 | grep -v '^ *+' conftest.er1 >conftest.err |
18025 | rm -f conftest.er1 | |
18026 | cat conftest.err >&5 | |
a848cd7e SC |
18027 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18028 | (exit $ac_status); } && | |
07158944 | 18029 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18030 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18031 | (eval $ac_try) 2>&5 | |
18032 | ac_status=$? | |
18033 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18034 | (exit $ac_status); }; } && | |
18035 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18036 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18037 | (eval $ac_try) 2>&5 | |
18038 | ac_status=$? | |
18039 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18040 | (exit $ac_status); }; }; then | |
18041 | ac_hi=-1 ac_mid=-1 | |
18042 | while :; do | |
18043 | cat >conftest.$ac_ext <<_ACEOF | |
18044 | /* confdefs.h. */ | |
18045 | _ACEOF | |
18046 | cat confdefs.h >>conftest.$ac_ext | |
18047 | cat >>conftest.$ac_ext <<_ACEOF | |
18048 | /* end confdefs.h. */ | |
18049 | $ac_includes_default | |
18050 | int | |
18051 | main () | |
18052 | { | |
18053 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)]; | |
18054 | test_array [0] = 0 | |
18055 | ||
18056 | ; | |
18057 | return 0; | |
18058 | } | |
18059 | _ACEOF | |
18060 | rm -f conftest.$ac_objext | |
18061 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18062 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18063 | ac_status=$? |
ac1cb8d3 VS |
18064 | grep -v '^ *+' conftest.er1 >conftest.err |
18065 | rm -f conftest.er1 | |
18066 | cat conftest.err >&5 | |
a848cd7e SC |
18067 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18068 | (exit $ac_status); } && | |
07158944 | 18069 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18070 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18071 | (eval $ac_try) 2>&5 | |
18072 | ac_status=$? | |
18073 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18074 | (exit $ac_status); }; } && | |
18075 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18076 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18077 | (eval $ac_try) 2>&5 | |
18078 | ac_status=$? | |
18079 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18080 | (exit $ac_status); }; }; then | |
18081 | ac_lo=$ac_mid; break | |
18082 | else | |
18083 | echo "$as_me: failed program was:" >&5 | |
18084 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18085 | ||
18086 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
ac1cb8d3 VS |
18087 | if test $ac_mid -le $ac_hi; then |
18088 | ac_lo= ac_hi= | |
18089 | break | |
18090 | fi | |
18091 | ac_mid=`expr 2 '*' $ac_mid` | |
a848cd7e | 18092 | fi |
ac1cb8d3 | 18093 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18094 | done |
18095 | else | |
18096 | echo "$as_me: failed program was:" >&5 | |
18097 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18098 | ||
18099 | ac_lo= ac_hi= | |
18100 | fi | |
ac1cb8d3 | 18101 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 18102 | fi |
ac1cb8d3 | 18103 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18104 | # Binary search between lo and hi bounds. |
18105 | while test "x$ac_lo" != "x$ac_hi"; do | |
18106 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
18107 | cat >conftest.$ac_ext <<_ACEOF | |
18108 | /* confdefs.h. */ | |
18109 | _ACEOF | |
18110 | cat confdefs.h >>conftest.$ac_ext | |
18111 | cat >>conftest.$ac_ext <<_ACEOF | |
18112 | /* end confdefs.h. */ | |
18113 | $ac_includes_default | |
18114 | int | |
18115 | main () | |
18116 | { | |
18117 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | |
18118 | test_array [0] = 0 | |
18119 | ||
18120 | ; | |
18121 | return 0; | |
18122 | } | |
18123 | _ACEOF | |
18124 | rm -f conftest.$ac_objext | |
18125 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18126 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18127 | ac_status=$? |
ac1cb8d3 VS |
18128 | grep -v '^ *+' conftest.er1 >conftest.err |
18129 | rm -f conftest.er1 | |
18130 | cat conftest.err >&5 | |
a848cd7e SC |
18131 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18132 | (exit $ac_status); } && | |
07158944 | 18133 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18134 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18135 | (eval $ac_try) 2>&5 | |
18136 | ac_status=$? | |
18137 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18138 | (exit $ac_status); }; } && | |
18139 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18140 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18141 | (eval $ac_try) 2>&5 | |
18142 | ac_status=$? | |
18143 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18144 | (exit $ac_status); }; }; then | |
18145 | ac_hi=$ac_mid | |
18146 | else | |
18147 | echo "$as_me: failed program was:" >&5 | |
18148 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18149 | ||
18150 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
18151 | fi | |
ac1cb8d3 | 18152 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18153 | done |
18154 | case $ac_lo in | |
18155 | ?*) ac_cv_sizeof_long_long=$ac_lo;; | |
18156 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | |
18157 | See \`config.log' for more details." >&5 | |
18158 | echo "$as_me: error: cannot compute sizeof (long long), 77 | |
18159 | See \`config.log' for more details." >&2;} | |
18160 | { (exit 1); exit 1; }; } ;; | |
18161 | esac | |
18162 | else | |
18163 | if test "$cross_compiling" = yes; then | |
07158944 VZ |
18164 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
18165 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
a848cd7e SC |
18166 | { (exit 1); exit 1; }; } |
18167 | else | |
18168 | cat >conftest.$ac_ext <<_ACEOF | |
18169 | /* confdefs.h. */ | |
18170 | _ACEOF | |
18171 | cat confdefs.h >>conftest.$ac_ext | |
18172 | cat >>conftest.$ac_ext <<_ACEOF | |
18173 | /* end confdefs.h. */ | |
18174 | $ac_includes_default | |
18175 | long longval () { return (long) (sizeof (long long)); } | |
18176 | unsigned long ulongval () { return (long) (sizeof (long long)); } | |
18177 | #include <stdio.h> | |
18178 | #include <stdlib.h> | |
18179 | int | |
18180 | main () | |
18181 | { | |
18182 | ||
18183 | FILE *f = fopen ("conftest.val", "w"); | |
18184 | if (! f) | |
18185 | exit (1); | |
18186 | if (((long) (sizeof (long long))) < 0) | |
18187 | { | |
18188 | long i = longval (); | |
18189 | if (i != ((long) (sizeof (long long)))) | |
18190 | exit (1); | |
18191 | fprintf (f, "%ld\n", i); | |
18192 | } | |
18193 | else | |
18194 | { | |
18195 | unsigned long i = ulongval (); | |
18196 | if (i != ((long) (sizeof (long long)))) | |
18197 | exit (1); | |
18198 | fprintf (f, "%lu\n", i); | |
18199 | } | |
18200 | exit (ferror (f) || fclose (f) != 0); | |
18201 | ||
18202 | ; | |
18203 | return 0; | |
18204 | } | |
18205 | _ACEOF | |
18206 | rm -f conftest$ac_exeext | |
18207 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
18208 | (eval $ac_link) 2>&5 | |
18209 | ac_status=$? | |
18210 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18211 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
18212 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
18213 | (eval $ac_try) 2>&5 | |
18214 | ac_status=$? | |
18215 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18216 | (exit $ac_status); }; }; then | |
18217 | ac_cv_sizeof_long_long=`cat conftest.val` | |
18218 | else | |
18219 | echo "$as_me: program exited with status $ac_status" >&5 | |
18220 | echo "$as_me: failed program was:" >&5 | |
18221 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18222 | ||
18223 | ( exit $ac_status ) | |
18224 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | |
18225 | See \`config.log' for more details." >&5 | |
18226 | echo "$as_me: error: cannot compute sizeof (long long), 77 | |
18227 | See \`config.log' for more details." >&2;} | |
18228 | { (exit 1); exit 1; }; } | |
18229 | fi | |
ac1cb8d3 | 18230 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18231 | fi |
18232 | fi | |
18233 | rm -f conftest.val | |
18234 | else | |
18235 | ac_cv_sizeof_long_long=0 | |
18236 | fi | |
18237 | fi | |
18238 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 | |
18239 | echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6 | |
18240 | cat >>confdefs.h <<_ACEOF | |
18241 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long | |
18242 | _ACEOF | |
18243 | ||
18244 | ||
18245 | ;; | |
18246 | *-hp-hpux* ) | |
18247 | echo "$as_me:$LINENO: checking for long long" >&5 | |
18248 | echo $ECHO_N "checking for long long... $ECHO_C" >&6 | |
18249 | if test "${ac_cv_type_long_long+set}" = set; then | |
18250 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
18251 | else | |
18252 | cat >conftest.$ac_ext <<_ACEOF | |
18253 | /* confdefs.h. */ | |
18254 | _ACEOF | |
18255 | cat confdefs.h >>conftest.$ac_ext | |
18256 | cat >>conftest.$ac_ext <<_ACEOF | |
18257 | /* end confdefs.h. */ | |
18258 | $ac_includes_default | |
18259 | int | |
18260 | main () | |
18261 | { | |
18262 | if ((long long *) 0) | |
18263 | return 0; | |
18264 | if (sizeof (long long)) | |
18265 | return 0; | |
18266 | ; | |
18267 | return 0; | |
18268 | } | |
18269 | _ACEOF | |
18270 | rm -f conftest.$ac_objext | |
18271 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18272 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18273 | ac_status=$? |
ac1cb8d3 VS |
18274 | grep -v '^ *+' conftest.er1 >conftest.err |
18275 | rm -f conftest.er1 | |
18276 | cat conftest.err >&5 | |
a848cd7e SC |
18277 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18278 | (exit $ac_status); } && | |
07158944 | 18279 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18280 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18281 | (eval $ac_try) 2>&5 | |
18282 | ac_status=$? | |
18283 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18284 | (exit $ac_status); }; } && | |
18285 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18286 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18287 | (eval $ac_try) 2>&5 | |
18288 | ac_status=$? | |
18289 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18290 | (exit $ac_status); }; }; then | |
18291 | ac_cv_type_long_long=yes | |
18292 | else | |
18293 | echo "$as_me: failed program was:" >&5 | |
18294 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18295 | ||
18296 | ac_cv_type_long_long=no | |
18297 | fi | |
ac1cb8d3 | 18298 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18299 | fi |
18300 | echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 | |
18301 | echo "${ECHO_T}$ac_cv_type_long_long" >&6 | |
18302 | ||
18303 | echo "$as_me:$LINENO: checking size of long long" >&5 | |
18304 | echo $ECHO_N "checking size of long long... $ECHO_C" >&6 | |
18305 | if test "${ac_cv_sizeof_long_long+set}" = set; then | |
18306 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
18307 | else | |
18308 | if test "$ac_cv_type_long_long" = yes; then | |
18309 | # The cast to unsigned long works around a bug in the HP C Compiler | |
18310 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
18311 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
18312 | # This bug is HP SR number 8606223364. | |
18313 | if test "$cross_compiling" = yes; then | |
18314 | # Depending upon the size, compute the lo and hi bounds. | |
18315 | cat >conftest.$ac_ext <<_ACEOF | |
18316 | /* confdefs.h. */ | |
18317 | _ACEOF | |
18318 | cat confdefs.h >>conftest.$ac_ext | |
18319 | cat >>conftest.$ac_ext <<_ACEOF | |
18320 | /* end confdefs.h. */ | |
18321 | $ac_includes_default | |
18322 | int | |
18323 | main () | |
18324 | { | |
18325 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)]; | |
18326 | test_array [0] = 0 | |
18327 | ||
18328 | ; | |
18329 | return 0; | |
18330 | } | |
18331 | _ACEOF | |
18332 | rm -f conftest.$ac_objext | |
18333 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18334 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18335 | ac_status=$? |
ac1cb8d3 VS |
18336 | grep -v '^ *+' conftest.er1 >conftest.err |
18337 | rm -f conftest.er1 | |
18338 | cat conftest.err >&5 | |
a848cd7e SC |
18339 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18340 | (exit $ac_status); } && | |
07158944 | 18341 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18342 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18343 | (eval $ac_try) 2>&5 | |
18344 | ac_status=$? | |
18345 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18346 | (exit $ac_status); }; } && | |
18347 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18348 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18349 | (eval $ac_try) 2>&5 | |
18350 | ac_status=$? | |
18351 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18352 | (exit $ac_status); }; }; then | |
18353 | ac_lo=0 ac_mid=0 | |
18354 | while :; do | |
18355 | cat >conftest.$ac_ext <<_ACEOF | |
18356 | /* confdefs.h. */ | |
18357 | _ACEOF | |
18358 | cat confdefs.h >>conftest.$ac_ext | |
18359 | cat >>conftest.$ac_ext <<_ACEOF | |
18360 | /* end confdefs.h. */ | |
18361 | $ac_includes_default | |
18362 | int | |
18363 | main () | |
18364 | { | |
18365 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | |
18366 | test_array [0] = 0 | |
18367 | ||
18368 | ; | |
18369 | return 0; | |
18370 | } | |
18371 | _ACEOF | |
18372 | rm -f conftest.$ac_objext | |
18373 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18374 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18375 | ac_status=$? |
ac1cb8d3 VS |
18376 | grep -v '^ *+' conftest.er1 >conftest.err |
18377 | rm -f conftest.er1 | |
18378 | cat conftest.err >&5 | |
a848cd7e SC |
18379 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18380 | (exit $ac_status); } && | |
07158944 | 18381 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18382 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18383 | (eval $ac_try) 2>&5 | |
18384 | ac_status=$? | |
18385 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18386 | (exit $ac_status); }; } && | |
18387 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18388 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18389 | (eval $ac_try) 2>&5 | |
18390 | ac_status=$? | |
18391 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18392 | (exit $ac_status); }; }; then | |
18393 | ac_hi=$ac_mid; break | |
18394 | else | |
18395 | echo "$as_me: failed program was:" >&5 | |
18396 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18397 | ||
18398 | ac_lo=`expr $ac_mid + 1` | |
ac1cb8d3 VS |
18399 | if test $ac_lo -le $ac_mid; then |
18400 | ac_lo= ac_hi= | |
18401 | break | |
18402 | fi | |
18403 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a848cd7e | 18404 | fi |
ac1cb8d3 | 18405 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18406 | done |
18407 | else | |
18408 | echo "$as_me: failed program was:" >&5 | |
18409 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18410 | ||
18411 | cat >conftest.$ac_ext <<_ACEOF | |
18412 | /* confdefs.h. */ | |
18413 | _ACEOF | |
18414 | cat confdefs.h >>conftest.$ac_ext | |
18415 | cat >>conftest.$ac_ext <<_ACEOF | |
18416 | /* end confdefs.h. */ | |
18417 | $ac_includes_default | |
18418 | int | |
18419 | main () | |
18420 | { | |
18421 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)]; | |
18422 | test_array [0] = 0 | |
18423 | ||
18424 | ; | |
18425 | return 0; | |
18426 | } | |
18427 | _ACEOF | |
18428 | rm -f conftest.$ac_objext | |
18429 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18430 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18431 | ac_status=$? |
ac1cb8d3 VS |
18432 | grep -v '^ *+' conftest.er1 >conftest.err |
18433 | rm -f conftest.er1 | |
18434 | cat conftest.err >&5 | |
a848cd7e SC |
18435 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18436 | (exit $ac_status); } && | |
07158944 | 18437 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18438 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18439 | (eval $ac_try) 2>&5 | |
18440 | ac_status=$? | |
18441 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18442 | (exit $ac_status); }; } && | |
18443 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18444 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18445 | (eval $ac_try) 2>&5 | |
18446 | ac_status=$? | |
18447 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18448 | (exit $ac_status); }; }; then | |
18449 | ac_hi=-1 ac_mid=-1 | |
18450 | while :; do | |
18451 | cat >conftest.$ac_ext <<_ACEOF | |
18452 | /* confdefs.h. */ | |
18453 | _ACEOF | |
18454 | cat confdefs.h >>conftest.$ac_ext | |
18455 | cat >>conftest.$ac_ext <<_ACEOF | |
18456 | /* end confdefs.h. */ | |
18457 | $ac_includes_default | |
18458 | int | |
18459 | main () | |
18460 | { | |
18461 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)]; | |
18462 | test_array [0] = 0 | |
18463 | ||
18464 | ; | |
18465 | return 0; | |
18466 | } | |
18467 | _ACEOF | |
18468 | rm -f conftest.$ac_objext | |
18469 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18470 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18471 | ac_status=$? |
ac1cb8d3 VS |
18472 | grep -v '^ *+' conftest.er1 >conftest.err |
18473 | rm -f conftest.er1 | |
18474 | cat conftest.err >&5 | |
a848cd7e SC |
18475 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18476 | (exit $ac_status); } && | |
07158944 | 18477 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18478 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18479 | (eval $ac_try) 2>&5 | |
18480 | ac_status=$? | |
18481 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18482 | (exit $ac_status); }; } && | |
18483 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18484 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18485 | (eval $ac_try) 2>&5 | |
18486 | ac_status=$? | |
18487 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18488 | (exit $ac_status); }; }; then | |
18489 | ac_lo=$ac_mid; break | |
18490 | else | |
18491 | echo "$as_me: failed program was:" >&5 | |
18492 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18493 | ||
18494 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
ac1cb8d3 VS |
18495 | if test $ac_mid -le $ac_hi; then |
18496 | ac_lo= ac_hi= | |
18497 | break | |
18498 | fi | |
18499 | ac_mid=`expr 2 '*' $ac_mid` | |
a848cd7e | 18500 | fi |
ac1cb8d3 | 18501 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18502 | done |
18503 | else | |
18504 | echo "$as_me: failed program was:" >&5 | |
18505 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18506 | ||
18507 | ac_lo= ac_hi= | |
18508 | fi | |
ac1cb8d3 | 18509 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 18510 | fi |
ac1cb8d3 | 18511 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18512 | # Binary search between lo and hi bounds. |
18513 | while test "x$ac_lo" != "x$ac_hi"; do | |
18514 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
18515 | cat >conftest.$ac_ext <<_ACEOF | |
18516 | /* confdefs.h. */ | |
18517 | _ACEOF | |
18518 | cat confdefs.h >>conftest.$ac_ext | |
18519 | cat >>conftest.$ac_ext <<_ACEOF | |
18520 | /* end confdefs.h. */ | |
18521 | $ac_includes_default | |
18522 | int | |
18523 | main () | |
18524 | { | |
18525 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | |
18526 | test_array [0] = 0 | |
18527 | ||
18528 | ; | |
18529 | return 0; | |
18530 | } | |
18531 | _ACEOF | |
18532 | rm -f conftest.$ac_objext | |
18533 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18534 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18535 | ac_status=$? |
ac1cb8d3 VS |
18536 | grep -v '^ *+' conftest.er1 >conftest.err |
18537 | rm -f conftest.er1 | |
18538 | cat conftest.err >&5 | |
a848cd7e SC |
18539 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18540 | (exit $ac_status); } && | |
07158944 | 18541 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18542 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18543 | (eval $ac_try) 2>&5 | |
18544 | ac_status=$? | |
18545 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18546 | (exit $ac_status); }; } && | |
18547 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18548 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18549 | (eval $ac_try) 2>&5 | |
18550 | ac_status=$? | |
18551 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18552 | (exit $ac_status); }; }; then | |
18553 | ac_hi=$ac_mid | |
18554 | else | |
18555 | echo "$as_me: failed program was:" >&5 | |
18556 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18557 | ||
18558 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
18559 | fi | |
ac1cb8d3 | 18560 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18561 | done |
18562 | case $ac_lo in | |
18563 | ?*) ac_cv_sizeof_long_long=$ac_lo;; | |
18564 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | |
18565 | See \`config.log' for more details." >&5 | |
18566 | echo "$as_me: error: cannot compute sizeof (long long), 77 | |
18567 | See \`config.log' for more details." >&2;} | |
18568 | { (exit 1); exit 1; }; } ;; | |
18569 | esac | |
18570 | else | |
18571 | if test "$cross_compiling" = yes; then | |
07158944 VZ |
18572 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
18573 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
a848cd7e SC |
18574 | { (exit 1); exit 1; }; } |
18575 | else | |
18576 | cat >conftest.$ac_ext <<_ACEOF | |
18577 | /* confdefs.h. */ | |
18578 | _ACEOF | |
18579 | cat confdefs.h >>conftest.$ac_ext | |
18580 | cat >>conftest.$ac_ext <<_ACEOF | |
18581 | /* end confdefs.h. */ | |
18582 | $ac_includes_default | |
18583 | long longval () { return (long) (sizeof (long long)); } | |
18584 | unsigned long ulongval () { return (long) (sizeof (long long)); } | |
18585 | #include <stdio.h> | |
18586 | #include <stdlib.h> | |
18587 | int | |
18588 | main () | |
18589 | { | |
18590 | ||
18591 | FILE *f = fopen ("conftest.val", "w"); | |
18592 | if (! f) | |
18593 | exit (1); | |
18594 | if (((long) (sizeof (long long))) < 0) | |
18595 | { | |
18596 | long i = longval (); | |
18597 | if (i != ((long) (sizeof (long long)))) | |
18598 | exit (1); | |
18599 | fprintf (f, "%ld\n", i); | |
18600 | } | |
18601 | else | |
18602 | { | |
18603 | unsigned long i = ulongval (); | |
18604 | if (i != ((long) (sizeof (long long)))) | |
18605 | exit (1); | |
18606 | fprintf (f, "%lu\n", i); | |
18607 | } | |
18608 | exit (ferror (f) || fclose (f) != 0); | |
18609 | ||
18610 | ; | |
18611 | return 0; | |
18612 | } | |
18613 | _ACEOF | |
18614 | rm -f conftest$ac_exeext | |
18615 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
18616 | (eval $ac_link) 2>&5 | |
18617 | ac_status=$? | |
18618 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18619 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
18620 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
18621 | (eval $ac_try) 2>&5 | |
18622 | ac_status=$? | |
18623 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18624 | (exit $ac_status); }; }; then | |
18625 | ac_cv_sizeof_long_long=`cat conftest.val` | |
18626 | else | |
18627 | echo "$as_me: program exited with status $ac_status" >&5 | |
18628 | echo "$as_me: failed program was:" >&5 | |
18629 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18630 | ||
18631 | ( exit $ac_status ) | |
18632 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | |
18633 | See \`config.log' for more details." >&5 | |
18634 | echo "$as_me: error: cannot compute sizeof (long long), 77 | |
18635 | See \`config.log' for more details." >&2;} | |
18636 | { (exit 1); exit 1; }; } | |
18637 | fi | |
ac1cb8d3 | 18638 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18639 | fi |
18640 | fi | |
18641 | rm -f conftest.val | |
18642 | else | |
18643 | ac_cv_sizeof_long_long=0 | |
18644 | fi | |
18645 | fi | |
18646 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 | |
18647 | echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6 | |
18648 | cat >>confdefs.h <<_ACEOF | |
18649 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long | |
18650 | _ACEOF | |
18651 | ||
18652 | ||
18653 | if test "$ac_cv_sizeof_long_long" != "0"; then | |
18654 | CPPFLAGS="$CPPFLAGS -D_INCLUDE_LONGLONG" | |
18655 | fi | |
18656 | ;; | |
18657 | * ) | |
18658 | echo "$as_me:$LINENO: checking for long long" >&5 | |
18659 | echo $ECHO_N "checking for long long... $ECHO_C" >&6 | |
18660 | if test "${ac_cv_type_long_long+set}" = set; then | |
18661 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
18662 | else | |
18663 | cat >conftest.$ac_ext <<_ACEOF | |
18664 | /* confdefs.h. */ | |
18665 | _ACEOF | |
18666 | cat confdefs.h >>conftest.$ac_ext | |
18667 | cat >>conftest.$ac_ext <<_ACEOF | |
18668 | /* end confdefs.h. */ | |
18669 | $ac_includes_default | |
18670 | int | |
18671 | main () | |
18672 | { | |
18673 | if ((long long *) 0) | |
18674 | return 0; | |
18675 | if (sizeof (long long)) | |
18676 | return 0; | |
18677 | ; | |
18678 | return 0; | |
18679 | } | |
18680 | _ACEOF | |
18681 | rm -f conftest.$ac_objext | |
18682 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18683 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18684 | ac_status=$? |
ac1cb8d3 VS |
18685 | grep -v '^ *+' conftest.er1 >conftest.err |
18686 | rm -f conftest.er1 | |
18687 | cat conftest.err >&5 | |
a848cd7e SC |
18688 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18689 | (exit $ac_status); } && | |
07158944 | 18690 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18691 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18692 | (eval $ac_try) 2>&5 | |
18693 | ac_status=$? | |
18694 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18695 | (exit $ac_status); }; } && | |
18696 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18697 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18698 | (eval $ac_try) 2>&5 | |
18699 | ac_status=$? | |
18700 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18701 | (exit $ac_status); }; }; then | |
18702 | ac_cv_type_long_long=yes | |
18703 | else | |
18704 | echo "$as_me: failed program was:" >&5 | |
18705 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18706 | ||
18707 | ac_cv_type_long_long=no | |
18708 | fi | |
ac1cb8d3 | 18709 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18710 | fi |
18711 | echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 | |
18712 | echo "${ECHO_T}$ac_cv_type_long_long" >&6 | |
18713 | ||
18714 | echo "$as_me:$LINENO: checking size of long long" >&5 | |
18715 | echo $ECHO_N "checking size of long long... $ECHO_C" >&6 | |
18716 | if test "${ac_cv_sizeof_long_long+set}" = set; then | |
18717 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
18718 | else | |
18719 | if test "$ac_cv_type_long_long" = yes; then | |
18720 | # The cast to unsigned long works around a bug in the HP C Compiler | |
18721 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
18722 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
18723 | # This bug is HP SR number 8606223364. | |
18724 | if test "$cross_compiling" = yes; then | |
18725 | # Depending upon the size, compute the lo and hi bounds. | |
18726 | cat >conftest.$ac_ext <<_ACEOF | |
18727 | /* confdefs.h. */ | |
18728 | _ACEOF | |
18729 | cat confdefs.h >>conftest.$ac_ext | |
18730 | cat >>conftest.$ac_ext <<_ACEOF | |
18731 | /* end confdefs.h. */ | |
18732 | $ac_includes_default | |
18733 | int | |
18734 | main () | |
18735 | { | |
18736 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= 0)]; | |
18737 | test_array [0] = 0 | |
18738 | ||
18739 | ; | |
18740 | return 0; | |
18741 | } | |
18742 | _ACEOF | |
18743 | rm -f conftest.$ac_objext | |
18744 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18745 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18746 | ac_status=$? |
ac1cb8d3 VS |
18747 | grep -v '^ *+' conftest.er1 >conftest.err |
18748 | rm -f conftest.er1 | |
18749 | cat conftest.err >&5 | |
a848cd7e SC |
18750 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18751 | (exit $ac_status); } && | |
07158944 | 18752 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18753 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18754 | (eval $ac_try) 2>&5 | |
18755 | ac_status=$? | |
18756 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18757 | (exit $ac_status); }; } && | |
18758 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18759 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18760 | (eval $ac_try) 2>&5 | |
18761 | ac_status=$? | |
18762 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18763 | (exit $ac_status); }; }; then | |
18764 | ac_lo=0 ac_mid=0 | |
18765 | while :; do | |
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 | int | |
18774 | main () | |
18775 | { | |
18776 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | |
18777 | test_array [0] = 0 | |
18778 | ||
18779 | ; | |
18780 | return 0; | |
18781 | } | |
18782 | _ACEOF | |
18783 | rm -f conftest.$ac_objext | |
18784 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18785 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18786 | ac_status=$? |
ac1cb8d3 VS |
18787 | grep -v '^ *+' conftest.er1 >conftest.err |
18788 | rm -f conftest.er1 | |
18789 | cat conftest.err >&5 | |
a848cd7e SC |
18790 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18791 | (exit $ac_status); } && | |
07158944 | 18792 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18793 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18794 | (eval $ac_try) 2>&5 | |
18795 | ac_status=$? | |
18796 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18797 | (exit $ac_status); }; } && | |
18798 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18799 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18800 | (eval $ac_try) 2>&5 | |
18801 | ac_status=$? | |
18802 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18803 | (exit $ac_status); }; }; then | |
18804 | ac_hi=$ac_mid; break | |
18805 | else | |
18806 | echo "$as_me: failed program was:" >&5 | |
18807 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18808 | ||
18809 | ac_lo=`expr $ac_mid + 1` | |
ac1cb8d3 VS |
18810 | if test $ac_lo -le $ac_mid; then |
18811 | ac_lo= ac_hi= | |
18812 | break | |
18813 | fi | |
18814 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
a848cd7e | 18815 | fi |
ac1cb8d3 | 18816 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18817 | done |
18818 | else | |
18819 | echo "$as_me: failed program was:" >&5 | |
18820 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18821 | ||
18822 | cat >conftest.$ac_ext <<_ACEOF | |
18823 | /* confdefs.h. */ | |
18824 | _ACEOF | |
18825 | cat confdefs.h >>conftest.$ac_ext | |
18826 | cat >>conftest.$ac_ext <<_ACEOF | |
18827 | /* end confdefs.h. */ | |
18828 | $ac_includes_default | |
18829 | int | |
18830 | main () | |
18831 | { | |
18832 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) < 0)]; | |
18833 | test_array [0] = 0 | |
18834 | ||
18835 | ; | |
18836 | return 0; | |
18837 | } | |
18838 | _ACEOF | |
18839 | rm -f conftest.$ac_objext | |
18840 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18841 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18842 | ac_status=$? |
ac1cb8d3 VS |
18843 | grep -v '^ *+' conftest.er1 >conftest.err |
18844 | rm -f conftest.er1 | |
18845 | cat conftest.err >&5 | |
a848cd7e SC |
18846 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18847 | (exit $ac_status); } && | |
07158944 | 18848 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18849 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18850 | (eval $ac_try) 2>&5 | |
18851 | ac_status=$? | |
18852 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18853 | (exit $ac_status); }; } && | |
18854 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18855 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18856 | (eval $ac_try) 2>&5 | |
18857 | ac_status=$? | |
18858 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18859 | (exit $ac_status); }; }; then | |
18860 | ac_hi=-1 ac_mid=-1 | |
18861 | while :; do | |
18862 | cat >conftest.$ac_ext <<_ACEOF | |
18863 | /* confdefs.h. */ | |
18864 | _ACEOF | |
18865 | cat confdefs.h >>conftest.$ac_ext | |
18866 | cat >>conftest.$ac_ext <<_ACEOF | |
18867 | /* end confdefs.h. */ | |
18868 | $ac_includes_default | |
18869 | int | |
18870 | main () | |
18871 | { | |
18872 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) >= $ac_mid)]; | |
18873 | test_array [0] = 0 | |
18874 | ||
18875 | ; | |
18876 | return 0; | |
18877 | } | |
18878 | _ACEOF | |
18879 | rm -f conftest.$ac_objext | |
18880 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18881 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18882 | ac_status=$? |
ac1cb8d3 VS |
18883 | grep -v '^ *+' conftest.er1 >conftest.err |
18884 | rm -f conftest.er1 | |
18885 | cat conftest.err >&5 | |
a848cd7e SC |
18886 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18887 | (exit $ac_status); } && | |
07158944 | 18888 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18889 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18890 | (eval $ac_try) 2>&5 | |
18891 | ac_status=$? | |
18892 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18893 | (exit $ac_status); }; } && | |
18894 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18895 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18896 | (eval $ac_try) 2>&5 | |
18897 | ac_status=$? | |
18898 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18899 | (exit $ac_status); }; }; then | |
18900 | ac_lo=$ac_mid; break | |
18901 | else | |
18902 | echo "$as_me: failed program was:" >&5 | |
18903 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18904 | ||
18905 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
ac1cb8d3 VS |
18906 | if test $ac_mid -le $ac_hi; then |
18907 | ac_lo= ac_hi= | |
18908 | break | |
18909 | fi | |
18910 | ac_mid=`expr 2 '*' $ac_mid` | |
a848cd7e | 18911 | fi |
ac1cb8d3 | 18912 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18913 | done |
18914 | else | |
18915 | echo "$as_me: failed program was:" >&5 | |
18916 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18917 | ||
18918 | ac_lo= ac_hi= | |
18919 | fi | |
ac1cb8d3 | 18920 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 18921 | fi |
ac1cb8d3 | 18922 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18923 | # Binary search between lo and hi bounds. |
18924 | while test "x$ac_lo" != "x$ac_hi"; do | |
18925 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
18926 | cat >conftest.$ac_ext <<_ACEOF | |
18927 | /* confdefs.h. */ | |
18928 | _ACEOF | |
18929 | cat confdefs.h >>conftest.$ac_ext | |
18930 | cat >>conftest.$ac_ext <<_ACEOF | |
18931 | /* end confdefs.h. */ | |
18932 | $ac_includes_default | |
18933 | int | |
18934 | main () | |
18935 | { | |
18936 | static int test_array [1 - 2 * !(((long) (sizeof (long long))) <= $ac_mid)]; | |
18937 | test_array [0] = 0 | |
18938 | ||
18939 | ; | |
18940 | return 0; | |
18941 | } | |
18942 | _ACEOF | |
18943 | rm -f conftest.$ac_objext | |
18944 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 18945 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 18946 | ac_status=$? |
ac1cb8d3 VS |
18947 | grep -v '^ *+' conftest.er1 >conftest.err |
18948 | rm -f conftest.er1 | |
18949 | cat conftest.err >&5 | |
a848cd7e SC |
18950 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
18951 | (exit $ac_status); } && | |
07158944 | 18952 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
18953 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18954 | (eval $ac_try) 2>&5 | |
18955 | ac_status=$? | |
18956 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18957 | (exit $ac_status); }; } && | |
18958 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
18959 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
18960 | (eval $ac_try) 2>&5 | |
18961 | ac_status=$? | |
18962 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
18963 | (exit $ac_status); }; }; then | |
18964 | ac_hi=$ac_mid | |
18965 | else | |
18966 | echo "$as_me: failed program was:" >&5 | |
18967 | sed 's/^/| /' conftest.$ac_ext >&5 | |
18968 | ||
18969 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
18970 | fi | |
ac1cb8d3 | 18971 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
18972 | done |
18973 | case $ac_lo in | |
18974 | ?*) ac_cv_sizeof_long_long=$ac_lo;; | |
18975 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | |
18976 | See \`config.log' for more details." >&5 | |
18977 | echo "$as_me: error: cannot compute sizeof (long long), 77 | |
18978 | See \`config.log' for more details." >&2;} | |
18979 | { (exit 1); exit 1; }; } ;; | |
18980 | esac | |
18981 | else | |
18982 | if test "$cross_compiling" = yes; then | |
07158944 VZ |
18983 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
18984 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
a848cd7e SC |
18985 | { (exit 1); exit 1; }; } |
18986 | else | |
18987 | cat >conftest.$ac_ext <<_ACEOF | |
18988 | /* confdefs.h. */ | |
18989 | _ACEOF | |
18990 | cat confdefs.h >>conftest.$ac_ext | |
18991 | cat >>conftest.$ac_ext <<_ACEOF | |
18992 | /* end confdefs.h. */ | |
18993 | $ac_includes_default | |
18994 | long longval () { return (long) (sizeof (long long)); } | |
18995 | unsigned long ulongval () { return (long) (sizeof (long long)); } | |
18996 | #include <stdio.h> | |
18997 | #include <stdlib.h> | |
18998 | int | |
18999 | main () | |
19000 | { | |
19001 | ||
19002 | FILE *f = fopen ("conftest.val", "w"); | |
19003 | if (! f) | |
19004 | exit (1); | |
19005 | if (((long) (sizeof (long long))) < 0) | |
19006 | { | |
19007 | long i = longval (); | |
19008 | if (i != ((long) (sizeof (long long)))) | |
19009 | exit (1); | |
19010 | fprintf (f, "%ld\n", i); | |
19011 | } | |
19012 | else | |
19013 | { | |
19014 | unsigned long i = ulongval (); | |
19015 | if (i != ((long) (sizeof (long long)))) | |
19016 | exit (1); | |
19017 | fprintf (f, "%lu\n", i); | |
19018 | } | |
19019 | exit (ferror (f) || fclose (f) != 0); | |
19020 | ||
19021 | ; | |
19022 | return 0; | |
19023 | } | |
19024 | _ACEOF | |
19025 | rm -f conftest$ac_exeext | |
19026 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
19027 | (eval $ac_link) 2>&5 | |
19028 | ac_status=$? | |
19029 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19030 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
19031 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19032 | (eval $ac_try) 2>&5 | |
19033 | ac_status=$? | |
19034 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19035 | (exit $ac_status); }; }; then | |
19036 | ac_cv_sizeof_long_long=`cat conftest.val` | |
19037 | else | |
19038 | echo "$as_me: program exited with status $ac_status" >&5 | |
19039 | echo "$as_me: failed program was:" >&5 | |
19040 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19041 | ||
19042 | ( exit $ac_status ) | |
19043 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long), 77 | |
19044 | See \`config.log' for more details." >&5 | |
19045 | echo "$as_me: error: cannot compute sizeof (long long), 77 | |
19046 | See \`config.log' for more details." >&2;} | |
19047 | { (exit 1); exit 1; }; } | |
19048 | fi | |
ac1cb8d3 | 19049 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
19050 | fi |
19051 | fi | |
19052 | rm -f conftest.val | |
19053 | else | |
19054 | ac_cv_sizeof_long_long=0 | |
19055 | fi | |
19056 | fi | |
19057 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 | |
19058 | echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6 | |
19059 | cat >>confdefs.h <<_ACEOF | |
19060 | #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long | |
19061 | _ACEOF | |
19062 | ||
19063 | ||
19064 | esac | |
19065 | ||
238ecede MW |
19066 | echo "$as_me:$LINENO: checking for wchar_t" >&5 |
19067 | echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6 | |
19068 | if test "${ac_cv_type_wchar_t+set}" = set; then | |
19069 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
19070 | else | |
19071 | cat >conftest.$ac_ext <<_ACEOF | |
19072 | /* confdefs.h. */ | |
19073 | _ACEOF | |
19074 | cat confdefs.h >>conftest.$ac_ext | |
19075 | cat >>conftest.$ac_ext <<_ACEOF | |
19076 | /* end confdefs.h. */ | |
19077 | ||
19078 | /* DJGPP only has fake wchar_t: */ | |
19079 | #ifdef __DJGPP__ | |
19080 | # error "fake wchar_t" | |
19081 | #endif | |
19082 | #ifdef HAVE_WCHAR_H | |
19083 | # ifdef __CYGWIN__ | |
19084 | # include <stddef.h> | |
19085 | # endif | |
19086 | # include <wchar.h> | |
19087 | #endif | |
19088 | #ifdef HAVE_STDLIB_H | |
19089 | # include <stdlib.h> | |
19090 | #endif | |
19091 | #include <stdio.h> | |
19092 | ||
19093 | ||
19094 | ||
19095 | int | |
19096 | main () | |
19097 | { | |
19098 | if ((wchar_t *) 0) | |
19099 | return 0; | |
19100 | if (sizeof (wchar_t)) | |
19101 | return 0; | |
19102 | ; | |
19103 | return 0; | |
19104 | } | |
19105 | _ACEOF | |
19106 | rm -f conftest.$ac_objext | |
19107 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
19108 | (eval $ac_compile) 2>conftest.er1 | |
19109 | ac_status=$? | |
19110 | grep -v '^ *+' conftest.er1 >conftest.err | |
19111 | rm -f conftest.er1 | |
19112 | cat conftest.err >&5 | |
19113 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19114 | (exit $ac_status); } && | |
07158944 | 19115 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
238ecede MW |
19116 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19117 | (eval $ac_try) 2>&5 | |
19118 | ac_status=$? | |
19119 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19120 | (exit $ac_status); }; } && | |
19121 | { ac_try='test -s conftest.$ac_objext' | |
19122 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19123 | (eval $ac_try) 2>&5 | |
19124 | ac_status=$? | |
19125 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19126 | (exit $ac_status); }; }; then | |
19127 | ac_cv_type_wchar_t=yes | |
19128 | else | |
19129 | echo "$as_me: failed program was:" >&5 | |
19130 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19131 | ||
19132 | ac_cv_type_wchar_t=no | |
19133 | fi | |
19134 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
19135 | fi | |
19136 | echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5 | |
19137 | echo "${ECHO_T}$ac_cv_type_wchar_t" >&6 | |
19138 | ||
a848cd7e SC |
19139 | echo "$as_me:$LINENO: checking size of wchar_t" >&5 |
19140 | echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6 | |
238ecede | 19141 | if test "${ac_cv_sizeof_wchar_t+set}" = set; then |
a848cd7e SC |
19142 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
19143 | else | |
238ecede MW |
19144 | if test "$ac_cv_type_wchar_t" = yes; then |
19145 | # The cast to unsigned long works around a bug in the HP C Compiler | |
19146 | # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects | |
19147 | # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. | |
19148 | # This bug is HP SR number 8606223364. | |
19149 | if test "$cross_compiling" = yes; then | |
19150 | # Depending upon the size, compute the lo and hi bounds. | |
19151 | cat >conftest.$ac_ext <<_ACEOF | |
19152 | /* confdefs.h. */ | |
19153 | _ACEOF | |
19154 | cat confdefs.h >>conftest.$ac_ext | |
19155 | cat >>conftest.$ac_ext <<_ACEOF | |
19156 | /* end confdefs.h. */ | |
19157 | ||
19158 | /* DJGPP only has fake wchar_t: */ | |
19159 | #ifdef __DJGPP__ | |
19160 | # error "fake wchar_t" | |
19161 | #endif | |
19162 | #ifdef HAVE_WCHAR_H | |
19163 | # ifdef __CYGWIN__ | |
19164 | # include <stddef.h> | |
19165 | # endif | |
19166 | # include <wchar.h> | |
19167 | #endif | |
19168 | #ifdef HAVE_STDLIB_H | |
19169 | # include <stdlib.h> | |
19170 | #endif | |
19171 | #include <stdio.h> | |
19172 | ||
19173 | ||
19174 | ||
19175 | int | |
19176 | main () | |
19177 | { | |
19178 | static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= 0)]; | |
19179 | test_array [0] = 0 | |
19180 | ||
19181 | ; | |
19182 | return 0; | |
19183 | } | |
19184 | _ACEOF | |
19185 | rm -f conftest.$ac_objext | |
19186 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
19187 | (eval $ac_compile) 2>conftest.er1 | |
19188 | ac_status=$? | |
19189 | grep -v '^ *+' conftest.er1 >conftest.err | |
19190 | rm -f conftest.er1 | |
19191 | cat conftest.err >&5 | |
19192 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19193 | (exit $ac_status); } && | |
07158944 | 19194 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
238ecede MW |
19195 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19196 | (eval $ac_try) 2>&5 | |
19197 | ac_status=$? | |
19198 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19199 | (exit $ac_status); }; } && | |
19200 | { ac_try='test -s conftest.$ac_objext' | |
19201 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19202 | (eval $ac_try) 2>&5 | |
19203 | ac_status=$? | |
19204 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19205 | (exit $ac_status); }; }; then | |
19206 | ac_lo=0 ac_mid=0 | |
19207 | while :; do | |
19208 | cat >conftest.$ac_ext <<_ACEOF | |
19209 | /* confdefs.h. */ | |
19210 | _ACEOF | |
19211 | cat confdefs.h >>conftest.$ac_ext | |
19212 | cat >>conftest.$ac_ext <<_ACEOF | |
19213 | /* end confdefs.h. */ | |
19214 | ||
19215 | /* DJGPP only has fake wchar_t: */ | |
19216 | #ifdef __DJGPP__ | |
19217 | # error "fake wchar_t" | |
19218 | #endif | |
19219 | #ifdef HAVE_WCHAR_H | |
19220 | # ifdef __CYGWIN__ | |
19221 | # include <stddef.h> | |
19222 | # endif | |
19223 | # include <wchar.h> | |
19224 | #endif | |
19225 | #ifdef HAVE_STDLIB_H | |
19226 | # include <stdlib.h> | |
19227 | #endif | |
19228 | #include <stdio.h> | |
19229 | ||
19230 | ||
19231 | ||
19232 | int | |
19233 | main () | |
19234 | { | |
19235 | static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)]; | |
19236 | test_array [0] = 0 | |
19237 | ||
19238 | ; | |
19239 | return 0; | |
19240 | } | |
19241 | _ACEOF | |
19242 | rm -f conftest.$ac_objext | |
19243 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
19244 | (eval $ac_compile) 2>conftest.er1 | |
19245 | ac_status=$? | |
19246 | grep -v '^ *+' conftest.er1 >conftest.err | |
19247 | rm -f conftest.er1 | |
19248 | cat conftest.err >&5 | |
19249 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19250 | (exit $ac_status); } && | |
07158944 | 19251 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
238ecede MW |
19252 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19253 | (eval $ac_try) 2>&5 | |
19254 | ac_status=$? | |
19255 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19256 | (exit $ac_status); }; } && | |
19257 | { ac_try='test -s conftest.$ac_objext' | |
19258 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19259 | (eval $ac_try) 2>&5 | |
19260 | ac_status=$? | |
19261 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19262 | (exit $ac_status); }; }; then | |
19263 | ac_hi=$ac_mid; break | |
19264 | else | |
19265 | echo "$as_me: failed program was:" >&5 | |
19266 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19267 | ||
19268 | ac_lo=`expr $ac_mid + 1` | |
19269 | if test $ac_lo -le $ac_mid; then | |
19270 | ac_lo= ac_hi= | |
19271 | break | |
19272 | fi | |
19273 | ac_mid=`expr 2 '*' $ac_mid + 1` | |
19274 | fi | |
19275 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
19276 | done | |
19277 | else | |
19278 | echo "$as_me: failed program was:" >&5 | |
19279 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19280 | ||
19281 | cat >conftest.$ac_ext <<_ACEOF | |
19282 | /* confdefs.h. */ | |
19283 | _ACEOF | |
19284 | cat confdefs.h >>conftest.$ac_ext | |
19285 | cat >>conftest.$ac_ext <<_ACEOF | |
19286 | /* end confdefs.h. */ | |
19287 | ||
19288 | /* DJGPP only has fake wchar_t: */ | |
19289 | #ifdef __DJGPP__ | |
19290 | # error "fake wchar_t" | |
19291 | #endif | |
19292 | #ifdef HAVE_WCHAR_H | |
19293 | # ifdef __CYGWIN__ | |
19294 | # include <stddef.h> | |
19295 | # endif | |
19296 | # include <wchar.h> | |
19297 | #endif | |
19298 | #ifdef HAVE_STDLIB_H | |
19299 | # include <stdlib.h> | |
19300 | #endif | |
19301 | #include <stdio.h> | |
19302 | ||
19303 | ||
19304 | ||
19305 | int | |
19306 | main () | |
19307 | { | |
19308 | static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) < 0)]; | |
19309 | test_array [0] = 0 | |
19310 | ||
19311 | ; | |
19312 | return 0; | |
19313 | } | |
19314 | _ACEOF | |
19315 | rm -f conftest.$ac_objext | |
19316 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
19317 | (eval $ac_compile) 2>conftest.er1 | |
19318 | ac_status=$? | |
19319 | grep -v '^ *+' conftest.er1 >conftest.err | |
19320 | rm -f conftest.er1 | |
19321 | cat conftest.err >&5 | |
19322 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19323 | (exit $ac_status); } && | |
07158944 | 19324 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
238ecede MW |
19325 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19326 | (eval $ac_try) 2>&5 | |
19327 | ac_status=$? | |
19328 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19329 | (exit $ac_status); }; } && | |
19330 | { ac_try='test -s conftest.$ac_objext' | |
19331 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19332 | (eval $ac_try) 2>&5 | |
19333 | ac_status=$? | |
19334 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19335 | (exit $ac_status); }; }; then | |
19336 | ac_hi=-1 ac_mid=-1 | |
19337 | while :; do | |
19338 | cat >conftest.$ac_ext <<_ACEOF | |
19339 | /* confdefs.h. */ | |
19340 | _ACEOF | |
19341 | cat confdefs.h >>conftest.$ac_ext | |
19342 | cat >>conftest.$ac_ext <<_ACEOF | |
19343 | /* end confdefs.h. */ | |
19344 | ||
19345 | /* DJGPP only has fake wchar_t: */ | |
19346 | #ifdef __DJGPP__ | |
19347 | # error "fake wchar_t" | |
19348 | #endif | |
19349 | #ifdef HAVE_WCHAR_H | |
19350 | # ifdef __CYGWIN__ | |
19351 | # include <stddef.h> | |
19352 | # endif | |
19353 | # include <wchar.h> | |
19354 | #endif | |
19355 | #ifdef HAVE_STDLIB_H | |
19356 | # include <stdlib.h> | |
19357 | #endif | |
19358 | #include <stdio.h> | |
19359 | ||
19360 | ||
19361 | ||
19362 | int | |
19363 | main () | |
19364 | { | |
19365 | static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) >= $ac_mid)]; | |
19366 | test_array [0] = 0 | |
19367 | ||
19368 | ; | |
19369 | return 0; | |
19370 | } | |
19371 | _ACEOF | |
19372 | rm -f conftest.$ac_objext | |
19373 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
19374 | (eval $ac_compile) 2>conftest.er1 | |
19375 | ac_status=$? | |
19376 | grep -v '^ *+' conftest.er1 >conftest.err | |
19377 | rm -f conftest.er1 | |
19378 | cat conftest.err >&5 | |
19379 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19380 | (exit $ac_status); } && | |
07158944 | 19381 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
238ecede MW |
19382 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19383 | (eval $ac_try) 2>&5 | |
19384 | ac_status=$? | |
19385 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19386 | (exit $ac_status); }; } && | |
19387 | { ac_try='test -s conftest.$ac_objext' | |
19388 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19389 | (eval $ac_try) 2>&5 | |
19390 | ac_status=$? | |
19391 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19392 | (exit $ac_status); }; }; then | |
19393 | ac_lo=$ac_mid; break | |
19394 | else | |
19395 | echo "$as_me: failed program was:" >&5 | |
19396 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19397 | ||
19398 | ac_hi=`expr '(' $ac_mid ')' - 1` | |
19399 | if test $ac_mid -le $ac_hi; then | |
19400 | ac_lo= ac_hi= | |
19401 | break | |
19402 | fi | |
19403 | ac_mid=`expr 2 '*' $ac_mid` | |
19404 | fi | |
19405 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
19406 | done | |
19407 | else | |
19408 | echo "$as_me: failed program was:" >&5 | |
19409 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19410 | ||
19411 | ac_lo= ac_hi= | |
19412 | fi | |
19413 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
19414 | fi | |
19415 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
19416 | # Binary search between lo and hi bounds. | |
19417 | while test "x$ac_lo" != "x$ac_hi"; do | |
19418 | ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` | |
19419 | cat >conftest.$ac_ext <<_ACEOF | |
19420 | /* confdefs.h. */ | |
19421 | _ACEOF | |
19422 | cat confdefs.h >>conftest.$ac_ext | |
19423 | cat >>conftest.$ac_ext <<_ACEOF | |
19424 | /* end confdefs.h. */ | |
19425 | ||
19426 | /* DJGPP only has fake wchar_t: */ | |
19427 | #ifdef __DJGPP__ | |
19428 | # error "fake wchar_t" | |
19429 | #endif | |
19430 | #ifdef HAVE_WCHAR_H | |
19431 | # ifdef __CYGWIN__ | |
19432 | # include <stddef.h> | |
19433 | # endif | |
19434 | # include <wchar.h> | |
19435 | #endif | |
19436 | #ifdef HAVE_STDLIB_H | |
19437 | # include <stdlib.h> | |
19438 | #endif | |
19439 | #include <stdio.h> | |
a848cd7e | 19440 | |
a848cd7e | 19441 | |
a848cd7e | 19442 | |
238ecede MW |
19443 | int |
19444 | main () | |
19445 | { | |
19446 | static int test_array [1 - 2 * !(((long) (sizeof (wchar_t))) <= $ac_mid)]; | |
19447 | test_array [0] = 0 | |
a848cd7e | 19448 | |
238ecede MW |
19449 | ; |
19450 | return 0; | |
19451 | } | |
19452 | _ACEOF | |
19453 | rm -f conftest.$ac_objext | |
19454 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
19455 | (eval $ac_compile) 2>conftest.er1 | |
19456 | ac_status=$? | |
19457 | grep -v '^ *+' conftest.er1 >conftest.err | |
19458 | rm -f conftest.er1 | |
19459 | cat conftest.err >&5 | |
19460 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19461 | (exit $ac_status); } && | |
07158944 | 19462 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
238ecede MW |
19463 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19464 | (eval $ac_try) 2>&5 | |
19465 | ac_status=$? | |
19466 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19467 | (exit $ac_status); }; } && | |
19468 | { ac_try='test -s conftest.$ac_objext' | |
19469 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19470 | (eval $ac_try) 2>&5 | |
19471 | ac_status=$? | |
19472 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19473 | (exit $ac_status); }; }; then | |
19474 | ac_hi=$ac_mid | |
19475 | else | |
19476 | echo "$as_me: failed program was:" >&5 | |
19477 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19478 | ||
19479 | ac_lo=`expr '(' $ac_mid ')' + 1` | |
19480 | fi | |
19481 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
19482 | done | |
19483 | case $ac_lo in | |
19484 | ?*) ac_cv_sizeof_wchar_t=$ac_lo;; | |
19485 | '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77 | |
19486 | See \`config.log' for more details." >&5 | |
19487 | echo "$as_me: error: cannot compute sizeof (wchar_t), 77 | |
19488 | See \`config.log' for more details." >&2;} | |
19489 | { (exit 1); exit 1; }; } ;; | |
19490 | esac | |
19491 | else | |
19492 | if test "$cross_compiling" = yes; then | |
07158944 VZ |
19493 | { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5 |
19494 | echo "$as_me: error: internal error: not reached in cross-compile" >&2;} | |
238ecede | 19495 | { (exit 1); exit 1; }; } |
a848cd7e SC |
19496 | else |
19497 | cat >conftest.$ac_ext <<_ACEOF | |
19498 | /* confdefs.h. */ | |
19499 | _ACEOF | |
19500 | cat confdefs.h >>conftest.$ac_ext | |
19501 | cat >>conftest.$ac_ext <<_ACEOF | |
19502 | /* end confdefs.h. */ | |
19503 | ||
238ecede MW |
19504 | /* DJGPP only has fake wchar_t: */ |
19505 | #ifdef __DJGPP__ | |
19506 | # error "fake wchar_t" | |
19507 | #endif | |
19508 | #ifdef HAVE_WCHAR_H | |
19509 | # ifdef __CYGWIN__ | |
19510 | # include <stddef.h> | |
19511 | # endif | |
19512 | # include <wchar.h> | |
19513 | #endif | |
19514 | #ifdef HAVE_STDLIB_H | |
19515 | # include <stdlib.h> | |
19516 | #endif | |
19517 | #include <stdio.h> | |
19518 | ||
19519 | ||
19520 | ||
19521 | long longval () { return (long) (sizeof (wchar_t)); } | |
19522 | unsigned long ulongval () { return (long) (sizeof (wchar_t)); } | |
19523 | #include <stdio.h> | |
19524 | #include <stdlib.h> | |
19525 | int | |
19526 | main () | |
19527 | { | |
a848cd7e | 19528 | |
238ecede MW |
19529 | FILE *f = fopen ("conftest.val", "w"); |
19530 | if (! f) | |
19531 | exit (1); | |
19532 | if (((long) (sizeof (wchar_t))) < 0) | |
19533 | { | |
19534 | long i = longval (); | |
19535 | if (i != ((long) (sizeof (wchar_t)))) | |
19536 | exit (1); | |
19537 | fprintf (f, "%ld\n", i); | |
19538 | } | |
19539 | else | |
19540 | { | |
19541 | unsigned long i = ulongval (); | |
19542 | if (i != ((long) (sizeof (wchar_t)))) | |
19543 | exit (1); | |
19544 | fprintf (f, "%lu\n", i); | |
19545 | } | |
19546 | exit (ferror (f) || fclose (f) != 0); | |
19547 | ||
19548 | ; | |
19549 | return 0; | |
19550 | } | |
a848cd7e SC |
19551 | _ACEOF |
19552 | rm -f conftest$ac_exeext | |
19553 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
19554 | (eval $ac_link) 2>&5 | |
19555 | ac_status=$? | |
19556 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19557 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
19558 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19559 | (eval $ac_try) 2>&5 | |
19560 | ac_status=$? | |
19561 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19562 | (exit $ac_status); }; }; then | |
238ecede | 19563 | ac_cv_sizeof_wchar_t=`cat conftest.val` |
a848cd7e SC |
19564 | else |
19565 | echo "$as_me: program exited with status $ac_status" >&5 | |
19566 | echo "$as_me: failed program was:" >&5 | |
19567 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19568 | ||
19569 | ( exit $ac_status ) | |
238ecede MW |
19570 | { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t), 77 |
19571 | See \`config.log' for more details." >&5 | |
19572 | echo "$as_me: error: cannot compute sizeof (wchar_t), 77 | |
19573 | See \`config.log' for more details." >&2;} | |
19574 | { (exit 1); exit 1; }; } | |
a848cd7e | 19575 | fi |
ac1cb8d3 | 19576 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 19577 | fi |
a848cd7e | 19578 | fi |
238ecede MW |
19579 | rm -f conftest.val |
19580 | else | |
19581 | ac_cv_sizeof_wchar_t=0 | |
19582 | fi | |
19583 | fi | |
19584 | echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5 | |
19585 | echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6 | |
a848cd7e | 19586 | cat >>confdefs.h <<_ACEOF |
238ecede | 19587 | #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t |
a848cd7e SC |
19588 | _ACEOF |
19589 | ||
19590 | ||
238ecede | 19591 | |
ba3d13e1 VZ |
19592 | echo "$as_me:$LINENO: checking for va_copy" >&5 |
19593 | echo $ECHO_N "checking for va_copy... $ECHO_C" >&6 | |
19594 | if test "${wx_cv_func_va_copy+set}" = set; then | |
19595 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
19596 | else | |
19597 | ||
19598 | cat >conftest.$ac_ext <<_ACEOF | |
19599 | ||
19600 | #include <stdarg.h> | |
19601 | void foo(char *f, ...) | |
19602 | { | |
19603 | va_list ap1, ap2; | |
19604 | va_start(ap1, f); | |
19605 | va_copy(ap2, ap1); | |
19606 | va_end(ap2); | |
19607 | va_end(ap1); | |
19608 | } | |
5886b072 VZ |
19609 | int main() |
19610 | { | |
b902e639 VZ |
19611 | foo("hi", 17); |
19612 | return 0; | |
5886b072 | 19613 | } |
ba3d13e1 VZ |
19614 | _ACEOF |
19615 | rm -f conftest.$ac_objext conftest$ac_exeext | |
19616 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
19617 | (eval $ac_link) 2>conftest.er1 | |
19618 | ac_status=$? | |
19619 | grep -v '^ *+' conftest.er1 >conftest.err | |
19620 | rm -f conftest.er1 | |
19621 | cat conftest.err >&5 | |
19622 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19623 | (exit $ac_status); } && | |
07158944 | 19624 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ba3d13e1 VZ |
19625 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19626 | (eval $ac_try) 2>&5 | |
19627 | ac_status=$? | |
19628 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19629 | (exit $ac_status); }; } && | |
19630 | { ac_try='test -s conftest$ac_exeext' | |
19631 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19632 | (eval $ac_try) 2>&5 | |
19633 | ac_status=$? | |
19634 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19635 | (exit $ac_status); }; }; then | |
19636 | wx_cv_func_va_copy=yes | |
19637 | else | |
19638 | echo "$as_me: failed program was:" >&5 | |
19639 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19640 | ||
19641 | wx_cv_func_va_copy=no | |
19642 | ||
19643 | fi | |
19644 | rm -f conftest.err conftest.$ac_objext \ | |
19645 | conftest$ac_exeext conftest.$ac_ext | |
19646 | ||
19647 | ||
19648 | fi | |
19649 | echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5 | |
19650 | echo "${ECHO_T}$wx_cv_func_va_copy" >&6 | |
19651 | ||
19652 | if test $wx_cv_func_va_copy = "yes"; then | |
19653 | cat >>confdefs.h <<\_ACEOF | |
19654 | #define HAVE_VA_COPY 1 | |
19655 | _ACEOF | |
19656 | ||
19657 | else | |
19658 | echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5 | |
19659 | echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6 | |
19660 | if test "${wx_cv_type_va_list_lvalue+set}" = set; then | |
19661 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
19662 | else | |
19663 | ||
19664 | if test "$cross_compiling" = yes; then | |
19665 | wx_cv_type_va_list_lvalue=yes | |
19666 | ||
19667 | else | |
19668 | cat >conftest.$ac_ext <<_ACEOF | |
19669 | ||
19670 | #include <stdarg.h> | |
19671 | int foo(char *f, ...) | |
19672 | { | |
19673 | va_list ap1, ap2; | |
19674 | va_start(ap1, f); | |
19675 | ap2 = ap1; | |
19676 | if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 ) | |
19677 | return 1; | |
19678 | va_end(ap2); | |
19679 | va_end(ap1); | |
19680 | return 0; | |
19681 | } | |
19682 | int main() | |
19683 | { | |
19684 | return foo("hi", 17); | |
19685 | } | |
19686 | _ACEOF | |
19687 | rm -f conftest$ac_exeext | |
19688 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
19689 | (eval $ac_link) 2>&5 | |
19690 | ac_status=$? | |
19691 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19692 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
19693 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19694 | (eval $ac_try) 2>&5 | |
19695 | ac_status=$? | |
19696 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19697 | (exit $ac_status); }; }; then | |
19698 | wx_cv_type_va_list_lvalue=yes | |
19699 | else | |
19700 | echo "$as_me: program exited with status $ac_status" >&5 | |
19701 | echo "$as_me: failed program was:" >&5 | |
19702 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19703 | ||
19704 | ( exit $ac_status ) | |
19705 | wx_cv_type_va_list_lvalue=no | |
19706 | fi | |
19707 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | |
19708 | fi | |
19709 | ||
19710 | ||
19711 | fi | |
19712 | echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5 | |
19713 | echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6 | |
19714 | ||
19715 | if test $wx_cv_type_va_list_lvalue != "yes"; then | |
19716 | cat >>confdefs.h <<\_ACEOF | |
19717 | #define VA_LIST_IS_ARRAY 1 | |
19718 | _ACEOF | |
19719 | ||
19720 | fi | |
19721 | fi | |
19722 | ||
a848cd7e SC |
19723 | # Check whether --enable-largefile or --disable-largefile was given. |
19724 | if test "${enable_largefile+set}" = set; then | |
19725 | enableval="$enable_largefile" | |
19726 | ||
19727 | fi; | |
19728 | if test "$enable_largefile" != no; then | |
19729 | wx_largefile=no | |
19730 | ||
19731 | echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5 | |
19732 | echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 | |
19733 | if test "${ac_cv_sys_file_offset_bits+set}" = set; then | |
19734 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
19735 | else | |
19736 | ||
19737 | cat >conftest.$ac_ext <<_ACEOF | |
19738 | /* confdefs.h. */ | |
19739 | _ACEOF | |
19740 | cat confdefs.h >>conftest.$ac_ext | |
19741 | cat >>conftest.$ac_ext <<_ACEOF | |
19742 | /* end confdefs.h. */ | |
19743 | #define _FILE_OFFSET_BITS 64 | |
19744 | #include <sys/types.h> | |
19745 | int | |
19746 | main () | |
19747 | { | |
19748 | typedef struct { | |
19749 | unsigned int field: sizeof(off_t) == 8; | |
19750 | } wxlf; | |
19751 | ||
19752 | ; | |
19753 | return 0; | |
19754 | } | |
19755 | _ACEOF | |
19756 | rm -f conftest.$ac_objext | |
19757 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 19758 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 19759 | ac_status=$? |
ac1cb8d3 VS |
19760 | grep -v '^ *+' conftest.er1 >conftest.err |
19761 | rm -f conftest.er1 | |
19762 | cat conftest.err >&5 | |
a848cd7e SC |
19763 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19764 | (exit $ac_status); } && | |
07158944 | 19765 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
19766 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19767 | (eval $ac_try) 2>&5 | |
19768 | ac_status=$? | |
19769 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19770 | (exit $ac_status); }; } && | |
19771 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
19772 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19773 | (eval $ac_try) 2>&5 | |
19774 | ac_status=$? | |
19775 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19776 | (exit $ac_status); }; }; then | |
19777 | ac_cv_sys_file_offset_bits=64 | |
19778 | else | |
19779 | echo "$as_me: failed program was:" >&5 | |
19780 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19781 | ||
19782 | ac_cv_sys_file_offset_bits=no | |
19783 | fi | |
ac1cb8d3 | 19784 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
19785 | |
19786 | ||
19787 | fi | |
19788 | echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5 | |
19789 | echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 | |
19790 | ||
19791 | if test "$ac_cv_sys_file_offset_bits" != no; then | |
19792 | wx_largefile=yes | |
19793 | cat >>confdefs.h <<_ACEOF | |
19794 | #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits | |
19795 | _ACEOF | |
19796 | ||
19797 | fi | |
19798 | ||
19799 | if test "x$wx_largefile" != "xyes"; then | |
19800 | ||
19801 | echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5 | |
19802 | echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 | |
19803 | if test "${ac_cv_sys_large_files+set}" = set; then | |
19804 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
19805 | else | |
19806 | ||
19807 | cat >conftest.$ac_ext <<_ACEOF | |
19808 | /* confdefs.h. */ | |
19809 | _ACEOF | |
19810 | cat confdefs.h >>conftest.$ac_ext | |
19811 | cat >>conftest.$ac_ext <<_ACEOF | |
19812 | /* end confdefs.h. */ | |
19813 | #define _LARGE_FILES 1 | |
19814 | #include <sys/types.h> | |
19815 | int | |
19816 | main () | |
19817 | { | |
19818 | typedef struct { | |
19819 | unsigned int field: sizeof(off_t) == 8; | |
19820 | } wxlf; | |
19821 | ||
19822 | ; | |
19823 | return 0; | |
19824 | } | |
19825 | _ACEOF | |
19826 | rm -f conftest.$ac_objext | |
19827 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 19828 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 19829 | ac_status=$? |
ac1cb8d3 VS |
19830 | grep -v '^ *+' conftest.er1 >conftest.err |
19831 | rm -f conftest.er1 | |
19832 | cat conftest.err >&5 | |
a848cd7e SC |
19833 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
19834 | (exit $ac_status); } && | |
07158944 | 19835 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
19836 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19837 | (eval $ac_try) 2>&5 | |
19838 | ac_status=$? | |
19839 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19840 | (exit $ac_status); }; } && | |
19841 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
19842 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19843 | (eval $ac_try) 2>&5 | |
19844 | ac_status=$? | |
19845 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19846 | (exit $ac_status); }; }; then | |
19847 | ac_cv_sys_large_files=1 | |
19848 | else | |
19849 | echo "$as_me: failed program was:" >&5 | |
19850 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19851 | ||
19852 | ac_cv_sys_large_files=no | |
19853 | fi | |
ac1cb8d3 | 19854 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
19855 | |
19856 | ||
19857 | fi | |
19858 | echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5 | |
19859 | echo "${ECHO_T}$ac_cv_sys_large_files" >&6 | |
19860 | ||
19861 | if test "$ac_cv_sys_large_files" != no; then | |
19862 | wx_largefile=yes | |
19863 | cat >>confdefs.h <<_ACEOF | |
19864 | #define _LARGE_FILES $ac_cv_sys_large_files | |
19865 | _ACEOF | |
19866 | ||
19867 | fi | |
19868 | ||
19869 | fi | |
19870 | ||
19871 | echo "$as_me:$LINENO: checking if large file support is available" >&5 | |
19872 | echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6 | |
19873 | if test "x$wx_largefile" = "xyes"; then | |
19874 | cat >>confdefs.h <<\_ACEOF | |
19875 | #define HAVE_LARGEFILE_SUPPORT 1 | |
19876 | _ACEOF | |
19877 | ||
19878 | fi | |
19879 | echo "$as_me:$LINENO: result: $wx_largefile" >&5 | |
19880 | echo "${ECHO_T}$wx_largefile" >&6 | |
19881 | fi | |
19882 | ||
5b674b9d DE |
19883 | |
19884 | if test "x$wx_largefile" = "xyes"; then | |
19885 | if test "x$ac_cv_sys_file_offset_bits" = "x64"; then | |
19886 | WX_LARGEFILE_FLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES" | |
19887 | else | |
19888 | WX_LARGEFILE_FLAGS="-D_LARGE_FILES" | |
19889 | fi | |
19890 | echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5 | |
5294a27e VZ |
19891 | echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 |
19892 | if test "${ac_cv_sys_largefile_source+set}" = set; then | |
19893 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
19894 | else | |
19895 | while :; do | |
19896 | ac_cv_sys_largefile_source=no | |
19897 | cat >conftest.$ac_ext <<_ACEOF | |
19898 | /* confdefs.h. */ | |
19899 | _ACEOF | |
19900 | cat confdefs.h >>conftest.$ac_ext | |
19901 | cat >>conftest.$ac_ext <<_ACEOF | |
19902 | /* end confdefs.h. */ | |
19903 | #include <stdio.h> | |
19904 | int | |
19905 | main () | |
19906 | { | |
19907 | return !fseeko; | |
19908 | ; | |
19909 | return 0; | |
19910 | } | |
19911 | _ACEOF | |
19912 | rm -f conftest.$ac_objext | |
19913 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
19914 | (eval $ac_compile) 2>conftest.er1 | |
19915 | ac_status=$? | |
19916 | grep -v '^ *+' conftest.er1 >conftest.err | |
19917 | rm -f conftest.er1 | |
19918 | cat conftest.err >&5 | |
19919 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19920 | (exit $ac_status); } && | |
07158944 | 19921 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
5294a27e VZ |
19922 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19923 | (eval $ac_try) 2>&5 | |
19924 | ac_status=$? | |
19925 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19926 | (exit $ac_status); }; } && | |
19927 | { ac_try='test -s conftest.$ac_objext' | |
19928 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19929 | (eval $ac_try) 2>&5 | |
19930 | ac_status=$? | |
19931 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19932 | (exit $ac_status); }; }; then | |
19933 | break | |
19934 | else | |
19935 | echo "$as_me: failed program was:" >&5 | |
19936 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19937 | ||
19938 | fi | |
19939 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
19940 | cat >conftest.$ac_ext <<_ACEOF | |
19941 | /* confdefs.h. */ | |
19942 | _ACEOF | |
19943 | cat confdefs.h >>conftest.$ac_ext | |
19944 | cat >>conftest.$ac_ext <<_ACEOF | |
19945 | /* end confdefs.h. */ | |
19946 | #define _LARGEFILE_SOURCE 1 | |
19947 | #include <stdio.h> | |
19948 | int | |
19949 | main () | |
19950 | { | |
19951 | return !fseeko; | |
19952 | ; | |
19953 | return 0; | |
19954 | } | |
19955 | _ACEOF | |
19956 | rm -f conftest.$ac_objext | |
19957 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
19958 | (eval $ac_compile) 2>conftest.er1 | |
19959 | ac_status=$? | |
19960 | grep -v '^ *+' conftest.er1 >conftest.err | |
19961 | rm -f conftest.er1 | |
19962 | cat conftest.err >&5 | |
19963 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19964 | (exit $ac_status); } && | |
07158944 | 19965 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
5294a27e VZ |
19966 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
19967 | (eval $ac_try) 2>&5 | |
19968 | ac_status=$? | |
19969 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19970 | (exit $ac_status); }; } && | |
19971 | { ac_try='test -s conftest.$ac_objext' | |
19972 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
19973 | (eval $ac_try) 2>&5 | |
19974 | ac_status=$? | |
19975 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
19976 | (exit $ac_status); }; }; then | |
19977 | ac_cv_sys_largefile_source=1; break | |
19978 | else | |
19979 | echo "$as_me: failed program was:" >&5 | |
19980 | sed 's/^/| /' conftest.$ac_ext >&5 | |
19981 | ||
19982 | fi | |
19983 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
19984 | break | |
19985 | done | |
19986 | fi | |
19987 | echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5 | |
19988 | echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 | |
19989 | if test "$ac_cv_sys_largefile_source" != no; then | |
19990 | ||
19991 | cat >>confdefs.h <<_ACEOF | |
19992 | #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source | |
19993 | _ACEOF | |
19994 | ||
19995 | fi | |
19996 | rm -f conftest* | |
19997 | ||
19998 | # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug | |
19999 | # in glibc 2.1.3, but that breaks too many other things. | |
20000 | # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. | |
20001 | echo "$as_me:$LINENO: checking for fseeko" >&5 | |
20002 | echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 | |
20003 | if test "${ac_cv_func_fseeko+set}" = set; then | |
20004 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20005 | else | |
20006 | cat >conftest.$ac_ext <<_ACEOF | |
20007 | /* confdefs.h. */ | |
20008 | _ACEOF | |
20009 | cat confdefs.h >>conftest.$ac_ext | |
20010 | cat >>conftest.$ac_ext <<_ACEOF | |
20011 | /* end confdefs.h. */ | |
20012 | #include <stdio.h> | |
20013 | int | |
20014 | main () | |
20015 | { | |
20016 | return fseeko && fseeko (stdin, 0, 0); | |
20017 | ; | |
20018 | return 0; | |
20019 | } | |
20020 | _ACEOF | |
20021 | rm -f conftest.$ac_objext conftest$ac_exeext | |
20022 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
20023 | (eval $ac_link) 2>conftest.er1 | |
20024 | ac_status=$? | |
20025 | grep -v '^ *+' conftest.er1 >conftest.err | |
20026 | rm -f conftest.er1 | |
20027 | cat conftest.err >&5 | |
20028 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20029 | (exit $ac_status); } && | |
07158944 | 20030 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
5294a27e VZ |
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_exeext' | |
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_func_fseeko=yes | |
20043 | else | |
20044 | echo "$as_me: failed program was:" >&5 | |
20045 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20046 | ||
20047 | ac_cv_func_fseeko=no | |
20048 | fi | |
20049 | rm -f conftest.err conftest.$ac_objext \ | |
20050 | conftest$ac_exeext conftest.$ac_ext | |
20051 | fi | |
20052 | echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5 | |
20053 | echo "${ECHO_T}$ac_cv_func_fseeko" >&6 | |
20054 | if test $ac_cv_func_fseeko = yes; then | |
20055 | ||
20056 | cat >>confdefs.h <<\_ACEOF | |
20057 | #define HAVE_FSEEKO 1 | |
20058 | _ACEOF | |
20059 | ||
20060 | fi | |
20061 | ||
5b674b9d DE |
20062 | if test "$ac_cv_sys_largefile_source" != no; then |
20063 | WX_LARGEFILE_FLAGS="$WX_LARGEFILE_FLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source" | |
a848cd7e SC |
20064 | fi |
20065 | CPPFLAGS="$CPPFLAGS $WX_LARGEFILE_FLAGS" | |
20066 | fi | |
20067 | ||
20068 | echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 | |
20069 | echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6 | |
20070 | if test "${ac_cv_c_bigendian+set}" = set; then | |
20071 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20072 | else | |
20073 | ac_cv_c_bigendian=unknown | |
20074 | # See if sys/param.h defines the BYTE_ORDER macro. | |
20075 | cat >conftest.$ac_ext <<_ACEOF | |
20076 | /* confdefs.h. */ | |
20077 | _ACEOF | |
20078 | cat confdefs.h >>conftest.$ac_ext | |
20079 | cat >>conftest.$ac_ext <<_ACEOF | |
20080 | /* end confdefs.h. */ | |
20081 | #include <sys/types.h> | |
20082 | #include <sys/param.h> | |
20083 | int | |
20084 | main () | |
20085 | { | |
20086 | ||
20087 | #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN | |
20088 | bogus endian macros | |
20089 | #endif | |
20090 | ; | |
20091 | return 0; | |
20092 | } | |
20093 | _ACEOF | |
20094 | rm -f conftest.$ac_objext | |
20095 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 20096 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 20097 | ac_status=$? |
ac1cb8d3 VS |
20098 | grep -v '^ *+' conftest.er1 >conftest.err |
20099 | rm -f conftest.er1 | |
20100 | cat conftest.err >&5 | |
a848cd7e SC |
20101 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20102 | (exit $ac_status); } && | |
07158944 | 20103 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
20104 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20105 | (eval $ac_try) 2>&5 | |
20106 | ac_status=$? | |
20107 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20108 | (exit $ac_status); }; } && | |
20109 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
20110 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20111 | (eval $ac_try) 2>&5 | |
20112 | ac_status=$? | |
20113 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20114 | (exit $ac_status); }; }; then | |
20115 | # It does; now see whether it defined to BIG_ENDIAN or not. | |
20116 | cat >conftest.$ac_ext <<_ACEOF | |
20117 | /* confdefs.h. */ | |
20118 | _ACEOF | |
20119 | cat confdefs.h >>conftest.$ac_ext | |
20120 | cat >>conftest.$ac_ext <<_ACEOF | |
20121 | /* end confdefs.h. */ | |
20122 | #include <sys/types.h> | |
20123 | #include <sys/param.h> | |
20124 | int | |
20125 | main () | |
20126 | { | |
20127 | ||
20128 | #if BYTE_ORDER != BIG_ENDIAN | |
20129 | not big endian | |
20130 | #endif | |
20131 | ; | |
20132 | return 0; | |
20133 | } | |
20134 | _ACEOF | |
20135 | rm -f conftest.$ac_objext | |
20136 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 20137 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 20138 | ac_status=$? |
ac1cb8d3 VS |
20139 | grep -v '^ *+' conftest.er1 >conftest.err |
20140 | rm -f conftest.er1 | |
20141 | cat conftest.err >&5 | |
a848cd7e SC |
20142 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20143 | (exit $ac_status); } && | |
07158944 | 20144 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
20145 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20146 | (eval $ac_try) 2>&5 | |
20147 | ac_status=$? | |
20148 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20149 | (exit $ac_status); }; } && | |
20150 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
20151 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20152 | (eval $ac_try) 2>&5 | |
20153 | ac_status=$? | |
20154 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20155 | (exit $ac_status); }; }; then | |
20156 | ac_cv_c_bigendian=yes | |
20157 | else | |
20158 | echo "$as_me: failed program was:" >&5 | |
20159 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20160 | ||
20161 | ac_cv_c_bigendian=no | |
20162 | fi | |
ac1cb8d3 | 20163 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
20164 | else |
20165 | echo "$as_me: failed program was:" >&5 | |
20166 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20167 | ||
20168 | fi | |
ac1cb8d3 | 20169 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
20170 | if test $ac_cv_c_bigendian = unknown; then |
20171 | if test "$cross_compiling" = yes; then | |
20172 | ac_cv_c_bigendian=unknown | |
20173 | else | |
20174 | cat >conftest.$ac_ext <<_ACEOF | |
20175 | /* confdefs.h. */ | |
20176 | _ACEOF | |
20177 | cat confdefs.h >>conftest.$ac_ext | |
20178 | cat >>conftest.$ac_ext <<_ACEOF | |
20179 | /* end confdefs.h. */ | |
20180 | main () { | |
20181 | /* Are we little or big endian? From Harbison&Steele. */ | |
20182 | union | |
20183 | { | |
20184 | long l; | |
20185 | char c[sizeof (long)]; | |
20186 | } u; | |
20187 | u.l = 1; | |
20188 | exit (u.c[sizeof (long) - 1] == 1); | |
20189 | } | |
20190 | _ACEOF | |
20191 | rm -f conftest$ac_exeext | |
20192 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
20193 | (eval $ac_link) 2>&5 | |
20194 | ac_status=$? | |
20195 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20196 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
20197 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
20198 | (eval $ac_try) 2>&5 | |
20199 | ac_status=$? | |
20200 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20201 | (exit $ac_status); }; }; then | |
20202 | ac_cv_c_bigendian=no | |
20203 | else | |
20204 | echo "$as_me: program exited with status $ac_status" >&5 | |
20205 | echo "$as_me: failed program was:" >&5 | |
20206 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20207 | ||
20208 | ( exit $ac_status ) | |
20209 | ac_cv_c_bigendian=yes | |
20210 | fi | |
ac1cb8d3 | 20211 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
20212 | fi |
20213 | fi | |
20214 | fi | |
20215 | echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 | |
20216 | echo "${ECHO_T}$ac_cv_c_bigendian" >&6 | |
20217 | if test $ac_cv_c_bigendian = unknown; then | |
20218 | { 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 | |
20219 | 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;} | |
20220 | fi | |
20221 | if test $ac_cv_c_bigendian = yes; then | |
20222 | cat >>confdefs.h <<\_ACEOF | |
20223 | #define WORDS_BIGENDIAN 1 | |
20224 | _ACEOF | |
20225 | ||
20226 | fi | |
20227 | ||
20228 | ||
20229 | ac_ext=cc | |
20230 | ac_cpp='$CXXCPP $CPPFLAGS' | |
20231 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
20232 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
20233 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
20234 | echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 | |
20235 | echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 | |
20236 | if test -z "$CXXCPP"; then | |
20237 | if test "${ac_cv_prog_CXXCPP+set}" = set; then | |
20238 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20239 | else | |
20240 | # Double quotes because CXXCPP needs to be expanded | |
20241 | for CXXCPP in "$CXX -E" "/lib/cpp" | |
20242 | do | |
20243 | ac_preproc_ok=false | |
20244 | for ac_cxx_preproc_warn_flag in '' yes | |
20245 | do | |
20246 | # Use a header file that comes with gcc, so configuring glibc | |
20247 | # with a fresh cross-compiler works. | |
20248 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
20249 | # <limits.h> exists even on freestanding compilers. | |
20250 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
20251 | # not just through cpp. "Syntax error" is here to catch this case. | |
20252 | cat >conftest.$ac_ext <<_ACEOF | |
20253 | /* confdefs.h. */ | |
20254 | _ACEOF | |
20255 | cat confdefs.h >>conftest.$ac_ext | |
20256 | cat >>conftest.$ac_ext <<_ACEOF | |
20257 | /* end confdefs.h. */ | |
20258 | #ifdef __STDC__ | |
20259 | # include <limits.h> | |
20260 | #else | |
20261 | # include <assert.h> | |
20262 | #endif | |
ac1cb8d3 | 20263 | Syntax error |
a848cd7e SC |
20264 | _ACEOF |
20265 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
20266 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
20267 | ac_status=$? | |
20268 | grep -v '^ *+' conftest.er1 >conftest.err | |
20269 | rm -f conftest.er1 | |
20270 | cat conftest.err >&5 | |
20271 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20272 | (exit $ac_status); } >/dev/null; then | |
20273 | if test -s conftest.err; then | |
20274 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
ac1cb8d3 | 20275 | ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag |
a848cd7e SC |
20276 | else |
20277 | ac_cpp_err= | |
20278 | fi | |
20279 | else | |
20280 | ac_cpp_err=yes | |
20281 | fi | |
20282 | if test -z "$ac_cpp_err"; then | |
20283 | : | |
20284 | else | |
20285 | echo "$as_me: failed program was:" >&5 | |
20286 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20287 | ||
20288 | # Broken: fails on valid input. | |
20289 | continue | |
20290 | fi | |
20291 | rm -f conftest.err conftest.$ac_ext | |
20292 | ||
20293 | # OK, works on sane cases. Now check whether non-existent headers | |
20294 | # can be detected and how. | |
20295 | cat >conftest.$ac_ext <<_ACEOF | |
20296 | /* confdefs.h. */ | |
20297 | _ACEOF | |
20298 | cat confdefs.h >>conftest.$ac_ext | |
20299 | cat >>conftest.$ac_ext <<_ACEOF | |
20300 | /* end confdefs.h. */ | |
20301 | #include <ac_nonexistent.h> | |
20302 | _ACEOF | |
20303 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
20304 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
20305 | ac_status=$? | |
20306 | grep -v '^ *+' conftest.er1 >conftest.err | |
20307 | rm -f conftest.er1 | |
20308 | cat conftest.err >&5 | |
20309 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20310 | (exit $ac_status); } >/dev/null; then | |
20311 | if test -s conftest.err; then | |
20312 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
ac1cb8d3 | 20313 | ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag |
a848cd7e SC |
20314 | else |
20315 | ac_cpp_err= | |
20316 | fi | |
20317 | else | |
20318 | ac_cpp_err=yes | |
20319 | fi | |
20320 | if test -z "$ac_cpp_err"; then | |
20321 | # Broken: success on invalid input. | |
20322 | continue | |
20323 | else | |
20324 | echo "$as_me: failed program was:" >&5 | |
20325 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20326 | ||
20327 | # Passes both tests. | |
20328 | ac_preproc_ok=: | |
20329 | break | |
20330 | fi | |
20331 | rm -f conftest.err conftest.$ac_ext | |
20332 | ||
20333 | done | |
20334 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
20335 | rm -f conftest.err conftest.$ac_ext | |
20336 | if $ac_preproc_ok; then | |
20337 | break | |
20338 | fi | |
20339 | ||
20340 | done | |
20341 | ac_cv_prog_CXXCPP=$CXXCPP | |
20342 | ||
20343 | fi | |
20344 | CXXCPP=$ac_cv_prog_CXXCPP | |
20345 | else | |
20346 | ac_cv_prog_CXXCPP=$CXXCPP | |
20347 | fi | |
20348 | echo "$as_me:$LINENO: result: $CXXCPP" >&5 | |
20349 | echo "${ECHO_T}$CXXCPP" >&6 | |
20350 | ac_preproc_ok=false | |
20351 | for ac_cxx_preproc_warn_flag in '' yes | |
20352 | do | |
20353 | # Use a header file that comes with gcc, so configuring glibc | |
20354 | # with a fresh cross-compiler works. | |
20355 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
20356 | # <limits.h> exists even on freestanding compilers. | |
20357 | # On the NeXT, cc -E runs the code through the compiler's parser, | |
20358 | # not just through cpp. "Syntax error" is here to catch this case. | |
20359 | cat >conftest.$ac_ext <<_ACEOF | |
20360 | /* confdefs.h. */ | |
20361 | _ACEOF | |
20362 | cat confdefs.h >>conftest.$ac_ext | |
20363 | cat >>conftest.$ac_ext <<_ACEOF | |
20364 | /* end confdefs.h. */ | |
20365 | #ifdef __STDC__ | |
20366 | # include <limits.h> | |
20367 | #else | |
20368 | # include <assert.h> | |
20369 | #endif | |
ac1cb8d3 | 20370 | Syntax error |
a848cd7e SC |
20371 | _ACEOF |
20372 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
20373 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
20374 | ac_status=$? | |
20375 | grep -v '^ *+' conftest.er1 >conftest.err | |
20376 | rm -f conftest.er1 | |
20377 | cat conftest.err >&5 | |
20378 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20379 | (exit $ac_status); } >/dev/null; then | |
20380 | if test -s conftest.err; then | |
20381 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
ac1cb8d3 | 20382 | ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag |
a848cd7e SC |
20383 | else |
20384 | ac_cpp_err= | |
20385 | fi | |
20386 | else | |
20387 | ac_cpp_err=yes | |
20388 | fi | |
20389 | if test -z "$ac_cpp_err"; then | |
20390 | : | |
20391 | else | |
20392 | echo "$as_me: failed program was:" >&5 | |
20393 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20394 | ||
20395 | # Broken: fails on valid input. | |
20396 | continue | |
20397 | fi | |
20398 | rm -f conftest.err conftest.$ac_ext | |
20399 | ||
20400 | # OK, works on sane cases. Now check whether non-existent headers | |
20401 | # can be detected and how. | |
20402 | cat >conftest.$ac_ext <<_ACEOF | |
20403 | /* confdefs.h. */ | |
20404 | _ACEOF | |
20405 | cat confdefs.h >>conftest.$ac_ext | |
20406 | cat >>conftest.$ac_ext <<_ACEOF | |
20407 | /* end confdefs.h. */ | |
20408 | #include <ac_nonexistent.h> | |
20409 | _ACEOF | |
20410 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
20411 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
20412 | ac_status=$? | |
20413 | grep -v '^ *+' conftest.er1 >conftest.err | |
20414 | rm -f conftest.er1 | |
20415 | cat conftest.err >&5 | |
20416 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20417 | (exit $ac_status); } >/dev/null; then | |
20418 | if test -s conftest.err; then | |
20419 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
ac1cb8d3 | 20420 | ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag |
a848cd7e SC |
20421 | else |
20422 | ac_cpp_err= | |
20423 | fi | |
20424 | else | |
20425 | ac_cpp_err=yes | |
20426 | fi | |
20427 | if test -z "$ac_cpp_err"; then | |
20428 | # Broken: success on invalid input. | |
20429 | continue | |
20430 | else | |
20431 | echo "$as_me: failed program was:" >&5 | |
20432 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20433 | ||
20434 | # Passes both tests. | |
20435 | ac_preproc_ok=: | |
20436 | break | |
20437 | fi | |
20438 | rm -f conftest.err conftest.$ac_ext | |
20439 | ||
20440 | done | |
20441 | # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. | |
20442 | rm -f conftest.err conftest.$ac_ext | |
20443 | if $ac_preproc_ok; then | |
20444 | : | |
20445 | else | |
20446 | { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check | |
20447 | See \`config.log' for more details." >&5 | |
20448 | echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check | |
20449 | See \`config.log' for more details." >&2;} | |
20450 | { (exit 1); exit 1; }; } | |
20451 | fi | |
20452 | ||
20453 | ac_ext=cc | |
20454 | ac_cpp='$CXXCPP $CPPFLAGS' | |
20455 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
20456 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
20457 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
20458 | ||
20459 | ||
20460 | ||
20461 | ||
20462 | ||
20463 | ac_ext=cc | |
20464 | ac_cpp='$CXXCPP $CPPFLAGS' | |
20465 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
20466 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
20467 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
20468 | ||
20469 | ||
20470 | ||
20471 | for ac_header in iostream | |
20472 | do | |
20473 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
20474 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
20475 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
20476 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
20477 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
20478 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20479 | fi | |
20480 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
20481 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
20482 | else | |
20483 | # Is the header compilable? | |
20484 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
20485 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
20486 | cat >conftest.$ac_ext <<_ACEOF | |
20487 | /* confdefs.h. */ | |
20488 | _ACEOF | |
20489 | cat confdefs.h >>conftest.$ac_ext | |
20490 | cat >>conftest.$ac_ext <<_ACEOF | |
20491 | /* end confdefs.h. */ | |
20492 | $ac_includes_default | |
20493 | #include <$ac_header> | |
20494 | _ACEOF | |
20495 | rm -f conftest.$ac_objext | |
20496 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 20497 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 20498 | ac_status=$? |
ac1cb8d3 VS |
20499 | grep -v '^ *+' conftest.er1 >conftest.err |
20500 | rm -f conftest.er1 | |
20501 | cat conftest.err >&5 | |
a848cd7e SC |
20502 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20503 | (exit $ac_status); } && | |
07158944 | 20504 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
20505 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20506 | (eval $ac_try) 2>&5 | |
20507 | ac_status=$? | |
20508 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20509 | (exit $ac_status); }; } && | |
20510 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
20511 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20512 | (eval $ac_try) 2>&5 | |
20513 | ac_status=$? | |
20514 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20515 | (exit $ac_status); }; }; then | |
20516 | ac_header_compiler=yes | |
20517 | else | |
20518 | echo "$as_me: failed program was:" >&5 | |
20519 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20520 | ||
20521 | ac_header_compiler=no | |
20522 | fi | |
ac1cb8d3 | 20523 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
20524 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
20525 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
20526 | ||
20527 | # Is the header present? | |
20528 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
20529 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
20530 | cat >conftest.$ac_ext <<_ACEOF | |
20531 | /* confdefs.h. */ | |
20532 | _ACEOF | |
20533 | cat confdefs.h >>conftest.$ac_ext | |
20534 | cat >>conftest.$ac_ext <<_ACEOF | |
20535 | /* end confdefs.h. */ | |
20536 | #include <$ac_header> | |
20537 | _ACEOF | |
20538 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
20539 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
20540 | ac_status=$? | |
20541 | grep -v '^ *+' conftest.er1 >conftest.err | |
20542 | rm -f conftest.er1 | |
20543 | cat conftest.err >&5 | |
20544 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20545 | (exit $ac_status); } >/dev/null; then | |
20546 | if test -s conftest.err; then | |
20547 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
ac1cb8d3 | 20548 | ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag |
a848cd7e SC |
20549 | else |
20550 | ac_cpp_err= | |
20551 | fi | |
20552 | else | |
20553 | ac_cpp_err=yes | |
20554 | fi | |
20555 | if test -z "$ac_cpp_err"; then | |
20556 | ac_header_preproc=yes | |
20557 | else | |
20558 | echo "$as_me: failed program was:" >&5 | |
20559 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20560 | ||
20561 | ac_header_preproc=no | |
20562 | fi | |
20563 | rm -f conftest.err conftest.$ac_ext | |
20564 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
20565 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
20566 | ||
20567 | # So? What about this header? | |
ac1cb8d3 VS |
20568 | case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in |
20569 | yes:no: ) | |
a848cd7e SC |
20570 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
20571 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
20572 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
20573 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
20574 | ac_header_preproc=yes | |
a848cd7e | 20575 | ;; |
ac1cb8d3 | 20576 | no:yes:* ) |
a848cd7e SC |
20577 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
20578 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
20579 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
20580 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
20581 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
20582 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
20583 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
20584 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
20585 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
20586 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
20587 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
20588 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
20589 | ( |
20590 | cat <<\_ASBOX | |
ac1cb8d3 VS |
20591 | ## ----------------------------------------- ## |
20592 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
20593 | ## ----------------------------------------- ## | |
a848cd7e SC |
20594 | _ASBOX |
20595 | ) | | |
20596 | sed "s/^/$as_me: WARNING: /" >&2 | |
20597 | ;; | |
20598 | esac | |
20599 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
20600 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
20601 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
20602 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20603 | else | |
ac1cb8d3 | 20604 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
20605 | fi |
20606 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
20607 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
20608 | ||
20609 | fi | |
20610 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
20611 | cat >>confdefs.h <<_ACEOF | |
20612 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
20613 | _ACEOF | |
20614 | ||
20615 | fi | |
20616 | ||
20617 | done | |
20618 | ||
20619 | ||
20620 | if test "$ac_cv_header_iostream" = "yes" ; then | |
20621 | : | |
20622 | else | |
20623 | cat >>confdefs.h <<\_ACEOF | |
20624 | #define wxUSE_IOSTREAMH 1 | |
20625 | _ACEOF | |
20626 | ||
20627 | fi | |
20628 | ||
20629 | ac_ext=c | |
20630 | ac_cpp='$CPP $CPPFLAGS' | |
20631 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
20632 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
20633 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
20634 | ||
20635 | ||
20636 | ||
20637 | ||
20638 | echo "$as_me:$LINENO: checking if C++ compiler supports bool" >&5 | |
20639 | echo $ECHO_N "checking if C++ compiler supports bool... $ECHO_C" >&6 | |
20640 | if test "${wx_cv_cpp_bool+set}" = set; then | |
20641 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20642 | else | |
20643 | ||
20644 | ||
20645 | ||
20646 | ac_ext=cc | |
20647 | ac_cpp='$CXXCPP $CPPFLAGS' | |
20648 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
20649 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
20650 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
20651 | ||
20652 | ||
20653 | cat >conftest.$ac_ext <<_ACEOF | |
20654 | /* confdefs.h. */ | |
20655 | _ACEOF | |
20656 | cat confdefs.h >>conftest.$ac_ext | |
20657 | cat >>conftest.$ac_ext <<_ACEOF | |
20658 | /* end confdefs.h. */ | |
20659 | ||
20660 | ||
20661 | int | |
20662 | main () | |
20663 | { | |
20664 | ||
20665 | bool b = true; | |
20666 | ||
20667 | return 0; | |
20668 | ||
20669 | ; | |
20670 | return 0; | |
20671 | } | |
20672 | _ACEOF | |
20673 | rm -f conftest.$ac_objext | |
20674 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 20675 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 20676 | ac_status=$? |
ac1cb8d3 VS |
20677 | grep -v '^ *+' conftest.er1 >conftest.err |
20678 | rm -f conftest.er1 | |
20679 | cat conftest.err >&5 | |
a848cd7e SC |
20680 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20681 | (exit $ac_status); } && | |
07158944 | 20682 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
20683 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20684 | (eval $ac_try) 2>&5 | |
20685 | ac_status=$? | |
20686 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20687 | (exit $ac_status); }; } && | |
20688 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
20689 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20690 | (eval $ac_try) 2>&5 | |
20691 | ac_status=$? | |
20692 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20693 | (exit $ac_status); }; }; then | |
20694 | ||
20695 | wx_cv_cpp_bool=yes | |
20696 | ||
20697 | else | |
20698 | echo "$as_me: failed program was:" >&5 | |
20699 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20700 | ||
20701 | ||
20702 | wx_cv_cpp_bool=no | |
20703 | ||
20704 | ||
20705 | fi | |
ac1cb8d3 | 20706 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
20707 | |
20708 | ac_ext=c | |
20709 | ac_cpp='$CPP $CPPFLAGS' | |
20710 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
20711 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
20712 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
20713 | ||
20714 | ||
20715 | fi | |
20716 | echo "$as_me:$LINENO: result: $wx_cv_cpp_bool" >&5 | |
20717 | echo "${ECHO_T}$wx_cv_cpp_bool" >&6 | |
20718 | ||
20719 | if test "$wx_cv_cpp_bool" = "yes"; then | |
20720 | cat >>confdefs.h <<\_ACEOF | |
20721 | #define HAVE_BOOL 1 | |
20722 | _ACEOF | |
20723 | ||
20724 | fi | |
20725 | ||
20726 | ||
20727 | ||
20728 | echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5 | |
20729 | echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6 | |
20730 | if test "${wx_cv_explicit+set}" = set; then | |
20731 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20732 | else | |
20733 | ||
20734 | ||
20735 | ||
20736 | ac_ext=cc | |
20737 | ac_cpp='$CXXCPP $CPPFLAGS' | |
20738 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
20739 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
20740 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
20741 | ||
20742 | ||
20743 | cat >conftest.$ac_ext <<_ACEOF | |
20744 | /* confdefs.h. */ | |
20745 | _ACEOF | |
20746 | cat confdefs.h >>conftest.$ac_ext | |
20747 | cat >>conftest.$ac_ext <<_ACEOF | |
20748 | /* end confdefs.h. */ | |
20749 | ||
20750 | class Foo { public: explicit Foo(int) {} }; | |
20751 | ||
20752 | int | |
20753 | main () | |
20754 | { | |
20755 | ||
20756 | return 0; | |
20757 | ||
20758 | ; | |
20759 | return 0; | |
20760 | } | |
20761 | _ACEOF | |
20762 | rm -f conftest.$ac_objext | |
20763 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 20764 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 20765 | ac_status=$? |
ac1cb8d3 VS |
20766 | grep -v '^ *+' conftest.er1 >conftest.err |
20767 | rm -f conftest.er1 | |
20768 | cat conftest.err >&5 | |
a848cd7e SC |
20769 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20770 | (exit $ac_status); } && | |
07158944 | 20771 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
20772 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20773 | (eval $ac_try) 2>&5 | |
20774 | ac_status=$? | |
20775 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20776 | (exit $ac_status); }; } && | |
20777 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
20778 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20779 | (eval $ac_try) 2>&5 | |
20780 | ac_status=$? | |
20781 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20782 | (exit $ac_status); }; }; then | |
20783 | ||
20784 | cat >conftest.$ac_ext <<_ACEOF | |
20785 | /* confdefs.h. */ | |
20786 | _ACEOF | |
20787 | cat confdefs.h >>conftest.$ac_ext | |
20788 | cat >>conftest.$ac_ext <<_ACEOF | |
20789 | /* end confdefs.h. */ | |
20790 | ||
20791 | class Foo { public: explicit Foo(int) {} }; | |
20792 | static void TakeFoo(const Foo& foo) { } | |
20793 | ||
20794 | int | |
20795 | main () | |
20796 | { | |
20797 | ||
20798 | TakeFoo(17); | |
20799 | return 0; | |
20800 | ||
20801 | ; | |
20802 | return 0; | |
20803 | } | |
20804 | _ACEOF | |
20805 | rm -f conftest.$ac_objext | |
20806 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 20807 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 20808 | ac_status=$? |
ac1cb8d3 VS |
20809 | grep -v '^ *+' conftest.er1 >conftest.err |
20810 | rm -f conftest.er1 | |
20811 | cat conftest.err >&5 | |
a848cd7e SC |
20812 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20813 | (exit $ac_status); } && | |
07158944 | 20814 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
20815 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20816 | (eval $ac_try) 2>&5 | |
20817 | ac_status=$? | |
20818 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20819 | (exit $ac_status); }; } && | |
20820 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
20821 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20822 | (eval $ac_try) 2>&5 | |
20823 | ac_status=$? | |
20824 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20825 | (exit $ac_status); }; }; then | |
20826 | wx_cv_explicit=no | |
20827 | else | |
20828 | echo "$as_me: failed program was:" >&5 | |
20829 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20830 | ||
20831 | wx_cv_explicit=yes | |
20832 | ||
20833 | fi | |
ac1cb8d3 | 20834 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
20835 | |
20836 | else | |
20837 | echo "$as_me: failed program was:" >&5 | |
20838 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20839 | ||
20840 | wx_cv_explicit=no | |
20841 | ||
20842 | fi | |
ac1cb8d3 | 20843 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
20844 | |
20845 | ac_ext=c | |
20846 | ac_cpp='$CPP $CPPFLAGS' | |
20847 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
20848 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
20849 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
20850 | ||
20851 | ||
20852 | fi | |
20853 | echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5 | |
20854 | echo "${ECHO_T}$wx_cv_explicit" >&6 | |
20855 | ||
20856 | if test "$wx_cv_explicit" = "yes"; then | |
20857 | cat >>confdefs.h <<\_ACEOF | |
20858 | #define HAVE_EXPLICIT 1 | |
20859 | _ACEOF | |
20860 | ||
20861 | fi | |
20862 | ||
20863 | ||
20864 | echo "$as_me:$LINENO: checking whether the compiler supports const_cast<>" >&5 | |
20865 | echo $ECHO_N "checking whether the compiler supports const_cast<>... $ECHO_C" >&6 | |
20866 | if test "${ac_cv_cxx_const_cast+set}" = set; then | |
20867 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20868 | else | |
20869 | ||
20870 | ||
20871 | ac_ext=cc | |
20872 | ac_cpp='$CXXCPP $CPPFLAGS' | |
20873 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
20874 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
20875 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
20876 | ||
20877 | cat >conftest.$ac_ext <<_ACEOF | |
20878 | /* confdefs.h. */ | |
20879 | _ACEOF | |
20880 | cat confdefs.h >>conftest.$ac_ext | |
20881 | cat >>conftest.$ac_ext <<_ACEOF | |
20882 | /* end confdefs.h. */ | |
20883 | ||
20884 | int | |
20885 | main () | |
20886 | { | |
20887 | int x = 0;const int& y = x;int& z = const_cast<int&>(y);return z; | |
20888 | ; | |
20889 | return 0; | |
20890 | } | |
20891 | _ACEOF | |
20892 | rm -f conftest.$ac_objext | |
20893 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 20894 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 20895 | ac_status=$? |
ac1cb8d3 VS |
20896 | grep -v '^ *+' conftest.er1 >conftest.err |
20897 | rm -f conftest.er1 | |
20898 | cat conftest.err >&5 | |
a848cd7e SC |
20899 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
20900 | (exit $ac_status); } && | |
07158944 | 20901 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
20902 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20903 | (eval $ac_try) 2>&5 | |
20904 | ac_status=$? | |
20905 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20906 | (exit $ac_status); }; } && | |
20907 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
20908 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20909 | (eval $ac_try) 2>&5 | |
20910 | ac_status=$? | |
20911 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20912 | (exit $ac_status); }; }; then | |
20913 | ac_cv_cxx_const_cast=yes | |
20914 | else | |
20915 | echo "$as_me: failed program was:" >&5 | |
20916 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20917 | ||
20918 | ac_cv_cxx_const_cast=no | |
20919 | fi | |
ac1cb8d3 | 20920 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
20921 | ac_ext=c |
20922 | ac_cpp='$CPP $CPPFLAGS' | |
20923 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
20924 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
20925 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
20926 | ||
20927 | ||
20928 | fi | |
20929 | echo "$as_me:$LINENO: result: $ac_cv_cxx_const_cast" >&5 | |
20930 | echo "${ECHO_T}$ac_cv_cxx_const_cast" >&6 | |
20931 | if test "$ac_cv_cxx_const_cast" = yes; then | |
20932 | ||
20933 | cat >>confdefs.h <<\_ACEOF | |
20934 | #define HAVE_CONST_CAST | |
20935 | _ACEOF | |
20936 | ||
20937 | fi | |
20938 | ||
7714864e RL |
20939 | echo "$as_me:$LINENO: checking whether the compiler supports reinterpret_cast<>" >&5 |
20940 | echo $ECHO_N "checking whether the compiler supports reinterpret_cast<>... $ECHO_C" >&6 | |
20941 | if test "${ac_cv_cxx_reinterpret_cast+set}" = set; then | |
20942 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
20943 | else | |
20944 | ||
20945 | ||
20946 | ac_ext=cc | |
20947 | ac_cpp='$CXXCPP $CPPFLAGS' | |
20948 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
20949 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
20950 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
20951 | ||
20952 | cat >conftest.$ac_ext <<_ACEOF | |
20953 | /* confdefs.h. */ | |
20954 | _ACEOF | |
20955 | cat confdefs.h >>conftest.$ac_ext | |
20956 | cat >>conftest.$ac_ext <<_ACEOF | |
20957 | /* end confdefs.h. */ | |
20958 | #include <typeinfo> | |
20959 | class Base { public : Base () {} virtual void f () = 0;}; | |
20960 | class Derived : public Base { public : Derived () {} virtual void f () {} }; | |
20961 | class Unrelated { public : Unrelated () {} }; | |
20962 | int g (Unrelated&) { return 0; } | |
20963 | int | |
20964 | main () | |
20965 | { | |
20966 | ||
20967 | Derived d;Base& b=d;Unrelated& e=reinterpret_cast<Unrelated&>(b);return g(e); | |
20968 | ; | |
20969 | return 0; | |
20970 | } | |
20971 | _ACEOF | |
20972 | rm -f conftest.$ac_objext | |
20973 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
20974 | (eval $ac_compile) 2>conftest.er1 | |
20975 | ac_status=$? | |
20976 | grep -v '^ *+' conftest.er1 >conftest.err | |
20977 | rm -f conftest.er1 | |
20978 | cat conftest.err >&5 | |
20979 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20980 | (exit $ac_status); } && | |
07158944 | 20981 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
7714864e RL |
20982 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
20983 | (eval $ac_try) 2>&5 | |
20984 | ac_status=$? | |
20985 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20986 | (exit $ac_status); }; } && | |
20987 | { ac_try='test -s conftest.$ac_objext' | |
20988 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
20989 | (eval $ac_try) 2>&5 | |
20990 | ac_status=$? | |
20991 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
20992 | (exit $ac_status); }; }; then | |
20993 | ac_cv_cxx_reinterpret_cast=yes | |
20994 | else | |
20995 | echo "$as_me: failed program was:" >&5 | |
20996 | sed 's/^/| /' conftest.$ac_ext >&5 | |
20997 | ||
20998 | ac_cv_cxx_reinterpret_cast=no | |
20999 | fi | |
21000 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
21001 | ac_ext=c | |
21002 | ac_cpp='$CPP $CPPFLAGS' | |
21003 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
21004 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
21005 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
21006 | ||
21007 | ||
21008 | fi | |
21009 | echo "$as_me:$LINENO: result: $ac_cv_cxx_reinterpret_cast" >&5 | |
21010 | echo "${ECHO_T}$ac_cv_cxx_reinterpret_cast" >&6 | |
21011 | if test "$ac_cv_cxx_reinterpret_cast" = yes; then | |
21012 | ||
21013 | cat >>confdefs.h <<\_ACEOF | |
21014 | #define HAVE_REINTERPRET_CAST | |
21015 | _ACEOF | |
21016 | ||
21017 | fi | |
21018 | ||
a848cd7e SC |
21019 | echo "$as_me:$LINENO: checking whether the compiler supports static_cast<>" >&5 |
21020 | echo $ECHO_N "checking whether the compiler supports static_cast<>... $ECHO_C" >&6 | |
21021 | if test "${ac_cv_cxx_static_cast+set}" = set; then | |
21022 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21023 | else | |
21024 | ||
21025 | ||
21026 | ac_ext=cc | |
21027 | ac_cpp='$CXXCPP $CPPFLAGS' | |
21028 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
21029 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
21030 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
21031 | ||
21032 | cat >conftest.$ac_ext <<_ACEOF | |
21033 | /* confdefs.h. */ | |
21034 | _ACEOF | |
21035 | cat confdefs.h >>conftest.$ac_ext | |
21036 | cat >>conftest.$ac_ext <<_ACEOF | |
21037 | /* end confdefs.h. */ | |
21038 | #include <typeinfo> | |
21039 | class Base { public : Base () {} virtual void f () = 0; }; | |
21040 | class Derived : public Base { public : Derived () {} virtual void f () {} }; | |
21041 | int g (Derived&) { return 0; } | |
21042 | int | |
21043 | main () | |
21044 | { | |
21045 | ||
21046 | Derived d; Base& b = d; Derived& s = static_cast<Derived&> (b); return g (s); | |
21047 | ; | |
21048 | return 0; | |
21049 | } | |
21050 | _ACEOF | |
21051 | rm -f conftest.$ac_objext | |
21052 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21053 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 21054 | ac_status=$? |
ac1cb8d3 VS |
21055 | grep -v '^ *+' conftest.er1 >conftest.err |
21056 | rm -f conftest.er1 | |
21057 | cat conftest.err >&5 | |
a848cd7e SC |
21058 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21059 | (exit $ac_status); } && | |
07158944 | 21060 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
21061 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21062 | (eval $ac_try) 2>&5 | |
21063 | ac_status=$? | |
21064 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21065 | (exit $ac_status); }; } && | |
21066 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
21067 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21068 | (eval $ac_try) 2>&5 | |
21069 | ac_status=$? | |
21070 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21071 | (exit $ac_status); }; }; then | |
21072 | ac_cv_cxx_static_cast=yes | |
21073 | else | |
21074 | echo "$as_me: failed program was:" >&5 | |
21075 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21076 | ||
21077 | ac_cv_cxx_static_cast=no | |
21078 | fi | |
ac1cb8d3 | 21079 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
21080 | ac_ext=c |
21081 | ac_cpp='$CPP $CPPFLAGS' | |
21082 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
21083 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
21084 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
21085 | ||
21086 | ||
21087 | fi | |
21088 | echo "$as_me:$LINENO: result: $ac_cv_cxx_static_cast" >&5 | |
21089 | echo "${ECHO_T}$ac_cv_cxx_static_cast" >&6 | |
21090 | if test "$ac_cv_cxx_static_cast" = yes; then | |
21091 | ||
21092 | cat >>confdefs.h <<\_ACEOF | |
21093 | #define HAVE_STATIC_CAST | |
21094 | _ACEOF | |
21095 | ||
21096 | fi | |
21097 | ||
21098 | ||
21099 | if test "$wxUSE_STL" = "yes"; then | |
21100 | ac_ext=cc | |
21101 | ac_cpp='$CXXCPP $CPPFLAGS' | |
21102 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
21103 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
21104 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
21105 | ||
21106 | ||
21107 | echo "$as_me:$LINENO: checking for basic STL functionality" >&5 | |
21108 | echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6 | |
21109 | cat >conftest.$ac_ext <<_ACEOF | |
21110 | /* confdefs.h. */ | |
21111 | _ACEOF | |
21112 | cat confdefs.h >>conftest.$ac_ext | |
21113 | cat >>conftest.$ac_ext <<_ACEOF | |
21114 | /* end confdefs.h. */ | |
21115 | #include <string> | |
21116 | #include <functional> | |
21117 | #include <algorithm> | |
21118 | #include <vector> | |
21119 | #include <list> | |
21120 | int | |
21121 | main () | |
21122 | { | |
21123 | std::vector<int> moo; | |
21124 | std::list<int> foo; | |
21125 | std::vector<int>::iterator it = | |
21126 | std::find_if(moo.begin(), moo.end(), | |
21127 | std::bind2nd(std::less<int>(), 3)); | |
21128 | ; | |
21129 | return 0; | |
21130 | } | |
21131 | _ACEOF | |
21132 | rm -f conftest.$ac_objext | |
21133 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21134 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 21135 | ac_status=$? |
ac1cb8d3 VS |
21136 | grep -v '^ *+' conftest.er1 >conftest.err |
21137 | rm -f conftest.er1 | |
21138 | cat conftest.err >&5 | |
a848cd7e SC |
21139 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21140 | (exit $ac_status); } && | |
07158944 | 21141 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
21142 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21143 | (eval $ac_try) 2>&5 | |
21144 | ac_status=$? | |
21145 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21146 | (exit $ac_status); }; } && | |
21147 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
21148 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21149 | (eval $ac_try) 2>&5 | |
21150 | ac_status=$? | |
21151 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21152 | (exit $ac_status); }; }; then | |
21153 | echo "$as_me:$LINENO: result: yes" >&5 | |
21154 | echo "${ECHO_T}yes" >&6 | |
21155 | else | |
21156 | echo "$as_me: failed program was:" >&5 | |
21157 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21158 | ||
21159 | echo "$as_me:$LINENO: result: no" >&5 | |
21160 | echo "${ECHO_T}no" >&6 | |
21161 | { { echo "$as_me:$LINENO: error: Basic STL functionality missing" >&5 | |
21162 | echo "$as_me: error: Basic STL functionality missing" >&2;} | |
21163 | { (exit 1); exit 1; }; } | |
21164 | fi | |
ac1cb8d3 | 21165 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
21166 | |
21167 | echo "$as_me:$LINENO: checking for std::wstring in <string>" >&5 | |
21168 | echo $ECHO_N "checking for std::wstring in <string>... $ECHO_C" >&6 | |
21169 | cat >conftest.$ac_ext <<_ACEOF | |
21170 | /* confdefs.h. */ | |
21171 | _ACEOF | |
21172 | cat confdefs.h >>conftest.$ac_ext | |
21173 | cat >>conftest.$ac_ext <<_ACEOF | |
21174 | /* end confdefs.h. */ | |
21175 | #include <string> | |
21176 | int | |
21177 | main () | |
21178 | { | |
21179 | std::wstring foo; | |
21180 | ; | |
21181 | return 0; | |
21182 | } | |
21183 | _ACEOF | |
21184 | rm -f conftest.$ac_objext | |
21185 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21186 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 21187 | ac_status=$? |
ac1cb8d3 VS |
21188 | grep -v '^ *+' conftest.er1 >conftest.err |
21189 | rm -f conftest.er1 | |
21190 | cat conftest.err >&5 | |
a848cd7e SC |
21191 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21192 | (exit $ac_status); } && | |
07158944 | 21193 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
21194 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21195 | (eval $ac_try) 2>&5 | |
21196 | ac_status=$? | |
21197 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21198 | (exit $ac_status); }; } && | |
21199 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
21200 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21201 | (eval $ac_try) 2>&5 | |
21202 | ac_status=$? | |
21203 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21204 | (exit $ac_status); }; }; then | |
21205 | echo "$as_me:$LINENO: result: yes" >&5 | |
21206 | echo "${ECHO_T}yes" >&6 | |
21207 | cat >>confdefs.h <<\_ACEOF | |
21208 | #define HAVE_STD_WSTRING 1 | |
21209 | _ACEOF | |
21210 | ||
21211 | else | |
21212 | echo "$as_me: failed program was:" >&5 | |
21213 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21214 | ||
21215 | echo "$as_me:$LINENO: result: no" >&5 | |
21216 | echo "${ECHO_T}no" >&6 | |
21217 | fi | |
ac1cb8d3 | 21218 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
21219 | |
21220 | echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5 | |
21221 | echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6 | |
21222 | cat >conftest.$ac_ext <<_ACEOF | |
21223 | /* confdefs.h. */ | |
21224 | _ACEOF | |
21225 | cat confdefs.h >>conftest.$ac_ext | |
21226 | cat >>conftest.$ac_ext <<_ACEOF | |
21227 | /* end confdefs.h. */ | |
21228 | #include <string> | |
21229 | int | |
21230 | main () | |
21231 | { | |
21232 | std::string foo, bar; | |
21233 | foo.compare(bar); | |
21234 | foo.compare(1, 1, bar); | |
21235 | foo.compare(1, 1, bar, 1, 1); | |
21236 | foo.compare(""); | |
21237 | foo.compare(1, 1, ""); | |
21238 | foo.compare(1, 1, "", 2); | |
21239 | ; | |
21240 | return 0; | |
21241 | } | |
21242 | _ACEOF | |
21243 | rm -f conftest.$ac_objext | |
21244 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21245 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 21246 | ac_status=$? |
ac1cb8d3 VS |
21247 | grep -v '^ *+' conftest.er1 >conftest.err |
21248 | rm -f conftest.er1 | |
21249 | cat conftest.err >&5 | |
a848cd7e SC |
21250 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21251 | (exit $ac_status); } && | |
07158944 | 21252 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
21253 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21254 | (eval $ac_try) 2>&5 | |
21255 | ac_status=$? | |
21256 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21257 | (exit $ac_status); }; } && | |
21258 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
21259 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21260 | (eval $ac_try) 2>&5 | |
21261 | ac_status=$? | |
21262 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21263 | (exit $ac_status); }; }; then | |
21264 | echo "$as_me:$LINENO: result: yes" >&5 | |
21265 | echo "${ECHO_T}yes" >&6 | |
21266 | cat >>confdefs.h <<\_ACEOF | |
21267 | #define HAVE_STD_STRING_COMPARE 1 | |
21268 | _ACEOF | |
21269 | ||
21270 | else | |
21271 | echo "$as_me: failed program was:" >&5 | |
21272 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21273 | ||
21274 | echo "$as_me:$LINENO: result: no" >&5 | |
21275 | echo "${ECHO_T}no" >&6 | |
21276 | fi | |
ac1cb8d3 | 21277 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
bdcade0a MB |
21278 | |
21279 | if test "${ac_cv_header_hash_map+set}" = set; then | |
21280 | echo "$as_me:$LINENO: checking for hash_map" >&5 | |
21281 | echo $ECHO_N "checking for hash_map... $ECHO_C" >&6 | |
21282 | if test "${ac_cv_header_hash_map+set}" = set; then | |
21283 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21284 | fi | |
21285 | echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5 | |
21286 | echo "${ECHO_T}$ac_cv_header_hash_map" >&6 | |
21287 | else | |
21288 | # Is the header compilable? | |
21289 | echo "$as_me:$LINENO: checking hash_map usability" >&5 | |
21290 | echo $ECHO_N "checking hash_map usability... $ECHO_C" >&6 | |
21291 | cat >conftest.$ac_ext <<_ACEOF | |
21292 | /* confdefs.h. */ | |
21293 | _ACEOF | |
21294 | cat confdefs.h >>conftest.$ac_ext | |
21295 | cat >>conftest.$ac_ext <<_ACEOF | |
21296 | /* end confdefs.h. */ | |
21297 | $ac_includes_default | |
21298 | #include <hash_map> | |
21299 | _ACEOF | |
21300 | rm -f conftest.$ac_objext | |
21301 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21302 | (eval $ac_compile) 2>conftest.er1 |
bdcade0a | 21303 | ac_status=$? |
ac1cb8d3 VS |
21304 | grep -v '^ *+' conftest.er1 >conftest.err |
21305 | rm -f conftest.er1 | |
21306 | cat conftest.err >&5 | |
bdcade0a MB |
21307 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21308 | (exit $ac_status); } && | |
07158944 | 21309 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
21310 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21311 | (eval $ac_try) 2>&5 | |
21312 | ac_status=$? | |
21313 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21314 | (exit $ac_status); }; } && | |
21315 | { ac_try='test -s conftest.$ac_objext' | |
bdcade0a MB |
21316 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21317 | (eval $ac_try) 2>&5 | |
21318 | ac_status=$? | |
21319 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21320 | (exit $ac_status); }; }; then | |
21321 | ac_header_compiler=yes | |
21322 | else | |
21323 | echo "$as_me: failed program was:" >&5 | |
21324 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21325 | ||
21326 | ac_header_compiler=no | |
21327 | fi | |
ac1cb8d3 | 21328 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
bdcade0a MB |
21329 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
21330 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
21331 | ||
21332 | # Is the header present? | |
21333 | echo "$as_me:$LINENO: checking hash_map presence" >&5 | |
21334 | echo $ECHO_N "checking hash_map presence... $ECHO_C" >&6 | |
21335 | cat >conftest.$ac_ext <<_ACEOF | |
21336 | /* confdefs.h. */ | |
21337 | _ACEOF | |
21338 | cat confdefs.h >>conftest.$ac_ext | |
21339 | cat >>conftest.$ac_ext <<_ACEOF | |
21340 | /* end confdefs.h. */ | |
21341 | #include <hash_map> | |
21342 | _ACEOF | |
21343 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
21344 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
21345 | ac_status=$? | |
21346 | grep -v '^ *+' conftest.er1 >conftest.err | |
21347 | rm -f conftest.er1 | |
21348 | cat conftest.err >&5 | |
21349 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21350 | (exit $ac_status); } >/dev/null; then | |
21351 | if test -s conftest.err; then | |
21352 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
ac1cb8d3 | 21353 | ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag |
bdcade0a MB |
21354 | else |
21355 | ac_cpp_err= | |
21356 | fi | |
21357 | else | |
21358 | ac_cpp_err=yes | |
21359 | fi | |
21360 | if test -z "$ac_cpp_err"; then | |
21361 | ac_header_preproc=yes | |
21362 | else | |
21363 | echo "$as_me: failed program was:" >&5 | |
21364 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21365 | ||
21366 | ac_header_preproc=no | |
21367 | fi | |
21368 | rm -f conftest.err conftest.$ac_ext | |
21369 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
21370 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
21371 | ||
21372 | # So? What about this header? | |
ac1cb8d3 VS |
21373 | case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in |
21374 | yes:no: ) | |
bdcade0a MB |
21375 | { echo "$as_me:$LINENO: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&5 |
21376 | echo "$as_me: WARNING: hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
21377 | { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the compiler's result" >&5 |
21378 | echo "$as_me: WARNING: hash_map: proceeding with the compiler's result" >&2;} | |
21379 | ac_header_preproc=yes | |
bdcade0a | 21380 | ;; |
ac1cb8d3 | 21381 | no:yes:* ) |
bdcade0a MB |
21382 | { echo "$as_me:$LINENO: WARNING: hash_map: present but cannot be compiled" >&5 |
21383 | echo "$as_me: WARNING: hash_map: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
21384 | { echo "$as_me:$LINENO: WARNING: hash_map: check for missing prerequisite headers?" >&5 |
21385 | echo "$as_me: WARNING: hash_map: check for missing prerequisite headers?" >&2;} | |
21386 | { echo "$as_me:$LINENO: WARNING: hash_map: see the Autoconf documentation" >&5 | |
21387 | echo "$as_me: WARNING: hash_map: see the Autoconf documentation" >&2;} | |
21388 | { echo "$as_me:$LINENO: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&5 | |
21389 | echo "$as_me: WARNING: hash_map: section \"Present But Cannot Be Compiled\"" >&2;} | |
bdcade0a MB |
21390 | { echo "$as_me:$LINENO: WARNING: hash_map: proceeding with the preprocessor's result" >&5 |
21391 | echo "$as_me: WARNING: hash_map: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
21392 | { echo "$as_me:$LINENO: WARNING: hash_map: in the future, the compiler will take precedence" >&5 |
21393 | echo "$as_me: WARNING: hash_map: in the future, the compiler will take precedence" >&2;} | |
bdcade0a MB |
21394 | ( |
21395 | cat <<\_ASBOX | |
ac1cb8d3 VS |
21396 | ## ----------------------------------------- ## |
21397 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
21398 | ## ----------------------------------------- ## | |
bdcade0a MB |
21399 | _ASBOX |
21400 | ) | | |
21401 | sed "s/^/$as_me: WARNING: /" >&2 | |
21402 | ;; | |
21403 | esac | |
21404 | echo "$as_me:$LINENO: checking for hash_map" >&5 | |
21405 | echo $ECHO_N "checking for hash_map... $ECHO_C" >&6 | |
21406 | if test "${ac_cv_header_hash_map+set}" = set; then | |
21407 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21408 | else | |
21409 | ac_cv_header_hash_map=$ac_header_preproc | |
21410 | fi | |
21411 | echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5 | |
21412 | echo "${ECHO_T}$ac_cv_header_hash_map" >&6 | |
21413 | ||
21414 | fi | |
21415 | if test $ac_cv_header_hash_map = yes; then | |
21416 | echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5 | |
21417 | echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6 | |
21418 | cat >conftest.$ac_ext <<_ACEOF | |
21419 | /* confdefs.h. */ | |
21420 | _ACEOF | |
21421 | cat confdefs.h >>conftest.$ac_ext | |
21422 | cat >>conftest.$ac_ext <<_ACEOF | |
21423 | /* end confdefs.h. */ | |
21424 | #include <hash_map> | |
21425 | #include <hash_set> | |
21426 | int | |
21427 | main () | |
21428 | { | |
21429 | std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1; | |
21430 | std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2; | |
21431 | ; | |
21432 | return 0; | |
21433 | } | |
21434 | _ACEOF | |
21435 | rm -f conftest.$ac_objext | |
21436 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21437 | (eval $ac_compile) 2>conftest.er1 |
bdcade0a | 21438 | ac_status=$? |
ac1cb8d3 VS |
21439 | grep -v '^ *+' conftest.er1 >conftest.err |
21440 | rm -f conftest.er1 | |
21441 | cat conftest.err >&5 | |
bdcade0a MB |
21442 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21443 | (exit $ac_status); } && | |
07158944 | 21444 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
21445 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21446 | (eval $ac_try) 2>&5 | |
21447 | ac_status=$? | |
21448 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21449 | (exit $ac_status); }; } && | |
21450 | { ac_try='test -s conftest.$ac_objext' | |
bdcade0a MB |
21451 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21452 | (eval $ac_try) 2>&5 | |
21453 | ac_status=$? | |
21454 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21455 | (exit $ac_status); }; }; then | |
21456 | echo "$as_me:$LINENO: result: yes" >&5 | |
21457 | echo "${ECHO_T}yes" >&6 | |
21458 | cat >>confdefs.h <<\_ACEOF | |
21459 | #define HAVE_HASH_MAP 1 | |
21460 | _ACEOF | |
21461 | ||
21462 | cat >>confdefs.h <<\_ACEOF | |
21463 | #define HAVE_STD_HASH_MAP 1 | |
21464 | _ACEOF | |
21465 | ||
21466 | else | |
21467 | echo "$as_me: failed program was:" >&5 | |
21468 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21469 | ||
21470 | echo "$as_me:$LINENO: result: no" >&5 | |
21471 | echo "${ECHO_T}no" >&6 | |
21472 | fi | |
ac1cb8d3 | 21473 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
bdcade0a MB |
21474 | |
21475 | fi | |
21476 | ||
21477 | ||
21478 | ||
21479 | if test "${ac_cv_header_ext_hash_map+set}" = set; then | |
21480 | echo "$as_me:$LINENO: checking for ext/hash_map" >&5 | |
21481 | echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6 | |
21482 | if test "${ac_cv_header_ext_hash_map+set}" = set; then | |
21483 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21484 | fi | |
21485 | echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5 | |
21486 | echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6 | |
21487 | else | |
21488 | # Is the header compilable? | |
21489 | echo "$as_me:$LINENO: checking ext/hash_map usability" >&5 | |
21490 | echo $ECHO_N "checking ext/hash_map usability... $ECHO_C" >&6 | |
21491 | cat >conftest.$ac_ext <<_ACEOF | |
21492 | /* confdefs.h. */ | |
21493 | _ACEOF | |
21494 | cat confdefs.h >>conftest.$ac_ext | |
21495 | cat >>conftest.$ac_ext <<_ACEOF | |
21496 | /* end confdefs.h. */ | |
21497 | $ac_includes_default | |
21498 | #include <ext/hash_map> | |
21499 | _ACEOF | |
21500 | rm -f conftest.$ac_objext | |
21501 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21502 | (eval $ac_compile) 2>conftest.er1 |
bdcade0a | 21503 | ac_status=$? |
ac1cb8d3 VS |
21504 | grep -v '^ *+' conftest.er1 >conftest.err |
21505 | rm -f conftest.er1 | |
21506 | cat conftest.err >&5 | |
bdcade0a MB |
21507 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21508 | (exit $ac_status); } && | |
07158944 | 21509 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
21510 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21511 | (eval $ac_try) 2>&5 | |
21512 | ac_status=$? | |
21513 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21514 | (exit $ac_status); }; } && | |
21515 | { ac_try='test -s conftest.$ac_objext' | |
bdcade0a MB |
21516 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21517 | (eval $ac_try) 2>&5 | |
21518 | ac_status=$? | |
21519 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21520 | (exit $ac_status); }; }; then | |
21521 | ac_header_compiler=yes | |
21522 | else | |
21523 | echo "$as_me: failed program was:" >&5 | |
21524 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21525 | ||
21526 | ac_header_compiler=no | |
21527 | fi | |
ac1cb8d3 | 21528 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
bdcade0a MB |
21529 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
21530 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
21531 | ||
21532 | # Is the header present? | |
21533 | echo "$as_me:$LINENO: checking ext/hash_map presence" >&5 | |
21534 | echo $ECHO_N "checking ext/hash_map presence... $ECHO_C" >&6 | |
21535 | cat >conftest.$ac_ext <<_ACEOF | |
21536 | /* confdefs.h. */ | |
21537 | _ACEOF | |
21538 | cat confdefs.h >>conftest.$ac_ext | |
21539 | cat >>conftest.$ac_ext <<_ACEOF | |
21540 | /* end confdefs.h. */ | |
21541 | #include <ext/hash_map> | |
21542 | _ACEOF | |
21543 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
21544 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
21545 | ac_status=$? | |
21546 | grep -v '^ *+' conftest.er1 >conftest.err | |
21547 | rm -f conftest.er1 | |
21548 | cat conftest.err >&5 | |
21549 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21550 | (exit $ac_status); } >/dev/null; then | |
21551 | if test -s conftest.err; then | |
21552 | ac_cpp_err=$ac_cxx_preproc_warn_flag | |
ac1cb8d3 | 21553 | ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag |
bdcade0a MB |
21554 | else |
21555 | ac_cpp_err= | |
21556 | fi | |
21557 | else | |
21558 | ac_cpp_err=yes | |
21559 | fi | |
21560 | if test -z "$ac_cpp_err"; then | |
21561 | ac_header_preproc=yes | |
21562 | else | |
21563 | echo "$as_me: failed program was:" >&5 | |
21564 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21565 | ||
21566 | ac_header_preproc=no | |
21567 | fi | |
21568 | rm -f conftest.err conftest.$ac_ext | |
21569 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
21570 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
21571 | ||
21572 | # So? What about this header? | |
ac1cb8d3 VS |
21573 | case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in |
21574 | yes:no: ) | |
bdcade0a MB |
21575 | { echo "$as_me:$LINENO: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&5 |
21576 | echo "$as_me: WARNING: ext/hash_map: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
21577 | { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the compiler's result" >&5 |
21578 | echo "$as_me: WARNING: ext/hash_map: proceeding with the compiler's result" >&2;} | |
21579 | ac_header_preproc=yes | |
bdcade0a | 21580 | ;; |
ac1cb8d3 | 21581 | no:yes:* ) |
bdcade0a MB |
21582 | { echo "$as_me:$LINENO: WARNING: ext/hash_map: present but cannot be compiled" >&5 |
21583 | echo "$as_me: WARNING: ext/hash_map: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
21584 | { echo "$as_me:$LINENO: WARNING: ext/hash_map: check for missing prerequisite headers?" >&5 |
21585 | echo "$as_me: WARNING: ext/hash_map: check for missing prerequisite headers?" >&2;} | |
21586 | { echo "$as_me:$LINENO: WARNING: ext/hash_map: see the Autoconf documentation" >&5 | |
21587 | echo "$as_me: WARNING: ext/hash_map: see the Autoconf documentation" >&2;} | |
21588 | { echo "$as_me:$LINENO: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&5 | |
21589 | echo "$as_me: WARNING: ext/hash_map: section \"Present But Cannot Be Compiled\"" >&2;} | |
bdcade0a MB |
21590 | { echo "$as_me:$LINENO: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&5 |
21591 | echo "$as_me: WARNING: ext/hash_map: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
21592 | { echo "$as_me:$LINENO: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&5 |
21593 | echo "$as_me: WARNING: ext/hash_map: in the future, the compiler will take precedence" >&2;} | |
bdcade0a MB |
21594 | ( |
21595 | cat <<\_ASBOX | |
ac1cb8d3 VS |
21596 | ## ----------------------------------------- ## |
21597 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
21598 | ## ----------------------------------------- ## | |
bdcade0a MB |
21599 | _ASBOX |
21600 | ) | | |
21601 | sed "s/^/$as_me: WARNING: /" >&2 | |
21602 | ;; | |
21603 | esac | |
21604 | echo "$as_me:$LINENO: checking for ext/hash_map" >&5 | |
21605 | echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6 | |
21606 | if test "${ac_cv_header_ext_hash_map+set}" = set; then | |
21607 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21608 | else | |
21609 | ac_cv_header_ext_hash_map=$ac_header_preproc | |
21610 | fi | |
21611 | echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5 | |
21612 | echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6 | |
21613 | ||
21614 | fi | |
21615 | if test $ac_cv_header_ext_hash_map = yes; then | |
21616 | echo "$as_me:$LINENO: checking for hash_map and hash_set" >&5 | |
21617 | echo $ECHO_N "checking for hash_map and hash_set... $ECHO_C" >&6 | |
21618 | cat >conftest.$ac_ext <<_ACEOF | |
21619 | /* confdefs.h. */ | |
21620 | _ACEOF | |
21621 | cat confdefs.h >>conftest.$ac_ext | |
21622 | cat >>conftest.$ac_ext <<_ACEOF | |
21623 | /* end confdefs.h. */ | |
21624 | #include <ext/hash_map> | |
21625 | #include <ext/hash_set> | |
21626 | int | |
21627 | main () | |
21628 | { | |
21629 | __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1; | |
21630 | __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2; | |
21631 | ; | |
21632 | return 0; | |
21633 | } | |
21634 | _ACEOF | |
21635 | rm -f conftest.$ac_objext | |
21636 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21637 | (eval $ac_compile) 2>conftest.er1 |
bdcade0a | 21638 | ac_status=$? |
ac1cb8d3 VS |
21639 | grep -v '^ *+' conftest.er1 >conftest.err |
21640 | rm -f conftest.er1 | |
21641 | cat conftest.err >&5 | |
bdcade0a MB |
21642 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21643 | (exit $ac_status); } && | |
07158944 | 21644 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
21645 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21646 | (eval $ac_try) 2>&5 | |
21647 | ac_status=$? | |
21648 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21649 | (exit $ac_status); }; } && | |
21650 | { ac_try='test -s conftest.$ac_objext' | |
bdcade0a MB |
21651 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21652 | (eval $ac_try) 2>&5 | |
21653 | ac_status=$? | |
21654 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21655 | (exit $ac_status); }; }; then | |
21656 | echo "$as_me:$LINENO: result: yes" >&5 | |
21657 | echo "${ECHO_T}yes" >&6 | |
21658 | cat >>confdefs.h <<\_ACEOF | |
21659 | #define HAVE_EXT_HASH_MAP 1 | |
21660 | _ACEOF | |
21661 | ||
21662 | cat >>confdefs.h <<\_ACEOF | |
21663 | #define HAVE_GNU_CXX_HASH_MAP 1 | |
21664 | _ACEOF | |
21665 | ||
21666 | else | |
21667 | echo "$as_me: failed program was:" >&5 | |
21668 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21669 | ||
21670 | echo "$as_me:$LINENO: result: no" >&5 | |
21671 | echo "${ECHO_T}no" >&6 | |
21672 | fi | |
ac1cb8d3 | 21673 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
bdcade0a MB |
21674 | |
21675 | fi | |
21676 | ||
21677 | ||
a848cd7e SC |
21678 | |
21679 | ac_ext=c | |
21680 | ac_cpp='$CPP $CPPFLAGS' | |
21681 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
21682 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
21683 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
21684 | ||
21685 | fi | |
21686 | ||
21687 | ||
21688 | SEARCH_INCLUDE="\ | |
21689 | /usr/local/include \ | |
21690 | \ | |
21691 | /usr/Motif-2.1/include \ | |
21692 | /usr/Motif-1.2/include \ | |
21693 | /usr/include/Motif1.2 \ | |
21694 | /opt/xpm/include/X11 \ | |
21695 | /opt/GBxpm/include/ \ | |
21696 | /opt/GBxpm/X11/include/ \ | |
21697 | \ | |
21698 | /usr/dt/include \ | |
21699 | /usr/openwin/include \ | |
21700 | \ | |
21701 | /usr/include/Xm \ | |
21702 | \ | |
21703 | /usr/X11R6/include \ | |
21704 | /usr/X11R6.4/include \ | |
21705 | /usr/X11R5/include \ | |
21706 | /usr/X11R4/include \ | |
21707 | \ | |
21708 | /usr/include/X11R6 \ | |
21709 | /usr/include/X11R5 \ | |
21710 | /usr/include/X11R4 \ | |
21711 | \ | |
21712 | /usr/local/X11R6/include \ | |
21713 | /usr/local/X11R5/include \ | |
21714 | /usr/local/X11R4/include \ | |
21715 | \ | |
21716 | /usr/local/include/X11R6 \ | |
21717 | /usr/local/include/X11R5 \ | |
21718 | /usr/local/include/X11R4 \ | |
21719 | \ | |
21720 | /usr/X11/include \ | |
21721 | /usr/include/X11 \ | |
21722 | /usr/local/X11/include \ | |
21723 | /usr/local/include/X11 \ | |
21724 | \ | |
21725 | /usr/X386/include \ | |
21726 | /usr/x386/include \ | |
21727 | /usr/XFree86/include/X11 \ | |
21728 | \ | |
21729 | X:/XFree86/include \ | |
21730 | X:/XFree86/include/X11 \ | |
21731 | \ | |
21732 | /usr/include/gtk \ | |
21733 | /usr/local/include/gtk \ | |
21734 | /usr/include/glib \ | |
21735 | /usr/local/include/glib \ | |
21736 | \ | |
21737 | /usr/include/qt \ | |
21738 | /usr/local/include/qt \ | |
21739 | \ | |
21740 | /usr/local/arm/3.3.2/include \ | |
21741 | \ | |
21742 | /usr/include/windows \ | |
21743 | /usr/include/wine \ | |
21744 | /usr/local/include/wine \ | |
21745 | \ | |
21746 | /usr/unsupported/include \ | |
21747 | /usr/athena/include \ | |
21748 | /usr/local/x11r5/include \ | |
21749 | /usr/lpp/Xamples/include \ | |
21750 | \ | |
21751 | /usr/openwin/share/include" | |
21752 | ||
07158944 | 21753 | SEARCH_LIB="/usr/lib /usr/lib32 /usr/lib64 /usr/X11R6/lib64 `echo "$SEARCH_INCLUDE" | sed s/include/lib/g`" |
a848cd7e SC |
21754 | |
21755 | ||
21756 | cat >confcache <<\_ACEOF | |
21757 | # This file is a shell script that caches the results of configure | |
21758 | # tests run on this system so they can be shared between configure | |
21759 | # scripts and configure runs, see configure's option --config-cache. | |
21760 | # It is not useful on other systems. If it contains results you don't | |
21761 | # want to keep, you may remove or edit it. | |
21762 | # | |
21763 | # config.status only pays attention to the cache file if you give it | |
21764 | # the --recheck option to rerun configure. | |
21765 | # | |
21766 | # `ac_cv_env_foo' variables (set or unset) will be overridden when | |
21767 | # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
21768 | # following values. | |
21769 | ||
21770 | _ACEOF | |
21771 | ||
21772 | # The following way of writing the cache mishandles newlines in values, | |
21773 | # but we know of no workaround that is simple, portable, and efficient. | |
21774 | # So, don't put newlines in cache variables' values. | |
21775 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
21776 | # and sets the high bit in the cache file unless we assign to the vars. | |
21777 | { | |
21778 | (set) 2>&1 | | |
21779 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
21780 | *ac_space=\ *) | |
21781 | # `set' does not quote correctly, so add quotes (double-quote | |
21782 | # substitution turns \\\\ into \\, and sed turns \\ into \). | |
21783 | sed -n \ | |
ac1cb8d3 VS |
21784 | "s/'/'\\\\''/g; |
21785 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
a848cd7e SC |
21786 | ;; |
21787 | *) | |
21788 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
21789 | sed -n \ | |
ac1cb8d3 | 21790 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" |
a848cd7e SC |
21791 | ;; |
21792 | esac; | |
21793 | } | | |
21794 | sed ' | |
21795 | t clear | |
21796 | : clear | |
21797 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ | |
21798 | t end | |
21799 | /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | |
21800 | : end' >>confcache | |
21801 | if diff $cache_file confcache >/dev/null 2>&1; then :; else | |
21802 | if test -w $cache_file; then | |
21803 | test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" | |
21804 | cat confcache >$cache_file | |
21805 | else | |
21806 | echo "not updating unwritable cache $cache_file" | |
21807 | fi | |
21808 | fi | |
21809 | rm -f confcache | |
21810 | ||
21811 | if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then | |
21812 | echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5 | |
21813 | echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6 | |
21814 | if test "${wx_cv_lib_glibc21+set}" = set; then | |
21815 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21816 | else | |
21817 | ||
21818 | cat >conftest.$ac_ext <<_ACEOF | |
21819 | /* confdefs.h. */ | |
21820 | _ACEOF | |
21821 | cat confdefs.h >>conftest.$ac_ext | |
21822 | cat >>conftest.$ac_ext <<_ACEOF | |
21823 | /* end confdefs.h. */ | |
21824 | #include <features.h> | |
21825 | int | |
21826 | main () | |
21827 | { | |
21828 | ||
21829 | #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1) | |
21830 | #error not glibc2.1 | |
21831 | #endif | |
21832 | ||
21833 | ; | |
21834 | return 0; | |
21835 | } | |
21836 | _ACEOF | |
21837 | rm -f conftest.$ac_objext | |
21838 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21839 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 21840 | ac_status=$? |
ac1cb8d3 VS |
21841 | grep -v '^ *+' conftest.er1 >conftest.err |
21842 | rm -f conftest.er1 | |
21843 | cat conftest.err >&5 | |
a848cd7e SC |
21844 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21845 | (exit $ac_status); } && | |
07158944 | 21846 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
21847 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21848 | (eval $ac_try) 2>&5 | |
21849 | ac_status=$? | |
21850 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21851 | (exit $ac_status); }; } && | |
21852 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
21853 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21854 | (eval $ac_try) 2>&5 | |
21855 | ac_status=$? | |
21856 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21857 | (exit $ac_status); }; }; then | |
21858 | ||
21859 | wx_cv_lib_glibc21=yes | |
21860 | ||
21861 | else | |
21862 | echo "$as_me: failed program was:" >&5 | |
21863 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21864 | ||
21865 | ||
21866 | wx_cv_lib_glibc21=no | |
21867 | ||
21868 | ||
21869 | fi | |
ac1cb8d3 | 21870 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
21871 | |
21872 | fi | |
21873 | echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5 | |
21874 | echo "${ECHO_T}$wx_cv_lib_glibc21" >&6 | |
21875 | if test "$wx_cv_lib_glibc21" = "yes"; then | |
21876 | cat >>confdefs.h <<\_ACEOF | |
21877 | #define wxHAVE_GLIBC2 1 | |
21878 | _ACEOF | |
21879 | ||
21880 | fi | |
21881 | fi | |
21882 | ||
21883 | if test "x$wx_cv_lib_glibc21" = "xyes"; then | |
21884 | if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then | |
21885 | cat >>confdefs.h <<\_ACEOF | |
21886 | #define _GNU_SOURCE 1 | |
21887 | _ACEOF | |
21888 | ||
21889 | fi | |
21890 | fi | |
21891 | ||
21892 | ||
21893 | ||
21894 | if test "$wxUSE_REGEX" != "no"; then | |
21895 | cat >>confdefs.h <<\_ACEOF | |
21896 | #define wxUSE_REGEX 1 | |
21897 | _ACEOF | |
21898 | ||
21899 | ||
21900 | if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then | |
21901 | { echo "$as_me:$LINENO: WARNING: Defaulting to the the builtin regex library for Unicode build." >&5 | |
21902 | echo "$as_me: WARNING: Defaulting to the the builtin regex library for Unicode build." >&2;} | |
21903 | wxUSE_REGEX=builtin | |
21904 | fi | |
21905 | ||
21906 | if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then | |
21907 | if test "${ac_cv_header_regex_h+set}" = set; then | |
21908 | echo "$as_me:$LINENO: checking for regex.h" >&5 | |
21909 | echo $ECHO_N "checking for regex.h... $ECHO_C" >&6 | |
21910 | if test "${ac_cv_header_regex_h+set}" = set; then | |
21911 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
21912 | fi | |
21913 | echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5 | |
21914 | echo "${ECHO_T}$ac_cv_header_regex_h" >&6 | |
21915 | else | |
21916 | # Is the header compilable? | |
21917 | echo "$as_me:$LINENO: checking regex.h usability" >&5 | |
21918 | echo $ECHO_N "checking regex.h usability... $ECHO_C" >&6 | |
21919 | cat >conftest.$ac_ext <<_ACEOF | |
21920 | /* confdefs.h. */ | |
21921 | _ACEOF | |
21922 | cat confdefs.h >>conftest.$ac_ext | |
21923 | cat >>conftest.$ac_ext <<_ACEOF | |
21924 | /* end confdefs.h. */ | |
21925 | $ac_includes_default | |
21926 | #include <regex.h> | |
21927 | _ACEOF | |
21928 | rm -f conftest.$ac_objext | |
21929 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 21930 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 21931 | ac_status=$? |
ac1cb8d3 VS |
21932 | grep -v '^ *+' conftest.er1 >conftest.err |
21933 | rm -f conftest.er1 | |
21934 | cat conftest.err >&5 | |
a848cd7e SC |
21935 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
21936 | (exit $ac_status); } && | |
07158944 | 21937 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
21938 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21939 | (eval $ac_try) 2>&5 | |
21940 | ac_status=$? | |
21941 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21942 | (exit $ac_status); }; } && | |
21943 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
21944 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
21945 | (eval $ac_try) 2>&5 | |
21946 | ac_status=$? | |
21947 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21948 | (exit $ac_status); }; }; then | |
21949 | ac_header_compiler=yes | |
21950 | else | |
21951 | echo "$as_me: failed program was:" >&5 | |
21952 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21953 | ||
21954 | ac_header_compiler=no | |
21955 | fi | |
ac1cb8d3 | 21956 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
21957 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
21958 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
21959 | ||
21960 | # Is the header present? | |
21961 | echo "$as_me:$LINENO: checking regex.h presence" >&5 | |
21962 | echo $ECHO_N "checking regex.h presence... $ECHO_C" >&6 | |
21963 | cat >conftest.$ac_ext <<_ACEOF | |
21964 | /* confdefs.h. */ | |
21965 | _ACEOF | |
21966 | cat confdefs.h >>conftest.$ac_ext | |
21967 | cat >>conftest.$ac_ext <<_ACEOF | |
21968 | /* end confdefs.h. */ | |
21969 | #include <regex.h> | |
21970 | _ACEOF | |
21971 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
21972 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
21973 | ac_status=$? | |
21974 | grep -v '^ *+' conftest.er1 >conftest.err | |
21975 | rm -f conftest.er1 | |
21976 | cat conftest.err >&5 | |
21977 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
21978 | (exit $ac_status); } >/dev/null; then | |
21979 | if test -s conftest.err; then | |
21980 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 21981 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
21982 | else |
21983 | ac_cpp_err= | |
21984 | fi | |
21985 | else | |
21986 | ac_cpp_err=yes | |
21987 | fi | |
21988 | if test -z "$ac_cpp_err"; then | |
21989 | ac_header_preproc=yes | |
21990 | else | |
21991 | echo "$as_me: failed program was:" >&5 | |
21992 | sed 's/^/| /' conftest.$ac_ext >&5 | |
21993 | ||
21994 | ac_header_preproc=no | |
21995 | fi | |
21996 | rm -f conftest.err conftest.$ac_ext | |
21997 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
21998 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
21999 | ||
22000 | # So? What about this header? | |
ac1cb8d3 VS |
22001 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
22002 | yes:no: ) | |
a848cd7e SC |
22003 | { echo "$as_me:$LINENO: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
22004 | echo "$as_me: WARNING: regex.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
22005 | { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the compiler's result" >&5 |
22006 | echo "$as_me: WARNING: regex.h: proceeding with the compiler's result" >&2;} | |
22007 | ac_header_preproc=yes | |
a848cd7e | 22008 | ;; |
ac1cb8d3 | 22009 | no:yes:* ) |
a848cd7e SC |
22010 | { echo "$as_me:$LINENO: WARNING: regex.h: present but cannot be compiled" >&5 |
22011 | echo "$as_me: WARNING: regex.h: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
22012 | { echo "$as_me:$LINENO: WARNING: regex.h: check for missing prerequisite headers?" >&5 |
22013 | echo "$as_me: WARNING: regex.h: check for missing prerequisite headers?" >&2;} | |
22014 | { echo "$as_me:$LINENO: WARNING: regex.h: see the Autoconf documentation" >&5 | |
22015 | echo "$as_me: WARNING: regex.h: see the Autoconf documentation" >&2;} | |
22016 | { echo "$as_me:$LINENO: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&5 | |
22017 | echo "$as_me: WARNING: regex.h: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
22018 | { echo "$as_me:$LINENO: WARNING: regex.h: proceeding with the preprocessor's result" >&5 |
22019 | echo "$as_me: WARNING: regex.h: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
22020 | { echo "$as_me:$LINENO: WARNING: regex.h: in the future, the compiler will take precedence" >&5 |
22021 | echo "$as_me: WARNING: regex.h: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
22022 | ( |
22023 | cat <<\_ASBOX | |
ac1cb8d3 VS |
22024 | ## ----------------------------------------- ## |
22025 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
22026 | ## ----------------------------------------- ## | |
a848cd7e SC |
22027 | _ASBOX |
22028 | ) | | |
22029 | sed "s/^/$as_me: WARNING: /" >&2 | |
22030 | ;; | |
22031 | esac | |
22032 | echo "$as_me:$LINENO: checking for regex.h" >&5 | |
22033 | echo $ECHO_N "checking for regex.h... $ECHO_C" >&6 | |
22034 | if test "${ac_cv_header_regex_h+set}" = set; then | |
22035 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22036 | else | |
22037 | ac_cv_header_regex_h=$ac_header_preproc | |
22038 | fi | |
22039 | echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5 | |
22040 | echo "${ECHO_T}$ac_cv_header_regex_h" >&6 | |
22041 | ||
22042 | fi | |
22043 | if test $ac_cv_header_regex_h = yes; then | |
22044 | ||
22045 | for ac_func in regcomp | |
22046 | do | |
22047 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
22048 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
22049 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
22050 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
22051 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22052 | else | |
22053 | cat >conftest.$ac_ext <<_ACEOF | |
22054 | /* confdefs.h. */ | |
22055 | _ACEOF | |
22056 | cat confdefs.h >>conftest.$ac_ext | |
22057 | cat >>conftest.$ac_ext <<_ACEOF | |
22058 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
22059 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
22060 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
22061 | #define $ac_func innocuous_$ac_func | |
22062 | ||
a848cd7e SC |
22063 | /* System header to define __stub macros and hopefully few prototypes, |
22064 | which can conflict with char $ac_func (); below. | |
22065 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
22066 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 22067 | |
a848cd7e SC |
22068 | #ifdef __STDC__ |
22069 | # include <limits.h> | |
22070 | #else | |
22071 | # include <assert.h> | |
22072 | #endif | |
ac1cb8d3 VS |
22073 | |
22074 | #undef $ac_func | |
22075 | ||
a848cd7e SC |
22076 | /* Override any gcc2 internal prototype to avoid an error. */ |
22077 | #ifdef __cplusplus | |
22078 | extern "C" | |
22079 | { | |
22080 | #endif | |
22081 | /* We use char because int might match the return type of a gcc2 | |
22082 | builtin and then its argument prototype would still apply. */ | |
22083 | char $ac_func (); | |
22084 | /* The GNU C library defines this for functions which it implements | |
22085 | to always fail with ENOSYS. Some functions are actually named | |
22086 | something starting with __ and the normal name is an alias. */ | |
22087 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
22088 | choke me | |
22089 | #else | |
22090 | char (*f) () = $ac_func; | |
22091 | #endif | |
22092 | #ifdef __cplusplus | |
22093 | } | |
22094 | #endif | |
22095 | ||
22096 | int | |
22097 | main () | |
22098 | { | |
22099 | return f != $ac_func; | |
22100 | ; | |
22101 | return 0; | |
22102 | } | |
22103 | _ACEOF | |
22104 | rm -f conftest.$ac_objext conftest$ac_exeext | |
22105 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 22106 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 22107 | ac_status=$? |
ac1cb8d3 VS |
22108 | grep -v '^ *+' conftest.er1 >conftest.err |
22109 | rm -f conftest.er1 | |
22110 | cat conftest.err >&5 | |
a848cd7e SC |
22111 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22112 | (exit $ac_status); } && | |
07158944 | 22113 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
22114 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22115 | (eval $ac_try) 2>&5 | |
22116 | ac_status=$? | |
22117 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22118 | (exit $ac_status); }; } && | |
22119 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
22120 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22121 | (eval $ac_try) 2>&5 | |
22122 | ac_status=$? | |
22123 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22124 | (exit $ac_status); }; }; then | |
22125 | eval "$as_ac_var=yes" | |
22126 | else | |
22127 | echo "$as_me: failed program was:" >&5 | |
22128 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22129 | ||
22130 | eval "$as_ac_var=no" | |
22131 | fi | |
ac1cb8d3 VS |
22132 | rm -f conftest.err conftest.$ac_objext \ |
22133 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
22134 | fi |
22135 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
22136 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
22137 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
22138 | cat >>confdefs.h <<_ACEOF | |
22139 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
22140 | _ACEOF | |
22141 | ||
22142 | fi | |
22143 | done | |
22144 | ||
22145 | fi | |
22146 | ||
22147 | ||
22148 | ||
22149 | if test "x$ac_cv_func_regcomp" != "xyes"; then | |
22150 | if test "$wxUSE_REGEX" = "sys" ; then | |
22151 | { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5 | |
22152 | echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;} | |
22153 | { (exit 1); exit 1; }; } | |
22154 | else | |
22155 | { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5 | |
22156 | echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;} | |
22157 | wxUSE_REGEX=builtin | |
22158 | fi | |
22159 | else | |
22160 | wxUSE_REGEX=sys | |
22161 | cat >>confdefs.h <<\_ACEOF | |
22162 | #define WX_NO_REGEX_ADVANCED 1 | |
22163 | _ACEOF | |
22164 | ||
22165 | fi | |
22166 | fi | |
22167 | fi | |
22168 | ||
22169 | ||
22170 | ZLIB_LINK= | |
22171 | if test "$wxUSE_ZLIB" != "no" ; then | |
22172 | cat >>confdefs.h <<\_ACEOF | |
22173 | #define wxUSE_ZLIB 1 | |
22174 | _ACEOF | |
22175 | ||
22176 | ||
22177 | if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then | |
22178 | if test "$USE_DARWIN" = 1; then | |
22179 | system_zlib_h_ok="yes" | |
22180 | else | |
22181 | echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5 | |
22182 | echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6 | |
22183 | if test "${ac_cv_header_zlib_h+set}" = set; then | |
22184 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22185 | else | |
22186 | if test "$cross_compiling" = yes; then | |
22187 | unset ac_cv_header_zlib_h | |
22188 | ||
22189 | else | |
22190 | cat >conftest.$ac_ext <<_ACEOF | |
22191 | /* confdefs.h. */ | |
22192 | _ACEOF | |
22193 | cat confdefs.h >>conftest.$ac_ext | |
22194 | cat >>conftest.$ac_ext <<_ACEOF | |
22195 | /* end confdefs.h. */ | |
22196 | ||
22197 | #include <zlib.h> | |
22198 | #include <stdio.h> | |
22199 | ||
22200 | int main() | |
22201 | { | |
22202 | FILE *f=fopen("conftestval", "w"); | |
22203 | if (!f) exit(1); | |
22204 | fprintf(f, "%s", | |
22205 | ZLIB_VERSION[0] == '1' && | |
22206 | (ZLIB_VERSION[2] > '1' || | |
22207 | (ZLIB_VERSION[2] == '1' && | |
22208 | ZLIB_VERSION[4] >= '4')) ? "yes" : "no"); | |
22209 | exit(0); | |
22210 | } | |
22211 | ||
22212 | _ACEOF | |
22213 | rm -f conftest$ac_exeext | |
22214 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
22215 | (eval $ac_link) 2>&5 | |
22216 | ac_status=$? | |
22217 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22218 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
22219 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
22220 | (eval $ac_try) 2>&5 | |
22221 | ac_status=$? | |
22222 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22223 | (exit $ac_status); }; }; then | |
22224 | ac_cv_header_zlib_h=`cat conftestval` | |
22225 | else | |
22226 | echo "$as_me: program exited with status $ac_status" >&5 | |
22227 | echo "$as_me: failed program was:" >&5 | |
22228 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22229 | ||
22230 | ( exit $ac_status ) | |
22231 | ac_cv_header_zlib_h=no | |
22232 | fi | |
ac1cb8d3 | 22233 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
22234 | fi |
22235 | ||
22236 | fi | |
22237 | echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 | |
22238 | echo "${ECHO_T}$ac_cv_header_zlib_h" >&6 | |
22239 | if test "${ac_cv_header_zlib_h+set}" = set; then | |
22240 | echo "$as_me:$LINENO: checking for zlib.h" >&5 | |
22241 | echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6 | |
22242 | if test "${ac_cv_header_zlib_h+set}" = set; then | |
22243 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22244 | fi | |
22245 | echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 | |
22246 | echo "${ECHO_T}$ac_cv_header_zlib_h" >&6 | |
22247 | else | |
22248 | # Is the header compilable? | |
22249 | echo "$as_me:$LINENO: checking zlib.h usability" >&5 | |
22250 | echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6 | |
22251 | cat >conftest.$ac_ext <<_ACEOF | |
22252 | /* confdefs.h. */ | |
22253 | _ACEOF | |
22254 | cat confdefs.h >>conftest.$ac_ext | |
22255 | cat >>conftest.$ac_ext <<_ACEOF | |
22256 | /* end confdefs.h. */ | |
22257 | $ac_includes_default | |
22258 | #include <zlib.h> | |
22259 | _ACEOF | |
22260 | rm -f conftest.$ac_objext | |
22261 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 22262 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 22263 | ac_status=$? |
ac1cb8d3 VS |
22264 | grep -v '^ *+' conftest.er1 >conftest.err |
22265 | rm -f conftest.er1 | |
22266 | cat conftest.err >&5 | |
a848cd7e SC |
22267 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22268 | (exit $ac_status); } && | |
07158944 | 22269 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
22270 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22271 | (eval $ac_try) 2>&5 | |
22272 | ac_status=$? | |
22273 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22274 | (exit $ac_status); }; } && | |
22275 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
22276 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22277 | (eval $ac_try) 2>&5 | |
22278 | ac_status=$? | |
22279 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22280 | (exit $ac_status); }; }; then | |
22281 | ac_header_compiler=yes | |
22282 | else | |
22283 | echo "$as_me: failed program was:" >&5 | |
22284 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22285 | ||
22286 | ac_header_compiler=no | |
22287 | fi | |
ac1cb8d3 | 22288 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
22289 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
22290 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
22291 | ||
22292 | # Is the header present? | |
22293 | echo "$as_me:$LINENO: checking zlib.h presence" >&5 | |
22294 | echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6 | |
22295 | cat >conftest.$ac_ext <<_ACEOF | |
22296 | /* confdefs.h. */ | |
22297 | _ACEOF | |
22298 | cat confdefs.h >>conftest.$ac_ext | |
22299 | cat >>conftest.$ac_ext <<_ACEOF | |
22300 | /* end confdefs.h. */ | |
22301 | #include <zlib.h> | |
22302 | _ACEOF | |
22303 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
22304 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
22305 | ac_status=$? | |
22306 | grep -v '^ *+' conftest.er1 >conftest.err | |
22307 | rm -f conftest.er1 | |
22308 | cat conftest.err >&5 | |
22309 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22310 | (exit $ac_status); } >/dev/null; then | |
22311 | if test -s conftest.err; then | |
22312 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 22313 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
22314 | else |
22315 | ac_cpp_err= | |
22316 | fi | |
22317 | else | |
22318 | ac_cpp_err=yes | |
22319 | fi | |
22320 | if test -z "$ac_cpp_err"; then | |
22321 | ac_header_preproc=yes | |
22322 | else | |
22323 | echo "$as_me: failed program was:" >&5 | |
22324 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22325 | ||
22326 | ac_header_preproc=no | |
22327 | fi | |
22328 | rm -f conftest.err conftest.$ac_ext | |
22329 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
22330 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
22331 | ||
22332 | # So? What about this header? | |
ac1cb8d3 VS |
22333 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
22334 | yes:no: ) | |
a848cd7e SC |
22335 | { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
22336 | echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
22337 | { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5 |
22338 | echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;} | |
22339 | ac_header_preproc=yes | |
a848cd7e | 22340 | ;; |
ac1cb8d3 | 22341 | no:yes:* ) |
a848cd7e SC |
22342 | { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5 |
22343 | echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
22344 | { echo "$as_me:$LINENO: WARNING: zlib.h: check for missing prerequisite headers?" >&5 |
22345 | echo "$as_me: WARNING: zlib.h: check for missing prerequisite headers?" >&2;} | |
22346 | { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5 | |
22347 | echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;} | |
22348 | { echo "$as_me:$LINENO: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&5 | |
22349 | echo "$as_me: WARNING: zlib.h: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
22350 | { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5 |
22351 | echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
22352 | { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5 |
22353 | echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
22354 | ( |
22355 | cat <<\_ASBOX | |
ac1cb8d3 VS |
22356 | ## ----------------------------------------- ## |
22357 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
22358 | ## ----------------------------------------- ## | |
a848cd7e SC |
22359 | _ASBOX |
22360 | ) | | |
22361 | sed "s/^/$as_me: WARNING: /" >&2 | |
22362 | ;; | |
22363 | esac | |
22364 | echo "$as_me:$LINENO: checking for zlib.h" >&5 | |
22365 | echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6 | |
22366 | if test "${ac_cv_header_zlib_h+set}" = set; then | |
22367 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22368 | else | |
22369 | ac_cv_header_zlib_h=$ac_header_preproc | |
22370 | fi | |
22371 | echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5 | |
22372 | echo "${ECHO_T}$ac_cv_header_zlib_h" >&6 | |
22373 | ||
22374 | fi | |
22375 | ||
22376 | ||
22377 | ||
22378 | system_zlib_h_ok=$ac_cv_header_zlib_h | |
22379 | fi | |
22380 | ||
22381 | if test "$system_zlib_h_ok" = "yes"; then | |
22382 | echo "$as_me:$LINENO: checking for deflate in -lz" >&5 | |
22383 | echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6 | |
22384 | if test "${ac_cv_lib_z_deflate+set}" = set; then | |
22385 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22386 | else | |
22387 | ac_check_lib_save_LIBS=$LIBS | |
22388 | LIBS="-lz $LIBS" | |
22389 | cat >conftest.$ac_ext <<_ACEOF | |
22390 | /* confdefs.h. */ | |
22391 | _ACEOF | |
22392 | cat confdefs.h >>conftest.$ac_ext | |
22393 | cat >>conftest.$ac_ext <<_ACEOF | |
22394 | /* end confdefs.h. */ | |
22395 | ||
22396 | /* Override any gcc2 internal prototype to avoid an error. */ | |
22397 | #ifdef __cplusplus | |
22398 | extern "C" | |
22399 | #endif | |
22400 | /* We use char because int might match the return type of a gcc2 | |
22401 | builtin and then its argument prototype would still apply. */ | |
22402 | char deflate (); | |
22403 | int | |
22404 | main () | |
22405 | { | |
22406 | deflate (); | |
22407 | ; | |
22408 | return 0; | |
22409 | } | |
22410 | _ACEOF | |
22411 | rm -f conftest.$ac_objext conftest$ac_exeext | |
22412 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 22413 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 22414 | ac_status=$? |
ac1cb8d3 VS |
22415 | grep -v '^ *+' conftest.er1 >conftest.err |
22416 | rm -f conftest.er1 | |
22417 | cat conftest.err >&5 | |
a848cd7e SC |
22418 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22419 | (exit $ac_status); } && | |
07158944 | 22420 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
22421 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22422 | (eval $ac_try) 2>&5 | |
22423 | ac_status=$? | |
22424 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22425 | (exit $ac_status); }; } && | |
22426 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
22427 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22428 | (eval $ac_try) 2>&5 | |
22429 | ac_status=$? | |
22430 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22431 | (exit $ac_status); }; }; then | |
22432 | ac_cv_lib_z_deflate=yes | |
22433 | else | |
22434 | echo "$as_me: failed program was:" >&5 | |
22435 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22436 | ||
22437 | ac_cv_lib_z_deflate=no | |
22438 | fi | |
ac1cb8d3 VS |
22439 | rm -f conftest.err conftest.$ac_objext \ |
22440 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
22441 | LIBS=$ac_check_lib_save_LIBS |
22442 | fi | |
22443 | echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5 | |
22444 | echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6 | |
22445 | if test $ac_cv_lib_z_deflate = yes; then | |
22446 | ZLIB_LINK=" -lz" | |
22447 | fi | |
22448 | ||
22449 | fi | |
22450 | ||
22451 | if test "x$ZLIB_LINK" = "x" ; then | |
22452 | if test "$wxUSE_ZLIB" = "sys" ; then | |
22453 | { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5 | |
22454 | echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;} | |
22455 | { (exit 1); exit 1; }; } | |
22456 | else | |
22457 | { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5 | |
22458 | echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;} | |
22459 | wxUSE_ZLIB=builtin | |
22460 | fi | |
22461 | else | |
22462 | wxUSE_ZLIB=sys | |
22463 | fi | |
22464 | fi | |
22465 | fi | |
22466 | ||
22467 | ||
22468 | PNG_LINK= | |
22469 | if test "$wxUSE_LIBPNG" != "no" ; then | |
22470 | cat >>confdefs.h <<\_ACEOF | |
22471 | #define wxUSE_LIBPNG 1 | |
22472 | _ACEOF | |
22473 | ||
22474 | ||
22475 | if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then | |
22476 | { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5 | |
22477 | echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;} | |
22478 | wxUSE_LIBPNG=sys | |
22479 | fi | |
22480 | ||
22481 | if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then | |
22482 | { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5 | |
22483 | echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;} | |
22484 | wxUSE_LIBPNG=builtin | |
22485 | fi | |
22486 | ||
22487 | if test "$wxUSE_MGL" != 1 ; then | |
22488 | if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then | |
22489 | echo "$as_me:$LINENO: checking for png.h > 0.90" >&5 | |
22490 | echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6 | |
22491 | if test "${ac_cv_header_png_h+set}" = set; then | |
22492 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22493 | else | |
22494 | if test "$cross_compiling" = yes; then | |
22495 | unset ac_cv_header_png_h | |
22496 | ||
22497 | else | |
22498 | cat >conftest.$ac_ext <<_ACEOF | |
22499 | /* confdefs.h. */ | |
22500 | _ACEOF | |
22501 | cat confdefs.h >>conftest.$ac_ext | |
22502 | cat >>conftest.$ac_ext <<_ACEOF | |
22503 | /* end confdefs.h. */ | |
22504 | ||
22505 | #include <png.h> | |
22506 | #include <stdio.h> | |
22507 | ||
22508 | int main() | |
22509 | { | |
22510 | FILE *f=fopen("conftestval", "w"); | |
22511 | if (!f) exit(1); | |
22512 | fprintf(f, "%s", | |
22513 | PNG_LIBPNG_VER > 90 ? "yes" : "no"); | |
22514 | exit(0); | |
22515 | } | |
22516 | ||
22517 | _ACEOF | |
22518 | rm -f conftest$ac_exeext | |
22519 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
22520 | (eval $ac_link) 2>&5 | |
22521 | ac_status=$? | |
22522 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22523 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
22524 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
22525 | (eval $ac_try) 2>&5 | |
22526 | ac_status=$? | |
22527 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22528 | (exit $ac_status); }; }; then | |
22529 | ac_cv_header_png_h=`cat conftestval` | |
22530 | else | |
22531 | echo "$as_me: program exited with status $ac_status" >&5 | |
22532 | echo "$as_me: failed program was:" >&5 | |
22533 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22534 | ||
22535 | ( exit $ac_status ) | |
22536 | ac_cv_header_png_h=no | |
22537 | fi | |
ac1cb8d3 | 22538 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
22539 | fi |
22540 | ||
22541 | fi | |
22542 | echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5 | |
22543 | echo "${ECHO_T}$ac_cv_header_png_h" >&6 | |
22544 | if test "${ac_cv_header_png_h+set}" = set; then | |
22545 | echo "$as_me:$LINENO: checking for png.h" >&5 | |
22546 | echo $ECHO_N "checking for png.h... $ECHO_C" >&6 | |
22547 | if test "${ac_cv_header_png_h+set}" = set; then | |
22548 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22549 | fi | |
22550 | echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5 | |
22551 | echo "${ECHO_T}$ac_cv_header_png_h" >&6 | |
22552 | else | |
22553 | # Is the header compilable? | |
22554 | echo "$as_me:$LINENO: checking png.h usability" >&5 | |
22555 | echo $ECHO_N "checking png.h usability... $ECHO_C" >&6 | |
22556 | cat >conftest.$ac_ext <<_ACEOF | |
22557 | /* confdefs.h. */ | |
22558 | _ACEOF | |
22559 | cat confdefs.h >>conftest.$ac_ext | |
22560 | cat >>conftest.$ac_ext <<_ACEOF | |
22561 | /* end confdefs.h. */ | |
22562 | $ac_includes_default | |
22563 | #include <png.h> | |
22564 | _ACEOF | |
22565 | rm -f conftest.$ac_objext | |
22566 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 22567 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 22568 | ac_status=$? |
ac1cb8d3 VS |
22569 | grep -v '^ *+' conftest.er1 >conftest.err |
22570 | rm -f conftest.er1 | |
22571 | cat conftest.err >&5 | |
a848cd7e SC |
22572 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22573 | (exit $ac_status); } && | |
07158944 | 22574 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
22575 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22576 | (eval $ac_try) 2>&5 | |
22577 | ac_status=$? | |
22578 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22579 | (exit $ac_status); }; } && | |
22580 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
22581 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22582 | (eval $ac_try) 2>&5 | |
22583 | ac_status=$? | |
22584 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22585 | (exit $ac_status); }; }; then | |
22586 | ac_header_compiler=yes | |
22587 | else | |
22588 | echo "$as_me: failed program was:" >&5 | |
22589 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22590 | ||
22591 | ac_header_compiler=no | |
22592 | fi | |
ac1cb8d3 | 22593 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
22594 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
22595 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
22596 | ||
22597 | # Is the header present? | |
22598 | echo "$as_me:$LINENO: checking png.h presence" >&5 | |
22599 | echo $ECHO_N "checking png.h presence... $ECHO_C" >&6 | |
22600 | cat >conftest.$ac_ext <<_ACEOF | |
22601 | /* confdefs.h. */ | |
22602 | _ACEOF | |
22603 | cat confdefs.h >>conftest.$ac_ext | |
22604 | cat >>conftest.$ac_ext <<_ACEOF | |
22605 | /* end confdefs.h. */ | |
22606 | #include <png.h> | |
22607 | _ACEOF | |
22608 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
22609 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
22610 | ac_status=$? | |
22611 | grep -v '^ *+' conftest.er1 >conftest.err | |
22612 | rm -f conftest.er1 | |
22613 | cat conftest.err >&5 | |
22614 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22615 | (exit $ac_status); } >/dev/null; then | |
22616 | if test -s conftest.err; then | |
22617 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 22618 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
22619 | else |
22620 | ac_cpp_err= | |
22621 | fi | |
22622 | else | |
22623 | ac_cpp_err=yes | |
22624 | fi | |
22625 | if test -z "$ac_cpp_err"; then | |
22626 | ac_header_preproc=yes | |
22627 | else | |
22628 | echo "$as_me: failed program was:" >&5 | |
22629 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22630 | ||
22631 | ac_header_preproc=no | |
22632 | fi | |
22633 | rm -f conftest.err conftest.$ac_ext | |
22634 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
22635 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
22636 | ||
22637 | # So? What about this header? | |
ac1cb8d3 VS |
22638 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
22639 | yes:no: ) | |
a848cd7e SC |
22640 | { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
22641 | echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
22642 | { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5 |
22643 | echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;} | |
22644 | ac_header_preproc=yes | |
a848cd7e | 22645 | ;; |
ac1cb8d3 | 22646 | no:yes:* ) |
a848cd7e SC |
22647 | { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5 |
22648 | echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
22649 | { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5 |
22650 | echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;} | |
22651 | { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5 | |
22652 | echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;} | |
22653 | { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5 | |
22654 | echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
22655 | { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5 |
22656 | echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
22657 | { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5 |
22658 | echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
22659 | ( |
22660 | cat <<\_ASBOX | |
ac1cb8d3 VS |
22661 | ## ----------------------------------------- ## |
22662 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
22663 | ## ----------------------------------------- ## | |
a848cd7e SC |
22664 | _ASBOX |
22665 | ) | | |
22666 | sed "s/^/$as_me: WARNING: /" >&2 | |
22667 | ;; | |
22668 | esac | |
22669 | echo "$as_me:$LINENO: checking for png.h" >&5 | |
22670 | echo $ECHO_N "checking for png.h... $ECHO_C" >&6 | |
22671 | if test "${ac_cv_header_png_h+set}" = set; then | |
22672 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22673 | else | |
22674 | ac_cv_header_png_h=$ac_header_preproc | |
22675 | fi | |
22676 | echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5 | |
22677 | echo "${ECHO_T}$ac_cv_header_png_h" >&6 | |
22678 | ||
22679 | fi | |
22680 | ||
22681 | ||
22682 | ||
22683 | if test "$ac_cv_header_png_h" = "yes"; then | |
22684 | echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5 | |
22685 | echo $ECHO_N "checking for png_check_sig in -lpng... $ECHO_C" >&6 | |
22686 | if test "${ac_cv_lib_png_png_check_sig+set}" = set; then | |
22687 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22688 | else | |
22689 | ac_check_lib_save_LIBS=$LIBS | |
22690 | LIBS="-lpng -lz -lm $LIBS" | |
22691 | cat >conftest.$ac_ext <<_ACEOF | |
22692 | /* confdefs.h. */ | |
22693 | _ACEOF | |
22694 | cat confdefs.h >>conftest.$ac_ext | |
22695 | cat >>conftest.$ac_ext <<_ACEOF | |
22696 | /* end confdefs.h. */ | |
22697 | ||
22698 | /* Override any gcc2 internal prototype to avoid an error. */ | |
22699 | #ifdef __cplusplus | |
22700 | extern "C" | |
22701 | #endif | |
22702 | /* We use char because int might match the return type of a gcc2 | |
22703 | builtin and then its argument prototype would still apply. */ | |
22704 | char png_check_sig (); | |
22705 | int | |
22706 | main () | |
22707 | { | |
22708 | png_check_sig (); | |
22709 | ; | |
22710 | return 0; | |
22711 | } | |
22712 | _ACEOF | |
22713 | rm -f conftest.$ac_objext conftest$ac_exeext | |
22714 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 22715 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 22716 | ac_status=$? |
ac1cb8d3 VS |
22717 | grep -v '^ *+' conftest.er1 >conftest.err |
22718 | rm -f conftest.er1 | |
22719 | cat conftest.err >&5 | |
a848cd7e SC |
22720 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22721 | (exit $ac_status); } && | |
07158944 | 22722 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
22723 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22724 | (eval $ac_try) 2>&5 | |
22725 | ac_status=$? | |
22726 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22727 | (exit $ac_status); }; } && | |
22728 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
22729 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22730 | (eval $ac_try) 2>&5 | |
22731 | ac_status=$? | |
22732 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22733 | (exit $ac_status); }; }; then | |
22734 | ac_cv_lib_png_png_check_sig=yes | |
22735 | else | |
22736 | echo "$as_me: failed program was:" >&5 | |
22737 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22738 | ||
22739 | ac_cv_lib_png_png_check_sig=no | |
22740 | fi | |
ac1cb8d3 VS |
22741 | rm -f conftest.err conftest.$ac_objext \ |
22742 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
22743 | LIBS=$ac_check_lib_save_LIBS |
22744 | fi | |
22745 | echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5 | |
22746 | echo "${ECHO_T}$ac_cv_lib_png_png_check_sig" >&6 | |
22747 | if test $ac_cv_lib_png_png_check_sig = yes; then | |
22748 | PNG_LINK=" -lpng -lz" | |
22749 | fi | |
22750 | ||
22751 | fi | |
22752 | ||
22753 | if test "x$PNG_LINK" = "x" ; then | |
22754 | if test "$wxUSE_LIBPNG" = "sys" ; then | |
22755 | { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5 | |
22756 | echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;} | |
22757 | { (exit 1); exit 1; }; } | |
22758 | else | |
22759 | { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5 | |
22760 | echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;} | |
22761 | wxUSE_LIBPNG=builtin | |
22762 | fi | |
22763 | else | |
22764 | wxUSE_LIBPNG=sys | |
22765 | fi | |
22766 | fi | |
22767 | fi | |
22768 | ||
22769 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS png" | |
22770 | fi | |
22771 | ||
22772 | ||
22773 | JPEG_LINK= | |
22774 | if test "$wxUSE_LIBJPEG" != "no" ; then | |
22775 | cat >>confdefs.h <<\_ACEOF | |
22776 | #define wxUSE_LIBJPEG 1 | |
22777 | _ACEOF | |
22778 | ||
22779 | ||
22780 | if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then | |
22781 | { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5 | |
22782 | echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;} | |
22783 | wxUSE_LIBJPEG=sys | |
22784 | fi | |
22785 | ||
22786 | if test "$wxUSE_MGL" != 1 ; then | |
22787 | if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then | |
22788 | echo "$as_me:$LINENO: checking for jpeglib.h" >&5 | |
22789 | echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6 | |
22790 | if test "${ac_cv_header_jpeglib_h+set}" = set; then | |
22791 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22792 | else | |
22793 | cat >conftest.$ac_ext <<_ACEOF | |
22794 | /* confdefs.h. */ | |
22795 | _ACEOF | |
22796 | cat confdefs.h >>conftest.$ac_ext | |
22797 | cat >>conftest.$ac_ext <<_ACEOF | |
22798 | /* end confdefs.h. */ | |
22799 | ||
22800 | #undef HAVE_STDLIB_H | |
22801 | #include <stdio.h> | |
22802 | #include <jpeglib.h> | |
22803 | ||
22804 | int | |
22805 | main () | |
22806 | { | |
22807 | ||
22808 | ||
22809 | ; | |
22810 | return 0; | |
22811 | } | |
22812 | _ACEOF | |
22813 | rm -f conftest.$ac_objext | |
22814 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 22815 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 22816 | ac_status=$? |
ac1cb8d3 VS |
22817 | grep -v '^ *+' conftest.er1 >conftest.err |
22818 | rm -f conftest.er1 | |
22819 | cat conftest.err >&5 | |
a848cd7e SC |
22820 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22821 | (exit $ac_status); } && | |
07158944 | 22822 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
22823 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22824 | (eval $ac_try) 2>&5 | |
22825 | ac_status=$? | |
22826 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22827 | (exit $ac_status); }; } && | |
22828 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
22829 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22830 | (eval $ac_try) 2>&5 | |
22831 | ac_status=$? | |
22832 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22833 | (exit $ac_status); }; }; then | |
22834 | ac_cv_header_jpeglib_h=yes | |
22835 | else | |
22836 | echo "$as_me: failed program was:" >&5 | |
22837 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22838 | ||
22839 | ac_cv_header_jpeglib_h=no | |
22840 | ||
22841 | fi | |
ac1cb8d3 | 22842 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
22843 | |
22844 | fi | |
22845 | ||
22846 | echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5 | |
22847 | echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6 | |
22848 | ||
22849 | if test "$ac_cv_header_jpeglib_h" = "yes"; then | |
22850 | echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5 | |
22851 | echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6 | |
22852 | if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then | |
22853 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22854 | else | |
22855 | ac_check_lib_save_LIBS=$LIBS | |
22856 | LIBS="-ljpeg $LIBS" | |
22857 | cat >conftest.$ac_ext <<_ACEOF | |
22858 | /* confdefs.h. */ | |
22859 | _ACEOF | |
22860 | cat confdefs.h >>conftest.$ac_ext | |
22861 | cat >>conftest.$ac_ext <<_ACEOF | |
22862 | /* end confdefs.h. */ | |
22863 | ||
22864 | /* Override any gcc2 internal prototype to avoid an error. */ | |
22865 | #ifdef __cplusplus | |
22866 | extern "C" | |
22867 | #endif | |
22868 | /* We use char because int might match the return type of a gcc2 | |
22869 | builtin and then its argument prototype would still apply. */ | |
22870 | char jpeg_read_header (); | |
22871 | int | |
22872 | main () | |
22873 | { | |
22874 | jpeg_read_header (); | |
22875 | ; | |
22876 | return 0; | |
22877 | } | |
22878 | _ACEOF | |
22879 | rm -f conftest.$ac_objext conftest$ac_exeext | |
22880 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 22881 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 22882 | ac_status=$? |
ac1cb8d3 VS |
22883 | grep -v '^ *+' conftest.er1 >conftest.err |
22884 | rm -f conftest.er1 | |
22885 | cat conftest.err >&5 | |
a848cd7e SC |
22886 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22887 | (exit $ac_status); } && | |
07158944 | 22888 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
22889 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22890 | (eval $ac_try) 2>&5 | |
22891 | ac_status=$? | |
22892 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22893 | (exit $ac_status); }; } && | |
22894 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
22895 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22896 | (eval $ac_try) 2>&5 | |
22897 | ac_status=$? | |
22898 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22899 | (exit $ac_status); }; }; then | |
22900 | ac_cv_lib_jpeg_jpeg_read_header=yes | |
22901 | else | |
22902 | echo "$as_me: failed program was:" >&5 | |
22903 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22904 | ||
22905 | ac_cv_lib_jpeg_jpeg_read_header=no | |
22906 | fi | |
ac1cb8d3 VS |
22907 | rm -f conftest.err conftest.$ac_objext \ |
22908 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
22909 | LIBS=$ac_check_lib_save_LIBS |
22910 | fi | |
22911 | echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5 | |
22912 | echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6 | |
22913 | if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then | |
22914 | JPEG_LINK=" -ljpeg" | |
22915 | fi | |
22916 | ||
22917 | fi | |
22918 | ||
22919 | if test "x$JPEG_LINK" = "x" ; then | |
22920 | if test "$wxUSE_LIBJPEG" = "sys" ; then | |
22921 | { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5 | |
22922 | echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;} | |
22923 | { (exit 1); exit 1; }; } | |
22924 | else | |
22925 | { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5 | |
22926 | echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;} | |
22927 | wxUSE_LIBJPEG=builtin | |
22928 | fi | |
22929 | else | |
22930 | wxUSE_LIBJPEG=sys | |
22931 | fi | |
22932 | fi | |
22933 | fi | |
22934 | fi | |
22935 | ||
22936 | ||
22937 | TIFF_LINK= | |
22938 | TIFF_PREREQ_LINKS=-lm | |
22939 | if test "$wxUSE_LIBTIFF" != "no" ; then | |
22940 | cat >>confdefs.h <<\_ACEOF | |
22941 | #define wxUSE_LIBTIFF 1 | |
22942 | _ACEOF | |
22943 | ||
22944 | ||
22945 | if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then | |
22946 | if test "$wxUSE_LIBJPEG" = "sys"; then | |
22947 | TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK" | |
22948 | fi | |
22949 | if test "$wxUSE_ZLIB" = "sys"; then | |
22950 | TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK" | |
22951 | fi | |
22952 | if test "${ac_cv_header_tiffio_h+set}" = set; then | |
22953 | echo "$as_me:$LINENO: checking for tiffio.h" >&5 | |
22954 | echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 | |
22955 | if test "${ac_cv_header_tiffio_h+set}" = set; then | |
22956 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
22957 | fi | |
22958 | echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5 | |
22959 | echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6 | |
22960 | else | |
22961 | # Is the header compilable? | |
22962 | echo "$as_me:$LINENO: checking tiffio.h usability" >&5 | |
22963 | echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6 | |
22964 | cat >conftest.$ac_ext <<_ACEOF | |
22965 | /* confdefs.h. */ | |
22966 | _ACEOF | |
22967 | cat confdefs.h >>conftest.$ac_ext | |
22968 | cat >>conftest.$ac_ext <<_ACEOF | |
22969 | /* end confdefs.h. */ | |
22970 | $ac_includes_default | |
22971 | #include <tiffio.h> | |
22972 | _ACEOF | |
22973 | rm -f conftest.$ac_objext | |
22974 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 22975 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 22976 | ac_status=$? |
ac1cb8d3 VS |
22977 | grep -v '^ *+' conftest.er1 >conftest.err |
22978 | rm -f conftest.er1 | |
22979 | cat conftest.err >&5 | |
a848cd7e SC |
22980 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
22981 | (exit $ac_status); } && | |
07158944 | 22982 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
22983 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22984 | (eval $ac_try) 2>&5 | |
22985 | ac_status=$? | |
22986 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22987 | (exit $ac_status); }; } && | |
22988 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
22989 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
22990 | (eval $ac_try) 2>&5 | |
22991 | ac_status=$? | |
22992 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
22993 | (exit $ac_status); }; }; then | |
22994 | ac_header_compiler=yes | |
22995 | else | |
22996 | echo "$as_me: failed program was:" >&5 | |
22997 | sed 's/^/| /' conftest.$ac_ext >&5 | |
22998 | ||
22999 | ac_header_compiler=no | |
23000 | fi | |
ac1cb8d3 | 23001 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
23002 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
23003 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
23004 | ||
23005 | # Is the header present? | |
23006 | echo "$as_me:$LINENO: checking tiffio.h presence" >&5 | |
23007 | echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6 | |
23008 | cat >conftest.$ac_ext <<_ACEOF | |
23009 | /* confdefs.h. */ | |
23010 | _ACEOF | |
23011 | cat confdefs.h >>conftest.$ac_ext | |
23012 | cat >>conftest.$ac_ext <<_ACEOF | |
23013 | /* end confdefs.h. */ | |
23014 | #include <tiffio.h> | |
23015 | _ACEOF | |
23016 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
23017 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
23018 | ac_status=$? | |
23019 | grep -v '^ *+' conftest.er1 >conftest.err | |
23020 | rm -f conftest.er1 | |
23021 | cat conftest.err >&5 | |
23022 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23023 | (exit $ac_status); } >/dev/null; then | |
23024 | if test -s conftest.err; then | |
23025 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 23026 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
23027 | else |
23028 | ac_cpp_err= | |
23029 | fi | |
23030 | else | |
23031 | ac_cpp_err=yes | |
23032 | fi | |
23033 | if test -z "$ac_cpp_err"; then | |
23034 | ac_header_preproc=yes | |
23035 | else | |
23036 | echo "$as_me: failed program was:" >&5 | |
23037 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23038 | ||
23039 | ac_header_preproc=no | |
23040 | fi | |
23041 | rm -f conftest.err conftest.$ac_ext | |
23042 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
23043 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
23044 | ||
23045 | # So? What about this header? | |
ac1cb8d3 VS |
23046 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
23047 | yes:no: ) | |
a848cd7e SC |
23048 | { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
23049 | echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
23050 | { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5 |
23051 | echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;} | |
23052 | ac_header_preproc=yes | |
a848cd7e | 23053 | ;; |
ac1cb8d3 | 23054 | no:yes:* ) |
a848cd7e SC |
23055 | { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5 |
23056 | echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
23057 | { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5 |
23058 | echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;} | |
23059 | { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5 | |
23060 | echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;} | |
23061 | { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5 | |
23062 | echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
23063 | { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 |
23064 | echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
23065 | { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5 |
23066 | echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
23067 | ( |
23068 | cat <<\_ASBOX | |
ac1cb8d3 VS |
23069 | ## ----------------------------------------- ## |
23070 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
23071 | ## ----------------------------------------- ## | |
a848cd7e SC |
23072 | _ASBOX |
23073 | ) | | |
23074 | sed "s/^/$as_me: WARNING: /" >&2 | |
23075 | ;; | |
23076 | esac | |
23077 | echo "$as_me:$LINENO: checking for tiffio.h" >&5 | |
23078 | echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 | |
23079 | if test "${ac_cv_header_tiffio_h+set}" = set; then | |
23080 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23081 | else | |
23082 | ac_cv_header_tiffio_h=$ac_header_preproc | |
23083 | fi | |
23084 | echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5 | |
23085 | echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6 | |
23086 | ||
23087 | fi | |
23088 | if test $ac_cv_header_tiffio_h = yes; then | |
23089 | ||
23090 | echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5 | |
23091 | echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6 | |
23092 | if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then | |
23093 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23094 | else | |
23095 | ac_check_lib_save_LIBS=$LIBS | |
23096 | LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS" | |
23097 | cat >conftest.$ac_ext <<_ACEOF | |
23098 | /* confdefs.h. */ | |
23099 | _ACEOF | |
23100 | cat confdefs.h >>conftest.$ac_ext | |
23101 | cat >>conftest.$ac_ext <<_ACEOF | |
23102 | /* end confdefs.h. */ | |
23103 | ||
23104 | /* Override any gcc2 internal prototype to avoid an error. */ | |
23105 | #ifdef __cplusplus | |
23106 | extern "C" | |
23107 | #endif | |
23108 | /* We use char because int might match the return type of a gcc2 | |
23109 | builtin and then its argument prototype would still apply. */ | |
23110 | char TIFFError (); | |
23111 | int | |
23112 | main () | |
23113 | { | |
23114 | TIFFError (); | |
23115 | ; | |
23116 | return 0; | |
23117 | } | |
23118 | _ACEOF | |
23119 | rm -f conftest.$ac_objext conftest$ac_exeext | |
23120 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 23121 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 23122 | ac_status=$? |
ac1cb8d3 VS |
23123 | grep -v '^ *+' conftest.er1 >conftest.err |
23124 | rm -f conftest.er1 | |
23125 | cat conftest.err >&5 | |
a848cd7e SC |
23126 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23127 | (exit $ac_status); } && | |
07158944 | 23128 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
23129 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23130 | (eval $ac_try) 2>&5 | |
23131 | ac_status=$? | |
23132 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23133 | (exit $ac_status); }; } && | |
23134 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
23135 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23136 | (eval $ac_try) 2>&5 | |
23137 | ac_status=$? | |
23138 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23139 | (exit $ac_status); }; }; then | |
23140 | ac_cv_lib_tiff_TIFFError=yes | |
23141 | else | |
23142 | echo "$as_me: failed program was:" >&5 | |
23143 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23144 | ||
23145 | ac_cv_lib_tiff_TIFFError=no | |
23146 | fi | |
ac1cb8d3 VS |
23147 | rm -f conftest.err conftest.$ac_objext \ |
23148 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
23149 | LIBS=$ac_check_lib_save_LIBS |
23150 | fi | |
23151 | echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5 | |
23152 | echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6 | |
23153 | if test $ac_cv_lib_tiff_TIFFError = yes; then | |
23154 | TIFF_LINK=" -ltiff" | |
23155 | fi | |
23156 | ||
23157 | ||
23158 | ||
23159 | fi | |
23160 | ||
23161 | ||
23162 | ||
23163 | if test "x$TIFF_LINK" = "x" ; then | |
23164 | if test "$wxUSE_LIBTIFF" = "sys" ; then | |
23165 | { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5 | |
23166 | echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;} | |
23167 | { (exit 1); exit 1; }; } | |
23168 | else | |
23169 | { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5 | |
23170 | echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;} | |
23171 | wxUSE_LIBTIFF=builtin | |
23172 | fi | |
23173 | else | |
23174 | wxUSE_LIBTIFF=sys | |
23175 | fi | |
23176 | fi | |
23177 | fi | |
23178 | ||
23179 | ||
23180 | if test "$wxUSE_EXPAT" != "no"; then | |
23181 | wxUSE_XML=yes | |
23182 | cat >>confdefs.h <<\_ACEOF | |
23183 | #define wxUSE_EXPAT 1 | |
23184 | _ACEOF | |
23185 | ||
23186 | cat >>confdefs.h <<\_ACEOF | |
23187 | #define wxUSE_XML 1 | |
23188 | _ACEOF | |
23189 | ||
23190 | ||
23191 | if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then | |
23192 | if test "${ac_cv_header_expat_h+set}" = set; then | |
23193 | echo "$as_me:$LINENO: checking for expat.h" >&5 | |
23194 | echo $ECHO_N "checking for expat.h... $ECHO_C" >&6 | |
23195 | if test "${ac_cv_header_expat_h+set}" = set; then | |
23196 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23197 | fi | |
23198 | echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5 | |
23199 | echo "${ECHO_T}$ac_cv_header_expat_h" >&6 | |
23200 | else | |
23201 | # Is the header compilable? | |
23202 | echo "$as_me:$LINENO: checking expat.h usability" >&5 | |
23203 | echo $ECHO_N "checking expat.h usability... $ECHO_C" >&6 | |
23204 | cat >conftest.$ac_ext <<_ACEOF | |
23205 | /* confdefs.h. */ | |
23206 | _ACEOF | |
23207 | cat confdefs.h >>conftest.$ac_ext | |
23208 | cat >>conftest.$ac_ext <<_ACEOF | |
23209 | /* end confdefs.h. */ | |
23210 | $ac_includes_default | |
23211 | #include <expat.h> | |
23212 | _ACEOF | |
23213 | rm -f conftest.$ac_objext | |
23214 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 23215 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 23216 | ac_status=$? |
ac1cb8d3 VS |
23217 | grep -v '^ *+' conftest.er1 >conftest.err |
23218 | rm -f conftest.er1 | |
23219 | cat conftest.err >&5 | |
a848cd7e SC |
23220 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23221 | (exit $ac_status); } && | |
07158944 | 23222 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
23223 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23224 | (eval $ac_try) 2>&5 | |
23225 | ac_status=$? | |
23226 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23227 | (exit $ac_status); }; } && | |
23228 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
23229 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23230 | (eval $ac_try) 2>&5 | |
23231 | ac_status=$? | |
23232 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23233 | (exit $ac_status); }; }; then | |
23234 | ac_header_compiler=yes | |
23235 | else | |
23236 | echo "$as_me: failed program was:" >&5 | |
23237 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23238 | ||
23239 | ac_header_compiler=no | |
23240 | fi | |
ac1cb8d3 | 23241 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
23242 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
23243 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
23244 | ||
23245 | # Is the header present? | |
23246 | echo "$as_me:$LINENO: checking expat.h presence" >&5 | |
23247 | echo $ECHO_N "checking expat.h presence... $ECHO_C" >&6 | |
23248 | cat >conftest.$ac_ext <<_ACEOF | |
23249 | /* confdefs.h. */ | |
23250 | _ACEOF | |
23251 | cat confdefs.h >>conftest.$ac_ext | |
23252 | cat >>conftest.$ac_ext <<_ACEOF | |
23253 | /* end confdefs.h. */ | |
23254 | #include <expat.h> | |
23255 | _ACEOF | |
23256 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
23257 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
23258 | ac_status=$? | |
23259 | grep -v '^ *+' conftest.er1 >conftest.err | |
23260 | rm -f conftest.er1 | |
23261 | cat conftest.err >&5 | |
23262 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23263 | (exit $ac_status); } >/dev/null; then | |
23264 | if test -s conftest.err; then | |
23265 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 23266 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
23267 | else |
23268 | ac_cpp_err= | |
23269 | fi | |
23270 | else | |
23271 | ac_cpp_err=yes | |
23272 | fi | |
23273 | if test -z "$ac_cpp_err"; then | |
23274 | ac_header_preproc=yes | |
23275 | else | |
23276 | echo "$as_me: failed program was:" >&5 | |
23277 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23278 | ||
23279 | ac_header_preproc=no | |
23280 | fi | |
23281 | rm -f conftest.err conftest.$ac_ext | |
23282 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
23283 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
23284 | ||
23285 | # So? What about this header? | |
ac1cb8d3 VS |
23286 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
23287 | yes:no: ) | |
a848cd7e SC |
23288 | { echo "$as_me:$LINENO: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
23289 | echo "$as_me: WARNING: expat.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
23290 | { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the compiler's result" >&5 |
23291 | echo "$as_me: WARNING: expat.h: proceeding with the compiler's result" >&2;} | |
23292 | ac_header_preproc=yes | |
a848cd7e | 23293 | ;; |
ac1cb8d3 | 23294 | no:yes:* ) |
a848cd7e SC |
23295 | { echo "$as_me:$LINENO: WARNING: expat.h: present but cannot be compiled" >&5 |
23296 | echo "$as_me: WARNING: expat.h: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
23297 | { echo "$as_me:$LINENO: WARNING: expat.h: check for missing prerequisite headers?" >&5 |
23298 | echo "$as_me: WARNING: expat.h: check for missing prerequisite headers?" >&2;} | |
23299 | { echo "$as_me:$LINENO: WARNING: expat.h: see the Autoconf documentation" >&5 | |
23300 | echo "$as_me: WARNING: expat.h: see the Autoconf documentation" >&2;} | |
23301 | { echo "$as_me:$LINENO: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&5 | |
23302 | echo "$as_me: WARNING: expat.h: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
23303 | { echo "$as_me:$LINENO: WARNING: expat.h: proceeding with the preprocessor's result" >&5 |
23304 | echo "$as_me: WARNING: expat.h: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
23305 | { echo "$as_me:$LINENO: WARNING: expat.h: in the future, the compiler will take precedence" >&5 |
23306 | echo "$as_me: WARNING: expat.h: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
23307 | ( |
23308 | cat <<\_ASBOX | |
ac1cb8d3 VS |
23309 | ## ----------------------------------------- ## |
23310 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
23311 | ## ----------------------------------------- ## | |
a848cd7e SC |
23312 | _ASBOX |
23313 | ) | | |
23314 | sed "s/^/$as_me: WARNING: /" >&2 | |
23315 | ;; | |
23316 | esac | |
23317 | echo "$as_me:$LINENO: checking for expat.h" >&5 | |
23318 | echo $ECHO_N "checking for expat.h... $ECHO_C" >&6 | |
23319 | if test "${ac_cv_header_expat_h+set}" = set; then | |
23320 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23321 | else | |
23322 | ac_cv_header_expat_h=$ac_header_preproc | |
23323 | fi | |
23324 | echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5 | |
23325 | echo "${ECHO_T}$ac_cv_header_expat_h" >&6 | |
23326 | ||
23327 | fi | |
23328 | if test $ac_cv_header_expat_h = yes; then | |
23329 | found_expat_h=1 | |
23330 | fi | |
23331 | ||
23332 | ||
23333 | if test "x$found_expat_h" = "x1"; then | |
23334 | echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5 | |
23335 | echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6 | |
23336 | if test "${wx_cv_expat_is_not_broken+set}" = set; then | |
23337 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23338 | else | |
23339 | ||
23340 | ||
23341 | ||
23342 | ac_ext=cc | |
23343 | ac_cpp='$CXXCPP $CPPFLAGS' | |
23344 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
23345 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
23346 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
23347 | ||
23348 | cat >conftest.$ac_ext <<_ACEOF | |
23349 | /* confdefs.h. */ | |
23350 | _ACEOF | |
23351 | cat confdefs.h >>conftest.$ac_ext | |
23352 | cat >>conftest.$ac_ext <<_ACEOF | |
23353 | /* end confdefs.h. */ | |
23354 | #include <expat.h> | |
23355 | int | |
23356 | main () | |
23357 | { | |
23358 | ||
23359 | ; | |
23360 | return 0; | |
23361 | } | |
23362 | _ACEOF | |
23363 | rm -f conftest.$ac_objext | |
23364 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 23365 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 23366 | ac_status=$? |
ac1cb8d3 VS |
23367 | grep -v '^ *+' conftest.er1 >conftest.err |
23368 | rm -f conftest.er1 | |
23369 | cat conftest.err >&5 | |
a848cd7e SC |
23370 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23371 | (exit $ac_status); } && | |
07158944 | 23372 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
23373 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23374 | (eval $ac_try) 2>&5 | |
23375 | ac_status=$? | |
23376 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23377 | (exit $ac_status); }; } && | |
23378 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
23379 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23380 | (eval $ac_try) 2>&5 | |
23381 | ac_status=$? | |
23382 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23383 | (exit $ac_status); }; }; then | |
23384 | wx_cv_expat_is_not_broken=yes | |
23385 | else | |
23386 | echo "$as_me: failed program was:" >&5 | |
23387 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23388 | ||
23389 | wx_cv_expat_is_not_broken=no | |
23390 | ||
23391 | fi | |
ac1cb8d3 | 23392 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
23393 | ac_ext=c |
23394 | ac_cpp='$CPP $CPPFLAGS' | |
23395 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
23396 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
23397 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
23398 | ||
23399 | ||
23400 | ||
23401 | fi | |
23402 | echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5 | |
23403 | echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6 | |
23404 | if test "$wx_cv_expat_is_not_broken" = "yes" ; then | |
23405 | echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5 | |
23406 | echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6 | |
23407 | if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then | |
23408 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23409 | else | |
23410 | ac_check_lib_save_LIBS=$LIBS | |
23411 | LIBS="-lexpat $LIBS" | |
23412 | cat >conftest.$ac_ext <<_ACEOF | |
23413 | /* confdefs.h. */ | |
23414 | _ACEOF | |
23415 | cat confdefs.h >>conftest.$ac_ext | |
23416 | cat >>conftest.$ac_ext <<_ACEOF | |
23417 | /* end confdefs.h. */ | |
23418 | ||
23419 | /* Override any gcc2 internal prototype to avoid an error. */ | |
23420 | #ifdef __cplusplus | |
23421 | extern "C" | |
23422 | #endif | |
23423 | /* We use char because int might match the return type of a gcc2 | |
23424 | builtin and then its argument prototype would still apply. */ | |
23425 | char XML_ParserCreate (); | |
23426 | int | |
23427 | main () | |
23428 | { | |
23429 | XML_ParserCreate (); | |
23430 | ; | |
23431 | return 0; | |
23432 | } | |
23433 | _ACEOF | |
23434 | rm -f conftest.$ac_objext conftest$ac_exeext | |
23435 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 23436 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 23437 | ac_status=$? |
ac1cb8d3 VS |
23438 | grep -v '^ *+' conftest.er1 >conftest.err |
23439 | rm -f conftest.er1 | |
23440 | cat conftest.err >&5 | |
a848cd7e SC |
23441 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23442 | (exit $ac_status); } && | |
07158944 | 23443 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
23444 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23445 | (eval $ac_try) 2>&5 | |
23446 | ac_status=$? | |
23447 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23448 | (exit $ac_status); }; } && | |
23449 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
23450 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23451 | (eval $ac_try) 2>&5 | |
23452 | ac_status=$? | |
23453 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23454 | (exit $ac_status); }; }; then | |
23455 | ac_cv_lib_expat_XML_ParserCreate=yes | |
23456 | else | |
23457 | echo "$as_me: failed program was:" >&5 | |
23458 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23459 | ||
23460 | ac_cv_lib_expat_XML_ParserCreate=no | |
23461 | fi | |
ac1cb8d3 VS |
23462 | rm -f conftest.err conftest.$ac_objext \ |
23463 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
23464 | LIBS=$ac_check_lib_save_LIBS |
23465 | fi | |
23466 | echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5 | |
23467 | echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6 | |
23468 | if test $ac_cv_lib_expat_XML_ParserCreate = yes; then | |
23469 | EXPAT_LINK=" -lexpat" | |
23470 | fi | |
23471 | ||
23472 | fi | |
23473 | fi | |
23474 | if test "x$EXPAT_LINK" = "x" ; then | |
23475 | if test "$wxUSE_EXPAT" = "sys" ; then | |
23476 | { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5 | |
23477 | echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;} | |
23478 | { (exit 1); exit 1; }; } | |
23479 | else | |
23480 | { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5 | |
23481 | echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;} | |
23482 | wxUSE_EXPAT=builtin | |
23483 | fi | |
23484 | else | |
23485 | wxUSE_EXPAT=sys | |
23486 | fi | |
23487 | fi | |
23488 | if test "$wxUSE_EXPAT" = "builtin" ; then | |
23489 | ||
23490 | ||
23491 | subdirs="$subdirs src/expat" | |
23492 | ||
23493 | fi | |
23494 | fi | |
23495 | ||
23496 | ||
23497 | ||
23498 | if test "$wxUSE_LIBMSPACK" != "no"; then | |
a848cd7e SC |
23499 | if test "${ac_cv_header_mspack_h+set}" = set; then |
23500 | echo "$as_me:$LINENO: checking for mspack.h" >&5 | |
23501 | echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6 | |
23502 | if test "${ac_cv_header_mspack_h+set}" = set; then | |
23503 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23504 | fi | |
23505 | echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5 | |
23506 | echo "${ECHO_T}$ac_cv_header_mspack_h" >&6 | |
23507 | else | |
23508 | # Is the header compilable? | |
23509 | echo "$as_me:$LINENO: checking mspack.h usability" >&5 | |
23510 | echo $ECHO_N "checking mspack.h usability... $ECHO_C" >&6 | |
23511 | cat >conftest.$ac_ext <<_ACEOF | |
23512 | /* confdefs.h. */ | |
23513 | _ACEOF | |
23514 | cat confdefs.h >>conftest.$ac_ext | |
23515 | cat >>conftest.$ac_ext <<_ACEOF | |
23516 | /* end confdefs.h. */ | |
23517 | $ac_includes_default | |
23518 | #include <mspack.h> | |
23519 | _ACEOF | |
23520 | rm -f conftest.$ac_objext | |
23521 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 23522 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 23523 | ac_status=$? |
ac1cb8d3 VS |
23524 | grep -v '^ *+' conftest.er1 >conftest.err |
23525 | rm -f conftest.er1 | |
23526 | cat conftest.err >&5 | |
a848cd7e SC |
23527 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23528 | (exit $ac_status); } && | |
07158944 | 23529 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
23530 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23531 | (eval $ac_try) 2>&5 | |
23532 | ac_status=$? | |
23533 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23534 | (exit $ac_status); }; } && | |
23535 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
23536 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23537 | (eval $ac_try) 2>&5 | |
23538 | ac_status=$? | |
23539 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23540 | (exit $ac_status); }; }; then | |
23541 | ac_header_compiler=yes | |
23542 | else | |
23543 | echo "$as_me: failed program was:" >&5 | |
23544 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23545 | ||
23546 | ac_header_compiler=no | |
23547 | fi | |
ac1cb8d3 | 23548 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
23549 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
23550 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
23551 | ||
23552 | # Is the header present? | |
23553 | echo "$as_me:$LINENO: checking mspack.h presence" >&5 | |
23554 | echo $ECHO_N "checking mspack.h presence... $ECHO_C" >&6 | |
23555 | cat >conftest.$ac_ext <<_ACEOF | |
23556 | /* confdefs.h. */ | |
23557 | _ACEOF | |
23558 | cat confdefs.h >>conftest.$ac_ext | |
23559 | cat >>conftest.$ac_ext <<_ACEOF | |
23560 | /* end confdefs.h. */ | |
23561 | #include <mspack.h> | |
23562 | _ACEOF | |
23563 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
23564 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
23565 | ac_status=$? | |
23566 | grep -v '^ *+' conftest.er1 >conftest.err | |
23567 | rm -f conftest.er1 | |
23568 | cat conftest.err >&5 | |
23569 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23570 | (exit $ac_status); } >/dev/null; then | |
23571 | if test -s conftest.err; then | |
23572 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 23573 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
23574 | else |
23575 | ac_cpp_err= | |
23576 | fi | |
23577 | else | |
23578 | ac_cpp_err=yes | |
23579 | fi | |
23580 | if test -z "$ac_cpp_err"; then | |
23581 | ac_header_preproc=yes | |
23582 | else | |
23583 | echo "$as_me: failed program was:" >&5 | |
23584 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23585 | ||
23586 | ac_header_preproc=no | |
23587 | fi | |
23588 | rm -f conftest.err conftest.$ac_ext | |
23589 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
23590 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
23591 | ||
23592 | # So? What about this header? | |
ac1cb8d3 VS |
23593 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
23594 | yes:no: ) | |
a848cd7e SC |
23595 | { echo "$as_me:$LINENO: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
23596 | echo "$as_me: WARNING: mspack.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
23597 | { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the compiler's result" >&5 |
23598 | echo "$as_me: WARNING: mspack.h: proceeding with the compiler's result" >&2;} | |
23599 | ac_header_preproc=yes | |
a848cd7e | 23600 | ;; |
ac1cb8d3 | 23601 | no:yes:* ) |
a848cd7e SC |
23602 | { echo "$as_me:$LINENO: WARNING: mspack.h: present but cannot be compiled" >&5 |
23603 | echo "$as_me: WARNING: mspack.h: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
23604 | { echo "$as_me:$LINENO: WARNING: mspack.h: check for missing prerequisite headers?" >&5 |
23605 | echo "$as_me: WARNING: mspack.h: check for missing prerequisite headers?" >&2;} | |
23606 | { echo "$as_me:$LINENO: WARNING: mspack.h: see the Autoconf documentation" >&5 | |
23607 | echo "$as_me: WARNING: mspack.h: see the Autoconf documentation" >&2;} | |
23608 | { echo "$as_me:$LINENO: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&5 | |
23609 | echo "$as_me: WARNING: mspack.h: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
23610 | { echo "$as_me:$LINENO: WARNING: mspack.h: proceeding with the preprocessor's result" >&5 |
23611 | echo "$as_me: WARNING: mspack.h: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
23612 | { echo "$as_me:$LINENO: WARNING: mspack.h: in the future, the compiler will take precedence" >&5 |
23613 | echo "$as_me: WARNING: mspack.h: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
23614 | ( |
23615 | cat <<\_ASBOX | |
ac1cb8d3 VS |
23616 | ## ----------------------------------------- ## |
23617 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
23618 | ## ----------------------------------------- ## | |
a848cd7e SC |
23619 | _ASBOX |
23620 | ) | | |
23621 | sed "s/^/$as_me: WARNING: /" >&2 | |
23622 | ;; | |
23623 | esac | |
23624 | echo "$as_me:$LINENO: checking for mspack.h" >&5 | |
23625 | echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6 | |
23626 | if test "${ac_cv_header_mspack_h+set}" = set; then | |
23627 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23628 | else | |
23629 | ac_cv_header_mspack_h=$ac_header_preproc | |
23630 | fi | |
23631 | echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5 | |
23632 | echo "${ECHO_T}$ac_cv_header_mspack_h" >&6 | |
23633 | ||
23634 | fi | |
23635 | if test $ac_cv_header_mspack_h = yes; then | |
23636 | found_mspack_h=1 | |
23637 | fi | |
23638 | ||
23639 | ||
23640 | if test "x$found_mspack_h" = "x1"; then | |
23641 | echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5 | |
23642 | echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6 | |
23643 | if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then | |
23644 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23645 | else | |
23646 | ac_check_lib_save_LIBS=$LIBS | |
23647 | LIBS="-lmspack $LIBS" | |
23648 | cat >conftest.$ac_ext <<_ACEOF | |
23649 | /* confdefs.h. */ | |
23650 | _ACEOF | |
23651 | cat confdefs.h >>conftest.$ac_ext | |
23652 | cat >>conftest.$ac_ext <<_ACEOF | |
23653 | /* end confdefs.h. */ | |
23654 | ||
23655 | /* Override any gcc2 internal prototype to avoid an error. */ | |
23656 | #ifdef __cplusplus | |
23657 | extern "C" | |
23658 | #endif | |
23659 | /* We use char because int might match the return type of a gcc2 | |
23660 | builtin and then its argument prototype would still apply. */ | |
23661 | char mspack_create_chm_decompressor (); | |
23662 | int | |
23663 | main () | |
23664 | { | |
23665 | mspack_create_chm_decompressor (); | |
23666 | ; | |
23667 | return 0; | |
23668 | } | |
23669 | _ACEOF | |
23670 | rm -f conftest.$ac_objext conftest$ac_exeext | |
23671 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 23672 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 23673 | ac_status=$? |
ac1cb8d3 VS |
23674 | grep -v '^ *+' conftest.er1 >conftest.err |
23675 | rm -f conftest.er1 | |
23676 | cat conftest.err >&5 | |
a848cd7e SC |
23677 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23678 | (exit $ac_status); } && | |
07158944 | 23679 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
23680 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23681 | (eval $ac_try) 2>&5 | |
23682 | ac_status=$? | |
23683 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23684 | (exit $ac_status); }; } && | |
23685 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
23686 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23687 | (eval $ac_try) 2>&5 | |
23688 | ac_status=$? | |
23689 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23690 | (exit $ac_status); }; }; then | |
23691 | ac_cv_lib_mspack_mspack_create_chm_decompressor=yes | |
23692 | else | |
23693 | echo "$as_me: failed program was:" >&5 | |
23694 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23695 | ||
23696 | ac_cv_lib_mspack_mspack_create_chm_decompressor=no | |
23697 | fi | |
ac1cb8d3 VS |
23698 | rm -f conftest.err conftest.$ac_objext \ |
23699 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
23700 | LIBS=$ac_check_lib_save_LIBS |
23701 | fi | |
23702 | echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5 | |
23703 | echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6 | |
23704 | if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then | |
23705 | MSPACK_LINK=" -lmspack" | |
23706 | fi | |
23707 | ||
23708 | fi | |
23709 | if test "x$MSPACK_LINK" = "x" ; then | |
23710 | wxUSE_LIBMSPACK=no | |
dd3a2d96 VZ |
23711 | fi |
23712 | fi | |
23713 | ||
23714 | if test "$wxUSE_LIBMSPACK" != "no"; then | |
23715 | cat >>confdefs.h <<\_ACEOF | |
a848cd7e SC |
23716 | #define wxUSE_LIBMSPACK 1 |
23717 | _ACEOF | |
23718 | ||
a848cd7e SC |
23719 | fi |
23720 | ||
23721 | ||
23722 | ||
23723 | AFMINSTALL= | |
23724 | WIN32INSTALL= | |
23725 | ||
23726 | TOOLKIT= | |
23727 | TOOLKIT_INCLUDE= | |
23728 | WIDGET_SET= | |
23729 | ||
23730 | if test "$USE_WIN32" = 1 ; then | |
23731 | ||
23732 | for ac_header in w32api.h | |
23733 | do | |
23734 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
23735 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
23736 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
23737 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
23738 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
23739 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23740 | fi | |
23741 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
23742 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
23743 | else | |
23744 | # Is the header compilable? | |
23745 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
23746 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
23747 | cat >conftest.$ac_ext <<_ACEOF | |
23748 | /* confdefs.h. */ | |
23749 | _ACEOF | |
23750 | cat confdefs.h >>conftest.$ac_ext | |
23751 | cat >>conftest.$ac_ext <<_ACEOF | |
23752 | /* end confdefs.h. */ | |
23753 | $ac_includes_default | |
23754 | #include <$ac_header> | |
23755 | _ACEOF | |
23756 | rm -f conftest.$ac_objext | |
23757 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 23758 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 23759 | ac_status=$? |
ac1cb8d3 VS |
23760 | grep -v '^ *+' conftest.er1 >conftest.err |
23761 | rm -f conftest.er1 | |
23762 | cat conftest.err >&5 | |
a848cd7e SC |
23763 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23764 | (exit $ac_status); } && | |
07158944 | 23765 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
23766 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23767 | (eval $ac_try) 2>&5 | |
23768 | ac_status=$? | |
23769 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23770 | (exit $ac_status); }; } && | |
23771 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
23772 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23773 | (eval $ac_try) 2>&5 | |
23774 | ac_status=$? | |
23775 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23776 | (exit $ac_status); }; }; then | |
23777 | ac_header_compiler=yes | |
23778 | else | |
23779 | echo "$as_me: failed program was:" >&5 | |
23780 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23781 | ||
23782 | ac_header_compiler=no | |
23783 | fi | |
ac1cb8d3 | 23784 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
23785 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
23786 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
23787 | ||
23788 | # Is the header present? | |
23789 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
23790 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
23791 | cat >conftest.$ac_ext <<_ACEOF | |
23792 | /* confdefs.h. */ | |
23793 | _ACEOF | |
23794 | cat confdefs.h >>conftest.$ac_ext | |
23795 | cat >>conftest.$ac_ext <<_ACEOF | |
23796 | /* end confdefs.h. */ | |
23797 | #include <$ac_header> | |
23798 | _ACEOF | |
23799 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
23800 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
23801 | ac_status=$? | |
23802 | grep -v '^ *+' conftest.er1 >conftest.err | |
23803 | rm -f conftest.er1 | |
23804 | cat conftest.err >&5 | |
23805 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23806 | (exit $ac_status); } >/dev/null; then | |
23807 | if test -s conftest.err; then | |
23808 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 23809 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
23810 | else |
23811 | ac_cpp_err= | |
23812 | fi | |
23813 | else | |
23814 | ac_cpp_err=yes | |
23815 | fi | |
23816 | if test -z "$ac_cpp_err"; then | |
23817 | ac_header_preproc=yes | |
23818 | else | |
23819 | echo "$as_me: failed program was:" >&5 | |
23820 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23821 | ||
23822 | ac_header_preproc=no | |
23823 | fi | |
23824 | rm -f conftest.err conftest.$ac_ext | |
23825 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
23826 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
23827 | ||
23828 | # So? What about this header? | |
ac1cb8d3 VS |
23829 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
23830 | yes:no: ) | |
a848cd7e SC |
23831 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
23832 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
23833 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
23834 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
23835 | ac_header_preproc=yes | |
a848cd7e | 23836 | ;; |
ac1cb8d3 | 23837 | no:yes:* ) |
a848cd7e SC |
23838 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
23839 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
23840 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
23841 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
23842 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
23843 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
23844 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
23845 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
23846 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
23847 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
23848 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
23849 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
23850 | ( |
23851 | cat <<\_ASBOX | |
ac1cb8d3 VS |
23852 | ## ----------------------------------------- ## |
23853 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
23854 | ## ----------------------------------------- ## | |
a848cd7e SC |
23855 | _ASBOX |
23856 | ) | | |
23857 | sed "s/^/$as_me: WARNING: /" >&2 | |
23858 | ;; | |
23859 | esac | |
23860 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
23861 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
23862 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
23863 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23864 | else | |
ac1cb8d3 | 23865 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
23866 | fi |
23867 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
23868 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
23869 | ||
23870 | fi | |
23871 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
23872 | cat >>confdefs.h <<_ACEOF | |
23873 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
23874 | _ACEOF | |
23875 | ||
23876 | fi | |
23877 | ||
23878 | done | |
23879 | ||
23880 | if test "${ac_cv_header_windows_h+set}" = set; then | |
23881 | echo "$as_me:$LINENO: checking for windows.h" >&5 | |
23882 | echo $ECHO_N "checking for windows.h... $ECHO_C" >&6 | |
23883 | if test "${ac_cv_header_windows_h+set}" = set; then | |
23884 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
23885 | fi | |
23886 | echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5 | |
23887 | echo "${ECHO_T}$ac_cv_header_windows_h" >&6 | |
23888 | else | |
23889 | # Is the header compilable? | |
23890 | echo "$as_me:$LINENO: checking windows.h usability" >&5 | |
23891 | echo $ECHO_N "checking windows.h usability... $ECHO_C" >&6 | |
23892 | cat >conftest.$ac_ext <<_ACEOF | |
23893 | /* confdefs.h. */ | |
23894 | _ACEOF | |
23895 | cat confdefs.h >>conftest.$ac_ext | |
23896 | cat >>conftest.$ac_ext <<_ACEOF | |
23897 | /* end confdefs.h. */ | |
23898 | $ac_includes_default | |
23899 | #include <windows.h> | |
23900 | _ACEOF | |
23901 | rm -f conftest.$ac_objext | |
23902 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 23903 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 23904 | ac_status=$? |
ac1cb8d3 VS |
23905 | grep -v '^ *+' conftest.er1 >conftest.err |
23906 | rm -f conftest.er1 | |
23907 | cat conftest.err >&5 | |
a848cd7e SC |
23908 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
23909 | (exit $ac_status); } && | |
07158944 | 23910 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
23911 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23912 | (eval $ac_try) 2>&5 | |
23913 | ac_status=$? | |
23914 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23915 | (exit $ac_status); }; } && | |
23916 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
23917 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
23918 | (eval $ac_try) 2>&5 | |
23919 | ac_status=$? | |
23920 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23921 | (exit $ac_status); }; }; then | |
23922 | ac_header_compiler=yes | |
23923 | else | |
23924 | echo "$as_me: failed program was:" >&5 | |
23925 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23926 | ||
23927 | ac_header_compiler=no | |
23928 | fi | |
ac1cb8d3 | 23929 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
23930 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
23931 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
23932 | ||
23933 | # Is the header present? | |
23934 | echo "$as_me:$LINENO: checking windows.h presence" >&5 | |
23935 | echo $ECHO_N "checking windows.h presence... $ECHO_C" >&6 | |
23936 | cat >conftest.$ac_ext <<_ACEOF | |
23937 | /* confdefs.h. */ | |
23938 | _ACEOF | |
23939 | cat confdefs.h >>conftest.$ac_ext | |
23940 | cat >>conftest.$ac_ext <<_ACEOF | |
23941 | /* end confdefs.h. */ | |
23942 | #include <windows.h> | |
23943 | _ACEOF | |
23944 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
23945 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
23946 | ac_status=$? | |
23947 | grep -v '^ *+' conftest.er1 >conftest.err | |
23948 | rm -f conftest.er1 | |
23949 | cat conftest.err >&5 | |
23950 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
23951 | (exit $ac_status); } >/dev/null; then | |
23952 | if test -s conftest.err; then | |
23953 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 23954 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
23955 | else |
23956 | ac_cpp_err= | |
23957 | fi | |
23958 | else | |
23959 | ac_cpp_err=yes | |
23960 | fi | |
23961 | if test -z "$ac_cpp_err"; then | |
23962 | ac_header_preproc=yes | |
23963 | else | |
23964 | echo "$as_me: failed program was:" >&5 | |
23965 | sed 's/^/| /' conftest.$ac_ext >&5 | |
23966 | ||
23967 | ac_header_preproc=no | |
23968 | fi | |
23969 | rm -f conftest.err conftest.$ac_ext | |
23970 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
23971 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
23972 | ||
23973 | # So? What about this header? | |
ac1cb8d3 VS |
23974 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
23975 | yes:no: ) | |
a848cd7e SC |
23976 | { echo "$as_me:$LINENO: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
23977 | echo "$as_me: WARNING: windows.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
23978 | { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the compiler's result" >&5 |
23979 | echo "$as_me: WARNING: windows.h: proceeding with the compiler's result" >&2;} | |
23980 | ac_header_preproc=yes | |
a848cd7e | 23981 | ;; |
ac1cb8d3 | 23982 | no:yes:* ) |
a848cd7e SC |
23983 | { echo "$as_me:$LINENO: WARNING: windows.h: present but cannot be compiled" >&5 |
23984 | echo "$as_me: WARNING: windows.h: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
23985 | { echo "$as_me:$LINENO: WARNING: windows.h: check for missing prerequisite headers?" >&5 |
23986 | echo "$as_me: WARNING: windows.h: check for missing prerequisite headers?" >&2;} | |
23987 | { echo "$as_me:$LINENO: WARNING: windows.h: see the Autoconf documentation" >&5 | |
23988 | echo "$as_me: WARNING: windows.h: see the Autoconf documentation" >&2;} | |
23989 | { echo "$as_me:$LINENO: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&5 | |
23990 | echo "$as_me: WARNING: windows.h: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
23991 | { echo "$as_me:$LINENO: WARNING: windows.h: proceeding with the preprocessor's result" >&5 |
23992 | echo "$as_me: WARNING: windows.h: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
23993 | { echo "$as_me:$LINENO: WARNING: windows.h: in the future, the compiler will take precedence" >&5 |
23994 | echo "$as_me: WARNING: windows.h: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
23995 | ( |
23996 | cat <<\_ASBOX | |
ac1cb8d3 VS |
23997 | ## ----------------------------------------- ## |
23998 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
23999 | ## ----------------------------------------- ## | |
a848cd7e SC |
24000 | _ASBOX |
24001 | ) | | |
24002 | sed "s/^/$as_me: WARNING: /" >&2 | |
24003 | ;; | |
24004 | esac | |
24005 | echo "$as_me:$LINENO: checking for windows.h" >&5 | |
24006 | echo $ECHO_N "checking for windows.h... $ECHO_C" >&6 | |
24007 | if test "${ac_cv_header_windows_h+set}" = set; then | |
24008 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
24009 | else | |
24010 | ac_cv_header_windows_h=$ac_header_preproc | |
24011 | fi | |
24012 | echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5 | |
24013 | echo "${ECHO_T}$ac_cv_header_windows_h" >&6 | |
24014 | ||
24015 | fi | |
24016 | if test $ac_cv_header_windows_h = yes; then | |
24017 | : | |
24018 | else | |
24019 | ||
24020 | { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5 | |
24021 | echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;} | |
24022 | { (exit 1); exit 1; }; } | |
24023 | ||
24024 | fi | |
24025 | ||
24026 | ||
24027 | ||
24028 | LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32" | |
24029 | ||
24030 | if test "$wxUSE_ACCESSIBILITY" = "yes" ; then | |
24031 | LIBS="$LIBS -loleacc" | |
24032 | fi | |
24033 | ||
24034 | case "${host}" in | |
24035 | *-*-cygwin* ) | |
24036 | LIBS="$LIBS -lkernel32 -luser32" | |
24037 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WIN95__" | |
24038 | esac | |
24039 | ||
24040 | if test "$wxUSE_ODBC" = "sys" ; then | |
24041 | wxUSE_ODBC = "yes" | |
24042 | fi | |
24043 | if test "$wxUSE_ODBC" = "yes" ; then | |
24044 | LIBS=" -lodbc32 -lole32 -loleaut32 $LIBS" | |
24045 | cat >>confdefs.h <<\_ACEOF | |
24046 | #define wxUSE_ODBC 1 | |
24047 | _ACEOF | |
24048 | ||
24049 | fi | |
24050 | ||
24051 | RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__" | |
24052 | RESPROGRAMOBJ="\$(PROGRAM)_resources.o" | |
24053 | ||
24054 | WIN32INSTALL=win32install | |
24055 | fi | |
24056 | ||
24057 | if test "$wxUSE_GUI" = "yes"; then | |
24058 | USE_GUI=1 | |
24059 | ||
24060 | GUI_TK_LIBRARY= | |
24061 | ||
24062 | WXGTK12= | |
24063 | WXGTK127= | |
24064 | WXGTK20= | |
24065 | WXGPE= | |
24066 | ||
207bc66c RN |
24067 | if test "$wxUSE_COCOA" = 1 ; then |
24068 | if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then | |
24069 | { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5 | |
24070 | echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;} | |
24071 | wxUSE_PRINTING_ARCHITECTURE=no | |
24072 | fi | |
24073 | if test "$wxUSE_DRAG_AND_DROP" = "yes"; then | |
24074 | { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5 | |
24075 | echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;} | |
24076 | wxUSE_DRAG_AND_DROP=no | |
24077 | fi | |
24078 | if test "$wxUSE_DRAGIMAGE" = "yes"; then | |
24079 | { echo "$as_me:$LINENO: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&5 | |
24080 | echo "$as_me: WARNING: Drag Image and DandD not supported under wxCocoa yet, disabled" >&2;} | |
24081 | wxUSE_DRAGIMAGE=no | |
24082 | fi | |
24083 | fi | |
24084 | ||
a848cd7e SC |
24085 | if test "$wxUSE_MSW" = 1 ; then |
24086 | TOOLKIT=MSW | |
24087 | GUIDIST=MSW_DIST | |
24088 | ||
ceec2216 | 24089 | case "${host}" in |
a848cd7e SC |
24090 | *-*-mingw32* ) |
24091 | WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows" | |
24092 | esac | |
24093 | fi | |
24094 | ||
24095 | if test "$wxUSE_GTK" = 1; then | |
24096 | echo "$as_me:$LINENO: checking for GTK+ version" >&5 | |
24097 | echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6 | |
24098 | ||
24099 | gtk_version_cached=1 | |
24100 | if test "${wx_cv_lib_gtk+set}" = set; then | |
24101 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
24102 | else | |
24103 | ||
24104 | gtk_version_cached=0 | |
24105 | echo "$as_me:$LINENO: result: " >&5 | |
24106 | echo "${ECHO_T}" >&6 | |
24107 | ||
24108 | GTK_MODULES= | |
24109 | if test "$wxUSE_THREADS" = "yes"; then | |
24110 | GTK_MODULES=gthread | |
24111 | fi | |
24112 | ||
24113 | wx_cv_lib_gtk= | |
24114 | if test "x$wxUSE_GTK2" = "xyes"; then | |
24115 | # Check whether --enable-gtktest or --disable-gtktest was given. | |
24116 | if test "${enable_gtktest+set}" = set; then | |
24117 | enableval="$enable_gtktest" | |
24118 | ||
24119 | else | |
24120 | enable_gtktest=yes | |
24121 | fi; | |
24122 | ||
24123 | pkg_config_args=gtk+-2.0 | |
24124 | for module in . $GTK_MODULES | |
24125 | do | |
24126 | case "$module" in | |
24127 | gthread) | |
24128 | pkg_config_args="$pkg_config_args gthread-2.0" | |
24129 | ;; | |
24130 | esac | |
24131 | done | |
24132 | ||
24133 | no_gtk="" | |
24134 | ||
24135 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
24136 | set dummy pkg-config; ac_word=$2 | |
24137 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
24138 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
24139 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then | |
24140 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
24141 | else | |
24142 | case $PKG_CONFIG in | |
24143 | [\\/]* | ?:[\\/]*) | |
24144 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | |
24145 | ;; | |
24146 | *) | |
24147 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
24148 | for as_dir in $PATH | |
24149 | do | |
24150 | IFS=$as_save_IFS | |
24151 | test -z "$as_dir" && as_dir=. | |
24152 | for ac_exec_ext in '' $ac_executable_extensions; do | |
24153 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
24154 | ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
24155 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
24156 | break 2 | |
24157 | fi | |
24158 | done | |
24159 | done | |
24160 | ||
24161 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" | |
24162 | ;; | |
24163 | esac | |
24164 | fi | |
24165 | PKG_CONFIG=$ac_cv_path_PKG_CONFIG | |
24166 | ||
24167 | if test -n "$PKG_CONFIG"; then | |
24168 | echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 | |
24169 | echo "${ECHO_T}$PKG_CONFIG" >&6 | |
24170 | else | |
24171 | echo "$as_me:$LINENO: result: no" >&5 | |
24172 | echo "${ECHO_T}no" >&6 | |
24173 | fi | |
24174 | ||
24175 | ||
24176 | if test x$PKG_CONFIG != xno ; then | |
24177 | if pkg-config --atleast-pkgconfig-version 0.7 ; then | |
24178 | : | |
24179 | else | |
c2218763 | 24180 | echo "*** pkg-config too old; version 0.7 or better required." |
a848cd7e SC |
24181 | no_gtk=yes |
24182 | PKG_CONFIG=no | |
24183 | fi | |
24184 | else | |
24185 | no_gtk=yes | |
24186 | fi | |
24187 | ||
24188 | min_gtk_version=2.0.0 | |
24189 | echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5 | |
24190 | echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6 | |
24191 | ||
24192 | if test x$PKG_CONFIG != xno ; then | |
24193 | ## don't try to run the test against uninstalled libtool libs | |
24194 | if $PKG_CONFIG --uninstalled $pkg_config_args; then | |
24195 | echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH" | |
24196 | enable_gtktest=no | |
24197 | fi | |
24198 | ||
24199 | if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then | |
24200 | : | |
24201 | else | |
24202 | no_gtk=yes | |
24203 | fi | |
24204 | fi | |
24205 | ||
24206 | if test x"$no_gtk" = x ; then | |
24207 | GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags` | |
24208 | GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs` | |
24209 | gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ | |
24210 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
24211 | gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ | |
24212 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
24213 | gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \ | |
24214 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
24215 | if test "x$enable_gtktest" = "xyes" ; then | |
24216 | ac_save_CFLAGS="$CFLAGS" | |
24217 | ac_save_LIBS="$LIBS" | |
24218 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
24219 | LIBS="$GTK_LIBS $LIBS" | |
24220 | rm -f conf.gtktest | |
24221 | if test "$cross_compiling" = yes; then | |
24222 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
24223 | else | |
24224 | cat >conftest.$ac_ext <<_ACEOF | |
24225 | /* confdefs.h. */ | |
24226 | _ACEOF | |
24227 | cat confdefs.h >>conftest.$ac_ext | |
24228 | cat >>conftest.$ac_ext <<_ACEOF | |
24229 | /* end confdefs.h. */ | |
24230 | ||
24231 | #include <gtk/gtk.h> | |
24232 | #include <stdio.h> | |
24233 | #include <stdlib.h> | |
24234 | ||
24235 | int | |
24236 | main () | |
24237 | { | |
24238 | int major, minor, micro; | |
24239 | char *tmp_version; | |
24240 | ||
24241 | system ("touch conf.gtktest"); | |
24242 | ||
24243 | /* HP/UX 9 (%@#!) writes to sscanf strings */ | |
24244 | tmp_version = g_strdup("$min_gtk_version"); | |
24245 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
24246 | printf("%s, bad version string\n", "$min_gtk_version"); | |
24247 | exit(1); | |
24248 | } | |
24249 | ||
24250 | if ((gtk_major_version != $gtk_config_major_version) || | |
24251 | (gtk_minor_version != $gtk_config_minor_version) || | |
24252 | (gtk_micro_version != $gtk_config_micro_version)) | |
24253 | { | |
24254 | printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", | |
24255 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, | |
24256 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
24257 | printf ("*** was found! If pkg-config was correct, then it is best\n"); | |
24258 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
24259 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
24260 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
24261 | printf("*** required on your system.\n"); | |
24262 | printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n"); | |
24263 | printf("*** to point to the correct configuration files\n"); | |
24264 | } | |
24265 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || | |
24266 | (gtk_minor_version != GTK_MINOR_VERSION) || | |
24267 | (gtk_micro_version != GTK_MICRO_VERSION)) | |
24268 | { | |
24269 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
24270 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); | |
24271 | printf("*** library (version %d.%d.%d)\n", | |
24272 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
24273 | } | |
24274 | else | |
24275 | { | |
24276 | if ((gtk_major_version > major) || | |
24277 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
24278 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
24279 | { | |
24280 | return 0; | |
24281 | } | |
24282 | else | |
24283 | { | |
24284 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
24285 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
24286 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
24287 | major, minor, micro); | |
24288 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); | |
24289 | printf("***\n"); | |
24290 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
24291 | printf("*** probably means that the wrong copy of the pkg-config shell script is\n"); | |
24292 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
24293 | printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n"); | |
24294 | printf("*** correct copy of pkg-config. (In this case, you will have to\n"); | |
24295 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
24296 | printf("*** so that the correct libraries are found at run-time))\n"); | |
24297 | } | |
24298 | } | |
24299 | return 1; | |
24300 | } | |
24301 | ||
24302 | _ACEOF | |
24303 | rm -f conftest$ac_exeext | |
24304 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
24305 | (eval $ac_link) 2>&5 | |
24306 | ac_status=$? | |
24307 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24308 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
24309 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
24310 | (eval $ac_try) 2>&5 | |
24311 | ac_status=$? | |
24312 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24313 | (exit $ac_status); }; }; then | |
24314 | : | |
24315 | else | |
24316 | echo "$as_me: program exited with status $ac_status" >&5 | |
24317 | echo "$as_me: failed program was:" >&5 | |
24318 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24319 | ||
24320 | ( exit $ac_status ) | |
24321 | no_gtk=yes | |
24322 | fi | |
ac1cb8d3 | 24323 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
24324 | fi |
24325 | CFLAGS="$ac_save_CFLAGS" | |
24326 | LIBS="$ac_save_LIBS" | |
24327 | fi | |
24328 | fi | |
24329 | if test "x$no_gtk" = x ; then | |
24330 | echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5 | |
24331 | echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6 | |
24332 | wx_cv_lib_gtk=2.0 | |
24333 | else | |
24334 | echo "$as_me:$LINENO: result: no" >&5 | |
24335 | echo "${ECHO_T}no" >&6 | |
24336 | if test "$PKG_CONFIG" = "no" ; then | |
24337 | echo "*** A new enough version of pkg-config was not found." | |
24338 | echo "*** See http://pkgconfig.sourceforge.net" | |
24339 | else | |
24340 | if test -f conf.gtktest ; then | |
24341 | : | |
24342 | else | |
24343 | echo "*** Could not run GTK+ test program, checking why..." | |
24344 | ac_save_CFLAGS="$CFLAGS" | |
24345 | ac_save_LIBS="$LIBS" | |
24346 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
24347 | LIBS="$LIBS $GTK_LIBS" | |
24348 | cat >conftest.$ac_ext <<_ACEOF | |
24349 | /* confdefs.h. */ | |
24350 | _ACEOF | |
24351 | cat confdefs.h >>conftest.$ac_ext | |
24352 | cat >>conftest.$ac_ext <<_ACEOF | |
24353 | /* end confdefs.h. */ | |
24354 | ||
24355 | #include <gtk/gtk.h> | |
24356 | #include <stdio.h> | |
24357 | ||
24358 | int | |
24359 | main () | |
24360 | { | |
24361 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
24362 | ; | |
24363 | return 0; | |
24364 | } | |
24365 | _ACEOF | |
24366 | rm -f conftest.$ac_objext conftest$ac_exeext | |
24367 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 24368 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 24369 | ac_status=$? |
ac1cb8d3 VS |
24370 | grep -v '^ *+' conftest.er1 >conftest.err |
24371 | rm -f conftest.er1 | |
24372 | cat conftest.err >&5 | |
a848cd7e SC |
24373 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24374 | (exit $ac_status); } && | |
07158944 | 24375 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
24376 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
24377 | (eval $ac_try) 2>&5 | |
24378 | ac_status=$? | |
24379 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24380 | (exit $ac_status); }; } && | |
24381 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
24382 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
24383 | (eval $ac_try) 2>&5 | |
24384 | ac_status=$? | |
24385 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24386 | (exit $ac_status); }; }; then | |
24387 | echo "*** The test program compiled, but did not run. This usually means" | |
24388 | echo "*** that the run-time linker is not finding GTK+ or finding the wrong" | |
24389 | echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your" | |
24390 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
24391 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
24392 | echo "*** is required on your system" | |
24393 | echo "***" | |
24394 | echo "*** If you have an old version installed, it is best to remove it, although" | |
24395 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" | |
24396 | else | |
24397 | echo "$as_me: failed program was:" >&5 | |
24398 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24399 | ||
24400 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
24401 | echo "*** exact error that occured. This usually means GTK+ is incorrectly installed." | |
24402 | fi | |
ac1cb8d3 VS |
24403 | rm -f conftest.err conftest.$ac_objext \ |
24404 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
24405 | CFLAGS="$ac_save_CFLAGS" |
24406 | LIBS="$ac_save_LIBS" | |
24407 | fi | |
24408 | fi | |
24409 | GTK_CFLAGS="" | |
24410 | GTK_LIBS="" | |
24411 | : | |
24412 | fi | |
24413 | ||
24414 | ||
24415 | rm -f conf.gtktest | |
24416 | ||
24417 | else | |
24418 | ||
24419 | # Check whether --with-gtk-prefix or --without-gtk-prefix was given. | |
24420 | if test "${with_gtk_prefix+set}" = set; then | |
24421 | withval="$with_gtk_prefix" | |
24422 | gtk_config_prefix="$withval" | |
24423 | else | |
24424 | gtk_config_prefix="" | |
24425 | fi; | |
24426 | ||
24427 | # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. | |
24428 | if test "${with_gtk_exec_prefix+set}" = set; then | |
24429 | withval="$with_gtk_exec_prefix" | |
24430 | gtk_config_exec_prefix="$withval" | |
24431 | else | |
24432 | gtk_config_exec_prefix="" | |
24433 | fi; | |
24434 | # Check whether --enable-gtktest or --disable-gtktest was given. | |
24435 | if test "${enable_gtktest+set}" = set; then | |
24436 | enableval="$enable_gtktest" | |
24437 | ||
24438 | else | |
24439 | enable_gtktest=yes | |
24440 | fi; | |
24441 | ||
24442 | for module in . $GTK_MODULES | |
24443 | do | |
24444 | case "$module" in | |
24445 | gthread) | |
24446 | gtk_config_args="$gtk_config_args gthread" | |
24447 | ;; | |
24448 | esac | |
24449 | done | |
24450 | ||
24451 | if test x$gtk_config_exec_prefix != x ; then | |
24452 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" | |
24453 | if test x${GTK_CONFIG+set} != xset ; then | |
24454 | GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config | |
24455 | fi | |
24456 | fi | |
24457 | if test x$gtk_config_prefix != x ; then | |
24458 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" | |
24459 | if test x${GTK_CONFIG+set} != xset ; then | |
24460 | GTK_CONFIG=$gtk_config_prefix/bin/gtk-config | |
24461 | fi | |
24462 | fi | |
24463 | ||
24464 | # Extract the first word of "gtk-config", so it can be a program name with args. | |
24465 | set dummy gtk-config; ac_word=$2 | |
24466 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
24467 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
24468 | if test "${ac_cv_path_GTK_CONFIG+set}" = set; then | |
24469 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
24470 | else | |
24471 | case $GTK_CONFIG in | |
24472 | [\\/]* | ?:[\\/]*) | |
24473 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. | |
24474 | ;; | |
24475 | *) | |
24476 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
24477 | for as_dir in $PATH | |
24478 | do | |
24479 | IFS=$as_save_IFS | |
24480 | test -z "$as_dir" && as_dir=. | |
24481 | for ac_exec_ext in '' $ac_executable_extensions; do | |
24482 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
24483 | ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
24484 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
24485 | break 2 | |
24486 | fi | |
24487 | done | |
24488 | done | |
24489 | ||
24490 | test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" | |
24491 | ;; | |
24492 | esac | |
24493 | fi | |
24494 | GTK_CONFIG=$ac_cv_path_GTK_CONFIG | |
24495 | ||
24496 | if test -n "$GTK_CONFIG"; then | |
24497 | echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5 | |
24498 | echo "${ECHO_T}$GTK_CONFIG" >&6 | |
24499 | else | |
24500 | echo "$as_me:$LINENO: result: no" >&5 | |
24501 | echo "${ECHO_T}no" >&6 | |
24502 | fi | |
24503 | ||
24504 | min_gtk_version=1.2.7 | |
24505 | echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5 | |
24506 | echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6 | |
24507 | no_gtk="" | |
24508 | if test "$GTK_CONFIG" = "no" ; then | |
24509 | no_gtk=yes | |
24510 | else | |
24511 | GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags` | |
24512 | GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs` | |
24513 | gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
24514 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
24515 | gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
24516 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
24517 | gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
24518 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
24519 | if test "x$enable_gtktest" = "xyes" ; then | |
24520 | ac_save_CFLAGS="$CFLAGS" | |
24521 | ac_save_LIBS="$LIBS" | |
24522 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
24523 | LIBS="$GTK_LIBS $LIBS" | |
24524 | rm -f conf.gtktest | |
24525 | if test "$cross_compiling" = yes; then | |
24526 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
24527 | else | |
24528 | cat >conftest.$ac_ext <<_ACEOF | |
24529 | /* confdefs.h. */ | |
24530 | _ACEOF | |
24531 | cat confdefs.h >>conftest.$ac_ext | |
24532 | cat >>conftest.$ac_ext <<_ACEOF | |
24533 | /* end confdefs.h. */ | |
24534 | ||
24535 | #include <gtk/gtk.h> | |
24536 | #include <stdio.h> | |
24537 | #include <stdlib.h> | |
24538 | ||
24539 | int | |
24540 | main () | |
24541 | { | |
24542 | int major, minor, micro; | |
24543 | char *tmp_version; | |
24544 | ||
24545 | system ("touch conf.gtktest"); | |
24546 | ||
24547 | /* HP/UX 9 (%@#!) writes to sscanf strings */ | |
24548 | tmp_version = g_strdup("$min_gtk_version"); | |
24549 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
24550 | printf("%s, bad version string\n", "$min_gtk_version"); | |
24551 | exit(1); | |
24552 | } | |
24553 | ||
24554 | if ((gtk_major_version != $gtk_config_major_version) || | |
24555 | (gtk_minor_version != $gtk_config_minor_version) || | |
24556 | (gtk_micro_version != $gtk_config_micro_version)) | |
24557 | { | |
24558 | printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", | |
24559 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, | |
24560 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
24561 | printf ("*** was found! If gtk-config was correct, then it is best\n"); | |
24562 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
24563 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
24564 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
24565 | printf("*** required on your system.\n"); | |
24566 | printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); | |
24567 | printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); | |
24568 | printf("*** before re-running configure\n"); | |
24569 | } | |
24570 | #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) | |
24571 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || | |
24572 | (gtk_minor_version != GTK_MINOR_VERSION) || | |
24573 | (gtk_micro_version != GTK_MICRO_VERSION)) | |
24574 | { | |
24575 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
24576 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); | |
24577 | printf("*** library (version %d.%d.%d)\n", | |
24578 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
24579 | } | |
24580 | #endif /* defined (GTK_MAJOR_VERSION) ... */ | |
24581 | else | |
24582 | { | |
24583 | if ((gtk_major_version > major) || | |
24584 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
24585 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
24586 | { | |
24587 | return 0; | |
24588 | } | |
24589 | else | |
24590 | { | |
24591 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
24592 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
24593 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
24594 | major, minor, micro); | |
24595 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); | |
24596 | printf("***\n"); | |
24597 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
24598 | printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); | |
24599 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
24600 | printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); | |
24601 | printf("*** correct copy of gtk-config. (In this case, you will have to\n"); | |
24602 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
24603 | printf("*** so that the correct libraries are found at run-time))\n"); | |
24604 | } | |
24605 | } | |
24606 | return 1; | |
24607 | } | |
24608 | ||
24609 | _ACEOF | |
24610 | rm -f conftest$ac_exeext | |
24611 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
24612 | (eval $ac_link) 2>&5 | |
24613 | ac_status=$? | |
24614 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24615 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
24616 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
24617 | (eval $ac_try) 2>&5 | |
24618 | ac_status=$? | |
24619 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24620 | (exit $ac_status); }; }; then | |
24621 | : | |
24622 | else | |
24623 | echo "$as_me: program exited with status $ac_status" >&5 | |
24624 | echo "$as_me: failed program was:" >&5 | |
24625 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24626 | ||
24627 | ( exit $ac_status ) | |
24628 | no_gtk=yes | |
24629 | fi | |
ac1cb8d3 | 24630 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
24631 | fi |
24632 | CFLAGS="$ac_save_CFLAGS" | |
24633 | LIBS="$ac_save_LIBS" | |
24634 | fi | |
24635 | fi | |
24636 | if test "x$no_gtk" = x ; then | |
24637 | echo "$as_me:$LINENO: result: yes" >&5 | |
24638 | echo "${ECHO_T}yes" >&6 | |
24639 | wx_cv_lib_gtk=1.2.7 | |
24640 | else | |
24641 | echo "$as_me:$LINENO: result: no" >&5 | |
24642 | echo "${ECHO_T}no" >&6 | |
24643 | if test "$GTK_CONFIG" = "no" ; then | |
24644 | echo "*** The gtk-config script installed by GTK could not be found" | |
24645 | echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" | |
24646 | echo "*** your path, or set the GTK_CONFIG environment variable to the" | |
24647 | echo "*** full path to gtk-config." | |
24648 | else | |
24649 | if test -f conf.gtktest ; then | |
24650 | : | |
24651 | else | |
24652 | echo "*** Could not run GTK test program, checking why..." | |
24653 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
24654 | LIBS="$LIBS $GTK_LIBS" | |
24655 | cat >conftest.$ac_ext <<_ACEOF | |
24656 | /* confdefs.h. */ | |
24657 | _ACEOF | |
24658 | cat confdefs.h >>conftest.$ac_ext | |
24659 | cat >>conftest.$ac_ext <<_ACEOF | |
24660 | /* end confdefs.h. */ | |
24661 | ||
24662 | #include <gtk/gtk.h> | |
24663 | #include <stdio.h> | |
24664 | ||
24665 | int | |
24666 | main () | |
24667 | { | |
24668 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
24669 | ; | |
24670 | return 0; | |
24671 | } | |
24672 | _ACEOF | |
24673 | rm -f conftest.$ac_objext conftest$ac_exeext | |
24674 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 24675 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 24676 | ac_status=$? |
ac1cb8d3 VS |
24677 | grep -v '^ *+' conftest.er1 >conftest.err |
24678 | rm -f conftest.er1 | |
24679 | cat conftest.err >&5 | |
a848cd7e SC |
24680 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24681 | (exit $ac_status); } && | |
07158944 | 24682 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
24683 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
24684 | (eval $ac_try) 2>&5 | |
24685 | ac_status=$? | |
24686 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24687 | (exit $ac_status); }; } && | |
24688 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
24689 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
24690 | (eval $ac_try) 2>&5 | |
24691 | ac_status=$? | |
24692 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24693 | (exit $ac_status); }; }; then | |
24694 | echo "*** The test program compiled, but did not run. This usually means" | |
24695 | echo "*** that the run-time linker is not finding GTK or finding the wrong" | |
24696 | echo "*** version of GTK. If it is not finding GTK, you'll need to set your" | |
24697 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
24698 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
24699 | echo "*** is required on your system" | |
24700 | echo "***" | |
24701 | echo "*** If you have an old version installed, it is best to remove it, although" | |
24702 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" | |
24703 | echo "***" | |
24704 | echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that" | |
24705 | echo "*** came with the system with the command" | |
24706 | echo "***" | |
24707 | echo "*** rpm --erase --nodeps gtk gtk-devel" | |
24708 | else | |
24709 | echo "$as_me: failed program was:" >&5 | |
24710 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24711 | ||
24712 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
24713 | echo "*** exact error that occured. This usually means GTK was incorrectly installed" | |
24714 | echo "*** or that you have moved GTK since it was installed. In the latter case, you" | |
24715 | echo "*** may want to edit the gtk-config script: $GTK_CONFIG" | |
24716 | fi | |
ac1cb8d3 VS |
24717 | rm -f conftest.err conftest.$ac_objext \ |
24718 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
24719 | CFLAGS="$ac_save_CFLAGS" |
24720 | LIBS="$ac_save_LIBS" | |
24721 | fi | |
24722 | fi | |
24723 | GTK_CFLAGS="" | |
24724 | GTK_LIBS="" | |
24725 | : | |
24726 | fi | |
24727 | ||
24728 | ||
24729 | rm -f conf.gtktest | |
24730 | ||
24731 | ||
24732 | if test -z "$wx_cv_lib_gtk"; then | |
24733 | ||
24734 | # Check whether --with-gtk-prefix or --without-gtk-prefix was given. | |
24735 | if test "${with_gtk_prefix+set}" = set; then | |
24736 | withval="$with_gtk_prefix" | |
24737 | gtk_config_prefix="$withval" | |
24738 | else | |
24739 | gtk_config_prefix="" | |
24740 | fi; | |
24741 | ||
24742 | # Check whether --with-gtk-exec-prefix or --without-gtk-exec-prefix was given. | |
24743 | if test "${with_gtk_exec_prefix+set}" = set; then | |
24744 | withval="$with_gtk_exec_prefix" | |
24745 | gtk_config_exec_prefix="$withval" | |
24746 | else | |
24747 | gtk_config_exec_prefix="" | |
24748 | fi; | |
24749 | # Check whether --enable-gtktest or --disable-gtktest was given. | |
24750 | if test "${enable_gtktest+set}" = set; then | |
24751 | enableval="$enable_gtktest" | |
24752 | ||
24753 | else | |
24754 | enable_gtktest=yes | |
24755 | fi; | |
24756 | ||
24757 | for module in . $GTK_MODULES | |
24758 | do | |
24759 | case "$module" in | |
24760 | gthread) | |
24761 | gtk_config_args="$gtk_config_args gthread" | |
24762 | ;; | |
24763 | esac | |
24764 | done | |
24765 | ||
24766 | if test x$gtk_config_exec_prefix != x ; then | |
24767 | gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" | |
24768 | if test x${GTK_CONFIG+set} != xset ; then | |
24769 | GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config | |
24770 | fi | |
24771 | fi | |
24772 | if test x$gtk_config_prefix != x ; then | |
24773 | gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" | |
24774 | if test x${GTK_CONFIG+set} != xset ; then | |
24775 | GTK_CONFIG=$gtk_config_prefix/bin/gtk-config | |
24776 | fi | |
24777 | fi | |
24778 | ||
24779 | # Extract the first word of "gtk-config", so it can be a program name with args. | |
24780 | set dummy gtk-config; ac_word=$2 | |
24781 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
24782 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
24783 | if test "${ac_cv_path_GTK_CONFIG+set}" = set; then | |
24784 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
24785 | else | |
24786 | case $GTK_CONFIG in | |
24787 | [\\/]* | ?:[\\/]*) | |
24788 | ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path. | |
24789 | ;; | |
24790 | *) | |
24791 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
24792 | for as_dir in $PATH | |
24793 | do | |
24794 | IFS=$as_save_IFS | |
24795 | test -z "$as_dir" && as_dir=. | |
24796 | for ac_exec_ext in '' $ac_executable_extensions; do | |
24797 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
24798 | ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
24799 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
24800 | break 2 | |
24801 | fi | |
24802 | done | |
24803 | done | |
24804 | ||
24805 | test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no" | |
24806 | ;; | |
24807 | esac | |
24808 | fi | |
24809 | GTK_CONFIG=$ac_cv_path_GTK_CONFIG | |
24810 | ||
24811 | if test -n "$GTK_CONFIG"; then | |
24812 | echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5 | |
24813 | echo "${ECHO_T}$GTK_CONFIG" >&6 | |
24814 | else | |
24815 | echo "$as_me:$LINENO: result: no" >&5 | |
24816 | echo "${ECHO_T}no" >&6 | |
24817 | fi | |
24818 | ||
24819 | min_gtk_version=1.2.3 | |
24820 | echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5 | |
24821 | echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6 | |
24822 | no_gtk="" | |
24823 | if test "$GTK_CONFIG" = "no" ; then | |
24824 | no_gtk=yes | |
24825 | else | |
24826 | GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags` | |
24827 | GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs` | |
24828 | gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
24829 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
24830 | gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
24831 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
24832 | gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \ | |
24833 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
24834 | if test "x$enable_gtktest" = "xyes" ; then | |
24835 | ac_save_CFLAGS="$CFLAGS" | |
24836 | ac_save_LIBS="$LIBS" | |
24837 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
24838 | LIBS="$GTK_LIBS $LIBS" | |
24839 | rm -f conf.gtktest | |
24840 | if test "$cross_compiling" = yes; then | |
24841 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
24842 | else | |
24843 | cat >conftest.$ac_ext <<_ACEOF | |
24844 | /* confdefs.h. */ | |
24845 | _ACEOF | |
24846 | cat confdefs.h >>conftest.$ac_ext | |
24847 | cat >>conftest.$ac_ext <<_ACEOF | |
24848 | /* end confdefs.h. */ | |
24849 | ||
24850 | #include <gtk/gtk.h> | |
24851 | #include <stdio.h> | |
24852 | #include <stdlib.h> | |
24853 | ||
24854 | int | |
24855 | main () | |
24856 | { | |
24857 | int major, minor, micro; | |
24858 | char *tmp_version; | |
24859 | ||
24860 | system ("touch conf.gtktest"); | |
24861 | ||
24862 | /* HP/UX 9 (%@#!) writes to sscanf strings */ | |
24863 | tmp_version = g_strdup("$min_gtk_version"); | |
24864 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
24865 | printf("%s, bad version string\n", "$min_gtk_version"); | |
24866 | exit(1); | |
24867 | } | |
24868 | ||
24869 | if ((gtk_major_version != $gtk_config_major_version) || | |
24870 | (gtk_minor_version != $gtk_config_minor_version) || | |
24871 | (gtk_micro_version != $gtk_config_micro_version)) | |
24872 | { | |
24873 | printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n", | |
24874 | $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version, | |
24875 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
24876 | printf ("*** was found! If gtk-config was correct, then it is best\n"); | |
24877 | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n"); | |
24878 | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | |
24879 | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | |
24880 | printf("*** required on your system.\n"); | |
24881 | printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n"); | |
24882 | printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n"); | |
24883 | printf("*** before re-running configure\n"); | |
24884 | } | |
24885 | #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION) | |
24886 | else if ((gtk_major_version != GTK_MAJOR_VERSION) || | |
24887 | (gtk_minor_version != GTK_MINOR_VERSION) || | |
24888 | (gtk_micro_version != GTK_MICRO_VERSION)) | |
24889 | { | |
24890 | printf("*** GTK+ header files (version %d.%d.%d) do not match\n", | |
24891 | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION); | |
24892 | printf("*** library (version %d.%d.%d)\n", | |
24893 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
24894 | } | |
24895 | #endif /* defined (GTK_MAJOR_VERSION) ... */ | |
24896 | else | |
24897 | { | |
24898 | if ((gtk_major_version > major) || | |
24899 | ((gtk_major_version == major) && (gtk_minor_version > minor)) || | |
24900 | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro))) | |
24901 | { | |
24902 | return 0; | |
24903 | } | |
24904 | else | |
24905 | { | |
24906 | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n", | |
24907 | gtk_major_version, gtk_minor_version, gtk_micro_version); | |
24908 | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n", | |
24909 | major, minor, micro); | |
24910 | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n"); | |
24911 | printf("***\n"); | |
24912 | printf("*** If you have already installed a sufficiently new version, this error\n"); | |
24913 | printf("*** probably means that the wrong copy of the gtk-config shell script is\n"); | |
24914 | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | |
24915 | printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n"); | |
24916 | printf("*** correct copy of gtk-config. (In this case, you will have to\n"); | |
24917 | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | |
24918 | printf("*** so that the correct libraries are found at run-time))\n"); | |
24919 | } | |
24920 | } | |
24921 | return 1; | |
24922 | } | |
24923 | ||
24924 | _ACEOF | |
24925 | rm -f conftest$ac_exeext | |
24926 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
24927 | (eval $ac_link) 2>&5 | |
24928 | ac_status=$? | |
24929 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24930 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
24931 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
24932 | (eval $ac_try) 2>&5 | |
24933 | ac_status=$? | |
24934 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
24935 | (exit $ac_status); }; }; then | |
24936 | : | |
24937 | else | |
24938 | echo "$as_me: program exited with status $ac_status" >&5 | |
24939 | echo "$as_me: failed program was:" >&5 | |
24940 | sed 's/^/| /' conftest.$ac_ext >&5 | |
24941 | ||
24942 | ( exit $ac_status ) | |
24943 | no_gtk=yes | |
24944 | fi | |
ac1cb8d3 | 24945 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
24946 | fi |
24947 | CFLAGS="$ac_save_CFLAGS" | |
24948 | LIBS="$ac_save_LIBS" | |
24949 | fi | |
24950 | fi | |
24951 | if test "x$no_gtk" = x ; then | |
24952 | echo "$as_me:$LINENO: result: yes" >&5 | |
24953 | echo "${ECHO_T}yes" >&6 | |
24954 | wx_cv_lib_gtk=1.2.3 | |
24955 | else | |
24956 | echo "$as_me:$LINENO: result: no" >&5 | |
24957 | echo "${ECHO_T}no" >&6 | |
24958 | if test "$GTK_CONFIG" = "no" ; then | |
24959 | echo "*** The gtk-config script installed by GTK could not be found" | |
24960 | echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in" | |
24961 | echo "*** your path, or set the GTK_CONFIG environment variable to the" | |
24962 | echo "*** full path to gtk-config." | |
24963 | else | |
24964 | if test -f conf.gtktest ; then | |
24965 | : | |
24966 | else | |
24967 | echo "*** Could not run GTK test program, checking why..." | |
24968 | CFLAGS="$CFLAGS $GTK_CFLAGS" | |
24969 | LIBS="$LIBS $GTK_LIBS" | |
24970 | cat >conftest.$ac_ext <<_ACEOF | |
24971 | /* confdefs.h. */ | |
24972 | _ACEOF | |
24973 | cat confdefs.h >>conftest.$ac_ext | |
24974 | cat >>conftest.$ac_ext <<_ACEOF | |
24975 | /* end confdefs.h. */ | |
24976 | ||
24977 | #include <gtk/gtk.h> | |
24978 | #include <stdio.h> | |
24979 | ||
24980 | int | |
24981 | main () | |
24982 | { | |
24983 | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); | |
24984 | ; | |
24985 | return 0; | |
24986 | } | |
24987 | _ACEOF | |
24988 | rm -f conftest.$ac_objext conftest$ac_exeext | |
24989 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 24990 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 24991 | ac_status=$? |
ac1cb8d3 VS |
24992 | grep -v '^ *+' conftest.er1 >conftest.err |
24993 | rm -f conftest.er1 | |
24994 | cat conftest.err >&5 | |
a848cd7e SC |
24995 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
24996 | (exit $ac_status); } && | |
07158944 | 24997 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
24998 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
24999 | (eval $ac_try) 2>&5 | |
25000 | ac_status=$? | |
25001 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25002 | (exit $ac_status); }; } && | |
25003 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
25004 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25005 | (eval $ac_try) 2>&5 | |
25006 | ac_status=$? | |
25007 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25008 | (exit $ac_status); }; }; then | |
25009 | echo "*** The test program compiled, but did not run. This usually means" | |
25010 | echo "*** that the run-time linker is not finding GTK or finding the wrong" | |
25011 | echo "*** version of GTK. If it is not finding GTK, you'll need to set your" | |
25012 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
25013 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
25014 | echo "*** is required on your system" | |
25015 | echo "***" | |
25016 | echo "*** If you have an old version installed, it is best to remove it, although" | |
25017 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" | |
25018 | echo "***" | |
25019 | echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that" | |
25020 | echo "*** came with the system with the command" | |
25021 | echo "***" | |
25022 | echo "*** rpm --erase --nodeps gtk gtk-devel" | |
25023 | else | |
25024 | echo "$as_me: failed program was:" >&5 | |
25025 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25026 | ||
25027 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
25028 | echo "*** exact error that occured. This usually means GTK was incorrectly installed" | |
25029 | echo "*** or that you have moved GTK since it was installed. In the latter case, you" | |
25030 | echo "*** may want to edit the gtk-config script: $GTK_CONFIG" | |
25031 | fi | |
ac1cb8d3 VS |
25032 | rm -f conftest.err conftest.$ac_objext \ |
25033 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
25034 | CFLAGS="$ac_save_CFLAGS" |
25035 | LIBS="$ac_save_LIBS" | |
25036 | fi | |
25037 | fi | |
25038 | GTK_CFLAGS="" | |
25039 | GTK_LIBS="" | |
25040 | : | |
25041 | fi | |
25042 | ||
25043 | ||
25044 | rm -f conf.gtktest | |
25045 | ||
25046 | fi | |
25047 | fi | |
25048 | ||
25049 | if test -z "$wx_cv_lib_gtk"; then | |
25050 | wx_cv_lib_gtk=none | |
25051 | else | |
25052 | wx_cv_cflags_gtk=$GTK_CFLAGS | |
25053 | wx_cv_libs_gtk=$GTK_LIBS | |
25054 | fi | |
25055 | ||
25056 | ||
25057 | fi | |
25058 | ||
25059 | ||
25060 | if test "$gtk_version_cached" = 1; then | |
25061 | echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5 | |
25062 | echo "${ECHO_T}$wx_cv_lib_gtk" >&6 | |
25063 | fi | |
25064 | ||
25065 | case "$wx_cv_lib_gtk" in | |
25066 | 2.0) WXGTK20=1 | |
25067 | TOOLKIT_VERSION=2 | |
25068 | ;; | |
25069 | 1.2.7) WXGTK127=1 | |
25070 | WXGTK12=1 | |
25071 | ;; | |
25072 | 1.2.3) WXGTK12=1 | |
25073 | ;; | |
25074 | *) { { echo "$as_me:$LINENO: error: | |
25075 | Please check that gtk-config is in path, the directory | |
25076 | where GTK+ libraries are installed (returned by | |
25077 | 'gtk-config --libs' command) is in LD_LIBRARY_PATH or | |
25078 | equivalent variable and GTK+ is version 1.2.3 or above. | |
25079 | " >&5 | |
25080 | echo "$as_me: error: | |
25081 | Please check that gtk-config is in path, the directory | |
25082 | where GTK+ libraries are installed (returned by | |
25083 | 'gtk-config --libs' command) is in LD_LIBRARY_PATH or | |
25084 | equivalent variable and GTK+ is version 1.2.3 or above. | |
25085 | " >&2;} | |
25086 | { (exit 1); exit 1; }; } | |
25087 | ;; | |
25088 | esac | |
25089 | ||
25090 | if test "$WXGTK20" = 1; then | |
304205f1 VS |
25091 | save_CFLAGS="$CFLAGS" |
25092 | save_LIBS="$LIBS" | |
9d271838 VZ |
25093 | CFLAGS="$CFLAGS $wx_cv_cflags_gtk" |
25094 | LIBS="$LIBS $wx_cv_lib_gtk" | |
304205f1 | 25095 | |
9755e73b | 25096 | |
304205f1 VS |
25097 | for ac_func in pango_font_family_is_monospace |
25098 | do | |
25099 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
25100 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
25101 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
25102 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
25103 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25104 | else | |
25105 | cat >conftest.$ac_ext <<_ACEOF | |
25106 | /* confdefs.h. */ | |
25107 | _ACEOF | |
25108 | cat confdefs.h >>conftest.$ac_ext | |
25109 | cat >>conftest.$ac_ext <<_ACEOF | |
25110 | /* end confdefs.h. */ | |
25111 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | |
25112 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
25113 | #define $ac_func innocuous_$ac_func | |
25114 | ||
25115 | /* System header to define __stub macros and hopefully few prototypes, | |
25116 | which can conflict with char $ac_func (); below. | |
25117 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
25118 | <limits.h> exists even on freestanding compilers. */ | |
25119 | ||
25120 | #ifdef __STDC__ | |
25121 | # include <limits.h> | |
25122 | #else | |
25123 | # include <assert.h> | |
25124 | #endif | |
25125 | ||
25126 | #undef $ac_func | |
25127 | ||
25128 | /* Override any gcc2 internal prototype to avoid an error. */ | |
25129 | #ifdef __cplusplus | |
25130 | extern "C" | |
25131 | { | |
25132 | #endif | |
25133 | /* We use char because int might match the return type of a gcc2 | |
25134 | builtin and then its argument prototype would still apply. */ | |
25135 | char $ac_func (); | |
25136 | /* The GNU C library defines this for functions which it implements | |
25137 | to always fail with ENOSYS. Some functions are actually named | |
25138 | something starting with __ and the normal name is an alias. */ | |
25139 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
25140 | choke me | |
25141 | #else | |
25142 | char (*f) () = $ac_func; | |
25143 | #endif | |
25144 | #ifdef __cplusplus | |
25145 | } | |
25146 | #endif | |
25147 | ||
25148 | int | |
25149 | main () | |
25150 | { | |
25151 | return f != $ac_func; | |
25152 | ; | |
25153 | return 0; | |
25154 | } | |
25155 | _ACEOF | |
25156 | rm -f conftest.$ac_objext conftest$ac_exeext | |
25157 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
25158 | (eval $ac_link) 2>conftest.er1 | |
25159 | ac_status=$? | |
25160 | grep -v '^ *+' conftest.er1 >conftest.err | |
25161 | rm -f conftest.er1 | |
25162 | cat conftest.err >&5 | |
25163 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25164 | (exit $ac_status); } && | |
07158944 | 25165 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
304205f1 VS |
25166 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25167 | (eval $ac_try) 2>&5 | |
25168 | ac_status=$? | |
25169 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25170 | (exit $ac_status); }; } && | |
25171 | { ac_try='test -s conftest$ac_exeext' | |
25172 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
25173 | (eval $ac_try) 2>&5 | |
25174 | ac_status=$? | |
25175 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25176 | (exit $ac_status); }; }; then | |
25177 | eval "$as_ac_var=yes" | |
25178 | else | |
25179 | echo "$as_me: failed program was:" >&5 | |
25180 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25181 | ||
25182 | eval "$as_ac_var=no" | |
25183 | fi | |
25184 | rm -f conftest.err conftest.$ac_objext \ | |
25185 | conftest$ac_exeext conftest.$ac_ext | |
25186 | fi | |
25187 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
25188 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
25189 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
25190 | cat >>confdefs.h <<_ACEOF | |
25191 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
25192 | _ACEOF | |
25193 | ||
25194 | fi | |
25195 | done | |
25196 | ||
9755e73b VS |
25197 | |
25198 | echo "$as_me:$LINENO: checking if GTK+ is version >= 2.4" >&5 | |
25199 | echo $ECHO_N "checking if GTK+ is version >= 2.4... $ECHO_C" >&6 | |
25200 | cat >conftest.$ac_ext <<_ACEOF | |
25201 | /* confdefs.h. */ | |
25202 | _ACEOF | |
25203 | cat confdefs.h >>conftest.$ac_ext | |
25204 | cat >>conftest.$ac_ext <<_ACEOF | |
25205 | /* end confdefs.h. */ | |
25206 | ||
25207 | #include <gtk/gtk.h> | |
25208 | ||
25209 | int | |
25210 | main () | |
25211 | { | |
25212 | ||
25213 | #if !GTK_CHECK_VERSION(2,4,0) | |
25214 | #error "Not GTK+ 2.4" | |
25215 | #endif | |
25216 | ||
25217 | ; | |
25218 | return 0; | |
25219 | } | |
25220 | _ACEOF | |
25221 | rm -f conftest.$ac_objext | |
25222 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
25223 | (eval $ac_compile) 2>conftest.er1 | |
25224 | ac_status=$? | |
25225 | grep -v '^ *+' conftest.er1 >conftest.err | |
25226 | rm -f conftest.er1 | |
25227 | cat conftest.err >&5 | |
25228 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25229 | (exit $ac_status); } && | |
07158944 | 25230 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
9755e73b VS |
25231 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25232 | (eval $ac_try) 2>&5 | |
25233 | ac_status=$? | |
25234 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25235 | (exit $ac_status); }; } && | |
25236 | { ac_try='test -s conftest.$ac_objext' | |
25237 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
25238 | (eval $ac_try) 2>&5 | |
25239 | ac_status=$? | |
25240 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25241 | (exit $ac_status); }; }; then | |
25242 | ||
25243 | cat >>confdefs.h <<\_ACEOF | |
25244 | #define __WXGTK24__ 1 | |
25245 | _ACEOF | |
25246 | ||
25247 | echo "$as_me:$LINENO: result: yes" >&5 | |
25248 | echo "${ECHO_T}yes" >&6 | |
25249 | ||
25250 | else | |
25251 | echo "$as_me: failed program was:" >&5 | |
25252 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25253 | ||
25254 | ||
25255 | echo "$as_me:$LINENO: result: no" >&5 | |
25256 | echo "${ECHO_T}no" >&6 | |
25257 | ||
25258 | fi | |
25259 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
25260 | ||
304205f1 VS |
25261 | CFLAGS="$save_CFLAGS" |
25262 | LIBS="$save_LIBS" | |
a848cd7e SC |
25263 | else |
25264 | if test "$wxUSE_UNICODE" = "yes"; then | |
25265 | { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5 | |
25266 | echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;} | |
25267 | wxUSE_UNICODE=no | |
25268 | fi | |
25269 | fi | |
25270 | ||
25271 | if test "$USE_DARWIN" != 1; then | |
25272 | ||
25273 | for ac_func in poll | |
25274 | do | |
25275 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
25276 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
25277 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
25278 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
25279 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25280 | else | |
25281 | cat >conftest.$ac_ext <<_ACEOF | |
25282 | /* confdefs.h. */ | |
25283 | _ACEOF | |
25284 | cat confdefs.h >>conftest.$ac_ext | |
25285 | cat >>conftest.$ac_ext <<_ACEOF | |
25286 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
25287 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
25288 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
25289 | #define $ac_func innocuous_$ac_func | |
25290 | ||
a848cd7e SC |
25291 | /* System header to define __stub macros and hopefully few prototypes, |
25292 | which can conflict with char $ac_func (); below. | |
25293 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
25294 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 25295 | |
a848cd7e SC |
25296 | #ifdef __STDC__ |
25297 | # include <limits.h> | |
25298 | #else | |
25299 | # include <assert.h> | |
25300 | #endif | |
ac1cb8d3 VS |
25301 | |
25302 | #undef $ac_func | |
25303 | ||
a848cd7e SC |
25304 | /* Override any gcc2 internal prototype to avoid an error. */ |
25305 | #ifdef __cplusplus | |
25306 | extern "C" | |
25307 | { | |
25308 | #endif | |
25309 | /* We use char because int might match the return type of a gcc2 | |
25310 | builtin and then its argument prototype would still apply. */ | |
25311 | char $ac_func (); | |
25312 | /* The GNU C library defines this for functions which it implements | |
25313 | to always fail with ENOSYS. Some functions are actually named | |
25314 | something starting with __ and the normal name is an alias. */ | |
25315 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
25316 | choke me | |
25317 | #else | |
25318 | char (*f) () = $ac_func; | |
25319 | #endif | |
25320 | #ifdef __cplusplus | |
25321 | } | |
25322 | #endif | |
25323 | ||
25324 | int | |
25325 | main () | |
25326 | { | |
25327 | return f != $ac_func; | |
25328 | ; | |
25329 | return 0; | |
25330 | } | |
25331 | _ACEOF | |
25332 | rm -f conftest.$ac_objext conftest$ac_exeext | |
25333 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 25334 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 25335 | ac_status=$? |
ac1cb8d3 VS |
25336 | grep -v '^ *+' conftest.er1 >conftest.err |
25337 | rm -f conftest.er1 | |
25338 | cat conftest.err >&5 | |
a848cd7e SC |
25339 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25340 | (exit $ac_status); } && | |
07158944 | 25341 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
25342 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25343 | (eval $ac_try) 2>&5 | |
25344 | ac_status=$? | |
25345 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25346 | (exit $ac_status); }; } && | |
25347 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
25348 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25349 | (eval $ac_try) 2>&5 | |
25350 | ac_status=$? | |
25351 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25352 | (exit $ac_status); }; }; then | |
25353 | eval "$as_ac_var=yes" | |
25354 | else | |
25355 | echo "$as_me: failed program was:" >&5 | |
25356 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25357 | ||
25358 | eval "$as_ac_var=no" | |
25359 | fi | |
ac1cb8d3 VS |
25360 | rm -f conftest.err conftest.$ac_objext \ |
25361 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
25362 | fi |
25363 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
25364 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
25365 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
25366 | cat >>confdefs.h <<_ACEOF | |
25367 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
25368 | _ACEOF | |
25369 | ||
25370 | fi | |
25371 | done | |
25372 | ||
25373 | fi | |
25374 | ||
25375 | TOOLKIT_INCLUDE="$wx_cv_cflags_gtk" | |
25376 | GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY" | |
25377 | ||
25378 | AFMINSTALL=afminstall | |
25379 | TOOLKIT=GTK | |
25380 | GUIDIST=GTK_DIST | |
25381 | ||
25382 | echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5 | |
25383 | echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6 | |
25384 | if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then | |
25385 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25386 | else | |
25387 | ac_check_lib_save_LIBS=$LIBS | |
25388 | LIBS="-lgdk $LIBS" | |
25389 | cat >conftest.$ac_ext <<_ACEOF | |
25390 | /* confdefs.h. */ | |
25391 | _ACEOF | |
25392 | cat confdefs.h >>conftest.$ac_ext | |
25393 | cat >>conftest.$ac_ext <<_ACEOF | |
25394 | /* end confdefs.h. */ | |
25395 | ||
25396 | /* Override any gcc2 internal prototype to avoid an error. */ | |
25397 | #ifdef __cplusplus | |
25398 | extern "C" | |
25399 | #endif | |
25400 | /* We use char because int might match the return type of a gcc2 | |
25401 | builtin and then its argument prototype would still apply. */ | |
25402 | char gdk_im_open (); | |
25403 | int | |
25404 | main () | |
25405 | { | |
25406 | gdk_im_open (); | |
25407 | ; | |
25408 | return 0; | |
25409 | } | |
25410 | _ACEOF | |
25411 | rm -f conftest.$ac_objext conftest$ac_exeext | |
25412 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 25413 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 25414 | ac_status=$? |
ac1cb8d3 VS |
25415 | grep -v '^ *+' conftest.er1 >conftest.err |
25416 | rm -f conftest.er1 | |
25417 | cat conftest.err >&5 | |
a848cd7e SC |
25418 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25419 | (exit $ac_status); } && | |
07158944 | 25420 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
25421 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25422 | (eval $ac_try) 2>&5 | |
25423 | ac_status=$? | |
25424 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25425 | (exit $ac_status); }; } && | |
25426 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
25427 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25428 | (eval $ac_try) 2>&5 | |
25429 | ac_status=$? | |
25430 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25431 | (exit $ac_status); }; }; then | |
25432 | ac_cv_lib_gdk_gdk_im_open=yes | |
25433 | else | |
25434 | echo "$as_me: failed program was:" >&5 | |
25435 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25436 | ||
25437 | ac_cv_lib_gdk_gdk_im_open=no | |
25438 | fi | |
ac1cb8d3 VS |
25439 | rm -f conftest.err conftest.$ac_objext \ |
25440 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
25441 | LIBS=$ac_check_lib_save_LIBS |
25442 | fi | |
25443 | echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5 | |
25444 | echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6 | |
25445 | if test $ac_cv_lib_gdk_gdk_im_open = yes; then | |
25446 | cat >>confdefs.h <<\_ACEOF | |
25447 | #define HAVE_XIM 1 | |
25448 | _ACEOF | |
25449 | ||
25450 | fi | |
25451 | ||
25452 | ||
25453 | ||
25454 | if test "$wxUSE_GPE" = "yes"; then | |
25455 | echo "$as_me:$LINENO: checking for gpewidget library" >&5 | |
25456 | echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6 | |
25457 | ||
25458 | ac_find_libraries= | |
25459 | for ac_dir in $SEARCH_LIB /usr/lib; | |
25460 | do | |
25461 | for ac_extension in a so sl dylib; do | |
25462 | if test -f "$ac_dir/libgpewidget.$ac_extension"; then | |
25463 | ac_find_libraries=$ac_dir | |
25464 | break 2 | |
25465 | fi | |
25466 | done | |
25467 | done | |
25468 | ||
25469 | if test "$ac_find_libraries" != "" ; then | |
25470 | ||
25471 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null | |
25472 | result=$? | |
25473 | if test $result = 0; then | |
25474 | ac_path_to_link="" | |
25475 | else | |
25476 | ac_path_to_link=" -L$ac_find_libraries" | |
25477 | fi | |
25478 | ||
25479 | GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY" | |
25480 | WXGPE=1 | |
25481 | echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5 | |
25482 | echo "${ECHO_T}found at $ac_find_libraries" >&6 | |
25483 | else | |
25484 | echo "$as_me:$LINENO: result: not found" >&5 | |
25485 | echo "${ECHO_T}not found" >&6 | |
25486 | fi | |
25487 | ||
25488 | fi | |
25489 | fi | |
25490 | ||
25491 | if test "$wxUSE_MGL" = 1; then | |
25492 | echo "$as_me:$LINENO: checking for SciTech MGL library" >&5 | |
25493 | echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6 | |
25494 | if test "x$MGL_ROOT" = x ; then | |
25495 | echo "$as_me:$LINENO: result: not found" >&5 | |
25496 | echo "${ECHO_T}not found" >&6 | |
25497 | { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5 | |
25498 | echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;} | |
25499 | { (exit 1); exit 1; }; } | |
25500 | else | |
25501 | echo "$as_me:$LINENO: result: $MGL_ROOT" >&5 | |
25502 | echo "${ECHO_T}$MGL_ROOT" >&6 | |
25503 | fi | |
25504 | ||
25505 | echo "$as_me:$LINENO: checking for libmgl location" >&5 | |
25506 | echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6 | |
25507 | case "${host}" in | |
25508 | *-*-linux* ) | |
25509 | if test "x$wxUSE_SHARED" = xyes ; then | |
25510 | mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc" | |
25511 | else | |
25512 | mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so" | |
25513 | fi | |
25514 | ;; | |
25515 | *-pc-msdosdjgpp ) | |
25516 | mgl_os_candidates="dos32/dj2" | |
25517 | ;; | |
25518 | *) | |
25519 | { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5 | |
25520 | echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;} | |
25521 | { (exit 1); exit 1; }; } | |
25522 | esac | |
25523 | ||
25524 | mgl_lib_type="" | |
25525 | mgl_os="" | |
25526 | ||
25527 | for mgl_os_i in $mgl_os_candidates ; do | |
25528 | if test "x$mgl_os" = x ; then | |
25529 | if test "$wxUSE_DEBUG_FLAG" = yes ; then | |
25530 | if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \ | |
25531 | -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then | |
25532 | mgl_lib_type=debug | |
25533 | mgl_os=$mgl_os_i | |
25534 | fi | |
25535 | fi | |
25536 | if test "x$mgl_lib_type" = x ; then | |
25537 | if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \ | |
25538 | -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then | |
25539 | mgl_lib_type=release | |
25540 | mgl_os=$mgl_os_i | |
25541 | fi | |
25542 | fi | |
25543 | fi | |
25544 | done | |
25545 | ||
25546 | if test "x$mgl_os" = x ; then | |
25547 | echo "$as_me:$LINENO: result: not found" >&5 | |
25548 | echo "${ECHO_T}not found" >&6 | |
25549 | { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5 | |
25550 | echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;} | |
25551 | { (exit 1); exit 1; }; } | |
25552 | fi | |
25553 | echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5 | |
25554 | echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6 | |
25555 | ||
25556 | wxUSE_UNIVERSAL="yes" | |
25557 | ||
25558 | TOOLKIT_INCLUDE="-I$MGL_ROOT/include" | |
25559 | GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm" | |
25560 | ||
25561 | AFMINSTALL=afminstall | |
25562 | TOOLKIT=MGL | |
25563 | GUIDIST=MGL_DIST | |
25564 | fi | |
25565 | ||
25566 | if test "$wxUSE_MICROWIN" = 1; then | |
25567 | echo "$as_me:$LINENO: checking for MicroWindows" >&5 | |
25568 | echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6 | |
25569 | if test "x$MICROWINDOWS" = x ; then | |
25570 | echo "$as_me:$LINENO: result: not found" >&5 | |
25571 | echo "${ECHO_T}not found" >&6 | |
25572 | { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5 | |
25573 | echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;} | |
25574 | { (exit 1); exit 1; }; } | |
25575 | else | |
25576 | echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5 | |
25577 | echo "${ECHO_T}$MICROWINDOWS" >&6 | |
25578 | fi | |
25579 | ||
25580 | if test -f $MICROWINDOWS/lib/libmwin.a; then | |
25581 | echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5 | |
25582 | echo "${ECHO_T}MicroWindows' libraries found." >&6 | |
25583 | else | |
25584 | { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5 | |
25585 | echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;} | |
25586 | { (exit 1); exit 1; }; } | |
25587 | fi | |
25588 | ||
25589 | TOOLKIT_INCLUDE="-I$MICROWINDOWS/include" | |
25590 | GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib" | |
25591 | ||
25592 | wxUSE_UNIVERSAL="yes" | |
25593 | ||
25594 | AFMINSTALL=afminstall | |
25595 | TOOLKIT=MICROWIN | |
25596 | GUIDIST=MICROWIN_DIST | |
25597 | ||
25598 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1" | |
25599 | fi | |
25600 | ||
74b84332 | 25601 | if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then |
07158944 VZ |
25602 | |
25603 | if test "x$ac_path_x_has_been_run" != xyes; then | |
25604 | echo "$as_me:$LINENO: checking for X" >&5 | |
a848cd7e SC |
25605 | echo $ECHO_N "checking for X... $ECHO_C" >&6 |
25606 | ||
07158944 | 25607 | ac_path_x_has_been_run=yes |
a848cd7e SC |
25608 | |
25609 | # Check whether --with-x or --without-x was given. | |
25610 | if test "${with_x+set}" = set; then | |
25611 | withval="$with_x" | |
25612 | ||
25613 | fi; | |
25614 | # $have_x is `yes', `no', `disabled', or empty when we do not yet know. | |
25615 | if test "x$with_x" = xno; then | |
25616 | # The user explicitly disabled X. | |
25617 | have_x=disabled | |
25618 | else | |
25619 | if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then | |
25620 | # Both variables are already set. | |
25621 | have_x=yes | |
25622 | else | |
25623 | if test "${ac_cv_have_x+set}" = set; then | |
25624 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
25625 | else | |
25626 | # One or both of the vars are not set, and there is no cached value. | |
25627 | ac_x_includes=no ac_x_libraries=no | |
25628 | rm -fr conftest.dir | |
25629 | if mkdir conftest.dir; then | |
25630 | cd conftest.dir | |
25631 | # Make sure to not put "make" in the Imakefile rules, since we grep it out. | |
25632 | cat >Imakefile <<'_ACEOF' | |
25633 | acfindx: | |
25634 | @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"' | |
25635 | _ACEOF | |
25636 | if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then | |
25637 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
25638 | eval `${MAKE-make} acfindx 2>/dev/null | grep -v make` | |
25639 | # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. | |
25640 | for ac_extension in a so sl; do | |
25641 | if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && | |
ac1cb8d3 VS |
25642 | test -f $ac_im_libdir/libX11.$ac_extension; then |
25643 | ac_im_usrlibdir=$ac_im_libdir; break | |
a848cd7e SC |
25644 | fi |
25645 | done | |
25646 | # Screen out bogus values from the imake configuration. They are | |
25647 | # bogus both because they are the default anyway, and because | |
25648 | # using them would break gcc on systems where it needs fixed includes. | |
25649 | case $ac_im_incroot in | |
25650 | /usr/include) ;; | |
25651 | *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; | |
25652 | esac | |
25653 | case $ac_im_usrlibdir in | |
25654 | /usr/lib | /lib) ;; | |
25655 | *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; | |
25656 | esac | |
25657 | fi | |
25658 | cd .. | |
25659 | rm -fr conftest.dir | |
25660 | fi | |
25661 | ||
25662 | # Standard set of common directories for X headers. | |
25663 | # Check X11 before X11Rn because it is often a symlink to the current release. | |
25664 | ac_x_header_dirs=' | |
25665 | /usr/X11/include | |
25666 | /usr/X11R6/include | |
25667 | /usr/X11R5/include | |
25668 | /usr/X11R4/include | |
25669 | ||
25670 | /usr/include/X11 | |
25671 | /usr/include/X11R6 | |
25672 | /usr/include/X11R5 | |
25673 | /usr/include/X11R4 | |
25674 | ||
25675 | /usr/local/X11/include | |
25676 | /usr/local/X11R6/include | |
25677 | /usr/local/X11R5/include | |
25678 | /usr/local/X11R4/include | |
25679 | ||
25680 | /usr/local/include/X11 | |
25681 | /usr/local/include/X11R6 | |
25682 | /usr/local/include/X11R5 | |
25683 | /usr/local/include/X11R4 | |
25684 | ||
25685 | /usr/X386/include | |
25686 | /usr/x386/include | |
25687 | /usr/XFree86/include/X11 | |
25688 | ||
25689 | /usr/include | |
25690 | /usr/local/include | |
25691 | /usr/unsupported/include | |
25692 | /usr/athena/include | |
25693 | /usr/local/x11r5/include | |
25694 | /usr/lpp/Xamples/include | |
25695 | ||
25696 | /usr/openwin/include | |
25697 | /usr/openwin/share/include' | |
25698 | ||
25699 | if test "$ac_x_includes" = no; then | |
07158944 | 25700 | # Guess where to find include files, by looking for a specified header file. |
a848cd7e SC |
25701 | # First, try using that file with no special directory specified. |
25702 | cat >conftest.$ac_ext <<_ACEOF | |
25703 | /* confdefs.h. */ | |
25704 | _ACEOF | |
25705 | cat confdefs.h >>conftest.$ac_ext | |
25706 | cat >>conftest.$ac_ext <<_ACEOF | |
25707 | /* end confdefs.h. */ | |
25708 | #include <X11/Intrinsic.h> | |
25709 | _ACEOF | |
25710 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
25711 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
25712 | ac_status=$? | |
25713 | grep -v '^ *+' conftest.er1 >conftest.err | |
25714 | rm -f conftest.er1 | |
25715 | cat conftest.err >&5 | |
25716 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25717 | (exit $ac_status); } >/dev/null; then | |
25718 | if test -s conftest.err; then | |
25719 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 25720 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
25721 | else |
25722 | ac_cpp_err= | |
25723 | fi | |
25724 | else | |
25725 | ac_cpp_err=yes | |
25726 | fi | |
25727 | if test -z "$ac_cpp_err"; then | |
25728 | # We can compile using X headers with no special include directory. | |
25729 | ac_x_includes= | |
25730 | else | |
25731 | echo "$as_me: failed program was:" >&5 | |
25732 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25733 | ||
25734 | for ac_dir in $ac_x_header_dirs; do | |
25735 | if test -r "$ac_dir/X11/Intrinsic.h"; then | |
25736 | ac_x_includes=$ac_dir | |
25737 | break | |
25738 | fi | |
25739 | done | |
25740 | fi | |
25741 | rm -f conftest.err conftest.$ac_ext | |
25742 | fi # $ac_x_includes = no | |
25743 | ||
25744 | if test "$ac_x_libraries" = no; then | |
25745 | # Check for the libraries. | |
25746 | # See if we find them without any special options. | |
25747 | # Don't add to $LIBS permanently. | |
25748 | ac_save_LIBS=$LIBS | |
25749 | LIBS="-lXt $LIBS" | |
25750 | cat >conftest.$ac_ext <<_ACEOF | |
25751 | /* confdefs.h. */ | |
25752 | _ACEOF | |
25753 | cat confdefs.h >>conftest.$ac_ext | |
25754 | cat >>conftest.$ac_ext <<_ACEOF | |
25755 | /* end confdefs.h. */ | |
25756 | #include <X11/Intrinsic.h> | |
25757 | int | |
25758 | main () | |
25759 | { | |
25760 | XtMalloc (0) | |
25761 | ; | |
25762 | return 0; | |
25763 | } | |
25764 | _ACEOF | |
25765 | rm -f conftest.$ac_objext conftest$ac_exeext | |
25766 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 25767 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 25768 | ac_status=$? |
ac1cb8d3 VS |
25769 | grep -v '^ *+' conftest.er1 >conftest.err |
25770 | rm -f conftest.er1 | |
25771 | cat conftest.err >&5 | |
a848cd7e SC |
25772 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25773 | (exit $ac_status); } && | |
07158944 | 25774 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
25775 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25776 | (eval $ac_try) 2>&5 | |
25777 | ac_status=$? | |
25778 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25779 | (exit $ac_status); }; } && | |
25780 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
25781 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25782 | (eval $ac_try) 2>&5 | |
25783 | ac_status=$? | |
25784 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25785 | (exit $ac_status); }; }; then | |
25786 | LIBS=$ac_save_LIBS | |
25787 | # We can link X programs with no special library path. | |
25788 | ac_x_libraries= | |
25789 | else | |
25790 | echo "$as_me: failed program was:" >&5 | |
25791 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25792 | ||
25793 | LIBS=$ac_save_LIBS | |
25794 | for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` | |
25795 | do | |
25796 | # Don't even attempt the hair of trying to link an X program! | |
25797 | for ac_extension in a so sl; do | |
25798 | if test -r $ac_dir/libXt.$ac_extension; then | |
25799 | ac_x_libraries=$ac_dir | |
25800 | break 2 | |
25801 | fi | |
25802 | done | |
25803 | done | |
25804 | fi | |
ac1cb8d3 VS |
25805 | rm -f conftest.err conftest.$ac_objext \ |
25806 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
25807 | fi # $ac_x_libraries = no |
25808 | ||
25809 | if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then | |
25810 | # Didn't find X anywhere. Cache the known absence of X. | |
25811 | ac_cv_have_x="have_x=no" | |
25812 | else | |
25813 | # Record where we found X for the cache. | |
25814 | ac_cv_have_x="have_x=yes \ | |
ac1cb8d3 | 25815 | ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" |
a848cd7e SC |
25816 | fi |
25817 | fi | |
25818 | ||
25819 | fi | |
25820 | eval "$ac_cv_have_x" | |
25821 | fi # $with_x != no | |
25822 | ||
25823 | if test "$have_x" != yes; then | |
25824 | echo "$as_me:$LINENO: result: $have_x" >&5 | |
25825 | echo "${ECHO_T}$have_x" >&6 | |
25826 | no_x=yes | |
25827 | else | |
25828 | # If each of the values was on the command line, it overrides each guess. | |
25829 | test "x$x_includes" = xNONE && x_includes=$ac_x_includes | |
25830 | test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries | |
25831 | # Update the cache value to reflect the command line values. | |
25832 | ac_cv_have_x="have_x=yes \ | |
25833 | ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | |
07158944 VZ |
25834 | # It might be that x_includes is empty (headers are found in the |
25835 | # standard search path. Then output the corresponding message | |
25836 | ac_out_x_includes=$x_includes | |
25837 | test "x$x_includes" = x && ac_out_x_includes="in standard search path" | |
25838 | echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5 | |
25839 | echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6 | |
a848cd7e SC |
25840 | fi |
25841 | ||
07158944 | 25842 | fi |
a848cd7e SC |
25843 | if test "$no_x" = yes; then |
25844 | # Not all programs may use this symbol, but it does not hurt to define it. | |
25845 | ||
25846 | cat >>confdefs.h <<\_ACEOF | |
25847 | #define X_DISPLAY_MISSING 1 | |
25848 | _ACEOF | |
25849 | ||
25850 | X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= | |
25851 | else | |
25852 | if test -n "$x_includes"; then | |
25853 | X_CFLAGS="$X_CFLAGS -I$x_includes" | |
25854 | fi | |
25855 | ||
25856 | # It would also be nice to do this for all -L options, not just this one. | |
25857 | if test -n "$x_libraries"; then | |
25858 | X_LIBS="$X_LIBS -L$x_libraries" | |
25859 | # For Solaris; some versions of Sun CC require a space after -R and | |
25860 | # others require no space. Words are not sufficient . . . . | |
25861 | case `(uname -sr) 2>/dev/null` in | |
25862 | "SunOS 5"*) | |
25863 | echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 | |
25864 | echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6 | |
25865 | ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" | |
25866 | cat >conftest.$ac_ext <<_ACEOF | |
25867 | /* confdefs.h. */ | |
25868 | _ACEOF | |
25869 | cat confdefs.h >>conftest.$ac_ext | |
25870 | cat >>conftest.$ac_ext <<_ACEOF | |
25871 | /* end confdefs.h. */ | |
25872 | ||
25873 | int | |
25874 | main () | |
25875 | { | |
25876 | ||
25877 | ; | |
25878 | return 0; | |
25879 | } | |
25880 | _ACEOF | |
25881 | rm -f conftest.$ac_objext conftest$ac_exeext | |
25882 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 25883 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 25884 | ac_status=$? |
ac1cb8d3 VS |
25885 | grep -v '^ *+' conftest.er1 >conftest.err |
25886 | rm -f conftest.er1 | |
25887 | cat conftest.err >&5 | |
a848cd7e SC |
25888 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25889 | (exit $ac_status); } && | |
07158944 | 25890 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
25891 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25892 | (eval $ac_try) 2>&5 | |
25893 | ac_status=$? | |
25894 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25895 | (exit $ac_status); }; } && | |
25896 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
25897 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25898 | (eval $ac_try) 2>&5 | |
25899 | ac_status=$? | |
25900 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25901 | (exit $ac_status); }; }; then | |
25902 | ac_R_nospace=yes | |
25903 | else | |
25904 | echo "$as_me: failed program was:" >&5 | |
25905 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25906 | ||
25907 | ac_R_nospace=no | |
25908 | fi | |
ac1cb8d3 VS |
25909 | rm -f conftest.err conftest.$ac_objext \ |
25910 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
25911 | if test $ac_R_nospace = yes; then |
25912 | echo "$as_me:$LINENO: result: no" >&5 | |
25913 | echo "${ECHO_T}no" >&6 | |
25914 | X_LIBS="$X_LIBS -R$x_libraries" | |
25915 | else | |
25916 | LIBS="$ac_xsave_LIBS -R $x_libraries" | |
25917 | cat >conftest.$ac_ext <<_ACEOF | |
25918 | /* confdefs.h. */ | |
25919 | _ACEOF | |
25920 | cat confdefs.h >>conftest.$ac_ext | |
25921 | cat >>conftest.$ac_ext <<_ACEOF | |
25922 | /* end confdefs.h. */ | |
25923 | ||
25924 | int | |
25925 | main () | |
25926 | { | |
25927 | ||
25928 | ; | |
25929 | return 0; | |
25930 | } | |
25931 | _ACEOF | |
25932 | rm -f conftest.$ac_objext conftest$ac_exeext | |
25933 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 25934 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 25935 | ac_status=$? |
ac1cb8d3 VS |
25936 | grep -v '^ *+' conftest.er1 >conftest.err |
25937 | rm -f conftest.er1 | |
25938 | cat conftest.err >&5 | |
a848cd7e SC |
25939 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
25940 | (exit $ac_status); } && | |
07158944 | 25941 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
25942 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25943 | (eval $ac_try) 2>&5 | |
25944 | ac_status=$? | |
25945 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25946 | (exit $ac_status); }; } && | |
25947 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
25948 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
25949 | (eval $ac_try) 2>&5 | |
25950 | ac_status=$? | |
25951 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
25952 | (exit $ac_status); }; }; then | |
25953 | ac_R_space=yes | |
25954 | else | |
25955 | echo "$as_me: failed program was:" >&5 | |
25956 | sed 's/^/| /' conftest.$ac_ext >&5 | |
25957 | ||
25958 | ac_R_space=no | |
25959 | fi | |
ac1cb8d3 VS |
25960 | rm -f conftest.err conftest.$ac_objext \ |
25961 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
25962 | if test $ac_R_space = yes; then |
25963 | echo "$as_me:$LINENO: result: yes" >&5 | |
25964 | echo "${ECHO_T}yes" >&6 | |
25965 | X_LIBS="$X_LIBS -R $x_libraries" | |
25966 | else | |
25967 | echo "$as_me:$LINENO: result: neither works" >&5 | |
25968 | echo "${ECHO_T}neither works" >&6 | |
25969 | fi | |
25970 | fi | |
25971 | LIBS=$ac_xsave_LIBS | |
25972 | esac | |
25973 | fi | |
25974 | ||
25975 | # Check for system-dependent libraries X programs must link with. | |
25976 | # Do this before checking for the system-independent R6 libraries | |
25977 | # (-lICE), since we may need -lsocket or whatever for X linking. | |
25978 | ||
25979 | if test "$ISC" = yes; then | |
25980 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet" | |
25981 | else | |
25982 | # Martyn Johnson says this is needed for Ultrix, if the X | |
25983 | # libraries were built with DECnet support. And Karl Berry says | |
25984 | # the Alpha needs dnet_stub (dnet does not exist). | |
25985 | ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" | |
25986 | cat >conftest.$ac_ext <<_ACEOF | |
25987 | /* confdefs.h. */ | |
25988 | _ACEOF | |
25989 | cat confdefs.h >>conftest.$ac_ext | |
25990 | cat >>conftest.$ac_ext <<_ACEOF | |
25991 | /* end confdefs.h. */ | |
25992 | ||
25993 | /* Override any gcc2 internal prototype to avoid an error. */ | |
25994 | #ifdef __cplusplus | |
25995 | extern "C" | |
25996 | #endif | |
25997 | /* We use char because int might match the return type of a gcc2 | |
25998 | builtin and then its argument prototype would still apply. */ | |
25999 | char XOpenDisplay (); | |
26000 | int | |
26001 | main () | |
26002 | { | |
26003 | XOpenDisplay (); | |
26004 | ; | |
26005 | return 0; | |
26006 | } | |
26007 | _ACEOF | |
26008 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26009 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26010 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26011 | ac_status=$? |
ac1cb8d3 VS |
26012 | grep -v '^ *+' conftest.er1 >conftest.err |
26013 | rm -f conftest.er1 | |
26014 | cat conftest.err >&5 | |
a848cd7e SC |
26015 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26016 | (exit $ac_status); } && | |
07158944 | 26017 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26018 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26019 | (eval $ac_try) 2>&5 | |
26020 | ac_status=$? | |
26021 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26022 | (exit $ac_status); }; } && | |
26023 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26024 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26025 | (eval $ac_try) 2>&5 | |
26026 | ac_status=$? | |
26027 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26028 | (exit $ac_status); }; }; then | |
26029 | : | |
26030 | else | |
26031 | echo "$as_me: failed program was:" >&5 | |
26032 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26033 | ||
26034 | echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 | |
26035 | echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 | |
26036 | if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then | |
26037 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26038 | else | |
26039 | ac_check_lib_save_LIBS=$LIBS | |
26040 | LIBS="-ldnet $LIBS" | |
26041 | cat >conftest.$ac_ext <<_ACEOF | |
26042 | /* confdefs.h. */ | |
26043 | _ACEOF | |
26044 | cat confdefs.h >>conftest.$ac_ext | |
26045 | cat >>conftest.$ac_ext <<_ACEOF | |
26046 | /* end confdefs.h. */ | |
26047 | ||
26048 | /* Override any gcc2 internal prototype to avoid an error. */ | |
26049 | #ifdef __cplusplus | |
26050 | extern "C" | |
26051 | #endif | |
26052 | /* We use char because int might match the return type of a gcc2 | |
26053 | builtin and then its argument prototype would still apply. */ | |
26054 | char dnet_ntoa (); | |
26055 | int | |
26056 | main () | |
26057 | { | |
26058 | dnet_ntoa (); | |
26059 | ; | |
26060 | return 0; | |
26061 | } | |
26062 | _ACEOF | |
26063 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26064 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26065 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26066 | ac_status=$? |
ac1cb8d3 VS |
26067 | grep -v '^ *+' conftest.er1 >conftest.err |
26068 | rm -f conftest.er1 | |
26069 | cat conftest.err >&5 | |
a848cd7e SC |
26070 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26071 | (exit $ac_status); } && | |
07158944 | 26072 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26073 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26074 | (eval $ac_try) 2>&5 | |
26075 | ac_status=$? | |
26076 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26077 | (exit $ac_status); }; } && | |
26078 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26079 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26080 | (eval $ac_try) 2>&5 | |
26081 | ac_status=$? | |
26082 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26083 | (exit $ac_status); }; }; then | |
26084 | ac_cv_lib_dnet_dnet_ntoa=yes | |
26085 | else | |
26086 | echo "$as_me: failed program was:" >&5 | |
26087 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26088 | ||
26089 | ac_cv_lib_dnet_dnet_ntoa=no | |
26090 | fi | |
ac1cb8d3 VS |
26091 | rm -f conftest.err conftest.$ac_objext \ |
26092 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26093 | LIBS=$ac_check_lib_save_LIBS |
26094 | fi | |
26095 | echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 | |
26096 | echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 | |
26097 | if test $ac_cv_lib_dnet_dnet_ntoa = yes; then | |
26098 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" | |
26099 | fi | |
26100 | ||
26101 | if test $ac_cv_lib_dnet_dnet_ntoa = no; then | |
26102 | echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 | |
26103 | echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6 | |
26104 | if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then | |
26105 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26106 | else | |
26107 | ac_check_lib_save_LIBS=$LIBS | |
26108 | LIBS="-ldnet_stub $LIBS" | |
26109 | cat >conftest.$ac_ext <<_ACEOF | |
26110 | /* confdefs.h. */ | |
26111 | _ACEOF | |
26112 | cat confdefs.h >>conftest.$ac_ext | |
26113 | cat >>conftest.$ac_ext <<_ACEOF | |
26114 | /* end confdefs.h. */ | |
26115 | ||
26116 | /* Override any gcc2 internal prototype to avoid an error. */ | |
26117 | #ifdef __cplusplus | |
26118 | extern "C" | |
26119 | #endif | |
26120 | /* We use char because int might match the return type of a gcc2 | |
26121 | builtin and then its argument prototype would still apply. */ | |
26122 | char dnet_ntoa (); | |
26123 | int | |
26124 | main () | |
26125 | { | |
26126 | dnet_ntoa (); | |
26127 | ; | |
26128 | return 0; | |
26129 | } | |
26130 | _ACEOF | |
26131 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26132 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26133 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26134 | ac_status=$? |
ac1cb8d3 VS |
26135 | grep -v '^ *+' conftest.er1 >conftest.err |
26136 | rm -f conftest.er1 | |
26137 | cat conftest.err >&5 | |
a848cd7e SC |
26138 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26139 | (exit $ac_status); } && | |
07158944 | 26140 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26141 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26142 | (eval $ac_try) 2>&5 | |
26143 | ac_status=$? | |
26144 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26145 | (exit $ac_status); }; } && | |
26146 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26147 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26148 | (eval $ac_try) 2>&5 | |
26149 | ac_status=$? | |
26150 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26151 | (exit $ac_status); }; }; then | |
26152 | ac_cv_lib_dnet_stub_dnet_ntoa=yes | |
26153 | else | |
26154 | echo "$as_me: failed program was:" >&5 | |
26155 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26156 | ||
26157 | ac_cv_lib_dnet_stub_dnet_ntoa=no | |
26158 | fi | |
ac1cb8d3 VS |
26159 | rm -f conftest.err conftest.$ac_objext \ |
26160 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26161 | LIBS=$ac_check_lib_save_LIBS |
26162 | fi | |
26163 | echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 | |
26164 | echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6 | |
26165 | if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then | |
26166 | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" | |
26167 | fi | |
26168 | ||
26169 | fi | |
26170 | fi | |
ac1cb8d3 VS |
26171 | rm -f conftest.err conftest.$ac_objext \ |
26172 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26173 | LIBS="$ac_xsave_LIBS" |
26174 | ||
26175 | # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT, | |
26176 | # to get the SysV transport functions. | |
26177 | # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4) | |
26178 | # needs -lnsl. | |
26179 | # The nsl library prevents programs from opening the X display | |
26180 | # on Irix 5.2, according to T.E. Dickey. | |
26181 | # The functions gethostbyname, getservbyname, and inet_addr are | |
26182 | # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. | |
26183 | echo "$as_me:$LINENO: checking for gethostbyname" >&5 | |
26184 | echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6 | |
26185 | if test "${ac_cv_func_gethostbyname+set}" = set; then | |
26186 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26187 | else | |
26188 | cat >conftest.$ac_ext <<_ACEOF | |
26189 | /* confdefs.h. */ | |
26190 | _ACEOF | |
26191 | cat confdefs.h >>conftest.$ac_ext | |
26192 | cat >>conftest.$ac_ext <<_ACEOF | |
26193 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
26194 | /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname. |
26195 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
26196 | #define gethostbyname innocuous_gethostbyname | |
26197 | ||
a848cd7e SC |
26198 | /* System header to define __stub macros and hopefully few prototypes, |
26199 | which can conflict with char gethostbyname (); below. | |
26200 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
26201 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 26202 | |
a848cd7e SC |
26203 | #ifdef __STDC__ |
26204 | # include <limits.h> | |
26205 | #else | |
26206 | # include <assert.h> | |
26207 | #endif | |
ac1cb8d3 VS |
26208 | |
26209 | #undef gethostbyname | |
26210 | ||
a848cd7e SC |
26211 | /* Override any gcc2 internal prototype to avoid an error. */ |
26212 | #ifdef __cplusplus | |
26213 | extern "C" | |
26214 | { | |
26215 | #endif | |
26216 | /* We use char because int might match the return type of a gcc2 | |
26217 | builtin and then its argument prototype would still apply. */ | |
26218 | char gethostbyname (); | |
26219 | /* The GNU C library defines this for functions which it implements | |
26220 | to always fail with ENOSYS. Some functions are actually named | |
26221 | something starting with __ and the normal name is an alias. */ | |
26222 | #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) | |
26223 | choke me | |
26224 | #else | |
26225 | char (*f) () = gethostbyname; | |
26226 | #endif | |
26227 | #ifdef __cplusplus | |
26228 | } | |
26229 | #endif | |
26230 | ||
26231 | int | |
26232 | main () | |
26233 | { | |
26234 | return f != gethostbyname; | |
26235 | ; | |
26236 | return 0; | |
26237 | } | |
26238 | _ACEOF | |
26239 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26240 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26241 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26242 | ac_status=$? |
ac1cb8d3 VS |
26243 | grep -v '^ *+' conftest.er1 >conftest.err |
26244 | rm -f conftest.er1 | |
26245 | cat conftest.err >&5 | |
a848cd7e SC |
26246 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26247 | (exit $ac_status); } && | |
07158944 | 26248 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26249 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26250 | (eval $ac_try) 2>&5 | |
26251 | ac_status=$? | |
26252 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26253 | (exit $ac_status); }; } && | |
26254 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26255 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26256 | (eval $ac_try) 2>&5 | |
26257 | ac_status=$? | |
26258 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26259 | (exit $ac_status); }; }; then | |
26260 | ac_cv_func_gethostbyname=yes | |
26261 | else | |
26262 | echo "$as_me: failed program was:" >&5 | |
26263 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26264 | ||
26265 | ac_cv_func_gethostbyname=no | |
26266 | fi | |
ac1cb8d3 VS |
26267 | rm -f conftest.err conftest.$ac_objext \ |
26268 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26269 | fi |
26270 | echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 | |
26271 | echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6 | |
26272 | ||
26273 | if test $ac_cv_func_gethostbyname = no; then | |
26274 | echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 | |
26275 | echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6 | |
26276 | if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then | |
26277 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26278 | else | |
26279 | ac_check_lib_save_LIBS=$LIBS | |
26280 | LIBS="-lnsl $LIBS" | |
26281 | cat >conftest.$ac_ext <<_ACEOF | |
26282 | /* confdefs.h. */ | |
26283 | _ACEOF | |
26284 | cat confdefs.h >>conftest.$ac_ext | |
26285 | cat >>conftest.$ac_ext <<_ACEOF | |
26286 | /* end confdefs.h. */ | |
26287 | ||
26288 | /* Override any gcc2 internal prototype to avoid an error. */ | |
26289 | #ifdef __cplusplus | |
26290 | extern "C" | |
26291 | #endif | |
26292 | /* We use char because int might match the return type of a gcc2 | |
26293 | builtin and then its argument prototype would still apply. */ | |
26294 | char gethostbyname (); | |
26295 | int | |
26296 | main () | |
26297 | { | |
26298 | gethostbyname (); | |
26299 | ; | |
26300 | return 0; | |
26301 | } | |
26302 | _ACEOF | |
26303 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26304 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 VS |
26305 | (eval $ac_link) 2>conftest.er1 |
26306 | ac_status=$? | |
26307 | grep -v '^ *+' conftest.er1 >conftest.err | |
26308 | rm -f conftest.er1 | |
26309 | cat conftest.err >&5 | |
26310 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26311 | (exit $ac_status); } && | |
07158944 | 26312 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26313 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26314 | (eval $ac_try) 2>&5 | |
26315 | ac_status=$? | |
26316 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26317 | (exit $ac_status); }; } && | |
26318 | { ac_try='test -s conftest$ac_exeext' | |
26319 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
26320 | (eval $ac_try) 2>&5 | |
26321 | ac_status=$? | |
26322 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26323 | (exit $ac_status); }; }; then | |
26324 | ac_cv_lib_nsl_gethostbyname=yes | |
26325 | else | |
26326 | echo "$as_me: failed program was:" >&5 | |
26327 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26328 | ||
26329 | ac_cv_lib_nsl_gethostbyname=no | |
26330 | fi | |
26331 | rm -f conftest.err conftest.$ac_objext \ | |
26332 | conftest$ac_exeext conftest.$ac_ext | |
26333 | LIBS=$ac_check_lib_save_LIBS | |
26334 | fi | |
26335 | echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 | |
26336 | echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 | |
26337 | if test $ac_cv_lib_nsl_gethostbyname = yes; then | |
26338 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" | |
26339 | fi | |
26340 | ||
26341 | if test $ac_cv_lib_nsl_gethostbyname = no; then | |
26342 | echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 | |
26343 | echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6 | |
26344 | if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then | |
26345 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26346 | else | |
26347 | ac_check_lib_save_LIBS=$LIBS | |
26348 | LIBS="-lbsd $LIBS" | |
26349 | cat >conftest.$ac_ext <<_ACEOF | |
26350 | /* confdefs.h. */ | |
26351 | _ACEOF | |
26352 | cat confdefs.h >>conftest.$ac_ext | |
26353 | cat >>conftest.$ac_ext <<_ACEOF | |
26354 | /* end confdefs.h. */ | |
26355 | ||
26356 | /* Override any gcc2 internal prototype to avoid an error. */ | |
26357 | #ifdef __cplusplus | |
26358 | extern "C" | |
26359 | #endif | |
26360 | /* We use char because int might match the return type of a gcc2 | |
26361 | builtin and then its argument prototype would still apply. */ | |
26362 | char gethostbyname (); | |
26363 | int | |
26364 | main () | |
26365 | { | |
26366 | gethostbyname (); | |
26367 | ; | |
26368 | return 0; | |
26369 | } | |
26370 | _ACEOF | |
26371 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26372 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
26373 | (eval $ac_link) 2>conftest.er1 | |
a848cd7e | 26374 | ac_status=$? |
ac1cb8d3 VS |
26375 | grep -v '^ *+' conftest.er1 >conftest.err |
26376 | rm -f conftest.er1 | |
26377 | cat conftest.err >&5 | |
a848cd7e SC |
26378 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26379 | (exit $ac_status); } && | |
07158944 | 26380 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
a848cd7e SC |
26381 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26382 | (eval $ac_try) 2>&5 | |
26383 | ac_status=$? | |
26384 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
ac1cb8d3 VS |
26385 | (exit $ac_status); }; } && |
26386 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26387 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26388 | (eval $ac_try) 2>&5 | |
26389 | ac_status=$? | |
26390 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26391 | (exit $ac_status); }; }; then | |
26392 | ac_cv_lib_bsd_gethostbyname=yes | |
26393 | else | |
26394 | echo "$as_me: failed program was:" >&5 | |
26395 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26396 | ||
26397 | ac_cv_lib_bsd_gethostbyname=no | |
26398 | fi | |
ac1cb8d3 VS |
26399 | rm -f conftest.err conftest.$ac_objext \ |
26400 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26401 | LIBS=$ac_check_lib_save_LIBS |
26402 | fi | |
26403 | echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 | |
26404 | echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6 | |
26405 | if test $ac_cv_lib_bsd_gethostbyname = yes; then | |
26406 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" | |
26407 | fi | |
26408 | ||
26409 | fi | |
26410 | fi | |
26411 | ||
26412 | # lieder@skyler.mavd.honeywell.com says without -lsocket, | |
26413 | # socket/setsockopt and other routines are undefined under SCO ODT | |
26414 | # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary | |
26415 | # on later versions), says Simon Leinen: it contains gethostby* | |
26416 | # variants that don't use the name server (or something). -lsocket | |
26417 | # must be given before -lnsl if both are needed. We assume that | |
26418 | # if connect needs -lnsl, so does gethostbyname. | |
26419 | echo "$as_me:$LINENO: checking for connect" >&5 | |
26420 | echo $ECHO_N "checking for connect... $ECHO_C" >&6 | |
26421 | if test "${ac_cv_func_connect+set}" = set; then | |
26422 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26423 | else | |
26424 | cat >conftest.$ac_ext <<_ACEOF | |
26425 | /* confdefs.h. */ | |
26426 | _ACEOF | |
26427 | cat confdefs.h >>conftest.$ac_ext | |
26428 | cat >>conftest.$ac_ext <<_ACEOF | |
26429 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
26430 | /* Define connect to an innocuous variant, in case <limits.h> declares connect. |
26431 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
26432 | #define connect innocuous_connect | |
26433 | ||
a848cd7e SC |
26434 | /* System header to define __stub macros and hopefully few prototypes, |
26435 | which can conflict with char connect (); below. | |
26436 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
26437 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 26438 | |
a848cd7e SC |
26439 | #ifdef __STDC__ |
26440 | # include <limits.h> | |
26441 | #else | |
26442 | # include <assert.h> | |
26443 | #endif | |
ac1cb8d3 VS |
26444 | |
26445 | #undef connect | |
26446 | ||
a848cd7e SC |
26447 | /* Override any gcc2 internal prototype to avoid an error. */ |
26448 | #ifdef __cplusplus | |
26449 | extern "C" | |
26450 | { | |
26451 | #endif | |
26452 | /* We use char because int might match the return type of a gcc2 | |
26453 | builtin and then its argument prototype would still apply. */ | |
26454 | char connect (); | |
26455 | /* The GNU C library defines this for functions which it implements | |
26456 | to always fail with ENOSYS. Some functions are actually named | |
26457 | something starting with __ and the normal name is an alias. */ | |
26458 | #if defined (__stub_connect) || defined (__stub___connect) | |
26459 | choke me | |
26460 | #else | |
26461 | char (*f) () = connect; | |
26462 | #endif | |
26463 | #ifdef __cplusplus | |
26464 | } | |
26465 | #endif | |
26466 | ||
26467 | int | |
26468 | main () | |
26469 | { | |
26470 | return f != connect; | |
26471 | ; | |
26472 | return 0; | |
26473 | } | |
26474 | _ACEOF | |
26475 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26476 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26477 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26478 | ac_status=$? |
ac1cb8d3 VS |
26479 | grep -v '^ *+' conftest.er1 >conftest.err |
26480 | rm -f conftest.er1 | |
26481 | cat conftest.err >&5 | |
a848cd7e SC |
26482 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26483 | (exit $ac_status); } && | |
07158944 | 26484 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26485 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26486 | (eval $ac_try) 2>&5 | |
26487 | ac_status=$? | |
26488 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26489 | (exit $ac_status); }; } && | |
26490 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26491 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26492 | (eval $ac_try) 2>&5 | |
26493 | ac_status=$? | |
26494 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26495 | (exit $ac_status); }; }; then | |
26496 | ac_cv_func_connect=yes | |
26497 | else | |
26498 | echo "$as_me: failed program was:" >&5 | |
26499 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26500 | ||
26501 | ac_cv_func_connect=no | |
26502 | fi | |
ac1cb8d3 VS |
26503 | rm -f conftest.err conftest.$ac_objext \ |
26504 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26505 | fi |
26506 | echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 | |
26507 | echo "${ECHO_T}$ac_cv_func_connect" >&6 | |
26508 | ||
26509 | if test $ac_cv_func_connect = no; then | |
26510 | echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 | |
26511 | echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6 | |
26512 | if test "${ac_cv_lib_socket_connect+set}" = set; then | |
26513 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26514 | else | |
26515 | ac_check_lib_save_LIBS=$LIBS | |
26516 | LIBS="-lsocket $X_EXTRA_LIBS $LIBS" | |
26517 | cat >conftest.$ac_ext <<_ACEOF | |
26518 | /* confdefs.h. */ | |
26519 | _ACEOF | |
26520 | cat confdefs.h >>conftest.$ac_ext | |
26521 | cat >>conftest.$ac_ext <<_ACEOF | |
26522 | /* end confdefs.h. */ | |
26523 | ||
26524 | /* Override any gcc2 internal prototype to avoid an error. */ | |
26525 | #ifdef __cplusplus | |
26526 | extern "C" | |
26527 | #endif | |
26528 | /* We use char because int might match the return type of a gcc2 | |
26529 | builtin and then its argument prototype would still apply. */ | |
26530 | char connect (); | |
26531 | int | |
26532 | main () | |
26533 | { | |
26534 | connect (); | |
26535 | ; | |
26536 | return 0; | |
26537 | } | |
26538 | _ACEOF | |
26539 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26540 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26541 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26542 | ac_status=$? |
ac1cb8d3 VS |
26543 | grep -v '^ *+' conftest.er1 >conftest.err |
26544 | rm -f conftest.er1 | |
26545 | cat conftest.err >&5 | |
a848cd7e SC |
26546 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26547 | (exit $ac_status); } && | |
07158944 | 26548 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26549 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26550 | (eval $ac_try) 2>&5 | |
26551 | ac_status=$? | |
26552 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26553 | (exit $ac_status); }; } && | |
26554 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26555 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26556 | (eval $ac_try) 2>&5 | |
26557 | ac_status=$? | |
26558 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26559 | (exit $ac_status); }; }; then | |
26560 | ac_cv_lib_socket_connect=yes | |
26561 | else | |
26562 | echo "$as_me: failed program was:" >&5 | |
26563 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26564 | ||
26565 | ac_cv_lib_socket_connect=no | |
26566 | fi | |
ac1cb8d3 VS |
26567 | rm -f conftest.err conftest.$ac_objext \ |
26568 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26569 | LIBS=$ac_check_lib_save_LIBS |
26570 | fi | |
26571 | echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 | |
26572 | echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6 | |
26573 | if test $ac_cv_lib_socket_connect = yes; then | |
26574 | X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" | |
26575 | fi | |
26576 | ||
26577 | fi | |
26578 | ||
26579 | # Guillermo Gomez says -lposix is necessary on A/UX. | |
26580 | echo "$as_me:$LINENO: checking for remove" >&5 | |
26581 | echo $ECHO_N "checking for remove... $ECHO_C" >&6 | |
26582 | if test "${ac_cv_func_remove+set}" = set; then | |
26583 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26584 | else | |
26585 | cat >conftest.$ac_ext <<_ACEOF | |
26586 | /* confdefs.h. */ | |
26587 | _ACEOF | |
26588 | cat confdefs.h >>conftest.$ac_ext | |
26589 | cat >>conftest.$ac_ext <<_ACEOF | |
26590 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
26591 | /* Define remove to an innocuous variant, in case <limits.h> declares remove. |
26592 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
26593 | #define remove innocuous_remove | |
26594 | ||
a848cd7e SC |
26595 | /* System header to define __stub macros and hopefully few prototypes, |
26596 | which can conflict with char remove (); below. | |
26597 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
26598 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 26599 | |
a848cd7e SC |
26600 | #ifdef __STDC__ |
26601 | # include <limits.h> | |
26602 | #else | |
26603 | # include <assert.h> | |
26604 | #endif | |
ac1cb8d3 VS |
26605 | |
26606 | #undef remove | |
26607 | ||
a848cd7e SC |
26608 | /* Override any gcc2 internal prototype to avoid an error. */ |
26609 | #ifdef __cplusplus | |
26610 | extern "C" | |
26611 | { | |
26612 | #endif | |
26613 | /* We use char because int might match the return type of a gcc2 | |
26614 | builtin and then its argument prototype would still apply. */ | |
26615 | char remove (); | |
26616 | /* The GNU C library defines this for functions which it implements | |
26617 | to always fail with ENOSYS. Some functions are actually named | |
26618 | something starting with __ and the normal name is an alias. */ | |
26619 | #if defined (__stub_remove) || defined (__stub___remove) | |
26620 | choke me | |
26621 | #else | |
26622 | char (*f) () = remove; | |
26623 | #endif | |
26624 | #ifdef __cplusplus | |
26625 | } | |
26626 | #endif | |
26627 | ||
26628 | int | |
26629 | main () | |
26630 | { | |
26631 | return f != remove; | |
26632 | ; | |
26633 | return 0; | |
26634 | } | |
26635 | _ACEOF | |
26636 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26637 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26638 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26639 | ac_status=$? |
ac1cb8d3 VS |
26640 | grep -v '^ *+' conftest.er1 >conftest.err |
26641 | rm -f conftest.er1 | |
26642 | cat conftest.err >&5 | |
a848cd7e SC |
26643 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26644 | (exit $ac_status); } && | |
07158944 | 26645 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26646 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26647 | (eval $ac_try) 2>&5 | |
26648 | ac_status=$? | |
26649 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26650 | (exit $ac_status); }; } && | |
26651 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26652 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26653 | (eval $ac_try) 2>&5 | |
26654 | ac_status=$? | |
26655 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26656 | (exit $ac_status); }; }; then | |
26657 | ac_cv_func_remove=yes | |
26658 | else | |
26659 | echo "$as_me: failed program was:" >&5 | |
26660 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26661 | ||
26662 | ac_cv_func_remove=no | |
26663 | fi | |
ac1cb8d3 VS |
26664 | rm -f conftest.err conftest.$ac_objext \ |
26665 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26666 | fi |
26667 | echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 | |
26668 | echo "${ECHO_T}$ac_cv_func_remove" >&6 | |
26669 | ||
26670 | if test $ac_cv_func_remove = no; then | |
26671 | echo "$as_me:$LINENO: checking for remove in -lposix" >&5 | |
26672 | echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6 | |
26673 | if test "${ac_cv_lib_posix_remove+set}" = set; then | |
26674 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26675 | else | |
26676 | ac_check_lib_save_LIBS=$LIBS | |
26677 | LIBS="-lposix $LIBS" | |
26678 | cat >conftest.$ac_ext <<_ACEOF | |
26679 | /* confdefs.h. */ | |
26680 | _ACEOF | |
26681 | cat confdefs.h >>conftest.$ac_ext | |
26682 | cat >>conftest.$ac_ext <<_ACEOF | |
26683 | /* end confdefs.h. */ | |
26684 | ||
26685 | /* Override any gcc2 internal prototype to avoid an error. */ | |
26686 | #ifdef __cplusplus | |
26687 | extern "C" | |
26688 | #endif | |
26689 | /* We use char because int might match the return type of a gcc2 | |
26690 | builtin and then its argument prototype would still apply. */ | |
26691 | char remove (); | |
26692 | int | |
26693 | main () | |
26694 | { | |
26695 | remove (); | |
26696 | ; | |
26697 | return 0; | |
26698 | } | |
26699 | _ACEOF | |
26700 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26701 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26702 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26703 | ac_status=$? |
ac1cb8d3 VS |
26704 | grep -v '^ *+' conftest.er1 >conftest.err |
26705 | rm -f conftest.er1 | |
26706 | cat conftest.err >&5 | |
a848cd7e SC |
26707 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26708 | (exit $ac_status); } && | |
07158944 | 26709 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26710 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26711 | (eval $ac_try) 2>&5 | |
26712 | ac_status=$? | |
26713 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26714 | (exit $ac_status); }; } && | |
26715 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26716 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26717 | (eval $ac_try) 2>&5 | |
26718 | ac_status=$? | |
26719 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26720 | (exit $ac_status); }; }; then | |
26721 | ac_cv_lib_posix_remove=yes | |
26722 | else | |
26723 | echo "$as_me: failed program was:" >&5 | |
26724 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26725 | ||
26726 | ac_cv_lib_posix_remove=no | |
26727 | fi | |
ac1cb8d3 VS |
26728 | rm -f conftest.err conftest.$ac_objext \ |
26729 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26730 | LIBS=$ac_check_lib_save_LIBS |
26731 | fi | |
26732 | echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 | |
26733 | echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6 | |
26734 | if test $ac_cv_lib_posix_remove = yes; then | |
26735 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" | |
26736 | fi | |
26737 | ||
26738 | fi | |
26739 | ||
26740 | # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. | |
26741 | echo "$as_me:$LINENO: checking for shmat" >&5 | |
26742 | echo $ECHO_N "checking for shmat... $ECHO_C" >&6 | |
26743 | if test "${ac_cv_func_shmat+set}" = set; then | |
26744 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26745 | else | |
26746 | cat >conftest.$ac_ext <<_ACEOF | |
26747 | /* confdefs.h. */ | |
26748 | _ACEOF | |
26749 | cat confdefs.h >>conftest.$ac_ext | |
26750 | cat >>conftest.$ac_ext <<_ACEOF | |
26751 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
26752 | /* Define shmat to an innocuous variant, in case <limits.h> declares shmat. |
26753 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
26754 | #define shmat innocuous_shmat | |
26755 | ||
a848cd7e SC |
26756 | /* System header to define __stub macros and hopefully few prototypes, |
26757 | which can conflict with char shmat (); below. | |
26758 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
26759 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 26760 | |
a848cd7e SC |
26761 | #ifdef __STDC__ |
26762 | # include <limits.h> | |
26763 | #else | |
26764 | # include <assert.h> | |
26765 | #endif | |
ac1cb8d3 VS |
26766 | |
26767 | #undef shmat | |
26768 | ||
a848cd7e SC |
26769 | /* Override any gcc2 internal prototype to avoid an error. */ |
26770 | #ifdef __cplusplus | |
26771 | extern "C" | |
26772 | { | |
26773 | #endif | |
26774 | /* We use char because int might match the return type of a gcc2 | |
26775 | builtin and then its argument prototype would still apply. */ | |
26776 | char shmat (); | |
26777 | /* The GNU C library defines this for functions which it implements | |
26778 | to always fail with ENOSYS. Some functions are actually named | |
26779 | something starting with __ and the normal name is an alias. */ | |
26780 | #if defined (__stub_shmat) || defined (__stub___shmat) | |
26781 | choke me | |
26782 | #else | |
26783 | char (*f) () = shmat; | |
26784 | #endif | |
26785 | #ifdef __cplusplus | |
26786 | } | |
26787 | #endif | |
26788 | ||
26789 | int | |
26790 | main () | |
26791 | { | |
26792 | return f != shmat; | |
26793 | ; | |
26794 | return 0; | |
26795 | } | |
26796 | _ACEOF | |
26797 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26798 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26799 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26800 | ac_status=$? |
ac1cb8d3 VS |
26801 | grep -v '^ *+' conftest.er1 >conftest.err |
26802 | rm -f conftest.er1 | |
26803 | cat conftest.err >&5 | |
a848cd7e SC |
26804 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26805 | (exit $ac_status); } && | |
07158944 | 26806 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26807 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26808 | (eval $ac_try) 2>&5 | |
26809 | ac_status=$? | |
26810 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26811 | (exit $ac_status); }; } && | |
26812 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26813 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26814 | (eval $ac_try) 2>&5 | |
26815 | ac_status=$? | |
26816 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26817 | (exit $ac_status); }; }; then | |
26818 | ac_cv_func_shmat=yes | |
26819 | else | |
26820 | echo "$as_me: failed program was:" >&5 | |
26821 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26822 | ||
26823 | ac_cv_func_shmat=no | |
26824 | fi | |
ac1cb8d3 VS |
26825 | rm -f conftest.err conftest.$ac_objext \ |
26826 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26827 | fi |
26828 | echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 | |
26829 | echo "${ECHO_T}$ac_cv_func_shmat" >&6 | |
26830 | ||
26831 | if test $ac_cv_func_shmat = no; then | |
26832 | echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 | |
26833 | echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6 | |
26834 | if test "${ac_cv_lib_ipc_shmat+set}" = set; then | |
26835 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26836 | else | |
26837 | ac_check_lib_save_LIBS=$LIBS | |
26838 | LIBS="-lipc $LIBS" | |
26839 | cat >conftest.$ac_ext <<_ACEOF | |
26840 | /* confdefs.h. */ | |
26841 | _ACEOF | |
26842 | cat confdefs.h >>conftest.$ac_ext | |
26843 | cat >>conftest.$ac_ext <<_ACEOF | |
26844 | /* end confdefs.h. */ | |
26845 | ||
26846 | /* Override any gcc2 internal prototype to avoid an error. */ | |
26847 | #ifdef __cplusplus | |
26848 | extern "C" | |
26849 | #endif | |
26850 | /* We use char because int might match the return type of a gcc2 | |
26851 | builtin and then its argument prototype would still apply. */ | |
26852 | char shmat (); | |
26853 | int | |
26854 | main () | |
26855 | { | |
26856 | shmat (); | |
26857 | ; | |
26858 | return 0; | |
26859 | } | |
26860 | _ACEOF | |
26861 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26862 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26863 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26864 | ac_status=$? |
ac1cb8d3 VS |
26865 | grep -v '^ *+' conftest.er1 >conftest.err |
26866 | rm -f conftest.er1 | |
26867 | cat conftest.err >&5 | |
a848cd7e SC |
26868 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26869 | (exit $ac_status); } && | |
07158944 | 26870 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26871 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26872 | (eval $ac_try) 2>&5 | |
26873 | ac_status=$? | |
26874 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26875 | (exit $ac_status); }; } && | |
26876 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26877 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26878 | (eval $ac_try) 2>&5 | |
26879 | ac_status=$? | |
26880 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26881 | (exit $ac_status); }; }; then | |
26882 | ac_cv_lib_ipc_shmat=yes | |
26883 | else | |
26884 | echo "$as_me: failed program was:" >&5 | |
26885 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26886 | ||
26887 | ac_cv_lib_ipc_shmat=no | |
26888 | fi | |
ac1cb8d3 VS |
26889 | rm -f conftest.err conftest.$ac_objext \ |
26890 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26891 | LIBS=$ac_check_lib_save_LIBS |
26892 | fi | |
26893 | echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 | |
26894 | echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6 | |
26895 | if test $ac_cv_lib_ipc_shmat = yes; then | |
26896 | X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" | |
26897 | fi | |
26898 | ||
26899 | fi | |
26900 | fi | |
26901 | ||
26902 | # Check for libraries that X11R6 Xt/Xaw programs need. | |
26903 | ac_save_LDFLAGS=$LDFLAGS | |
26904 | test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" | |
26905 | # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to | |
26906 | # check for ICE first), but we must link in the order -lSM -lICE or | |
26907 | # we get undefined symbols. So assume we have SM if we have ICE. | |
26908 | # These have to be linked with before -lX11, unlike the other | |
26909 | # libraries we check for below, so use a different variable. | |
26910 | # John Interrante, Karl Berry | |
26911 | echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 | |
26912 | echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6 | |
26913 | if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then | |
26914 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
26915 | else | |
26916 | ac_check_lib_save_LIBS=$LIBS | |
26917 | LIBS="-lICE $X_EXTRA_LIBS $LIBS" | |
26918 | cat >conftest.$ac_ext <<_ACEOF | |
26919 | /* confdefs.h. */ | |
26920 | _ACEOF | |
26921 | cat confdefs.h >>conftest.$ac_ext | |
26922 | cat >>conftest.$ac_ext <<_ACEOF | |
26923 | /* end confdefs.h. */ | |
26924 | ||
26925 | /* Override any gcc2 internal prototype to avoid an error. */ | |
26926 | #ifdef __cplusplus | |
26927 | extern "C" | |
26928 | #endif | |
26929 | /* We use char because int might match the return type of a gcc2 | |
26930 | builtin and then its argument prototype would still apply. */ | |
26931 | char IceConnectionNumber (); | |
26932 | int | |
26933 | main () | |
26934 | { | |
26935 | IceConnectionNumber (); | |
26936 | ; | |
26937 | return 0; | |
26938 | } | |
26939 | _ACEOF | |
26940 | rm -f conftest.$ac_objext conftest$ac_exeext | |
26941 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 26942 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 26943 | ac_status=$? |
ac1cb8d3 VS |
26944 | grep -v '^ *+' conftest.er1 >conftest.err |
26945 | rm -f conftest.er1 | |
26946 | cat conftest.err >&5 | |
a848cd7e SC |
26947 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
26948 | (exit $ac_status); } && | |
07158944 | 26949 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
26950 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26951 | (eval $ac_try) 2>&5 | |
26952 | ac_status=$? | |
26953 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26954 | (exit $ac_status); }; } && | |
26955 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
26956 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
26957 | (eval $ac_try) 2>&5 | |
26958 | ac_status=$? | |
26959 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
26960 | (exit $ac_status); }; }; then | |
26961 | ac_cv_lib_ICE_IceConnectionNumber=yes | |
26962 | else | |
26963 | echo "$as_me: failed program was:" >&5 | |
26964 | sed 's/^/| /' conftest.$ac_ext >&5 | |
26965 | ||
26966 | ac_cv_lib_ICE_IceConnectionNumber=no | |
26967 | fi | |
ac1cb8d3 VS |
26968 | rm -f conftest.err conftest.$ac_objext \ |
26969 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
26970 | LIBS=$ac_check_lib_save_LIBS |
26971 | fi | |
26972 | echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 | |
26973 | echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6 | |
26974 | if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then | |
26975 | X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" | |
26976 | fi | |
26977 | ||
26978 | LDFLAGS=$ac_save_LDFLAGS | |
26979 | ||
26980 | fi | |
26981 | ||
26982 | ||
26983 | if test "$no_x" = "yes"; then | |
26984 | { { echo "$as_me:$LINENO: error: X11 not found" >&5 | |
26985 | echo "$as_me: error: X11 not found" >&2;} | |
26986 | { (exit please use --x-includes and/or --x-libraries options); exit please use --x-includes and/or --x-libraries options; }; } | |
26987 | fi | |
26988 | ||
74b84332 VS |
26989 | GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'` |
26990 | TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'` | |
a848cd7e SC |
26991 | AFMINSTALL=afminstall |
26992 | COMPILED_X_PROGRAM=0 | |
26993 | ||
74b84332 VS |
26994 | fi |
26995 | ||
26996 | if test "$wxUSE_X11" = 1; then | |
a848cd7e SC |
26997 | if test "$wxUSE_NANOX" = "yes"; then |
26998 | echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5 | |
26999 | echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6 | |
27000 | if test "x$MICROWIN" = x ; then | |
27001 | echo "$as_me:$LINENO: result: not found" >&5 | |
27002 | echo "${ECHO_T}not found" >&6 | |
27003 | { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5 | |
27004 | echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;} | |
27005 | { (exit 1); exit 1; }; } | |
27006 | else | |
27007 | echo "$as_me:$LINENO: result: $MICROWIN" >&5 | |
27008 | echo "${ECHO_T}$MICROWIN" >&6 | |
27009 | cat >>confdefs.h <<\_ACEOF | |
27010 | #define wxUSE_NANOX 1 | |
27011 | _ACEOF | |
27012 | ||
27013 | fi | |
27014 | fi | |
27015 | ||
27016 | if test "$wxUSE_UNICODE" = "yes"; then | |
27017 | ||
27018 | succeeded=no | |
27019 | ||
27020 | if test -z "$PKG_CONFIG"; then | |
27021 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
27022 | set dummy pkg-config; ac_word=$2 | |
27023 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
27024 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
27025 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then | |
27026 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27027 | else | |
27028 | case $PKG_CONFIG in | |
27029 | [\\/]* | ?:[\\/]*) | |
27030 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | |
27031 | ;; | |
27032 | *) | |
27033 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
27034 | for as_dir in $PATH | |
27035 | do | |
27036 | IFS=$as_save_IFS | |
27037 | test -z "$as_dir" && as_dir=. | |
27038 | for ac_exec_ext in '' $ac_executable_extensions; do | |
27039 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
27040 | ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
27041 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
27042 | break 2 | |
27043 | fi | |
27044 | done | |
27045 | done | |
27046 | ||
27047 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" | |
27048 | ;; | |
27049 | esac | |
27050 | fi | |
27051 | PKG_CONFIG=$ac_cv_path_PKG_CONFIG | |
27052 | ||
27053 | if test -n "$PKG_CONFIG"; then | |
27054 | echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 | |
27055 | echo "${ECHO_T}$PKG_CONFIG" >&6 | |
27056 | else | |
27057 | echo "$as_me:$LINENO: result: no" >&5 | |
27058 | echo "${ECHO_T}no" >&6 | |
27059 | fi | |
27060 | ||
27061 | fi | |
27062 | ||
27063 | if test "$PKG_CONFIG" = "no" ; then | |
27064 | echo "*** The pkg-config script could not be found. Make sure it is" | |
27065 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
27066 | echo "*** to the full path to pkg-config." | |
27067 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
27068 | else | |
27069 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
27070 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
27071 | echo "$as_me:$LINENO: checking for pangox" >&5 | |
27072 | echo $ECHO_N "checking for pangox... $ECHO_C" >&6 | |
27073 | ||
27074 | if $PKG_CONFIG --exists "pangox" ; then | |
27075 | echo "$as_me:$LINENO: result: yes" >&5 | |
27076 | echo "${ECHO_T}yes" >&6 | |
27077 | succeeded=yes | |
27078 | ||
27079 | echo "$as_me:$LINENO: checking PANGOX_CFLAGS" >&5 | |
27080 | echo $ECHO_N "checking PANGOX_CFLAGS... $ECHO_C" >&6 | |
27081 | PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox"` | |
27082 | echo "$as_me:$LINENO: result: $PANGOX_CFLAGS" >&5 | |
27083 | echo "${ECHO_T}$PANGOX_CFLAGS" >&6 | |
27084 | ||
27085 | echo "$as_me:$LINENO: checking PANGOX_LIBS" >&5 | |
27086 | echo $ECHO_N "checking PANGOX_LIBS... $ECHO_C" >&6 | |
27087 | PANGOX_LIBS=`$PKG_CONFIG --libs "pangox"` | |
27088 | echo "$as_me:$LINENO: result: $PANGOX_LIBS" >&5 | |
27089 | echo "${ECHO_T}$PANGOX_LIBS" >&6 | |
27090 | else | |
27091 | PANGOX_CFLAGS="" | |
27092 | PANGOX_LIBS="" | |
27093 | ## If we have a custom action on failure, don't print errors, but | |
27094 | ## do set a variable so people can do so. | |
27095 | PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"` | |
27096 | ||
27097 | fi | |
27098 | ||
27099 | ||
27100 | ||
27101 | else | |
27102 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
27103 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
27104 | fi | |
27105 | fi | |
27106 | ||
27107 | if test $succeeded = yes; then | |
27108 | ||
27109 | CXXFLAGS="$CXXFLAGS $PANGOX_CFLAGS" | |
27110 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS" | |
27111 | ||
27112 | else | |
27113 | ||
27114 | { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5 | |
27115 | echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;} | |
27116 | { (exit 1); exit 1; }; } | |
27117 | ||
27118 | ||
27119 | fi | |
27120 | ||
27121 | ||
27122 | succeeded=no | |
27123 | ||
27124 | if test -z "$PKG_CONFIG"; then | |
27125 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
27126 | set dummy pkg-config; ac_word=$2 | |
27127 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
27128 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
27129 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then | |
27130 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27131 | else | |
27132 | case $PKG_CONFIG in | |
27133 | [\\/]* | ?:[\\/]*) | |
27134 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | |
27135 | ;; | |
27136 | *) | |
27137 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
27138 | for as_dir in $PATH | |
27139 | do | |
27140 | IFS=$as_save_IFS | |
27141 | test -z "$as_dir" && as_dir=. | |
27142 | for ac_exec_ext in '' $ac_executable_extensions; do | |
27143 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
27144 | ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
27145 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
27146 | break 2 | |
27147 | fi | |
27148 | done | |
27149 | done | |
27150 | ||
27151 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" | |
27152 | ;; | |
27153 | esac | |
27154 | fi | |
27155 | PKG_CONFIG=$ac_cv_path_PKG_CONFIG | |
27156 | ||
27157 | if test -n "$PKG_CONFIG"; then | |
27158 | echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 | |
27159 | echo "${ECHO_T}$PKG_CONFIG" >&6 | |
27160 | else | |
27161 | echo "$as_me:$LINENO: result: no" >&5 | |
27162 | echo "${ECHO_T}no" >&6 | |
27163 | fi | |
27164 | ||
27165 | fi | |
27166 | ||
27167 | if test "$PKG_CONFIG" = "no" ; then | |
27168 | echo "*** The pkg-config script could not be found. Make sure it is" | |
27169 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
27170 | echo "*** to the full path to pkg-config." | |
27171 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
27172 | else | |
27173 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
27174 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
27175 | echo "$as_me:$LINENO: checking for pangoft2" >&5 | |
27176 | echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6 | |
27177 | ||
27178 | if $PKG_CONFIG --exists "pangoft2" ; then | |
27179 | echo "$as_me:$LINENO: result: yes" >&5 | |
27180 | echo "${ECHO_T}yes" >&6 | |
27181 | succeeded=yes | |
27182 | ||
27183 | echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5 | |
27184 | echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6 | |
27185 | PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2"` | |
27186 | echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5 | |
27187 | echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6 | |
27188 | ||
27189 | echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5 | |
27190 | echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6 | |
27191 | PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2"` | |
27192 | echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5 | |
27193 | echo "${ECHO_T}$PANGOFT2_LIBS" >&6 | |
27194 | else | |
27195 | PANGOFT2_CFLAGS="" | |
27196 | PANGOFT2_LIBS="" | |
27197 | ## If we have a custom action on failure, don't print errors, but | |
27198 | ## do set a variable so people can do so. | |
27199 | PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"` | |
27200 | ||
27201 | fi | |
27202 | ||
27203 | ||
27204 | ||
27205 | else | |
27206 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
27207 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
27208 | fi | |
27209 | fi | |
27210 | ||
27211 | if test $succeeded = yes; then | |
27212 | ||
27213 | CXXFLAGS="$CXXFLAGS $PANGOFT2_CFLAGS" | |
27214 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS" | |
27215 | ||
27216 | else | |
27217 | ||
27218 | { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5 | |
27219 | echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;} | |
27220 | wxUSE_PRINTING_ARCHITECTURE="no" | |
27221 | ||
27222 | ||
27223 | fi | |
27224 | ||
27225 | ||
27226 | succeeded=no | |
27227 | ||
27228 | if test -z "$PKG_CONFIG"; then | |
27229 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
27230 | set dummy pkg-config; ac_word=$2 | |
27231 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
27232 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
27233 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then | |
27234 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27235 | else | |
27236 | case $PKG_CONFIG in | |
27237 | [\\/]* | ?:[\\/]*) | |
27238 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | |
27239 | ;; | |
27240 | *) | |
27241 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
27242 | for as_dir in $PATH | |
27243 | do | |
27244 | IFS=$as_save_IFS | |
27245 | test -z "$as_dir" && as_dir=. | |
27246 | for ac_exec_ext in '' $ac_executable_extensions; do | |
27247 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
27248 | ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
27249 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
27250 | break 2 | |
27251 | fi | |
27252 | done | |
27253 | done | |
27254 | ||
27255 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" | |
27256 | ;; | |
27257 | esac | |
27258 | fi | |
27259 | PKG_CONFIG=$ac_cv_path_PKG_CONFIG | |
27260 | ||
27261 | if test -n "$PKG_CONFIG"; then | |
27262 | echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 | |
27263 | echo "${ECHO_T}$PKG_CONFIG" >&6 | |
27264 | else | |
27265 | echo "$as_me:$LINENO: result: no" >&5 | |
27266 | echo "${ECHO_T}no" >&6 | |
27267 | fi | |
27268 | ||
27269 | fi | |
27270 | ||
27271 | if test "$PKG_CONFIG" = "no" ; then | |
27272 | echo "*** The pkg-config script could not be found. Make sure it is" | |
27273 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
27274 | echo "*** to the full path to pkg-config." | |
27275 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
27276 | else | |
27277 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
27278 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
27279 | echo "$as_me:$LINENO: checking for pangoxft" >&5 | |
27280 | echo $ECHO_N "checking for pangoxft... $ECHO_C" >&6 | |
27281 | ||
27282 | if $PKG_CONFIG --exists "pangoxft" ; then | |
27283 | echo "$as_me:$LINENO: result: yes" >&5 | |
27284 | echo "${ECHO_T}yes" >&6 | |
27285 | succeeded=yes | |
27286 | ||
27287 | echo "$as_me:$LINENO: checking PANGOXFT_CFLAGS" >&5 | |
27288 | echo $ECHO_N "checking PANGOXFT_CFLAGS... $ECHO_C" >&6 | |
27289 | PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft"` | |
27290 | echo "$as_me:$LINENO: result: $PANGOXFT_CFLAGS" >&5 | |
27291 | echo "${ECHO_T}$PANGOXFT_CFLAGS" >&6 | |
27292 | ||
27293 | echo "$as_me:$LINENO: checking PANGOXFT_LIBS" >&5 | |
27294 | echo $ECHO_N "checking PANGOXFT_LIBS... $ECHO_C" >&6 | |
27295 | PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft"` | |
27296 | echo "$as_me:$LINENO: result: $PANGOXFT_LIBS" >&5 | |
27297 | echo "${ECHO_T}$PANGOXFT_LIBS" >&6 | |
27298 | else | |
27299 | PANGOXFT_CFLAGS="" | |
27300 | PANGOXFT_LIBS="" | |
27301 | ## If we have a custom action on failure, don't print errors, but | |
27302 | ## do set a variable so people can do so. | |
27303 | PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"` | |
27304 | ||
27305 | fi | |
27306 | ||
27307 | ||
27308 | ||
27309 | else | |
27310 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
27311 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
27312 | fi | |
27313 | fi | |
27314 | ||
27315 | if test $succeeded = yes; then | |
27316 | ||
4ae1af05 MB |
27317 | cat >>confdefs.h <<\_ACEOF |
27318 | #define HAVE_PANGO_XFT 1 | |
27319 | _ACEOF | |
27320 | ||
a848cd7e SC |
27321 | CXXFLAGS="$CXXFLAGS $PANGOXFT_CFLAGS" |
27322 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS" | |
27323 | ||
27324 | else | |
27325 | ||
27326 | { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5 | |
27327 | echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;} | |
27328 | ||
27329 | ||
27330 | fi | |
27331 | ||
304205f1 VS |
27332 | save_CFLAGS="$CFLAGS" |
27333 | save_LIBS="$LIBS" | |
27334 | CFLAGS="$CFLAGS $PANGOX_CFLAGS" | |
27335 | LIBS="$LIBS $PANGOX_LIBS" | |
27336 | ||
27337 | for ac_func in pango_font_family_is_monospace | |
27338 | do | |
27339 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
27340 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
27341 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
27342 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
27343 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27344 | else | |
27345 | cat >conftest.$ac_ext <<_ACEOF | |
27346 | /* confdefs.h. */ | |
27347 | _ACEOF | |
27348 | cat confdefs.h >>conftest.$ac_ext | |
27349 | cat >>conftest.$ac_ext <<_ACEOF | |
27350 | /* end confdefs.h. */ | |
27351 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | |
27352 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
27353 | #define $ac_func innocuous_$ac_func | |
27354 | ||
27355 | /* System header to define __stub macros and hopefully few prototypes, | |
27356 | which can conflict with char $ac_func (); below. | |
27357 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
27358 | <limits.h> exists even on freestanding compilers. */ | |
27359 | ||
27360 | #ifdef __STDC__ | |
27361 | # include <limits.h> | |
27362 | #else | |
27363 | # include <assert.h> | |
27364 | #endif | |
27365 | ||
27366 | #undef $ac_func | |
27367 | ||
27368 | /* Override any gcc2 internal prototype to avoid an error. */ | |
27369 | #ifdef __cplusplus | |
27370 | extern "C" | |
27371 | { | |
27372 | #endif | |
27373 | /* We use char because int might match the return type of a gcc2 | |
27374 | builtin and then its argument prototype would still apply. */ | |
27375 | char $ac_func (); | |
27376 | /* The GNU C library defines this for functions which it implements | |
27377 | to always fail with ENOSYS. Some functions are actually named | |
27378 | something starting with __ and the normal name is an alias. */ | |
27379 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
27380 | choke me | |
27381 | #else | |
27382 | char (*f) () = $ac_func; | |
27383 | #endif | |
27384 | #ifdef __cplusplus | |
27385 | } | |
27386 | #endif | |
27387 | ||
27388 | int | |
27389 | main () | |
27390 | { | |
27391 | return f != $ac_func; | |
27392 | ; | |
27393 | return 0; | |
27394 | } | |
27395 | _ACEOF | |
27396 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27397 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
27398 | (eval $ac_link) 2>conftest.er1 | |
27399 | ac_status=$? | |
27400 | grep -v '^ *+' conftest.er1 >conftest.err | |
27401 | rm -f conftest.er1 | |
27402 | cat conftest.err >&5 | |
27403 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27404 | (exit $ac_status); } && | |
07158944 | 27405 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
304205f1 VS |
27406 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27407 | (eval $ac_try) 2>&5 | |
27408 | ac_status=$? | |
27409 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27410 | (exit $ac_status); }; } && | |
27411 | { ac_try='test -s conftest$ac_exeext' | |
27412 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
27413 | (eval $ac_try) 2>&5 | |
27414 | ac_status=$? | |
27415 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27416 | (exit $ac_status); }; }; then | |
27417 | eval "$as_ac_var=yes" | |
27418 | else | |
27419 | echo "$as_me: failed program was:" >&5 | |
27420 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27421 | ||
27422 | eval "$as_ac_var=no" | |
27423 | fi | |
27424 | rm -f conftest.err conftest.$ac_objext \ | |
27425 | conftest$ac_exeext conftest.$ac_ext | |
27426 | fi | |
27427 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
27428 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
27429 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
27430 | cat >>confdefs.h <<_ACEOF | |
27431 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
27432 | _ACEOF | |
27433 | ||
27434 | fi | |
27435 | done | |
27436 | ||
27437 | CFLAGS="$save_CFLAGS" | |
27438 | LIBS="$save_LIBS" | |
a848cd7e SC |
27439 | fi |
27440 | ||
27441 | wxUSE_UNIVERSAL="yes" | |
27442 | ||
27443 | if test "$wxUSE_NANOX" = "yes"; then | |
27444 | TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE" | |
27445 | 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" | |
27446 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a" | |
27447 | else | |
27448 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11" | |
27449 | fi | |
27450 | ||
a848cd7e SC |
27451 | TOOLKIT=X11 |
27452 | GUIDIST=X11_DIST | |
27453 | fi | |
27454 | ||
27455 | if test "$wxUSE_MOTIF" = 1; then | |
74b84332 VS |
27456 | echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5 |
27457 | echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6 | |
a848cd7e | 27458 | |
74b84332 VS |
27459 | ac_find_includes= |
27460 | for ac_dir in $SEARCH_INCLUDE /usr/include; | |
27461 | do | |
27462 | if test -f "$ac_dir/Xm/Xm.h"; then | |
27463 | ac_find_includes=$ac_dir | |
27464 | break | |
27465 | fi | |
27466 | done | |
a848cd7e | 27467 | |
74b84332 VS |
27468 | if test "$ac_find_includes" != "" ; then |
27469 | echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5 | |
27470 | echo "${ECHO_T}found in $ac_find_includes" >&6 | |
27471 | ||
27472 | if test "x$ac_find_includes" = "x/usr/include"; then | |
27473 | ac_path_to_include="" | |
27474 | else | |
27475 | echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null | |
27476 | result=$? | |
27477 | if test $result = 0; then | |
27478 | ac_path_to_include="" | |
27479 | else | |
27480 | ac_path_to_include=" -I$ac_find_includes" | |
27481 | fi | |
a848cd7e SC |
27482 | fi |
27483 | ||
74b84332 VS |
27484 | TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include" |
27485 | else | |
27486 | cat >conftest.$ac_ext <<_ACEOF | |
a848cd7e SC |
27487 | /* confdefs.h. */ |
27488 | _ACEOF | |
27489 | cat confdefs.h >>conftest.$ac_ext | |
27490 | cat >>conftest.$ac_ext <<_ACEOF | |
27491 | /* end confdefs.h. */ | |
27492 | ||
74b84332 VS |
27493 | #include <Xm/Xm.h> |
27494 | ||
a848cd7e SC |
27495 | int |
27496 | main () | |
27497 | { | |
27498 | ||
74b84332 VS |
27499 | int version; |
27500 | version = xmUseVersion; | |
27501 | ||
a848cd7e SC |
27502 | ; |
27503 | return 0; | |
27504 | } | |
27505 | _ACEOF | |
74b84332 VS |
27506 | rm -f conftest.$ac_objext |
27507 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
27508 | (eval $ac_compile) 2>conftest.er1 | |
a848cd7e | 27509 | ac_status=$? |
ac1cb8d3 VS |
27510 | grep -v '^ *+' conftest.er1 >conftest.err |
27511 | rm -f conftest.er1 | |
27512 | cat conftest.err >&5 | |
a848cd7e SC |
27513 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27514 | (exit $ac_status); } && | |
07158944 | 27515 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
27516 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27517 | (eval $ac_try) 2>&5 | |
27518 | ac_status=$? | |
27519 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27520 | (exit $ac_status); }; } && | |
74b84332 | 27521 | { ac_try='test -s conftest.$ac_objext' |
a848cd7e SC |
27522 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27523 | (eval $ac_try) 2>&5 | |
27524 | ac_status=$? | |
27525 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27526 | (exit $ac_status); }; }; then | |
74b84332 VS |
27527 | |
27528 | echo "$as_me:$LINENO: result: found in default search path" >&5 | |
27529 | echo "${ECHO_T}found in default search path" >&6 | |
27530 | COMPILED_X_PROGRAM=1 | |
27531 | ||
a848cd7e SC |
27532 | else |
27533 | echo "$as_me: failed program was:" >&5 | |
27534 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27535 | ||
a848cd7e | 27536 | |
74b84332 VS |
27537 | echo "$as_me:$LINENO: result: no" >&5 |
27538 | echo "${ECHO_T}no" >&6 | |
27539 | { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of Xm/Xm.h" >&5 | |
27540 | echo "$as_me: error: please set CFLAGS to contain the location of Xm/Xm.h" >&2;} | |
27541 | { (exit 1); exit 1; }; } | |
a848cd7e | 27542 | |
a848cd7e | 27543 | |
a848cd7e | 27544 | fi |
74b84332 VS |
27545 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
27546 | fi | |
27547 | ||
27548 | if test "$COMPILED_X_PROGRAM" = 0; then | |
27549 | echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5 | |
27550 | echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6 | |
27551 | ||
27552 | ac_find_libraries= | |
27553 | for ac_dir in $SEARCH_LIB /usr/lib; | |
27554 | do | |
27555 | for ac_extension in a so sl dylib; do | |
27556 | if test -f "$ac_dir/libXm.$ac_extension"; then | |
27557 | ac_find_libraries=$ac_dir | |
27558 | break 2 | |
a848cd7e | 27559 | fi |
74b84332 VS |
27560 | done |
27561 | done | |
a848cd7e | 27562 | |
74b84332 VS |
27563 | if test "$ac_find_libraries" != "" ; then |
27564 | echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5 | |
27565 | echo "${ECHO_T}found at $ac_find_libraries" >&6 | |
a848cd7e | 27566 | |
74b84332 VS |
27567 | |
27568 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null | |
27569 | result=$? | |
27570 | if test $result = 0; then | |
27571 | ac_path_to_link="" | |
a848cd7e | 27572 | else |
74b84332 VS |
27573 | ac_path_to_link=" -L$ac_find_libraries" |
27574 | fi | |
27575 | ||
27576 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link" | |
27577 | else | |
27578 | save_CFLAGS=$CFLAGS | |
27579 | CFLAGS="$CFLAGS $TOOLKIT_INCLUDE" | |
27580 | ||
27581 | cat >conftest.$ac_ext <<_ACEOF | |
a848cd7e SC |
27582 | /* confdefs.h. */ |
27583 | _ACEOF | |
27584 | cat confdefs.h >>conftest.$ac_ext | |
27585 | cat >>conftest.$ac_ext <<_ACEOF | |
27586 | /* end confdefs.h. */ | |
27587 | ||
74b84332 VS |
27588 | #include <Xm/Xm.h> |
27589 | ||
a848cd7e SC |
27590 | int |
27591 | main () | |
27592 | { | |
74b84332 VS |
27593 | |
27594 | int version; | |
27595 | version = xmUseVersion; | |
27596 | ||
a848cd7e SC |
27597 | ; |
27598 | return 0; | |
27599 | } | |
27600 | _ACEOF | |
74b84332 VS |
27601 | rm -f conftest.$ac_objext |
27602 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
27603 | (eval $ac_compile) 2>conftest.er1 | |
a848cd7e | 27604 | ac_status=$? |
ac1cb8d3 VS |
27605 | grep -v '^ *+' conftest.er1 >conftest.err |
27606 | rm -f conftest.er1 | |
27607 | cat conftest.err >&5 | |
a848cd7e SC |
27608 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27609 | (exit $ac_status); } && | |
07158944 | 27610 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
27611 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27612 | (eval $ac_try) 2>&5 | |
27613 | ac_status=$? | |
27614 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27615 | (exit $ac_status); }; } && | |
74b84332 | 27616 | { ac_try='test -s conftest.$ac_objext' |
a848cd7e SC |
27617 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27618 | (eval $ac_try) 2>&5 | |
27619 | ac_status=$? | |
27620 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27621 | (exit $ac_status); }; }; then | |
74b84332 VS |
27622 | |
27623 | echo "$as_me:$LINENO: result: found in default search path" >&5 | |
27624 | echo "${ECHO_T}found in default search path" >&6 | |
27625 | COMPILED_X_PROGRAM=1 | |
27626 | ||
a848cd7e SC |
27627 | else |
27628 | echo "$as_me: failed program was:" >&5 | |
27629 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27630 | ||
74b84332 VS |
27631 | |
27632 | echo "$as_me:$LINENO: result: no" >&5 | |
27633 | echo "${ECHO_T}no" >&6 | |
27634 | { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5 | |
27635 | echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;} | |
27636 | { (exit 1); exit 1; }; } | |
27637 | ||
27638 | ||
27639 | fi | |
27640 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
27641 | ||
27642 | CFLAGS=$save_CFLAGS | |
27643 | fi | |
27644 | fi | |
27645 | ||
27646 | echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5 | |
27647 | echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6 | |
27648 | libp_link="" | |
27649 | libsm_ice_link="" | |
27650 | libs_found=0 | |
27651 | for libp in "" " -lXp"; do | |
27652 | if test "$libs_found" = "0"; then | |
27653 | for libsm_ice in "" " -lSM -lICE"; do | |
27654 | if test "$libs_found" = "0"; then | |
27655 | save_LIBS="$LIBS" | |
27656 | LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11" | |
27657 | save_CFLAGS=$CFLAGS | |
27658 | CFLAGS="$CFLAGS $TOOLKIT_INCLUDE" | |
27659 | ||
27660 | cat >conftest.$ac_ext <<_ACEOF | |
a848cd7e SC |
27661 | /* confdefs.h. */ |
27662 | _ACEOF | |
27663 | cat confdefs.h >>conftest.$ac_ext | |
27664 | cat >>conftest.$ac_ext <<_ACEOF | |
27665 | /* end confdefs.h. */ | |
27666 | ||
74b84332 VS |
27667 | #include <Xm/Xm.h> |
27668 | #include <Xm/List.h> | |
27669 | ||
a848cd7e SC |
27670 | int |
27671 | main () | |
27672 | { | |
74b84332 VS |
27673 | |
27674 | XmString string = NULL; | |
27675 | Widget w = NULL; | |
27676 | int position = 0; | |
27677 | XmListAddItem(w, string, position); | |
27678 | ||
a848cd7e SC |
27679 | ; |
27680 | return 0; | |
27681 | } | |
27682 | _ACEOF | |
27683 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27684 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 27685 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 27686 | ac_status=$? |
ac1cb8d3 VS |
27687 | grep -v '^ *+' conftest.er1 >conftest.err |
27688 | rm -f conftest.er1 | |
27689 | cat conftest.err >&5 | |
a848cd7e SC |
27690 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27691 | (exit $ac_status); } && | |
07158944 | 27692 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
27693 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27694 | (eval $ac_try) 2>&5 | |
27695 | ac_status=$? | |
27696 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27697 | (exit $ac_status); }; } && | |
27698 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
27699 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27700 | (eval $ac_try) 2>&5 | |
27701 | ac_status=$? | |
27702 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27703 | (exit $ac_status); }; }; then | |
27704 | ||
27705 | libp_link="$libp" | |
27706 | libsm_ice_link="$libsm_ice" | |
27707 | echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5 | |
27708 | echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6 | |
27709 | libs_found=1 | |
27710 | ||
27711 | else | |
27712 | echo "$as_me: failed program was:" >&5 | |
27713 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27714 | ||
27715 | ||
27716 | ||
27717 | fi | |
ac1cb8d3 VS |
27718 | rm -f conftest.err conftest.$ac_objext \ |
27719 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
27720 | |
27721 | LIBS="$save_LIBS" | |
27722 | CFLAGS=$save_CFLAGS | |
27723 | fi | |
27724 | done | |
27725 | fi | |
27726 | done | |
27727 | ||
27728 | if test "$libs_found" = "0"; then | |
27729 | echo "$as_me:$LINENO: result: can't find the right libraries" >&5 | |
27730 | echo "${ECHO_T}can't find the right libraries" >&6 | |
27731 | { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5 | |
27732 | echo "$as_me: error: can't link a simple motif program" >&2;} | |
27733 | { (exit 1); exit 1; }; } | |
27734 | fi | |
27735 | ||
27736 | save_CFLAGS=$CFLAGS | |
27737 | CFLAGS="$CFLAGS $TOOLKIT_INCLUDE" | |
27738 | echo "$as_me:$LINENO: checking for Motif 2" >&5 | |
27739 | echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6 | |
27740 | cat >conftest.$ac_ext <<_ACEOF | |
27741 | /* confdefs.h. */ | |
27742 | _ACEOF | |
27743 | cat confdefs.h >>conftest.$ac_ext | |
27744 | cat >>conftest.$ac_ext <<_ACEOF | |
27745 | /* end confdefs.h. */ | |
27746 | ||
27747 | #include <Xm/Xm.h> | |
27748 | ||
27749 | int | |
27750 | main () | |
27751 | { | |
27752 | ||
27753 | #if XmVersion < 2000 | |
27754 | #error "Not Motif 2" | |
27755 | #endif | |
27756 | ||
27757 | ; | |
27758 | return 0; | |
27759 | } | |
27760 | _ACEOF | |
27761 | rm -f conftest.$ac_objext | |
27762 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 27763 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 27764 | ac_status=$? |
ac1cb8d3 VS |
27765 | grep -v '^ *+' conftest.er1 >conftest.err |
27766 | rm -f conftest.er1 | |
27767 | cat conftest.err >&5 | |
a848cd7e SC |
27768 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27769 | (exit $ac_status); } && | |
07158944 | 27770 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
27771 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27772 | (eval $ac_try) 2>&5 | |
27773 | ac_status=$? | |
27774 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27775 | (exit $ac_status); }; } && | |
27776 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
27777 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27778 | (eval $ac_try) 2>&5 | |
27779 | ac_status=$? | |
27780 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27781 | (exit $ac_status); }; }; then | |
27782 | ||
27783 | cat >>confdefs.h <<\_ACEOF | |
27784 | #define __WXMOTIF20__ 1 | |
27785 | _ACEOF | |
27786 | ||
27787 | echo "$as_me:$LINENO: result: found" >&5 | |
27788 | echo "${ECHO_T}found" >&6 | |
27789 | ||
27790 | else | |
27791 | echo "$as_me: failed program was:" >&5 | |
27792 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27793 | ||
27794 | ||
27795 | cat >>confdefs.h <<\_ACEOF | |
27796 | #define __WXMOTIF20__ 0 | |
27797 | _ACEOF | |
27798 | ||
27799 | echo "$as_me:$LINENO: result: not found" >&5 | |
27800 | echo "${ECHO_T}not found" >&6 | |
27801 | ||
27802 | fi | |
ac1cb8d3 | 27803 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
27804 | CFLAGS=$save_CFLAGS |
27805 | ||
27806 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11" | |
a848cd7e SC |
27807 | TOOLKIT=MOTIF |
27808 | GUIDIST=MOTIF_DIST | |
27809 | fi | |
27810 | ||
74b84332 | 27811 | if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then |
a848cd7e SC |
27812 | if test "$wxUSE_LIBXPM" = "sys"; then |
27813 | echo "$as_me:$LINENO: checking for Xpm library" >&5 | |
27814 | echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6 | |
27815 | ||
27816 | ac_find_libraries= | |
27817 | for ac_dir in $SEARCH_LIB /usr/lib; | |
27818 | do | |
27819 | for ac_extension in a so sl dylib; do | |
27820 | if test -f "$ac_dir/libXpm.$ac_extension"; then | |
27821 | ac_find_libraries=$ac_dir | |
27822 | break 2 | |
27823 | fi | |
27824 | done | |
27825 | done | |
27826 | ||
27827 | if test "$ac_find_libraries" != "" ; then | |
27828 | ||
27829 | echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null | |
27830 | result=$? | |
27831 | if test $result = 0; then | |
27832 | ac_path_to_link="" | |
27833 | else | |
27834 | ac_path_to_link=" -L$ac_find_libraries" | |
27835 | fi | |
27836 | ||
27837 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link" | |
27838 | echo "$as_me:$LINENO: result: found at $ac_find_libraries" >&5 | |
27839 | echo "${ECHO_T}found at $ac_find_libraries" >&6 | |
27840 | ||
27841 | echo "$as_me:$LINENO: checking for X11/xpm.h" >&5 | |
27842 | echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 | |
27843 | if test "${wx_cv_x11_xpm_h+set}" = set; then | |
27844 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27845 | else | |
27846 | ||
27847 | save_CFLAGS=$CFLAGS | |
27848 | CFLAGS="$CFLAGS $TOOLKIT_INCLUDE" | |
27849 | ||
27850 | cat >conftest.$ac_ext <<_ACEOF | |
27851 | /* confdefs.h. */ | |
27852 | _ACEOF | |
27853 | cat confdefs.h >>conftest.$ac_ext | |
27854 | cat >>conftest.$ac_ext <<_ACEOF | |
27855 | /* end confdefs.h. */ | |
27856 | ||
27857 | #include <X11/xpm.h> | |
27858 | ||
27859 | int | |
27860 | main () | |
27861 | { | |
27862 | ||
27863 | int version; | |
27864 | version = XpmLibraryVersion(); | |
27865 | ||
27866 | ; | |
27867 | return 0; | |
27868 | } | |
27869 | _ACEOF | |
27870 | rm -f conftest.$ac_objext | |
27871 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 27872 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 27873 | ac_status=$? |
ac1cb8d3 VS |
27874 | grep -v '^ *+' conftest.er1 >conftest.err |
27875 | rm -f conftest.er1 | |
27876 | cat conftest.err >&5 | |
a848cd7e SC |
27877 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27878 | (exit $ac_status); } && | |
07158944 | 27879 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
27880 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27881 | (eval $ac_try) 2>&5 | |
27882 | ac_status=$? | |
27883 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27884 | (exit $ac_status); }; } && | |
27885 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
27886 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27887 | (eval $ac_try) 2>&5 | |
27888 | ac_status=$? | |
27889 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27890 | (exit $ac_status); }; }; then | |
27891 | wx_cv_x11_xpm_h=yes | |
27892 | else | |
27893 | echo "$as_me: failed program was:" >&5 | |
27894 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27895 | ||
27896 | wx_cv_x11_xpm_h=no | |
27897 | ||
27898 | fi | |
ac1cb8d3 | 27899 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
27900 | |
27901 | CFLAGS=$save_CFLAGS | |
27902 | ||
27903 | ||
27904 | fi | |
27905 | echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5 | |
27906 | echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6 | |
27907 | ||
27908 | if test $wx_cv_x11_xpm_h = "yes"; then | |
27909 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm" | |
27910 | cat >>confdefs.h <<\_ACEOF | |
27911 | #define wxHAVE_LIB_XPM 1 | |
27912 | _ACEOF | |
27913 | ||
27914 | else | |
27915 | { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5 | |
27916 | echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;} | |
27917 | fi | |
27918 | fi | |
27919 | ||
27920 | fi | |
27921 | ||
27922 | echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5 | |
27923 | echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6 | |
27924 | if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then | |
27925 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
27926 | else | |
27927 | ac_check_lib_save_LIBS=$LIBS | |
27928 | LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS" | |
27929 | cat >conftest.$ac_ext <<_ACEOF | |
27930 | /* confdefs.h. */ | |
27931 | _ACEOF | |
27932 | cat confdefs.h >>conftest.$ac_ext | |
27933 | cat >>conftest.$ac_ext <<_ACEOF | |
27934 | /* end confdefs.h. */ | |
27935 | ||
27936 | /* Override any gcc2 internal prototype to avoid an error. */ | |
27937 | #ifdef __cplusplus | |
27938 | extern "C" | |
27939 | #endif | |
27940 | /* We use char because int might match the return type of a gcc2 | |
27941 | builtin and then its argument prototype would still apply. */ | |
27942 | char XShapeQueryExtension (); | |
27943 | int | |
27944 | main () | |
27945 | { | |
27946 | XShapeQueryExtension (); | |
27947 | ; | |
27948 | return 0; | |
27949 | } | |
27950 | _ACEOF | |
27951 | rm -f conftest.$ac_objext conftest$ac_exeext | |
27952 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 27953 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 27954 | ac_status=$? |
ac1cb8d3 VS |
27955 | grep -v '^ *+' conftest.er1 >conftest.err |
27956 | rm -f conftest.er1 | |
27957 | cat conftest.err >&5 | |
a848cd7e SC |
27958 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
27959 | (exit $ac_status); } && | |
07158944 | 27960 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
27961 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27962 | (eval $ac_try) 2>&5 | |
27963 | ac_status=$? | |
27964 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27965 | (exit $ac_status); }; } && | |
27966 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
27967 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
27968 | (eval $ac_try) 2>&5 | |
27969 | ac_status=$? | |
27970 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
27971 | (exit $ac_status); }; }; then | |
27972 | ac_cv_lib_Xext_XShapeQueryExtension=yes | |
27973 | else | |
27974 | echo "$as_me: failed program was:" >&5 | |
27975 | sed 's/^/| /' conftest.$ac_ext >&5 | |
27976 | ||
27977 | ac_cv_lib_Xext_XShapeQueryExtension=no | |
27978 | fi | |
ac1cb8d3 VS |
27979 | rm -f conftest.err conftest.$ac_objext \ |
27980 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
27981 | LIBS=$ac_check_lib_save_LIBS |
27982 | fi | |
27983 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 | |
27984 | echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6 | |
27985 | if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then | |
27986 | ||
27987 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext" | |
27988 | wxHAVE_XEXT_LIB=1 | |
27989 | ||
27990 | fi | |
27991 | ||
27992 | ||
27993 | if test "$wxHAVE_XEXT_LIB" = 1; then | |
27994 | save_CFLAGS="$CFLAGS" | |
27995 | CFLAGS="$CFLAGS $TOOLKIT_INCLUDE" | |
27996 | ||
27997 | echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5 | |
27998 | echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6 | |
27999 | cat >conftest.$ac_ext <<_ACEOF | |
28000 | /* confdefs.h. */ | |
28001 | _ACEOF | |
28002 | cat confdefs.h >>conftest.$ac_ext | |
28003 | cat >>conftest.$ac_ext <<_ACEOF | |
28004 | /* end confdefs.h. */ | |
28005 | ||
28006 | #include <X11/Xlib.h> | |
28007 | #include <X11/extensions/shape.h> | |
28008 | ||
28009 | int | |
28010 | main () | |
28011 | { | |
28012 | ||
28013 | int dummy1, dummy2; | |
28014 | XShapeQueryExtension((Display*)NULL, | |
28015 | (int*)NULL, (int*)NULL); | |
28016 | ||
28017 | ; | |
28018 | return 0; | |
28019 | } | |
28020 | _ACEOF | |
28021 | rm -f conftest.$ac_objext | |
28022 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 28023 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 28024 | ac_status=$? |
ac1cb8d3 VS |
28025 | grep -v '^ *+' conftest.er1 >conftest.err |
28026 | rm -f conftest.er1 | |
28027 | cat conftest.err >&5 | |
a848cd7e SC |
28028 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28029 | (exit $ac_status); } && | |
07158944 | 28030 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
28031 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28032 | (eval $ac_try) 2>&5 | |
28033 | ac_status=$? | |
28034 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28035 | (exit $ac_status); }; } && | |
28036 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
28037 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28038 | (eval $ac_try) 2>&5 | |
28039 | ac_status=$? | |
28040 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28041 | (exit $ac_status); }; }; then | |
28042 | ||
28043 | cat >>confdefs.h <<\_ACEOF | |
28044 | #define HAVE_XSHAPE 1 | |
28045 | _ACEOF | |
28046 | ||
28047 | echo "$as_me:$LINENO: result: found" >&5 | |
28048 | echo "${ECHO_T}found" >&6 | |
28049 | ||
28050 | else | |
28051 | echo "$as_me: failed program was:" >&5 | |
28052 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28053 | ||
28054 | ||
28055 | echo "$as_me:$LINENO: result: not found" >&5 | |
28056 | echo "${ECHO_T}not found" >&6 | |
28057 | ||
28058 | fi | |
ac1cb8d3 | 28059 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
28060 | CFLAGS="$save_CFLAGS" |
28061 | ||
28062 | fi | |
28063 | fi | |
28064 | ||
28065 | if test "$wxUSE_MAC" = 1; then | |
28066 | echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5 | |
28067 | echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6 | |
28068 | if test "$GCC" = yes; then | |
28069 | echo "$as_me:$LINENO: result: gcc" >&5 | |
28070 | echo "${ECHO_T}gcc" >&6 | |
28071 | CPPFLAGS_PASCAL="-fpascal-strings" | |
28072 | elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then | |
28073 | echo "$as_me:$LINENO: result: xlc" >&5 | |
28074 | echo "${ECHO_T}xlc" >&6 | |
28075 | CPPFLAGS_PASCAL="-qmacpstr" | |
28076 | else | |
28077 | echo "$as_me:$LINENO: result: none" >&5 | |
28078 | echo "${ECHO_T}none" >&6 | |
28079 | fi | |
28080 | ||
1e9e8aba DE |
28081 | if test "x$wxUSE_UNIX" = "xyes"; then |
28082 | CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon" | |
28083 | else | |
28084 | CPPFLAGS="$CPPFLAGS $CPPFLAGS_PASCAL -I\${top_srcdir}/src/mac/carbon/morefilex -DTARGET_CARBON" | |
28085 | fi | |
a848cd7e | 28086 | |
a848cd7e SC |
28087 | TOOLKIT=MAC |
28088 | GUIDIST=MACX_DIST | |
dd21ced8 | 28089 | WXBASEPORT="_carbon" |
a848cd7e SC |
28090 | fi |
28091 | ||
28092 | if test "$wxUSE_COCOA" = 1; then | |
a848cd7e SC |
28093 | TOOLKIT=COCOA |
28094 | GUIDIST=COCOA_DIST | |
28095 | fi | |
28096 | ||
28097 | if test "$wxUSE_PM" = 1; then | |
28098 | TOOLKIT=PM | |
de59c161 RD |
28099 | GUIDIST=PM_DIST |
28100 | echo "$as_me:$LINENO: checking for type SPBCDATA" >&5 | |
28101 | echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6 | |
28102 | if test "${wx_cv_spbcdata+set}" = set; then | |
28103 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28104 | else | |
28105 | ||
28106 | cat >conftest.$ac_ext <<_ACEOF | |
de59c161 RD |
28107 | /* confdefs.h. */ |
28108 | _ACEOF | |
28109 | cat confdefs.h >>conftest.$ac_ext | |
28110 | cat >>conftest.$ac_ext <<_ACEOF | |
28111 | /* end confdefs.h. */ | |
28112 | ||
28113 | #define INCL_PM | |
28114 | #include <os2.h> | |
28115 | ||
28116 | int | |
28117 | main () | |
28118 | { | |
28119 | ||
28120 | SPBCDATA test; | |
28121 | ||
28122 | ; | |
28123 | return 0; | |
28124 | } | |
28125 | _ACEOF | |
28126 | rm -f conftest.$ac_objext | |
28127 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 28128 | (eval $ac_compile) 2>conftest.er1 |
de59c161 | 28129 | ac_status=$? |
ac1cb8d3 VS |
28130 | grep -v '^ *+' conftest.er1 >conftest.err |
28131 | rm -f conftest.er1 | |
28132 | cat conftest.err >&5 | |
de59c161 RD |
28133 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28134 | (exit $ac_status); } && | |
07158944 | 28135 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
28136 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28137 | (eval $ac_try) 2>&5 | |
28138 | ac_status=$? | |
28139 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28140 | (exit $ac_status); }; } && | |
28141 | { ac_try='test -s conftest.$ac_objext' | |
de59c161 RD |
28142 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28143 | (eval $ac_try) 2>&5 | |
28144 | ac_status=$? | |
28145 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28146 | (exit $ac_status); }; }; then | |
28147 | wx_cv_spbcdata=yes | |
28148 | else | |
28149 | echo "$as_me: failed program was:" >&5 | |
28150 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28151 | ||
28152 | wx_cv_spbcdata=no | |
28153 | ||
28154 | fi | |
ac1cb8d3 | 28155 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
de59c161 RD |
28156 | |
28157 | ||
28158 | fi | |
28159 | echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5 | |
28160 | echo "${ECHO_T}$wx_cv_spbcdata" >&6 | |
28161 | ||
28162 | if test $wx_cv_spbcdata = "yes"; then | |
28163 | cat >>confdefs.h <<\_ACEOF | |
28164 | #define HAVE_SPBCDATA 1 | |
28165 | _ACEOF | |
28166 | ||
28167 | fi | |
a848cd7e SC |
28168 | fi |
28169 | ||
28170 | if test "$TOOLKIT" = "PM" ; then | |
28171 | TOOLKIT_DIR="os2" | |
28172 | else | |
28173 | TOOLKIT_DIR=`echo ${TOOLKIT} | tr "[A-Z]" "[a-z]"` | |
28174 | fi | |
28175 | ||
a848cd7e | 28176 | if test "$wxUSE_UNIVERSAL" = "yes"; then |
a848cd7e SC |
28177 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__" |
28178 | WIDGET_SET=univ | |
a848cd7e SC |
28179 | fi |
28180 | ||
28181 | GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST" | |
28182 | DISTDIR="wx\$(TOOLKIT)" | |
28183 | else | |
28184 | USE_GUI=0 | |
28185 | ||
28186 | TOOLKIT_DIR="base" | |
28187 | ||
28188 | if test "$USE_WIN32" = 1 ; then | |
a848cd7e | 28189 | TOOLKIT="MSW" |
a848cd7e SC |
28190 | fi |
28191 | ||
a848cd7e SC |
28192 | GUIDIST="BASE_DIST" |
28193 | DISTDIR="wxBase" | |
28194 | fi | |
28195 | ||
28196 | ||
28197 | ||
28198 | ||
28199 | IODBC_C_SRC="" | |
28200 | ||
28201 | ||
28202 | if test "$TOOLKIT" != "MSW" ; then | |
28203 | ||
28204 | if test "$wxUSE_ODBC" = "sys" -o "$wxUSE_ODBC" = "yes" ; then | |
28205 | ||
28206 | if test "${ac_cv_header_sql_h+set}" = set; then | |
28207 | echo "$as_me:$LINENO: checking for sql.h" >&5 | |
28208 | echo $ECHO_N "checking for sql.h... $ECHO_C" >&6 | |
28209 | if test "${ac_cv_header_sql_h+set}" = set; then | |
28210 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28211 | fi | |
28212 | echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5 | |
28213 | echo "${ECHO_T}$ac_cv_header_sql_h" >&6 | |
28214 | else | |
28215 | # Is the header compilable? | |
28216 | echo "$as_me:$LINENO: checking sql.h usability" >&5 | |
28217 | echo $ECHO_N "checking sql.h usability... $ECHO_C" >&6 | |
28218 | cat >conftest.$ac_ext <<_ACEOF | |
28219 | /* confdefs.h. */ | |
28220 | _ACEOF | |
28221 | cat confdefs.h >>conftest.$ac_ext | |
28222 | cat >>conftest.$ac_ext <<_ACEOF | |
28223 | /* end confdefs.h. */ | |
28224 | $ac_includes_default | |
28225 | #include <sql.h> | |
28226 | _ACEOF | |
28227 | rm -f conftest.$ac_objext | |
28228 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 28229 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 28230 | ac_status=$? |
ac1cb8d3 VS |
28231 | grep -v '^ *+' conftest.er1 >conftest.err |
28232 | rm -f conftest.er1 | |
28233 | cat conftest.err >&5 | |
a848cd7e SC |
28234 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28235 | (exit $ac_status); } && | |
07158944 | 28236 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
28237 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28238 | (eval $ac_try) 2>&5 | |
28239 | ac_status=$? | |
28240 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28241 | (exit $ac_status); }; } && | |
28242 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
28243 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28244 | (eval $ac_try) 2>&5 | |
28245 | ac_status=$? | |
28246 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28247 | (exit $ac_status); }; }; then | |
28248 | ac_header_compiler=yes | |
28249 | else | |
28250 | echo "$as_me: failed program was:" >&5 | |
28251 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28252 | ||
28253 | ac_header_compiler=no | |
28254 | fi | |
ac1cb8d3 | 28255 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
28256 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
28257 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
28258 | ||
28259 | # Is the header present? | |
28260 | echo "$as_me:$LINENO: checking sql.h presence" >&5 | |
28261 | echo $ECHO_N "checking sql.h presence... $ECHO_C" >&6 | |
28262 | cat >conftest.$ac_ext <<_ACEOF | |
28263 | /* confdefs.h. */ | |
28264 | _ACEOF | |
28265 | cat confdefs.h >>conftest.$ac_ext | |
28266 | cat >>conftest.$ac_ext <<_ACEOF | |
28267 | /* end confdefs.h. */ | |
28268 | #include <sql.h> | |
28269 | _ACEOF | |
28270 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
28271 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
28272 | ac_status=$? | |
28273 | grep -v '^ *+' conftest.er1 >conftest.err | |
28274 | rm -f conftest.er1 | |
28275 | cat conftest.err >&5 | |
28276 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28277 | (exit $ac_status); } >/dev/null; then | |
28278 | if test -s conftest.err; then | |
28279 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 28280 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
28281 | else |
28282 | ac_cpp_err= | |
28283 | fi | |
28284 | else | |
28285 | ac_cpp_err=yes | |
28286 | fi | |
28287 | if test -z "$ac_cpp_err"; then | |
28288 | ac_header_preproc=yes | |
28289 | else | |
28290 | echo "$as_me: failed program was:" >&5 | |
28291 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28292 | ||
28293 | ac_header_preproc=no | |
28294 | fi | |
28295 | rm -f conftest.err conftest.$ac_ext | |
28296 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
28297 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
28298 | ||
28299 | # So? What about this header? | |
ac1cb8d3 VS |
28300 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
28301 | yes:no: ) | |
a848cd7e SC |
28302 | { echo "$as_me:$LINENO: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
28303 | echo "$as_me: WARNING: sql.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
28304 | { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the compiler's result" >&5 |
28305 | echo "$as_me: WARNING: sql.h: proceeding with the compiler's result" >&2;} | |
28306 | ac_header_preproc=yes | |
a848cd7e | 28307 | ;; |
ac1cb8d3 | 28308 | no:yes:* ) |
a848cd7e SC |
28309 | { echo "$as_me:$LINENO: WARNING: sql.h: present but cannot be compiled" >&5 |
28310 | echo "$as_me: WARNING: sql.h: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
28311 | { echo "$as_me:$LINENO: WARNING: sql.h: check for missing prerequisite headers?" >&5 |
28312 | echo "$as_me: WARNING: sql.h: check for missing prerequisite headers?" >&2;} | |
28313 | { echo "$as_me:$LINENO: WARNING: sql.h: see the Autoconf documentation" >&5 | |
28314 | echo "$as_me: WARNING: sql.h: see the Autoconf documentation" >&2;} | |
28315 | { echo "$as_me:$LINENO: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&5 | |
28316 | echo "$as_me: WARNING: sql.h: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
28317 | { echo "$as_me:$LINENO: WARNING: sql.h: proceeding with the preprocessor's result" >&5 |
28318 | echo "$as_me: WARNING: sql.h: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
28319 | { echo "$as_me:$LINENO: WARNING: sql.h: in the future, the compiler will take precedence" >&5 |
28320 | echo "$as_me: WARNING: sql.h: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
28321 | ( |
28322 | cat <<\_ASBOX | |
ac1cb8d3 VS |
28323 | ## ----------------------------------------- ## |
28324 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
28325 | ## ----------------------------------------- ## | |
a848cd7e SC |
28326 | _ASBOX |
28327 | ) | | |
28328 | sed "s/^/$as_me: WARNING: /" >&2 | |
28329 | ;; | |
28330 | esac | |
28331 | echo "$as_me:$LINENO: checking for sql.h" >&5 | |
28332 | echo $ECHO_N "checking for sql.h... $ECHO_C" >&6 | |
28333 | if test "${ac_cv_header_sql_h+set}" = set; then | |
28334 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28335 | else | |
28336 | ac_cv_header_sql_h=$ac_header_preproc | |
28337 | fi | |
28338 | echo "$as_me:$LINENO: result: $ac_cv_header_sql_h" >&5 | |
28339 | echo "${ECHO_T}$ac_cv_header_sql_h" >&6 | |
28340 | ||
28341 | fi | |
28342 | if test $ac_cv_header_sql_h = yes; then | |
28343 | found_sql_h=1 | |
28344 | fi | |
28345 | ||
28346 | ||
28347 | if test "x$found_sql_h" = "x1" ; then | |
28348 | echo "$as_me:$LINENO: checking for SQLAllocEnv in -liodbc" >&5 | |
28349 | echo $ECHO_N "checking for SQLAllocEnv in -liodbc... $ECHO_C" >&6 | |
28350 | if test "${ac_cv_lib_iodbc_SQLAllocEnv+set}" = set; then | |
28351 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28352 | else | |
28353 | ac_check_lib_save_LIBS=$LIBS | |
28354 | LIBS="-liodbc $LIBS" | |
28355 | cat >conftest.$ac_ext <<_ACEOF | |
28356 | /* confdefs.h. */ | |
28357 | _ACEOF | |
28358 | cat confdefs.h >>conftest.$ac_ext | |
28359 | cat >>conftest.$ac_ext <<_ACEOF | |
28360 | /* end confdefs.h. */ | |
28361 | ||
28362 | /* Override any gcc2 internal prototype to avoid an error. */ | |
28363 | #ifdef __cplusplus | |
28364 | extern "C" | |
28365 | #endif | |
28366 | /* We use char because int might match the return type of a gcc2 | |
28367 | builtin and then its argument prototype would still apply. */ | |
28368 | char SQLAllocEnv (); | |
28369 | int | |
28370 | main () | |
28371 | { | |
28372 | SQLAllocEnv (); | |
28373 | ; | |
28374 | return 0; | |
28375 | } | |
28376 | _ACEOF | |
28377 | rm -f conftest.$ac_objext conftest$ac_exeext | |
28378 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 28379 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 28380 | ac_status=$? |
ac1cb8d3 VS |
28381 | grep -v '^ *+' conftest.er1 >conftest.err |
28382 | rm -f conftest.er1 | |
28383 | cat conftest.err >&5 | |
a848cd7e SC |
28384 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28385 | (exit $ac_status); } && | |
07158944 | 28386 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
28387 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28388 | (eval $ac_try) 2>&5 | |
28389 | ac_status=$? | |
28390 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28391 | (exit $ac_status); }; } && | |
28392 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
28393 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28394 | (eval $ac_try) 2>&5 | |
28395 | ac_status=$? | |
28396 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28397 | (exit $ac_status); }; }; then | |
28398 | ac_cv_lib_iodbc_SQLAllocEnv=yes | |
28399 | else | |
28400 | echo "$as_me: failed program was:" >&5 | |
28401 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28402 | ||
28403 | ac_cv_lib_iodbc_SQLAllocEnv=no | |
28404 | fi | |
ac1cb8d3 VS |
28405 | rm -f conftest.err conftest.$ac_objext \ |
28406 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
28407 | LIBS=$ac_check_lib_save_LIBS |
28408 | fi | |
28409 | echo "$as_me:$LINENO: result: $ac_cv_lib_iodbc_SQLAllocEnv" >&5 | |
28410 | echo "${ECHO_T}$ac_cv_lib_iodbc_SQLAllocEnv" >&6 | |
28411 | if test $ac_cv_lib_iodbc_SQLAllocEnv = yes; then | |
28412 | ODBC_LINK=" -liodbc" | |
28413 | else | |
28414 | ||
28415 | echo "$as_me:$LINENO: checking for SQLAllocEnv in -lunixodbc" >&5 | |
28416 | echo $ECHO_N "checking for SQLAllocEnv in -lunixodbc... $ECHO_C" >&6 | |
28417 | if test "${ac_cv_lib_unixodbc_SQLAllocEnv+set}" = set; then | |
28418 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28419 | else | |
28420 | ac_check_lib_save_LIBS=$LIBS | |
28421 | LIBS="-lunixodbc $LIBS" | |
28422 | cat >conftest.$ac_ext <<_ACEOF | |
28423 | /* confdefs.h. */ | |
28424 | _ACEOF | |
28425 | cat confdefs.h >>conftest.$ac_ext | |
28426 | cat >>conftest.$ac_ext <<_ACEOF | |
28427 | /* end confdefs.h. */ | |
28428 | ||
28429 | /* Override any gcc2 internal prototype to avoid an error. */ | |
28430 | #ifdef __cplusplus | |
28431 | extern "C" | |
28432 | #endif | |
28433 | /* We use char because int might match the return type of a gcc2 | |
28434 | builtin and then its argument prototype would still apply. */ | |
28435 | char SQLAllocEnv (); | |
28436 | int | |
28437 | main () | |
28438 | { | |
28439 | SQLAllocEnv (); | |
28440 | ; | |
28441 | return 0; | |
28442 | } | |
28443 | _ACEOF | |
28444 | rm -f conftest.$ac_objext conftest$ac_exeext | |
28445 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 28446 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 28447 | ac_status=$? |
ac1cb8d3 VS |
28448 | grep -v '^ *+' conftest.er1 >conftest.err |
28449 | rm -f conftest.er1 | |
28450 | cat conftest.err >&5 | |
a848cd7e SC |
28451 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28452 | (exit $ac_status); } && | |
07158944 | 28453 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
28454 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28455 | (eval $ac_try) 2>&5 | |
28456 | ac_status=$? | |
28457 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28458 | (exit $ac_status); }; } && | |
28459 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
28460 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28461 | (eval $ac_try) 2>&5 | |
28462 | ac_status=$? | |
28463 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28464 | (exit $ac_status); }; }; then | |
28465 | ac_cv_lib_unixodbc_SQLAllocEnv=yes | |
28466 | else | |
28467 | echo "$as_me: failed program was:" >&5 | |
28468 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28469 | ||
28470 | ac_cv_lib_unixodbc_SQLAllocEnv=no | |
28471 | fi | |
ac1cb8d3 VS |
28472 | rm -f conftest.err conftest.$ac_objext \ |
28473 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
28474 | LIBS=$ac_check_lib_save_LIBS |
28475 | fi | |
28476 | echo "$as_me:$LINENO: result: $ac_cv_lib_unixodbc_SQLAllocEnv" >&5 | |
28477 | echo "${ECHO_T}$ac_cv_lib_unixodbc_SQLAllocEnv" >&6 | |
28478 | if test $ac_cv_lib_unixodbc_SQLAllocEnv = yes; then | |
28479 | ODBC_LINK=" -lunixodbc" | |
28480 | else | |
28481 | ||
28482 | echo "$as_me:$LINENO: checking for SQLAllocEnv in -lodbc" >&5 | |
28483 | echo $ECHO_N "checking for SQLAllocEnv in -lodbc... $ECHO_C" >&6 | |
28484 | if test "${ac_cv_lib_odbc_SQLAllocEnv+set}" = set; then | |
28485 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28486 | else | |
28487 | ac_check_lib_save_LIBS=$LIBS | |
28488 | LIBS="-lodbc $LIBS" | |
28489 | cat >conftest.$ac_ext <<_ACEOF | |
28490 | /* confdefs.h. */ | |
28491 | _ACEOF | |
28492 | cat confdefs.h >>conftest.$ac_ext | |
28493 | cat >>conftest.$ac_ext <<_ACEOF | |
28494 | /* end confdefs.h. */ | |
28495 | ||
28496 | /* Override any gcc2 internal prototype to avoid an error. */ | |
28497 | #ifdef __cplusplus | |
28498 | extern "C" | |
28499 | #endif | |
28500 | /* We use char because int might match the return type of a gcc2 | |
28501 | builtin and then its argument prototype would still apply. */ | |
28502 | char SQLAllocEnv (); | |
28503 | int | |
28504 | main () | |
28505 | { | |
28506 | SQLAllocEnv (); | |
28507 | ; | |
28508 | return 0; | |
28509 | } | |
28510 | _ACEOF | |
28511 | rm -f conftest.$ac_objext conftest$ac_exeext | |
28512 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 28513 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 28514 | ac_status=$? |
ac1cb8d3 VS |
28515 | grep -v '^ *+' conftest.er1 >conftest.err |
28516 | rm -f conftest.er1 | |
28517 | cat conftest.err >&5 | |
a848cd7e SC |
28518 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28519 | (exit $ac_status); } && | |
07158944 | 28520 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
28521 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28522 | (eval $ac_try) 2>&5 | |
28523 | ac_status=$? | |
28524 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28525 | (exit $ac_status); }; } && | |
28526 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
28527 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28528 | (eval $ac_try) 2>&5 | |
28529 | ac_status=$? | |
28530 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28531 | (exit $ac_status); }; }; then | |
28532 | ac_cv_lib_odbc_SQLAllocEnv=yes | |
28533 | else | |
28534 | echo "$as_me: failed program was:" >&5 | |
28535 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28536 | ||
28537 | ac_cv_lib_odbc_SQLAllocEnv=no | |
28538 | fi | |
ac1cb8d3 VS |
28539 | rm -f conftest.err conftest.$ac_objext \ |
28540 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
28541 | LIBS=$ac_check_lib_save_LIBS |
28542 | fi | |
28543 | echo "$as_me:$LINENO: result: $ac_cv_lib_odbc_SQLAllocEnv" >&5 | |
28544 | echo "${ECHO_T}$ac_cv_lib_odbc_SQLAllocEnv" >&6 | |
28545 | if test $ac_cv_lib_odbc_SQLAllocEnv = yes; then | |
28546 | ODBC_LINK=" -lodbc" | |
28547 | fi | |
28548 | ||
28549 | ||
28550 | fi | |
28551 | ||
28552 | ||
28553 | fi | |
28554 | ||
28555 | fi | |
28556 | if test "x$ODBC_LINK" = "x" ; then | |
28557 | if test "$wxUSE_ODBC" = "sys" ; then | |
28558 | { { echo "$as_me:$LINENO: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&5 | |
28559 | echo "$as_me: error: system ODBC library not found! Use --with-odbc=builtin to use built-in version" >&2;} | |
28560 | { (exit 1); exit 1; }; } | |
28561 | else | |
28562 | { echo "$as_me:$LINENO: WARNING: system ODBC library not found, will use built-in instead" >&5 | |
28563 | echo "$as_me: WARNING: system ODBC library not found, will use built-in instead" >&2;} | |
28564 | wxUSE_ODBC=builtin | |
28565 | fi | |
28566 | else | |
28567 | wxUSE_ODBC=sys | |
28568 | fi | |
28569 | fi | |
a848cd7e | 28570 | |
2da0c077 RD |
28571 | if test "$wxUSE_ODBC" = "builtin" ; then |
28572 | cat >>confdefs.h <<\_ACEOF | |
a848cd7e SC |
28573 | #define wxUSE_BUILTIN_IODBC 1 |
28574 | _ACEOF | |
28575 | ||
a848cd7e SC |
28576 | fi |
28577 | fi | |
28578 | ||
2da0c077 RD |
28579 | if test "$wxUSE_ODBC" != "no" ; then |
28580 | cat >>confdefs.h <<\_ACEOF | |
28581 | #define wxUSE_ODBC 1 | |
28582 | _ACEOF | |
28583 | ||
28584 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS db" | |
28585 | ||
28586 | WXODBCFLAG="-D_IODBC_" | |
28587 | fi | |
a848cd7e | 28588 | |
01cb68df | 28589 | |
a848cd7e | 28590 | if test "$wxUSE_DISPLAY" = "yes"; then |
2a5d7a98 | 28591 | if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_COCOA" != 1; then |
a848cd7e SC |
28592 | echo "$as_me:$LINENO: checking for Xinerama" >&5 |
28593 | echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6 | |
28594 | ||
28595 | ac_find_libraries= | |
28596 | for ac_dir in $SEARCH_LIB /usr/lib; | |
28597 | do | |
28598 | for ac_extension in a so sl dylib; do | |
28599 | if test -f "$ac_dir/libXinerama.$ac_extension"; then | |
28600 | ac_find_libraries=$ac_dir | |
28601 | break 2 | |
28602 | fi | |
28603 | done | |
28604 | done | |
28605 | ||
28606 | if test "$ac_find_libraries" != "" ; then | |
28607 | ||
28608 | echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null | |
28609 | result=$? | |
28610 | if test $result = 0; then | |
28611 | ac_path_to_link="" | |
28612 | else | |
28613 | ac_path_to_link=" -L$ac_find_libraries" | |
28614 | fi | |
28615 | ||
28616 | if test "$ac_path_to_link" != " -L/usr/lib" ; then | |
28617 | LDFLAGS="$LDFLAGS $ac_path_to_link" | |
28618 | fi | |
28619 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama" | |
28620 | echo "$as_me:$LINENO: result: yes" >&5 | |
28621 | echo "${ECHO_T}yes" >&6 | |
28622 | ||
28623 | echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5 | |
28624 | echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6 | |
28625 | ||
28626 | ac_find_libraries= | |
28627 | for ac_dir in $SEARCH_LIB /usr/lib; | |
28628 | do | |
28629 | for ac_extension in a so sl dylib; do | |
28630 | if test -f "$ac_dir/libXxf86vm.$ac_extension"; then | |
28631 | ac_find_libraries=$ac_dir | |
28632 | break 2 | |
28633 | fi | |
28634 | done | |
28635 | done | |
28636 | ||
28637 | if test "$ac_find_libraries" != "" ; then | |
28638 | echo "$as_me:$LINENO: result: yes" >&5 | |
28639 | echo "${ECHO_T}yes" >&6 | |
28640 | ||
28641 | for ac_header in X11/extensions/xf86vmode.h | |
28642 | do | |
28643 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
28644 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
28645 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
28646 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
28647 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28648 | else | |
28649 | cat >conftest.$ac_ext <<_ACEOF | |
28650 | /* confdefs.h. */ | |
28651 | _ACEOF | |
28652 | cat confdefs.h >>conftest.$ac_ext | |
28653 | cat >>conftest.$ac_ext <<_ACEOF | |
28654 | /* end confdefs.h. */ | |
28655 | ||
28656 | #if HAVE_X11_XLIB_H | |
28657 | #include <X11/Xlib.h> | |
28658 | #endif | |
28659 | ||
28660 | ||
28661 | #include <$ac_header> | |
28662 | _ACEOF | |
28663 | rm -f conftest.$ac_objext | |
28664 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 28665 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 28666 | ac_status=$? |
ac1cb8d3 VS |
28667 | grep -v '^ *+' conftest.er1 >conftest.err |
28668 | rm -f conftest.er1 | |
28669 | cat conftest.err >&5 | |
a848cd7e SC |
28670 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28671 | (exit $ac_status); } && | |
07158944 | 28672 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
28673 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28674 | (eval $ac_try) 2>&5 | |
28675 | ac_status=$? | |
28676 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28677 | (exit $ac_status); }; } && | |
28678 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
28679 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28680 | (eval $ac_try) 2>&5 | |
28681 | ac_status=$? | |
28682 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28683 | (exit $ac_status); }; }; then | |
28684 | eval "$as_ac_Header=yes" | |
28685 | else | |
28686 | echo "$as_me: failed program was:" >&5 | |
28687 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28688 | ||
28689 | eval "$as_ac_Header=no" | |
28690 | fi | |
ac1cb8d3 | 28691 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
28692 | fi |
28693 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
28694 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
28695 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
28696 | cat >>confdefs.h <<_ACEOF | |
28697 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
28698 | _ACEOF | |
28699 | ||
28700 | GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm" | |
28701 | ||
28702 | fi | |
28703 | ||
28704 | done | |
28705 | ||
28706 | else | |
28707 | echo "$as_me:$LINENO: result: no" >&5 | |
28708 | echo "${ECHO_T}no" >&6 | |
28709 | fi | |
28710 | ||
28711 | else | |
28712 | echo "$as_me:$LINENO: result: no" >&5 | |
28713 | echo "${ECHO_T}no" >&6 | |
dcc1b6ad VS |
28714 | { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5 |
28715 | echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;} | |
a848cd7e SC |
28716 | wxUSE_DISPLAY="no" |
28717 | fi | |
01cb68df RG |
28718 | elif test "$wxUSE_MSW" = 1; then |
28719 | ||
28720 | ||
28721 | for ac_header in multimon.h ddraw.h | |
28722 | do | |
28723 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
5294a27e | 28724 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
01cb68df RG |
28725 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
28726 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
28727 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
01cb68df | 28728 | else |
5294a27e | 28729 | cat >conftest.$ac_ext <<_ACEOF |
01cb68df RG |
28730 | /* confdefs.h. */ |
28731 | _ACEOF | |
28732 | cat confdefs.h >>conftest.$ac_ext | |
28733 | cat >>conftest.$ac_ext <<_ACEOF | |
28734 | /* end confdefs.h. */ | |
5294a27e VZ |
28735 | #include <windows.h> |
28736 | ||
01cb68df RG |
28737 | #include <$ac_header> |
28738 | _ACEOF | |
28739 | rm -f conftest.$ac_objext | |
28740 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 28741 | (eval $ac_compile) 2>conftest.er1 |
01cb68df | 28742 | ac_status=$? |
ac1cb8d3 VS |
28743 | grep -v '^ *+' conftest.er1 >conftest.err |
28744 | rm -f conftest.er1 | |
28745 | cat conftest.err >&5 | |
01cb68df RG |
28746 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28747 | (exit $ac_status); } && | |
07158944 | 28748 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
28749 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28750 | (eval $ac_try) 2>&5 | |
28751 | ac_status=$? | |
28752 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28753 | (exit $ac_status); }; } && | |
28754 | { ac_try='test -s conftest.$ac_objext' | |
01cb68df RG |
28755 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28756 | (eval $ac_try) 2>&5 | |
28757 | ac_status=$? | |
28758 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28759 | (exit $ac_status); }; }; then | |
5294a27e | 28760 | eval "$as_ac_Header=yes" |
01cb68df RG |
28761 | else |
28762 | echo "$as_me: failed program was:" >&5 | |
28763 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28764 | ||
5294a27e | 28765 | eval "$as_ac_Header=no" |
01cb68df | 28766 | fi |
ac1cb8d3 | 28767 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
01cb68df RG |
28768 | fi |
28769 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
28770 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
01cb68df RG |
28771 | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
28772 | cat >>confdefs.h <<_ACEOF | |
28773 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
28774 | _ACEOF | |
28775 | ||
28776 | else | |
28777 | ||
5294a27e VZ |
28778 | wxUSE_DISPLAY="no" |
28779 | { echo "$as_me:$LINENO: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&5 | |
dcc1b6ad | 28780 | echo "$as_me: WARNING: ddraw.h or multimon.h not found; disabling wxDisplay" >&2;} |
01cb68df RG |
28781 | |
28782 | fi | |
28783 | ||
28784 | done | |
28785 | ||
a848cd7e SC |
28786 | fi |
28787 | fi | |
28788 | ||
28789 | ||
28790 | USE_OPENGL=0 | |
28791 | if test "$wxUSE_OPENGL" = "yes"; then | |
28792 | if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = "1"; then | |
28793 | OPENGL_LIBS="-framework OpenGL -framework AGL" | |
28794 | elif test "$wxUSE_MSW" = 1; then | |
28795 | OPENGL_LIBS="-lopengl32 -lglu32" | |
28796 | else | |
28797 | ||
28798 | ||
28799 | ac_find_includes= | |
28800 | for ac_dir in $SEARCH_INCLUDE /usr/include; | |
28801 | do | |
28802 | if test -f "$ac_dir/GL/gl.h"; then | |
28803 | ac_find_includes=$ac_dir | |
28804 | break | |
28805 | fi | |
28806 | done | |
28807 | ||
28808 | if test "$ac_find_includes" != "" ; then | |
28809 | echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5 | |
28810 | echo "${ECHO_T}found in $ac_find_includes" >&6 | |
28811 | ||
28812 | if test "x$ac_find_includes" = "x/usr/include"; then | |
28813 | ac_path_to_include="" | |
28814 | else | |
28815 | echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null | |
28816 | result=$? | |
28817 | if test $result = 0; then | |
28818 | ac_path_to_include="" | |
28819 | else | |
28820 | ac_path_to_include=" -I$ac_find_includes" | |
28821 | fi | |
28822 | fi | |
28823 | ||
28824 | CPPFLAGS="$CPPFLAGS$ac_path_to_include" | |
28825 | fi | |
28826 | ||
28827 | if test "${ac_cv_header_GL_gl_h+set}" = set; then | |
28828 | echo "$as_me:$LINENO: checking for GL/gl.h" >&5 | |
28829 | echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6 | |
28830 | if test "${ac_cv_header_GL_gl_h+set}" = set; then | |
28831 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28832 | fi | |
28833 | echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5 | |
28834 | echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6 | |
28835 | else | |
28836 | # Is the header compilable? | |
28837 | echo "$as_me:$LINENO: checking GL/gl.h usability" >&5 | |
28838 | echo $ECHO_N "checking GL/gl.h usability... $ECHO_C" >&6 | |
28839 | cat >conftest.$ac_ext <<_ACEOF | |
28840 | /* confdefs.h. */ | |
28841 | _ACEOF | |
28842 | cat confdefs.h >>conftest.$ac_ext | |
28843 | cat >>conftest.$ac_ext <<_ACEOF | |
28844 | /* end confdefs.h. */ | |
28845 | $ac_includes_default | |
28846 | #include <GL/gl.h> | |
28847 | _ACEOF | |
28848 | rm -f conftest.$ac_objext | |
28849 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 28850 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 28851 | ac_status=$? |
ac1cb8d3 VS |
28852 | grep -v '^ *+' conftest.er1 >conftest.err |
28853 | rm -f conftest.er1 | |
28854 | cat conftest.err >&5 | |
a848cd7e SC |
28855 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
28856 | (exit $ac_status); } && | |
07158944 | 28857 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
28858 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28859 | (eval $ac_try) 2>&5 | |
28860 | ac_status=$? | |
28861 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28862 | (exit $ac_status); }; } && | |
28863 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
28864 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
28865 | (eval $ac_try) 2>&5 | |
28866 | ac_status=$? | |
28867 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28868 | (exit $ac_status); }; }; then | |
28869 | ac_header_compiler=yes | |
28870 | else | |
28871 | echo "$as_me: failed program was:" >&5 | |
28872 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28873 | ||
28874 | ac_header_compiler=no | |
28875 | fi | |
ac1cb8d3 | 28876 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
28877 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
28878 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
28879 | ||
28880 | # Is the header present? | |
28881 | echo "$as_me:$LINENO: checking GL/gl.h presence" >&5 | |
28882 | echo $ECHO_N "checking GL/gl.h presence... $ECHO_C" >&6 | |
28883 | cat >conftest.$ac_ext <<_ACEOF | |
28884 | /* confdefs.h. */ | |
28885 | _ACEOF | |
28886 | cat confdefs.h >>conftest.$ac_ext | |
28887 | cat >>conftest.$ac_ext <<_ACEOF | |
28888 | /* end confdefs.h. */ | |
28889 | #include <GL/gl.h> | |
28890 | _ACEOF | |
28891 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
28892 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
28893 | ac_status=$? | |
28894 | grep -v '^ *+' conftest.er1 >conftest.err | |
28895 | rm -f conftest.er1 | |
28896 | cat conftest.err >&5 | |
28897 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
28898 | (exit $ac_status); } >/dev/null; then | |
28899 | if test -s conftest.err; then | |
28900 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 28901 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
28902 | else |
28903 | ac_cpp_err= | |
28904 | fi | |
28905 | else | |
28906 | ac_cpp_err=yes | |
28907 | fi | |
28908 | if test -z "$ac_cpp_err"; then | |
28909 | ac_header_preproc=yes | |
28910 | else | |
28911 | echo "$as_me: failed program was:" >&5 | |
28912 | sed 's/^/| /' conftest.$ac_ext >&5 | |
28913 | ||
28914 | ac_header_preproc=no | |
28915 | fi | |
28916 | rm -f conftest.err conftest.$ac_ext | |
28917 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
28918 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
28919 | ||
28920 | # So? What about this header? | |
ac1cb8d3 VS |
28921 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
28922 | yes:no: ) | |
a848cd7e SC |
28923 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
28924 | echo "$as_me: WARNING: GL/gl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
28925 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the compiler's result" >&5 |
28926 | echo "$as_me: WARNING: GL/gl.h: proceeding with the compiler's result" >&2;} | |
28927 | ac_header_preproc=yes | |
a848cd7e | 28928 | ;; |
ac1cb8d3 | 28929 | no:yes:* ) |
a848cd7e SC |
28930 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: present but cannot be compiled" >&5 |
28931 | echo "$as_me: WARNING: GL/gl.h: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
28932 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: check for missing prerequisite headers?" >&5 |
28933 | echo "$as_me: WARNING: GL/gl.h: check for missing prerequisite headers?" >&2;} | |
28934 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: see the Autoconf documentation" >&5 | |
28935 | echo "$as_me: WARNING: GL/gl.h: see the Autoconf documentation" >&2;} | |
28936 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&5 | |
28937 | echo "$as_me: WARNING: GL/gl.h: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
28938 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&5 |
28939 | echo "$as_me: WARNING: GL/gl.h: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
28940 | { echo "$as_me:$LINENO: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&5 |
28941 | echo "$as_me: WARNING: GL/gl.h: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
28942 | ( |
28943 | cat <<\_ASBOX | |
ac1cb8d3 VS |
28944 | ## ----------------------------------------- ## |
28945 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
28946 | ## ----------------------------------------- ## | |
a848cd7e SC |
28947 | _ASBOX |
28948 | ) | | |
28949 | sed "s/^/$as_me: WARNING: /" >&2 | |
28950 | ;; | |
28951 | esac | |
28952 | echo "$as_me:$LINENO: checking for GL/gl.h" >&5 | |
28953 | echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6 | |
28954 | if test "${ac_cv_header_GL_gl_h+set}" = set; then | |
28955 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
28956 | else | |
28957 | ac_cv_header_GL_gl_h=$ac_header_preproc | |
28958 | fi | |
28959 | echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5 | |
28960 | echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6 | |
28961 | ||
28962 | fi | |
28963 | if test $ac_cv_header_GL_gl_h = yes; then | |
28964 | ||
28965 | found_gl=0 | |
28966 | ||
28967 | echo "$as_me:$LINENO: checking for -lGL" >&5 | |
28968 | echo $ECHO_N "checking for -lGL... $ECHO_C" >&6 | |
28969 | ||
28970 | ac_find_libraries= | |
28971 | for ac_dir in $SEARCH_LIB /usr/lib; | |
28972 | do | |
28973 | for ac_extension in a so sl dylib; do | |
28974 | if test -f "$ac_dir/libGL.$ac_extension"; then | |
28975 | ac_find_libraries=$ac_dir | |
28976 | break 2 | |
28977 | fi | |
28978 | done | |
28979 | done | |
28980 | ||
28981 | if test "$ac_find_libraries" != "" ; then | |
69120ee4 VZ |
28982 | echo "$as_me:$LINENO: result: yes" >&5 |
28983 | echo "${ECHO_T}yes" >&6 | |
28984 | ||
a848cd7e SC |
28985 | |
28986 | echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null | |
28987 | result=$? | |
28988 | if test $result = 0; then | |
28989 | ac_path_to_link="" | |
28990 | else | |
28991 | ac_path_to_link=" -L$ac_find_libraries" | |
28992 | fi | |
28993 | ||
28994 | if test "$ac_path_to_link" != " -L/usr/lib" ; then | |
28995 | LDFLAGS_GL="$ac_path_to_link" | |
28996 | fi | |
28997 | ||
69120ee4 VZ |
28998 | echo "$as_me:$LINENO: checking for -lGLU" >&5 |
28999 | echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6 | |
a848cd7e SC |
29000 | |
29001 | ac_find_libraries= | |
29002 | for ac_dir in $SEARCH_LIB /usr/lib; | |
29003 | do | |
29004 | for ac_extension in a so sl dylib; do | |
29005 | if test -f "$ac_dir/libGLU.$ac_extension"; then | |
29006 | ac_find_libraries=$ac_dir | |
29007 | break 2 | |
29008 | fi | |
29009 | done | |
29010 | done | |
29011 | ||
29012 | if test "$ac_find_libraries" != "" ; then | |
29013 | ||
29014 | echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null | |
29015 | result=$? | |
29016 | if test $result = 0; then | |
29017 | ac_path_to_link="" | |
29018 | else | |
29019 | ac_path_to_link=" -L$ac_find_libraries" | |
29020 | fi | |
29021 | ||
29022 | if test "$ac_path_to_link" != " -L/usr/lib" -a \ | |
29023 | "$ac_path_to_link" != "$LDFLAGS_GL"; then | |
29024 | LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link" | |
29025 | fi | |
29026 | ||
29027 | found_gl=1 | |
29028 | OPENGL_LIBS="-lGL -lGLU" | |
29029 | echo "$as_me:$LINENO: result: yes" >&5 | |
29030 | echo "${ECHO_T}yes" >&6 | |
69120ee4 VZ |
29031 | else |
29032 | echo "$as_me:$LINENO: result: no" >&5 | |
29033 | echo "${ECHO_T}no" >&6 | |
a848cd7e | 29034 | fi |
69120ee4 VZ |
29035 | else |
29036 | echo "$as_me:$LINENO: result: no" >&5 | |
29037 | echo "${ECHO_T}no" >&6 | |
a848cd7e SC |
29038 | fi |
29039 | ||
29040 | if test "$found_gl" != 1; then | |
a848cd7e SC |
29041 | echo "$as_me:$LINENO: checking for -lMesaGL" >&5 |
29042 | echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6 | |
29043 | ||
29044 | ac_find_libraries= | |
29045 | for ac_dir in $SEARCH_LIB /usr/lib; | |
29046 | do | |
29047 | for ac_extension in a so sl dylib; do | |
29048 | if test -f "$ac_dir/libMesaGL.$ac_extension"; then | |
29049 | ac_find_libraries=$ac_dir | |
29050 | break 2 | |
29051 | fi | |
29052 | done | |
29053 | done | |
29054 | ||
29055 | if test "$ac_find_libraries" != "" ; then | |
29056 | ||
29057 | echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null | |
29058 | result=$? | |
29059 | if test $result = 0; then | |
29060 | ac_path_to_link="" | |
29061 | else | |
29062 | ac_path_to_link=" -L$ac_find_libraries" | |
29063 | fi | |
29064 | ||
29065 | LDFLAGS_GL="$LDFLAGS$ac_path_to_link" | |
29066 | OPENGL_LIBS="-lMesaGL -lMesaGLU" | |
29067 | echo "$as_me:$LINENO: result: yes" >&5 | |
29068 | echo "${ECHO_T}yes" >&6 | |
29069 | else | |
29070 | echo "$as_me:$LINENO: result: no" >&5 | |
29071 | echo "${ECHO_T}no" >&6 | |
29072 | fi | |
29073 | fi | |
29074 | ||
29075 | fi | |
29076 | ||
29077 | ||
29078 | ||
29079 | if test "x$OPENGL_LIBS" = "x"; then | |
29080 | { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5 | |
29081 | echo "$as_me: error: OpenGL libraries not available" >&2;} | |
29082 | { (exit 1); exit 1; }; } | |
29083 | fi | |
29084 | fi | |
29085 | ||
29086 | if test "$wxUSE_OPENGL" = "yes"; then | |
29087 | USE_OPENGL=1 | |
29088 | cat >>confdefs.h <<\_ACEOF | |
29089 | #define wxUSE_OPENGL 1 | |
29090 | _ACEOF | |
29091 | ||
29092 | cat >>confdefs.h <<\_ACEOF | |
29093 | #define wxUSE_GLCANVAS 1 | |
29094 | _ACEOF | |
29095 | ||
29096 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf" | |
29097 | fi | |
29098 | fi | |
29099 | ||
a848cd7e SC |
29100 | |
29101 | if test -n "$TOOLKIT" ; then | |
29102 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__" | |
29103 | fi | |
29104 | ||
a848cd7e SC |
29105 | |
29106 | ||
29107 | if test "$wxUSE_SHARED" = "yes"; then | |
29108 | case "${host}" in | |
29109 | *-pc-msdosdjgpp ) | |
29110 | wxUSE_SHARED=no | |
29111 | { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5 | |
29112 | echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;} | |
29113 | ;; | |
29114 | esac | |
29115 | fi | |
29116 | ||
a848cd7e | 29117 | if test "$wxUSE_SHARED" = "yes"; then |
a848cd7e SC |
29118 | |
29119 | ||
29120 | found_versioning=no | |
29121 | ||
29122 | ||
29123 | if test $found_versioning = no ; then | |
29124 | echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5 | |
29125 | echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6 | |
29126 | if test "${wx_cv_version_script+set}" = set; then | |
29127 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29128 | else | |
29129 | ||
29130 | echo "VER_1 { *; };" >conftest.sym | |
29131 | echo "int main() { return 0; }" >conftest.cpp | |
29132 | ||
29133 | if { ac_try=' | |
29134 | $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp | |
29135 | -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr' | |
29136 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29137 | (eval $ac_try) 2>&5 | |
29138 | ac_status=$? | |
29139 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29140 | (exit $ac_status); }; } ; then | |
29141 | if test -s conftest.stderr ; then | |
29142 | wx_cv_version_script=no | |
29143 | else | |
29144 | wx_cv_version_script=yes | |
29145 | fi | |
29146 | else | |
29147 | wx_cv_version_script=no | |
29148 | fi | |
29149 | rm -f conftest.output conftest.stderr conftest.sym conftest.cpp | |
29150 | ||
29151 | fi | |
29152 | echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5 | |
29153 | echo "${ECHO_T}$wx_cv_version_script" >&6 | |
29154 | if test $wx_cv_version_script = yes ; then | |
29155 | LDFLAGS_VERSIONING="-Wl,--version-script,\$(top_builddir)version-script" | |
29156 | fi | |
29157 | fi | |
29158 | ||
29159 | ||
29160 | case "${host}" in | |
29161 | *-*-linux* | *-*-gnu* ) | |
29162 | SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib" | |
ffa0583f | 29163 | WXCONFIG_RPATH="-Wl,-rpath,\$libdir" |
a848cd7e SC |
29164 | ;; |
29165 | ||
29166 | *-*-solaris2* ) | |
29167 | if test "$GCC" = yes ; then | |
29168 | CPPFLAGS="$CPPFLAGS -isystem /usr/openwin/include" | |
29169 | ||
29170 | saveLdflags="$LDFLAGS" | |
29171 | LDFLAGS="$saveLdflags -Wl,-rpath,/" | |
29172 | echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5 | |
29173 | echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6 | |
29174 | cat >conftest.$ac_ext <<_ACEOF | |
29175 | /* confdefs.h. */ | |
29176 | _ACEOF | |
29177 | cat confdefs.h >>conftest.$ac_ext | |
29178 | cat >>conftest.$ac_ext <<_ACEOF | |
29179 | /* end confdefs.h. */ | |
29180 | ||
29181 | int | |
29182 | main () | |
29183 | { | |
29184 | ||
29185 | ; | |
29186 | return 0; | |
29187 | } | |
29188 | _ACEOF | |
29189 | rm -f conftest.$ac_objext conftest$ac_exeext | |
29190 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 29191 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 29192 | ac_status=$? |
ac1cb8d3 VS |
29193 | grep -v '^ *+' conftest.er1 >conftest.err |
29194 | rm -f conftest.er1 | |
29195 | cat conftest.err >&5 | |
a848cd7e SC |
29196 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29197 | (exit $ac_status); } && | |
07158944 | 29198 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
29199 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29200 | (eval $ac_try) 2>&5 | |
29201 | ac_status=$? | |
29202 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29203 | (exit $ac_status); }; } && | |
29204 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
29205 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29206 | (eval $ac_try) 2>&5 | |
29207 | ac_status=$? | |
29208 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29209 | (exit $ac_status); }; }; then | |
29210 | ||
29211 | echo "$as_me:$LINENO: result: yes" >&5 | |
29212 | echo "${ECHO_T}yes" >&6 | |
29213 | SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(top_builddir)lib" | |
ffa0583f | 29214 | WXCONFIG_RPATH="-Wl,-rpath,\$libdir" |
a848cd7e SC |
29215 | |
29216 | else | |
29217 | echo "$as_me: failed program was:" >&5 | |
29218 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29219 | ||
29220 | ||
29221 | echo "$as_me:$LINENO: result: no" >&5 | |
29222 | echo "${ECHO_T}no" >&6 | |
29223 | echo "$as_me:$LINENO: checking if the linker accepts -R" >&5 | |
29224 | echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6 | |
29225 | LDFLAGS="$saveLdflags -Wl,-R,/" | |
29226 | cat >conftest.$ac_ext <<_ACEOF | |
29227 | /* confdefs.h. */ | |
29228 | _ACEOF | |
29229 | cat confdefs.h >>conftest.$ac_ext | |
29230 | cat >>conftest.$ac_ext <<_ACEOF | |
29231 | /* end confdefs.h. */ | |
29232 | ||
29233 | int | |
29234 | main () | |
29235 | { | |
29236 | ||
29237 | ; | |
29238 | return 0; | |
29239 | } | |
29240 | _ACEOF | |
29241 | rm -f conftest.$ac_objext conftest$ac_exeext | |
29242 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 29243 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 29244 | ac_status=$? |
ac1cb8d3 VS |
29245 | grep -v '^ *+' conftest.er1 >conftest.err |
29246 | rm -f conftest.er1 | |
29247 | cat conftest.err >&5 | |
a848cd7e SC |
29248 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29249 | (exit $ac_status); } && | |
07158944 | 29250 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
29251 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29252 | (eval $ac_try) 2>&5 | |
29253 | ac_status=$? | |
29254 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29255 | (exit $ac_status); }; } && | |
29256 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
29257 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29258 | (eval $ac_try) 2>&5 | |
29259 | ac_status=$? | |
29260 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29261 | (exit $ac_status); }; }; then | |
29262 | ||
ffa0583f | 29263 | echo "$as_me:$LINENO: result: yes" >&5 |
a848cd7e | 29264 | echo "${ECHO_T}yes" >&6 |
ffa0583f RL |
29265 | SAMPLES_RPATH_FLAG="-Wl,-R,\$(top_builddir)lib" |
29266 | WXCONFIG_RPATH="-Wl,-R,\$libdir" | |
29267 | ||
a848cd7e SC |
29268 | else |
29269 | echo "$as_me: failed program was:" >&5 | |
29270 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29271 | ||
29272 | ||
29273 | echo "$as_me:$LINENO: result: no" >&5 | |
29274 | echo "${ECHO_T}no" >&6 | |
29275 | ||
29276 | fi | |
ac1cb8d3 VS |
29277 | rm -f conftest.err conftest.$ac_objext \ |
29278 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
29279 | |
29280 | fi | |
ac1cb8d3 VS |
29281 | rm -f conftest.err conftest.$ac_objext \ |
29282 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
29283 | LDFLAGS="$saveLdflags" |
29284 | else | |
a848cd7e | 29285 | SAMPLES_RPATH_FLAG="-R\$(top_builddir)lib" |
ffa0583f | 29286 | WXCONFIG_RPATH="-R\$libdir" |
a848cd7e SC |
29287 | fi |
29288 | ;; | |
29289 | ||
29290 | powerpc-*-darwin* ) | |
29291 | SAMPLES_RPATH_POSTLINK="\$(top_builddir)change-install-names \$(LIBDIRNAME) \$(prefix) \$@" | |
29292 | cat <<EOF >change-install-names | |
29293 | #!/bin/sh | |
29294 | libnames=\`cd \${1} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\` | |
29295 | inst_cmd="install_name_tool " | |
29296 | for i in \${libnames} ; do | |
29297 | inst_cmd="\${inst_cmd} -change \${2}/lib/\${i} \${1}/\${i}" | |
29298 | done | |
29299 | \${inst_cmd} \${3} | |
29300 | EOF | |
29301 | chmod +x change-install-names | |
29302 | ;; | |
29303 | ||
29304 | *-*-cygwin* | *-*-mingw32* ) | |
29305 | TOOLCHAIN_DLL_DEFS="${TOOLCHAIN_DLL_DEFS} -DWXUSINGDLL=1" | |
29306 | ;; | |
29307 | ||
81f90336 MW |
29308 | *-*-hpux* ) |
29309 | SAMPLES_RPATH_FLAG="-Wl,+b,\$(top_builddir)lib" | |
29310 | WXCONFIG_RPATH="-Wl,+b,\$libdir" | |
29311 | ;; | |
29312 | ||
a848cd7e | 29313 | esac |
ceec2216 | 29314 | |
ffa0583f RL |
29315 | if test $wxUSE_RPATH = "no"; then |
29316 | SAMPLES_RPATH_FLAG='' | |
29317 | SAMPLES_RPATH_POSTLINK='' | |
29318 | WXCONFIG_RPATH='' | |
29319 | fi | |
29320 | ||
29321 | SHARED=1 | |
29322 | ||
29323 | else | |
29324 | ||
ceec2216 RL |
29325 | config_linkage_component="-static" |
29326 | SHARED=0 | |
ffa0583f | 29327 | |
ceec2216 | 29328 | fi |
a848cd7e | 29329 | |
a848cd7e | 29330 | |
ceec2216 RL |
29331 | UNICODE=0 |
29332 | lib_unicode_suffix= | |
29333 | WX_CHARTYPE="ansi" | |
29334 | if test "$wxUSE_UNICODE" = "yes"; then | |
29335 | lib_unicode_suffix=u | |
29336 | WX_CHARTYPE="unicode" | |
29337 | UNICODE=1 | |
a848cd7e SC |
29338 | fi |
29339 | ||
ceec2216 RL |
29340 | lib_debug_suffix= |
29341 | WX_DEBUGTYPE="release" | |
29342 | DEBUG_FLAG=0 | |
29343 | if test "$wxUSE_DEBUG_FLAG" = "yes"; then | |
29344 | lib_debug_suffix=d | |
29345 | WX_DEBUGTYPE="debug" | |
29346 | DEBUG_FLAG=1 | |
29347 | fi | |
a848cd7e | 29348 | |
ceec2216 RL |
29349 | WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR} |
29350 | WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'` | |
a848cd7e | 29351 | |
ceec2216 RL |
29352 | DEBUG_INFO=0 |
29353 | if test "$wxUSE_DEBUG_INFO" = "yes"; then | |
29354 | DEBUG_INFO=1 | |
29355 | fi | |
a848cd7e | 29356 | |
ceec2216 | 29357 | WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr "[a-z]" "[A-Z]"` |
a848cd7e | 29358 | |
ceec2216 | 29359 | TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}" |
a848cd7e | 29360 | |
ceec2216 | 29361 | TOOLCHAIN_FULLNAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}-${WX_DEBUGTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}" |
a848cd7e | 29362 | |
ceec2216 RL |
29363 | if test "$cross_compiling" = "yes"; then |
29364 | HOST_SUFFIX="-$host_alias" | |
29365 | TOOLCHAIN_NAME="$TOOLCHAIN_NAME$HOST_SUFFIX" | |
29366 | TOOLCHAIN_FULLNAME="${host_alias}-$TOOLCHAIN_FULLNAME" | |
a848cd7e SC |
29367 | fi |
29368 | ||
dd21ced8 | 29369 | WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}" |
ceec2216 RL |
29370 | WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${lib_debug_suffix}${WX_LIB_FLAVOUR}" |
29371 | ||
29372 | ||
29373 | ||
1d1af5ea DE |
29374 | if test "$wxUSE_COCOA" = 1; then |
29375 | ||
29376 | ||
29377 | ac_ext=c | |
29378 | ac_cpp='$CPP $CPPFLAGS' | |
29379 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
29380 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
29381 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
29382 | ||
29383 | ac_ext=m | |
29384 | ||
29385 | echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5 | |
29386 | echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6 | |
29387 | cat >conftest.$ac_ext <<_ACEOF | |
29388 | /* confdefs.h. */ | |
29389 | _ACEOF | |
29390 | cat confdefs.h >>conftest.$ac_ext | |
29391 | cat >>conftest.$ac_ext <<_ACEOF | |
29392 | /* end confdefs.h. */ | |
29393 | #include <AppKit/NSEvent.h> | |
29394 | #include <CoreFoundation/CoreFoundation.h> | |
29395 | ||
29396 | int | |
29397 | main () | |
29398 | { | |
29399 | ||
29400 | ; | |
29401 | return 0; | |
29402 | } | |
29403 | _ACEOF | |
29404 | rm -f conftest.$ac_objext | |
29405 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
29406 | (eval $ac_compile) 2>conftest.er1 | |
29407 | ac_status=$? | |
29408 | grep -v '^ *+' conftest.er1 >conftest.err | |
29409 | rm -f conftest.er1 | |
29410 | cat conftest.err >&5 | |
29411 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29412 | (exit $ac_status); } && | |
29413 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | |
29414 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29415 | (eval $ac_try) 2>&5 | |
29416 | ac_status=$? | |
29417 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29418 | (exit $ac_status); }; } && | |
29419 | { ac_try='test -s conftest.$ac_objext' | |
29420 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29421 | (eval $ac_try) 2>&5 | |
29422 | ac_status=$? | |
29423 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29424 | (exit $ac_status); }; }; then | |
29425 | echo "$as_me:$LINENO: result: no" >&5 | |
29426 | echo "${ECHO_T}no" >&6 | |
29427 | else | |
29428 | echo "$as_me: failed program was:" >&5 | |
29429 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29430 | ||
29431 | echo "$as_me:$LINENO: result: yes" >&5 | |
29432 | echo "${ECHO_T}yes" >&6 | |
29433 | echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5 | |
29434 | echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6 | |
29435 | cat >conftest.$ac_ext <<_ACEOF | |
29436 | /* confdefs.h. */ | |
29437 | _ACEOF | |
29438 | cat confdefs.h >>conftest.$ac_ext | |
29439 | cat >>conftest.$ac_ext <<_ACEOF | |
29440 | /* end confdefs.h. */ | |
29441 | #define __Point__ 1 | |
29442 | #include <AppKit/NSEvent.h> | |
29443 | #include <CoreFoundation/CoreFoundation.h> | |
29444 | ||
29445 | int | |
29446 | main () | |
29447 | { | |
29448 | ||
29449 | ; | |
29450 | return 0; | |
29451 | } | |
29452 | _ACEOF | |
29453 | rm -f conftest.$ac_objext | |
29454 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
29455 | (eval $ac_compile) 2>conftest.er1 | |
29456 | ac_status=$? | |
29457 | grep -v '^ *+' conftest.er1 >conftest.err | |
29458 | rm -f conftest.er1 | |
29459 | cat conftest.err >&5 | |
29460 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29461 | (exit $ac_status); } && | |
29462 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | |
29463 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29464 | (eval $ac_try) 2>&5 | |
29465 | ac_status=$? | |
29466 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29467 | (exit $ac_status); }; } && | |
29468 | { ac_try='test -s conftest.$ac_objext' | |
29469 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29470 | (eval $ac_try) 2>&5 | |
29471 | ac_status=$? | |
29472 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29473 | (exit $ac_status); }; }; then | |
29474 | echo "$as_me:$LINENO: result: yes" >&5 | |
29475 | echo "${ECHO_T}yes" >&6 | |
29476 | cat >>confdefs.h <<\_ACEOF | |
29477 | #define __Point__ 1 | |
29478 | _ACEOF | |
29479 | ||
29480 | ||
29481 | else | |
29482 | echo "$as_me: failed program was:" >&5 | |
29483 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29484 | ||
29485 | { { echo "$as_me:$LINENO: error: no | |
29486 | See \`config.log' for more details." >&5 | |
29487 | echo "$as_me: error: no | |
29488 | See \`config.log' for more details." >&2;} | |
29489 | { (exit 1); exit 1; }; } | |
29490 | ||
29491 | fi | |
29492 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
29493 | ||
29494 | fi | |
29495 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
29496 | ac_ext=c | |
29497 | ac_cpp='$CPP $CPPFLAGS' | |
29498 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
29499 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
29500 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
29501 | ||
29502 | fi | |
29503 | ||
a848cd7e | 29504 | if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1; then |
abb9aae7 VZ |
29505 | WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r" |
29506 | WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc" | |
ceec2216 | 29507 | |
a848cd7e | 29508 | LIBWXMACRES="\$(top_builddir)lib/${WX_RESOURCES_MACOSX_ASCII}" |
a848cd7e SC |
29509 | |
29510 | # Extract the first word of "Rez", so it can be a program name with args. | |
29511 | set dummy Rez; ac_word=$2 | |
29512 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
29513 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
29514 | if test "${ac_cv_prog_RESCOMP+set}" = set; then | |
29515 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29516 | else | |
29517 | if test -n "$RESCOMP"; then | |
29518 | ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test. | |
29519 | else | |
29520 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
29521 | for as_dir in $PATH | |
29522 | do | |
29523 | IFS=$as_save_IFS | |
29524 | test -z "$as_dir" && as_dir=. | |
29525 | for ac_exec_ext in '' $ac_executable_extensions; do | |
29526 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
29527 | ac_cv_prog_RESCOMP="Rez" | |
29528 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
29529 | break 2 | |
29530 | fi | |
29531 | done | |
29532 | done | |
29533 | ||
29534 | test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez" | |
29535 | fi | |
29536 | fi | |
29537 | RESCOMP=$ac_cv_prog_RESCOMP | |
29538 | if test -n "$RESCOMP"; then | |
29539 | echo "$as_me:$LINENO: result: $RESCOMP" >&5 | |
29540 | echo "${ECHO_T}$RESCOMP" >&6 | |
29541 | else | |
29542 | echo "$as_me:$LINENO: result: no" >&5 | |
29543 | echo "${ECHO_T}no" >&6 | |
29544 | fi | |
29545 | ||
29546 | # Extract the first word of "DeRez", so it can be a program name with args. | |
29547 | set dummy DeRez; ac_word=$2 | |
29548 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
29549 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
29550 | if test "${ac_cv_prog_DEREZ+set}" = set; then | |
29551 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29552 | else | |
29553 | if test -n "$DEREZ"; then | |
29554 | ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test. | |
29555 | else | |
29556 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
29557 | for as_dir in $PATH | |
29558 | do | |
29559 | IFS=$as_save_IFS | |
29560 | test -z "$as_dir" && as_dir=. | |
29561 | for ac_exec_ext in '' $ac_executable_extensions; do | |
29562 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
29563 | ac_cv_prog_DEREZ="DeRez" | |
29564 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
29565 | break 2 | |
29566 | fi | |
29567 | done | |
29568 | done | |
29569 | ||
29570 | test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez" | |
29571 | fi | |
29572 | fi | |
29573 | DEREZ=$ac_cv_prog_DEREZ | |
29574 | if test -n "$DEREZ"; then | |
29575 | echo "$as_me:$LINENO: result: $DEREZ" >&5 | |
29576 | echo "${ECHO_T}$DEREZ" >&6 | |
29577 | else | |
29578 | echo "$as_me:$LINENO: result: no" >&5 | |
29579 | echo "${ECHO_T}no" >&6 | |
29580 | fi | |
29581 | ||
29582 | # Extract the first word of "SetFile", so it can be a program name with args. | |
29583 | set dummy SetFile; ac_word=$2 | |
29584 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
29585 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
29586 | if test "${ac_cv_prog_SETFILE+set}" = set; then | |
29587 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29588 | else | |
29589 | if test -n "$SETFILE"; then | |
29590 | ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test. | |
29591 | else | |
29592 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
29593 | for as_dir in $PATH | |
29594 | do | |
29595 | IFS=$as_save_IFS | |
29596 | test -z "$as_dir" && as_dir=. | |
29597 | for ac_exec_ext in '' $ac_executable_extensions; do | |
29598 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
29599 | ac_cv_prog_SETFILE="SetFile" | |
29600 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
29601 | break 2 | |
29602 | fi | |
29603 | done | |
29604 | done | |
29605 | ||
29606 | test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile" | |
29607 | fi | |
29608 | fi | |
29609 | SETFILE=$ac_cv_prog_SETFILE | |
29610 | if test -n "$SETFILE"; then | |
29611 | echo "$as_me:$LINENO: result: $SETFILE" >&5 | |
29612 | echo "${ECHO_T}$SETFILE" >&6 | |
29613 | else | |
29614 | echo "$as_me:$LINENO: result: no" >&5 | |
29615 | echo "${ECHO_T}no" >&6 | |
29616 | fi | |
29617 | ||
29618 | ||
29619 | MACSETFILE="\$(SETFILE)" | |
29620 | ||
29621 | if test "$wxUSE_MAC" = 1; then | |
29622 | MACRESCOMP="\$(RESCOMP) -d __DARWIN__ -t APPL Carbon.r ${LIBWXMACRES} -o" | |
29623 | ||
29624 | MACRESWXCONFIG="${RESCOMP} -d __DARWIN__ -t APPL Carbon.r \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o" | |
29625 | else | |
29626 | MACRESCOMP="echo -n | \$(RESCOMP) -d __DARWIN__ -t APPL ${LIBWXMACRES} -o" | |
29627 | MACRESWXCONFIG="echo -n \\\| ${RESCOMP} -d __DARWIN__ -t APPL \\\${exec_prefix}/lib/${WX_RESOURCES_MACOSX_ASCII} -o" | |
29628 | fi | |
29629 | else | |
ffa0583f RL |
29630 | MACSETFILE="@true" |
29631 | MACRESWXCONFIG="@true" | |
a848cd7e SC |
29632 | |
29633 | if test "$wxUSE_PM" = 1; then | |
29634 | MACRESCOMP="emxbind -ep" | |
29635 | else | |
ffa0583f | 29636 | MACRESCOMP="@true" |
a848cd7e SC |
29637 | fi |
29638 | fi | |
29639 | ||
29640 | ||
29641 | ||
29642 | echo "$as_me:$LINENO: checking for mode_t" >&5 | |
29643 | echo $ECHO_N "checking for mode_t... $ECHO_C" >&6 | |
29644 | if test "${ac_cv_type_mode_t+set}" = set; then | |
29645 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29646 | else | |
29647 | cat >conftest.$ac_ext <<_ACEOF | |
29648 | /* confdefs.h. */ | |
29649 | _ACEOF | |
29650 | cat confdefs.h >>conftest.$ac_ext | |
29651 | cat >>conftest.$ac_ext <<_ACEOF | |
29652 | /* end confdefs.h. */ | |
29653 | $ac_includes_default | |
29654 | int | |
29655 | main () | |
29656 | { | |
29657 | if ((mode_t *) 0) | |
29658 | return 0; | |
29659 | if (sizeof (mode_t)) | |
29660 | return 0; | |
29661 | ; | |
29662 | return 0; | |
29663 | } | |
29664 | _ACEOF | |
29665 | rm -f conftest.$ac_objext | |
29666 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 29667 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 29668 | ac_status=$? |
ac1cb8d3 VS |
29669 | grep -v '^ *+' conftest.er1 >conftest.err |
29670 | rm -f conftest.er1 | |
29671 | cat conftest.err >&5 | |
a848cd7e SC |
29672 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29673 | (exit $ac_status); } && | |
07158944 | 29674 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
29675 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29676 | (eval $ac_try) 2>&5 | |
29677 | ac_status=$? | |
29678 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29679 | (exit $ac_status); }; } && | |
29680 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
29681 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29682 | (eval $ac_try) 2>&5 | |
29683 | ac_status=$? | |
29684 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29685 | (exit $ac_status); }; }; then | |
29686 | ac_cv_type_mode_t=yes | |
29687 | else | |
29688 | echo "$as_me: failed program was:" >&5 | |
29689 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29690 | ||
29691 | ac_cv_type_mode_t=no | |
29692 | fi | |
ac1cb8d3 | 29693 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
29694 | fi |
29695 | echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 | |
29696 | echo "${ECHO_T}$ac_cv_type_mode_t" >&6 | |
29697 | if test $ac_cv_type_mode_t = yes; then | |
29698 | : | |
29699 | else | |
29700 | ||
29701 | cat >>confdefs.h <<_ACEOF | |
29702 | #define mode_t int | |
29703 | _ACEOF | |
29704 | ||
29705 | fi | |
29706 | ||
29707 | echo "$as_me:$LINENO: checking for off_t" >&5 | |
29708 | echo $ECHO_N "checking for off_t... $ECHO_C" >&6 | |
29709 | if test "${ac_cv_type_off_t+set}" = set; then | |
29710 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29711 | else | |
29712 | cat >conftest.$ac_ext <<_ACEOF | |
29713 | /* confdefs.h. */ | |
29714 | _ACEOF | |
29715 | cat confdefs.h >>conftest.$ac_ext | |
29716 | cat >>conftest.$ac_ext <<_ACEOF | |
29717 | /* end confdefs.h. */ | |
29718 | $ac_includes_default | |
29719 | int | |
29720 | main () | |
29721 | { | |
29722 | if ((off_t *) 0) | |
29723 | return 0; | |
29724 | if (sizeof (off_t)) | |
29725 | return 0; | |
29726 | ; | |
29727 | return 0; | |
29728 | } | |
29729 | _ACEOF | |
29730 | rm -f conftest.$ac_objext | |
29731 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 29732 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 29733 | ac_status=$? |
ac1cb8d3 VS |
29734 | grep -v '^ *+' conftest.er1 >conftest.err |
29735 | rm -f conftest.er1 | |
29736 | cat conftest.err >&5 | |
a848cd7e SC |
29737 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29738 | (exit $ac_status); } && | |
07158944 | 29739 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
29740 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29741 | (eval $ac_try) 2>&5 | |
29742 | ac_status=$? | |
29743 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29744 | (exit $ac_status); }; } && | |
29745 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
29746 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29747 | (eval $ac_try) 2>&5 | |
29748 | ac_status=$? | |
29749 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29750 | (exit $ac_status); }; }; then | |
29751 | ac_cv_type_off_t=yes | |
29752 | else | |
29753 | echo "$as_me: failed program was:" >&5 | |
29754 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29755 | ||
29756 | ac_cv_type_off_t=no | |
29757 | fi | |
ac1cb8d3 | 29758 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
29759 | fi |
29760 | echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 | |
29761 | echo "${ECHO_T}$ac_cv_type_off_t" >&6 | |
29762 | if test $ac_cv_type_off_t = yes; then | |
29763 | : | |
29764 | else | |
29765 | ||
29766 | cat >>confdefs.h <<_ACEOF | |
29767 | #define off_t long | |
29768 | _ACEOF | |
29769 | ||
29770 | fi | |
29771 | ||
29772 | echo "$as_me:$LINENO: checking for pid_t" >&5 | |
29773 | echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 | |
29774 | if test "${ac_cv_type_pid_t+set}" = set; then | |
29775 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29776 | else | |
29777 | cat >conftest.$ac_ext <<_ACEOF | |
29778 | /* confdefs.h. */ | |
29779 | _ACEOF | |
29780 | cat confdefs.h >>conftest.$ac_ext | |
29781 | cat >>conftest.$ac_ext <<_ACEOF | |
29782 | /* end confdefs.h. */ | |
29783 | $ac_includes_default | |
29784 | int | |
29785 | main () | |
29786 | { | |
29787 | if ((pid_t *) 0) | |
29788 | return 0; | |
29789 | if (sizeof (pid_t)) | |
29790 | return 0; | |
29791 | ; | |
29792 | return 0; | |
29793 | } | |
29794 | _ACEOF | |
29795 | rm -f conftest.$ac_objext | |
29796 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 29797 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 29798 | ac_status=$? |
ac1cb8d3 VS |
29799 | grep -v '^ *+' conftest.er1 >conftest.err |
29800 | rm -f conftest.er1 | |
29801 | cat conftest.err >&5 | |
a848cd7e SC |
29802 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29803 | (exit $ac_status); } && | |
07158944 | 29804 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
29805 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29806 | (eval $ac_try) 2>&5 | |
29807 | ac_status=$? | |
29808 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29809 | (exit $ac_status); }; } && | |
29810 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
29811 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29812 | (eval $ac_try) 2>&5 | |
29813 | ac_status=$? | |
29814 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29815 | (exit $ac_status); }; }; then | |
29816 | ac_cv_type_pid_t=yes | |
29817 | else | |
29818 | echo "$as_me: failed program was:" >&5 | |
29819 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29820 | ||
29821 | ac_cv_type_pid_t=no | |
29822 | fi | |
ac1cb8d3 | 29823 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
29824 | fi |
29825 | echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 | |
29826 | echo "${ECHO_T}$ac_cv_type_pid_t" >&6 | |
29827 | if test $ac_cv_type_pid_t = yes; then | |
29828 | : | |
29829 | else | |
29830 | ||
29831 | cat >>confdefs.h <<_ACEOF | |
29832 | #define pid_t int | |
29833 | _ACEOF | |
29834 | ||
29835 | fi | |
29836 | ||
29837 | echo "$as_me:$LINENO: checking for size_t" >&5 | |
29838 | echo $ECHO_N "checking for size_t... $ECHO_C" >&6 | |
29839 | if test "${ac_cv_type_size_t+set}" = set; then | |
29840 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29841 | else | |
29842 | cat >conftest.$ac_ext <<_ACEOF | |
29843 | /* confdefs.h. */ | |
29844 | _ACEOF | |
29845 | cat confdefs.h >>conftest.$ac_ext | |
29846 | cat >>conftest.$ac_ext <<_ACEOF | |
29847 | /* end confdefs.h. */ | |
29848 | $ac_includes_default | |
29849 | int | |
29850 | main () | |
29851 | { | |
29852 | if ((size_t *) 0) | |
29853 | return 0; | |
29854 | if (sizeof (size_t)) | |
29855 | return 0; | |
29856 | ; | |
29857 | return 0; | |
29858 | } | |
29859 | _ACEOF | |
29860 | rm -f conftest.$ac_objext | |
29861 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 29862 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 29863 | ac_status=$? |
ac1cb8d3 VS |
29864 | grep -v '^ *+' conftest.er1 >conftest.err |
29865 | rm -f conftest.er1 | |
29866 | cat conftest.err >&5 | |
a848cd7e SC |
29867 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
29868 | (exit $ac_status); } && | |
07158944 | 29869 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
29870 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29871 | (eval $ac_try) 2>&5 | |
29872 | ac_status=$? | |
29873 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29874 | (exit $ac_status); }; } && | |
29875 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
29876 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29877 | (eval $ac_try) 2>&5 | |
29878 | ac_status=$? | |
29879 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29880 | (exit $ac_status); }; }; then | |
29881 | ac_cv_type_size_t=yes | |
29882 | else | |
29883 | echo "$as_me: failed program was:" >&5 | |
29884 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29885 | ||
29886 | ac_cv_type_size_t=no | |
29887 | fi | |
ac1cb8d3 | 29888 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
29889 | fi |
29890 | echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 | |
29891 | echo "${ECHO_T}$ac_cv_type_size_t" >&6 | |
29892 | if test $ac_cv_type_size_t = yes; then | |
29893 | : | |
29894 | else | |
29895 | ||
29896 | cat >>confdefs.h <<_ACEOF | |
29897 | #define size_t unsigned | |
29898 | _ACEOF | |
29899 | ||
29900 | fi | |
29901 | ||
29902 | echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 | |
29903 | echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6 | |
29904 | if test "${ac_cv_type_uid_t+set}" = set; then | |
29905 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29906 | else | |
29907 | cat >conftest.$ac_ext <<_ACEOF | |
29908 | /* confdefs.h. */ | |
29909 | _ACEOF | |
29910 | cat confdefs.h >>conftest.$ac_ext | |
29911 | cat >>conftest.$ac_ext <<_ACEOF | |
29912 | /* end confdefs.h. */ | |
29913 | #include <sys/types.h> | |
29914 | ||
29915 | _ACEOF | |
29916 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
29917 | $EGREP "uid_t" >/dev/null 2>&1; then | |
29918 | ac_cv_type_uid_t=yes | |
29919 | else | |
29920 | ac_cv_type_uid_t=no | |
29921 | fi | |
29922 | rm -f conftest* | |
29923 | ||
29924 | fi | |
29925 | echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 | |
29926 | echo "${ECHO_T}$ac_cv_type_uid_t" >&6 | |
29927 | if test $ac_cv_type_uid_t = no; then | |
29928 | ||
29929 | cat >>confdefs.h <<\_ACEOF | |
29930 | #define uid_t int | |
29931 | _ACEOF | |
29932 | ||
29933 | ||
29934 | cat >>confdefs.h <<\_ACEOF | |
29935 | #define gid_t int | |
29936 | _ACEOF | |
29937 | ||
29938 | fi | |
29939 | ||
29940 | ||
d51253e8 RL |
29941 | echo "$as_me:$LINENO: checking for ssize_t" >&5 |
29942 | echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6 | |
29943 | if test "${ac_cv_type_ssize_t+set}" = set; then | |
29944 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
29945 | else | |
29946 | cat >conftest.$ac_ext <<_ACEOF | |
29947 | /* confdefs.h. */ | |
29948 | _ACEOF | |
29949 | cat confdefs.h >>conftest.$ac_ext | |
29950 | cat >>conftest.$ac_ext <<_ACEOF | |
29951 | /* end confdefs.h. */ | |
29952 | $ac_includes_default | |
29953 | int | |
29954 | main () | |
29955 | { | |
29956 | if ((ssize_t *) 0) | |
29957 | return 0; | |
29958 | if (sizeof (ssize_t)) | |
29959 | return 0; | |
29960 | ; | |
29961 | return 0; | |
29962 | } | |
29963 | _ACEOF | |
29964 | rm -f conftest.$ac_objext | |
29965 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
29966 | (eval $ac_compile) 2>conftest.er1 | |
29967 | ac_status=$? | |
29968 | grep -v '^ *+' conftest.er1 >conftest.err | |
29969 | rm -f conftest.er1 | |
29970 | cat conftest.err >&5 | |
29971 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29972 | (exit $ac_status); } && | |
07158944 | 29973 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
d51253e8 RL |
29974 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
29975 | (eval $ac_try) 2>&5 | |
29976 | ac_status=$? | |
29977 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29978 | (exit $ac_status); }; } && | |
29979 | { ac_try='test -s conftest.$ac_objext' | |
29980 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
29981 | (eval $ac_try) 2>&5 | |
29982 | ac_status=$? | |
29983 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
29984 | (exit $ac_status); }; }; then | |
29985 | ac_cv_type_ssize_t=yes | |
29986 | else | |
29987 | echo "$as_me: failed program was:" >&5 | |
29988 | sed 's/^/| /' conftest.$ac_ext >&5 | |
29989 | ||
29990 | ac_cv_type_ssize_t=no | |
29991 | fi | |
29992 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
29993 | fi | |
29994 | echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5 | |
29995 | echo "${ECHO_T}$ac_cv_type_ssize_t" >&6 | |
29996 | if test $ac_cv_type_ssize_t = yes; then | |
29997 | ||
29998 | cat >>confdefs.h <<_ACEOF | |
29999 | #define HAVE_SSIZE_T 1 | |
30000 | _ACEOF | |
30001 | ||
30002 | ||
30003 | fi | |
30004 | ||
30005 | ||
a848cd7e SC |
30006 | |
30007 | ||
30008 | ac_ext=cc | |
30009 | ac_cpp='$CXXCPP $CPPFLAGS' | |
30010 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
30011 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
30012 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
30013 | ||
30014 | echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5 | |
30015 | echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6 | |
30016 | if test "${wx_cv_size_t_is_uint+set}" = set; then | |
30017 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30018 | else | |
30019 | ||
30020 | cat >conftest.$ac_ext <<_ACEOF | |
30021 | /* confdefs.h. */ | |
30022 | _ACEOF | |
30023 | cat confdefs.h >>conftest.$ac_ext | |
30024 | cat >>conftest.$ac_ext <<_ACEOF | |
30025 | /* end confdefs.h. */ | |
30026 | #include <stddef.h> | |
30027 | int | |
30028 | main () | |
30029 | { | |
30030 | ||
30031 | return 0; } | |
30032 | ||
30033 | struct Foo { void foo(size_t); void foo(unsigned int); }; | |
30034 | ||
30035 | int bar() { | |
30036 | ||
30037 | ; | |
30038 | return 0; | |
30039 | } | |
30040 | _ACEOF | |
30041 | rm -f conftest.$ac_objext | |
30042 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 30043 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 30044 | ac_status=$? |
ac1cb8d3 VS |
30045 | grep -v '^ *+' conftest.er1 >conftest.err |
30046 | rm -f conftest.er1 | |
30047 | cat conftest.err >&5 | |
a848cd7e SC |
30048 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30049 | (exit $ac_status); } && | |
07158944 | 30050 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
30051 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30052 | (eval $ac_try) 2>&5 | |
30053 | ac_status=$? | |
30054 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30055 | (exit $ac_status); }; } && | |
30056 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
30057 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30058 | (eval $ac_try) 2>&5 | |
30059 | ac_status=$? | |
30060 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30061 | (exit $ac_status); }; }; then | |
30062 | wx_cv_size_t_is_uint=no | |
30063 | else | |
30064 | echo "$as_me: failed program was:" >&5 | |
30065 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30066 | ||
30067 | wx_cv_size_t_is_uint=yes | |
30068 | ||
30069 | fi | |
ac1cb8d3 | 30070 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
30071 | |
30072 | ||
30073 | fi | |
30074 | echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5 | |
30075 | echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6 | |
30076 | ||
30077 | if test "$wx_cv_size_t_is_uint" = "yes"; then | |
30078 | cat >>confdefs.h <<\_ACEOF | |
30079 | #define wxSIZE_T_IS_UINT 1 | |
30080 | _ACEOF | |
30081 | ||
30082 | else | |
30083 | echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5 | |
30084 | echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6 | |
30085 | if test "${wx_cv_size_t_is_ulong+set}" = set; then | |
30086 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30087 | else | |
30088 | cat >conftest.$ac_ext <<_ACEOF | |
30089 | /* confdefs.h. */ | |
30090 | _ACEOF | |
30091 | cat confdefs.h >>conftest.$ac_ext | |
30092 | cat >>conftest.$ac_ext <<_ACEOF | |
30093 | /* end confdefs.h. */ | |
30094 | #include <stddef.h> | |
30095 | int | |
30096 | main () | |
30097 | { | |
30098 | ||
30099 | return 0; } | |
30100 | ||
30101 | struct Foo { void foo(size_t); void foo(unsigned long); }; | |
30102 | ||
30103 | int bar() { | |
30104 | ||
30105 | ; | |
30106 | return 0; | |
30107 | } | |
30108 | _ACEOF | |
30109 | rm -f conftest.$ac_objext | |
30110 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 30111 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 30112 | ac_status=$? |
ac1cb8d3 VS |
30113 | grep -v '^ *+' conftest.er1 >conftest.err |
30114 | rm -f conftest.er1 | |
30115 | cat conftest.err >&5 | |
a848cd7e SC |
30116 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30117 | (exit $ac_status); } && | |
07158944 | 30118 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
30119 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30120 | (eval $ac_try) 2>&5 | |
30121 | ac_status=$? | |
30122 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30123 | (exit $ac_status); }; } && | |
30124 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
30125 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30126 | (eval $ac_try) 2>&5 | |
30127 | ac_status=$? | |
30128 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30129 | (exit $ac_status); }; }; then | |
30130 | wx_cv_size_t_is_ulong=no | |
30131 | else | |
30132 | echo "$as_me: failed program was:" >&5 | |
30133 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30134 | ||
30135 | wx_cv_size_t_is_ulong=yes | |
30136 | ||
30137 | fi | |
ac1cb8d3 | 30138 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
30139 | |
30140 | fi | |
30141 | echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5 | |
30142 | echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6 | |
30143 | ||
30144 | if test "$wx_cv_size_t_is_ulong" = "yes"; then | |
30145 | cat >>confdefs.h <<\_ACEOF | |
30146 | #define wxSIZE_T_IS_ULONG 1 | |
30147 | _ACEOF | |
30148 | ||
30149 | fi | |
30150 | fi | |
30151 | ||
30152 | ac_ext=c | |
30153 | ac_cpp='$CPP $CPPFLAGS' | |
30154 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
30155 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
30156 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
30157 | ||
30158 | ||
30159 | ||
30160 | echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5 | |
30161 | echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6 | |
30162 | if test "${wx_cv_struct_pw_gecos+set}" = set; then | |
30163 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30164 | else | |
30165 | ||
30166 | cat >conftest.$ac_ext <<_ACEOF | |
30167 | /* confdefs.h. */ | |
30168 | _ACEOF | |
30169 | cat confdefs.h >>conftest.$ac_ext | |
30170 | cat >>conftest.$ac_ext <<_ACEOF | |
30171 | /* end confdefs.h. */ | |
30172 | #include <pwd.h> | |
30173 | int | |
30174 | main () | |
30175 | { | |
30176 | ||
30177 | char *p; | |
30178 | struct passwd *pw; | |
30179 | p = pw->pw_gecos; | |
30180 | ||
30181 | ; | |
30182 | return 0; | |
30183 | } | |
30184 | _ACEOF | |
30185 | rm -f conftest.$ac_objext | |
30186 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 30187 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 30188 | ac_status=$? |
ac1cb8d3 VS |
30189 | grep -v '^ *+' conftest.er1 >conftest.err |
30190 | rm -f conftest.er1 | |
30191 | cat conftest.err >&5 | |
a848cd7e SC |
30192 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30193 | (exit $ac_status); } && | |
07158944 | 30194 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
30195 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30196 | (eval $ac_try) 2>&5 | |
30197 | ac_status=$? | |
30198 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30199 | (exit $ac_status); }; } && | |
30200 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
30201 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30202 | (eval $ac_try) 2>&5 | |
30203 | ac_status=$? | |
30204 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30205 | (exit $ac_status); }; }; then | |
30206 | ||
30207 | wx_cv_struct_pw_gecos=yes | |
30208 | ||
30209 | else | |
30210 | echo "$as_me: failed program was:" >&5 | |
30211 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30212 | ||
30213 | ||
30214 | wx_cv_struct_pw_gecos=no | |
30215 | ||
30216 | ||
30217 | fi | |
ac1cb8d3 | 30218 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
30219 | |
30220 | ||
30221 | fi | |
30222 | echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5 | |
30223 | echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6 | |
30224 | ||
30225 | if test "$wx_cv_struct_pw_gecos" = "yes"; then | |
30226 | cat >>confdefs.h <<\_ACEOF | |
30227 | #define HAVE_PW_GECOS 1 | |
30228 | _ACEOF | |
30229 | ||
30230 | fi | |
30231 | ||
30232 | ||
238ecede | 30233 | if test "$ac_cv_sizeof_wchar_t" != "0"; then |
a848cd7e SC |
30234 | cat >>confdefs.h <<\_ACEOF |
30235 | #define wxUSE_WCHAR_T 1 | |
30236 | _ACEOF | |
30237 | ||
30238 | ||
30239 | WCSLEN_FOUND=0 | |
30240 | WCHAR_LINK= | |
30241 | ||
30242 | for ac_func in wcslen | |
30243 | do | |
30244 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
30245 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
30246 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
30247 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
30248 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30249 | else | |
30250 | cat >conftest.$ac_ext <<_ACEOF | |
30251 | /* confdefs.h. */ | |
30252 | _ACEOF | |
30253 | cat confdefs.h >>conftest.$ac_ext | |
30254 | cat >>conftest.$ac_ext <<_ACEOF | |
30255 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
30256 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
30257 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
30258 | #define $ac_func innocuous_$ac_func | |
30259 | ||
a848cd7e SC |
30260 | /* System header to define __stub macros and hopefully few prototypes, |
30261 | which can conflict with char $ac_func (); below. | |
30262 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
30263 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 30264 | |
a848cd7e SC |
30265 | #ifdef __STDC__ |
30266 | # include <limits.h> | |
30267 | #else | |
30268 | # include <assert.h> | |
30269 | #endif | |
ac1cb8d3 VS |
30270 | |
30271 | #undef $ac_func | |
30272 | ||
a848cd7e SC |
30273 | /* Override any gcc2 internal prototype to avoid an error. */ |
30274 | #ifdef __cplusplus | |
30275 | extern "C" | |
30276 | { | |
30277 | #endif | |
30278 | /* We use char because int might match the return type of a gcc2 | |
30279 | builtin and then its argument prototype would still apply. */ | |
30280 | char $ac_func (); | |
30281 | /* The GNU C library defines this for functions which it implements | |
30282 | to always fail with ENOSYS. Some functions are actually named | |
30283 | something starting with __ and the normal name is an alias. */ | |
30284 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
30285 | choke me | |
30286 | #else | |
30287 | char (*f) () = $ac_func; | |
30288 | #endif | |
30289 | #ifdef __cplusplus | |
30290 | } | |
30291 | #endif | |
30292 | ||
30293 | int | |
30294 | main () | |
30295 | { | |
30296 | return f != $ac_func; | |
30297 | ; | |
30298 | return 0; | |
30299 | } | |
30300 | _ACEOF | |
30301 | rm -f conftest.$ac_objext conftest$ac_exeext | |
30302 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 30303 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 30304 | ac_status=$? |
ac1cb8d3 VS |
30305 | grep -v '^ *+' conftest.er1 >conftest.err |
30306 | rm -f conftest.er1 | |
30307 | cat conftest.err >&5 | |
a848cd7e SC |
30308 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30309 | (exit $ac_status); } && | |
07158944 | 30310 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
30311 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30312 | (eval $ac_try) 2>&5 | |
30313 | ac_status=$? | |
30314 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30315 | (exit $ac_status); }; } && | |
30316 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
30317 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30318 | (eval $ac_try) 2>&5 | |
30319 | ac_status=$? | |
30320 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30321 | (exit $ac_status); }; }; then | |
30322 | eval "$as_ac_var=yes" | |
30323 | else | |
30324 | echo "$as_me: failed program was:" >&5 | |
30325 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30326 | ||
30327 | eval "$as_ac_var=no" | |
30328 | fi | |
ac1cb8d3 VS |
30329 | rm -f conftest.err conftest.$ac_objext \ |
30330 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
30331 | fi |
30332 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
30333 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
30334 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
30335 | cat >>confdefs.h <<_ACEOF | |
30336 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
30337 | _ACEOF | |
30338 | WCSLEN_FOUND=1 | |
30339 | fi | |
30340 | done | |
30341 | ||
30342 | ||
30343 | if test "$WCSLEN_FOUND" = 0; then | |
30344 | if test "$TOOLKIT" = "MSW"; then | |
30345 | echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5 | |
30346 | echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6 | |
30347 | if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then | |
30348 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30349 | else | |
30350 | ac_check_lib_save_LIBS=$LIBS | |
30351 | LIBS="-lmsvcrt $LIBS" | |
30352 | cat >conftest.$ac_ext <<_ACEOF | |
30353 | /* confdefs.h. */ | |
30354 | _ACEOF | |
30355 | cat confdefs.h >>conftest.$ac_ext | |
30356 | cat >>conftest.$ac_ext <<_ACEOF | |
30357 | /* end confdefs.h. */ | |
30358 | ||
30359 | /* Override any gcc2 internal prototype to avoid an error. */ | |
30360 | #ifdef __cplusplus | |
30361 | extern "C" | |
30362 | #endif | |
30363 | /* We use char because int might match the return type of a gcc2 | |
30364 | builtin and then its argument prototype would still apply. */ | |
30365 | char wcslen (); | |
30366 | int | |
30367 | main () | |
30368 | { | |
30369 | wcslen (); | |
30370 | ; | |
30371 | return 0; | |
30372 | } | |
30373 | _ACEOF | |
30374 | rm -f conftest.$ac_objext conftest$ac_exeext | |
30375 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 30376 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 30377 | ac_status=$? |
ac1cb8d3 VS |
30378 | grep -v '^ *+' conftest.er1 >conftest.err |
30379 | rm -f conftest.er1 | |
30380 | cat conftest.err >&5 | |
a848cd7e SC |
30381 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30382 | (exit $ac_status); } && | |
07158944 | 30383 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
30384 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30385 | (eval $ac_try) 2>&5 | |
30386 | ac_status=$? | |
30387 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30388 | (exit $ac_status); }; } && | |
30389 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
30390 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30391 | (eval $ac_try) 2>&5 | |
30392 | ac_status=$? | |
30393 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30394 | (exit $ac_status); }; }; then | |
30395 | ac_cv_lib_msvcrt_wcslen=yes | |
30396 | else | |
30397 | echo "$as_me: failed program was:" >&5 | |
30398 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30399 | ||
30400 | ac_cv_lib_msvcrt_wcslen=no | |
30401 | fi | |
ac1cb8d3 VS |
30402 | rm -f conftest.err conftest.$ac_objext \ |
30403 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
30404 | LIBS=$ac_check_lib_save_LIBS |
30405 | fi | |
30406 | echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5 | |
30407 | echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6 | |
30408 | if test $ac_cv_lib_msvcrt_wcslen = yes; then | |
30409 | WCHAR_OK=1 | |
30410 | fi | |
30411 | ||
30412 | else | |
30413 | echo "$as_me:$LINENO: checking for wcslen in -lw" >&5 | |
30414 | echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6 | |
30415 | if test "${ac_cv_lib_w_wcslen+set}" = set; then | |
30416 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30417 | else | |
30418 | ac_check_lib_save_LIBS=$LIBS | |
30419 | LIBS="-lw $LIBS" | |
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 | ||
30427 | /* Override any gcc2 internal prototype to avoid an error. */ | |
30428 | #ifdef __cplusplus | |
30429 | extern "C" | |
30430 | #endif | |
30431 | /* We use char because int might match the return type of a gcc2 | |
30432 | builtin and then its argument prototype would still apply. */ | |
30433 | char wcslen (); | |
30434 | int | |
30435 | main () | |
30436 | { | |
30437 | wcslen (); | |
30438 | ; | |
30439 | return 0; | |
30440 | } | |
30441 | _ACEOF | |
30442 | rm -f conftest.$ac_objext conftest$ac_exeext | |
30443 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 30444 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 30445 | ac_status=$? |
ac1cb8d3 VS |
30446 | grep -v '^ *+' conftest.er1 >conftest.err |
30447 | rm -f conftest.er1 | |
30448 | cat conftest.err >&5 | |
a848cd7e SC |
30449 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30450 | (exit $ac_status); } && | |
07158944 | 30451 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
30452 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30453 | (eval $ac_try) 2>&5 | |
30454 | ac_status=$? | |
30455 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30456 | (exit $ac_status); }; } && | |
30457 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
30458 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30459 | (eval $ac_try) 2>&5 | |
30460 | ac_status=$? | |
30461 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30462 | (exit $ac_status); }; }; then | |
30463 | ac_cv_lib_w_wcslen=yes | |
30464 | else | |
30465 | echo "$as_me: failed program was:" >&5 | |
30466 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30467 | ||
30468 | ac_cv_lib_w_wcslen=no | |
30469 | fi | |
ac1cb8d3 VS |
30470 | rm -f conftest.err conftest.$ac_objext \ |
30471 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
30472 | LIBS=$ac_check_lib_save_LIBS |
30473 | fi | |
30474 | echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5 | |
30475 | echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6 | |
30476 | if test $ac_cv_lib_w_wcslen = yes; then | |
30477 | ||
30478 | WCHAR_LINK=" -lw" | |
30479 | WCSLEN_FOUND=1 | |
30480 | ||
30481 | fi | |
30482 | ||
30483 | fi | |
30484 | fi | |
30485 | ||
30486 | if test "$WCSLEN_FOUND" = 1; then | |
30487 | cat >>confdefs.h <<\_ACEOF | |
30488 | #define HAVE_WCSLEN 1 | |
30489 | _ACEOF | |
30490 | ||
30491 | fi | |
30492 | ||
81f90336 | 30493 | if test "$USE_HPUX" = 1; then |
473276a9 VS |
30494 | CPPFLAGS="$CPPFLAGS -D_INCLUDE__STDC_A1_SOURCE " |
30495 | fi | |
30496 | ||
a848cd7e SC |
30497 | |
30498 | for ac_func in wcsrtombs | |
30499 | do | |
30500 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
30501 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
30502 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
30503 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
30504 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30505 | else | |
30506 | cat >conftest.$ac_ext <<_ACEOF | |
30507 | /* confdefs.h. */ | |
30508 | _ACEOF | |
30509 | cat confdefs.h >>conftest.$ac_ext | |
30510 | cat >>conftest.$ac_ext <<_ACEOF | |
30511 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
30512 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
30513 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
30514 | #define $ac_func innocuous_$ac_func | |
30515 | ||
a848cd7e SC |
30516 | /* System header to define __stub macros and hopefully few prototypes, |
30517 | which can conflict with char $ac_func (); below. | |
30518 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
30519 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 30520 | |
a848cd7e SC |
30521 | #ifdef __STDC__ |
30522 | # include <limits.h> | |
30523 | #else | |
30524 | # include <assert.h> | |
30525 | #endif | |
ac1cb8d3 VS |
30526 | |
30527 | #undef $ac_func | |
30528 | ||
a848cd7e SC |
30529 | /* Override any gcc2 internal prototype to avoid an error. */ |
30530 | #ifdef __cplusplus | |
30531 | extern "C" | |
30532 | { | |
30533 | #endif | |
30534 | /* We use char because int might match the return type of a gcc2 | |
30535 | builtin and then its argument prototype would still apply. */ | |
30536 | char $ac_func (); | |
30537 | /* The GNU C library defines this for functions which it implements | |
30538 | to always fail with ENOSYS. Some functions are actually named | |
30539 | something starting with __ and the normal name is an alias. */ | |
30540 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
30541 | choke me | |
30542 | #else | |
30543 | char (*f) () = $ac_func; | |
30544 | #endif | |
30545 | #ifdef __cplusplus | |
30546 | } | |
30547 | #endif | |
30548 | ||
30549 | int | |
30550 | main () | |
30551 | { | |
30552 | return f != $ac_func; | |
30553 | ; | |
30554 | return 0; | |
30555 | } | |
30556 | _ACEOF | |
30557 | rm -f conftest.$ac_objext conftest$ac_exeext | |
30558 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 30559 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 30560 | ac_status=$? |
ac1cb8d3 VS |
30561 | grep -v '^ *+' conftest.er1 >conftest.err |
30562 | rm -f conftest.er1 | |
30563 | cat conftest.err >&5 | |
a848cd7e SC |
30564 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30565 | (exit $ac_status); } && | |
07158944 | 30566 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
30567 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30568 | (eval $ac_try) 2>&5 | |
30569 | ac_status=$? | |
30570 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30571 | (exit $ac_status); }; } && | |
30572 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
30573 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30574 | (eval $ac_try) 2>&5 | |
30575 | ac_status=$? | |
30576 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30577 | (exit $ac_status); }; }; then | |
30578 | eval "$as_ac_var=yes" | |
30579 | else | |
30580 | echo "$as_me: failed program was:" >&5 | |
30581 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30582 | ||
30583 | eval "$as_ac_var=no" | |
30584 | fi | |
ac1cb8d3 VS |
30585 | rm -f conftest.err conftest.$ac_objext \ |
30586 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
30587 | fi |
30588 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
30589 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
30590 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
30591 | cat >>confdefs.h <<_ACEOF | |
30592 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
30593 | _ACEOF | |
30594 | ||
30595 | fi | |
30596 | done | |
30597 | ||
30598 | else | |
30599 | { echo "$as_me:$LINENO: WARNING: Wide character support is unavailable" >&5 | |
30600 | echo "$as_me: WARNING: Wide character support is unavailable" >&2;} | |
30601 | fi | |
30602 | ||
30603 | ||
30604 | ||
30605 | ac_ext=cc | |
30606 | ac_cpp='$CXXCPP $CPPFLAGS' | |
30607 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
30608 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
30609 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
30610 | ||
30611 | ||
30612 | ||
30613 | for ac_func in vsnprintf | |
30614 | do | |
30615 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
30616 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
30617 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
30618 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
30619 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30620 | else | |
30621 | cat >conftest.$ac_ext <<_ACEOF | |
30622 | /* confdefs.h. */ | |
30623 | _ACEOF | |
30624 | cat confdefs.h >>conftest.$ac_ext | |
30625 | cat >>conftest.$ac_ext <<_ACEOF | |
30626 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
30627 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
30628 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
30629 | #define $ac_func innocuous_$ac_func | |
30630 | ||
a848cd7e SC |
30631 | /* System header to define __stub macros and hopefully few prototypes, |
30632 | which can conflict with char $ac_func (); below. | |
30633 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
30634 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 30635 | |
a848cd7e SC |
30636 | #ifdef __STDC__ |
30637 | # include <limits.h> | |
30638 | #else | |
30639 | # include <assert.h> | |
30640 | #endif | |
ac1cb8d3 VS |
30641 | |
30642 | #undef $ac_func | |
30643 | ||
a848cd7e SC |
30644 | /* Override any gcc2 internal prototype to avoid an error. */ |
30645 | #ifdef __cplusplus | |
30646 | extern "C" | |
30647 | { | |
30648 | #endif | |
30649 | /* We use char because int might match the return type of a gcc2 | |
30650 | builtin and then its argument prototype would still apply. */ | |
30651 | char $ac_func (); | |
30652 | /* The GNU C library defines this for functions which it implements | |
30653 | to always fail with ENOSYS. Some functions are actually named | |
30654 | something starting with __ and the normal name is an alias. */ | |
30655 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
30656 | choke me | |
30657 | #else | |
30658 | char (*f) () = $ac_func; | |
30659 | #endif | |
30660 | #ifdef __cplusplus | |
30661 | } | |
30662 | #endif | |
30663 | ||
30664 | int | |
30665 | main () | |
30666 | { | |
30667 | return f != $ac_func; | |
30668 | ; | |
30669 | return 0; | |
30670 | } | |
30671 | _ACEOF | |
30672 | rm -f conftest.$ac_objext conftest$ac_exeext | |
30673 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 30674 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 30675 | ac_status=$? |
ac1cb8d3 VS |
30676 | grep -v '^ *+' conftest.er1 >conftest.err |
30677 | rm -f conftest.er1 | |
30678 | cat conftest.err >&5 | |
a848cd7e SC |
30679 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30680 | (exit $ac_status); } && | |
07158944 | 30681 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
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_exeext' | |
a848cd7e SC |
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 | eval "$as_ac_var=yes" | |
30694 | else | |
30695 | echo "$as_me: failed program was:" >&5 | |
30696 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30697 | ||
30698 | eval "$as_ac_var=no" | |
30699 | fi | |
ac1cb8d3 VS |
30700 | rm -f conftest.err conftest.$ac_objext \ |
30701 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
30702 | fi |
30703 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
30704 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
30705 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
30706 | cat >>confdefs.h <<_ACEOF | |
30707 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
30708 | _ACEOF | |
30709 | ||
30710 | fi | |
30711 | done | |
30712 | ||
30713 | ||
30714 | if test "$ac_cv_func_vsnprintf" = "yes"; then | |
30715 | echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5 | |
30716 | echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6 | |
30717 | if test "${wx_cv_func_vsnprintf_decl+set}" = set; then | |
30718 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30719 | else | |
30720 | ||
30721 | cat >conftest.$ac_ext <<_ACEOF | |
30722 | /* confdefs.h. */ | |
30723 | _ACEOF | |
30724 | cat confdefs.h >>conftest.$ac_ext | |
30725 | cat >>conftest.$ac_ext <<_ACEOF | |
30726 | /* end confdefs.h. */ | |
30727 | ||
30728 | #include <stdio.h> | |
30729 | #include <stdarg.h> | |
30730 | ||
30731 | int | |
30732 | main () | |
30733 | { | |
30734 | ||
30735 | char *buf; | |
30736 | va_list ap; | |
30737 | vsnprintf(buf, 10u, "%s", ap); | |
30738 | ||
30739 | ; | |
30740 | return 0; | |
30741 | } | |
30742 | _ACEOF | |
30743 | rm -f conftest.$ac_objext | |
30744 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 30745 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 30746 | ac_status=$? |
ac1cb8d3 VS |
30747 | grep -v '^ *+' conftest.er1 >conftest.err |
30748 | rm -f conftest.er1 | |
30749 | cat conftest.err >&5 | |
a848cd7e SC |
30750 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30751 | (exit $ac_status); } && | |
07158944 | 30752 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
30753 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30754 | (eval $ac_try) 2>&5 | |
30755 | ac_status=$? | |
30756 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30757 | (exit $ac_status); }; } && | |
30758 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
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); }; }; then | |
30764 | wx_cv_func_vsnprintf_decl=yes | |
30765 | else | |
30766 | echo "$as_me: failed program was:" >&5 | |
30767 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30768 | ||
c122b164 DE |
30769 | |
30770 | cat >conftest.$ac_ext <<_ACEOF | |
30771 | /* confdefs.h. */ | |
30772 | _ACEOF | |
30773 | cat confdefs.h >>conftest.$ac_ext | |
30774 | cat >>conftest.$ac_ext <<_ACEOF | |
30775 | /* end confdefs.h. */ | |
30776 | ||
30777 | #include <stdio.h> | |
30778 | #include <stdarg.h> | |
30779 | using namespace std; | |
30780 | ||
30781 | int | |
30782 | main () | |
30783 | { | |
30784 | ||
30785 | char *buf; | |
30786 | va_list ap; | |
30787 | vsnprintf(buf, 10u, "%s", ap); | |
30788 | ||
30789 | ; | |
30790 | return 0; | |
30791 | } | |
30792 | _ACEOF | |
30793 | rm -f conftest.$ac_objext | |
30794 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
30795 | (eval $ac_compile) 2>conftest.er1 | |
30796 | ac_status=$? | |
30797 | grep -v '^ *+' conftest.er1 >conftest.err | |
30798 | rm -f conftest.er1 | |
30799 | cat conftest.err >&5 | |
30800 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30801 | (exit $ac_status); } && | |
07158944 | 30802 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
c122b164 DE |
30803 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30804 | (eval $ac_try) 2>&5 | |
30805 | ac_status=$? | |
30806 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30807 | (exit $ac_status); }; } && | |
30808 | { ac_try='test -s conftest.$ac_objext' | |
30809 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
30810 | (eval $ac_try) 2>&5 | |
30811 | ac_status=$? | |
30812 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30813 | (exit $ac_status); }; }; then | |
30814 | wx_cv_func_vsnprintf_decl=yes | |
30815 | else | |
30816 | echo "$as_me: failed program was:" >&5 | |
30817 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30818 | ||
a848cd7e SC |
30819 | wx_cv_func_vsnprintf_decl=no |
30820 | ||
30821 | fi | |
ac1cb8d3 | 30822 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
30823 | |
30824 | ||
c122b164 DE |
30825 | fi |
30826 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
30827 | ||
30828 | ||
a848cd7e SC |
30829 | fi |
30830 | echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5 | |
30831 | echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6 | |
30832 | ||
30833 | if test "$wx_cv_func_vsnprintf_decl" = "yes"; then | |
30834 | cat >>confdefs.h <<\_ACEOF | |
30835 | #define HAVE_VSNPRINTF_DECL 1 | |
30836 | _ACEOF | |
30837 | ||
30838 | fi | |
30839 | fi | |
30840 | ||
30841 | if test "$wxUSE_UNICODE" = yes; then | |
30842 | ||
30843 | ||
30844 | ||
fbe47c7b VS |
30845 | |
30846 | ||
30847 | ||
30848 | for ac_func in wputc wputchar putws fputws wprintf vswprintf | |
a848cd7e SC |
30849 | do |
30850 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
30851 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
30852 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
30853 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
30854 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
30855 | else | |
30856 | cat >conftest.$ac_ext <<_ACEOF | |
30857 | /* confdefs.h. */ | |
30858 | _ACEOF | |
30859 | cat confdefs.h >>conftest.$ac_ext | |
30860 | cat >>conftest.$ac_ext <<_ACEOF | |
30861 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
30862 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
30863 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
30864 | #define $ac_func innocuous_$ac_func | |
30865 | ||
a848cd7e SC |
30866 | /* System header to define __stub macros and hopefully few prototypes, |
30867 | which can conflict with char $ac_func (); below. | |
30868 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
30869 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 30870 | |
a848cd7e SC |
30871 | #ifdef __STDC__ |
30872 | # include <limits.h> | |
30873 | #else | |
30874 | # include <assert.h> | |
30875 | #endif | |
ac1cb8d3 VS |
30876 | |
30877 | #undef $ac_func | |
30878 | ||
a848cd7e SC |
30879 | /* Override any gcc2 internal prototype to avoid an error. */ |
30880 | #ifdef __cplusplus | |
30881 | extern "C" | |
30882 | { | |
30883 | #endif | |
30884 | /* We use char because int might match the return type of a gcc2 | |
30885 | builtin and then its argument prototype would still apply. */ | |
30886 | char $ac_func (); | |
30887 | /* The GNU C library defines this for functions which it implements | |
30888 | to always fail with ENOSYS. Some functions are actually named | |
30889 | something starting with __ and the normal name is an alias. */ | |
30890 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
30891 | choke me | |
30892 | #else | |
30893 | char (*f) () = $ac_func; | |
30894 | #endif | |
30895 | #ifdef __cplusplus | |
30896 | } | |
30897 | #endif | |
30898 | ||
30899 | int | |
30900 | main () | |
30901 | { | |
30902 | return f != $ac_func; | |
30903 | ; | |
30904 | return 0; | |
30905 | } | |
30906 | _ACEOF | |
30907 | rm -f conftest.$ac_objext conftest$ac_exeext | |
30908 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 30909 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 30910 | ac_status=$? |
ac1cb8d3 VS |
30911 | grep -v '^ *+' conftest.er1 >conftest.err |
30912 | rm -f conftest.er1 | |
30913 | cat conftest.err >&5 | |
a848cd7e SC |
30914 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30915 | (exit $ac_status); } && | |
07158944 | 30916 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
30917 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30918 | (eval $ac_try) 2>&5 | |
30919 | ac_status=$? | |
30920 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30921 | (exit $ac_status); }; } && | |
30922 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
30923 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30924 | (eval $ac_try) 2>&5 | |
30925 | ac_status=$? | |
30926 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30927 | (exit $ac_status); }; }; then | |
30928 | eval "$as_ac_var=yes" | |
30929 | else | |
30930 | echo "$as_me: failed program was:" >&5 | |
30931 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30932 | ||
30933 | eval "$as_ac_var=no" | |
30934 | fi | |
ac1cb8d3 VS |
30935 | rm -f conftest.err conftest.$ac_objext \ |
30936 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
30937 | fi |
30938 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
30939 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
30940 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
30941 | cat >>confdefs.h <<_ACEOF | |
30942 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
30943 | _ACEOF | |
30944 | ||
30945 | fi | |
30946 | done | |
30947 | ||
30948 | ||
30949 | echo "$as_me:$LINENO: checking for _vsnwprintf" >&5 | |
30950 | echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6 | |
30951 | cat >conftest.$ac_ext <<_ACEOF | |
30952 | /* confdefs.h. */ | |
30953 | _ACEOF | |
30954 | cat confdefs.h >>conftest.$ac_ext | |
30955 | cat >>conftest.$ac_ext <<_ACEOF | |
30956 | /* end confdefs.h. */ | |
30957 | #include <wchar.h> | |
30958 | int | |
30959 | main () | |
30960 | { | |
30961 | &_vsnwprintf; | |
30962 | ; | |
30963 | return 0; | |
30964 | } | |
30965 | _ACEOF | |
30966 | rm -f conftest.$ac_objext | |
30967 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 30968 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 30969 | ac_status=$? |
ac1cb8d3 VS |
30970 | grep -v '^ *+' conftest.er1 >conftest.err |
30971 | rm -f conftest.er1 | |
30972 | cat conftest.err >&5 | |
a848cd7e SC |
30973 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
30974 | (exit $ac_status); } && | |
07158944 | 30975 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
30976 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30977 | (eval $ac_try) 2>&5 | |
30978 | ac_status=$? | |
30979 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30980 | (exit $ac_status); }; } && | |
30981 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
30982 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
30983 | (eval $ac_try) 2>&5 | |
30984 | ac_status=$? | |
30985 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
30986 | (exit $ac_status); }; }; then | |
30987 | echo "$as_me:$LINENO: result: yes" >&5 | |
30988 | echo "${ECHO_T}yes" >&6 | |
30989 | cat >>confdefs.h <<\_ACEOF | |
30990 | #define HAVE__VSNWPRINTF 1 | |
30991 | _ACEOF | |
30992 | ||
30993 | else | |
30994 | echo "$as_me: failed program was:" >&5 | |
30995 | sed 's/^/| /' conftest.$ac_ext >&5 | |
30996 | ||
30997 | echo "$as_me:$LINENO: result: no" >&5 | |
30998 | echo "${ECHO_T}no" >&6 | |
30999 | fi | |
ac1cb8d3 | 31000 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext; |
a848cd7e SC |
31001 | fi |
31002 | ||
31003 | ac_ext=c | |
31004 | ac_cpp='$CPP $CPPFLAGS' | |
31005 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
31006 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
31007 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
31008 | ||
31009 | ||
31010 | ||
31011 | ||
31012 | if test "$TOOLKIT" != "MSW"; then | |
31013 | ||
31014 | ||
31015 | ||
31016 | ||
31017 | ac_ext=cc | |
31018 | ac_cpp='$CXXCPP $CPPFLAGS' | |
31019 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
31020 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
31021 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
31022 | ||
31023 | ||
31024 | ||
31025 | ||
31026 | # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given. | |
31027 | if test "${with_libiconv_prefix+set}" = set; then | |
31028 | withval="$with_libiconv_prefix" | |
31029 | ||
31030 | for dir in `echo "$withval" | tr : ' '`; do | |
31031 | if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi | |
31032 | if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi | |
31033 | done | |
31034 | ||
31035 | fi; | |
31036 | ||
31037 | echo "$as_me:$LINENO: checking for iconv" >&5 | |
31038 | echo $ECHO_N "checking for iconv... $ECHO_C" >&6 | |
31039 | if test "${am_cv_func_iconv+set}" = set; then | |
31040 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31041 | else | |
31042 | ||
31043 | am_cv_func_iconv="no, consider installing GNU libiconv" | |
31044 | am_cv_lib_iconv=no | |
31045 | cat >conftest.$ac_ext <<_ACEOF | |
31046 | /* confdefs.h. */ | |
31047 | _ACEOF | |
31048 | cat confdefs.h >>conftest.$ac_ext | |
31049 | cat >>conftest.$ac_ext <<_ACEOF | |
31050 | /* end confdefs.h. */ | |
31051 | #include <stdlib.h> | |
31052 | #include <iconv.h> | |
31053 | int | |
31054 | main () | |
31055 | { | |
31056 | iconv_t cd = iconv_open("",""); | |
31057 | iconv(cd,NULL,NULL,NULL,NULL); | |
31058 | iconv_close(cd); | |
31059 | ; | |
31060 | return 0; | |
31061 | } | |
31062 | _ACEOF | |
31063 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31064 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 31065 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 31066 | ac_status=$? |
ac1cb8d3 VS |
31067 | grep -v '^ *+' conftest.er1 >conftest.err |
31068 | rm -f conftest.er1 | |
31069 | cat conftest.err >&5 | |
a848cd7e SC |
31070 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31071 | (exit $ac_status); } && | |
07158944 | 31072 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31073 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31074 | (eval $ac_try) 2>&5 | |
31075 | ac_status=$? | |
31076 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31077 | (exit $ac_status); }; } && | |
31078 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
31079 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31080 | (eval $ac_try) 2>&5 | |
31081 | ac_status=$? | |
31082 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31083 | (exit $ac_status); }; }; then | |
31084 | am_cv_func_iconv=yes | |
31085 | else | |
31086 | echo "$as_me: failed program was:" >&5 | |
31087 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31088 | ||
31089 | fi | |
ac1cb8d3 VS |
31090 | rm -f conftest.err conftest.$ac_objext \ |
31091 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
31092 | if test "$am_cv_func_iconv" != yes; then |
31093 | am_save_LIBS="$LIBS" | |
31094 | LIBS="$LIBS -liconv" | |
31095 | cat >conftest.$ac_ext <<_ACEOF | |
31096 | /* confdefs.h. */ | |
31097 | _ACEOF | |
31098 | cat confdefs.h >>conftest.$ac_ext | |
31099 | cat >>conftest.$ac_ext <<_ACEOF | |
31100 | /* end confdefs.h. */ | |
31101 | #include <stdlib.h> | |
31102 | #include <iconv.h> | |
31103 | int | |
31104 | main () | |
31105 | { | |
31106 | iconv_t cd = iconv_open("",""); | |
31107 | iconv(cd,NULL,NULL,NULL,NULL); | |
31108 | iconv_close(cd); | |
31109 | ; | |
31110 | return 0; | |
31111 | } | |
31112 | _ACEOF | |
31113 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31114 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 31115 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 31116 | ac_status=$? |
ac1cb8d3 VS |
31117 | grep -v '^ *+' conftest.er1 >conftest.err |
31118 | rm -f conftest.er1 | |
31119 | cat conftest.err >&5 | |
a848cd7e SC |
31120 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31121 | (exit $ac_status); } && | |
07158944 | 31122 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31123 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31124 | (eval $ac_try) 2>&5 | |
31125 | ac_status=$? | |
31126 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31127 | (exit $ac_status); }; } && | |
31128 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
31129 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31130 | (eval $ac_try) 2>&5 | |
31131 | ac_status=$? | |
31132 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31133 | (exit $ac_status); }; }; then | |
31134 | am_cv_lib_iconv=yes | |
31135 | am_cv_func_iconv=yes | |
31136 | else | |
31137 | echo "$as_me: failed program was:" >&5 | |
31138 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31139 | ||
31140 | fi | |
ac1cb8d3 VS |
31141 | rm -f conftest.err conftest.$ac_objext \ |
31142 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
31143 | LIBS="$am_save_LIBS" |
31144 | fi | |
31145 | ||
31146 | fi | |
31147 | echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5 | |
31148 | echo "${ECHO_T}$am_cv_func_iconv" >&6 | |
31149 | if test "$am_cv_func_iconv" = yes; then | |
31150 | ||
31151 | cat >>confdefs.h <<\_ACEOF | |
31152 | #define HAVE_ICONV 1 | |
31153 | _ACEOF | |
31154 | ||
31155 | echo "$as_me:$LINENO: checking if iconv needs const" >&5 | |
31156 | echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6 | |
31157 | if test "${wx_cv_func_iconv_const+set}" = set; then | |
31158 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31159 | else | |
31160 | cat >conftest.$ac_ext <<_ACEOF | |
31161 | /* confdefs.h. */ | |
31162 | _ACEOF | |
31163 | cat confdefs.h >>conftest.$ac_ext | |
31164 | cat >>conftest.$ac_ext <<_ACEOF | |
31165 | /* end confdefs.h. */ | |
31166 | ||
31167 | #include <stdlib.h> | |
31168 | #include <iconv.h> | |
31169 | extern | |
31170 | #ifdef __cplusplus | |
31171 | "C" | |
31172 | #endif | |
31173 | #if defined(__STDC__) || defined(__cplusplus) | |
31174 | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
31175 | #else | |
31176 | size_t iconv(); | |
31177 | #endif | |
31178 | ||
31179 | int | |
31180 | main () | |
31181 | { | |
31182 | ||
31183 | ; | |
31184 | return 0; | |
31185 | } | |
31186 | _ACEOF | |
31187 | rm -f conftest.$ac_objext | |
31188 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 31189 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 31190 | ac_status=$? |
ac1cb8d3 VS |
31191 | grep -v '^ *+' conftest.er1 >conftest.err |
31192 | rm -f conftest.er1 | |
31193 | cat conftest.err >&5 | |
a848cd7e SC |
31194 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31195 | (exit $ac_status); } && | |
07158944 | 31196 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31197 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31198 | (eval $ac_try) 2>&5 | |
31199 | ac_status=$? | |
31200 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31201 | (exit $ac_status); }; } && | |
31202 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
31203 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31204 | (eval $ac_try) 2>&5 | |
31205 | ac_status=$? | |
31206 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31207 | (exit $ac_status); }; }; then | |
31208 | wx_cv_func_iconv_const="no" | |
31209 | else | |
31210 | echo "$as_me: failed program was:" >&5 | |
31211 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31212 | ||
31213 | wx_cv_func_iconv_const="yes" | |
31214 | ||
31215 | fi | |
ac1cb8d3 | 31216 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
31217 | |
31218 | fi | |
31219 | echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5 | |
31220 | echo "${ECHO_T}$wx_cv_func_iconv_const" >&6 | |
31221 | ||
31222 | iconv_const= | |
31223 | if test "x$wx_cv_func_iconv_const" = "xyes"; then | |
31224 | iconv_const="const" | |
31225 | fi | |
31226 | ||
31227 | ||
31228 | cat >>confdefs.h <<_ACEOF | |
31229 | #define ICONV_CONST $iconv_const | |
31230 | _ACEOF | |
31231 | ||
31232 | fi | |
31233 | LIBICONV= | |
31234 | if test "$am_cv_lib_iconv" = yes; then | |
31235 | LIBICONV="-liconv" | |
31236 | fi | |
31237 | ||
31238 | ||
31239 | LIBS="$LIBICONV $LIBS" | |
31240 | ac_ext=c | |
31241 | ac_cpp='$CPP $CPPFLAGS' | |
31242 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
31243 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
31244 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
31245 | ||
31246 | ||
31247 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then | |
31248 | ||
31249 | for ac_func in sigaction | |
31250 | do | |
31251 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
31252 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
31253 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
31254 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
31255 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31256 | else | |
31257 | cat >conftest.$ac_ext <<_ACEOF | |
31258 | /* confdefs.h. */ | |
31259 | _ACEOF | |
31260 | cat confdefs.h >>conftest.$ac_ext | |
31261 | cat >>conftest.$ac_ext <<_ACEOF | |
31262 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
31263 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
31264 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
31265 | #define $ac_func innocuous_$ac_func | |
31266 | ||
a848cd7e SC |
31267 | /* System header to define __stub macros and hopefully few prototypes, |
31268 | which can conflict with char $ac_func (); below. | |
31269 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
31270 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 31271 | |
a848cd7e SC |
31272 | #ifdef __STDC__ |
31273 | # include <limits.h> | |
31274 | #else | |
31275 | # include <assert.h> | |
31276 | #endif | |
ac1cb8d3 VS |
31277 | |
31278 | #undef $ac_func | |
31279 | ||
a848cd7e SC |
31280 | /* Override any gcc2 internal prototype to avoid an error. */ |
31281 | #ifdef __cplusplus | |
31282 | extern "C" | |
31283 | { | |
31284 | #endif | |
31285 | /* We use char because int might match the return type of a gcc2 | |
31286 | builtin and then its argument prototype would still apply. */ | |
31287 | char $ac_func (); | |
31288 | /* The GNU C library defines this for functions which it implements | |
31289 | to always fail with ENOSYS. Some functions are actually named | |
31290 | something starting with __ and the normal name is an alias. */ | |
31291 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
31292 | choke me | |
31293 | #else | |
31294 | char (*f) () = $ac_func; | |
31295 | #endif | |
31296 | #ifdef __cplusplus | |
31297 | } | |
31298 | #endif | |
31299 | ||
31300 | int | |
31301 | main () | |
31302 | { | |
31303 | return f != $ac_func; | |
31304 | ; | |
31305 | return 0; | |
31306 | } | |
31307 | _ACEOF | |
31308 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31309 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 31310 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 31311 | ac_status=$? |
ac1cb8d3 VS |
31312 | grep -v '^ *+' conftest.er1 >conftest.err |
31313 | rm -f conftest.er1 | |
31314 | cat conftest.err >&5 | |
a848cd7e SC |
31315 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31316 | (exit $ac_status); } && | |
07158944 | 31317 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31318 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31319 | (eval $ac_try) 2>&5 | |
31320 | ac_status=$? | |
31321 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31322 | (exit $ac_status); }; } && | |
31323 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
31324 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31325 | (eval $ac_try) 2>&5 | |
31326 | ac_status=$? | |
31327 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31328 | (exit $ac_status); }; }; then | |
31329 | eval "$as_ac_var=yes" | |
31330 | else | |
31331 | echo "$as_me: failed program was:" >&5 | |
31332 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31333 | ||
31334 | eval "$as_ac_var=no" | |
31335 | fi | |
ac1cb8d3 VS |
31336 | rm -f conftest.err conftest.$ac_objext \ |
31337 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
31338 | fi |
31339 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
31340 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
31341 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
31342 | cat >>confdefs.h <<_ACEOF | |
31343 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
31344 | _ACEOF | |
31345 | ||
31346 | fi | |
31347 | done | |
31348 | ||
31349 | ||
31350 | if test "$ac_cv_func_sigaction" = "no"; then | |
31351 | { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5 | |
31352 | echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;} | |
31353 | wxUSE_ON_FATAL_EXCEPTION=no | |
31354 | fi | |
31355 | ||
31356 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then | |
31357 | ||
31358 | ||
31359 | ac_ext=cc | |
31360 | ac_cpp='$CXXCPP $CPPFLAGS' | |
31361 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
31362 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
31363 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
31364 | ||
31365 | ||
31366 | echo "$as_me:$LINENO: checking for sa_handler type" >&5 | |
31367 | echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6 | |
31368 | if test "${wx_cv_type_sa_handler+set}" = set; then | |
31369 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31370 | else | |
31371 | ||
31372 | cat >conftest.$ac_ext <<_ACEOF | |
31373 | /* confdefs.h. */ | |
31374 | _ACEOF | |
31375 | cat confdefs.h >>conftest.$ac_ext | |
31376 | cat >>conftest.$ac_ext <<_ACEOF | |
31377 | /* end confdefs.h. */ | |
31378 | #include <signal.h> | |
31379 | int | |
31380 | main () | |
31381 | { | |
31382 | ||
31383 | extern void testSigHandler(int); | |
31384 | ||
31385 | struct sigaction sa; | |
31386 | sa.sa_handler = testSigHandler; | |
31387 | ||
31388 | ; | |
31389 | return 0; | |
31390 | } | |
31391 | _ACEOF | |
31392 | rm -f conftest.$ac_objext | |
31393 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 31394 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 31395 | ac_status=$? |
ac1cb8d3 VS |
31396 | grep -v '^ *+' conftest.er1 >conftest.err |
31397 | rm -f conftest.er1 | |
31398 | cat conftest.err >&5 | |
a848cd7e SC |
31399 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31400 | (exit $ac_status); } && | |
07158944 | 31401 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31402 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31403 | (eval $ac_try) 2>&5 | |
31404 | ac_status=$? | |
31405 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31406 | (exit $ac_status); }; } && | |
31407 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
31408 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31409 | (eval $ac_try) 2>&5 | |
31410 | ac_status=$? | |
31411 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31412 | (exit $ac_status); }; }; then | |
31413 | ||
31414 | wx_cv_type_sa_handler=int | |
31415 | ||
31416 | else | |
31417 | echo "$as_me: failed program was:" >&5 | |
31418 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31419 | ||
31420 | ||
31421 | wx_cv_type_sa_handler=void | |
31422 | ||
31423 | fi | |
ac1cb8d3 | 31424 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
31425 | |
31426 | fi | |
31427 | echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5 | |
31428 | echo "${ECHO_T}$wx_cv_type_sa_handler" >&6 | |
31429 | ||
31430 | ac_ext=c | |
31431 | ac_cpp='$CPP $CPPFLAGS' | |
31432 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
31433 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
31434 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
31435 | ||
31436 | ||
31437 | cat >>confdefs.h <<_ACEOF | |
31438 | #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler | |
31439 | _ACEOF | |
31440 | ||
31441 | fi | |
31442 | fi | |
31443 | ||
eaff0f0d VZ |
31444 | if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then |
31445 | ||
31446 | ||
31447 | ac_ext=cc | |
31448 | ac_cpp='$CXXCPP $CPPFLAGS' | |
31449 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
31450 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
31451 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
31452 | ||
31453 | ||
31454 | echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5 | |
31455 | echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6 | |
31456 | if test "${wx_cv_func_backtrace+set}" = set; then | |
31457 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31458 | else | |
31459 | ||
31460 | cat >conftest.$ac_ext <<_ACEOF | |
31461 | /* confdefs.h. */ | |
31462 | _ACEOF | |
31463 | cat confdefs.h >>conftest.$ac_ext | |
31464 | cat >>conftest.$ac_ext <<_ACEOF | |
31465 | /* end confdefs.h. */ | |
31466 | #include <execinfo.h> | |
31467 | int | |
31468 | main () | |
31469 | { | |
31470 | ||
31471 | void *trace[1]; | |
31472 | char **messages; | |
31473 | ||
31474 | backtrace(trace, 1); | |
31475 | messages = backtrace_symbols(trace, 1); | |
31476 | ||
31477 | ; | |
31478 | return 0; | |
31479 | } | |
31480 | _ACEOF | |
31481 | rm -f conftest.$ac_objext | |
31482 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
31483 | (eval $ac_compile) 2>conftest.er1 | |
31484 | ac_status=$? | |
31485 | grep -v '^ *+' conftest.er1 >conftest.err | |
31486 | rm -f conftest.er1 | |
31487 | cat conftest.err >&5 | |
31488 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31489 | (exit $ac_status); } && | |
07158944 | 31490 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
eaff0f0d VZ |
31491 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31492 | (eval $ac_try) 2>&5 | |
31493 | ac_status=$? | |
31494 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31495 | (exit $ac_status); }; } && | |
31496 | { ac_try='test -s conftest.$ac_objext' | |
31497 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
31498 | (eval $ac_try) 2>&5 | |
31499 | ac_status=$? | |
31500 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31501 | (exit $ac_status); }; }; then | |
31502 | wx_cv_func_backtrace=yes | |
31503 | else | |
31504 | echo "$as_me: failed program was:" >&5 | |
31505 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31506 | ||
31507 | wx_cv_func_backtrace=no | |
31508 | ||
31509 | fi | |
31510 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
31511 | ||
31512 | ||
31513 | fi | |
31514 | echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5 | |
31515 | echo "${ECHO_T}$wx_cv_func_backtrace" >&6 | |
31516 | ||
31517 | ||
31518 | if test "$wx_cv_func_backtrace" = "no"; then | |
31519 | { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5 | |
31520 | echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;} | |
31521 | wxUSE_STACKWALKER=no | |
31522 | else | |
31523 | echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5 | |
31524 | echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6 | |
31525 | if test "${wx_cv_func_cxa_demangle+set}" = set; then | |
31526 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31527 | else | |
31528 | ||
31529 | cat >conftest.$ac_ext <<_ACEOF | |
31530 | /* confdefs.h. */ | |
31531 | _ACEOF | |
31532 | cat confdefs.h >>conftest.$ac_ext | |
31533 | cat >>conftest.$ac_ext <<_ACEOF | |
31534 | /* end confdefs.h. */ | |
31535 | #include <cxxabi.h> | |
31536 | int | |
31537 | main () | |
31538 | { | |
31539 | ||
31540 | int rc; | |
31541 | __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc); | |
31542 | ||
31543 | ; | |
31544 | return 0; | |
31545 | } | |
31546 | _ACEOF | |
31547 | rm -f conftest.$ac_objext | |
31548 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
31549 | (eval $ac_compile) 2>conftest.er1 | |
31550 | ac_status=$? | |
31551 | grep -v '^ *+' conftest.er1 >conftest.err | |
31552 | rm -f conftest.er1 | |
31553 | cat conftest.err >&5 | |
31554 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31555 | (exit $ac_status); } && | |
07158944 | 31556 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
eaff0f0d VZ |
31557 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31558 | (eval $ac_try) 2>&5 | |
31559 | ac_status=$? | |
31560 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31561 | (exit $ac_status); }; } && | |
31562 | { ac_try='test -s conftest.$ac_objext' | |
31563 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
31564 | (eval $ac_try) 2>&5 | |
31565 | ac_status=$? | |
31566 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31567 | (exit $ac_status); }; }; then | |
31568 | wx_cv_func_cxa_demangle=yes | |
31569 | else | |
31570 | echo "$as_me: failed program was:" >&5 | |
31571 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31572 | ||
31573 | wx_cv_func_cxa_demangle=no | |
31574 | ||
31575 | fi | |
31576 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
31577 | ||
31578 | ||
31579 | fi | |
31580 | echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5 | |
31581 | echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6 | |
31582 | ||
31583 | if test "$wx_cv_func_cxa_demangle" = "yes"; then | |
31584 | cat >>confdefs.h <<\_ACEOF | |
31585 | #define HAVE_CXA_DEMANGLE 1 | |
31586 | _ACEOF | |
31587 | ||
31588 | fi | |
31589 | fi | |
31590 | ||
31591 | ac_ext=c | |
31592 | ac_cpp='$CPP $CPPFLAGS' | |
31593 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
31594 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
31595 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
31596 | ||
31597 | fi | |
31598 | ||
898beab1 DE |
31599 | if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != "1" -a "$USE_UNIX" != "1"; then |
31600 | { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5 | |
31601 | echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;} | |
31602 | wxUSE_STACKWALKER=no | |
31603 | fi | |
31604 | ||
31605 | ||
a848cd7e SC |
31606 | |
31607 | ||
31608 | for ac_func in mkstemp mktemp | |
31609 | do | |
31610 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
31611 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
31612 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
31613 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
31614 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31615 | else | |
31616 | cat >conftest.$ac_ext <<_ACEOF | |
31617 | /* confdefs.h. */ | |
31618 | _ACEOF | |
31619 | cat confdefs.h >>conftest.$ac_ext | |
31620 | cat >>conftest.$ac_ext <<_ACEOF | |
31621 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
31622 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
31623 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
31624 | #define $ac_func innocuous_$ac_func | |
31625 | ||
a848cd7e SC |
31626 | /* System header to define __stub macros and hopefully few prototypes, |
31627 | which can conflict with char $ac_func (); below. | |
31628 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
31629 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 31630 | |
a848cd7e SC |
31631 | #ifdef __STDC__ |
31632 | # include <limits.h> | |
31633 | #else | |
31634 | # include <assert.h> | |
31635 | #endif | |
ac1cb8d3 VS |
31636 | |
31637 | #undef $ac_func | |
31638 | ||
a848cd7e SC |
31639 | /* Override any gcc2 internal prototype to avoid an error. */ |
31640 | #ifdef __cplusplus | |
31641 | extern "C" | |
31642 | { | |
31643 | #endif | |
31644 | /* We use char because int might match the return type of a gcc2 | |
31645 | builtin and then its argument prototype would still apply. */ | |
31646 | char $ac_func (); | |
31647 | /* The GNU C library defines this for functions which it implements | |
31648 | to always fail with ENOSYS. Some functions are actually named | |
31649 | something starting with __ and the normal name is an alias. */ | |
31650 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
31651 | choke me | |
31652 | #else | |
31653 | char (*f) () = $ac_func; | |
31654 | #endif | |
31655 | #ifdef __cplusplus | |
31656 | } | |
31657 | #endif | |
31658 | ||
31659 | int | |
31660 | main () | |
31661 | { | |
31662 | return f != $ac_func; | |
31663 | ; | |
31664 | return 0; | |
31665 | } | |
31666 | _ACEOF | |
31667 | rm -f conftest.$ac_objext conftest$ac_exeext | |
31668 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 31669 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 31670 | ac_status=$? |
ac1cb8d3 VS |
31671 | grep -v '^ *+' conftest.er1 >conftest.err |
31672 | rm -f conftest.er1 | |
31673 | cat conftest.err >&5 | |
a848cd7e SC |
31674 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31675 | (exit $ac_status); } && | |
07158944 | 31676 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31677 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31678 | (eval $ac_try) 2>&5 | |
31679 | ac_status=$? | |
31680 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31681 | (exit $ac_status); }; } && | |
31682 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
31683 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31684 | (eval $ac_try) 2>&5 | |
31685 | ac_status=$? | |
31686 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31687 | (exit $ac_status); }; }; then | |
31688 | eval "$as_ac_var=yes" | |
31689 | else | |
31690 | echo "$as_me: failed program was:" >&5 | |
31691 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31692 | ||
31693 | eval "$as_ac_var=no" | |
31694 | fi | |
ac1cb8d3 VS |
31695 | rm -f conftest.err conftest.$ac_objext \ |
31696 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
31697 | fi |
31698 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
31699 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
31700 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
31701 | cat >>confdefs.h <<_ACEOF | |
31702 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
31703 | _ACEOF | |
31704 | break | |
31705 | fi | |
31706 | done | |
31707 | ||
31708 | ||
31709 | echo "$as_me:$LINENO: checking for statfs" >&5 | |
31710 | echo $ECHO_N "checking for statfs... $ECHO_C" >&6 | |
31711 | if test "${wx_cv_func_statfs+set}" = set; then | |
31712 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31713 | else | |
31714 | cat >conftest.$ac_ext <<_ACEOF | |
31715 | /* confdefs.h. */ | |
31716 | _ACEOF | |
31717 | cat confdefs.h >>conftest.$ac_ext | |
31718 | cat >>conftest.$ac_ext <<_ACEOF | |
31719 | /* end confdefs.h. */ | |
31720 | ||
31721 | #if defined(__BSD__) | |
31722 | #include <sys/param.h> | |
31723 | #include <sys/mount.h> | |
31724 | #else | |
31725 | #include <sys/vfs.h> | |
31726 | #endif | |
31727 | ||
31728 | int | |
31729 | main () | |
31730 | { | |
31731 | ||
31732 | long l; | |
31733 | struct statfs fs; | |
31734 | statfs("/", &fs); | |
31735 | l = fs.f_bsize; | |
31736 | l += fs.f_blocks; | |
31737 | l += fs.f_bavail; | |
31738 | ||
31739 | ; | |
31740 | return 0; | |
31741 | } | |
31742 | _ACEOF | |
31743 | rm -f conftest.$ac_objext | |
31744 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 31745 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 31746 | ac_status=$? |
ac1cb8d3 VS |
31747 | grep -v '^ *+' conftest.er1 >conftest.err |
31748 | rm -f conftest.er1 | |
31749 | cat conftest.err >&5 | |
a848cd7e SC |
31750 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31751 | (exit $ac_status); } && | |
07158944 | 31752 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31753 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31754 | (eval $ac_try) 2>&5 | |
31755 | ac_status=$? | |
31756 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31757 | (exit $ac_status); }; } && | |
31758 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
31759 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31760 | (eval $ac_try) 2>&5 | |
31761 | ac_status=$? | |
31762 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31763 | (exit $ac_status); }; }; then | |
31764 | ||
31765 | wx_cv_func_statfs=yes | |
31766 | ||
31767 | else | |
31768 | echo "$as_me: failed program was:" >&5 | |
31769 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31770 | ||
31771 | ||
31772 | wx_cv_func_statfs=no | |
31773 | ||
31774 | ||
31775 | fi | |
ac1cb8d3 | 31776 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
31777 | |
31778 | fi | |
31779 | echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5 | |
31780 | echo "${ECHO_T}$wx_cv_func_statfs" >&6 | |
31781 | ||
31782 | if test "$wx_cv_func_statfs" = "yes"; then | |
31783 | wx_cv_type_statvfs_t="struct statfs" | |
31784 | cat >>confdefs.h <<\_ACEOF | |
31785 | #define HAVE_STATFS 1 | |
31786 | _ACEOF | |
31787 | ||
31788 | else | |
31789 | echo "$as_me:$LINENO: checking for statvfs" >&5 | |
31790 | echo $ECHO_N "checking for statvfs... $ECHO_C" >&6 | |
31791 | if test "${wx_cv_func_statvfs+set}" = set; then | |
31792 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31793 | else | |
31794 | cat >conftest.$ac_ext <<_ACEOF | |
31795 | /* confdefs.h. */ | |
31796 | _ACEOF | |
31797 | cat confdefs.h >>conftest.$ac_ext | |
31798 | cat >>conftest.$ac_ext <<_ACEOF | |
31799 | /* end confdefs.h. */ | |
31800 | ||
31801 | #include <stddef.h> | |
31802 | #include <sys/statvfs.h> | |
31803 | ||
31804 | int | |
31805 | main () | |
31806 | { | |
31807 | ||
31808 | statvfs("/", NULL); | |
31809 | ||
31810 | ; | |
31811 | return 0; | |
31812 | } | |
31813 | _ACEOF | |
31814 | rm -f conftest.$ac_objext | |
31815 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 31816 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 31817 | ac_status=$? |
ac1cb8d3 VS |
31818 | grep -v '^ *+' conftest.er1 >conftest.err |
31819 | rm -f conftest.er1 | |
31820 | cat conftest.err >&5 | |
a848cd7e SC |
31821 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31822 | (exit $ac_status); } && | |
07158944 | 31823 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31824 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31825 | (eval $ac_try) 2>&5 | |
31826 | ac_status=$? | |
31827 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31828 | (exit $ac_status); }; } && | |
31829 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
31830 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31831 | (eval $ac_try) 2>&5 | |
31832 | ac_status=$? | |
31833 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31834 | (exit $ac_status); }; }; then | |
31835 | wx_cv_func_statvfs=yes | |
31836 | else | |
31837 | echo "$as_me: failed program was:" >&5 | |
31838 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31839 | ||
31840 | wx_cv_func_statvfs=no | |
31841 | ||
31842 | fi | |
ac1cb8d3 | 31843 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
31844 | |
31845 | fi | |
31846 | echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5 | |
31847 | echo "${ECHO_T}$wx_cv_func_statvfs" >&6 | |
31848 | ||
31849 | if test "$wx_cv_func_statvfs" = "yes"; then | |
31850 | ||
31851 | ||
31852 | ac_ext=cc | |
31853 | ac_cpp='$CXXCPP $CPPFLAGS' | |
31854 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
31855 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
31856 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
31857 | ||
31858 | ||
31859 | echo "$as_me:$LINENO: checking for statvfs argument type" >&5 | |
31860 | echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6 | |
31861 | if test "${wx_cv_type_statvfs_t+set}" = set; then | |
31862 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
31863 | else | |
31864 | cat >conftest.$ac_ext <<_ACEOF | |
31865 | /* confdefs.h. */ | |
31866 | _ACEOF | |
31867 | cat confdefs.h >>conftest.$ac_ext | |
31868 | cat >>conftest.$ac_ext <<_ACEOF | |
31869 | /* end confdefs.h. */ | |
31870 | ||
31871 | #include <sys/statvfs.h> | |
31872 | ||
31873 | int | |
31874 | main () | |
31875 | { | |
31876 | ||
31877 | long l; | |
31878 | statvfs_t fs; | |
31879 | statvfs("/", &fs); | |
31880 | l = fs.f_bsize; | |
31881 | l += fs.f_blocks; | |
31882 | l += fs.f_bavail; | |
31883 | ||
31884 | ; | |
31885 | return 0; | |
31886 | } | |
31887 | _ACEOF | |
31888 | rm -f conftest.$ac_objext | |
31889 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 31890 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 31891 | ac_status=$? |
ac1cb8d3 VS |
31892 | grep -v '^ *+' conftest.er1 >conftest.err |
31893 | rm -f conftest.er1 | |
31894 | cat conftest.err >&5 | |
a848cd7e SC |
31895 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31896 | (exit $ac_status); } && | |
07158944 | 31897 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31898 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31899 | (eval $ac_try) 2>&5 | |
31900 | ac_status=$? | |
31901 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31902 | (exit $ac_status); }; } && | |
31903 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
31904 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31905 | (eval $ac_try) 2>&5 | |
31906 | ac_status=$? | |
31907 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31908 | (exit $ac_status); }; }; then | |
31909 | wx_cv_type_statvfs_t=statvfs_t | |
31910 | else | |
31911 | echo "$as_me: failed program was:" >&5 | |
31912 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31913 | ||
31914 | ||
31915 | cat >conftest.$ac_ext <<_ACEOF | |
31916 | /* confdefs.h. */ | |
31917 | _ACEOF | |
31918 | cat confdefs.h >>conftest.$ac_ext | |
31919 | cat >>conftest.$ac_ext <<_ACEOF | |
31920 | /* end confdefs.h. */ | |
31921 | ||
31922 | #include <sys/statvfs.h> | |
31923 | ||
31924 | int | |
31925 | main () | |
31926 | { | |
31927 | ||
31928 | long l; | |
31929 | struct statvfs fs; | |
31930 | statvfs("/", &fs); | |
31931 | l = fs.f_bsize; | |
31932 | l += fs.f_blocks; | |
31933 | l += fs.f_bavail; | |
31934 | ||
31935 | ; | |
31936 | return 0; | |
31937 | } | |
31938 | _ACEOF | |
31939 | rm -f conftest.$ac_objext | |
31940 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 31941 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 31942 | ac_status=$? |
ac1cb8d3 VS |
31943 | grep -v '^ *+' conftest.er1 >conftest.err |
31944 | rm -f conftest.er1 | |
31945 | cat conftest.err >&5 | |
a848cd7e SC |
31946 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
31947 | (exit $ac_status); } && | |
07158944 | 31948 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
31949 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31950 | (eval $ac_try) 2>&5 | |
31951 | ac_status=$? | |
31952 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31953 | (exit $ac_status); }; } && | |
31954 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
31955 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
31956 | (eval $ac_try) 2>&5 | |
31957 | ac_status=$? | |
31958 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
31959 | (exit $ac_status); }; }; then | |
31960 | wx_cv_type_statvfs_t="struct statvfs" | |
31961 | else | |
31962 | echo "$as_me: failed program was:" >&5 | |
31963 | sed 's/^/| /' conftest.$ac_ext >&5 | |
31964 | ||
31965 | wx_cv_type_statvfs_t="unknown" | |
31966 | ||
31967 | fi | |
ac1cb8d3 | 31968 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
31969 | |
31970 | ||
31971 | fi | |
ac1cb8d3 | 31972 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
31973 | |
31974 | fi | |
31975 | echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5 | |
31976 | echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6 | |
31977 | ||
31978 | ac_ext=c | |
31979 | ac_cpp='$CPP $CPPFLAGS' | |
31980 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
31981 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
31982 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
31983 | ||
31984 | ||
31985 | if test "$wx_cv_type_statvfs_t" != "unknown"; then | |
31986 | cat >>confdefs.h <<\_ACEOF | |
31987 | #define HAVE_STATVFS 1 | |
31988 | _ACEOF | |
31989 | ||
31990 | fi | |
31991 | else | |
31992 | wx_cv_type_statvfs_t="unknown" | |
31993 | fi | |
31994 | fi | |
31995 | ||
31996 | if test "$wx_cv_type_statvfs_t" != "unknown"; then | |
31997 | cat >>confdefs.h <<_ACEOF | |
31998 | #define WX_STATFS_T $wx_cv_type_statvfs_t | |
31999 | _ACEOF | |
32000 | ||
32001 | else | |
32002 | { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5 | |
32003 | echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;} | |
32004 | fi | |
32005 | ||
32006 | if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then | |
32007 | ||
32008 | ||
32009 | for ac_func in fcntl flock | |
32010 | do | |
32011 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
32012 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
32013 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
32014 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
32015 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32016 | else | |
32017 | cat >conftest.$ac_ext <<_ACEOF | |
32018 | /* confdefs.h. */ | |
32019 | _ACEOF | |
32020 | cat confdefs.h >>conftest.$ac_ext | |
32021 | cat >>conftest.$ac_ext <<_ACEOF | |
32022 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
32023 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
32024 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
32025 | #define $ac_func innocuous_$ac_func | |
32026 | ||
a848cd7e SC |
32027 | /* System header to define __stub macros and hopefully few prototypes, |
32028 | which can conflict with char $ac_func (); below. | |
32029 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
32030 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 32031 | |
a848cd7e SC |
32032 | #ifdef __STDC__ |
32033 | # include <limits.h> | |
32034 | #else | |
32035 | # include <assert.h> | |
32036 | #endif | |
ac1cb8d3 VS |
32037 | |
32038 | #undef $ac_func | |
32039 | ||
a848cd7e SC |
32040 | /* Override any gcc2 internal prototype to avoid an error. */ |
32041 | #ifdef __cplusplus | |
32042 | extern "C" | |
32043 | { | |
32044 | #endif | |
32045 | /* We use char because int might match the return type of a gcc2 | |
32046 | builtin and then its argument prototype would still apply. */ | |
32047 | char $ac_func (); | |
32048 | /* The GNU C library defines this for functions which it implements | |
32049 | to always fail with ENOSYS. Some functions are actually named | |
32050 | something starting with __ and the normal name is an alias. */ | |
32051 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
32052 | choke me | |
32053 | #else | |
32054 | char (*f) () = $ac_func; | |
32055 | #endif | |
32056 | #ifdef __cplusplus | |
32057 | } | |
32058 | #endif | |
32059 | ||
32060 | int | |
32061 | main () | |
32062 | { | |
32063 | return f != $ac_func; | |
32064 | ; | |
32065 | return 0; | |
32066 | } | |
32067 | _ACEOF | |
32068 | rm -f conftest.$ac_objext conftest$ac_exeext | |
32069 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 32070 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 32071 | ac_status=$? |
ac1cb8d3 VS |
32072 | grep -v '^ *+' conftest.er1 >conftest.err |
32073 | rm -f conftest.er1 | |
32074 | cat conftest.err >&5 | |
a848cd7e SC |
32075 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32076 | (exit $ac_status); } && | |
07158944 | 32077 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32078 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32079 | (eval $ac_try) 2>&5 | |
32080 | ac_status=$? | |
32081 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32082 | (exit $ac_status); }; } && | |
32083 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
32084 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32085 | (eval $ac_try) 2>&5 | |
32086 | ac_status=$? | |
32087 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32088 | (exit $ac_status); }; }; then | |
32089 | eval "$as_ac_var=yes" | |
32090 | else | |
32091 | echo "$as_me: failed program was:" >&5 | |
32092 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32093 | ||
32094 | eval "$as_ac_var=no" | |
32095 | fi | |
ac1cb8d3 VS |
32096 | rm -f conftest.err conftest.$ac_objext \ |
32097 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
32098 | fi |
32099 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
32100 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
32101 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
32102 | cat >>confdefs.h <<_ACEOF | |
32103 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
32104 | _ACEOF | |
32105 | break | |
32106 | fi | |
32107 | done | |
32108 | ||
32109 | ||
32110 | if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then | |
32111 | { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5 | |
32112 | echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;} | |
32113 | wxUSE_SNGLINST_CHECKER=no | |
32114 | fi | |
32115 | fi | |
32116 | ||
32117 | ||
32118 | for ac_func in timegm | |
32119 | do | |
32120 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
32121 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
32122 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
32123 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
32124 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32125 | else | |
32126 | cat >conftest.$ac_ext <<_ACEOF | |
32127 | /* confdefs.h. */ | |
32128 | _ACEOF | |
32129 | cat confdefs.h >>conftest.$ac_ext | |
32130 | cat >>conftest.$ac_ext <<_ACEOF | |
32131 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
32132 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
32133 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
32134 | #define $ac_func innocuous_$ac_func | |
32135 | ||
a848cd7e SC |
32136 | /* System header to define __stub macros and hopefully few prototypes, |
32137 | which can conflict with char $ac_func (); below. | |
32138 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
32139 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 32140 | |
a848cd7e SC |
32141 | #ifdef __STDC__ |
32142 | # include <limits.h> | |
32143 | #else | |
32144 | # include <assert.h> | |
32145 | #endif | |
ac1cb8d3 VS |
32146 | |
32147 | #undef $ac_func | |
32148 | ||
a848cd7e SC |
32149 | /* Override any gcc2 internal prototype to avoid an error. */ |
32150 | #ifdef __cplusplus | |
32151 | extern "C" | |
32152 | { | |
32153 | #endif | |
32154 | /* We use char because int might match the return type of a gcc2 | |
32155 | builtin and then its argument prototype would still apply. */ | |
32156 | char $ac_func (); | |
32157 | /* The GNU C library defines this for functions which it implements | |
32158 | to always fail with ENOSYS. Some functions are actually named | |
32159 | something starting with __ and the normal name is an alias. */ | |
32160 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
32161 | choke me | |
32162 | #else | |
32163 | char (*f) () = $ac_func; | |
32164 | #endif | |
32165 | #ifdef __cplusplus | |
32166 | } | |
32167 | #endif | |
32168 | ||
32169 | int | |
32170 | main () | |
32171 | { | |
32172 | return f != $ac_func; | |
32173 | ; | |
32174 | return 0; | |
32175 | } | |
32176 | _ACEOF | |
32177 | rm -f conftest.$ac_objext conftest$ac_exeext | |
32178 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 32179 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 32180 | ac_status=$? |
ac1cb8d3 VS |
32181 | grep -v '^ *+' conftest.er1 >conftest.err |
32182 | rm -f conftest.er1 | |
32183 | cat conftest.err >&5 | |
a848cd7e SC |
32184 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32185 | (exit $ac_status); } && | |
07158944 | 32186 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32187 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32188 | (eval $ac_try) 2>&5 | |
32189 | ac_status=$? | |
32190 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32191 | (exit $ac_status); }; } && | |
32192 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
32193 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32194 | (eval $ac_try) 2>&5 | |
32195 | ac_status=$? | |
32196 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32197 | (exit $ac_status); }; }; then | |
32198 | eval "$as_ac_var=yes" | |
32199 | else | |
32200 | echo "$as_me: failed program was:" >&5 | |
32201 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32202 | ||
32203 | eval "$as_ac_var=no" | |
32204 | fi | |
ac1cb8d3 VS |
32205 | rm -f conftest.err conftest.$ac_objext \ |
32206 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
32207 | fi |
32208 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
32209 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
32210 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
32211 | cat >>confdefs.h <<_ACEOF | |
32212 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
32213 | _ACEOF | |
32214 | ||
32215 | fi | |
32216 | done | |
32217 | ||
32218 | ||
32219 | ||
32220 | ||
32221 | for ac_func in putenv setenv | |
32222 | do | |
32223 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
32224 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
32225 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
32226 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
32227 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32228 | else | |
32229 | cat >conftest.$ac_ext <<_ACEOF | |
32230 | /* confdefs.h. */ | |
32231 | _ACEOF | |
32232 | cat confdefs.h >>conftest.$ac_ext | |
32233 | cat >>conftest.$ac_ext <<_ACEOF | |
32234 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
32235 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
32236 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
32237 | #define $ac_func innocuous_$ac_func | |
32238 | ||
a848cd7e SC |
32239 | /* System header to define __stub macros and hopefully few prototypes, |
32240 | which can conflict with char $ac_func (); below. | |
32241 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
32242 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 32243 | |
a848cd7e SC |
32244 | #ifdef __STDC__ |
32245 | # include <limits.h> | |
32246 | #else | |
32247 | # include <assert.h> | |
32248 | #endif | |
ac1cb8d3 VS |
32249 | |
32250 | #undef $ac_func | |
32251 | ||
a848cd7e SC |
32252 | /* Override any gcc2 internal prototype to avoid an error. */ |
32253 | #ifdef __cplusplus | |
32254 | extern "C" | |
32255 | { | |
32256 | #endif | |
32257 | /* We use char because int might match the return type of a gcc2 | |
32258 | builtin and then its argument prototype would still apply. */ | |
32259 | char $ac_func (); | |
32260 | /* The GNU C library defines this for functions which it implements | |
32261 | to always fail with ENOSYS. Some functions are actually named | |
32262 | something starting with __ and the normal name is an alias. */ | |
32263 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
32264 | choke me | |
32265 | #else | |
32266 | char (*f) () = $ac_func; | |
32267 | #endif | |
32268 | #ifdef __cplusplus | |
32269 | } | |
32270 | #endif | |
32271 | ||
32272 | int | |
32273 | main () | |
32274 | { | |
32275 | return f != $ac_func; | |
32276 | ; | |
32277 | return 0; | |
32278 | } | |
32279 | _ACEOF | |
32280 | rm -f conftest.$ac_objext conftest$ac_exeext | |
32281 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 32282 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 32283 | ac_status=$? |
ac1cb8d3 VS |
32284 | grep -v '^ *+' conftest.er1 >conftest.err |
32285 | rm -f conftest.er1 | |
32286 | cat conftest.err >&5 | |
a848cd7e SC |
32287 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32288 | (exit $ac_status); } && | |
07158944 | 32289 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32290 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32291 | (eval $ac_try) 2>&5 | |
32292 | ac_status=$? | |
32293 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32294 | (exit $ac_status); }; } && | |
32295 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
32296 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32297 | (eval $ac_try) 2>&5 | |
32298 | ac_status=$? | |
32299 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32300 | (exit $ac_status); }; }; then | |
32301 | eval "$as_ac_var=yes" | |
32302 | else | |
32303 | echo "$as_me: failed program was:" >&5 | |
32304 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32305 | ||
32306 | eval "$as_ac_var=no" | |
32307 | fi | |
ac1cb8d3 VS |
32308 | rm -f conftest.err conftest.$ac_objext \ |
32309 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
32310 | fi |
32311 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
32312 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
32313 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
32314 | cat >>confdefs.h <<_ACEOF | |
32315 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
32316 | _ACEOF | |
32317 | break | |
32318 | fi | |
32319 | done | |
32320 | ||
32321 | ||
32322 | HAVE_SOME_SLEEP_FUNC=0 | |
32323 | if test "$USE_BEOS" = 1; then | |
32324 | cat >>confdefs.h <<\_ACEOF | |
32325 | #define HAVE_SLEEP 1 | |
32326 | _ACEOF | |
32327 | ||
32328 | HAVE_SOME_SLEEP_FUNC=1 | |
32329 | fi | |
32330 | ||
32331 | if test "$USE_DARWIN" = 1; then | |
32332 | cat >>confdefs.h <<\_ACEOF | |
32333 | #define HAVE_USLEEP 1 | |
32334 | _ACEOF | |
32335 | ||
32336 | HAVE_SOME_SLEEP_FUNC=1 | |
32337 | fi | |
32338 | ||
32339 | if test "$HAVE_SOME_SLEEP_FUNC" != 1; then | |
32340 | POSIX4_LINK= | |
32341 | ||
32342 | for ac_func in nanosleep | |
32343 | do | |
32344 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
32345 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
32346 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
32347 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
32348 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32349 | else | |
32350 | cat >conftest.$ac_ext <<_ACEOF | |
32351 | /* confdefs.h. */ | |
32352 | _ACEOF | |
32353 | cat confdefs.h >>conftest.$ac_ext | |
32354 | cat >>conftest.$ac_ext <<_ACEOF | |
32355 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
32356 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
32357 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
32358 | #define $ac_func innocuous_$ac_func | |
32359 | ||
a848cd7e SC |
32360 | /* System header to define __stub macros and hopefully few prototypes, |
32361 | which can conflict with char $ac_func (); below. | |
32362 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
32363 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 32364 | |
a848cd7e SC |
32365 | #ifdef __STDC__ |
32366 | # include <limits.h> | |
32367 | #else | |
32368 | # include <assert.h> | |
32369 | #endif | |
ac1cb8d3 VS |
32370 | |
32371 | #undef $ac_func | |
32372 | ||
a848cd7e SC |
32373 | /* Override any gcc2 internal prototype to avoid an error. */ |
32374 | #ifdef __cplusplus | |
32375 | extern "C" | |
32376 | { | |
32377 | #endif | |
32378 | /* We use char because int might match the return type of a gcc2 | |
32379 | builtin and then its argument prototype would still apply. */ | |
32380 | char $ac_func (); | |
32381 | /* The GNU C library defines this for functions which it implements | |
32382 | to always fail with ENOSYS. Some functions are actually named | |
32383 | something starting with __ and the normal name is an alias. */ | |
32384 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
32385 | choke me | |
32386 | #else | |
32387 | char (*f) () = $ac_func; | |
32388 | #endif | |
32389 | #ifdef __cplusplus | |
32390 | } | |
32391 | #endif | |
32392 | ||
32393 | int | |
32394 | main () | |
32395 | { | |
32396 | return f != $ac_func; | |
32397 | ; | |
32398 | return 0; | |
32399 | } | |
32400 | _ACEOF | |
32401 | rm -f conftest.$ac_objext conftest$ac_exeext | |
32402 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 32403 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 32404 | ac_status=$? |
ac1cb8d3 VS |
32405 | grep -v '^ *+' conftest.er1 >conftest.err |
32406 | rm -f conftest.er1 | |
32407 | cat conftest.err >&5 | |
a848cd7e SC |
32408 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32409 | (exit $ac_status); } && | |
07158944 | 32410 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32411 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32412 | (eval $ac_try) 2>&5 | |
32413 | ac_status=$? | |
32414 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32415 | (exit $ac_status); }; } && | |
32416 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
32417 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32418 | (eval $ac_try) 2>&5 | |
32419 | ac_status=$? | |
32420 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32421 | (exit $ac_status); }; }; then | |
32422 | eval "$as_ac_var=yes" | |
32423 | else | |
32424 | echo "$as_me: failed program was:" >&5 | |
32425 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32426 | ||
32427 | eval "$as_ac_var=no" | |
32428 | fi | |
ac1cb8d3 VS |
32429 | rm -f conftest.err conftest.$ac_objext \ |
32430 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
32431 | fi |
32432 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
32433 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
32434 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
32435 | cat >>confdefs.h <<_ACEOF | |
32436 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
32437 | _ACEOF | |
32438 | cat >>confdefs.h <<\_ACEOF | |
32439 | #define HAVE_NANOSLEEP 1 | |
32440 | _ACEOF | |
32441 | ||
32442 | else | |
32443 | ||
32444 | echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5 | |
32445 | echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6 | |
32446 | if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then | |
32447 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32448 | else | |
32449 | ac_check_lib_save_LIBS=$LIBS | |
32450 | LIBS="-lposix4 $LIBS" | |
32451 | cat >conftest.$ac_ext <<_ACEOF | |
32452 | /* confdefs.h. */ | |
32453 | _ACEOF | |
32454 | cat confdefs.h >>conftest.$ac_ext | |
32455 | cat >>conftest.$ac_ext <<_ACEOF | |
32456 | /* end confdefs.h. */ | |
32457 | ||
32458 | /* Override any gcc2 internal prototype to avoid an error. */ | |
32459 | #ifdef __cplusplus | |
32460 | extern "C" | |
32461 | #endif | |
32462 | /* We use char because int might match the return type of a gcc2 | |
32463 | builtin and then its argument prototype would still apply. */ | |
32464 | char nanosleep (); | |
32465 | int | |
32466 | main () | |
32467 | { | |
32468 | nanosleep (); | |
32469 | ; | |
32470 | return 0; | |
32471 | } | |
32472 | _ACEOF | |
32473 | rm -f conftest.$ac_objext conftest$ac_exeext | |
32474 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 32475 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 32476 | ac_status=$? |
ac1cb8d3 VS |
32477 | grep -v '^ *+' conftest.er1 >conftest.err |
32478 | rm -f conftest.er1 | |
32479 | cat conftest.err >&5 | |
a848cd7e SC |
32480 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32481 | (exit $ac_status); } && | |
07158944 | 32482 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32483 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32484 | (eval $ac_try) 2>&5 | |
32485 | ac_status=$? | |
32486 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32487 | (exit $ac_status); }; } && | |
32488 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
32489 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32490 | (eval $ac_try) 2>&5 | |
32491 | ac_status=$? | |
32492 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32493 | (exit $ac_status); }; }; then | |
32494 | ac_cv_lib_posix4_nanosleep=yes | |
32495 | else | |
32496 | echo "$as_me: failed program was:" >&5 | |
32497 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32498 | ||
32499 | ac_cv_lib_posix4_nanosleep=no | |
32500 | fi | |
ac1cb8d3 VS |
32501 | rm -f conftest.err conftest.$ac_objext \ |
32502 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
32503 | LIBS=$ac_check_lib_save_LIBS |
32504 | fi | |
32505 | echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5 | |
32506 | echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6 | |
32507 | if test $ac_cv_lib_posix4_nanosleep = yes; then | |
32508 | ||
32509 | cat >>confdefs.h <<\_ACEOF | |
32510 | #define HAVE_NANOSLEEP 1 | |
32511 | _ACEOF | |
32512 | ||
32513 | POSIX4_LINK=" -lposix4" | |
32514 | ||
32515 | else | |
32516 | ||
32517 | ||
32518 | for ac_func in usleep | |
32519 | do | |
32520 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
32521 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
32522 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
32523 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
32524 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32525 | else | |
32526 | cat >conftest.$ac_ext <<_ACEOF | |
32527 | /* confdefs.h. */ | |
32528 | _ACEOF | |
32529 | cat confdefs.h >>conftest.$ac_ext | |
32530 | cat >>conftest.$ac_ext <<_ACEOF | |
32531 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
32532 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
32533 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
32534 | #define $ac_func innocuous_$ac_func | |
32535 | ||
a848cd7e SC |
32536 | /* System header to define __stub macros and hopefully few prototypes, |
32537 | which can conflict with char $ac_func (); below. | |
32538 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
32539 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 32540 | |
a848cd7e SC |
32541 | #ifdef __STDC__ |
32542 | # include <limits.h> | |
32543 | #else | |
32544 | # include <assert.h> | |
32545 | #endif | |
ac1cb8d3 VS |
32546 | |
32547 | #undef $ac_func | |
32548 | ||
a848cd7e SC |
32549 | /* Override any gcc2 internal prototype to avoid an error. */ |
32550 | #ifdef __cplusplus | |
32551 | extern "C" | |
32552 | { | |
32553 | #endif | |
32554 | /* We use char because int might match the return type of a gcc2 | |
32555 | builtin and then its argument prototype would still apply. */ | |
32556 | char $ac_func (); | |
32557 | /* The GNU C library defines this for functions which it implements | |
32558 | to always fail with ENOSYS. Some functions are actually named | |
32559 | something starting with __ and the normal name is an alias. */ | |
32560 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
32561 | choke me | |
32562 | #else | |
32563 | char (*f) () = $ac_func; | |
32564 | #endif | |
32565 | #ifdef __cplusplus | |
32566 | } | |
32567 | #endif | |
32568 | ||
32569 | int | |
32570 | main () | |
32571 | { | |
32572 | return f != $ac_func; | |
32573 | ; | |
32574 | return 0; | |
32575 | } | |
32576 | _ACEOF | |
32577 | rm -f conftest.$ac_objext conftest$ac_exeext | |
32578 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 32579 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 32580 | ac_status=$? |
ac1cb8d3 VS |
32581 | grep -v '^ *+' conftest.er1 >conftest.err |
32582 | rm -f conftest.er1 | |
32583 | cat conftest.err >&5 | |
a848cd7e SC |
32584 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32585 | (exit $ac_status); } && | |
07158944 | 32586 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32587 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32588 | (eval $ac_try) 2>&5 | |
32589 | ac_status=$? | |
32590 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32591 | (exit $ac_status); }; } && | |
32592 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
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); }; }; then | |
32598 | eval "$as_ac_var=yes" | |
32599 | else | |
32600 | echo "$as_me: failed program was:" >&5 | |
32601 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32602 | ||
32603 | eval "$as_ac_var=no" | |
32604 | fi | |
ac1cb8d3 VS |
32605 | rm -f conftest.err conftest.$ac_objext \ |
32606 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
32607 | fi |
32608 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
32609 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
32610 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
32611 | cat >>confdefs.h <<_ACEOF | |
32612 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
32613 | _ACEOF | |
32614 | cat >>confdefs.h <<\_ACEOF | |
32615 | #define HAVE_USLEEP 1 | |
32616 | _ACEOF | |
32617 | ||
32618 | else | |
32619 | { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5 | |
32620 | echo "$as_me: WARNING: wxSleep() function will not work" >&2;} | |
32621 | ||
32622 | fi | |
32623 | done | |
32624 | ||
32625 | ||
32626 | ||
32627 | fi | |
32628 | ||
32629 | ||
32630 | ||
32631 | fi | |
32632 | done | |
32633 | ||
32634 | fi | |
32635 | ||
32636 | ||
32637 | ||
32638 | for ac_func in uname gethostname | |
32639 | do | |
32640 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
32641 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
32642 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
32643 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
32644 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32645 | else | |
32646 | cat >conftest.$ac_ext <<_ACEOF | |
32647 | /* confdefs.h. */ | |
32648 | _ACEOF | |
32649 | cat confdefs.h >>conftest.$ac_ext | |
32650 | cat >>conftest.$ac_ext <<_ACEOF | |
32651 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
32652 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
32653 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
32654 | #define $ac_func innocuous_$ac_func | |
32655 | ||
a848cd7e SC |
32656 | /* System header to define __stub macros and hopefully few prototypes, |
32657 | which can conflict with char $ac_func (); below. | |
32658 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
32659 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 32660 | |
a848cd7e SC |
32661 | #ifdef __STDC__ |
32662 | # include <limits.h> | |
32663 | #else | |
32664 | # include <assert.h> | |
32665 | #endif | |
ac1cb8d3 VS |
32666 | |
32667 | #undef $ac_func | |
32668 | ||
a848cd7e SC |
32669 | /* Override any gcc2 internal prototype to avoid an error. */ |
32670 | #ifdef __cplusplus | |
32671 | extern "C" | |
32672 | { | |
32673 | #endif | |
32674 | /* We use char because int might match the return type of a gcc2 | |
32675 | builtin and then its argument prototype would still apply. */ | |
32676 | char $ac_func (); | |
32677 | /* The GNU C library defines this for functions which it implements | |
32678 | to always fail with ENOSYS. Some functions are actually named | |
32679 | something starting with __ and the normal name is an alias. */ | |
32680 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
32681 | choke me | |
32682 | #else | |
32683 | char (*f) () = $ac_func; | |
32684 | #endif | |
32685 | #ifdef __cplusplus | |
32686 | } | |
32687 | #endif | |
32688 | ||
32689 | int | |
32690 | main () | |
32691 | { | |
32692 | return f != $ac_func; | |
32693 | ; | |
32694 | return 0; | |
32695 | } | |
32696 | _ACEOF | |
32697 | rm -f conftest.$ac_objext conftest$ac_exeext | |
32698 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 32699 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 32700 | ac_status=$? |
ac1cb8d3 VS |
32701 | grep -v '^ *+' conftest.er1 >conftest.err |
32702 | rm -f conftest.er1 | |
32703 | cat conftest.err >&5 | |
a848cd7e SC |
32704 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32705 | (exit $ac_status); } && | |
07158944 | 32706 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32707 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32708 | (eval $ac_try) 2>&5 | |
32709 | ac_status=$? | |
32710 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32711 | (exit $ac_status); }; } && | |
32712 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
32713 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32714 | (eval $ac_try) 2>&5 | |
32715 | ac_status=$? | |
32716 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32717 | (exit $ac_status); }; }; then | |
32718 | eval "$as_ac_var=yes" | |
32719 | else | |
32720 | echo "$as_me: failed program was:" >&5 | |
32721 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32722 | ||
32723 | eval "$as_ac_var=no" | |
32724 | fi | |
ac1cb8d3 VS |
32725 | rm -f conftest.err conftest.$ac_objext \ |
32726 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
32727 | fi |
32728 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
32729 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
32730 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
32731 | cat >>confdefs.h <<_ACEOF | |
32732 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
32733 | _ACEOF | |
32734 | break | |
32735 | fi | |
32736 | done | |
32737 | ||
32738 | ||
32739 | ||
32740 | ||
32741 | ac_ext=cc | |
32742 | ac_cpp='$CXXCPP $CPPFLAGS' | |
32743 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
32744 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
32745 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
32746 | ||
32747 | ||
32748 | ||
32749 | for ac_func in strtok_r | |
32750 | do | |
32751 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
32752 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
32753 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
32754 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
32755 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32756 | else | |
32757 | cat >conftest.$ac_ext <<_ACEOF | |
32758 | /* confdefs.h. */ | |
32759 | _ACEOF | |
32760 | cat confdefs.h >>conftest.$ac_ext | |
32761 | cat >>conftest.$ac_ext <<_ACEOF | |
32762 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
32763 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
32764 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
32765 | #define $ac_func innocuous_$ac_func | |
32766 | ||
a848cd7e SC |
32767 | /* System header to define __stub macros and hopefully few prototypes, |
32768 | which can conflict with char $ac_func (); below. | |
32769 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
32770 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 32771 | |
a848cd7e SC |
32772 | #ifdef __STDC__ |
32773 | # include <limits.h> | |
32774 | #else | |
32775 | # include <assert.h> | |
32776 | #endif | |
ac1cb8d3 VS |
32777 | |
32778 | #undef $ac_func | |
32779 | ||
a848cd7e SC |
32780 | /* Override any gcc2 internal prototype to avoid an error. */ |
32781 | #ifdef __cplusplus | |
32782 | extern "C" | |
32783 | { | |
32784 | #endif | |
32785 | /* We use char because int might match the return type of a gcc2 | |
32786 | builtin and then its argument prototype would still apply. */ | |
32787 | char $ac_func (); | |
32788 | /* The GNU C library defines this for functions which it implements | |
32789 | to always fail with ENOSYS. Some functions are actually named | |
32790 | something starting with __ and the normal name is an alias. */ | |
32791 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
32792 | choke me | |
32793 | #else | |
32794 | char (*f) () = $ac_func; | |
32795 | #endif | |
32796 | #ifdef __cplusplus | |
32797 | } | |
32798 | #endif | |
32799 | ||
32800 | int | |
32801 | main () | |
32802 | { | |
32803 | return f != $ac_func; | |
32804 | ; | |
32805 | return 0; | |
32806 | } | |
32807 | _ACEOF | |
32808 | rm -f conftest.$ac_objext conftest$ac_exeext | |
32809 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 32810 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 32811 | ac_status=$? |
ac1cb8d3 VS |
32812 | grep -v '^ *+' conftest.er1 >conftest.err |
32813 | rm -f conftest.er1 | |
32814 | cat conftest.err >&5 | |
a848cd7e SC |
32815 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32816 | (exit $ac_status); } && | |
07158944 | 32817 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32818 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32819 | (eval $ac_try) 2>&5 | |
32820 | ac_status=$? | |
32821 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32822 | (exit $ac_status); }; } && | |
32823 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
32824 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32825 | (eval $ac_try) 2>&5 | |
32826 | ac_status=$? | |
32827 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32828 | (exit $ac_status); }; }; then | |
32829 | eval "$as_ac_var=yes" | |
32830 | else | |
32831 | echo "$as_me: failed program was:" >&5 | |
32832 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32833 | ||
32834 | eval "$as_ac_var=no" | |
32835 | fi | |
ac1cb8d3 VS |
32836 | rm -f conftest.err conftest.$ac_objext \ |
32837 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
32838 | fi |
32839 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
32840 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
32841 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
32842 | cat >>confdefs.h <<_ACEOF | |
32843 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
32844 | _ACEOF | |
32845 | ||
32846 | fi | |
32847 | done | |
32848 | ||
32849 | ||
32850 | ac_ext=c | |
32851 | ac_cpp='$CPP $CPPFLAGS' | |
32852 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
32853 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
32854 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
32855 | ||
32856 | ||
32857 | INET_LINK= | |
32858 | ||
32859 | for ac_func in inet_addr | |
32860 | do | |
32861 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
32862 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
32863 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
32864 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
32865 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32866 | else | |
32867 | cat >conftest.$ac_ext <<_ACEOF | |
32868 | /* confdefs.h. */ | |
32869 | _ACEOF | |
32870 | cat confdefs.h >>conftest.$ac_ext | |
32871 | cat >>conftest.$ac_ext <<_ACEOF | |
32872 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
32873 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
32874 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
32875 | #define $ac_func innocuous_$ac_func | |
32876 | ||
a848cd7e SC |
32877 | /* System header to define __stub macros and hopefully few prototypes, |
32878 | which can conflict with char $ac_func (); below. | |
32879 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
32880 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 32881 | |
a848cd7e SC |
32882 | #ifdef __STDC__ |
32883 | # include <limits.h> | |
32884 | #else | |
32885 | # include <assert.h> | |
32886 | #endif | |
ac1cb8d3 VS |
32887 | |
32888 | #undef $ac_func | |
32889 | ||
a848cd7e SC |
32890 | /* Override any gcc2 internal prototype to avoid an error. */ |
32891 | #ifdef __cplusplus | |
32892 | extern "C" | |
32893 | { | |
32894 | #endif | |
32895 | /* We use char because int might match the return type of a gcc2 | |
32896 | builtin and then its argument prototype would still apply. */ | |
32897 | char $ac_func (); | |
32898 | /* The GNU C library defines this for functions which it implements | |
32899 | to always fail with ENOSYS. Some functions are actually named | |
32900 | something starting with __ and the normal name is an alias. */ | |
32901 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
32902 | choke me | |
32903 | #else | |
32904 | char (*f) () = $ac_func; | |
32905 | #endif | |
32906 | #ifdef __cplusplus | |
32907 | } | |
32908 | #endif | |
32909 | ||
32910 | int | |
32911 | main () | |
32912 | { | |
32913 | return f != $ac_func; | |
32914 | ; | |
32915 | return 0; | |
32916 | } | |
32917 | _ACEOF | |
32918 | rm -f conftest.$ac_objext conftest$ac_exeext | |
32919 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 32920 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 32921 | ac_status=$? |
ac1cb8d3 VS |
32922 | grep -v '^ *+' conftest.er1 >conftest.err |
32923 | rm -f conftest.er1 | |
32924 | cat conftest.err >&5 | |
a848cd7e SC |
32925 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32926 | (exit $ac_status); } && | |
07158944 | 32927 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
32928 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32929 | (eval $ac_try) 2>&5 | |
32930 | ac_status=$? | |
32931 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32932 | (exit $ac_status); }; } && | |
32933 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
32934 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
32935 | (eval $ac_try) 2>&5 | |
32936 | ac_status=$? | |
32937 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
32938 | (exit $ac_status); }; }; then | |
32939 | eval "$as_ac_var=yes" | |
32940 | else | |
32941 | echo "$as_me: failed program was:" >&5 | |
32942 | sed 's/^/| /' conftest.$ac_ext >&5 | |
32943 | ||
32944 | eval "$as_ac_var=no" | |
32945 | fi | |
ac1cb8d3 VS |
32946 | rm -f conftest.err conftest.$ac_objext \ |
32947 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
32948 | fi |
32949 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
32950 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
32951 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
32952 | cat >>confdefs.h <<_ACEOF | |
32953 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
32954 | _ACEOF | |
32955 | cat >>confdefs.h <<\_ACEOF | |
32956 | #define HAVE_INET_ADDR 1 | |
32957 | _ACEOF | |
32958 | ||
32959 | else | |
32960 | ||
32961 | echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5 | |
32962 | echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6 | |
32963 | if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then | |
32964 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
32965 | else | |
32966 | ac_check_lib_save_LIBS=$LIBS | |
32967 | LIBS="-lnsl $LIBS" | |
32968 | cat >conftest.$ac_ext <<_ACEOF | |
32969 | /* confdefs.h. */ | |
32970 | _ACEOF | |
32971 | cat confdefs.h >>conftest.$ac_ext | |
32972 | cat >>conftest.$ac_ext <<_ACEOF | |
32973 | /* end confdefs.h. */ | |
32974 | ||
32975 | /* Override any gcc2 internal prototype to avoid an error. */ | |
32976 | #ifdef __cplusplus | |
32977 | extern "C" | |
32978 | #endif | |
32979 | /* We use char because int might match the return type of a gcc2 | |
32980 | builtin and then its argument prototype would still apply. */ | |
32981 | char inet_addr (); | |
32982 | int | |
32983 | main () | |
32984 | { | |
32985 | inet_addr (); | |
32986 | ; | |
32987 | return 0; | |
32988 | } | |
32989 | _ACEOF | |
32990 | rm -f conftest.$ac_objext conftest$ac_exeext | |
32991 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 32992 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 32993 | ac_status=$? |
ac1cb8d3 VS |
32994 | grep -v '^ *+' conftest.er1 >conftest.err |
32995 | rm -f conftest.er1 | |
32996 | cat conftest.err >&5 | |
a848cd7e SC |
32997 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
32998 | (exit $ac_status); } && | |
07158944 | 32999 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
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); }; } && | |
33005 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33006 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33007 | (eval $ac_try) 2>&5 | |
33008 | ac_status=$? | |
33009 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33010 | (exit $ac_status); }; }; then | |
33011 | ac_cv_lib_nsl_inet_addr=yes | |
33012 | else | |
33013 | echo "$as_me: failed program was:" >&5 | |
33014 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33015 | ||
33016 | ac_cv_lib_nsl_inet_addr=no | |
33017 | fi | |
ac1cb8d3 VS |
33018 | rm -f conftest.err conftest.$ac_objext \ |
33019 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
33020 | LIBS=$ac_check_lib_save_LIBS |
33021 | fi | |
33022 | echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5 | |
33023 | echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6 | |
33024 | if test $ac_cv_lib_nsl_inet_addr = yes; then | |
33025 | INET_LINK="nsl" | |
33026 | else | |
33027 | ||
33028 | echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5 | |
33029 | echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6 | |
33030 | if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then | |
33031 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33032 | else | |
33033 | ac_check_lib_save_LIBS=$LIBS | |
33034 | LIBS="-lresolv $LIBS" | |
33035 | cat >conftest.$ac_ext <<_ACEOF | |
33036 | /* confdefs.h. */ | |
33037 | _ACEOF | |
33038 | cat confdefs.h >>conftest.$ac_ext | |
33039 | cat >>conftest.$ac_ext <<_ACEOF | |
33040 | /* end confdefs.h. */ | |
33041 | ||
33042 | /* Override any gcc2 internal prototype to avoid an error. */ | |
33043 | #ifdef __cplusplus | |
33044 | extern "C" | |
33045 | #endif | |
33046 | /* We use char because int might match the return type of a gcc2 | |
33047 | builtin and then its argument prototype would still apply. */ | |
33048 | char inet_addr (); | |
33049 | int | |
33050 | main () | |
33051 | { | |
33052 | inet_addr (); | |
33053 | ; | |
33054 | return 0; | |
33055 | } | |
33056 | _ACEOF | |
33057 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33058 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 33059 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 33060 | ac_status=$? |
ac1cb8d3 VS |
33061 | grep -v '^ *+' conftest.er1 >conftest.err |
33062 | rm -f conftest.er1 | |
33063 | cat conftest.err >&5 | |
a848cd7e SC |
33064 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
33065 | (exit $ac_status); } && | |
07158944 | 33066 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
33067 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33068 | (eval $ac_try) 2>&5 | |
33069 | ac_status=$? | |
33070 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33071 | (exit $ac_status); }; } && | |
33072 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33073 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33074 | (eval $ac_try) 2>&5 | |
33075 | ac_status=$? | |
33076 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33077 | (exit $ac_status); }; }; then | |
33078 | ac_cv_lib_resolv_inet_addr=yes | |
33079 | else | |
33080 | echo "$as_me: failed program was:" >&5 | |
33081 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33082 | ||
33083 | ac_cv_lib_resolv_inet_addr=no | |
33084 | fi | |
ac1cb8d3 VS |
33085 | rm -f conftest.err conftest.$ac_objext \ |
33086 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
33087 | LIBS=$ac_check_lib_save_LIBS |
33088 | fi | |
33089 | echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5 | |
33090 | echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6 | |
33091 | if test $ac_cv_lib_resolv_inet_addr = yes; then | |
33092 | INET_LINK="resolv" | |
33093 | else | |
33094 | ||
33095 | echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5 | |
33096 | echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6 | |
33097 | if test "${ac_cv_lib_socket_inet_addr+set}" = set; then | |
33098 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33099 | else | |
33100 | ac_check_lib_save_LIBS=$LIBS | |
33101 | LIBS="-lsocket $LIBS" | |
33102 | cat >conftest.$ac_ext <<_ACEOF | |
33103 | /* confdefs.h. */ | |
33104 | _ACEOF | |
33105 | cat confdefs.h >>conftest.$ac_ext | |
33106 | cat >>conftest.$ac_ext <<_ACEOF | |
33107 | /* end confdefs.h. */ | |
33108 | ||
33109 | /* Override any gcc2 internal prototype to avoid an error. */ | |
33110 | #ifdef __cplusplus | |
33111 | extern "C" | |
33112 | #endif | |
33113 | /* We use char because int might match the return type of a gcc2 | |
33114 | builtin and then its argument prototype would still apply. */ | |
33115 | char inet_addr (); | |
33116 | int | |
33117 | main () | |
33118 | { | |
33119 | inet_addr (); | |
33120 | ; | |
33121 | return 0; | |
33122 | } | |
33123 | _ACEOF | |
33124 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33125 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 33126 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 33127 | ac_status=$? |
ac1cb8d3 VS |
33128 | grep -v '^ *+' conftest.er1 >conftest.err |
33129 | rm -f conftest.er1 | |
33130 | cat conftest.err >&5 | |
a848cd7e SC |
33131 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
33132 | (exit $ac_status); } && | |
07158944 | 33133 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
33134 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33135 | (eval $ac_try) 2>&5 | |
33136 | ac_status=$? | |
33137 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33138 | (exit $ac_status); }; } && | |
33139 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33140 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33141 | (eval $ac_try) 2>&5 | |
33142 | ac_status=$? | |
33143 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33144 | (exit $ac_status); }; }; then | |
33145 | ac_cv_lib_socket_inet_addr=yes | |
33146 | else | |
33147 | echo "$as_me: failed program was:" >&5 | |
33148 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33149 | ||
33150 | ac_cv_lib_socket_inet_addr=no | |
33151 | fi | |
ac1cb8d3 VS |
33152 | rm -f conftest.err conftest.$ac_objext \ |
33153 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
33154 | LIBS=$ac_check_lib_save_LIBS |
33155 | fi | |
33156 | echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5 | |
33157 | echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6 | |
33158 | if test $ac_cv_lib_socket_inet_addr = yes; then | |
33159 | INET_LINK="socket" | |
33160 | ||
33161 | fi | |
33162 | ||
33163 | ||
33164 | ||
33165 | fi | |
33166 | ||
33167 | ||
33168 | ||
33169 | fi | |
33170 | ||
33171 | ||
33172 | ||
33173 | fi | |
33174 | done | |
33175 | ||
33176 | ||
33177 | ||
33178 | for ac_func in inet_aton | |
33179 | do | |
33180 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
33181 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
33182 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
33183 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
33184 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33185 | else | |
33186 | cat >conftest.$ac_ext <<_ACEOF | |
33187 | /* confdefs.h. */ | |
33188 | _ACEOF | |
33189 | cat confdefs.h >>conftest.$ac_ext | |
33190 | cat >>conftest.$ac_ext <<_ACEOF | |
33191 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
33192 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
33193 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
33194 | #define $ac_func innocuous_$ac_func | |
33195 | ||
a848cd7e SC |
33196 | /* System header to define __stub macros and hopefully few prototypes, |
33197 | which can conflict with char $ac_func (); below. | |
33198 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
33199 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 33200 | |
a848cd7e SC |
33201 | #ifdef __STDC__ |
33202 | # include <limits.h> | |
33203 | #else | |
33204 | # include <assert.h> | |
33205 | #endif | |
ac1cb8d3 VS |
33206 | |
33207 | #undef $ac_func | |
33208 | ||
a848cd7e SC |
33209 | /* Override any gcc2 internal prototype to avoid an error. */ |
33210 | #ifdef __cplusplus | |
33211 | extern "C" | |
33212 | { | |
33213 | #endif | |
33214 | /* We use char because int might match the return type of a gcc2 | |
33215 | builtin and then its argument prototype would still apply. */ | |
33216 | char $ac_func (); | |
33217 | /* The GNU C library defines this for functions which it implements | |
33218 | to always fail with ENOSYS. Some functions are actually named | |
33219 | something starting with __ and the normal name is an alias. */ | |
33220 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
33221 | choke me | |
33222 | #else | |
33223 | char (*f) () = $ac_func; | |
33224 | #endif | |
33225 | #ifdef __cplusplus | |
33226 | } | |
33227 | #endif | |
33228 | ||
33229 | int | |
33230 | main () | |
33231 | { | |
33232 | return f != $ac_func; | |
33233 | ; | |
33234 | return 0; | |
33235 | } | |
33236 | _ACEOF | |
33237 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33238 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 33239 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 33240 | ac_status=$? |
ac1cb8d3 VS |
33241 | grep -v '^ *+' conftest.er1 >conftest.err |
33242 | rm -f conftest.er1 | |
33243 | cat conftest.err >&5 | |
a848cd7e SC |
33244 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
33245 | (exit $ac_status); } && | |
07158944 | 33246 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
33247 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33248 | (eval $ac_try) 2>&5 | |
33249 | ac_status=$? | |
33250 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33251 | (exit $ac_status); }; } && | |
33252 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33253 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33254 | (eval $ac_try) 2>&5 | |
33255 | ac_status=$? | |
33256 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33257 | (exit $ac_status); }; }; then | |
33258 | eval "$as_ac_var=yes" | |
33259 | else | |
33260 | echo "$as_me: failed program was:" >&5 | |
33261 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33262 | ||
33263 | eval "$as_ac_var=no" | |
33264 | fi | |
ac1cb8d3 VS |
33265 | rm -f conftest.err conftest.$ac_objext \ |
33266 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
33267 | fi |
33268 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
33269 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
33270 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
33271 | cat >>confdefs.h <<_ACEOF | |
33272 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
33273 | _ACEOF | |
33274 | cat >>confdefs.h <<\_ACEOF | |
33275 | #define HAVE_INET_ATON 1 | |
33276 | _ACEOF | |
33277 | ||
33278 | else | |
33279 | ||
33280 | as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh` | |
33281 | echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5 | |
33282 | echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6 | |
33283 | if eval "test \"\${$as_ac_Lib+set}\" = set"; then | |
33284 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33285 | else | |
33286 | ac_check_lib_save_LIBS=$LIBS | |
33287 | LIBS="-l$INET_LINK $LIBS" | |
33288 | cat >conftest.$ac_ext <<_ACEOF | |
33289 | /* confdefs.h. */ | |
33290 | _ACEOF | |
33291 | cat confdefs.h >>conftest.$ac_ext | |
33292 | cat >>conftest.$ac_ext <<_ACEOF | |
33293 | /* end confdefs.h. */ | |
33294 | ||
33295 | /* Override any gcc2 internal prototype to avoid an error. */ | |
33296 | #ifdef __cplusplus | |
33297 | extern "C" | |
33298 | #endif | |
33299 | /* We use char because int might match the return type of a gcc2 | |
33300 | builtin and then its argument prototype would still apply. */ | |
33301 | char inet_aton (); | |
33302 | int | |
33303 | main () | |
33304 | { | |
33305 | inet_aton (); | |
33306 | ; | |
33307 | return 0; | |
33308 | } | |
33309 | _ACEOF | |
33310 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33311 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 33312 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 33313 | ac_status=$? |
ac1cb8d3 VS |
33314 | grep -v '^ *+' conftest.er1 >conftest.err |
33315 | rm -f conftest.er1 | |
33316 | cat conftest.err >&5 | |
a848cd7e SC |
33317 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
33318 | (exit $ac_status); } && | |
07158944 | 33319 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
33320 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33321 | (eval $ac_try) 2>&5 | |
33322 | ac_status=$? | |
33323 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33324 | (exit $ac_status); }; } && | |
33325 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33326 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33327 | (eval $ac_try) 2>&5 | |
33328 | ac_status=$? | |
33329 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33330 | (exit $ac_status); }; }; then | |
33331 | eval "$as_ac_Lib=yes" | |
33332 | else | |
33333 | echo "$as_me: failed program was:" >&5 | |
33334 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33335 | ||
33336 | eval "$as_ac_Lib=no" | |
33337 | fi | |
ac1cb8d3 VS |
33338 | rm -f conftest.err conftest.$ac_objext \ |
33339 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
33340 | LIBS=$ac_check_lib_save_LIBS |
33341 | fi | |
33342 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5 | |
33343 | echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6 | |
33344 | if test `eval echo '${'$as_ac_Lib'}'` = yes; then | |
33345 | cat >>confdefs.h <<\_ACEOF | |
33346 | #define HAVE_INET_ATON 1 | |
33347 | _ACEOF | |
33348 | ||
33349 | fi | |
33350 | ||
33351 | ||
33352 | fi | |
33353 | done | |
33354 | ||
33355 | ||
33356 | if test "x$INET_LINK" != "x"; then | |
33357 | cat >>confdefs.h <<\_ACEOF | |
33358 | #define HAVE_INET_ADDR 1 | |
33359 | _ACEOF | |
33360 | ||
33361 | INET_LINK=" -l$INET_LINK" | |
33362 | fi | |
33363 | ||
33364 | fi | |
33365 | ||
33366 | ||
33367 | ||
33368 | EXTRALIBS_ESD= | |
33369 | echo "$as_me:$LINENO: checking for esd_close in -lesd" >&5 | |
33370 | echo $ECHO_N "checking for esd_close in -lesd... $ECHO_C" >&6 | |
33371 | if test "${ac_cv_lib_esd_esd_close+set}" = set; then | |
33372 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33373 | else | |
33374 | ac_check_lib_save_LIBS=$LIBS | |
33375 | LIBS="-lesd $LIBS" | |
33376 | cat >conftest.$ac_ext <<_ACEOF | |
33377 | /* confdefs.h. */ | |
33378 | _ACEOF | |
33379 | cat confdefs.h >>conftest.$ac_ext | |
33380 | cat >>conftest.$ac_ext <<_ACEOF | |
33381 | /* end confdefs.h. */ | |
33382 | ||
33383 | /* Override any gcc2 internal prototype to avoid an error. */ | |
33384 | #ifdef __cplusplus | |
33385 | extern "C" | |
33386 | #endif | |
33387 | /* We use char because int might match the return type of a gcc2 | |
33388 | builtin and then its argument prototype would still apply. */ | |
33389 | char esd_close (); | |
33390 | int | |
33391 | main () | |
33392 | { | |
33393 | esd_close (); | |
33394 | ; | |
33395 | return 0; | |
33396 | } | |
33397 | _ACEOF | |
33398 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33399 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 33400 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 33401 | ac_status=$? |
ac1cb8d3 VS |
33402 | grep -v '^ *+' conftest.er1 >conftest.err |
33403 | rm -f conftest.er1 | |
33404 | cat conftest.err >&5 | |
a848cd7e SC |
33405 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
33406 | (exit $ac_status); } && | |
07158944 | 33407 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
33408 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33409 | (eval $ac_try) 2>&5 | |
33410 | ac_status=$? | |
33411 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33412 | (exit $ac_status); }; } && | |
33413 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33414 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33415 | (eval $ac_try) 2>&5 | |
33416 | ac_status=$? | |
33417 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33418 | (exit $ac_status); }; }; then | |
33419 | ac_cv_lib_esd_esd_close=yes | |
33420 | else | |
33421 | echo "$as_me: failed program was:" >&5 | |
33422 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33423 | ||
33424 | ac_cv_lib_esd_esd_close=no | |
33425 | fi | |
ac1cb8d3 VS |
33426 | rm -f conftest.err conftest.$ac_objext \ |
33427 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
33428 | LIBS=$ac_check_lib_save_LIBS |
33429 | fi | |
33430 | echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_close" >&5 | |
33431 | echo "${ECHO_T}$ac_cv_lib_esd_esd_close" >&6 | |
33432 | if test $ac_cv_lib_esd_esd_close = yes; then | |
33433 | ||
33434 | ||
33435 | for ac_header in esd.h | |
33436 | do | |
33437 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
33438 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
33439 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
33440 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
33441 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
33442 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33443 | fi | |
33444 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
33445 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
33446 | else | |
33447 | # Is the header compilable? | |
33448 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
33449 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
33450 | cat >conftest.$ac_ext <<_ACEOF | |
33451 | /* confdefs.h. */ | |
33452 | _ACEOF | |
33453 | cat confdefs.h >>conftest.$ac_ext | |
33454 | cat >>conftest.$ac_ext <<_ACEOF | |
33455 | /* end confdefs.h. */ | |
33456 | $ac_includes_default | |
33457 | #include <$ac_header> | |
33458 | _ACEOF | |
33459 | rm -f conftest.$ac_objext | |
33460 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 33461 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 33462 | ac_status=$? |
ac1cb8d3 VS |
33463 | grep -v '^ *+' conftest.er1 >conftest.err |
33464 | rm -f conftest.er1 | |
33465 | cat conftest.err >&5 | |
a848cd7e SC |
33466 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
33467 | (exit $ac_status); } && | |
07158944 | 33468 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
33469 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33470 | (eval $ac_try) 2>&5 | |
33471 | ac_status=$? | |
33472 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33473 | (exit $ac_status); }; } && | |
33474 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
33475 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33476 | (eval $ac_try) 2>&5 | |
33477 | ac_status=$? | |
33478 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33479 | (exit $ac_status); }; }; then | |
33480 | ac_header_compiler=yes | |
33481 | else | |
33482 | echo "$as_me: failed program was:" >&5 | |
33483 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33484 | ||
33485 | ac_header_compiler=no | |
33486 | fi | |
ac1cb8d3 | 33487 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
33488 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
33489 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
33490 | ||
33491 | # Is the header present? | |
33492 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
33493 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
33494 | cat >conftest.$ac_ext <<_ACEOF | |
33495 | /* confdefs.h. */ | |
33496 | _ACEOF | |
33497 | cat confdefs.h >>conftest.$ac_ext | |
33498 | cat >>conftest.$ac_ext <<_ACEOF | |
33499 | /* end confdefs.h. */ | |
33500 | #include <$ac_header> | |
33501 | _ACEOF | |
33502 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
33503 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
33504 | ac_status=$? | |
33505 | grep -v '^ *+' conftest.er1 >conftest.err | |
33506 | rm -f conftest.er1 | |
33507 | cat conftest.err >&5 | |
33508 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33509 | (exit $ac_status); } >/dev/null; then | |
33510 | if test -s conftest.err; then | |
33511 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 33512 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
33513 | else |
33514 | ac_cpp_err= | |
33515 | fi | |
33516 | else | |
33517 | ac_cpp_err=yes | |
33518 | fi | |
33519 | if test -z "$ac_cpp_err"; then | |
33520 | ac_header_preproc=yes | |
33521 | else | |
33522 | echo "$as_me: failed program was:" >&5 | |
33523 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33524 | ||
33525 | ac_header_preproc=no | |
33526 | fi | |
33527 | rm -f conftest.err conftest.$ac_ext | |
33528 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
33529 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
33530 | ||
33531 | # So? What about this header? | |
ac1cb8d3 VS |
33532 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
33533 | yes:no: ) | |
a848cd7e SC |
33534 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
33535 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
33536 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
33537 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
33538 | ac_header_preproc=yes | |
a848cd7e | 33539 | ;; |
ac1cb8d3 | 33540 | no:yes:* ) |
a848cd7e SC |
33541 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
33542 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
33543 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
33544 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
33545 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
33546 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
33547 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
33548 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
33549 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
33550 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
33551 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
33552 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
33553 | ( |
33554 | cat <<\_ASBOX | |
ac1cb8d3 VS |
33555 | ## ----------------------------------------- ## |
33556 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
33557 | ## ----------------------------------------- ## | |
a848cd7e SC |
33558 | _ASBOX |
33559 | ) | | |
33560 | sed "s/^/$as_me: WARNING: /" >&2 | |
33561 | ;; | |
33562 | esac | |
33563 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
33564 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
33565 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
33566 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33567 | else | |
ac1cb8d3 | 33568 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
33569 | fi |
33570 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
33571 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
33572 | ||
33573 | fi | |
33574 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
33575 | cat >>confdefs.h <<_ACEOF | |
33576 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
33577 | _ACEOF | |
33578 | ||
33579 | EXTRALIBS_ESD="-lesd" | |
33580 | ||
33581 | fi | |
33582 | ||
33583 | done | |
33584 | ||
33585 | ||
33586 | fi | |
33587 | ||
33588 | ||
33589 | ||
33590 | echo "$as_me:$LINENO: checking for known CD-ROM interface" >&5 | |
33591 | echo $ECHO_N "checking for known CD-ROM interface... $ECHO_C" >&6 | |
33592 | cat >conftest.$ac_ext <<_ACEOF | |
33593 | /* confdefs.h. */ | |
33594 | _ACEOF | |
33595 | cat confdefs.h >>conftest.$ac_ext | |
33596 | cat >>conftest.$ac_ext <<_ACEOF | |
33597 | /* end confdefs.h. */ | |
33598 | #ifdef __linux__ | |
33599 | #include <linux/cdrom.h> | |
33600 | #else | |
33601 | /* For Solaris */ | |
33602 | #include <sys/cdio.h> | |
33603 | #endif | |
33604 | ||
33605 | int | |
33606 | main () | |
33607 | { | |
33608 | struct cdrom_tocentry entry, old_entry; | |
33609 | ; | |
33610 | return 0; | |
33611 | } | |
33612 | _ACEOF | |
33613 | rm -f conftest.$ac_objext | |
33614 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 33615 | (eval $ac_compile) 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); } && | |
07158944 | 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_objext' | |
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 | echo "$as_me:$LINENO: result: yes" >&5 | |
33635 | echo "${ECHO_T}yes" >&6 | |
33636 | cat >>confdefs.h <<\_ACEOF | |
33637 | #define HAVE_KNOWN_CDROM_INTERFACE 1 | |
33638 | _ACEOF | |
33639 | ||
33640 | else | |
33641 | echo "$as_me: failed program was:" >&5 | |
33642 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33643 | ||
33644 | echo "$as_me:$LINENO: result: no" >&5 | |
33645 | echo "${ECHO_T}no" >&6 | |
33646 | fi | |
ac1cb8d3 | 33647 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
33648 | |
33649 | ||
33650 | cat >confcache <<\_ACEOF | |
33651 | # This file is a shell script that caches the results of configure | |
33652 | # tests run on this system so they can be shared between configure | |
33653 | # scripts and configure runs, see configure's option --config-cache. | |
33654 | # It is not useful on other systems. If it contains results you don't | |
33655 | # want to keep, you may remove or edit it. | |
33656 | # | |
33657 | # config.status only pays attention to the cache file if you give it | |
33658 | # the --recheck option to rerun configure. | |
33659 | # | |
33660 | # `ac_cv_env_foo' variables (set or unset) will be overridden when | |
33661 | # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
33662 | # following values. | |
33663 | ||
33664 | _ACEOF | |
33665 | ||
33666 | # The following way of writing the cache mishandles newlines in values, | |
33667 | # but we know of no workaround that is simple, portable, and efficient. | |
33668 | # So, don't put newlines in cache variables' values. | |
33669 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
33670 | # and sets the high bit in the cache file unless we assign to the vars. | |
33671 | { | |
33672 | (set) 2>&1 | | |
33673 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
33674 | *ac_space=\ *) | |
33675 | # `set' does not quote correctly, so add quotes (double-quote | |
33676 | # substitution turns \\\\ into \\, and sed turns \\ into \). | |
33677 | sed -n \ | |
ac1cb8d3 VS |
33678 | "s/'/'\\\\''/g; |
33679 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
a848cd7e SC |
33680 | ;; |
33681 | *) | |
33682 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
33683 | sed -n \ | |
ac1cb8d3 | 33684 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" |
a848cd7e SC |
33685 | ;; |
33686 | esac; | |
33687 | } | | |
33688 | sed ' | |
33689 | t clear | |
33690 | : clear | |
33691 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ | |
33692 | t end | |
33693 | /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | |
33694 | : end' >>confcache | |
33695 | if diff $cache_file confcache >/dev/null 2>&1; then :; else | |
33696 | if test -w $cache_file; then | |
33697 | test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" | |
33698 | cat confcache >$cache_file | |
33699 | else | |
33700 | echo "not updating unwritable cache $cache_file" | |
33701 | fi | |
33702 | fi | |
33703 | rm -f confcache | |
33704 | ||
33705 | ||
33706 | CPP_MT_FLAG= | |
33707 | if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then | |
33708 | ||
33709 | ||
33710 | THREADS_LINK= | |
33711 | THREADS_CFLAGS= | |
33712 | ||
33713 | if test "$wxUSE_THREADS" = "yes" ; then | |
33714 | if test "$USE_BEOS" = 1; then | |
33715 | { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5 | |
33716 | echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;} | |
33717 | wxUSE_THREADS="no" | |
33718 | fi | |
33719 | fi | |
33720 | ||
33721 | if test "$wxUSE_THREADS" = "yes" ; then | |
33722 | ||
33723 | ||
33724 | THREAD_OPTS="-pthread" | |
33725 | case "${host}" in | |
33726 | *-*-solaris2* | *-*-sunos4* ) | |
33727 | if test "x$GCC" = "xyes"; then | |
33728 | THREAD_OPTS="-pthreads $THREAD_OPTS" | |
33729 | else | |
33730 | THREAD_OPTS="-mt $THREAD_OPTS" | |
33731 | fi | |
33732 | ;; | |
33733 | *-*-freebsd*) | |
33734 | THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r" | |
33735 | ;; | |
33736 | *-*-darwin* | *-*-cygwin* ) | |
33737 | THREAD_OPTS="" | |
33738 | ;; | |
33739 | *-*-aix*) | |
33740 | THREAD_OPTS="pthreads" | |
33741 | ;; | |
33742 | *-hp-hpux* ) | |
33743 | if test "x$GCC" != "xyes"; then | |
33744 | THREAD_OPTS="" | |
33745 | fi | |
33746 | ;; | |
33747 | ||
33748 | *-*-irix* ) | |
33749 | if test "x$GCC" = "xyes"; then | |
33750 | THREAD_OPTS="" | |
33751 | fi | |
33752 | ;; | |
33753 | ||
33754 | *-*-*UnixWare*) | |
33755 | if test "x$GCC" != "xyes"; then | |
33756 | THREAD_OPTS="-Ethread" | |
33757 | fi | |
33758 | ;; | |
33759 | esac | |
33760 | ||
33761 | THREAD_OPTS="$THREAD_OPTS pthread none" | |
33762 | ||
33763 | THREADS_OK=no | |
33764 | for flag in $THREAD_OPTS; do | |
33765 | case $flag in | |
33766 | none) | |
33767 | echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5 | |
33768 | echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6 | |
33769 | ;; | |
33770 | ||
33771 | -*) | |
33772 | echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5 | |
33773 | echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6 | |
33774 | THREADS_CFLAGS="$flag" | |
33775 | ;; | |
33776 | ||
33777 | *) | |
33778 | echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5 | |
33779 | echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6 | |
33780 | THREADS_LINK="-l$flag" | |
33781 | ;; | |
33782 | esac | |
33783 | ||
33784 | save_LIBS="$LIBS" | |
33785 | save_CFLAGS="$CFLAGS" | |
33786 | LIBS="$THREADS_LINK $LIBS" | |
33787 | CFLAGS="$THREADS_CFLAGS $CFLAGS" | |
33788 | ||
33789 | cat >conftest.$ac_ext <<_ACEOF | |
33790 | /* confdefs.h. */ | |
33791 | _ACEOF | |
33792 | cat confdefs.h >>conftest.$ac_ext | |
33793 | cat >>conftest.$ac_ext <<_ACEOF | |
33794 | /* end confdefs.h. */ | |
33795 | #include <pthread.h> | |
33796 | int | |
33797 | main () | |
33798 | { | |
33799 | pthread_create(0,0,0,0); | |
33800 | ; | |
33801 | return 0; | |
33802 | } | |
33803 | _ACEOF | |
33804 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33805 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 33806 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 33807 | ac_status=$? |
ac1cb8d3 VS |
33808 | grep -v '^ *+' conftest.er1 >conftest.err |
33809 | rm -f conftest.er1 | |
33810 | cat conftest.err >&5 | |
a848cd7e SC |
33811 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
33812 | (exit $ac_status); } && | |
07158944 | 33813 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
33814 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33815 | (eval $ac_try) 2>&5 | |
33816 | ac_status=$? | |
33817 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33818 | (exit $ac_status); }; } && | |
33819 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33820 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33821 | (eval $ac_try) 2>&5 | |
33822 | ac_status=$? | |
33823 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33824 | (exit $ac_status); }; }; then | |
33825 | THREADS_OK=yes | |
33826 | else | |
33827 | echo "$as_me: failed program was:" >&5 | |
33828 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33829 | ||
33830 | fi | |
ac1cb8d3 VS |
33831 | rm -f conftest.err conftest.$ac_objext \ |
33832 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
33833 | |
33834 | LIBS="$save_LIBS" | |
33835 | CFLAGS="$save_CFLAGS" | |
33836 | ||
33837 | echo "$as_me:$LINENO: result: $THREADS_OK" >&5 | |
33838 | echo "${ECHO_T}$THREADS_OK" >&6 | |
33839 | if test "x$THREADS_OK" = "xyes"; then | |
33840 | break; | |
33841 | fi | |
33842 | ||
33843 | THREADS_LINK="" | |
33844 | THREADS_CFLAGS="" | |
33845 | done | |
33846 | ||
33847 | if test "x$THREADS_OK" != "xyes"; then | |
33848 | wxUSE_THREADS=no | |
33849 | { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5 | |
33850 | echo "$as_me: WARNING: No thread support on this system... disabled" >&2;} | |
33851 | else | |
33852 | LDFLAGS="$THREADS_CFLAGS $LDFLAGS" | |
33853 | LIBS="$THREADS_LINK $LIBS" | |
33854 | ||
33855 | echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5 | |
33856 | echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6 | |
33857 | flag=no | |
33858 | case "${host}" in | |
33859 | *-aix*) | |
33860 | LDFLAGS="-L/usr/lib/threads $LDFLAGS" | |
33861 | flag="-D_THREAD_SAFE" | |
33862 | ;; | |
33863 | *-freebsd*) | |
33864 | flag="-D_THREAD_SAFE" | |
33865 | ;; | |
33866 | *-hp-hpux* ) | |
33867 | flag="-D_REENTRANT" | |
33868 | if test "x$GCC" != "xyes"; then | |
33869 | flag="$flag -D_RWSTD_MULTI_THREAD" | |
33870 | fi | |
33871 | ;; | |
33872 | *solaris* | alpha*-osf*) | |
33873 | flag="-D_REENTRANT" | |
33874 | ;; | |
33875 | esac | |
33876 | echo "$as_me:$LINENO: result: ${flag}" >&5 | |
33877 | echo "${ECHO_T}${flag}" >&6 | |
33878 | if test "x$flag" != xno; then | |
33879 | THREADS_CFLAGS="$THREADS_CFLAGS $flag" | |
33880 | fi | |
33881 | ||
33882 | if test "x$THREADS_CFLAGS" != "x"; then | |
33883 | CFLAGS="$CFLAGS $THREADS_CFLAGS" | |
33884 | CXXFLAGS="$CXXFLAGS $THREADS_CFLAGS" | |
33885 | fi | |
33886 | fi | |
33887 | fi | |
33888 | ||
33889 | if test "$wxUSE_THREADS" = "yes" ; then | |
33890 | ||
33891 | for ac_func in thr_setconcurrency | |
33892 | do | |
33893 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
33894 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
33895 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
33896 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
33897 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
33898 | else | |
33899 | cat >conftest.$ac_ext <<_ACEOF | |
33900 | /* confdefs.h. */ | |
33901 | _ACEOF | |
33902 | cat confdefs.h >>conftest.$ac_ext | |
33903 | cat >>conftest.$ac_ext <<_ACEOF | |
33904 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
33905 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
33906 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
33907 | #define $ac_func innocuous_$ac_func | |
33908 | ||
a848cd7e SC |
33909 | /* System header to define __stub macros and hopefully few prototypes, |
33910 | which can conflict with char $ac_func (); below. | |
33911 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
33912 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 33913 | |
a848cd7e SC |
33914 | #ifdef __STDC__ |
33915 | # include <limits.h> | |
33916 | #else | |
33917 | # include <assert.h> | |
33918 | #endif | |
ac1cb8d3 VS |
33919 | |
33920 | #undef $ac_func | |
33921 | ||
a848cd7e SC |
33922 | /* Override any gcc2 internal prototype to avoid an error. */ |
33923 | #ifdef __cplusplus | |
33924 | extern "C" | |
33925 | { | |
33926 | #endif | |
33927 | /* We use char because int might match the return type of a gcc2 | |
33928 | builtin and then its argument prototype would still apply. */ | |
33929 | char $ac_func (); | |
33930 | /* The GNU C library defines this for functions which it implements | |
33931 | to always fail with ENOSYS. Some functions are actually named | |
33932 | something starting with __ and the normal name is an alias. */ | |
33933 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
33934 | choke me | |
33935 | #else | |
33936 | char (*f) () = $ac_func; | |
33937 | #endif | |
33938 | #ifdef __cplusplus | |
33939 | } | |
33940 | #endif | |
33941 | ||
33942 | int | |
33943 | main () | |
33944 | { | |
33945 | return f != $ac_func; | |
33946 | ; | |
33947 | return 0; | |
33948 | } | |
33949 | _ACEOF | |
33950 | rm -f conftest.$ac_objext conftest$ac_exeext | |
33951 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 33952 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 33953 | ac_status=$? |
ac1cb8d3 VS |
33954 | grep -v '^ *+' conftest.er1 >conftest.err |
33955 | rm -f conftest.er1 | |
33956 | cat conftest.err >&5 | |
a848cd7e SC |
33957 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
33958 | (exit $ac_status); } && | |
07158944 | 33959 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
33960 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33961 | (eval $ac_try) 2>&5 | |
33962 | ac_status=$? | |
33963 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33964 | (exit $ac_status); }; } && | |
33965 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
33966 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
33967 | (eval $ac_try) 2>&5 | |
33968 | ac_status=$? | |
33969 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
33970 | (exit $ac_status); }; }; then | |
33971 | eval "$as_ac_var=yes" | |
33972 | else | |
33973 | echo "$as_me: failed program was:" >&5 | |
33974 | sed 's/^/| /' conftest.$ac_ext >&5 | |
33975 | ||
33976 | eval "$as_ac_var=no" | |
33977 | fi | |
ac1cb8d3 VS |
33978 | rm -f conftest.err conftest.$ac_objext \ |
33979 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
33980 | fi |
33981 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
33982 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
33983 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
33984 | cat >>confdefs.h <<_ACEOF | |
33985 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
33986 | _ACEOF | |
33987 | ||
33988 | fi | |
33989 | done | |
33990 | ||
33991 | ||
33992 | ||
33993 | for ac_header in sched.h | |
33994 | do | |
33995 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
33996 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
33997 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
33998 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
33999 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
34000 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34001 | fi | |
34002 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
34003 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
34004 | else | |
34005 | # Is the header compilable? | |
34006 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
34007 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
34008 | cat >conftest.$ac_ext <<_ACEOF | |
34009 | /* confdefs.h. */ | |
34010 | _ACEOF | |
34011 | cat confdefs.h >>conftest.$ac_ext | |
34012 | cat >>conftest.$ac_ext <<_ACEOF | |
34013 | /* end confdefs.h. */ | |
34014 | $ac_includes_default | |
34015 | #include <$ac_header> | |
34016 | _ACEOF | |
34017 | rm -f conftest.$ac_objext | |
34018 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 34019 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 34020 | ac_status=$? |
ac1cb8d3 VS |
34021 | grep -v '^ *+' conftest.er1 >conftest.err |
34022 | rm -f conftest.er1 | |
34023 | cat conftest.err >&5 | |
a848cd7e SC |
34024 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
34025 | (exit $ac_status); } && | |
07158944 | 34026 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
34027 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34028 | (eval $ac_try) 2>&5 | |
34029 | ac_status=$? | |
34030 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34031 | (exit $ac_status); }; } && | |
34032 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
34033 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34034 | (eval $ac_try) 2>&5 | |
34035 | ac_status=$? | |
34036 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34037 | (exit $ac_status); }; }; then | |
34038 | ac_header_compiler=yes | |
34039 | else | |
34040 | echo "$as_me: failed program was:" >&5 | |
34041 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34042 | ||
34043 | ac_header_compiler=no | |
34044 | fi | |
ac1cb8d3 | 34045 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
34046 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
34047 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
34048 | ||
34049 | # Is the header present? | |
34050 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
34051 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
34052 | cat >conftest.$ac_ext <<_ACEOF | |
34053 | /* confdefs.h. */ | |
34054 | _ACEOF | |
34055 | cat confdefs.h >>conftest.$ac_ext | |
34056 | cat >>conftest.$ac_ext <<_ACEOF | |
34057 | /* end confdefs.h. */ | |
34058 | #include <$ac_header> | |
34059 | _ACEOF | |
34060 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
34061 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
34062 | ac_status=$? | |
34063 | grep -v '^ *+' conftest.er1 >conftest.err | |
34064 | rm -f conftest.er1 | |
34065 | cat conftest.err >&5 | |
34066 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34067 | (exit $ac_status); } >/dev/null; then | |
34068 | if test -s conftest.err; then | |
34069 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 34070 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
34071 | else |
34072 | ac_cpp_err= | |
34073 | fi | |
34074 | else | |
34075 | ac_cpp_err=yes | |
34076 | fi | |
34077 | if test -z "$ac_cpp_err"; then | |
34078 | ac_header_preproc=yes | |
34079 | else | |
34080 | echo "$as_me: failed program was:" >&5 | |
34081 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34082 | ||
34083 | ac_header_preproc=no | |
34084 | fi | |
34085 | rm -f conftest.err conftest.$ac_ext | |
34086 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
34087 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
34088 | ||
34089 | # So? What about this header? | |
ac1cb8d3 VS |
34090 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
34091 | yes:no: ) | |
a848cd7e SC |
34092 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
34093 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
34094 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
34095 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
34096 | ac_header_preproc=yes | |
a848cd7e | 34097 | ;; |
ac1cb8d3 | 34098 | no:yes:* ) |
a848cd7e SC |
34099 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
34100 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
34101 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
34102 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
34103 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
34104 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
34105 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
34106 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
34107 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
34108 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
34109 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
34110 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
34111 | ( |
34112 | cat <<\_ASBOX | |
ac1cb8d3 VS |
34113 | ## ----------------------------------------- ## |
34114 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
34115 | ## ----------------------------------------- ## | |
a848cd7e SC |
34116 | _ASBOX |
34117 | ) | | |
34118 | sed "s/^/$as_me: WARNING: /" >&2 | |
34119 | ;; | |
34120 | esac | |
34121 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
34122 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
34123 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
34124 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34125 | else | |
ac1cb8d3 | 34126 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
34127 | fi |
34128 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
34129 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
34130 | ||
34131 | fi | |
34132 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
34133 | cat >>confdefs.h <<_ACEOF | |
34134 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
34135 | _ACEOF | |
34136 | ||
34137 | fi | |
34138 | ||
34139 | done | |
34140 | ||
34141 | if test "$ac_cv_header_sched_h" = "yes"; then | |
34142 | echo "$as_me:$LINENO: checking for sched_yield" >&5 | |
34143 | echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6 | |
34144 | if test "${ac_cv_func_sched_yield+set}" = set; then | |
34145 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34146 | else | |
34147 | cat >conftest.$ac_ext <<_ACEOF | |
34148 | /* confdefs.h. */ | |
34149 | _ACEOF | |
34150 | cat confdefs.h >>conftest.$ac_ext | |
34151 | cat >>conftest.$ac_ext <<_ACEOF | |
34152 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
34153 | /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield. |
34154 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
34155 | #define sched_yield innocuous_sched_yield | |
34156 | ||
a848cd7e SC |
34157 | /* System header to define __stub macros and hopefully few prototypes, |
34158 | which can conflict with char sched_yield (); below. | |
34159 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
34160 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 34161 | |
a848cd7e SC |
34162 | #ifdef __STDC__ |
34163 | # include <limits.h> | |
34164 | #else | |
34165 | # include <assert.h> | |
34166 | #endif | |
ac1cb8d3 VS |
34167 | |
34168 | #undef sched_yield | |
34169 | ||
a848cd7e SC |
34170 | /* Override any gcc2 internal prototype to avoid an error. */ |
34171 | #ifdef __cplusplus | |
34172 | extern "C" | |
34173 | { | |
34174 | #endif | |
34175 | /* We use char because int might match the return type of a gcc2 | |
34176 | builtin and then its argument prototype would still apply. */ | |
34177 | char sched_yield (); | |
34178 | /* The GNU C library defines this for functions which it implements | |
34179 | to always fail with ENOSYS. Some functions are actually named | |
34180 | something starting with __ and the normal name is an alias. */ | |
34181 | #if defined (__stub_sched_yield) || defined (__stub___sched_yield) | |
34182 | choke me | |
34183 | #else | |
34184 | char (*f) () = sched_yield; | |
34185 | #endif | |
34186 | #ifdef __cplusplus | |
34187 | } | |
34188 | #endif | |
34189 | ||
34190 | int | |
34191 | main () | |
34192 | { | |
34193 | return f != sched_yield; | |
34194 | ; | |
34195 | return 0; | |
34196 | } | |
34197 | _ACEOF | |
34198 | rm -f conftest.$ac_objext conftest$ac_exeext | |
34199 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 34200 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 34201 | ac_status=$? |
ac1cb8d3 VS |
34202 | grep -v '^ *+' conftest.er1 >conftest.err |
34203 | rm -f conftest.er1 | |
34204 | cat conftest.err >&5 | |
a848cd7e SC |
34205 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
34206 | (exit $ac_status); } && | |
07158944 | 34207 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
34208 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34209 | (eval $ac_try) 2>&5 | |
34210 | ac_status=$? | |
34211 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34212 | (exit $ac_status); }; } && | |
34213 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
34214 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34215 | (eval $ac_try) 2>&5 | |
34216 | ac_status=$? | |
34217 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34218 | (exit $ac_status); }; }; then | |
34219 | ac_cv_func_sched_yield=yes | |
34220 | else | |
34221 | echo "$as_me: failed program was:" >&5 | |
34222 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34223 | ||
34224 | ac_cv_func_sched_yield=no | |
34225 | fi | |
ac1cb8d3 VS |
34226 | rm -f conftest.err conftest.$ac_objext \ |
34227 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
34228 | fi |
34229 | echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5 | |
34230 | echo "${ECHO_T}$ac_cv_func_sched_yield" >&6 | |
34231 | if test $ac_cv_func_sched_yield = yes; then | |
34232 | cat >>confdefs.h <<\_ACEOF | |
34233 | #define HAVE_SCHED_YIELD 1 | |
34234 | _ACEOF | |
34235 | ||
34236 | else | |
34237 | ||
34238 | echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5 | |
34239 | echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6 | |
34240 | if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then | |
34241 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34242 | else | |
34243 | ac_check_lib_save_LIBS=$LIBS | |
34244 | LIBS="-lposix4 $LIBS" | |
34245 | cat >conftest.$ac_ext <<_ACEOF | |
34246 | /* confdefs.h. */ | |
34247 | _ACEOF | |
34248 | cat confdefs.h >>conftest.$ac_ext | |
34249 | cat >>conftest.$ac_ext <<_ACEOF | |
34250 | /* end confdefs.h. */ | |
34251 | ||
34252 | /* Override any gcc2 internal prototype to avoid an error. */ | |
34253 | #ifdef __cplusplus | |
34254 | extern "C" | |
34255 | #endif | |
34256 | /* We use char because int might match the return type of a gcc2 | |
34257 | builtin and then its argument prototype would still apply. */ | |
34258 | char sched_yield (); | |
34259 | int | |
34260 | main () | |
34261 | { | |
34262 | sched_yield (); | |
34263 | ; | |
34264 | return 0; | |
34265 | } | |
34266 | _ACEOF | |
34267 | rm -f conftest.$ac_objext conftest$ac_exeext | |
34268 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 34269 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 34270 | ac_status=$? |
ac1cb8d3 VS |
34271 | grep -v '^ *+' conftest.er1 >conftest.err |
34272 | rm -f conftest.er1 | |
34273 | cat conftest.err >&5 | |
a848cd7e SC |
34274 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
34275 | (exit $ac_status); } && | |
07158944 | 34276 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
34277 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34278 | (eval $ac_try) 2>&5 | |
34279 | ac_status=$? | |
34280 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34281 | (exit $ac_status); }; } && | |
34282 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
34283 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34284 | (eval $ac_try) 2>&5 | |
34285 | ac_status=$? | |
34286 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34287 | (exit $ac_status); }; }; then | |
34288 | ac_cv_lib_posix4_sched_yield=yes | |
34289 | else | |
34290 | echo "$as_me: failed program was:" >&5 | |
34291 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34292 | ||
34293 | ac_cv_lib_posix4_sched_yield=no | |
34294 | fi | |
ac1cb8d3 VS |
34295 | rm -f conftest.err conftest.$ac_objext \ |
34296 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
34297 | LIBS=$ac_check_lib_save_LIBS |
34298 | fi | |
34299 | echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5 | |
34300 | echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6 | |
34301 | if test $ac_cv_lib_posix4_sched_yield = yes; then | |
34302 | cat >>confdefs.h <<\_ACEOF | |
34303 | #define HAVE_SCHED_YIELD 1 | |
34304 | _ACEOF | |
34305 | POSIX4_LINK=" -lposix4" | |
34306 | else | |
34307 | { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5 | |
34308 | echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;} | |
34309 | ||
34310 | fi | |
34311 | ||
34312 | ||
34313 | ||
34314 | fi | |
34315 | ||
34316 | fi | |
34317 | ||
34318 | HAVE_PRIOR_FUNCS=0 | |
34319 | echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5 | |
34320 | echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6 | |
34321 | if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then | |
34322 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34323 | else | |
34324 | cat >conftest.$ac_ext <<_ACEOF | |
34325 | /* confdefs.h. */ | |
34326 | _ACEOF | |
34327 | cat confdefs.h >>conftest.$ac_ext | |
34328 | cat >>conftest.$ac_ext <<_ACEOF | |
34329 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
34330 | /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy. |
34331 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
34332 | #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy | |
34333 | ||
a848cd7e SC |
34334 | /* System header to define __stub macros and hopefully few prototypes, |
34335 | which can conflict with char pthread_attr_getschedpolicy (); below. | |
34336 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
34337 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 34338 | |
a848cd7e SC |
34339 | #ifdef __STDC__ |
34340 | # include <limits.h> | |
34341 | #else | |
34342 | # include <assert.h> | |
34343 | #endif | |
ac1cb8d3 VS |
34344 | |
34345 | #undef pthread_attr_getschedpolicy | |
34346 | ||
a848cd7e SC |
34347 | /* Override any gcc2 internal prototype to avoid an error. */ |
34348 | #ifdef __cplusplus | |
34349 | extern "C" | |
34350 | { | |
34351 | #endif | |
34352 | /* We use char because int might match the return type of a gcc2 | |
34353 | builtin and then its argument prototype would still apply. */ | |
34354 | char pthread_attr_getschedpolicy (); | |
34355 | /* The GNU C library defines this for functions which it implements | |
34356 | to always fail with ENOSYS. Some functions are actually named | |
34357 | something starting with __ and the normal name is an alias. */ | |
34358 | #if defined (__stub_pthread_attr_getschedpolicy) || defined (__stub___pthread_attr_getschedpolicy) | |
34359 | choke me | |
34360 | #else | |
34361 | char (*f) () = pthread_attr_getschedpolicy; | |
34362 | #endif | |
34363 | #ifdef __cplusplus | |
34364 | } | |
34365 | #endif | |
34366 | ||
34367 | int | |
34368 | main () | |
34369 | { | |
34370 | return f != pthread_attr_getschedpolicy; | |
34371 | ; | |
34372 | return 0; | |
34373 | } | |
34374 | _ACEOF | |
34375 | rm -f conftest.$ac_objext conftest$ac_exeext | |
34376 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 34377 | (eval $ac_link) 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); } && | |
07158944 | 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_exeext' | |
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_cv_func_pthread_attr_getschedpolicy=yes | |
34397 | else | |
34398 | echo "$as_me: failed program was:" >&5 | |
34399 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34400 | ||
34401 | ac_cv_func_pthread_attr_getschedpolicy=no | |
34402 | fi | |
ac1cb8d3 VS |
34403 | rm -f conftest.err conftest.$ac_objext \ |
34404 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
34405 | fi |
34406 | echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5 | |
34407 | echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6 | |
34408 | if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then | |
34409 | echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5 | |
34410 | echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6 | |
34411 | if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then | |
34412 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34413 | else | |
34414 | cat >conftest.$ac_ext <<_ACEOF | |
34415 | /* confdefs.h. */ | |
34416 | _ACEOF | |
34417 | cat confdefs.h >>conftest.$ac_ext | |
34418 | cat >>conftest.$ac_ext <<_ACEOF | |
34419 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
34420 | /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam. |
34421 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
34422 | #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam | |
34423 | ||
a848cd7e SC |
34424 | /* System header to define __stub macros and hopefully few prototypes, |
34425 | which can conflict with char pthread_attr_setschedparam (); below. | |
34426 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
34427 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 34428 | |
a848cd7e SC |
34429 | #ifdef __STDC__ |
34430 | # include <limits.h> | |
34431 | #else | |
34432 | # include <assert.h> | |
34433 | #endif | |
ac1cb8d3 VS |
34434 | |
34435 | #undef pthread_attr_setschedparam | |
34436 | ||
a848cd7e SC |
34437 | /* Override any gcc2 internal prototype to avoid an error. */ |
34438 | #ifdef __cplusplus | |
34439 | extern "C" | |
34440 | { | |
34441 | #endif | |
34442 | /* We use char because int might match the return type of a gcc2 | |
34443 | builtin and then its argument prototype would still apply. */ | |
34444 | char pthread_attr_setschedparam (); | |
34445 | /* The GNU C library defines this for functions which it implements | |
34446 | to always fail with ENOSYS. Some functions are actually named | |
34447 | something starting with __ and the normal name is an alias. */ | |
34448 | #if defined (__stub_pthread_attr_setschedparam) || defined (__stub___pthread_attr_setschedparam) | |
34449 | choke me | |
34450 | #else | |
34451 | char (*f) () = pthread_attr_setschedparam; | |
34452 | #endif | |
34453 | #ifdef __cplusplus | |
34454 | } | |
34455 | #endif | |
34456 | ||
34457 | int | |
34458 | main () | |
34459 | { | |
34460 | return f != pthread_attr_setschedparam; | |
34461 | ; | |
34462 | return 0; | |
34463 | } | |
34464 | _ACEOF | |
34465 | rm -f conftest.$ac_objext conftest$ac_exeext | |
34466 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 34467 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 34468 | ac_status=$? |
ac1cb8d3 VS |
34469 | grep -v '^ *+' conftest.er1 >conftest.err |
34470 | rm -f conftest.er1 | |
34471 | cat conftest.err >&5 | |
a848cd7e SC |
34472 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
34473 | (exit $ac_status); } && | |
07158944 | 34474 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
34475 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34476 | (eval $ac_try) 2>&5 | |
34477 | ac_status=$? | |
34478 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34479 | (exit $ac_status); }; } && | |
34480 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
34481 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34482 | (eval $ac_try) 2>&5 | |
34483 | ac_status=$? | |
34484 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34485 | (exit $ac_status); }; }; then | |
34486 | ac_cv_func_pthread_attr_setschedparam=yes | |
34487 | else | |
34488 | echo "$as_me: failed program was:" >&5 | |
34489 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34490 | ||
34491 | ac_cv_func_pthread_attr_setschedparam=no | |
34492 | fi | |
ac1cb8d3 VS |
34493 | rm -f conftest.err conftest.$ac_objext \ |
34494 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
34495 | fi |
34496 | echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5 | |
34497 | echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6 | |
34498 | if test $ac_cv_func_pthread_attr_setschedparam = yes; then | |
34499 | echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5 | |
34500 | echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6 | |
34501 | if test "${ac_cv_func_sched_get_priority_max+set}" = set; then | |
34502 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34503 | else | |
34504 | cat >conftest.$ac_ext <<_ACEOF | |
34505 | /* confdefs.h. */ | |
34506 | _ACEOF | |
34507 | cat confdefs.h >>conftest.$ac_ext | |
34508 | cat >>conftest.$ac_ext <<_ACEOF | |
34509 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
34510 | /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max. |
34511 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
34512 | #define sched_get_priority_max innocuous_sched_get_priority_max | |
34513 | ||
a848cd7e SC |
34514 | /* System header to define __stub macros and hopefully few prototypes, |
34515 | which can conflict with char sched_get_priority_max (); below. | |
34516 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
34517 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 34518 | |
a848cd7e SC |
34519 | #ifdef __STDC__ |
34520 | # include <limits.h> | |
34521 | #else | |
34522 | # include <assert.h> | |
34523 | #endif | |
ac1cb8d3 VS |
34524 | |
34525 | #undef sched_get_priority_max | |
34526 | ||
a848cd7e SC |
34527 | /* Override any gcc2 internal prototype to avoid an error. */ |
34528 | #ifdef __cplusplus | |
34529 | extern "C" | |
34530 | { | |
34531 | #endif | |
34532 | /* We use char because int might match the return type of a gcc2 | |
34533 | builtin and then its argument prototype would still apply. */ | |
34534 | char sched_get_priority_max (); | |
34535 | /* The GNU C library defines this for functions which it implements | |
34536 | to always fail with ENOSYS. Some functions are actually named | |
34537 | something starting with __ and the normal name is an alias. */ | |
34538 | #if defined (__stub_sched_get_priority_max) || defined (__stub___sched_get_priority_max) | |
34539 | choke me | |
34540 | #else | |
34541 | char (*f) () = sched_get_priority_max; | |
34542 | #endif | |
34543 | #ifdef __cplusplus | |
34544 | } | |
34545 | #endif | |
34546 | ||
34547 | int | |
34548 | main () | |
34549 | { | |
34550 | return f != sched_get_priority_max; | |
34551 | ; | |
34552 | return 0; | |
34553 | } | |
34554 | _ACEOF | |
34555 | rm -f conftest.$ac_objext conftest$ac_exeext | |
34556 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 34557 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 34558 | ac_status=$? |
ac1cb8d3 VS |
34559 | grep -v '^ *+' conftest.er1 >conftest.err |
34560 | rm -f conftest.er1 | |
34561 | cat conftest.err >&5 | |
a848cd7e SC |
34562 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
34563 | (exit $ac_status); } && | |
07158944 | 34564 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
34565 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34566 | (eval $ac_try) 2>&5 | |
34567 | ac_status=$? | |
34568 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34569 | (exit $ac_status); }; } && | |
34570 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
34571 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34572 | (eval $ac_try) 2>&5 | |
34573 | ac_status=$? | |
34574 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34575 | (exit $ac_status); }; }; then | |
34576 | ac_cv_func_sched_get_priority_max=yes | |
34577 | else | |
34578 | echo "$as_me: failed program was:" >&5 | |
34579 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34580 | ||
34581 | ac_cv_func_sched_get_priority_max=no | |
34582 | fi | |
ac1cb8d3 VS |
34583 | rm -f conftest.err conftest.$ac_objext \ |
34584 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
34585 | fi |
34586 | echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5 | |
34587 | echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6 | |
34588 | if test $ac_cv_func_sched_get_priority_max = yes; then | |
34589 | HAVE_PRIOR_FUNCS=1 | |
34590 | else | |
34591 | echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5 | |
34592 | echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6 | |
34593 | if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then | |
34594 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34595 | else | |
34596 | ac_check_lib_save_LIBS=$LIBS | |
34597 | LIBS="-lposix4 $LIBS" | |
34598 | cat >conftest.$ac_ext <<_ACEOF | |
34599 | /* confdefs.h. */ | |
34600 | _ACEOF | |
34601 | cat confdefs.h >>conftest.$ac_ext | |
34602 | cat >>conftest.$ac_ext <<_ACEOF | |
34603 | /* end confdefs.h. */ | |
34604 | ||
34605 | /* Override any gcc2 internal prototype to avoid an error. */ | |
34606 | #ifdef __cplusplus | |
34607 | extern "C" | |
34608 | #endif | |
34609 | /* We use char because int might match the return type of a gcc2 | |
34610 | builtin and then its argument prototype would still apply. */ | |
34611 | char sched_get_priority_max (); | |
34612 | int | |
34613 | main () | |
34614 | { | |
34615 | sched_get_priority_max (); | |
34616 | ; | |
34617 | return 0; | |
34618 | } | |
34619 | _ACEOF | |
34620 | rm -f conftest.$ac_objext conftest$ac_exeext | |
34621 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 34622 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 34623 | ac_status=$? |
ac1cb8d3 VS |
34624 | grep -v '^ *+' conftest.er1 >conftest.err |
34625 | rm -f conftest.er1 | |
34626 | cat conftest.err >&5 | |
a848cd7e SC |
34627 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
34628 | (exit $ac_status); } && | |
07158944 | 34629 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
34630 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34631 | (eval $ac_try) 2>&5 | |
34632 | ac_status=$? | |
34633 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34634 | (exit $ac_status); }; } && | |
34635 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
34636 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34637 | (eval $ac_try) 2>&5 | |
34638 | ac_status=$? | |
34639 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34640 | (exit $ac_status); }; }; then | |
34641 | ac_cv_lib_posix4_sched_get_priority_max=yes | |
34642 | else | |
34643 | echo "$as_me: failed program was:" >&5 | |
34644 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34645 | ||
34646 | ac_cv_lib_posix4_sched_get_priority_max=no | |
34647 | fi | |
ac1cb8d3 VS |
34648 | rm -f conftest.err conftest.$ac_objext \ |
34649 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
34650 | LIBS=$ac_check_lib_save_LIBS |
34651 | fi | |
34652 | echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5 | |
34653 | echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6 | |
34654 | if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then | |
34655 | ||
34656 | HAVE_PRIOR_FUNCS=1 | |
34657 | POSIX4_LINK=" -lposix4" | |
34658 | ||
34659 | fi | |
34660 | ||
34661 | ||
34662 | fi | |
34663 | ||
34664 | ||
34665 | fi | |
34666 | ||
34667 | ||
34668 | fi | |
34669 | ||
34670 | ||
34671 | if test "$HAVE_PRIOR_FUNCS" = 1; then | |
34672 | cat >>confdefs.h <<\_ACEOF | |
34673 | #define HAVE_THREAD_PRIORITY_FUNCTIONS 1 | |
34674 | _ACEOF | |
34675 | ||
34676 | else | |
34677 | { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5 | |
34678 | echo "$as_me: WARNING: Setting thread priority will not work" >&2;} | |
34679 | fi | |
34680 | ||
34681 | echo "$as_me:$LINENO: checking for pthread_cancel" >&5 | |
34682 | echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6 | |
34683 | if test "${ac_cv_func_pthread_cancel+set}" = set; then | |
34684 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34685 | else | |
34686 | cat >conftest.$ac_ext <<_ACEOF | |
34687 | /* confdefs.h. */ | |
34688 | _ACEOF | |
34689 | cat confdefs.h >>conftest.$ac_ext | |
34690 | cat >>conftest.$ac_ext <<_ACEOF | |
34691 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
34692 | /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel. |
34693 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
34694 | #define pthread_cancel innocuous_pthread_cancel | |
34695 | ||
a848cd7e SC |
34696 | /* System header to define __stub macros and hopefully few prototypes, |
34697 | which can conflict with char pthread_cancel (); below. | |
34698 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
34699 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 34700 | |
a848cd7e SC |
34701 | #ifdef __STDC__ |
34702 | # include <limits.h> | |
34703 | #else | |
34704 | # include <assert.h> | |
34705 | #endif | |
ac1cb8d3 VS |
34706 | |
34707 | #undef pthread_cancel | |
34708 | ||
a848cd7e SC |
34709 | /* Override any gcc2 internal prototype to avoid an error. */ |
34710 | #ifdef __cplusplus | |
34711 | extern "C" | |
34712 | { | |
34713 | #endif | |
34714 | /* We use char because int might match the return type of a gcc2 | |
34715 | builtin and then its argument prototype would still apply. */ | |
34716 | char pthread_cancel (); | |
34717 | /* The GNU C library defines this for functions which it implements | |
34718 | to always fail with ENOSYS. Some functions are actually named | |
34719 | something starting with __ and the normal name is an alias. */ | |
34720 | #if defined (__stub_pthread_cancel) || defined (__stub___pthread_cancel) | |
34721 | choke me | |
34722 | #else | |
34723 | char (*f) () = pthread_cancel; | |
34724 | #endif | |
34725 | #ifdef __cplusplus | |
34726 | } | |
34727 | #endif | |
34728 | ||
34729 | int | |
34730 | main () | |
34731 | { | |
34732 | return f != pthread_cancel; | |
34733 | ; | |
34734 | return 0; | |
34735 | } | |
34736 | _ACEOF | |
34737 | rm -f conftest.$ac_objext conftest$ac_exeext | |
34738 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 34739 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 34740 | ac_status=$? |
ac1cb8d3 VS |
34741 | grep -v '^ *+' conftest.er1 >conftest.err |
34742 | rm -f conftest.er1 | |
34743 | cat conftest.err >&5 | |
a848cd7e SC |
34744 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
34745 | (exit $ac_status); } && | |
07158944 | 34746 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
34747 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34748 | (eval $ac_try) 2>&5 | |
34749 | ac_status=$? | |
34750 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34751 | (exit $ac_status); }; } && | |
34752 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
34753 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34754 | (eval $ac_try) 2>&5 | |
34755 | ac_status=$? | |
34756 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34757 | (exit $ac_status); }; }; then | |
34758 | ac_cv_func_pthread_cancel=yes | |
34759 | else | |
34760 | echo "$as_me: failed program was:" >&5 | |
34761 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34762 | ||
34763 | ac_cv_func_pthread_cancel=no | |
34764 | fi | |
ac1cb8d3 VS |
34765 | rm -f conftest.err conftest.$ac_objext \ |
34766 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
34767 | fi |
34768 | echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5 | |
34769 | echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6 | |
34770 | if test $ac_cv_func_pthread_cancel = yes; then | |
34771 | cat >>confdefs.h <<\_ACEOF | |
34772 | #define HAVE_PTHREAD_CANCEL 1 | |
34773 | _ACEOF | |
34774 | ||
34775 | else | |
34776 | { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5 | |
34777 | echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;} | |
34778 | fi | |
34779 | ||
34780 | ||
34781 | ||
34782 | ||
34783 | echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5 | |
34784 | echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6 | |
34785 | if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then | |
34786 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34787 | else | |
34788 | ||
34789 | cat >conftest.$ac_ext <<_ACEOF | |
34790 | /* confdefs.h. */ | |
34791 | _ACEOF | |
34792 | cat confdefs.h >>conftest.$ac_ext | |
34793 | cat >>conftest.$ac_ext <<_ACEOF | |
34794 | /* end confdefs.h. */ | |
34795 | #include <pthread.h> | |
34796 | int | |
34797 | main () | |
34798 | { | |
34799 | ||
34800 | pthread_mutexattr_t attr; | |
34801 | pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); | |
34802 | ||
34803 | ; | |
34804 | return 0; | |
34805 | } | |
34806 | _ACEOF | |
34807 | rm -f conftest.$ac_objext | |
34808 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 34809 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 34810 | ac_status=$? |
ac1cb8d3 VS |
34811 | grep -v '^ *+' conftest.er1 >conftest.err |
34812 | rm -f conftest.er1 | |
34813 | cat conftest.err >&5 | |
a848cd7e SC |
34814 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
34815 | (exit $ac_status); } && | |
07158944 | 34816 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
34817 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34818 | (eval $ac_try) 2>&5 | |
34819 | ac_status=$? | |
34820 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34821 | (exit $ac_status); }; } && | |
34822 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
34823 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34824 | (eval $ac_try) 2>&5 | |
34825 | ac_status=$? | |
34826 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34827 | (exit $ac_status); }; }; then | |
34828 | ||
34829 | wx_cv_type_pthread_mutexattr_t=yes | |
34830 | ||
34831 | else | |
34832 | echo "$as_me: failed program was:" >&5 | |
34833 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34834 | ||
34835 | ||
34836 | wx_cv_type_pthread_mutexattr_t=no | |
34837 | ||
34838 | ||
34839 | fi | |
ac1cb8d3 | 34840 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
34841 | |
34842 | fi | |
34843 | echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5 | |
34844 | echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6 | |
34845 | ||
34846 | if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then | |
34847 | cat >>confdefs.h <<\_ACEOF | |
34848 | #define HAVE_PTHREAD_MUTEXATTR_T 1 | |
34849 | _ACEOF | |
34850 | ||
34851 | else | |
34852 | echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5 | |
34853 | echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6 | |
34854 | if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then | |
34855 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34856 | else | |
34857 | ||
34858 | cat >conftest.$ac_ext <<_ACEOF | |
34859 | /* confdefs.h. */ | |
34860 | _ACEOF | |
34861 | cat confdefs.h >>conftest.$ac_ext | |
34862 | cat >>conftest.$ac_ext <<_ACEOF | |
34863 | /* end confdefs.h. */ | |
34864 | #include <pthread.h> | |
34865 | int | |
34866 | main () | |
34867 | { | |
34868 | ||
34869 | pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; | |
34870 | ||
34871 | ; | |
34872 | return 0; | |
34873 | } | |
34874 | _ACEOF | |
34875 | rm -f conftest.$ac_objext | |
34876 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 34877 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 34878 | ac_status=$? |
ac1cb8d3 VS |
34879 | grep -v '^ *+' conftest.er1 >conftest.err |
34880 | rm -f conftest.er1 | |
34881 | cat conftest.err >&5 | |
a848cd7e SC |
34882 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
34883 | (exit $ac_status); } && | |
07158944 | 34884 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
34885 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34886 | (eval $ac_try) 2>&5 | |
34887 | ac_status=$? | |
34888 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34889 | (exit $ac_status); }; } && | |
34890 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
34891 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34892 | (eval $ac_try) 2>&5 | |
34893 | ac_status=$? | |
34894 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34895 | (exit $ac_status); }; }; then | |
34896 | ||
34897 | wx_cv_type_pthread_rec_mutex_init=yes | |
34898 | ||
34899 | else | |
34900 | echo "$as_me: failed program was:" >&5 | |
34901 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34902 | ||
34903 | ||
34904 | wx_cv_type_pthread_rec_mutex_init=no | |
34905 | ||
34906 | ||
34907 | fi | |
ac1cb8d3 | 34908 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
34909 | |
34910 | fi | |
34911 | echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5 | |
34912 | echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6 | |
34913 | if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then | |
34914 | cat >>confdefs.h <<\_ACEOF | |
34915 | #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1 | |
34916 | _ACEOF | |
34917 | ||
34918 | else | |
34919 | { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5 | |
34920 | echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;} | |
34921 | fi | |
34922 | fi | |
34923 | fi | |
34924 | ||
34925 | else | |
34926 | if test "$wxUSE_THREADS" = "yes" ; then | |
34927 | case "${host}" in | |
34928 | *-*-mingw32* ) | |
34929 | echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5 | |
34930 | echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6 | |
34931 | if test "${wx_cv_cflags_mthread+set}" = set; then | |
34932 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
34933 | else | |
34934 | ||
34935 | CFLAGS_OLD="$CFLAGS" | |
34936 | CFLAGS="$CFLAGS -mthreads" | |
34937 | cat >conftest.$ac_ext <<_ACEOF | |
34938 | /* confdefs.h. */ | |
34939 | _ACEOF | |
34940 | cat confdefs.h >>conftest.$ac_ext | |
34941 | cat >>conftest.$ac_ext <<_ACEOF | |
34942 | /* end confdefs.h. */ | |
34943 | ||
34944 | int | |
34945 | main () | |
34946 | { | |
34947 | ||
34948 | ; | |
34949 | return 0; | |
34950 | } | |
34951 | _ACEOF | |
34952 | rm -f conftest.$ac_objext | |
34953 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 34954 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 34955 | ac_status=$? |
ac1cb8d3 VS |
34956 | grep -v '^ *+' conftest.er1 >conftest.err |
34957 | rm -f conftest.er1 | |
34958 | cat conftest.err >&5 | |
a848cd7e SC |
34959 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
34960 | (exit $ac_status); } && | |
07158944 | 34961 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
34962 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34963 | (eval $ac_try) 2>&5 | |
34964 | ac_status=$? | |
34965 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34966 | (exit $ac_status); }; } && | |
34967 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
34968 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
34969 | (eval $ac_try) 2>&5 | |
34970 | ac_status=$? | |
34971 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
34972 | (exit $ac_status); }; }; then | |
34973 | wx_cv_cflags_mthread=yes | |
34974 | else | |
34975 | echo "$as_me: failed program was:" >&5 | |
34976 | sed 's/^/| /' conftest.$ac_ext >&5 | |
34977 | ||
34978 | wx_cv_cflags_mthread=no | |
34979 | ||
34980 | fi | |
ac1cb8d3 | 34981 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
34982 | |
34983 | ||
34984 | fi | |
34985 | echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5 | |
34986 | echo "${ECHO_T}$wx_cv_cflags_mthread" >&6 | |
34987 | ||
34988 | if test "$wx_cv_cflags_mthread" = "yes"; then | |
34989 | CXXFLAGS="$CXXFLAGS -mthreads" | |
34990 | TOOLCHAIN_DEFS="$TOOLCHAIN_DEFS -mthreads" | |
34991 | LDFLAGS="$LDFLAGS -mthreads" | |
34992 | else | |
34993 | CFLAGS="$CFLAGS_OLD" | |
34994 | fi | |
34995 | ;; | |
34996 | *-pc-os2*emx ) | |
34997 | CFLAGS="$CFLAGS -Zmt -D__ST_MT_ERRNO__" | |
34998 | CXXFLAGS="$CXXFLAGS -Zmt -D__ST_MT_ERRNO__" | |
34999 | LDFLAGS="$LDFLAGS -Zmt" | |
35000 | ;; | |
35001 | esac | |
35002 | fi | |
35003 | fi | |
35004 | ||
35005 | if test "$wxUSE_THREADS" = "yes"; then | |
35006 | cat >>confdefs.h <<\_ACEOF | |
35007 | #define wxUSE_THREADS 1 | |
35008 | _ACEOF | |
35009 | ||
35010 | ||
35011 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread" | |
35012 | else | |
35013 | if test "$ac_cv_func_strtok_r" = "yes"; then | |
35014 | echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5 | |
35015 | echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6 | |
35016 | if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then | |
35017 | TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D_REENTRANT" | |
35018 | echo "$as_me:$LINENO: result: yes" >&5 | |
35019 | echo "${ECHO_T}yes" >&6 | |
35020 | else | |
35021 | echo "$as_me:$LINENO: result: no" >&5 | |
35022 | echo "${ECHO_T}no" >&6 | |
35023 | fi | |
35024 | fi | |
35025 | fi | |
35026 | ||
35027 | if test "$WXGTK20" = 1 ; then | |
35028 | cat >>confdefs.h <<_ACEOF | |
35029 | #define __WXGTK20__ $WXGTK20 | |
35030 | _ACEOF | |
35031 | ||
35032 | WXGTK12=1 | |
35033 | fi | |
35034 | ||
35035 | if test "$WXGTK12" = 1 ; then | |
35036 | cat >>confdefs.h <<_ACEOF | |
35037 | #define __WXGTK12__ $WXGTK12 | |
35038 | _ACEOF | |
35039 | ||
35040 | fi | |
35041 | ||
35042 | if test "$WXGTK127" = 1 ; then | |
35043 | cat >>confdefs.h <<_ACEOF | |
35044 | #define __WXGTK127__ $WXGTK127 | |
35045 | _ACEOF | |
35046 | ||
35047 | fi | |
35048 | ||
35049 | if test "$WXGPE" = 1 ; then | |
35050 | cat >>confdefs.h <<_ACEOF | |
35051 | #define __WXGPE__ $WXGPE | |
35052 | _ACEOF | |
35053 | ||
35054 | fi | |
35055 | ||
35056 | WXDEBUG= | |
35057 | ||
35058 | if test "$wxUSE_DEBUG_INFO" = "yes" ; then | |
35059 | WXDEBUG="-g" | |
35060 | wxUSE_OPTIMISE=no | |
35061 | fi | |
35062 | ||
35063 | if test "$wxUSE_DEBUG_GDB" = "yes" ; then | |
35064 | wxUSE_DEBUG_INFO=yes | |
35065 | WXDEBUG="-ggdb" | |
35066 | fi | |
35067 | ||
35068 | if test "$wxUSE_DEBUG_FLAG" = "yes" ; then | |
35069 | cat >>confdefs.h <<\_ACEOF | |
35070 | #define WXDEBUG 1 | |
35071 | _ACEOF | |
35072 | ||
35073 | WXDEBUG_DEFINE="-D__WXDEBUG__" | |
35074 | else | |
35075 | if test "$wxUSE_GTK" = 1 ; then | |
35076 | WXDEBUG_DEFINE="-DGTK_NO_CHECK_CASTS" | |
35077 | fi | |
35078 | fi | |
35079 | ||
35080 | if test "$wxUSE_MEM_TRACING" = "yes" ; then | |
35081 | cat >>confdefs.h <<\_ACEOF | |
35082 | #define wxUSE_MEMORY_TRACING 1 | |
35083 | _ACEOF | |
35084 | ||
35085 | cat >>confdefs.h <<\_ACEOF | |
35086 | #define wxUSE_GLOBAL_MEMORY_OPERATORS 1 | |
35087 | _ACEOF | |
35088 | ||
35089 | cat >>confdefs.h <<\_ACEOF | |
35090 | #define wxUSE_DEBUG_NEW_ALWAYS 1 | |
35091 | _ACEOF | |
35092 | ||
35093 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck" | |
35094 | fi | |
35095 | ||
35096 | if test "$wxUSE_DMALLOC" = "yes" ; then | |
35097 | DMALLOC_LIBS="-ldmalloc" | |
35098 | fi | |
35099 | ||
35100 | PROFILE= | |
35101 | if test "$wxUSE_PROFILE" = "yes" ; then | |
35102 | PROFILE=" -pg" | |
35103 | fi | |
35104 | ||
35105 | CODE_GEN_FLAGS= | |
35106 | CODE_GEN_FLAGS_CXX= | |
35107 | if test "$GCC" = "yes" ; then | |
35108 | if test "$wxUSE_NO_RTTI" = "yes" ; then | |
35109 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-rtti" | |
35110 | fi | |
35111 | if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then | |
35112 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fno-exceptions" | |
35113 | fi | |
35114 | if test "$wxUSE_PERMISSIVE" = "yes" ; then | |
35115 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -fpermissive" | |
35116 | fi | |
35117 | ||
35118 | case "${host}" in | |
35119 | powerpc*-*-aix* ) | |
35120 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -mminimal-toc" | |
35121 | ;; | |
35122 | *-hppa* ) | |
35123 | CODE_GEN_FLAGS="$CODE_GEN_FLAGS -ffunction-sections" | |
35124 | ;; | |
35125 | esac | |
35126 | fi | |
35127 | ||
35128 | OPTIMISE= | |
35129 | if test "$wxUSE_OPTIMISE" = "no" ; then | |
35130 | if test "$GCC" = yes ; then | |
35131 | OPTIMISE="-O0" | |
35132 | fi | |
35133 | else | |
35134 | if test "$GCC" = yes ; then | |
35135 | OPTIMISE="-O2" | |
35136 | ||
35137 | case "${host}" in | |
35138 | i586-*-*|i686-*-* ) | |
35139 | OPTIMISE="${OPTIMISE} " | |
35140 | ;; | |
35141 | esac | |
35142 | else | |
35143 | OPTIMISE="-O" | |
35144 | fi | |
35145 | fi | |
35146 | ||
35147 | ||
35148 | if test "x$WXWIN_COMPATIBILITY_2_2" = "xyes"; then | |
35149 | cat >>confdefs.h <<\_ACEOF | |
35150 | #define WXWIN_COMPATIBILITY_2_2 1 | |
35151 | _ACEOF | |
35152 | ||
35153 | ||
35154 | WXWIN_COMPATIBILITY_2_4="yes" | |
35155 | fi | |
35156 | ||
35157 | if test "x$WXWIN_COMPATIBILITY_2_4" != "xno"; then | |
35158 | cat >>confdefs.h <<\_ACEOF | |
35159 | #define WXWIN_COMPATIBILITY_2_4 1 | |
35160 | _ACEOF | |
35161 | ||
35162 | fi | |
35163 | ||
35164 | ||
35165 | if test "$wxUSE_GUI" = "yes"; then | |
881bfcd6 | 35166 | cat >>confdefs.h <<\_ACEOF |
a848cd7e SC |
35167 | #define wxUSE_GUI 1 |
35168 | _ACEOF | |
35169 | ||
35170 | ||
370fd4c2 | 35171 | fi |
a848cd7e SC |
35172 | |
35173 | ||
35174 | if test "$wxUSE_UNIX" = "yes"; then | |
35175 | cat >>confdefs.h <<\_ACEOF | |
35176 | #define wxUSE_UNIX 1 | |
35177 | _ACEOF | |
35178 | ||
35179 | fi | |
35180 | ||
35181 | ||
35182 | if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then | |
35183 | ||
35184 | HAVE_DL_FUNCS=0 | |
35185 | HAVE_SHL_FUNCS=0 | |
35186 | if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then | |
35187 | if test "$USE_DARWIN" = 1; then | |
35188 | HAVE_DL_FUNCS=1 | |
35189 | else | |
35190 | ||
35191 | for ac_func in dlopen | |
35192 | do | |
35193 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
35194 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
35195 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
35196 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
35197 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35198 | else | |
35199 | cat >conftest.$ac_ext <<_ACEOF | |
35200 | /* confdefs.h. */ | |
35201 | _ACEOF | |
35202 | cat confdefs.h >>conftest.$ac_ext | |
35203 | cat >>conftest.$ac_ext <<_ACEOF | |
35204 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
35205 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
35206 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
35207 | #define $ac_func innocuous_$ac_func | |
35208 | ||
a848cd7e SC |
35209 | /* System header to define __stub macros and hopefully few prototypes, |
35210 | which can conflict with char $ac_func (); below. | |
35211 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
35212 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 35213 | |
a848cd7e SC |
35214 | #ifdef __STDC__ |
35215 | # include <limits.h> | |
35216 | #else | |
35217 | # include <assert.h> | |
35218 | #endif | |
ac1cb8d3 VS |
35219 | |
35220 | #undef $ac_func | |
35221 | ||
a848cd7e SC |
35222 | /* Override any gcc2 internal prototype to avoid an error. */ |
35223 | #ifdef __cplusplus | |
35224 | extern "C" | |
35225 | { | |
35226 | #endif | |
35227 | /* We use char because int might match the return type of a gcc2 | |
35228 | builtin and then its argument prototype would still apply. */ | |
35229 | char $ac_func (); | |
35230 | /* The GNU C library defines this for functions which it implements | |
35231 | to always fail with ENOSYS. Some functions are actually named | |
35232 | something starting with __ and the normal name is an alias. */ | |
35233 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
35234 | choke me | |
35235 | #else | |
35236 | char (*f) () = $ac_func; | |
35237 | #endif | |
35238 | #ifdef __cplusplus | |
35239 | } | |
35240 | #endif | |
35241 | ||
35242 | int | |
35243 | main () | |
35244 | { | |
35245 | return f != $ac_func; | |
35246 | ; | |
35247 | return 0; | |
35248 | } | |
35249 | _ACEOF | |
35250 | rm -f conftest.$ac_objext conftest$ac_exeext | |
35251 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 35252 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 35253 | ac_status=$? |
ac1cb8d3 VS |
35254 | grep -v '^ *+' conftest.er1 >conftest.err |
35255 | rm -f conftest.er1 | |
35256 | cat conftest.err >&5 | |
a848cd7e SC |
35257 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
35258 | (exit $ac_status); } && | |
07158944 | 35259 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
35260 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35261 | (eval $ac_try) 2>&5 | |
35262 | ac_status=$? | |
35263 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35264 | (exit $ac_status); }; } && | |
35265 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
35266 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35267 | (eval $ac_try) 2>&5 | |
35268 | ac_status=$? | |
35269 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35270 | (exit $ac_status); }; }; then | |
35271 | eval "$as_ac_var=yes" | |
35272 | else | |
35273 | echo "$as_me: failed program was:" >&5 | |
35274 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35275 | ||
35276 | eval "$as_ac_var=no" | |
35277 | fi | |
ac1cb8d3 VS |
35278 | rm -f conftest.err conftest.$ac_objext \ |
35279 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
35280 | fi |
35281 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
35282 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
35283 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
35284 | cat >>confdefs.h <<_ACEOF | |
35285 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
35286 | _ACEOF | |
35287 | ||
35288 | cat >>confdefs.h <<\_ACEOF | |
35289 | #define HAVE_DLOPEN 1 | |
35290 | _ACEOF | |
35291 | ||
35292 | HAVE_DL_FUNCS=1 | |
35293 | ||
35294 | else | |
35295 | ||
35296 | echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 | |
35297 | echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 | |
35298 | if test "${ac_cv_lib_dl_dlopen+set}" = set; then | |
35299 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35300 | else | |
35301 | ac_check_lib_save_LIBS=$LIBS | |
35302 | LIBS="-ldl $LIBS" | |
35303 | cat >conftest.$ac_ext <<_ACEOF | |
35304 | /* confdefs.h. */ | |
35305 | _ACEOF | |
35306 | cat confdefs.h >>conftest.$ac_ext | |
35307 | cat >>conftest.$ac_ext <<_ACEOF | |
35308 | /* end confdefs.h. */ | |
35309 | ||
35310 | /* Override any gcc2 internal prototype to avoid an error. */ | |
35311 | #ifdef __cplusplus | |
35312 | extern "C" | |
35313 | #endif | |
35314 | /* We use char because int might match the return type of a gcc2 | |
35315 | builtin and then its argument prototype would still apply. */ | |
35316 | char dlopen (); | |
35317 | int | |
35318 | main () | |
35319 | { | |
35320 | dlopen (); | |
35321 | ; | |
35322 | return 0; | |
35323 | } | |
35324 | _ACEOF | |
35325 | rm -f conftest.$ac_objext conftest$ac_exeext | |
35326 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 35327 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 35328 | ac_status=$? |
ac1cb8d3 VS |
35329 | grep -v '^ *+' conftest.er1 >conftest.err |
35330 | rm -f conftest.er1 | |
35331 | cat conftest.err >&5 | |
a848cd7e SC |
35332 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
35333 | (exit $ac_status); } && | |
07158944 | 35334 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
35335 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35336 | (eval $ac_try) 2>&5 | |
35337 | ac_status=$? | |
35338 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35339 | (exit $ac_status); }; } && | |
35340 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
35341 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35342 | (eval $ac_try) 2>&5 | |
35343 | ac_status=$? | |
35344 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35345 | (exit $ac_status); }; }; then | |
35346 | ac_cv_lib_dl_dlopen=yes | |
35347 | else | |
35348 | echo "$as_me: failed program was:" >&5 | |
35349 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35350 | ||
35351 | ac_cv_lib_dl_dlopen=no | |
35352 | fi | |
ac1cb8d3 VS |
35353 | rm -f conftest.err conftest.$ac_objext \ |
35354 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
35355 | LIBS=$ac_check_lib_save_LIBS |
35356 | fi | |
35357 | echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 | |
35358 | echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6 | |
35359 | if test $ac_cv_lib_dl_dlopen = yes; then | |
35360 | ||
35361 | cat >>confdefs.h <<\_ACEOF | |
35362 | #define HAVE_DLOPEN 1 | |
35363 | _ACEOF | |
35364 | ||
35365 | HAVE_DL_FUNCS=1 | |
35366 | DL_LINK=" -ldl$DL_LINK" | |
35367 | ||
35368 | else | |
35369 | ||
35370 | ||
35371 | for ac_func in shl_load | |
35372 | do | |
35373 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
35374 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
35375 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
35376 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
35377 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35378 | else | |
35379 | cat >conftest.$ac_ext <<_ACEOF | |
35380 | /* confdefs.h. */ | |
35381 | _ACEOF | |
35382 | cat confdefs.h >>conftest.$ac_ext | |
35383 | cat >>conftest.$ac_ext <<_ACEOF | |
35384 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
35385 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
35386 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
35387 | #define $ac_func innocuous_$ac_func | |
35388 | ||
a848cd7e SC |
35389 | /* System header to define __stub macros and hopefully few prototypes, |
35390 | which can conflict with char $ac_func (); below. | |
35391 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
35392 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 35393 | |
a848cd7e SC |
35394 | #ifdef __STDC__ |
35395 | # include <limits.h> | |
35396 | #else | |
35397 | # include <assert.h> | |
35398 | #endif | |
ac1cb8d3 VS |
35399 | |
35400 | #undef $ac_func | |
35401 | ||
a848cd7e SC |
35402 | /* Override any gcc2 internal prototype to avoid an error. */ |
35403 | #ifdef __cplusplus | |
35404 | extern "C" | |
35405 | { | |
35406 | #endif | |
35407 | /* We use char because int might match the return type of a gcc2 | |
35408 | builtin and then its argument prototype would still apply. */ | |
35409 | char $ac_func (); | |
35410 | /* The GNU C library defines this for functions which it implements | |
35411 | to always fail with ENOSYS. Some functions are actually named | |
35412 | something starting with __ and the normal name is an alias. */ | |
35413 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
35414 | choke me | |
35415 | #else | |
35416 | char (*f) () = $ac_func; | |
35417 | #endif | |
35418 | #ifdef __cplusplus | |
35419 | } | |
35420 | #endif | |
35421 | ||
35422 | int | |
35423 | main () | |
35424 | { | |
35425 | return f != $ac_func; | |
35426 | ; | |
35427 | return 0; | |
35428 | } | |
35429 | _ACEOF | |
35430 | rm -f conftest.$ac_objext conftest$ac_exeext | |
35431 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 35432 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 35433 | ac_status=$? |
ac1cb8d3 VS |
35434 | grep -v '^ *+' conftest.er1 >conftest.err |
35435 | rm -f conftest.er1 | |
35436 | cat conftest.err >&5 | |
a848cd7e SC |
35437 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
35438 | (exit $ac_status); } && | |
07158944 | 35439 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
35440 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35441 | (eval $ac_try) 2>&5 | |
35442 | ac_status=$? | |
35443 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35444 | (exit $ac_status); }; } && | |
35445 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
35446 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35447 | (eval $ac_try) 2>&5 | |
35448 | ac_status=$? | |
35449 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35450 | (exit $ac_status); }; }; then | |
35451 | eval "$as_ac_var=yes" | |
35452 | else | |
35453 | echo "$as_me: failed program was:" >&5 | |
35454 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35455 | ||
35456 | eval "$as_ac_var=no" | |
35457 | fi | |
ac1cb8d3 VS |
35458 | rm -f conftest.err conftest.$ac_objext \ |
35459 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
35460 | fi |
35461 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
35462 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
35463 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
35464 | cat >>confdefs.h <<_ACEOF | |
35465 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
35466 | _ACEOF | |
35467 | ||
35468 | cat >>confdefs.h <<\_ACEOF | |
35469 | #define HAVE_SHL_LOAD 1 | |
35470 | _ACEOF | |
35471 | ||
35472 | HAVE_SHL_FUNCS=1 | |
35473 | ||
35474 | else | |
35475 | ||
35476 | echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5 | |
35477 | echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6 | |
35478 | if test "${ac_cv_lib_shl_load_dld+set}" = set; then | |
35479 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35480 | else | |
35481 | ac_check_lib_save_LIBS=$LIBS | |
35482 | LIBS="-lshl_load $LIBS" | |
35483 | cat >conftest.$ac_ext <<_ACEOF | |
35484 | /* confdefs.h. */ | |
35485 | _ACEOF | |
35486 | cat confdefs.h >>conftest.$ac_ext | |
35487 | cat >>conftest.$ac_ext <<_ACEOF | |
35488 | /* end confdefs.h. */ | |
35489 | ||
35490 | /* Override any gcc2 internal prototype to avoid an error. */ | |
35491 | #ifdef __cplusplus | |
35492 | extern "C" | |
35493 | #endif | |
35494 | /* We use char because int might match the return type of a gcc2 | |
35495 | builtin and then its argument prototype would still apply. */ | |
35496 | char dld (); | |
35497 | int | |
35498 | main () | |
35499 | { | |
35500 | dld (); | |
35501 | ; | |
35502 | return 0; | |
35503 | } | |
35504 | _ACEOF | |
35505 | rm -f conftest.$ac_objext conftest$ac_exeext | |
35506 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 35507 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 35508 | ac_status=$? |
ac1cb8d3 VS |
35509 | grep -v '^ *+' conftest.er1 >conftest.err |
35510 | rm -f conftest.er1 | |
35511 | cat conftest.err >&5 | |
a848cd7e SC |
35512 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
35513 | (exit $ac_status); } && | |
07158944 | 35514 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
35515 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35516 | (eval $ac_try) 2>&5 | |
35517 | ac_status=$? | |
35518 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35519 | (exit $ac_status); }; } && | |
35520 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
35521 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35522 | (eval $ac_try) 2>&5 | |
35523 | ac_status=$? | |
35524 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35525 | (exit $ac_status); }; }; then | |
35526 | ac_cv_lib_shl_load_dld=yes | |
35527 | else | |
35528 | echo "$as_me: failed program was:" >&5 | |
35529 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35530 | ||
35531 | ac_cv_lib_shl_load_dld=no | |
35532 | fi | |
ac1cb8d3 VS |
35533 | rm -f conftest.err conftest.$ac_objext \ |
35534 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
35535 | LIBS=$ac_check_lib_save_LIBS |
35536 | fi | |
35537 | echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5 | |
35538 | echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6 | |
35539 | if test $ac_cv_lib_shl_load_dld = yes; then | |
35540 | ||
35541 | HAVE_SHL_FUNCS=1 | |
35542 | DL_LINK=" -ldld$DL_LINK" | |
35543 | ||
35544 | fi | |
35545 | ||
35546 | ||
35547 | fi | |
35548 | done | |
35549 | ||
35550 | ||
35551 | fi | |
35552 | ||
35553 | ||
35554 | fi | |
35555 | done | |
35556 | ||
35557 | ||
35558 | if test "$HAVE_DL_FUNCS" = 1; then | |
35559 | ||
35560 | for ac_func in dlerror | |
35561 | do | |
35562 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
35563 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
35564 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
35565 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
35566 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35567 | else | |
35568 | cat >conftest.$ac_ext <<_ACEOF | |
35569 | /* confdefs.h. */ | |
35570 | _ACEOF | |
35571 | cat confdefs.h >>conftest.$ac_ext | |
35572 | cat >>conftest.$ac_ext <<_ACEOF | |
35573 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
35574 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
35575 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
35576 | #define $ac_func innocuous_$ac_func | |
35577 | ||
a848cd7e SC |
35578 | /* System header to define __stub macros and hopefully few prototypes, |
35579 | which can conflict with char $ac_func (); below. | |
35580 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
35581 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 35582 | |
a848cd7e SC |
35583 | #ifdef __STDC__ |
35584 | # include <limits.h> | |
35585 | #else | |
35586 | # include <assert.h> | |
35587 | #endif | |
ac1cb8d3 VS |
35588 | |
35589 | #undef $ac_func | |
35590 | ||
a848cd7e SC |
35591 | /* Override any gcc2 internal prototype to avoid an error. */ |
35592 | #ifdef __cplusplus | |
35593 | extern "C" | |
35594 | { | |
35595 | #endif | |
35596 | /* We use char because int might match the return type of a gcc2 | |
35597 | builtin and then its argument prototype would still apply. */ | |
35598 | char $ac_func (); | |
35599 | /* The GNU C library defines this for functions which it implements | |
35600 | to always fail with ENOSYS. Some functions are actually named | |
35601 | something starting with __ and the normal name is an alias. */ | |
35602 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
35603 | choke me | |
35604 | #else | |
35605 | char (*f) () = $ac_func; | |
35606 | #endif | |
35607 | #ifdef __cplusplus | |
35608 | } | |
35609 | #endif | |
35610 | ||
35611 | int | |
35612 | main () | |
35613 | { | |
35614 | return f != $ac_func; | |
35615 | ; | |
35616 | return 0; | |
35617 | } | |
35618 | _ACEOF | |
35619 | rm -f conftest.$ac_objext conftest$ac_exeext | |
35620 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 35621 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 35622 | ac_status=$? |
ac1cb8d3 VS |
35623 | grep -v '^ *+' conftest.er1 >conftest.err |
35624 | rm -f conftest.er1 | |
35625 | cat conftest.err >&5 | |
a848cd7e SC |
35626 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
35627 | (exit $ac_status); } && | |
07158944 | 35628 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
35629 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35630 | (eval $ac_try) 2>&5 | |
35631 | ac_status=$? | |
35632 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35633 | (exit $ac_status); }; } && | |
35634 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
35635 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35636 | (eval $ac_try) 2>&5 | |
35637 | ac_status=$? | |
35638 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35639 | (exit $ac_status); }; }; then | |
35640 | eval "$as_ac_var=yes" | |
35641 | else | |
35642 | echo "$as_me: failed program was:" >&5 | |
35643 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35644 | ||
35645 | eval "$as_ac_var=no" | |
35646 | fi | |
ac1cb8d3 VS |
35647 | rm -f conftest.err conftest.$ac_objext \ |
35648 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
35649 | fi |
35650 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
35651 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
35652 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
35653 | cat >>confdefs.h <<_ACEOF | |
35654 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
35655 | _ACEOF | |
35656 | cat >>confdefs.h <<\_ACEOF | |
35657 | #define HAVE_DLERROR 1 | |
35658 | _ACEOF | |
35659 | ||
35660 | else | |
35661 | ||
35662 | echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5 | |
35663 | echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6 | |
35664 | if test "${ac_cv_lib_dl_dlerror+set}" = set; then | |
35665 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35666 | else | |
35667 | ac_check_lib_save_LIBS=$LIBS | |
35668 | LIBS="-ldl $LIBS" | |
35669 | cat >conftest.$ac_ext <<_ACEOF | |
35670 | /* confdefs.h. */ | |
35671 | _ACEOF | |
35672 | cat confdefs.h >>conftest.$ac_ext | |
35673 | cat >>conftest.$ac_ext <<_ACEOF | |
35674 | /* end confdefs.h. */ | |
35675 | ||
35676 | /* Override any gcc2 internal prototype to avoid an error. */ | |
35677 | #ifdef __cplusplus | |
35678 | extern "C" | |
35679 | #endif | |
35680 | /* We use char because int might match the return type of a gcc2 | |
35681 | builtin and then its argument prototype would still apply. */ | |
35682 | char dlerror (); | |
35683 | int | |
35684 | main () | |
35685 | { | |
35686 | dlerror (); | |
35687 | ; | |
35688 | return 0; | |
35689 | } | |
35690 | _ACEOF | |
35691 | rm -f conftest.$ac_objext conftest$ac_exeext | |
35692 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 35693 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 35694 | ac_status=$? |
ac1cb8d3 VS |
35695 | grep -v '^ *+' conftest.er1 >conftest.err |
35696 | rm -f conftest.er1 | |
35697 | cat conftest.err >&5 | |
a848cd7e SC |
35698 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
35699 | (exit $ac_status); } && | |
07158944 | 35700 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
35701 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35702 | (eval $ac_try) 2>&5 | |
35703 | ac_status=$? | |
35704 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35705 | (exit $ac_status); }; } && | |
35706 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
35707 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35708 | (eval $ac_try) 2>&5 | |
35709 | ac_status=$? | |
35710 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35711 | (exit $ac_status); }; }; then | |
35712 | ac_cv_lib_dl_dlerror=yes | |
35713 | else | |
35714 | echo "$as_me: failed program was:" >&5 | |
35715 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35716 | ||
35717 | ac_cv_lib_dl_dlerror=no | |
35718 | fi | |
ac1cb8d3 VS |
35719 | rm -f conftest.err conftest.$ac_objext \ |
35720 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
35721 | LIBS=$ac_check_lib_save_LIBS |
35722 | fi | |
35723 | echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5 | |
35724 | echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6 | |
35725 | if test $ac_cv_lib_dl_dlerror = yes; then | |
35726 | cat >>confdefs.h <<\_ACEOF | |
35727 | #define HAVE_DLERROR 1 | |
35728 | _ACEOF | |
35729 | ||
35730 | fi | |
35731 | ||
35732 | ||
35733 | ||
35734 | fi | |
35735 | done | |
35736 | ||
35737 | fi | |
35738 | fi | |
35739 | ||
35740 | if test "$HAVE_DL_FUNCS" = 0; then | |
35741 | if test "$HAVE_SHL_FUNCS" = 0; then | |
35742 | if test "$USE_UNIX" = 1; then | |
35743 | { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5 | |
35744 | echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;} | |
35745 | wxUSE_DYNAMIC_LOADER=no | |
35746 | wxUSE_DYNLIB_CLASS=no | |
35747 | else | |
35748 | { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5 | |
35749 | echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;} | |
35750 | fi | |
35751 | fi | |
35752 | fi | |
35753 | fi | |
35754 | fi | |
35755 | ||
35756 | if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then | |
35757 | cat >>confdefs.h <<\_ACEOF | |
35758 | #define wxUSE_DYNAMIC_LOADER 1 | |
35759 | _ACEOF | |
35760 | ||
35761 | fi | |
35762 | if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then | |
35763 | cat >>confdefs.h <<\_ACEOF | |
35764 | #define wxUSE_DYNLIB_CLASS 1 | |
35765 | _ACEOF | |
35766 | ||
35767 | fi | |
35768 | ||
35769 | ||
35770 | ||
35771 | if test "$wxUSE_PLUGINS" = "yes" ; then | |
35772 | if test "$wxUSE_SHARED" = "no" ; then | |
35773 | { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5 | |
35774 | echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;} | |
35775 | wxUSE_PLUGINS=no | |
35776 | fi | |
35777 | if test "$wxUSE_MONOLITHIC" = "yes" ; then | |
35778 | { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5 | |
35779 | echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;} | |
35780 | wxUSE_PLUGINS=no | |
35781 | fi | |
35782 | if test "$wxUSE_DYNLIB_CLASS" = "no" ; then | |
35783 | { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5 | |
35784 | echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;} | |
35785 | wxUSE_PLUGINS=no | |
35786 | fi | |
35787 | if test "$wxUSE_PLUGINS" = "yes" ; then | |
35788 | cat >>confdefs.h <<\_ACEOF | |
35789 | #define wxUSE_PLUGINS 1 | |
35790 | _ACEOF | |
35791 | ||
35792 | fi | |
35793 | fi | |
35794 | ||
35795 | ||
35796 | if test "$wxUSE_STL" = "yes"; then | |
35797 | cat >>confdefs.h <<\_ACEOF | |
35798 | #define wxUSE_STL 1 | |
35799 | _ACEOF | |
35800 | ||
35801 | fi | |
35802 | ||
35803 | if test "$wxUSE_APPLE_IEEE" = "yes"; then | |
35804 | cat >>confdefs.h <<\_ACEOF | |
35805 | #define wxUSE_APPLE_IEEE 1 | |
35806 | _ACEOF | |
35807 | ||
35808 | fi | |
35809 | ||
35810 | if test "$wxUSE_TIMER" = "yes"; then | |
35811 | cat >>confdefs.h <<\_ACEOF | |
35812 | #define wxUSE_TIMER 1 | |
35813 | _ACEOF | |
35814 | ||
35815 | fi | |
35816 | ||
35817 | WITH_PLUGIN_SDL=0 | |
35818 | if test "$wxUSE_SOUND" = "yes"; then | |
35819 | if test "$USE_UNIX" = "1" ; then | |
35820 | ||
35821 | for ac_header in sys/soundcard.h | |
35822 | do | |
35823 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
35824 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
35825 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
35826 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
35827 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
35828 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35829 | fi | |
35830 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
35831 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
35832 | else | |
35833 | # Is the header compilable? | |
35834 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
35835 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
35836 | cat >conftest.$ac_ext <<_ACEOF | |
35837 | /* confdefs.h. */ | |
35838 | _ACEOF | |
35839 | cat confdefs.h >>conftest.$ac_ext | |
35840 | cat >>conftest.$ac_ext <<_ACEOF | |
35841 | /* end confdefs.h. */ | |
35842 | $ac_includes_default | |
35843 | #include <$ac_header> | |
35844 | _ACEOF | |
35845 | rm -f conftest.$ac_objext | |
35846 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 35847 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 35848 | ac_status=$? |
ac1cb8d3 VS |
35849 | grep -v '^ *+' conftest.er1 >conftest.err |
35850 | rm -f conftest.er1 | |
35851 | cat conftest.err >&5 | |
a848cd7e SC |
35852 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
35853 | (exit $ac_status); } && | |
07158944 | 35854 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
35855 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35856 | (eval $ac_try) 2>&5 | |
35857 | ac_status=$? | |
35858 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35859 | (exit $ac_status); }; } && | |
35860 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
35861 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
35862 | (eval $ac_try) 2>&5 | |
35863 | ac_status=$? | |
35864 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35865 | (exit $ac_status); }; }; then | |
35866 | ac_header_compiler=yes | |
35867 | else | |
35868 | echo "$as_me: failed program was:" >&5 | |
35869 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35870 | ||
35871 | ac_header_compiler=no | |
35872 | fi | |
ac1cb8d3 | 35873 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
35874 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
35875 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
35876 | ||
35877 | # Is the header present? | |
35878 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
35879 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
35880 | cat >conftest.$ac_ext <<_ACEOF | |
35881 | /* confdefs.h. */ | |
35882 | _ACEOF | |
35883 | cat confdefs.h >>conftest.$ac_ext | |
35884 | cat >>conftest.$ac_ext <<_ACEOF | |
35885 | /* end confdefs.h. */ | |
35886 | #include <$ac_header> | |
35887 | _ACEOF | |
35888 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
35889 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
35890 | ac_status=$? | |
35891 | grep -v '^ *+' conftest.er1 >conftest.err | |
35892 | rm -f conftest.er1 | |
35893 | cat conftest.err >&5 | |
35894 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
35895 | (exit $ac_status); } >/dev/null; then | |
35896 | if test -s conftest.err; then | |
35897 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 35898 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
35899 | else |
35900 | ac_cpp_err= | |
35901 | fi | |
35902 | else | |
35903 | ac_cpp_err=yes | |
35904 | fi | |
35905 | if test -z "$ac_cpp_err"; then | |
35906 | ac_header_preproc=yes | |
35907 | else | |
35908 | echo "$as_me: failed program was:" >&5 | |
35909 | sed 's/^/| /' conftest.$ac_ext >&5 | |
35910 | ||
35911 | ac_header_preproc=no | |
35912 | fi | |
35913 | rm -f conftest.err conftest.$ac_ext | |
35914 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
35915 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
35916 | ||
35917 | # So? What about this header? | |
ac1cb8d3 VS |
35918 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
35919 | yes:no: ) | |
a848cd7e SC |
35920 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
35921 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
35922 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
35923 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
35924 | ac_header_preproc=yes | |
a848cd7e | 35925 | ;; |
ac1cb8d3 | 35926 | no:yes:* ) |
a848cd7e SC |
35927 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
35928 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
35929 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
35930 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
35931 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
35932 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
35933 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
35934 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
35935 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
35936 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
35937 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
35938 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
35939 | ( |
35940 | cat <<\_ASBOX | |
ac1cb8d3 VS |
35941 | ## ----------------------------------------- ## |
35942 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
35943 | ## ----------------------------------------- ## | |
a848cd7e SC |
35944 | _ASBOX |
35945 | ) | | |
35946 | sed "s/^/$as_me: WARNING: /" >&2 | |
35947 | ;; | |
35948 | esac | |
35949 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
35950 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
35951 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
35952 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
35953 | else | |
ac1cb8d3 | 35954 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
35955 | fi |
35956 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
35957 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
35958 | ||
35959 | fi | |
35960 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
35961 | cat >>confdefs.h <<_ACEOF | |
35962 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
35963 | _ACEOF | |
35964 | ||
35965 | fi | |
35966 | ||
35967 | done | |
35968 | ||
35969 | ||
35970 | if test "$wxUSE_LIBSDL" != "no"; then | |
35971 | ||
35972 | # Check whether --with-sdl-prefix or --without-sdl-prefix was given. | |
35973 | if test "${with_sdl_prefix+set}" = set; then | |
35974 | withval="$with_sdl_prefix" | |
35975 | sdl_prefix="$withval" | |
35976 | else | |
35977 | sdl_prefix="" | |
35978 | fi; | |
35979 | ||
35980 | # Check whether --with-sdl-exec-prefix or --without-sdl-exec-prefix was given. | |
35981 | if test "${with_sdl_exec_prefix+set}" = set; then | |
35982 | withval="$with_sdl_exec_prefix" | |
35983 | sdl_exec_prefix="$withval" | |
35984 | else | |
35985 | sdl_exec_prefix="" | |
35986 | fi; | |
35987 | # Check whether --enable-sdltest or --disable-sdltest was given. | |
35988 | if test "${enable_sdltest+set}" = set; then | |
35989 | enableval="$enable_sdltest" | |
35990 | ||
35991 | else | |
35992 | enable_sdltest=yes | |
35993 | fi; | |
35994 | ||
35995 | if test x$sdl_exec_prefix != x ; then | |
35996 | sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix" | |
35997 | if test x${SDL_CONFIG+set} != xset ; then | |
35998 | SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config | |
35999 | fi | |
36000 | fi | |
36001 | if test x$sdl_prefix != x ; then | |
36002 | sdl_args="$sdl_args --prefix=$sdl_prefix" | |
36003 | if test x${SDL_CONFIG+set} != xset ; then | |
36004 | SDL_CONFIG=$sdl_prefix/bin/sdl-config | |
36005 | fi | |
36006 | fi | |
36007 | ||
36008 | ||
36009 | PATH="$prefix/bin:$prefix/usr/bin:$PATH" | |
36010 | # Extract the first word of "sdl-config", so it can be a program name with args. | |
36011 | set dummy sdl-config; ac_word=$2 | |
36012 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
36013 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
36014 | if test "${ac_cv_path_SDL_CONFIG+set}" = set; then | |
36015 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
36016 | else | |
36017 | case $SDL_CONFIG in | |
36018 | [\\/]* | ?:[\\/]*) | |
36019 | ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path. | |
36020 | ;; | |
36021 | *) | |
36022 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
36023 | for as_dir in $PATH | |
36024 | do | |
36025 | IFS=$as_save_IFS | |
36026 | test -z "$as_dir" && as_dir=. | |
36027 | for ac_exec_ext in '' $ac_executable_extensions; do | |
36028 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
36029 | ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
36030 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
36031 | break 2 | |
36032 | fi | |
36033 | done | |
36034 | done | |
36035 | ||
36036 | test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no" | |
36037 | ;; | |
36038 | esac | |
36039 | fi | |
36040 | SDL_CONFIG=$ac_cv_path_SDL_CONFIG | |
36041 | ||
36042 | if test -n "$SDL_CONFIG"; then | |
36043 | echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5 | |
36044 | echo "${ECHO_T}$SDL_CONFIG" >&6 | |
36045 | else | |
36046 | echo "$as_me:$LINENO: result: no" >&5 | |
36047 | echo "${ECHO_T}no" >&6 | |
36048 | fi | |
36049 | ||
36050 | min_sdl_version=1.2.0 | |
36051 | echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5 | |
36052 | echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6 | |
36053 | no_sdl="" | |
36054 | if test "$SDL_CONFIG" = "no" ; then | |
36055 | no_sdl=yes | |
36056 | else | |
36057 | SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags` | |
36058 | SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs` | |
36059 | ||
36060 | sdl_major_version=`$SDL_CONFIG $sdl_args --version | \ | |
36061 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
36062 | sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \ | |
36063 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
36064 | sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \ | |
36065 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
36066 | if test "x$enable_sdltest" = "xyes" ; then | |
36067 | ac_save_CFLAGS="$CFLAGS" | |
94acd38e | 36068 | ac_save_CXXFLAGS="$CXXFLAGS" |
a848cd7e SC |
36069 | ac_save_LIBS="$LIBS" |
36070 | CFLAGS="$CFLAGS $SDL_CFLAGS" | |
94acd38e | 36071 | CXXFLAGS="$CXXFLAGS $SDL_CFLAGS" |
a848cd7e SC |
36072 | LIBS="$LIBS $SDL_LIBS" |
36073 | rm -f conf.sdltest | |
36074 | if test "$cross_compiling" = yes; then | |
36075 | echo $ac_n "cross compiling; assumed OK... $ac_c" | |
36076 | else | |
36077 | cat >conftest.$ac_ext <<_ACEOF | |
36078 | /* confdefs.h. */ | |
36079 | _ACEOF | |
36080 | cat confdefs.h >>conftest.$ac_ext | |
36081 | cat >>conftest.$ac_ext <<_ACEOF | |
36082 | /* end confdefs.h. */ | |
36083 | ||
36084 | #include <stdio.h> | |
36085 | #include <stdlib.h> | |
36086 | #include <string.h> | |
36087 | #include "SDL.h" | |
36088 | ||
36089 | char* | |
36090 | my_strdup (char *str) | |
36091 | { | |
36092 | char *new_str; | |
36093 | ||
36094 | if (str) | |
36095 | { | |
36096 | new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char)); | |
36097 | strcpy (new_str, str); | |
36098 | } | |
36099 | else | |
36100 | new_str = NULL; | |
36101 | ||
36102 | return new_str; | |
36103 | } | |
36104 | ||
36105 | int main (int argc, char *argv[]) | |
36106 | { | |
36107 | int major, minor, micro; | |
36108 | char *tmp_version; | |
36109 | ||
36110 | /* This hangs on some systems (?) | |
36111 | system ("touch conf.sdltest"); | |
36112 | */ | |
36113 | { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); } | |
36114 | ||
36115 | /* HP/UX 9 (%@#!) writes to sscanf strings */ | |
36116 | tmp_version = my_strdup("$min_sdl_version"); | |
36117 | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | |
36118 | printf("%s, bad version string\n", "$min_sdl_version"); | |
36119 | exit(1); | |
36120 | } | |
36121 | ||
36122 | if (($sdl_major_version > major) || | |
36123 | (($sdl_major_version == major) && ($sdl_minor_version > minor)) || | |
36124 | (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro))) | |
36125 | { | |
36126 | return 0; | |
36127 | } | |
36128 | else | |
36129 | { | |
36130 | printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version); | |
36131 | printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro); | |
36132 | printf("*** best to upgrade to the required version.\n"); | |
36133 | printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n"); | |
36134 | printf("*** to point to the correct copy of sdl-config, and remove the file\n"); | |
36135 | printf("*** config.cache before re-running configure\n"); | |
36136 | return 1; | |
36137 | } | |
36138 | } | |
36139 | ||
36140 | ||
36141 | _ACEOF | |
36142 | rm -f conftest$ac_exeext | |
36143 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
36144 | (eval $ac_link) 2>&5 | |
36145 | ac_status=$? | |
36146 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36147 | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' | |
36148 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
36149 | (eval $ac_try) 2>&5 | |
36150 | ac_status=$? | |
36151 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36152 | (exit $ac_status); }; }; then | |
36153 | : | |
36154 | else | |
36155 | echo "$as_me: program exited with status $ac_status" >&5 | |
36156 | echo "$as_me: failed program was:" >&5 | |
36157 | sed 's/^/| /' conftest.$ac_ext >&5 | |
36158 | ||
36159 | ( exit $ac_status ) | |
36160 | no_sdl=yes | |
36161 | fi | |
ac1cb8d3 | 36162 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
36163 | fi |
36164 | CFLAGS="$ac_save_CFLAGS" | |
94acd38e | 36165 | CXXFLAGS="$ac_save_CXXFLAGS" |
a848cd7e SC |
36166 | LIBS="$ac_save_LIBS" |
36167 | fi | |
36168 | fi | |
36169 | if test "x$no_sdl" = x ; then | |
36170 | echo "$as_me:$LINENO: result: yes" >&5 | |
36171 | echo "${ECHO_T}yes" >&6 | |
36172 | ||
36173 | EXTRALIBS_SDL="$SDL_LIBS" | |
36174 | CXXFLAGS="$CXXFLAGS $SDL_CFLAGS" | |
36175 | cat >>confdefs.h <<\_ACEOF | |
36176 | #define wxUSE_LIBSDL 1 | |
36177 | _ACEOF | |
36178 | ||
36179 | ||
36180 | else | |
36181 | echo "$as_me:$LINENO: result: no" >&5 | |
36182 | echo "${ECHO_T}no" >&6 | |
36183 | if test "$SDL_CONFIG" = "no" ; then | |
36184 | echo "*** The sdl-config script installed by SDL could not be found" | |
36185 | echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in" | |
36186 | echo "*** your path, or set the SDL_CONFIG environment variable to the" | |
36187 | echo "*** full path to sdl-config." | |
36188 | else | |
36189 | if test -f conf.sdltest ; then | |
36190 | : | |
36191 | else | |
36192 | echo "*** Could not run SDL test program, checking why..." | |
36193 | CFLAGS="$CFLAGS $SDL_CFLAGS" | |
94acd38e | 36194 | CXXFLAGS="$CXXFLAGS $SDL_CFLAGS" |
a848cd7e SC |
36195 | LIBS="$LIBS $SDL_LIBS" |
36196 | cat >conftest.$ac_ext <<_ACEOF | |
36197 | /* confdefs.h. */ | |
36198 | _ACEOF | |
36199 | cat confdefs.h >>conftest.$ac_ext | |
36200 | cat >>conftest.$ac_ext <<_ACEOF | |
36201 | /* end confdefs.h. */ | |
36202 | ||
36203 | #include <stdio.h> | |
36204 | #include "SDL.h" | |
36205 | ||
36206 | int main(int argc, char *argv[]) | |
36207 | { return 0; } | |
36208 | #undef main | |
36209 | #define main K_and_R_C_main | |
36210 | ||
36211 | int | |
36212 | main () | |
36213 | { | |
36214 | return 0; | |
36215 | ; | |
36216 | return 0; | |
36217 | } | |
36218 | _ACEOF | |
36219 | rm -f conftest.$ac_objext conftest$ac_exeext | |
36220 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 36221 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 36222 | ac_status=$? |
ac1cb8d3 VS |
36223 | grep -v '^ *+' conftest.er1 >conftest.err |
36224 | rm -f conftest.er1 | |
36225 | cat conftest.err >&5 | |
a848cd7e SC |
36226 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
36227 | (exit $ac_status); } && | |
07158944 | 36228 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
36229 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36230 | (eval $ac_try) 2>&5 | |
36231 | ac_status=$? | |
36232 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36233 | (exit $ac_status); }; } && | |
36234 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
36235 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36236 | (eval $ac_try) 2>&5 | |
36237 | ac_status=$? | |
36238 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36239 | (exit $ac_status); }; }; then | |
36240 | echo "*** The test program compiled, but did not run. This usually means" | |
36241 | echo "*** that the run-time linker is not finding SDL or finding the wrong" | |
36242 | echo "*** version of SDL. If it is not finding SDL, you'll need to set your" | |
36243 | echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" | |
36244 | echo "*** to the installed location Also, make sure you have run ldconfig if that" | |
36245 | echo "*** is required on your system" | |
36246 | echo "***" | |
36247 | echo "*** If you have an old version installed, it is best to remove it, although" | |
36248 | echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" | |
36249 | else | |
36250 | echo "$as_me: failed program was:" >&5 | |
36251 | sed 's/^/| /' conftest.$ac_ext >&5 | |
36252 | ||
36253 | echo "*** The test program failed to compile or link. See the file config.log for the" | |
36254 | echo "*** exact error that occured. This usually means SDL was incorrectly installed" | |
36255 | echo "*** or that you have moved SDL since it was installed. In the latter case, you" | |
36256 | echo "*** may want to edit the sdl-config script: $SDL_CONFIG" | |
36257 | fi | |
ac1cb8d3 VS |
36258 | rm -f conftest.err conftest.$ac_objext \ |
36259 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e | 36260 | CFLAGS="$ac_save_CFLAGS" |
94acd38e | 36261 | CXXFLAGS="$ac_save_CXXFLAGS" |
a848cd7e SC |
36262 | LIBS="$ac_save_LIBS" |
36263 | fi | |
36264 | fi | |
36265 | SDL_CFLAGS="" | |
36266 | SDL_LIBS="" | |
36267 | wxUSE_LIBSDL="no" | |
36268 | fi | |
36269 | ||
36270 | ||
36271 | rm -f conf.sdltest | |
36272 | ||
36273 | if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then | |
36274 | WITH_PLUGIN_SDL=1 | |
36275 | fi | |
36276 | fi | |
36277 | fi | |
36278 | ||
36279 | cat >>confdefs.h <<\_ACEOF | |
36280 | #define wxUSE_SOUND 1 | |
36281 | _ACEOF | |
36282 | ||
36283 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound" | |
36284 | fi | |
36285 | ||
d1c38808 VZ |
36286 | if test "$WXGTK20" = 1; then |
36287 | if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then | |
36288 | if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then | |
36289 | ||
36290 | ||
36291 | succeeded=no | |
36292 | ||
36293 | if test -z "$PKG_CONFIG"; then | |
36294 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
36295 | set dummy pkg-config; ac_word=$2 | |
36296 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
36297 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
36298 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then | |
36299 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
36300 | else | |
36301 | case $PKG_CONFIG in | |
36302 | [\\/]* | ?:[\\/]*) | |
36303 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | |
36304 | ;; | |
36305 | *) | |
36306 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
36307 | for as_dir in $PATH | |
36308 | do | |
36309 | IFS=$as_save_IFS | |
36310 | test -z "$as_dir" && as_dir=. | |
36311 | for ac_exec_ext in '' $ac_executable_extensions; do | |
36312 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
36313 | ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
36314 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
36315 | break 2 | |
36316 | fi | |
36317 | done | |
36318 | done | |
36319 | ||
36320 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" | |
36321 | ;; | |
36322 | esac | |
36323 | fi | |
36324 | PKG_CONFIG=$ac_cv_path_PKG_CONFIG | |
36325 | ||
36326 | if test -n "$PKG_CONFIG"; then | |
36327 | echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 | |
36328 | echo "${ECHO_T}$PKG_CONFIG" >&6 | |
36329 | else | |
36330 | echo "$as_me:$LINENO: result: no" >&5 | |
36331 | echo "${ECHO_T}no" >&6 | |
36332 | fi | |
36333 | ||
36334 | fi | |
36335 | ||
36336 | if test "$PKG_CONFIG" = "no" ; then | |
36337 | echo "*** The pkg-config script could not be found. Make sure it is" | |
36338 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
36339 | echo "*** to the full path to pkg-config." | |
36340 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
36341 | else | |
36342 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
36343 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
ffa762ff VS |
36344 | echo "$as_me:$LINENO: checking for libgnomeprintui-2.2 >= 2.8" >&5 |
36345 | echo $ECHO_N "checking for libgnomeprintui-2.2 >= 2.8... $ECHO_C" >&6 | |
d1c38808 | 36346 | |
ffa762ff | 36347 | if $PKG_CONFIG --exists "libgnomeprintui-2.2 >= 2.8" ; then |
d1c38808 VZ |
36348 | echo "$as_me:$LINENO: result: yes" >&5 |
36349 | echo "${ECHO_T}yes" >&6 | |
36350 | succeeded=yes | |
36351 | ||
36352 | echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_CFLAGS" >&5 | |
36353 | echo $ECHO_N "checking LIBGNOMEPRINTUI_CFLAGS... $ECHO_C" >&6 | |
ffa762ff | 36354 | LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8"` |
d1c38808 VZ |
36355 | echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_CFLAGS" >&5 |
36356 | echo "${ECHO_T}$LIBGNOMEPRINTUI_CFLAGS" >&6 | |
36357 | ||
36358 | echo "$as_me:$LINENO: checking LIBGNOMEPRINTUI_LIBS" >&5 | |
36359 | echo $ECHO_N "checking LIBGNOMEPRINTUI_LIBS... $ECHO_C" >&6 | |
ffa762ff | 36360 | LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8"` |
d1c38808 VZ |
36361 | echo "$as_me:$LINENO: result: $LIBGNOMEPRINTUI_LIBS" >&5 |
36362 | echo "${ECHO_T}$LIBGNOMEPRINTUI_LIBS" >&6 | |
36363 | else | |
36364 | LIBGNOMEPRINTUI_CFLAGS="" | |
36365 | LIBGNOMEPRINTUI_LIBS="" | |
36366 | ## If we have a custom action on failure, don't print errors, but | |
36367 | ## do set a variable so people can do so. | |
ffa762ff | 36368 | LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"` |
d1c38808 VZ |
36369 | |
36370 | fi | |
36371 | ||
36372 | ||
36373 | ||
36374 | else | |
36375 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
36376 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
36377 | fi | |
36378 | fi | |
36379 | ||
36380 | if test $succeeded = yes; then | |
36381 | ||
d1c38808 VZ |
36382 | CXXFLAGS="$CXXFLAGS $LIBGNOMEPRINTUI_CFLAGS" |
36383 | cat >>confdefs.h <<\_ACEOF | |
36384 | #define wxUSE_LIBGNOMEPRINT 1 | |
36385 | _ACEOF | |
36386 | ||
36387 | ||
36388 | else | |
36389 | ||
36390 | { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5 | |
36391 | echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;} | |
36392 | wxUSE_LIBGNOMEPRINT="no" | |
36393 | ||
36394 | ||
36395 | fi | |
36396 | ||
36397 | fi | |
36398 | fi | |
36399 | fi | |
36400 | ||
36401 | ||
a848cd7e SC |
36402 | if test "$wxUSE_CMDLINE_PARSER" = "yes"; then |
36403 | cat >>confdefs.h <<\_ACEOF | |
36404 | #define wxUSE_CMDLINE_PARSER 1 | |
36405 | _ACEOF | |
36406 | ||
36407 | fi | |
36408 | ||
36409 | if test "$wxUSE_STOPWATCH" = "yes"; then | |
36410 | cat >>confdefs.h <<\_ACEOF | |
36411 | #define wxUSE_STOPWATCH 1 | |
36412 | _ACEOF | |
36413 | ||
36414 | fi | |
36415 | ||
36416 | if test "$wxUSE_DATETIME" = "yes"; then | |
36417 | cat >>confdefs.h <<\_ACEOF | |
36418 | #define wxUSE_DATETIME 1 | |
36419 | _ACEOF | |
36420 | ||
36421 | fi | |
36422 | ||
36423 | if test "$wxUSE_FILE" = "yes"; then | |
36424 | cat >>confdefs.h <<\_ACEOF | |
36425 | #define wxUSE_FILE 1 | |
36426 | _ACEOF | |
36427 | ||
36428 | fi | |
36429 | ||
36430 | if test "$wxUSE_FFILE" = "yes"; then | |
36431 | cat >>confdefs.h <<\_ACEOF | |
36432 | #define wxUSE_FFILE 1 | |
36433 | _ACEOF | |
36434 | ||
36435 | fi | |
36436 | ||
36437 | if test "$wxUSE_FILESYSTEM" = "yes"; then | |
36438 | cat >>confdefs.h <<\_ACEOF | |
36439 | #define wxUSE_FILESYSTEM 1 | |
36440 | _ACEOF | |
36441 | ||
36442 | fi | |
36443 | ||
36444 | if test "$wxUSE_FS_ZIP" = "yes"; then | |
36445 | cat >>confdefs.h <<\_ACEOF | |
36446 | #define wxUSE_FS_ZIP 1 | |
36447 | _ACEOF | |
36448 | ||
36449 | fi | |
36450 | ||
9e8e867f | 36451 | if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then |
a848cd7e | 36452 | cat >>confdefs.h <<\_ACEOF |
9e8e867f | 36453 | #define wxUSE_ARCHIVE_STREAMS 1 |
81f90336 MW |
36454 | _ACEOF |
36455 | ||
36456 | fi | |
36457 | ||
36458 | if test "$wxUSE_ZIPSTREAM" = "yes"; then | |
9e8e867f | 36459 | if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then |
81f90336 MW |
36460 | { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5 |
36461 | echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;} | |
36462 | elif test "$wxUSE_ZLIB" = "no"; then | |
36463 | { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5 | |
36464 | echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;} | |
36465 | else | |
36466 | cat >>confdefs.h <<\_ACEOF | |
a848cd7e SC |
36467 | #define wxUSE_ZIPSTREAM 1 |
36468 | _ACEOF | |
36469 | ||
81f90336 | 36470 | fi |
a848cd7e SC |
36471 | fi |
36472 | ||
a848cd7e SC |
36473 | if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then |
36474 | cat >>confdefs.h <<\_ACEOF | |
36475 | #define wxUSE_ON_FATAL_EXCEPTION 1 | |
36476 | _ACEOF | |
36477 | ||
36478 | fi | |
36479 | ||
eaff0f0d VZ |
36480 | if test "$wxUSE_STACKWALKER" = "yes"; then |
36481 | cat >>confdefs.h <<\_ACEOF | |
36482 | #define wxUSE_STACKWALKER 1 | |
36483 | _ACEOF | |
36484 | ||
36485 | fi | |
36486 | ||
36b6448c VZ |
36487 | if test "$wxUSE_DEBUGREPORT" = "yes"; then |
36488 | cat >>confdefs.h <<\_ACEOF | |
36489 | #define wxUSE_DEBUGREPORT 1 | |
36490 | _ACEOF | |
36491 | ||
a603d77e | 36492 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt" |
36b6448c VZ |
36493 | fi |
36494 | ||
a848cd7e SC |
36495 | if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then |
36496 | cat >>confdefs.h <<\_ACEOF | |
36497 | #define wxUSE_SNGLINST_CHECKER 1 | |
36498 | _ACEOF | |
36499 | ||
36500 | fi | |
36501 | ||
36502 | if test "$wxUSE_BUSYINFO" = "yes"; then | |
36503 | cat >>confdefs.h <<\_ACEOF | |
36504 | #define wxUSE_BUSYINFO 1 | |
36505 | _ACEOF | |
36506 | ||
36507 | fi | |
36508 | ||
36509 | if test "$wxUSE_STD_IOSTREAM" = "yes"; then | |
36510 | cat >>confdefs.h <<\_ACEOF | |
36511 | #define wxUSE_STD_IOSTREAM 1 | |
36512 | _ACEOF | |
36513 | ||
36514 | fi | |
36515 | ||
07158944 VZ |
36516 | if test "$wxUSE_STDPATHS" = "yes"; then |
36517 | cat >>confdefs.h <<\_ACEOF | |
36518 | #define wxUSE_STDPATHS 1 | |
36519 | _ACEOF | |
36520 | ||
36521 | fi | |
36522 | ||
a848cd7e SC |
36523 | if test "$wxUSE_TEXTBUFFER" = "yes"; then |
36524 | cat >>confdefs.h <<\_ACEOF | |
36525 | #define wxUSE_TEXTBUFFER 1 | |
36526 | _ACEOF | |
36527 | ||
36528 | fi | |
36529 | ||
36530 | if test "$wxUSE_TEXTFILE" = "yes"; then | |
36531 | if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then | |
36532 | { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5 | |
36533 | echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;} | |
36534 | else | |
36535 | cat >>confdefs.h <<\_ACEOF | |
36536 | #define wxUSE_TEXTFILE 1 | |
36537 | _ACEOF | |
36538 | ||
36539 | fi | |
36540 | fi | |
36541 | ||
36542 | if test "$wxUSE_CONFIG" = "yes" ; then | |
36543 | if test "$wxUSE_TEXTFILE" != "yes"; then | |
36544 | { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5 | |
36545 | echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;} | |
36546 | else | |
36547 | cat >>confdefs.h <<\_ACEOF | |
36548 | #define wxUSE_CONFIG 1 | |
89be85c2 VS |
36549 | _ACEOF |
36550 | ||
36551 | cat >>confdefs.h <<\_ACEOF | |
36552 | #define wxUSE_CONFIG_NATIVE 1 | |
a848cd7e SC |
36553 | _ACEOF |
36554 | ||
36555 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config" | |
36556 | fi | |
36557 | fi | |
36558 | ||
36559 | if test "$wxUSE_INTL" = "yes" ; then | |
36560 | if test "$wxUSE_FILE" != "yes"; then | |
36561 | { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5 | |
36562 | echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;} | |
36563 | else | |
36564 | cat >>confdefs.h <<\_ACEOF | |
36565 | #define wxUSE_INTL 1 | |
36566 | _ACEOF | |
36567 | ||
36568 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat" | |
36569 | GUIDIST="$GUIDIST INTL_DIST" | |
36570 | fi | |
36571 | fi | |
36572 | ||
36573 | if test "$wxUSE_LOG" = "yes"; then | |
36574 | cat >>confdefs.h <<\_ACEOF | |
36575 | #define wxUSE_LOG 1 | |
36576 | _ACEOF | |
36577 | ||
36578 | ||
36579 | if test "$wxUSE_LOGGUI" = "yes"; then | |
36580 | cat >>confdefs.h <<\_ACEOF | |
36581 | #define wxUSE_LOGGUI 1 | |
36582 | _ACEOF | |
36583 | ||
36584 | fi | |
36585 | ||
36586 | if test "$wxUSE_LOGWINDOW" = "yes"; then | |
36587 | cat >>confdefs.h <<\_ACEOF | |
36588 | #define wxUSE_LOGWINDOW 1 | |
36589 | _ACEOF | |
36590 | ||
36591 | fi | |
36592 | ||
36593 | if test "$wxUSE_LOGDIALOG" = "yes"; then | |
36594 | cat >>confdefs.h <<\_ACEOF | |
36595 | #define wxUSE_LOG_DIALOG 1 | |
36596 | _ACEOF | |
36597 | ||
36598 | fi | |
0b78747f MW |
36599 | |
36600 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard" | |
a848cd7e SC |
36601 | fi |
36602 | ||
36603 | if test "$wxUSE_LONGLONG" = "yes"; then | |
36604 | cat >>confdefs.h <<\_ACEOF | |
36605 | #define wxUSE_LONGLONG 1 | |
36606 | _ACEOF | |
36607 | ||
36608 | fi | |
36609 | ||
36610 | if test "$wxUSE_GEOMETRY" = "yes"; then | |
36611 | cat >>confdefs.h <<\_ACEOF | |
36612 | #define wxUSE_GEOMETRY 1 | |
36613 | _ACEOF | |
36614 | ||
36615 | fi | |
36616 | ||
a848cd7e SC |
36617 | if test "$wxUSE_STREAMS" = "yes" ; then |
36618 | cat >>confdefs.h <<\_ACEOF | |
36619 | #define wxUSE_STREAMS 1 | |
36620 | _ACEOF | |
36621 | ||
36622 | fi | |
36623 | ||
36624 | ||
36625 | if test "$wxUSE_DATETIME" = "yes"; then | |
36626 | ||
36627 | for ac_func in strptime | |
36628 | do | |
36629 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
36630 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
36631 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
36632 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
36633 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
36634 | else | |
36635 | cat >conftest.$ac_ext <<_ACEOF | |
36636 | /* confdefs.h. */ | |
36637 | _ACEOF | |
36638 | cat confdefs.h >>conftest.$ac_ext | |
36639 | cat >>conftest.$ac_ext <<_ACEOF | |
36640 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
36641 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
36642 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
36643 | #define $ac_func innocuous_$ac_func | |
36644 | ||
a848cd7e SC |
36645 | /* System header to define __stub macros and hopefully few prototypes, |
36646 | which can conflict with char $ac_func (); below. | |
36647 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
36648 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 36649 | |
a848cd7e SC |
36650 | #ifdef __STDC__ |
36651 | # include <limits.h> | |
36652 | #else | |
36653 | # include <assert.h> | |
36654 | #endif | |
ac1cb8d3 VS |
36655 | |
36656 | #undef $ac_func | |
36657 | ||
a848cd7e SC |
36658 | /* Override any gcc2 internal prototype to avoid an error. */ |
36659 | #ifdef __cplusplus | |
36660 | extern "C" | |
36661 | { | |
36662 | #endif | |
36663 | /* We use char because int might match the return type of a gcc2 | |
36664 | builtin and then its argument prototype would still apply. */ | |
36665 | char $ac_func (); | |
36666 | /* The GNU C library defines this for functions which it implements | |
36667 | to always fail with ENOSYS. Some functions are actually named | |
36668 | something starting with __ and the normal name is an alias. */ | |
36669 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
36670 | choke me | |
36671 | #else | |
36672 | char (*f) () = $ac_func; | |
36673 | #endif | |
36674 | #ifdef __cplusplus | |
36675 | } | |
36676 | #endif | |
36677 | ||
36678 | int | |
36679 | main () | |
36680 | { | |
36681 | return f != $ac_func; | |
36682 | ; | |
36683 | return 0; | |
36684 | } | |
36685 | _ACEOF | |
36686 | rm -f conftest.$ac_objext conftest$ac_exeext | |
36687 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 36688 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 36689 | ac_status=$? |
ac1cb8d3 VS |
36690 | grep -v '^ *+' conftest.er1 >conftest.err |
36691 | rm -f conftest.er1 | |
36692 | cat conftest.err >&5 | |
a848cd7e SC |
36693 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
36694 | (exit $ac_status); } && | |
07158944 | 36695 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
36696 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36697 | (eval $ac_try) 2>&5 | |
36698 | ac_status=$? | |
36699 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36700 | (exit $ac_status); }; } && | |
36701 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
36702 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36703 | (eval $ac_try) 2>&5 | |
36704 | ac_status=$? | |
36705 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36706 | (exit $ac_status); }; }; then | |
36707 | eval "$as_ac_var=yes" | |
36708 | else | |
36709 | echo "$as_me: failed program was:" >&5 | |
36710 | sed 's/^/| /' conftest.$ac_ext >&5 | |
36711 | ||
36712 | eval "$as_ac_var=no" | |
36713 | fi | |
ac1cb8d3 VS |
36714 | rm -f conftest.err conftest.$ac_objext \ |
36715 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
36716 | fi |
36717 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
36718 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
36719 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
36720 | cat >>confdefs.h <<_ACEOF | |
36721 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
36722 | _ACEOF | |
36723 | ||
36724 | fi | |
36725 | done | |
36726 | ||
36727 | ||
36728 | echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5 | |
36729 | echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6 | |
36730 | if test "${wx_cv_var_timezone+set}" = set; then | |
36731 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
36732 | else | |
36733 | ||
36734 | cat >conftest.$ac_ext <<_ACEOF | |
36735 | /* confdefs.h. */ | |
36736 | _ACEOF | |
36737 | cat confdefs.h >>conftest.$ac_ext | |
36738 | cat >>conftest.$ac_ext <<_ACEOF | |
36739 | /* end confdefs.h. */ | |
36740 | ||
36741 | #include <time.h> | |
36742 | ||
36743 | int | |
36744 | main () | |
36745 | { | |
36746 | ||
36747 | int tz; | |
36748 | tz = timezone; | |
36749 | ||
36750 | ; | |
36751 | return 0; | |
36752 | } | |
36753 | _ACEOF | |
36754 | rm -f conftest.$ac_objext | |
36755 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 36756 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 36757 | ac_status=$? |
ac1cb8d3 VS |
36758 | grep -v '^ *+' conftest.er1 >conftest.err |
36759 | rm -f conftest.er1 | |
36760 | cat conftest.err >&5 | |
a848cd7e SC |
36761 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
36762 | (exit $ac_status); } && | |
07158944 | 36763 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
36764 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36765 | (eval $ac_try) 2>&5 | |
36766 | ac_status=$? | |
36767 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36768 | (exit $ac_status); }; } && | |
36769 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
36770 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36771 | (eval $ac_try) 2>&5 | |
36772 | ac_status=$? | |
36773 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36774 | (exit $ac_status); }; }; then | |
36775 | ||
36776 | wx_cv_var_timezone=timezone | |
36777 | ||
36778 | else | |
36779 | echo "$as_me: failed program was:" >&5 | |
36780 | sed 's/^/| /' conftest.$ac_ext >&5 | |
36781 | ||
36782 | ||
36783 | cat >conftest.$ac_ext <<_ACEOF | |
36784 | /* confdefs.h. */ | |
36785 | _ACEOF | |
36786 | cat confdefs.h >>conftest.$ac_ext | |
36787 | cat >>conftest.$ac_ext <<_ACEOF | |
36788 | /* end confdefs.h. */ | |
36789 | ||
36790 | #include <time.h> | |
36791 | ||
36792 | int | |
36793 | main () | |
36794 | { | |
36795 | ||
36796 | int tz; | |
36797 | tz = _timezone; | |
36798 | ||
36799 | ; | |
36800 | return 0; | |
36801 | } | |
36802 | _ACEOF | |
36803 | rm -f conftest.$ac_objext | |
36804 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 36805 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 36806 | ac_status=$? |
ac1cb8d3 VS |
36807 | grep -v '^ *+' conftest.er1 >conftest.err |
36808 | rm -f conftest.er1 | |
36809 | cat conftest.err >&5 | |
a848cd7e SC |
36810 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
36811 | (exit $ac_status); } && | |
07158944 | 36812 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
36813 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36814 | (eval $ac_try) 2>&5 | |
36815 | ac_status=$? | |
36816 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36817 | (exit $ac_status); }; } && | |
36818 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
36819 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36820 | (eval $ac_try) 2>&5 | |
36821 | ac_status=$? | |
36822 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36823 | (exit $ac_status); }; }; then | |
36824 | ||
36825 | wx_cv_var_timezone=_timezone | |
36826 | ||
36827 | else | |
36828 | echo "$as_me: failed program was:" >&5 | |
36829 | sed 's/^/| /' conftest.$ac_ext >&5 | |
36830 | ||
36831 | ||
36832 | cat >conftest.$ac_ext <<_ACEOF | |
36833 | /* confdefs.h. */ | |
36834 | _ACEOF | |
36835 | cat confdefs.h >>conftest.$ac_ext | |
36836 | cat >>conftest.$ac_ext <<_ACEOF | |
36837 | /* end confdefs.h. */ | |
36838 | ||
36839 | #include <time.h> | |
36840 | ||
36841 | int | |
36842 | main () | |
36843 | { | |
36844 | ||
36845 | int tz; | |
36846 | tz = __timezone; | |
36847 | ||
36848 | ; | |
36849 | return 0; | |
36850 | } | |
36851 | _ACEOF | |
36852 | rm -f conftest.$ac_objext | |
36853 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 36854 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 36855 | ac_status=$? |
ac1cb8d3 VS |
36856 | grep -v '^ *+' conftest.er1 >conftest.err |
36857 | rm -f conftest.er1 | |
36858 | cat conftest.err >&5 | |
a848cd7e SC |
36859 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
36860 | (exit $ac_status); } && | |
07158944 | 36861 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
36862 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36863 | (eval $ac_try) 2>&5 | |
36864 | ac_status=$? | |
36865 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36866 | (exit $ac_status); }; } && | |
36867 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
36868 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36869 | (eval $ac_try) 2>&5 | |
36870 | ac_status=$? | |
36871 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36872 | (exit $ac_status); }; }; then | |
36873 | ||
36874 | wx_cv_var_timezone=__timezone | |
36875 | ||
36876 | else | |
36877 | echo "$as_me: failed program was:" >&5 | |
36878 | sed 's/^/| /' conftest.$ac_ext >&5 | |
36879 | ||
36880 | ||
36881 | if test "$USE_DOS" = 0 ; then | |
36882 | { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5 | |
36883 | echo "$as_me: WARNING: no timezone variable" >&2;} | |
36884 | fi | |
36885 | ||
36886 | ||
36887 | fi | |
ac1cb8d3 | 36888 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
36889 | |
36890 | ||
36891 | fi | |
ac1cb8d3 | 36892 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
36893 | |
36894 | ||
36895 | fi | |
ac1cb8d3 | 36896 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
36897 | |
36898 | ||
36899 | fi | |
36900 | echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5 | |
36901 | echo "${ECHO_T}$wx_cv_var_timezone" >&6 | |
36902 | ||
36903 | if test "x$wx_cv_var_timezone" != x ; then | |
36904 | cat >>confdefs.h <<_ACEOF | |
36905 | #define WX_TIMEZONE $wx_cv_var_timezone | |
36906 | _ACEOF | |
36907 | ||
36908 | fi | |
36909 | ||
36910 | ||
36911 | for ac_func in localtime | |
36912 | do | |
36913 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
36914 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
36915 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
36916 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
36917 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
36918 | else | |
36919 | cat >conftest.$ac_ext <<_ACEOF | |
36920 | /* confdefs.h. */ | |
36921 | _ACEOF | |
36922 | cat confdefs.h >>conftest.$ac_ext | |
36923 | cat >>conftest.$ac_ext <<_ACEOF | |
36924 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
36925 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
36926 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
36927 | #define $ac_func innocuous_$ac_func | |
36928 | ||
a848cd7e SC |
36929 | /* System header to define __stub macros and hopefully few prototypes, |
36930 | which can conflict with char $ac_func (); below. | |
36931 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
36932 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 36933 | |
a848cd7e SC |
36934 | #ifdef __STDC__ |
36935 | # include <limits.h> | |
36936 | #else | |
36937 | # include <assert.h> | |
36938 | #endif | |
ac1cb8d3 VS |
36939 | |
36940 | #undef $ac_func | |
36941 | ||
a848cd7e SC |
36942 | /* Override any gcc2 internal prototype to avoid an error. */ |
36943 | #ifdef __cplusplus | |
36944 | extern "C" | |
36945 | { | |
36946 | #endif | |
36947 | /* We use char because int might match the return type of a gcc2 | |
36948 | builtin and then its argument prototype would still apply. */ | |
36949 | char $ac_func (); | |
36950 | /* The GNU C library defines this for functions which it implements | |
36951 | to always fail with ENOSYS. Some functions are actually named | |
36952 | something starting with __ and the normal name is an alias. */ | |
36953 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
36954 | choke me | |
36955 | #else | |
36956 | char (*f) () = $ac_func; | |
36957 | #endif | |
36958 | #ifdef __cplusplus | |
36959 | } | |
36960 | #endif | |
36961 | ||
36962 | int | |
36963 | main () | |
36964 | { | |
36965 | return f != $ac_func; | |
36966 | ; | |
36967 | return 0; | |
36968 | } | |
36969 | _ACEOF | |
36970 | rm -f conftest.$ac_objext conftest$ac_exeext | |
36971 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 36972 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 36973 | ac_status=$? |
ac1cb8d3 VS |
36974 | grep -v '^ *+' conftest.er1 >conftest.err |
36975 | rm -f conftest.er1 | |
36976 | cat conftest.err >&5 | |
a848cd7e SC |
36977 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
36978 | (exit $ac_status); } && | |
07158944 | 36979 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
36980 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36981 | (eval $ac_try) 2>&5 | |
36982 | ac_status=$? | |
36983 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36984 | (exit $ac_status); }; } && | |
36985 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
36986 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
36987 | (eval $ac_try) 2>&5 | |
36988 | ac_status=$? | |
36989 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
36990 | (exit $ac_status); }; }; then | |
36991 | eval "$as_ac_var=yes" | |
36992 | else | |
36993 | echo "$as_me: failed program was:" >&5 | |
36994 | sed 's/^/| /' conftest.$ac_ext >&5 | |
36995 | ||
36996 | eval "$as_ac_var=no" | |
36997 | fi | |
ac1cb8d3 VS |
36998 | rm -f conftest.err conftest.$ac_objext \ |
36999 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
37000 | fi |
37001 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
37002 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
37003 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
37004 | cat >>confdefs.h <<_ACEOF | |
37005 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
37006 | _ACEOF | |
37007 | ||
37008 | fi | |
37009 | done | |
37010 | ||
37011 | ||
37012 | if test "$ac_cv_func_localtime" = "yes"; then | |
37013 | echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5 | |
37014 | echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6 | |
37015 | if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then | |
37016 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
37017 | else | |
37018 | ||
37019 | cat >conftest.$ac_ext <<_ACEOF | |
37020 | /* confdefs.h. */ | |
37021 | _ACEOF | |
37022 | cat confdefs.h >>conftest.$ac_ext | |
37023 | cat >>conftest.$ac_ext <<_ACEOF | |
37024 | /* end confdefs.h. */ | |
37025 | ||
37026 | #include <time.h> | |
37027 | ||
37028 | int | |
37029 | main () | |
37030 | { | |
37031 | ||
37032 | struct tm tm; | |
37033 | tm.tm_gmtoff++; | |
37034 | ||
37035 | ; | |
37036 | return 0; | |
37037 | } | |
37038 | _ACEOF | |
37039 | rm -f conftest.$ac_objext | |
37040 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 37041 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 37042 | ac_status=$? |
ac1cb8d3 VS |
37043 | grep -v '^ *+' conftest.er1 >conftest.err |
37044 | rm -f conftest.er1 | |
37045 | cat conftest.err >&5 | |
a848cd7e SC |
37046 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
37047 | (exit $ac_status); } && | |
07158944 | 37048 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
37049 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37050 | (eval $ac_try) 2>&5 | |
37051 | ac_status=$? | |
37052 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37053 | (exit $ac_status); }; } && | |
37054 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
37055 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37056 | (eval $ac_try) 2>&5 | |
37057 | ac_status=$? | |
37058 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37059 | (exit $ac_status); }; }; then | |
37060 | ||
37061 | wx_cv_struct_tm_has_gmtoff=yes | |
37062 | ||
37063 | else | |
37064 | echo "$as_me: failed program was:" >&5 | |
37065 | sed 's/^/| /' conftest.$ac_ext >&5 | |
37066 | ||
37067 | wx_cv_struct_tm_has_gmtoff=no | |
37068 | ||
37069 | fi | |
ac1cb8d3 | 37070 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
37071 | |
37072 | fi | |
37073 | echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5 | |
37074 | echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6 | |
37075 | fi | |
37076 | ||
37077 | if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then | |
37078 | cat >>confdefs.h <<\_ACEOF | |
37079 | #define WX_GMTOFF_IN_TM 1 | |
37080 | _ACEOF | |
37081 | ||
37082 | fi | |
37083 | ||
37084 | ||
37085 | ||
37086 | for ac_func in gettimeofday ftime | |
37087 | do | |
37088 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
37089 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
37090 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
37091 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
37092 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
37093 | else | |
37094 | cat >conftest.$ac_ext <<_ACEOF | |
37095 | /* confdefs.h. */ | |
37096 | _ACEOF | |
37097 | cat confdefs.h >>conftest.$ac_ext | |
37098 | cat >>conftest.$ac_ext <<_ACEOF | |
37099 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
37100 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
37101 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
37102 | #define $ac_func innocuous_$ac_func | |
37103 | ||
a848cd7e SC |
37104 | /* System header to define __stub macros and hopefully few prototypes, |
37105 | which can conflict with char $ac_func (); below. | |
37106 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
37107 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 37108 | |
a848cd7e SC |
37109 | #ifdef __STDC__ |
37110 | # include <limits.h> | |
37111 | #else | |
37112 | # include <assert.h> | |
37113 | #endif | |
ac1cb8d3 VS |
37114 | |
37115 | #undef $ac_func | |
37116 | ||
a848cd7e SC |
37117 | /* Override any gcc2 internal prototype to avoid an error. */ |
37118 | #ifdef __cplusplus | |
37119 | extern "C" | |
37120 | { | |
37121 | #endif | |
37122 | /* We use char because int might match the return type of a gcc2 | |
37123 | builtin and then its argument prototype would still apply. */ | |
37124 | char $ac_func (); | |
37125 | /* The GNU C library defines this for functions which it implements | |
37126 | to always fail with ENOSYS. Some functions are actually named | |
37127 | something starting with __ and the normal name is an alias. */ | |
37128 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
37129 | choke me | |
37130 | #else | |
37131 | char (*f) () = $ac_func; | |
37132 | #endif | |
37133 | #ifdef __cplusplus | |
37134 | } | |
37135 | #endif | |
37136 | ||
37137 | int | |
37138 | main () | |
37139 | { | |
37140 | return f != $ac_func; | |
37141 | ; | |
37142 | return 0; | |
37143 | } | |
37144 | _ACEOF | |
37145 | rm -f conftest.$ac_objext conftest$ac_exeext | |
37146 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 37147 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 37148 | ac_status=$? |
ac1cb8d3 VS |
37149 | grep -v '^ *+' conftest.er1 >conftest.err |
37150 | rm -f conftest.er1 | |
37151 | cat conftest.err >&5 | |
a848cd7e SC |
37152 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
37153 | (exit $ac_status); } && | |
07158944 | 37154 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
37155 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37156 | (eval $ac_try) 2>&5 | |
37157 | ac_status=$? | |
37158 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37159 | (exit $ac_status); }; } && | |
37160 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
37161 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37162 | (eval $ac_try) 2>&5 | |
37163 | ac_status=$? | |
37164 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37165 | (exit $ac_status); }; }; then | |
37166 | eval "$as_ac_var=yes" | |
37167 | else | |
37168 | echo "$as_me: failed program was:" >&5 | |
37169 | sed 's/^/| /' conftest.$ac_ext >&5 | |
37170 | ||
37171 | eval "$as_ac_var=no" | |
37172 | fi | |
ac1cb8d3 VS |
37173 | rm -f conftest.err conftest.$ac_objext \ |
37174 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
37175 | fi |
37176 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
37177 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
37178 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
37179 | cat >>confdefs.h <<_ACEOF | |
37180 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
37181 | _ACEOF | |
37182 | break | |
37183 | fi | |
37184 | done | |
37185 | ||
37186 | ||
37187 | if test "$ac_cv_func_gettimeofday" = "yes"; then | |
37188 | echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5 | |
37189 | echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6 | |
37190 | if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then | |
37191 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
37192 | else | |
37193 | ||
37194 | ||
37195 | ||
37196 | ac_ext=cc | |
37197 | ac_cpp='$CXXCPP $CPPFLAGS' | |
37198 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
37199 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
37200 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
37201 | ||
37202 | ||
37203 | cat >conftest.$ac_ext <<_ACEOF | |
37204 | /* confdefs.h. */ | |
37205 | _ACEOF | |
37206 | cat confdefs.h >>conftest.$ac_ext | |
37207 | cat >>conftest.$ac_ext <<_ACEOF | |
37208 | /* end confdefs.h. */ | |
37209 | ||
37210 | #include <sys/time.h> | |
37211 | #include <unistd.h> | |
37212 | ||
37213 | int | |
37214 | main () | |
37215 | { | |
37216 | ||
37217 | struct timeval tv; | |
37218 | gettimeofday(&tv, NULL); | |
37219 | ||
37220 | ; | |
37221 | return 0; | |
37222 | } | |
37223 | _ACEOF | |
37224 | rm -f conftest.$ac_objext | |
37225 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 37226 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 37227 | ac_status=$? |
ac1cb8d3 VS |
37228 | grep -v '^ *+' conftest.er1 >conftest.err |
37229 | rm -f conftest.er1 | |
37230 | cat conftest.err >&5 | |
a848cd7e SC |
37231 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
37232 | (exit $ac_status); } && | |
07158944 | 37233 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
37234 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37235 | (eval $ac_try) 2>&5 | |
37236 | ac_status=$? | |
37237 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37238 | (exit $ac_status); }; } && | |
37239 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
37240 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37241 | (eval $ac_try) 2>&5 | |
37242 | ac_status=$? | |
37243 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37244 | (exit $ac_status); }; }; then | |
37245 | wx_cv_func_gettimeofday_has_2_args=yes | |
37246 | else | |
37247 | echo "$as_me: failed program was:" >&5 | |
37248 | sed 's/^/| /' conftest.$ac_ext >&5 | |
37249 | ||
37250 | cat >conftest.$ac_ext <<_ACEOF | |
37251 | /* confdefs.h. */ | |
37252 | _ACEOF | |
37253 | cat confdefs.h >>conftest.$ac_ext | |
37254 | cat >>conftest.$ac_ext <<_ACEOF | |
37255 | /* end confdefs.h. */ | |
37256 | ||
37257 | #include <sys/time.h> | |
37258 | #include <unistd.h> | |
37259 | ||
37260 | int | |
37261 | main () | |
37262 | { | |
37263 | ||
37264 | struct timeval tv; | |
37265 | gettimeofday(&tv); | |
37266 | ||
37267 | ; | |
37268 | return 0; | |
37269 | } | |
37270 | _ACEOF | |
37271 | rm -f conftest.$ac_objext | |
37272 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 37273 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 37274 | ac_status=$? |
ac1cb8d3 VS |
37275 | grep -v '^ *+' conftest.er1 >conftest.err |
37276 | rm -f conftest.er1 | |
37277 | cat conftest.err >&5 | |
a848cd7e SC |
37278 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
37279 | (exit $ac_status); } && | |
07158944 | 37280 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
37281 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37282 | (eval $ac_try) 2>&5 | |
37283 | ac_status=$? | |
37284 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37285 | (exit $ac_status); }; } && | |
37286 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
37287 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37288 | (eval $ac_try) 2>&5 | |
37289 | ac_status=$? | |
37290 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37291 | (exit $ac_status); }; }; then | |
37292 | wx_cv_func_gettimeofday_has_2_args=no | |
37293 | else | |
37294 | echo "$as_me: failed program was:" >&5 | |
37295 | sed 's/^/| /' conftest.$ac_ext >&5 | |
37296 | ||
37297 | ||
37298 | { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5 | |
37299 | echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;} | |
37300 | wx_cv_func_gettimeofday_has_2_args=unknown | |
37301 | ||
37302 | ||
37303 | fi | |
ac1cb8d3 | 37304 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
37305 | |
37306 | fi | |
ac1cb8d3 | 37307 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
37308 | ac_ext=c |
37309 | ac_cpp='$CPP $CPPFLAGS' | |
37310 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
37311 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
37312 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
37313 | ||
37314 | ||
37315 | fi | |
37316 | echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5 | |
37317 | echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6 | |
37318 | ||
37319 | if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then | |
37320 | cat >>confdefs.h <<\_ACEOF | |
37321 | #define WX_GETTIMEOFDAY_NO_TZ 1 | |
37322 | _ACEOF | |
37323 | ||
37324 | fi | |
37325 | fi | |
37326 | ||
37327 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest" | |
37328 | fi | |
37329 | ||
37330 | ||
37331 | if test "$wxUSE_SOCKETS" = "yes"; then | |
37332 | if test "$wxUSE_MGL" = "1"; then | |
37333 | { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5 | |
37334 | echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;} | |
37335 | wxUSE_SOCKETS="no" | |
37336 | fi | |
37337 | fi | |
37338 | ||
37339 | if test "$wxUSE_SOCKETS" = "yes"; then | |
37340 | if test "$TOOLKIT" != "MSW"; then | |
37341 | echo "$as_me:$LINENO: checking for socket" >&5 | |
37342 | echo $ECHO_N "checking for socket... $ECHO_C" >&6 | |
37343 | if test "${ac_cv_func_socket+set}" = set; then | |
37344 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
37345 | else | |
37346 | cat >conftest.$ac_ext <<_ACEOF | |
37347 | /* confdefs.h. */ | |
37348 | _ACEOF | |
37349 | cat confdefs.h >>conftest.$ac_ext | |
37350 | cat >>conftest.$ac_ext <<_ACEOF | |
37351 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
37352 | /* Define socket to an innocuous variant, in case <limits.h> declares socket. |
37353 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
37354 | #define socket innocuous_socket | |
37355 | ||
a848cd7e SC |
37356 | /* System header to define __stub macros and hopefully few prototypes, |
37357 | which can conflict with char socket (); below. | |
37358 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
37359 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 37360 | |
a848cd7e SC |
37361 | #ifdef __STDC__ |
37362 | # include <limits.h> | |
37363 | #else | |
37364 | # include <assert.h> | |
37365 | #endif | |
ac1cb8d3 VS |
37366 | |
37367 | #undef socket | |
37368 | ||
a848cd7e SC |
37369 | /* Override any gcc2 internal prototype to avoid an error. */ |
37370 | #ifdef __cplusplus | |
37371 | extern "C" | |
37372 | { | |
37373 | #endif | |
37374 | /* We use char because int might match the return type of a gcc2 | |
37375 | builtin and then its argument prototype would still apply. */ | |
37376 | char socket (); | |
37377 | /* The GNU C library defines this for functions which it implements | |
37378 | to always fail with ENOSYS. Some functions are actually named | |
37379 | something starting with __ and the normal name is an alias. */ | |
37380 | #if defined (__stub_socket) || defined (__stub___socket) | |
37381 | choke me | |
37382 | #else | |
37383 | char (*f) () = socket; | |
37384 | #endif | |
37385 | #ifdef __cplusplus | |
37386 | } | |
37387 | #endif | |
37388 | ||
37389 | int | |
37390 | main () | |
37391 | { | |
37392 | return f != socket; | |
37393 | ; | |
37394 | return 0; | |
37395 | } | |
37396 | _ACEOF | |
37397 | rm -f conftest.$ac_objext conftest$ac_exeext | |
37398 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 37399 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 37400 | ac_status=$? |
ac1cb8d3 VS |
37401 | grep -v '^ *+' conftest.er1 >conftest.err |
37402 | rm -f conftest.er1 | |
37403 | cat conftest.err >&5 | |
a848cd7e SC |
37404 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
37405 | (exit $ac_status); } && | |
07158944 | 37406 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
37407 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37408 | (eval $ac_try) 2>&5 | |
37409 | ac_status=$? | |
37410 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37411 | (exit $ac_status); }; } && | |
37412 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
37413 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37414 | (eval $ac_try) 2>&5 | |
37415 | ac_status=$? | |
37416 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37417 | (exit $ac_status); }; }; then | |
37418 | ac_cv_func_socket=yes | |
37419 | else | |
37420 | echo "$as_me: failed program was:" >&5 | |
37421 | sed 's/^/| /' conftest.$ac_ext >&5 | |
37422 | ||
37423 | ac_cv_func_socket=no | |
37424 | fi | |
ac1cb8d3 VS |
37425 | rm -f conftest.err conftest.$ac_objext \ |
37426 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
37427 | fi |
37428 | echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 | |
37429 | echo "${ECHO_T}$ac_cv_func_socket" >&6 | |
37430 | if test $ac_cv_func_socket = yes; then | |
37431 | : | |
37432 | else | |
37433 | ||
37434 | echo "$as_me:$LINENO: checking for socket in -lsocket" >&5 | |
37435 | echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6 | |
37436 | if test "${ac_cv_lib_socket_socket+set}" = set; then | |
37437 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
37438 | else | |
37439 | ac_check_lib_save_LIBS=$LIBS | |
37440 | LIBS="-lsocket $LIBS" | |
37441 | cat >conftest.$ac_ext <<_ACEOF | |
37442 | /* confdefs.h. */ | |
37443 | _ACEOF | |
37444 | cat confdefs.h >>conftest.$ac_ext | |
37445 | cat >>conftest.$ac_ext <<_ACEOF | |
37446 | /* end confdefs.h. */ | |
37447 | ||
37448 | /* Override any gcc2 internal prototype to avoid an error. */ | |
37449 | #ifdef __cplusplus | |
37450 | extern "C" | |
37451 | #endif | |
37452 | /* We use char because int might match the return type of a gcc2 | |
37453 | builtin and then its argument prototype would still apply. */ | |
37454 | char socket (); | |
37455 | int | |
37456 | main () | |
37457 | { | |
37458 | socket (); | |
37459 | ; | |
37460 | return 0; | |
37461 | } | |
37462 | _ACEOF | |
37463 | rm -f conftest.$ac_objext conftest$ac_exeext | |
37464 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 37465 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 37466 | ac_status=$? |
ac1cb8d3 VS |
37467 | grep -v '^ *+' conftest.er1 >conftest.err |
37468 | rm -f conftest.er1 | |
37469 | cat conftest.err >&5 | |
a848cd7e SC |
37470 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
37471 | (exit $ac_status); } && | |
07158944 | 37472 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
37473 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37474 | (eval $ac_try) 2>&5 | |
37475 | ac_status=$? | |
37476 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37477 | (exit $ac_status); }; } && | |
37478 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
37479 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37480 | (eval $ac_try) 2>&5 | |
37481 | ac_status=$? | |
37482 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37483 | (exit $ac_status); }; }; then | |
37484 | ac_cv_lib_socket_socket=yes | |
37485 | else | |
37486 | echo "$as_me: failed program was:" >&5 | |
37487 | sed 's/^/| /' conftest.$ac_ext >&5 | |
37488 | ||
37489 | ac_cv_lib_socket_socket=no | |
37490 | fi | |
ac1cb8d3 VS |
37491 | rm -f conftest.err conftest.$ac_objext \ |
37492 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
37493 | LIBS=$ac_check_lib_save_LIBS |
37494 | fi | |
37495 | echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5 | |
37496 | echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6 | |
37497 | if test $ac_cv_lib_socket_socket = yes; then | |
37498 | if test "$INET_LINK" != " -lsocket"; then | |
37499 | INET_LINK="$INET_LINK -lsocket" | |
37500 | fi | |
37501 | else | |
37502 | ||
37503 | { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5 | |
37504 | echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;} | |
37505 | wxUSE_SOCKETS=no | |
37506 | ||
37507 | ||
37508 | fi | |
37509 | ||
37510 | ||
37511 | ||
37512 | fi | |
37513 | ||
37514 | fi | |
37515 | fi | |
37516 | ||
37517 | if test "$wxUSE_SOCKETS" = "yes" ; then | |
37518 | if test "$TOOLKIT" != "MSW"; then | |
4d4ff94c VZ |
37519 | ac_ext=cc |
37520 | ac_cpp='$CXXCPP $CPPFLAGS' | |
37521 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
37522 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
37523 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
37524 | ||
37525 | echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5 | |
a848cd7e SC |
37526 | echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6 |
37527 | if test "${wx_cv_type_getsockname3+set}" = set; then | |
37528 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
37529 | else | |
37530 | ||
37531 | cat >conftest.$ac_ext <<_ACEOF | |
37532 | /* confdefs.h. */ | |
37533 | _ACEOF | |
37534 | cat confdefs.h >>conftest.$ac_ext | |
37535 | cat >>conftest.$ac_ext <<_ACEOF | |
37536 | /* end confdefs.h. */ | |
37537 | ||
37538 | #include <sys/types.h> | |
37539 | #include <sys/socket.h> | |
37540 | ||
37541 | int | |
37542 | main () | |
37543 | { | |
37544 | ||
37545 | socklen_t len; | |
37546 | getsockname(0, 0, &len); | |
37547 | ||
37548 | ; | |
37549 | return 0; | |
37550 | } | |
37551 | _ACEOF | |
37552 | rm -f conftest.$ac_objext | |
37553 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 37554 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 37555 | ac_status=$? |
ac1cb8d3 VS |
37556 | grep -v '^ *+' conftest.er1 >conftest.err |
37557 | rm -f conftest.er1 | |
37558 | cat conftest.err >&5 | |
a848cd7e SC |
37559 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
37560 | (exit $ac_status); } && | |
07158944 | 37561 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
37562 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37563 | (eval $ac_try) 2>&5 | |
37564 | ac_status=$? | |
37565 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37566 | (exit $ac_status); }; } && | |
37567 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
37568 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37569 | (eval $ac_try) 2>&5 | |
37570 | ac_status=$? | |
37571 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37572 | (exit $ac_status); }; }; then | |
37573 | wx_cv_type_getsockname3=socklen_t | |
37574 | else | |
37575 | echo "$as_me: failed program was:" >&5 | |
37576 | sed 's/^/| /' conftest.$ac_ext >&5 | |
37577 | ||
37578 | ||
37579 | CFLAGS_OLD="$CFLAGS" | |
37580 | if test "$GCC" = yes ; then | |
37581 | CFLAGS="$CFLAGS -Werror" | |
37582 | fi | |
37583 | ||
37584 | cat >conftest.$ac_ext <<_ACEOF | |
37585 | /* confdefs.h. */ | |
37586 | _ACEOF | |
37587 | cat confdefs.h >>conftest.$ac_ext | |
37588 | cat >>conftest.$ac_ext <<_ACEOF | |
37589 | /* end confdefs.h. */ | |
37590 | ||
37591 | #include <sys/types.h> | |
37592 | #include <sys/socket.h> | |
37593 | ||
37594 | int | |
37595 | main () | |
37596 | { | |
37597 | ||
37598 | size_t len; | |
37599 | getsockname(0, 0, &len); | |
37600 | ||
37601 | ; | |
37602 | return 0; | |
37603 | } | |
37604 | _ACEOF | |
37605 | rm -f conftest.$ac_objext | |
37606 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 37607 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 37608 | ac_status=$? |
ac1cb8d3 VS |
37609 | grep -v '^ *+' conftest.er1 >conftest.err |
37610 | rm -f conftest.er1 | |
37611 | cat conftest.err >&5 | |
a848cd7e SC |
37612 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
37613 | (exit $ac_status); } && | |
07158944 | 37614 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
37615 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37616 | (eval $ac_try) 2>&5 | |
37617 | ac_status=$? | |
37618 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37619 | (exit $ac_status); }; } && | |
37620 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
37621 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37622 | (eval $ac_try) 2>&5 | |
37623 | ac_status=$? | |
37624 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37625 | (exit $ac_status); }; }; then | |
37626 | wx_cv_type_getsockname3=size_t | |
37627 | else | |
37628 | echo "$as_me: failed program was:" >&5 | |
37629 | sed 's/^/| /' conftest.$ac_ext >&5 | |
37630 | ||
37631 | cat >conftest.$ac_ext <<_ACEOF | |
37632 | /* confdefs.h. */ | |
37633 | _ACEOF | |
37634 | cat confdefs.h >>conftest.$ac_ext | |
37635 | cat >>conftest.$ac_ext <<_ACEOF | |
37636 | /* end confdefs.h. */ | |
37637 | ||
37638 | #include <sys/types.h> | |
37639 | #include <sys/socket.h> | |
37640 | ||
37641 | int | |
37642 | main () | |
37643 | { | |
37644 | ||
37645 | int len; | |
37646 | getsockname(0, 0, &len); | |
37647 | ||
37648 | ; | |
37649 | return 0; | |
37650 | } | |
37651 | _ACEOF | |
37652 | rm -f conftest.$ac_objext | |
37653 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 37654 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 37655 | ac_status=$? |
ac1cb8d3 VS |
37656 | grep -v '^ *+' conftest.er1 >conftest.err |
37657 | rm -f conftest.er1 | |
37658 | cat conftest.err >&5 | |
a848cd7e SC |
37659 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
37660 | (exit $ac_status); } && | |
07158944 | 37661 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
37662 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37663 | (eval $ac_try) 2>&5 | |
37664 | ac_status=$? | |
37665 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37666 | (exit $ac_status); }; } && | |
37667 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
37668 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37669 | (eval $ac_try) 2>&5 | |
37670 | ac_status=$? | |
37671 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37672 | (exit $ac_status); }; }; then | |
37673 | wx_cv_type_getsockname3=int | |
37674 | else | |
37675 | echo "$as_me: failed program was:" >&5 | |
37676 | sed 's/^/| /' conftest.$ac_ext >&5 | |
37677 | ||
37678 | wx_cv_type_getsockname3=unknown | |
37679 | ||
37680 | fi | |
ac1cb8d3 | 37681 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
37682 | |
37683 | fi | |
ac1cb8d3 | 37684 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
37685 | |
37686 | CFLAGS="$CFLAGS_OLD" | |
37687 | ||
37688 | ||
37689 | fi | |
ac1cb8d3 | 37690 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
37691 | |
37692 | fi | |
37693 | echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5 | |
37694 | echo "${ECHO_T}$wx_cv_type_getsockname3" >&6 | |
37695 | ||
37696 | if test "$wx_cv_type_getsockname3" = "unknown"; then | |
37697 | wxUSE_SOCKETS=no | |
37698 | { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5 | |
37699 | echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;} | |
37700 | else | |
37701 | cat >>confdefs.h <<_ACEOF | |
37702 | #define SOCKLEN_T $wx_cv_type_getsockname3 | |
5b674b9d DE |
37703 | _ACEOF |
37704 | ||
37705 | fi | |
37706 | echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5 | |
37707 | echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6 | |
37708 | if test "${wx_cv_type_getsockopt5+set}" = set; then | |
37709 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
37710 | else | |
37711 | ||
37712 | cat >conftest.$ac_ext <<_ACEOF | |
37713 | /* confdefs.h. */ | |
37714 | _ACEOF | |
37715 | cat confdefs.h >>conftest.$ac_ext | |
37716 | cat >>conftest.$ac_ext <<_ACEOF | |
37717 | /* end confdefs.h. */ | |
37718 | ||
37719 | #include <sys/types.h> | |
37720 | #include <sys/socket.h> | |
37721 | ||
37722 | int | |
37723 | main () | |
37724 | { | |
37725 | ||
37726 | socklen_t len; | |
37727 | getsockopt(0, 0, 0, 0, &len); | |
37728 | ||
37729 | ; | |
37730 | return 0; | |
37731 | } | |
37732 | _ACEOF | |
37733 | rm -f conftest.$ac_objext | |
37734 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
37735 | (eval $ac_compile) 2>conftest.er1 | |
37736 | ac_status=$? | |
37737 | grep -v '^ *+' conftest.er1 >conftest.err | |
37738 | rm -f conftest.er1 | |
37739 | cat conftest.err >&5 | |
37740 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37741 | (exit $ac_status); } && | |
07158944 | 37742 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
5b674b9d DE |
37743 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37744 | (eval $ac_try) 2>&5 | |
37745 | ac_status=$? | |
37746 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37747 | (exit $ac_status); }; } && | |
37748 | { ac_try='test -s conftest.$ac_objext' | |
37749 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
37750 | (eval $ac_try) 2>&5 | |
37751 | ac_status=$? | |
37752 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37753 | (exit $ac_status); }; }; then | |
37754 | wx_cv_type_getsockopt5=socklen_t | |
37755 | else | |
37756 | echo "$as_me: failed program was:" >&5 | |
37757 | sed 's/^/| /' conftest.$ac_ext >&5 | |
37758 | ||
37759 | ||
37760 | CFLAGS_OLD="$CFLAGS" | |
37761 | if test "$GCC" = yes ; then | |
37762 | CFLAGS="$CFLAGS -Werror" | |
37763 | fi | |
37764 | ||
37765 | cat >conftest.$ac_ext <<_ACEOF | |
37766 | /* confdefs.h. */ | |
37767 | _ACEOF | |
37768 | cat confdefs.h >>conftest.$ac_ext | |
37769 | cat >>conftest.$ac_ext <<_ACEOF | |
37770 | /* end confdefs.h. */ | |
37771 | ||
37772 | #include <sys/types.h> | |
37773 | #include <sys/socket.h> | |
37774 | ||
37775 | int | |
37776 | main () | |
37777 | { | |
37778 | ||
37779 | size_t len; | |
37780 | getsockopt(0, 0, 0, 0, &len); | |
37781 | ||
37782 | ; | |
37783 | return 0; | |
37784 | } | |
37785 | _ACEOF | |
37786 | rm -f conftest.$ac_objext | |
37787 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
37788 | (eval $ac_compile) 2>conftest.er1 | |
37789 | ac_status=$? | |
37790 | grep -v '^ *+' conftest.er1 >conftest.err | |
37791 | rm -f conftest.er1 | |
37792 | cat conftest.err >&5 | |
37793 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37794 | (exit $ac_status); } && | |
07158944 | 37795 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
5b674b9d DE |
37796 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37797 | (eval $ac_try) 2>&5 | |
37798 | ac_status=$? | |
37799 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37800 | (exit $ac_status); }; } && | |
37801 | { ac_try='test -s conftest.$ac_objext' | |
37802 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
37803 | (eval $ac_try) 2>&5 | |
37804 | ac_status=$? | |
37805 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37806 | (exit $ac_status); }; }; then | |
37807 | wx_cv_type_getsockopt5=size_t | |
37808 | else | |
37809 | echo "$as_me: failed program was:" >&5 | |
37810 | sed 's/^/| /' conftest.$ac_ext >&5 | |
37811 | ||
37812 | cat >conftest.$ac_ext <<_ACEOF | |
37813 | /* confdefs.h. */ | |
37814 | _ACEOF | |
37815 | cat confdefs.h >>conftest.$ac_ext | |
37816 | cat >>conftest.$ac_ext <<_ACEOF | |
37817 | /* end confdefs.h. */ | |
37818 | ||
37819 | #include <sys/types.h> | |
37820 | #include <sys/socket.h> | |
37821 | ||
37822 | int | |
37823 | main () | |
37824 | { | |
37825 | ||
37826 | int len; | |
37827 | getsockopt(0, 0, 0, 0, &len); | |
37828 | ||
37829 | ; | |
37830 | return 0; | |
37831 | } | |
37832 | _ACEOF | |
37833 | rm -f conftest.$ac_objext | |
37834 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
37835 | (eval $ac_compile) 2>conftest.er1 | |
37836 | ac_status=$? | |
37837 | grep -v '^ *+' conftest.er1 >conftest.err | |
37838 | rm -f conftest.er1 | |
37839 | cat conftest.err >&5 | |
37840 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37841 | (exit $ac_status); } && | |
07158944 | 37842 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
5b674b9d DE |
37843 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
37844 | (eval $ac_try) 2>&5 | |
37845 | ac_status=$? | |
37846 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37847 | (exit $ac_status); }; } && | |
37848 | { ac_try='test -s conftest.$ac_objext' | |
37849 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
37850 | (eval $ac_try) 2>&5 | |
37851 | ac_status=$? | |
37852 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
37853 | (exit $ac_status); }; }; then | |
37854 | wx_cv_type_getsockopt5=int | |
37855 | else | |
37856 | echo "$as_me: failed program was:" >&5 | |
37857 | sed 's/^/| /' conftest.$ac_ext >&5 | |
37858 | ||
37859 | wx_cv_type_getsockopt5=unknown | |
37860 | ||
37861 | fi | |
37862 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
37863 | ||
37864 | fi | |
37865 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
37866 | ||
37867 | CFLAGS="$CFLAGS_OLD" | |
37868 | ||
37869 | ||
37870 | fi | |
37871 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
37872 | ||
37873 | fi | |
37874 | echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5 | |
37875 | echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6 | |
37876 | ||
37877 | if test "$wx_cv_type_getsockopt5" = "unknown"; then | |
37878 | wxUSE_SOCKETS=no | |
37879 | { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5 | |
37880 | echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;} | |
37881 | else | |
37882 | cat >>confdefs.h <<_ACEOF | |
37883 | #define SOCKOPTLEN_T $wx_cv_type_getsockopt5 | |
a848cd7e SC |
37884 | _ACEOF |
37885 | ||
37886 | fi | |
4d4ff94c VZ |
37887 | ac_ext=c |
37888 | ac_cpp='$CPP $CPPFLAGS' | |
37889 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
37890 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
37891 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
37892 | ||
a848cd7e SC |
37893 | fi |
37894 | fi | |
37895 | ||
37896 | if test "$wxUSE_SOCKETS" = "yes" ; then | |
37897 | cat >>confdefs.h <<\_ACEOF | |
37898 | #define wxUSE_SOCKETS 1 | |
37899 | _ACEOF | |
37900 | ||
37901 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets" | |
37902 | fi | |
37903 | ||
37904 | if test "$wxUSE_PROTOCOL" = "yes"; then | |
37905 | if test "$wxUSE_SOCKETS" != "yes"; then | |
37906 | { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5 | |
37907 | echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;} | |
37908 | wxUSE_PROTOCOL=no | |
37909 | fi | |
37910 | fi | |
37911 | ||
37912 | if test "$wxUSE_PROTOCOL" = "yes"; then | |
37913 | cat >>confdefs.h <<\_ACEOF | |
37914 | #define wxUSE_PROTOCOL 1 | |
37915 | _ACEOF | |
37916 | ||
37917 | ||
37918 | if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then | |
37919 | cat >>confdefs.h <<\_ACEOF | |
37920 | #define wxUSE_PROTOCOL_HTTP 1 | |
37921 | _ACEOF | |
37922 | ||
37923 | fi | |
37924 | if test "$wxUSE_PROTOCOL_FTP" = "yes"; then | |
37925 | cat >>confdefs.h <<\_ACEOF | |
37926 | #define wxUSE_PROTOCOL_FTP 1 | |
37927 | _ACEOF | |
37928 | ||
37929 | fi | |
37930 | if test "$wxUSE_PROTOCOL_FILE" = "yes"; then | |
37931 | cat >>confdefs.h <<\_ACEOF | |
37932 | #define wxUSE_PROTOCOL_FILE 1 | |
37933 | _ACEOF | |
37934 | ||
37935 | fi | |
37936 | else | |
37937 | if test "$wxUSE_FS_INET" = "yes"; then | |
37938 | { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5 | |
37939 | echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;} | |
37940 | wxUSE_FS_INET="no" | |
37941 | fi | |
37942 | fi | |
37943 | ||
37944 | if test "$wxUSE_URL" = "yes"; then | |
37945 | if test "$wxUSE_PROTOCOL" != "yes"; then | |
37946 | { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5 | |
37947 | echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;} | |
37948 | wxUSE_URL=no | |
37949 | fi | |
37950 | if test "$wxUSE_URL" = "yes"; then | |
37951 | cat >>confdefs.h <<\_ACEOF | |
37952 | #define wxUSE_URL 1 | |
37953 | _ACEOF | |
37954 | ||
37955 | fi | |
37956 | fi | |
37957 | ||
37958 | if test "$wxUSE_FS_INET" = "yes"; then | |
37959 | cat >>confdefs.h <<\_ACEOF | |
37960 | #define wxUSE_FS_INET 1 | |
37961 | _ACEOF | |
37962 | ||
37963 | fi | |
37964 | ||
37965 | ||
37966 | if test "$wxUSE_GUI" = "yes"; then | |
4cb1d3da | 37967 | if test "$wxUSE_JOYSTICK" = "yes"; then |
a848cd7e | 37968 | |
4cb1d3da | 37969 | if test "$TOOLKIT" != "MAC" -a "$TOOLKIT" != "COCOA" -a "$TOOLKIT" != "MSW"; then |
a848cd7e SC |
37970 | |
37971 | for ac_header in linux/joystick.h | |
37972 | do | |
37973 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
37974 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
37975 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
37976 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
37977 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
37978 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
37979 | fi | |
37980 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
37981 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
37982 | else | |
37983 | # Is the header compilable? | |
37984 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
37985 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
37986 | cat >conftest.$ac_ext <<_ACEOF | |
37987 | /* confdefs.h. */ | |
37988 | _ACEOF | |
37989 | cat confdefs.h >>conftest.$ac_ext | |
37990 | cat >>conftest.$ac_ext <<_ACEOF | |
37991 | /* end confdefs.h. */ | |
37992 | $ac_includes_default | |
37993 | #include <$ac_header> | |
37994 | _ACEOF | |
37995 | rm -f conftest.$ac_objext | |
37996 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 37997 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 37998 | ac_status=$? |
ac1cb8d3 VS |
37999 | grep -v '^ *+' conftest.er1 >conftest.err |
38000 | rm -f conftest.er1 | |
38001 | cat conftest.err >&5 | |
a848cd7e SC |
38002 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
38003 | (exit $ac_status); } && | |
07158944 | 38004 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
38005 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38006 | (eval $ac_try) 2>&5 | |
38007 | ac_status=$? | |
38008 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38009 | (exit $ac_status); }; } && | |
38010 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
38011 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38012 | (eval $ac_try) 2>&5 | |
38013 | ac_status=$? | |
38014 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38015 | (exit $ac_status); }; }; then | |
38016 | ac_header_compiler=yes | |
38017 | else | |
38018 | echo "$as_me: failed program was:" >&5 | |
38019 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38020 | ||
38021 | ac_header_compiler=no | |
38022 | fi | |
ac1cb8d3 | 38023 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
38024 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
38025 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
38026 | ||
38027 | # Is the header present? | |
38028 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
38029 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
38030 | cat >conftest.$ac_ext <<_ACEOF | |
38031 | /* confdefs.h. */ | |
38032 | _ACEOF | |
38033 | cat confdefs.h >>conftest.$ac_ext | |
38034 | cat >>conftest.$ac_ext <<_ACEOF | |
38035 | /* end confdefs.h. */ | |
38036 | #include <$ac_header> | |
38037 | _ACEOF | |
38038 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
38039 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
38040 | ac_status=$? | |
38041 | grep -v '^ *+' conftest.er1 >conftest.err | |
38042 | rm -f conftest.er1 | |
38043 | cat conftest.err >&5 | |
38044 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38045 | (exit $ac_status); } >/dev/null; then | |
38046 | if test -s conftest.err; then | |
38047 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 38048 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
38049 | else |
38050 | ac_cpp_err= | |
38051 | fi | |
38052 | else | |
38053 | ac_cpp_err=yes | |
38054 | fi | |
38055 | if test -z "$ac_cpp_err"; then | |
38056 | ac_header_preproc=yes | |
38057 | else | |
38058 | echo "$as_me: failed program was:" >&5 | |
38059 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38060 | ||
38061 | ac_header_preproc=no | |
38062 | fi | |
38063 | rm -f conftest.err conftest.$ac_ext | |
38064 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
38065 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
38066 | ||
38067 | # So? What about this header? | |
ac1cb8d3 VS |
38068 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
38069 | yes:no: ) | |
a848cd7e SC |
38070 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
38071 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
38072 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
38073 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
38074 | ac_header_preproc=yes | |
a848cd7e | 38075 | ;; |
ac1cb8d3 | 38076 | no:yes:* ) |
a848cd7e SC |
38077 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
38078 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
38079 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
38080 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
38081 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
38082 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
38083 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
38084 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
38085 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
38086 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
38087 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
38088 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
38089 | ( |
38090 | cat <<\_ASBOX | |
ac1cb8d3 VS |
38091 | ## ----------------------------------------- ## |
38092 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
38093 | ## ----------------------------------------- ## | |
a848cd7e SC |
38094 | _ASBOX |
38095 | ) | | |
38096 | sed "s/^/$as_me: WARNING: /" >&2 | |
38097 | ;; | |
38098 | esac | |
38099 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
38100 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
38101 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
38102 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
38103 | else | |
ac1cb8d3 | 38104 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
38105 | fi |
38106 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
38107 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
38108 | ||
38109 | fi | |
38110 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
38111 | cat >>confdefs.h <<_ACEOF | |
38112 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
38113 | _ACEOF | |
38114 | ||
38115 | fi | |
38116 | ||
38117 | done | |
38118 | ||
38119 | if test "$ac_cv_header_linux_joystick_h" != "yes"; then | |
38120 | wxUSE_JOYSTICK=no | |
38121 | { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5 | |
38122 | echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;} | |
38123 | fi | |
4cb1d3da RN |
38124 | else |
38125 | if test "$USE_DARWIN" != 1 -a "$TOOLKIT" != "MSW"; then | |
38126 | wxUSE_JOYSTICK=no | |
38127 | { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5 | |
38128 | echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;} | |
38129 | fi | |
a848cd7e | 38130 | fi |
a848cd7e | 38131 | |
4cb1d3da RN |
38132 | |
38133 | if test "$wxUSE_JOYSTICK" = "yes"; then | |
38134 | cat >>confdefs.h <<\_ACEOF | |
a848cd7e SC |
38135 | #define wxUSE_JOYSTICK 1 |
38136 | _ACEOF | |
38137 | ||
4cb1d3da RN |
38138 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest" |
38139 | fi | |
a848cd7e SC |
38140 | fi |
38141 | fi | |
38142 | ||
38143 | ||
38144 | ||
38145 | if test "$wxUSE_FONTMAP" = "yes" ; then | |
38146 | cat >>confdefs.h <<\_ACEOF | |
38147 | #define wxUSE_FONTMAP 1 | |
38148 | _ACEOF | |
38149 | ||
38150 | fi | |
38151 | ||
38152 | if test "$wxUSE_UNICODE" = "yes" ; then | |
38153 | cat >>confdefs.h <<\_ACEOF | |
38154 | #define wxUSE_UNICODE 1 | |
38155 | _ACEOF | |
38156 | ||
38157 | ||
38158 | if test "$USE_WIN32" != 1; then | |
38159 | wxUSE_UNICODE_MSLU=no | |
38160 | fi | |
38161 | ||
38162 | if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then | |
38163 | echo "$as_me:$LINENO: checking for main in -lunicows" >&5 | |
38164 | echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6 | |
38165 | if test "${ac_cv_lib_unicows_main+set}" = set; then | |
38166 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
38167 | else | |
38168 | ac_check_lib_save_LIBS=$LIBS | |
38169 | LIBS="-lunicows $LIBS" | |
38170 | cat >conftest.$ac_ext <<_ACEOF | |
38171 | /* confdefs.h. */ | |
38172 | _ACEOF | |
38173 | cat confdefs.h >>conftest.$ac_ext | |
38174 | cat >>conftest.$ac_ext <<_ACEOF | |
38175 | /* end confdefs.h. */ | |
38176 | ||
38177 | ||
38178 | int | |
38179 | main () | |
38180 | { | |
38181 | main (); | |
38182 | ; | |
38183 | return 0; | |
38184 | } | |
38185 | _ACEOF | |
38186 | rm -f conftest.$ac_objext conftest$ac_exeext | |
38187 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 38188 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 38189 | ac_status=$? |
ac1cb8d3 VS |
38190 | grep -v '^ *+' conftest.er1 >conftest.err |
38191 | rm -f conftest.er1 | |
38192 | cat conftest.err >&5 | |
a848cd7e SC |
38193 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
38194 | (exit $ac_status); } && | |
07158944 | 38195 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
38196 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38197 | (eval $ac_try) 2>&5 | |
38198 | ac_status=$? | |
38199 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38200 | (exit $ac_status); }; } && | |
38201 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
38202 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38203 | (eval $ac_try) 2>&5 | |
38204 | ac_status=$? | |
38205 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38206 | (exit $ac_status); }; }; then | |
38207 | ac_cv_lib_unicows_main=yes | |
38208 | else | |
38209 | echo "$as_me: failed program was:" >&5 | |
38210 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38211 | ||
38212 | ac_cv_lib_unicows_main=no | |
38213 | fi | |
ac1cb8d3 VS |
38214 | rm -f conftest.err conftest.$ac_objext \ |
38215 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
38216 | LIBS=$ac_check_lib_save_LIBS |
38217 | fi | |
38218 | echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5 | |
38219 | echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6 | |
38220 | if test $ac_cv_lib_unicows_main = yes; then | |
38221 | ||
38222 | cat >>confdefs.h <<\_ACEOF | |
38223 | #define wxUSE_UNICODE_MSLU 1 | |
38224 | _ACEOF | |
38225 | ||
38226 | ||
38227 | else | |
38228 | ||
38229 | { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled. | |
38230 | Applications will only run on Windows NT/2000/XP!" >&5 | |
38231 | echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled. | |
38232 | Applications will only run on Windows NT/2000/XP!" >&2;} | |
38233 | wxUSE_UNICODE_MSLU=no | |
38234 | ||
38235 | fi | |
38236 | ||
38237 | fi | |
38238 | fi | |
38239 | ||
38240 | if test "$wxUSE_wxUSE_EXPERIMENTAL_PRINTF" = "yes"; then | |
38241 | cat >>confdefs.h <<\_ACEOF | |
38242 | #define wxUSE_EXPERIMENTAL_PRINTF 1 | |
38243 | _ACEOF | |
38244 | ||
38245 | fi | |
38246 | ||
38247 | ||
38248 | if test "$wxUSE_POSTSCRIPT" = "yes" ; then | |
38249 | cat >>confdefs.h <<\_ACEOF | |
38250 | #define wxUSE_POSTSCRIPT 1 | |
38251 | _ACEOF | |
38252 | ||
38253 | fi | |
38254 | ||
38255 | cat >>confdefs.h <<\_ACEOF | |
38256 | #define wxUSE_AFM_FOR_POSTSCRIPT 1 | |
38257 | _ACEOF | |
38258 | ||
38259 | ||
38260 | cat >>confdefs.h <<\_ACEOF | |
38261 | #define wxUSE_NORMALIZED_PS_FONTS 1 | |
38262 | _ACEOF | |
38263 | ||
38264 | ||
38265 | ||
38266 | if test "$wxUSE_CONSTRAINTS" = "yes"; then | |
38267 | cat >>confdefs.h <<\_ACEOF | |
38268 | #define wxUSE_CONSTRAINTS 1 | |
38269 | _ACEOF | |
38270 | ||
38271 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout" | |
38272 | fi | |
38273 | ||
8a7b1113 VZ |
38274 | if test "$wxUSE_MDI" = "yes"; then |
38275 | cat >>confdefs.h <<\_ACEOF | |
38276 | #define wxUSE_MDI 1 | |
38277 | _ACEOF | |
38278 | ||
38279 | ||
38280 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
38281 | cat >>confdefs.h <<\_ACEOF | |
a848cd7e SC |
38282 | #define wxUSE_MDI_ARCHITECTURE 1 |
38283 | _ACEOF | |
38284 | ||
8a7b1113 VZ |
38285 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi" |
38286 | fi | |
a848cd7e SC |
38287 | fi |
38288 | ||
38289 | if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then | |
38290 | cat >>confdefs.h <<\_ACEOF | |
38291 | #define wxUSE_DOC_VIEW_ARCHITECTURE 1 | |
38292 | _ACEOF | |
38293 | ||
38294 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview" | |
38295 | if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then | |
38296 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docvwmdi" | |
38297 | fi | |
38298 | fi | |
38299 | ||
38300 | if test "$wxUSE_HELP" = "yes"; then | |
38301 | cat >>confdefs.h <<\_ACEOF | |
38302 | #define wxUSE_HELP 1 | |
38303 | _ACEOF | |
38304 | ||
38305 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help" | |
38306 | ||
38307 | if test "$wxUSE_MSW" = 1; then | |
38308 | if test "$wxUSE_MS_HTML_HELP" = "yes"; then | |
38309 | cat >>confdefs.h <<\_ACEOF | |
38310 | #define wxUSE_MS_HTML_HELP 1 | |
38311 | _ACEOF | |
38312 | ||
38313 | fi | |
38314 | fi | |
38315 | ||
38316 | if test "$wxUSE_WXHTML_HELP" = "yes"; then | |
38317 | if test "$wxUSE_HTML" = "yes"; then | |
38318 | cat >>confdefs.h <<\_ACEOF | |
38319 | #define wxUSE_WXHTML_HELP 1 | |
38320 | _ACEOF | |
38321 | ||
38322 | else | |
38323 | { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5 | |
38324 | echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;} | |
38325 | wxUSE_WXHTML_HELP=no | |
38326 | fi | |
38327 | fi | |
38328 | fi | |
38329 | ||
38330 | if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then | |
38331 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
38332 | { echo "$as_me:$LINENO: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&5 | |
38333 | echo "$as_me: WARNING: Printing support cannot be used without constraints so it won't be compiled without it" >&2;} | |
38334 | else | |
38335 | cat >>confdefs.h <<\_ACEOF | |
38336 | #define wxUSE_PRINTING_ARCHITECTURE 1 | |
38337 | _ACEOF | |
38338 | ||
38339 | fi | |
38340 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing" | |
38341 | fi | |
38342 | ||
38343 | if test "$wxUSE_PROLOGIO" = "yes" -o "$wxUSE_RESOURCES" = "yes"; then | |
38344 | { { echo "$as_me:$LINENO: error: wxExpr and old-style resources are now available in contrib only" >&5 | |
38345 | echo "$as_me: error: wxExpr and old-style resources are now available in contrib only" >&2;} | |
38346 | { (exit 1); exit 1; }; } | |
38347 | fi | |
38348 | ||
38349 | ||
38350 | if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \ | |
38351 | -o "$wxUSE_CLIPBOARD" = "yes" \ | |
38352 | -o "$wxUSE_OLE" = "yes" \ | |
38353 | -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then | |
38354 | ||
38355 | for ac_header in ole2.h | |
38356 | do | |
38357 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
38358 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
38359 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
38360 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
38361 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
38362 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
38363 | fi | |
38364 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
38365 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
38366 | else | |
38367 | # Is the header compilable? | |
38368 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | |
38369 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | |
38370 | cat >conftest.$ac_ext <<_ACEOF | |
38371 | /* confdefs.h. */ | |
38372 | _ACEOF | |
38373 | cat confdefs.h >>conftest.$ac_ext | |
38374 | cat >>conftest.$ac_ext <<_ACEOF | |
38375 | /* end confdefs.h. */ | |
38376 | $ac_includes_default | |
38377 | #include <$ac_header> | |
38378 | _ACEOF | |
38379 | rm -f conftest.$ac_objext | |
38380 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 38381 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 38382 | ac_status=$? |
ac1cb8d3 VS |
38383 | grep -v '^ *+' conftest.er1 >conftest.err |
38384 | rm -f conftest.er1 | |
38385 | cat conftest.err >&5 | |
a848cd7e SC |
38386 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
38387 | (exit $ac_status); } && | |
07158944 | 38388 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
38389 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38390 | (eval $ac_try) 2>&5 | |
38391 | ac_status=$? | |
38392 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38393 | (exit $ac_status); }; } && | |
38394 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
38395 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38396 | (eval $ac_try) 2>&5 | |
38397 | ac_status=$? | |
38398 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38399 | (exit $ac_status); }; }; then | |
38400 | ac_header_compiler=yes | |
38401 | else | |
38402 | echo "$as_me: failed program was:" >&5 | |
38403 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38404 | ||
38405 | ac_header_compiler=no | |
38406 | fi | |
ac1cb8d3 | 38407 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
38408 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
38409 | echo "${ECHO_T}$ac_header_compiler" >&6 | |
38410 | ||
38411 | # Is the header present? | |
38412 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | |
38413 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | |
38414 | cat >conftest.$ac_ext <<_ACEOF | |
38415 | /* confdefs.h. */ | |
38416 | _ACEOF | |
38417 | cat confdefs.h >>conftest.$ac_ext | |
38418 | cat >>conftest.$ac_ext <<_ACEOF | |
38419 | /* end confdefs.h. */ | |
38420 | #include <$ac_header> | |
38421 | _ACEOF | |
38422 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |
38423 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | |
38424 | ac_status=$? | |
38425 | grep -v '^ *+' conftest.er1 >conftest.err | |
38426 | rm -f conftest.er1 | |
38427 | cat conftest.err >&5 | |
38428 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38429 | (exit $ac_status); } >/dev/null; then | |
38430 | if test -s conftest.err; then | |
38431 | ac_cpp_err=$ac_c_preproc_warn_flag | |
ac1cb8d3 | 38432 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag |
a848cd7e SC |
38433 | else |
38434 | ac_cpp_err= | |
38435 | fi | |
38436 | else | |
38437 | ac_cpp_err=yes | |
38438 | fi | |
38439 | if test -z "$ac_cpp_err"; then | |
38440 | ac_header_preproc=yes | |
38441 | else | |
38442 | echo "$as_me: failed program was:" >&5 | |
38443 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38444 | ||
38445 | ac_header_preproc=no | |
38446 | fi | |
38447 | rm -f conftest.err conftest.$ac_ext | |
38448 | echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |
38449 | echo "${ECHO_T}$ac_header_preproc" >&6 | |
38450 | ||
38451 | # So? What about this header? | |
ac1cb8d3 VS |
38452 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
38453 | yes:no: ) | |
a848cd7e SC |
38454 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
38455 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | |
ac1cb8d3 VS |
38456 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
38457 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | |
38458 | ac_header_preproc=yes | |
a848cd7e | 38459 | ;; |
ac1cb8d3 | 38460 | no:yes:* ) |
a848cd7e SC |
38461 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
38462 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | |
ac1cb8d3 VS |
38463 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
38464 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | |
38465 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | |
38466 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | |
38467 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | |
38468 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | |
a848cd7e SC |
38469 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
38470 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | |
ac1cb8d3 VS |
38471 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 |
38472 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | |
a848cd7e SC |
38473 | ( |
38474 | cat <<\_ASBOX | |
ac1cb8d3 VS |
38475 | ## ----------------------------------------- ## |
38476 | ## Report this to wx-dev@lists.wxwidgets.org ## | |
38477 | ## ----------------------------------------- ## | |
a848cd7e SC |
38478 | _ASBOX |
38479 | ) | | |
38480 | sed "s/^/$as_me: WARNING: /" >&2 | |
38481 | ;; | |
38482 | esac | |
38483 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
38484 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
38485 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
38486 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
38487 | else | |
ac1cb8d3 | 38488 | eval "$as_ac_Header=\$ac_header_preproc" |
a848cd7e SC |
38489 | fi |
38490 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
38491 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
38492 | ||
38493 | fi | |
38494 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
38495 | cat >>confdefs.h <<_ACEOF | |
38496 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
38497 | _ACEOF | |
38498 | ||
38499 | fi | |
38500 | ||
38501 | done | |
38502 | ||
38503 | ||
38504 | if test "$ac_cv_header_ole2_h" = "yes" ; then | |
38505 | if test "$GCC" = yes ; then | |
38506 | ||
38507 | ||
38508 | ac_ext=cc | |
38509 | ac_cpp='$CXXCPP $CPPFLAGS' | |
38510 | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
38511 | ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
38512 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
38513 | ||
38514 | ||
38515 | echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5 | |
38516 | echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6 | |
38517 | cat >conftest.$ac_ext <<_ACEOF | |
38518 | /* confdefs.h. */ | |
38519 | _ACEOF | |
38520 | cat confdefs.h >>conftest.$ac_ext | |
38521 | cat >>conftest.$ac_ext <<_ACEOF | |
38522 | /* end confdefs.h. */ | |
38523 | #include <windows.h> | |
38524 | #include <ole2.h> | |
38525 | int | |
38526 | main () | |
38527 | { | |
38528 | ||
38529 | ; | |
38530 | return 0; | |
38531 | } | |
38532 | _ACEOF | |
38533 | rm -f conftest.$ac_objext | |
38534 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 38535 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 38536 | ac_status=$? |
ac1cb8d3 VS |
38537 | grep -v '^ *+' conftest.er1 >conftest.err |
38538 | rm -f conftest.er1 | |
38539 | cat conftest.err >&5 | |
a848cd7e SC |
38540 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
38541 | (exit $ac_status); } && | |
07158944 | 38542 | { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
38543 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38544 | (eval $ac_try) 2>&5 | |
38545 | ac_status=$? | |
38546 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38547 | (exit $ac_status); }; } && | |
38548 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
38549 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
38550 | (eval $ac_try) 2>&5 | |
38551 | ac_status=$? | |
38552 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
38553 | (exit $ac_status); }; }; then | |
38554 | echo "$as_me:$LINENO: result: no" >&5 | |
38555 | echo "${ECHO_T}no" >&6 | |
38556 | else | |
38557 | echo "$as_me: failed program was:" >&5 | |
38558 | sed 's/^/| /' conftest.$ac_ext >&5 | |
38559 | ||
38560 | echo "$as_me:$LINENO: result: yes" >&5 | |
38561 | echo "${ECHO_T}yes" >&6 | |
38562 | CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks" | |
38563 | fi | |
ac1cb8d3 | 38564 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
38565 | ac_ext=c |
38566 | ac_cpp='$CPP $CPPFLAGS' | |
38567 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
38568 | ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
38569 | ac_compiler_gnu=$ac_cv_c_compiler_gnu | |
38570 | ||
a848cd7e SC |
38571 | LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS" |
38572 | if test "$wxUSE_OLE" = "yes" ; then | |
38573 | cat >>confdefs.h <<\_ACEOF | |
38574 | #define wxUSE_OLE 1 | |
38575 | _ACEOF | |
38576 | ||
0b78747f | 38577 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto" |
a848cd7e SC |
38578 | fi |
38579 | fi | |
38580 | ||
38581 | if test "$wxUSE_DATAOBJ" = "yes" ; then | |
38582 | cat >>confdefs.h <<\_ACEOF | |
38583 | #define wxUSE_DATAOBJ 1 | |
38584 | _ACEOF | |
38585 | ||
38586 | fi | |
38587 | else | |
38588 | { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5 | |
38589 | echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;} | |
38590 | ||
38591 | wxUSE_CLIPBOARD=no | |
38592 | wxUSE_DRAG_AND_DROP=no | |
38593 | wxUSE_DATAOBJ=no | |
38594 | wxUSE_OLE=no | |
38595 | fi | |
38596 | ||
38597 | if test "$wxUSE_METAFILE" = "yes"; then | |
38598 | cat >>confdefs.h <<\_ACEOF | |
38599 | #define wxUSE_METAFILE 1 | |
38600 | _ACEOF | |
38601 | ||
38602 | ||
38603 | cat >>confdefs.h <<\_ACEOF | |
38604 | #define wxUSE_ENH_METAFILE 1 | |
38605 | _ACEOF | |
38606 | ||
38607 | fi | |
38608 | fi | |
38609 | ||
38610 | if test "$wxUSE_IPC" = "yes"; then | |
0b78747f | 38611 | if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then |
77ffb593 JS |
38612 | { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5 |
38613 | echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;} | |
0b78747f | 38614 | wxUSE_IPC=no |
a848cd7e SC |
38615 | fi |
38616 | ||
0b78747f MW |
38617 | if test "$wxUSE_IPC" = "yes"; then |
38618 | cat >>confdefs.h <<\_ACEOF | |
a848cd7e SC |
38619 | #define wxUSE_IPC 1 |
38620 | _ACEOF | |
38621 | ||
0b78747f MW |
38622 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc" |
38623 | fi | |
a848cd7e SC |
38624 | fi |
38625 | ||
38626 | if test "$wxUSE_CLIPBOARD" = "yes"; then | |
38627 | if test "$wxUSE_MGL" = 1; then | |
38628 | { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under MGL... disabled" >&5 | |
38629 | echo "$as_me: WARNING: Clipboard not yet supported under MGL... disabled" >&2;} | |
38630 | wxUSE_CLIPBOARD=no | |
38631 | fi | |
38632 | ||
38633 | if test "$wxUSE_CLIPBOARD" = "yes"; then | |
38634 | cat >>confdefs.h <<\_ACEOF | |
38635 | #define wxUSE_CLIPBOARD 1 | |
38636 | _ACEOF | |
38637 | ||
38638 | ||
38639 | cat >>confdefs.h <<\_ACEOF | |
38640 | #define wxUSE_DATAOBJ 1 | |
38641 | _ACEOF | |
38642 | ||
38643 | fi | |
38644 | fi | |
38645 | ||
38646 | if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then | |
38647 | if test "$wxUSE_GTK" = 1; then | |
38648 | if test "$WXGTK12" != 1; then | |
38649 | { echo "$as_me:$LINENO: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&5 | |
38650 | echo "$as_me: WARNING: Drag and drop is only supported under GTK+ 1.2... disabled" >&2;} | |
38651 | wxUSE_DRAG_AND_DROP=no | |
38652 | fi | |
38653 | fi | |
38654 | ||
38655 | if test "$wxUSE_MOTIF" = 1; then | |
38656 | { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under Motif... disabled" >&5 | |
38657 | echo "$as_me: WARNING: Drag and drop not yet supported under Motif... disabled" >&2;} | |
38658 | wxUSE_DRAG_AND_DROP=no | |
38659 | fi | |
38660 | ||
38661 | if test "$wxUSE_X11" = 1; then | |
38662 | { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under X11... disabled" >&5 | |
38663 | echo "$as_me: WARNING: Drag and drop not yet supported under X11... disabled" >&2;} | |
38664 | wxUSE_DRAG_AND_DROP=no | |
38665 | fi | |
38666 | ||
38667 | if test "$wxUSE_MGL" = 1; then | |
38668 | { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under MGL... disabled" >&5 | |
38669 | echo "$as_me: WARNING: Drag and drop not yet supported under MGL... disabled" >&2;} | |
38670 | wxUSE_DRAG_AND_DROP=no | |
38671 | fi | |
38672 | ||
38673 | if test "$wxUSE_DRAG_AND_DROP" = "yes"; then | |
38674 | cat >>confdefs.h <<\_ACEOF | |
38675 | #define wxUSE_DRAG_AND_DROP 1 | |
38676 | _ACEOF | |
38677 | ||
38678 | fi | |
38679 | ||
38680 | fi | |
38681 | ||
38682 | if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then | |
38683 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd" | |
38684 | fi | |
38685 | ||
38686 | if test "$wxUSE_SPLINES" = "yes" ; then | |
38687 | cat >>confdefs.h <<\_ACEOF | |
38688 | #define wxUSE_SPLINES 1 | |
38689 | _ACEOF | |
38690 | ||
38691 | fi | |
38692 | ||
38693 | ||
38694 | USES_CONTROLS=0 | |
38695 | if test "$wxUSE_CONTROLS" = "yes"; then | |
38696 | USES_CONTROLS=1 | |
38697 | fi | |
38698 | ||
38699 | if test "$wxUSE_ACCEL" = "yes"; then | |
38700 | cat >>confdefs.h <<\_ACEOF | |
38701 | #define wxUSE_ACCEL 1 | |
38702 | _ACEOF | |
38703 | ||
38704 | USES_CONTROLS=1 | |
38705 | fi | |
38706 | ||
38707 | if test "$wxUSE_BUTTON" = "yes"; then | |
38708 | cat >>confdefs.h <<\_ACEOF | |
38709 | #define wxUSE_BUTTON 1 | |
38710 | _ACEOF | |
38711 | ||
38712 | USES_CONTROLS=1 | |
38713 | fi | |
38714 | ||
38715 | if test "$wxUSE_BMPBUTTON" = "yes"; then | |
38716 | cat >>confdefs.h <<\_ACEOF | |
38717 | #define wxUSE_BMPBUTTON 1 | |
38718 | _ACEOF | |
38719 | ||
38720 | USES_CONTROLS=1 | |
38721 | fi | |
38722 | ||
38723 | if test "$wxUSE_CALCTRL" = "yes"; then | |
38724 | cat >>confdefs.h <<\_ACEOF | |
38725 | #define wxUSE_CALENDARCTRL 1 | |
38726 | _ACEOF | |
38727 | ||
38728 | USES_CONTROLS=1 | |
38729 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar" | |
38730 | fi | |
38731 | ||
38732 | if test "$wxUSE_CARET" = "yes"; then | |
38733 | cat >>confdefs.h <<\_ACEOF | |
38734 | #define wxUSE_CARET 1 | |
38735 | _ACEOF | |
38736 | ||
38737 | USES_CONTROLS=1 | |
38738 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret" | |
38739 | fi | |
38740 | ||
38741 | if test "$wxUSE_COMBOBOX" = "yes"; then | |
38742 | cat >>confdefs.h <<\_ACEOF | |
38743 | #define wxUSE_COMBOBOX 1 | |
38744 | _ACEOF | |
38745 | ||
38746 | USES_CONTROLS=1 | |
38747 | fi | |
38748 | ||
38749 | if test "$wxUSE_CHOICE" = "yes"; then | |
38750 | cat >>confdefs.h <<\_ACEOF | |
38751 | #define wxUSE_CHOICE 1 | |
38752 | _ACEOF | |
38753 | ||
38754 | USES_CONTROLS=1 | |
38755 | fi | |
38756 | ||
92bbdbcd WS |
38757 | if test "$wxUSE_CHOICEBOOK" = "yes"; then |
38758 | cat >>confdefs.h <<\_ACEOF | |
38759 | #define wxUSE_CHOICEBOOK 1 | |
38760 | _ACEOF | |
38761 | ||
38762 | USES_CONTROLS=1 | |
38763 | fi | |
38764 | ||
a848cd7e SC |
38765 | if test "$wxUSE_CHECKBOX" = "yes"; then |
38766 | cat >>confdefs.h <<\_ACEOF | |
38767 | #define wxUSE_CHECKBOX 1 | |
38768 | _ACEOF | |
38769 | ||
38770 | USES_CONTROLS=1 | |
38771 | fi | |
38772 | ||
38773 | if test "$wxUSE_CHECKLST" = "yes"; then | |
38774 | cat >>confdefs.h <<\_ACEOF | |
38775 | #define wxUSE_CHECKLISTBOX 1 | |
38776 | _ACEOF | |
38777 | ||
38778 | USES_CONTROLS=1 | |
38779 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS checklst" | |
38780 | fi | |
38781 | ||
da98e9be VZ |
38782 | if test "$wxUSE_DATEPICKCTRL" = "yes"; then |
38783 | cat >>confdefs.h <<\_ACEOF | |
38784 | #define wxUSE_DATEPICKCTRL 1 | |
38785 | _ACEOF | |
38786 | ||
38787 | USES_CONTROLS=1 | |
38788 | fi | |
38789 | ||
a848cd7e SC |
38790 | if test "$wxUSE_DISPLAY" = "yes"; then |
38791 | cat >>confdefs.h <<\_ACEOF | |
38792 | #define wxUSE_DISPLAY 1 | |
38793 | _ACEOF | |
38794 | ||
0b78747f | 38795 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display multimon" |
a848cd7e SC |
38796 | fi |
38797 | ||
38798 | if test "$wxUSE_GAUGE" = "yes"; then | |
38799 | cat >>confdefs.h <<\_ACEOF | |
38800 | #define wxUSE_GAUGE 1 | |
38801 | _ACEOF | |
38802 | ||
38803 | USES_CONTROLS=1 | |
38804 | fi | |
38805 | ||
38806 | if test "$wxUSE_GRID" = "yes"; then | |
38807 | cat >>confdefs.h <<\_ACEOF | |
38808 | #define wxUSE_GRID 1 | |
38809 | _ACEOF | |
38810 | ||
38811 | USES_CONTROLS=1 | |
38812 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid" | |
38813 | fi | |
38814 | ||
38815 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
38816 | cat >>confdefs.h <<\_ACEOF | |
38817 | #define wxUSE_IMAGLIST 1 | |
38818 | _ACEOF | |
38819 | ||
38820 | fi | |
38821 | ||
38822 | if test "$wxUSE_LISTBOOK" = "yes"; then | |
38823 | cat >>confdefs.h <<\_ACEOF | |
38824 | #define wxUSE_LISTBOOK 1 | |
38825 | _ACEOF | |
38826 | ||
38827 | USES_CONTROLS=1 | |
38828 | fi | |
38829 | ||
38830 | if test "$wxUSE_LISTBOX" = "yes"; then | |
38831 | cat >>confdefs.h <<\_ACEOF | |
38832 | #define wxUSE_LISTBOX 1 | |
38833 | _ACEOF | |
38834 | ||
38835 | USES_CONTROLS=1 | |
0b78747f | 38836 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listbox" |
a848cd7e SC |
38837 | fi |
38838 | ||
38839 | if test "$wxUSE_LISTCTRL" = "yes"; then | |
38840 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
38841 | cat >>confdefs.h <<\_ACEOF | |
38842 | #define wxUSE_LISTCTRL 1 | |
38843 | _ACEOF | |
38844 | ||
38845 | USES_CONTROLS=1 | |
38846 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl" | |
38847 | else | |
38848 | { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5 | |
38849 | echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;} | |
38850 | fi | |
38851 | fi | |
38852 | ||
38853 | if test "$wxUSE_NOTEBOOK" = "yes"; then | |
38854 | cat >>confdefs.h <<\_ACEOF | |
38855 | #define wxUSE_NOTEBOOK 1 | |
38856 | _ACEOF | |
38857 | ||
38858 | USES_CONTROLS=1 | |
38859 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook" | |
38860 | fi | |
38861 | ||
38862 | ||
38863 | if test "$wxUSE_RADIOBOX" = "yes"; then | |
38864 | cat >>confdefs.h <<\_ACEOF | |
38865 | #define wxUSE_RADIOBOX 1 | |
38866 | _ACEOF | |
38867 | ||
38868 | USES_CONTROLS=1 | |
38869 | fi | |
38870 | ||
38871 | if test "$wxUSE_RADIOBTN" = "yes"; then | |
38872 | cat >>confdefs.h <<\_ACEOF | |
38873 | #define wxUSE_RADIOBTN 1 | |
38874 | _ACEOF | |
38875 | ||
38876 | USES_CONTROLS=1 | |
38877 | fi | |
38878 | ||
38879 | if test "$wxUSE_SASH" = "yes"; then | |
38880 | cat >>confdefs.h <<\_ACEOF | |
38881 | #define wxUSE_SASH 1 | |
38882 | _ACEOF | |
38883 | ||
38884 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest" | |
38885 | fi | |
38886 | ||
38887 | if test "$wxUSE_SCROLLBAR" = "yes"; then | |
38888 | cat >>confdefs.h <<\_ACEOF | |
38889 | #define wxUSE_SCROLLBAR 1 | |
38890 | _ACEOF | |
38891 | ||
38892 | USES_CONTROLS=1 | |
38893 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll scrollsub" | |
38894 | fi | |
38895 | ||
38896 | if test "$wxUSE_SLIDER" = "yes"; then | |
38897 | cat >>confdefs.h <<\_ACEOF | |
38898 | #define wxUSE_SLIDER 1 | |
38899 | _ACEOF | |
38900 | ||
38901 | USES_CONTROLS=1 | |
38902 | fi | |
38903 | ||
38904 | if test "$wxUSE_SPINBTN" = "yes"; then | |
38905 | cat >>confdefs.h <<\_ACEOF | |
38906 | #define wxUSE_SPINBTN 1 | |
38907 | _ACEOF | |
38908 | ||
38909 | USES_CONTROLS=1 | |
38910 | fi | |
38911 | ||
38912 | if test "$wxUSE_SPINCTRL" = "yes"; then | |
38913 | cat >>confdefs.h <<\_ACEOF | |
38914 | #define wxUSE_SPINCTRL 1 | |
38915 | _ACEOF | |
38916 | ||
38917 | USES_CONTROLS=1 | |
38918 | fi | |
38919 | ||
38920 | if test "$wxUSE_SPLITTER" = "yes"; then | |
38921 | cat >>confdefs.h <<\_ACEOF | |
38922 | #define wxUSE_SPLITTER 1 | |
38923 | _ACEOF | |
38924 | ||
38925 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter" | |
38926 | fi | |
38927 | ||
38928 | if test "$wxUSE_STATBMP" = "yes"; then | |
38929 | cat >>confdefs.h <<\_ACEOF | |
38930 | #define wxUSE_STATBMP 1 | |
38931 | _ACEOF | |
38932 | ||
38933 | USES_CONTROLS=1 | |
38934 | fi | |
38935 | ||
38936 | if test "$wxUSE_STATBOX" = "yes"; then | |
38937 | cat >>confdefs.h <<\_ACEOF | |
38938 | #define wxUSE_STATBOX 1 | |
38939 | _ACEOF | |
38940 | ||
38941 | USES_CONTROLS=1 | |
38942 | fi | |
38943 | ||
38944 | if test "$wxUSE_STATTEXT" = "yes"; then | |
38945 | cat >>confdefs.h <<\_ACEOF | |
38946 | #define wxUSE_STATTEXT 1 | |
38947 | _ACEOF | |
38948 | ||
38949 | USES_CONTROLS=1 | |
38950 | fi | |
38951 | ||
38952 | if test "$wxUSE_STATLINE" = "yes"; then | |
38953 | cat >>confdefs.h <<\_ACEOF | |
38954 | #define wxUSE_STATLINE 1 | |
38955 | _ACEOF | |
38956 | ||
38957 | USES_CONTROLS=1 | |
38958 | fi | |
38959 | ||
38960 | if test "$wxUSE_STATUSBAR" = "yes"; then | |
da4486fb VZ |
38961 | cat >>confdefs.h <<\_ACEOF |
38962 | #define wxUSE_NATIVE_STATUSBAR 1 | |
38963 | _ACEOF | |
38964 | ||
a848cd7e SC |
38965 | cat >>confdefs.h <<\_ACEOF |
38966 | #define wxUSE_STATUSBAR 1 | |
38967 | _ACEOF | |
38968 | ||
38969 | USES_CONTROLS=1 | |
38970 | ||
38971 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar" | |
38972 | fi | |
38973 | ||
38974 | if test "$wxUSE_TABDIALOG" = "yes"; then | |
38975 | cat >>confdefs.h <<\_ACEOF | |
38976 | #define wxUSE_TAB_DIALOG 1 | |
38977 | _ACEOF | |
38978 | ||
a848cd7e SC |
38979 | fi |
38980 | ||
38981 | if test "$wxUSE_TEXTCTRL" = "yes"; then | |
38982 | cat >>confdefs.h <<\_ACEOF | |
38983 | #define wxUSE_TEXTCTRL 1 | |
38984 | _ACEOF | |
38985 | ||
38986 | USES_CONTROLS=1 | |
38987 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text" | |
38988 | fi | |
38989 | ||
38990 | if test "$wxUSE_TOGGLEBTN" = "yes"; then | |
38991 | if test "$wxUSE_COCOA" = 1 ; then | |
38992 | { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5 | |
38993 | echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;} | |
38994 | wxUSE_TOGGLEBTN=no | |
bdcade0a MB |
38995 | else |
38996 | if test "$wxUSE_PM" = 1; then | |
38997 | { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under PM... disabled" >&5 | |
38998 | echo "$as_me: WARNING: Toggle button not yet supported under PM... disabled" >&2;} | |
38999 | wxUSE_TOGGLEBTN=no | |
39000 | fi | |
a848cd7e SC |
39001 | fi |
39002 | if test "$wxUSE_UNIVERSAL" = "yes"; then | |
39003 | { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&5 | |
39004 | echo "$as_me: WARNING: Toggle button not yet supported under wxUniversal... disabled" >&2;} | |
39005 | wxUSE_TOGGLEBTN=no | |
39006 | fi | |
39007 | ||
39008 | if test "$wxUSE_TOGGLEBTN" = "yes"; then | |
39009 | cat >>confdefs.h <<\_ACEOF | |
39010 | #define wxUSE_TOGGLEBTN 1 | |
39011 | _ACEOF | |
39012 | ||
39013 | USES_CONTROLS=1 | |
39014 | fi | |
39015 | fi | |
39016 | ||
39017 | if test "$wxUSE_TOOLBAR_SIMPLE" = "yes"; then | |
39018 | cat >>confdefs.h <<\_ACEOF | |
39019 | #define wxUSE_TOOLBAR_SIMPLE 1 | |
39020 | _ACEOF | |
39021 | ||
39022 | wxUSE_TOOLBAR="yes" | |
39023 | USES_CONTROLS=1 | |
39024 | fi | |
39025 | ||
39026 | if test "$wxUSE_TOOLBAR" = "yes"; then | |
39027 | cat >>confdefs.h <<\_ACEOF | |
39028 | #define wxUSE_TOOLBAR 1 | |
39029 | _ACEOF | |
39030 | ||
39031 | USES_CONTROLS=1 | |
39032 | ||
39033 | if test "$wxUSE_TOOLBAR_SIMPLE" != "yes"; then | |
39034 | wxUSE_TOOLBAR_NATIVE="yes" | |
39035 | fi | |
39036 | ||
39037 | if test "$wxUSE_TOOLBAR_NATIVE" = "yes"; then | |
39038 | cat >>confdefs.h <<\_ACEOF | |
39039 | #define wxUSE_TOOLBAR_NATIVE 1 | |
39040 | _ACEOF | |
39041 | ||
39042 | USES_CONTROLS=1 | |
39043 | fi | |
39044 | ||
39045 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar" | |
39046 | fi | |
39047 | ||
39048 | if test "$wxUSE_TOOLTIPS" = "yes"; then | |
39049 | if test "$wxUSE_MOTIF" = 1; then | |
39050 | { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5 | |
39051 | echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;} | |
39052 | else | |
39053 | if test "$wxUSE_UNIVERSAL" = "yes"; then | |
39054 | { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5 | |
39055 | echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;} | |
39056 | else | |
39057 | cat >>confdefs.h <<\_ACEOF | |
39058 | #define wxUSE_TOOLTIPS 1 | |
39059 | _ACEOF | |
39060 | ||
39061 | fi | |
39062 | fi | |
39063 | fi | |
39064 | ||
39065 | if test "$wxUSE_TREECTRL" = "yes"; then | |
39066 | if test "$wxUSE_IMAGLIST" = "yes"; then | |
39067 | cat >>confdefs.h <<\_ACEOF | |
39068 | #define wxUSE_TREECTRL 1 | |
39069 | _ACEOF | |
39070 | ||
39071 | USES_CONTROLS=1 | |
39072 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl" | |
39073 | else | |
39074 | { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5 | |
39075 | echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;} | |
39076 | fi | |
39077 | fi | |
39078 | ||
39079 | if test "$wxUSE_POPUPWIN" = "yes"; then | |
39080 | if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then | |
39081 | { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5 | |
39082 | echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;} | |
39083 | else | |
39084 | if test "$wxUSE_PM" = 1; then | |
39085 | { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5 | |
39086 | echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;} | |
39087 | else | |
39088 | cat >>confdefs.h <<\_ACEOF | |
39089 | #define wxUSE_POPUPWIN 1 | |
39090 | _ACEOF | |
39091 | ||
0b78747f | 39092 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup" |
a848cd7e SC |
39093 | |
39094 | USES_CONTROLS=1 | |
39095 | fi | |
39096 | fi | |
39097 | fi | |
39098 | ||
0dcd06dd | 39099 | if test "$wxUSE_DIALUP_MANAGER" = "yes"; then |
b843b628 MB |
39100 | if test "$wxUSE_MAC" = 1 -o "$wxUSE_COCOA" = 1 ; then |
39101 | { echo "$as_me:$LINENO: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&5 | |
39102 | echo "$as_me: WARNING: Dialup manager not yet supported under Mac OS X... disabled" >&2;} | |
39103 | else | |
39104 | cat >>confdefs.h <<\_ACEOF | |
39105 | #define wxUSE_DIALUP_MANAGER 1 | |
39106 | _ACEOF | |
39107 | ||
39108 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup" | |
39109 | fi | |
39110 | fi | |
39111 | ||
a848cd7e SC |
39112 | if test "$wxUSE_TIPWINDOW" = "yes"; then |
39113 | if test "$wxUSE_PM" = 1; then | |
39114 | { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5 | |
39115 | echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;} | |
39116 | else | |
39117 | cat >>confdefs.h <<\_ACEOF | |
39118 | #define wxUSE_TIPWINDOW 1 | |
39119 | _ACEOF | |
39120 | ||
39121 | fi | |
39122 | fi | |
39123 | ||
39124 | if test "$USES_CONTROLS" = 1; then | |
39125 | cat >>confdefs.h <<\_ACEOF | |
39126 | #define wxUSE_CONTROLS 1 | |
39127 | _ACEOF | |
39128 | ||
39129 | fi | |
39130 | ||
39131 | ||
39132 | if test "$wxUSE_ACCESSIBILITY" = "yes"; then | |
39133 | cat >>confdefs.h <<\_ACEOF | |
39134 | #define wxUSE_ACCESSIBILITY 1 | |
39135 | _ACEOF | |
39136 | ||
39137 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access" | |
39138 | fi | |
39139 | ||
39140 | if test "$wxUSE_DRAGIMAGE" = "yes"; then | |
39141 | cat >>confdefs.h <<\_ACEOF | |
39142 | #define wxUSE_DRAGIMAGE 1 | |
39143 | _ACEOF | |
39144 | ||
39145 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag" | |
39146 | fi | |
39147 | ||
39148 | if test "$wxUSE_EXCEPTIONS" = "yes"; then | |
07bea8f0 VS |
39149 | if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then |
39150 | { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5 | |
39151 | echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;} | |
39152 | else | |
39153 | cat >>confdefs.h <<\_ACEOF | |
a848cd7e SC |
39154 | #define wxUSE_EXCEPTIONS 1 |
39155 | _ACEOF | |
39156 | ||
07bea8f0 VS |
39157 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except" |
39158 | fi | |
a848cd7e SC |
39159 | fi |
39160 | ||
39161 | USE_HTML=0 | |
39162 | if test "$wxUSE_HTML" = "yes"; then | |
39163 | cat >>confdefs.h <<\_ACEOF | |
39164 | #define wxUSE_HTML 1 | |
39165 | _ACEOF | |
39166 | ||
39167 | USE_HTML=1 | |
39168 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox" | |
de59c161 RD |
39169 | if test "$wxUSE_MAC" = 1; then |
39170 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl" | |
39171 | fi | |
a848cd7e | 39172 | fi |
646b6ec1 | 39173 | if test "$wxUSE_WEBKIT" = "yes"; then |
1e9e8aba | 39174 | if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then |
07bea8f0 VS |
39175 | old_CPPFLAGS="$CPPFLAGS" |
39176 | CPPFLAGS="$CPPFLAGS -x objective-c++" | |
39177 | echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5 | |
39178 | echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6 | |
39179 | if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then | |
39180 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
39181 | else | |
39182 | cat >conftest.$ac_ext <<_ACEOF | |
39183 | /* confdefs.h. */ | |
39184 | _ACEOF | |
39185 | cat confdefs.h >>conftest.$ac_ext | |
39186 | cat >>conftest.$ac_ext <<_ACEOF | |
39187 | /* end confdefs.h. */ | |
39188 | #include <Carbon/Carbon.h> | |
39189 | ||
39190 | #include <WebKit/HIWebView.h> | |
39191 | _ACEOF | |
39192 | rm -f conftest.$ac_objext | |
39193 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
39194 | (eval $ac_compile) 2>conftest.er1 | |
39195 | ac_status=$? | |
39196 | grep -v '^ *+' conftest.er1 >conftest.err | |
39197 | rm -f conftest.er1 | |
39198 | cat conftest.err >&5 | |
39199 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39200 | (exit $ac_status); } && | |
07158944 | 39201 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
07bea8f0 VS |
39202 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
39203 | (eval $ac_try) 2>&5 | |
39204 | ac_status=$? | |
39205 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39206 | (exit $ac_status); }; } && | |
39207 | { ac_try='test -s conftest.$ac_objext' | |
39208 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
39209 | (eval $ac_try) 2>&5 | |
39210 | ac_status=$? | |
39211 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39212 | (exit $ac_status); }; }; then | |
39213 | ac_cv_header_WebKit_HIWebView_h=yes | |
39214 | else | |
39215 | echo "$as_me: failed program was:" >&5 | |
39216 | sed 's/^/| /' conftest.$ac_ext >&5 | |
39217 | ||
39218 | ac_cv_header_WebKit_HIWebView_h=no | |
39219 | fi | |
39220 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
39221 | fi | |
39222 | echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5 | |
39223 | echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6 | |
39224 | if test $ac_cv_header_WebKit_HIWebView_h = yes; then | |
39225 | ||
39226 | cat >>confdefs.h <<\_ACEOF | |
646b6ec1 VS |
39227 | #define wxUSE_WEBKIT 1 |
39228 | _ACEOF | |
39229 | ||
07bea8f0 VS |
39230 | WEBKIT_LINK="-framework WebKit" |
39231 | ||
39232 | else | |
39233 | ||
39234 | { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5 | |
39235 | echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;} | |
39236 | wxUSE_WEBKIT=no | |
39237 | ||
646b6ec1 VS |
39238 | fi |
39239 | ||
07bea8f0 VS |
39240 | |
39241 | CPPFLAGS="$old_CPPFLAGS" | |
39242 | elif test "$wxUSE_COCOA" = 1; then | |
39243 | cat >>confdefs.h <<\_ACEOF | |
39244 | #define wxUSE_WEBKIT 1 | |
39245 | _ACEOF | |
39246 | ||
39247 | else | |
39248 | wxUSE_WEBKIT=no | |
39249 | fi | |
39250 | fi | |
39251 | ||
9a8f0513 VS |
39252 | USE_XRC=0 |
39253 | if test "$wxUSE_XRC" = "yes"; then | |
d2ebf0b7 VS |
39254 | if test "$wxUSE_XML" != "yes"; then |
39255 | { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5 | |
39256 | echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;} | |
39257 | wxUSE_XRC=no | |
39258 | else | |
39259 | cat >>confdefs.h <<\_ACEOF | |
9a8f0513 VS |
39260 | #define wxUSE_XRC 1 |
39261 | _ACEOF | |
39262 | ||
d2ebf0b7 VS |
39263 | USE_XRC=1 |
39264 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc" | |
39265 | fi | |
9a8f0513 | 39266 | fi |
07bea8f0 | 39267 | |
a848cd7e SC |
39268 | if test "$wxUSE_MENUS" = "yes"; then |
39269 | cat >>confdefs.h <<\_ACEOF | |
39270 | #define wxUSE_MENUS 1 | |
39271 | _ACEOF | |
39272 | ||
39273 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu" | |
39274 | fi | |
39275 | ||
39276 | if test "$wxUSE_METAFILE" = "yes"; then | |
39277 | cat >>confdefs.h <<\_ACEOF | |
39278 | #define wxUSE_METAFILE 1 | |
39279 | _ACEOF | |
39280 | ||
39281 | fi | |
39282 | ||
39283 | if test "$wxUSE_MIMETYPE" = "yes"; then | |
39284 | cat >>confdefs.h <<\_ACEOF | |
39285 | #define wxUSE_MIMETYPE 1 | |
39286 | _ACEOF | |
39287 | ||
39288 | fi | |
39289 | ||
39290 | if test "$wxUSE_MINIFRAME" = "yes"; then | |
39291 | cat >>confdefs.h <<\_ACEOF | |
39292 | #define wxUSE_MINIFRAME 1 | |
39293 | _ACEOF | |
39294 | ||
39295 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS minifram" | |
39296 | fi | |
39297 | ||
39298 | if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then | |
39299 | cat >>confdefs.h <<\_ACEOF | |
39300 | #define wxUSE_SYSTEM_OPTIONS 1 | |
39301 | _ACEOF | |
39302 | ||
39303 | if test "$TOOLKIT" = "MSW" -o "$TOOLKIT" = "GTK" -o "$TOOLKIT" = "X11" -o \ | |
a49baeab | 39304 | "$TOOLKIT" = "MOTIF" -o "$TOOLKIT" = "COCOA"; then |
a848cd7e SC |
39305 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar" |
39306 | fi | |
39307 | fi | |
39308 | ||
39309 | ||
39310 | if test "$wxUSE_VALIDATORS" = "yes"; then | |
39311 | cat >>confdefs.h <<\_ACEOF | |
39312 | #define wxUSE_VALIDATORS 1 | |
39313 | _ACEOF | |
39314 | ||
39315 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate" | |
39316 | fi | |
39317 | ||
39318 | if test "$wxUSE_PALETTE" = "yes" ; then | |
39319 | cat >>confdefs.h <<\_ACEOF | |
39320 | #define wxUSE_PALETTE 1 | |
39321 | _ACEOF | |
39322 | ||
39323 | fi | |
39324 | ||
39325 | if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then | |
39326 | LIBS=" -lunicows $LIBS" | |
39327 | fi | |
39328 | ||
39329 | ||
39330 | if test "$wxUSE_IMAGE" = "yes" ; then | |
39331 | cat >>confdefs.h <<\_ACEOF | |
39332 | #define wxUSE_IMAGE 1 | |
39333 | _ACEOF | |
39334 | ||
39335 | ||
39336 | if test "$wxUSE_GIF" = "yes" ; then | |
39337 | cat >>confdefs.h <<\_ACEOF | |
39338 | #define wxUSE_GIF 1 | |
39339 | _ACEOF | |
39340 | ||
39341 | fi | |
39342 | ||
39343 | if test "$wxUSE_PCX" = "yes" ; then | |
39344 | cat >>confdefs.h <<\_ACEOF | |
39345 | #define wxUSE_PCX 1 | |
39346 | _ACEOF | |
39347 | ||
39348 | fi | |
39349 | ||
39350 | if test "$wxUSE_IFF" = "yes" ; then | |
39351 | cat >>confdefs.h <<\_ACEOF | |
39352 | #define wxUSE_IFF 1 | |
39353 | _ACEOF | |
39354 | ||
39355 | fi | |
39356 | ||
39357 | if test "$wxUSE_PNM" = "yes" ; then | |
39358 | cat >>confdefs.h <<\_ACEOF | |
39359 | #define wxUSE_PNM 1 | |
39360 | _ACEOF | |
39361 | ||
39362 | fi | |
39363 | ||
39364 | if test "$wxUSE_XPM" = "yes" ; then | |
39365 | cat >>confdefs.h <<\_ACEOF | |
39366 | #define wxUSE_XPM 1 | |
39367 | _ACEOF | |
39368 | ||
39369 | fi | |
39370 | ||
39371 | if test "$wxUSE_ICO_CUR" = "yes" ; then | |
39372 | cat >>confdefs.h <<\_ACEOF | |
39373 | #define wxUSE_ICO_CUR 1 | |
39374 | _ACEOF | |
39375 | ||
39376 | fi | |
39377 | fi | |
39378 | ||
39379 | ||
39380 | if test "$wxUSE_CHOICEDLG" = "yes"; then | |
39381 | cat >>confdefs.h <<\_ACEOF | |
39382 | #define wxUSE_CHOICEDLG 1 | |
39383 | _ACEOF | |
39384 | ||
39385 | fi | |
39386 | ||
39387 | if test "$wxUSE_COLOURDLG" = "yes"; then | |
39388 | cat >>confdefs.h <<\_ACEOF | |
39389 | #define wxUSE_COLOURDLG 1 | |
39390 | _ACEOF | |
39391 | ||
39392 | fi | |
39393 | ||
39394 | if test "$wxUSE_FILEDLG" = "yes"; then | |
39395 | cat >>confdefs.h <<\_ACEOF | |
39396 | #define wxUSE_FILEDLG 1 | |
39397 | _ACEOF | |
39398 | ||
39399 | fi | |
39400 | ||
39401 | if test "$wxUSE_FINDREPLDLG" = "yes"; then | |
39402 | cat >>confdefs.h <<\_ACEOF | |
39403 | #define wxUSE_FINDREPLDLG 1 | |
39404 | _ACEOF | |
39405 | ||
39406 | fi | |
39407 | ||
39408 | if test "$wxUSE_FONTDLG" = "yes"; then | |
39409 | cat >>confdefs.h <<\_ACEOF | |
39410 | #define wxUSE_FONTDLG 1 | |
39411 | _ACEOF | |
39412 | ||
39413 | fi | |
39414 | ||
39415 | if test "$wxUSE_DIRDLG" = "yes"; then | |
39416 | if test "$wxUSE_TREECTRL" != "yes"; then | |
39417 | { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5 | |
39418 | echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;} | |
39419 | else | |
39420 | cat >>confdefs.h <<\_ACEOF | |
39421 | #define wxUSE_DIRDLG 1 | |
39422 | _ACEOF | |
39423 | ||
39424 | fi | |
39425 | fi | |
39426 | ||
39427 | if test "$wxUSE_MSGDLG" = "yes"; then | |
39428 | cat >>confdefs.h <<\_ACEOF | |
39429 | #define wxUSE_MSGDLG 1 | |
39430 | _ACEOF | |
39431 | ||
39432 | fi | |
39433 | ||
39434 | if test "$wxUSE_NUMBERDLG" = "yes"; then | |
39435 | cat >>confdefs.h <<\_ACEOF | |
39436 | #define wxUSE_NUMBERDLG 1 | |
39437 | _ACEOF | |
39438 | ||
39439 | fi | |
39440 | ||
39441 | if test "$wxUSE_PROGRESSDLG" = "yes"; then | |
39442 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
39443 | { echo "$as_me:$LINENO: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&5 | |
39444 | echo "$as_me: WARNING: wxProgressDialog requires constraints so it won't be compiled without them" >&2;} | |
39445 | else | |
39446 | cat >>confdefs.h <<\_ACEOF | |
39447 | #define wxUSE_PROGRESSDLG 1 | |
39448 | _ACEOF | |
39449 | ||
39450 | fi | |
39451 | fi | |
39452 | ||
39453 | if test "$wxUSE_SPLASH" = "yes"; then | |
39454 | cat >>confdefs.h <<\_ACEOF | |
39455 | #define wxUSE_SPLASH 1 | |
39456 | _ACEOF | |
39457 | ||
2057db16 | 39458 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash" |
a848cd7e SC |
39459 | fi |
39460 | ||
39461 | if test "$wxUSE_STARTUP_TIPS" = "yes"; then | |
39462 | if test "$wxUSE_CONSTRAINTS" != "yes"; then | |
39463 | { echo "$as_me:$LINENO: WARNING: Startup tips requires constraints and won't be compiled without them" >&5 | |
39464 | echo "$as_me: WARNING: Startup tips requires constraints and won't be compiled without them" >&2;} | |
39465 | else | |
39466 | cat >>confdefs.h <<\_ACEOF | |
39467 | #define wxUSE_STARTUP_TIPS 1 | |
39468 | _ACEOF | |
39469 | ||
39470 | fi | |
39471 | fi | |
39472 | ||
39473 | if test "$wxUSE_TEXTDLG" = "yes"; then | |
39474 | cat >>confdefs.h <<\_ACEOF | |
39475 | #define wxUSE_TEXTDLG 1 | |
39476 | _ACEOF | |
39477 | ||
39478 | fi | |
39479 | ||
39480 | if test "$wxUSE_WIZARDDLG" = "yes"; then | |
39481 | cat >>confdefs.h <<\_ACEOF | |
39482 | #define wxUSE_WIZARDDLG 1 | |
39483 | _ACEOF | |
39484 | ||
39485 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard" | |
39486 | fi | |
39487 | ||
39488 | ||
ce756cb0 RN |
39489 | if test "$wxUSE_MEDIACTRL" = "yes"; then |
39490 | if test "$wxUSE_MSW" = 1; then | |
39491 | wxUSE_DIRECTSHOW="yes" | |
39492 | ||
39493 | for ac_header in dshow.h | |
39494 | do | |
39495 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
39496 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | |
39497 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |
39498 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | |
39499 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
39500 | else | |
39501 | cat >conftest.$ac_ext <<_ACEOF | |
39502 | /* confdefs.h. */ | |
39503 | _ACEOF | |
39504 | cat confdefs.h >>conftest.$ac_ext | |
39505 | cat >>conftest.$ac_ext <<_ACEOF | |
39506 | /* end confdefs.h. */ | |
39507 | #include <windows.h> | |
39508 | ||
39509 | #include <$ac_header> | |
39510 | _ACEOF | |
39511 | rm -f conftest.$ac_objext | |
39512 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
39513 | (eval $ac_compile) 2>conftest.er1 | |
39514 | ac_status=$? | |
39515 | grep -v '^ *+' conftest.er1 >conftest.err | |
39516 | rm -f conftest.er1 | |
39517 | cat conftest.err >&5 | |
39518 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39519 | (exit $ac_status); } && | |
07158944 | 39520 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ce756cb0 RN |
39521 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
39522 | (eval $ac_try) 2>&5 | |
39523 | ac_status=$? | |
39524 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39525 | (exit $ac_status); }; } && | |
39526 | { ac_try='test -s conftest.$ac_objext' | |
39527 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
39528 | (eval $ac_try) 2>&5 | |
39529 | ac_status=$? | |
39530 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39531 | (exit $ac_status); }; }; then | |
39532 | eval "$as_ac_Header=yes" | |
39533 | else | |
39534 | echo "$as_me: failed program was:" >&5 | |
39535 | sed 's/^/| /' conftest.$ac_ext >&5 | |
39536 | ||
39537 | eval "$as_ac_Header=no" | |
39538 | fi | |
39539 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
39540 | fi | |
39541 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | |
39542 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | |
39543 | if test `eval echo '${'$as_ac_Header'}'` = yes; then | |
39544 | cat >>confdefs.h <<_ACEOF | |
39545 | #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
39546 | _ACEOF | |
39547 | ||
39548 | else | |
39549 | ||
39550 | wxUSE_DIRECTSHOW="no" | |
39551 | { echo "$as_me:$LINENO: WARNING: DirectShow not installed; consider installing the DirectX7 SDK or higher" >&5 | |
39552 | echo "$as_me: WARNING: DirectShow not installed; consider installing the DirectX7 SDK or higher" >&2;} | |
39553 | ||
39554 | fi | |
39555 | ||
39556 | done | |
39557 | ||
39558 | ||
39559 | if test "$wxUSE_DIRECTSHOW" = "yes"; then | |
39560 | cat >>confdefs.h <<\_ACEOF | |
39561 | #define wxUSE_DIRECTSHOW 1 | |
39562 | _ACEOF | |
39563 | ||
39564 | LIBS="$LIBS -lstrmiids" | |
39565 | fi | |
39566 | fi | |
39567 | ||
39568 | if test "$wxUSE_GTK" = 1; then | |
39569 | wxUSE_GSTREAMER="yes" | |
39570 | ||
ce756cb0 | 39571 | |
dae87f93 | 39572 | succeeded=no |
ce756cb0 | 39573 | |
dae87f93 RN |
39574 | if test -z "$PKG_CONFIG"; then |
39575 | # Extract the first word of "pkg-config", so it can be a program name with args. | |
39576 | set dummy pkg-config; ac_word=$2 | |
39577 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
39578 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
39579 | if test "${ac_cv_path_PKG_CONFIG+set}" = set; then | |
39580 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
39581 | else | |
39582 | case $PKG_CONFIG in | |
39583 | [\\/]* | ?:[\\/]*) | |
39584 | ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. | |
39585 | ;; | |
39586 | *) | |
39587 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
39588 | for as_dir in $PATH | |
39589 | do | |
39590 | IFS=$as_save_IFS | |
39591 | test -z "$as_dir" && as_dir=. | |
39592 | for ac_exec_ext in '' $ac_executable_extensions; do | |
39593 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
39594 | ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
39595 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
39596 | break 2 | |
39597 | fi | |
39598 | done | |
39599 | done | |
39600 | ||
39601 | test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" | |
39602 | ;; | |
39603 | esac | |
39604 | fi | |
39605 | PKG_CONFIG=$ac_cv_path_PKG_CONFIG | |
39606 | ||
39607 | if test -n "$PKG_CONFIG"; then | |
39608 | echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 | |
39609 | echo "${ECHO_T}$PKG_CONFIG" >&6 | |
39610 | else | |
39611 | echo "$as_me:$LINENO: result: no" >&5 | |
39612 | echo "${ECHO_T}no" >&6 | |
39613 | fi | |
39614 | ||
39615 | fi | |
39616 | ||
39617 | if test "$PKG_CONFIG" = "no" ; then | |
39618 | echo "*** The pkg-config script could not be found. Make sure it is" | |
39619 | echo "*** in your path, or set the PKG_CONFIG environment variable" | |
39620 | echo "*** to the full path to pkg-config." | |
39621 | echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." | |
39622 | else | |
39623 | PKG_CONFIG_MIN_VERSION=0.9.0 | |
39624 | if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then | |
39625 | echo "$as_me:$LINENO: checking for gstreamer-0.8" >&5 | |
39626 | echo $ECHO_N "checking for gstreamer-0.8... $ECHO_C" >&6 | |
39627 | ||
39628 | if $PKG_CONFIG --exists "gstreamer-0.8" ; then | |
39629 | echo "$as_me:$LINENO: result: yes" >&5 | |
ce756cb0 | 39630 | echo "${ECHO_T}yes" >&6 |
dae87f93 | 39631 | succeeded=yes |
ce756cb0 | 39632 | |
dae87f93 RN |
39633 | echo "$as_me:$LINENO: checking GSTREAMER_CFLAGS" >&5 |
39634 | echo $ECHO_N "checking GSTREAMER_CFLAGS... $ECHO_C" >&6 | |
39635 | GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.8"` | |
39636 | echo "$as_me:$LINENO: result: $GSTREAMER_CFLAGS" >&5 | |
39637 | echo "${ECHO_T}$GSTREAMER_CFLAGS" >&6 | |
39638 | ||
39639 | echo "$as_me:$LINENO: checking GSTREAMER_LIBS" >&5 | |
39640 | echo $ECHO_N "checking GSTREAMER_LIBS... $ECHO_C" >&6 | |
39641 | GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.8"` | |
39642 | echo "$as_me:$LINENO: result: $GSTREAMER_LIBS" >&5 | |
39643 | echo "${ECHO_T}$GSTREAMER_LIBS" >&6 | |
39644 | else | |
39645 | GSTREAMER_CFLAGS="" | |
39646 | GSTREAMER_LIBS="" | |
39647 | ## If we have a custom action on failure, don't print errors, but | |
39648 | ## do set a variable so people can do so. | |
39649 | GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.8"` | |
ce756cb0 | 39650 | |
dae87f93 RN |
39651 | fi |
39652 | ||
39653 | ||
39654 | ||
39655 | else | |
39656 | echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." | |
39657 | echo "*** See http://www.freedesktop.org/software/pkgconfig" | |
39658 | fi | |
39659 | fi | |
39660 | ||
39661 | if test $succeeded = yes; then | |
39662 | ||
39663 | CPPFLAGS="$CPPFLAGS $GSTREAMER_CFLAGS" | |
39664 | LIBS="$LIBS $GSTREAMER_LIBS -lgstplay-0.8" | |
ce756cb0 | 39665 | |
ce756cb0 | 39666 | else |
dae87f93 RN |
39667 | |
39668 | { echo "$as_me:$LINENO: WARNING: GStreamer installation not found" >&5 | |
39669 | echo "$as_me: WARNING: GStreamer installation not found" >&2;} | |
39670 | wxUSE_GSTREAMER="no" | |
39671 | ||
39672 | fi | |
39673 | ||
39674 | ||
39675 | ||
39676 | ||
39677 | ||
39678 | if test "x$GST_INSPECT" == "x"; then | |
39679 | # Extract the first word of "gst-inspect", so it can be a program name with args. | |
39680 | set dummy gst-inspect; ac_word=$2 | |
39681 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
39682 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
39683 | if test "${ac_cv_prog_GST_INSPECT+set}" = set; then | |
39684 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
39685 | else | |
39686 | if test -n "$GST_INSPECT"; then | |
39687 | ac_cv_prog_GST_INSPECT="$GST_INSPECT" # Let the user override the test. | |
39688 | else | |
39689 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
39690 | for as_dir in $PATH | |
39691 | do | |
39692 | IFS=$as_save_IFS | |
39693 | test -z "$as_dir" && as_dir=. | |
39694 | for ac_exec_ext in '' $ac_executable_extensions; do | |
39695 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
39696 | ac_cv_prog_GST_INSPECT="gst-inspect" | |
39697 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
39698 | break 2 | |
ce756cb0 | 39699 | fi |
dae87f93 RN |
39700 | done |
39701 | done | |
39702 | ||
39703 | fi | |
39704 | fi | |
39705 | GST_INSPECT=$ac_cv_prog_GST_INSPECT | |
39706 | if test -n "$GST_INSPECT"; then | |
39707 | echo "$as_me:$LINENO: result: $GST_INSPECT" >&5 | |
39708 | echo "${ECHO_T}$GST_INSPECT" >&6 | |
39709 | else | |
39710 | echo "$as_me:$LINENO: result: no" >&5 | |
39711 | echo "${ECHO_T}no" >&6 | |
39712 | fi | |
39713 | ||
39714 | fi | |
39715 | ||
39716 | if test "x$GST_INSPECT" != "x"; then | |
39717 | echo "$as_me:$LINENO: checking GStreamer element xvimagesink" >&5 | |
39718 | echo $ECHO_N "checking GStreamer element xvimagesink... $ECHO_C" >&6 | |
39719 | if $GST_INSPECT xvimagesink > /dev/null 2> /dev/null ; then | |
39720 | echo "$as_me:$LINENO: result: found." >&5 | |
39721 | echo "${ECHO_T}found." >&6 | |
ce756cb0 | 39722 | |
ce756cb0 | 39723 | else |
dae87f93 RN |
39724 | echo "$as_me:$LINENO: result: not found." >&5 |
39725 | echo "${ECHO_T}not found." >&6 | |
39726 | ||
39727 | wxUSE_GSTREAMER="no" | |
39728 | { echo "$as_me:$LINENO: WARNING: x video sink not found - cannot use GStreamer" >&5 | |
39729 | echo "$as_me: WARNING: x video sink not found - cannot use GStreamer" >&2;} | |
39730 | ||
39731 | fi | |
39732 | fi | |
39733 | ||
39734 | ||
39735 | echo "$as_me:$LINENO: checking for gst/xoverlay/xoverlay.h" >&5 | |
39736 | echo $ECHO_N "checking for gst/xoverlay/xoverlay.h... $ECHO_C" >&6 | |
39737 | if test "${ac_cv_header_gst_xoverlay_xoverlay_h+set}" = set; then | |
39738 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
39739 | else | |
39740 | cat >conftest.$ac_ext <<_ACEOF | |
ce756cb0 RN |
39741 | /* confdefs.h. */ |
39742 | _ACEOF | |
39743 | cat confdefs.h >>conftest.$ac_ext | |
39744 | cat >>conftest.$ac_ext <<_ACEOF | |
39745 | /* end confdefs.h. */ | |
dae87f93 | 39746 | #include <gst/gst.h> |
ce756cb0 | 39747 | |
dae87f93 | 39748 | #include <gst/xoverlay/xoverlay.h> |
ce756cb0 RN |
39749 | _ACEOF |
39750 | rm -f conftest.$ac_objext | |
39751 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
39752 | (eval $ac_compile) 2>conftest.er1 | |
39753 | ac_status=$? | |
39754 | grep -v '^ *+' conftest.er1 >conftest.err | |
39755 | rm -f conftest.er1 | |
39756 | cat conftest.err >&5 | |
39757 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39758 | (exit $ac_status); } && | |
07158944 | 39759 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ce756cb0 RN |
39760 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
39761 | (eval $ac_try) 2>&5 | |
39762 | ac_status=$? | |
39763 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39764 | (exit $ac_status); }; } && | |
39765 | { ac_try='test -s conftest.$ac_objext' | |
39766 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
39767 | (eval $ac_try) 2>&5 | |
39768 | ac_status=$? | |
39769 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39770 | (exit $ac_status); }; }; then | |
dae87f93 | 39771 | ac_cv_header_gst_xoverlay_xoverlay_h=yes |
ce756cb0 RN |
39772 | else |
39773 | echo "$as_me: failed program was:" >&5 | |
39774 | sed 's/^/| /' conftest.$ac_ext >&5 | |
39775 | ||
dae87f93 | 39776 | ac_cv_header_gst_xoverlay_xoverlay_h=no |
ce756cb0 RN |
39777 | fi |
39778 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
dae87f93 RN |
39779 | fi |
39780 | echo "$as_me:$LINENO: result: $ac_cv_header_gst_xoverlay_xoverlay_h" >&5 | |
39781 | echo "${ECHO_T}$ac_cv_header_gst_xoverlay_xoverlay_h" >&6 | |
39782 | if test $ac_cv_header_gst_xoverlay_xoverlay_h = yes; then | |
39783 | : | |
39784 | else | |
ce756cb0 | 39785 | |
dae87f93 RN |
39786 | wxUSE_GSTREAMER="no" |
39787 | { echo "$as_me:$LINENO: WARNING: xoverlay header not found, cannot use GStreamer" >&5 | |
39788 | echo "$as_me: WARNING: xoverlay header not found, cannot use GStreamer" >&2;} | |
ce756cb0 | 39789 | |
dae87f93 | 39790 | fi |
ce756cb0 | 39791 | |
dae87f93 RN |
39792 | |
39793 | ||
39794 | echo "$as_me:$LINENO: checking for gstplay 0.8" >&5 | |
ce756cb0 RN |
39795 | echo $ECHO_N "checking for gstplay 0.8... $ECHO_C" >&6 |
39796 | ||
39797 | ac_find_libraries= | |
39798 | for ac_dir in $SEARCH_LIB /usr/lib; | |
39799 | do | |
39800 | for ac_extension in a so sl dylib; do | |
39801 | if test -f "$ac_dir/libgstplay-0.8.$ac_extension"; then | |
39802 | ac_find_libraries=$ac_dir | |
39803 | break 2 | |
39804 | fi | |
39805 | done | |
39806 | done | |
39807 | ||
ce756cb0 | 39808 | |
dae87f93 RN |
39809 | if test "$ac_find_libraries" = "" ; then |
39810 | echo "$as_me:$LINENO: result: no" >&5 | |
39811 | echo "${ECHO_T}no" >&6 | |
39812 | wxUSE_GSTREAMER="no" | |
39813 | else | |
39814 | echo "$as_me:$LINENO: result: yes" >&5 | |
ce756cb0 | 39815 | echo "${ECHO_T}yes" >&6 |
dae87f93 | 39816 | fi |
ce756cb0 | 39817 | |
dae87f93 RN |
39818 | if test "$wxUSE_GSTREAMER" = "yes"; then |
39819 | cat >>confdefs.h <<\_ACEOF | |
ce756cb0 RN |
39820 | #define wxUSE_GSTREAMER 1 |
39821 | _ACEOF | |
39822 | ||
dae87f93 RN |
39823 | echo "$as_me:$LINENO: result: GStreamer detection successful" >&5 |
39824 | echo "${ECHO_T}GStreamer detection successful" >&6 | |
ce756cb0 RN |
39825 | fi |
39826 | fi | |
39827 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer" | |
39828 | cat >>confdefs.h <<\_ACEOF | |
39829 | #define wxUSE_MEDIACTRL 1 | |
39830 | _ACEOF | |
39831 | ||
39832 | fi | |
39833 | ||
39834 | ||
a848cd7e SC |
39835 | if test "$cross_compiling" = "yes"; then |
39836 | OSINFO="\"$host\"" | |
39837 | else | |
39838 | OSINFO=`uname -s -r -m` | |
39839 | OSINFO="\"$OSINFO\"" | |
39840 | fi | |
39841 | ||
39842 | cat >>confdefs.h <<_ACEOF | |
39843 | #define WXWIN_OS_DESCRIPTION $OSINFO | |
39844 | _ACEOF | |
39845 | ||
39846 | ||
39847 | ||
39848 | if test "x$prefix" != "xNONE"; then | |
39849 | wxPREFIX=$prefix | |
39850 | else | |
39851 | wxPREFIX=$ac_default_prefix | |
39852 | fi | |
39853 | ||
39854 | cat >>confdefs.h <<_ACEOF | |
39855 | #define wxINSTALL_PREFIX "$wxPREFIX" | |
39856 | _ACEOF | |
39857 | ||
39858 | ||
a848cd7e SC |
39859 | |
39860 | ||
39861 | CORE_BASE_LIBS="net base" | |
39862 | CORE_GUI_LIBS="adv core" | |
39863 | ||
39864 | if test "$wxUSE_XML" = "yes" ; then | |
39865 | CORE_BASE_LIBS="xml $CORE_BASE_LIBS" | |
39866 | fi | |
39867 | if test "$wxUSE_ODBC" != "no" ; then | |
39868 | CORE_BASE_LIBS="odbc $CORE_BASE_LIBS" | |
39869 | CORE_GUI_LIBS="dbgrid $CORE_GUI_LIBS" | |
39870 | fi | |
39871 | if test "$wxUSE_HTML" = "yes" ; then | |
39872 | CORE_GUI_LIBS="html $CORE_GUI_LIBS" | |
39873 | fi | |
61639efb VZ |
39874 | if test "$wxUSE_DEBUGREPORT" = "yes" ; then |
39875 | CORE_GUI_LIBS="qa $CORE_GUI_LIBS" | |
39876 | fi | |
9a8f0513 VS |
39877 | if test "$wxUSE_XRC" = "yes" ; then |
39878 | CORE_GUI_LIBS="xrc $CORE_GUI_LIBS" | |
39879 | fi | |
a848cd7e SC |
39880 | |
39881 | if test "$wxUSE_GUI" != "yes"; then | |
39882 | CORE_GUI_LIBS="" | |
39883 | fi | |
39884 | ||
39885 | ||
39886 | ||
39887 | ||
39888 | ||
39889 | ||
39890 | ||
39891 | ||
39892 | if test "$wxUSE_MAC" = 1 ; then | |
a98bf0c0 | 39893 | if test "$wxUSE_SOUND" = "yes" || test "$wxUSE_MEDIACTRL" = "yes"; then |
1e9e8aba DE |
39894 | if test "$USE_DARWIN" = 1; then |
39895 | LDFLAGS="$LDFLAGS -framework QuickTime" | |
39896 | else | |
39897 | LDFLAGS="$LDFLAGS -lQuickTimeLib" | |
39898 | fi | |
07bea8f0 | 39899 | fi |
5dcf30a0 | 39900 | if test "$USE_DARWIN" = 1; then |
1e9e8aba DE |
39901 | LDFLAGS="$LDFLAGS -framework IOKit -framework Carbon -framework Cocoa -framework System" |
39902 | else | |
39903 | LDFLAGS="$LDFLAGS -lCarbonLib" | |
5dcf30a0 | 39904 | fi |
a848cd7e SC |
39905 | fi |
39906 | if test "$wxUSE_COCOA" = 1 ; then | |
4cb1d3da | 39907 | LDFLAGS="$LDFLAGS -framework IOKit -framework Cocoa" |
4fc81cbc RN |
39908 | if test "$wxUSE_MEDIACTRL" = "yes"; then |
39909 | LDFLAGS="$LDFLAGS -framework QuickTime" | |
39910 | fi | |
a848cd7e SC |
39911 | fi |
39912 | ||
39913 | ||
39914 | LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS" | |
39915 | ||
39916 | have_cos=0 | |
39917 | have_floor=0 | |
39918 | ||
39919 | for ac_func in cos | |
39920 | do | |
39921 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
39922 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
39923 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
39924 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
39925 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
39926 | else | |
39927 | cat >conftest.$ac_ext <<_ACEOF | |
39928 | /* confdefs.h. */ | |
39929 | _ACEOF | |
39930 | cat confdefs.h >>conftest.$ac_ext | |
39931 | cat >>conftest.$ac_ext <<_ACEOF | |
39932 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
39933 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
39934 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
39935 | #define $ac_func innocuous_$ac_func | |
39936 | ||
a848cd7e SC |
39937 | /* System header to define __stub macros and hopefully few prototypes, |
39938 | which can conflict with char $ac_func (); below. | |
39939 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
39940 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 39941 | |
a848cd7e SC |
39942 | #ifdef __STDC__ |
39943 | # include <limits.h> | |
39944 | #else | |
39945 | # include <assert.h> | |
39946 | #endif | |
ac1cb8d3 VS |
39947 | |
39948 | #undef $ac_func | |
39949 | ||
a848cd7e SC |
39950 | /* Override any gcc2 internal prototype to avoid an error. */ |
39951 | #ifdef __cplusplus | |
39952 | extern "C" | |
39953 | { | |
39954 | #endif | |
39955 | /* We use char because int might match the return type of a gcc2 | |
39956 | builtin and then its argument prototype would still apply. */ | |
39957 | char $ac_func (); | |
39958 | /* The GNU C library defines this for functions which it implements | |
39959 | to always fail with ENOSYS. Some functions are actually named | |
39960 | something starting with __ and the normal name is an alias. */ | |
39961 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
39962 | choke me | |
39963 | #else | |
39964 | char (*f) () = $ac_func; | |
39965 | #endif | |
39966 | #ifdef __cplusplus | |
39967 | } | |
39968 | #endif | |
39969 | ||
39970 | int | |
39971 | main () | |
39972 | { | |
39973 | return f != $ac_func; | |
39974 | ; | |
39975 | return 0; | |
39976 | } | |
39977 | _ACEOF | |
39978 | rm -f conftest.$ac_objext conftest$ac_exeext | |
39979 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 39980 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 39981 | ac_status=$? |
ac1cb8d3 VS |
39982 | grep -v '^ *+' conftest.er1 >conftest.err |
39983 | rm -f conftest.er1 | |
39984 | cat conftest.err >&5 | |
a848cd7e SC |
39985 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
39986 | (exit $ac_status); } && | |
07158944 | 39987 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
39988 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
39989 | (eval $ac_try) 2>&5 | |
39990 | ac_status=$? | |
39991 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39992 | (exit $ac_status); }; } && | |
39993 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
39994 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
39995 | (eval $ac_try) 2>&5 | |
39996 | ac_status=$? | |
39997 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
39998 | (exit $ac_status); }; }; then | |
39999 | eval "$as_ac_var=yes" | |
40000 | else | |
40001 | echo "$as_me: failed program was:" >&5 | |
40002 | sed 's/^/| /' conftest.$ac_ext >&5 | |
40003 | ||
40004 | eval "$as_ac_var=no" | |
40005 | fi | |
ac1cb8d3 VS |
40006 | rm -f conftest.err conftest.$ac_objext \ |
40007 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
40008 | fi |
40009 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
40010 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
40011 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
40012 | cat >>confdefs.h <<_ACEOF | |
40013 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
40014 | _ACEOF | |
40015 | have_cos=1 | |
40016 | fi | |
40017 | done | |
40018 | ||
40019 | ||
40020 | for ac_func in floor | |
40021 | do | |
40022 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
40023 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
40024 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
40025 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
40026 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
40027 | else | |
40028 | cat >conftest.$ac_ext <<_ACEOF | |
40029 | /* confdefs.h. */ | |
40030 | _ACEOF | |
40031 | cat confdefs.h >>conftest.$ac_ext | |
40032 | cat >>conftest.$ac_ext <<_ACEOF | |
40033 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
40034 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
40035 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
40036 | #define $ac_func innocuous_$ac_func | |
40037 | ||
a848cd7e SC |
40038 | /* System header to define __stub macros and hopefully few prototypes, |
40039 | which can conflict with char $ac_func (); below. | |
40040 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
40041 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 40042 | |
a848cd7e SC |
40043 | #ifdef __STDC__ |
40044 | # include <limits.h> | |
40045 | #else | |
40046 | # include <assert.h> | |
40047 | #endif | |
ac1cb8d3 VS |
40048 | |
40049 | #undef $ac_func | |
40050 | ||
a848cd7e SC |
40051 | /* Override any gcc2 internal prototype to avoid an error. */ |
40052 | #ifdef __cplusplus | |
40053 | extern "C" | |
40054 | { | |
40055 | #endif | |
40056 | /* We use char because int might match the return type of a gcc2 | |
40057 | builtin and then its argument prototype would still apply. */ | |
40058 | char $ac_func (); | |
40059 | /* The GNU C library defines this for functions which it implements | |
40060 | to always fail with ENOSYS. Some functions are actually named | |
40061 | something starting with __ and the normal name is an alias. */ | |
40062 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
40063 | choke me | |
40064 | #else | |
40065 | char (*f) () = $ac_func; | |
40066 | #endif | |
40067 | #ifdef __cplusplus | |
40068 | } | |
40069 | #endif | |
40070 | ||
40071 | int | |
40072 | main () | |
40073 | { | |
40074 | return f != $ac_func; | |
40075 | ; | |
40076 | return 0; | |
40077 | } | |
40078 | _ACEOF | |
40079 | rm -f conftest.$ac_objext conftest$ac_exeext | |
40080 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 40081 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 40082 | ac_status=$? |
ac1cb8d3 VS |
40083 | grep -v '^ *+' conftest.er1 >conftest.err |
40084 | rm -f conftest.er1 | |
40085 | cat conftest.err >&5 | |
a848cd7e SC |
40086 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
40087 | (exit $ac_status); } && | |
07158944 | 40088 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
40089 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
40090 | (eval $ac_try) 2>&5 | |
40091 | ac_status=$? | |
40092 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
40093 | (exit $ac_status); }; } && | |
40094 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
40095 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
40096 | (eval $ac_try) 2>&5 | |
40097 | ac_status=$? | |
40098 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
40099 | (exit $ac_status); }; }; then | |
40100 | eval "$as_ac_var=yes" | |
40101 | else | |
40102 | echo "$as_me: failed program was:" >&5 | |
40103 | sed 's/^/| /' conftest.$ac_ext >&5 | |
40104 | ||
40105 | eval "$as_ac_var=no" | |
40106 | fi | |
ac1cb8d3 VS |
40107 | rm -f conftest.err conftest.$ac_objext \ |
40108 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
40109 | fi |
40110 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
40111 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
40112 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
40113 | cat >>confdefs.h <<_ACEOF | |
40114 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
40115 | _ACEOF | |
40116 | have_floor=1 | |
40117 | fi | |
40118 | done | |
40119 | ||
40120 | echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5 | |
40121 | echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6 | |
40122 | if test "$have_cos" = 1 -a "$have_floor" = 1; then | |
40123 | echo "$as_me:$LINENO: result: yes" >&5 | |
40124 | echo "${ECHO_T}yes" >&6 | |
40125 | else | |
40126 | echo "$as_me:$LINENO: result: no" >&5 | |
40127 | echo "${ECHO_T}no" >&6 | |
40128 | LIBS="$LIBS -lm" | |
40129 | # use different functions to avoid configure caching | |
40130 | have_sin=0 | |
40131 | have_ceil=0 | |
40132 | ||
40133 | for ac_func in sin | |
40134 | do | |
40135 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
40136 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
40137 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
40138 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
40139 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
40140 | else | |
40141 | cat >conftest.$ac_ext <<_ACEOF | |
40142 | /* confdefs.h. */ | |
40143 | _ACEOF | |
40144 | cat confdefs.h >>conftest.$ac_ext | |
40145 | cat >>conftest.$ac_ext <<_ACEOF | |
40146 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
40147 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
40148 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
40149 | #define $ac_func innocuous_$ac_func | |
40150 | ||
a848cd7e SC |
40151 | /* System header to define __stub macros and hopefully few prototypes, |
40152 | which can conflict with char $ac_func (); below. | |
40153 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
40154 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 40155 | |
a848cd7e SC |
40156 | #ifdef __STDC__ |
40157 | # include <limits.h> | |
40158 | #else | |
40159 | # include <assert.h> | |
40160 | #endif | |
ac1cb8d3 VS |
40161 | |
40162 | #undef $ac_func | |
40163 | ||
a848cd7e SC |
40164 | /* Override any gcc2 internal prototype to avoid an error. */ |
40165 | #ifdef __cplusplus | |
40166 | extern "C" | |
40167 | { | |
40168 | #endif | |
40169 | /* We use char because int might match the return type of a gcc2 | |
40170 | builtin and then its argument prototype would still apply. */ | |
40171 | char $ac_func (); | |
40172 | /* The GNU C library defines this for functions which it implements | |
40173 | to always fail with ENOSYS. Some functions are actually named | |
40174 | something starting with __ and the normal name is an alias. */ | |
40175 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
40176 | choke me | |
40177 | #else | |
40178 | char (*f) () = $ac_func; | |
40179 | #endif | |
40180 | #ifdef __cplusplus | |
40181 | } | |
40182 | #endif | |
40183 | ||
40184 | int | |
40185 | main () | |
40186 | { | |
40187 | return f != $ac_func; | |
40188 | ; | |
40189 | return 0; | |
40190 | } | |
40191 | _ACEOF | |
40192 | rm -f conftest.$ac_objext conftest$ac_exeext | |
40193 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 40194 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 40195 | ac_status=$? |
ac1cb8d3 VS |
40196 | grep -v '^ *+' conftest.er1 >conftest.err |
40197 | rm -f conftest.er1 | |
40198 | cat conftest.err >&5 | |
a848cd7e SC |
40199 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
40200 | (exit $ac_status); } && | |
07158944 | 40201 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
40202 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
40203 | (eval $ac_try) 2>&5 | |
40204 | ac_status=$? | |
40205 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
40206 | (exit $ac_status); }; } && | |
40207 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
40208 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
40209 | (eval $ac_try) 2>&5 | |
40210 | ac_status=$? | |
40211 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
40212 | (exit $ac_status); }; }; then | |
40213 | eval "$as_ac_var=yes" | |
40214 | else | |
40215 | echo "$as_me: failed program was:" >&5 | |
40216 | sed 's/^/| /' conftest.$ac_ext >&5 | |
40217 | ||
40218 | eval "$as_ac_var=no" | |
40219 | fi | |
ac1cb8d3 VS |
40220 | rm -f conftest.err conftest.$ac_objext \ |
40221 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
40222 | fi |
40223 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
40224 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
40225 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
40226 | cat >>confdefs.h <<_ACEOF | |
40227 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
40228 | _ACEOF | |
40229 | have_sin=1 | |
40230 | fi | |
40231 | done | |
40232 | ||
40233 | ||
40234 | for ac_func in ceil | |
40235 | do | |
40236 | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | |
40237 | echo "$as_me:$LINENO: checking for $ac_func" >&5 | |
40238 | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | |
40239 | if eval "test \"\${$as_ac_var+set}\" = set"; then | |
40240 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
40241 | else | |
40242 | cat >conftest.$ac_ext <<_ACEOF | |
40243 | /* confdefs.h. */ | |
40244 | _ACEOF | |
40245 | cat confdefs.h >>conftest.$ac_ext | |
40246 | cat >>conftest.$ac_ext <<_ACEOF | |
40247 | /* end confdefs.h. */ | |
ac1cb8d3 VS |
40248 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. |
40249 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
40250 | #define $ac_func innocuous_$ac_func | |
40251 | ||
a848cd7e SC |
40252 | /* System header to define __stub macros and hopefully few prototypes, |
40253 | which can conflict with char $ac_func (); below. | |
40254 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
40255 | <limits.h> exists even on freestanding compilers. */ | |
ac1cb8d3 | 40256 | |
a848cd7e SC |
40257 | #ifdef __STDC__ |
40258 | # include <limits.h> | |
40259 | #else | |
40260 | # include <assert.h> | |
40261 | #endif | |
ac1cb8d3 VS |
40262 | |
40263 | #undef $ac_func | |
40264 | ||
a848cd7e SC |
40265 | /* Override any gcc2 internal prototype to avoid an error. */ |
40266 | #ifdef __cplusplus | |
40267 | extern "C" | |
40268 | { | |
40269 | #endif | |
40270 | /* We use char because int might match the return type of a gcc2 | |
40271 | builtin and then its argument prototype would still apply. */ | |
40272 | char $ac_func (); | |
40273 | /* The GNU C library defines this for functions which it implements | |
40274 | to always fail with ENOSYS. Some functions are actually named | |
40275 | something starting with __ and the normal name is an alias. */ | |
40276 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | |
40277 | choke me | |
40278 | #else | |
40279 | char (*f) () = $ac_func; | |
40280 | #endif | |
40281 | #ifdef __cplusplus | |
40282 | } | |
40283 | #endif | |
40284 | ||
40285 | int | |
40286 | main () | |
40287 | { | |
40288 | return f != $ac_func; | |
40289 | ; | |
40290 | return 0; | |
40291 | } | |
40292 | _ACEOF | |
40293 | rm -f conftest.$ac_objext conftest$ac_exeext | |
40294 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |
ac1cb8d3 | 40295 | (eval $ac_link) 2>conftest.er1 |
a848cd7e | 40296 | ac_status=$? |
ac1cb8d3 VS |
40297 | grep -v '^ *+' conftest.er1 >conftest.err |
40298 | rm -f conftest.er1 | |
40299 | cat conftest.err >&5 | |
a848cd7e SC |
40300 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
40301 | (exit $ac_status); } && | |
07158944 | 40302 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
40303 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
40304 | (eval $ac_try) 2>&5 | |
40305 | ac_status=$? | |
40306 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
40307 | (exit $ac_status); }; } && | |
40308 | { ac_try='test -s conftest$ac_exeext' | |
a848cd7e SC |
40309 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
40310 | (eval $ac_try) 2>&5 | |
40311 | ac_status=$? | |
40312 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
40313 | (exit $ac_status); }; }; then | |
40314 | eval "$as_ac_var=yes" | |
40315 | else | |
40316 | echo "$as_me: failed program was:" >&5 | |
40317 | sed 's/^/| /' conftest.$ac_ext >&5 | |
40318 | ||
40319 | eval "$as_ac_var=no" | |
40320 | fi | |
ac1cb8d3 VS |
40321 | rm -f conftest.err conftest.$ac_objext \ |
40322 | conftest$ac_exeext conftest.$ac_ext | |
a848cd7e SC |
40323 | fi |
40324 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | |
40325 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | |
40326 | if test `eval echo '${'$as_ac_var'}'` = yes; then | |
40327 | cat >>confdefs.h <<_ACEOF | |
40328 | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | |
40329 | _ACEOF | |
40330 | have_ceil=1 | |
40331 | fi | |
40332 | done | |
40333 | ||
40334 | echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5 | |
40335 | echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6 | |
40336 | if test "$have_sin" = 1 -a "$have_ceil" = 1; then | |
40337 | echo "$as_me:$LINENO: result: yes" >&5 | |
40338 | echo "${ECHO_T}yes" >&6 | |
40339 | else | |
40340 | echo "$as_me:$LINENO: result: no" >&5 | |
40341 | echo "${ECHO_T}no" >&6 | |
40342 | # not sure we should warn the user, crash, etc. | |
40343 | fi | |
40344 | fi | |
40345 | ||
40346 | if test "$wxUSE_GUI" = "yes"; then | |
40347 | ||
40348 | ||
8bce5cda MW |
40349 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \ |
40350 | dynamic erase event exec font image minimal mobile \ | |
40351 | mobile/wxedit mobile/styles propsize render \ | |
40352 | richedit rotate shaped vscroll widgets" | |
a848cd7e SC |
40353 | |
40354 | if test "$wxUSE_MONOLITHIC" != "yes"; then | |
40355 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console" | |
40356 | fi | |
0b78747f | 40357 | if test "$TOOLKIT" = "MSW"; then |
8bce5cda MW |
40358 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest" |
40359 | if test "$wxUSE_UNIVERSAL" != "yes"; then | |
40360 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg" | |
40361 | fi | |
40362 | fi | |
40363 | if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then | |
40364 | SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw" | |
0b78747f | 40365 | fi |
a848cd7e SC |
40366 | else |
40367 | SAMPLES_SUBDIRS="console" | |
40368 | fi | |
40369 | ||
40370 | ||
ceec2216 | 40371 | INCLUDES="-I\${top_builddir}lib/wx/include/${TOOLCHAIN_FULLNAME} \ |
a848cd7e SC |
40372 | -I\${top_srcdir}/include $TOOLKIT_INCLUDE" |
40373 | ||
40374 | if test "$GXX" = yes ; then | |
5294a27e VZ |
40375 | CWARNINGS="-Wall" |
40376 | CXXWARNINGS="$CWARNINGS -Wno-ctor-dtor-privacy" | |
a848cd7e SC |
40377 | fi |
40378 | ||
40379 | EXTRA_CFLAGS="$WXDEBUG $WXODBCFLAG $PROFILE $OPTIMISE" | |
40380 | ||
0c3c69fc | 40381 | CPPFLAGS=`echo $WXDEBUG_DEFINE $INCLUDES $CPPFLAGS` |
5294a27e | 40382 | CFLAGS=`echo $CODE_GEN_FLAGS $EXTRA_CFLAGS $CFLAGS $CWARNINGS` |
0c3c69fc | 40383 | CXXFLAGS=`echo $CODE_GEN_FLAGS $CODE_GEN_FLAGS_CXX $EXTRA_CFLAGS $CXXFLAGS $CXXWARNINGS` |
a848cd7e | 40384 | |
95986553 DE |
40385 | if test "x$MWCC" = "xyes"; then |
40386 | ||
40387 | CC="$CC -cwd source -I-" | |
40388 | CXX="$CXX -cwd source -I-" | |
40389 | fi | |
40390 | ||
a848cd7e | 40391 | |
0c3c69fc | 40392 | LIBS=`echo $LIBS` |
a848cd7e SC |
40393 | EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS" |
40394 | EXTRALIBS_XML="$EXPAT_LINK" | |
40395 | EXTRALIBS_HTML="$MSPACK_LINK" | |
40396 | EXTRALIBS_ODBC="$ODBC_LINK" | |
40397 | if test "$wxUSE_GUI" = "yes"; then | |
2e350179 | 40398 | EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_GNOMEPRINT` |
a848cd7e SC |
40399 | fi |
40400 | if test "$wxUSE_OPENGL" = "yes"; then | |
40401 | EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS" | |
40402 | fi | |
40403 | ||
40404 | LDFLAGS="$LDFLAGS $PROFILE" | |
40405 | ||
40406 | if test "$wxUSE_GTK" = 1; then | |
40407 | WXCONFIG_INCLUDE= | |
40408 | else | |
40409 | WXCONFIG_INCLUDE="$TOOLKIT_INCLUDE" | |
40410 | fi | |
40411 | ||
40412 | WXCONFIG_EXTRALIBS="$LIBS" | |
40413 | ||
40414 | if test "$wxUSE_REGEX" = "builtin" ; then | |
40415 | wxconfig_3rdparty="$wxconfig_3rdparty regex${lib_unicode_suffix}" | |
40416 | fi | |
40417 | if test "$wxUSE_EXPAT" = "builtin" ; then | |
40418 | wxconfig_3rdparty="$wxconfig_3rdparty expat" | |
40419 | fi | |
40420 | if test "$wxUSE_ODBC" = "builtin" ; then | |
40421 | wxconfig_3rdparty="$wxconfig_3rdparty odbc" | |
40422 | fi | |
40423 | if test "$wxUSE_LIBTIFF" = "builtin" ; then | |
40424 | wxconfig_3rdparty="$wxconfig_3rdparty tiff" | |
40425 | fi | |
40426 | if test "$wxUSE_LIBJPEG" = "builtin" ; then | |
40427 | wxconfig_3rdparty="$wxconfig_3rdparty jpeg" | |
40428 | fi | |
40429 | if test "$wxUSE_LIBPNG" = "builtin" ; then | |
40430 | wxconfig_3rdparty="$wxconfig_3rdparty png" | |
40431 | fi | |
40432 | if test "$wxUSE_ZLIB" = "builtin" ; then | |
40433 | wxconfig_3rdparty="$wxconfig_3rdparty zlib" | |
40434 | fi | |
40435 | if test "$wxUSE_ODBC" = "builtin" ; then | |
40436 | wxconfig_3rdparty="$wxconfig_3rdparty odbc" | |
40437 | fi | |
40438 | ||
40439 | for i in $wxconfig_3rdparty ; do | |
ceec2216 | 40440 | WXCONFIG_EXTRALIBS="$WXCONFIG_EXTRALIBS -lwx${i}${lib_debug_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}" |
a848cd7e SC |
40441 | done |
40442 | ||
40443 | ||
40444 | if test "x$wxUSE_UNIVERSAL" = "xyes" ; then | |
40445 | WXUNIV=1 | |
40446 | else | |
40447 | WXUNIV=0 | |
40448 | fi | |
40449 | ||
40450 | ||
40451 | ||
40452 | ||
40453 | ||
40454 | ||
40455 | ||
40456 | ||
40457 | ||
40458 | if test $wxUSE_MONOLITHIC = "yes" ; then | |
40459 | MONOLITHIC=1 | |
40460 | else | |
40461 | MONOLITHIC=0 | |
40462 | fi | |
40463 | ||
40464 | if test $wxUSE_PLUGINS = "yes" ; then | |
40465 | USE_PLUGINS=1 | |
40466 | else | |
40467 | USE_PLUGINS=0 | |
40468 | fi | |
40469 | ||
40470 | if test $wxUSE_ODBC != "no" ; then | |
40471 | USE_ODBC=1 | |
40472 | else | |
40473 | USE_ODBC=0 | |
40474 | fi | |
40475 | ||
16358932 VZ |
40476 | if test "$wxUSE_DEBUGREPORT" = "yes" ; then |
40477 | USE_QA=1 | |
40478 | else | |
40479 | USE_QA=0 | |
40480 | fi | |
40481 | ||
a848cd7e SC |
40482 | if test $wxUSE_OFFICIAL_BUILD = "yes" ; then |
40483 | OFFICIAL_BUILD=1 | |
40484 | else | |
40485 | OFFICIAL_BUILD=0 | |
40486 | fi | |
40487 | ||
40488 | ||
40489 | ||
40490 | ||
40491 | ||
40492 | ||
40493 | ||
40494 | ||
40495 | ||
40496 | ||
40497 | ||
40498 | ||
40499 | ||
40500 | ||
40501 | ||
40502 | ||
40503 | ||
40504 | ||
40505 | ||
ceec2216 | 40506 | |
d1c38808 | 40507 | |
a848cd7e SC |
40508 | |
40509 | ||
40510 | TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr "[A-Z]" "[a-z]"` | |
40511 | ||
40512 | ||
40513 | ||
40514 | ||
40515 | ||
40516 | ||
40517 | ||
40518 | ||
4d4ff94c VZ |
40519 | case "$TOOLKIT" in |
40520 | GTK) | |
40521 | TOOLKIT_USER="GTK+" | |
40522 | if test "$WXGTK20" = 1; then | |
40523 | TOOLKIT_USER="$TOOLKIT_USER 2" | |
40524 | fi | |
9a8f0513 | 40525 | ;; |
4d4ff94c VZ |
40526 | |
40527 | *) | |
40528 | TOOLKIT_USER=$TOOLKIT_LOWERCASE | |
9a8f0513 | 40529 | ;; |
4d4ff94c | 40530 | esac |
a848cd7e | 40531 | |
9a8f0513 | 40532 | |
1e9e8aba DE |
40533 | |
40534 | ||
a848cd7e SC |
40535 | if test "x$BAKEFILE_HOST" = "x"; then |
40536 | BAKEFILE_HOST="${host}" | |
40537 | fi | |
40538 | ||
40539 | if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then | |
40540 | ||
40541 | if test -n "$ac_tool_prefix"; then | |
40542 | # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. | |
40543 | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 | |
40544 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
40545 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
40546 | if test "${ac_cv_prog_RANLIB+set}" = set; then | |
40547 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
40548 | else | |
40549 | if test -n "$RANLIB"; then | |
40550 | ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. | |
40551 | else | |
40552 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
40553 | for as_dir in $PATH | |
40554 | do | |
40555 | IFS=$as_save_IFS | |
40556 | test -z "$as_dir" && as_dir=. | |
40557 | for ac_exec_ext in '' $ac_executable_extensions; do | |
40558 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
40559 | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" | |
40560 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
40561 | break 2 | |
40562 | fi | |
40563 | done | |
40564 | done | |
40565 | ||
40566 | fi | |
40567 | fi | |
40568 | RANLIB=$ac_cv_prog_RANLIB | |
40569 | if test -n "$RANLIB"; then | |
40570 | echo "$as_me:$LINENO: result: $RANLIB" >&5 | |
40571 | echo "${ECHO_T}$RANLIB" >&6 | |
40572 | else | |
40573 | echo "$as_me:$LINENO: result: no" >&5 | |
40574 | echo "${ECHO_T}no" >&6 | |
40575 | fi | |
40576 | ||
40577 | fi | |
40578 | if test -z "$ac_cv_prog_RANLIB"; then | |
40579 | ac_ct_RANLIB=$RANLIB | |
40580 | # Extract the first word of "ranlib", so it can be a program name with args. | |
40581 | set dummy ranlib; ac_word=$2 | |
40582 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
40583 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
40584 | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then | |
40585 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
40586 | else | |
40587 | if test -n "$ac_ct_RANLIB"; then | |
40588 | ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. | |
40589 | else | |
40590 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
40591 | for as_dir in $PATH | |
40592 | do | |
40593 | IFS=$as_save_IFS | |
40594 | test -z "$as_dir" && as_dir=. | |
40595 | for ac_exec_ext in '' $ac_executable_extensions; do | |
40596 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
40597 | ac_cv_prog_ac_ct_RANLIB="ranlib" | |
40598 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
40599 | break 2 | |
40600 | fi | |
40601 | done | |
40602 | done | |
40603 | ||
40604 | test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" | |
40605 | fi | |
40606 | fi | |
40607 | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | |
40608 | if test -n "$ac_ct_RANLIB"; then | |
40609 | echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 | |
40610 | echo "${ECHO_T}$ac_ct_RANLIB" >&6 | |
40611 | else | |
40612 | echo "$as_me:$LINENO: result: no" >&5 | |
40613 | echo "${ECHO_T}no" >&6 | |
40614 | fi | |
40615 | ||
40616 | RANLIB=$ac_ct_RANLIB | |
40617 | else | |
40618 | RANLIB="$ac_cv_prog_RANLIB" | |
40619 | fi | |
40620 | ||
40621 | # Find a good install program. We prefer a C program (faster), | |
40622 | # so one script is as good as another. But avoid the broken or | |
40623 | # incompatible versions: | |
40624 | # SysV /etc/install, /usr/sbin/install | |
40625 | # SunOS /usr/etc/install | |
40626 | # IRIX /sbin/install | |
40627 | # AIX /bin/install | |
40628 | # AmigaOS /C/install, which installs bootblocks on floppy discs | |
40629 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | |
40630 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args | |
40631 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | |
ac1cb8d3 | 40632 | # OS/2's system install, which has a completely different semantic |
a848cd7e SC |
40633 | # ./install, which can be erroneously created by make from ./install.sh. |
40634 | echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 | |
40635 | echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 | |
40636 | if test -z "$INSTALL"; then | |
40637 | if test "${ac_cv_path_install+set}" = set; then | |
40638 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
40639 | else | |
40640 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
40641 | for as_dir in $PATH | |
40642 | do | |
40643 | IFS=$as_save_IFS | |
40644 | test -z "$as_dir" && as_dir=. | |
40645 | # Account for people who put trailing slashes in PATH elements. | |
40646 | case $as_dir/ in | |
40647 | ./ | .// | /cC/* | \ | |
40648 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ | |
ac1cb8d3 | 40649 | ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ |
a848cd7e SC |
40650 | /usr/ucb/* ) ;; |
40651 | *) | |
40652 | # OSF1 and SCO ODT 3.0 have their own names for install. | |
40653 | # Don't use installbsd from OSF since it installs stuff as root | |
40654 | # by default. | |
40655 | for ac_prog in ginstall scoinst install; do | |
40656 | for ac_exec_ext in '' $ac_executable_extensions; do | |
ac1cb8d3 VS |
40657 | if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
40658 | if test $ac_prog = install && | |
40659 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
40660 | # AIX install. It has an incompatible calling convention. | |
40661 | : | |
40662 | elif test $ac_prog = install && | |
40663 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | |
40664 | # program-specific install script used by HP pwplus--don't use. | |
40665 | : | |
40666 | else | |
40667 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | |
40668 | break 3 | |
40669 | fi | |
40670 | fi | |
a848cd7e SC |
40671 | done |
40672 | done | |
40673 | ;; | |
40674 | esac | |
40675 | done | |
40676 | ||
40677 | ||
40678 | fi | |
40679 | if test "${ac_cv_path_install+set}" = set; then | |
40680 | INSTALL=$ac_cv_path_install | |
40681 | else | |
40682 | # As a last resort, use the slow shell script. We don't cache a | |
40683 | # path for INSTALL within a source directory, because that will | |
40684 | # break other packages using the cache if that directory is | |
40685 | # removed, or if the path is relative. | |
40686 | INSTALL=$ac_install_sh | |
40687 | fi | |
40688 | fi | |
40689 | echo "$as_me:$LINENO: result: $INSTALL" >&5 | |
40690 | echo "${ECHO_T}$INSTALL" >&6 | |
40691 | ||
40692 | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. | |
40693 | # It thinks the first close brace ends the variable substitution. | |
40694 | test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' | |
40695 | ||
40696 | test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' | |
40697 | ||
40698 | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | |
40699 | ||
40700 | echo "$as_me:$LINENO: checking whether ln -s works" >&5 | |
40701 | echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 | |
40702 | LN_S=$as_ln_s | |
40703 | if test "$LN_S" = "ln -s"; then | |
40704 | echo "$as_me:$LINENO: result: yes" >&5 | |
40705 | echo "${ECHO_T}yes" >&6 | |
40706 | else | |
40707 | echo "$as_me:$LINENO: result: no, using $LN_S" >&5 | |
40708 | echo "${ECHO_T}no, using $LN_S" >&6 | |
40709 | fi | |
40710 | ||
40711 | ||
40712 | echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 | |
40713 | echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 | |
ac1cb8d3 | 40714 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` |
a848cd7e SC |
40715 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then |
40716 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
40717 | else | |
40718 | cat >conftest.make <<\_ACEOF | |
40719 | all: | |
40720 | @echo 'ac_maketemp="$(MAKE)"' | |
40721 | _ACEOF | |
40722 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
40723 | eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` | |
40724 | if test -n "$ac_maketemp"; then | |
40725 | eval ac_cv_prog_make_${ac_make}_set=yes | |
40726 | else | |
40727 | eval ac_cv_prog_make_${ac_make}_set=no | |
40728 | fi | |
40729 | rm -f conftest.make | |
40730 | fi | |
40731 | if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | |
40732 | echo "$as_me:$LINENO: result: yes" >&5 | |
40733 | echo "${ECHO_T}yes" >&6 | |
40734 | SET_MAKE= | |
40735 | else | |
40736 | echo "$as_me:$LINENO: result: no" >&5 | |
40737 | echo "${ECHO_T}no" >&6 | |
40738 | SET_MAKE="MAKE=${MAKE-make}" | |
40739 | fi | |
40740 | ||
40741 | ||
40742 | ||
40743 | if test -n "$ac_tool_prefix"; then | |
40744 | # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. | |
40745 | set dummy ${ac_tool_prefix}ar; ac_word=$2 | |
40746 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
40747 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
40748 | if test "${ac_cv_prog_AR+set}" = set; then | |
40749 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
40750 | else | |
40751 | if test -n "$AR"; then | |
40752 | ac_cv_prog_AR="$AR" # Let the user override the test. | |
40753 | else | |
40754 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
40755 | for as_dir in $PATH | |
40756 | do | |
40757 | IFS=$as_save_IFS | |
40758 | test -z "$as_dir" && as_dir=. | |
40759 | for ac_exec_ext in '' $ac_executable_extensions; do | |
40760 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
40761 | ac_cv_prog_AR="${ac_tool_prefix}ar" | |
40762 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
40763 | break 2 | |
40764 | fi | |
40765 | done | |
40766 | done | |
40767 | ||
40768 | fi | |
40769 | fi | |
40770 | AR=$ac_cv_prog_AR | |
40771 | if test -n "$AR"; then | |
40772 | echo "$as_me:$LINENO: result: $AR" >&5 | |
40773 | echo "${ECHO_T}$AR" >&6 | |
40774 | else | |
40775 | echo "$as_me:$LINENO: result: no" >&5 | |
40776 | echo "${ECHO_T}no" >&6 | |
40777 | fi | |
40778 | ||
40779 | fi | |
40780 | if test -z "$ac_cv_prog_AR"; then | |
40781 | ac_ct_AR=$AR | |
40782 | # Extract the first word of "ar", so it can be a program name with args. | |
40783 | set dummy ar; ac_word=$2 | |
40784 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
40785 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
40786 | if test "${ac_cv_prog_ac_ct_AR+set}" = set; then | |
40787 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
40788 | else | |
40789 | if test -n "$ac_ct_AR"; then | |
40790 | ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. | |
40791 | else | |
40792 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
40793 | for as_dir in $PATH | |
40794 | do | |
40795 | IFS=$as_save_IFS | |
40796 | test -z "$as_dir" && as_dir=. | |
40797 | for ac_exec_ext in '' $ac_executable_extensions; do | |
40798 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
40799 | ac_cv_prog_ac_ct_AR="ar" | |
40800 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
40801 | break 2 | |
40802 | fi | |
40803 | done | |
40804 | done | |
40805 | ||
40806 | test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="ar" | |
40807 | fi | |
40808 | fi | |
40809 | ac_ct_AR=$ac_cv_prog_ac_ct_AR | |
40810 | if test -n "$ac_ct_AR"; then | |
40811 | echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 | |
40812 | echo "${ECHO_T}$ac_ct_AR" >&6 | |
40813 | else | |
40814 | echo "$as_me:$LINENO: result: no" >&5 | |
40815 | echo "${ECHO_T}no" >&6 | |
40816 | fi | |
40817 | ||
40818 | AR=$ac_ct_AR | |
40819 | else | |
40820 | AR="$ac_cv_prog_AR" | |
40821 | fi | |
40822 | ||
40823 | if test -n "$ac_tool_prefix"; then | |
40824 | # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. | |
40825 | set dummy ${ac_tool_prefix}strip; ac_word=$2 | |
40826 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
40827 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
40828 | if test "${ac_cv_prog_STRIP+set}" = set; then | |
40829 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
40830 | else | |
40831 | if test -n "$STRIP"; then | |
40832 | ac_cv_prog_STRIP="$STRIP" # Let the user override the test. | |
40833 | else | |
40834 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
40835 | for as_dir in $PATH | |
40836 | do | |
40837 | IFS=$as_save_IFS | |
40838 | test -z "$as_dir" && as_dir=. | |
40839 | for ac_exec_ext in '' $ac_executable_extensions; do | |
40840 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
40841 | ac_cv_prog_STRIP="${ac_tool_prefix}strip" | |
40842 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
40843 | break 2 | |
40844 | fi | |
40845 | done | |
40846 | done | |
40847 | ||
40848 | fi | |
40849 | fi | |
40850 | STRIP=$ac_cv_prog_STRIP | |
40851 | if test -n "$STRIP"; then | |
40852 | echo "$as_me:$LINENO: result: $STRIP" >&5 | |
40853 | echo "${ECHO_T}$STRIP" >&6 | |
40854 | else | |
40855 | echo "$as_me:$LINENO: result: no" >&5 | |
40856 | echo "${ECHO_T}no" >&6 | |
40857 | fi | |
40858 | ||
40859 | fi | |
40860 | if test -z "$ac_cv_prog_STRIP"; then | |
40861 | ac_ct_STRIP=$STRIP | |
40862 | # Extract the first word of "strip", so it can be a program name with args. | |
40863 | set dummy strip; ac_word=$2 | |
40864 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
40865 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
40866 | if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then | |
40867 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
40868 | else | |
40869 | if test -n "$ac_ct_STRIP"; then | |
40870 | ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. | |
40871 | else | |
40872 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
40873 | for as_dir in $PATH | |
40874 | do | |
40875 | IFS=$as_save_IFS | |
40876 | test -z "$as_dir" && as_dir=. | |
40877 | for ac_exec_ext in '' $ac_executable_extensions; do | |
40878 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
40879 | ac_cv_prog_ac_ct_STRIP="strip" | |
40880 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
40881 | break 2 | |
40882 | fi | |
40883 | done | |
40884 | done | |
40885 | ||
40886 | test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":" | |
40887 | fi | |
40888 | fi | |
40889 | ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP | |
40890 | if test -n "$ac_ct_STRIP"; then | |
40891 | echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 | |
40892 | echo "${ECHO_T}$ac_ct_STRIP" >&6 | |
40893 | else | |
40894 | echo "$as_me:$LINENO: result: no" >&5 | |
40895 | echo "${ECHO_T}no" >&6 | |
40896 | fi | |
40897 | ||
40898 | STRIP=$ac_ct_STRIP | |
40899 | else | |
40900 | STRIP="$ac_cv_prog_STRIP" | |
40901 | fi | |
40902 | ||
40903 | if test -n "$ac_tool_prefix"; then | |
40904 | # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args. | |
40905 | set dummy ${ac_tool_prefix}nm; ac_word=$2 | |
40906 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
40907 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
40908 | if test "${ac_cv_prog_NM+set}" = set; then | |
40909 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
40910 | else | |
40911 | if test -n "$NM"; then | |
40912 | ac_cv_prog_NM="$NM" # Let the user override the test. | |
40913 | else | |
40914 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
40915 | for as_dir in $PATH | |
40916 | do | |
40917 | IFS=$as_save_IFS | |
40918 | test -z "$as_dir" && as_dir=. | |
40919 | for ac_exec_ext in '' $ac_executable_extensions; do | |
40920 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
40921 | ac_cv_prog_NM="${ac_tool_prefix}nm" | |
40922 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
40923 | break 2 | |
40924 | fi | |
40925 | done | |
40926 | done | |
40927 | ||
40928 | fi | |
40929 | fi | |
40930 | NM=$ac_cv_prog_NM | |
40931 | if test -n "$NM"; then | |
40932 | echo "$as_me:$LINENO: result: $NM" >&5 | |
40933 | echo "${ECHO_T}$NM" >&6 | |
40934 | else | |
40935 | echo "$as_me:$LINENO: result: no" >&5 | |
40936 | echo "${ECHO_T}no" >&6 | |
40937 | fi | |
40938 | ||
40939 | fi | |
40940 | if test -z "$ac_cv_prog_NM"; then | |
40941 | ac_ct_NM=$NM | |
40942 | # Extract the first word of "nm", so it can be a program name with args. | |
40943 | set dummy nm; ac_word=$2 | |
40944 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
40945 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
40946 | if test "${ac_cv_prog_ac_ct_NM+set}" = set; then | |
40947 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
40948 | else | |
40949 | if test -n "$ac_ct_NM"; then | |
40950 | ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test. | |
40951 | else | |
40952 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
40953 | for as_dir in $PATH | |
40954 | do | |
40955 | IFS=$as_save_IFS | |
40956 | test -z "$as_dir" && as_dir=. | |
40957 | for ac_exec_ext in '' $ac_executable_extensions; do | |
40958 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
40959 | ac_cv_prog_ac_ct_NM="nm" | |
40960 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
40961 | break 2 | |
40962 | fi | |
40963 | done | |
40964 | done | |
40965 | ||
40966 | test -z "$ac_cv_prog_ac_ct_NM" && ac_cv_prog_ac_ct_NM=":" | |
40967 | fi | |
40968 | fi | |
40969 | ac_ct_NM=$ac_cv_prog_ac_ct_NM | |
40970 | if test -n "$ac_ct_NM"; then | |
40971 | echo "$as_me:$LINENO: result: $ac_ct_NM" >&5 | |
40972 | echo "${ECHO_T}$ac_ct_NM" >&6 | |
40973 | else | |
40974 | echo "$as_me:$LINENO: result: no" >&5 | |
40975 | echo "${ECHO_T}no" >&6 | |
40976 | fi | |
40977 | ||
40978 | NM=$ac_ct_NM | |
40979 | else | |
40980 | NM="$ac_cv_prog_NM" | |
40981 | fi | |
40982 | ||
40983 | ||
40984 | case ${BAKEFILE_HOST} in | |
40985 | *-hp-hpux* ) | |
1e9e8aba | 40986 | INSTALL_DIR="mkdir -p" |
a848cd7e SC |
40987 | ;; |
40988 | *) INSTALL_DIR="$INSTALL -d" | |
40989 | ;; | |
40990 | esac | |
40991 | ||
40992 | ||
40993 | LDFLAGS_GUI= | |
40994 | case ${BAKEFILE_HOST} in | |
40995 | *-*-cygwin* | *-*-mingw32* ) | |
40996 | LDFLAGS_GUI="-mwindows" | |
40997 | esac | |
40998 | ||
40999 | ||
41000 | fi | |
41001 | ||
41002 | echo "$as_me:$LINENO: checking if make is GNU make" >&5 | |
41003 | echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6 | |
41004 | if test "${bakefile_cv_prog_makeisgnu+set}" = set; then | |
41005 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
41006 | else | |
41007 | ||
41008 | if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null | | |
41009 | egrep -s GNU > /dev/null); then | |
41010 | bakefile_cv_prog_makeisgnu="yes" | |
41011 | else | |
41012 | bakefile_cv_prog_makeisgnu="no" | |
41013 | fi | |
41014 | ||
41015 | fi | |
41016 | echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5 | |
41017 | echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6 | |
41018 | ||
41019 | if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then | |
41020 | IF_GNU_MAKE="" | |
41021 | else | |
41022 | IF_GNU_MAKE="#" | |
41023 | fi | |
41024 | ||
41025 | ||
41026 | ||
41027 | PLATFORM_UNIX=0 | |
41028 | PLATFORM_WIN32=0 | |
41029 | PLATFORM_MSDOS=0 | |
41030 | PLATFORM_MAC=0 | |
1e9e8aba | 41031 | PLATFORM_MACOS=0 |
a848cd7e SC |
41032 | PLATFORM_MACOSX=0 |
41033 | PLATFORM_OS2=0 | |
1e9e8aba | 41034 | PLATFORM_BEOS=0 |
a848cd7e SC |
41035 | |
41036 | if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then | |
41037 | case "${BAKEFILE_HOST}" in | |
41038 | *-*-cygwin* | *-*-mingw32* ) | |
41039 | PLATFORM_WIN32=1 | |
41040 | ;; | |
41041 | *-pc-msdosdjgpp ) | |
41042 | PLATFORM_MSDOS=1 | |
41043 | ;; | |
41044 | *-pc-os2_emx | *-pc-os2-emx ) | |
41045 | PLATFORM_OS2=1 | |
41046 | ;; | |
41047 | powerpc-*-darwin* ) | |
41048 | PLATFORM_MAC=1 | |
41049 | PLATFORM_MACOSX=1 | |
41050 | ;; | |
1e9e8aba DE |
41051 | *-*-beos* ) |
41052 | PLATFORM_BEOS=1 | |
41053 | ;; | |
41054 | powerpc-apple-macos* ) | |
41055 | PLATFORM_MAC=1 | |
41056 | PLATFORM_MACOS=1 | |
41057 | ;; | |
a848cd7e SC |
41058 | * ) |
41059 | PLATFORM_UNIX=1 | |
41060 | ;; | |
41061 | esac | |
41062 | else | |
41063 | case "$BAKEFILE_FORCE_PLATFORM" in | |
41064 | win32 ) | |
41065 | PLATFORM_WIN32=1 | |
41066 | ;; | |
41067 | msdos ) | |
41068 | PLATFORM_MSDOS=1 | |
41069 | ;; | |
41070 | os2 ) | |
41071 | PLATFORM_OS2=1 | |
41072 | ;; | |
41073 | darwin ) | |
41074 | PLATFORM_MAC=1 | |
41075 | PLATFORM_MACOSX=1 | |
41076 | ;; | |
41077 | unix ) | |
41078 | PLATFORM_UNIX=1 | |
41079 | ;; | |
1e9e8aba DE |
41080 | beos ) |
41081 | PLATFORM_BEOS=1 | |
41082 | ;; | |
a848cd7e SC |
41083 | * ) |
41084 | { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5 | |
41085 | echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;} | |
41086 | { (exit 1); exit 1; }; } | |
41087 | ;; | |
41088 | esac | |
41089 | fi | |
41090 | ||
41091 | ||
41092 | ||
41093 | ||
41094 | ||
41095 | ||
41096 | ||
41097 | ||
41098 | ||
1e9e8aba DE |
41099 | |
41100 | ||
a848cd7e SC |
41101 | # Check whether --enable-omf or --disable-omf was given. |
41102 | if test "${enable_omf+set}" = set; then | |
41103 | enableval="$enable_omf" | |
41104 | bk_os2_use_omf="$enableval" | |
41105 | fi; | |
41106 | ||
41107 | case "${BAKEFILE_HOST}" in | |
41108 | *-*-darwin* ) | |
41109 | CFLAGS="$CFLAGS -fno-common" | |
41110 | CXXFLAGS="$CXXFLAGS -fno-common" | |
41111 | ;; | |
41112 | ||
41113 | *-pc-os2_emx | *-pc-os2-emx ) | |
41114 | if test "x$bk_os2_use_omf" = "xyes" ; then | |
41115 | AR=emxomfar | |
41116 | RANLIB=: | |
41117 | LDFLAGS="-Zomf $LDFLAGS" | |
41118 | CFLAGS="-Zomf $CFLAGS" | |
41119 | CXXFLAGS="-Zomf $CXXFLAGS" | |
41120 | OS2_LIBEXT="lib" | |
41121 | else | |
41122 | OS2_LIBEXT="a" | |
41123 | fi | |
41124 | ;; | |
1e9e8aba DE |
41125 | |
41126 | i*86-*-beos* ) | |
41127 | LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS" | |
41128 | ;; | |
a848cd7e SC |
41129 | esac |
41130 | ||
41131 | ||
41132 | SO_SUFFIX="so" | |
41133 | SO_SUFFIX_MODULE="so" | |
41134 | EXEEXT="" | |
41135 | LIBPREFIX="lib" | |
41136 | LIBEXT=".a" | |
41137 | DLLPREFIX="lib" | |
41138 | DLLPREFIX_MODULE="" | |
41139 | DLLIMP_SUFFIX="" | |
41140 | ||
41141 | case "${BAKEFILE_HOST}" in | |
41142 | *-hp-hpux* ) | |
41143 | SO_SUFFIX="sl" | |
41144 | SO_SUFFIX_MODULE="sl" | |
41145 | ;; | |
41146 | *-*-aix* ) | |
41147 | SO_SUFFIX="a" | |
41148 | SO_SUFFIX_MODULE="a" | |
41149 | ;; | |
41150 | *-*-cygwin* | *-*-mingw32* ) | |
41151 | SO_SUFFIX="dll" | |
41152 | SO_SUFFIX_MODULE="dll" | |
41153 | DLLIMP_SUFFIX="dll.a" | |
41154 | EXEEXT=".exe" | |
41155 | DLLPREFIX="" | |
41156 | ;; | |
41157 | *-pc-msdosdjgpp ) | |
41158 | EXEEXT=".exe" | |
41159 | DLLPREFIX="" | |
41160 | ;; | |
41161 | *-pc-os2_emx | *-pc-os2-emx ) | |
41162 | SO_SUFFIX="dll" | |
41163 | SO_SUFFIX_MODULE="dll" | |
41164 | DLLIMP_SUFFIX=$OS2_LIBEXT | |
41165 | EXEEXT=".exe" | |
41166 | DLLPREFIX="" | |
41167 | LIBPREFIX="" | |
41168 | LIBEXT=".$OS2_LIBEXT" | |
41169 | ;; | |
41170 | powerpc-*-darwin* ) | |
41171 | SO_SUFFIX="dylib" | |
41172 | SO_SUFFIX_MODULE="bundle" | |
41173 | ;; | |
41174 | esac | |
41175 | ||
41176 | if test "x$DLLIMP_SUFFIX" = "x" ; then | |
41177 | DLLIMP_SUFFIX="$SO_SUFFIX" | |
41178 | fi | |
41179 | ||
41180 | ||
41181 | ||
41182 | ||
41183 | ||
41184 | ||
41185 | ||
41186 | ||
41187 | ||
41188 | ||
41189 | ||
1e9e8aba DE |
41190 | PIC_FLAG="" |
41191 | if test "x$GCC" = "xyes"; then | |
a848cd7e SC |
41192 | PIC_FLAG="-fPIC" |
41193 | fi | |
41194 | ||
1e9e8aba DE |
41195 | SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o" |
41196 | SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o" | |
41197 | ||
a848cd7e SC |
41198 | case "${BAKEFILE_HOST}" in |
41199 | *-hp-hpux* ) | |
1e9e8aba | 41200 | if test "x$GCC" != "xyes"; then |
a848cd7e SC |
41201 | LDFLAGS="$LDFLAGS -L/usr/lib" |
41202 | ||
41203 | SHARED_LD_CC="${CC} -b -o" | |
41204 | SHARED_LD_CXX="${CXX} -b -o" | |
41205 | PIC_FLAG="+Z" | |
41206 | fi | |
41207 | ;; | |
41208 | ||
41209 | *-*-linux* ) | |
41210 | if test "x$GCC" != "xyes"; then | |
41211 | echo "$as_me:$LINENO: checking for Intel compiler" >&5 | |
41212 | echo $ECHO_N "checking for Intel compiler... $ECHO_C" >&6 | |
41213 | if test "${bakefile_cv_prog_icc+set}" = set; then | |
41214 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
41215 | else | |
41216 | ||
41217 | cat >conftest.$ac_ext <<_ACEOF | |
41218 | /* confdefs.h. */ | |
41219 | _ACEOF | |
41220 | cat confdefs.h >>conftest.$ac_ext | |
41221 | cat >>conftest.$ac_ext <<_ACEOF | |
41222 | /* end confdefs.h. */ | |
41223 | ||
41224 | int | |
41225 | main () | |
41226 | { | |
41227 | ||
41228 | #ifndef __INTEL_COMPILER | |
41229 | #error Not icc | |
41230 | #endif | |
41231 | ||
41232 | ; | |
41233 | return 0; | |
41234 | } | |
41235 | _ACEOF | |
41236 | rm -f conftest.$ac_objext | |
41237 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 41238 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 41239 | ac_status=$? |
ac1cb8d3 VS |
41240 | grep -v '^ *+' conftest.er1 >conftest.err |
41241 | rm -f conftest.er1 | |
41242 | cat conftest.err >&5 | |
a848cd7e SC |
41243 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
41244 | (exit $ac_status); } && | |
07158944 | 41245 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
41246 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
41247 | (eval $ac_try) 2>&5 | |
41248 | ac_status=$? | |
41249 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
41250 | (exit $ac_status); }; } && | |
41251 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
41252 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
41253 | (eval $ac_try) 2>&5 | |
41254 | ac_status=$? | |
41255 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
41256 | (exit $ac_status); }; }; then | |
41257 | bakefile_cv_prog_icc=yes | |
41258 | else | |
41259 | echo "$as_me: failed program was:" >&5 | |
41260 | sed 's/^/| /' conftest.$ac_ext >&5 | |
41261 | ||
41262 | bakefile_cv_prog_icc=no | |
41263 | ||
41264 | fi | |
ac1cb8d3 | 41265 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
41266 | |
41267 | fi | |
41268 | echo "$as_me:$LINENO: result: $bakefile_cv_prog_icc" >&5 | |
41269 | echo "${ECHO_T}$bakefile_cv_prog_icc" >&6 | |
41270 | if test "$bakefile_cv_prog_icc" = "yes"; then | |
41271 | PIC_FLAG="-KPIC" | |
41272 | fi | |
41273 | fi | |
41274 | ;; | |
41275 | ||
41276 | *-*-solaris2* ) | |
41277 | if test "x$GCC" != xyes ; then | |
41278 | SHARED_LD_CC="${CC} -G -o" | |
41279 | SHARED_LD_CXX="${CXX} -G -o" | |
41280 | PIC_FLAG="-KPIC" | |
41281 | fi | |
41282 | ;; | |
41283 | ||
41284 | *-*-darwin* ) | |
41285 | ||
41286 | echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5 | |
41287 | echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6 | |
41288 | if test "${wx_cv_gcc31+set}" = set; then | |
41289 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
41290 | else | |
41291 | ||
41292 | cat >conftest.$ac_ext <<_ACEOF | |
41293 | /* confdefs.h. */ | |
41294 | _ACEOF | |
41295 | cat confdefs.h >>conftest.$ac_ext | |
41296 | cat >>conftest.$ac_ext <<_ACEOF | |
41297 | /* end confdefs.h. */ | |
41298 | ||
41299 | int | |
41300 | main () | |
41301 | { | |
41302 | ||
41303 | #if (__GNUC__ < 3) || \ | |
41304 | ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1)) | |
41305 | #error old gcc | |
41306 | #endif | |
41307 | ||
41308 | ; | |
41309 | return 0; | |
41310 | } | |
41311 | _ACEOF | |
41312 | rm -f conftest.$ac_objext | |
41313 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 41314 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 41315 | ac_status=$? |
ac1cb8d3 VS |
41316 | grep -v '^ *+' conftest.er1 >conftest.err |
41317 | rm -f conftest.er1 | |
41318 | cat conftest.err >&5 | |
a848cd7e SC |
41319 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
41320 | (exit $ac_status); } && | |
07158944 | 41321 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
41322 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
41323 | (eval $ac_try) 2>&5 | |
41324 | ac_status=$? | |
41325 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
41326 | (exit $ac_status); }; } && | |
41327 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
41328 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
41329 | (eval $ac_try) 2>&5 | |
41330 | ac_status=$? | |
41331 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
41332 | (exit $ac_status); }; }; then | |
41333 | ||
41334 | wx_cv_gcc31=yes | |
41335 | ||
41336 | else | |
41337 | echo "$as_me: failed program was:" >&5 | |
41338 | sed 's/^/| /' conftest.$ac_ext >&5 | |
41339 | ||
41340 | ||
41341 | wx_cv_gcc31=no | |
41342 | ||
41343 | ||
41344 | fi | |
ac1cb8d3 | 41345 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e SC |
41346 | |
41347 | fi | |
41348 | echo "$as_me:$LINENO: result: $wx_cv_gcc31" >&5 | |
41349 | echo "${ECHO_T}$wx_cv_gcc31" >&6 | |
41350 | if test "$wx_cv_gcc31" = "no"; then | |
473276a9 VS |
41351 | |
41352 | D='$' | |
41353 | cat <<EOF >shared-ld-sh | |
a848cd7e SC |
41354 | #!/bin/sh |
41355 | #----------------------------------------------------------------------------- | |
41356 | #-- Name: distrib/mac/shared-ld-sh | |
41357 | #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X | |
41358 | #-- Author: Gilles Depeyrot | |
41359 | #-- Copyright: (c) 2002 Gilles Depeyrot | |
41360 | #-- Licence: any use permitted | |
41361 | #----------------------------------------------------------------------------- | |
41362 | ||
41363 | verbose=0 | |
41364 | args="" | |
41365 | objects="" | |
41366 | linking_flag="-dynamiclib" | |
41367 | ||
473276a9 VS |
41368 | while test ${D}# -gt 0; do |
41369 | case ${D}1 in | |
a848cd7e SC |
41370 | |
41371 | -v) | |
41372 | verbose=1 | |
41373 | ;; | |
41374 | ||
41375 | -o|-compatibility_version|-current_version|-framework|-undefined|-install_name) | |
41376 | # collect these options and values | |
473276a9 | 41377 | args="${D}{args} ${D}1 ${D}2" |
a848cd7e SC |
41378 | shift |
41379 | ;; | |
41380 | ||
41381 | -l*|-L*|-flat_namespace|-headerpad_max_install_names) | |
41382 | # collect these options | |
473276a9 | 41383 | args="${D}{args} ${D}1" |
a848cd7e SC |
41384 | ;; |
41385 | ||
41386 | -dynamiclib|-bundle) | |
473276a9 | 41387 | linking_flag="${D}1" |
a848cd7e SC |
41388 | ;; |
41389 | ||
41390 | -*) | |
473276a9 | 41391 | echo "shared-ld: unhandled option '${D}1'" |
a848cd7e SC |
41392 | exit 1 |
41393 | ;; | |
41394 | ||
41395 | *.o | *.a | *.dylib) | |
41396 | # collect object files | |
473276a9 | 41397 | objects="${D}{objects} ${D}1" |
a848cd7e SC |
41398 | ;; |
41399 | ||
41400 | *) | |
473276a9 | 41401 | echo "shared-ld: unhandled argument '${D}1'" |
a848cd7e SC |
41402 | exit 1 |
41403 | ;; | |
41404 | ||
41405 | esac | |
41406 | shift | |
41407 | done | |
41408 | ||
41409 | # | |
41410 | # Link one module containing all the others | |
41411 | # | |
473276a9 VS |
41412 | if test ${D}{verbose} = 1; then |
41413 | echo "c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o" | |
a848cd7e | 41414 | fi |
473276a9 VS |
41415 | c++ -r -keep_private_externs -nostdlib ${D}{objects} -o master.${D}${D}.o |
41416 | status=${D}? | |
41417 | if test ${D}{status} != 0; then | |
41418 | exit ${D}{status} | |
a848cd7e SC |
41419 | fi |
41420 | ||
41421 | # | |
41422 | # Link the shared library from the single module created | |
41423 | # | |
473276a9 VS |
41424 | if test ${D}{verbose} = 1; then |
41425 | echo "cc ${D}{linking_flag} master.${D}${D}.o ${D}{args}" | |
a848cd7e | 41426 | fi |
473276a9 VS |
41427 | c++ ${D}{linking_flag} master.${D}${D}.o ${D}{args} |
41428 | status=${D}? | |
41429 | if test ${D}{status} != 0; then | |
41430 | exit ${D}{status} | |
a848cd7e SC |
41431 | fi |
41432 | ||
41433 | # | |
41434 | # Remove intermediate module | |
41435 | # | |
473276a9 | 41436 | rm -f master.${D}${D}.o |
a848cd7e SC |
41437 | |
41438 | exit 0 | |
41439 | EOF | |
473276a9 | 41440 | |
a848cd7e SC |
41441 | chmod +x shared-ld-sh |
41442 | ||
41443 | SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o" | |
41444 | SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o" | |
41445 | SHARED_LD_CXX="$SHARED_LD_CC" | |
41446 | SHARED_LD_MODULE_CXX="$SHARED_LD_MODULE_CC" | |
41447 | else | |
41448 | SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o" | |
41449 | SHARED_LD_MODULE_CC="\${CC} -bundle -single_module -headerpad_max_install_names -o" | |
41450 | SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o" | |
41451 | SHARED_LD_MODULE_CXX="\${CXX} -bundle -single_module -headerpad_max_install_names -o" | |
41452 | fi | |
41453 | ||
41454 | PIC_FLAG="-dynamic -fPIC" | |
41455 | ;; | |
41456 | ||
41457 | *-*-aix* ) | |
41458 | if test "x$GCC" != "xyes"; then | |
41459 | # Extract the first word of "makeC++SharedLib", so it can be a program name with args. | |
41460 | set dummy makeC++SharedLib; ac_word=$2 | |
41461 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
41462 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
41463 | if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then | |
41464 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
41465 | else | |
41466 | if test -n "$AIX_CXX_LD"; then | |
41467 | ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test. | |
41468 | else | |
41469 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
41470 | for as_dir in $PATH | |
41471 | do | |
41472 | IFS=$as_save_IFS | |
41473 | test -z "$as_dir" && as_dir=. | |
41474 | for ac_exec_ext in '' $ac_executable_extensions; do | |
41475 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
41476 | ac_cv_prog_AIX_CXX_LD="makeC++SharedLib" | |
41477 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
41478 | break 2 | |
41479 | fi | |
41480 | done | |
41481 | done | |
41482 | ||
41483 | test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib" | |
41484 | fi | |
41485 | fi | |
41486 | AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD | |
41487 | if test -n "$AIX_CXX_LD"; then | |
41488 | echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5 | |
41489 | echo "${ECHO_T}$AIX_CXX_LD" >&6 | |
41490 | else | |
41491 | echo "$as_me:$LINENO: result: no" >&5 | |
41492 | echo "${ECHO_T}no" >&6 | |
41493 | fi | |
41494 | ||
41495 | SHARED_LD_CC="$AIX_CC_LD -p 0 -o" | |
41496 | SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o" | |
41497 | fi | |
41498 | ;; | |
41499 | ||
41500 | *-*-beos* ) | |
1e9e8aba DE |
41501 | SHARED_LD_CC="${LD} -nostart -o" |
41502 | SHARED_LD_CXX="${LD} -nostart -o" | |
a848cd7e SC |
41503 | ;; |
41504 | ||
41505 | *-*-irix* ) | |
41506 | if test "x$GCC" != "xyes"; then | |
41507 | PIC_FLAG="-KPIC" | |
41508 | fi | |
41509 | ;; | |
41510 | ||
41511 | *-*-cygwin* | *-*-mingw32* ) | |
41512 | PIC_FLAG="" | |
1e9e8aba DE |
41513 | SHARED_LD_CC="\$(CC) -shared -o" |
41514 | SHARED_LD_CXX="\$(CXX) -shared -o" | |
a848cd7e SC |
41515 | ;; |
41516 | ||
41517 | *-pc-os2_emx | *-pc-os2-emx ) | |
b1d22ded DE |
41518 | SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o" |
41519 | SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o" | |
a848cd7e | 41520 | PIC_FLAG="" |
473276a9 VS |
41521 | |
41522 | D='$' | |
41523 | cat <<EOF >dllar.sh | |
41524 | #!/bin/sh | |
41525 | # | |
41526 | # dllar - a tool to build both a .dll and an .a file | |
41527 | # from a set of object (.o) files for EMX/OS2. | |
41528 | # | |
41529 | # Written by Andrew Zabolotny, bit@freya.etu.ru | |
41530 | # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de | |
41531 | # | |
41532 | # This script will accept a set of files on the command line. | |
41533 | # All the public symbols from the .o files will be exported into | |
41534 | # a .DEF file, then linker will be run (through gcc) against them to | |
41535 | # build a shared library consisting of all given .o files. All libraries | |
41536 | # (.a) will be first decompressed into component .o files then act as | |
41537 | # described above. You can optionally give a description (-d "description") | |
41538 | # which will be put into .DLL. To see the list of accepted options (as well | |
41539 | # as command-line format) simply run this program without options. The .DLL | |
41540 | # is built to be imported by name (there is no guarantee that new versions | |
41541 | # of the library you build will have same ordinals for same symbols). | |
41542 | # | |
41543 | # dllar is free software; you can redistribute it and/or modify | |
41544 | # it under the terms of the GNU General Public License as published by | |
41545 | # the Free Software Foundation; either version 2, or (at your option) | |
41546 | # any later version. | |
41547 | # | |
41548 | # dllar is distributed in the hope that it will be useful, | |
41549 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
41550 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
41551 | # GNU General Public License for more details. | |
41552 | # | |
41553 | # You should have received a copy of the GNU General Public License | |
41554 | # along with dllar; see the file COPYING. If not, write to the Free | |
41555 | # Software Foundation, 59 Temple Place - Suite 330, Boston, MA | |
41556 | # 02111-1307, USA. | |
41557 | ||
41558 | # To successfuly run this program you will need: | |
41559 | # - Current drive should have LFN support (HPFS, ext2, network, etc) | |
41560 | # (Sometimes dllar generates filenames which won't fit 8.3 scheme) | |
41561 | # - gcc | |
41562 | # (used to build the .dll) | |
41563 | # - emxexp | |
41564 | # (used to create .def file from .o files) | |
41565 | # - emximp | |
41566 | # (used to create .a file from .def file) | |
41567 | # - GNU text utilites (cat, sort, uniq) | |
41568 | # used to process emxexp output | |
41569 | # - GNU file utilities (mv, rm) | |
41570 | # - GNU sed | |
41571 | # - lxlite (optional, see flag below) | |
41572 | # (used for general .dll cleanup) | |
41573 | # | |
41574 | ||
41575 | flag_USE_LXLITE=1; | |
41576 | ||
41577 | # | |
41578 | # helper functions | |
41579 | # basnam, variant of basename, which does _not_ remove the path, _iff_ | |
41580 | # second argument (suffix to remove) is given | |
41581 | basnam(){ | |
41582 | case ${D}# in | |
41583 | 1) | |
1e9e8aba | 41584 | echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//' |
473276a9 VS |
41585 | ;; |
41586 | 2) | |
41587 | echo ${D}1 | sed 's/'${D}2'${D}//' | |
41588 | ;; | |
41589 | *) | |
41590 | echo "error in basnam ${D}*" | |
41591 | exit 8 | |
41592 | ;; | |
41593 | esac | |
41594 | } | |
41595 | ||
41596 | # Cleanup temporary files and output | |
41597 | CleanUp() { | |
41598 | cd ${D}curDir | |
41599 | for i in ${D}inputFiles ; do | |
41600 | case ${D}i in | |
41601 | *!) | |
41602 | rm -rf \`basnam ${D}i !\` | |
41603 | ;; | |
41604 | *) | |
41605 | ;; | |
41606 | esac | |
41607 | done | |
41608 | ||
41609 | # Kill result in case of failure as there is just to many stupid make/nmake | |
41610 | # things out there which doesn't do this. | |
1e9e8aba | 41611 | if [ ${D}# -eq 0 ]; then |
473276a9 VS |
41612 | rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile |
41613 | fi | |
41614 | } | |
41615 | ||
41616 | # Print usage and exit script with rc=1. | |
41617 | PrintHelp() { | |
b1d22ded DE |
41618 | echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]' |
41619 | echo ' [-name-mangler-script script.sh]' | |
41620 | echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]' | |
41621 | echo ' [-ord[inals]] -ex[clude] "symbol(s)"' | |
41622 | echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]' | |
1e9e8aba | 41623 | echo ' [*.o] [*.a]' |
473276a9 VS |
41624 | echo '*> "output_file" should have no extension.' |
41625 | echo ' If it has the .o, .a or .dll extension, it is automatically removed.' | |
41626 | echo ' The import library name is derived from this and is set to "name".a,' | |
41627 | echo ' unless overridden by -import' | |
41628 | echo '*> "importlib_name" should have no extension.' | |
41629 | echo ' If it has the .o, or .a extension, it is automatically removed.' | |
41630 | echo ' This name is used as the import library name and may be longer and' | |
41631 | echo ' more descriptive than the DLL name which has to follow the old ' | |
41632 | echo ' 8.3 convention of FAT.' | |
b1d22ded DE |
41633 | echo '*> "script.sh may be given to override the output_file name by a' |
41634 | echo ' different name. It is mainly useful if the regular make process' | |
41635 | echo ' of some package does not take into account OS/2 restriction of' | |
41636 | echo ' DLL name lengths. It takes the importlib name as input and is' | |
41637 | echo ' supposed to procude a shorter name as output. The script should' | |
41638 | echo ' expect to get importlib_name without extension and should produce' | |
41639 | echo ' a (max.) 8 letter name without extension.' | |
473276a9 VS |
41640 | echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)' |
41641 | echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)' | |
41642 | echo ' These flags will be put at the start of GCC command line.' | |
b1d22ded DE |
41643 | echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.' |
41644 | echo '*> -ex[clude] defines symbols which will not be exported. You can define' | |
473276a9 VS |
41645 | echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".' |
41646 | echo ' If the last character of a symbol is "*", all symbols beginning' | |
41647 | echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).' | |
b1d22ded | 41648 | echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or' |
473276a9 | 41649 | echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.' |
b1d22ded | 41650 | echo '*> -nocrt[dll] switch will disable linking the library against emx''s' |
473276a9 | 41651 | echo ' C runtime DLLs.' |
b1d22ded | 41652 | echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.' |
473276a9 VS |
41653 | echo '*> All other switches (for example -L./ or -lmylib) will be passed' |
41654 | echo ' unchanged to GCC at the end of command line.' | |
41655 | echo '*> If you create a DLL from a library and you do not specify -o,' | |
41656 | echo ' the basename for DLL and import library will be set to library name,' | |
41657 | echo ' the initial library will be renamed to 'name'_s.a (_s for static)' | |
41658 | echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial' | |
41659 | echo ' library will be renamed into gcc_s.a.' | |
41660 | echo '--------' | |
41661 | echo 'Example:' | |
41662 | echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord' | |
41663 | echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"' | |
41664 | CleanUp | |
41665 | exit 1 | |
41666 | } | |
41667 | ||
41668 | # Execute a command. | |
41669 | # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script. | |
41670 | # @Uses Whatever CleanUp() uses. | |
41671 | doCommand() { | |
41672 | echo "${D}*" | |
41673 | eval ${D}* | |
41674 | rcCmd=${D}? | |
41675 | ||
1e9e8aba | 41676 | if [ ${D}rcCmd -ne 0 ]; then |
473276a9 VS |
41677 | echo "command failed, exit code="${D}rcCmd |
41678 | CleanUp | |
41679 | exit ${D}rcCmd | |
41680 | fi | |
41681 | } | |
41682 | ||
41683 | # main routine | |
41684 | # setup globals | |
41685 | cmdLine=${D}* | |
41686 | outFile="" | |
41687 | outimpFile="" | |
41688 | inputFiles="" | |
b1d22ded | 41689 | renameScript="" |
473276a9 VS |
41690 | description="" |
41691 | CC=gcc.exe | |
41692 | CFLAGS="-s -Zcrtdll" | |
41693 | EXTRA_CFLAGS="" | |
41694 | EXPORT_BY_ORDINALS=0 | |
41695 | exclude_symbols="" | |
41696 | library_flags="" | |
41697 | curDir=\`pwd\` | |
41698 | curDirS=curDir | |
41699 | case ${D}curDirS in | |
41700 | */) | |
41701 | ;; | |
41702 | *) | |
41703 | curDirS=${D}{curDirS}"/" | |
41704 | ;; | |
41705 | esac | |
41706 | # Parse commandline | |
41707 | libsToLink=0 | |
b1d22ded | 41708 | omfLinking=0 |
1e9e8aba | 41709 | while [ ${D}1 ]; do |
473276a9 VS |
41710 | case ${D}1 in |
41711 | -ord*) | |
41712 | EXPORT_BY_ORDINALS=1; | |
41713 | ;; | |
41714 | -o*) | |
41715 | shift | |
41716 | outFile=${D}1 | |
41717 | ;; | |
41718 | -i*) | |
41719 | shift | |
41720 | outimpFile=${D}1 | |
41721 | ;; | |
b1d22ded DE |
41722 | -name-mangler-script) |
41723 | shift | |
41724 | renameScript=${D}1 | |
41725 | ;; | |
473276a9 VS |
41726 | -d*) |
41727 | shift | |
41728 | description=${D}1 | |
41729 | ;; | |
41730 | -f*) | |
41731 | shift | |
41732 | CFLAGS=${D}1 | |
41733 | ;; | |
41734 | -c*) | |
41735 | shift | |
41736 | CC=${D}1 | |
41737 | ;; | |
41738 | -h*) | |
41739 | PrintHelp | |
41740 | ;; | |
41741 | -ex*) | |
41742 | shift | |
41743 | exclude_symbols=${D}{exclude_symbols}${D}1" " | |
41744 | ;; | |
41745 | -libf*) | |
41746 | shift | |
41747 | library_flags=${D}{library_flags}${D}1" " | |
41748 | ;; | |
41749 | -nocrt*) | |
41750 | CFLAGS="-s" | |
41751 | ;; | |
41752 | -nolxl*) | |
41753 | flag_USE_LXLITE=0 | |
41754 | ;; | |
41755 | -* | /*) | |
41756 | case ${D}1 in | |
41757 | -L* | -l*) | |
41758 | libsToLink=1 | |
41759 | ;; | |
b1d22ded DE |
41760 | -Zomf) |
41761 | omfLinking=1 | |
41762 | ;; | |
473276a9 VS |
41763 | *) |
41764 | ;; | |
41765 | esac | |
41766 | EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1 | |
41767 | ;; | |
b1d22ded DE |
41768 | *.dll) |
41769 | EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`" | |
41770 | if [ ${D}omfLinking -eq 1 ]; then | |
41771 | EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib" | |
41772 | else | |
41773 | EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a" | |
41774 | fi | |
41775 | ;; | |
473276a9 VS |
41776 | *) |
41777 | found=0; | |
1e9e8aba | 41778 | if [ ${D}libsToLink -ne 0 ]; then |
473276a9 VS |
41779 | EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1 |
41780 | else | |
41781 | for file in ${D}1 ; do | |
1e9e8aba | 41782 | if [ -f ${D}file ]; then |
473276a9 VS |
41783 | inputFiles="${D}{inputFiles} ${D}file" |
41784 | found=1 | |
41785 | fi | |
41786 | done | |
1e9e8aba | 41787 | if [ ${D}found -eq 0 ]; then |
473276a9 VS |
41788 | echo "ERROR: No file(s) found: "${D}1 |
41789 | exit 8 | |
41790 | fi | |
41791 | fi | |
41792 | ;; | |
41793 | esac | |
41794 | shift | |
41795 | done # iterate cmdline words | |
41796 | ||
41797 | # | |
1e9e8aba | 41798 | if [ -z "${D}inputFiles" ]; then |
473276a9 VS |
41799 | echo "dllar: no input files" |
41800 | PrintHelp | |
41801 | fi | |
41802 | ||
41803 | # Now extract all .o files from .a files | |
41804 | newInputFiles="" | |
41805 | for file in ${D}inputFiles ; do | |
41806 | case ${D}file in | |
41807 | *.a | *.lib) | |
41808 | case ${D}file in | |
41809 | *.a) | |
41810 | suffix=".a" | |
41811 | AR="ar" | |
41812 | ;; | |
41813 | *.lib) | |
41814 | suffix=".lib" | |
41815 | AR="emxomfar" | |
41816 | EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf" | |
41817 | ;; | |
41818 | *) | |
41819 | ;; | |
41820 | esac | |
41821 | dirname=\`basnam ${D}file ${D}suffix\`"_%" | |
41822 | mkdir ${D}dirname | |
1e9e8aba | 41823 | if [ ${D}? -ne 0 ]; then |
473276a9 VS |
41824 | echo "Failed to create subdirectory ./${D}dirname" |
41825 | CleanUp | |
41826 | exit 8; | |
41827 | fi | |
41828 | # Append '!' to indicate archive | |
41829 | newInputFiles="${D}newInputFiles ${D}{dirname}!" | |
41830 | doCommand "cd ${D}dirname; ${D}AR x ../${D}file" | |
41831 | cd ${D}curDir | |
41832 | found=0; | |
41833 | for subfile in ${D}dirname/*.o* ; do | |
1e9e8aba | 41834 | if [ -f ${D}subfile ]; then |
473276a9 | 41835 | found=1 |
1e9e8aba | 41836 | if [ -s ${D}subfile ]; then |
473276a9 VS |
41837 | # FIXME: This should be: is file size > 32 byte, _not_ > 0! |
41838 | newInputFiles="${D}newInputFiles ${D}subfile" | |
41839 | fi | |
41840 | fi | |
41841 | done | |
1e9e8aba DE |
41842 | if [ ${D}found -eq 0 ]; then |
41843 | echo "WARNING: there are no files in archive \\'${D}file\\'" | |
473276a9 VS |
41844 | fi |
41845 | ;; | |
41846 | *) | |
41847 | newInputFiles="${D}{newInputFiles} ${D}file" | |
41848 | ;; | |
41849 | esac | |
41850 | done | |
41851 | inputFiles="${D}newInputFiles" | |
41852 | ||
41853 | # Output filename(s). | |
41854 | do_backup=0; | |
1e9e8aba | 41855 | if [ -z ${D}outFile ]; then |
473276a9 VS |
41856 | do_backup=1; |
41857 | set outFile ${D}inputFiles; outFile=${D}2 | |
41858 | fi | |
41859 | ||
41860 | # If it is an archive, remove the '!' and the '_%' suffixes | |
41861 | case ${D}outFile in | |
41862 | *_%!) | |
41863 | outFile=\`basnam ${D}outFile _%!\` | |
41864 | ;; | |
41865 | *) | |
41866 | ;; | |
41867 | esac | |
41868 | case ${D}outFile in | |
41869 | *.dll) | |
41870 | outFile=\`basnam ${D}outFile .dll\` | |
41871 | ;; | |
41872 | *.DLL) | |
41873 | outFile=\`basnam ${D}outFile .DLL\` | |
41874 | ;; | |
41875 | *.o) | |
41876 | outFile=\`basnam ${D}outFile .o\` | |
41877 | ;; | |
41878 | *.obj) | |
41879 | outFile=\`basnam ${D}outFile .obj\` | |
41880 | ;; | |
41881 | *.a) | |
41882 | outFile=\`basnam ${D}outFile .a\` | |
41883 | ;; | |
41884 | *.lib) | |
41885 | outFile=\`basnam ${D}outFile .lib\` | |
41886 | ;; | |
41887 | *) | |
41888 | ;; | |
41889 | esac | |
41890 | case ${D}outimpFile in | |
41891 | *.a) | |
41892 | outimpFile=\`basnam ${D}outimpFile .a\` | |
41893 | ;; | |
41894 | *.lib) | |
41895 | outimpFile=\`basnam ${D}outimpFile .lib\` | |
41896 | ;; | |
41897 | *) | |
41898 | ;; | |
41899 | esac | |
1e9e8aba | 41900 | if [ -z ${D}outimpFile ]; then |
473276a9 VS |
41901 | outimpFile=${D}outFile |
41902 | fi | |
41903 | defFile="${D}{outFile}.def" | |
41904 | arcFile="${D}{outimpFile}.a" | |
41905 | arcFile2="${D}{outimpFile}.lib" | |
b1d22ded DE |
41906 | |
41907 | #create ${D}dllFile as something matching 8.3 restrictions, | |
41908 | if [ -z ${D}renameScript ] ; then | |
41909 | dllFile="${D}outFile" | |
41910 | else | |
41911 | dllFile=\`${D}renameScript ${D}outimpFile\` | |
41912 | fi | |
473276a9 | 41913 | |
1e9e8aba DE |
41914 | if [ ${D}do_backup -ne 0 ] ; then |
41915 | if [ -f ${D}arcFile ] ; then | |
473276a9 VS |
41916 | doCommand "mv ${D}arcFile ${D}{outFile}_s.a" |
41917 | fi | |
1e9e8aba | 41918 | if [ -f ${D}arcFile2 ] ; then |
473276a9 VS |
41919 | doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib" |
41920 | fi | |
41921 | fi | |
41922 | ||
41923 | # Extract public symbols from all the object files. | |
41924 | tmpdefFile=${D}{defFile}_% | |
41925 | rm -f ${D}tmpdefFile | |
41926 | for file in ${D}inputFiles ; do | |
41927 | case ${D}file in | |
41928 | *!) | |
41929 | ;; | |
41930 | *) | |
41931 | doCommand "emxexp -u ${D}file >> ${D}tmpdefFile" | |
41932 | ;; | |
41933 | esac | |
41934 | done | |
41935 | ||
41936 | # Create the def file. | |
41937 | rm -f ${D}defFile | |
41938 | echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile | |
b1d22ded DE |
41939 | dllFile="${D}{dllFile}.dll" |
41940 | if [ ! -z ${D}description ]; then | |
1e9e8aba | 41941 | echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile |
473276a9 VS |
41942 | fi |
41943 | echo "EXPORTS" >> ${D}defFile | |
41944 | ||
41945 | doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%" | |
41946 | grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile | |
41947 | ||
41948 | # Checks if the export is ok or not. | |
41949 | for word in ${D}exclude_symbols; do | |
41950 | grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}% | |
41951 | mv ${D}{tmpdefFile}% ${D}tmpdefFile | |
41952 | done | |
41953 | ||
41954 | ||
1e9e8aba DE |
41955 | if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then |
41956 | sed "=" < ${D}tmpdefFile | \\ | |
473276a9 VS |
41957 | sed ' |
41958 | N | |
41959 | : loop | |
1e9e8aba | 41960 | s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/ |
473276a9 VS |
41961 | t loop |
41962 | ' > ${D}{tmpdefFile}% | |
41963 | grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile | |
41964 | else | |
41965 | rm -f ${D}{tmpdefFile}% | |
41966 | fi | |
41967 | cat ${D}tmpdefFile >> ${D}defFile | |
41968 | rm -f ${D}tmpdefFile | |
41969 | ||
41970 | # Do linking, create implib, and apply lxlite. | |
41971 | gccCmdl=""; | |
41972 | for file in ${D}inputFiles ; do | |
41973 | case ${D}file in | |
41974 | *!) | |
41975 | ;; | |
41976 | *) | |
41977 | gccCmdl="${D}gccCmdl ${D}file" | |
41978 | ;; | |
41979 | esac | |
41980 | done | |
41981 | doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS" | |
41982 | touch "${D}{outFile}.dll" | |
41983 | ||
41984 | doCommand "emximp -o ${D}arcFile ${D}defFile" | |
1e9e8aba | 41985 | if [ ${D}flag_USE_LXLITE -ne 0 ]; then |
473276a9 | 41986 | add_flags=""; |
1e9e8aba | 41987 | if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then |
473276a9 VS |
41988 | add_flags="-ynd" |
41989 | fi | |
41990 | doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile" | |
41991 | fi | |
41992 | doCommand "emxomf -s -l ${D}arcFile" | |
41993 | ||
41994 | # Successful exit. | |
41995 | CleanUp 1 | |
41996 | exit 0 | |
41997 | EOF | |
41998 | ||
41999 | chmod +x dllar.sh | |
a848cd7e SC |
42000 | ;; |
42001 | ||
1e9e8aba | 42002 | powerpc-apple-macos* | \ |
a848cd7e SC |
42003 | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \ |
42004 | *-*-sunos4* | \ | |
42005 | *-*-osf* | \ | |
42006 | *-*-dgux5* | \ | |
42007 | *-*-sysv5* ) | |
42008 | ;; | |
42009 | ||
42010 | *) | |
42011 | { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5 | |
42012 | echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;} | |
42013 | { (exit 1); exit 1; }; } | |
42014 | esac | |
42015 | ||
2057db16 VS |
42016 | if test "x$PIC_FLAG" != "x" ; then |
42017 | PIC_FLAG="$PIC_FLAG -DPIC" | |
42018 | fi | |
42019 | ||
a848cd7e SC |
42020 | if test "x$SHARED_LD_MODULE_CC" = "x" ; then |
42021 | SHARED_LD_MODULE_CC="$SHARED_LD_CC" | |
42022 | fi | |
42023 | if test "x$SHARED_LD_MODULE_CXX" = "x" ; then | |
42024 | SHARED_LD_MODULE_CXX="$SHARED_LD_CXX" | |
42025 | fi | |
42026 | ||
42027 | ||
42028 | ||
42029 | ||
42030 | ||
42031 | ||
42032 | ||
42033 | ||
42034 | USE_SOVERSION=0 | |
42035 | USE_SOVERLINUX=0 | |
42036 | USE_SOVERSOLARIS=0 | |
42037 | USE_SOSYMLINKS=0 | |
42038 | USE_MACVERSION=0 | |
42039 | SONAME_FLAG= | |
42040 | ||
42041 | case "${BAKEFILE_HOST}" in | |
b1d22ded | 42042 | *-*-linux* | *-*-freebsd* ) |
5f652d0d VS |
42043 | SONAME_FLAG="-Wl,-soname," |
42044 | USE_SOVERSION=1 | |
42045 | USE_SOVERLINUX=1 | |
42046 | USE_SOSYMLINKS=1 | |
42047 | ;; | |
42048 | ||
a848cd7e SC |
42049 | *-*-solaris2* ) |
42050 | SONAME_FLAG="-h " | |
42051 | USE_SOVERSION=1 | |
42052 | USE_SOVERSOLARIS=1 | |
42053 | USE_SOSYMLINKS=1 | |
42054 | ;; | |
42055 | ||
42056 | *-*-darwin* ) | |
42057 | USE_MACVERSION=1 | |
42058 | USE_SOVERSION=1 | |
42059 | USE_SOSYMLINKS=1 | |
42060 | ;; | |
42061 | esac | |
42062 | ||
42063 | ||
42064 | ||
42065 | ||
42066 | ||
42067 | ||
42068 | ||
42069 | ||
42070 | ||
42071 | echo "$as_me:$LINENO: checking for dependency tracking method" >&5 | |
42072 | echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6 | |
42073 | DEPS_TRACKING=0 | |
42074 | ||
42075 | if test "x$GCC" = "xyes"; then | |
42076 | DEPSMODE=gcc | |
42077 | DEPS_TRACKING=1 | |
42078 | case "${BAKEFILE_HOST}" in | |
42079 | powerpc-*-darwin* ) | |
42080 | DEPSFLAG_GCC="-no-cpp-precomp -MMD" | |
42081 | ;; | |
42082 | * ) | |
42083 | DEPSFLAG_GCC="-MMD" | |
42084 | ;; | |
42085 | esac | |
42086 | echo "$as_me:$LINENO: result: gcc" >&5 | |
42087 | echo "${ECHO_T}gcc" >&6 | |
b1d22ded | 42088 | elif test "x$MWCC" = "xyes"; then |
81f90336 | 42089 | DEPSMODE=mwcc |
b1d22ded | 42090 | DEPS_TRACKING=1 |
81f90336 | 42091 | DEPSFLAG_MWCC="-MM" |
b1d22ded DE |
42092 | echo "$as_me:$LINENO: result: mwcc" >&5 |
42093 | echo "${ECHO_T}mwcc" >&6 | |
a848cd7e SC |
42094 | else |
42095 | echo "$as_me:$LINENO: result: none" >&5 | |
42096 | echo "${ECHO_T}none" >&6 | |
42097 | fi | |
42098 | ||
42099 | if test $DEPS_TRACKING = 1 ; then | |
473276a9 VS |
42100 | |
42101 | D='$' | |
42102 | cat <<EOF >bk-deps | |
a848cd7e SC |
42103 | #!/bin/sh |
42104 | ||
42105 | # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf | |
42106 | # script. It is used to track C/C++ files dependencies in portable way. | |
42107 | # | |
42108 | # Permission is given to use this file in any way. | |
42109 | ||
473276a9 | 42110 | DEPSMODE=${DEPSMODE} |
a848cd7e | 42111 | DEPSDIR=.deps |
473276a9 | 42112 | DEPSFLAG_GCC="${DEPSFLAG_GCC}" |
81f90336 | 42113 | DEPSFLAG_MWCC="${DEPSFLAG_MWCC}" |
a848cd7e | 42114 | |
473276a9 | 42115 | mkdir -p ${D}DEPSDIR |
a848cd7e | 42116 | |
473276a9 VS |
42117 | if test ${D}DEPSMODE = gcc ; then |
42118 | ${D}* ${D}{DEPSFLAG_GCC} | |
42119 | status=${D}? | |
42120 | if test ${D}{status} != 0 ; then | |
42121 | exit ${D}{status} | |
a848cd7e SC |
42122 | fi |
42123 | # move created file to the location we want it in: | |
473276a9 VS |
42124 | while test ${D}# -gt 0; do |
42125 | case "${D}1" in | |
a848cd7e SC |
42126 | -o ) |
42127 | shift | |
473276a9 | 42128 | objfile=${D}1 |
a848cd7e SC |
42129 | ;; |
42130 | -* ) | |
42131 | ;; | |
42132 | * ) | |
473276a9 | 42133 | srcfile=${D}1 |
a848cd7e SC |
42134 | ;; |
42135 | esac | |
42136 | shift | |
42137 | done | |
1e9e8aba DE |
42138 | depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\` |
42139 | depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\` | |
473276a9 VS |
42140 | if test -f ${D}depfile ; then |
42141 | sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d | |
42142 | rm -f ${D}depfile | |
a848cd7e | 42143 | else |
1e9e8aba | 42144 | depfile=\`basename ${D}objfile | sed -e 's/\\..*${D}/.d/g'\` |
473276a9 VS |
42145 | if test -f ${D}depfile ; then |
42146 | sed -e "/^${D}objfile/!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{DEPSDIR}/${D}{objfile}.d | |
42147 | rm -f ${D}depfile | |
a848cd7e SC |
42148 | fi |
42149 | fi | |
42150 | exit 0 | |
81f90336 MW |
42151 | elif test ${D}DEPSMODE = mwcc ; then |
42152 | ${D}* | |
42153 | status=${D}? | |
42154 | if test ${D}{status} != 0 ; then | |
42155 | exit ${D}{status} | |
42156 | fi | |
42157 | # Run mwcc again with -MM and redirect into the dep file we want | |
42158 | # NOTE: We can't use shift here because we need ${D}* to be valid | |
42159 | prevarg= | |
42160 | for arg in ${D}* ; do | |
42161 | if test "${D}prevarg" = "-o"; then | |
42162 | objfile=${D}arg | |
42163 | else | |
42164 | case "${D}arg" in | |
42165 | -* ) | |
42166 | ;; | |
42167 | * ) | |
42168 | srcfile=${D}arg | |
42169 | ;; | |
42170 | esac | |
42171 | fi | |
42172 | prevarg="${D}arg" | |
42173 | done | |
42174 | ${D}* ${D}DEPSFLAG_MWCC >${D}{DEPSDIR}/${D}{objfile}.d | |
42175 | exit 0 | |
a848cd7e | 42176 | else |
473276a9 VS |
42177 | ${D}* |
42178 | exit ${D}? | |
a848cd7e SC |
42179 | fi |
42180 | EOF | |
473276a9 | 42181 | |
a848cd7e SC |
42182 | chmod +x bk-deps |
42183 | fi | |
42184 | ||
42185 | ||
42186 | ||
42187 | ||
42188 | RESCOMP= | |
42189 | SETFILE= | |
42190 | ||
42191 | case ${BAKEFILE_HOST} in | |
42192 | *-*-cygwin* | *-*-mingw32* ) | |
42193 | if test "$build" != "$host" ; then | |
42194 | RESCOMP=$host_alias-windres | |
42195 | else | |
42196 | # Extract the first word of "windres", so it can be a program name with args. | |
42197 | set dummy windres; ac_word=$2 | |
42198 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
42199 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
42200 | if test "${ac_cv_prog_RESCOMP+set}" = set; then | |
42201 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
42202 | else | |
42203 | if test -n "$RESCOMP"; then | |
42204 | ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test. | |
42205 | else | |
42206 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
42207 | for as_dir in $PATH | |
42208 | do | |
42209 | IFS=$as_save_IFS | |
42210 | test -z "$as_dir" && as_dir=. | |
42211 | for ac_exec_ext in '' $ac_executable_extensions; do | |
42212 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
42213 | ac_cv_prog_RESCOMP="windres" | |
42214 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
42215 | break 2 | |
42216 | fi | |
42217 | done | |
42218 | done | |
42219 | ||
42220 | test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="windres" | |
42221 | fi | |
42222 | fi | |
42223 | RESCOMP=$ac_cv_prog_RESCOMP | |
42224 | if test -n "$RESCOMP"; then | |
42225 | echo "$as_me:$LINENO: result: $RESCOMP" >&5 | |
42226 | echo "${ECHO_T}$RESCOMP" >&6 | |
42227 | else | |
42228 | echo "$as_me:$LINENO: result: no" >&5 | |
42229 | echo "${ECHO_T}no" >&6 | |
42230 | fi | |
42231 | ||
42232 | fi | |
42233 | ;; | |
42234 | ||
1e9e8aba | 42235 | *-*-darwin* | powerpc-apple-macos* ) |
a848cd7e SC |
42236 | # Extract the first word of "Rez", so it can be a program name with args. |
42237 | set dummy Rez; ac_word=$2 | |
42238 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
42239 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
42240 | if test "${ac_cv_prog_RESCOMP+set}" = set; then | |
42241 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
42242 | else | |
42243 | if test -n "$RESCOMP"; then | |
42244 | ac_cv_prog_RESCOMP="$RESCOMP" # Let the user override the test. | |
42245 | else | |
42246 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
42247 | for as_dir in $PATH | |
42248 | do | |
42249 | IFS=$as_save_IFS | |
42250 | test -z "$as_dir" && as_dir=. | |
42251 | for ac_exec_ext in '' $ac_executable_extensions; do | |
42252 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
42253 | ac_cv_prog_RESCOMP="Rez" | |
42254 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
42255 | break 2 | |
42256 | fi | |
42257 | done | |
42258 | done | |
42259 | ||
42260 | test -z "$ac_cv_prog_RESCOMP" && ac_cv_prog_RESCOMP="/Developer/Tools/Rez" | |
42261 | fi | |
42262 | fi | |
42263 | RESCOMP=$ac_cv_prog_RESCOMP | |
42264 | if test -n "$RESCOMP"; then | |
42265 | echo "$as_me:$LINENO: result: $RESCOMP" >&5 | |
42266 | echo "${ECHO_T}$RESCOMP" >&6 | |
42267 | else | |
42268 | echo "$as_me:$LINENO: result: no" >&5 | |
42269 | echo "${ECHO_T}no" >&6 | |
42270 | fi | |
42271 | ||
42272 | # Extract the first word of "SetFile", so it can be a program name with args. | |
42273 | set dummy SetFile; ac_word=$2 | |
42274 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
42275 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
42276 | if test "${ac_cv_prog_SETFILE+set}" = set; then | |
42277 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
42278 | else | |
42279 | if test -n "$SETFILE"; then | |
42280 | ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test. | |
42281 | else | |
42282 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
42283 | for as_dir in $PATH | |
42284 | do | |
42285 | IFS=$as_save_IFS | |
42286 | test -z "$as_dir" && as_dir=. | |
42287 | for ac_exec_ext in '' $ac_executable_extensions; do | |
42288 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
42289 | ac_cv_prog_SETFILE="SetFile" | |
42290 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
42291 | break 2 | |
42292 | fi | |
42293 | done | |
42294 | done | |
42295 | ||
42296 | test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile" | |
42297 | fi | |
42298 | fi | |
42299 | SETFILE=$ac_cv_prog_SETFILE | |
42300 | if test -n "$SETFILE"; then | |
42301 | echo "$as_me:$LINENO: result: $SETFILE" >&5 | |
42302 | echo "${ECHO_T}$SETFILE" >&6 | |
42303 | else | |
42304 | echo "$as_me:$LINENO: result: no" >&5 | |
42305 | echo "${ECHO_T}no" >&6 | |
42306 | fi | |
42307 | ||
42308 | ;; | |
42309 | esac | |
42310 | ||
42311 | ||
42312 | ||
42313 | ||
42314 | ||
fbb7dfff | 42315 | BAKEFILE_BAKEFILE_M4_VERSION="0.1.8" |
a848cd7e | 42316 | |
dcc1b6ad | 42317 | |
fbb7dfff | 42318 | BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.8" |
a848cd7e | 42319 | |
646b6ec1 | 42320 | |
74b84332 | 42321 | |
a848cd7e SC |
42322 | # Check whether --enable-precomp-headers or --disable-precomp-headers was given. |
42323 | if test "${enable_precomp_headers+set}" = set; then | |
42324 | enableval="$enable_precomp_headers" | |
42325 | bk_use_pch="$enableval" | |
42326 | fi; | |
42327 | ||
42328 | GCC_PCH=0 | |
42329 | ||
42330 | if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then | |
42331 | if test "x$GCC" = "xyes"; then | |
42332 | echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5 | |
42333 | echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6 | |
42334 | cat >conftest.$ac_ext <<_ACEOF | |
42335 | /* confdefs.h. */ | |
42336 | _ACEOF | |
42337 | cat confdefs.h >>conftest.$ac_ext | |
42338 | cat >>conftest.$ac_ext <<_ACEOF | |
42339 | /* end confdefs.h. */ | |
42340 | ||
42341 | int | |
42342 | main () | |
42343 | { | |
42344 | ||
42345 | #if !defined(__GNUC__) || !defined(__GNUC_MINOR__) | |
42346 | #error "no pch support" | |
42347 | #endif | |
42348 | #if (__GNUC__ < 3) | |
42349 | #error "no pch support" | |
42350 | #endif | |
42351 | #if (__GNUC__ == 3) && \ | |
42352 | ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \ | |
42353 | ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) | |
42354 | #error "no pch support" | |
42355 | #endif | |
42356 | ||
42357 | ; | |
42358 | return 0; | |
42359 | } | |
42360 | _ACEOF | |
42361 | rm -f conftest.$ac_objext | |
42362 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 42363 | (eval $ac_compile) 2>conftest.er1 |
a848cd7e | 42364 | ac_status=$? |
ac1cb8d3 VS |
42365 | grep -v '^ *+' conftest.er1 >conftest.err |
42366 | rm -f conftest.er1 | |
42367 | cat conftest.err >&5 | |
a848cd7e SC |
42368 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
42369 | (exit $ac_status); } && | |
07158944 | 42370 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
42371 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
42372 | (eval $ac_try) 2>&5 | |
42373 | ac_status=$? | |
42374 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
42375 | (exit $ac_status); }; } && | |
42376 | { ac_try='test -s conftest.$ac_objext' | |
a848cd7e SC |
42377 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
42378 | (eval $ac_try) 2>&5 | |
42379 | ac_status=$? | |
42380 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
42381 | (exit $ac_status); }; }; then | |
42382 | ||
42383 | echo "$as_me:$LINENO: result: yes" >&5 | |
42384 | echo "${ECHO_T}yes" >&6 | |
a848cd7e SC |
42385 | GCC_PCH=1 |
42386 | ||
42387 | else | |
42388 | echo "$as_me: failed program was:" >&5 | |
42389 | sed 's/^/| /' conftest.$ac_ext >&5 | |
42390 | ||
42391 | ||
42392 | echo "$as_me:$LINENO: result: no" >&5 | |
42393 | echo "${ECHO_T}no" >&6 | |
42394 | ||
42395 | fi | |
ac1cb8d3 | 42396 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
a848cd7e | 42397 | if test $GCC_PCH = 1 ; then |
1e9e8aba DE |
42398 | |
42399 | D='$' | |
42400 | cat <<EOF >bk-make-pch | |
a848cd7e SC |
42401 | #!/bin/sh |
42402 | ||
42403 | # This script is part of Bakefile (http://bakefile.sourceforge.net) autoconf | |
42404 | # script. It is used to generated precompiled headers. | |
42405 | # | |
42406 | # Permission is given to use this file in any way. | |
42407 | ||
1e9e8aba DE |
42408 | outfile="${D}{1}" |
42409 | header="${D}{2}" | |
a848cd7e SC |
42410 | shift |
42411 | shift | |
42412 | ||
42413 | compiler= | |
42414 | headerfile= | |
1e9e8aba DE |
42415 | while test ${D}{#} -gt 0; do |
42416 | case "${D}{1}" in | |
a848cd7e | 42417 | -I* ) |
1e9e8aba DE |
42418 | incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\` |
42419 | if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then | |
42420 | headerfile="${D}{incdir}/${D}{header}" | |
a848cd7e SC |
42421 | fi |
42422 | ;; | |
42423 | esac | |
1e9e8aba | 42424 | compiler="${D}{compiler} ${D}{1}" |
a848cd7e SC |
42425 | shift |
42426 | done | |
42427 | ||
1e9e8aba DE |
42428 | if test "x${D}{headerfile}" = "x" ; then |
42429 | echo "error: can't find header ${D}{header} in include paths" >2 | |
a848cd7e | 42430 | else |
1e9e8aba DE |
42431 | if test -f ${D}{outfile} ; then |
42432 | rm -f ${D}{outfile} | |
a848cd7e | 42433 | else |
1e9e8aba | 42434 | mkdir -p \`dirname ${D}{outfile}\` |
a848cd7e | 42435 | fi |
1e9e8aba | 42436 | depsfile=".deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d" |
a848cd7e SC |
42437 | mkdir -p .deps |
42438 | # can do this because gcc is >= 3.4: | |
1e9e8aba DE |
42439 | ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}" |
42440 | exit ${D}{?} | |
a848cd7e SC |
42441 | fi |
42442 | EOF | |
1e9e8aba | 42443 | |
a848cd7e SC |
42444 | chmod +x bk-make-pch |
42445 | fi | |
42446 | fi | |
42447 | fi | |
42448 | ||
42449 | ||
42450 | ||
a848cd7e SC |
42451 | COND_BUILD_DEBUG="#" |
42452 | if test "x$BUILD" = "xdebug" ; then | |
42453 | COND_BUILD_DEBUG="" | |
42454 | fi | |
42455 | ||
42456 | COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#" | |
42457 | if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then | |
42458 | COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="" | |
42459 | fi | |
42460 | ||
42461 | COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#" | |
42462 | if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then | |
42463 | COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="" | |
42464 | fi | |
42465 | ||
42466 | COND_BUILD_DEBUG_UNICODE_0="#" | |
42467 | if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then | |
42468 | COND_BUILD_DEBUG_UNICODE_0="" | |
42469 | fi | |
42470 | ||
42471 | COND_BUILD_DEBUG_UNICODE_1="#" | |
42472 | if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then | |
42473 | COND_BUILD_DEBUG_UNICODE_1="" | |
42474 | fi | |
42475 | ||
42476 | COND_BUILD_RELEASE="#" | |
42477 | if test "x$BUILD" = "xrelease" ; then | |
42478 | COND_BUILD_RELEASE="" | |
42479 | fi | |
42480 | ||
42481 | COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#" | |
42482 | if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then | |
42483 | COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="" | |
42484 | fi | |
42485 | ||
42486 | COND_BUILD_RELEASE_UNICODE_0="#" | |
42487 | if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then | |
42488 | COND_BUILD_RELEASE_UNICODE_0="" | |
42489 | fi | |
42490 | ||
42491 | COND_BUILD_RELEASE_UNICODE_1="#" | |
42492 | if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then | |
42493 | COND_BUILD_RELEASE_UNICODE_1="" | |
42494 | fi | |
42495 | ||
42496 | COND_DEBUG_FLAG_1="#" | |
42497 | if test "x$DEBUG_FLAG" = "x1" ; then | |
42498 | COND_DEBUG_FLAG_1="" | |
42499 | fi | |
42500 | ||
42501 | COND_DEBUG_INFO_0="#" | |
42502 | if test "x$DEBUG_INFO" = "x0" ; then | |
42503 | COND_DEBUG_INFO_0="" | |
42504 | fi | |
42505 | ||
42506 | COND_DEBUG_INFO_1="#" | |
42507 | if test "x$DEBUG_INFO" = "x1" ; then | |
42508 | COND_DEBUG_INFO_1="" | |
42509 | fi | |
42510 | ||
42511 | COND_DEPS_TRACKING_0="#" | |
42512 | if test "x$DEPS_TRACKING" = "x0" ; then | |
42513 | COND_DEPS_TRACKING_0="" | |
42514 | fi | |
42515 | ||
42516 | COND_DEPS_TRACKING_1="#" | |
42517 | if test "x$DEPS_TRACKING" = "x1" ; then | |
42518 | COND_DEPS_TRACKING_1="" | |
42519 | fi | |
42520 | ||
42521 | COND_GCC_PCH_1="#" | |
42522 | if test "x$GCC_PCH" = "x1" ; then | |
42523 | COND_GCC_PCH_1="" | |
42524 | fi | |
42525 | ||
42526 | COND_MONOLITHIC_0="#" | |
42527 | if test "x$MONOLITHIC" = "x0" ; then | |
42528 | COND_MONOLITHIC_0="" | |
42529 | fi | |
42530 | ||
42531 | COND_MONOLITHIC_0_SHARED_0="#" | |
42532 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then | |
42533 | COND_MONOLITHIC_0_SHARED_0="" | |
42534 | fi | |
42535 | ||
42536 | COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#" | |
42537 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then | |
42538 | COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="" | |
42539 | fi | |
42540 | ||
90970d69 DE |
42541 | COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#" |
42542 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then | |
42543 | COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="" | |
42544 | fi | |
42545 | ||
a848cd7e SC |
42546 | COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="#" |
42547 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then | |
42548 | COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_ODBC_1="" | |
42549 | fi | |
42550 | ||
6671c68b VZ |
42551 | COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#" |
42552 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then | |
42553 | COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="" | |
42554 | fi | |
42555 | ||
a848cd7e SC |
42556 | COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="#" |
42557 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_ODBC" = "x1" ; then | |
42558 | COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1="" | |
42559 | fi | |
42560 | ||
ceec2216 RL |
42561 | COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#" |
42562 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then | |
42563 | COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="" | |
42564 | fi | |
42565 | ||
a848cd7e SC |
42566 | COND_MONOLITHIC_0_SHARED_1="#" |
42567 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then | |
42568 | COND_MONOLITHIC_0_SHARED_1="" | |
42569 | fi | |
42570 | ||
42571 | COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#" | |
42572 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then | |
42573 | COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="" | |
42574 | fi | |
42575 | ||
90970d69 DE |
42576 | COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#" |
42577 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then | |
42578 | COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="" | |
42579 | fi | |
42580 | ||
a848cd7e SC |
42581 | COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="#" |
42582 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_ODBC" = "x1" ; then | |
42583 | COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_ODBC_1="" | |
42584 | fi | |
42585 | ||
6671c68b VZ |
42586 | COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#" |
42587 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then | |
42588 | COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="" | |
42589 | fi | |
42590 | ||
a848cd7e SC |
42591 | COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="#" |
42592 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_ODBC" = "x1" ; then | |
42593 | COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1="" | |
42594 | fi | |
42595 | ||
ceec2216 RL |
42596 | COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#" |
42597 | if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then | |
42598 | COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="" | |
42599 | fi | |
42600 | ||
a848cd7e SC |
42601 | COND_MONOLITHIC_0_USE_ODBC_1="#" |
42602 | if test "x$MONOLITHIC" = "x0" -a "x$USE_ODBC" = "x1" ; then | |
42603 | COND_MONOLITHIC_0_USE_ODBC_1="" | |
42604 | fi | |
42605 | ||
42606 | COND_MONOLITHIC_1="#" | |
42607 | if test "x$MONOLITHIC" = "x1" ; then | |
42608 | COND_MONOLITHIC_1="" | |
42609 | fi | |
42610 | ||
42611 | COND_MONOLITHIC_1_SHARED_0="#" | |
42612 | if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then | |
42613 | COND_MONOLITHIC_1_SHARED_0="" | |
42614 | fi | |
42615 | ||
42616 | COND_MONOLITHIC_1_SHARED_1="#" | |
42617 | if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then | |
42618 | COND_MONOLITHIC_1_SHARED_1="" | |
42619 | fi | |
42620 | ||
42621 | COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#" | |
42622 | if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then | |
42623 | COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="" | |
42624 | fi | |
42625 | ||
42626 | COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#" | |
42627 | if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then | |
42628 | COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="" | |
42629 | fi | |
42630 | ||
42631 | COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#" | |
42632 | if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then | |
42633 | COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="" | |
42634 | fi | |
42635 | ||
42636 | COND_PLATFORM_MACOSX_1="#" | |
42637 | if test "x$PLATFORM_MACOSX" = "x1" ; then | |
42638 | COND_PLATFORM_MACOSX_1="" | |
42639 | fi | |
42640 | ||
a30f955f VS |
42641 | COND_PLATFORM_MACOSX_1_TOOLKIT_="#" |
42642 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "x" ; then | |
42643 | COND_PLATFORM_MACOSX_1_TOOLKIT_="" | |
42644 | fi | |
42645 | ||
a848cd7e SC |
42646 | COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="#" |
42647 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xCOCOA" ; then | |
42648 | COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA="" | |
42649 | fi | |
42650 | ||
42651 | COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="#" | |
42652 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xGTK" ; then | |
42653 | COND_PLATFORM_MACOSX_1_TOOLKIT_GTK="" | |
42654 | fi | |
42655 | ||
42656 | COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="#" | |
42657 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" ; then | |
42658 | COND_PLATFORM_MACOSX_1_TOOLKIT_MAC="" | |
42659 | fi | |
42660 | ||
fc480dc1 DE |
42661 | COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="#" |
42662 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then | |
42663 | COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1="" | |
42664 | fi | |
42665 | ||
1e9e8aba DE |
42666 | COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#" |
42667 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
42668 | COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="" | |
42669 | fi | |
42670 | ||
ebee3cd0 VS |
42671 | COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="#" |
42672 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xMOTIF" ; then | |
42673 | COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF="" | |
42674 | fi | |
42675 | ||
42676 | COND_PLATFORM_MACOSX_1_TOOLKIT_X11="#" | |
42677 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xX11" ; then | |
42678 | COND_PLATFORM_MACOSX_1_TOOLKIT_X11="" | |
42679 | fi | |
42680 | ||
a848cd7e SC |
42681 | COND_PLATFORM_MACOSX_1_USE_GUI_1="#" |
42682 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then | |
42683 | COND_PLATFORM_MACOSX_1_USE_GUI_1="" | |
42684 | fi | |
42685 | ||
42686 | COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#" | |
42687 | if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then | |
42688 | COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="" | |
42689 | fi | |
42690 | ||
b48a2016 DE |
42691 | COND_PLATFORM_MACOS_1="#" |
42692 | if test "x$PLATFORM_MACOS" = "x1" ; then | |
42693 | COND_PLATFORM_MACOS_1="" | |
42694 | fi | |
42695 | ||
a848cd7e SC |
42696 | COND_PLATFORM_MAC_1="#" |
42697 | if test "x$PLATFORM_MAC" = "x1" ; then | |
42698 | COND_PLATFORM_MAC_1="" | |
42699 | fi | |
42700 | ||
42701 | COND_PLATFORM_OS2_1="#" | |
42702 | if test "x$PLATFORM_OS2" = "x1" ; then | |
42703 | COND_PLATFORM_OS2_1="" | |
42704 | fi | |
42705 | ||
42706 | COND_PLATFORM_UNIX_0="#" | |
42707 | if test "x$PLATFORM_UNIX" = "x0" ; then | |
42708 | COND_PLATFORM_UNIX_0="" | |
42709 | fi | |
42710 | ||
42711 | COND_PLATFORM_UNIX_1="#" | |
42712 | if test "x$PLATFORM_UNIX" = "x1" ; then | |
42713 | COND_PLATFORM_UNIX_1="" | |
42714 | fi | |
42715 | ||
42716 | COND_PLATFORM_UNIX_1_USE_GUI_1="#" | |
42717 | if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then | |
42718 | COND_PLATFORM_UNIX_1_USE_GUI_1="" | |
42719 | fi | |
42720 | ||
42721 | COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#" | |
42722 | if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then | |
42723 | COND_PLATFORM_UNIX_1_USE_PLUGINS_0="" | |
42724 | fi | |
42725 | ||
42726 | COND_PLATFORM_WIN32_0="#" | |
42727 | if test "x$PLATFORM_WIN32" = "x0" ; then | |
42728 | COND_PLATFORM_WIN32_0="" | |
42729 | fi | |
42730 | ||
42731 | COND_PLATFORM_WIN32_1="#" | |
42732 | if test "x$PLATFORM_WIN32" = "x1" ; then | |
42733 | COND_PLATFORM_WIN32_1="" | |
42734 | fi | |
42735 | ||
42736 | COND_SHARED_0="#" | |
42737 | if test "x$SHARED" = "x0" ; then | |
42738 | COND_SHARED_0="" | |
42739 | fi | |
42740 | ||
ceec2216 RL |
42741 | COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#" |
42742 | if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then | |
42743 | COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="" | |
42744 | fi | |
42745 | ||
42746 | COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#" | |
42747 | if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then | |
42748 | COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="" | |
42749 | fi | |
42750 | ||
42751 | COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#" | |
42752 | if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then | |
42753 | COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="" | |
42754 | fi | |
42755 | ||
a848cd7e SC |
42756 | COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#" |
42757 | if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then | |
42758 | COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="" | |
42759 | fi | |
42760 | ||
42761 | COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#" | |
42762 | if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then | |
42763 | COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="" | |
42764 | fi | |
42765 | ||
42766 | COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#" | |
42767 | if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then | |
42768 | COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="" | |
42769 | fi | |
42770 | ||
42771 | COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#" | |
42772 | if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then | |
42773 | COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="" | |
42774 | fi | |
42775 | ||
42776 | COND_SHARED_0_WXUSE_EXPAT_BUILTIN="#" | |
42777 | if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then | |
42778 | COND_SHARED_0_WXUSE_EXPAT_BUILTIN="" | |
42779 | fi | |
42780 | ||
42781 | COND_SHARED_0_WXUSE_ODBC_BUILTIN="#" | |
42782 | if test "x$SHARED" = "x0" -a "x$wxUSE_ODBC" = "xbuiltin" ; then | |
42783 | COND_SHARED_0_WXUSE_ODBC_BUILTIN="" | |
42784 | fi | |
42785 | ||
42786 | COND_SHARED_0_WXUSE_REGEX_BUILTIN="#" | |
42787 | if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then | |
42788 | COND_SHARED_0_WXUSE_REGEX_BUILTIN="" | |
42789 | fi | |
42790 | ||
42791 | COND_SHARED_0_WXUSE_ZLIB_BUILTIN="#" | |
42792 | if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then | |
42793 | COND_SHARED_0_WXUSE_ZLIB_BUILTIN="" | |
42794 | fi | |
42795 | ||
42796 | COND_SHARED_1="#" | |
42797 | if test "x$SHARED" = "x1" ; then | |
42798 | COND_SHARED_1="" | |
42799 | fi | |
42800 | ||
42801 | COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#" | |
42802 | if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then | |
42803 | COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="" | |
42804 | fi | |
42805 | ||
a30f955f VS |
42806 | COND_TOOLKIT_="#" |
42807 | if test "x$TOOLKIT" = "x" ; then | |
42808 | COND_TOOLKIT_="" | |
42809 | fi | |
42810 | ||
a848cd7e SC |
42811 | COND_TOOLKIT_COCOA="#" |
42812 | if test "x$TOOLKIT" = "xCOCOA" ; then | |
42813 | COND_TOOLKIT_COCOA="" | |
42814 | fi | |
42815 | ||
a49baeab DE |
42816 | COND_TOOLKIT_COCOA_USE_GUI_1="#" |
42817 | if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then | |
42818 | COND_TOOLKIT_COCOA_USE_GUI_1="" | |
42819 | fi | |
42820 | ||
a848cd7e SC |
42821 | COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#" |
42822 | if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
42823 | COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="" | |
42824 | fi | |
42825 | ||
42826 | COND_TOOLKIT_GTK="#" | |
42827 | if test "x$TOOLKIT" = "xGTK" ; then | |
42828 | COND_TOOLKIT_GTK="" | |
42829 | fi | |
42830 | ||
42831 | COND_TOOLKIT_GTK_USE_GUI_1="#" | |
42832 | if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then | |
42833 | COND_TOOLKIT_GTK_USE_GUI_1="" | |
42834 | fi | |
42835 | ||
42836 | COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="#" | |
42837 | if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
42838 | COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0="" | |
42839 | fi | |
42840 | ||
42841 | COND_TOOLKIT_MAC="#" | |
42842 | if test "x$TOOLKIT" = "xMAC" ; then | |
42843 | COND_TOOLKIT_MAC="" | |
42844 | fi | |
42845 | ||
42846 | COND_TOOLKIT_MAC_USE_GUI_1="#" | |
42847 | if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" ; then | |
42848 | COND_TOOLKIT_MAC_USE_GUI_1="" | |
42849 | fi | |
42850 | ||
42851 | COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="#" | |
42852 | if test "x$TOOLKIT" = "xMAC" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
42853 | COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0="" | |
42854 | fi | |
42855 | ||
42856 | COND_TOOLKIT_MGL="#" | |
42857 | if test "x$TOOLKIT" = "xMGL" ; then | |
42858 | COND_TOOLKIT_MGL="" | |
42859 | fi | |
42860 | ||
42861 | COND_TOOLKIT_MGL_USE_GUI_1="#" | |
42862 | if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then | |
42863 | COND_TOOLKIT_MGL_USE_GUI_1="" | |
42864 | fi | |
42865 | ||
42866 | COND_TOOLKIT_MOTIF="#" | |
42867 | if test "x$TOOLKIT" = "xMOTIF" ; then | |
42868 | COND_TOOLKIT_MOTIF="" | |
42869 | fi | |
42870 | ||
42871 | COND_TOOLKIT_MOTIF_USE_GUI_1="#" | |
42872 | if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then | |
42873 | COND_TOOLKIT_MOTIF_USE_GUI_1="" | |
42874 | fi | |
42875 | ||
42876 | COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#" | |
42877 | if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
42878 | COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="" | |
42879 | fi | |
42880 | ||
42881 | COND_TOOLKIT_MSW="#" | |
42882 | if test "x$TOOLKIT" = "xMSW" ; then | |
42883 | COND_TOOLKIT_MSW="" | |
42884 | fi | |
42885 | ||
42886 | COND_TOOLKIT_MSW_USE_GUI_1="#" | |
42887 | if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then | |
42888 | COND_TOOLKIT_MSW_USE_GUI_1="" | |
42889 | fi | |
42890 | ||
42891 | COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#" | |
42892 | if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
42893 | COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="" | |
42894 | fi | |
42895 | ||
42896 | COND_TOOLKIT_PM="#" | |
42897 | if test "x$TOOLKIT" = "xPM" ; then | |
42898 | COND_TOOLKIT_PM="" | |
42899 | fi | |
42900 | ||
42901 | COND_TOOLKIT_PM_USE_GUI_1="#" | |
42902 | if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then | |
42903 | COND_TOOLKIT_PM_USE_GUI_1="" | |
42904 | fi | |
42905 | ||
42906 | COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#" | |
42907 | if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
42908 | COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="" | |
42909 | fi | |
42910 | ||
3fd9c298 DE |
42911 | COND_TOOLKIT_WINCE="#" |
42912 | if test "x$TOOLKIT" = "xWINCE" ; then | |
42913 | COND_TOOLKIT_WINCE="" | |
42914 | fi | |
42915 | ||
42916 | COND_TOOLKIT_WINCE_USE_GUI_1="#" | |
42917 | if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then | |
42918 | COND_TOOLKIT_WINCE_USE_GUI_1="" | |
42919 | fi | |
42920 | ||
42921 | COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#" | |
42922 | if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
42923 | COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="" | |
42924 | fi | |
42925 | ||
a848cd7e SC |
42926 | COND_TOOLKIT_X11="#" |
42927 | if test "x$TOOLKIT" = "xX11" ; then | |
42928 | COND_TOOLKIT_X11="" | |
42929 | fi | |
42930 | ||
42931 | COND_TOOLKIT_X11_USE_GUI_1="#" | |
42932 | if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then | |
42933 | COND_TOOLKIT_X11_USE_GUI_1="" | |
42934 | fi | |
42935 | ||
42936 | COND_UNICODE_1="#" | |
42937 | if test "x$UNICODE" = "x1" ; then | |
42938 | COND_UNICODE_1="" | |
42939 | fi | |
42940 | ||
42941 | COND_USE_EXCEPTIONS_0="#" | |
42942 | if test "x$USE_EXCEPTIONS" = "x0" ; then | |
42943 | COND_USE_EXCEPTIONS_0="" | |
42944 | fi | |
42945 | ||
42946 | COND_USE_EXCEPTIONS_1="#" | |
42947 | if test "x$USE_EXCEPTIONS" = "x1" ; then | |
42948 | COND_USE_EXCEPTIONS_1="" | |
42949 | fi | |
42950 | ||
42951 | COND_USE_GUI_0="#" | |
42952 | if test "x$USE_GUI" = "x0" ; then | |
42953 | COND_USE_GUI_0="" | |
42954 | fi | |
42955 | ||
42956 | COND_USE_GUI_1="#" | |
42957 | if test "x$USE_GUI" = "x1" ; then | |
42958 | COND_USE_GUI_1="" | |
42959 | fi | |
42960 | ||
42961 | COND_USE_GUI_1_WXUNIV_0="#" | |
42962 | if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then | |
42963 | COND_USE_GUI_1_WXUNIV_0="" | |
42964 | fi | |
42965 | ||
42966 | COND_USE_GUI_1_WXUNIV_1="#" | |
42967 | if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then | |
42968 | COND_USE_GUI_1_WXUNIV_1="" | |
42969 | fi | |
42970 | ||
42971 | COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#" | |
42972 | if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then | |
42973 | COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="" | |
42974 | fi | |
42975 | ||
42976 | COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#" | |
42977 | if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then | |
42978 | COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="" | |
42979 | fi | |
42980 | ||
42981 | COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#" | |
42982 | if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then | |
42983 | COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="" | |
42984 | fi | |
42985 | ||
ceec2216 RL |
42986 | COND_USE_ODBC_1="#" |
42987 | if test "x$USE_ODBC" = "x1" ; then | |
42988 | COND_USE_ODBC_1="" | |
42989 | fi | |
42990 | ||
ffa0583f RL |
42991 | COND_USE_OPENGL_1="#" |
42992 | if test "x$USE_OPENGL" = "x1" ; then | |
42993 | COND_USE_OPENGL_1="" | |
42994 | fi | |
42995 | ||
a848cd7e SC |
42996 | COND_USE_PLUGINS_0="#" |
42997 | if test "x$USE_PLUGINS" = "x0" ; then | |
42998 | COND_USE_PLUGINS_0="" | |
42999 | fi | |
43000 | ||
0b78747f MW |
43001 | COND_USE_RTTI_0="#" |
43002 | if test "x$USE_RTTI" = "x0" ; then | |
43003 | COND_USE_RTTI_0="" | |
43004 | fi | |
43005 | ||
43006 | COND_USE_RTTI_1="#" | |
43007 | if test "x$USE_RTTI" = "x1" ; then | |
43008 | COND_USE_RTTI_1="" | |
43009 | fi | |
43010 | ||
a848cd7e SC |
43011 | COND_USE_SOSYMLINKS_1="#" |
43012 | if test "x$USE_SOSYMLINKS" = "x1" ; then | |
43013 | COND_USE_SOSYMLINKS_1="" | |
43014 | fi | |
43015 | ||
43016 | COND_USE_SOVERLINUX_1="#" | |
43017 | if test "x$USE_SOVERLINUX" = "x1" ; then | |
43018 | COND_USE_SOVERLINUX_1="" | |
43019 | fi | |
43020 | ||
43021 | COND_USE_SOVERSION_0="#" | |
43022 | if test "x$USE_SOVERSION" = "x0" ; then | |
43023 | COND_USE_SOVERSION_0="" | |
43024 | fi | |
43025 | ||
43026 | COND_USE_SOVERSOLARIS_1="#" | |
43027 | if test "x$USE_SOVERSOLARIS" = "x1" ; then | |
43028 | COND_USE_SOVERSOLARIS_1="" | |
43029 | fi | |
43030 | ||
0b78747f MW |
43031 | COND_USE_THREADS_0="#" |
43032 | if test "x$USE_THREADS" = "x0" ; then | |
43033 | COND_USE_THREADS_0="" | |
43034 | fi | |
43035 | ||
43036 | COND_USE_THREADS_1="#" | |
43037 | if test "x$USE_THREADS" = "x1" ; then | |
43038 | COND_USE_THREADS_1="" | |
43039 | fi | |
43040 | ||
a13a7f89 RL |
43041 | COND_USE_XRC_1="#" |
43042 | if test "x$USE_XRC" = "x1" ; then | |
43043 | COND_USE_XRC_1="" | |
43044 | fi | |
43045 | ||
a848cd7e SC |
43046 | COND_WITH_PLUGIN_SDL_1="#" |
43047 | if test "x$WITH_PLUGIN_SDL" = "x1" ; then | |
43048 | COND_WITH_PLUGIN_SDL_1="" | |
43049 | fi | |
43050 | ||
1e6eb025 VZ |
43051 | COND_WXUNIV_0="#" |
43052 | if test "x$WXUNIV" = "x0" ; then | |
43053 | COND_WXUNIV_0="" | |
43054 | fi | |
43055 | ||
a848cd7e SC |
43056 | COND_WXUNIV_1="#" |
43057 | if test "x$WXUNIV" = "x1" ; then | |
43058 | COND_WXUNIV_1="" | |
43059 | fi | |
43060 | ||
43061 | COND_WXUSE_EXPAT_BUILTIN="#" | |
43062 | if test "x$wxUSE_EXPAT" = "xbuiltin" ; then | |
43063 | COND_WXUSE_EXPAT_BUILTIN="" | |
43064 | fi | |
43065 | ||
43066 | COND_WXUSE_LIBJPEG_BUILTIN="#" | |
43067 | if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then | |
43068 | COND_WXUSE_LIBJPEG_BUILTIN="" | |
43069 | fi | |
43070 | ||
43071 | COND_WXUSE_LIBPNG_BUILTIN="#" | |
43072 | if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then | |
43073 | COND_WXUSE_LIBPNG_BUILTIN="" | |
43074 | fi | |
43075 | ||
43076 | COND_WXUSE_LIBTIFF_BUILTIN="#" | |
43077 | if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then | |
43078 | COND_WXUSE_LIBTIFF_BUILTIN="" | |
43079 | fi | |
43080 | ||
43081 | COND_WXUSE_ODBC_BUILTIN="#" | |
43082 | if test "x$wxUSE_ODBC" = "xbuiltin" ; then | |
43083 | COND_WXUSE_ODBC_BUILTIN="" | |
43084 | fi | |
43085 | ||
43086 | COND_WXUSE_REGEX_BUILTIN="#" | |
43087 | if test "x$wxUSE_REGEX" = "xbuiltin" ; then | |
43088 | COND_WXUSE_REGEX_BUILTIN="" | |
43089 | fi | |
43090 | ||
43091 | COND_WXUSE_ZLIB_BUILTIN="#" | |
43092 | if test "x$wxUSE_ZLIB" = "xbuiltin" ; then | |
43093 | COND_WXUSE_ZLIB_BUILTIN="" | |
43094 | fi | |
43095 | ||
43096 | ||
43097 | ||
2057db16 VS |
43098 | if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then |
43099 | { { 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 | |
43100 | 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;} | |
43101 | { (exit 1); exit 1; }; } | |
43102 | fi | |
43103 | ||
a848cd7e | 43104 | |
ceec2216 RL |
43105 | if test "$wxUSE_SHARED" = "yes"; then |
43106 | ||
43107 | sanitised_bakefile_mess=`echo "$SHARED_LD_CXX" | tr -d '()'` | |
43108 | EXE_LINKER=`eval echo "$sanitised_bakefile_mess"` | |
43109 | ||
5b674b9d DE |
43110 | case "${host}" in |
43111 | *-pc-os2_emx | *-pc-os2-emx ) | |
43112 | SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o" | |
43113 | SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o" | |
43114 | cp -p ${srcdir}/src/os2/dllnames.sh . | |
43115 | cp -p ${srcdir}/src/os2/dllar.sh . | |
43116 | ;; | |
43117 | esac | |
ceec2216 RL |
43118 | else |
43119 | ||
43120 | EXE_LINKER="$CXX -o" | |
43121 | ||
43122 | fi | |
69120ee4 VZ |
43123 | if test "$wxUSE_OMF" = "yes"; then |
43124 | case "${host}" in | |
43125 | *-pc-os2_emx | *-pc-os2-emx ) | |
43126 | LDFLAGS="$LDFLAGS -Zlinker /EXEPACK" | |
43127 | LDFLAGS_GUI="-Zlinker /PMTYPE:PM" | |
43128 | WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM" | |
43129 | ;; | |
43130 | esac | |
43131 | fi | |
a848cd7e | 43132 | |
74b84332 | 43133 | GCC_PRAGMA_FLAGS="" |
c08ebc62 DE |
43134 | PCH_FLAGS="" |
43135 | if test $GCC_PCH = 1 ; then | |
43136 | GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA" | |
43137 | PCH_FLAGS="-DWX_PRECOMP" | |
43138 | else | |
a848cd7e SC |
43139 | case "${host}" in |
43140 | powerpc-*-darwin* ) | |
74b84332 | 43141 | GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA" |
a848cd7e | 43142 | ;; |
bea8e651 | 43143 | *-*-mingw32* ) |
1f344abf VS |
43144 | if test "$wxUSE_STL" = "yes" -o \ |
43145 | "$wxUSE_NO_EXCEPTIONS" != "yes" -o \ | |
43146 | "$wxUSE_NO_RTTI" != "yes"; then | |
43147 | echo "$as_me:$LINENO: checking if this MinGW version needs -DNO_GCC_PRAGMA" >&5 | |
43148 | echo $ECHO_N "checking if this MinGW version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6 | |
bea8e651 MB |
43149 | cat >conftest.$ac_ext <<_ACEOF |
43150 | /* confdefs.h. */ | |
43151 | _ACEOF | |
43152 | cat confdefs.h >>conftest.$ac_ext | |
43153 | cat >>conftest.$ac_ext <<_ACEOF | |
43154 | /* end confdefs.h. */ | |
43155 | ||
3314e67b RR |
43156 | int |
43157 | main () | |
43158 | { | |
43159 | #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2)) | |
43160 | #error "Not GCC 3.2 or greater" | |
43161 | #endif | |
43162 | ||
43163 | ; | |
43164 | return 0; | |
43165 | } | |
43166 | _ACEOF | |
43167 | rm -f conftest.$ac_objext | |
43168 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
43169 | (eval $ac_compile) 2>conftest.er1 | |
43170 | ac_status=$? | |
43171 | grep -v '^ *+' conftest.er1 >conftest.err | |
43172 | rm -f conftest.er1 | |
43173 | cat conftest.err >&5 | |
43174 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
43175 | (exit $ac_status); } && | |
07158944 | 43176 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
3314e67b RR |
43177 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
43178 | (eval $ac_try) 2>&5 | |
43179 | ac_status=$? | |
43180 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
43181 | (exit $ac_status); }; } && | |
43182 | { ac_try='test -s conftest.$ac_objext' | |
43183 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | |
43184 | (eval $ac_try) 2>&5 | |
43185 | ac_status=$? | |
43186 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
43187 | (exit $ac_status); }; }; then | |
43188 | GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA" | |
43189 | echo "$as_me:$LINENO: result: yes" >&5 | |
43190 | echo "${ECHO_T}yes" >&6 | |
43191 | else | |
43192 | echo "$as_me: failed program was:" >&5 | |
43193 | sed 's/^/| /' conftest.$ac_ext >&5 | |
43194 | ||
43195 | echo "$as_me:$LINENO: result: no" >&5 | |
43196 | echo "${ECHO_T}no" >&6 | |
43197 | fi | |
43198 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | |
43199 | fi | |
43200 | ;; | |
43201 | *-pc-os2_emx | *-pc-os2-emx ) | |
43202 | if test "$wxUSE_STL" = "yes"; then | |
43203 | echo "$as_me:$LINENO: checking if this gcc version needs -DNO_GCC_PRAGMA" >&5 | |
43204 | echo $ECHO_N "checking if this gcc version needs -DNO_GCC_PRAGMA... $ECHO_C" >&6 | |
43205 | cat >conftest.$ac_ext <<_ACEOF | |
43206 | /* confdefs.h. */ | |
43207 | _ACEOF | |
43208 | cat confdefs.h >>conftest.$ac_ext | |
43209 | cat >>conftest.$ac_ext <<_ACEOF | |
43210 | /* end confdefs.h. */ | |
43211 | ||
bea8e651 MB |
43212 | int |
43213 | main () | |
43214 | { | |
1f344abf | 43215 | #if !(__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 2)) |
bea8e651 MB |
43216 | #error "Not GCC 3.2 or greater" |
43217 | #endif | |
43218 | ||
43219 | ; | |
43220 | return 0; | |
43221 | } | |
43222 | _ACEOF | |
43223 | rm -f conftest.$ac_objext | |
43224 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |
ac1cb8d3 | 43225 | (eval $ac_compile) 2>conftest.er1 |
bea8e651 | 43226 | ac_status=$? |
ac1cb8d3 VS |
43227 | grep -v '^ *+' conftest.er1 >conftest.err |
43228 | rm -f conftest.er1 | |
43229 | cat conftest.err >&5 | |
bea8e651 MB |
43230 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
43231 | (exit $ac_status); } && | |
07158944 | 43232 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' |
ac1cb8d3 VS |
43233 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
43234 | (eval $ac_try) 2>&5 | |
43235 | ac_status=$? | |
43236 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
43237 | (exit $ac_status); }; } && | |
43238 | { ac_try='test -s conftest.$ac_objext' | |
bea8e651 MB |
43239 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
43240 | (eval $ac_try) 2>&5 | |
43241 | ac_status=$? | |
43242 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | |
43243 | (exit $ac_status); }; }; then | |
74b84332 | 43244 | GCC_PRAGMA_FLAGS="-DNO_GCC_PRAGMA" |
bea8e651 MB |
43245 | echo "$as_me:$LINENO: result: yes" >&5 |
43246 | echo "${ECHO_T}yes" >&6 | |
43247 | else | |
43248 | echo "$as_me: failed program was:" >&5 | |
43249 | sed 's/^/| /' conftest.$ac_ext >&5 | |
43250 | ||
43251 | echo "$as_me:$LINENO: result: no" >&5 | |
43252 | echo "${ECHO_T}no" >&6 | |
43253 | fi | |
ac1cb8d3 | 43254 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
bea8e651 MB |
43255 | fi |
43256 | ;; | |
a848cd7e SC |
43257 | esac |
43258 | fi | |
d2083416 | 43259 | CPPFLAGS="$PCH_FLAGS $GCC_PRAGMA_FLAGS $CPPFLAGS" |
a848cd7e SC |
43260 | |
43261 | ||
43262 | SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`" | |
43263 | ||
43264 | ||
43265 | ||
43266 | ||
43267 | ||
43268 | ||
43269 | ||
43270 | ||
43271 | ||
43272 | ||
43273 | ||
43274 | ||
43275 | ||
43276 | ||
43277 | ||
43278 | ||
43279 | ||
43280 | ||
43281 | ||
43282 | ||
43283 | ||
43284 | ||
43285 | ||
43286 | ||
43287 | ||
43288 | ||
43289 | ||
43290 | ||
43291 | ||
43292 | ||
43293 | ||
43294 | ||
43295 | ||
43296 | ||
43297 | ||
43298 | ||
43299 | ||
43300 | ||
43301 | ||
43302 | ||
43303 | ||
43304 | ||
a848cd7e SC |
43305 | |
43306 | ||
43307 | ||
43308 | ||
43309 | ||
43310 | ||
43311 | ||
43312 | ||
43313 | ||
43314 | ||
43315 | ||
43316 | ||
43317 | ||
43318 | ||
43319 | ||
43320 | ||
43321 | ||
43322 | ||
74b84332 | 43323 | |
a848cd7e SC |
43324 | |
43325 | ||
43326 | echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 | |
43327 | echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 | |
ac1cb8d3 | 43328 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` |
a848cd7e SC |
43329 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then |
43330 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
43331 | else | |
43332 | cat >conftest.make <<\_ACEOF | |
43333 | all: | |
43334 | @echo 'ac_maketemp="$(MAKE)"' | |
43335 | _ACEOF | |
43336 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | |
43337 | eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` | |
43338 | if test -n "$ac_maketemp"; then | |
43339 | eval ac_cv_prog_make_${ac_make}_set=yes | |
43340 | else | |
43341 | eval ac_cv_prog_make_${ac_make}_set=no | |
43342 | fi | |
43343 | rm -f conftest.make | |
43344 | fi | |
43345 | if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | |
43346 | echo "$as_me:$LINENO: result: yes" >&5 | |
43347 | echo "${ECHO_T}yes" >&6 | |
43348 | SET_MAKE= | |
43349 | else | |
43350 | echo "$as_me:$LINENO: result: no" >&5 | |
43351 | echo "${ECHO_T}no" >&6 | |
43352 | SET_MAKE="MAKE=${MAKE-make}" | |
43353 | fi | |
43354 | ||
43355 | ||
a848cd7e | 43356 | |
ceec2216 RL |
43357 | ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" |
43358 | ||
a848cd7e | 43359 | |
ceec2216 | 43360 | ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" |
a848cd7e | 43361 | |
a848cd7e | 43362 | |
ceec2216 | 43363 | ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" |
a848cd7e | 43364 | |
ceec2216 RL |
43365 | |
43366 | ac_config_files="$ac_config_files version-script Makefile" | |
43367 | ||
43368 | ||
43369 | ac_config_commands="$ac_config_commands wx-config | |
43370 | " | |
a848cd7e SC |
43371 | |
43372 | ||
9103d280 RL |
43373 | |
43374 | ||
a848cd7e SC |
43375 | if test "$wxUSE_GUI" = "yes"; then |
43376 | SUBDIRS="samples demos utils contrib" | |
43377 | else SUBDIRS="samples utils" | |
43378 | fi | |
43379 | ||
43380 | ||
43381 | ||
43382 | # Check whether --with-cppunit-prefix or --without-cppunit-prefix was given. | |
43383 | if test "${with_cppunit_prefix+set}" = set; then | |
43384 | withval="$with_cppunit_prefix" | |
43385 | cppunit_config_prefix="$withval" | |
43386 | else | |
43387 | cppunit_config_prefix="" | |
43388 | fi; | |
43389 | ||
43390 | # Check whether --with-cppunit-exec-prefix or --without-cppunit-exec-prefix was given. | |
43391 | if test "${with_cppunit_exec_prefix+set}" = set; then | |
43392 | withval="$with_cppunit_exec_prefix" | |
43393 | cppunit_config_exec_prefix="$withval" | |
43394 | else | |
43395 | cppunit_config_exec_prefix="" | |
43396 | fi; | |
43397 | ||
43398 | if test x$cppunit_config_exec_prefix != x ; then | |
43399 | cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix" | |
43400 | if test x${CPPUNIT_CONFIG+set} != xset ; then | |
43401 | CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config | |
43402 | fi | |
43403 | fi | |
43404 | if test x$cppunit_config_prefix != x ; then | |
43405 | cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix" | |
43406 | if test x${CPPUNIT_CONFIG+set} != xset ; then | |
43407 | CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config | |
43408 | fi | |
43409 | fi | |
43410 | ||
43411 | # Extract the first word of "cppunit-config", so it can be a program name with args. | |
43412 | set dummy cppunit-config; ac_word=$2 | |
43413 | echo "$as_me:$LINENO: checking for $ac_word" >&5 | |
43414 | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | |
43415 | if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then | |
43416 | echo $ECHO_N "(cached) $ECHO_C" >&6 | |
43417 | else | |
43418 | case $CPPUNIT_CONFIG in | |
43419 | [\\/]* | ?:[\\/]*) | |
43420 | ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path. | |
43421 | ;; | |
43422 | *) | |
43423 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
43424 | for as_dir in $PATH | |
43425 | do | |
43426 | IFS=$as_save_IFS | |
43427 | test -z "$as_dir" && as_dir=. | |
43428 | for ac_exec_ext in '' $ac_executable_extensions; do | |
43429 | if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then | |
43430 | ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext" | |
43431 | echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 | |
43432 | break 2 | |
43433 | fi | |
43434 | done | |
43435 | done | |
43436 | ||
43437 | test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no" | |
43438 | ;; | |
43439 | esac | |
43440 | fi | |
43441 | CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG | |
43442 | ||
43443 | if test -n "$CPPUNIT_CONFIG"; then | |
43444 | echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5 | |
43445 | echo "${ECHO_T}$CPPUNIT_CONFIG" >&6 | |
43446 | else | |
43447 | echo "$as_me:$LINENO: result: no" >&5 | |
43448 | echo "${ECHO_T}no" >&6 | |
43449 | fi | |
43450 | ||
43451 | cppunit_version_min=1.8.0 | |
43452 | ||
43453 | echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5 | |
43454 | echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6 | |
43455 | no_cppunit="" | |
43456 | if test "$CPPUNIT_CONFIG" = "no" ; then | |
43457 | no_cppunit=yes | |
43458 | else | |
43459 | CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags` | |
43460 | CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs` | |
43461 | cppunit_version=`$CPPUNIT_CONFIG --version` | |
43462 | ||
43463 | cppunit_major_version=`echo $cppunit_version | \ | |
43464 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
43465 | cppunit_minor_version=`echo $cppunit_version | \ | |
43466 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
43467 | cppunit_micro_version=`echo $cppunit_version | \ | |
43468 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
43469 | ||
43470 | cppunit_major_min=`echo $cppunit_version_min | \ | |
43471 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` | |
43472 | cppunit_minor_min=`echo $cppunit_version_min | \ | |
43473 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` | |
43474 | cppunit_micro_min=`echo $cppunit_version_min | \ | |
43475 | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` | |
43476 | ||
43477 | cppunit_version_proper=`expr \ | |
43478 | $cppunit_major_version \> $cppunit_major_min \| \ | |
43479 | $cppunit_major_version \= $cppunit_major_min \& \ | |
43480 | $cppunit_minor_version \> $cppunit_minor_min \| \ | |
43481 | $cppunit_major_version \= $cppunit_major_min \& \ | |
43482 | $cppunit_minor_version \= $cppunit_minor_min \& \ | |
43483 | $cppunit_micro_version \>= $cppunit_micro_min ` | |
43484 | ||
43485 | if test "$cppunit_version_proper" = "1" ; then | |
43486 | echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5 | |
43487 | echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6 | |
43488 | else | |
43489 | echo "$as_me:$LINENO: result: no" >&5 | |
43490 | echo "${ECHO_T}no" >&6 | |
43491 | no_cppunit=yes | |
43492 | fi | |
43493 | fi | |
43494 | ||
43495 | if test "x$no_cppunit" = x ; then | |
c2218763 | 43496 | SUBDIRS="$SUBDIRS tests" |
a848cd7e SC |
43497 | else |
43498 | CPPUNIT_CFLAGS="" | |
43499 | CPPUNIT_LIBS="" | |
c2218763 | 43500 | : |
a848cd7e SC |
43501 | fi |
43502 | ||
43503 | ||
43504 | ||
43505 | ||
43506 | ||
43507 | for subdir in `echo $SUBDIRS`; do | |
43508 | if test -d ${srcdir}/${subdir} ; then | |
43509 | if test "$wxUSE_GUI" = "yes"; then | |
43510 | if test ${subdir} = "samples"; then | |
43511 | makefiles="samples/Makefile.in $makefiles" | |
43512 | for sample in `echo $SAMPLES_SUBDIRS`; do | |
43513 | if test -d $srcdir/samples/$sample; then | |
43514 | makefiles="samples/$sample/Makefile.in $makefiles" | |
43515 | fi | |
43516 | done | |
43517 | else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)` | |
43518 | fi | |
43519 | else if test ${subdir} = "samples"; then | |
43520 | makefiles="samples/Makefile.in samples/console/Makefile.in" | |
43521 | elif test ${subdir} = "utils"; then | |
6537ccf8 VS |
43522 | makefiles="" |
43523 | for util in HelpGen tex2rtf ; do | |
43524 | if test -d $srcdir/utils/$util ; then | |
43525 | makefiles="utils/$util/Makefile.in \ | |
43526 | utils/$util/src/Makefile.in \ | |
43527 | $makefiles" | |
43528 | fi | |
43529 | done | |
a848cd7e SC |
43530 | else makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)` |
43531 | fi | |
43532 | fi | |
43533 | ||
43534 | for mkin in $makefiles ; do | |
43535 | mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'` | |
43536 | ac_config_files="$ac_config_files $mk" | |
43537 | ||
43538 | done | |
43539 | fi | |
43540 | done | |
43541 | ||
43542 | ||
43543 | cat >confcache <<\_ACEOF | |
43544 | # This file is a shell script that caches the results of configure | |
43545 | # tests run on this system so they can be shared between configure | |
43546 | # scripts and configure runs, see configure's option --config-cache. | |
43547 | # It is not useful on other systems. If it contains results you don't | |
43548 | # want to keep, you may remove or edit it. | |
43549 | # | |
43550 | # config.status only pays attention to the cache file if you give it | |
43551 | # the --recheck option to rerun configure. | |
43552 | # | |
43553 | # `ac_cv_env_foo' variables (set or unset) will be overridden when | |
43554 | # loading this file, other *unset* `ac_cv_foo' will be assigned the | |
43555 | # following values. | |
43556 | ||
43557 | _ACEOF | |
43558 | ||
43559 | # The following way of writing the cache mishandles newlines in values, | |
43560 | # but we know of no workaround that is simple, portable, and efficient. | |
43561 | # So, don't put newlines in cache variables' values. | |
43562 | # Ultrix sh set writes to stderr and can't be redirected directly, | |
43563 | # and sets the high bit in the cache file unless we assign to the vars. | |
43564 | { | |
43565 | (set) 2>&1 | | |
43566 | case `(ac_space=' '; set | grep ac_space) 2>&1` in | |
43567 | *ac_space=\ *) | |
43568 | # `set' does not quote correctly, so add quotes (double-quote | |
43569 | # substitution turns \\\\ into \\, and sed turns \\ into \). | |
43570 | sed -n \ | |
ac1cb8d3 VS |
43571 | "s/'/'\\\\''/g; |
43572 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | |
a848cd7e SC |
43573 | ;; |
43574 | *) | |
43575 | # `set' quotes correctly as required by POSIX, so do not add quotes. | |
43576 | sed -n \ | |
ac1cb8d3 | 43577 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" |
a848cd7e SC |
43578 | ;; |
43579 | esac; | |
43580 | } | | |
43581 | sed ' | |
43582 | t clear | |
43583 | : clear | |
43584 | s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ | |
43585 | t end | |
43586 | /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | |
43587 | : end' >>confcache | |
43588 | if diff $cache_file confcache >/dev/null 2>&1; then :; else | |
43589 | if test -w $cache_file; then | |
43590 | test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" | |
43591 | cat confcache >$cache_file | |
43592 | else | |
43593 | echo "not updating unwritable cache $cache_file" | |
43594 | fi | |
43595 | fi | |
43596 | rm -f confcache | |
43597 | ||
43598 | test "x$prefix" = xNONE && prefix=$ac_default_prefix | |
43599 | # Let make expand exec_prefix. | |
43600 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |
43601 | ||
43602 | # VPATH may cause trouble with some makes, so we remove $(srcdir), | |
43603 | # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and | |
43604 | # trailing colons and then remove the whole line if VPATH becomes empty | |
43605 | # (actually we leave an empty line to preserve line numbers). | |
43606 | if test "x$srcdir" = x.; then | |
ac1cb8d3 | 43607 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
a848cd7e SC |
43608 | s/:*\$(srcdir):*/:/; |
43609 | s/:*\${srcdir}:*/:/; | |
43610 | s/:*@srcdir@:*/:/; | |
ac1cb8d3 | 43611 | s/^\([^=]*=[ ]*\):*/\1/; |
a848cd7e | 43612 | s/:*$//; |
ac1cb8d3 | 43613 | s/^[^=]*=[ ]*$//; |
a848cd7e SC |
43614 | }' |
43615 | fi | |
43616 | ||
43617 | DEFS=-DHAVE_CONFIG_H | |
43618 | ||
43619 | ac_libobjs= | |
43620 | ac_ltlibobjs= | |
43621 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | |
43622 | # 1. Remove the extension, and $U if already installed. | |
43623 | ac_i=`echo "$ac_i" | | |
ac1cb8d3 | 43624 | sed 's/\$U\././;s/\.o$//;s/\.obj$//'` |
a848cd7e SC |
43625 | # 2. Add them. |
43626 | ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" | |
43627 | ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' | |
43628 | done | |
43629 | LIBOBJS=$ac_libobjs | |
43630 | ||
43631 | LTLIBOBJS=$ac_ltlibobjs | |
43632 | ||
43633 | ||
43634 | ||
43635 | : ${CONFIG_STATUS=./config.status} | |
43636 | ac_clean_files_save=$ac_clean_files | |
43637 | ac_clean_files="$ac_clean_files $CONFIG_STATUS" | |
43638 | { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 | |
43639 | echo "$as_me: creating $CONFIG_STATUS" >&6;} | |
43640 | cat >$CONFIG_STATUS <<_ACEOF | |
43641 | #! $SHELL | |
43642 | # Generated by $as_me. | |
43643 | # Run this file to recreate the current configuration. | |
43644 | # Compiler output produced by configure, useful for debugging | |
43645 | # configure, is in config.log if it exists. | |
43646 | ||
43647 | debug=false | |
43648 | ac_cs_recheck=false | |
43649 | ac_cs_silent=false | |
43650 | SHELL=\${CONFIG_SHELL-$SHELL} | |
43651 | _ACEOF | |
43652 | ||
43653 | cat >>$CONFIG_STATUS <<\_ACEOF | |
43654 | ## --------------------- ## | |
43655 | ## M4sh Initialization. ## | |
43656 | ## --------------------- ## | |
43657 | ||
43658 | # Be Bourne compatible | |
43659 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | |
43660 | emulate sh | |
43661 | NULLCMD=: | |
43662 | # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which | |
43663 | # is contrary to our usage. Disable this feature. | |
43664 | alias -g '${1+"$@"}'='"$@"' | |
43665 | elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then | |
43666 | set -o posix | |
43667 | fi | |
ac1cb8d3 | 43668 | DUALCASE=1; export DUALCASE # for MKS sh |
a848cd7e SC |
43669 | |
43670 | # Support unset when possible. | |
ac1cb8d3 | 43671 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
a848cd7e SC |
43672 | as_unset=unset |
43673 | else | |
43674 | as_unset=false | |
43675 | fi | |
43676 | ||
43677 | ||
43678 | # Work around bugs in pre-3.0 UWIN ksh. | |
43679 | $as_unset ENV MAIL MAILPATH | |
43680 | PS1='$ ' | |
43681 | PS2='> ' | |
43682 | PS4='+ ' | |
43683 | ||
43684 | # NLS nuisances. | |
43685 | for as_var in \ | |
43686 | LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ | |
43687 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ | |
43688 | LC_TELEPHONE LC_TIME | |
43689 | do | |
ac1cb8d3 | 43690 | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
a848cd7e SC |
43691 | eval $as_var=C; export $as_var |
43692 | else | |
43693 | $as_unset $as_var | |
43694 | fi | |
43695 | done | |
43696 | ||
43697 | # Required to use basename. | |
43698 | if expr a : '\(a\)' >/dev/null 2>&1; then | |
43699 | as_expr=expr | |
43700 | else | |
43701 | as_expr=false | |
43702 | fi | |
43703 | ||
43704 | if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then | |
43705 | as_basename=basename | |
43706 | else | |
43707 | as_basename=false | |
43708 | fi | |
43709 | ||
43710 | ||
43711 | # Name of the executable. | |
43712 | as_me=`$as_basename "$0" || | |
43713 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | |
43714 | X"$0" : 'X\(//\)$' \| \ | |
43715 | X"$0" : 'X\(/\)$' \| \ | |
43716 | . : '\(.\)' 2>/dev/null || | |
43717 | echo X/"$0" | | |
43718 | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; } | |
43719 | /^X\/\(\/\/\)$/{ s//\1/; q; } | |
43720 | /^X\/\(\/\).*/{ s//\1/; q; } | |
43721 | s/.*/./; q'` | |
43722 | ||
43723 | ||
43724 | # PATH needs CR, and LINENO needs CR and PATH. | |
43725 | # Avoid depending upon Character Ranges. | |
43726 | as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
43727 | as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
43728 | as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
43729 | as_cr_digits='0123456789' | |
43730 | as_cr_alnum=$as_cr_Letters$as_cr_digits | |
43731 | ||
43732 | # The user is always right. | |
43733 | if test "${PATH_SEPARATOR+set}" != set; then | |
43734 | echo "#! /bin/sh" >conf$$.sh | |
43735 | echo "exit 0" >>conf$$.sh | |
43736 | chmod +x conf$$.sh | |
43737 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then | |
43738 | PATH_SEPARATOR=';' | |
43739 | else | |
43740 | PATH_SEPARATOR=: | |
43741 | fi | |
43742 | rm -f conf$$.sh | |
43743 | fi | |
43744 | ||
43745 | ||
43746 | as_lineno_1=$LINENO | |
43747 | as_lineno_2=$LINENO | |
43748 | as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` | |
43749 | test "x$as_lineno_1" != "x$as_lineno_2" && | |
43750 | test "x$as_lineno_3" = "x$as_lineno_2" || { | |
43751 | # Find who we are. Look in the path if we contain no path at all | |
43752 | # relative or not. | |
43753 | case $0 in | |
43754 | *[\\/]* ) as_myself=$0 ;; | |
43755 | *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
43756 | for as_dir in $PATH | |
43757 | do | |
43758 | IFS=$as_save_IFS | |
43759 | test -z "$as_dir" && as_dir=. | |
43760 | test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | |
43761 | done | |
43762 | ||
43763 | ;; | |
43764 | esac | |
43765 | # We did not find ourselves, most probably we were run as `sh COMMAND' | |
43766 | # in which case we are not to be found in the path. | |
43767 | if test "x$as_myself" = x; then | |
43768 | as_myself=$0 | |
43769 | fi | |
43770 | if test ! -f "$as_myself"; then | |
43771 | { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5 | |
43772 | echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;} | |
43773 | { (exit 1); exit 1; }; } | |
43774 | fi | |
43775 | case $CONFIG_SHELL in | |
43776 | '') | |
43777 | as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
43778 | for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH | |
43779 | do | |
43780 | IFS=$as_save_IFS | |
43781 | test -z "$as_dir" && as_dir=. | |
43782 | for as_base in sh bash ksh sh5; do | |
43783 | case $as_dir in | |
43784 | /*) | |
43785 | if ("$as_dir/$as_base" -c ' | |
43786 | as_lineno_1=$LINENO | |
43787 | as_lineno_2=$LINENO | |
43788 | as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null` | |
43789 | test "x$as_lineno_1" != "x$as_lineno_2" && | |
43790 | test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then | |
43791 | $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; } | |
43792 | $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; } | |
43793 | CONFIG_SHELL=$as_dir/$as_base | |
43794 | export CONFIG_SHELL | |
43795 | exec "$CONFIG_SHELL" "$0" ${1+"$@"} | |
43796 | fi;; | |
43797 | esac | |
43798 | done | |
43799 | done | |
43800 | ;; | |
43801 | esac | |
43802 | ||
43803 | # Create $as_me.lineno as a copy of $as_myself, but with $LINENO | |
43804 | # uniformly replaced by the line number. The first 'sed' inserts a | |
43805 | # line-number line before each line; the second 'sed' does the real | |
43806 | # work. The second script uses 'N' to pair each line-number line | |
43807 | # with the numbered line, and appends trailing '-' during | |
43808 | # substitution so that $LINENO is not a special case at line end. | |
43809 | # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the | |
43810 | # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-) | |
43811 | sed '=' <$as_myself | | |
43812 | sed ' | |
43813 | N | |
43814 | s,$,-, | |
43815 | : loop | |
43816 | s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, | |
43817 | t loop | |
43818 | s,-$,, | |
43819 | s,^['$as_cr_digits']*\n,, | |
43820 | ' >$as_me.lineno && | |
43821 | chmod +x $as_me.lineno || | |
43822 | { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5 | |
43823 | echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;} | |
43824 | { (exit 1); exit 1; }; } | |
43825 | ||
43826 | # Don't try to exec as it changes $[0], causing all sort of problems | |
43827 | # (the dirname of $[0] is not the place where we might find the | |
43828 | # original and so on. Autoconf is especially sensible to this). | |
43829 | . ./$as_me.lineno | |
43830 | # Exit status is that of the last command. | |
43831 | exit | |
43832 | } | |
43833 | ||
43834 | ||
43835 | case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in | |
43836 | *c*,-n*) ECHO_N= ECHO_C=' | |
43837 | ' ECHO_T=' ' ;; | |
43838 | *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; | |
43839 | *) ECHO_N= ECHO_C='\c' ECHO_T= ;; | |
43840 | esac | |
43841 | ||
43842 | if expr a : '\(a\)' >/dev/null 2>&1; then | |
43843 | as_expr=expr | |
43844 | else | |
43845 | as_expr=false | |
43846 | fi | |
43847 | ||
43848 | rm -f conf$$ conf$$.exe conf$$.file | |
43849 | echo >conf$$.file | |
43850 | if ln -s conf$$.file conf$$ 2>/dev/null; then | |
43851 | # We could just check for DJGPP; but this test a) works b) is more generic | |
43852 | # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). | |
43853 | if test -f conf$$.exe; then | |
43854 | # Don't use ln at all; we don't have any links | |
43855 | as_ln_s='cp -p' | |
43856 | else | |
43857 | as_ln_s='ln -s' | |
43858 | fi | |
43859 | elif ln conf$$.file conf$$ 2>/dev/null; then | |
43860 | as_ln_s=ln | |
43861 | else | |
43862 | as_ln_s='cp -p' | |
43863 | fi | |
43864 | rm -f conf$$ conf$$.exe conf$$.file | |
43865 | ||
43866 | if mkdir -p . 2>/dev/null; then | |
43867 | as_mkdir_p=: | |
43868 | else | |
ac1cb8d3 | 43869 | test -d ./-p && rmdir ./-p |
a848cd7e SC |
43870 | as_mkdir_p=false |
43871 | fi | |
43872 | ||
43873 | as_executable_p="test -f" | |
43874 | ||
43875 | # Sed expression to map a string onto a valid CPP name. | |
ac1cb8d3 | 43876 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
a848cd7e SC |
43877 | |
43878 | # Sed expression to map a string onto a valid variable name. | |
ac1cb8d3 | 43879 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
a848cd7e SC |
43880 | |
43881 | ||
43882 | # IFS | |
43883 | # We need space, tab and new line, in precisely that order. | |
43884 | as_nl=' | |
43885 | ' | |
43886 | IFS=" $as_nl" | |
43887 | ||
43888 | # CDPATH. | |
43889 | $as_unset CDPATH | |
43890 | ||
43891 | exec 6>&1 | |
43892 | ||
43893 | # Open the log real soon, to keep \$[0] and so on meaningful, and to | |
43894 | # report actual input values of CONFIG_FILES etc. instead of their | |
43895 | # values after options handling. Logging --version etc. is OK. | |
43896 | exec 5>>config.log | |
43897 | { | |
43898 | echo | |
43899 | sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX | |
43900 | ## Running $as_me. ## | |
43901 | _ASBOX | |
43902 | } >&5 | |
43903 | cat >&5 <<_CSEOF | |
43904 | ||
63c4f6da | 43905 | This file was extended by wxWidgets $as_me 2.5.5, which was |
ac1cb8d3 | 43906 | generated by GNU Autoconf 2.59. Invocation command line was |
a848cd7e SC |
43907 | |
43908 | CONFIG_FILES = $CONFIG_FILES | |
43909 | CONFIG_HEADERS = $CONFIG_HEADERS | |
43910 | CONFIG_LINKS = $CONFIG_LINKS | |
43911 | CONFIG_COMMANDS = $CONFIG_COMMANDS | |
43912 | $ $0 $@ | |
43913 | ||
43914 | _CSEOF | |
43915 | echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5 | |
43916 | echo >&5 | |
43917 | _ACEOF | |
43918 | ||
43919 | # Files that config.status was made for. | |
43920 | if test -n "$ac_config_files"; then | |
43921 | echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS | |
43922 | fi | |
43923 | ||
43924 | if test -n "$ac_config_headers"; then | |
43925 | echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS | |
43926 | fi | |
43927 | ||
43928 | if test -n "$ac_config_links"; then | |
43929 | echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS | |
43930 | fi | |
43931 | ||
43932 | if test -n "$ac_config_commands"; then | |
43933 | echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS | |
43934 | fi | |
43935 | ||
43936 | cat >>$CONFIG_STATUS <<\_ACEOF | |
43937 | ||
43938 | ac_cs_usage="\ | |
43939 | \`$as_me' instantiates files from templates according to the | |
43940 | current configuration. | |
43941 | ||
43942 | Usage: $0 [OPTIONS] [FILE]... | |
43943 | ||
43944 | -h, --help print this help, then exit | |
43945 | -V, --version print version number, then exit | |
43946 | -q, --quiet do not print progress messages | |
43947 | -d, --debug don't remove temporary files | |
43948 | --recheck update $as_me by reconfiguring in the same conditions | |
43949 | --file=FILE[:TEMPLATE] | |
ac1cb8d3 | 43950 | instantiate the configuration file FILE |
a848cd7e | 43951 | --header=FILE[:TEMPLATE] |
ac1cb8d3 | 43952 | instantiate the configuration header FILE |
a848cd7e SC |
43953 | |
43954 | Configuration files: | |
43955 | $config_files | |
43956 | ||
43957 | Configuration headers: | |
43958 | $config_headers | |
43959 | ||
43960 | Configuration commands: | |
43961 | $config_commands | |
43962 | ||
43963 | Report bugs to <bug-autoconf@gnu.org>." | |
43964 | _ACEOF | |
43965 | ||
43966 | cat >>$CONFIG_STATUS <<_ACEOF | |
43967 | ac_cs_version="\\ | |
63c4f6da | 43968 | wxWidgets config.status 2.5.5 |
ac1cb8d3 | 43969 | configured by $0, generated by GNU Autoconf 2.59, |
a848cd7e SC |
43970 | with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" |
43971 | ||
ac1cb8d3 | 43972 | Copyright (C) 2003 Free Software Foundation, Inc. |
a848cd7e SC |
43973 | This config.status script is free software; the Free Software Foundation |
43974 | gives unlimited permission to copy, distribute and modify it." | |
43975 | srcdir=$srcdir | |
43976 | INSTALL="$INSTALL" | |
43977 | _ACEOF | |
43978 | ||
43979 | cat >>$CONFIG_STATUS <<\_ACEOF | |
43980 | # If no file are specified by the user, then we need to provide default | |
43981 | # value. By we need to know if files were specified by the user. | |
43982 | ac_need_defaults=: | |
43983 | while test $# != 0 | |
43984 | do | |
43985 | case $1 in | |
43986 | --*=*) | |
43987 | ac_option=`expr "x$1" : 'x\([^=]*\)='` | |
43988 | ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` | |
43989 | ac_shift=: | |
43990 | ;; | |
43991 | -*) | |
43992 | ac_option=$1 | |
43993 | ac_optarg=$2 | |
43994 | ac_shift=shift | |
43995 | ;; | |
43996 | *) # This is not an option, so the user has probably given explicit | |
43997 | # arguments. | |
43998 | ac_option=$1 | |
43999 | ac_need_defaults=false;; | |
44000 | esac | |
44001 | ||
44002 | case $ac_option in | |
44003 | # Handling of the options. | |
44004 | _ACEOF | |
44005 | cat >>$CONFIG_STATUS <<\_ACEOF | |
44006 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | |
44007 | ac_cs_recheck=: ;; | |
44008 | --version | --vers* | -V ) | |
44009 | echo "$ac_cs_version"; exit 0 ;; | |
44010 | --he | --h) | |
44011 | # Conflict between --help and --header | |
44012 | { { echo "$as_me:$LINENO: error: ambiguous option: $1 | |
44013 | Try \`$0 --help' for more information." >&5 | |
44014 | echo "$as_me: error: ambiguous option: $1 | |
44015 | Try \`$0 --help' for more information." >&2;} | |
44016 | { (exit 1); exit 1; }; };; | |
44017 | --help | --hel | -h ) | |
44018 | echo "$ac_cs_usage"; exit 0 ;; | |
44019 | --debug | --d* | -d ) | |
44020 | debug=: ;; | |
44021 | --file | --fil | --fi | --f ) | |
44022 | $ac_shift | |
44023 | CONFIG_FILES="$CONFIG_FILES $ac_optarg" | |
44024 | ac_need_defaults=false;; | |
44025 | --header | --heade | --head | --hea ) | |
44026 | $ac_shift | |
44027 | CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" | |
44028 | ac_need_defaults=false;; | |
44029 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
44030 | | -silent | --silent | --silen | --sile | --sil | --si | --s) | |
44031 | ac_cs_silent=: ;; | |
44032 | ||
44033 | # This is an error. | |
44034 | -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 | |
44035 | Try \`$0 --help' for more information." >&5 | |
44036 | echo "$as_me: error: unrecognized option: $1 | |
44037 | Try \`$0 --help' for more information." >&2;} | |
44038 | { (exit 1); exit 1; }; } ;; | |
44039 | ||
44040 | *) ac_config_targets="$ac_config_targets $1" ;; | |
44041 | ||
44042 | esac | |
44043 | shift | |
44044 | done | |
44045 | ||
44046 | ac_configure_extra_args= | |
44047 | ||
44048 | if $ac_cs_silent; then | |
44049 | exec 6>/dev/null | |
44050 | ac_configure_extra_args="$ac_configure_extra_args --silent" | |
44051 | fi | |
44052 | ||
44053 | _ACEOF | |
44054 | cat >>$CONFIG_STATUS <<_ACEOF | |
44055 | if \$ac_cs_recheck; then | |
44056 | echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 | |
44057 | exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion | |
44058 | fi | |
44059 | ||
44060 | _ACEOF | |
44061 | ||
44062 | cat >>$CONFIG_STATUS <<_ACEOF | |
44063 | # | |
44064 | # INIT-COMMANDS section. | |
44065 | # | |
44066 | ||
ceec2216 RL |
44067 | TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}" |
44068 | TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}" | |
44069 | TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}" | |
44070 | LN_S="${LN_S}" | |
a848cd7e SC |
44071 | |
44072 | ||
44073 | _ACEOF | |
44074 | ||
44075 | ||
44076 | ||
44077 | cat >>$CONFIG_STATUS <<\_ACEOF | |
44078 | for ac_config_target in $ac_config_targets | |
44079 | do | |
44080 | case "$ac_config_target" in | |
44081 | # Handling of arguments. | |
ceec2216 RL |
44082 | "lib/wx/config/${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;; |
44083 | "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}" ) CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;; | |
a848cd7e SC |
44084 | "version-script" ) CONFIG_FILES="$CONFIG_FILES version-script" ;; |
44085 | "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; | |
44086 | "$mk" ) CONFIG_FILES="$CONFIG_FILES $mk" ;; | |
ceec2216 RL |
44087 | "wx-config" ) CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;; |
44088 | "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 |
44089 | *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |
44090 | echo "$as_me: error: invalid argument: $ac_config_target" >&2;} | |
44091 | { (exit 1); exit 1; }; };; | |
44092 | esac | |
44093 | done | |
44094 | ||
44095 | # If the user did not use the arguments to specify the items to instantiate, | |
44096 | # then the envvar interface is used. Set only those that are not. | |
44097 | # We use the long form for the default assignment because of an extremely | |
44098 | # bizarre bug on SunOS 4.1.3. | |
44099 | if $ac_need_defaults; then | |
44100 | test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files | |
44101 | test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers | |
44102 | test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands | |
44103 | fi | |
44104 | ||
44105 | # Have a temporary directory for convenience. Make it in the build tree | |
44106 | # simply because there is no reason to put it here, and in addition, | |
44107 | # creating and moving files from /tmp can sometimes cause problems. | |
44108 | # Create a temporary directory, and hook for its removal unless debugging. | |
44109 | $debug || | |
44110 | { | |
44111 | trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 | |
44112 | trap '{ (exit 1); exit 1; }' 1 2 13 15 | |
44113 | } | |
44114 | ||
44115 | # Create a (secure) tmp directory for tmp files. | |
44116 | ||
44117 | { | |
44118 | tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && | |
44119 | test -n "$tmp" && test -d "$tmp" | |
44120 | } || | |
44121 | { | |
44122 | tmp=./confstat$$-$RANDOM | |
44123 | (umask 077 && mkdir $tmp) | |
44124 | } || | |
44125 | { | |
44126 | echo "$me: cannot create a temporary directory in ." >&2 | |
44127 | { (exit 1); exit 1; } | |
44128 | } | |
44129 | ||
44130 | _ACEOF | |
44131 | ||
44132 | cat >>$CONFIG_STATUS <<_ACEOF | |
44133 | ||
44134 | # | |
44135 | # CONFIG_FILES section. | |
44136 | # | |
44137 | ||
44138 | # No need to generate the scripts if there are no CONFIG_FILES. | |
44139 | # This happens for instance when ./config.status config.h | |
44140 | if test -n "\$CONFIG_FILES"; then | |
44141 | # Protect against being on the right side of a sed subst in config.status. | |
44142 | sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; | |
44143 | s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF | |
44144 | s,@SHELL@,$SHELL,;t t | |
44145 | s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t | |
44146 | s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t | |
44147 | s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t | |
44148 | s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t | |
44149 | s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t | |
44150 | s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t | |
44151 | s,@exec_prefix@,$exec_prefix,;t t | |
44152 | s,@prefix@,$prefix,;t t | |
44153 | s,@program_transform_name@,$program_transform_name,;t t | |
44154 | s,@bindir@,$bindir,;t t | |
44155 | s,@sbindir@,$sbindir,;t t | |
44156 | s,@libexecdir@,$libexecdir,;t t | |
44157 | s,@datadir@,$datadir,;t t | |
44158 | s,@sysconfdir@,$sysconfdir,;t t | |
44159 | s,@sharedstatedir@,$sharedstatedir,;t t | |
44160 | s,@localstatedir@,$localstatedir,;t t | |
44161 | s,@libdir@,$libdir,;t t | |
44162 | s,@includedir@,$includedir,;t t | |
44163 | s,@oldincludedir@,$oldincludedir,;t t | |
44164 | s,@infodir@,$infodir,;t t | |
44165 | s,@mandir@,$mandir,;t t | |
44166 | s,@build_alias@,$build_alias,;t t | |
44167 | s,@host_alias@,$host_alias,;t t | |
44168 | s,@target_alias@,$target_alias,;t t | |
44169 | s,@DEFS@,$DEFS,;t t | |
44170 | s,@ECHO_C@,$ECHO_C,;t t | |
44171 | s,@ECHO_N@,$ECHO_N,;t t | |
44172 | s,@ECHO_T@,$ECHO_T,;t t | |
44173 | s,@LIBS@,$LIBS,;t t | |
44174 | s,@build@,$build,;t t | |
44175 | s,@build_cpu@,$build_cpu,;t t | |
44176 | s,@build_vendor@,$build_vendor,;t t | |
44177 | s,@build_os@,$build_os,;t t | |
44178 | s,@host@,$host,;t t | |
44179 | s,@host_cpu@,$host_cpu,;t t | |
44180 | s,@host_vendor@,$host_vendor,;t t | |
44181 | s,@host_os@,$host_os,;t t | |
44182 | s,@target@,$target,;t t | |
44183 | s,@target_cpu@,$target_cpu,;t t | |
44184 | s,@target_vendor@,$target_vendor,;t t | |
44185 | s,@target_os@,$target_os,;t t | |
44186 | s,@CC@,$CC,;t t | |
44187 | s,@CFLAGS@,$CFLAGS,;t t | |
44188 | s,@LDFLAGS@,$LDFLAGS,;t t | |
44189 | s,@CPPFLAGS@,$CPPFLAGS,;t t | |
44190 | s,@ac_ct_CC@,$ac_ct_CC,;t t | |
44191 | s,@EXEEXT@,$EXEEXT,;t t | |
44192 | s,@OBJEXT@,$OBJEXT,;t t | |
44193 | s,@CPP@,$CPP,;t t | |
44194 | s,@EGREP@,$EGREP,;t t | |
44195 | s,@CXX@,$CXX,;t t | |
44196 | s,@CXXFLAGS@,$CXXFLAGS,;t t | |
44197 | s,@ac_ct_CXX@,$ac_ct_CXX,;t t | |
44198 | s,@RANLIB@,$RANLIB,;t t | |
44199 | s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t | |
44200 | s,@AR@,$AR,;t t | |
44201 | s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t | |
44202 | s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t | |
44203 | s,@INSTALL_DATA@,$INSTALL_DATA,;t t | |
44204 | s,@STRIP@,$STRIP,;t t | |
44205 | s,@IF_GNU_MAKE@,$IF_GNU_MAKE,;t t | |
44206 | s,@LN_S@,$LN_S,;t t | |
44207 | s,@CXXCPP@,$CXXCPP,;t t | |
44208 | s,@subdirs@,$subdirs,;t t | |
44209 | s,@PKG_CONFIG@,$PKG_CONFIG,;t t | |
44210 | s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t | |
44211 | s,@GTK_LIBS@,$GTK_LIBS,;t t | |
44212 | s,@GTK_CONFIG@,$GTK_CONFIG,;t t | |
a848cd7e SC |
44213 | s,@X_CFLAGS@,$X_CFLAGS,;t t |
44214 | s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t | |
44215 | s,@X_LIBS@,$X_LIBS,;t t | |
44216 | s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t | |
44217 | s,@PANGOX_CFLAGS@,$PANGOX_CFLAGS,;t t | |
44218 | s,@PANGOX_LIBS@,$PANGOX_LIBS,;t t | |
d1c38808 VZ |
44219 | s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t |
44220 | s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t | |
a848cd7e SC |
44221 | s,@PANGOXFT_CFLAGS@,$PANGOXFT_CFLAGS,;t t |
44222 | s,@PANGOXFT_LIBS@,$PANGOXFT_LIBS,;t t | |
44223 | s,@RESCOMP@,$RESCOMP,;t t | |
44224 | s,@DEREZ@,$DEREZ,;t t | |
44225 | s,@SETFILE@,$SETFILE,;t t | |
44226 | s,@LIBICONV@,$LIBICONV,;t t | |
44227 | s,@EXTRALIBS_ESD@,$EXTRALIBS_ESD,;t t | |
44228 | s,@SDL_CONFIG@,$SDL_CONFIG,;t t | |
44229 | s,@SDL_CFLAGS@,$SDL_CFLAGS,;t t | |
44230 | s,@SDL_LIBS@,$SDL_LIBS,;t t | |
d1c38808 VZ |
44231 | s,@LIBGNOMEPRINTUI_CFLAGS@,$LIBGNOMEPRINTUI_CFLAGS,;t t |
44232 | s,@LIBGNOMEPRINTUI_LIBS@,$LIBGNOMEPRINTUI_LIBS,;t t | |
dae87f93 RN |
44233 | s,@GSTREAMER_CFLAGS@,$GSTREAMER_CFLAGS,;t t |
44234 | s,@GSTREAMER_LIBS@,$GSTREAMER_LIBS,;t t | |
44235 | s,@GST_INSPECT@,$GST_INSPECT,;t t | |
a848cd7e SC |
44236 | s,@CORE_BASE_LIBS@,$CORE_BASE_LIBS,;t t |
44237 | s,@CORE_GUI_LIBS@,$CORE_GUI_LIBS,;t t | |
44238 | s,@wxUSE_ZLIB@,$wxUSE_ZLIB,;t t | |
44239 | s,@wxUSE_REGEX@,$wxUSE_REGEX,;t t | |
44240 | s,@wxUSE_EXPAT@,$wxUSE_EXPAT,;t t | |
44241 | s,@wxUSE_ODBC@,$wxUSE_ODBC,;t t | |
44242 | s,@wxUSE_LIBJPEG@,$wxUSE_LIBJPEG,;t t | |
44243 | s,@wxUSE_LIBPNG@,$wxUSE_LIBPNG,;t t | |
44244 | s,@wxUSE_LIBTIFF@,$wxUSE_LIBTIFF,;t t | |
44245 | s,@VENDOR@,$VENDOR,;t t | |
44246 | s,@OFFICIAL_BUILD@,$OFFICIAL_BUILD,;t t | |
ceec2216 RL |
44247 | s,@WX_FLAVOUR@,$WX_FLAVOUR,;t t |
44248 | s,@WX_LIB_FLAVOUR@,$WX_LIB_FLAVOUR,;t t | |
a848cd7e SC |
44249 | s,@WXUNIV@,$WXUNIV,;t t |
44250 | s,@MONOLITHIC@,$MONOLITHIC,;t t | |
44251 | s,@USE_PLUGINS@,$USE_PLUGINS,;t t | |
44252 | s,@EXTRALIBS@,$EXTRALIBS,;t t | |
44253 | s,@EXTRALIBS_XML@,$EXTRALIBS_XML,;t t | |
44254 | s,@EXTRALIBS_HTML@,$EXTRALIBS_HTML,;t t | |
44255 | s,@EXTRALIBS_ODBC@,$EXTRALIBS_ODBC,;t t | |
44256 | s,@EXTRALIBS_GUI@,$EXTRALIBS_GUI,;t t | |
44257 | s,@EXTRALIBS_OPENGL@,$EXTRALIBS_OPENGL,;t t | |
44258 | s,@EXTRALIBS_SDL@,$EXTRALIBS_SDL,;t t | |
44259 | s,@WITH_PLUGIN_SDL@,$WITH_PLUGIN_SDL,;t t | |
d1c38808 | 44260 | s,@EXTRALIBS_GNOMEPRINT@,$EXTRALIBS_GNOMEPRINT,;t t |
a848cd7e SC |
44261 | s,@UNICODE@,$UNICODE,;t t |
44262 | s,@BUILD@,$BUILD,;t t | |
44263 | s,@DEBUG_INFO@,$DEBUG_INFO,;t t | |
44264 | s,@DEBUG_FLAG@,$DEBUG_FLAG,;t t | |
a848cd7e SC |
44265 | s,@TOOLKIT_LOWERCASE@,$TOOLKIT_LOWERCASE,;t t |
44266 | s,@TOOLKIT_VERSION@,$TOOLKIT_VERSION,;t t | |
44267 | s,@SAMPLES_RPATH_FLAG@,$SAMPLES_RPATH_FLAG,;t t | |
44268 | s,@SAMPLES_RPATH_POSTLINK@,$SAMPLES_RPATH_POSTLINK,;t t | |
44269 | s,@HOST_SUFFIX@,$HOST_SUFFIX,;t t | |
44270 | s,@CPPUNIT_CFLAGS@,$CPPUNIT_CFLAGS,;t t | |
44271 | s,@CPPUNIT_LIBS@,$CPPUNIT_LIBS,;t t | |
44272 | s,@SET_MAKE@,$SET_MAKE,;t t | |
44273 | s,@MAKE_SET@,$MAKE_SET,;t t | |
44274 | s,@ac_ct_AR@,$ac_ct_AR,;t t | |
44275 | s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t | |
44276 | s,@NM@,$NM,;t t | |
44277 | s,@ac_ct_NM@,$ac_ct_NM,;t t | |
44278 | s,@INSTALL_DIR@,$INSTALL_DIR,;t t | |
44279 | s,@LDFLAGS_GUI@,$LDFLAGS_GUI,;t t | |
44280 | s,@PLATFORM_UNIX@,$PLATFORM_UNIX,;t t | |
44281 | s,@PLATFORM_WIN32@,$PLATFORM_WIN32,;t t | |
44282 | s,@PLATFORM_MSDOS@,$PLATFORM_MSDOS,;t t | |
44283 | s,@PLATFORM_MAC@,$PLATFORM_MAC,;t t | |
1e9e8aba | 44284 | s,@PLATFORM_MACOS@,$PLATFORM_MACOS,;t t |
a848cd7e SC |
44285 | s,@PLATFORM_MACOSX@,$PLATFORM_MACOSX,;t t |
44286 | s,@PLATFORM_OS2@,$PLATFORM_OS2,;t t | |
1e9e8aba | 44287 | s,@PLATFORM_BEOS@,$PLATFORM_BEOS,;t t |
a848cd7e SC |
44288 | s,@SO_SUFFIX@,$SO_SUFFIX,;t t |
44289 | s,@SO_SUFFIX_MODULE@,$SO_SUFFIX_MODULE,;t t | |
44290 | s,@DLLIMP_SUFFIX@,$DLLIMP_SUFFIX,;t t | |
44291 | s,@LIBPREFIX@,$LIBPREFIX,;t t | |
44292 | s,@LIBEXT@,$LIBEXT,;t t | |
44293 | s,@DLLPREFIX@,$DLLPREFIX,;t t | |
44294 | s,@DLLPREFIX_MODULE@,$DLLPREFIX_MODULE,;t t | |
44295 | s,@AIX_CXX_LD@,$AIX_CXX_LD,;t t | |
44296 | s,@SHARED_LD_CC@,$SHARED_LD_CC,;t t | |
44297 | s,@SHARED_LD_CXX@,$SHARED_LD_CXX,;t t | |
44298 | s,@SHARED_LD_MODULE_CC@,$SHARED_LD_MODULE_CC,;t t | |
44299 | s,@SHARED_LD_MODULE_CXX@,$SHARED_LD_MODULE_CXX,;t t | |
44300 | s,@PIC_FLAG@,$PIC_FLAG,;t t | |
44301 | s,@USE_SOVERSION@,$USE_SOVERSION,;t t | |
44302 | s,@USE_SOVERLINUX@,$USE_SOVERLINUX,;t t | |
44303 | s,@USE_SOVERSOLARIS@,$USE_SOVERSOLARIS,;t t | |
44304 | s,@USE_MACVERSION@,$USE_MACVERSION,;t t | |
44305 | s,@USE_SOSYMLINKS@,$USE_SOSYMLINKS,;t t | |
44306 | s,@SONAME_FLAG@,$SONAME_FLAG,;t t | |
44307 | s,@DEPS_TRACKING@,$DEPS_TRACKING,;t t | |
44308 | s,@GCC_PCH@,$GCC_PCH,;t t | |
44309 | s,@COND_BUILD_DEBUG@,$COND_BUILD_DEBUG,;t t | |
44310 | s,@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT,;t t | |
44311 | s,@COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT@,$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT,;t t | |
44312 | s,@COND_BUILD_DEBUG_UNICODE_0@,$COND_BUILD_DEBUG_UNICODE_0,;t t | |
44313 | s,@COND_BUILD_DEBUG_UNICODE_1@,$COND_BUILD_DEBUG_UNICODE_1,;t t | |
44314 | s,@COND_BUILD_RELEASE@,$COND_BUILD_RELEASE,;t t | |
44315 | s,@COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT@,$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT,;t t | |
44316 | s,@COND_BUILD_RELEASE_UNICODE_0@,$COND_BUILD_RELEASE_UNICODE_0,;t t | |
44317 | s,@COND_BUILD_RELEASE_UNICODE_1@,$COND_BUILD_RELEASE_UNICODE_1,;t t | |
44318 | s,@COND_DEBUG_FLAG_1@,$COND_DEBUG_FLAG_1,;t t | |
44319 | s,@COND_DEBUG_INFO_0@,$COND_DEBUG_INFO_0,;t t | |
44320 | s,@COND_DEBUG_INFO_1@,$COND_DEBUG_INFO_1,;t t | |
44321 | s,@COND_DEPS_TRACKING_0@,$COND_DEPS_TRACKING_0,;t t | |
44322 | s,@COND_DEPS_TRACKING_1@,$COND_DEPS_TRACKING_1,;t t | |
44323 | s,@COND_GCC_PCH_1@,$COND_GCC_PCH_1,;t t | |
44324 | s,@COND_MONOLITHIC_0@,$COND_MONOLITHIC_0,;t t | |
44325 | s,@COND_MONOLITHIC_0_SHARED_0@,$COND_MONOLITHIC_0_SHARED_0,;t t | |
44326 | s,@COND_MONOLITHIC_0_SHARED_0_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1,;t t | |
90970d69 | 44327 | 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 | 44328 | 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 | 44329 | 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 | 44330 | s,@COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_ODBC_1,;t t |
ceec2216 | 44331 | s,@COND_MONOLITHIC_0_SHARED_0_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1,;t t |
a848cd7e SC |
44332 | s,@COND_MONOLITHIC_0_SHARED_1@,$COND_MONOLITHIC_0_SHARED_1,;t t |
44333 | s,@COND_MONOLITHIC_0_SHARED_1_USE_GUI_1@,$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1,;t t | |
90970d69 | 44334 | 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 | 44335 | 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 | 44336 | 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 | 44337 | s,@COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_ODBC_1,;t t |
ceec2216 | 44338 | s,@COND_MONOLITHIC_0_SHARED_1_USE_XRC_1@,$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1,;t t |
a848cd7e SC |
44339 | s,@COND_MONOLITHIC_0_USE_ODBC_1@,$COND_MONOLITHIC_0_USE_ODBC_1,;t t |
44340 | s,@COND_MONOLITHIC_1@,$COND_MONOLITHIC_1,;t t | |
44341 | s,@COND_MONOLITHIC_1_SHARED_0@,$COND_MONOLITHIC_1_SHARED_0,;t t | |
44342 | s,@COND_MONOLITHIC_1_SHARED_1@,$COND_MONOLITHIC_1_SHARED_1,;t t | |
44343 | s,@COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1,;t t | |
44344 | s,@COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1@,$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1,;t t | |
44345 | s,@COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1,;t t | |
44346 | s,@COND_PLATFORM_MACOSX_1@,$COND_PLATFORM_MACOSX_1,;t t | |
a30f955f | 44347 | s,@COND_PLATFORM_MACOSX_1_TOOLKIT_@,$COND_PLATFORM_MACOSX_1_TOOLKIT_,;t t |
a848cd7e SC |
44348 | s,@COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA@,$COND_PLATFORM_MACOSX_1_TOOLKIT_COCOA,;t t |
44349 | s,@COND_PLATFORM_MACOSX_1_TOOLKIT_GTK@,$COND_PLATFORM_MACOSX_1_TOOLKIT_GTK,;t t | |
44350 | s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC,;t t | |
fc480dc1 | 44351 | s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MAC_USE_GUI_1,;t t |
1e9e8aba | 44352 | 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 |
44353 | s,@COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF@,$COND_PLATFORM_MACOSX_1_TOOLKIT_MOTIF,;t t |
44354 | s,@COND_PLATFORM_MACOSX_1_TOOLKIT_X11@,$COND_PLATFORM_MACOSX_1_TOOLKIT_X11,;t t | |
a848cd7e SC |
44355 | s,@COND_PLATFORM_MACOSX_1_USE_GUI_1@,$COND_PLATFORM_MACOSX_1_USE_GUI_1,;t t |
44356 | s,@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@,$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1,;t t | |
b48a2016 | 44357 | s,@COND_PLATFORM_MACOS_1@,$COND_PLATFORM_MACOS_1,;t t |
a848cd7e SC |
44358 | s,@COND_PLATFORM_MAC_1@,$COND_PLATFORM_MAC_1,;t t |
44359 | s,@COND_PLATFORM_OS2_1@,$COND_PLATFORM_OS2_1,;t t | |
44360 | s,@COND_PLATFORM_UNIX_0@,$COND_PLATFORM_UNIX_0,;t t | |
44361 | s,@COND_PLATFORM_UNIX_1@,$COND_PLATFORM_UNIX_1,;t t | |
44362 | s,@COND_PLATFORM_UNIX_1_USE_GUI_1@,$COND_PLATFORM_UNIX_1_USE_GUI_1,;t t | |
44363 | s,@COND_PLATFORM_UNIX_1_USE_PLUGINS_0@,$COND_PLATFORM_UNIX_1_USE_PLUGINS_0,;t t | |
44364 | s,@COND_PLATFORM_WIN32_0@,$COND_PLATFORM_WIN32_0,;t t | |
44365 | s,@COND_PLATFORM_WIN32_1@,$COND_PLATFORM_WIN32_1,;t t | |
44366 | s,@COND_SHARED_0@,$COND_SHARED_0,;t t | |
ceec2216 RL |
44367 | s,@COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0,;t t |
44368 | s,@COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0,;t t | |
44369 | s,@COND_SHARED_0_TOOLKIT_PM_WXUNIV_0@,$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0,;t t | |
a848cd7e SC |
44370 | s,@COND_SHARED_0_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1,;t t |
44371 | s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t | |
44372 | s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t | |
44373 | s,@COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_SHARED_0_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t | |
44374 | s,@COND_SHARED_0_WXUSE_EXPAT_BUILTIN@,$COND_SHARED_0_WXUSE_EXPAT_BUILTIN,;t t | |
44375 | s,@COND_SHARED_0_WXUSE_ODBC_BUILTIN@,$COND_SHARED_0_WXUSE_ODBC_BUILTIN,;t t | |
44376 | s,@COND_SHARED_0_WXUSE_REGEX_BUILTIN@,$COND_SHARED_0_WXUSE_REGEX_BUILTIN,;t t | |
44377 | s,@COND_SHARED_0_WXUSE_ZLIB_BUILTIN@,$COND_SHARED_0_WXUSE_ZLIB_BUILTIN,;t t | |
44378 | s,@COND_SHARED_1@,$COND_SHARED_1,;t t | |
44379 | s,@COND_SHARED_1_USE_GUI_1_USE_OPENGL_1@,$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1,;t t | |
a30f955f | 44380 | s,@COND_TOOLKIT_@,$COND_TOOLKIT_,;t t |
a848cd7e | 44381 | s,@COND_TOOLKIT_COCOA@,$COND_TOOLKIT_COCOA,;t t |
a49baeab | 44382 | s,@COND_TOOLKIT_COCOA_USE_GUI_1@,$COND_TOOLKIT_COCOA_USE_GUI_1,;t t |
a848cd7e SC |
44383 | s,@COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0,;t t |
44384 | s,@COND_TOOLKIT_GTK@,$COND_TOOLKIT_GTK,;t t | |
44385 | s,@COND_TOOLKIT_GTK_USE_GUI_1@,$COND_TOOLKIT_GTK_USE_GUI_1,;t t | |
44386 | s,@COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_GTK_USE_GUI_1_WXUNIV_0,;t t | |
44387 | s,@COND_TOOLKIT_MAC@,$COND_TOOLKIT_MAC,;t t | |
44388 | s,@COND_TOOLKIT_MAC_USE_GUI_1@,$COND_TOOLKIT_MAC_USE_GUI_1,;t t | |
44389 | s,@COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MAC_USE_GUI_1_WXUNIV_0,;t t | |
44390 | s,@COND_TOOLKIT_MGL@,$COND_TOOLKIT_MGL,;t t | |
44391 | s,@COND_TOOLKIT_MGL_USE_GUI_1@,$COND_TOOLKIT_MGL_USE_GUI_1,;t t | |
44392 | s,@COND_TOOLKIT_MOTIF@,$COND_TOOLKIT_MOTIF,;t t | |
44393 | s,@COND_TOOLKIT_MOTIF_USE_GUI_1@,$COND_TOOLKIT_MOTIF_USE_GUI_1,;t t | |
44394 | s,@COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0,;t t | |
44395 | s,@COND_TOOLKIT_MSW@,$COND_TOOLKIT_MSW,;t t | |
44396 | s,@COND_TOOLKIT_MSW_USE_GUI_1@,$COND_TOOLKIT_MSW_USE_GUI_1,;t t | |
44397 | s,@COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0,;t t | |
44398 | s,@COND_TOOLKIT_PM@,$COND_TOOLKIT_PM,;t t | |
44399 | s,@COND_TOOLKIT_PM_USE_GUI_1@,$COND_TOOLKIT_PM_USE_GUI_1,;t t | |
44400 | s,@COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0,;t t | |
3fd9c298 DE |
44401 | s,@COND_TOOLKIT_WINCE@,$COND_TOOLKIT_WINCE,;t t |
44402 | s,@COND_TOOLKIT_WINCE_USE_GUI_1@,$COND_TOOLKIT_WINCE_USE_GUI_1,;t t | |
44403 | s,@COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0@,$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0,;t t | |
a848cd7e SC |
44404 | s,@COND_TOOLKIT_X11@,$COND_TOOLKIT_X11,;t t |
44405 | s,@COND_TOOLKIT_X11_USE_GUI_1@,$COND_TOOLKIT_X11_USE_GUI_1,;t t | |
44406 | s,@COND_UNICODE_1@,$COND_UNICODE_1,;t t | |
44407 | s,@COND_USE_EXCEPTIONS_0@,$COND_USE_EXCEPTIONS_0,;t t | |
44408 | s,@COND_USE_EXCEPTIONS_1@,$COND_USE_EXCEPTIONS_1,;t t | |
44409 | s,@COND_USE_GUI_0@,$COND_USE_GUI_0,;t t | |
44410 | s,@COND_USE_GUI_1@,$COND_USE_GUI_1,;t t | |
44411 | s,@COND_USE_GUI_1_WXUNIV_0@,$COND_USE_GUI_1_WXUNIV_0,;t t | |
44412 | s,@COND_USE_GUI_1_WXUNIV_1@,$COND_USE_GUI_1_WXUNIV_1,;t t | |
44413 | s,@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN,;t t | |
44414 | s,@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN,;t t | |
44415 | s,@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@,$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN,;t t | |
ceec2216 | 44416 | s,@COND_USE_ODBC_1@,$COND_USE_ODBC_1,;t t |
ffa0583f | 44417 | s,@COND_USE_OPENGL_1@,$COND_USE_OPENGL_1,;t t |
a848cd7e | 44418 | s,@COND_USE_PLUGINS_0@,$COND_USE_PLUGINS_0,;t t |
0b78747f MW |
44419 | s,@COND_USE_RTTI_0@,$COND_USE_RTTI_0,;t t |
44420 | s,@COND_USE_RTTI_1@,$COND_USE_RTTI_1,;t t | |
a848cd7e SC |
44421 | s,@COND_USE_SOSYMLINKS_1@,$COND_USE_SOSYMLINKS_1,;t t |
44422 | s,@COND_USE_SOVERLINUX_1@,$COND_USE_SOVERLINUX_1,;t t | |
44423 | s,@COND_USE_SOVERSION_0@,$COND_USE_SOVERSION_0,;t t | |
44424 | s,@COND_USE_SOVERSOLARIS_1@,$COND_USE_SOVERSOLARIS_1,;t t | |
0b78747f MW |
44425 | s,@COND_USE_THREADS_0@,$COND_USE_THREADS_0,;t t |
44426 | s,@COND_USE_THREADS_1@,$COND_USE_THREADS_1,;t t | |
a13a7f89 | 44427 | s,@COND_USE_XRC_1@,$COND_USE_XRC_1,;t t |
a848cd7e | 44428 | s,@COND_WITH_PLUGIN_SDL_1@,$COND_WITH_PLUGIN_SDL_1,;t t |
1e6eb025 | 44429 | s,@COND_WXUNIV_0@,$COND_WXUNIV_0,;t t |
a848cd7e SC |
44430 | s,@COND_WXUNIV_1@,$COND_WXUNIV_1,;t t |
44431 | s,@COND_WXUSE_EXPAT_BUILTIN@,$COND_WXUSE_EXPAT_BUILTIN,;t t | |
44432 | s,@COND_WXUSE_LIBJPEG_BUILTIN@,$COND_WXUSE_LIBJPEG_BUILTIN,;t t | |
44433 | s,@COND_WXUSE_LIBPNG_BUILTIN@,$COND_WXUSE_LIBPNG_BUILTIN,;t t | |
44434 | s,@COND_WXUSE_LIBTIFF_BUILTIN@,$COND_WXUSE_LIBTIFF_BUILTIN,;t t | |
44435 | s,@COND_WXUSE_ODBC_BUILTIN@,$COND_WXUSE_ODBC_BUILTIN,;t t | |
44436 | s,@COND_WXUSE_REGEX_BUILTIN@,$COND_WXUSE_REGEX_BUILTIN,;t t | |
44437 | s,@COND_WXUSE_ZLIB_BUILTIN@,$COND_WXUSE_ZLIB_BUILTIN,;t t | |
ceec2216 | 44438 | s,@SHARED@,$SHARED,;t t |
a848cd7e SC |
44439 | s,@WX_LIBRARY_BASENAME_NOGUI@,$WX_LIBRARY_BASENAME_NOGUI,;t t |
44440 | s,@WX_LIBRARY_BASENAME_GUI@,$WX_LIBRARY_BASENAME_GUI,;t t | |
a848cd7e SC |
44441 | s,@WXDEBUG_DEFINE@,$WXDEBUG_DEFINE,;t t |
44442 | s,@USE_GUI@,$USE_GUI,;t t | |
44443 | s,@AFMINSTALL@,$AFMINSTALL,;t t | |
44444 | s,@WIN32INSTALL@,$WIN32INSTALL,;t t | |
44445 | s,@TOOLKIT@,$TOOLKIT,;t t | |
44446 | s,@TOOLKIT_DIR@,$TOOLKIT_DIR,;t t | |
a848cd7e | 44447 | s,@TOOLCHAIN_NAME@,$TOOLCHAIN_NAME,;t t |
ceec2216 | 44448 | s,@TOOLCHAIN_FULLNAME@,$TOOLCHAIN_FULLNAME,;t t |
a848cd7e SC |
44449 | s,@TOOLCHAIN_DEFS@,$TOOLCHAIN_DEFS,;t t |
44450 | s,@TOOLCHAIN_DLL_DEFS@,$TOOLCHAIN_DLL_DEFS,;t t | |
a848cd7e | 44451 | s,@cross_compiling@,$cross_compiling,;t t |
ceec2216 RL |
44452 | s,@WIDGET_SET@,$WIDGET_SET,;t t |
44453 | s,@WX_RELEASE@,$WX_RELEASE,;t t | |
44454 | s,@WX_VERSION@,$WX_VERSION,;t t | |
44455 | s,@WX_SUBVERSION@,$WX_SUBVERSION,;t t | |
44456 | s,@WX_CHARTYPE@,$WX_CHARTYPE,;t t | |
44457 | s,@WX_DEBUGTYPE@,$WX_DEBUGTYPE,;t t | |
a848cd7e | 44458 | s,@WXCONFIG_EXTRALIBS@,$WXCONFIG_EXTRALIBS,;t t |
a848cd7e SC |
44459 | s,@WXCONFIG_INCLUDE@,$WXCONFIG_INCLUDE,;t t |
44460 | s,@WXCONFIG_RPATH@,$WXCONFIG_RPATH,;t t | |
44461 | s,@WXCONFIG_LDFLAGS_GUI@,$WXCONFIG_LDFLAGS_GUI,;t t | |
44462 | s,@WX_LARGEFILE_FLAGS@,$WX_LARGEFILE_FLAGS,;t t | |
74b84332 | 44463 | s,@GCC_PRAGMA_FLAGS@,$GCC_PRAGMA_FLAGS,;t t |
a848cd7e SC |
44464 | s,@CODE_GEN_FLAGS@,$CODE_GEN_FLAGS,;t t |
44465 | s,@CODE_GEN_FLAGS_CXX@,$CODE_GEN_FLAGS_CXX,;t t | |
ceec2216 | 44466 | s,@EXE_LINKER@,$EXE_LINKER,;t t |
a848cd7e | 44467 | s,@GUIDIST@,$GUIDIST,;t t |
a848cd7e SC |
44468 | s,@DISTDIR@,$DISTDIR,;t t |
44469 | s,@SAMPLES_SUBDIRS@,$SAMPLES_SUBDIRS,;t t | |
44470 | s,@LDFLAGS_GL@,$LDFLAGS_GL,;t t | |
a848cd7e SC |
44471 | s,@OPENGL_LIBS@,$OPENGL_LIBS,;t t |
44472 | s,@DMALLOC_LIBS@,$DMALLOC_LIBS,;t t | |
44473 | s,@WX_VERSION_TAG@,$WX_VERSION_TAG,;t t | |
44474 | s,@RESFLAGS@,$RESFLAGS,;t t | |
44475 | s,@RESPROGRAMOBJ@,$RESPROGRAMOBJ,;t t | |
44476 | s,@WX_RESOURCES_MACOSX_ASCII@,$WX_RESOURCES_MACOSX_ASCII,;t t | |
44477 | s,@WX_RESOURCES_MACOSX_DATA@,$WX_RESOURCES_MACOSX_DATA,;t t | |
44478 | s,@LIBWXMACRES@,$LIBWXMACRES,;t t | |
44479 | s,@MACRESCOMP@,$MACRESCOMP,;t t | |
44480 | s,@MACSETFILE@,$MACSETFILE,;t t | |
44481 | s,@MACRESWXCONFIG@,$MACRESWXCONFIG,;t t | |
44482 | s,@GCC@,$GCC,;t t | |
a848cd7e | 44483 | s,@DLLTOOL@,$DLLTOOL,;t t |
a848cd7e SC |
44484 | s,@CPPUNIT_CONFIG@,$CPPUNIT_CONFIG,;t t |
44485 | s,@LIBOBJS@,$LIBOBJS,;t t | |
44486 | s,@LTLIBOBJS@,$LTLIBOBJS,;t t | |
44487 | CEOF | |
44488 | ||
44489 | _ACEOF | |
44490 | ||
44491 | cat >>$CONFIG_STATUS <<\_ACEOF | |
44492 | # Split the substitutions into bite-sized pieces for seds with | |
44493 | # small command number limits, like on Digital OSF/1 and HP-UX. | |
44494 | ac_max_sed_lines=48 | |
44495 | ac_sed_frag=1 # Number of current file. | |
44496 | ac_beg=1 # First line for current file. | |
44497 | ac_end=$ac_max_sed_lines # Line after last line for current file. | |
44498 | ac_more_lines=: | |
44499 | ac_sed_cmds= | |
44500 | while $ac_more_lines; do | |
44501 | if test $ac_beg -gt 1; then | |
44502 | sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag | |
44503 | else | |
44504 | sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag | |
44505 | fi | |
44506 | if test ! -s $tmp/subs.frag; then | |
44507 | ac_more_lines=false | |
44508 | else | |
44509 | # The purpose of the label and of the branching condition is to | |
44510 | # speed up the sed processing (if there are no `@' at all, there | |
44511 | # is no need to browse any of the substitutions). | |
44512 | # These are the two extra sed commands mentioned above. | |
44513 | (echo ':t | |
44514 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed | |
44515 | if test -z "$ac_sed_cmds"; then | |
ac1cb8d3 | 44516 | ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" |
a848cd7e | 44517 | else |
ac1cb8d3 | 44518 | ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" |
a848cd7e SC |
44519 | fi |
44520 | ac_sed_frag=`expr $ac_sed_frag + 1` | |
44521 | ac_beg=$ac_end | |
44522 | ac_end=`expr $ac_end + $ac_max_sed_lines` | |
44523 | fi | |
44524 | done | |
44525 | if test -z "$ac_sed_cmds"; then | |
44526 | ac_sed_cmds=cat | |
44527 | fi | |
44528 | fi # test -n "$CONFIG_FILES" | |
44529 | ||
44530 | _ACEOF | |
44531 | cat >>$CONFIG_STATUS <<\_ACEOF | |
44532 | for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue | |
44533 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | |
44534 | case $ac_file in | |
44535 | - | *:- | *:-:* ) # input from stdin | |
ac1cb8d3 VS |
44536 | cat >$tmp/stdin |
44537 | ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
44538 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | |
a848cd7e | 44539 | *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` |
ac1cb8d3 | 44540 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; |
a848cd7e SC |
44541 | * ) ac_file_in=$ac_file.in ;; |
44542 | esac | |
44543 | ||
44544 | # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. | |
44545 | ac_dir=`(dirname "$ac_file") 2>/dev/null || | |
44546 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
ac1cb8d3 VS |
44547 | X"$ac_file" : 'X\(//\)[^/]' \| \ |
44548 | X"$ac_file" : 'X\(//\)$' \| \ | |
44549 | X"$ac_file" : 'X\(/\)' \| \ | |
44550 | . : '\(.\)' 2>/dev/null || | |
a848cd7e SC |
44551 | echo X"$ac_file" | |
44552 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
44553 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
44554 | /^X\(\/\/\)$/{ s//\1/; q; } | |
44555 | /^X\(\/\).*/{ s//\1/; q; } | |
44556 | s/.*/./; q'` | |
44557 | { if $as_mkdir_p; then | |
44558 | mkdir -p "$ac_dir" | |
44559 | else | |
44560 | as_dir="$ac_dir" | |
44561 | as_dirs= | |
44562 | while test ! -d "$as_dir"; do | |
44563 | as_dirs="$as_dir $as_dirs" | |
44564 | as_dir=`(dirname "$as_dir") 2>/dev/null || | |
44565 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
ac1cb8d3 VS |
44566 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
44567 | X"$as_dir" : 'X\(//\)$' \| \ | |
44568 | X"$as_dir" : 'X\(/\)' \| \ | |
44569 | . : '\(.\)' 2>/dev/null || | |
a848cd7e SC |
44570 | echo X"$as_dir" | |
44571 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
44572 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
44573 | /^X\(\/\/\)$/{ s//\1/; q; } | |
44574 | /^X\(\/\).*/{ s//\1/; q; } | |
44575 | s/.*/./; q'` | |
44576 | done | |
44577 | test ! -n "$as_dirs" || mkdir $as_dirs | |
44578 | fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 | |
44579 | echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} | |
44580 | { (exit 1); exit 1; }; }; } | |
44581 | ||
44582 | ac_builddir=. | |
44583 | ||
44584 | if test "$ac_dir" != .; then | |
44585 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | |
44586 | # A "../" for each directory in $ac_dir_suffix. | |
44587 | ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` | |
44588 | else | |
44589 | ac_dir_suffix= ac_top_builddir= | |
44590 | fi | |
44591 | ||
44592 | case $srcdir in | |
44593 | .) # No --srcdir option. We are building in place. | |
44594 | ac_srcdir=. | |
44595 | if test -z "$ac_top_builddir"; then | |
44596 | ac_top_srcdir=. | |
44597 | else | |
44598 | ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` | |
44599 | fi ;; | |
44600 | [\\/]* | ?:[\\/]* ) # Absolute path. | |
44601 | ac_srcdir=$srcdir$ac_dir_suffix; | |
44602 | ac_top_srcdir=$srcdir ;; | |
44603 | *) # Relative path. | |
44604 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | |
44605 | ac_top_srcdir=$ac_top_builddir$srcdir ;; | |
44606 | esac | |
ac1cb8d3 VS |
44607 | |
44608 | # Do not use `cd foo && pwd` to compute absolute paths, because | |
44609 | # the directories may not exist. | |
44610 | case `pwd` in | |
44611 | .) ac_abs_builddir="$ac_dir";; | |
44612 | *) | |
44613 | case "$ac_dir" in | |
44614 | .) ac_abs_builddir=`pwd`;; | |
44615 | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; | |
44616 | *) ac_abs_builddir=`pwd`/"$ac_dir";; | |
44617 | esac;; | |
44618 | esac | |
44619 | case $ac_abs_builddir in | |
44620 | .) ac_abs_top_builddir=${ac_top_builddir}.;; | |
44621 | *) | |
44622 | case ${ac_top_builddir}. in | |
44623 | .) ac_abs_top_builddir=$ac_abs_builddir;; | |
44624 | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; | |
44625 | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; | |
44626 | esac;; | |
44627 | esac | |
44628 | case $ac_abs_builddir in | |
44629 | .) ac_abs_srcdir=$ac_srcdir;; | |
44630 | *) | |
44631 | case $ac_srcdir in | |
44632 | .) ac_abs_srcdir=$ac_abs_builddir;; | |
44633 | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; | |
44634 | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; | |
44635 | esac;; | |
44636 | esac | |
44637 | case $ac_abs_builddir in | |
44638 | .) ac_abs_top_srcdir=$ac_top_srcdir;; | |
44639 | *) | |
44640 | case $ac_top_srcdir in | |
44641 | .) ac_abs_top_srcdir=$ac_abs_builddir;; | |
44642 | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; | |
44643 | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; | |
44644 | esac;; | |
44645 | esac | |
a848cd7e SC |
44646 | |
44647 | ||
44648 | case $INSTALL in | |
44649 | [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | |
44650 | *) ac_INSTALL=$ac_top_builddir$INSTALL ;; | |
44651 | esac | |
44652 | ||
a848cd7e SC |
44653 | # Let's still pretend it is `configure' which instantiates (i.e., don't |
44654 | # use $as_me), people would be surprised to read: | |
44655 | # /* config.h. Generated by config.status. */ | |
44656 | if test x"$ac_file" = x-; then | |
44657 | configure_input= | |
44658 | else | |
44659 | configure_input="$ac_file. " | |
44660 | fi | |
44661 | configure_input=$configure_input"Generated from `echo $ac_file_in | | |
ac1cb8d3 | 44662 | sed 's,.*/,,'` by configure." |
a848cd7e SC |
44663 | |
44664 | # First look for the input files in the build tree, otherwise in the | |
44665 | # src tree. | |
44666 | ac_file_inputs=`IFS=: | |
44667 | for f in $ac_file_in; do | |
44668 | case $f in | |
44669 | -) echo $tmp/stdin ;; | |
44670 | [\\/$]*) | |
ac1cb8d3 VS |
44671 | # Absolute (can't be DOS-style, as IFS=:) |
44672 | test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | |
a848cd7e SC |
44673 | echo "$as_me: error: cannot find input file: $f" >&2;} |
44674 | { (exit 1); exit 1; }; } | |
ac1cb8d3 | 44675 | echo "$f";; |
a848cd7e | 44676 | *) # Relative |
ac1cb8d3 VS |
44677 | if test -f "$f"; then |
44678 | # Build tree | |
44679 | echo "$f" | |
44680 | elif test -f "$srcdir/$f"; then | |
44681 | # Source tree | |
44682 | echo "$srcdir/$f" | |
44683 | else | |
44684 | # /dev/null tree | |
44685 | { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | |
a848cd7e SC |
44686 | echo "$as_me: error: cannot find input file: $f" >&2;} |
44687 | { (exit 1); exit 1; }; } | |
ac1cb8d3 | 44688 | fi;; |
a848cd7e SC |
44689 | esac |
44690 | done` || { (exit 1); exit 1; } | |
07158944 VZ |
44691 | |
44692 | if test x"$ac_file" != x-; then | |
44693 | { echo "$as_me:$LINENO: creating $ac_file" >&5 | |
44694 | echo "$as_me: creating $ac_file" >&6;} | |
44695 | rm -f "$ac_file" | |
44696 | fi | |
a848cd7e SC |
44697 | _ACEOF |
44698 | cat >>$CONFIG_STATUS <<_ACEOF | |
44699 | sed "$ac_vpsub | |
44700 | $extrasub | |
44701 | _ACEOF | |
44702 | cat >>$CONFIG_STATUS <<\_ACEOF | |
44703 | :t | |
44704 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b | |
44705 | s,@configure_input@,$configure_input,;t t | |
44706 | s,@srcdir@,$ac_srcdir,;t t | |
44707 | s,@abs_srcdir@,$ac_abs_srcdir,;t t | |
44708 | s,@top_srcdir@,$ac_top_srcdir,;t t | |
44709 | s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t | |
44710 | s,@builddir@,$ac_builddir,;t t | |
44711 | s,@abs_builddir@,$ac_abs_builddir,;t t | |
44712 | s,@top_builddir@,$ac_top_builddir,;t t | |
44713 | s,@abs_top_builddir@,$ac_abs_top_builddir,;t t | |
44714 | s,@INSTALL@,$ac_INSTALL,;t t | |
44715 | " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out | |
44716 | rm -f $tmp/stdin | |
44717 | if test x"$ac_file" != x-; then | |
44718 | mv $tmp/out $ac_file | |
44719 | else | |
44720 | cat $tmp/out | |
44721 | rm -f $tmp/out | |
44722 | fi | |
44723 | ||
ceec2216 RL |
44724 | # Run the commands associated with the file. |
44725 | case $ac_file in | |
44726 | lib/wx/config/${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;; | |
44727 | lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;; | |
44728 | esac | |
a848cd7e SC |
44729 | done |
44730 | _ACEOF | |
44731 | cat >>$CONFIG_STATUS <<\_ACEOF | |
44732 | ||
44733 | # | |
44734 | # CONFIG_HEADER section. | |
44735 | # | |
44736 | ||
44737 | # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where | |
44738 | # NAME is the cpp macro being defined and VALUE is the value it is being given. | |
44739 | # | |
44740 | # ac_d sets the value in "#define NAME VALUE" lines. | |
ac1cb8d3 VS |
44741 | ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' |
44742 | ac_dB='[ ].*$,\1#\2' | |
a848cd7e SC |
44743 | ac_dC=' ' |
44744 | ac_dD=',;t' | |
44745 | # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". | |
ac1cb8d3 | 44746 | ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' |
a848cd7e SC |
44747 | ac_uB='$,\1#\2define\3' |
44748 | ac_uC=' ' | |
44749 | ac_uD=',;t' | |
44750 | ||
44751 | for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue | |
44752 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | |
44753 | case $ac_file in | |
44754 | - | *:- | *:-:* ) # input from stdin | |
ac1cb8d3 VS |
44755 | cat >$tmp/stdin |
44756 | ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
44757 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | |
a848cd7e | 44758 | *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` |
ac1cb8d3 | 44759 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; |
a848cd7e SC |
44760 | * ) ac_file_in=$ac_file.in ;; |
44761 | esac | |
44762 | ||
44763 | test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5 | |
44764 | echo "$as_me: creating $ac_file" >&6;} | |
44765 | ||
44766 | # First look for the input files in the build tree, otherwise in the | |
44767 | # src tree. | |
44768 | ac_file_inputs=`IFS=: | |
44769 | for f in $ac_file_in; do | |
44770 | case $f in | |
44771 | -) echo $tmp/stdin ;; | |
44772 | [\\/$]*) | |
ac1cb8d3 VS |
44773 | # Absolute (can't be DOS-style, as IFS=:) |
44774 | test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | |
a848cd7e SC |
44775 | echo "$as_me: error: cannot find input file: $f" >&2;} |
44776 | { (exit 1); exit 1; }; } | |
ac1cb8d3 VS |
44777 | # Do quote $f, to prevent DOS paths from being IFS'd. |
44778 | echo "$f";; | |
a848cd7e | 44779 | *) # Relative |
ac1cb8d3 VS |
44780 | if test -f "$f"; then |
44781 | # Build tree | |
44782 | echo "$f" | |
44783 | elif test -f "$srcdir/$f"; then | |
44784 | # Source tree | |
44785 | echo "$srcdir/$f" | |
44786 | else | |
44787 | # /dev/null tree | |
44788 | { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | |
a848cd7e SC |
44789 | echo "$as_me: error: cannot find input file: $f" >&2;} |
44790 | { (exit 1); exit 1; }; } | |
ac1cb8d3 | 44791 | fi;; |
a848cd7e SC |
44792 | esac |
44793 | done` || { (exit 1); exit 1; } | |
44794 | # Remove the trailing spaces. | |
ac1cb8d3 | 44795 | sed 's/[ ]*$//' $ac_file_inputs >$tmp/in |
a848cd7e SC |
44796 | |
44797 | _ACEOF | |
44798 | ||
44799 | # Transform confdefs.h into two sed scripts, `conftest.defines' and | |
44800 | # `conftest.undefs', that substitutes the proper values into | |
44801 | # config.h.in to produce config.h. The first handles `#define' | |
44802 | # templates, and the second `#undef' templates. | |
44803 | # And first: Protect against being on the right side of a sed subst in | |
44804 | # config.status. Protect against being in an unquoted here document | |
44805 | # in config.status. | |
44806 | rm -f conftest.defines conftest.undefs | |
44807 | # Using a here document instead of a string reduces the quoting nightmare. | |
44808 | # Putting comments in sed scripts is not portable. | |
44809 | # | |
44810 | # `end' is used to avoid that the second main sed command (meant for | |
44811 | # 0-ary CPP macros) applies to n-ary macro definitions. | |
44812 | # See the Autoconf documentation for `clear'. | |
44813 | cat >confdef2sed.sed <<\_ACEOF | |
44814 | s/[\\&,]/\\&/g | |
44815 | s,[\\$`],\\&,g | |
44816 | t clear | |
44817 | : clear | |
ac1cb8d3 | 44818 | s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp |
a848cd7e | 44819 | t end |
ac1cb8d3 | 44820 | s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp |
a848cd7e SC |
44821 | : end |
44822 | _ACEOF | |
44823 | # If some macros were called several times there might be several times | |
44824 | # the same #defines, which is useless. Nevertheless, we may not want to | |
44825 | # sort them, since we want the *last* AC-DEFINE to be honored. | |
44826 | uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines | |
44827 | sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs | |
44828 | rm -f confdef2sed.sed | |
44829 | ||
44830 | # This sed command replaces #undef with comments. This is necessary, for | |
44831 | # example, in the case of _POSIX_SOURCE, which is predefined and required | |
44832 | # on some systems where configure will not decide to define it. | |
44833 | cat >>conftest.undefs <<\_ACEOF | |
ac1cb8d3 | 44834 | s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, |
a848cd7e SC |
44835 | _ACEOF |
44836 | ||
44837 | # Break up conftest.defines because some shells have a limit on the size | |
44838 | # of here documents, and old seds have small limits too (100 cmds). | |
44839 | echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS | |
ac1cb8d3 | 44840 | echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS |
a848cd7e SC |
44841 | echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS |
44842 | echo ' :' >>$CONFIG_STATUS | |
44843 | rm -f conftest.tail | |
44844 | while grep . conftest.defines >/dev/null | |
44845 | do | |
44846 | # Write a limited-size here document to $tmp/defines.sed. | |
44847 | echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS | |
44848 | # Speed up: don't consider the non `#define' lines. | |
ac1cb8d3 | 44849 | echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS |
a848cd7e SC |
44850 | # Work around the forget-to-reset-the-flag bug. |
44851 | echo 't clr' >>$CONFIG_STATUS | |
44852 | echo ': clr' >>$CONFIG_STATUS | |
44853 | sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS | |
44854 | echo 'CEOF | |
44855 | sed -f $tmp/defines.sed $tmp/in >$tmp/out | |
44856 | rm -f $tmp/in | |
44857 | mv $tmp/out $tmp/in | |
44858 | ' >>$CONFIG_STATUS | |
44859 | sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail | |
44860 | rm -f conftest.defines | |
44861 | mv conftest.tail conftest.defines | |
44862 | done | |
44863 | rm -f conftest.defines | |
44864 | echo ' fi # grep' >>$CONFIG_STATUS | |
44865 | echo >>$CONFIG_STATUS | |
44866 | ||
44867 | # Break up conftest.undefs because some shells have a limit on the size | |
44868 | # of here documents, and old seds have small limits too (100 cmds). | |
44869 | echo ' # Handle all the #undef templates' >>$CONFIG_STATUS | |
44870 | rm -f conftest.tail | |
44871 | while grep . conftest.undefs >/dev/null | |
44872 | do | |
44873 | # Write a limited-size here document to $tmp/undefs.sed. | |
44874 | echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS | |
44875 | # Speed up: don't consider the non `#undef' | |
ac1cb8d3 | 44876 | echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS |
a848cd7e SC |
44877 | # Work around the forget-to-reset-the-flag bug. |
44878 | echo 't clr' >>$CONFIG_STATUS | |
44879 | echo ': clr' >>$CONFIG_STATUS | |
44880 | sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS | |
44881 | echo 'CEOF | |
44882 | sed -f $tmp/undefs.sed $tmp/in >$tmp/out | |
44883 | rm -f $tmp/in | |
44884 | mv $tmp/out $tmp/in | |
44885 | ' >>$CONFIG_STATUS | |
44886 | sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail | |
44887 | rm -f conftest.undefs | |
44888 | mv conftest.tail conftest.undefs | |
44889 | done | |
44890 | rm -f conftest.undefs | |
44891 | ||
44892 | cat >>$CONFIG_STATUS <<\_ACEOF | |
44893 | # Let's still pretend it is `configure' which instantiates (i.e., don't | |
44894 | # use $as_me), people would be surprised to read: | |
44895 | # /* config.h. Generated by config.status. */ | |
44896 | if test x"$ac_file" = x-; then | |
44897 | echo "/* Generated by configure. */" >$tmp/config.h | |
44898 | else | |
44899 | echo "/* $ac_file. Generated by configure. */" >$tmp/config.h | |
44900 | fi | |
44901 | cat $tmp/in >>$tmp/config.h | |
44902 | rm -f $tmp/in | |
44903 | if test x"$ac_file" != x-; then | |
44904 | if diff $ac_file $tmp/config.h >/dev/null 2>&1; then | |
44905 | { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 | |
44906 | echo "$as_me: $ac_file is unchanged" >&6;} | |
44907 | else | |
44908 | ac_dir=`(dirname "$ac_file") 2>/dev/null || | |
44909 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
ac1cb8d3 VS |
44910 | X"$ac_file" : 'X\(//\)[^/]' \| \ |
44911 | X"$ac_file" : 'X\(//\)$' \| \ | |
44912 | X"$ac_file" : 'X\(/\)' \| \ | |
44913 | . : '\(.\)' 2>/dev/null || | |
a848cd7e SC |
44914 | echo X"$ac_file" | |
44915 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
44916 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
44917 | /^X\(\/\/\)$/{ s//\1/; q; } | |
44918 | /^X\(\/\).*/{ s//\1/; q; } | |
44919 | s/.*/./; q'` | |
44920 | { if $as_mkdir_p; then | |
44921 | mkdir -p "$ac_dir" | |
44922 | else | |
44923 | as_dir="$ac_dir" | |
44924 | as_dirs= | |
44925 | while test ! -d "$as_dir"; do | |
44926 | as_dirs="$as_dir $as_dirs" | |
44927 | as_dir=`(dirname "$as_dir") 2>/dev/null || | |
44928 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
ac1cb8d3 VS |
44929 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
44930 | X"$as_dir" : 'X\(//\)$' \| \ | |
44931 | X"$as_dir" : 'X\(/\)' \| \ | |
44932 | . : '\(.\)' 2>/dev/null || | |
a848cd7e SC |
44933 | echo X"$as_dir" | |
44934 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
44935 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
44936 | /^X\(\/\/\)$/{ s//\1/; q; } | |
44937 | /^X\(\/\).*/{ s//\1/; q; } | |
44938 | s/.*/./; q'` | |
44939 | done | |
44940 | test ! -n "$as_dirs" || mkdir $as_dirs | |
44941 | fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 | |
44942 | echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} | |
44943 | { (exit 1); exit 1; }; }; } | |
44944 | ||
44945 | rm -f $ac_file | |
44946 | mv $tmp/config.h $ac_file | |
44947 | fi | |
44948 | else | |
44949 | cat $tmp/config.h | |
44950 | rm -f $tmp/config.h | |
44951 | fi | |
44952 | done | |
44953 | _ACEOF | |
44954 | cat >>$CONFIG_STATUS <<\_ACEOF | |
44955 | ||
44956 | # | |
44957 | # CONFIG_COMMANDS section. | |
44958 | # | |
44959 | for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue | |
44960 | ac_dest=`echo "$ac_file" | sed 's,:.*,,'` | |
44961 | ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` | |
44962 | ac_dir=`(dirname "$ac_dest") 2>/dev/null || | |
44963 | $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
ac1cb8d3 VS |
44964 | X"$ac_dest" : 'X\(//\)[^/]' \| \ |
44965 | X"$ac_dest" : 'X\(//\)$' \| \ | |
44966 | X"$ac_dest" : 'X\(/\)' \| \ | |
44967 | . : '\(.\)' 2>/dev/null || | |
a848cd7e SC |
44968 | echo X"$ac_dest" | |
44969 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
44970 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
44971 | /^X\(\/\/\)$/{ s//\1/; q; } | |
44972 | /^X\(\/\).*/{ s//\1/; q; } | |
44973 | s/.*/./; q'` | |
ac1cb8d3 VS |
44974 | { if $as_mkdir_p; then |
44975 | mkdir -p "$ac_dir" | |
44976 | else | |
44977 | as_dir="$ac_dir" | |
44978 | as_dirs= | |
44979 | while test ! -d "$as_dir"; do | |
44980 | as_dirs="$as_dir $as_dirs" | |
44981 | as_dir=`(dirname "$as_dir") 2>/dev/null || | |
44982 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
44983 | X"$as_dir" : 'X\(//\)[^/]' \| \ | |
44984 | X"$as_dir" : 'X\(//\)$' \| \ | |
44985 | X"$as_dir" : 'X\(/\)' \| \ | |
44986 | . : '\(.\)' 2>/dev/null || | |
44987 | echo X"$as_dir" | | |
44988 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
44989 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
44990 | /^X\(\/\/\)$/{ s//\1/; q; } | |
44991 | /^X\(\/\).*/{ s//\1/; q; } | |
44992 | s/.*/./; q'` | |
44993 | done | |
44994 | test ! -n "$as_dirs" || mkdir $as_dirs | |
44995 | fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 | |
44996 | echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} | |
44997 | { (exit 1); exit 1; }; }; } | |
44998 | ||
a848cd7e SC |
44999 | ac_builddir=. |
45000 | ||
45001 | if test "$ac_dir" != .; then | |
45002 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | |
45003 | # A "../" for each directory in $ac_dir_suffix. | |
45004 | ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` | |
45005 | else | |
45006 | ac_dir_suffix= ac_top_builddir= | |
45007 | fi | |
45008 | ||
45009 | case $srcdir in | |
45010 | .) # No --srcdir option. We are building in place. | |
45011 | ac_srcdir=. | |
45012 | if test -z "$ac_top_builddir"; then | |
45013 | ac_top_srcdir=. | |
45014 | else | |
45015 | ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` | |
45016 | fi ;; | |
45017 | [\\/]* | ?:[\\/]* ) # Absolute path. | |
45018 | ac_srcdir=$srcdir$ac_dir_suffix; | |
45019 | ac_top_srcdir=$srcdir ;; | |
45020 | *) # Relative path. | |
45021 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | |
45022 | ac_top_srcdir=$ac_top_builddir$srcdir ;; | |
45023 | esac | |
ac1cb8d3 VS |
45024 | |
45025 | # Do not use `cd foo && pwd` to compute absolute paths, because | |
45026 | # the directories may not exist. | |
45027 | case `pwd` in | |
45028 | .) ac_abs_builddir="$ac_dir";; | |
45029 | *) | |
45030 | case "$ac_dir" in | |
45031 | .) ac_abs_builddir=`pwd`;; | |
45032 | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; | |
45033 | *) ac_abs_builddir=`pwd`/"$ac_dir";; | |
45034 | esac;; | |
45035 | esac | |
45036 | case $ac_abs_builddir in | |
45037 | .) ac_abs_top_builddir=${ac_top_builddir}.;; | |
45038 | *) | |
45039 | case ${ac_top_builddir}. in | |
45040 | .) ac_abs_top_builddir=$ac_abs_builddir;; | |
45041 | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; | |
45042 | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; | |
45043 | esac;; | |
45044 | esac | |
45045 | case $ac_abs_builddir in | |
45046 | .) ac_abs_srcdir=$ac_srcdir;; | |
45047 | *) | |
45048 | case $ac_srcdir in | |
45049 | .) ac_abs_srcdir=$ac_abs_builddir;; | |
45050 | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; | |
45051 | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; | |
45052 | esac;; | |
45053 | esac | |
45054 | case $ac_abs_builddir in | |
45055 | .) ac_abs_top_srcdir=$ac_top_srcdir;; | |
45056 | *) | |
45057 | case $ac_top_srcdir in | |
45058 | .) ac_abs_top_srcdir=$ac_abs_builddir;; | |
45059 | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; | |
45060 | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; | |
45061 | esac;; | |
45062 | esac | |
a848cd7e SC |
45063 | |
45064 | ||
45065 | { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 | |
45066 | echo "$as_me: executing $ac_dest commands" >&6;} | |
45067 | case $ac_dest in | |
ceec2216 RL |
45068 | wx-config ) rm -f wx-config |
45069 | ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config | |
45070 | ;; | |
a848cd7e SC |
45071 | esac |
45072 | done | |
45073 | _ACEOF | |
45074 | ||
45075 | cat >>$CONFIG_STATUS <<\_ACEOF | |
45076 | ||
45077 | { (exit 0); exit 0; } | |
45078 | _ACEOF | |
45079 | chmod +x $CONFIG_STATUS | |
45080 | ac_clean_files=$ac_clean_files_save | |
45081 | ||
45082 | ||
45083 | # configure is writing to config.log, and then calls config.status. | |
45084 | # config.status does its own redirection, appending to config.log. | |
45085 | # Unfortunately, on DOS this fails, as config.log is still kept open | |
45086 | # by configure, so config.status won't be able to write to it; its | |
45087 | # output is simply discarded. So we exec the FD to /dev/null, | |
45088 | # effectively closing config.log, so it can be properly (re)opened and | |
45089 | # appended to by config.status. When coming back to configure, we | |
45090 | # need to make the FD available again. | |
45091 | if test "$no_create" != yes; then | |
45092 | ac_cs_success=: | |
45093 | ac_config_status_args= | |
45094 | test "$silent" = yes && | |
45095 | ac_config_status_args="$ac_config_status_args --quiet" | |
45096 | exec 5>/dev/null | |
45097 | $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false | |
45098 | exec 5>>config.log | |
45099 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | |
45100 | # would make configure fail if this is the last instruction. | |
45101 | $ac_cs_success || { (exit 1); exit 1; } | |
45102 | fi | |
45103 | ||
45104 | # | |
45105 | # CONFIG_SUBDIRS section. | |
45106 | # | |
45107 | if test "$no_recursion" != yes; then | |
45108 | ||
45109 | # Remove --cache-file and --srcdir arguments so they do not pile up. | |
45110 | ac_sub_configure_args= | |
45111 | ac_prev= | |
45112 | for ac_arg in $ac_configure_args; do | |
45113 | if test -n "$ac_prev"; then | |
45114 | ac_prev= | |
45115 | continue | |
45116 | fi | |
45117 | case $ac_arg in | |
45118 | -cache-file | --cache-file | --cache-fil | --cache-fi \ | |
45119 | | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) | |
45120 | ac_prev=cache_file ;; | |
45121 | -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | |
45122 | | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \ | |
45123 | | --c=*) | |
45124 | ;; | |
45125 | --config-cache | -C) | |
45126 | ;; | |
45127 | -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) | |
45128 | ac_prev=srcdir ;; | |
45129 | -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) | |
45130 | ;; | |
45131 | -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) | |
45132 | ac_prev=prefix ;; | |
45133 | -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) | |
45134 | ;; | |
45135 | *) ac_sub_configure_args="$ac_sub_configure_args $ac_arg" ;; | |
45136 | esac | |
45137 | done | |
45138 | ||
45139 | # Always prepend --prefix to ensure using the same prefix | |
45140 | # in subdir configurations. | |
45141 | ac_sub_configure_args="--prefix=$prefix $ac_sub_configure_args" | |
45142 | ||
45143 | ac_popdir=`pwd` | |
45144 | for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue | |
45145 | ||
45146 | # Do not complain, so a configure script can configure whichever | |
45147 | # parts of a large source tree are present. | |
45148 | test -d $srcdir/$ac_dir || continue | |
45149 | ||
45150 | { echo "$as_me:$LINENO: configuring in $ac_dir" >&5 | |
45151 | echo "$as_me: configuring in $ac_dir" >&6;} | |
45152 | { if $as_mkdir_p; then | |
45153 | mkdir -p "$ac_dir" | |
45154 | else | |
45155 | as_dir="$ac_dir" | |
45156 | as_dirs= | |
45157 | while test ! -d "$as_dir"; do | |
45158 | as_dirs="$as_dir $as_dirs" | |
45159 | as_dir=`(dirname "$as_dir") 2>/dev/null || | |
45160 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
ac1cb8d3 VS |
45161 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
45162 | X"$as_dir" : 'X\(//\)$' \| \ | |
45163 | X"$as_dir" : 'X\(/\)' \| \ | |
45164 | . : '\(.\)' 2>/dev/null || | |
a848cd7e SC |
45165 | echo X"$as_dir" | |
45166 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | |
45167 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | |
45168 | /^X\(\/\/\)$/{ s//\1/; q; } | |
45169 | /^X\(\/\).*/{ s//\1/; q; } | |
45170 | s/.*/./; q'` | |
45171 | done | |
45172 | test ! -n "$as_dirs" || mkdir $as_dirs | |
45173 | fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 | |
45174 | echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} | |
45175 | { (exit 1); exit 1; }; }; } | |
45176 | ||
45177 | ac_builddir=. | |
45178 | ||
45179 | if test "$ac_dir" != .; then | |
45180 | ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` | |
45181 | # A "../" for each directory in $ac_dir_suffix. | |
45182 | ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'` | |
45183 | else | |
45184 | ac_dir_suffix= ac_top_builddir= | |
45185 | fi | |
45186 | ||
45187 | case $srcdir in | |
45188 | .) # No --srcdir option. We are building in place. | |
45189 | ac_srcdir=. | |
45190 | if test -z "$ac_top_builddir"; then | |
45191 | ac_top_srcdir=. | |
45192 | else | |
45193 | ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'` | |
45194 | fi ;; | |
45195 | [\\/]* | ?:[\\/]* ) # Absolute path. | |
45196 | ac_srcdir=$srcdir$ac_dir_suffix; | |
45197 | ac_top_srcdir=$srcdir ;; | |
45198 | *) # Relative path. | |
45199 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | |
45200 | ac_top_srcdir=$ac_top_builddir$srcdir ;; | |
45201 | esac | |
ac1cb8d3 VS |
45202 | |
45203 | # Do not use `cd foo && pwd` to compute absolute paths, because | |
45204 | # the directories may not exist. | |
45205 | case `pwd` in | |
45206 | .) ac_abs_builddir="$ac_dir";; | |
45207 | *) | |
45208 | case "$ac_dir" in | |
45209 | .) ac_abs_builddir=`pwd`;; | |
45210 | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; | |
45211 | *) ac_abs_builddir=`pwd`/"$ac_dir";; | |
45212 | esac;; | |
45213 | esac | |
45214 | case $ac_abs_builddir in | |
45215 | .) ac_abs_top_builddir=${ac_top_builddir}.;; | |
45216 | *) | |
45217 | case ${ac_top_builddir}. in | |
45218 | .) ac_abs_top_builddir=$ac_abs_builddir;; | |
45219 | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; | |
45220 | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; | |
45221 | esac;; | |
45222 | esac | |
45223 | case $ac_abs_builddir in | |
45224 | .) ac_abs_srcdir=$ac_srcdir;; | |
45225 | *) | |
45226 | case $ac_srcdir in | |
45227 | .) ac_abs_srcdir=$ac_abs_builddir;; | |
45228 | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; | |
45229 | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; | |
45230 | esac;; | |
45231 | esac | |
45232 | case $ac_abs_builddir in | |
45233 | .) ac_abs_top_srcdir=$ac_top_srcdir;; | |
45234 | *) | |
45235 | case $ac_top_srcdir in | |
45236 | .) ac_abs_top_srcdir=$ac_abs_builddir;; | |
45237 | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; | |
45238 | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; | |
45239 | esac;; | |
45240 | esac | |
a848cd7e SC |
45241 | |
45242 | ||
45243 | cd $ac_dir | |
45244 | ||
45245 | # Check for guested configure; otherwise get Cygnus style configure. | |
45246 | if test -f $ac_srcdir/configure.gnu; then | |
45247 | ac_sub_configure="$SHELL '$ac_srcdir/configure.gnu'" | |
45248 | elif test -f $ac_srcdir/configure; then | |
45249 | ac_sub_configure="$SHELL '$ac_srcdir/configure'" | |
45250 | elif test -f $ac_srcdir/configure.in; then | |
45251 | ac_sub_configure=$ac_configure | |
45252 | else | |
45253 | { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5 | |
45254 | echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;} | |
45255 | ac_sub_configure= | |
45256 | fi | |
45257 | ||
45258 | # The recursion is here. | |
45259 | if test -n "$ac_sub_configure"; then | |
45260 | # Make the cache file name correct relative to the subdirectory. | |
45261 | case $cache_file in | |
45262 | [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;; | |
45263 | *) # Relative path. | |
ac1cb8d3 | 45264 | ac_sub_cache_file=$ac_top_builddir$cache_file ;; |
a848cd7e SC |
45265 | esac |
45266 | ||
45267 | { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5 | |
45268 | echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;} | |
45269 | # The eval makes quoting arguments work. | |
45270 | eval $ac_sub_configure $ac_sub_configure_args \ | |
ac1cb8d3 VS |
45271 | --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir || |
45272 | { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5 | |
a848cd7e SC |
45273 | echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;} |
45274 | { (exit 1); exit 1; }; } | |
45275 | fi | |
45276 | ||
07158944 | 45277 | cd "$ac_popdir" |
a848cd7e SC |
45278 | done |
45279 | fi | |
45280 | ||
45281 | ||
45282 | echo | |
77ffb593 | 45283 | echo "Configured wxWidgets ${WX_VERSION} for \`${host}'" |
a848cd7e | 45284 | echo "" |
4d4ff94c | 45285 | echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_USER:-base only}" |
77ffb593 | 45286 | echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}" |
a848cd7e | 45287 | |
77ffb593 JS |
45288 | echo " Should wxWidgets be compiled in debug mode? ${wxUSE_DEBUG:-no}" |
45289 | echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}" | |
45290 | echo " Should wxWidgets be compiled in Unicode mode? ${wxUSE_UNICODE:-no}" | |
a848cd7e | 45291 | |
77ffb593 JS |
45292 | echo " What level of wxWidgets compatibility should be enabled?" |
45293 | echo " wxWidgets 2.2 ${WXWIN_COMPATIBILITY_2_2:-no}" | |
45294 | echo " wxWidgets 2.4 ${WXWIN_COMPATIBILITY_2_4:-yes}" | |
a848cd7e | 45295 | |
77ffb593 | 45296 | echo " Which libraries should wxWidgets use?" |
a848cd7e SC |
45297 | echo " jpeg ${wxUSE_LIBJPEG-none}" |
45298 | echo " png ${wxUSE_LIBPNG-none}" | |
45299 | echo " regex ${wxUSE_REGEX}" | |
45300 | echo " tiff ${wxUSE_LIBTIFF-none}" | |
45301 | if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then | |
45302 | echo " xpm ${wxUSE_LIBXPM-none}" | |
45303 | fi | |
45304 | echo " zlib ${wxUSE_ZLIB}" | |
45305 | echo " odbc ${wxUSE_ODBC}" | |
45306 | echo " expat ${wxUSE_EXPAT}" | |
45307 | echo " libmspack ${wxUSE_LIBMSPACK}" | |
45308 | echo " sdl ${wxUSE_LIBSDL}" | |
6d1ce868 | 45309 | echo " gnomeprint ${wxUSE_LIBGNOMEPRINT-none}" |
a848cd7e SC |
45310 | |
45311 | echo "" | |
45312 |