]> git.saurik.com Git - wxWidgets.git/blob - configure
correcting typo in previous commit
[wxWidgets.git] / configure
1 #! /bin/sh
2 # From configure.in Id.
3 # Guess values for system-dependent variables and create Makefiles.
4 # Generated by GNU Autoconf 2.61 for wxWidgets 2.9.3.
5 #
6 # Report bugs to <wx-dev@lists.wxwidgets.org>.
7 #
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
10 # This configure script is free software; the Free Software Foundation
11 # gives unlimited permission to copy, distribute and modify it.
12 ## --------------------- ##
13 ## M4sh Initialization. ##
14 ## --------------------- ##
15
16 # Be more Bourne compatible
17 DUALCASE=1; export DUALCASE # for MKS sh
18 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
19 emulate sh
20 NULLCMD=:
21 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
22 # is contrary to our usage. Disable this feature.
23 alias -g '${1+"$@"}'='"$@"'
24 setopt NO_GLOB_SUBST
25 else
26 case `(set -o) 2>/dev/null` in
27 *posix*) set -o posix ;;
28 esac
29
30 fi
31
32
33
34
35 # PATH needs CR
36 # Avoid depending upon Character Ranges.
37 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
38 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
39 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
40 as_cr_digits='0123456789'
41 as_cr_alnum=$as_cr_Letters$as_cr_digits
42
43 # The user is always right.
44 if test "${PATH_SEPARATOR+set}" != set; then
45 echo "#! /bin/sh" >conf$$.sh
46 echo "exit 0" >>conf$$.sh
47 chmod +x conf$$.sh
48 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
49 PATH_SEPARATOR=';'
50 else
51 PATH_SEPARATOR=:
52 fi
53 rm -f conf$$.sh
54 fi
55
56 # Support unset when possible.
57 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
58 as_unset=unset
59 else
60 as_unset=false
61 fi
62
63
64 # IFS
65 # We need space, tab and new line, in precisely that order. Quoting is
66 # there to prevent editors from complaining about space-tab.
67 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
68 # splitting by setting IFS to empty value.)
69 as_nl='
70 '
71 IFS=" "" $as_nl"
72
73 # Find who we are. Look in the path if we contain no directory separator.
74 case $0 in
75 *[\\/]* ) as_myself=$0 ;;
76 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
77 for as_dir in $PATH
78 do
79 IFS=$as_save_IFS
80 test -z "$as_dir" && as_dir=.
81 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
82 done
83 IFS=$as_save_IFS
84
85 ;;
86 esac
87 # We did not find ourselves, most probably we were run as `sh COMMAND'
88 # in which case we are not to be found in the path.
89 if test "x$as_myself" = x; then
90 as_myself=$0
91 fi
92 if test ! -f "$as_myself"; then
93 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
94 { (exit 1); exit 1; }
95 fi
96
97 # Work around bugs in pre-3.0 UWIN ksh.
98 for as_var in ENV MAIL MAILPATH
99 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
100 done
101 PS1='$ '
102 PS2='> '
103 PS4='+ '
104
105 # NLS nuisances.
106 for as_var in \
107 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
108 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
109 LC_TELEPHONE LC_TIME
110 do
111 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
112 eval $as_var=C; export $as_var
113 else
114 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
115 fi
116 done
117
118 # Required to use basename.
119 if expr a : '\(a\)' >/dev/null 2>&1 &&
120 test "X`expr 00001 : '.*\(...\)'`" = X001; then
121 as_expr=expr
122 else
123 as_expr=false
124 fi
125
126 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
127 as_basename=basename
128 else
129 as_basename=false
130 fi
131
132
133 # Name of the executable.
134 as_me=`$as_basename -- "$0" ||
135 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
136 X"$0" : 'X\(//\)$' \| \
137 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
138 echo X/"$0" |
139 sed '/^.*\/\([^/][^/]*\)\/*$/{
140 s//\1/
141 q
142 }
143 /^X\/\(\/\/\)$/{
144 s//\1/
145 q
146 }
147 /^X\/\(\/\).*/{
148 s//\1/
149 q
150 }
151 s/.*/./; q'`
152
153 # CDPATH.
154 $as_unset CDPATH
155
156
157 if test "x$CONFIG_SHELL" = x; then
158 if (eval ":") 2>/dev/null; then
159 as_have_required=yes
160 else
161 as_have_required=no
162 fi
163
164 if test $as_have_required = yes && (eval ":
165 (as_func_return () {
166 (exit \$1)
167 }
168 as_func_success () {
169 as_func_return 0
170 }
171 as_func_failure () {
172 as_func_return 1
173 }
174 as_func_ret_success () {
175 return 0
176 }
177 as_func_ret_failure () {
178 return 1
179 }
180
181 exitcode=0
182 if as_func_success; then
183 :
184 else
185 exitcode=1
186 echo as_func_success failed.
187 fi
188
189 if as_func_failure; then
190 exitcode=1
191 echo as_func_failure succeeded.
192 fi
193
194 if as_func_ret_success; then
195 :
196 else
197 exitcode=1
198 echo as_func_ret_success failed.
199 fi
200
201 if as_func_ret_failure; then
202 exitcode=1
203 echo as_func_ret_failure succeeded.
204 fi
205
206 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
207 :
208 else
209 exitcode=1
210 echo positional parameters were not saved.
211 fi
212
213 test \$exitcode = 0) || { (exit 1); exit 1; }
214
215 (
216 as_lineno_1=\$LINENO
217 as_lineno_2=\$LINENO
218 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
219 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
220 ") 2> /dev/null; then
221 :
222 else
223 as_candidate_shells=
224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
225 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
226 do
227 IFS=$as_save_IFS
228 test -z "$as_dir" && as_dir=.
229 case $as_dir in
230 /*)
231 for as_base in sh bash ksh sh5; do
232 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
233 done;;
234 esac
235 done
236 IFS=$as_save_IFS
237
238
239 for as_shell in $as_candidate_shells $SHELL; do
240 # Try only shells that exist, to save several forks.
241 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
242 { ("$as_shell") 2> /dev/null <<\_ASEOF
243 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
244 emulate sh
245 NULLCMD=:
246 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
247 # is contrary to our usage. Disable this feature.
248 alias -g '${1+"$@"}'='"$@"'
249 setopt NO_GLOB_SUBST
250 else
251 case `(set -o) 2>/dev/null` in
252 *posix*) set -o posix ;;
253 esac
254
255 fi
256
257
258 :
259 _ASEOF
260 }; then
261 CONFIG_SHELL=$as_shell
262 as_have_required=yes
263 if { "$as_shell" 2> /dev/null <<\_ASEOF
264 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
265 emulate sh
266 NULLCMD=:
267 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
268 # is contrary to our usage. Disable this feature.
269 alias -g '${1+"$@"}'='"$@"'
270 setopt NO_GLOB_SUBST
271 else
272 case `(set -o) 2>/dev/null` in
273 *posix*) set -o posix ;;
274 esac
275
276 fi
277
278
279 :
280 (as_func_return () {
281 (exit $1)
282 }
283 as_func_success () {
284 as_func_return 0
285 }
286 as_func_failure () {
287 as_func_return 1
288 }
289 as_func_ret_success () {
290 return 0
291 }
292 as_func_ret_failure () {
293 return 1
294 }
295
296 exitcode=0
297 if as_func_success; then
298 :
299 else
300 exitcode=1
301 echo as_func_success failed.
302 fi
303
304 if as_func_failure; then
305 exitcode=1
306 echo as_func_failure succeeded.
307 fi
308
309 if as_func_ret_success; then
310 :
311 else
312 exitcode=1
313 echo as_func_ret_success failed.
314 fi
315
316 if as_func_ret_failure; then
317 exitcode=1
318 echo as_func_ret_failure succeeded.
319 fi
320
321 if ( set x; as_func_ret_success y && test x = "$1" ); then
322 :
323 else
324 exitcode=1
325 echo positional parameters were not saved.
326 fi
327
328 test $exitcode = 0) || { (exit 1); exit 1; }
329
330 (
331 as_lineno_1=$LINENO
332 as_lineno_2=$LINENO
333 test "x$as_lineno_1" != "x$as_lineno_2" &&
334 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
335
336 _ASEOF
337 }; then
338 break
339 fi
340
341 fi
342
343 done
344
345 if test "x$CONFIG_SHELL" != x; then
346 for as_var in BASH_ENV ENV
347 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
348 done
349 export CONFIG_SHELL
350 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
351 fi
352
353
354 if test $as_have_required = no; then
355 echo This script requires a shell more modern than all the
356 echo shells that I found on your system. Please install a
357 echo modern shell, or manually run the script under such a
358 echo shell if you do have one.
359 { (exit 1); exit 1; }
360 fi
361
362
363 fi
364
365 fi
366
367
368
369 (eval "as_func_return () {
370 (exit \$1)
371 }
372 as_func_success () {
373 as_func_return 0
374 }
375 as_func_failure () {
376 as_func_return 1
377 }
378 as_func_ret_success () {
379 return 0
380 }
381 as_func_ret_failure () {
382 return 1
383 }
384
385 exitcode=0
386 if as_func_success; then
387 :
388 else
389 exitcode=1
390 echo as_func_success failed.
391 fi
392
393 if as_func_failure; then
394 exitcode=1
395 echo as_func_failure succeeded.
396 fi
397
398 if as_func_ret_success; then
399 :
400 else
401 exitcode=1
402 echo as_func_ret_success failed.
403 fi
404
405 if as_func_ret_failure; then
406 exitcode=1
407 echo as_func_ret_failure succeeded.
408 fi
409
410 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
411 :
412 else
413 exitcode=1
414 echo positional parameters were not saved.
415 fi
416
417 test \$exitcode = 0") || {
418 echo No shell found that supports shell functions.
419 echo Please tell autoconf@gnu.org about your system,
420 echo including any error possibly output before this
421 echo message
422 }
423
424
425
426 as_lineno_1=$LINENO
427 as_lineno_2=$LINENO
428 test "x$as_lineno_1" != "x$as_lineno_2" &&
429 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
430
431 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
432 # uniformly replaced by the line number. The first 'sed' inserts a
433 # line-number line after each line using $LINENO; the second 'sed'
434 # does the real work. The second script uses 'N' to pair each
435 # line-number line with the line containing $LINENO, and appends
436 # trailing '-' during substitution so that $LINENO is not a special
437 # case at line end.
438 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
439 # scripts with optimization help from Paolo Bonzini. Blame Lee
440 # E. McMahon (1931-1989) for sed's syntax. :-)
441 sed -n '
442 p
443 /[$]LINENO/=
444 ' <$as_myself |
445 sed '
446 s/[$]LINENO.*/&-/
447 t lineno
448 b
449 :lineno
450 N
451 :loop
452 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
453 t loop
454 s/-\n.*//
455 ' >$as_me.lineno &&
456 chmod +x "$as_me.lineno" ||
457 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
458 { (exit 1); exit 1; }; }
459
460 # Don't try to exec as it changes $[0], causing all sort of problems
461 # (the dirname of $[0] is not the place where we might find the
462 # original and so on. Autoconf is especially sensitive to this).
463 . "./$as_me.lineno"
464 # Exit status is that of the last command.
465 exit
466 }
467
468
469 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
470 as_dirname=dirname
471 else
472 as_dirname=false
473 fi
474
475 ECHO_C= ECHO_N= ECHO_T=
476 case `echo -n x` in
477 -n*)
478 case `echo 'x\c'` in
479 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
480 *) ECHO_C='\c';;
481 esac;;
482 *)
483 ECHO_N='-n';;
484 esac
485
486 if expr a : '\(a\)' >/dev/null 2>&1 &&
487 test "X`expr 00001 : '.*\(...\)'`" = X001; then
488 as_expr=expr
489 else
490 as_expr=false
491 fi
492
493 rm -f conf$$ conf$$.exe conf$$.file
494 if test -d conf$$.dir; then
495 rm -f conf$$.dir/conf$$.file
496 else
497 rm -f conf$$.dir
498 mkdir conf$$.dir
499 fi
500 echo >conf$$.file
501 if ln -s conf$$.file conf$$ 2>/dev/null; then
502 as_ln_s='ln -s'
503 # ... but there are two gotchas:
504 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
505 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
506 # In both cases, we have to default to `cp -p'.
507 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
508 as_ln_s='cp -p'
509 elif ln conf$$.file conf$$ 2>/dev/null; then
510 as_ln_s=ln
511 else
512 as_ln_s='cp -p'
513 fi
514 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
515 rmdir conf$$.dir 2>/dev/null
516
517 if mkdir -p . 2>/dev/null; then
518 as_mkdir_p=:
519 else
520 test -d ./-p && rmdir ./-p
521 as_mkdir_p=false
522 fi
523
524 if test -x / >/dev/null 2>&1; then
525 as_test_x='test -x'
526 else
527 if ls -dL / >/dev/null 2>&1; then
528 as_ls_L_option=L
529 else
530 as_ls_L_option=
531 fi
532 as_test_x='
533 eval sh -c '\''
534 if test -d "$1"; then
535 test -d "$1/.";
536 else
537 case $1 in
538 -*)set "./$1";;
539 esac;
540 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
541 ???[sx]*):;;*)false;;esac;fi
542 '\'' sh
543 '
544 fi
545 as_executable_p=$as_test_x
546
547 # Sed expression to map a string onto a valid CPP name.
548 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
549
550 # Sed expression to map a string onto a valid variable name.
551 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
552
553
554
555 exec 7<&0 </dev/null 6>&1
556
557 # Name of the host.
558 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
559 # so uname gets run too.
560 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
561
562 #
563 # Initializations.
564 #
565 ac_default_prefix=/usr/local
566 ac_clean_files=
567 ac_config_libobj_dir=.
568 LIBOBJS=
569 cross_compiling=no
570 subdirs=
571 MFLAGS=
572 MAKEFLAGS=
573 SHELL=${CONFIG_SHELL-/bin/sh}
574
575 # Identity of this package.
576 PACKAGE_NAME='wxWidgets'
577 PACKAGE_TARNAME='wxwidgets'
578 PACKAGE_VERSION='2.9.3'
579 PACKAGE_STRING='wxWidgets 2.9.3'
580 PACKAGE_BUGREPORT='wx-dev@lists.wxwidgets.org'
581
582 ac_unique_file="wx-config.in"
583 # Factoring default headers for most tests.
584 ac_includes_default="\
585 #include <stdio.h>
586 #ifdef HAVE_SYS_TYPES_H
587 # include <sys/types.h>
588 #endif
589 #ifdef HAVE_SYS_STAT_H
590 # include <sys/stat.h>
591 #endif
592 #ifdef STDC_HEADERS
593 # include <stdlib.h>
594 # include <stddef.h>
595 #else
596 # ifdef HAVE_STDLIB_H
597 # include <stdlib.h>
598 # endif
599 #endif
600 #ifdef HAVE_STRING_H
601 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
602 # include <memory.h>
603 # endif
604 # include <string.h>
605 #endif
606 #ifdef HAVE_STRINGS_H
607 # include <strings.h>
608 #endif
609 #ifdef HAVE_INTTYPES_H
610 # include <inttypes.h>
611 #endif
612 #ifdef HAVE_STDINT_H
613 # include <stdint.h>
614 #endif
615 #ifdef HAVE_UNISTD_H
616 # include <unistd.h>
617 #endif"
618
619 ac_subst_vars='SHELL
620 PATH_SEPARATOR
621 PACKAGE_NAME
622 PACKAGE_TARNAME
623 PACKAGE_VERSION
624 PACKAGE_STRING
625 PACKAGE_BUGREPORT
626 exec_prefix
627 prefix
628 program_transform_name
629 bindir
630 sbindir
631 libexecdir
632 datarootdir
633 datadir
634 sysconfdir
635 sharedstatedir
636 localstatedir
637 includedir
638 oldincludedir
639 docdir
640 infodir
641 htmldir
642 dvidir
643 pdfdir
644 psdir
645 libdir
646 localedir
647 mandir
648 DEFS
649 ECHO_C
650 ECHO_N
651 ECHO_T
652 LIBS
653 build_alias
654 host_alias
655 target_alias
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 wx_top_builddir
665 CC
666 CFLAGS
667 LDFLAGS
668 CPPFLAGS
669 ac_ct_CC
670 EXEEXT
671 OBJEXT
672 CPP
673 GREP
674 EGREP
675 CXX
676 CXXFLAGS
677 ac_ct_CXX
678 AR
679 OSX_SW_VERS
680 CXXCPP
681 subdirs
682 PKG_CONFIG
683 GTK_CFLAGS
684 GTK_LIBS
685 GTK_CONFIG
686 DIRECTFB_CFLAGS
687 DIRECTFB_LIBS
688 XMKMF
689 X_CFLAGS
690 X_PRE_LIBS
691 X_LIBS
692 X_EXTRA_LIBS
693 PANGOX_CFLAGS
694 PANGOX_LIBS
695 PANGOFT2_CFLAGS
696 PANGOFT2_LIBS
697 PANGOXFT_CFLAGS
698 PANGOXFT_LIBS
699 CFLAGS_VISIBILITY
700 CXXFLAGS_VISIBILITY
701 LIBICONV
702 GXX_VERSION
703 SDL_CONFIG
704 SDL_CFLAGS
705 SDL_LIBS
706 GTKPRINT_CFLAGS
707 GTKPRINT_LIBS
708 LIBGNOMEPRINTUI_CFLAGS
709 LIBGNOMEPRINTUI_LIBS
710 GNOMEVFS_CFLAGS
711 GNOMEVFS_LIBS
712 HILDON_CFLAGS
713 HILDON_LIBS
714 HILDON2_CFLAGS
715 HILDON2_LIBS
716 PYTHON
717 COND_PYTHON
718 CAIRO_CFLAGS
719 CAIRO_LIBS
720 GST_CFLAGS
721 GST_LIBS
722 ALL_WX_LIBS
723 BUILT_WX_LIBS
724 STD_BASE_LIBS
725 STD_GUI_LIBS
726 wxUSE_ZLIB
727 wxUSE_REGEX
728 wxUSE_EXPAT
729 wxUSE_LIBJPEG
730 wxUSE_LIBPNG
731 wxUSE_LIBTIFF
732 VENDOR
733 OFFICIAL_BUILD
734 WX_FLAVOUR
735 WX_LIB_FLAVOUR
736 WXUNIV
737 MONOLITHIC
738 USE_PLUGINS
739 CXXWARNINGS
740 EXTRALIBS
741 EXTRALIBS_XML
742 EXTRALIBS_HTML
743 EXTRALIBS_MEDIA
744 EXTRALIBS_GUI
745 EXTRALIBS_OPENGL
746 EXTRALIBS_SDL
747 EXTRALIBS_STC
748 WITH_PLUGIN_SDL
749 EXTRALIBS_GTKPRINT
750 EXTRALIBS_GNOMEPRINT
751 EXTRALIBS_GNOMEVFS
752 EXTRALIBS_HILDON
753 UNICODE
754 DEBUG_INFO
755 DEBUG_FLAG
756 TOOLKIT_LOWERCASE
757 TOOLKIT_VERSION
758 DYLIB_RPATH_INSTALL
759 DYLIB_RPATH_POSTLINK
760 SAMPLES_RPATH_FLAG
761 HEADER_PAD_OPTION
762 HOST_SUFFIX
763 CPPUNIT_CFLAGS
764 CPPUNIT_LIBS
765 RANLIB
766 INSTALL_PROGRAM
767 INSTALL_SCRIPT
768 INSTALL_DATA
769 LN_S
770 SET_MAKE
771 MAKE_SET
772 AROPTIONS
773 STRIP
774 NM
775 INSTALL_DIR
776 LDFLAGS_GUI
777 IF_GNU_MAKE
778 PLATFORM_UNIX
779 PLATFORM_WIN32
780 PLATFORM_MSDOS
781 PLATFORM_MAC
782 PLATFORM_MACOS
783 PLATFORM_MACOSX
784 PLATFORM_OS2
785 PLATFORM_BEOS
786 SO_SUFFIX
787 SO_SUFFIX_MODULE
788 DLLIMP_SUFFIX
789 LIBPREFIX
790 LIBEXT
791 DLLPREFIX
792 DLLPREFIX_MODULE
793 dlldir
794 AIX_CXX_LD
795 SHARED_LD_CC
796 SHARED_LD_CXX
797 SHARED_LD_MODULE_CC
798 SHARED_LD_MODULE_CXX
799 PIC_FLAG
800 WINDOWS_IMPLIB
801 USE_SOVERSION
802 USE_SOVERLINUX
803 USE_SOVERSOLARIS
804 USE_SOVERCYGWIN
805 USE_MACVERSION
806 USE_SOTWOSYMLINKS
807 SONAME_FLAG
808 DEPS_TRACKING
809 BK_DEPS
810 WINDRES
811 REZ
812 SETFILE
813 OBJCXXFLAGS
814 GCC_PCH
815 ICC_PCH
816 ICC_PCH_CREATE_SWITCH
817 ICC_PCH_USE_SWITCH
818 BK_MAKE_PCH
819 COND_BUILD_DEBUG
820 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT
821 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT
822 COND_BUILD_DEBUG_UNICODE_0
823 COND_BUILD_DEBUG_UNICODE_1
824 COND_BUILD_RELEASE
825 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT
826 COND_BUILD_RELEASE_UNICODE_0
827 COND_BUILD_RELEASE_UNICODE_1
828 COND_BUILD_debug
829 COND_BUILD_debug_DEBUG_FLAG_default
830 COND_BUILD_debug_DEBUG_INFO_default
831 COND_BUILD_debug_UNICODE_0
832 COND_BUILD_debug_UNICODE_1
833 COND_BUILD_release
834 COND_BUILD_release_DEBUG_INFO_default
835 COND_BUILD_release_UNICODE_0
836 COND_BUILD_release_UNICODE_1
837 COND_DEBUG_FLAG_0
838 COND_DEBUG_FLAG_1
839 COND_DEBUG_INFO_0
840 COND_DEBUG_INFO_1
841 COND_DEPS_TRACKING_0
842 COND_DEPS_TRACKING_1
843 COND_GCC_PCH_1
844 COND_ICC_PCH_1
845 COND_MONOLITHIC_0
846 COND_MONOLITHIC_0_SHARED_0
847 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1
848 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1
849 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1
850 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1
851 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1
852 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1
853 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1
854 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1
855 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1
856 COND_MONOLITHIC_0_SHARED_0_USE_STC_1
857 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1
858 COND_MONOLITHIC_0_SHARED_1
859 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1
860 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1
861 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1
862 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1
863 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1
864 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1
865 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1
866 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1
867 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1
868 COND_MONOLITHIC_0_SHARED_1_USE_STC_1
869 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1
870 COND_MONOLITHIC_0_USE_AUI_1
871 COND_MONOLITHIC_0_USE_GUI_1
872 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1
873 COND_MONOLITHIC_0_USE_HTML_1
874 COND_MONOLITHIC_0_USE_MEDIA_1
875 COND_MONOLITHIC_0_USE_PROPGRID_1
876 COND_MONOLITHIC_0_USE_QA_1
877 COND_MONOLITHIC_0_USE_RIBBON_1
878 COND_MONOLITHIC_0_USE_RICHTEXT_1
879 COND_MONOLITHIC_0_USE_STC_1
880 COND_MONOLITHIC_0_USE_WEBVIEW_1
881 COND_MONOLITHIC_0_USE_XRC_1
882 COND_MONOLITHIC_1
883 COND_MONOLITHIC_1_SHARED_0
884 COND_MONOLITHIC_1_SHARED_1
885 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1
886 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1
887 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1
888 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1
889 COND_PLATFORM_MACOSX_1
890 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0
891 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0
892 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1
893 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0
894 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1
895 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0
896 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1
897 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
898 COND_PLATFORM_MACOSX_1_USE_GUI_1
899 COND_PLATFORM_MACOSX_1_USE_OPENGL_1
900 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1
901 COND_PLATFORM_MACOS_1
902 COND_PLATFORM_MAC_0
903 COND_PLATFORM_MAC_1
904 COND_PLATFORM_MSDOS_0
905 COND_PLATFORM_MSDOS_1
906 COND_PLATFORM_OS2_1
907 COND_PLATFORM_UNIX_0
908 COND_PLATFORM_UNIX_1
909 COND_PLATFORM_UNIX_1_TOOLKIT_MGL
910 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1
911 COND_PLATFORM_UNIX_1_USE_GUI_1
912 COND_PLATFORM_UNIX_1_USE_PLUGINS_0
913 COND_PLATFORM_WIN32_0
914 COND_PLATFORM_WIN32_1
915 COND_PLATFORM_WIN32_1_SHARED_0
916 COND_SHARED_0
917 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0
918 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0
919 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0
920 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1
921 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin
922 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin
923 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin
924 COND_SHARED_0_USE_STC_1
925 COND_SHARED_0_wxUSE_EXPAT_builtin
926 COND_SHARED_0_wxUSE_REGEX_builtin
927 COND_SHARED_0_wxUSE_ZLIB_builtin
928 COND_SHARED_1
929 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1
930 COND_TOOLKIT_
931 COND_TOOLKIT_COCOA
932 COND_TOOLKIT_COCOA_USE_GUI_1
933 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0
934 COND_TOOLKIT_DFB
935 COND_TOOLKIT_DFB_USE_GUI_1
936 COND_TOOLKIT_GTK
937 COND_TOOLKIT_GTK_TOOLKIT_VERSION_
938 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2
939 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1
940 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0
941 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1
942 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0
943 COND_TOOLKIT_GTK_USE_GUI_1
944 COND_TOOLKIT_MAC
945 COND_TOOLKIT_MGL
946 COND_TOOLKIT_MGL_USE_GUI_1
947 COND_TOOLKIT_MOTIF
948 COND_TOOLKIT_MOTIF_USE_GUI_1
949 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0
950 COND_TOOLKIT_MSW
951 COND_TOOLKIT_MSW_USE_GUI_1
952 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0
953 COND_TOOLKIT_MSW_WXUNIV_0
954 COND_TOOLKIT_OSX_CARBON
955 COND_TOOLKIT_OSX_CARBON_USE_GUI_1
956 COND_TOOLKIT_OSX_COCOA
957 COND_TOOLKIT_OSX_COCOA_USE_GUI_1
958 COND_TOOLKIT_OSX_IPHONE
959 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1
960 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0
961 COND_TOOLKIT_PM
962 COND_TOOLKIT_PM_USE_GUI_1
963 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0
964 COND_TOOLKIT_WINCE
965 COND_TOOLKIT_WINCE_USE_GUI_1
966 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0
967 COND_TOOLKIT_WINCE_WXUNIV_0
968 COND_TOOLKIT_X11
969 COND_TOOLKIT_X11_USE_GUI_1
970 COND_UNICODE_1
971 COND_USE_CAIRO_1
972 COND_USE_EXCEPTIONS_0
973 COND_USE_EXCEPTIONS_1
974 COND_USE_GUI_0
975 COND_USE_GUI_1
976 COND_USE_GUI_1_USE_OPENGL_1
977 COND_USE_GUI_1_WXUNIV_0
978 COND_USE_GUI_1_WXUNIV_1
979 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN
980 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN
981 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN
982 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin
983 COND_USE_GUI_1_wxUSE_LIBPNG_builtin
984 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin
985 COND_USE_OPENGL_1
986 COND_USE_PCH_1
987 COND_USE_PLUGINS_0
988 COND_USE_RTTI_0
989 COND_USE_RTTI_1
990 COND_USE_SOTWOSYMLINKS_1
991 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1
992 COND_USE_SOVERLINUX_1
993 COND_USE_SOVERSION_0
994 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1
995 COND_USE_SOVERSOLARIS_1
996 COND_USE_STC_1
997 COND_USE_THREADS_0
998 COND_USE_THREADS_1
999 COND_USE_XRC_1
1000 COND_WINDOWS_IMPLIB_1
1001 COND_WITH_PLUGIN_SDL_1
1002 COND_WXUNIV_0
1003 COND_WXUNIV_1
1004 COND_WXUSE_EXPAT_BUILTIN
1005 COND_WXUSE_LIBJPEG_BUILTIN
1006 COND_WXUSE_LIBPNG_BUILTIN
1007 COND_WXUSE_LIBTIFF_BUILTIN
1008 COND_WXUSE_REGEX_BUILTIN
1009 COND_WXUSE_ZLIB_BUILTIN
1010 COND_wxUSE_EXPAT_builtin
1011 COND_wxUSE_LIBJPEG_builtin
1012 COND_wxUSE_LIBPNG_builtin
1013 COND_wxUSE_LIBTIFF_builtin
1014 COND_wxUSE_REGEX_builtin
1015 COND_wxUSE_ZLIB_builtin
1016 DEREZ
1017 SHARED
1018 WX_LIBRARY_BASENAME_NOGUI
1019 WX_LIBRARY_BASENAME_GUI
1020 USE_GUI
1021 AFMINSTALL
1022 WIN32INSTALL
1023 TOOLKIT
1024 TOOLKIT_DIR
1025 TOOLCHAIN_NAME
1026 TOOLCHAIN_FULLNAME
1027 cross_compiling
1028 WIDGET_SET
1029 WX_RELEASE
1030 WX_VERSION
1031 WX_SUBVERSION
1032 WX_CHARTYPE
1033 WXCONFIG_CPPFLAGS
1034 WXCONFIG_CFLAGS
1035 WXCONFIG_CXXFLAGS
1036 WXCONFIG_LIBS
1037 WXCONFIG_RPATH
1038 WXCONFIG_LDFLAGS
1039 WXCONFIG_LDFLAGS_GUI
1040 WXCONFIG_RESFLAGS
1041 GUIDIST
1042 DISTDIR
1043 SAMPLES_SUBDIRS
1044 LDFLAGS_GL
1045 OPENGL_LIBS
1046 DMALLOC_LIBS
1047 WX_VERSION_TAG
1048 RESCOMP
1049 RESFLAGS
1050 RESPROGRAMOBJ
1051 WX_RESOURCES_MACOSX_ASCII
1052 WX_RESOURCES_MACOSX_DATA
1053 LIBWXMACRES
1054 POSTLINK_COMMAND
1055 MACSETFILE
1056 GCC
1057 DLLTOOL
1058 CPPUNIT_CONFIG
1059 LIBOBJS
1060 LTLIBOBJS'
1061 ac_subst_files=''
1062 ac_precious_vars='build_alias
1063 host_alias
1064 target_alias
1065 CC
1066 CFLAGS
1067 LDFLAGS
1068 LIBS
1069 CPPFLAGS
1070 CPP
1071 CXX
1072 CXXFLAGS
1073 CCC
1074 CXXCPP
1075 PKG_CONFIG
1076 DIRECTFB_CFLAGS
1077 DIRECTFB_LIBS
1078 XMKMF
1079 PANGOX_CFLAGS
1080 PANGOX_LIBS
1081 PANGOFT2_CFLAGS
1082 PANGOFT2_LIBS
1083 PANGOXFT_CFLAGS
1084 PANGOXFT_LIBS
1085 GTKPRINT_CFLAGS
1086 GTKPRINT_LIBS
1087 LIBGNOMEPRINTUI_CFLAGS
1088 LIBGNOMEPRINTUI_LIBS
1089 GNOMEVFS_CFLAGS
1090 GNOMEVFS_LIBS
1091 HILDON_CFLAGS
1092 HILDON_LIBS
1093 HILDON2_CFLAGS
1094 HILDON2_LIBS
1095 CAIRO_CFLAGS
1096 CAIRO_LIBS
1097 GST_CFLAGS
1098 GST_LIBS'
1099 ac_subdirs_all='src/tiff
1100 src/expat'
1101
1102 # Initialize some variables set by options.
1103 ac_init_help=
1104 ac_init_version=false
1105 # The variables have the same names as the options, with
1106 # dashes changed to underlines.
1107 cache_file=/dev/null
1108 exec_prefix=NONE
1109 no_create=
1110 no_recursion=
1111 prefix=NONE
1112 program_prefix=NONE
1113 program_suffix=NONE
1114 program_transform_name=s,x,x,
1115 silent=
1116 site=
1117 srcdir=
1118 verbose=
1119 x_includes=NONE
1120 x_libraries=NONE
1121
1122 # Installation directory options.
1123 # These are left unexpanded so users can "make install exec_prefix=/foo"
1124 # and all the variables that are supposed to be based on exec_prefix
1125 # by default will actually change.
1126 # Use braces instead of parens because sh, perl, etc. also accept them.
1127 # (The list follows the same order as the GNU Coding Standards.)
1128 bindir='${exec_prefix}/bin'
1129 sbindir='${exec_prefix}/sbin'
1130 libexecdir='${exec_prefix}/libexec'
1131 datarootdir='${prefix}/share'
1132 datadir='${datarootdir}'
1133 sysconfdir='${prefix}/etc'
1134 sharedstatedir='${prefix}/com'
1135 localstatedir='${prefix}/var'
1136 includedir='${prefix}/include'
1137 oldincludedir='/usr/include'
1138 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1139 infodir='${datarootdir}/info'
1140 htmldir='${docdir}'
1141 dvidir='${docdir}'
1142 pdfdir='${docdir}'
1143 psdir='${docdir}'
1144 libdir='${exec_prefix}/lib'
1145 localedir='${datarootdir}/locale'
1146 mandir='${datarootdir}/man'
1147
1148 ac_prev=
1149 ac_dashdash=
1150 for ac_option
1151 do
1152 # If the previous option needs an argument, assign it.
1153 if test -n "$ac_prev"; then
1154 eval $ac_prev=\$ac_option
1155 ac_prev=
1156 continue
1157 fi
1158
1159 case $ac_option in
1160 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1161 *) ac_optarg=yes ;;
1162 esac
1163
1164 # Accept the important Cygnus configure options, so we can diagnose typos.
1165
1166 case $ac_dashdash$ac_option in
1167 --)
1168 ac_dashdash=yes ;;
1169
1170 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1171 ac_prev=bindir ;;
1172 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1173 bindir=$ac_optarg ;;
1174
1175 -build | --build | --buil | --bui | --bu)
1176 ac_prev=build_alias ;;
1177 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1178 build_alias=$ac_optarg ;;
1179
1180 -cache-file | --cache-file | --cache-fil | --cache-fi \
1181 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1182 ac_prev=cache_file ;;
1183 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1184 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1185 cache_file=$ac_optarg ;;
1186
1187 --config-cache | -C)
1188 cache_file=config.cache ;;
1189
1190 -datadir | --datadir | --datadi | --datad)
1191 ac_prev=datadir ;;
1192 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1193 datadir=$ac_optarg ;;
1194
1195 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1196 | --dataroo | --dataro | --datar)
1197 ac_prev=datarootdir ;;
1198 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1199 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1200 datarootdir=$ac_optarg ;;
1201
1202 -disable-* | --disable-*)
1203 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1204 # Reject names that are not valid shell variable names.
1205 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1206 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1207 { (exit 1); exit 1; }; }
1208 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1209 eval enable_$ac_feature=no ;;
1210
1211 -docdir | --docdir | --docdi | --doc | --do)
1212 ac_prev=docdir ;;
1213 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1214 docdir=$ac_optarg ;;
1215
1216 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1217 ac_prev=dvidir ;;
1218 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1219 dvidir=$ac_optarg ;;
1220
1221 -enable-* | --enable-*)
1222 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1223 # Reject names that are not valid shell variable names.
1224 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1225 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1226 { (exit 1); exit 1; }; }
1227 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
1228 eval enable_$ac_feature=\$ac_optarg ;;
1229
1230 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1231 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1232 | --exec | --exe | --ex)
1233 ac_prev=exec_prefix ;;
1234 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1235 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1236 | --exec=* | --exe=* | --ex=*)
1237 exec_prefix=$ac_optarg ;;
1238
1239 -gas | --gas | --ga | --g)
1240 # Obsolete; use --with-gas.
1241 with_gas=yes ;;
1242
1243 -help | --help | --hel | --he | -h)
1244 ac_init_help=long ;;
1245 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1246 ac_init_help=recursive ;;
1247 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1248 ac_init_help=short ;;
1249
1250 -host | --host | --hos | --ho)
1251 ac_prev=host_alias ;;
1252 -host=* | --host=* | --hos=* | --ho=*)
1253 host_alias=$ac_optarg ;;
1254
1255 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1256 ac_prev=htmldir ;;
1257 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1258 | --ht=*)
1259 htmldir=$ac_optarg ;;
1260
1261 -includedir | --includedir | --includedi | --included | --include \
1262 | --includ | --inclu | --incl | --inc)
1263 ac_prev=includedir ;;
1264 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1265 | --includ=* | --inclu=* | --incl=* | --inc=*)
1266 includedir=$ac_optarg ;;
1267
1268 -infodir | --infodir | --infodi | --infod | --info | --inf)
1269 ac_prev=infodir ;;
1270 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1271 infodir=$ac_optarg ;;
1272
1273 -libdir | --libdir | --libdi | --libd)
1274 ac_prev=libdir ;;
1275 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1276 libdir=$ac_optarg ;;
1277
1278 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1279 | --libexe | --libex | --libe)
1280 ac_prev=libexecdir ;;
1281 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1282 | --libexe=* | --libex=* | --libe=*)
1283 libexecdir=$ac_optarg ;;
1284
1285 -localedir | --localedir | --localedi | --localed | --locale)
1286 ac_prev=localedir ;;
1287 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1288 localedir=$ac_optarg ;;
1289
1290 -localstatedir | --localstatedir | --localstatedi | --localstated \
1291 | --localstate | --localstat | --localsta | --localst | --locals)
1292 ac_prev=localstatedir ;;
1293 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1294 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1295 localstatedir=$ac_optarg ;;
1296
1297 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1298 ac_prev=mandir ;;
1299 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1300 mandir=$ac_optarg ;;
1301
1302 -nfp | --nfp | --nf)
1303 # Obsolete; use --without-fp.
1304 with_fp=no ;;
1305
1306 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1307 | --no-cr | --no-c | -n)
1308 no_create=yes ;;
1309
1310 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1311 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1312 no_recursion=yes ;;
1313
1314 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1315 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1316 | --oldin | --oldi | --old | --ol | --o)
1317 ac_prev=oldincludedir ;;
1318 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1319 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1320 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1321 oldincludedir=$ac_optarg ;;
1322
1323 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1324 ac_prev=prefix ;;
1325 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1326 prefix=$ac_optarg ;;
1327
1328 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1329 | --program-pre | --program-pr | --program-p)
1330 ac_prev=program_prefix ;;
1331 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1332 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1333 program_prefix=$ac_optarg ;;
1334
1335 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1336 | --program-suf | --program-su | --program-s)
1337 ac_prev=program_suffix ;;
1338 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1339 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1340 program_suffix=$ac_optarg ;;
1341
1342 -program-transform-name | --program-transform-name \
1343 | --program-transform-nam | --program-transform-na \
1344 | --program-transform-n | --program-transform- \
1345 | --program-transform | --program-transfor \
1346 | --program-transfo | --program-transf \
1347 | --program-trans | --program-tran \
1348 | --progr-tra | --program-tr | --program-t)
1349 ac_prev=program_transform_name ;;
1350 -program-transform-name=* | --program-transform-name=* \
1351 | --program-transform-nam=* | --program-transform-na=* \
1352 | --program-transform-n=* | --program-transform-=* \
1353 | --program-transform=* | --program-transfor=* \
1354 | --program-transfo=* | --program-transf=* \
1355 | --program-trans=* | --program-tran=* \
1356 | --progr-tra=* | --program-tr=* | --program-t=*)
1357 program_transform_name=$ac_optarg ;;
1358
1359 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1360 ac_prev=pdfdir ;;
1361 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1362 pdfdir=$ac_optarg ;;
1363
1364 -psdir | --psdir | --psdi | --psd | --ps)
1365 ac_prev=psdir ;;
1366 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1367 psdir=$ac_optarg ;;
1368
1369 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1370 | -silent | --silent | --silen | --sile | --sil)
1371 silent=yes ;;
1372
1373 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1374 ac_prev=sbindir ;;
1375 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1376 | --sbi=* | --sb=*)
1377 sbindir=$ac_optarg ;;
1378
1379 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1380 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1381 | --sharedst | --shareds | --shared | --share | --shar \
1382 | --sha | --sh)
1383 ac_prev=sharedstatedir ;;
1384 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1385 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1386 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1387 | --sha=* | --sh=*)
1388 sharedstatedir=$ac_optarg ;;
1389
1390 -site | --site | --sit)
1391 ac_prev=site ;;
1392 -site=* | --site=* | --sit=*)
1393 site=$ac_optarg ;;
1394
1395 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1396 ac_prev=srcdir ;;
1397 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1398 srcdir=$ac_optarg ;;
1399
1400 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1401 | --syscon | --sysco | --sysc | --sys | --sy)
1402 ac_prev=sysconfdir ;;
1403 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1404 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1405 sysconfdir=$ac_optarg ;;
1406
1407 -target | --target | --targe | --targ | --tar | --ta | --t)
1408 ac_prev=target_alias ;;
1409 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1410 target_alias=$ac_optarg ;;
1411
1412 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1413 verbose=yes ;;
1414
1415 -version | --version | --versio | --versi | --vers | -V)
1416 ac_init_version=: ;;
1417
1418 -with-* | --with-*)
1419 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1420 # Reject names that are not valid shell variable names.
1421 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1422 { echo "$as_me: error: invalid package name: $ac_package" >&2
1423 { (exit 1); exit 1; }; }
1424 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1425 eval with_$ac_package=\$ac_optarg ;;
1426
1427 -without-* | --without-*)
1428 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1429 # Reject names that are not valid shell variable names.
1430 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1431 { echo "$as_me: error: invalid package name: $ac_package" >&2
1432 { (exit 1); exit 1; }; }
1433 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1434 eval with_$ac_package=no ;;
1435
1436 --x)
1437 # Obsolete; use --with-x.
1438 with_x=yes ;;
1439
1440 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1441 | --x-incl | --x-inc | --x-in | --x-i)
1442 ac_prev=x_includes ;;
1443 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1444 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1445 x_includes=$ac_optarg ;;
1446
1447 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1448 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1449 ac_prev=x_libraries ;;
1450 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1451 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1452 x_libraries=$ac_optarg ;;
1453
1454 -*) { echo "$as_me: error: unrecognized option: $ac_option
1455 Try \`$0 --help' for more information." >&2
1456 { (exit 1); exit 1; }; }
1457 ;;
1458
1459 *=*)
1460 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1461 # Reject names that are not valid shell variable names.
1462 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1463 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1464 { (exit 1); exit 1; }; }
1465 eval $ac_envvar=\$ac_optarg
1466 export $ac_envvar ;;
1467
1468 *)
1469 # FIXME: should be removed in autoconf 3.0.
1470 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1471 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1472 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1473 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1474 ;;
1475
1476 esac
1477 done
1478
1479 if test -n "$ac_prev"; then
1480 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1481 { echo "$as_me: error: missing argument to $ac_option" >&2
1482 { (exit 1); exit 1; }; }
1483 fi
1484
1485 # Be sure to have absolute directory names.
1486 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1487 datadir sysconfdir sharedstatedir localstatedir includedir \
1488 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1489 libdir localedir mandir
1490 do
1491 eval ac_val=\$$ac_var
1492 case $ac_val in
1493 [\\/$]* | ?:[\\/]* ) continue;;
1494 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1495 esac
1496 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1497 { (exit 1); exit 1; }; }
1498 done
1499
1500 # There might be people who depend on the old broken behavior: `$host'
1501 # used to hold the argument of --host etc.
1502 # FIXME: To remove some day.
1503 build=$build_alias
1504 host=$host_alias
1505 target=$target_alias
1506
1507 # FIXME: To remove some day.
1508 if test "x$host_alias" != x; then
1509 if test "x$build_alias" = x; then
1510 cross_compiling=maybe
1511 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1512 If a cross compiler is detected then cross compile mode will be used." >&2
1513 elif test "x$build_alias" != "x$host_alias"; then
1514 cross_compiling=yes
1515 fi
1516 fi
1517
1518 ac_tool_prefix=
1519 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1520
1521 test "$silent" = yes && exec 6>/dev/null
1522
1523
1524 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1525 ac_ls_di=`ls -di .` &&
1526 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1527 { echo "$as_me: error: Working directory cannot be determined" >&2
1528 { (exit 1); exit 1; }; }
1529 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1530 { echo "$as_me: error: pwd does not report name of working directory" >&2
1531 { (exit 1); exit 1; }; }
1532
1533
1534 # Find the source files, if location was not specified.
1535 if test -z "$srcdir"; then
1536 ac_srcdir_defaulted=yes
1537 # Try the directory containing this script, then the parent directory.
1538 ac_confdir=`$as_dirname -- "$0" ||
1539 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1540 X"$0" : 'X\(//\)[^/]' \| \
1541 X"$0" : 'X\(//\)$' \| \
1542 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1543 echo X"$0" |
1544 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1545 s//\1/
1546 q
1547 }
1548 /^X\(\/\/\)[^/].*/{
1549 s//\1/
1550 q
1551 }
1552 /^X\(\/\/\)$/{
1553 s//\1/
1554 q
1555 }
1556 /^X\(\/\).*/{
1557 s//\1/
1558 q
1559 }
1560 s/.*/./; q'`
1561 srcdir=$ac_confdir
1562 if test ! -r "$srcdir/$ac_unique_file"; then
1563 srcdir=..
1564 fi
1565 else
1566 ac_srcdir_defaulted=no
1567 fi
1568 if test ! -r "$srcdir/$ac_unique_file"; then
1569 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1570 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1571 { (exit 1); exit 1; }; }
1572 fi
1573 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1574 ac_abs_confdir=`(
1575 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1576 { (exit 1); exit 1; }; }
1577 pwd)`
1578 # When building in place, set srcdir=.
1579 if test "$ac_abs_confdir" = "$ac_pwd"; then
1580 srcdir=.
1581 fi
1582 # Remove unnecessary trailing slashes from srcdir.
1583 # Double slashes in file names in object file debugging info
1584 # mess up M-x gdb in Emacs.
1585 case $srcdir in
1586 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1587 esac
1588 for ac_var in $ac_precious_vars; do
1589 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1590 eval ac_env_${ac_var}_value=\$${ac_var}
1591 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1592 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1593 done
1594
1595 #
1596 # Report the --help message.
1597 #
1598 if test "$ac_init_help" = "long"; then
1599 # Omit some internal or obsolete options to make the list less imposing.
1600 # This message is too long to be a string in the A/UX 3.1 sh.
1601 cat <<_ACEOF
1602 \`configure' configures wxWidgets 2.9.3 to adapt to many kinds of systems.
1603
1604 Usage: $0 [OPTION]... [VAR=VALUE]...
1605
1606 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1607 VAR=VALUE. See below for descriptions of some of the useful variables.
1608
1609 Defaults for the options are specified in brackets.
1610
1611 Configuration:
1612 -h, --help display this help and exit
1613 --help=short display options specific to this package
1614 --help=recursive display the short help of all the included packages
1615 -V, --version display version information and exit
1616 -q, --quiet, --silent do not print \`checking...' messages
1617 --cache-file=FILE cache test results in FILE [disabled]
1618 -C, --config-cache alias for \`--cache-file=config.cache'
1619 -n, --no-create do not create output files
1620 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1621
1622 Installation directories:
1623 --prefix=PREFIX install architecture-independent files in PREFIX
1624 [$ac_default_prefix]
1625 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1626 [PREFIX]
1627
1628 By default, \`make install' will install all the files in
1629 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1630 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1631 for instance \`--prefix=\$HOME'.
1632
1633 For better control, use the options below.
1634
1635 Fine tuning of the installation directories:
1636 --bindir=DIR user executables [EPREFIX/bin]
1637 --sbindir=DIR system admin executables [EPREFIX/sbin]
1638 --libexecdir=DIR program executables [EPREFIX/libexec]
1639 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1640 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1641 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1642 --libdir=DIR object code libraries [EPREFIX/lib]
1643 --includedir=DIR C header files [PREFIX/include]
1644 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1645 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1646 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1647 --infodir=DIR info documentation [DATAROOTDIR/info]
1648 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1649 --mandir=DIR man documentation [DATAROOTDIR/man]
1650 --docdir=DIR documentation root [DATAROOTDIR/doc/wxwidgets]
1651 --htmldir=DIR html documentation [DOCDIR]
1652 --dvidir=DIR dvi documentation [DOCDIR]
1653 --pdfdir=DIR pdf documentation [DOCDIR]
1654 --psdir=DIR ps documentation [DOCDIR]
1655 _ACEOF
1656
1657 cat <<\_ACEOF
1658
1659 X features:
1660 --x-includes=DIR X include files are in DIR
1661 --x-libraries=DIR X library files are in DIR
1662
1663 System types:
1664 --build=BUILD configure for building on BUILD [guessed]
1665 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1666 _ACEOF
1667 fi
1668
1669 if test -n "$ac_init_help"; then
1670 case $ac_init_help in
1671 short | recursive ) echo "Configuration of wxWidgets 2.9.3:";;
1672 esac
1673 cat <<\_ACEOF
1674
1675 Optional Features:
1676 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1677 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1678 --disable-gui don't build GUI parts of the library
1679 --enable-monolithic build wxWidgets as single library
1680 --enable-plugins build parts of wxWidgets as loadable components
1681 --enable-official_build official build of wxWidgets (win32 DLL only)
1682 --enable-vendor=VENDOR vendor name (win32 DLL only)
1683 --disable-all-features disable all optional features to build minimal library
1684 --enable-universal use wxWidgets GUI controls instead of native ones
1685 --enable-nanox use NanoX
1686 --disable-gtk2 use GTK+ 1.2 instead of 2.0
1687 --enable-gpe use GNOME PDA Environment features if possible
1688 --enable-debug build library for debugging
1689 --disable-debug_flag disable all debugging support
1690 --enable-debug_info generate debug information
1691 --enable-debug_gdb create code with extra GDB debugging information
1692 --enable-debug_cntxt obsolete, don't use: use wxDebugContext
1693 --enable-mem_tracing obsolete, don't use: create code with memory tracing
1694 --disable-shared create static library instead of shared
1695 --enable-stl use standard C++ classes for everything
1696 --enable-std_containers use standard C++ container classes
1697 --enable-std_iostreams use standard C++ stream classes
1698 --enable-std_string use standard C++ string classes
1699 --enable-std_string_conv_in_wxstring provide implicit conversion to std::string in wxString
1700 --disable-unicode compile without Unicode support
1701 --enable-mslu use MS Layer for Unicode on Windows 9x (Win32 only)
1702 --enable-utf8 use UTF-8 representation for strings (Unix only)
1703 --enable-utf8only only support UTF-8 locales in UTF-8 build (Unix only)
1704 --enable-extended_rtti use extended RTTI (XTI)
1705 --enable-omf use OMF object format
1706 --disable-optimise compile without optimisations
1707 --enable-profile create code with profiling information
1708 --enable-no_rtti create code without RTTI information
1709 --enable-no_exceptions create code without C++ exceptions handling
1710 --enable-permissive compile code disregarding strict ANSI
1711 --enable-no_deps create code without dependency information
1712 --disable-vararg_macros don't use vararg macros, even if they are supported
1713 --enable-universal_binary create universal binary with Mac PPC and i386 (and x86_64 if using Cocoa) architectures
1714 --enable-macosx_arch=ARCH build for just the specified architecture
1715 --enable-compat26 enable wxWidgets 2.6 compatibility
1716 --disable-compat28 disable wxWidgets 2.8 compatibility
1717 --disable-rpath disable use of rpath for uninstalled builds
1718 --enable-objc_uniquifying enable Objective-C class name uniquifying
1719 --disable-visibility disable use of ELF symbols visibility even if supported
1720 --disable-tls disable use of compiler TLS support
1721 --enable-intl use internationalization system
1722 --enable-xlocale use x-locale support (requires wxLocale)
1723 --enable-config use wxConfig (and derived) classes
1724 --enable-protocols use wxProtocol and derived classes
1725 --enable-ftp use wxFTP (requires wxProtocol
1726 --enable-http use wxHTTP (requires wxProtocol
1727 --enable-fileproto use wxFileProto class (requires wxProtocol
1728 --enable-sockets use socket/network classes
1729 --enable-ipv6 enable IPv6 support in wxSocket
1730 --enable-ole use OLE classes (Win32 only)
1731 --enable-dataobj use data object classes
1732 --enable-ipc use interprocess communication (wxSocket etc.)
1733 --enable-baseevtloop use event loop in console programs too
1734 --enable-epollloop use wxEpollDispatcher class (Linux only)
1735 --enable-selectloop use wxSelectDispatcher class
1736 --enable-any use wxAny class
1737 --enable-apple_ieee use the Apple IEEE codec
1738 --enable-arcstream use wxArchive streams
1739 --enable-base64 use base64 encoding/decoding functions
1740 --enable-backtrace use wxStackWalker class for getting backtraces
1741 --enable-catch_segvs catch signals in wxApp::OnFatalException (Unix only)
1742 --enable-cmdline use wxCmdLineParser class
1743 --enable-datetime use wxDateTime class
1744 --enable-debugreport use wxDebugReport class
1745 --enable-dialupman use dialup network classes
1746 --enable-dynlib use wxLibrary class for DLL loading
1747 --enable-dynamicloader use (new) wxDynamicLibrary class
1748 --enable-exceptions build exception-safe library
1749 --enable-ffile use wxFFile class
1750 --enable-file use wxFile class
1751 --enable-filehistory use wxFileHistory class
1752 --enable-filesystem use virtual file systems classes
1753 --enable-fontenum use wxFontEnumerator class
1754 --enable-fontmap use font encodings conversion classes
1755 --enable-fs_archive use virtual archive filesystems
1756 --enable-fs_inet use virtual HTTP/FTP filesystems
1757 --enable-fs_zip now replaced by fs_archive
1758 --enable-fswatcher use wxFileSystemWatcher class
1759 --enable-geometry use geometry class
1760 --enable-log use logging system
1761 --enable-longlong use wxLongLong class
1762 --enable-mimetype use wxMimeTypesManager
1763 --enable-printfposparam use wxVsnprintf() which supports positional parameters
1764 --enable-snglinst use wxSingleInstanceChecker class
1765 --enable-sound use wxSound class
1766 --enable-stdpaths use wxStandardPaths class
1767 --enable-stopwatch use wxStopWatch class
1768 --enable-streams use wxStream etc classes
1769 --enable-sysoptions use wxSystemOptions
1770 --enable-tarstream use wxTar streams
1771 --enable-textbuf use wxTextBuffer class
1772 --enable-textfile use wxTextFile class
1773 --enable-timer use wxTimer class
1774 --enable-variant use wxVariant class
1775 --enable-zipstream use wxZip streams
1776 --enable-url use wxURL class
1777 --enable-protocol use wxProtocol class
1778 --enable-protocol-http HTTP support in wxProtocol
1779 --enable-protocol-ftp FTP support in wxProtocol
1780 --enable-protocol-file FILE support in wxProtocol
1781 --enable-threads use threads
1782 --enable-iniconf use wxIniConfig (Win32 only)
1783 --enable-regkey use wxRegKey class (Win32 only)
1784 --enable-docview use document view architecture
1785 --enable-help use help subsystem
1786 --enable-mshtmlhelp use MS HTML Help (win32)
1787 --enable-html use wxHTML sub-library
1788 --enable-htmlhelp use wxHTML-based help
1789 --enable-xrc use XRC resources sub-library
1790 --enable-aui use AUI docking library
1791 --enable-propgrid use wxPropertyGrid library
1792 --enable-ribbon use wxRibbon library
1793 --enable-stc use wxStyledTextCtrl library
1794 --enable-constraints use layout-constraints system
1795 --enable-loggui use standard GUI logger
1796 --enable-logwin use wxLogWindow
1797 --enable-logdialog use wxLogDialog
1798 --enable-mdi use multiple document interface architecture
1799 --enable-mdidoc use docview architecture with MDI
1800 --enable-mediactrl use wxMediaCtrl class
1801 --enable-gstreamer8 force GStreamer 0.8 instead of 0.10 with the wxMediaCtrl class on unix
1802 --enable-richtext use wxRichTextCtrl
1803 --enable-postscript use wxPostscriptDC device context (default for gtk+)
1804 --enable-printarch use printing architecture
1805 --enable-svg use wxSVGFileDC device context
1806 --enable-webkit use wxWebKitCtrl (Mac-only, use wxWebView instead)
1807 --enable-webview use wxWebView library
1808 --enable-graphics_ctx use graphics context 2D drawing API
1809 --enable-clipboard use wxClipboard class
1810 --enable-dnd use Drag'n'Drop classes
1811 --disable-controls disable compilation of all standard controls
1812 --enable-markup support wxControl::SetLabelMarkup
1813 --enable-accel use accelerators
1814 --enable-animatectrl use wxAnimationCtrl class
1815 --enable-bannerwindow use wxBannerWindow class
1816 --enable-artstd use standard XPM icons in wxArtProvider
1817 --enable-arttango use Tango icons in wxArtProvider
1818 --enable-bmpbutton use wxBitmapButton class
1819 --enable-bmpcombobox use wxBitmapComboBox class
1820 --enable-button use wxButton class
1821 --enable-calendar use wxCalendarCtrl class
1822 --enable-caret use wxCaret class
1823 --enable-checkbox use wxCheckBox class
1824 --enable-checklst use wxCheckListBox (listbox with checkboxes) class
1825 --enable-choice use wxChoice class
1826 --enable-choicebook use wxChoicebook class
1827 --enable-collpane use wxCollapsiblePane class
1828 --enable-colourpicker use wxColourPickerCtrl class
1829 --enable-combobox use wxComboBox class
1830 --enable-comboctrl use wxComboCtrl class
1831 --enable-commandlinkbutton use wxCommmandLinkButton class
1832 --enable-dataviewctrl use wxDataViewCtrl class
1833 --enable-datepick use wxDatePickerCtrl class
1834 --enable-detect_sm use code to detect X11 session manager
1835 --enable-dirpicker use wxDirPickerCtrl class
1836 --enable-display use wxDisplay class
1837 --enable-editablebox use wxEditableListBox class
1838 --enable-filectrl use wxFileCtrl class
1839 --enable-filepicker use wxFilePickerCtrl class
1840 --enable-fontpicker use wxFontPickerCtrl class
1841 --enable-gauge use wxGauge class
1842 --enable-grid use wxGrid class
1843 --enable-headerctrl use wxHeaderCtrl class
1844 --enable-hyperlink use wxHyperlinkCtrl class
1845 --enable-imaglist use wxImageList class
1846 --enable-infobar use wxInfoBar class
1847 --enable-listbook use wxListbook class
1848 --enable-listbox use wxListBox class
1849 --enable-listctrl use wxListCtrl class
1850 --enable-notebook use wxNotebook class
1851 --enable-notifmsg use wxNotificationMessage class
1852 --enable-odcombobox use wxOwnerDrawnComboBox class
1853 --enable-popupwin use wxPopUpWindow class
1854 --enable-radiobox use wxRadioBox class
1855 --enable-radiobtn use wxRadioButton class
1856 --enable-richmsgdlg use wxRichMessageDialog class
1857 --enable-rearrangectrl use wxRearrangeList/Ctrl/Dialog
1858 --enable-sash use wxSashWindow class
1859 --enable-scrollbar use wxScrollBar class and scrollable windows
1860 --enable-searchctrl use wxSearchCtrl class
1861 --enable-slider use wxSlider class
1862 --enable-spinbtn use wxSpinButton class
1863 --enable-spinctrl use wxSpinCtrl class
1864 --enable-splitter use wxSplitterWindow class
1865 --enable-statbmp use wxStaticBitmap class
1866 --enable-statbox use wxStaticBox class
1867 --enable-statline use wxStaticLine class
1868 --enable-stattext use wxStaticText class
1869 --enable-statusbar use wxStatusBar class
1870 --enable-taskbaricon use wxTaskBarIcon class
1871 --enable-tbarnative use native wxToolBar class
1872 --enable-textctrl use wxTextCtrl class
1873 --enable-tipwindow use wxTipWindow class
1874 --enable-togglebtn use wxToggleButton class
1875 --enable-toolbar use wxToolBar class
1876 --enable-toolbook use wxToolbook class
1877 --enable-treebook use wxTreebook class
1878 --enable-treectrl use wxTreeCtrl class
1879 --enable-treelist use wxTreeListCtrl class
1880 --enable-commondlg use all common dialogs
1881 --enable-aboutdlg use wxAboutBox
1882 --enable-choicedlg use wxChoiceDialog
1883 --enable-coldlg use wxColourDialog
1884 --enable-filedlg use wxFileDialog
1885 --enable-finddlg use wxFindReplaceDialog
1886 --enable-fontdlg use wxFontDialog
1887 --enable-dirdlg use wxDirDialog
1888 --enable-msgdlg use wxMessageDialog
1889 --enable-numberdlg use wxNumberEntryDialog
1890 --enable-splash use wxSplashScreen
1891 --enable-textdlg use wxTextDialog
1892 --enable-tipdlg use startup tips
1893 --enable-progressdlg use wxProgressDialog
1894 --enable-wizarddlg use wxWizard
1895 --enable-menus use wxMenu/wxMenuBar/wxMenuItem classes
1896 --enable-miniframe use wxMiniFrame class
1897 --enable-tooltips use wxToolTip class
1898 --enable-splines use spline drawing code
1899 --enable-mousewheel use mousewheel
1900 --enable-validators use wxValidator and derived classes
1901 --enable-busyinfo use wxBusyInfo
1902 --enable-hotkey use wxWindow::RegisterHotKey()
1903 --enable-joystick use wxJoystick
1904 --enable-metafiles use wxMetaFile
1905 --enable-dragimage use wxDragImage
1906 --enable-accessibility enable accessibility support
1907 --enable-uiactionsim use wxUIActionSimulator (experimental)
1908 --enable-dctransform use wxDC::SetTransformMatrix and related
1909 --enable-webview-webkit use wxWebView WebKit backend
1910 --enable-palette use wxPalette class
1911 --enable-image use wxImage class
1912 --enable-gif use gif images (GIF file format)
1913 --enable-pcx use pcx images (PCX file format)
1914 --enable-tga use tga images (TGA file format)
1915 --enable-iff use iff images (IFF file format)
1916 --enable-pnm use pnm images (PNM file format)
1917 --enable-xpm use xpm images (XPM file format)
1918 --enable-ico_cur use Windows ICO and CUR formats
1919 --enable-dccache cache temporary wxDC objects (Win32 only)
1920 --enable-ps-in-msw use PS printing in wxMSW (Win32 only)
1921 --enable-ownerdrawn use owner drawn controls (Win32 and OS/2 only)
1922 --enable-uxtheme enable support for Windows XP themed look (Win32 only)
1923 --enable-wxdib use wxDIB class (Win32 only)
1924 --enable-webview-ie use wxWebView IE backend (Win32 only)
1925 --enable-autoidman use automatic ids management
1926 --disable-largefile omit support for large files
1927 --disable-gtktest do not try to compile and run a test GTK+ program
1928 --disable-gtktest Do not try to compile and run a test GTK program
1929 --disable-sdltest Do not try to compile and run a test SDL program
1930 --enable-omf use OMF object format (OS/2)
1931 --disable-dependency-tracking
1932 don't use dependency tracking even if the compiler
1933 can
1934 --disable-precomp-headers
1935 don't use precompiled headers even if compiler can
1936
1937 Optional Packages:
1938 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1939 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1940 --without-subdirs don't generate makefiles for samples/demos/...
1941 --with-flavour=NAME specify a name to identify this build
1942 --with-themes=all|list use only the specified comma-separated list of wxUniversal themes
1943 --with-gtk[=VERSION] use GTK+, VERSION can be 2 (default), 1 or "any"
1944 --with-motif use Motif/Lesstif
1945 --with-osx_carbon use Mac OS X (Carbon)
1946 --with-osx_cocoa use Mac OS X (Cocoa)
1947 --with-osx_iphone use iPhone OS X port
1948 --with-osx use Mac OS X (default port, currently Carbon)
1949 --with-carbon same as --with-osx_carbon
1950 --with-cocoa same as --with-osx_cocoa
1951 --with-iphone same as --with-osx_iphone
1952 --with-mac same as --with-osx
1953 --with-old_cocoa use old, deprecated, Cocoa port
1954 --with-wine use Wine
1955 --with-msw use MS-Windows
1956 --with-pm use OS/2 Presentation Manager
1957 --with-mgl use SciTech MGL
1958 --with-directfb use DirectFB
1959 --with-microwin use MicroWindows
1960 --with-x11 use X11
1961 --with-libpng use libpng (PNG image format)
1962 --with-libjpeg use libjpeg (JPEG file format)
1963 --with-libtiff use libtiff (TIFF file format)
1964 --with-libxpm use libxpm (XPM file format)
1965 --with-libiconv use libiconv (character conversion)
1966 --with-libmspack use libmspack (CHM help files loading)
1967 --without-gtkprint don't use GTK printing support
1968 --without-gnomeprint don't use GNOME printing libraries
1969 --with-gnomevfs use GNOME VFS for associating MIME types
1970 --with-hildon use Hildon framework for Nokia 770/800/810
1971 --with-opengl use OpenGL (or Mesa)
1972 --with-dmalloc use dmalloc library (http://dmalloc.com/)
1973 --with-sdl use SDL for audio on Unix
1974 --with-regex enable support for wxRegEx class
1975 --with-zlib use zlib for LZW compression
1976 --with-expat enable XML support using expat parser
1977 --with-macosx-sdk=PATH use an OS X SDK at PATH
1978 --with-macosx-version-min=VER build binaries which require at least this OS X version
1979 --with-gtk-prefix=PFX Prefix where GTK is installed (optional)
1980 --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)
1981 --with-x use the X Window System
1982 --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib
1983 --with-sdl-prefix=PFX Prefix where SDL is installed (optional)
1984 --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optional)
1985 --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)
1986 --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional)
1987
1988 Some influential environment variables:
1989 CC C compiler command
1990 CFLAGS C compiler flags
1991 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1992 nonstandard directory <lib dir>
1993 LIBS libraries to pass to the linker, e.g. -l<library>
1994 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1995 you have headers in a nonstandard directory <include dir>
1996 CPP C preprocessor
1997 CXX C++ compiler command
1998 CXXFLAGS C++ compiler flags
1999 CXXCPP C++ preprocessor
2000 PKG_CONFIG path to pkg-config utility
2001 DIRECTFB_CFLAGS
2002 C compiler flags for DIRECTFB, overriding pkg-config
2003 DIRECTFB_LIBS
2004 linker flags for DIRECTFB, overriding pkg-config
2005 XMKMF Path to xmkmf, Makefile generator for X Window System
2006 PANGOX_CFLAGS
2007 C compiler flags for PANGOX, overriding pkg-config
2008 PANGOX_LIBS linker flags for PANGOX, overriding pkg-config
2009 PANGOFT2_CFLAGS
2010 C compiler flags for PANGOFT2, overriding pkg-config
2011 PANGOFT2_LIBS
2012 linker flags for PANGOFT2, overriding pkg-config
2013 PANGOXFT_CFLAGS
2014 C compiler flags for PANGOXFT, overriding pkg-config
2015 PANGOXFT_LIBS
2016 linker flags for PANGOXFT, overriding pkg-config
2017 GTKPRINT_CFLAGS
2018 C compiler flags for GTKPRINT, overriding pkg-config
2019 GTKPRINT_LIBS
2020 linker flags for GTKPRINT, overriding pkg-config
2021 LIBGNOMEPRINTUI_CFLAGS
2022 C compiler flags for LIBGNOMEPRINTUI, overriding pkg-config
2023 LIBGNOMEPRINTUI_LIBS
2024 linker flags for LIBGNOMEPRINTUI, overriding pkg-config
2025 GNOMEVFS_CFLAGS
2026 C compiler flags for GNOMEVFS, overriding pkg-config
2027 GNOMEVFS_LIBS
2028 linker flags for GNOMEVFS, overriding pkg-config
2029 HILDON_CFLAGS
2030 C compiler flags for HILDON, overriding pkg-config
2031 HILDON_LIBS linker flags for HILDON, overriding pkg-config
2032 HILDON2_CFLAGS
2033 C compiler flags for HILDON2, overriding pkg-config
2034 HILDON2_LIBS
2035 linker flags for HILDON2, overriding pkg-config
2036 CAIRO_CFLAGS
2037 C compiler flags for CAIRO, overriding pkg-config
2038 CAIRO_LIBS linker flags for CAIRO, overriding pkg-config
2039 GST_CFLAGS C compiler flags for GST, overriding pkg-config
2040 GST_LIBS linker flags for GST, overriding pkg-config
2041
2042 Use these variables to override the choices made by `configure' or to help
2043 it to find libraries and programs with nonstandard names/locations.
2044
2045 Report bugs to <wx-dev@lists.wxwidgets.org>.
2046 _ACEOF
2047 ac_status=$?
2048 fi
2049
2050 if test "$ac_init_help" = "recursive"; then
2051 # If there are subdirs, report their specific --help.
2052 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
2053 test -d "$ac_dir" || continue
2054 ac_builddir=.
2055
2056 case "$ac_dir" in
2057 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2058 *)
2059 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2060 # A ".." for each directory in $ac_dir_suffix.
2061 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
2062 case $ac_top_builddir_sub in
2063 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2064 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2065 esac ;;
2066 esac
2067 ac_abs_top_builddir=$ac_pwd
2068 ac_abs_builddir=$ac_pwd$ac_dir_suffix
2069 # for backward compatibility:
2070 ac_top_builddir=$ac_top_build_prefix
2071
2072 case $srcdir in
2073 .) # We are building in place.
2074 ac_srcdir=.
2075 ac_top_srcdir=$ac_top_builddir_sub
2076 ac_abs_top_srcdir=$ac_pwd ;;
2077 [\\/]* | ?:[\\/]* ) # Absolute name.
2078 ac_srcdir=$srcdir$ac_dir_suffix;
2079 ac_top_srcdir=$srcdir
2080 ac_abs_top_srcdir=$srcdir ;;
2081 *) # Relative name.
2082 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
2083 ac_top_srcdir=$ac_top_build_prefix$srcdir
2084 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
2085 esac
2086 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
2087
2088 cd "$ac_dir" || { ac_status=$?; continue; }
2089 # Check for guested configure.
2090 if test -f "$ac_srcdir/configure.gnu"; then
2091 echo &&
2092 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2093 elif test -f "$ac_srcdir/configure"; then
2094 echo &&
2095 $SHELL "$ac_srcdir/configure" --help=recursive
2096 else
2097 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2098 fi || ac_status=$?
2099 cd "$ac_pwd" || { ac_status=$?; break; }
2100 done
2101 fi
2102
2103 test -n "$ac_init_help" && exit $ac_status
2104 if $ac_init_version; then
2105 cat <<\_ACEOF
2106 wxWidgets configure 2.9.3
2107 generated by GNU Autoconf 2.61
2108
2109 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2110 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
2111 This configure script is free software; the Free Software Foundation
2112 gives unlimited permission to copy, distribute and modify it.
2113 _ACEOF
2114 exit
2115 fi
2116 cat >config.log <<_ACEOF
2117 This file contains any messages produced by compilers while
2118 running configure, to aid debugging if configure makes a mistake.
2119
2120 It was created by wxWidgets $as_me 2.9.3, which was
2121 generated by GNU Autoconf 2.61. Invocation command line was
2122
2123 $ $0 $@
2124
2125 _ACEOF
2126 exec 5>>config.log
2127 {
2128 cat <<_ASUNAME
2129 ## --------- ##
2130 ## Platform. ##
2131 ## --------- ##
2132
2133 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2134 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2135 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2136 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2137 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2138
2139 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2140 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2141
2142 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2143 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2144 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2145 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2146 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2147 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2148 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2149
2150 _ASUNAME
2151
2152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2153 for as_dir in $PATH
2154 do
2155 IFS=$as_save_IFS
2156 test -z "$as_dir" && as_dir=.
2157 echo "PATH: $as_dir"
2158 done
2159 IFS=$as_save_IFS
2160
2161 } >&5
2162
2163 cat >&5 <<_ACEOF
2164
2165
2166 ## ----------- ##
2167 ## Core tests. ##
2168 ## ----------- ##
2169
2170 _ACEOF
2171
2172
2173 # Keep a trace of the command line.
2174 # Strip out --no-create and --no-recursion so they do not pile up.
2175 # Strip out --silent because we don't want to record it for future runs.
2176 # Also quote any args containing shell meta-characters.
2177 # Make two passes to allow for proper duplicate-argument suppression.
2178 ac_configure_args=
2179 ac_configure_args0=
2180 ac_configure_args1=
2181 ac_must_keep_next=false
2182 for ac_pass in 1 2
2183 do
2184 for ac_arg
2185 do
2186 case $ac_arg in
2187 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2188 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2189 | -silent | --silent | --silen | --sile | --sil)
2190 continue ;;
2191 *\'*)
2192 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2193 esac
2194 case $ac_pass in
2195 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
2196 2)
2197 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
2198 if test $ac_must_keep_next = true; then
2199 ac_must_keep_next=false # Got value, back to normal.
2200 else
2201 case $ac_arg in
2202 *=* | --config-cache | -C | -disable-* | --disable-* \
2203 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2204 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2205 | -with-* | --with-* | -without-* | --without-* | --x)
2206 case "$ac_configure_args0 " in
2207 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2208 esac
2209 ;;
2210 -* ) ac_must_keep_next=true ;;
2211 esac
2212 fi
2213 ac_configure_args="$ac_configure_args '$ac_arg'"
2214 ;;
2215 esac
2216 done
2217 done
2218 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
2219 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
2220
2221 # When interrupted or exit'd, cleanup temporary files, and complete
2222 # config.log. We remove comments because anyway the quotes in there
2223 # would cause problems or look ugly.
2224 # WARNING: Use '\'' to represent an apostrophe within the trap.
2225 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2226 trap 'exit_status=$?
2227 # Save into config.log some information that might help in debugging.
2228 {
2229 echo
2230
2231 cat <<\_ASBOX
2232 ## ---------------- ##
2233 ## Cache variables. ##
2234 ## ---------------- ##
2235 _ASBOX
2236 echo
2237 # The following way of writing the cache mishandles newlines in values,
2238 (
2239 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2240 eval ac_val=\$$ac_var
2241 case $ac_val in #(
2242 *${as_nl}*)
2243 case $ac_var in #(
2244 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2245 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2246 esac
2247 case $ac_var in #(
2248 _ | IFS | as_nl) ;; #(
2249 *) $as_unset $ac_var ;;
2250 esac ;;
2251 esac
2252 done
2253 (set) 2>&1 |
2254 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2255 *${as_nl}ac_space=\ *)
2256 sed -n \
2257 "s/'\''/'\''\\\\'\'''\''/g;
2258 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2259 ;; #(
2260 *)
2261 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2262 ;;
2263 esac |
2264 sort
2265 )
2266 echo
2267
2268 cat <<\_ASBOX
2269 ## ----------------- ##
2270 ## Output variables. ##
2271 ## ----------------- ##
2272 _ASBOX
2273 echo
2274 for ac_var in $ac_subst_vars
2275 do
2276 eval ac_val=\$$ac_var
2277 case $ac_val in
2278 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2279 esac
2280 echo "$ac_var='\''$ac_val'\''"
2281 done | sort
2282 echo
2283
2284 if test -n "$ac_subst_files"; then
2285 cat <<\_ASBOX
2286 ## ------------------- ##
2287 ## File substitutions. ##
2288 ## ------------------- ##
2289 _ASBOX
2290 echo
2291 for ac_var in $ac_subst_files
2292 do
2293 eval ac_val=\$$ac_var
2294 case $ac_val in
2295 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2296 esac
2297 echo "$ac_var='\''$ac_val'\''"
2298 done | sort
2299 echo
2300 fi
2301
2302 if test -s confdefs.h; then
2303 cat <<\_ASBOX
2304 ## ----------- ##
2305 ## confdefs.h. ##
2306 ## ----------- ##
2307 _ASBOX
2308 echo
2309 cat confdefs.h
2310 echo
2311 fi
2312 test "$ac_signal" != 0 &&
2313 echo "$as_me: caught signal $ac_signal"
2314 echo "$as_me: exit $exit_status"
2315 } >&5
2316 rm -f core *.core core.conftest.* &&
2317 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2318 exit $exit_status
2319 ' 0
2320 for ac_signal in 1 2 13 15; do
2321 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
2322 done
2323 ac_signal=0
2324
2325 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2326 rm -f -r conftest* confdefs.h
2327
2328 # Predefined preprocessor variables.
2329
2330 cat >>confdefs.h <<_ACEOF
2331 #define PACKAGE_NAME "$PACKAGE_NAME"
2332 _ACEOF
2333
2334
2335 cat >>confdefs.h <<_ACEOF
2336 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2337 _ACEOF
2338
2339
2340 cat >>confdefs.h <<_ACEOF
2341 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2342 _ACEOF
2343
2344
2345 cat >>confdefs.h <<_ACEOF
2346 #define PACKAGE_STRING "$PACKAGE_STRING"
2347 _ACEOF
2348
2349
2350 cat >>confdefs.h <<_ACEOF
2351 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2352 _ACEOF
2353
2354
2355 # Let the site file select an alternate cache file if it wants to.
2356 # Prefer explicitly selected file to automatically selected ones.
2357 if test -n "$CONFIG_SITE"; then
2358 set x "$CONFIG_SITE"
2359 elif test "x$prefix" != xNONE; then
2360 set x "$prefix/share/config.site" "$prefix/etc/config.site"
2361 else
2362 set x "$ac_default_prefix/share/config.site" \
2363 "$ac_default_prefix/etc/config.site"
2364 fi
2365 shift
2366 for ac_site_file
2367 do
2368 if test -r "$ac_site_file"; then
2369 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
2370 echo "$as_me: loading site script $ac_site_file" >&6;}
2371 sed 's/^/| /' "$ac_site_file" >&5
2372 . "$ac_site_file"
2373 fi
2374 done
2375
2376 if test -r "$cache_file"; then
2377 # Some versions of bash will fail to source /dev/null (special
2378 # files actually), so we avoid doing that.
2379 if test -f "$cache_file"; then
2380 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
2381 echo "$as_me: loading cache $cache_file" >&6;}
2382 case $cache_file in
2383 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2384 *) . "./$cache_file";;
2385 esac
2386 fi
2387 else
2388 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
2389 echo "$as_me: creating cache $cache_file" >&6;}
2390 >$cache_file
2391 fi
2392
2393 # Check that the precious variables saved in the cache have kept the same
2394 # value.
2395 ac_cache_corrupted=false
2396 for ac_var in $ac_precious_vars; do
2397 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2398 eval ac_new_set=\$ac_env_${ac_var}_set
2399 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2400 eval ac_new_val=\$ac_env_${ac_var}_value
2401 case $ac_old_set,$ac_new_set in
2402 set,)
2403 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2404 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2405 ac_cache_corrupted=: ;;
2406 ,set)
2407 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2408 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2409 ac_cache_corrupted=: ;;
2410 ,);;
2411 *)
2412 if test "x$ac_old_val" != "x$ac_new_val"; then
2413 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2414 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2415 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
2416 echo "$as_me: former value: $ac_old_val" >&2;}
2417 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
2418 echo "$as_me: current value: $ac_new_val" >&2;}
2419 ac_cache_corrupted=:
2420 fi;;
2421 esac
2422 # Pass precious variables to config.status.
2423 if test "$ac_new_set" = set; then
2424 case $ac_new_val in
2425 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2426 *) ac_arg=$ac_var=$ac_new_val ;;
2427 esac
2428 case " $ac_configure_args " in
2429 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2430 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2431 esac
2432 fi
2433 done
2434 if $ac_cache_corrupted; then
2435 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2436 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2437 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2438 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
2439 { (exit 1); exit 1; }; }
2440 fi
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466 ac_ext=c
2467 ac_cpp='$CPP $CPPFLAGS'
2468 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2469 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2470 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2471
2472
2473
2474
2475
2476 ac_aux_dir=
2477 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2478 if test -f "$ac_dir/install-sh"; then
2479 ac_aux_dir=$ac_dir
2480 ac_install_sh="$ac_aux_dir/install-sh -c"
2481 break
2482 elif test -f "$ac_dir/install.sh"; then
2483 ac_aux_dir=$ac_dir
2484 ac_install_sh="$ac_aux_dir/install.sh -c"
2485 break
2486 elif test -f "$ac_dir/shtool"; then
2487 ac_aux_dir=$ac_dir
2488 ac_install_sh="$ac_aux_dir/shtool install -c"
2489 break
2490 fi
2491 done
2492 if test -z "$ac_aux_dir"; then
2493 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
2494 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
2495 { (exit 1); exit 1; }; }
2496 fi
2497
2498 # These three variables are undocumented and unsupported,
2499 # and are intended to be withdrawn in a future Autoconf release.
2500 # They can cause serious problems if a builder's source tree is in a directory
2501 # whose full name contains unusual characters.
2502 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2503 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2504 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2505
2506
2507 # Make sure we can run config.sub.
2508 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2509 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2510 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2511 { (exit 1); exit 1; }; }
2512
2513 { echo "$as_me:$LINENO: checking build system type" >&5
2514 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2515 if test "${ac_cv_build+set}" = set; then
2516 echo $ECHO_N "(cached) $ECHO_C" >&6
2517 else
2518 ac_build_alias=$build_alias
2519 test "x$ac_build_alias" = x &&
2520 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2521 test "x$ac_build_alias" = x &&
2522 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2523 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2524 { (exit 1); exit 1; }; }
2525 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2526 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2527 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2528 { (exit 1); exit 1; }; }
2529
2530 fi
2531 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2532 echo "${ECHO_T}$ac_cv_build" >&6; }
2533 case $ac_cv_build in
2534 *-*-*) ;;
2535 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2536 echo "$as_me: error: invalid value of canonical build" >&2;}
2537 { (exit 1); exit 1; }; };;
2538 esac
2539 build=$ac_cv_build
2540 ac_save_IFS=$IFS; IFS='-'
2541 set x $ac_cv_build
2542 shift
2543 build_cpu=$1
2544 build_vendor=$2
2545 shift; shift
2546 # Remember, the first character of IFS is used to create $*,
2547 # except with old shells:
2548 build_os=$*
2549 IFS=$ac_save_IFS
2550 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2551
2552
2553 { echo "$as_me:$LINENO: checking host system type" >&5
2554 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2555 if test "${ac_cv_host+set}" = set; then
2556 echo $ECHO_N "(cached) $ECHO_C" >&6
2557 else
2558 if test "x$host_alias" = x; then
2559 ac_cv_host=$ac_cv_build
2560 else
2561 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2562 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2563 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2564 { (exit 1); exit 1; }; }
2565 fi
2566
2567 fi
2568 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2569 echo "${ECHO_T}$ac_cv_host" >&6; }
2570 case $ac_cv_host in
2571 *-*-*) ;;
2572 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2573 echo "$as_me: error: invalid value of canonical host" >&2;}
2574 { (exit 1); exit 1; }; };;
2575 esac
2576 host=$ac_cv_host
2577 ac_save_IFS=$IFS; IFS='-'
2578 set x $ac_cv_host
2579 shift
2580 host_cpu=$1
2581 host_vendor=$2
2582 shift; shift
2583 # Remember, the first character of IFS is used to create $*,
2584 # except with old shells:
2585 host_os=$*
2586 IFS=$ac_save_IFS
2587 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2588
2589
2590
2591 if test "$cross_compiling" != "no"; then
2592 HOST_PREFIX="${host_alias}-"
2593 HOST_SUFFIX="-$host_alias"
2594 else
2595 HOST_PREFIX=
2596 HOST_SUFFIX=
2597 fi
2598
2599
2600 wx_major_version_number=2
2601 wx_minor_version_number=9
2602 wx_release_number=3
2603 wx_subrelease_number=0
2604
2605 WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
2606 WX_VERSION=$WX_RELEASE.$wx_release_number
2607 WX_SUBVERSION=$WX_VERSION.$wx_subrelease_number
2608
2609 WX_MSW_VERSION=$wx_major_version_number$wx_minor_version_number$wx_release_number
2610
2611
2612 wx_top_builddir="`pwd`"
2613
2614
2615
2616
2617 USE_UNIX=1
2618 USE_OS2=0
2619 USE_WIN32=0
2620 USE_DOS=0
2621 USE_BEOS=0
2622 USE_MAC=0
2623
2624 USE_AIX=
2625 USE_BSD= USE_DARWIN= USE_FREEBSD=
2626 USE_GNU= USE_HPUX=
2627 USE_LINUX=
2628 USE_NETBSD=
2629 USE_OPENBSD=
2630 USE_OSF= USE_SGI=
2631 USE_SOLARIS= USE_SUN= USE_SUNOS= USE_SVR4= USE_SYSV= USE_VMS=
2632 USE_ULTRIX=
2633 USE_UNIXWARE=
2634
2635 USE_ALPHA=
2636
2637 NEEDS_D_REENTRANT_FOR_R_FUNCS=0
2638
2639 ALL_TOOLKITS="COCOA GTK OSX_CARBON OSX_COCOA OSX_IPHONE MGL MICROWIN MOTIF MSW PM X11 DFB"
2640
2641 DEFAULT_wxUSE_OLD_COCOA=0
2642 DEFAULT_wxUSE_GTK=0
2643 DEFAULT_wxUSE_OSX_CARBON=0
2644 DEFAULT_wxUSE_OSX_COCOA=0
2645 DEFAULT_wxUSE_OSX_IPHONE=0
2646 DEFAULT_wxUSE_MGL=0
2647 DEFAULT_wxUSE_MICROWIN=0
2648 DEFAULT_wxUSE_MOTIF=0
2649 DEFAULT_wxUSE_MSW=0
2650 DEFAULT_wxUSE_PM=0
2651 DEFAULT_wxUSE_X11=0
2652 DEFAULT_wxUSE_DFB=0
2653
2654 DEFAULT_DEFAULT_wxUSE_OLD_COCOA=0
2655 DEFAULT_DEFAULT_wxUSE_GTK=0
2656 DEFAULT_DEFAULT_wxUSE_OSX_CARBON=0
2657 DEFAULT_DEFAULT_wxUSE_OSX_COCOA=0
2658 DEFAULT_DEFAULT_wxUSE_OSX_IPHONE=0
2659 DEFAULT_DEFAULT_wxUSE_MGL=0
2660 DEFAULT_DEFAULT_wxUSE_MICROWIN=0
2661 DEFAULT_DEFAULT_wxUSE_MOTIF=0
2662 DEFAULT_DEFAULT_wxUSE_MSW=0
2663 DEFAULT_DEFAULT_wxUSE_PM=0
2664 DEFAULT_DEFAULT_wxUSE_X11=0
2665 DEFAULT_DEFAULT_wxUSE_DFB=0
2666
2667 PROGRAM_EXT=
2668 SAMPLES_RPATH_FLAG=
2669 DYLIB_RPATH_INSTALL=
2670 DYLIB_RPATH_POSTLINK=
2671
2672 DEFAULT_STD_FLAG=yes
2673
2674 case "${host}" in
2675 *-hp-hpux* )
2676 USE_HPUX=1
2677 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2678 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2679 cat >>confdefs.h <<\_ACEOF
2680 #define __HPUX__ 1
2681 _ACEOF
2682
2683
2684 CPPFLAGS="-D_HPUX_SOURCE $CPPFLAGS"
2685 ;;
2686 *-*-linux* )
2687 USE_LINUX=1
2688 cat >>confdefs.h <<\_ACEOF
2689 #define __LINUX__ 1
2690 _ACEOF
2691
2692 TMP=`uname -m`
2693 if test "x$TMP" = "xalpha"; then
2694 USE_ALPHA=1
2695 cat >>confdefs.h <<\_ACEOF
2696 #define __ALPHA__ 1
2697 _ACEOF
2698
2699 fi
2700 DEFAULT_DEFAULT_wxUSE_GTK=1
2701 ;;
2702 *-*-gnu* | *-*-k*bsd*-gnu )
2703 USE_GNU=1
2704 TMP=`uname -m`
2705 if test "x$TMP" = "xalpha"; then
2706 USE_ALPHA=1
2707 cat >>confdefs.h <<\_ACEOF
2708 #define __ALPHA__ 1
2709 _ACEOF
2710
2711 fi
2712 DEFAULT_DEFAULT_wxUSE_GTK=1
2713 ;;
2714 *-*-irix5* | *-*-irix6* )
2715 USE_SGI=1
2716 USE_SVR4=1
2717 cat >>confdefs.h <<\_ACEOF
2718 #define __SGI__ 1
2719 _ACEOF
2720
2721 cat >>confdefs.h <<\_ACEOF
2722 #define __SVR4__ 1
2723 _ACEOF
2724
2725 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2726 ;;
2727 *-*-qnx*)
2728 USE_QNX=1
2729 cat >>confdefs.h <<\_ACEOF
2730 #define __QNX__ 1
2731 _ACEOF
2732
2733 DEFAULT_DEFAULT_wxUSE_X11=1
2734 ;;
2735 *-*-solaris2* )
2736 USE_SUN=1
2737 USE_SOLARIS=1
2738 USE_SVR4=1
2739 cat >>confdefs.h <<\_ACEOF
2740 #define __SUN__ 1
2741 _ACEOF
2742
2743 cat >>confdefs.h <<\_ACEOF
2744 #define __SOLARIS__ 1
2745 _ACEOF
2746
2747 cat >>confdefs.h <<\_ACEOF
2748 #define __SVR4__ 1
2749 _ACEOF
2750
2751 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2752 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2753 ;;
2754 *-*-sunos4* )
2755 USE_SUN=1
2756 USE_SUNOS=1
2757 USE_BSD=1
2758 cat >>confdefs.h <<\_ACEOF
2759 #define __SUN__ 1
2760 _ACEOF
2761
2762 cat >>confdefs.h <<\_ACEOF
2763 #define __SUNOS__ 1
2764 _ACEOF
2765
2766 cat >>confdefs.h <<\_ACEOF
2767 #define __BSD__ 1
2768 _ACEOF
2769
2770 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2771 ;;
2772 *-*-freebsd*)
2773 USE_BSD=1
2774 USE_FREEBSD=1
2775 cat >>confdefs.h <<\_ACEOF
2776 #define __FREEBSD__ 1
2777 _ACEOF
2778
2779 cat >>confdefs.h <<\_ACEOF
2780 #define __BSD__ 1
2781 _ACEOF
2782
2783 DEFAULT_DEFAULT_wxUSE_GTK=1
2784 ;;
2785 *-*-openbsd*|*-*-mirbsd*)
2786 USE_BSD=1
2787 USE_OPENBSD=1
2788 cat >>confdefs.h <<\_ACEOF
2789 #define __OPENBSD__ 1
2790 _ACEOF
2791
2792 cat >>confdefs.h <<\_ACEOF
2793 #define __BSD__ 1
2794 _ACEOF
2795
2796 DEFAULT_DEFAULT_wxUSE_GTK=1
2797 ;;
2798 *-*-netbsd*)
2799 USE_BSD=1
2800 USE_NETBSD=1
2801 cat >>confdefs.h <<\_ACEOF
2802 #define __NETBSD__ 1
2803 _ACEOF
2804
2805 cat >>confdefs.h <<\_ACEOF
2806 #define __BSD__ 1
2807 _ACEOF
2808
2809 DEFAULT_DEFAULT_wxUSE_GTK=1
2810 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2811
2812 CPPFLAGS="-D_NETBSD_SOURCE -D_LIBC $CPPFLAGS"
2813 ;;
2814 *-*-osf* )
2815 USE_ALPHA=1
2816 USE_OSF=1
2817 cat >>confdefs.h <<\_ACEOF
2818 #define __ALPHA__ 1
2819 _ACEOF
2820
2821 cat >>confdefs.h <<\_ACEOF
2822 #define __OSF__ 1
2823 _ACEOF
2824
2825 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2826 NEEDS_D_REENTRANT_FOR_R_FUNCS=1
2827 ;;
2828 *-*-dgux5* )
2829 USE_ALPHA=1
2830 USE_SVR4=1
2831 cat >>confdefs.h <<\_ACEOF
2832 #define __ALPHA__ 1
2833 _ACEOF
2834
2835 cat >>confdefs.h <<\_ACEOF
2836 #define __SVR4__ 1
2837 _ACEOF
2838
2839 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2840 ;;
2841 *-*-sysv5* )
2842 USE_SYSV=1
2843 USE_SVR4=1
2844 cat >>confdefs.h <<\_ACEOF
2845 #define __SYSV__ 1
2846 _ACEOF
2847
2848 cat >>confdefs.h <<\_ACEOF
2849 #define __SVR4__ 1
2850 _ACEOF
2851
2852 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2853 ;;
2854 *-*-aix* )
2855 USE_AIX=1
2856 USE_SYSV=1
2857 USE_SVR4=1
2858 cat >>confdefs.h <<\_ACEOF
2859 #define __AIX__ 1
2860 _ACEOF
2861
2862 cat >>confdefs.h <<\_ACEOF
2863 #define __SYSV__ 1
2864 _ACEOF
2865
2866 cat >>confdefs.h <<\_ACEOF
2867 #define __SVR4__ 1
2868 _ACEOF
2869
2870 DEFAULT_DEFAULT_wxUSE_MOTIF=1
2871 ;;
2872
2873 *-*-*UnixWare*)
2874 USE_SYSV=1
2875 USE_SVR4=1
2876 USE_UNIXWARE=1
2877 cat >>confdefs.h <<\_ACEOF
2878 #define __UNIXWARE__ 1
2879 _ACEOF
2880
2881 ;;
2882
2883 *-*-cygwin* | *-*-mingw32* )
2884 PROGRAM_EXT=".exe"
2885 DEFAULT_DEFAULT_wxUSE_MSW=1
2886 ;;
2887
2888 *-pc-msdosdjgpp )
2889 USE_UNIX=0
2890 USE_DOS=1
2891 cat >>confdefs.h <<\_ACEOF
2892 #define __DOS__ 1
2893 _ACEOF
2894
2895 PROGRAM_EXT=".exe"
2896 DEFAULT_DEFAULT_wxUSE_MGL=1
2897 ;;
2898
2899 *-pc-os2_emx | *-pc-os2-emx )
2900 cat >>confdefs.h <<\_ACEOF
2901 #define __EMX__ 1
2902 _ACEOF
2903
2904 USE_OS2=1
2905 cat >>confdefs.h <<\_ACEOF
2906 #define __OS2__ 1
2907 _ACEOF
2908
2909 PROGRAM_EXT=".exe"
2910 DEFAULT_DEFAULT_wxUSE_PM=1
2911 CXX=gcc
2912 LDFLAGS="$LDFLAGS -Zcrtdll"
2913 ac_executable_extensions=".exe"
2914 export ac_executable_extensions
2915 ac_save_IFS="$IFS"
2916 IFS='\\'
2917 ac_TEMP_PATH=
2918 for ac_dir in $PATH; do
2919 IFS=$ac_save_IFS
2920 if test -z "$ac_TEMP_PATH"; then
2921 ac_TEMP_PATH="$ac_dir"
2922 else
2923 ac_TEMP_PATH="$ac_TEMP_PATH/$ac_dir"
2924 fi
2925 done
2926 export PATH="$ac_TEMP_PATH"
2927 unset ac_TEMP_PATH
2928 DEFAULT_STD_FLAG=no
2929 ;;
2930
2931 arm-apple-darwin*)
2932 USE_BSD=1
2933 USE_DARWIN=1
2934 cat >>confdefs.h <<\_ACEOF
2935 #define __BSD__ 1
2936 _ACEOF
2937
2938 cat >>confdefs.h <<\_ACEOF
2939 #define __DARWIN__ 1
2940 _ACEOF
2941
2942 DEFAULT_DEFAULT_wxUSE_OSX_IPHONE=1
2943 ;;
2944
2945 *-*-darwin* )
2946 USE_BSD=1
2947 USE_DARWIN=1
2948 cat >>confdefs.h <<\_ACEOF
2949 #define __BSD__ 1
2950 _ACEOF
2951
2952 cat >>confdefs.h <<\_ACEOF
2953 #define __DARWIN__ 1
2954 _ACEOF
2955
2956 cat >>confdefs.h <<\_ACEOF
2957 #define TARGET_CARBON 1
2958 _ACEOF
2959
2960 DEFAULT_DEFAULT_wxUSE_OSX_CARBON=1
2961 ;;
2962
2963 *-*-beos* )
2964 USE_BEOS=1
2965 cat >>confdefs.h <<\_ACEOF
2966 #define __BEOS__ 1
2967 _ACEOF
2968
2969 ;;
2970
2971 *)
2972 { echo "$as_me:$LINENO: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&5
2973 echo "$as_me: WARNING: *** System type ${host} is unknown, assuming generic Unix and continuing nevertheless." >&2;}
2974 { echo "$as_me:$LINENO: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&5
2975 echo "$as_me: WARNING: *** Please report the build results to wx-dev@lists.wxwidgets.org." >&2;}
2976
2977 DEFAULT_DEFAULT_wxUSE_X11=1
2978 DEFAULT_wxUSE_SHARED=no
2979 esac
2980
2981
2982
2983 DEFAULT_wxUSE_ALL_FEATURES=yes
2984
2985 DEFAULT_wxUSE_STD_CONTAINERS=no
2986 DEFAULT_wxUSE_STD_IOSTREAM=$DEFAULT_STD_FLAG
2987 DEFAULT_wxUSE_STD_STRING=$DEFAULT_STD_FLAG
2988
2989 DEFAULT_wxUSE_DMALLOC=no
2990 DEFAULT_wxUSE_LIBGNOMEVFS=no
2991 DEFAULT_wxUSE_LIBHILDON=no
2992 DEFAULT_wxUSE_LIBHILDON2=no
2993 DEFAULT_wxUSE_LIBMSPACK=no
2994 DEFAULT_wxUSE_LIBSDL=no
2995
2996 DEFAULT_wxUSE_ACCESSIBILITY=no
2997 DEFAULT_wxUSE_IPV6=no
2998 DEFAULT_wxUSE_GSTREAMER8=no
2999
3000 DEFAULT_wxUSE_ARTPROVIDER_TANGO=auto
3001 DEFAULT_wxUSE_UNICODE_UTF8=auto
3002 DEFAULT_wxUSE_OPENGL=auto
3003 DEFAULT_wxUSE_MEDIACTRL=auto
3004 DEFAULT_wxUSE_COMPILER_TLS=auto
3005 DEFAULT_wxUSE_HOTKEY=auto
3006 DEFAULT_wxUSE_METAFILE=auto
3007
3008 DEFAULT_wxUSE_UNICODE_UTF8_LOCALE=no
3009
3010 DEFAULT_wxUSE_UNIVERSAL_BINARY=no
3011 DEFAULT_wxUSE_MAC_ARCH=no
3012
3013 DEFAULT_wxUSE_OFFICIAL_BUILD=no
3014
3015 DEFAULT_wxUSE_GTK2=yes
3016
3017 DEFAULT_wxUSE_OBJC_UNIQUIFYING=no
3018
3019
3020
3021
3022
3023 enablestring=disable
3024 defaultval=
3025 if test -z "$defaultval"; then
3026 if test x"$enablestring" = xdisable; then
3027 defaultval=yes
3028 else
3029 defaultval=no
3030 fi
3031 fi
3032
3033 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gui" >&5
3034 echo $ECHO_N "checking for --${enablestring:-enable}-gui... $ECHO_C" >&6; }
3035 # Check whether --enable-gui was given.
3036 if test "${enable_gui+set}" = set; then
3037 enableval=$enable_gui;
3038 if test "$enableval" = yes; then
3039 wx_cv_use_gui='wxUSE_GUI=yes'
3040 else
3041 wx_cv_use_gui='wxUSE_GUI=no'
3042 fi
3043
3044 else
3045
3046 wx_cv_use_gui='wxUSE_GUI=${'DEFAULT_wxUSE_GUI":-$defaultval}"
3047
3048 fi
3049
3050
3051 eval "$wx_cv_use_gui"
3052
3053 if test x"$enablestring" = xdisable; then
3054 if test $wxUSE_GUI = no; then
3055 result=yes
3056 else
3057 result=no
3058 fi
3059 else
3060 result=$wxUSE_GUI
3061 fi
3062
3063 { echo "$as_me:$LINENO: result: $result" >&5
3064 echo "${ECHO_T}$result" >&6; }
3065
3066
3067 enablestring=
3068 defaultval=
3069 if test -z "$defaultval"; then
3070 if test x"$enablestring" = xdisable; then
3071 defaultval=yes
3072 else
3073 defaultval=no
3074 fi
3075 fi
3076
3077 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-monolithic" >&5
3078 echo $ECHO_N "checking for --${enablestring:-enable}-monolithic... $ECHO_C" >&6; }
3079 # Check whether --enable-monolithic was given.
3080 if test "${enable_monolithic+set}" = set; then
3081 enableval=$enable_monolithic;
3082 if test "$enableval" = yes; then
3083 wx_cv_use_monolithic='wxUSE_MONOLITHIC=yes'
3084 else
3085 wx_cv_use_monolithic='wxUSE_MONOLITHIC=no'
3086 fi
3087
3088 else
3089
3090 wx_cv_use_monolithic='wxUSE_MONOLITHIC=${'DEFAULT_wxUSE_MONOLITHIC":-$defaultval}"
3091
3092 fi
3093
3094
3095 eval "$wx_cv_use_monolithic"
3096
3097 if test x"$enablestring" = xdisable; then
3098 if test $wxUSE_MONOLITHIC = no; then
3099 result=yes
3100 else
3101 result=no
3102 fi
3103 else
3104 result=$wxUSE_MONOLITHIC
3105 fi
3106
3107 { echo "$as_me:$LINENO: result: $result" >&5
3108 echo "${ECHO_T}$result" >&6; }
3109
3110
3111 enablestring=
3112 defaultval=
3113 if test -z "$defaultval"; then
3114 if test x"$enablestring" = xdisable; then
3115 defaultval=yes
3116 else
3117 defaultval=no
3118 fi
3119 fi
3120
3121 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-plugins" >&5
3122 echo $ECHO_N "checking for --${enablestring:-enable}-plugins... $ECHO_C" >&6; }
3123 # Check whether --enable-plugins was given.
3124 if test "${enable_plugins+set}" = set; then
3125 enableval=$enable_plugins;
3126 if test "$enableval" = yes; then
3127 wx_cv_use_plugins='wxUSE_PLUGINS=yes'
3128 else
3129 wx_cv_use_plugins='wxUSE_PLUGINS=no'
3130 fi
3131
3132 else
3133
3134 wx_cv_use_plugins='wxUSE_PLUGINS=${'DEFAULT_wxUSE_PLUGINS":-$defaultval}"
3135
3136 fi
3137
3138
3139 eval "$wx_cv_use_plugins"
3140
3141 if test x"$enablestring" = xdisable; then
3142 if test $wxUSE_PLUGINS = no; then
3143 result=yes
3144 else
3145 result=no
3146 fi
3147 else
3148 result=$wxUSE_PLUGINS
3149 fi
3150
3151 { echo "$as_me:$LINENO: result: $result" >&5
3152 echo "${ECHO_T}$result" >&6; }
3153
3154
3155 withstring=without
3156 defaultval=$wxUSE_ALL_FEATURES
3157 if test -z "$defaultval"; then
3158 if test x"$withstring" = xwithout; then
3159 defaultval=yes
3160 else
3161 defaultval=no
3162 fi
3163 fi
3164 { echo "$as_me:$LINENO: checking for --${withstring:-with}-subdirs" >&5
3165 echo $ECHO_N "checking for --${withstring:-with}-subdirs... $ECHO_C" >&6; }
3166
3167 # Check whether --with-subdirs was given.
3168 if test "${with_subdirs+set}" = set; then
3169 withval=$with_subdirs;
3170 if test "$withval" = yes; then
3171 wx_cv_use_subdirs='wxWITH_SUBDIRS=yes'
3172 else
3173 wx_cv_use_subdirs='wxWITH_SUBDIRS=no'
3174 fi
3175
3176 else
3177
3178 wx_cv_use_subdirs='wxWITH_SUBDIRS=${'DEFAULT_wxWITH_SUBDIRS":-$defaultval}"
3179
3180 fi
3181
3182
3183 eval "$wx_cv_use_subdirs"
3184
3185 if test x"$withstring" = xwithout; then
3186 if test $wxWITH_SUBDIRS = yes; then
3187 result=no
3188 else
3189 result=yes
3190 fi
3191 else
3192 result=$wxWITH_SUBDIRS
3193 fi
3194
3195 { echo "$as_me:$LINENO: result: $result" >&5
3196 echo "${ECHO_T}$result" >&6; }
3197
3198
3199 # Check whether --with-flavour was given.
3200 if test "${with_flavour+set}" = set; then
3201 withval=$with_flavour; WX_FLAVOUR="$withval"
3202 fi
3203
3204
3205 enablestring=
3206 defaultval=
3207 if test -z "$defaultval"; then
3208 if test x"$enablestring" = xdisable; then
3209 defaultval=yes
3210 else
3211 defaultval=no
3212 fi
3213 fi
3214
3215 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-official_build" >&5
3216 echo $ECHO_N "checking for --${enablestring:-enable}-official_build... $ECHO_C" >&6; }
3217 # Check whether --enable-official_build was given.
3218 if test "${enable_official_build+set}" = set; then
3219 enableval=$enable_official_build;
3220 if test "$enableval" = yes; then
3221 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=yes'
3222 else
3223 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=no'
3224 fi
3225
3226 else
3227
3228 wx_cv_use_official_build='wxUSE_OFFICIAL_BUILD=${'DEFAULT_wxUSE_OFFICIAL_BUILD":-$defaultval}"
3229
3230 fi
3231
3232
3233 eval "$wx_cv_use_official_build"
3234
3235 if test x"$enablestring" = xdisable; then
3236 if test $wxUSE_OFFICIAL_BUILD = no; then
3237 result=yes
3238 else
3239 result=no
3240 fi
3241 else
3242 result=$wxUSE_OFFICIAL_BUILD
3243 fi
3244
3245 { echo "$as_me:$LINENO: result: $result" >&5
3246 echo "${ECHO_T}$result" >&6; }
3247
3248 # Check whether --enable-vendor was given.
3249 if test "${enable_vendor+set}" = set; then
3250 enableval=$enable_vendor; VENDOR="$enableval"
3251 fi
3252
3253 if test "x$VENDOR" = "x"; then
3254 VENDOR="custom"
3255 fi
3256
3257
3258 enablestring=disable
3259 defaultval=
3260 if test -z "$defaultval"; then
3261 if test x"$enablestring" = xdisable; then
3262 defaultval=yes
3263 else
3264 defaultval=no
3265 fi
3266 fi
3267
3268 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-all-features" >&5
3269 echo $ECHO_N "checking for --${enablestring:-enable}-all-features... $ECHO_C" >&6; }
3270 # Check whether --enable-all-features was given.
3271 if test "${enable_all_features+set}" = set; then
3272 enableval=$enable_all_features;
3273 if test "$enableval" = yes; then
3274 wx_cv_use_all_features='wxUSE_ALL_FEATURES=yes'
3275 else
3276 wx_cv_use_all_features='wxUSE_ALL_FEATURES=no'
3277 fi
3278
3279 else
3280
3281 wx_cv_use_all_features='wxUSE_ALL_FEATURES=${'DEFAULT_wxUSE_ALL_FEATURES":-$defaultval}"
3282
3283 fi
3284
3285
3286 eval "$wx_cv_use_all_features"
3287
3288 if test x"$enablestring" = xdisable; then
3289 if test $wxUSE_ALL_FEATURES = no; then
3290 result=yes
3291 else
3292 result=no
3293 fi
3294 else
3295 result=$wxUSE_ALL_FEATURES
3296 fi
3297
3298 { echo "$as_me:$LINENO: result: $result" >&5
3299 echo "${ECHO_T}$result" >&6; }
3300
3301
3302 if test "$wxUSE_ALL_FEATURES" = "no"; then
3303 DEFAULT_wxUSE_ARTPROVIDER_TANGO=no
3304 DEFAULT_wxUSE_MEDIACTRL=no
3305 fi
3306
3307
3308 if test "$wxUSE_GUI" = "yes"; then
3309
3310
3311 enablestring=
3312 defaultval=
3313 if test -z "$defaultval"; then
3314 if test x"$enablestring" = xdisable; then
3315 defaultval=yes
3316 else
3317 defaultval=no
3318 fi
3319 fi
3320
3321 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal" >&5
3322 echo $ECHO_N "checking for --${enablestring:-enable}-universal... $ECHO_C" >&6; }
3323 # Check whether --enable-universal was given.
3324 if test "${enable_universal+set}" = set; then
3325 enableval=$enable_universal;
3326 if test "$enableval" = yes; then
3327 wx_cv_use_universal='wxUSE_UNIVERSAL=yes'
3328 else
3329 wx_cv_use_universal='wxUSE_UNIVERSAL=no'
3330 fi
3331
3332 else
3333
3334 wx_cv_use_universal='wxUSE_UNIVERSAL=${'DEFAULT_wxUSE_UNIVERSAL":-$defaultval}"
3335
3336 fi
3337
3338
3339 eval "$wx_cv_use_universal"
3340
3341 if test x"$enablestring" = xdisable; then
3342 if test $wxUSE_UNIVERSAL = no; then
3343 result=yes
3344 else
3345 result=no
3346 fi
3347 else
3348 result=$wxUSE_UNIVERSAL
3349 fi
3350
3351 { echo "$as_me:$LINENO: result: $result" >&5
3352 echo "${ECHO_T}$result" >&6; }
3353
3354 if test "$wxUSE_UNIVERSAL" = "yes"; then
3355
3356 # Check whether --with-themes was given.
3357 if test "${with_themes+set}" = set; then
3358 withval=$with_themes; wxUNIV_THEMES="$withval"
3359 fi
3360
3361 fi
3362
3363
3364 # Check whether --with-gtk was given.
3365 if test "${with_gtk+set}" = set; then
3366 withval=$with_gtk; wxUSE_GTK="$withval" CACHE_GTK=1 TOOLKIT_GIVEN=1
3367 fi
3368
3369
3370 # Check whether --with-motif was given.
3371 if test "${with_motif+set}" = set; then
3372 withval=$with_motif; wxUSE_MOTIF="$withval" CACHE_MOTIF=1 TOOLKIT_GIVEN=1
3373 fi
3374
3375
3376 # Check whether --with-osx_carbon was given.
3377 if test "${with_osx_carbon+set}" = set; then
3378 withval=$with_osx_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3379 fi
3380
3381
3382 # Check whether --with-osx_cocoa was given.
3383 if test "${with_osx_cocoa+set}" = set; then
3384 withval=$with_osx_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
3385 fi
3386
3387
3388 # Check whether --with-osx_iphone was given.
3389 if test "${with_osx_iphone+set}" = set; then
3390 withval=$with_osx_iphone; wxUSE_OSX_IPHONE="$withval" CACHE_OSX_IPHONE=1 TOOLKIT_GIVEN=1
3391 fi
3392
3393
3394 # Check whether --with-osx was given.
3395 if test "${with_osx+set}" = set; then
3396 withval=$with_osx; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3397 fi
3398
3399
3400 # Check whether --with-carbon was given.
3401 if test "${with_carbon+set}" = set; then
3402 withval=$with_carbon; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3403 fi
3404
3405
3406 # Check whether --with-cocoa was given.
3407 if test "${with_cocoa+set}" = set; then
3408 withval=$with_cocoa; wxUSE_OSX_COCOA="$withval" CACHE_OSX_COCOA=1 TOOLKIT_GIVEN=1
3409 fi
3410
3411
3412 # Check whether --with-iphone was given.
3413 if test "${with_iphone+set}" = set; then
3414 withval=$with_iphone; wxUSE_OSX_IPHONE="$withval" CACHE_OSX_IPHONE=1 TOOLKIT_GIVEN=1
3415 fi
3416
3417
3418 # Check whether --with-mac was given.
3419 if test "${with_mac+set}" = set; then
3420 withval=$with_mac; wxUSE_OSX_CARBON="$withval" CACHE_OSX_CARBON=1 TOOLKIT_GIVEN=1
3421 fi
3422
3423
3424 # Check whether --with-old_cocoa was given.
3425 if test "${with_old_cocoa+set}" = set; then
3426 withval=$with_old_cocoa; wxUSE_OLD_COCOA="$withval" CACHE_OLD_COCOA=1 TOOLKIT_GIVEN=1
3427 fi
3428
3429
3430 # Check whether --with-wine was given.
3431 if test "${with_wine+set}" = set; then
3432 withval=$with_wine; wxUSE_WINE="$withval" CACHE_WINE=1
3433 fi
3434
3435
3436 # Check whether --with-msw was given.
3437 if test "${with_msw+set}" = set; then
3438 withval=$with_msw; wxUSE_MSW="$withval" CACHE_MSW=1 TOOLKIT_GIVEN=1
3439 fi
3440
3441
3442 # Check whether --with-pm was given.
3443 if test "${with_pm+set}" = set; then
3444 withval=$with_pm; wxUSE_PM="$withval" CACHE_PM=1 TOOLKIT_GIVEN=1
3445 fi
3446
3447
3448 # Check whether --with-mgl was given.
3449 if test "${with_mgl+set}" = set; then
3450 withval=$with_mgl; wxUSE_MGL="$withval" wxUSE_UNIVERSAL="yes" CACHE_MGL=1 TOOLKIT_GIVEN=1
3451 fi
3452
3453
3454 # Check whether --with-directfb was given.
3455 if test "${with_directfb+set}" = set; then
3456 withval=$with_directfb; wxUSE_DFB="$withval" wxUSE_UNIVERSAL="yes" CACHE_DFB=1 TOOLKIT_GIVEN=1
3457 fi
3458
3459
3460 # Check whether --with-microwin was given.
3461 if test "${with_microwin+set}" = set; then
3462 withval=$with_microwin; wxUSE_MICROWIN="$withval" CACHE_MICROWIN=1 TOOLKIT_GIVEN=1
3463 fi
3464
3465
3466 # Check whether --with-x11 was given.
3467 if test "${with_x11+set}" = set; then
3468 withval=$with_x11; wxUSE_X11="$withval" wxUSE_UNIVERSAL="yes" CACHE_X11=1 TOOLKIT_GIVEN=1
3469 fi
3470
3471
3472 enablestring=
3473 defaultval=
3474 if test -z "$defaultval"; then
3475 if test x"$enablestring" = xdisable; then
3476 defaultval=yes
3477 else
3478 defaultval=no
3479 fi
3480 fi
3481
3482 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-nanox" >&5
3483 echo $ECHO_N "checking for --${enablestring:-enable}-nanox... $ECHO_C" >&6; }
3484 # Check whether --enable-nanox was given.
3485 if test "${enable_nanox+set}" = set; then
3486 enableval=$enable_nanox;
3487 if test "$enableval" = yes; then
3488 wx_cv_use_nanox='wxUSE_NANOX=yes'
3489 else
3490 wx_cv_use_nanox='wxUSE_NANOX=no'
3491 fi
3492
3493 else
3494
3495 wx_cv_use_nanox='wxUSE_NANOX=${'DEFAULT_wxUSE_NANOX":-$defaultval}"
3496
3497 fi
3498
3499
3500 eval "$wx_cv_use_nanox"
3501
3502 if test x"$enablestring" = xdisable; then
3503 if test $wxUSE_NANOX = no; then
3504 result=yes
3505 else
3506 result=no
3507 fi
3508 else
3509 result=$wxUSE_NANOX
3510 fi
3511
3512 { echo "$as_me:$LINENO: result: $result" >&5
3513 echo "${ECHO_T}$result" >&6; }
3514
3515
3516 # Check whether --enable-gtk2 was given.
3517 if test "${enable_gtk2+set}" = set; then
3518 enableval=$enable_gtk2; wxUSE_GTK2="$enableval"
3519 fi
3520
3521
3522 enablestring=
3523 defaultval=
3524 if test -z "$defaultval"; then
3525 if test x"$enablestring" = xdisable; then
3526 defaultval=yes
3527 else
3528 defaultval=no
3529 fi
3530 fi
3531
3532 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gpe" >&5
3533 echo $ECHO_N "checking for --${enablestring:-enable}-gpe... $ECHO_C" >&6; }
3534 # Check whether --enable-gpe was given.
3535 if test "${enable_gpe+set}" = set; then
3536 enableval=$enable_gpe;
3537 if test "$enableval" = yes; then
3538 wx_cv_use_gpe='wxUSE_GPE=yes'
3539 else
3540 wx_cv_use_gpe='wxUSE_GPE=no'
3541 fi
3542
3543 else
3544
3545 wx_cv_use_gpe='wxUSE_GPE=${'DEFAULT_wxUSE_GPE":-$defaultval}"
3546
3547 fi
3548
3549
3550 eval "$wx_cv_use_gpe"
3551
3552 if test x"$enablestring" = xdisable; then
3553 if test $wxUSE_GPE = no; then
3554 result=yes
3555 else
3556 result=no
3557 fi
3558 else
3559 result=$wxUSE_GPE
3560 fi
3561
3562 { echo "$as_me:$LINENO: result: $result" >&5
3563 echo "${ECHO_T}$result" >&6; }
3564
3565
3566
3567 { echo "$as_me:$LINENO: checking for toolkit" >&5
3568 echo $ECHO_N "checking for toolkit... $ECHO_C" >&6; }
3569
3570
3571
3572 # In Wine, we need to default to MSW, not GTK or MOTIF
3573 if test "$wxUSE_WINE" = "yes"; then
3574 DEFAULT_DEFAULT_wxUSE_GTK=0
3575 DEFAULT_DEFAULT_wxUSE_MOTIF=0
3576 DEFAULT_DEFAULT_wxUSE_MSW=1
3577 wxUSE_SHARED=no
3578 CC=${CC:-winegcc}
3579 CXX=${CXX:-wineg++}
3580 fi
3581
3582
3583 if test "$wxUSE_GUI" = "yes"; then
3584
3585 if test "$USE_BEOS" = 1; then
3586 { { echo "$as_me:$LINENO: error: BeOS GUI is not supported yet, use --disable-gui" >&5
3587 echo "$as_me: error: BeOS GUI is not supported yet, use --disable-gui" >&2;}
3588 { (exit 1); exit 1; }; }
3589 fi
3590
3591 if test "$TOOLKIT_GIVEN" = 1; then
3592 for toolkit in $ALL_TOOLKITS; do
3593 var=wxUSE_$toolkit
3594 eval "value=\$${var}"
3595 if test "x$value" = "xno"; then
3596 eval "$var=0"
3597 elif test "x$value" != "x"; then
3598 eval "$var=1"
3599 fi
3600
3601 if test "x$value" != "x" -a "x$value" != "xyes" -a "x$value" != "xno"; then
3602 eval "wx${toolkit}_VERSION=$value"
3603 fi
3604 done
3605 else
3606 for toolkit in $ALL_TOOLKITS; do
3607 var=DEFAULT_DEFAULT_wxUSE_$toolkit
3608 eval "wxUSE_$toolkit=\$${var}"
3609 done
3610 fi
3611
3612 NUM_TOOLKITS=`expr ${wxUSE_OLD_COCOA:-0} + ${wxUSE_GTK:-0} + ${wxUSE_OSX_CARBON:-0} \
3613 + ${wxUSE_OSX_COCOA:-0} + ${wxUSE_OSX_IPHONE:-0} + ${wxUSE_MGL:-0} + ${wxUSE_DFB:-0} \
3614 + ${wxUSE_MICROWIN:-0} + ${wxUSE_MOTIF:-0} + ${wxUSE_MSW:-0} + ${wxUSE_X11:-0}`
3615
3616 case "${host}" in
3617 *-pc-os2_emx | *-pc-os2-emx )
3618 NUM_TOOLKITS=`expr ${NUM_TOOLKITS} + ${wxUSE_PM:-0}`
3619 esac
3620
3621 case "$NUM_TOOLKITS" in
3622 1)
3623 ;;
3624 0)
3625 { { echo "$as_me:$LINENO: error: Please specify a toolkit -- cannot determine the default for ${host}" >&5
3626 echo "$as_me: error: Please specify a toolkit -- cannot determine the default for ${host}" >&2;}
3627 { (exit 1); exit 1; }; }
3628 ;;
3629 *)
3630 { { echo "$as_me:$LINENO: error: Please specify at most one toolkit" >&5
3631 echo "$as_me: error: Please specify at most one toolkit" >&2;}
3632 { (exit 1); exit 1; }; }
3633 esac
3634
3635 # to be removed when --disable-gtk2 isn't needed
3636 if test "x$wxUSE_GTK2" = "xyes"; then
3637 wxGTK_VERSION=2
3638 wxUSE_GTK1=0
3639 elif test "x$wxUSE_GTK2" = "xno"; then
3640 wxGTK_VERSION=1
3641 wxUSE_GTK1=1
3642 fi
3643
3644 for toolkit in $ALL_TOOLKITS; do
3645 var=wxUSE_$toolkit
3646 eval "value=\$${var}"
3647 if test "$value" = 1; then
3648 toolkit_echo=`echo $toolkit | tr '[A-Z]' '[a-z]'`
3649 { echo "$as_me:$LINENO: result: $toolkit_echo" >&5
3650 echo "${ECHO_T}$toolkit_echo" >&6; }
3651 fi
3652 done
3653 else
3654 if test "x$host_alias" != "x"; then
3655 { echo "$as_me:$LINENO: result: base ($host_alias hosted) only" >&5
3656 echo "${ECHO_T}base ($host_alias hosted) only" >&6; }
3657 else
3658 { echo "$as_me:$LINENO: result: base only" >&5
3659 echo "${ECHO_T}base only" >&6; }
3660 fi
3661 fi
3662
3663 wxUSE_MAC=0
3664 if test "$wxUSE_OSX_CARBON" = 1 \
3665 -o "$wxUSE_OSX_COCOA" = 1 \
3666 -o "$wxUSE_OSX_IPHONE" = 1; then
3667 wxUSE_MAC=1
3668 fi
3669
3670
3671
3672 { echo "$as_me:$LINENO: checking for --with-libpng" >&5
3673 echo $ECHO_N "checking for --with-libpng... $ECHO_C" >&6; }
3674
3675 # Check whether --with-libpng was given.
3676 if test "${with_libpng+set}" = set; then
3677 withval=$with_libpng;
3678 if test "$withval" = yes; then
3679 wx_cv_use_libpng='wxUSE_LIBPNG=yes'
3680 elif test "$withval" = no; then
3681 wx_cv_use_libpng='wxUSE_LIBPNG=no'
3682 elif test "$withval" = sys; then
3683 wx_cv_use_libpng='wxUSE_LIBPNG=sys'
3684 elif test "$withval" = builtin; then
3685 wx_cv_use_libpng='wxUSE_LIBPNG=builtin'
3686 else
3687 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3688 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3689 { (exit 1); exit 1; }; }
3690 fi
3691
3692 else
3693
3694 wx_cv_use_libpng='wxUSE_LIBPNG=${'DEFAULT_wxUSE_LIBPNG":-$wxUSE_ALL_FEATURES}"
3695
3696 fi
3697
3698
3699 eval "$wx_cv_use_libpng"
3700
3701 if test "$wxUSE_LIBPNG" = yes; then
3702 { echo "$as_me:$LINENO: result: yes" >&5
3703 echo "${ECHO_T}yes" >&6; }
3704 elif test "$wxUSE_LIBPNG" = no; then
3705 { echo "$as_me:$LINENO: result: no" >&5
3706 echo "${ECHO_T}no" >&6; }
3707 elif test "$wxUSE_LIBPNG" = sys; then
3708 { echo "$as_me:$LINENO: result: system version" >&5
3709 echo "${ECHO_T}system version" >&6; }
3710 elif test "$wxUSE_LIBPNG" = builtin; then
3711 { echo "$as_me:$LINENO: result: builtin version" >&5
3712 echo "${ECHO_T}builtin version" >&6; }
3713 else
3714 { { echo "$as_me:$LINENO: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&5
3715 echo "$as_me: error: Invalid value for --with-libpng: should be yes, no, sys, or builtin" >&2;}
3716 { (exit 1); exit 1; }; }
3717 fi
3718
3719
3720 { echo "$as_me:$LINENO: checking for --with-libjpeg" >&5
3721 echo $ECHO_N "checking for --with-libjpeg... $ECHO_C" >&6; }
3722
3723 # Check whether --with-libjpeg was given.
3724 if test "${with_libjpeg+set}" = set; then
3725 withval=$with_libjpeg;
3726 if test "$withval" = yes; then
3727 wx_cv_use_libjpeg='wxUSE_LIBJPEG=yes'
3728 elif test "$withval" = no; then
3729 wx_cv_use_libjpeg='wxUSE_LIBJPEG=no'
3730 elif test "$withval" = sys; then
3731 wx_cv_use_libjpeg='wxUSE_LIBJPEG=sys'
3732 elif test "$withval" = builtin; then
3733 wx_cv_use_libjpeg='wxUSE_LIBJPEG=builtin'
3734 else
3735 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3736 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3737 { (exit 1); exit 1; }; }
3738 fi
3739
3740 else
3741
3742 wx_cv_use_libjpeg='wxUSE_LIBJPEG=${'DEFAULT_wxUSE_LIBJPEG":-$wxUSE_ALL_FEATURES}"
3743
3744 fi
3745
3746
3747 eval "$wx_cv_use_libjpeg"
3748
3749 if test "$wxUSE_LIBJPEG" = yes; then
3750 { echo "$as_me:$LINENO: result: yes" >&5
3751 echo "${ECHO_T}yes" >&6; }
3752 elif test "$wxUSE_LIBJPEG" = no; then
3753 { echo "$as_me:$LINENO: result: no" >&5
3754 echo "${ECHO_T}no" >&6; }
3755 elif test "$wxUSE_LIBJPEG" = sys; then
3756 { echo "$as_me:$LINENO: result: system version" >&5
3757 echo "${ECHO_T}system version" >&6; }
3758 elif test "$wxUSE_LIBJPEG" = builtin; then
3759 { echo "$as_me:$LINENO: result: builtin version" >&5
3760 echo "${ECHO_T}builtin version" >&6; }
3761 else
3762 { { echo "$as_me:$LINENO: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&5
3763 echo "$as_me: error: Invalid value for --with-libjpeg: should be yes, no, sys, or builtin" >&2;}
3764 { (exit 1); exit 1; }; }
3765 fi
3766
3767
3768 { echo "$as_me:$LINENO: checking for --with-libtiff" >&5
3769 echo $ECHO_N "checking for --with-libtiff... $ECHO_C" >&6; }
3770
3771 # Check whether --with-libtiff was given.
3772 if test "${with_libtiff+set}" = set; then
3773 withval=$with_libtiff;
3774 if test "$withval" = yes; then
3775 wx_cv_use_libtiff='wxUSE_LIBTIFF=yes'
3776 elif test "$withval" = no; then
3777 wx_cv_use_libtiff='wxUSE_LIBTIFF=no'
3778 elif test "$withval" = sys; then
3779 wx_cv_use_libtiff='wxUSE_LIBTIFF=sys'
3780 elif test "$withval" = builtin; then
3781 wx_cv_use_libtiff='wxUSE_LIBTIFF=builtin'
3782 else
3783 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3784 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3785 { (exit 1); exit 1; }; }
3786 fi
3787
3788 else
3789
3790 wx_cv_use_libtiff='wxUSE_LIBTIFF=${'DEFAULT_wxUSE_LIBTIFF":-$wxUSE_ALL_FEATURES}"
3791
3792 fi
3793
3794
3795 eval "$wx_cv_use_libtiff"
3796
3797 if test "$wxUSE_LIBTIFF" = yes; then
3798 { echo "$as_me:$LINENO: result: yes" >&5
3799 echo "${ECHO_T}yes" >&6; }
3800 elif test "$wxUSE_LIBTIFF" = no; then
3801 { echo "$as_me:$LINENO: result: no" >&5
3802 echo "${ECHO_T}no" >&6; }
3803 elif test "$wxUSE_LIBTIFF" = sys; then
3804 { echo "$as_me:$LINENO: result: system version" >&5
3805 echo "${ECHO_T}system version" >&6; }
3806 elif test "$wxUSE_LIBTIFF" = builtin; then
3807 { echo "$as_me:$LINENO: result: builtin version" >&5
3808 echo "${ECHO_T}builtin version" >&6; }
3809 else
3810 { { echo "$as_me:$LINENO: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&5
3811 echo "$as_me: error: Invalid value for --with-libtiff: should be yes, no, sys, or builtin" >&2;}
3812 { (exit 1); exit 1; }; }
3813 fi
3814
3815
3816 { echo "$as_me:$LINENO: checking for --with-libxpm" >&5
3817 echo $ECHO_N "checking for --with-libxpm... $ECHO_C" >&6; }
3818
3819 # Check whether --with-libxpm was given.
3820 if test "${with_libxpm+set}" = set; then
3821 withval=$with_libxpm;
3822 if test "$withval" = yes; then
3823 wx_cv_use_libxpm='wxUSE_LIBXPM=yes'
3824 elif test "$withval" = no; then
3825 wx_cv_use_libxpm='wxUSE_LIBXPM=no'
3826 elif test "$withval" = sys; then
3827 wx_cv_use_libxpm='wxUSE_LIBXPM=sys'
3828 elif test "$withval" = builtin; then
3829 wx_cv_use_libxpm='wxUSE_LIBXPM=builtin'
3830 else
3831 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3832 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3833 { (exit 1); exit 1; }; }
3834 fi
3835
3836 else
3837
3838 wx_cv_use_libxpm='wxUSE_LIBXPM=${'DEFAULT_wxUSE_LIBXPM":-$wxUSE_ALL_FEATURES}"
3839
3840 fi
3841
3842
3843 eval "$wx_cv_use_libxpm"
3844
3845 if test "$wxUSE_LIBXPM" = yes; then
3846 { echo "$as_me:$LINENO: result: yes" >&5
3847 echo "${ECHO_T}yes" >&6; }
3848 elif test "$wxUSE_LIBXPM" = no; then
3849 { echo "$as_me:$LINENO: result: no" >&5
3850 echo "${ECHO_T}no" >&6; }
3851 elif test "$wxUSE_LIBXPM" = sys; then
3852 { echo "$as_me:$LINENO: result: system version" >&5
3853 echo "${ECHO_T}system version" >&6; }
3854 elif test "$wxUSE_LIBXPM" = builtin; then
3855 { echo "$as_me:$LINENO: result: builtin version" >&5
3856 echo "${ECHO_T}builtin version" >&6; }
3857 else
3858 { { echo "$as_me:$LINENO: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&5
3859 echo "$as_me: error: Invalid value for --with-libxpm: should be yes, no, sys, or builtin" >&2;}
3860 { (exit 1); exit 1; }; }
3861 fi
3862
3863
3864 withstring=
3865 defaultval=$wxUSE_ALL_FEATURES
3866 if test -z "$defaultval"; then
3867 if test x"$withstring" = xwithout; then
3868 defaultval=yes
3869 else
3870 defaultval=no
3871 fi
3872 fi
3873 { echo "$as_me:$LINENO: checking for --${withstring:-with}-libiconv" >&5
3874 echo $ECHO_N "checking for --${withstring:-with}-libiconv... $ECHO_C" >&6; }
3875
3876 # Check whether --with-libiconv was given.
3877 if test "${with_libiconv+set}" = set; then
3878 withval=$with_libiconv;
3879 if test "$withval" = yes; then
3880 wx_cv_use_libiconv='wxUSE_LIBICONV=yes'
3881 else
3882 wx_cv_use_libiconv='wxUSE_LIBICONV=no'
3883 fi
3884
3885 else
3886
3887 wx_cv_use_libiconv='wxUSE_LIBICONV=${'DEFAULT_wxUSE_LIBICONV":-$defaultval}"
3888
3889 fi
3890
3891
3892 eval "$wx_cv_use_libiconv"
3893
3894 if test x"$withstring" = xwithout; then
3895 if test $wxUSE_LIBICONV = yes; then
3896 result=no
3897 else
3898 result=yes
3899 fi
3900 else
3901 result=$wxUSE_LIBICONV
3902 fi
3903
3904 { echo "$as_me:$LINENO: result: $result" >&5
3905 echo "${ECHO_T}$result" >&6; }
3906
3907
3908 withstring=
3909 defaultval=$wxUSE_ALL_FEATURES
3910 if test -z "$defaultval"; then
3911 if test x"$withstring" = xwithout; then
3912 defaultval=yes
3913 else
3914 defaultval=no
3915 fi
3916 fi
3917 { echo "$as_me:$LINENO: checking for --${withstring:-with}-libmspack" >&5
3918 echo $ECHO_N "checking for --${withstring:-with}-libmspack... $ECHO_C" >&6; }
3919
3920 # Check whether --with-libmspack was given.
3921 if test "${with_libmspack+set}" = set; then
3922 withval=$with_libmspack;
3923 if test "$withval" = yes; then
3924 wx_cv_use_libmspack='wxUSE_LIBMSPACK=yes'
3925 else
3926 wx_cv_use_libmspack='wxUSE_LIBMSPACK=no'
3927 fi
3928
3929 else
3930
3931 wx_cv_use_libmspack='wxUSE_LIBMSPACK=${'DEFAULT_wxUSE_LIBMSPACK":-$defaultval}"
3932
3933 fi
3934
3935
3936 eval "$wx_cv_use_libmspack"
3937
3938 if test x"$withstring" = xwithout; then
3939 if test $wxUSE_LIBMSPACK = yes; then
3940 result=no
3941 else
3942 result=yes
3943 fi
3944 else
3945 result=$wxUSE_LIBMSPACK
3946 fi
3947
3948 { echo "$as_me:$LINENO: result: $result" >&5
3949 echo "${ECHO_T}$result" >&6; }
3950
3951
3952 withstring=without
3953 defaultval=$wxUSE_ALL_FEATURES
3954 if test -z "$defaultval"; then
3955 if test x"$withstring" = xwithout; then
3956 defaultval=yes
3957 else
3958 defaultval=no
3959 fi
3960 fi
3961 { echo "$as_me:$LINENO: checking for --${withstring:-with}-gtkprint" >&5
3962 echo $ECHO_N "checking for --${withstring:-with}-gtkprint... $ECHO_C" >&6; }
3963
3964 # Check whether --with-gtkprint was given.
3965 if test "${with_gtkprint+set}" = set; then
3966 withval=$with_gtkprint;
3967 if test "$withval" = yes; then
3968 wx_cv_use_gtkprint='wxUSE_GTKPRINT=yes'
3969 else
3970 wx_cv_use_gtkprint='wxUSE_GTKPRINT=no'
3971 fi
3972
3973 else
3974
3975 wx_cv_use_gtkprint='wxUSE_GTKPRINT=${'DEFAULT_wxUSE_GTKPRINT":-$defaultval}"
3976
3977 fi
3978
3979
3980 eval "$wx_cv_use_gtkprint"
3981
3982 if test x"$withstring" = xwithout; then
3983 if test $wxUSE_GTKPRINT = yes; then
3984 result=no
3985 else
3986 result=yes
3987 fi
3988 else
3989 result=$wxUSE_GTKPRINT
3990 fi
3991
3992 { echo "$as_me:$LINENO: result: $result" >&5
3993 echo "${ECHO_T}$result" >&6; }
3994
3995
3996 withstring=without
3997 defaultval=$wxUSE_ALL_FEATURES
3998 if test -z "$defaultval"; then
3999 if test x"$withstring" = xwithout; then
4000 defaultval=yes
4001 else
4002 defaultval=no
4003 fi
4004 fi
4005 { echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomeprint" >&5
4006 echo $ECHO_N "checking for --${withstring:-with}-gnomeprint... $ECHO_C" >&6; }
4007
4008 # Check whether --with-gnomeprint was given.
4009 if test "${with_gnomeprint+set}" = set; then
4010 withval=$with_gnomeprint;
4011 if test "$withval" = yes; then
4012 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=yes'
4013 else
4014 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=no'
4015 fi
4016
4017 else
4018
4019 wx_cv_use_gnomeprint='wxUSE_LIBGNOMEPRINT=${'DEFAULT_wxUSE_LIBGNOMEPRINT":-$defaultval}"
4020
4021 fi
4022
4023
4024 eval "$wx_cv_use_gnomeprint"
4025
4026 if test x"$withstring" = xwithout; then
4027 if test $wxUSE_LIBGNOMEPRINT = yes; then
4028 result=no
4029 else
4030 result=yes
4031 fi
4032 else
4033 result=$wxUSE_LIBGNOMEPRINT
4034 fi
4035
4036 { echo "$as_me:$LINENO: result: $result" >&5
4037 echo "${ECHO_T}$result" >&6; }
4038
4039
4040 withstring=
4041 defaultval=$wxUSE_ALL_FEATURES
4042 if test -z "$defaultval"; then
4043 if test x"$withstring" = xwithout; then
4044 defaultval=yes
4045 else
4046 defaultval=no
4047 fi
4048 fi
4049 { echo "$as_me:$LINENO: checking for --${withstring:-with}-gnomevfs" >&5
4050 echo $ECHO_N "checking for --${withstring:-with}-gnomevfs... $ECHO_C" >&6; }
4051
4052 # Check whether --with-gnomevfs was given.
4053 if test "${with_gnomevfs+set}" = set; then
4054 withval=$with_gnomevfs;
4055 if test "$withval" = yes; then
4056 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=yes'
4057 else
4058 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=no'
4059 fi
4060
4061 else
4062
4063 wx_cv_use_gnomevfs='wxUSE_LIBGNOMEVFS=${'DEFAULT_wxUSE_LIBGNOMEVFS":-$defaultval}"
4064
4065 fi
4066
4067
4068 eval "$wx_cv_use_gnomevfs"
4069
4070 if test x"$withstring" = xwithout; then
4071 if test $wxUSE_LIBGNOMEVFS = yes; then
4072 result=no
4073 else
4074 result=yes
4075 fi
4076 else
4077 result=$wxUSE_LIBGNOMEVFS
4078 fi
4079
4080 { echo "$as_me:$LINENO: result: $result" >&5
4081 echo "${ECHO_T}$result" >&6; }
4082
4083
4084 withstring=
4085 defaultval=$wxUSE_ALL_FEATURES
4086 if test -z "$defaultval"; then
4087 if test x"$withstring" = xwithout; then
4088 defaultval=yes
4089 else
4090 defaultval=no
4091 fi
4092 fi
4093 { echo "$as_me:$LINENO: checking for --${withstring:-with}-hildon" >&5
4094 echo $ECHO_N "checking for --${withstring:-with}-hildon... $ECHO_C" >&6; }
4095
4096 # Check whether --with-hildon was given.
4097 if test "${with_hildon+set}" = set; then
4098 withval=$with_hildon;
4099 if test "$withval" = yes; then
4100 wx_cv_use_hildon='wxUSE_LIBHILDON=yes'
4101 else
4102 wx_cv_use_hildon='wxUSE_LIBHILDON=no'
4103 fi
4104
4105 else
4106
4107 wx_cv_use_hildon='wxUSE_LIBHILDON=${'DEFAULT_wxUSE_LIBHILDON":-$defaultval}"
4108
4109 fi
4110
4111
4112 eval "$wx_cv_use_hildon"
4113
4114 if test x"$withstring" = xwithout; then
4115 if test $wxUSE_LIBHILDON = yes; then
4116 result=no
4117 else
4118 result=yes
4119 fi
4120 else
4121 result=$wxUSE_LIBHILDON
4122 fi
4123
4124 { echo "$as_me:$LINENO: result: $result" >&5
4125 echo "${ECHO_T}$result" >&6; }
4126
4127
4128 withstring=
4129 defaultval=$wxUSE_ALL_FEATURES
4130 if test -z "$defaultval"; then
4131 if test x"$withstring" = xwithout; then
4132 defaultval=yes
4133 else
4134 defaultval=no
4135 fi
4136 fi
4137 { echo "$as_me:$LINENO: checking for --${withstring:-with}-opengl" >&5
4138 echo $ECHO_N "checking for --${withstring:-with}-opengl... $ECHO_C" >&6; }
4139
4140 # Check whether --with-opengl was given.
4141 if test "${with_opengl+set}" = set; then
4142 withval=$with_opengl;
4143 if test "$withval" = yes; then
4144 wx_cv_use_opengl='wxUSE_OPENGL=yes'
4145 else
4146 wx_cv_use_opengl='wxUSE_OPENGL=no'
4147 fi
4148
4149 else
4150
4151 wx_cv_use_opengl='wxUSE_OPENGL=${'DEFAULT_wxUSE_OPENGL":-$defaultval}"
4152
4153 fi
4154
4155
4156 eval "$wx_cv_use_opengl"
4157
4158 if test x"$withstring" = xwithout; then
4159 if test $wxUSE_OPENGL = yes; then
4160 result=no
4161 else
4162 result=yes
4163 fi
4164 else
4165 result=$wxUSE_OPENGL
4166 fi
4167
4168 { echo "$as_me:$LINENO: result: $result" >&5
4169 echo "${ECHO_T}$result" >&6; }
4170
4171
4172 fi
4173
4174
4175 withstring=
4176 defaultval=$wxUSE_ALL_FEATURES
4177 if test -z "$defaultval"; then
4178 if test x"$withstring" = xwithout; then
4179 defaultval=yes
4180 else
4181 defaultval=no
4182 fi
4183 fi
4184 { echo "$as_me:$LINENO: checking for --${withstring:-with}-dmalloc" >&5
4185 echo $ECHO_N "checking for --${withstring:-with}-dmalloc... $ECHO_C" >&6; }
4186
4187 # Check whether --with-dmalloc was given.
4188 if test "${with_dmalloc+set}" = set; then
4189 withval=$with_dmalloc;
4190 if test "$withval" = yes; then
4191 wx_cv_use_dmalloc='wxUSE_DMALLOC=yes'
4192 else
4193 wx_cv_use_dmalloc='wxUSE_DMALLOC=no'
4194 fi
4195
4196 else
4197
4198 wx_cv_use_dmalloc='wxUSE_DMALLOC=${'DEFAULT_wxUSE_DMALLOC":-$defaultval}"
4199
4200 fi
4201
4202
4203 eval "$wx_cv_use_dmalloc"
4204
4205 if test x"$withstring" = xwithout; then
4206 if test $wxUSE_DMALLOC = yes; then
4207 result=no
4208 else
4209 result=yes
4210 fi
4211 else
4212 result=$wxUSE_DMALLOC
4213 fi
4214
4215 { echo "$as_me:$LINENO: result: $result" >&5
4216 echo "${ECHO_T}$result" >&6; }
4217
4218
4219 withstring=
4220 defaultval=$wxUSE_ALL_FEATURES
4221 if test -z "$defaultval"; then
4222 if test x"$withstring" = xwithout; then
4223 defaultval=yes
4224 else
4225 defaultval=no
4226 fi
4227 fi
4228 { echo "$as_me:$LINENO: checking for --${withstring:-with}-sdl" >&5
4229 echo $ECHO_N "checking for --${withstring:-with}-sdl... $ECHO_C" >&6; }
4230
4231 # Check whether --with-sdl was given.
4232 if test "${with_sdl+set}" = set; then
4233 withval=$with_sdl;
4234 if test "$withval" = yes; then
4235 wx_cv_use_sdl='wxUSE_LIBSDL=yes'
4236 else
4237 wx_cv_use_sdl='wxUSE_LIBSDL=no'
4238 fi
4239
4240 else
4241
4242 wx_cv_use_sdl='wxUSE_LIBSDL=${'DEFAULT_wxUSE_LIBSDL":-$defaultval}"
4243
4244 fi
4245
4246
4247 eval "$wx_cv_use_sdl"
4248
4249 if test x"$withstring" = xwithout; then
4250 if test $wxUSE_LIBSDL = yes; then
4251 result=no
4252 else
4253 result=yes
4254 fi
4255 else
4256 result=$wxUSE_LIBSDL
4257 fi
4258
4259 { echo "$as_me:$LINENO: result: $result" >&5
4260 echo "${ECHO_T}$result" >&6; }
4261
4262
4263 { echo "$as_me:$LINENO: checking for --with-regex" >&5
4264 echo $ECHO_N "checking for --with-regex... $ECHO_C" >&6; }
4265
4266 # Check whether --with-regex was given.
4267 if test "${with_regex+set}" = set; then
4268 withval=$with_regex;
4269 if test "$withval" = yes; then
4270 wx_cv_use_regex='wxUSE_REGEX=yes'
4271 elif test "$withval" = no; then
4272 wx_cv_use_regex='wxUSE_REGEX=no'
4273 elif test "$withval" = sys; then
4274 wx_cv_use_regex='wxUSE_REGEX=sys'
4275 elif test "$withval" = builtin; then
4276 wx_cv_use_regex='wxUSE_REGEX=builtin'
4277 else
4278 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
4279 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
4280 { (exit 1); exit 1; }; }
4281 fi
4282
4283 else
4284
4285 wx_cv_use_regex='wxUSE_REGEX=${'DEFAULT_wxUSE_REGEX":-$wxUSE_ALL_FEATURES}"
4286
4287 fi
4288
4289
4290 eval "$wx_cv_use_regex"
4291
4292 if test "$wxUSE_REGEX" = yes; then
4293 { echo "$as_me:$LINENO: result: yes" >&5
4294 echo "${ECHO_T}yes" >&6; }
4295 elif test "$wxUSE_REGEX" = no; then
4296 { echo "$as_me:$LINENO: result: no" >&5
4297 echo "${ECHO_T}no" >&6; }
4298 elif test "$wxUSE_REGEX" = sys; then
4299 { echo "$as_me:$LINENO: result: system version" >&5
4300 echo "${ECHO_T}system version" >&6; }
4301 elif test "$wxUSE_REGEX" = builtin; then
4302 { echo "$as_me:$LINENO: result: builtin version" >&5
4303 echo "${ECHO_T}builtin version" >&6; }
4304 else
4305 { { echo "$as_me:$LINENO: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&5
4306 echo "$as_me: error: Invalid value for --with-regex: should be yes, no, sys, or builtin" >&2;}
4307 { (exit 1); exit 1; }; }
4308 fi
4309
4310
4311 { echo "$as_me:$LINENO: checking for --with-zlib" >&5
4312 echo $ECHO_N "checking for --with-zlib... $ECHO_C" >&6; }
4313
4314 # Check whether --with-zlib was given.
4315 if test "${with_zlib+set}" = set; then
4316 withval=$with_zlib;
4317 if test "$withval" = yes; then
4318 wx_cv_use_zlib='wxUSE_ZLIB=yes'
4319 elif test "$withval" = no; then
4320 wx_cv_use_zlib='wxUSE_ZLIB=no'
4321 elif test "$withval" = sys; then
4322 wx_cv_use_zlib='wxUSE_ZLIB=sys'
4323 elif test "$withval" = builtin; then
4324 wx_cv_use_zlib='wxUSE_ZLIB=builtin'
4325 else
4326 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
4327 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
4328 { (exit 1); exit 1; }; }
4329 fi
4330
4331 else
4332
4333 wx_cv_use_zlib='wxUSE_ZLIB=${'DEFAULT_wxUSE_ZLIB":-$wxUSE_ALL_FEATURES}"
4334
4335 fi
4336
4337
4338 eval "$wx_cv_use_zlib"
4339
4340 if test "$wxUSE_ZLIB" = yes; then
4341 { echo "$as_me:$LINENO: result: yes" >&5
4342 echo "${ECHO_T}yes" >&6; }
4343 elif test "$wxUSE_ZLIB" = no; then
4344 { echo "$as_me:$LINENO: result: no" >&5
4345 echo "${ECHO_T}no" >&6; }
4346 elif test "$wxUSE_ZLIB" = sys; then
4347 { echo "$as_me:$LINENO: result: system version" >&5
4348 echo "${ECHO_T}system version" >&6; }
4349 elif test "$wxUSE_ZLIB" = builtin; then
4350 { echo "$as_me:$LINENO: result: builtin version" >&5
4351 echo "${ECHO_T}builtin version" >&6; }
4352 else
4353 { { echo "$as_me:$LINENO: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&5
4354 echo "$as_me: error: Invalid value for --with-zlib: should be yes, no, sys, or builtin" >&2;}
4355 { (exit 1); exit 1; }; }
4356 fi
4357
4358
4359 { echo "$as_me:$LINENO: checking for --with-expat" >&5
4360 echo $ECHO_N "checking for --with-expat... $ECHO_C" >&6; }
4361
4362 # Check whether --with-expat was given.
4363 if test "${with_expat+set}" = set; then
4364 withval=$with_expat;
4365 if test "$withval" = yes; then
4366 wx_cv_use_expat='wxUSE_EXPAT=yes'
4367 elif test "$withval" = no; then
4368 wx_cv_use_expat='wxUSE_EXPAT=no'
4369 elif test "$withval" = sys; then
4370 wx_cv_use_expat='wxUSE_EXPAT=sys'
4371 elif test "$withval" = builtin; then
4372 wx_cv_use_expat='wxUSE_EXPAT=builtin'
4373 else
4374 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
4375 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
4376 { (exit 1); exit 1; }; }
4377 fi
4378
4379 else
4380
4381 wx_cv_use_expat='wxUSE_EXPAT=${'DEFAULT_wxUSE_EXPAT":-$wxUSE_ALL_FEATURES}"
4382
4383 fi
4384
4385
4386 eval "$wx_cv_use_expat"
4387
4388 if test "$wxUSE_EXPAT" = yes; then
4389 { echo "$as_me:$LINENO: result: yes" >&5
4390 echo "${ECHO_T}yes" >&6; }
4391 elif test "$wxUSE_EXPAT" = no; then
4392 { echo "$as_me:$LINENO: result: no" >&5
4393 echo "${ECHO_T}no" >&6; }
4394 elif test "$wxUSE_EXPAT" = sys; then
4395 { echo "$as_me:$LINENO: result: system version" >&5
4396 echo "${ECHO_T}system version" >&6; }
4397 elif test "$wxUSE_EXPAT" = builtin; then
4398 { echo "$as_me:$LINENO: result: builtin version" >&5
4399 echo "${ECHO_T}builtin version" >&6; }
4400 else
4401 { { echo "$as_me:$LINENO: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&5
4402 echo "$as_me: error: Invalid value for --with-expat: should be yes, no, sys, or builtin" >&2;}
4403 { (exit 1); exit 1; }; }
4404 fi
4405
4406
4407 { echo "$as_me:$LINENO: checking for --with-macosx-sdk" >&5
4408 echo $ECHO_N "checking for --with-macosx-sdk... $ECHO_C" >&6; }
4409
4410 # Check whether --with-macosx-sdk was given.
4411 if test "${with_macosx_sdk+set}" = set; then
4412 withval=$with_macosx_sdk;
4413 wxUSE_MACOSX_SDK=$withval
4414 wx_cv_use_macosx_sdk="wxUSE_MACOSX_SDK=$withval"
4415
4416 fi
4417
4418 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_SDK" >&5
4419 echo "${ECHO_T}$wxUSE_MACOSX_SDK" >&6; }
4420
4421 { echo "$as_me:$LINENO: checking for --with-macosx-version-min" >&5
4422 echo $ECHO_N "checking for --with-macosx-version-min... $ECHO_C" >&6; }
4423
4424 # Check whether --with-macosx-version-min was given.
4425 if test "${with_macosx_version_min+set}" = set; then
4426 withval=$with_macosx_version_min;
4427 wxUSE_MACOSX_VERSION_MIN=$withval
4428 wx_cv_use_macosx_version_min="wxUSE_MACOSX_VERSION_MIN=$withval"
4429
4430 fi
4431
4432 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_VERSION_MIN" >&5
4433 echo "${ECHO_T}$wxUSE_MACOSX_VERSION_MIN" >&6; }
4434
4435
4436 { echo "$as_me:$LINENO: checking for --enable-debug" >&5
4437 echo $ECHO_N "checking for --enable-debug... $ECHO_C" >&6; }
4438 # Check whether --enable-debug was given.
4439 if test "${enable_debug+set}" = set; then
4440 enableval=$enable_debug;
4441 if test "$enableval" = yes; then
4442 wxUSE_DEBUG=yes
4443 elif test "$enableval" = no; then
4444 wxUSE_DEBUG=no
4445 elif test "$enableval" = max; then
4446 wxUSE_DEBUG=yes
4447 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=2"
4448 else
4449 { { echo "$as_me:$LINENO: error: Invalid --enable-debug value, must be yes, no or max" >&5
4450 echo "$as_me: error: Invalid --enable-debug value, must be yes, no or max" >&2;}
4451 { (exit 1); exit 1; }; }
4452 fi
4453
4454 else
4455 wxUSE_DEBUG=default
4456
4457 fi
4458
4459
4460 case "$wxUSE_DEBUG" in
4461 yes)
4462 DEFAULT_wxUSE_DEBUG_FLAG=yes
4463 DEFAULT_wxUSE_DEBUG_INFO=yes
4464
4465 DEFAULT_wxUSE_OPTIMISE=no
4466 ;;
4467
4468 no)
4469 DEFAULT_wxUSE_DEBUG_FLAG=no
4470 DEFAULT_wxUSE_DEBUG_INFO=no
4471 ;;
4472
4473 default)
4474 DEFAULT_wxUSE_DEBUG_FLAG=yes
4475 DEFAULT_wxUSE_DEBUG_INFO=no
4476 ;;
4477 esac
4478
4479
4480 enablestring=disable
4481 defaultval=
4482 if test -z "$defaultval"; then
4483 if test x"$enablestring" = xdisable; then
4484 defaultval=yes
4485 else
4486 defaultval=no
4487 fi
4488 fi
4489
4490 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_flag" >&5
4491 echo $ECHO_N "checking for --${enablestring:-enable}-debug_flag... $ECHO_C" >&6; }
4492 # Check whether --enable-debug_flag was given.
4493 if test "${enable_debug_flag+set}" = set; then
4494 enableval=$enable_debug_flag;
4495 if test "$enableval" = yes; then
4496 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=yes'
4497 else
4498 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=no'
4499 fi
4500
4501 else
4502
4503 wx_cv_use_debug_flag='wxUSE_DEBUG_FLAG=${'DEFAULT_wxUSE_DEBUG_FLAG":-$defaultval}"
4504
4505 fi
4506
4507
4508 eval "$wx_cv_use_debug_flag"
4509
4510 if test x"$enablestring" = xdisable; then
4511 if test $wxUSE_DEBUG_FLAG = no; then
4512 result=yes
4513 else
4514 result=no
4515 fi
4516 else
4517 result=$wxUSE_DEBUG_FLAG
4518 fi
4519
4520 { echo "$as_me:$LINENO: result: $result" >&5
4521 echo "${ECHO_T}$result" >&6; }
4522
4523
4524 enablestring=
4525 defaultval=
4526 if test -z "$defaultval"; then
4527 if test x"$enablestring" = xdisable; then
4528 defaultval=yes
4529 else
4530 defaultval=no
4531 fi
4532 fi
4533
4534 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_info" >&5
4535 echo $ECHO_N "checking for --${enablestring:-enable}-debug_info... $ECHO_C" >&6; }
4536 # Check whether --enable-debug_info was given.
4537 if test "${enable_debug_info+set}" = set; then
4538 enableval=$enable_debug_info;
4539 if test "$enableval" = yes; then
4540 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=yes'
4541 else
4542 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=no'
4543 fi
4544
4545 else
4546
4547 wx_cv_use_debug_info='wxUSE_DEBUG_INFO=${'DEFAULT_wxUSE_DEBUG_INFO":-$defaultval}"
4548
4549 fi
4550
4551
4552 eval "$wx_cv_use_debug_info"
4553
4554 if test x"$enablestring" = xdisable; then
4555 if test $wxUSE_DEBUG_INFO = no; then
4556 result=yes
4557 else
4558 result=no
4559 fi
4560 else
4561 result=$wxUSE_DEBUG_INFO
4562 fi
4563
4564 { echo "$as_me:$LINENO: result: $result" >&5
4565 echo "${ECHO_T}$result" >&6; }
4566
4567
4568
4569
4570 enablestring=
4571 defaultval=
4572 if test -z "$defaultval"; then
4573 if test x"$enablestring" = xdisable; then
4574 defaultval=yes
4575 else
4576 defaultval=no
4577 fi
4578 fi
4579
4580 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_gdb" >&5
4581 echo $ECHO_N "checking for --${enablestring:-enable}-debug_gdb... $ECHO_C" >&6; }
4582 # Check whether --enable-debug_gdb was given.
4583 if test "${enable_debug_gdb+set}" = set; then
4584 enableval=$enable_debug_gdb;
4585 if test "$enableval" = yes; then
4586 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=yes'
4587 else
4588 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=no'
4589 fi
4590
4591 else
4592
4593 wx_cv_use_debug_gdb='wxUSE_DEBUG_GDB=${'DEFAULT_wxUSE_DEBUG_GDB":-$defaultval}"
4594
4595 fi
4596
4597
4598 eval "$wx_cv_use_debug_gdb"
4599
4600 if test x"$enablestring" = xdisable; then
4601 if test $wxUSE_DEBUG_GDB = no; then
4602 result=yes
4603 else
4604 result=no
4605 fi
4606 else
4607 result=$wxUSE_DEBUG_GDB
4608 fi
4609
4610 { echo "$as_me:$LINENO: result: $result" >&5
4611 echo "${ECHO_T}$result" >&6; }
4612
4613
4614 enablestring=
4615 defaultval=
4616 if test -z "$defaultval"; then
4617 if test x"$enablestring" = xdisable; then
4618 defaultval=yes
4619 else
4620 defaultval=no
4621 fi
4622 fi
4623
4624 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debug_cntxt" >&5
4625 echo $ECHO_N "checking for --${enablestring:-enable}-debug_cntxt... $ECHO_C" >&6; }
4626 # Check whether --enable-debug_cntxt was given.
4627 if test "${enable_debug_cntxt+set}" = set; then
4628 enableval=$enable_debug_cntxt;
4629 if test "$enableval" = yes; then
4630 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=yes'
4631 else
4632 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=no'
4633 fi
4634
4635 else
4636
4637 wx_cv_use_debug_cntxt='wxUSE_DEBUG_CONTEXT=${'DEFAULT_wxUSE_DEBUG_CONTEXT":-$defaultval}"
4638
4639 fi
4640
4641
4642 eval "$wx_cv_use_debug_cntxt"
4643
4644 if test x"$enablestring" = xdisable; then
4645 if test $wxUSE_DEBUG_CONTEXT = no; then
4646 result=yes
4647 else
4648 result=no
4649 fi
4650 else
4651 result=$wxUSE_DEBUG_CONTEXT
4652 fi
4653
4654 { echo "$as_me:$LINENO: result: $result" >&5
4655 echo "${ECHO_T}$result" >&6; }
4656
4657
4658 enablestring=
4659 defaultval=
4660 if test -z "$defaultval"; then
4661 if test x"$enablestring" = xdisable; then
4662 defaultval=yes
4663 else
4664 defaultval=no
4665 fi
4666 fi
4667
4668 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mem_tracing" >&5
4669 echo $ECHO_N "checking for --${enablestring:-enable}-mem_tracing... $ECHO_C" >&6; }
4670 # Check whether --enable-mem_tracing was given.
4671 if test "${enable_mem_tracing+set}" = set; then
4672 enableval=$enable_mem_tracing;
4673 if test "$enableval" = yes; then
4674 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=yes'
4675 else
4676 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=no'
4677 fi
4678
4679 else
4680
4681 wx_cv_use_mem_tracing='wxUSE_MEM_TRACING=${'DEFAULT_wxUSE_MEM_TRACING":-$defaultval}"
4682
4683 fi
4684
4685
4686 eval "$wx_cv_use_mem_tracing"
4687
4688 if test x"$enablestring" = xdisable; then
4689 if test $wxUSE_MEM_TRACING = no; then
4690 result=yes
4691 else
4692 result=no
4693 fi
4694 else
4695 result=$wxUSE_MEM_TRACING
4696 fi
4697
4698 { echo "$as_me:$LINENO: result: $result" >&5
4699 echo "${ECHO_T}$result" >&6; }
4700
4701
4702
4703
4704 enablestring=disable
4705 defaultval=
4706 if test -z "$defaultval"; then
4707 if test x"$enablestring" = xdisable; then
4708 defaultval=yes
4709 else
4710 defaultval=no
4711 fi
4712 fi
4713
4714 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-shared" >&5
4715 echo $ECHO_N "checking for --${enablestring:-enable}-shared... $ECHO_C" >&6; }
4716 # Check whether --enable-shared was given.
4717 if test "${enable_shared+set}" = set; then
4718 enableval=$enable_shared;
4719 if test "$enableval" = yes; then
4720 wx_cv_use_shared='wxUSE_SHARED=yes'
4721 else
4722 wx_cv_use_shared='wxUSE_SHARED=no'
4723 fi
4724
4725 else
4726
4727 wx_cv_use_shared='wxUSE_SHARED=${'DEFAULT_wxUSE_SHARED":-$defaultval}"
4728
4729 fi
4730
4731
4732 eval "$wx_cv_use_shared"
4733
4734 if test x"$enablestring" = xdisable; then
4735 if test $wxUSE_SHARED = no; then
4736 result=yes
4737 else
4738 result=no
4739 fi
4740 else
4741 result=$wxUSE_SHARED
4742 fi
4743
4744 { echo "$as_me:$LINENO: result: $result" >&5
4745 echo "${ECHO_T}$result" >&6; }
4746
4747
4748 enablestring=
4749 defaultval=
4750 if test -z "$defaultval"; then
4751 if test x"$enablestring" = xdisable; then
4752 defaultval=yes
4753 else
4754 defaultval=no
4755 fi
4756 fi
4757
4758 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stl" >&5
4759 echo $ECHO_N "checking for --${enablestring:-enable}-stl... $ECHO_C" >&6; }
4760 # Check whether --enable-stl was given.
4761 if test "${enable_stl+set}" = set; then
4762 enableval=$enable_stl;
4763 if test "$enableval" = yes; then
4764 wx_cv_use_stl='wxUSE_STL=yes'
4765 else
4766 wx_cv_use_stl='wxUSE_STL=no'
4767 fi
4768
4769 else
4770
4771 wx_cv_use_stl='wxUSE_STL=${'DEFAULT_wxUSE_STL":-$defaultval}"
4772
4773 fi
4774
4775
4776 eval "$wx_cv_use_stl"
4777
4778 if test x"$enablestring" = xdisable; then
4779 if test $wxUSE_STL = no; then
4780 result=yes
4781 else
4782 result=no
4783 fi
4784 else
4785 result=$wxUSE_STL
4786 fi
4787
4788 { echo "$as_me:$LINENO: result: $result" >&5
4789 echo "${ECHO_T}$result" >&6; }
4790
4791 if test "$wxUSE_STL" = "yes"; then
4792 DEFAULT_wxUSE_STD_CONTAINERS=yes
4793 DEFAULT_wxUSE_STD_IOSTREAM=yes
4794 DEFAULT_wxUSE_STD_STRING=yes
4795 fi
4796
4797 enablestring=
4798 defaultval=
4799 if test -z "$defaultval"; then
4800 if test x"$enablestring" = xdisable; then
4801 defaultval=yes
4802 else
4803 defaultval=no
4804 fi
4805 fi
4806
4807 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_containers" >&5
4808 echo $ECHO_N "checking for --${enablestring:-enable}-std_containers... $ECHO_C" >&6; }
4809 # Check whether --enable-std_containers was given.
4810 if test "${enable_std_containers+set}" = set; then
4811 enableval=$enable_std_containers;
4812 if test "$enableval" = yes; then
4813 wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=yes'
4814 else
4815 wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=no'
4816 fi
4817
4818 else
4819
4820 wx_cv_use_std_containers='wxUSE_STD_CONTAINERS=${'DEFAULT_wxUSE_STD_CONTAINERS":-$defaultval}"
4821
4822 fi
4823
4824
4825 eval "$wx_cv_use_std_containers"
4826
4827 if test x"$enablestring" = xdisable; then
4828 if test $wxUSE_STD_CONTAINERS = no; then
4829 result=yes
4830 else
4831 result=no
4832 fi
4833 else
4834 result=$wxUSE_STD_CONTAINERS
4835 fi
4836
4837 { echo "$as_me:$LINENO: result: $result" >&5
4838 echo "${ECHO_T}$result" >&6; }
4839
4840
4841 enablestring=
4842 defaultval=
4843 if test -z "$defaultval"; then
4844 if test x"$enablestring" = xdisable; then
4845 defaultval=yes
4846 else
4847 defaultval=no
4848 fi
4849 fi
4850
4851 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_iostreams" >&5
4852 echo $ECHO_N "checking for --${enablestring:-enable}-std_iostreams... $ECHO_C" >&6; }
4853 # Check whether --enable-std_iostreams was given.
4854 if test "${enable_std_iostreams+set}" = set; then
4855 enableval=$enable_std_iostreams;
4856 if test "$enableval" = yes; then
4857 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=yes'
4858 else
4859 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=no'
4860 fi
4861
4862 else
4863
4864 wx_cv_use_std_iostreams='wxUSE_STD_IOSTREAM=${'DEFAULT_wxUSE_STD_IOSTREAM":-$defaultval}"
4865
4866 fi
4867
4868
4869 eval "$wx_cv_use_std_iostreams"
4870
4871 if test x"$enablestring" = xdisable; then
4872 if test $wxUSE_STD_IOSTREAM = no; then
4873 result=yes
4874 else
4875 result=no
4876 fi
4877 else
4878 result=$wxUSE_STD_IOSTREAM
4879 fi
4880
4881 { echo "$as_me:$LINENO: result: $result" >&5
4882 echo "${ECHO_T}$result" >&6; }
4883
4884
4885 enablestring=
4886 defaultval=
4887 if test -z "$defaultval"; then
4888 if test x"$enablestring" = xdisable; then
4889 defaultval=yes
4890 else
4891 defaultval=no
4892 fi
4893 fi
4894
4895 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string" >&5
4896 echo $ECHO_N "checking for --${enablestring:-enable}-std_string... $ECHO_C" >&6; }
4897 # Check whether --enable-std_string was given.
4898 if test "${enable_std_string+set}" = set; then
4899 enableval=$enable_std_string;
4900 if test "$enableval" = yes; then
4901 wx_cv_use_std_string='wxUSE_STD_STRING=yes'
4902 else
4903 wx_cv_use_std_string='wxUSE_STD_STRING=no'
4904 fi
4905
4906 else
4907
4908 wx_cv_use_std_string='wxUSE_STD_STRING=${'DEFAULT_wxUSE_STD_STRING":-$defaultval}"
4909
4910 fi
4911
4912
4913 eval "$wx_cv_use_std_string"
4914
4915 if test x"$enablestring" = xdisable; then
4916 if test $wxUSE_STD_STRING = no; then
4917 result=yes
4918 else
4919 result=no
4920 fi
4921 else
4922 result=$wxUSE_STD_STRING
4923 fi
4924
4925 { echo "$as_me:$LINENO: result: $result" >&5
4926 echo "${ECHO_T}$result" >&6; }
4927
4928
4929 enablestring=
4930 defaultval=
4931 if test -z "$defaultval"; then
4932 if test x"$enablestring" = xdisable; then
4933 defaultval=yes
4934 else
4935 defaultval=no
4936 fi
4937 fi
4938
4939 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-std_string_conv_in_wxstring" >&5
4940 echo $ECHO_N "checking for --${enablestring:-enable}-std_string_conv_in_wxstring... $ECHO_C" >&6; }
4941 # Check whether --enable-std_string_conv_in_wxstring was given.
4942 if test "${enable_std_string_conv_in_wxstring+set}" = set; then
4943 enableval=$enable_std_string_conv_in_wxstring;
4944 if test "$enableval" = yes; then
4945 wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=yes'
4946 else
4947 wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=no'
4948 fi
4949
4950 else
4951
4952 wx_cv_use_std_string_conv_in_wxstring='wxUSE_STD_STRING_CONV_IN_WXSTRING=${'DEFAULT_wxUSE_STD_STRING_CONV_IN_WXSTRING":-$defaultval}"
4953
4954 fi
4955
4956
4957 eval "$wx_cv_use_std_string_conv_in_wxstring"
4958
4959 if test x"$enablestring" = xdisable; then
4960 if test $wxUSE_STD_STRING_CONV_IN_WXSTRING = no; then
4961 result=yes
4962 else
4963 result=no
4964 fi
4965 else
4966 result=$wxUSE_STD_STRING_CONV_IN_WXSTRING
4967 fi
4968
4969 { echo "$as_me:$LINENO: result: $result" >&5
4970 echo "${ECHO_T}$result" >&6; }
4971
4972
4973 enablestring=disable
4974 defaultval=
4975 if test -z "$defaultval"; then
4976 if test x"$enablestring" = xdisable; then
4977 defaultval=yes
4978 else
4979 defaultval=no
4980 fi
4981 fi
4982
4983 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-unicode" >&5
4984 echo $ECHO_N "checking for --${enablestring:-enable}-unicode... $ECHO_C" >&6; }
4985 # Check whether --enable-unicode was given.
4986 if test "${enable_unicode+set}" = set; then
4987 enableval=$enable_unicode;
4988 if test "$enableval" = yes; then
4989 wx_cv_use_unicode='wxUSE_UNICODE=yes'
4990 else
4991 wx_cv_use_unicode='wxUSE_UNICODE=no'
4992 fi
4993
4994 else
4995
4996 wx_cv_use_unicode='wxUSE_UNICODE=${'DEFAULT_wxUSE_UNICODE":-$defaultval}"
4997
4998 fi
4999
5000
5001 eval "$wx_cv_use_unicode"
5002
5003 if test x"$enablestring" = xdisable; then
5004 if test $wxUSE_UNICODE = no; then
5005 result=yes
5006 else
5007 result=no
5008 fi
5009 else
5010 result=$wxUSE_UNICODE
5011 fi
5012
5013 { echo "$as_me:$LINENO: result: $result" >&5
5014 echo "${ECHO_T}$result" >&6; }
5015
5016
5017 enablestring=
5018 defaultval=
5019 if test -z "$defaultval"; then
5020 if test x"$enablestring" = xdisable; then
5021 defaultval=yes
5022 else
5023 defaultval=no
5024 fi
5025 fi
5026
5027 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mslu" >&5
5028 echo $ECHO_N "checking for --${enablestring:-enable}-mslu... $ECHO_C" >&6; }
5029 # Check whether --enable-mslu was given.
5030 if test "${enable_mslu+set}" = set; then
5031 enableval=$enable_mslu;
5032 if test "$enableval" = yes; then
5033 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=yes'
5034 else
5035 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=no'
5036 fi
5037
5038 else
5039
5040 wx_cv_use_mslu='wxUSE_UNICODE_MSLU=${'DEFAULT_wxUSE_UNICODE_MSLU":-$defaultval}"
5041
5042 fi
5043
5044
5045 eval "$wx_cv_use_mslu"
5046
5047 if test x"$enablestring" = xdisable; then
5048 if test $wxUSE_UNICODE_MSLU = no; then
5049 result=yes
5050 else
5051 result=no
5052 fi
5053 else
5054 result=$wxUSE_UNICODE_MSLU
5055 fi
5056
5057 { echo "$as_me:$LINENO: result: $result" >&5
5058 echo "${ECHO_T}$result" >&6; }
5059
5060
5061 enablestring=
5062 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-utf8" >&5
5063 echo $ECHO_N "checking for --${enablestring:-enable}-utf8... $ECHO_C" >&6; }
5064 # Check whether --enable-utf8 was given.
5065 if test "${enable_utf8+set}" = set; then
5066 enableval=$enable_utf8;
5067 wx_cv_use_utf8="wxUSE_UNICODE_UTF8='$enableval'"
5068
5069 else
5070
5071 wx_cv_use_utf8='wxUSE_UNICODE_UTF8='$DEFAULT_wxUSE_UNICODE_UTF8
5072
5073 fi
5074
5075
5076 eval "$wx_cv_use_utf8"
5077
5078 { echo "$as_me:$LINENO: result: $wxUSE_UNICODE_UTF8" >&5
5079 echo "${ECHO_T}$wxUSE_UNICODE_UTF8" >&6; }
5080
5081
5082 enablestring=
5083 defaultval=
5084 if test -z "$defaultval"; then
5085 if test x"$enablestring" = xdisable; then
5086 defaultval=yes
5087 else
5088 defaultval=no
5089 fi
5090 fi
5091
5092 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-utf8only" >&5
5093 echo $ECHO_N "checking for --${enablestring:-enable}-utf8only... $ECHO_C" >&6; }
5094 # Check whether --enable-utf8only was given.
5095 if test "${enable_utf8only+set}" = set; then
5096 enableval=$enable_utf8only;
5097 if test "$enableval" = yes; then
5098 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=yes'
5099 else
5100 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=no'
5101 fi
5102
5103 else
5104
5105 wx_cv_use_utf8only='wxUSE_UNICODE_UTF8_LOCALE=${'DEFAULT_wxUSE_UNICODE_UTF8_LOCALE":-$defaultval}"
5106
5107 fi
5108
5109
5110 eval "$wx_cv_use_utf8only"
5111
5112 if test x"$enablestring" = xdisable; then
5113 if test $wxUSE_UNICODE_UTF8_LOCALE = no; then
5114 result=yes
5115 else
5116 result=no
5117 fi
5118 else
5119 result=$wxUSE_UNICODE_UTF8_LOCALE
5120 fi
5121
5122 { echo "$as_me:$LINENO: result: $result" >&5
5123 echo "${ECHO_T}$result" >&6; }
5124
5125
5126 enablestring=
5127 defaultval=
5128 if test -z "$defaultval"; then
5129 if test x"$enablestring" = xdisable; then
5130 defaultval=yes
5131 else
5132 defaultval=no
5133 fi
5134 fi
5135
5136 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-extended_rtti" >&5
5137 echo $ECHO_N "checking for --${enablestring:-enable}-extended_rtti... $ECHO_C" >&6; }
5138 # Check whether --enable-extended_rtti was given.
5139 if test "${enable_extended_rtti+set}" = set; then
5140 enableval=$enable_extended_rtti;
5141 if test "$enableval" = yes; then
5142 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=yes'
5143 else
5144 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=no'
5145 fi
5146
5147 else
5148
5149 wx_cv_use_extended_rtti='wxUSE_EXTENDED_RTTI=${'DEFAULT_wxUSE_EXTENDED_RTTI":-$defaultval}"
5150
5151 fi
5152
5153
5154 eval "$wx_cv_use_extended_rtti"
5155
5156 if test x"$enablestring" = xdisable; then
5157 if test $wxUSE_EXTENDED_RTTI = no; then
5158 result=yes
5159 else
5160 result=no
5161 fi
5162 else
5163 result=$wxUSE_EXTENDED_RTTI
5164 fi
5165
5166 { echo "$as_me:$LINENO: result: $result" >&5
5167 echo "${ECHO_T}$result" >&6; }
5168
5169 if test "$USE_OS2" = 1; then
5170 DEFAULT_wxUSE_OMF=no
5171
5172 enablestring=
5173 defaultval=
5174 if test -z "$defaultval"; then
5175 if test x"$enablestring" = xdisable; then
5176 defaultval=yes
5177 else
5178 defaultval=no
5179 fi
5180 fi
5181
5182 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-omf" >&5
5183 echo $ECHO_N "checking for --${enablestring:-enable}-omf... $ECHO_C" >&6; }
5184 # Check whether --enable-omf was given.
5185 if test "${enable_omf+set}" = set; then
5186 enableval=$enable_omf;
5187 if test "$enableval" = yes; then
5188 wx_cv_use_omf='wxUSE_OMF=yes'
5189 else
5190 wx_cv_use_omf='wxUSE_OMF=no'
5191 fi
5192
5193 else
5194
5195 wx_cv_use_omf='wxUSE_OMF=${'DEFAULT_wxUSE_OMF":-$defaultval}"
5196
5197 fi
5198
5199
5200 eval "$wx_cv_use_omf"
5201
5202 if test x"$enablestring" = xdisable; then
5203 if test $wxUSE_OMF = no; then
5204 result=yes
5205 else
5206 result=no
5207 fi
5208 else
5209 result=$wxUSE_OMF
5210 fi
5211
5212 { echo "$as_me:$LINENO: result: $result" >&5
5213 echo "${ECHO_T}$result" >&6; }
5214
5215 fi
5216
5217
5218 enablestring=disable
5219 defaultval=
5220 if test -z "$defaultval"; then
5221 if test x"$enablestring" = xdisable; then
5222 defaultval=yes
5223 else
5224 defaultval=no
5225 fi
5226 fi
5227
5228 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-optimise" >&5
5229 echo $ECHO_N "checking for --${enablestring:-enable}-optimise... $ECHO_C" >&6; }
5230 # Check whether --enable-optimise was given.
5231 if test "${enable_optimise+set}" = set; then
5232 enableval=$enable_optimise;
5233 if test "$enableval" = yes; then
5234 wx_cv_use_optimise='wxUSE_OPTIMISE=yes'
5235 else
5236 wx_cv_use_optimise='wxUSE_OPTIMISE=no'
5237 fi
5238
5239 else
5240
5241 wx_cv_use_optimise='wxUSE_OPTIMISE=${'DEFAULT_wxUSE_OPTIMISE":-$defaultval}"
5242
5243 fi
5244
5245
5246 eval "$wx_cv_use_optimise"
5247
5248 if test x"$enablestring" = xdisable; then
5249 if test $wxUSE_OPTIMISE = no; then
5250 result=yes
5251 else
5252 result=no
5253 fi
5254 else
5255 result=$wxUSE_OPTIMISE
5256 fi
5257
5258 { echo "$as_me:$LINENO: result: $result" >&5
5259 echo "${ECHO_T}$result" >&6; }
5260
5261
5262
5263 enablestring=
5264 defaultval=
5265 if test -z "$defaultval"; then
5266 if test x"$enablestring" = xdisable; then
5267 defaultval=yes
5268 else
5269 defaultval=no
5270 fi
5271 fi
5272
5273 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-profile" >&5
5274 echo $ECHO_N "checking for --${enablestring:-enable}-profile... $ECHO_C" >&6; }
5275 # Check whether --enable-profile was given.
5276 if test "${enable_profile+set}" = set; then
5277 enableval=$enable_profile;
5278 if test "$enableval" = yes; then
5279 wx_cv_use_profile='wxUSE_PROFILE=yes'
5280 else
5281 wx_cv_use_profile='wxUSE_PROFILE=no'
5282 fi
5283
5284 else
5285
5286 wx_cv_use_profile='wxUSE_PROFILE=${'DEFAULT_wxUSE_PROFILE":-$defaultval}"
5287
5288 fi
5289
5290
5291 eval "$wx_cv_use_profile"
5292
5293 if test x"$enablestring" = xdisable; then
5294 if test $wxUSE_PROFILE = no; then
5295 result=yes
5296 else
5297 result=no
5298 fi
5299 else
5300 result=$wxUSE_PROFILE
5301 fi
5302
5303 { echo "$as_me:$LINENO: result: $result" >&5
5304 echo "${ECHO_T}$result" >&6; }
5305
5306
5307 enablestring=
5308 defaultval=
5309 if test -z "$defaultval"; then
5310 if test x"$enablestring" = xdisable; then
5311 defaultval=yes
5312 else
5313 defaultval=no
5314 fi
5315 fi
5316
5317 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_rtti" >&5
5318 echo $ECHO_N "checking for --${enablestring:-enable}-no_rtti... $ECHO_C" >&6; }
5319 # Check whether --enable-no_rtti was given.
5320 if test "${enable_no_rtti+set}" = set; then
5321 enableval=$enable_no_rtti;
5322 if test "$enableval" = yes; then
5323 wx_cv_use_no_rtti='wxUSE_NO_RTTI=yes'
5324 else
5325 wx_cv_use_no_rtti='wxUSE_NO_RTTI=no'
5326 fi
5327
5328 else
5329
5330 wx_cv_use_no_rtti='wxUSE_NO_RTTI=${'DEFAULT_wxUSE_NO_RTTI":-$defaultval}"
5331
5332 fi
5333
5334
5335 eval "$wx_cv_use_no_rtti"
5336
5337 if test x"$enablestring" = xdisable; then
5338 if test $wxUSE_NO_RTTI = no; then
5339 result=yes
5340 else
5341 result=no
5342 fi
5343 else
5344 result=$wxUSE_NO_RTTI
5345 fi
5346
5347 { echo "$as_me:$LINENO: result: $result" >&5
5348 echo "${ECHO_T}$result" >&6; }
5349
5350
5351 enablestring=
5352 defaultval=
5353 if test -z "$defaultval"; then
5354 if test x"$enablestring" = xdisable; then
5355 defaultval=yes
5356 else
5357 defaultval=no
5358 fi
5359 fi
5360
5361 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_exceptions" >&5
5362 echo $ECHO_N "checking for --${enablestring:-enable}-no_exceptions... $ECHO_C" >&6; }
5363 # Check whether --enable-no_exceptions was given.
5364 if test "${enable_no_exceptions+set}" = set; then
5365 enableval=$enable_no_exceptions;
5366 if test "$enableval" = yes; then
5367 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=yes'
5368 else
5369 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=no'
5370 fi
5371
5372 else
5373
5374 wx_cv_use_no_exceptions='wxUSE_NO_EXCEPTIONS=${'DEFAULT_wxUSE_NO_EXCEPTIONS":-$defaultval}"
5375
5376 fi
5377
5378
5379 eval "$wx_cv_use_no_exceptions"
5380
5381 if test x"$enablestring" = xdisable; then
5382 if test $wxUSE_NO_EXCEPTIONS = no; then
5383 result=yes
5384 else
5385 result=no
5386 fi
5387 else
5388 result=$wxUSE_NO_EXCEPTIONS
5389 fi
5390
5391 { echo "$as_me:$LINENO: result: $result" >&5
5392 echo "${ECHO_T}$result" >&6; }
5393
5394
5395 enablestring=
5396 defaultval=
5397 if test -z "$defaultval"; then
5398 if test x"$enablestring" = xdisable; then
5399 defaultval=yes
5400 else
5401 defaultval=no
5402 fi
5403 fi
5404
5405 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-permissive" >&5
5406 echo $ECHO_N "checking for --${enablestring:-enable}-permissive... $ECHO_C" >&6; }
5407 # Check whether --enable-permissive was given.
5408 if test "${enable_permissive+set}" = set; then
5409 enableval=$enable_permissive;
5410 if test "$enableval" = yes; then
5411 wx_cv_use_permissive='wxUSE_PERMISSIVE=yes'
5412 else
5413 wx_cv_use_permissive='wxUSE_PERMISSIVE=no'
5414 fi
5415
5416 else
5417
5418 wx_cv_use_permissive='wxUSE_PERMISSIVE=${'DEFAULT_wxUSE_PERMISSIVE":-$defaultval}"
5419
5420 fi
5421
5422
5423 eval "$wx_cv_use_permissive"
5424
5425 if test x"$enablestring" = xdisable; then
5426 if test $wxUSE_PERMISSIVE = no; then
5427 result=yes
5428 else
5429 result=no
5430 fi
5431 else
5432 result=$wxUSE_PERMISSIVE
5433 fi
5434
5435 { echo "$as_me:$LINENO: result: $result" >&5
5436 echo "${ECHO_T}$result" >&6; }
5437
5438
5439 enablestring=
5440 defaultval=
5441 if test -z "$defaultval"; then
5442 if test x"$enablestring" = xdisable; then
5443 defaultval=yes
5444 else
5445 defaultval=no
5446 fi
5447 fi
5448
5449 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-no_deps" >&5
5450 echo $ECHO_N "checking for --${enablestring:-enable}-no_deps... $ECHO_C" >&6; }
5451 # Check whether --enable-no_deps was given.
5452 if test "${enable_no_deps+set}" = set; then
5453 enableval=$enable_no_deps;
5454 if test "$enableval" = yes; then
5455 wx_cv_use_no_deps='wxUSE_NO_DEPS=yes'
5456 else
5457 wx_cv_use_no_deps='wxUSE_NO_DEPS=no'
5458 fi
5459
5460 else
5461
5462 wx_cv_use_no_deps='wxUSE_NO_DEPS=${'DEFAULT_wxUSE_NO_DEPS":-$defaultval}"
5463
5464 fi
5465
5466
5467 eval "$wx_cv_use_no_deps"
5468
5469 if test x"$enablestring" = xdisable; then
5470 if test $wxUSE_NO_DEPS = no; then
5471 result=yes
5472 else
5473 result=no
5474 fi
5475 else
5476 result=$wxUSE_NO_DEPS
5477 fi
5478
5479 { echo "$as_me:$LINENO: result: $result" >&5
5480 echo "${ECHO_T}$result" >&6; }
5481
5482
5483 enablestring=disable
5484 defaultval=
5485 if test -z "$defaultval"; then
5486 if test x"$enablestring" = xdisable; then
5487 defaultval=yes
5488 else
5489 defaultval=no
5490 fi
5491 fi
5492
5493 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-vararg_macros" >&5
5494 echo $ECHO_N "checking for --${enablestring:-enable}-vararg_macros... $ECHO_C" >&6; }
5495 # Check whether --enable-vararg_macros was given.
5496 if test "${enable_vararg_macros+set}" = set; then
5497 enableval=$enable_vararg_macros;
5498 if test "$enableval" = yes; then
5499 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=yes'
5500 else
5501 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=no'
5502 fi
5503
5504 else
5505
5506 wx_cv_use_vararg_macros='wxUSE_VARARG_MACROS=${'DEFAULT_wxUSE_VARARG_MACROS":-$defaultval}"
5507
5508 fi
5509
5510
5511 eval "$wx_cv_use_vararg_macros"
5512
5513 if test x"$enablestring" = xdisable; then
5514 if test $wxUSE_VARARG_MACROS = no; then
5515 result=yes
5516 else
5517 result=no
5518 fi
5519 else
5520 result=$wxUSE_VARARG_MACROS
5521 fi
5522
5523 { echo "$as_me:$LINENO: result: $result" >&5
5524 echo "${ECHO_T}$result" >&6; }
5525
5526
5527
5528 enablestring=
5529 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-universal_binary" >&5
5530 echo $ECHO_N "checking for --${enablestring:-enable}-universal_binary... $ECHO_C" >&6; }
5531 # Check whether --enable-universal_binary was given.
5532 if test "${enable_universal_binary+set}" = set; then
5533 enableval=$enable_universal_binary;
5534 wx_cv_use_universal_binary="wxUSE_UNIVERSAL_BINARY='$enableval'"
5535
5536 else
5537
5538 wx_cv_use_universal_binary='wxUSE_UNIVERSAL_BINARY='$DEFAULT_wxUSE_UNIVERSAL_BINARY
5539
5540 fi
5541
5542
5543 eval "$wx_cv_use_universal_binary"
5544
5545 { echo "$as_me:$LINENO: result: $wxUSE_UNIVERSAL_BINARY" >&5
5546 echo "${ECHO_T}$wxUSE_UNIVERSAL_BINARY" >&6; }
5547
5548
5549 enablestring=
5550 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-macosx_arch" >&5
5551 echo $ECHO_N "checking for --${enablestring:-enable}-macosx_arch... $ECHO_C" >&6; }
5552 # Check whether --enable-macosx_arch was given.
5553 if test "${enable_macosx_arch+set}" = set; then
5554 enableval=$enable_macosx_arch;
5555 wx_cv_use_macosx_arch="wxUSE_MAC_ARCH='$enableval'"
5556
5557 else
5558
5559 wx_cv_use_macosx_arch='wxUSE_MAC_ARCH='$DEFAULT_wxUSE_MAC_ARCH
5560
5561 fi
5562
5563
5564 eval "$wx_cv_use_macosx_arch"
5565
5566 { echo "$as_me:$LINENO: result: $wxUSE_MAC_ARCH" >&5
5567 echo "${ECHO_T}$wxUSE_MAC_ARCH" >&6; }
5568
5569
5570
5571 enablestring=
5572 defaultval=
5573 if test -z "$defaultval"; then
5574 if test x"$enablestring" = xdisable; then
5575 defaultval=yes
5576 else
5577 defaultval=no
5578 fi
5579 fi
5580
5581 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat26" >&5
5582 echo $ECHO_N "checking for --${enablestring:-enable}-compat26... $ECHO_C" >&6; }
5583 # Check whether --enable-compat26 was given.
5584 if test "${enable_compat26+set}" = set; then
5585 enableval=$enable_compat26;
5586 if test "$enableval" = yes; then
5587 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=yes'
5588 else
5589 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=no'
5590 fi
5591
5592 else
5593
5594 wx_cv_use_compat26='WXWIN_COMPATIBILITY_2_6=${'DEFAULT_WXWIN_COMPATIBILITY_2_6":-$defaultval}"
5595
5596 fi
5597
5598
5599 eval "$wx_cv_use_compat26"
5600
5601 if test x"$enablestring" = xdisable; then
5602 if test $WXWIN_COMPATIBILITY_2_6 = no; then
5603 result=yes
5604 else
5605 result=no
5606 fi
5607 else
5608 result=$WXWIN_COMPATIBILITY_2_6
5609 fi
5610
5611 { echo "$as_me:$LINENO: result: $result" >&5
5612 echo "${ECHO_T}$result" >&6; }
5613
5614
5615 enablestring=disable
5616 defaultval=
5617 if test -z "$defaultval"; then
5618 if test x"$enablestring" = xdisable; then
5619 defaultval=yes
5620 else
5621 defaultval=no
5622 fi
5623 fi
5624
5625 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-compat28" >&5
5626 echo $ECHO_N "checking for --${enablestring:-enable}-compat28... $ECHO_C" >&6; }
5627 # Check whether --enable-compat28 was given.
5628 if test "${enable_compat28+set}" = set; then
5629 enableval=$enable_compat28;
5630 if test "$enableval" = yes; then
5631 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=yes'
5632 else
5633 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=no'
5634 fi
5635
5636 else
5637
5638 wx_cv_use_compat28='WXWIN_COMPATIBILITY_2_8=${'DEFAULT_WXWIN_COMPATIBILITY_2_8":-$defaultval}"
5639
5640 fi
5641
5642
5643 eval "$wx_cv_use_compat28"
5644
5645 if test x"$enablestring" = xdisable; then
5646 if test $WXWIN_COMPATIBILITY_2_8 = no; then
5647 result=yes
5648 else
5649 result=no
5650 fi
5651 else
5652 result=$WXWIN_COMPATIBILITY_2_8
5653 fi
5654
5655 { echo "$as_me:$LINENO: result: $result" >&5
5656 echo "${ECHO_T}$result" >&6; }
5657
5658
5659
5660 enablestring=disable
5661 defaultval=
5662 if test -z "$defaultval"; then
5663 if test x"$enablestring" = xdisable; then
5664 defaultval=yes
5665 else
5666 defaultval=no
5667 fi
5668 fi
5669
5670 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rpath" >&5
5671 echo $ECHO_N "checking for --${enablestring:-enable}-rpath... $ECHO_C" >&6; }
5672 # Check whether --enable-rpath was given.
5673 if test "${enable_rpath+set}" = set; then
5674 enableval=$enable_rpath;
5675 if test "$enableval" = yes; then
5676 wx_cv_use_rpath='wxUSE_RPATH=yes'
5677 else
5678 wx_cv_use_rpath='wxUSE_RPATH=no'
5679 fi
5680
5681 else
5682
5683 wx_cv_use_rpath='wxUSE_RPATH=${'DEFAULT_wxUSE_RPATH":-$defaultval}"
5684
5685 fi
5686
5687
5688 eval "$wx_cv_use_rpath"
5689
5690 if test x"$enablestring" = xdisable; then
5691 if test $wxUSE_RPATH = no; then
5692 result=yes
5693 else
5694 result=no
5695 fi
5696 else
5697 result=$wxUSE_RPATH
5698 fi
5699
5700 { echo "$as_me:$LINENO: result: $result" >&5
5701 echo "${ECHO_T}$result" >&6; }
5702
5703
5704
5705 enablestring=
5706 defaultval=
5707 if test -z "$defaultval"; then
5708 if test x"$enablestring" = xdisable; then
5709 defaultval=yes
5710 else
5711 defaultval=no
5712 fi
5713 fi
5714
5715 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-objc_uniquifying" >&5
5716 echo $ECHO_N "checking for --${enablestring:-enable}-objc_uniquifying... $ECHO_C" >&6; }
5717 # Check whether --enable-objc_uniquifying was given.
5718 if test "${enable_objc_uniquifying+set}" = set; then
5719 enableval=$enable_objc_uniquifying;
5720 if test "$enableval" = yes; then
5721 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=yes'
5722 else
5723 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=no'
5724 fi
5725
5726 else
5727
5728 wx_cv_use_objc_uniquifying='wxUSE_OBJC_UNIQUIFYING=${'DEFAULT_wxUSE_OBJC_UNIQUIFYING":-$defaultval}"
5729
5730 fi
5731
5732
5733 eval "$wx_cv_use_objc_uniquifying"
5734
5735 if test x"$enablestring" = xdisable; then
5736 if test $wxUSE_OBJC_UNIQUIFYING = no; then
5737 result=yes
5738 else
5739 result=no
5740 fi
5741 else
5742 result=$wxUSE_OBJC_UNIQUIFYING
5743 fi
5744
5745 { echo "$as_me:$LINENO: result: $result" >&5
5746 echo "${ECHO_T}$result" >&6; }
5747
5748
5749
5750 enablestring=disable
5751 defaultval=
5752 if test -z "$defaultval"; then
5753 if test x"$enablestring" = xdisable; then
5754 defaultval=yes
5755 else
5756 defaultval=no
5757 fi
5758 fi
5759
5760 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-visibility" >&5
5761 echo $ECHO_N "checking for --${enablestring:-enable}-visibility... $ECHO_C" >&6; }
5762 # Check whether --enable-visibility was given.
5763 if test "${enable_visibility+set}" = set; then
5764 enableval=$enable_visibility;
5765 if test "$enableval" = yes; then
5766 wx_cv_use_visibility='wxUSE_VISIBILITY=yes'
5767 else
5768 wx_cv_use_visibility='wxUSE_VISIBILITY=no'
5769 fi
5770
5771 else
5772
5773 wx_cv_use_visibility='wxUSE_VISIBILITY=${'DEFAULT_wxUSE_VISIBILITY":-$defaultval}"
5774
5775 fi
5776
5777
5778 eval "$wx_cv_use_visibility"
5779
5780 if test x"$enablestring" = xdisable; then
5781 if test $wxUSE_VISIBILITY = no; then
5782 result=yes
5783 else
5784 result=no
5785 fi
5786 else
5787 result=$wxUSE_VISIBILITY
5788 fi
5789
5790 { echo "$as_me:$LINENO: result: $result" >&5
5791 echo "${ECHO_T}$result" >&6; }
5792
5793
5794 enablestring=disable
5795 defaultval=
5796 if test -z "$defaultval"; then
5797 if test x"$enablestring" = xdisable; then
5798 defaultval=yes
5799 else
5800 defaultval=no
5801 fi
5802 fi
5803
5804 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tls" >&5
5805 echo $ECHO_N "checking for --${enablestring:-enable}-tls... $ECHO_C" >&6; }
5806 # Check whether --enable-tls was given.
5807 if test "${enable_tls+set}" = set; then
5808 enableval=$enable_tls;
5809 if test "$enableval" = yes; then
5810 wx_cv_use_tls='wxUSE_COMPILER_TLS=yes'
5811 else
5812 wx_cv_use_tls='wxUSE_COMPILER_TLS=no'
5813 fi
5814
5815 else
5816
5817 wx_cv_use_tls='wxUSE_COMPILER_TLS=${'DEFAULT_wxUSE_COMPILER_TLS":-$defaultval}"
5818
5819 fi
5820
5821
5822 eval "$wx_cv_use_tls"
5823
5824 if test x"$enablestring" = xdisable; then
5825 if test $wxUSE_COMPILER_TLS = no; then
5826 result=yes
5827 else
5828 result=no
5829 fi
5830 else
5831 result=$wxUSE_COMPILER_TLS
5832 fi
5833
5834 { echo "$as_me:$LINENO: result: $result" >&5
5835 echo "${ECHO_T}$result" >&6; }
5836
5837
5838
5839
5840 enablestring=
5841 defaultval=$wxUSE_ALL_FEATURES
5842 if test -z "$defaultval"; then
5843 if test x"$enablestring" = xdisable; then
5844 defaultval=yes
5845 else
5846 defaultval=no
5847 fi
5848 fi
5849
5850 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-intl" >&5
5851 echo $ECHO_N "checking for --${enablestring:-enable}-intl... $ECHO_C" >&6; }
5852 # Check whether --enable-intl was given.
5853 if test "${enable_intl+set}" = set; then
5854 enableval=$enable_intl;
5855 if test "$enableval" = yes; then
5856 wx_cv_use_intl='wxUSE_INTL=yes'
5857 else
5858 wx_cv_use_intl='wxUSE_INTL=no'
5859 fi
5860
5861 else
5862
5863 wx_cv_use_intl='wxUSE_INTL=${'DEFAULT_wxUSE_INTL":-$defaultval}"
5864
5865 fi
5866
5867
5868 eval "$wx_cv_use_intl"
5869
5870 if test x"$enablestring" = xdisable; then
5871 if test $wxUSE_INTL = no; then
5872 result=yes
5873 else
5874 result=no
5875 fi
5876 else
5877 result=$wxUSE_INTL
5878 fi
5879
5880 { echo "$as_me:$LINENO: result: $result" >&5
5881 echo "${ECHO_T}$result" >&6; }
5882
5883
5884 enablestring=
5885 defaultval=$wxUSE_ALL_FEATURES
5886 if test -z "$defaultval"; then
5887 if test x"$enablestring" = xdisable; then
5888 defaultval=yes
5889 else
5890 defaultval=no
5891 fi
5892 fi
5893
5894 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xlocale" >&5
5895 echo $ECHO_N "checking for --${enablestring:-enable}-xlocale... $ECHO_C" >&6; }
5896 # Check whether --enable-xlocale was given.
5897 if test "${enable_xlocale+set}" = set; then
5898 enableval=$enable_xlocale;
5899 if test "$enableval" = yes; then
5900 wx_cv_use_xlocale='wxUSE_XLOCALE=yes'
5901 else
5902 wx_cv_use_xlocale='wxUSE_XLOCALE=no'
5903 fi
5904
5905 else
5906
5907 wx_cv_use_xlocale='wxUSE_XLOCALE=${'DEFAULT_wxUSE_XLOCALE":-$defaultval}"
5908
5909 fi
5910
5911
5912 eval "$wx_cv_use_xlocale"
5913
5914 if test x"$enablestring" = xdisable; then
5915 if test $wxUSE_XLOCALE = no; then
5916 result=yes
5917 else
5918 result=no
5919 fi
5920 else
5921 result=$wxUSE_XLOCALE
5922 fi
5923
5924 { echo "$as_me:$LINENO: result: $result" >&5
5925 echo "${ECHO_T}$result" >&6; }
5926
5927
5928 enablestring=
5929 defaultval=$wxUSE_ALL_FEATURES
5930 if test -z "$defaultval"; then
5931 if test x"$enablestring" = xdisable; then
5932 defaultval=yes
5933 else
5934 defaultval=no
5935 fi
5936 fi
5937
5938 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-config" >&5
5939 echo $ECHO_N "checking for --${enablestring:-enable}-config... $ECHO_C" >&6; }
5940 # Check whether --enable-config was given.
5941 if test "${enable_config+set}" = set; then
5942 enableval=$enable_config;
5943 if test "$enableval" = yes; then
5944 wx_cv_use_config='wxUSE_CONFIG=yes'
5945 else
5946 wx_cv_use_config='wxUSE_CONFIG=no'
5947 fi
5948
5949 else
5950
5951 wx_cv_use_config='wxUSE_CONFIG=${'DEFAULT_wxUSE_CONFIG":-$defaultval}"
5952
5953 fi
5954
5955
5956 eval "$wx_cv_use_config"
5957
5958 if test x"$enablestring" = xdisable; then
5959 if test $wxUSE_CONFIG = no; then
5960 result=yes
5961 else
5962 result=no
5963 fi
5964 else
5965 result=$wxUSE_CONFIG
5966 fi
5967
5968 { echo "$as_me:$LINENO: result: $result" >&5
5969 echo "${ECHO_T}$result" >&6; }
5970
5971
5972
5973 enablestring=
5974 defaultval=$wxUSE_ALL_FEATURES
5975 if test -z "$defaultval"; then
5976 if test x"$enablestring" = xdisable; then
5977 defaultval=yes
5978 else
5979 defaultval=no
5980 fi
5981 fi
5982
5983 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocols" >&5
5984 echo $ECHO_N "checking for --${enablestring:-enable}-protocols... $ECHO_C" >&6; }
5985 # Check whether --enable-protocols was given.
5986 if test "${enable_protocols+set}" = set; then
5987 enableval=$enable_protocols;
5988 if test "$enableval" = yes; then
5989 wx_cv_use_protocols='wxUSE_PROTOCOL=yes'
5990 else
5991 wx_cv_use_protocols='wxUSE_PROTOCOL=no'
5992 fi
5993
5994 else
5995
5996 wx_cv_use_protocols='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
5997
5998 fi
5999
6000
6001 eval "$wx_cv_use_protocols"
6002
6003 if test x"$enablestring" = xdisable; then
6004 if test $wxUSE_PROTOCOL = no; then
6005 result=yes
6006 else
6007 result=no
6008 fi
6009 else
6010 result=$wxUSE_PROTOCOL
6011 fi
6012
6013 { echo "$as_me:$LINENO: result: $result" >&5
6014 echo "${ECHO_T}$result" >&6; }
6015
6016
6017 enablestring=
6018 defaultval=$wxUSE_ALL_FEATURES
6019 if test -z "$defaultval"; then
6020 if test x"$enablestring" = xdisable; then
6021 defaultval=yes
6022 else
6023 defaultval=no
6024 fi
6025 fi
6026
6027 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ftp" >&5
6028 echo $ECHO_N "checking for --${enablestring:-enable}-ftp... $ECHO_C" >&6; }
6029 # Check whether --enable-ftp was given.
6030 if test "${enable_ftp+set}" = set; then
6031 enableval=$enable_ftp;
6032 if test "$enableval" = yes; then
6033 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=yes'
6034 else
6035 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=no'
6036 fi
6037
6038 else
6039
6040 wx_cv_use_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
6041
6042 fi
6043
6044
6045 eval "$wx_cv_use_ftp"
6046
6047 if test x"$enablestring" = xdisable; then
6048 if test $wxUSE_PROTOCOL_FTP = no; then
6049 result=yes
6050 else
6051 result=no
6052 fi
6053 else
6054 result=$wxUSE_PROTOCOL_FTP
6055 fi
6056
6057 { echo "$as_me:$LINENO: result: $result" >&5
6058 echo "${ECHO_T}$result" >&6; }
6059
6060
6061 enablestring=
6062 defaultval=$wxUSE_ALL_FEATURES
6063 if test -z "$defaultval"; then
6064 if test x"$enablestring" = xdisable; then
6065 defaultval=yes
6066 else
6067 defaultval=no
6068 fi
6069 fi
6070
6071 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-http" >&5
6072 echo $ECHO_N "checking for --${enablestring:-enable}-http... $ECHO_C" >&6; }
6073 # Check whether --enable-http was given.
6074 if test "${enable_http+set}" = set; then
6075 enableval=$enable_http;
6076 if test "$enableval" = yes; then
6077 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=yes'
6078 else
6079 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=no'
6080 fi
6081
6082 else
6083
6084 wx_cv_use_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
6085
6086 fi
6087
6088
6089 eval "$wx_cv_use_http"
6090
6091 if test x"$enablestring" = xdisable; then
6092 if test $wxUSE_PROTOCOL_HTTP = no; then
6093 result=yes
6094 else
6095 result=no
6096 fi
6097 else
6098 result=$wxUSE_PROTOCOL_HTTP
6099 fi
6100
6101 { echo "$as_me:$LINENO: result: $result" >&5
6102 echo "${ECHO_T}$result" >&6; }
6103
6104
6105 enablestring=
6106 defaultval=$wxUSE_ALL_FEATURES
6107 if test -z "$defaultval"; then
6108 if test x"$enablestring" = xdisable; then
6109 defaultval=yes
6110 else
6111 defaultval=no
6112 fi
6113 fi
6114
6115 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fileproto" >&5
6116 echo $ECHO_N "checking for --${enablestring:-enable}-fileproto... $ECHO_C" >&6; }
6117 # Check whether --enable-fileproto was given.
6118 if test "${enable_fileproto+set}" = set; then
6119 enableval=$enable_fileproto;
6120 if test "$enableval" = yes; then
6121 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=yes'
6122 else
6123 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=no'
6124 fi
6125
6126 else
6127
6128 wx_cv_use_fileproto='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
6129
6130 fi
6131
6132
6133 eval "$wx_cv_use_fileproto"
6134
6135 if test x"$enablestring" = xdisable; then
6136 if test $wxUSE_PROTOCOL_FILE = no; then
6137 result=yes
6138 else
6139 result=no
6140 fi
6141 else
6142 result=$wxUSE_PROTOCOL_FILE
6143 fi
6144
6145 { echo "$as_me:$LINENO: result: $result" >&5
6146 echo "${ECHO_T}$result" >&6; }
6147
6148
6149 enablestring=
6150 defaultval=$wxUSE_ALL_FEATURES
6151 if test -z "$defaultval"; then
6152 if test x"$enablestring" = xdisable; then
6153 defaultval=yes
6154 else
6155 defaultval=no
6156 fi
6157 fi
6158
6159 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sockets" >&5
6160 echo $ECHO_N "checking for --${enablestring:-enable}-sockets... $ECHO_C" >&6; }
6161 # Check whether --enable-sockets was given.
6162 if test "${enable_sockets+set}" = set; then
6163 enableval=$enable_sockets;
6164 if test "$enableval" = yes; then
6165 wx_cv_use_sockets='wxUSE_SOCKETS=yes'
6166 else
6167 wx_cv_use_sockets='wxUSE_SOCKETS=no'
6168 fi
6169
6170 else
6171
6172 wx_cv_use_sockets='wxUSE_SOCKETS=${'DEFAULT_wxUSE_SOCKETS":-$defaultval}"
6173
6174 fi
6175
6176
6177 eval "$wx_cv_use_sockets"
6178
6179 if test x"$enablestring" = xdisable; then
6180 if test $wxUSE_SOCKETS = no; then
6181 result=yes
6182 else
6183 result=no
6184 fi
6185 else
6186 result=$wxUSE_SOCKETS
6187 fi
6188
6189 { echo "$as_me:$LINENO: result: $result" >&5
6190 echo "${ECHO_T}$result" >&6; }
6191
6192
6193 enablestring=
6194 defaultval=$wxUSE_ALL_FEATURES
6195 if test -z "$defaultval"; then
6196 if test x"$enablestring" = xdisable; then
6197 defaultval=yes
6198 else
6199 defaultval=no
6200 fi
6201 fi
6202
6203 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipv6" >&5
6204 echo $ECHO_N "checking for --${enablestring:-enable}-ipv6... $ECHO_C" >&6; }
6205 # Check whether --enable-ipv6 was given.
6206 if test "${enable_ipv6+set}" = set; then
6207 enableval=$enable_ipv6;
6208 if test "$enableval" = yes; then
6209 wx_cv_use_ipv6='wxUSE_IPV6=yes'
6210 else
6211 wx_cv_use_ipv6='wxUSE_IPV6=no'
6212 fi
6213
6214 else
6215
6216 wx_cv_use_ipv6='wxUSE_IPV6=${'DEFAULT_wxUSE_IPV6":-$defaultval}"
6217
6218 fi
6219
6220
6221 eval "$wx_cv_use_ipv6"
6222
6223 if test x"$enablestring" = xdisable; then
6224 if test $wxUSE_IPV6 = no; then
6225 result=yes
6226 else
6227 result=no
6228 fi
6229 else
6230 result=$wxUSE_IPV6
6231 fi
6232
6233 { echo "$as_me:$LINENO: result: $result" >&5
6234 echo "${ECHO_T}$result" >&6; }
6235
6236
6237 enablestring=
6238 defaultval=$wxUSE_ALL_FEATURES
6239 if test -z "$defaultval"; then
6240 if test x"$enablestring" = xdisable; then
6241 defaultval=yes
6242 else
6243 defaultval=no
6244 fi
6245 fi
6246
6247 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ole" >&5
6248 echo $ECHO_N "checking for --${enablestring:-enable}-ole... $ECHO_C" >&6; }
6249 # Check whether --enable-ole was given.
6250 if test "${enable_ole+set}" = set; then
6251 enableval=$enable_ole;
6252 if test "$enableval" = yes; then
6253 wx_cv_use_ole='wxUSE_OLE=yes'
6254 else
6255 wx_cv_use_ole='wxUSE_OLE=no'
6256 fi
6257
6258 else
6259
6260 wx_cv_use_ole='wxUSE_OLE=${'DEFAULT_wxUSE_OLE":-$defaultval}"
6261
6262 fi
6263
6264
6265 eval "$wx_cv_use_ole"
6266
6267 if test x"$enablestring" = xdisable; then
6268 if test $wxUSE_OLE = no; then
6269 result=yes
6270 else
6271 result=no
6272 fi
6273 else
6274 result=$wxUSE_OLE
6275 fi
6276
6277 { echo "$as_me:$LINENO: result: $result" >&5
6278 echo "${ECHO_T}$result" >&6; }
6279
6280
6281 enablestring=
6282 defaultval=$wxUSE_ALL_FEATURES
6283 if test -z "$defaultval"; then
6284 if test x"$enablestring" = xdisable; then
6285 defaultval=yes
6286 else
6287 defaultval=no
6288 fi
6289 fi
6290
6291 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataobj" >&5
6292 echo $ECHO_N "checking for --${enablestring:-enable}-dataobj... $ECHO_C" >&6; }
6293 # Check whether --enable-dataobj was given.
6294 if test "${enable_dataobj+set}" = set; then
6295 enableval=$enable_dataobj;
6296 if test "$enableval" = yes; then
6297 wx_cv_use_dataobj='wxUSE_DATAOBJ=yes'
6298 else
6299 wx_cv_use_dataobj='wxUSE_DATAOBJ=no'
6300 fi
6301
6302 else
6303
6304 wx_cv_use_dataobj='wxUSE_DATAOBJ=${'DEFAULT_wxUSE_DATAOBJ":-$defaultval}"
6305
6306 fi
6307
6308
6309 eval "$wx_cv_use_dataobj"
6310
6311 if test x"$enablestring" = xdisable; then
6312 if test $wxUSE_DATAOBJ = no; then
6313 result=yes
6314 else
6315 result=no
6316 fi
6317 else
6318 result=$wxUSE_DATAOBJ
6319 fi
6320
6321 { echo "$as_me:$LINENO: result: $result" >&5
6322 echo "${ECHO_T}$result" >&6; }
6323
6324
6325
6326 enablestring=
6327 defaultval=$wxUSE_ALL_FEATURES
6328 if test -z "$defaultval"; then
6329 if test x"$enablestring" = xdisable; then
6330 defaultval=yes
6331 else
6332 defaultval=no
6333 fi
6334 fi
6335
6336 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ipc" >&5
6337 echo $ECHO_N "checking for --${enablestring:-enable}-ipc... $ECHO_C" >&6; }
6338 # Check whether --enable-ipc was given.
6339 if test "${enable_ipc+set}" = set; then
6340 enableval=$enable_ipc;
6341 if test "$enableval" = yes; then
6342 wx_cv_use_ipc='wxUSE_IPC=yes'
6343 else
6344 wx_cv_use_ipc='wxUSE_IPC=no'
6345 fi
6346
6347 else
6348
6349 wx_cv_use_ipc='wxUSE_IPC=${'DEFAULT_wxUSE_IPC":-$defaultval}"
6350
6351 fi
6352
6353
6354 eval "$wx_cv_use_ipc"
6355
6356 if test x"$enablestring" = xdisable; then
6357 if test $wxUSE_IPC = no; then
6358 result=yes
6359 else
6360 result=no
6361 fi
6362 else
6363 result=$wxUSE_IPC
6364 fi
6365
6366 { echo "$as_me:$LINENO: result: $result" >&5
6367 echo "${ECHO_T}$result" >&6; }
6368
6369
6370
6371 enablestring=
6372 defaultval=$wxUSE_ALL_FEATURES
6373 if test -z "$defaultval"; then
6374 if test x"$enablestring" = xdisable; then
6375 defaultval=yes
6376 else
6377 defaultval=no
6378 fi
6379 fi
6380
6381 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-baseevtloop" >&5
6382 echo $ECHO_N "checking for --${enablestring:-enable}-baseevtloop... $ECHO_C" >&6; }
6383 # Check whether --enable-baseevtloop was given.
6384 if test "${enable_baseevtloop+set}" = set; then
6385 enableval=$enable_baseevtloop;
6386 if test "$enableval" = yes; then
6387 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=yes'
6388 else
6389 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=no'
6390 fi
6391
6392 else
6393
6394 wx_cv_use_baseevtloop='wxUSE_CONSOLE_EVENTLOOP=${'DEFAULT_wxUSE_CONSOLE_EVENTLOOP":-$defaultval}"
6395
6396 fi
6397
6398
6399 eval "$wx_cv_use_baseevtloop"
6400
6401 if test x"$enablestring" = xdisable; then
6402 if test $wxUSE_CONSOLE_EVENTLOOP = no; then
6403 result=yes
6404 else
6405 result=no
6406 fi
6407 else
6408 result=$wxUSE_CONSOLE_EVENTLOOP
6409 fi
6410
6411 { echo "$as_me:$LINENO: result: $result" >&5
6412 echo "${ECHO_T}$result" >&6; }
6413
6414
6415 enablestring=
6416 defaultval=$wxUSE_ALL_FEATURES
6417 if test -z "$defaultval"; then
6418 if test x"$enablestring" = xdisable; then
6419 defaultval=yes
6420 else
6421 defaultval=no
6422 fi
6423 fi
6424
6425 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-epollloop" >&5
6426 echo $ECHO_N "checking for --${enablestring:-enable}-epollloop... $ECHO_C" >&6; }
6427 # Check whether --enable-epollloop was given.
6428 if test "${enable_epollloop+set}" = set; then
6429 enableval=$enable_epollloop;
6430 if test "$enableval" = yes; then
6431 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=yes'
6432 else
6433 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=no'
6434 fi
6435
6436 else
6437
6438 wx_cv_use_epollloop='wxUSE_EPOLL_DISPATCHER=${'DEFAULT_wxUSE_EPOLL_DISPATCHER":-$defaultval}"
6439
6440 fi
6441
6442
6443 eval "$wx_cv_use_epollloop"
6444
6445 if test x"$enablestring" = xdisable; then
6446 if test $wxUSE_EPOLL_DISPATCHER = no; then
6447 result=yes
6448 else
6449 result=no
6450 fi
6451 else
6452 result=$wxUSE_EPOLL_DISPATCHER
6453 fi
6454
6455 { echo "$as_me:$LINENO: result: $result" >&5
6456 echo "${ECHO_T}$result" >&6; }
6457
6458
6459 enablestring=
6460 defaultval=$wxUSE_ALL_FEATURES
6461 if test -z "$defaultval"; then
6462 if test x"$enablestring" = xdisable; then
6463 defaultval=yes
6464 else
6465 defaultval=no
6466 fi
6467 fi
6468
6469 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-selectloop" >&5
6470 echo $ECHO_N "checking for --${enablestring:-enable}-selectloop... $ECHO_C" >&6; }
6471 # Check whether --enable-selectloop was given.
6472 if test "${enable_selectloop+set}" = set; then
6473 enableval=$enable_selectloop;
6474 if test "$enableval" = yes; then
6475 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=yes'
6476 else
6477 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=no'
6478 fi
6479
6480 else
6481
6482 wx_cv_use_selectloop='wxUSE_SELECT_DISPATCHER=${'DEFAULT_wxUSE_SELECT_DISPATCHER":-$defaultval}"
6483
6484 fi
6485
6486
6487 eval "$wx_cv_use_selectloop"
6488
6489 if test x"$enablestring" = xdisable; then
6490 if test $wxUSE_SELECT_DISPATCHER = no; then
6491 result=yes
6492 else
6493 result=no
6494 fi
6495 else
6496 result=$wxUSE_SELECT_DISPATCHER
6497 fi
6498
6499 { echo "$as_me:$LINENO: result: $result" >&5
6500 echo "${ECHO_T}$result" >&6; }
6501
6502
6503
6504 enablestring=
6505 defaultval=$wxUSE_ALL_FEATURES
6506 if test -z "$defaultval"; then
6507 if test x"$enablestring" = xdisable; then
6508 defaultval=yes
6509 else
6510 defaultval=no
6511 fi
6512 fi
6513
6514 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-any" >&5
6515 echo $ECHO_N "checking for --${enablestring:-enable}-any... $ECHO_C" >&6; }
6516 # Check whether --enable-any was given.
6517 if test "${enable_any+set}" = set; then
6518 enableval=$enable_any;
6519 if test "$enableval" = yes; then
6520 wx_cv_use_any='wxUSE_ANY=yes'
6521 else
6522 wx_cv_use_any='wxUSE_ANY=no'
6523 fi
6524
6525 else
6526
6527 wx_cv_use_any='wxUSE_ANY=${'DEFAULT_wxUSE_ANY":-$defaultval}"
6528
6529 fi
6530
6531
6532 eval "$wx_cv_use_any"
6533
6534 if test x"$enablestring" = xdisable; then
6535 if test $wxUSE_ANY = no; then
6536 result=yes
6537 else
6538 result=no
6539 fi
6540 else
6541 result=$wxUSE_ANY
6542 fi
6543
6544 { echo "$as_me:$LINENO: result: $result" >&5
6545 echo "${ECHO_T}$result" >&6; }
6546
6547
6548 enablestring=
6549 defaultval=$wxUSE_ALL_FEATURES
6550 if test -z "$defaultval"; then
6551 if test x"$enablestring" = xdisable; then
6552 defaultval=yes
6553 else
6554 defaultval=no
6555 fi
6556 fi
6557
6558 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-apple_ieee" >&5
6559 echo $ECHO_N "checking for --${enablestring:-enable}-apple_ieee... $ECHO_C" >&6; }
6560 # Check whether --enable-apple_ieee was given.
6561 if test "${enable_apple_ieee+set}" = set; then
6562 enableval=$enable_apple_ieee;
6563 if test "$enableval" = yes; then
6564 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=yes'
6565 else
6566 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=no'
6567 fi
6568
6569 else
6570
6571 wx_cv_use_apple_ieee='wxUSE_APPLE_IEEE=${'DEFAULT_wxUSE_APPLE_IEEE":-$defaultval}"
6572
6573 fi
6574
6575
6576 eval "$wx_cv_use_apple_ieee"
6577
6578 if test x"$enablestring" = xdisable; then
6579 if test $wxUSE_APPLE_IEEE = no; then
6580 result=yes
6581 else
6582 result=no
6583 fi
6584 else
6585 result=$wxUSE_APPLE_IEEE
6586 fi
6587
6588 { echo "$as_me:$LINENO: result: $result" >&5
6589 echo "${ECHO_T}$result" >&6; }
6590
6591
6592 enablestring=
6593 defaultval=$wxUSE_ALL_FEATURES
6594 if test -z "$defaultval"; then
6595 if test x"$enablestring" = xdisable; then
6596 defaultval=yes
6597 else
6598 defaultval=no
6599 fi
6600 fi
6601
6602 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arcstream" >&5
6603 echo $ECHO_N "checking for --${enablestring:-enable}-arcstream... $ECHO_C" >&6; }
6604 # Check whether --enable-arcstream was given.
6605 if test "${enable_arcstream+set}" = set; then
6606 enableval=$enable_arcstream;
6607 if test "$enableval" = yes; then
6608 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=yes'
6609 else
6610 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=no'
6611 fi
6612
6613 else
6614
6615 wx_cv_use_arcstream='wxUSE_ARCHIVE_STREAMS=${'DEFAULT_wxUSE_ARCHIVE_STREAMS":-$defaultval}"
6616
6617 fi
6618
6619
6620 eval "$wx_cv_use_arcstream"
6621
6622 if test x"$enablestring" = xdisable; then
6623 if test $wxUSE_ARCHIVE_STREAMS = no; then
6624 result=yes
6625 else
6626 result=no
6627 fi
6628 else
6629 result=$wxUSE_ARCHIVE_STREAMS
6630 fi
6631
6632 { echo "$as_me:$LINENO: result: $result" >&5
6633 echo "${ECHO_T}$result" >&6; }
6634
6635
6636 enablestring=
6637 defaultval=$wxUSE_ALL_FEATURES
6638 if test -z "$defaultval"; then
6639 if test x"$enablestring" = xdisable; then
6640 defaultval=yes
6641 else
6642 defaultval=no
6643 fi
6644 fi
6645
6646 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-base64" >&5
6647 echo $ECHO_N "checking for --${enablestring:-enable}-base64... $ECHO_C" >&6; }
6648 # Check whether --enable-base64 was given.
6649 if test "${enable_base64+set}" = set; then
6650 enableval=$enable_base64;
6651 if test "$enableval" = yes; then
6652 wx_cv_use_base64='wxUSE_BASE64=yes'
6653 else
6654 wx_cv_use_base64='wxUSE_BASE64=no'
6655 fi
6656
6657 else
6658
6659 wx_cv_use_base64='wxUSE_BASE64=${'DEFAULT_wxUSE_BASE64":-$defaultval}"
6660
6661 fi
6662
6663
6664 eval "$wx_cv_use_base64"
6665
6666 if test x"$enablestring" = xdisable; then
6667 if test $wxUSE_BASE64 = no; then
6668 result=yes
6669 else
6670 result=no
6671 fi
6672 else
6673 result=$wxUSE_BASE64
6674 fi
6675
6676 { echo "$as_me:$LINENO: result: $result" >&5
6677 echo "${ECHO_T}$result" >&6; }
6678
6679
6680 enablestring=
6681 defaultval=$wxUSE_ALL_FEATURES
6682 if test -z "$defaultval"; then
6683 if test x"$enablestring" = xdisable; then
6684 defaultval=yes
6685 else
6686 defaultval=no
6687 fi
6688 fi
6689
6690 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-backtrace" >&5
6691 echo $ECHO_N "checking for --${enablestring:-enable}-backtrace... $ECHO_C" >&6; }
6692 # Check whether --enable-backtrace was given.
6693 if test "${enable_backtrace+set}" = set; then
6694 enableval=$enable_backtrace;
6695 if test "$enableval" = yes; then
6696 wx_cv_use_backtrace='wxUSE_STACKWALKER=yes'
6697 else
6698 wx_cv_use_backtrace='wxUSE_STACKWALKER=no'
6699 fi
6700
6701 else
6702
6703 wx_cv_use_backtrace='wxUSE_STACKWALKER=${'DEFAULT_wxUSE_STACKWALKER":-$defaultval}"
6704
6705 fi
6706
6707
6708 eval "$wx_cv_use_backtrace"
6709
6710 if test x"$enablestring" = xdisable; then
6711 if test $wxUSE_STACKWALKER = no; then
6712 result=yes
6713 else
6714 result=no
6715 fi
6716 else
6717 result=$wxUSE_STACKWALKER
6718 fi
6719
6720 { echo "$as_me:$LINENO: result: $result" >&5
6721 echo "${ECHO_T}$result" >&6; }
6722
6723
6724 enablestring=
6725 defaultval=$wxUSE_ALL_FEATURES
6726 if test -z "$defaultval"; then
6727 if test x"$enablestring" = xdisable; then
6728 defaultval=yes
6729 else
6730 defaultval=no
6731 fi
6732 fi
6733
6734 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-catch_segvs" >&5
6735 echo $ECHO_N "checking for --${enablestring:-enable}-catch_segvs... $ECHO_C" >&6; }
6736 # Check whether --enable-catch_segvs was given.
6737 if test "${enable_catch_segvs+set}" = set; then
6738 enableval=$enable_catch_segvs;
6739 if test "$enableval" = yes; then
6740 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=yes'
6741 else
6742 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=no'
6743 fi
6744
6745 else
6746
6747 wx_cv_use_catch_segvs='wxUSE_ON_FATAL_EXCEPTION=${'DEFAULT_wxUSE_ON_FATAL_EXCEPTION":-$defaultval}"
6748
6749 fi
6750
6751
6752 eval "$wx_cv_use_catch_segvs"
6753
6754 if test x"$enablestring" = xdisable; then
6755 if test $wxUSE_ON_FATAL_EXCEPTION = no; then
6756 result=yes
6757 else
6758 result=no
6759 fi
6760 else
6761 result=$wxUSE_ON_FATAL_EXCEPTION
6762 fi
6763
6764 { echo "$as_me:$LINENO: result: $result" >&5
6765 echo "${ECHO_T}$result" >&6; }
6766
6767
6768 enablestring=
6769 defaultval=$wxUSE_ALL_FEATURES
6770 if test -z "$defaultval"; then
6771 if test x"$enablestring" = xdisable; then
6772 defaultval=yes
6773 else
6774 defaultval=no
6775 fi
6776 fi
6777
6778 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-cmdline" >&5
6779 echo $ECHO_N "checking for --${enablestring:-enable}-cmdline... $ECHO_C" >&6; }
6780 # Check whether --enable-cmdline was given.
6781 if test "${enable_cmdline+set}" = set; then
6782 enableval=$enable_cmdline;
6783 if test "$enableval" = yes; then
6784 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=yes'
6785 else
6786 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=no'
6787 fi
6788
6789 else
6790
6791 wx_cv_use_cmdline='wxUSE_CMDLINE_PARSER=${'DEFAULT_wxUSE_CMDLINE_PARSER":-$defaultval}"
6792
6793 fi
6794
6795
6796 eval "$wx_cv_use_cmdline"
6797
6798 if test x"$enablestring" = xdisable; then
6799 if test $wxUSE_CMDLINE_PARSER = no; then
6800 result=yes
6801 else
6802 result=no
6803 fi
6804 else
6805 result=$wxUSE_CMDLINE_PARSER
6806 fi
6807
6808 { echo "$as_me:$LINENO: result: $result" >&5
6809 echo "${ECHO_T}$result" >&6; }
6810
6811
6812 enablestring=
6813 defaultval=$wxUSE_ALL_FEATURES
6814 if test -z "$defaultval"; then
6815 if test x"$enablestring" = xdisable; then
6816 defaultval=yes
6817 else
6818 defaultval=no
6819 fi
6820 fi
6821
6822 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datetime" >&5
6823 echo $ECHO_N "checking for --${enablestring:-enable}-datetime... $ECHO_C" >&6; }
6824 # Check whether --enable-datetime was given.
6825 if test "${enable_datetime+set}" = set; then
6826 enableval=$enable_datetime;
6827 if test "$enableval" = yes; then
6828 wx_cv_use_datetime='wxUSE_DATETIME=yes'
6829 else
6830 wx_cv_use_datetime='wxUSE_DATETIME=no'
6831 fi
6832
6833 else
6834
6835 wx_cv_use_datetime='wxUSE_DATETIME=${'DEFAULT_wxUSE_DATETIME":-$defaultval}"
6836
6837 fi
6838
6839
6840 eval "$wx_cv_use_datetime"
6841
6842 if test x"$enablestring" = xdisable; then
6843 if test $wxUSE_DATETIME = no; then
6844 result=yes
6845 else
6846 result=no
6847 fi
6848 else
6849 result=$wxUSE_DATETIME
6850 fi
6851
6852 { echo "$as_me:$LINENO: result: $result" >&5
6853 echo "${ECHO_T}$result" >&6; }
6854
6855
6856 enablestring=
6857 defaultval=$wxUSE_ALL_FEATURES
6858 if test -z "$defaultval"; then
6859 if test x"$enablestring" = xdisable; then
6860 defaultval=yes
6861 else
6862 defaultval=no
6863 fi
6864 fi
6865
6866 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-debugreport" >&5
6867 echo $ECHO_N "checking for --${enablestring:-enable}-debugreport... $ECHO_C" >&6; }
6868 # Check whether --enable-debugreport was given.
6869 if test "${enable_debugreport+set}" = set; then
6870 enableval=$enable_debugreport;
6871 if test "$enableval" = yes; then
6872 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=yes'
6873 else
6874 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=no'
6875 fi
6876
6877 else
6878
6879 wx_cv_use_debugreport='wxUSE_DEBUGREPORT=${'DEFAULT_wxUSE_DEBUGREPORT":-$defaultval}"
6880
6881 fi
6882
6883
6884 eval "$wx_cv_use_debugreport"
6885
6886 if test x"$enablestring" = xdisable; then
6887 if test $wxUSE_DEBUGREPORT = no; then
6888 result=yes
6889 else
6890 result=no
6891 fi
6892 else
6893 result=$wxUSE_DEBUGREPORT
6894 fi
6895
6896 { echo "$as_me:$LINENO: result: $result" >&5
6897 echo "${ECHO_T}$result" >&6; }
6898
6899
6900 enablestring=
6901 defaultval=$wxUSE_ALL_FEATURES
6902 if test -z "$defaultval"; then
6903 if test x"$enablestring" = xdisable; then
6904 defaultval=yes
6905 else
6906 defaultval=no
6907 fi
6908 fi
6909
6910 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dialupman" >&5
6911 echo $ECHO_N "checking for --${enablestring:-enable}-dialupman... $ECHO_C" >&6; }
6912 # Check whether --enable-dialupman was given.
6913 if test "${enable_dialupman+set}" = set; then
6914 enableval=$enable_dialupman;
6915 if test "$enableval" = yes; then
6916 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=yes'
6917 else
6918 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=no'
6919 fi
6920
6921 else
6922
6923 wx_cv_use_dialupman='wxUSE_DIALUP_MANAGER=${'DEFAULT_wxUSE_DIALUP_MANAGER":-$defaultval}"
6924
6925 fi
6926
6927
6928 eval "$wx_cv_use_dialupman"
6929
6930 if test x"$enablestring" = xdisable; then
6931 if test $wxUSE_DIALUP_MANAGER = no; then
6932 result=yes
6933 else
6934 result=no
6935 fi
6936 else
6937 result=$wxUSE_DIALUP_MANAGER
6938 fi
6939
6940 { echo "$as_me:$LINENO: result: $result" >&5
6941 echo "${ECHO_T}$result" >&6; }
6942
6943
6944 enablestring=
6945 defaultval=$wxUSE_ALL_FEATURES
6946 if test -z "$defaultval"; then
6947 if test x"$enablestring" = xdisable; then
6948 defaultval=yes
6949 else
6950 defaultval=no
6951 fi
6952 fi
6953
6954 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynlib" >&5
6955 echo $ECHO_N "checking for --${enablestring:-enable}-dynlib... $ECHO_C" >&6; }
6956 # Check whether --enable-dynlib was given.
6957 if test "${enable_dynlib+set}" = set; then
6958 enableval=$enable_dynlib;
6959 if test "$enableval" = yes; then
6960 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=yes'
6961 else
6962 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=no'
6963 fi
6964
6965 else
6966
6967 wx_cv_use_dynlib='wxUSE_DYNLIB_CLASS=${'DEFAULT_wxUSE_DYNLIB_CLASS":-$defaultval}"
6968
6969 fi
6970
6971
6972 eval "$wx_cv_use_dynlib"
6973
6974 if test x"$enablestring" = xdisable; then
6975 if test $wxUSE_DYNLIB_CLASS = no; then
6976 result=yes
6977 else
6978 result=no
6979 fi
6980 else
6981 result=$wxUSE_DYNLIB_CLASS
6982 fi
6983
6984 { echo "$as_me:$LINENO: result: $result" >&5
6985 echo "${ECHO_T}$result" >&6; }
6986
6987
6988 enablestring=
6989 defaultval=$wxUSE_ALL_FEATURES
6990 if test -z "$defaultval"; then
6991 if test x"$enablestring" = xdisable; then
6992 defaultval=yes
6993 else
6994 defaultval=no
6995 fi
6996 fi
6997
6998 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dynamicloader" >&5
6999 echo $ECHO_N "checking for --${enablestring:-enable}-dynamicloader... $ECHO_C" >&6; }
7000 # Check whether --enable-dynamicloader was given.
7001 if test "${enable_dynamicloader+set}" = set; then
7002 enableval=$enable_dynamicloader;
7003 if test "$enableval" = yes; then
7004 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=yes'
7005 else
7006 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=no'
7007 fi
7008
7009 else
7010
7011 wx_cv_use_dynamicloader='wxUSE_DYNAMIC_LOADER=${'DEFAULT_wxUSE_DYNAMIC_LOADER":-$defaultval}"
7012
7013 fi
7014
7015
7016 eval "$wx_cv_use_dynamicloader"
7017
7018 if test x"$enablestring" = xdisable; then
7019 if test $wxUSE_DYNAMIC_LOADER = no; then
7020 result=yes
7021 else
7022 result=no
7023 fi
7024 else
7025 result=$wxUSE_DYNAMIC_LOADER
7026 fi
7027
7028 { echo "$as_me:$LINENO: result: $result" >&5
7029 echo "${ECHO_T}$result" >&6; }
7030
7031
7032 enablestring=
7033 defaultval=$wxUSE_ALL_FEATURES
7034 if test -z "$defaultval"; then
7035 if test x"$enablestring" = xdisable; then
7036 defaultval=yes
7037 else
7038 defaultval=no
7039 fi
7040 fi
7041
7042 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-exceptions" >&5
7043 echo $ECHO_N "checking for --${enablestring:-enable}-exceptions... $ECHO_C" >&6; }
7044 # Check whether --enable-exceptions was given.
7045 if test "${enable_exceptions+set}" = set; then
7046 enableval=$enable_exceptions;
7047 if test "$enableval" = yes; then
7048 wx_cv_use_exceptions='wxUSE_EXCEPTIONS=yes'
7049 else
7050 wx_cv_use_exceptions='wxUSE_EXCEPTIONS=no'
7051 fi
7052
7053 else
7054
7055 wx_cv_use_exceptions='wxUSE_EXCEPTIONS=${'DEFAULT_wxUSE_EXCEPTIONS":-$defaultval}"
7056
7057 fi
7058
7059
7060 eval "$wx_cv_use_exceptions"
7061
7062 if test x"$enablestring" = xdisable; then
7063 if test $wxUSE_EXCEPTIONS = no; then
7064 result=yes
7065 else
7066 result=no
7067 fi
7068 else
7069 result=$wxUSE_EXCEPTIONS
7070 fi
7071
7072 { echo "$as_me:$LINENO: result: $result" >&5
7073 echo "${ECHO_T}$result" >&6; }
7074
7075
7076 enablestring=
7077 defaultval=$wxUSE_ALL_FEATURES
7078 if test -z "$defaultval"; then
7079 if test x"$enablestring" = xdisable; then
7080 defaultval=yes
7081 else
7082 defaultval=no
7083 fi
7084 fi
7085
7086 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ffile" >&5
7087 echo $ECHO_N "checking for --${enablestring:-enable}-ffile... $ECHO_C" >&6; }
7088 # Check whether --enable-ffile was given.
7089 if test "${enable_ffile+set}" = set; then
7090 enableval=$enable_ffile;
7091 if test "$enableval" = yes; then
7092 wx_cv_use_ffile='wxUSE_FFILE=yes'
7093 else
7094 wx_cv_use_ffile='wxUSE_FFILE=no'
7095 fi
7096
7097 else
7098
7099 wx_cv_use_ffile='wxUSE_FFILE=${'DEFAULT_wxUSE_FFILE":-$defaultval}"
7100
7101 fi
7102
7103
7104 eval "$wx_cv_use_ffile"
7105
7106 if test x"$enablestring" = xdisable; then
7107 if test $wxUSE_FFILE = no; then
7108 result=yes
7109 else
7110 result=no
7111 fi
7112 else
7113 result=$wxUSE_FFILE
7114 fi
7115
7116 { echo "$as_me:$LINENO: result: $result" >&5
7117 echo "${ECHO_T}$result" >&6; }
7118
7119
7120 enablestring=
7121 defaultval=$wxUSE_ALL_FEATURES
7122 if test -z "$defaultval"; then
7123 if test x"$enablestring" = xdisable; then
7124 defaultval=yes
7125 else
7126 defaultval=no
7127 fi
7128 fi
7129
7130 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-file" >&5
7131 echo $ECHO_N "checking for --${enablestring:-enable}-file... $ECHO_C" >&6; }
7132 # Check whether --enable-file was given.
7133 if test "${enable_file+set}" = set; then
7134 enableval=$enable_file;
7135 if test "$enableval" = yes; then
7136 wx_cv_use_file='wxUSE_FILE=yes'
7137 else
7138 wx_cv_use_file='wxUSE_FILE=no'
7139 fi
7140
7141 else
7142
7143 wx_cv_use_file='wxUSE_FILE=${'DEFAULT_wxUSE_FILE":-$defaultval}"
7144
7145 fi
7146
7147
7148 eval "$wx_cv_use_file"
7149
7150 if test x"$enablestring" = xdisable; then
7151 if test $wxUSE_FILE = no; then
7152 result=yes
7153 else
7154 result=no
7155 fi
7156 else
7157 result=$wxUSE_FILE
7158 fi
7159
7160 { echo "$as_me:$LINENO: result: $result" >&5
7161 echo "${ECHO_T}$result" >&6; }
7162
7163
7164 enablestring=
7165 defaultval=$wxUSE_ALL_FEATURES
7166 if test -z "$defaultval"; then
7167 if test x"$enablestring" = xdisable; then
7168 defaultval=yes
7169 else
7170 defaultval=no
7171 fi
7172 fi
7173
7174 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filehistory" >&5
7175 echo $ECHO_N "checking for --${enablestring:-enable}-filehistory... $ECHO_C" >&6; }
7176 # Check whether --enable-filehistory was given.
7177 if test "${enable_filehistory+set}" = set; then
7178 enableval=$enable_filehistory;
7179 if test "$enableval" = yes; then
7180 wx_cv_use_filehistory='wxUSE_FILE_HISTORY=yes'
7181 else
7182 wx_cv_use_filehistory='wxUSE_FILE_HISTORY=no'
7183 fi
7184
7185 else
7186
7187 wx_cv_use_filehistory='wxUSE_FILE_HISTORY=${'DEFAULT_wxUSE_FILE_HISTORY":-$defaultval}"
7188
7189 fi
7190
7191
7192 eval "$wx_cv_use_filehistory"
7193
7194 if test x"$enablestring" = xdisable; then
7195 if test $wxUSE_FILE_HISTORY = no; then
7196 result=yes
7197 else
7198 result=no
7199 fi
7200 else
7201 result=$wxUSE_FILE_HISTORY
7202 fi
7203
7204 { echo "$as_me:$LINENO: result: $result" >&5
7205 echo "${ECHO_T}$result" >&6; }
7206
7207
7208 enablestring=
7209 defaultval=$wxUSE_ALL_FEATURES
7210 if test -z "$defaultval"; then
7211 if test x"$enablestring" = xdisable; then
7212 defaultval=yes
7213 else
7214 defaultval=no
7215 fi
7216 fi
7217
7218 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filesystem" >&5
7219 echo $ECHO_N "checking for --${enablestring:-enable}-filesystem... $ECHO_C" >&6; }
7220 # Check whether --enable-filesystem was given.
7221 if test "${enable_filesystem+set}" = set; then
7222 enableval=$enable_filesystem;
7223 if test "$enableval" = yes; then
7224 wx_cv_use_filesystem='wxUSE_FILESYSTEM=yes'
7225 else
7226 wx_cv_use_filesystem='wxUSE_FILESYSTEM=no'
7227 fi
7228
7229 else
7230
7231 wx_cv_use_filesystem='wxUSE_FILESYSTEM=${'DEFAULT_wxUSE_FILESYSTEM":-$defaultval}"
7232
7233 fi
7234
7235
7236 eval "$wx_cv_use_filesystem"
7237
7238 if test x"$enablestring" = xdisable; then
7239 if test $wxUSE_FILESYSTEM = no; then
7240 result=yes
7241 else
7242 result=no
7243 fi
7244 else
7245 result=$wxUSE_FILESYSTEM
7246 fi
7247
7248 { echo "$as_me:$LINENO: result: $result" >&5
7249 echo "${ECHO_T}$result" >&6; }
7250
7251
7252 enablestring=
7253 defaultval=$wxUSE_ALL_FEATURES
7254 if test -z "$defaultval"; then
7255 if test x"$enablestring" = xdisable; then
7256 defaultval=yes
7257 else
7258 defaultval=no
7259 fi
7260 fi
7261
7262 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontenum" >&5
7263 echo $ECHO_N "checking for --${enablestring:-enable}-fontenum... $ECHO_C" >&6; }
7264 # Check whether --enable-fontenum was given.
7265 if test "${enable_fontenum+set}" = set; then
7266 enableval=$enable_fontenum;
7267 if test "$enableval" = yes; then
7268 wx_cv_use_fontenum='wxUSE_FONTENUM=yes'
7269 else
7270 wx_cv_use_fontenum='wxUSE_FONTENUM=no'
7271 fi
7272
7273 else
7274
7275 wx_cv_use_fontenum='wxUSE_FONTENUM=${'DEFAULT_wxUSE_FONTENUM":-$defaultval}"
7276
7277 fi
7278
7279
7280 eval "$wx_cv_use_fontenum"
7281
7282 if test x"$enablestring" = xdisable; then
7283 if test $wxUSE_FONTENUM = no; then
7284 result=yes
7285 else
7286 result=no
7287 fi
7288 else
7289 result=$wxUSE_FONTENUM
7290 fi
7291
7292 { echo "$as_me:$LINENO: result: $result" >&5
7293 echo "${ECHO_T}$result" >&6; }
7294
7295
7296 enablestring=
7297 defaultval=$wxUSE_ALL_FEATURES
7298 if test -z "$defaultval"; then
7299 if test x"$enablestring" = xdisable; then
7300 defaultval=yes
7301 else
7302 defaultval=no
7303 fi
7304 fi
7305
7306 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontmap" >&5
7307 echo $ECHO_N "checking for --${enablestring:-enable}-fontmap... $ECHO_C" >&6; }
7308 # Check whether --enable-fontmap was given.
7309 if test "${enable_fontmap+set}" = set; then
7310 enableval=$enable_fontmap;
7311 if test "$enableval" = yes; then
7312 wx_cv_use_fontmap='wxUSE_FONTMAP=yes'
7313 else
7314 wx_cv_use_fontmap='wxUSE_FONTMAP=no'
7315 fi
7316
7317 else
7318
7319 wx_cv_use_fontmap='wxUSE_FONTMAP=${'DEFAULT_wxUSE_FONTMAP":-$defaultval}"
7320
7321 fi
7322
7323
7324 eval "$wx_cv_use_fontmap"
7325
7326 if test x"$enablestring" = xdisable; then
7327 if test $wxUSE_FONTMAP = no; then
7328 result=yes
7329 else
7330 result=no
7331 fi
7332 else
7333 result=$wxUSE_FONTMAP
7334 fi
7335
7336 { echo "$as_me:$LINENO: result: $result" >&5
7337 echo "${ECHO_T}$result" >&6; }
7338
7339
7340 enablestring=
7341 defaultval=$wxUSE_ALL_FEATURES
7342 if test -z "$defaultval"; then
7343 if test x"$enablestring" = xdisable; then
7344 defaultval=yes
7345 else
7346 defaultval=no
7347 fi
7348 fi
7349
7350 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_archive" >&5
7351 echo $ECHO_N "checking for --${enablestring:-enable}-fs_archive... $ECHO_C" >&6; }
7352 # Check whether --enable-fs_archive was given.
7353 if test "${enable_fs_archive+set}" = set; then
7354 enableval=$enable_fs_archive;
7355 if test "$enableval" = yes; then
7356 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=yes'
7357 else
7358 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=no'
7359 fi
7360
7361 else
7362
7363 wx_cv_use_fs_archive='wxUSE_FS_ARCHIVE=${'DEFAULT_wxUSE_FS_ARCHIVE":-$defaultval}"
7364
7365 fi
7366
7367
7368 eval "$wx_cv_use_fs_archive"
7369
7370 if test x"$enablestring" = xdisable; then
7371 if test $wxUSE_FS_ARCHIVE = no; then
7372 result=yes
7373 else
7374 result=no
7375 fi
7376 else
7377 result=$wxUSE_FS_ARCHIVE
7378 fi
7379
7380 { echo "$as_me:$LINENO: result: $result" >&5
7381 echo "${ECHO_T}$result" >&6; }
7382
7383
7384 enablestring=
7385 defaultval=$wxUSE_ALL_FEATURES
7386 if test -z "$defaultval"; then
7387 if test x"$enablestring" = xdisable; then
7388 defaultval=yes
7389 else
7390 defaultval=no
7391 fi
7392 fi
7393
7394 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_inet" >&5
7395 echo $ECHO_N "checking for --${enablestring:-enable}-fs_inet... $ECHO_C" >&6; }
7396 # Check whether --enable-fs_inet was given.
7397 if test "${enable_fs_inet+set}" = set; then
7398 enableval=$enable_fs_inet;
7399 if test "$enableval" = yes; then
7400 wx_cv_use_fs_inet='wxUSE_FS_INET=yes'
7401 else
7402 wx_cv_use_fs_inet='wxUSE_FS_INET=no'
7403 fi
7404
7405 else
7406
7407 wx_cv_use_fs_inet='wxUSE_FS_INET=${'DEFAULT_wxUSE_FS_INET":-$defaultval}"
7408
7409 fi
7410
7411
7412 eval "$wx_cv_use_fs_inet"
7413
7414 if test x"$enablestring" = xdisable; then
7415 if test $wxUSE_FS_INET = no; then
7416 result=yes
7417 else
7418 result=no
7419 fi
7420 else
7421 result=$wxUSE_FS_INET
7422 fi
7423
7424 { echo "$as_me:$LINENO: result: $result" >&5
7425 echo "${ECHO_T}$result" >&6; }
7426
7427
7428 enablestring=
7429 defaultval=$wxUSE_ALL_FEATURES
7430 if test -z "$defaultval"; then
7431 if test x"$enablestring" = xdisable; then
7432 defaultval=yes
7433 else
7434 defaultval=no
7435 fi
7436 fi
7437
7438 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fs_zip" >&5
7439 echo $ECHO_N "checking for --${enablestring:-enable}-fs_zip... $ECHO_C" >&6; }
7440 # Check whether --enable-fs_zip was given.
7441 if test "${enable_fs_zip+set}" = set; then
7442 enableval=$enable_fs_zip;
7443 if test "$enableval" = yes; then
7444 wx_cv_use_fs_zip='wxUSE_FS_ZIP=yes'
7445 else
7446 wx_cv_use_fs_zip='wxUSE_FS_ZIP=no'
7447 fi
7448
7449 else
7450
7451 wx_cv_use_fs_zip='wxUSE_FS_ZIP=${'DEFAULT_wxUSE_FS_ZIP":-$defaultval}"
7452
7453 fi
7454
7455
7456 eval "$wx_cv_use_fs_zip"
7457
7458 if test x"$enablestring" = xdisable; then
7459 if test $wxUSE_FS_ZIP = no; then
7460 result=yes
7461 else
7462 result=no
7463 fi
7464 else
7465 result=$wxUSE_FS_ZIP
7466 fi
7467
7468 { echo "$as_me:$LINENO: result: $result" >&5
7469 echo "${ECHO_T}$result" >&6; }
7470
7471
7472 enablestring=
7473 defaultval=$wxUSE_ALL_FEATURES
7474 if test -z "$defaultval"; then
7475 if test x"$enablestring" = xdisable; then
7476 defaultval=yes
7477 else
7478 defaultval=no
7479 fi
7480 fi
7481
7482 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fswatcher" >&5
7483 echo $ECHO_N "checking for --${enablestring:-enable}-fswatcher... $ECHO_C" >&6; }
7484 # Check whether --enable-fswatcher was given.
7485 if test "${enable_fswatcher+set}" = set; then
7486 enableval=$enable_fswatcher;
7487 if test "$enableval" = yes; then
7488 wx_cv_use_fswatcher='wxUSE_FSWATCHER=yes'
7489 else
7490 wx_cv_use_fswatcher='wxUSE_FSWATCHER=no'
7491 fi
7492
7493 else
7494
7495 wx_cv_use_fswatcher='wxUSE_FSWATCHER=${'DEFAULT_wxUSE_FSWATCHER":-$defaultval}"
7496
7497 fi
7498
7499
7500 eval "$wx_cv_use_fswatcher"
7501
7502 if test x"$enablestring" = xdisable; then
7503 if test $wxUSE_FSWATCHER = no; then
7504 result=yes
7505 else
7506 result=no
7507 fi
7508 else
7509 result=$wxUSE_FSWATCHER
7510 fi
7511
7512 { echo "$as_me:$LINENO: result: $result" >&5
7513 echo "${ECHO_T}$result" >&6; }
7514
7515
7516 enablestring=
7517 defaultval=$wxUSE_ALL_FEATURES
7518 if test -z "$defaultval"; then
7519 if test x"$enablestring" = xdisable; then
7520 defaultval=yes
7521 else
7522 defaultval=no
7523 fi
7524 fi
7525
7526 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-geometry" >&5
7527 echo $ECHO_N "checking for --${enablestring:-enable}-geometry... $ECHO_C" >&6; }
7528 # Check whether --enable-geometry was given.
7529 if test "${enable_geometry+set}" = set; then
7530 enableval=$enable_geometry;
7531 if test "$enableval" = yes; then
7532 wx_cv_use_geometry='wxUSE_GEOMETRY=yes'
7533 else
7534 wx_cv_use_geometry='wxUSE_GEOMETRY=no'
7535 fi
7536
7537 else
7538
7539 wx_cv_use_geometry='wxUSE_GEOMETRY=${'DEFAULT_wxUSE_GEOMETRY":-$defaultval}"
7540
7541 fi
7542
7543
7544 eval "$wx_cv_use_geometry"
7545
7546 if test x"$enablestring" = xdisable; then
7547 if test $wxUSE_GEOMETRY = no; then
7548 result=yes
7549 else
7550 result=no
7551 fi
7552 else
7553 result=$wxUSE_GEOMETRY
7554 fi
7555
7556 { echo "$as_me:$LINENO: result: $result" >&5
7557 echo "${ECHO_T}$result" >&6; }
7558
7559
7560 enablestring=
7561 defaultval=$wxUSE_ALL_FEATURES
7562 if test -z "$defaultval"; then
7563 if test x"$enablestring" = xdisable; then
7564 defaultval=yes
7565 else
7566 defaultval=no
7567 fi
7568 fi
7569
7570 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-log" >&5
7571 echo $ECHO_N "checking for --${enablestring:-enable}-log... $ECHO_C" >&6; }
7572 # Check whether --enable-log was given.
7573 if test "${enable_log+set}" = set; then
7574 enableval=$enable_log;
7575 if test "$enableval" = yes; then
7576 wx_cv_use_log='wxUSE_LOG=yes'
7577 else
7578 wx_cv_use_log='wxUSE_LOG=no'
7579 fi
7580
7581 else
7582
7583 wx_cv_use_log='wxUSE_LOG=${'DEFAULT_wxUSE_LOG":-$defaultval}"
7584
7585 fi
7586
7587
7588 eval "$wx_cv_use_log"
7589
7590 if test x"$enablestring" = xdisable; then
7591 if test $wxUSE_LOG = no; then
7592 result=yes
7593 else
7594 result=no
7595 fi
7596 else
7597 result=$wxUSE_LOG
7598 fi
7599
7600 { echo "$as_me:$LINENO: result: $result" >&5
7601 echo "${ECHO_T}$result" >&6; }
7602
7603
7604 enablestring=
7605 defaultval=$wxUSE_ALL_FEATURES
7606 if test -z "$defaultval"; then
7607 if test x"$enablestring" = xdisable; then
7608 defaultval=yes
7609 else
7610 defaultval=no
7611 fi
7612 fi
7613
7614 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-longlong" >&5
7615 echo $ECHO_N "checking for --${enablestring:-enable}-longlong... $ECHO_C" >&6; }
7616 # Check whether --enable-longlong was given.
7617 if test "${enable_longlong+set}" = set; then
7618 enableval=$enable_longlong;
7619 if test "$enableval" = yes; then
7620 wx_cv_use_longlong='wxUSE_LONGLONG=yes'
7621 else
7622 wx_cv_use_longlong='wxUSE_LONGLONG=no'
7623 fi
7624
7625 else
7626
7627 wx_cv_use_longlong='wxUSE_LONGLONG=${'DEFAULT_wxUSE_LONGLONG":-$defaultval}"
7628
7629 fi
7630
7631
7632 eval "$wx_cv_use_longlong"
7633
7634 if test x"$enablestring" = xdisable; then
7635 if test $wxUSE_LONGLONG = no; then
7636 result=yes
7637 else
7638 result=no
7639 fi
7640 else
7641 result=$wxUSE_LONGLONG
7642 fi
7643
7644 { echo "$as_me:$LINENO: result: $result" >&5
7645 echo "${ECHO_T}$result" >&6; }
7646
7647
7648 enablestring=
7649 defaultval=$wxUSE_ALL_FEATURES
7650 if test -z "$defaultval"; then
7651 if test x"$enablestring" = xdisable; then
7652 defaultval=yes
7653 else
7654 defaultval=no
7655 fi
7656 fi
7657
7658 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mimetype" >&5
7659 echo $ECHO_N "checking for --${enablestring:-enable}-mimetype... $ECHO_C" >&6; }
7660 # Check whether --enable-mimetype was given.
7661 if test "${enable_mimetype+set}" = set; then
7662 enableval=$enable_mimetype;
7663 if test "$enableval" = yes; then
7664 wx_cv_use_mimetype='wxUSE_MIMETYPE=yes'
7665 else
7666 wx_cv_use_mimetype='wxUSE_MIMETYPE=no'
7667 fi
7668
7669 else
7670
7671 wx_cv_use_mimetype='wxUSE_MIMETYPE=${'DEFAULT_wxUSE_MIMETYPE":-$defaultval}"
7672
7673 fi
7674
7675
7676 eval "$wx_cv_use_mimetype"
7677
7678 if test x"$enablestring" = xdisable; then
7679 if test $wxUSE_MIMETYPE = no; then
7680 result=yes
7681 else
7682 result=no
7683 fi
7684 else
7685 result=$wxUSE_MIMETYPE
7686 fi
7687
7688 { echo "$as_me:$LINENO: result: $result" >&5
7689 echo "${ECHO_T}$result" >&6; }
7690
7691
7692 enablestring=
7693 defaultval=$wxUSE_ALL_FEATURES
7694 if test -z "$defaultval"; then
7695 if test x"$enablestring" = xdisable; then
7696 defaultval=yes
7697 else
7698 defaultval=no
7699 fi
7700 fi
7701
7702 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printfposparam" >&5
7703 echo $ECHO_N "checking for --${enablestring:-enable}-printfposparam... $ECHO_C" >&6; }
7704 # Check whether --enable-printfposparam was given.
7705 if test "${enable_printfposparam+set}" = set; then
7706 enableval=$enable_printfposparam;
7707 if test "$enableval" = yes; then
7708 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=yes'
7709 else
7710 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=no'
7711 fi
7712
7713 else
7714
7715 wx_cv_use_printfposparam='wxUSE_PRINTF_POS_PARAMS=${'DEFAULT_wxUSE_PRINTF_POS_PARAMS":-$defaultval}"
7716
7717 fi
7718
7719
7720 eval "$wx_cv_use_printfposparam"
7721
7722 if test x"$enablestring" = xdisable; then
7723 if test $wxUSE_PRINTF_POS_PARAMS = no; then
7724 result=yes
7725 else
7726 result=no
7727 fi
7728 else
7729 result=$wxUSE_PRINTF_POS_PARAMS
7730 fi
7731
7732 { echo "$as_me:$LINENO: result: $result" >&5
7733 echo "${ECHO_T}$result" >&6; }
7734
7735
7736 enablestring=
7737 defaultval=$wxUSE_ALL_FEATURES
7738 if test -z "$defaultval"; then
7739 if test x"$enablestring" = xdisable; then
7740 defaultval=yes
7741 else
7742 defaultval=no
7743 fi
7744 fi
7745
7746 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-snglinst" >&5
7747 echo $ECHO_N "checking for --${enablestring:-enable}-snglinst... $ECHO_C" >&6; }
7748 # Check whether --enable-snglinst was given.
7749 if test "${enable_snglinst+set}" = set; then
7750 enableval=$enable_snglinst;
7751 if test "$enableval" = yes; then
7752 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=yes'
7753 else
7754 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=no'
7755 fi
7756
7757 else
7758
7759 wx_cv_use_snglinst='wxUSE_SNGLINST_CHECKER=${'DEFAULT_wxUSE_SNGLINST_CHECKER":-$defaultval}"
7760
7761 fi
7762
7763
7764 eval "$wx_cv_use_snglinst"
7765
7766 if test x"$enablestring" = xdisable; then
7767 if test $wxUSE_SNGLINST_CHECKER = no; then
7768 result=yes
7769 else
7770 result=no
7771 fi
7772 else
7773 result=$wxUSE_SNGLINST_CHECKER
7774 fi
7775
7776 { echo "$as_me:$LINENO: result: $result" >&5
7777 echo "${ECHO_T}$result" >&6; }
7778
7779
7780 enablestring=
7781 defaultval=$wxUSE_ALL_FEATURES
7782 if test -z "$defaultval"; then
7783 if test x"$enablestring" = xdisable; then
7784 defaultval=yes
7785 else
7786 defaultval=no
7787 fi
7788 fi
7789
7790 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sound" >&5
7791 echo $ECHO_N "checking for --${enablestring:-enable}-sound... $ECHO_C" >&6; }
7792 # Check whether --enable-sound was given.
7793 if test "${enable_sound+set}" = set; then
7794 enableval=$enable_sound;
7795 if test "$enableval" = yes; then
7796 wx_cv_use_sound='wxUSE_SOUND=yes'
7797 else
7798 wx_cv_use_sound='wxUSE_SOUND=no'
7799 fi
7800
7801 else
7802
7803 wx_cv_use_sound='wxUSE_SOUND=${'DEFAULT_wxUSE_SOUND":-$defaultval}"
7804
7805 fi
7806
7807
7808 eval "$wx_cv_use_sound"
7809
7810 if test x"$enablestring" = xdisable; then
7811 if test $wxUSE_SOUND = no; then
7812 result=yes
7813 else
7814 result=no
7815 fi
7816 else
7817 result=$wxUSE_SOUND
7818 fi
7819
7820 { echo "$as_me:$LINENO: result: $result" >&5
7821 echo "${ECHO_T}$result" >&6; }
7822
7823
7824 enablestring=
7825 defaultval=$wxUSE_ALL_FEATURES
7826 if test -z "$defaultval"; then
7827 if test x"$enablestring" = xdisable; then
7828 defaultval=yes
7829 else
7830 defaultval=no
7831 fi
7832 fi
7833
7834 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stdpaths" >&5
7835 echo $ECHO_N "checking for --${enablestring:-enable}-stdpaths... $ECHO_C" >&6; }
7836 # Check whether --enable-stdpaths was given.
7837 if test "${enable_stdpaths+set}" = set; then
7838 enableval=$enable_stdpaths;
7839 if test "$enableval" = yes; then
7840 wx_cv_use_stdpaths='wxUSE_STDPATHS=yes'
7841 else
7842 wx_cv_use_stdpaths='wxUSE_STDPATHS=no'
7843 fi
7844
7845 else
7846
7847 wx_cv_use_stdpaths='wxUSE_STDPATHS=${'DEFAULT_wxUSE_STDPATHS":-$defaultval}"
7848
7849 fi
7850
7851
7852 eval "$wx_cv_use_stdpaths"
7853
7854 if test x"$enablestring" = xdisable; then
7855 if test $wxUSE_STDPATHS = no; then
7856 result=yes
7857 else
7858 result=no
7859 fi
7860 else
7861 result=$wxUSE_STDPATHS
7862 fi
7863
7864 { echo "$as_me:$LINENO: result: $result" >&5
7865 echo "${ECHO_T}$result" >&6; }
7866
7867
7868 enablestring=
7869 defaultval=$wxUSE_ALL_FEATURES
7870 if test -z "$defaultval"; then
7871 if test x"$enablestring" = xdisable; then
7872 defaultval=yes
7873 else
7874 defaultval=no
7875 fi
7876 fi
7877
7878 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stopwatch" >&5
7879 echo $ECHO_N "checking for --${enablestring:-enable}-stopwatch... $ECHO_C" >&6; }
7880 # Check whether --enable-stopwatch was given.
7881 if test "${enable_stopwatch+set}" = set; then
7882 enableval=$enable_stopwatch;
7883 if test "$enableval" = yes; then
7884 wx_cv_use_stopwatch='wxUSE_STOPWATCH=yes'
7885 else
7886 wx_cv_use_stopwatch='wxUSE_STOPWATCH=no'
7887 fi
7888
7889 else
7890
7891 wx_cv_use_stopwatch='wxUSE_STOPWATCH=${'DEFAULT_wxUSE_STOPWATCH":-$defaultval}"
7892
7893 fi
7894
7895
7896 eval "$wx_cv_use_stopwatch"
7897
7898 if test x"$enablestring" = xdisable; then
7899 if test $wxUSE_STOPWATCH = no; then
7900 result=yes
7901 else
7902 result=no
7903 fi
7904 else
7905 result=$wxUSE_STOPWATCH
7906 fi
7907
7908 { echo "$as_me:$LINENO: result: $result" >&5
7909 echo "${ECHO_T}$result" >&6; }
7910
7911
7912 enablestring=
7913 defaultval=$wxUSE_ALL_FEATURES
7914 if test -z "$defaultval"; then
7915 if test x"$enablestring" = xdisable; then
7916 defaultval=yes
7917 else
7918 defaultval=no
7919 fi
7920 fi
7921
7922 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-streams" >&5
7923 echo $ECHO_N "checking for --${enablestring:-enable}-streams... $ECHO_C" >&6; }
7924 # Check whether --enable-streams was given.
7925 if test "${enable_streams+set}" = set; then
7926 enableval=$enable_streams;
7927 if test "$enableval" = yes; then
7928 wx_cv_use_streams='wxUSE_STREAMS=yes'
7929 else
7930 wx_cv_use_streams='wxUSE_STREAMS=no'
7931 fi
7932
7933 else
7934
7935 wx_cv_use_streams='wxUSE_STREAMS=${'DEFAULT_wxUSE_STREAMS":-$defaultval}"
7936
7937 fi
7938
7939
7940 eval "$wx_cv_use_streams"
7941
7942 if test x"$enablestring" = xdisable; then
7943 if test $wxUSE_STREAMS = no; then
7944 result=yes
7945 else
7946 result=no
7947 fi
7948 else
7949 result=$wxUSE_STREAMS
7950 fi
7951
7952 { echo "$as_me:$LINENO: result: $result" >&5
7953 echo "${ECHO_T}$result" >&6; }
7954
7955
7956 enablestring=
7957 defaultval=$wxUSE_ALL_FEATURES
7958 if test -z "$defaultval"; then
7959 if test x"$enablestring" = xdisable; then
7960 defaultval=yes
7961 else
7962 defaultval=no
7963 fi
7964 fi
7965
7966 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sysoptions" >&5
7967 echo $ECHO_N "checking for --${enablestring:-enable}-sysoptions... $ECHO_C" >&6; }
7968 # Check whether --enable-sysoptions was given.
7969 if test "${enable_sysoptions+set}" = set; then
7970 enableval=$enable_sysoptions;
7971 if test "$enableval" = yes; then
7972 wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=yes'
7973 else
7974 wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=no'
7975 fi
7976
7977 else
7978
7979 wx_cv_use_sysoptions='wxUSE_SYSTEM_OPTIONS=${'DEFAULT_wxUSE_SYSTEM_OPTIONS":-$defaultval}"
7980
7981 fi
7982
7983
7984 eval "$wx_cv_use_sysoptions"
7985
7986 if test x"$enablestring" = xdisable; then
7987 if test $wxUSE_SYSTEM_OPTIONS = no; then
7988 result=yes
7989 else
7990 result=no
7991 fi
7992 else
7993 result=$wxUSE_SYSTEM_OPTIONS
7994 fi
7995
7996 { echo "$as_me:$LINENO: result: $result" >&5
7997 echo "${ECHO_T}$result" >&6; }
7998
7999
8000 enablestring=
8001 defaultval=$wxUSE_ALL_FEATURES
8002 if test -z "$defaultval"; then
8003 if test x"$enablestring" = xdisable; then
8004 defaultval=yes
8005 else
8006 defaultval=no
8007 fi
8008 fi
8009
8010 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tarstream" >&5
8011 echo $ECHO_N "checking for --${enablestring:-enable}-tarstream... $ECHO_C" >&6; }
8012 # Check whether --enable-tarstream was given.
8013 if test "${enable_tarstream+set}" = set; then
8014 enableval=$enable_tarstream;
8015 if test "$enableval" = yes; then
8016 wx_cv_use_tarstream='wxUSE_TARSTREAM=yes'
8017 else
8018 wx_cv_use_tarstream='wxUSE_TARSTREAM=no'
8019 fi
8020
8021 else
8022
8023 wx_cv_use_tarstream='wxUSE_TARSTREAM=${'DEFAULT_wxUSE_TARSTREAM":-$defaultval}"
8024
8025 fi
8026
8027
8028 eval "$wx_cv_use_tarstream"
8029
8030 if test x"$enablestring" = xdisable; then
8031 if test $wxUSE_TARSTREAM = no; then
8032 result=yes
8033 else
8034 result=no
8035 fi
8036 else
8037 result=$wxUSE_TARSTREAM
8038 fi
8039
8040 { echo "$as_me:$LINENO: result: $result" >&5
8041 echo "${ECHO_T}$result" >&6; }
8042
8043
8044 enablestring=
8045 defaultval=$wxUSE_ALL_FEATURES
8046 if test -z "$defaultval"; then
8047 if test x"$enablestring" = xdisable; then
8048 defaultval=yes
8049 else
8050 defaultval=no
8051 fi
8052 fi
8053
8054 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textbuf" >&5
8055 echo $ECHO_N "checking for --${enablestring:-enable}-textbuf... $ECHO_C" >&6; }
8056 # Check whether --enable-textbuf was given.
8057 if test "${enable_textbuf+set}" = set; then
8058 enableval=$enable_textbuf;
8059 if test "$enableval" = yes; then
8060 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=yes'
8061 else
8062 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=no'
8063 fi
8064
8065 else
8066
8067 wx_cv_use_textbuf='wxUSE_TEXTBUFFER=${'DEFAULT_wxUSE_TEXTBUFFER":-$defaultval}"
8068
8069 fi
8070
8071
8072 eval "$wx_cv_use_textbuf"
8073
8074 if test x"$enablestring" = xdisable; then
8075 if test $wxUSE_TEXTBUFFER = no; then
8076 result=yes
8077 else
8078 result=no
8079 fi
8080 else
8081 result=$wxUSE_TEXTBUFFER
8082 fi
8083
8084 { echo "$as_me:$LINENO: result: $result" >&5
8085 echo "${ECHO_T}$result" >&6; }
8086
8087
8088 enablestring=
8089 defaultval=$wxUSE_ALL_FEATURES
8090 if test -z "$defaultval"; then
8091 if test x"$enablestring" = xdisable; then
8092 defaultval=yes
8093 else
8094 defaultval=no
8095 fi
8096 fi
8097
8098 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textfile" >&5
8099 echo $ECHO_N "checking for --${enablestring:-enable}-textfile... $ECHO_C" >&6; }
8100 # Check whether --enable-textfile was given.
8101 if test "${enable_textfile+set}" = set; then
8102 enableval=$enable_textfile;
8103 if test "$enableval" = yes; then
8104 wx_cv_use_textfile='wxUSE_TEXTFILE=yes'
8105 else
8106 wx_cv_use_textfile='wxUSE_TEXTFILE=no'
8107 fi
8108
8109 else
8110
8111 wx_cv_use_textfile='wxUSE_TEXTFILE=${'DEFAULT_wxUSE_TEXTFILE":-$defaultval}"
8112
8113 fi
8114
8115
8116 eval "$wx_cv_use_textfile"
8117
8118 if test x"$enablestring" = xdisable; then
8119 if test $wxUSE_TEXTFILE = no; then
8120 result=yes
8121 else
8122 result=no
8123 fi
8124 else
8125 result=$wxUSE_TEXTFILE
8126 fi
8127
8128 { echo "$as_me:$LINENO: result: $result" >&5
8129 echo "${ECHO_T}$result" >&6; }
8130
8131
8132 enablestring=
8133 defaultval=$wxUSE_ALL_FEATURES
8134 if test -z "$defaultval"; then
8135 if test x"$enablestring" = xdisable; then
8136 defaultval=yes
8137 else
8138 defaultval=no
8139 fi
8140 fi
8141
8142 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-timer" >&5
8143 echo $ECHO_N "checking for --${enablestring:-enable}-timer... $ECHO_C" >&6; }
8144 # Check whether --enable-timer was given.
8145 if test "${enable_timer+set}" = set; then
8146 enableval=$enable_timer;
8147 if test "$enableval" = yes; then
8148 wx_cv_use_timer='wxUSE_TIMER=yes'
8149 else
8150 wx_cv_use_timer='wxUSE_TIMER=no'
8151 fi
8152
8153 else
8154
8155 wx_cv_use_timer='wxUSE_TIMER=${'DEFAULT_wxUSE_TIMER":-$defaultval}"
8156
8157 fi
8158
8159
8160 eval "$wx_cv_use_timer"
8161
8162 if test x"$enablestring" = xdisable; then
8163 if test $wxUSE_TIMER = no; then
8164 result=yes
8165 else
8166 result=no
8167 fi
8168 else
8169 result=$wxUSE_TIMER
8170 fi
8171
8172 { echo "$as_me:$LINENO: result: $result" >&5
8173 echo "${ECHO_T}$result" >&6; }
8174
8175
8176 enablestring=
8177 defaultval=$wxUSE_ALL_FEATURES
8178 if test -z "$defaultval"; then
8179 if test x"$enablestring" = xdisable; then
8180 defaultval=yes
8181 else
8182 defaultval=no
8183 fi
8184 fi
8185
8186 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-variant" >&5
8187 echo $ECHO_N "checking for --${enablestring:-enable}-variant... $ECHO_C" >&6; }
8188 # Check whether --enable-variant was given.
8189 if test "${enable_variant+set}" = set; then
8190 enableval=$enable_variant;
8191 if test "$enableval" = yes; then
8192 wx_cv_use_variant='wxUSE_VARIANT=yes'
8193 else
8194 wx_cv_use_variant='wxUSE_VARIANT=no'
8195 fi
8196
8197 else
8198
8199 wx_cv_use_variant='wxUSE_VARIANT=${'DEFAULT_wxUSE_VARIANT":-$defaultval}"
8200
8201 fi
8202
8203
8204 eval "$wx_cv_use_variant"
8205
8206 if test x"$enablestring" = xdisable; then
8207 if test $wxUSE_VARIANT = no; then
8208 result=yes
8209 else
8210 result=no
8211 fi
8212 else
8213 result=$wxUSE_VARIANT
8214 fi
8215
8216 { echo "$as_me:$LINENO: result: $result" >&5
8217 echo "${ECHO_T}$result" >&6; }
8218
8219
8220 enablestring=
8221 defaultval=$wxUSE_ALL_FEATURES
8222 if test -z "$defaultval"; then
8223 if test x"$enablestring" = xdisable; then
8224 defaultval=yes
8225 else
8226 defaultval=no
8227 fi
8228 fi
8229
8230 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-zipstream" >&5
8231 echo $ECHO_N "checking for --${enablestring:-enable}-zipstream... $ECHO_C" >&6; }
8232 # Check whether --enable-zipstream was given.
8233 if test "${enable_zipstream+set}" = set; then
8234 enableval=$enable_zipstream;
8235 if test "$enableval" = yes; then
8236 wx_cv_use_zipstream='wxUSE_ZIPSTREAM=yes'
8237 else
8238 wx_cv_use_zipstream='wxUSE_ZIPSTREAM=no'
8239 fi
8240
8241 else
8242
8243 wx_cv_use_zipstream='wxUSE_ZIPSTREAM=${'DEFAULT_wxUSE_ZIPSTREAM":-$defaultval}"
8244
8245 fi
8246
8247
8248 eval "$wx_cv_use_zipstream"
8249
8250 if test x"$enablestring" = xdisable; then
8251 if test $wxUSE_ZIPSTREAM = no; then
8252 result=yes
8253 else
8254 result=no
8255 fi
8256 else
8257 result=$wxUSE_ZIPSTREAM
8258 fi
8259
8260 { echo "$as_me:$LINENO: result: $result" >&5
8261 echo "${ECHO_T}$result" >&6; }
8262
8263
8264
8265 enablestring=
8266 defaultval=$wxUSE_ALL_FEATURES
8267 if test -z "$defaultval"; then
8268 if test x"$enablestring" = xdisable; then
8269 defaultval=yes
8270 else
8271 defaultval=no
8272 fi
8273 fi
8274
8275 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-url" >&5
8276 echo $ECHO_N "checking for --${enablestring:-enable}-url... $ECHO_C" >&6; }
8277 # Check whether --enable-url was given.
8278 if test "${enable_url+set}" = set; then
8279 enableval=$enable_url;
8280 if test "$enableval" = yes; then
8281 wx_cv_use_url='wxUSE_URL=yes'
8282 else
8283 wx_cv_use_url='wxUSE_URL=no'
8284 fi
8285
8286 else
8287
8288 wx_cv_use_url='wxUSE_URL=${'DEFAULT_wxUSE_URL":-$defaultval}"
8289
8290 fi
8291
8292
8293 eval "$wx_cv_use_url"
8294
8295 if test x"$enablestring" = xdisable; then
8296 if test $wxUSE_URL = no; then
8297 result=yes
8298 else
8299 result=no
8300 fi
8301 else
8302 result=$wxUSE_URL
8303 fi
8304
8305 { echo "$as_me:$LINENO: result: $result" >&5
8306 echo "${ECHO_T}$result" >&6; }
8307
8308
8309 enablestring=
8310 defaultval=$wxUSE_ALL_FEATURES
8311 if test -z "$defaultval"; then
8312 if test x"$enablestring" = xdisable; then
8313 defaultval=yes
8314 else
8315 defaultval=no
8316 fi
8317 fi
8318
8319 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol" >&5
8320 echo $ECHO_N "checking for --${enablestring:-enable}-protocol... $ECHO_C" >&6; }
8321 # Check whether --enable-protocol was given.
8322 if test "${enable_protocol+set}" = set; then
8323 enableval=$enable_protocol;
8324 if test "$enableval" = yes; then
8325 wx_cv_use_protocol='wxUSE_PROTOCOL=yes'
8326 else
8327 wx_cv_use_protocol='wxUSE_PROTOCOL=no'
8328 fi
8329
8330 else
8331
8332 wx_cv_use_protocol='wxUSE_PROTOCOL=${'DEFAULT_wxUSE_PROTOCOL":-$defaultval}"
8333
8334 fi
8335
8336
8337 eval "$wx_cv_use_protocol"
8338
8339 if test x"$enablestring" = xdisable; then
8340 if test $wxUSE_PROTOCOL = no; then
8341 result=yes
8342 else
8343 result=no
8344 fi
8345 else
8346 result=$wxUSE_PROTOCOL
8347 fi
8348
8349 { echo "$as_me:$LINENO: result: $result" >&5
8350 echo "${ECHO_T}$result" >&6; }
8351
8352
8353 enablestring=
8354 defaultval=$wxUSE_ALL_FEATURES
8355 if test -z "$defaultval"; then
8356 if test x"$enablestring" = xdisable; then
8357 defaultval=yes
8358 else
8359 defaultval=no
8360 fi
8361 fi
8362
8363 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_http" >&5
8364 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_http... $ECHO_C" >&6; }
8365 # Check whether --enable-protocol_http was given.
8366 if test "${enable_protocol_http+set}" = set; then
8367 enableval=$enable_protocol_http;
8368 if test "$enableval" = yes; then
8369 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=yes'
8370 else
8371 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=no'
8372 fi
8373
8374 else
8375
8376 wx_cv_use_protocol_http='wxUSE_PROTOCOL_HTTP=${'DEFAULT_wxUSE_PROTOCOL_HTTP":-$defaultval}"
8377
8378 fi
8379
8380
8381 eval "$wx_cv_use_protocol_http"
8382
8383 if test x"$enablestring" = xdisable; then
8384 if test $wxUSE_PROTOCOL_HTTP = no; then
8385 result=yes
8386 else
8387 result=no
8388 fi
8389 else
8390 result=$wxUSE_PROTOCOL_HTTP
8391 fi
8392
8393 { echo "$as_me:$LINENO: result: $result" >&5
8394 echo "${ECHO_T}$result" >&6; }
8395
8396
8397 enablestring=
8398 defaultval=$wxUSE_ALL_FEATURES
8399 if test -z "$defaultval"; then
8400 if test x"$enablestring" = xdisable; then
8401 defaultval=yes
8402 else
8403 defaultval=no
8404 fi
8405 fi
8406
8407 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_ftp" >&5
8408 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_ftp... $ECHO_C" >&6; }
8409 # Check whether --enable-protocol_ftp was given.
8410 if test "${enable_protocol_ftp+set}" = set; then
8411 enableval=$enable_protocol_ftp;
8412 if test "$enableval" = yes; then
8413 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=yes'
8414 else
8415 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=no'
8416 fi
8417
8418 else
8419
8420 wx_cv_use_protocol_ftp='wxUSE_PROTOCOL_FTP=${'DEFAULT_wxUSE_PROTOCOL_FTP":-$defaultval}"
8421
8422 fi
8423
8424
8425 eval "$wx_cv_use_protocol_ftp"
8426
8427 if test x"$enablestring" = xdisable; then
8428 if test $wxUSE_PROTOCOL_FTP = no; then
8429 result=yes
8430 else
8431 result=no
8432 fi
8433 else
8434 result=$wxUSE_PROTOCOL_FTP
8435 fi
8436
8437 { echo "$as_me:$LINENO: result: $result" >&5
8438 echo "${ECHO_T}$result" >&6; }
8439
8440
8441 enablestring=
8442 defaultval=$wxUSE_ALL_FEATURES
8443 if test -z "$defaultval"; then
8444 if test x"$enablestring" = xdisable; then
8445 defaultval=yes
8446 else
8447 defaultval=no
8448 fi
8449 fi
8450
8451 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-protocol_file" >&5
8452 echo $ECHO_N "checking for --${enablestring:-enable}-protocol_file... $ECHO_C" >&6; }
8453 # Check whether --enable-protocol_file was given.
8454 if test "${enable_protocol_file+set}" = set; then
8455 enableval=$enable_protocol_file;
8456 if test "$enableval" = yes; then
8457 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=yes'
8458 else
8459 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=no'
8460 fi
8461
8462 else
8463
8464 wx_cv_use_protocol_file='wxUSE_PROTOCOL_FILE=${'DEFAULT_wxUSE_PROTOCOL_FILE":-$defaultval}"
8465
8466 fi
8467
8468
8469 eval "$wx_cv_use_protocol_file"
8470
8471 if test x"$enablestring" = xdisable; then
8472 if test $wxUSE_PROTOCOL_FILE = no; then
8473 result=yes
8474 else
8475 result=no
8476 fi
8477 else
8478 result=$wxUSE_PROTOCOL_FILE
8479 fi
8480
8481 { echo "$as_me:$LINENO: result: $result" >&5
8482 echo "${ECHO_T}$result" >&6; }
8483
8484
8485
8486 enablestring=
8487 defaultval=$wxUSE_ALL_FEATURES
8488 if test -z "$defaultval"; then
8489 if test x"$enablestring" = xdisable; then
8490 defaultval=yes
8491 else
8492 defaultval=no
8493 fi
8494 fi
8495
8496 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-threads" >&5
8497 echo $ECHO_N "checking for --${enablestring:-enable}-threads... $ECHO_C" >&6; }
8498 # Check whether --enable-threads was given.
8499 if test "${enable_threads+set}" = set; then
8500 enableval=$enable_threads;
8501 if test "$enableval" = yes; then
8502 wx_cv_use_threads='wxUSE_THREADS=yes'
8503 else
8504 wx_cv_use_threads='wxUSE_THREADS=no'
8505 fi
8506
8507 else
8508
8509 wx_cv_use_threads='wxUSE_THREADS=${'DEFAULT_wxUSE_THREADS":-$defaultval}"
8510
8511 fi
8512
8513
8514 eval "$wx_cv_use_threads"
8515
8516 if test x"$enablestring" = xdisable; then
8517 if test $wxUSE_THREADS = no; then
8518 result=yes
8519 else
8520 result=no
8521 fi
8522 else
8523 result=$wxUSE_THREADS
8524 fi
8525
8526 { echo "$as_me:$LINENO: result: $result" >&5
8527 echo "${ECHO_T}$result" >&6; }
8528
8529
8530
8531 enablestring=
8532 defaultval=
8533 if test -z "$defaultval"; then
8534 if test x"$enablestring" = xdisable; then
8535 defaultval=yes
8536 else
8537 defaultval=no
8538 fi
8539 fi
8540
8541 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iniconf" >&5
8542 echo $ECHO_N "checking for --${enablestring:-enable}-iniconf... $ECHO_C" >&6; }
8543 # Check whether --enable-iniconf was given.
8544 if test "${enable_iniconf+set}" = set; then
8545 enableval=$enable_iniconf;
8546 if test "$enableval" = yes; then
8547 wx_cv_use_iniconf='wxUSE_INICONF=yes'
8548 else
8549 wx_cv_use_iniconf='wxUSE_INICONF=no'
8550 fi
8551
8552 else
8553
8554 wx_cv_use_iniconf='wxUSE_INICONF=${'DEFAULT_wxUSE_INICONF":-$defaultval}"
8555
8556 fi
8557
8558
8559 eval "$wx_cv_use_iniconf"
8560
8561 if test x"$enablestring" = xdisable; then
8562 if test $wxUSE_INICONF = no; then
8563 result=yes
8564 else
8565 result=no
8566 fi
8567 else
8568 result=$wxUSE_INICONF
8569 fi
8570
8571 { echo "$as_me:$LINENO: result: $result" >&5
8572 echo "${ECHO_T}$result" >&6; }
8573
8574
8575 enablestring=
8576 defaultval=$wxUSE_ALL_FEATURES
8577 if test -z "$defaultval"; then
8578 if test x"$enablestring" = xdisable; then
8579 defaultval=yes
8580 else
8581 defaultval=no
8582 fi
8583 fi
8584
8585 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-regkey" >&5
8586 echo $ECHO_N "checking for --${enablestring:-enable}-regkey... $ECHO_C" >&6; }
8587 # Check whether --enable-regkey was given.
8588 if test "${enable_regkey+set}" = set; then
8589 enableval=$enable_regkey;
8590 if test "$enableval" = yes; then
8591 wx_cv_use_regkey='wxUSE_REGKEY=yes'
8592 else
8593 wx_cv_use_regkey='wxUSE_REGKEY=no'
8594 fi
8595
8596 else
8597
8598 wx_cv_use_regkey='wxUSE_REGKEY=${'DEFAULT_wxUSE_REGKEY":-$defaultval}"
8599
8600 fi
8601
8602
8603 eval "$wx_cv_use_regkey"
8604
8605 if test x"$enablestring" = xdisable; then
8606 if test $wxUSE_REGKEY = no; then
8607 result=yes
8608 else
8609 result=no
8610 fi
8611 else
8612 result=$wxUSE_REGKEY
8613 fi
8614
8615 { echo "$as_me:$LINENO: result: $result" >&5
8616 echo "${ECHO_T}$result" >&6; }
8617
8618
8619 if test "$wxUSE_GUI" = "yes"; then
8620
8621
8622
8623 enablestring=
8624 defaultval=$wxUSE_ALL_FEATURES
8625 if test -z "$defaultval"; then
8626 if test x"$enablestring" = xdisable; then
8627 defaultval=yes
8628 else
8629 defaultval=no
8630 fi
8631 fi
8632
8633 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-docview" >&5
8634 echo $ECHO_N "checking for --${enablestring:-enable}-docview... $ECHO_C" >&6; }
8635 # Check whether --enable-docview was given.
8636 if test "${enable_docview+set}" = set; then
8637 enableval=$enable_docview;
8638 if test "$enableval" = yes; then
8639 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=yes'
8640 else
8641 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=no'
8642 fi
8643
8644 else
8645
8646 wx_cv_use_docview='wxUSE_DOC_VIEW_ARCHITECTURE=${'DEFAULT_wxUSE_DOC_VIEW_ARCHITECTURE":-$defaultval}"
8647
8648 fi
8649
8650
8651 eval "$wx_cv_use_docview"
8652
8653 if test x"$enablestring" = xdisable; then
8654 if test $wxUSE_DOC_VIEW_ARCHITECTURE = no; then
8655 result=yes
8656 else
8657 result=no
8658 fi
8659 else
8660 result=$wxUSE_DOC_VIEW_ARCHITECTURE
8661 fi
8662
8663 { echo "$as_me:$LINENO: result: $result" >&5
8664 echo "${ECHO_T}$result" >&6; }
8665
8666
8667 enablestring=
8668 defaultval=$wxUSE_ALL_FEATURES
8669 if test -z "$defaultval"; then
8670 if test x"$enablestring" = xdisable; then
8671 defaultval=yes
8672 else
8673 defaultval=no
8674 fi
8675 fi
8676
8677 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-help" >&5
8678 echo $ECHO_N "checking for --${enablestring:-enable}-help... $ECHO_C" >&6; }
8679 # Check whether --enable-help was given.
8680 if test "${enable_help+set}" = set; then
8681 enableval=$enable_help;
8682 if test "$enableval" = yes; then
8683 wx_cv_use_help='wxUSE_HELP=yes'
8684 else
8685 wx_cv_use_help='wxUSE_HELP=no'
8686 fi
8687
8688 else
8689
8690 wx_cv_use_help='wxUSE_HELP=${'DEFAULT_wxUSE_HELP":-$defaultval}"
8691
8692 fi
8693
8694
8695 eval "$wx_cv_use_help"
8696
8697 if test x"$enablestring" = xdisable; then
8698 if test $wxUSE_HELP = no; then
8699 result=yes
8700 else
8701 result=no
8702 fi
8703 else
8704 result=$wxUSE_HELP
8705 fi
8706
8707 { echo "$as_me:$LINENO: result: $result" >&5
8708 echo "${ECHO_T}$result" >&6; }
8709
8710
8711 enablestring=
8712 defaultval=$wxUSE_ALL_FEATURES
8713 if test -z "$defaultval"; then
8714 if test x"$enablestring" = xdisable; then
8715 defaultval=yes
8716 else
8717 defaultval=no
8718 fi
8719 fi
8720
8721 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mshtmlhelp" >&5
8722 echo $ECHO_N "checking for --${enablestring:-enable}-mshtmlhelp... $ECHO_C" >&6; }
8723 # Check whether --enable-mshtmlhelp was given.
8724 if test "${enable_mshtmlhelp+set}" = set; then
8725 enableval=$enable_mshtmlhelp;
8726 if test "$enableval" = yes; then
8727 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=yes'
8728 else
8729 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=no'
8730 fi
8731
8732 else
8733
8734 wx_cv_use_mshtmlhelp='wxUSE_MS_HTML_HELP=${'DEFAULT_wxUSE_MS_HTML_HELP":-$defaultval}"
8735
8736 fi
8737
8738
8739 eval "$wx_cv_use_mshtmlhelp"
8740
8741 if test x"$enablestring" = xdisable; then
8742 if test $wxUSE_MS_HTML_HELP = no; then
8743 result=yes
8744 else
8745 result=no
8746 fi
8747 else
8748 result=$wxUSE_MS_HTML_HELP
8749 fi
8750
8751 { echo "$as_me:$LINENO: result: $result" >&5
8752 echo "${ECHO_T}$result" >&6; }
8753
8754
8755 enablestring=
8756 defaultval=$wxUSE_ALL_FEATURES
8757 if test -z "$defaultval"; then
8758 if test x"$enablestring" = xdisable; then
8759 defaultval=yes
8760 else
8761 defaultval=no
8762 fi
8763 fi
8764
8765 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-html" >&5
8766 echo $ECHO_N "checking for --${enablestring:-enable}-html... $ECHO_C" >&6; }
8767 # Check whether --enable-html was given.
8768 if test "${enable_html+set}" = set; then
8769 enableval=$enable_html;
8770 if test "$enableval" = yes; then
8771 wx_cv_use_html='wxUSE_HTML=yes'
8772 else
8773 wx_cv_use_html='wxUSE_HTML=no'
8774 fi
8775
8776 else
8777
8778 wx_cv_use_html='wxUSE_HTML=${'DEFAULT_wxUSE_HTML":-$defaultval}"
8779
8780 fi
8781
8782
8783 eval "$wx_cv_use_html"
8784
8785 if test x"$enablestring" = xdisable; then
8786 if test $wxUSE_HTML = no; then
8787 result=yes
8788 else
8789 result=no
8790 fi
8791 else
8792 result=$wxUSE_HTML
8793 fi
8794
8795 { echo "$as_me:$LINENO: result: $result" >&5
8796 echo "${ECHO_T}$result" >&6; }
8797
8798
8799 enablestring=
8800 defaultval=$wxUSE_ALL_FEATURES
8801 if test -z "$defaultval"; then
8802 if test x"$enablestring" = xdisable; then
8803 defaultval=yes
8804 else
8805 defaultval=no
8806 fi
8807 fi
8808
8809 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-htmlhelp" >&5
8810 echo $ECHO_N "checking for --${enablestring:-enable}-htmlhelp... $ECHO_C" >&6; }
8811 # Check whether --enable-htmlhelp was given.
8812 if test "${enable_htmlhelp+set}" = set; then
8813 enableval=$enable_htmlhelp;
8814 if test "$enableval" = yes; then
8815 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=yes'
8816 else
8817 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=no'
8818 fi
8819
8820 else
8821
8822 wx_cv_use_htmlhelp='wxUSE_WXHTML_HELP=${'DEFAULT_wxUSE_WXHTML_HELP":-$defaultval}"
8823
8824 fi
8825
8826
8827 eval "$wx_cv_use_htmlhelp"
8828
8829 if test x"$enablestring" = xdisable; then
8830 if test $wxUSE_WXHTML_HELP = no; then
8831 result=yes
8832 else
8833 result=no
8834 fi
8835 else
8836 result=$wxUSE_WXHTML_HELP
8837 fi
8838
8839 { echo "$as_me:$LINENO: result: $result" >&5
8840 echo "${ECHO_T}$result" >&6; }
8841
8842
8843 enablestring=
8844 defaultval=$wxUSE_ALL_FEATURES
8845 if test -z "$defaultval"; then
8846 if test x"$enablestring" = xdisable; then
8847 defaultval=yes
8848 else
8849 defaultval=no
8850 fi
8851 fi
8852
8853 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xrc" >&5
8854 echo $ECHO_N "checking for --${enablestring:-enable}-xrc... $ECHO_C" >&6; }
8855 # Check whether --enable-xrc was given.
8856 if test "${enable_xrc+set}" = set; then
8857 enableval=$enable_xrc;
8858 if test "$enableval" = yes; then
8859 wx_cv_use_xrc='wxUSE_XRC=yes'
8860 else
8861 wx_cv_use_xrc='wxUSE_XRC=no'
8862 fi
8863
8864 else
8865
8866 wx_cv_use_xrc='wxUSE_XRC=${'DEFAULT_wxUSE_XRC":-$defaultval}"
8867
8868 fi
8869
8870
8871 eval "$wx_cv_use_xrc"
8872
8873 if test x"$enablestring" = xdisable; then
8874 if test $wxUSE_XRC = no; then
8875 result=yes
8876 else
8877 result=no
8878 fi
8879 else
8880 result=$wxUSE_XRC
8881 fi
8882
8883 { echo "$as_me:$LINENO: result: $result" >&5
8884 echo "${ECHO_T}$result" >&6; }
8885
8886
8887 enablestring=
8888 defaultval=$wxUSE_ALL_FEATURES
8889 if test -z "$defaultval"; then
8890 if test x"$enablestring" = xdisable; then
8891 defaultval=yes
8892 else
8893 defaultval=no
8894 fi
8895 fi
8896
8897 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aui" >&5
8898 echo $ECHO_N "checking for --${enablestring:-enable}-aui... $ECHO_C" >&6; }
8899 # Check whether --enable-aui was given.
8900 if test "${enable_aui+set}" = set; then
8901 enableval=$enable_aui;
8902 if test "$enableval" = yes; then
8903 wx_cv_use_aui='wxUSE_AUI=yes'
8904 else
8905 wx_cv_use_aui='wxUSE_AUI=no'
8906 fi
8907
8908 else
8909
8910 wx_cv_use_aui='wxUSE_AUI=${'DEFAULT_wxUSE_AUI":-$defaultval}"
8911
8912 fi
8913
8914
8915 eval "$wx_cv_use_aui"
8916
8917 if test x"$enablestring" = xdisable; then
8918 if test $wxUSE_AUI = no; then
8919 result=yes
8920 else
8921 result=no
8922 fi
8923 else
8924 result=$wxUSE_AUI
8925 fi
8926
8927 { echo "$as_me:$LINENO: result: $result" >&5
8928 echo "${ECHO_T}$result" >&6; }
8929
8930
8931 enablestring=
8932 defaultval=$wxUSE_ALL_FEATURES
8933 if test -z "$defaultval"; then
8934 if test x"$enablestring" = xdisable; then
8935 defaultval=yes
8936 else
8937 defaultval=no
8938 fi
8939 fi
8940
8941 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-propgrid" >&5
8942 echo $ECHO_N "checking for --${enablestring:-enable}-propgrid... $ECHO_C" >&6; }
8943 # Check whether --enable-propgrid was given.
8944 if test "${enable_propgrid+set}" = set; then
8945 enableval=$enable_propgrid;
8946 if test "$enableval" = yes; then
8947 wx_cv_use_propgrid='wxUSE_PROPGRID=yes'
8948 else
8949 wx_cv_use_propgrid='wxUSE_PROPGRID=no'
8950 fi
8951
8952 else
8953
8954 wx_cv_use_propgrid='wxUSE_PROPGRID=${'DEFAULT_wxUSE_PROPGRID":-$defaultval}"
8955
8956 fi
8957
8958
8959 eval "$wx_cv_use_propgrid"
8960
8961 if test x"$enablestring" = xdisable; then
8962 if test $wxUSE_PROPGRID = no; then
8963 result=yes
8964 else
8965 result=no
8966 fi
8967 else
8968 result=$wxUSE_PROPGRID
8969 fi
8970
8971 { echo "$as_me:$LINENO: result: $result" >&5
8972 echo "${ECHO_T}$result" >&6; }
8973
8974
8975 enablestring=
8976 defaultval=$wxUSE_ALL_FEATURES
8977 if test -z "$defaultval"; then
8978 if test x"$enablestring" = xdisable; then
8979 defaultval=yes
8980 else
8981 defaultval=no
8982 fi
8983 fi
8984
8985 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ribbon" >&5
8986 echo $ECHO_N "checking for --${enablestring:-enable}-ribbon... $ECHO_C" >&6; }
8987 # Check whether --enable-ribbon was given.
8988 if test "${enable_ribbon+set}" = set; then
8989 enableval=$enable_ribbon;
8990 if test "$enableval" = yes; then
8991 wx_cv_use_ribbon='wxUSE_RIBBON=yes'
8992 else
8993 wx_cv_use_ribbon='wxUSE_RIBBON=no'
8994 fi
8995
8996 else
8997
8998 wx_cv_use_ribbon='wxUSE_RIBBON=${'DEFAULT_wxUSE_RIBBON":-$defaultval}"
8999
9000 fi
9001
9002
9003 eval "$wx_cv_use_ribbon"
9004
9005 if test x"$enablestring" = xdisable; then
9006 if test $wxUSE_RIBBON = no; then
9007 result=yes
9008 else
9009 result=no
9010 fi
9011 else
9012 result=$wxUSE_RIBBON
9013 fi
9014
9015 { echo "$as_me:$LINENO: result: $result" >&5
9016 echo "${ECHO_T}$result" >&6; }
9017
9018
9019 enablestring=
9020 defaultval=$wxUSE_ALL_FEATURES
9021 if test -z "$defaultval"; then
9022 if test x"$enablestring" = xdisable; then
9023 defaultval=yes
9024 else
9025 defaultval=no
9026 fi
9027 fi
9028
9029 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stc" >&5
9030 echo $ECHO_N "checking for --${enablestring:-enable}-stc... $ECHO_C" >&6; }
9031 # Check whether --enable-stc was given.
9032 if test "${enable_stc+set}" = set; then
9033 enableval=$enable_stc;
9034 if test "$enableval" = yes; then
9035 wx_cv_use_stc='wxUSE_STC=yes'
9036 else
9037 wx_cv_use_stc='wxUSE_STC=no'
9038 fi
9039
9040 else
9041
9042 wx_cv_use_stc='wxUSE_STC=${'DEFAULT_wxUSE_STC":-$defaultval}"
9043
9044 fi
9045
9046
9047 eval "$wx_cv_use_stc"
9048
9049 if test x"$enablestring" = xdisable; then
9050 if test $wxUSE_STC = no; then
9051 result=yes
9052 else
9053 result=no
9054 fi
9055 else
9056 result=$wxUSE_STC
9057 fi
9058
9059 { echo "$as_me:$LINENO: result: $result" >&5
9060 echo "${ECHO_T}$result" >&6; }
9061
9062
9063 enablestring=
9064 defaultval=$wxUSE_ALL_FEATURES
9065 if test -z "$defaultval"; then
9066 if test x"$enablestring" = xdisable; then
9067 defaultval=yes
9068 else
9069 defaultval=no
9070 fi
9071 fi
9072
9073 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-constraints" >&5
9074 echo $ECHO_N "checking for --${enablestring:-enable}-constraints... $ECHO_C" >&6; }
9075 # Check whether --enable-constraints was given.
9076 if test "${enable_constraints+set}" = set; then
9077 enableval=$enable_constraints;
9078 if test "$enableval" = yes; then
9079 wx_cv_use_constraints='wxUSE_CONSTRAINTS=yes'
9080 else
9081 wx_cv_use_constraints='wxUSE_CONSTRAINTS=no'
9082 fi
9083
9084 else
9085
9086 wx_cv_use_constraints='wxUSE_CONSTRAINTS=${'DEFAULT_wxUSE_CONSTRAINTS":-$defaultval}"
9087
9088 fi
9089
9090
9091 eval "$wx_cv_use_constraints"
9092
9093 if test x"$enablestring" = xdisable; then
9094 if test $wxUSE_CONSTRAINTS = no; then
9095 result=yes
9096 else
9097 result=no
9098 fi
9099 else
9100 result=$wxUSE_CONSTRAINTS
9101 fi
9102
9103 { echo "$as_me:$LINENO: result: $result" >&5
9104 echo "${ECHO_T}$result" >&6; }
9105
9106
9107 enablestring=
9108 defaultval=$wxUSE_ALL_FEATURES
9109 if test -z "$defaultval"; then
9110 if test x"$enablestring" = xdisable; then
9111 defaultval=yes
9112 else
9113 defaultval=no
9114 fi
9115 fi
9116
9117 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-loggui" >&5
9118 echo $ECHO_N "checking for --${enablestring:-enable}-loggui... $ECHO_C" >&6; }
9119 # Check whether --enable-loggui was given.
9120 if test "${enable_loggui+set}" = set; then
9121 enableval=$enable_loggui;
9122 if test "$enableval" = yes; then
9123 wx_cv_use_loggui='wxUSE_LOGGUI=yes'
9124 else
9125 wx_cv_use_loggui='wxUSE_LOGGUI=no'
9126 fi
9127
9128 else
9129
9130 wx_cv_use_loggui='wxUSE_LOGGUI=${'DEFAULT_wxUSE_LOGGUI":-$defaultval}"
9131
9132 fi
9133
9134
9135 eval "$wx_cv_use_loggui"
9136
9137 if test x"$enablestring" = xdisable; then
9138 if test $wxUSE_LOGGUI = no; then
9139 result=yes
9140 else
9141 result=no
9142 fi
9143 else
9144 result=$wxUSE_LOGGUI
9145 fi
9146
9147 { echo "$as_me:$LINENO: result: $result" >&5
9148 echo "${ECHO_T}$result" >&6; }
9149
9150
9151 enablestring=
9152 defaultval=$wxUSE_ALL_FEATURES
9153 if test -z "$defaultval"; then
9154 if test x"$enablestring" = xdisable; then
9155 defaultval=yes
9156 else
9157 defaultval=no
9158 fi
9159 fi
9160
9161 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logwin" >&5
9162 echo $ECHO_N "checking for --${enablestring:-enable}-logwin... $ECHO_C" >&6; }
9163 # Check whether --enable-logwin was given.
9164 if test "${enable_logwin+set}" = set; then
9165 enableval=$enable_logwin;
9166 if test "$enableval" = yes; then
9167 wx_cv_use_logwin='wxUSE_LOGWINDOW=yes'
9168 else
9169 wx_cv_use_logwin='wxUSE_LOGWINDOW=no'
9170 fi
9171
9172 else
9173
9174 wx_cv_use_logwin='wxUSE_LOGWINDOW=${'DEFAULT_wxUSE_LOGWINDOW":-$defaultval}"
9175
9176 fi
9177
9178
9179 eval "$wx_cv_use_logwin"
9180
9181 if test x"$enablestring" = xdisable; then
9182 if test $wxUSE_LOGWINDOW = no; then
9183 result=yes
9184 else
9185 result=no
9186 fi
9187 else
9188 result=$wxUSE_LOGWINDOW
9189 fi
9190
9191 { echo "$as_me:$LINENO: result: $result" >&5
9192 echo "${ECHO_T}$result" >&6; }
9193
9194
9195 enablestring=
9196 defaultval=$wxUSE_ALL_FEATURES
9197 if test -z "$defaultval"; then
9198 if test x"$enablestring" = xdisable; then
9199 defaultval=yes
9200 else
9201 defaultval=no
9202 fi
9203 fi
9204
9205 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-logdialog" >&5
9206 echo $ECHO_N "checking for --${enablestring:-enable}-logdialog... $ECHO_C" >&6; }
9207 # Check whether --enable-logdialog was given.
9208 if test "${enable_logdialog+set}" = set; then
9209 enableval=$enable_logdialog;
9210 if test "$enableval" = yes; then
9211 wx_cv_use_logdialog='wxUSE_LOGDIALOG=yes'
9212 else
9213 wx_cv_use_logdialog='wxUSE_LOGDIALOG=no'
9214 fi
9215
9216 else
9217
9218 wx_cv_use_logdialog='wxUSE_LOGDIALOG=${'DEFAULT_wxUSE_LOGDIALOG":-$defaultval}"
9219
9220 fi
9221
9222
9223 eval "$wx_cv_use_logdialog"
9224
9225 if test x"$enablestring" = xdisable; then
9226 if test $wxUSE_LOGDIALOG = no; then
9227 result=yes
9228 else
9229 result=no
9230 fi
9231 else
9232 result=$wxUSE_LOGDIALOG
9233 fi
9234
9235 { echo "$as_me:$LINENO: result: $result" >&5
9236 echo "${ECHO_T}$result" >&6; }
9237
9238
9239 enablestring=
9240 defaultval=$wxUSE_ALL_FEATURES
9241 if test -z "$defaultval"; then
9242 if test x"$enablestring" = xdisable; then
9243 defaultval=yes
9244 else
9245 defaultval=no
9246 fi
9247 fi
9248
9249 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdi" >&5
9250 echo $ECHO_N "checking for --${enablestring:-enable}-mdi... $ECHO_C" >&6; }
9251 # Check whether --enable-mdi was given.
9252 if test "${enable_mdi+set}" = set; then
9253 enableval=$enable_mdi;
9254 if test "$enableval" = yes; then
9255 wx_cv_use_mdi='wxUSE_MDI=yes'
9256 else
9257 wx_cv_use_mdi='wxUSE_MDI=no'
9258 fi
9259
9260 else
9261
9262 wx_cv_use_mdi='wxUSE_MDI=${'DEFAULT_wxUSE_MDI":-$defaultval}"
9263
9264 fi
9265
9266
9267 eval "$wx_cv_use_mdi"
9268
9269 if test x"$enablestring" = xdisable; then
9270 if test $wxUSE_MDI = no; then
9271 result=yes
9272 else
9273 result=no
9274 fi
9275 else
9276 result=$wxUSE_MDI
9277 fi
9278
9279 { echo "$as_me:$LINENO: result: $result" >&5
9280 echo "${ECHO_T}$result" >&6; }
9281
9282
9283 enablestring=
9284 defaultval=$wxUSE_ALL_FEATURES
9285 if test -z "$defaultval"; then
9286 if test x"$enablestring" = xdisable; then
9287 defaultval=yes
9288 else
9289 defaultval=no
9290 fi
9291 fi
9292
9293 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mdidoc" >&5
9294 echo $ECHO_N "checking for --${enablestring:-enable}-mdidoc... $ECHO_C" >&6; }
9295 # Check whether --enable-mdidoc was given.
9296 if test "${enable_mdidoc+set}" = set; then
9297 enableval=$enable_mdidoc;
9298 if test "$enableval" = yes; then
9299 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=yes'
9300 else
9301 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=no'
9302 fi
9303
9304 else
9305
9306 wx_cv_use_mdidoc='wxUSE_MDI_ARCHITECTURE=${'DEFAULT_wxUSE_MDI_ARCHITECTURE":-$defaultval}"
9307
9308 fi
9309
9310
9311 eval "$wx_cv_use_mdidoc"
9312
9313 if test x"$enablestring" = xdisable; then
9314 if test $wxUSE_MDI_ARCHITECTURE = no; then
9315 result=yes
9316 else
9317 result=no
9318 fi
9319 else
9320 result=$wxUSE_MDI_ARCHITECTURE
9321 fi
9322
9323 { echo "$as_me:$LINENO: result: $result" >&5
9324 echo "${ECHO_T}$result" >&6; }
9325
9326
9327 enablestring=
9328 defaultval=$wxUSE_ALL_FEATURES
9329 if test -z "$defaultval"; then
9330 if test x"$enablestring" = xdisable; then
9331 defaultval=yes
9332 else
9333 defaultval=no
9334 fi
9335 fi
9336
9337 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mediactrl" >&5
9338 echo $ECHO_N "checking for --${enablestring:-enable}-mediactrl... $ECHO_C" >&6; }
9339 # Check whether --enable-mediactrl was given.
9340 if test "${enable_mediactrl+set}" = set; then
9341 enableval=$enable_mediactrl;
9342 if test "$enableval" = yes; then
9343 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=yes'
9344 else
9345 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=no'
9346 fi
9347
9348 else
9349
9350 wx_cv_use_mediactrl='wxUSE_MEDIACTRL=${'DEFAULT_wxUSE_MEDIACTRL":-$defaultval}"
9351
9352 fi
9353
9354
9355 eval "$wx_cv_use_mediactrl"
9356
9357 if test x"$enablestring" = xdisable; then
9358 if test $wxUSE_MEDIACTRL = no; then
9359 result=yes
9360 else
9361 result=no
9362 fi
9363 else
9364 result=$wxUSE_MEDIACTRL
9365 fi
9366
9367 { echo "$as_me:$LINENO: result: $result" >&5
9368 echo "${ECHO_T}$result" >&6; }
9369
9370
9371 enablestring=
9372 defaultval=$wxUSE_ALL_FEATURES
9373 if test -z "$defaultval"; then
9374 if test x"$enablestring" = xdisable; then
9375 defaultval=yes
9376 else
9377 defaultval=no
9378 fi
9379 fi
9380
9381 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gstreamer8" >&5
9382 echo $ECHO_N "checking for --${enablestring:-enable}-gstreamer8... $ECHO_C" >&6; }
9383 # Check whether --enable-gstreamer8 was given.
9384 if test "${enable_gstreamer8+set}" = set; then
9385 enableval=$enable_gstreamer8;
9386 if test "$enableval" = yes; then
9387 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=yes'
9388 else
9389 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=no'
9390 fi
9391
9392 else
9393
9394 wx_cv_use_gstreamer8='wxUSE_GSTREAMER8=${'DEFAULT_wxUSE_GSTREAMER8":-$defaultval}"
9395
9396 fi
9397
9398
9399 eval "$wx_cv_use_gstreamer8"
9400
9401 if test x"$enablestring" = xdisable; then
9402 if test $wxUSE_GSTREAMER8 = no; then
9403 result=yes
9404 else
9405 result=no
9406 fi
9407 else
9408 result=$wxUSE_GSTREAMER8
9409 fi
9410
9411 { echo "$as_me:$LINENO: result: $result" >&5
9412 echo "${ECHO_T}$result" >&6; }
9413
9414
9415 enablestring=
9416 defaultval=$wxUSE_ALL_FEATURES
9417 if test -z "$defaultval"; then
9418 if test x"$enablestring" = xdisable; then
9419 defaultval=yes
9420 else
9421 defaultval=no
9422 fi
9423 fi
9424
9425 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-richtext" >&5
9426 echo $ECHO_N "checking for --${enablestring:-enable}-richtext... $ECHO_C" >&6; }
9427 # Check whether --enable-richtext was given.
9428 if test "${enable_richtext+set}" = set; then
9429 enableval=$enable_richtext;
9430 if test "$enableval" = yes; then
9431 wx_cv_use_richtext='wxUSE_RICHTEXT=yes'
9432 else
9433 wx_cv_use_richtext='wxUSE_RICHTEXT=no'
9434 fi
9435
9436 else
9437
9438 wx_cv_use_richtext='wxUSE_RICHTEXT=${'DEFAULT_wxUSE_RICHTEXT":-$defaultval}"
9439
9440 fi
9441
9442
9443 eval "$wx_cv_use_richtext"
9444
9445 if test x"$enablestring" = xdisable; then
9446 if test $wxUSE_RICHTEXT = no; then
9447 result=yes
9448 else
9449 result=no
9450 fi
9451 else
9452 result=$wxUSE_RICHTEXT
9453 fi
9454
9455 { echo "$as_me:$LINENO: result: $result" >&5
9456 echo "${ECHO_T}$result" >&6; }
9457
9458
9459 enablestring=
9460 defaultval=$wxUSE_ALL_FEATURES
9461 if test -z "$defaultval"; then
9462 if test x"$enablestring" = xdisable; then
9463 defaultval=yes
9464 else
9465 defaultval=no
9466 fi
9467 fi
9468
9469 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-postscript" >&5
9470 echo $ECHO_N "checking for --${enablestring:-enable}-postscript... $ECHO_C" >&6; }
9471 # Check whether --enable-postscript was given.
9472 if test "${enable_postscript+set}" = set; then
9473 enableval=$enable_postscript;
9474 if test "$enableval" = yes; then
9475 wx_cv_use_postscript='wxUSE_POSTSCRIPT=yes'
9476 else
9477 wx_cv_use_postscript='wxUSE_POSTSCRIPT=no'
9478 fi
9479
9480 else
9481
9482 wx_cv_use_postscript='wxUSE_POSTSCRIPT=${'DEFAULT_wxUSE_POSTSCRIPT":-$defaultval}"
9483
9484 fi
9485
9486
9487 eval "$wx_cv_use_postscript"
9488
9489 if test x"$enablestring" = xdisable; then
9490 if test $wxUSE_POSTSCRIPT = no; then
9491 result=yes
9492 else
9493 result=no
9494 fi
9495 else
9496 result=$wxUSE_POSTSCRIPT
9497 fi
9498
9499 { echo "$as_me:$LINENO: result: $result" >&5
9500 echo "${ECHO_T}$result" >&6; }
9501
9502
9503 enablestring=
9504 defaultval=$wxUSE_ALL_FEATURES
9505 if test -z "$defaultval"; then
9506 if test x"$enablestring" = xdisable; then
9507 defaultval=yes
9508 else
9509 defaultval=no
9510 fi
9511 fi
9512
9513 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-printarch" >&5
9514 echo $ECHO_N "checking for --${enablestring:-enable}-printarch... $ECHO_C" >&6; }
9515 # Check whether --enable-printarch was given.
9516 if test "${enable_printarch+set}" = set; then
9517 enableval=$enable_printarch;
9518 if test "$enableval" = yes; then
9519 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=yes'
9520 else
9521 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=no'
9522 fi
9523
9524 else
9525
9526 wx_cv_use_printarch='wxUSE_PRINTING_ARCHITECTURE=${'DEFAULT_wxUSE_PRINTING_ARCHITECTURE":-$defaultval}"
9527
9528 fi
9529
9530
9531 eval "$wx_cv_use_printarch"
9532
9533 if test x"$enablestring" = xdisable; then
9534 if test $wxUSE_PRINTING_ARCHITECTURE = no; then
9535 result=yes
9536 else
9537 result=no
9538 fi
9539 else
9540 result=$wxUSE_PRINTING_ARCHITECTURE
9541 fi
9542
9543 { echo "$as_me:$LINENO: result: $result" >&5
9544 echo "${ECHO_T}$result" >&6; }
9545
9546
9547 enablestring=
9548 defaultval=$wxUSE_ALL_FEATURES
9549 if test -z "$defaultval"; then
9550 if test x"$enablestring" = xdisable; then
9551 defaultval=yes
9552 else
9553 defaultval=no
9554 fi
9555 fi
9556
9557 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-svg" >&5
9558 echo $ECHO_N "checking for --${enablestring:-enable}-svg... $ECHO_C" >&6; }
9559 # Check whether --enable-svg was given.
9560 if test "${enable_svg+set}" = set; then
9561 enableval=$enable_svg;
9562 if test "$enableval" = yes; then
9563 wx_cv_use_svg='wxUSE_SVG=yes'
9564 else
9565 wx_cv_use_svg='wxUSE_SVG=no'
9566 fi
9567
9568 else
9569
9570 wx_cv_use_svg='wxUSE_SVG=${'DEFAULT_wxUSE_SVG":-$defaultval}"
9571
9572 fi
9573
9574
9575 eval "$wx_cv_use_svg"
9576
9577 if test x"$enablestring" = xdisable; then
9578 if test $wxUSE_SVG = no; then
9579 result=yes
9580 else
9581 result=no
9582 fi
9583 else
9584 result=$wxUSE_SVG
9585 fi
9586
9587 { echo "$as_me:$LINENO: result: $result" >&5
9588 echo "${ECHO_T}$result" >&6; }
9589
9590
9591 enablestring=
9592 defaultval=$wxUSE_ALL_FEATURES
9593 if test -z "$defaultval"; then
9594 if test x"$enablestring" = xdisable; then
9595 defaultval=yes
9596 else
9597 defaultval=no
9598 fi
9599 fi
9600
9601 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webkit" >&5
9602 echo $ECHO_N "checking for --${enablestring:-enable}-webkit... $ECHO_C" >&6; }
9603 # Check whether --enable-webkit was given.
9604 if test "${enable_webkit+set}" = set; then
9605 enableval=$enable_webkit;
9606 if test "$enableval" = yes; then
9607 wx_cv_use_webkit='wxUSE_WEBKIT=yes'
9608 else
9609 wx_cv_use_webkit='wxUSE_WEBKIT=no'
9610 fi
9611
9612 else
9613
9614 wx_cv_use_webkit='wxUSE_WEBKIT=${'DEFAULT_wxUSE_WEBKIT":-$defaultval}"
9615
9616 fi
9617
9618
9619 eval "$wx_cv_use_webkit"
9620
9621 if test x"$enablestring" = xdisable; then
9622 if test $wxUSE_WEBKIT = no; then
9623 result=yes
9624 else
9625 result=no
9626 fi
9627 else
9628 result=$wxUSE_WEBKIT
9629 fi
9630
9631 { echo "$as_me:$LINENO: result: $result" >&5
9632 echo "${ECHO_T}$result" >&6; }
9633
9634
9635 enablestring=
9636 defaultval=$wxUSE_ALL_FEATURES
9637 if test -z "$defaultval"; then
9638 if test x"$enablestring" = xdisable; then
9639 defaultval=yes
9640 else
9641 defaultval=no
9642 fi
9643 fi
9644
9645 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webview" >&5
9646 echo $ECHO_N "checking for --${enablestring:-enable}-webview... $ECHO_C" >&6; }
9647 # Check whether --enable-webview was given.
9648 if test "${enable_webview+set}" = set; then
9649 enableval=$enable_webview;
9650 if test "$enableval" = yes; then
9651 wx_cv_use_webview='wxUSE_WEBVIEW=yes'
9652 else
9653 wx_cv_use_webview='wxUSE_WEBVIEW=no'
9654 fi
9655
9656 else
9657
9658 wx_cv_use_webview='wxUSE_WEBVIEW=${'DEFAULT_wxUSE_WEBVIEW":-$defaultval}"
9659
9660 fi
9661
9662
9663 eval "$wx_cv_use_webview"
9664
9665 if test x"$enablestring" = xdisable; then
9666 if test $wxUSE_WEBVIEW = no; then
9667 result=yes
9668 else
9669 result=no
9670 fi
9671 else
9672 result=$wxUSE_WEBVIEW
9673 fi
9674
9675 { echo "$as_me:$LINENO: result: $result" >&5
9676 echo "${ECHO_T}$result" >&6; }
9677
9678
9679 if test "$wxUSE_MAC" != 1; then
9680
9681 enablestring=
9682 defaultval=$wxUSE_ALL_FEATURES
9683 if test -z "$defaultval"; then
9684 if test x"$enablestring" = xdisable; then
9685 defaultval=yes
9686 else
9687 defaultval=no
9688 fi
9689 fi
9690
9691 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-graphics_ctx" >&5
9692 echo $ECHO_N "checking for --${enablestring:-enable}-graphics_ctx... $ECHO_C" >&6; }
9693 # Check whether --enable-graphics_ctx was given.
9694 if test "${enable_graphics_ctx+set}" = set; then
9695 enableval=$enable_graphics_ctx;
9696 if test "$enableval" = yes; then
9697 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=yes'
9698 else
9699 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=no'
9700 fi
9701
9702 else
9703
9704 wx_cv_use_graphics_ctx='wxUSE_GRAPHICS_CONTEXT=${'DEFAULT_wxUSE_GRAPHICS_CONTEXT":-$defaultval}"
9705
9706 fi
9707
9708
9709 eval "$wx_cv_use_graphics_ctx"
9710
9711 if test x"$enablestring" = xdisable; then
9712 if test $wxUSE_GRAPHICS_CONTEXT = no; then
9713 result=yes
9714 else
9715 result=no
9716 fi
9717 else
9718 result=$wxUSE_GRAPHICS_CONTEXT
9719 fi
9720
9721 { echo "$as_me:$LINENO: result: $result" >&5
9722 echo "${ECHO_T}$result" >&6; }
9723
9724 fi
9725
9726
9727
9728 enablestring=
9729 defaultval=$wxUSE_ALL_FEATURES
9730 if test -z "$defaultval"; then
9731 if test x"$enablestring" = xdisable; then
9732 defaultval=yes
9733 else
9734 defaultval=no
9735 fi
9736 fi
9737
9738 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-clipboard" >&5
9739 echo $ECHO_N "checking for --${enablestring:-enable}-clipboard... $ECHO_C" >&6; }
9740 # Check whether --enable-clipboard was given.
9741 if test "${enable_clipboard+set}" = set; then
9742 enableval=$enable_clipboard;
9743 if test "$enableval" = yes; then
9744 wx_cv_use_clipboard='wxUSE_CLIPBOARD=yes'
9745 else
9746 wx_cv_use_clipboard='wxUSE_CLIPBOARD=no'
9747 fi
9748
9749 else
9750
9751 wx_cv_use_clipboard='wxUSE_CLIPBOARD=${'DEFAULT_wxUSE_CLIPBOARD":-$defaultval}"
9752
9753 fi
9754
9755
9756 eval "$wx_cv_use_clipboard"
9757
9758 if test x"$enablestring" = xdisable; then
9759 if test $wxUSE_CLIPBOARD = no; then
9760 result=yes
9761 else
9762 result=no
9763 fi
9764 else
9765 result=$wxUSE_CLIPBOARD
9766 fi
9767
9768 { echo "$as_me:$LINENO: result: $result" >&5
9769 echo "${ECHO_T}$result" >&6; }
9770
9771
9772 enablestring=
9773 defaultval=$wxUSE_ALL_FEATURES
9774 if test -z "$defaultval"; then
9775 if test x"$enablestring" = xdisable; then
9776 defaultval=yes
9777 else
9778 defaultval=no
9779 fi
9780 fi
9781
9782 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dnd" >&5
9783 echo $ECHO_N "checking for --${enablestring:-enable}-dnd... $ECHO_C" >&6; }
9784 # Check whether --enable-dnd was given.
9785 if test "${enable_dnd+set}" = set; then
9786 enableval=$enable_dnd;
9787 if test "$enableval" = yes; then
9788 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=yes'
9789 else
9790 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=no'
9791 fi
9792
9793 else
9794
9795 wx_cv_use_dnd='wxUSE_DRAG_AND_DROP=${'DEFAULT_wxUSE_DRAG_AND_DROP":-$defaultval}"
9796
9797 fi
9798
9799
9800 eval "$wx_cv_use_dnd"
9801
9802 if test x"$enablestring" = xdisable; then
9803 if test $wxUSE_DRAG_AND_DROP = no; then
9804 result=yes
9805 else
9806 result=no
9807 fi
9808 else
9809 result=$wxUSE_DRAG_AND_DROP
9810 fi
9811
9812 { echo "$as_me:$LINENO: result: $result" >&5
9813 echo "${ECHO_T}$result" >&6; }
9814
9815
9816
9817 DEFAULT_wxUSE_CONTROLS=none
9818
9819 enablestring=disable
9820 defaultval=
9821 if test -z "$defaultval"; then
9822 if test x"$enablestring" = xdisable; then
9823 defaultval=yes
9824 else
9825 defaultval=no
9826 fi
9827 fi
9828
9829 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-controls" >&5
9830 echo $ECHO_N "checking for --${enablestring:-enable}-controls... $ECHO_C" >&6; }
9831 # Check whether --enable-controls was given.
9832 if test "${enable_controls+set}" = set; then
9833 enableval=$enable_controls;
9834 if test "$enableval" = yes; then
9835 wx_cv_use_controls='wxUSE_CONTROLS=yes'
9836 else
9837 wx_cv_use_controls='wxUSE_CONTROLS=no'
9838 fi
9839
9840 else
9841
9842 wx_cv_use_controls='wxUSE_CONTROLS=${'DEFAULT_wxUSE_CONTROLS":-$defaultval}"
9843
9844 fi
9845
9846
9847 eval "$wx_cv_use_controls"
9848
9849 if test x"$enablestring" = xdisable; then
9850 if test $wxUSE_CONTROLS = no; then
9851 result=yes
9852 else
9853 result=no
9854 fi
9855 else
9856 result=$wxUSE_CONTROLS
9857 fi
9858
9859 { echo "$as_me:$LINENO: result: $result" >&5
9860 echo "${ECHO_T}$result" >&6; }
9861
9862
9863 if test "$wxUSE_CONTROLS" = "no"; then
9864 DEFAULT_wxUSE_ACCEL=no
9865 DEFAULT_wxUSE_ANIMATIONCTRL=no
9866 DEFAULT_wxUSE_BANNERWINDOW=no
9867 DEFAULT_wxUSE_BMPBUTTON=no
9868 DEFAULT_wxUSE_BUTTON=no
9869 DEFAULT_wxUSE_CALCTRL=no
9870 DEFAULT_wxUSE_CARET=no
9871 DEFAULT_wxUSE_CHECKBOX=no
9872 DEFAULT_wxUSE_CHECKLISTBOX=no
9873 DEFAULT_wxUSE_CHOICE=no
9874 DEFAULT_wxUSE_CHOICEBOOK=no
9875 DEFAULT_wxUSE_COLLPANE=no
9876 DEFAULT_wxUSE_COLOURPICKERCTRL=no
9877 DEFAULT_wxUSE_COMBOBOX=no
9878 DEFAULT_wxUSE_COMBOBOX=no
9879 DEFAULT_wxUSE_COMMANDLINKBUTTON=no
9880 DEFAULT_wxUSE_DATAVIEWCTRL=no
9881 DEFAULT_wxUSE_DATEPICKCTRL=no
9882 DEFAULT_wxUSE_DETECT_SM=no
9883 DEFAULT_wxUSE_DIRPICKERCTRL=no
9884 DEFAULT_wxUSE_DISPLAY=no
9885 DEFAULT_wxUSE_FILECTRL=no
9886 DEFAULT_wxUSE_FILEPICKERCTRL=no
9887 DEFAULT_wxUSE_FONTPICKERCTRL=no
9888 DEFAULT_wxUSE_GAUGE=no
9889 DEFAULT_wxUSE_GRID=no
9890 DEFAULT_wxUSE_HEADERCTRL=no
9891 DEFAULT_wxUSE_HYPERLINKCTRL=no
9892 DEFAULT_wxUSE_IMAGLIST=no
9893 DEFAULT_wxUSE_LISTBOOK=no
9894 DEFAULT_wxUSE_LISTBOX=no
9895 DEFAULT_wxUSE_LISTCTRL=no
9896 DEFAULT_wxUSE_MARKUP=no
9897 DEFAULT_wxUSE_NOTEBOOK=no
9898 DEFAULT_wxUSE_POPUPWIN=no
9899 DEFAULT_wxUSE_RADIOBOX=no
9900 DEFAULT_wxUSE_RADIOBTN=no
9901 DEFAULT_wxUSE_RICHMSGDLG=no
9902 DEFAULT_wxUSE_REARRANGECTRL=no
9903 DEFAULT_wxUSE_SASH=no
9904 DEFAULT_wxUSE_SCROLLBAR=no
9905 DEFAULT_wxUSE_SEARCHCTRL=no
9906 DEFAULT_wxUSE_SLIDER=no
9907 DEFAULT_wxUSE_SPINBTN=no
9908 DEFAULT_wxUSE_SPINCTRL=no
9909 DEFAULT_wxUSE_SPLITTER=no
9910 DEFAULT_wxUSE_STATBMP=no
9911 DEFAULT_wxUSE_STATBOX=no
9912 DEFAULT_wxUSE_STATLINE=no
9913 DEFAULT_wxUSE_STATUSBAR=no
9914 DEFAULT_wxUSE_TIPWINDOW=no
9915 DEFAULT_wxUSE_TOGGLEBTN=no
9916 DEFAULT_wxUSE_TOOLBAR=no
9917 DEFAULT_wxUSE_TOOLBAR_NATIVE=no
9918 DEFAULT_wxUSE_TOOLBOOK=no
9919 DEFAULT_wxUSE_TOOLTIPS=no
9920 DEFAULT_wxUSE_TREEBOOK=no
9921 DEFAULT_wxUSE_TREECTRL=no
9922 DEFAULT_wxUSE_TREELISTCTRL=no
9923 fi
9924
9925
9926 enablestring=
9927 defaultval=$wxUSE_ALL_FEATURES
9928 if test -z "$defaultval"; then
9929 if test x"$enablestring" = xdisable; then
9930 defaultval=yes
9931 else
9932 defaultval=no
9933 fi
9934 fi
9935
9936 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-markup" >&5
9937 echo $ECHO_N "checking for --${enablestring:-enable}-markup... $ECHO_C" >&6; }
9938 # Check whether --enable-markup was given.
9939 if test "${enable_markup+set}" = set; then
9940 enableval=$enable_markup;
9941 if test "$enableval" = yes; then
9942 wx_cv_use_markup='wxUSE_MARKUP=yes'
9943 else
9944 wx_cv_use_markup='wxUSE_MARKUP=no'
9945 fi
9946
9947 else
9948
9949 wx_cv_use_markup='wxUSE_MARKUP=${'DEFAULT_wxUSE_MARKUP":-$defaultval}"
9950
9951 fi
9952
9953
9954 eval "$wx_cv_use_markup"
9955
9956 if test x"$enablestring" = xdisable; then
9957 if test $wxUSE_MARKUP = no; then
9958 result=yes
9959 else
9960 result=no
9961 fi
9962 else
9963 result=$wxUSE_MARKUP
9964 fi
9965
9966 { echo "$as_me:$LINENO: result: $result" >&5
9967 echo "${ECHO_T}$result" >&6; }
9968
9969
9970
9971 enablestring=
9972 defaultval=$wxUSE_ALL_FEATURES
9973 if test -z "$defaultval"; then
9974 if test x"$enablestring" = xdisable; then
9975 defaultval=yes
9976 else
9977 defaultval=no
9978 fi
9979 fi
9980
9981 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accel" >&5
9982 echo $ECHO_N "checking for --${enablestring:-enable}-accel... $ECHO_C" >&6; }
9983 # Check whether --enable-accel was given.
9984 if test "${enable_accel+set}" = set; then
9985 enableval=$enable_accel;
9986 if test "$enableval" = yes; then
9987 wx_cv_use_accel='wxUSE_ACCEL=yes'
9988 else
9989 wx_cv_use_accel='wxUSE_ACCEL=no'
9990 fi
9991
9992 else
9993
9994 wx_cv_use_accel='wxUSE_ACCEL=${'DEFAULT_wxUSE_ACCEL":-$defaultval}"
9995
9996 fi
9997
9998
9999 eval "$wx_cv_use_accel"
10000
10001 if test x"$enablestring" = xdisable; then
10002 if test $wxUSE_ACCEL = no; then
10003 result=yes
10004 else
10005 result=no
10006 fi
10007 else
10008 result=$wxUSE_ACCEL
10009 fi
10010
10011 { echo "$as_me:$LINENO: result: $result" >&5
10012 echo "${ECHO_T}$result" >&6; }
10013
10014
10015 enablestring=
10016 defaultval=$wxUSE_ALL_FEATURES
10017 if test -z "$defaultval"; then
10018 if test x"$enablestring" = xdisable; then
10019 defaultval=yes
10020 else
10021 defaultval=no
10022 fi
10023 fi
10024
10025 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-animatectrl" >&5
10026 echo $ECHO_N "checking for --${enablestring:-enable}-animatectrl... $ECHO_C" >&6; }
10027 # Check whether --enable-animatectrl was given.
10028 if test "${enable_animatectrl+set}" = set; then
10029 enableval=$enable_animatectrl;
10030 if test "$enableval" = yes; then
10031 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=yes'
10032 else
10033 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=no'
10034 fi
10035
10036 else
10037
10038 wx_cv_use_animatectrl='wxUSE_ANIMATIONCTRL=${'DEFAULT_wxUSE_ANIMATIONCTRL":-$defaultval}"
10039
10040 fi
10041
10042
10043 eval "$wx_cv_use_animatectrl"
10044
10045 if test x"$enablestring" = xdisable; then
10046 if test $wxUSE_ANIMATIONCTRL = no; then
10047 result=yes
10048 else
10049 result=no
10050 fi
10051 else
10052 result=$wxUSE_ANIMATIONCTRL
10053 fi
10054
10055 { echo "$as_me:$LINENO: result: $result" >&5
10056 echo "${ECHO_T}$result" >&6; }
10057
10058
10059 enablestring=
10060 defaultval=$wxUSE_ALL_FEATURES
10061 if test -z "$defaultval"; then
10062 if test x"$enablestring" = xdisable; then
10063 defaultval=yes
10064 else
10065 defaultval=no
10066 fi
10067 fi
10068
10069 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bannerwindow" >&5
10070 echo $ECHO_N "checking for --${enablestring:-enable}-bannerwindow... $ECHO_C" >&6; }
10071 # Check whether --enable-bannerwindow was given.
10072 if test "${enable_bannerwindow+set}" = set; then
10073 enableval=$enable_bannerwindow;
10074 if test "$enableval" = yes; then
10075 wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=yes'
10076 else
10077 wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=no'
10078 fi
10079
10080 else
10081
10082 wx_cv_use_bannerwindow='wxUSE_BANNERWINDOW=${'DEFAULT_wxUSE_BANNERWINDOW":-$defaultval}"
10083
10084 fi
10085
10086
10087 eval "$wx_cv_use_bannerwindow"
10088
10089 if test x"$enablestring" = xdisable; then
10090 if test $wxUSE_BANNERWINDOW = no; then
10091 result=yes
10092 else
10093 result=no
10094 fi
10095 else
10096 result=$wxUSE_BANNERWINDOW
10097 fi
10098
10099 { echo "$as_me:$LINENO: result: $result" >&5
10100 echo "${ECHO_T}$result" >&6; }
10101
10102
10103 enablestring=
10104 defaultval=$wxUSE_ALL_FEATURES
10105 if test -z "$defaultval"; then
10106 if test x"$enablestring" = xdisable; then
10107 defaultval=yes
10108 else
10109 defaultval=no
10110 fi
10111 fi
10112
10113 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-artstd" >&5
10114 echo $ECHO_N "checking for --${enablestring:-enable}-artstd... $ECHO_C" >&6; }
10115 # Check whether --enable-artstd was given.
10116 if test "${enable_artstd+set}" = set; then
10117 enableval=$enable_artstd;
10118 if test "$enableval" = yes; then
10119 wx_cv_use_artstd='wxUSE_ARTPROVIDER_STD=yes'
10120 else
10121 wx_cv_use_artstd='wxUSE_ARTPROVIDER_STD=no'
10122 fi
10123
10124 else
10125
10126 wx_cv_use_artstd='wxUSE_ARTPROVIDER_STD=${'DEFAULT_wxUSE_ARTPROVIDER_STD":-$defaultval}"
10127
10128 fi
10129
10130
10131 eval "$wx_cv_use_artstd"
10132
10133 if test x"$enablestring" = xdisable; then
10134 if test $wxUSE_ARTPROVIDER_STD = no; then
10135 result=yes
10136 else
10137 result=no
10138 fi
10139 else
10140 result=$wxUSE_ARTPROVIDER_STD
10141 fi
10142
10143 { echo "$as_me:$LINENO: result: $result" >&5
10144 echo "${ECHO_T}$result" >&6; }
10145
10146
10147 enablestring=
10148 defaultval=$wxUSE_ALL_FEATURES
10149 if test -z "$defaultval"; then
10150 if test x"$enablestring" = xdisable; then
10151 defaultval=yes
10152 else
10153 defaultval=no
10154 fi
10155 fi
10156
10157 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-arttango" >&5
10158 echo $ECHO_N "checking for --${enablestring:-enable}-arttango... $ECHO_C" >&6; }
10159 # Check whether --enable-arttango was given.
10160 if test "${enable_arttango+set}" = set; then
10161 enableval=$enable_arttango;
10162 if test "$enableval" = yes; then
10163 wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO=yes'
10164 else
10165 wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO=no'
10166 fi
10167
10168 else
10169
10170 wx_cv_use_arttango='wxUSE_ARTPROVIDER_TANGO=${'DEFAULT_wxUSE_ARTPROVIDER_TANGO":-$defaultval}"
10171
10172 fi
10173
10174
10175 eval "$wx_cv_use_arttango"
10176
10177 if test x"$enablestring" = xdisable; then
10178 if test $wxUSE_ARTPROVIDER_TANGO = no; then
10179 result=yes
10180 else
10181 result=no
10182 fi
10183 else
10184 result=$wxUSE_ARTPROVIDER_TANGO
10185 fi
10186
10187 { echo "$as_me:$LINENO: result: $result" >&5
10188 echo "${ECHO_T}$result" >&6; }
10189
10190
10191 enablestring=
10192 defaultval=$wxUSE_ALL_FEATURES
10193 if test -z "$defaultval"; then
10194 if test x"$enablestring" = xdisable; then
10195 defaultval=yes
10196 else
10197 defaultval=no
10198 fi
10199 fi
10200
10201 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpbutton" >&5
10202 echo $ECHO_N "checking for --${enablestring:-enable}-bmpbutton... $ECHO_C" >&6; }
10203 # Check whether --enable-bmpbutton was given.
10204 if test "${enable_bmpbutton+set}" = set; then
10205 enableval=$enable_bmpbutton;
10206 if test "$enableval" = yes; then
10207 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=yes'
10208 else
10209 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=no'
10210 fi
10211
10212 else
10213
10214 wx_cv_use_bmpbutton='wxUSE_BMPBUTTON=${'DEFAULT_wxUSE_BMPBUTTON":-$defaultval}"
10215
10216 fi
10217
10218
10219 eval "$wx_cv_use_bmpbutton"
10220
10221 if test x"$enablestring" = xdisable; then
10222 if test $wxUSE_BMPBUTTON = no; then
10223 result=yes
10224 else
10225 result=no
10226 fi
10227 else
10228 result=$wxUSE_BMPBUTTON
10229 fi
10230
10231 { echo "$as_me:$LINENO: result: $result" >&5
10232 echo "${ECHO_T}$result" >&6; }
10233
10234
10235 enablestring=
10236 defaultval=$wxUSE_ALL_FEATURES
10237 if test -z "$defaultval"; then
10238 if test x"$enablestring" = xdisable; then
10239 defaultval=yes
10240 else
10241 defaultval=no
10242 fi
10243 fi
10244
10245 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-bmpcombobox" >&5
10246 echo $ECHO_N "checking for --${enablestring:-enable}-bmpcombobox... $ECHO_C" >&6; }
10247 # Check whether --enable-bmpcombobox was given.
10248 if test "${enable_bmpcombobox+set}" = set; then
10249 enableval=$enable_bmpcombobox;
10250 if test "$enableval" = yes; then
10251 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=yes'
10252 else
10253 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=no'
10254 fi
10255
10256 else
10257
10258 wx_cv_use_bmpcombobox='wxUSE_BITMAPCOMBOBOX=${'DEFAULT_wxUSE_BITMAPCOMBOBOX":-$defaultval}"
10259
10260 fi
10261
10262
10263 eval "$wx_cv_use_bmpcombobox"
10264
10265 if test x"$enablestring" = xdisable; then
10266 if test $wxUSE_BITMAPCOMBOBOX = no; then
10267 result=yes
10268 else
10269 result=no
10270 fi
10271 else
10272 result=$wxUSE_BITMAPCOMBOBOX
10273 fi
10274
10275 { echo "$as_me:$LINENO: result: $result" >&5
10276 echo "${ECHO_T}$result" >&6; }
10277
10278
10279 enablestring=
10280 defaultval=$wxUSE_ALL_FEATURES
10281 if test -z "$defaultval"; then
10282 if test x"$enablestring" = xdisable; then
10283 defaultval=yes
10284 else
10285 defaultval=no
10286 fi
10287 fi
10288
10289 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-button" >&5
10290 echo $ECHO_N "checking for --${enablestring:-enable}-button... $ECHO_C" >&6; }
10291 # Check whether --enable-button was given.
10292 if test "${enable_button+set}" = set; then
10293 enableval=$enable_button;
10294 if test "$enableval" = yes; then
10295 wx_cv_use_button='wxUSE_BUTTON=yes'
10296 else
10297 wx_cv_use_button='wxUSE_BUTTON=no'
10298 fi
10299
10300 else
10301
10302 wx_cv_use_button='wxUSE_BUTTON=${'DEFAULT_wxUSE_BUTTON":-$defaultval}"
10303
10304 fi
10305
10306
10307 eval "$wx_cv_use_button"
10308
10309 if test x"$enablestring" = xdisable; then
10310 if test $wxUSE_BUTTON = no; then
10311 result=yes
10312 else
10313 result=no
10314 fi
10315 else
10316 result=$wxUSE_BUTTON
10317 fi
10318
10319 { echo "$as_me:$LINENO: result: $result" >&5
10320 echo "${ECHO_T}$result" >&6; }
10321
10322
10323 enablestring=
10324 defaultval=$wxUSE_ALL_FEATURES
10325 if test -z "$defaultval"; then
10326 if test x"$enablestring" = xdisable; then
10327 defaultval=yes
10328 else
10329 defaultval=no
10330 fi
10331 fi
10332
10333 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-calendar" >&5
10334 echo $ECHO_N "checking for --${enablestring:-enable}-calendar... $ECHO_C" >&6; }
10335 # Check whether --enable-calendar was given.
10336 if test "${enable_calendar+set}" = set; then
10337 enableval=$enable_calendar;
10338 if test "$enableval" = yes; then
10339 wx_cv_use_calendar='wxUSE_CALCTRL=yes'
10340 else
10341 wx_cv_use_calendar='wxUSE_CALCTRL=no'
10342 fi
10343
10344 else
10345
10346 wx_cv_use_calendar='wxUSE_CALCTRL=${'DEFAULT_wxUSE_CALCTRL":-$defaultval}"
10347
10348 fi
10349
10350
10351 eval "$wx_cv_use_calendar"
10352
10353 if test x"$enablestring" = xdisable; then
10354 if test $wxUSE_CALCTRL = no; then
10355 result=yes
10356 else
10357 result=no
10358 fi
10359 else
10360 result=$wxUSE_CALCTRL
10361 fi
10362
10363 { echo "$as_me:$LINENO: result: $result" >&5
10364 echo "${ECHO_T}$result" >&6; }
10365
10366
10367 enablestring=
10368 defaultval=$wxUSE_ALL_FEATURES
10369 if test -z "$defaultval"; then
10370 if test x"$enablestring" = xdisable; then
10371 defaultval=yes
10372 else
10373 defaultval=no
10374 fi
10375 fi
10376
10377 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-caret" >&5
10378 echo $ECHO_N "checking for --${enablestring:-enable}-caret... $ECHO_C" >&6; }
10379 # Check whether --enable-caret was given.
10380 if test "${enable_caret+set}" = set; then
10381 enableval=$enable_caret;
10382 if test "$enableval" = yes; then
10383 wx_cv_use_caret='wxUSE_CARET=yes'
10384 else
10385 wx_cv_use_caret='wxUSE_CARET=no'
10386 fi
10387
10388 else
10389
10390 wx_cv_use_caret='wxUSE_CARET=${'DEFAULT_wxUSE_CARET":-$defaultval}"
10391
10392 fi
10393
10394
10395 eval "$wx_cv_use_caret"
10396
10397 if test x"$enablestring" = xdisable; then
10398 if test $wxUSE_CARET = no; then
10399 result=yes
10400 else
10401 result=no
10402 fi
10403 else
10404 result=$wxUSE_CARET
10405 fi
10406
10407 { echo "$as_me:$LINENO: result: $result" >&5
10408 echo "${ECHO_T}$result" >&6; }
10409
10410
10411 enablestring=
10412 defaultval=$wxUSE_ALL_FEATURES
10413 if test -z "$defaultval"; then
10414 if test x"$enablestring" = xdisable; then
10415 defaultval=yes
10416 else
10417 defaultval=no
10418 fi
10419 fi
10420
10421 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checkbox" >&5
10422 echo $ECHO_N "checking for --${enablestring:-enable}-checkbox... $ECHO_C" >&6; }
10423 # Check whether --enable-checkbox was given.
10424 if test "${enable_checkbox+set}" = set; then
10425 enableval=$enable_checkbox;
10426 if test "$enableval" = yes; then
10427 wx_cv_use_checkbox='wxUSE_CHECKBOX=yes'
10428 else
10429 wx_cv_use_checkbox='wxUSE_CHECKBOX=no'
10430 fi
10431
10432 else
10433
10434 wx_cv_use_checkbox='wxUSE_CHECKBOX=${'DEFAULT_wxUSE_CHECKBOX":-$defaultval}"
10435
10436 fi
10437
10438
10439 eval "$wx_cv_use_checkbox"
10440
10441 if test x"$enablestring" = xdisable; then
10442 if test $wxUSE_CHECKBOX = no; then
10443 result=yes
10444 else
10445 result=no
10446 fi
10447 else
10448 result=$wxUSE_CHECKBOX
10449 fi
10450
10451 { echo "$as_me:$LINENO: result: $result" >&5
10452 echo "${ECHO_T}$result" >&6; }
10453
10454
10455 enablestring=
10456 defaultval=$wxUSE_ALL_FEATURES
10457 if test -z "$defaultval"; then
10458 if test x"$enablestring" = xdisable; then
10459 defaultval=yes
10460 else
10461 defaultval=no
10462 fi
10463 fi
10464
10465 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-checklst" >&5
10466 echo $ECHO_N "checking for --${enablestring:-enable}-checklst... $ECHO_C" >&6; }
10467 # Check whether --enable-checklst was given.
10468 if test "${enable_checklst+set}" = set; then
10469 enableval=$enable_checklst;
10470 if test "$enableval" = yes; then
10471 wx_cv_use_checklst='wxUSE_CHECKLST=yes'
10472 else
10473 wx_cv_use_checklst='wxUSE_CHECKLST=no'
10474 fi
10475
10476 else
10477
10478 wx_cv_use_checklst='wxUSE_CHECKLST=${'DEFAULT_wxUSE_CHECKLST":-$defaultval}"
10479
10480 fi
10481
10482
10483 eval "$wx_cv_use_checklst"
10484
10485 if test x"$enablestring" = xdisable; then
10486 if test $wxUSE_CHECKLST = no; then
10487 result=yes
10488 else
10489 result=no
10490 fi
10491 else
10492 result=$wxUSE_CHECKLST
10493 fi
10494
10495 { echo "$as_me:$LINENO: result: $result" >&5
10496 echo "${ECHO_T}$result" >&6; }
10497
10498
10499 enablestring=
10500 defaultval=$wxUSE_ALL_FEATURES
10501 if test -z "$defaultval"; then
10502 if test x"$enablestring" = xdisable; then
10503 defaultval=yes
10504 else
10505 defaultval=no
10506 fi
10507 fi
10508
10509 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choice" >&5
10510 echo $ECHO_N "checking for --${enablestring:-enable}-choice... $ECHO_C" >&6; }
10511 # Check whether --enable-choice was given.
10512 if test "${enable_choice+set}" = set; then
10513 enableval=$enable_choice;
10514 if test "$enableval" = yes; then
10515 wx_cv_use_choice='wxUSE_CHOICE=yes'
10516 else
10517 wx_cv_use_choice='wxUSE_CHOICE=no'
10518 fi
10519
10520 else
10521
10522 wx_cv_use_choice='wxUSE_CHOICE=${'DEFAULT_wxUSE_CHOICE":-$defaultval}"
10523
10524 fi
10525
10526
10527 eval "$wx_cv_use_choice"
10528
10529 if test x"$enablestring" = xdisable; then
10530 if test $wxUSE_CHOICE = no; then
10531 result=yes
10532 else
10533 result=no
10534 fi
10535 else
10536 result=$wxUSE_CHOICE
10537 fi
10538
10539 { echo "$as_me:$LINENO: result: $result" >&5
10540 echo "${ECHO_T}$result" >&6; }
10541
10542
10543 enablestring=
10544 defaultval=$wxUSE_ALL_FEATURES
10545 if test -z "$defaultval"; then
10546 if test x"$enablestring" = xdisable; then
10547 defaultval=yes
10548 else
10549 defaultval=no
10550 fi
10551 fi
10552
10553 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicebook" >&5
10554 echo $ECHO_N "checking for --${enablestring:-enable}-choicebook... $ECHO_C" >&6; }
10555 # Check whether --enable-choicebook was given.
10556 if test "${enable_choicebook+set}" = set; then
10557 enableval=$enable_choicebook;
10558 if test "$enableval" = yes; then
10559 wx_cv_use_choicebook='wxUSE_CHOICEBOOK=yes'
10560 else
10561 wx_cv_use_choicebook='wxUSE_CHOICEBOOK=no'
10562 fi
10563
10564 else
10565
10566 wx_cv_use_choicebook='wxUSE_CHOICEBOOK=${'DEFAULT_wxUSE_CHOICEBOOK":-$defaultval}"
10567
10568 fi
10569
10570
10571 eval "$wx_cv_use_choicebook"
10572
10573 if test x"$enablestring" = xdisable; then
10574 if test $wxUSE_CHOICEBOOK = no; then
10575 result=yes
10576 else
10577 result=no
10578 fi
10579 else
10580 result=$wxUSE_CHOICEBOOK
10581 fi
10582
10583 { echo "$as_me:$LINENO: result: $result" >&5
10584 echo "${ECHO_T}$result" >&6; }
10585
10586
10587 enablestring=
10588 defaultval=$wxUSE_ALL_FEATURES
10589 if test -z "$defaultval"; then
10590 if test x"$enablestring" = xdisable; then
10591 defaultval=yes
10592 else
10593 defaultval=no
10594 fi
10595 fi
10596
10597 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-collpane" >&5
10598 echo $ECHO_N "checking for --${enablestring:-enable}-collpane... $ECHO_C" >&6; }
10599 # Check whether --enable-collpane was given.
10600 if test "${enable_collpane+set}" = set; then
10601 enableval=$enable_collpane;
10602 if test "$enableval" = yes; then
10603 wx_cv_use_collpane='wxUSE_COLLPANE=yes'
10604 else
10605 wx_cv_use_collpane='wxUSE_COLLPANE=no'
10606 fi
10607
10608 else
10609
10610 wx_cv_use_collpane='wxUSE_COLLPANE=${'DEFAULT_wxUSE_COLLPANE":-$defaultval}"
10611
10612 fi
10613
10614
10615 eval "$wx_cv_use_collpane"
10616
10617 if test x"$enablestring" = xdisable; then
10618 if test $wxUSE_COLLPANE = no; then
10619 result=yes
10620 else
10621 result=no
10622 fi
10623 else
10624 result=$wxUSE_COLLPANE
10625 fi
10626
10627 { echo "$as_me:$LINENO: result: $result" >&5
10628 echo "${ECHO_T}$result" >&6; }
10629
10630
10631 enablestring=
10632 defaultval=$wxUSE_ALL_FEATURES
10633 if test -z "$defaultval"; then
10634 if test x"$enablestring" = xdisable; then
10635 defaultval=yes
10636 else
10637 defaultval=no
10638 fi
10639 fi
10640
10641 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-colourpicker" >&5
10642 echo $ECHO_N "checking for --${enablestring:-enable}-colourpicker... $ECHO_C" >&6; }
10643 # Check whether --enable-colourpicker was given.
10644 if test "${enable_colourpicker+set}" = set; then
10645 enableval=$enable_colourpicker;
10646 if test "$enableval" = yes; then
10647 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=yes'
10648 else
10649 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=no'
10650 fi
10651
10652 else
10653
10654 wx_cv_use_colourpicker='wxUSE_COLOURPICKERCTRL=${'DEFAULT_wxUSE_COLOURPICKERCTRL":-$defaultval}"
10655
10656 fi
10657
10658
10659 eval "$wx_cv_use_colourpicker"
10660
10661 if test x"$enablestring" = xdisable; then
10662 if test $wxUSE_COLOURPICKERCTRL = no; then
10663 result=yes
10664 else
10665 result=no
10666 fi
10667 else
10668 result=$wxUSE_COLOURPICKERCTRL
10669 fi
10670
10671 { echo "$as_me:$LINENO: result: $result" >&5
10672 echo "${ECHO_T}$result" >&6; }
10673
10674
10675 enablestring=
10676 defaultval=$wxUSE_ALL_FEATURES
10677 if test -z "$defaultval"; then
10678 if test x"$enablestring" = xdisable; then
10679 defaultval=yes
10680 else
10681 defaultval=no
10682 fi
10683 fi
10684
10685 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-combobox" >&5
10686 echo $ECHO_N "checking for --${enablestring:-enable}-combobox... $ECHO_C" >&6; }
10687 # Check whether --enable-combobox was given.
10688 if test "${enable_combobox+set}" = set; then
10689 enableval=$enable_combobox;
10690 if test "$enableval" = yes; then
10691 wx_cv_use_combobox='wxUSE_COMBOBOX=yes'
10692 else
10693 wx_cv_use_combobox='wxUSE_COMBOBOX=no'
10694 fi
10695
10696 else
10697
10698 wx_cv_use_combobox='wxUSE_COMBOBOX=${'DEFAULT_wxUSE_COMBOBOX":-$defaultval}"
10699
10700 fi
10701
10702
10703 eval "$wx_cv_use_combobox"
10704
10705 if test x"$enablestring" = xdisable; then
10706 if test $wxUSE_COMBOBOX = no; then
10707 result=yes
10708 else
10709 result=no
10710 fi
10711 else
10712 result=$wxUSE_COMBOBOX
10713 fi
10714
10715 { echo "$as_me:$LINENO: result: $result" >&5
10716 echo "${ECHO_T}$result" >&6; }
10717
10718
10719 enablestring=
10720 defaultval=$wxUSE_ALL_FEATURES
10721 if test -z "$defaultval"; then
10722 if test x"$enablestring" = xdisable; then
10723 defaultval=yes
10724 else
10725 defaultval=no
10726 fi
10727 fi
10728
10729 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-comboctrl" >&5
10730 echo $ECHO_N "checking for --${enablestring:-enable}-comboctrl... $ECHO_C" >&6; }
10731 # Check whether --enable-comboctrl was given.
10732 if test "${enable_comboctrl+set}" = set; then
10733 enableval=$enable_comboctrl;
10734 if test "$enableval" = yes; then
10735 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=yes'
10736 else
10737 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=no'
10738 fi
10739
10740 else
10741
10742 wx_cv_use_comboctrl='wxUSE_COMBOCTRL=${'DEFAULT_wxUSE_COMBOCTRL":-$defaultval}"
10743
10744 fi
10745
10746
10747 eval "$wx_cv_use_comboctrl"
10748
10749 if test x"$enablestring" = xdisable; then
10750 if test $wxUSE_COMBOCTRL = no; then
10751 result=yes
10752 else
10753 result=no
10754 fi
10755 else
10756 result=$wxUSE_COMBOCTRL
10757 fi
10758
10759 { echo "$as_me:$LINENO: result: $result" >&5
10760 echo "${ECHO_T}$result" >&6; }
10761
10762
10763 enablestring=
10764 defaultval=$wxUSE_ALL_FEATURES
10765 if test -z "$defaultval"; then
10766 if test x"$enablestring" = xdisable; then
10767 defaultval=yes
10768 else
10769 defaultval=no
10770 fi
10771 fi
10772
10773 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commandlinkbutton" >&5
10774 echo $ECHO_N "checking for --${enablestring:-enable}-commandlinkbutton... $ECHO_C" >&6; }
10775 # Check whether --enable-commandlinkbutton was given.
10776 if test "${enable_commandlinkbutton+set}" = set; then
10777 enableval=$enable_commandlinkbutton;
10778 if test "$enableval" = yes; then
10779 wx_cv_use_commandlinkbutton='wxUSE_COMMANDLINKBUTTON=yes'
10780 else
10781 wx_cv_use_commandlinkbutton='wxUSE_COMMANDLINKBUTTON=no'
10782 fi
10783
10784 else
10785
10786 wx_cv_use_commandlinkbutton='wxUSE_COMMANDLINKBUTTON=${'DEFAULT_wxUSE_COMMANDLINKBUTTON":-$defaultval}"
10787
10788 fi
10789
10790
10791 eval "$wx_cv_use_commandlinkbutton"
10792
10793 if test x"$enablestring" = xdisable; then
10794 if test $wxUSE_COMMANDLINKBUTTON = no; then
10795 result=yes
10796 else
10797 result=no
10798 fi
10799 else
10800 result=$wxUSE_COMMANDLINKBUTTON
10801 fi
10802
10803 { echo "$as_me:$LINENO: result: $result" >&5
10804 echo "${ECHO_T}$result" >&6; }
10805
10806
10807 enablestring=
10808 defaultval=$wxUSE_ALL_FEATURES
10809 if test -z "$defaultval"; then
10810 if test x"$enablestring" = xdisable; then
10811 defaultval=yes
10812 else
10813 defaultval=no
10814 fi
10815 fi
10816
10817 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dataviewctrl" >&5
10818 echo $ECHO_N "checking for --${enablestring:-enable}-dataviewctrl... $ECHO_C" >&6; }
10819 # Check whether --enable-dataviewctrl was given.
10820 if test "${enable_dataviewctrl+set}" = set; then
10821 enableval=$enable_dataviewctrl;
10822 if test "$enableval" = yes; then
10823 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=yes'
10824 else
10825 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=no'
10826 fi
10827
10828 else
10829
10830 wx_cv_use_dataviewctrl='wxUSE_DATAVIEWCTRL=${'DEFAULT_wxUSE_DATAVIEWCTRL":-$defaultval}"
10831
10832 fi
10833
10834
10835 eval "$wx_cv_use_dataviewctrl"
10836
10837 if test x"$enablestring" = xdisable; then
10838 if test $wxUSE_DATAVIEWCTRL = no; then
10839 result=yes
10840 else
10841 result=no
10842 fi
10843 else
10844 result=$wxUSE_DATAVIEWCTRL
10845 fi
10846
10847 { echo "$as_me:$LINENO: result: $result" >&5
10848 echo "${ECHO_T}$result" >&6; }
10849
10850
10851 enablestring=
10852 defaultval=$wxUSE_ALL_FEATURES
10853 if test -z "$defaultval"; then
10854 if test x"$enablestring" = xdisable; then
10855 defaultval=yes
10856 else
10857 defaultval=no
10858 fi
10859 fi
10860
10861 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-datepick" >&5
10862 echo $ECHO_N "checking for --${enablestring:-enable}-datepick... $ECHO_C" >&6; }
10863 # Check whether --enable-datepick was given.
10864 if test "${enable_datepick+set}" = set; then
10865 enableval=$enable_datepick;
10866 if test "$enableval" = yes; then
10867 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=yes'
10868 else
10869 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=no'
10870 fi
10871
10872 else
10873
10874 wx_cv_use_datepick='wxUSE_DATEPICKCTRL=${'DEFAULT_wxUSE_DATEPICKCTRL":-$defaultval}"
10875
10876 fi
10877
10878
10879 eval "$wx_cv_use_datepick"
10880
10881 if test x"$enablestring" = xdisable; then
10882 if test $wxUSE_DATEPICKCTRL = no; then
10883 result=yes
10884 else
10885 result=no
10886 fi
10887 else
10888 result=$wxUSE_DATEPICKCTRL
10889 fi
10890
10891 { echo "$as_me:$LINENO: result: $result" >&5
10892 echo "${ECHO_T}$result" >&6; }
10893
10894
10895 enablestring=
10896 defaultval=$wxUSE_ALL_FEATURES
10897 if test -z "$defaultval"; then
10898 if test x"$enablestring" = xdisable; then
10899 defaultval=yes
10900 else
10901 defaultval=no
10902 fi
10903 fi
10904
10905 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-detect_sm" >&5
10906 echo $ECHO_N "checking for --${enablestring:-enable}-detect_sm... $ECHO_C" >&6; }
10907 # Check whether --enable-detect_sm was given.
10908 if test "${enable_detect_sm+set}" = set; then
10909 enableval=$enable_detect_sm;
10910 if test "$enableval" = yes; then
10911 wx_cv_use_detect_sm='wxUSE_DETECT_SM=yes'
10912 else
10913 wx_cv_use_detect_sm='wxUSE_DETECT_SM=no'
10914 fi
10915
10916 else
10917
10918 wx_cv_use_detect_sm='wxUSE_DETECT_SM=${'DEFAULT_wxUSE_DETECT_SM":-$defaultval}"
10919
10920 fi
10921
10922
10923 eval "$wx_cv_use_detect_sm"
10924
10925 if test x"$enablestring" = xdisable; then
10926 if test $wxUSE_DETECT_SM = no; then
10927 result=yes
10928 else
10929 result=no
10930 fi
10931 else
10932 result=$wxUSE_DETECT_SM
10933 fi
10934
10935 { echo "$as_me:$LINENO: result: $result" >&5
10936 echo "${ECHO_T}$result" >&6; }
10937
10938
10939 enablestring=
10940 defaultval=$wxUSE_ALL_FEATURES
10941 if test -z "$defaultval"; then
10942 if test x"$enablestring" = xdisable; then
10943 defaultval=yes
10944 else
10945 defaultval=no
10946 fi
10947 fi
10948
10949 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirpicker" >&5
10950 echo $ECHO_N "checking for --${enablestring:-enable}-dirpicker... $ECHO_C" >&6; }
10951 # Check whether --enable-dirpicker was given.
10952 if test "${enable_dirpicker+set}" = set; then
10953 enableval=$enable_dirpicker;
10954 if test "$enableval" = yes; then
10955 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=yes'
10956 else
10957 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=no'
10958 fi
10959
10960 else
10961
10962 wx_cv_use_dirpicker='wxUSE_DIRPICKERCTRL=${'DEFAULT_wxUSE_DIRPICKERCTRL":-$defaultval}"
10963
10964 fi
10965
10966
10967 eval "$wx_cv_use_dirpicker"
10968
10969 if test x"$enablestring" = xdisable; then
10970 if test $wxUSE_DIRPICKERCTRL = no; then
10971 result=yes
10972 else
10973 result=no
10974 fi
10975 else
10976 result=$wxUSE_DIRPICKERCTRL
10977 fi
10978
10979 { echo "$as_me:$LINENO: result: $result" >&5
10980 echo "${ECHO_T}$result" >&6; }
10981
10982
10983 enablestring=
10984 defaultval=$wxUSE_ALL_FEATURES
10985 if test -z "$defaultval"; then
10986 if test x"$enablestring" = xdisable; then
10987 defaultval=yes
10988 else
10989 defaultval=no
10990 fi
10991 fi
10992
10993 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-display" >&5
10994 echo $ECHO_N "checking for --${enablestring:-enable}-display... $ECHO_C" >&6; }
10995 # Check whether --enable-display was given.
10996 if test "${enable_display+set}" = set; then
10997 enableval=$enable_display;
10998 if test "$enableval" = yes; then
10999 wx_cv_use_display='wxUSE_DISPLAY=yes'
11000 else
11001 wx_cv_use_display='wxUSE_DISPLAY=no'
11002 fi
11003
11004 else
11005
11006 wx_cv_use_display='wxUSE_DISPLAY=${'DEFAULT_wxUSE_DISPLAY":-$defaultval}"
11007
11008 fi
11009
11010
11011 eval "$wx_cv_use_display"
11012
11013 if test x"$enablestring" = xdisable; then
11014 if test $wxUSE_DISPLAY = no; then
11015 result=yes
11016 else
11017 result=no
11018 fi
11019 else
11020 result=$wxUSE_DISPLAY
11021 fi
11022
11023 { echo "$as_me:$LINENO: result: $result" >&5
11024 echo "${ECHO_T}$result" >&6; }
11025
11026
11027 enablestring=
11028 defaultval=$wxUSE_ALL_FEATURES
11029 if test -z "$defaultval"; then
11030 if test x"$enablestring" = xdisable; then
11031 defaultval=yes
11032 else
11033 defaultval=no
11034 fi
11035 fi
11036
11037 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-editablebox" >&5
11038 echo $ECHO_N "checking for --${enablestring:-enable}-editablebox... $ECHO_C" >&6; }
11039 # Check whether --enable-editablebox was given.
11040 if test "${enable_editablebox+set}" = set; then
11041 enableval=$enable_editablebox;
11042 if test "$enableval" = yes; then
11043 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=yes'
11044 else
11045 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=no'
11046 fi
11047
11048 else
11049
11050 wx_cv_use_editablebox='wxUSE_EDITABLELISTBOX=${'DEFAULT_wxUSE_EDITABLELISTBOX":-$defaultval}"
11051
11052 fi
11053
11054
11055 eval "$wx_cv_use_editablebox"
11056
11057 if test x"$enablestring" = xdisable; then
11058 if test $wxUSE_EDITABLELISTBOX = no; then
11059 result=yes
11060 else
11061 result=no
11062 fi
11063 else
11064 result=$wxUSE_EDITABLELISTBOX
11065 fi
11066
11067 { echo "$as_me:$LINENO: result: $result" >&5
11068 echo "${ECHO_T}$result" >&6; }
11069
11070
11071 enablestring=
11072 defaultval=$wxUSE_ALL_FEATURES
11073 if test -z "$defaultval"; then
11074 if test x"$enablestring" = xdisable; then
11075 defaultval=yes
11076 else
11077 defaultval=no
11078 fi
11079 fi
11080
11081 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filectrl" >&5
11082 echo $ECHO_N "checking for --${enablestring:-enable}-filectrl... $ECHO_C" >&6; }
11083 # Check whether --enable-filectrl was given.
11084 if test "${enable_filectrl+set}" = set; then
11085 enableval=$enable_filectrl;
11086 if test "$enableval" = yes; then
11087 wx_cv_use_filectrl='wxUSE_FILECTRL=yes'
11088 else
11089 wx_cv_use_filectrl='wxUSE_FILECTRL=no'
11090 fi
11091
11092 else
11093
11094 wx_cv_use_filectrl='wxUSE_FILECTRL=${'DEFAULT_wxUSE_FILECTRL":-$defaultval}"
11095
11096 fi
11097
11098
11099 eval "$wx_cv_use_filectrl"
11100
11101 if test x"$enablestring" = xdisable; then
11102 if test $wxUSE_FILECTRL = no; then
11103 result=yes
11104 else
11105 result=no
11106 fi
11107 else
11108 result=$wxUSE_FILECTRL
11109 fi
11110
11111 { echo "$as_me:$LINENO: result: $result" >&5
11112 echo "${ECHO_T}$result" >&6; }
11113
11114
11115 enablestring=
11116 defaultval=$wxUSE_ALL_FEATURES
11117 if test -z "$defaultval"; then
11118 if test x"$enablestring" = xdisable; then
11119 defaultval=yes
11120 else
11121 defaultval=no
11122 fi
11123 fi
11124
11125 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filepicker" >&5
11126 echo $ECHO_N "checking for --${enablestring:-enable}-filepicker... $ECHO_C" >&6; }
11127 # Check whether --enable-filepicker was given.
11128 if test "${enable_filepicker+set}" = set; then
11129 enableval=$enable_filepicker;
11130 if test "$enableval" = yes; then
11131 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=yes'
11132 else
11133 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=no'
11134 fi
11135
11136 else
11137
11138 wx_cv_use_filepicker='wxUSE_FILEPICKERCTRL=${'DEFAULT_wxUSE_FILEPICKERCTRL":-$defaultval}"
11139
11140 fi
11141
11142
11143 eval "$wx_cv_use_filepicker"
11144
11145 if test x"$enablestring" = xdisable; then
11146 if test $wxUSE_FILEPICKERCTRL = no; then
11147 result=yes
11148 else
11149 result=no
11150 fi
11151 else
11152 result=$wxUSE_FILEPICKERCTRL
11153 fi
11154
11155 { echo "$as_me:$LINENO: result: $result" >&5
11156 echo "${ECHO_T}$result" >&6; }
11157
11158
11159 enablestring=
11160 defaultval=$wxUSE_ALL_FEATURES
11161 if test -z "$defaultval"; then
11162 if test x"$enablestring" = xdisable; then
11163 defaultval=yes
11164 else
11165 defaultval=no
11166 fi
11167 fi
11168
11169 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontpicker" >&5
11170 echo $ECHO_N "checking for --${enablestring:-enable}-fontpicker... $ECHO_C" >&6; }
11171 # Check whether --enable-fontpicker was given.
11172 if test "${enable_fontpicker+set}" = set; then
11173 enableval=$enable_fontpicker;
11174 if test "$enableval" = yes; then
11175 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=yes'
11176 else
11177 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=no'
11178 fi
11179
11180 else
11181
11182 wx_cv_use_fontpicker='wxUSE_FONTPICKERCTRL=${'DEFAULT_wxUSE_FONTPICKERCTRL":-$defaultval}"
11183
11184 fi
11185
11186
11187 eval "$wx_cv_use_fontpicker"
11188
11189 if test x"$enablestring" = xdisable; then
11190 if test $wxUSE_FONTPICKERCTRL = no; then
11191 result=yes
11192 else
11193 result=no
11194 fi
11195 else
11196 result=$wxUSE_FONTPICKERCTRL
11197 fi
11198
11199 { echo "$as_me:$LINENO: result: $result" >&5
11200 echo "${ECHO_T}$result" >&6; }
11201
11202
11203 enablestring=
11204 defaultval=$wxUSE_ALL_FEATURES
11205 if test -z "$defaultval"; then
11206 if test x"$enablestring" = xdisable; then
11207 defaultval=yes
11208 else
11209 defaultval=no
11210 fi
11211 fi
11212
11213 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gauge" >&5
11214 echo $ECHO_N "checking for --${enablestring:-enable}-gauge... $ECHO_C" >&6; }
11215 # Check whether --enable-gauge was given.
11216 if test "${enable_gauge+set}" = set; then
11217 enableval=$enable_gauge;
11218 if test "$enableval" = yes; then
11219 wx_cv_use_gauge='wxUSE_GAUGE=yes'
11220 else
11221 wx_cv_use_gauge='wxUSE_GAUGE=no'
11222 fi
11223
11224 else
11225
11226 wx_cv_use_gauge='wxUSE_GAUGE=${'DEFAULT_wxUSE_GAUGE":-$defaultval}"
11227
11228 fi
11229
11230
11231 eval "$wx_cv_use_gauge"
11232
11233 if test x"$enablestring" = xdisable; then
11234 if test $wxUSE_GAUGE = no; then
11235 result=yes
11236 else
11237 result=no
11238 fi
11239 else
11240 result=$wxUSE_GAUGE
11241 fi
11242
11243 { echo "$as_me:$LINENO: result: $result" >&5
11244 echo "${ECHO_T}$result" >&6; }
11245
11246
11247 enablestring=
11248 defaultval=$wxUSE_ALL_FEATURES
11249 if test -z "$defaultval"; then
11250 if test x"$enablestring" = xdisable; then
11251 defaultval=yes
11252 else
11253 defaultval=no
11254 fi
11255 fi
11256
11257 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-grid" >&5
11258 echo $ECHO_N "checking for --${enablestring:-enable}-grid... $ECHO_C" >&6; }
11259 # Check whether --enable-grid was given.
11260 if test "${enable_grid+set}" = set; then
11261 enableval=$enable_grid;
11262 if test "$enableval" = yes; then
11263 wx_cv_use_grid='wxUSE_GRID=yes'
11264 else
11265 wx_cv_use_grid='wxUSE_GRID=no'
11266 fi
11267
11268 else
11269
11270 wx_cv_use_grid='wxUSE_GRID=${'DEFAULT_wxUSE_GRID":-$defaultval}"
11271
11272 fi
11273
11274
11275 eval "$wx_cv_use_grid"
11276
11277 if test x"$enablestring" = xdisable; then
11278 if test $wxUSE_GRID = no; then
11279 result=yes
11280 else
11281 result=no
11282 fi
11283 else
11284 result=$wxUSE_GRID
11285 fi
11286
11287 { echo "$as_me:$LINENO: result: $result" >&5
11288 echo "${ECHO_T}$result" >&6; }
11289
11290
11291 enablestring=
11292 defaultval=$wxUSE_ALL_FEATURES
11293 if test -z "$defaultval"; then
11294 if test x"$enablestring" = xdisable; then
11295 defaultval=yes
11296 else
11297 defaultval=no
11298 fi
11299 fi
11300
11301 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-headerctrl" >&5
11302 echo $ECHO_N "checking for --${enablestring:-enable}-headerctrl... $ECHO_C" >&6; }
11303 # Check whether --enable-headerctrl was given.
11304 if test "${enable_headerctrl+set}" = set; then
11305 enableval=$enable_headerctrl;
11306 if test "$enableval" = yes; then
11307 wx_cv_use_headerctrl='wxUSE_HEADERCTRL=yes'
11308 else
11309 wx_cv_use_headerctrl='wxUSE_HEADERCTRL=no'
11310 fi
11311
11312 else
11313
11314 wx_cv_use_headerctrl='wxUSE_HEADERCTRL=${'DEFAULT_wxUSE_HEADERCTRL":-$defaultval}"
11315
11316 fi
11317
11318
11319 eval "$wx_cv_use_headerctrl"
11320
11321 if test x"$enablestring" = xdisable; then
11322 if test $wxUSE_HEADERCTRL = no; then
11323 result=yes
11324 else
11325 result=no
11326 fi
11327 else
11328 result=$wxUSE_HEADERCTRL
11329 fi
11330
11331 { echo "$as_me:$LINENO: result: $result" >&5
11332 echo "${ECHO_T}$result" >&6; }
11333
11334
11335 enablestring=
11336 defaultval=$wxUSE_ALL_FEATURES
11337 if test -z "$defaultval"; then
11338 if test x"$enablestring" = xdisable; then
11339 defaultval=yes
11340 else
11341 defaultval=no
11342 fi
11343 fi
11344
11345 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-hyperlink" >&5
11346 echo $ECHO_N "checking for --${enablestring:-enable}-hyperlink... $ECHO_C" >&6; }
11347 # Check whether --enable-hyperlink was given.
11348 if test "${enable_hyperlink+set}" = set; then
11349 enableval=$enable_hyperlink;
11350 if test "$enableval" = yes; then
11351 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=yes'
11352 else
11353 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=no'
11354 fi
11355
11356 else
11357
11358 wx_cv_use_hyperlink='wxUSE_HYPERLINKCTRL=${'DEFAULT_wxUSE_HYPERLINKCTRL":-$defaultval}"
11359
11360 fi
11361
11362
11363 eval "$wx_cv_use_hyperlink"
11364
11365 if test x"$enablestring" = xdisable; then
11366 if test $wxUSE_HYPERLINKCTRL = no; then
11367 result=yes
11368 else
11369 result=no
11370 fi
11371 else
11372 result=$wxUSE_HYPERLINKCTRL
11373 fi
11374
11375 { echo "$as_me:$LINENO: result: $result" >&5
11376 echo "${ECHO_T}$result" >&6; }
11377
11378
11379 enablestring=
11380 defaultval=$wxUSE_ALL_FEATURES
11381 if test -z "$defaultval"; then
11382 if test x"$enablestring" = xdisable; then
11383 defaultval=yes
11384 else
11385 defaultval=no
11386 fi
11387 fi
11388
11389 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-imaglist" >&5
11390 echo $ECHO_N "checking for --${enablestring:-enable}-imaglist... $ECHO_C" >&6; }
11391 # Check whether --enable-imaglist was given.
11392 if test "${enable_imaglist+set}" = set; then
11393 enableval=$enable_imaglist;
11394 if test "$enableval" = yes; then
11395 wx_cv_use_imaglist='wxUSE_IMAGLIST=yes'
11396 else
11397 wx_cv_use_imaglist='wxUSE_IMAGLIST=no'
11398 fi
11399
11400 else
11401
11402 wx_cv_use_imaglist='wxUSE_IMAGLIST=${'DEFAULT_wxUSE_IMAGLIST":-$defaultval}"
11403
11404 fi
11405
11406
11407 eval "$wx_cv_use_imaglist"
11408
11409 if test x"$enablestring" = xdisable; then
11410 if test $wxUSE_IMAGLIST = no; then
11411 result=yes
11412 else
11413 result=no
11414 fi
11415 else
11416 result=$wxUSE_IMAGLIST
11417 fi
11418
11419 { echo "$as_me:$LINENO: result: $result" >&5
11420 echo "${ECHO_T}$result" >&6; }
11421
11422
11423 enablestring=
11424 defaultval=$wxUSE_ALL_FEATURES
11425 if test -z "$defaultval"; then
11426 if test x"$enablestring" = xdisable; then
11427 defaultval=yes
11428 else
11429 defaultval=no
11430 fi
11431 fi
11432
11433 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-infobar" >&5
11434 echo $ECHO_N "checking for --${enablestring:-enable}-infobar... $ECHO_C" >&6; }
11435 # Check whether --enable-infobar was given.
11436 if test "${enable_infobar+set}" = set; then
11437 enableval=$enable_infobar;
11438 if test "$enableval" = yes; then
11439 wx_cv_use_infobar='wxUSE_INFOBAR=yes'
11440 else
11441 wx_cv_use_infobar='wxUSE_INFOBAR=no'
11442 fi
11443
11444 else
11445
11446 wx_cv_use_infobar='wxUSE_INFOBAR=${'DEFAULT_wxUSE_INFOBAR":-$defaultval}"
11447
11448 fi
11449
11450
11451 eval "$wx_cv_use_infobar"
11452
11453 if test x"$enablestring" = xdisable; then
11454 if test $wxUSE_INFOBAR = no; then
11455 result=yes
11456 else
11457 result=no
11458 fi
11459 else
11460 result=$wxUSE_INFOBAR
11461 fi
11462
11463 { echo "$as_me:$LINENO: result: $result" >&5
11464 echo "${ECHO_T}$result" >&6; }
11465
11466
11467 enablestring=
11468 defaultval=$wxUSE_ALL_FEATURES
11469 if test -z "$defaultval"; then
11470 if test x"$enablestring" = xdisable; then
11471 defaultval=yes
11472 else
11473 defaultval=no
11474 fi
11475 fi
11476
11477 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbook" >&5
11478 echo $ECHO_N "checking for --${enablestring:-enable}-listbook... $ECHO_C" >&6; }
11479 # Check whether --enable-listbook was given.
11480 if test "${enable_listbook+set}" = set; then
11481 enableval=$enable_listbook;
11482 if test "$enableval" = yes; then
11483 wx_cv_use_listbook='wxUSE_LISTBOOK=yes'
11484 else
11485 wx_cv_use_listbook='wxUSE_LISTBOOK=no'
11486 fi
11487
11488 else
11489
11490 wx_cv_use_listbook='wxUSE_LISTBOOK=${'DEFAULT_wxUSE_LISTBOOK":-$defaultval}"
11491
11492 fi
11493
11494
11495 eval "$wx_cv_use_listbook"
11496
11497 if test x"$enablestring" = xdisable; then
11498 if test $wxUSE_LISTBOOK = no; then
11499 result=yes
11500 else
11501 result=no
11502 fi
11503 else
11504 result=$wxUSE_LISTBOOK
11505 fi
11506
11507 { echo "$as_me:$LINENO: result: $result" >&5
11508 echo "${ECHO_T}$result" >&6; }
11509
11510
11511 enablestring=
11512 defaultval=$wxUSE_ALL_FEATURES
11513 if test -z "$defaultval"; then
11514 if test x"$enablestring" = xdisable; then
11515 defaultval=yes
11516 else
11517 defaultval=no
11518 fi
11519 fi
11520
11521 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listbox" >&5
11522 echo $ECHO_N "checking for --${enablestring:-enable}-listbox... $ECHO_C" >&6; }
11523 # Check whether --enable-listbox was given.
11524 if test "${enable_listbox+set}" = set; then
11525 enableval=$enable_listbox;
11526 if test "$enableval" = yes; then
11527 wx_cv_use_listbox='wxUSE_LISTBOX=yes'
11528 else
11529 wx_cv_use_listbox='wxUSE_LISTBOX=no'
11530 fi
11531
11532 else
11533
11534 wx_cv_use_listbox='wxUSE_LISTBOX=${'DEFAULT_wxUSE_LISTBOX":-$defaultval}"
11535
11536 fi
11537
11538
11539 eval "$wx_cv_use_listbox"
11540
11541 if test x"$enablestring" = xdisable; then
11542 if test $wxUSE_LISTBOX = no; then
11543 result=yes
11544 else
11545 result=no
11546 fi
11547 else
11548 result=$wxUSE_LISTBOX
11549 fi
11550
11551 { echo "$as_me:$LINENO: result: $result" >&5
11552 echo "${ECHO_T}$result" >&6; }
11553
11554
11555 enablestring=
11556 defaultval=$wxUSE_ALL_FEATURES
11557 if test -z "$defaultval"; then
11558 if test x"$enablestring" = xdisable; then
11559 defaultval=yes
11560 else
11561 defaultval=no
11562 fi
11563 fi
11564
11565 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-listctrl" >&5
11566 echo $ECHO_N "checking for --${enablestring:-enable}-listctrl... $ECHO_C" >&6; }
11567 # Check whether --enable-listctrl was given.
11568 if test "${enable_listctrl+set}" = set; then
11569 enableval=$enable_listctrl;
11570 if test "$enableval" = yes; then
11571 wx_cv_use_listctrl='wxUSE_LISTCTRL=yes'
11572 else
11573 wx_cv_use_listctrl='wxUSE_LISTCTRL=no'
11574 fi
11575
11576 else
11577
11578 wx_cv_use_listctrl='wxUSE_LISTCTRL=${'DEFAULT_wxUSE_LISTCTRL":-$defaultval}"
11579
11580 fi
11581
11582
11583 eval "$wx_cv_use_listctrl"
11584
11585 if test x"$enablestring" = xdisable; then
11586 if test $wxUSE_LISTCTRL = no; then
11587 result=yes
11588 else
11589 result=no
11590 fi
11591 else
11592 result=$wxUSE_LISTCTRL
11593 fi
11594
11595 { echo "$as_me:$LINENO: result: $result" >&5
11596 echo "${ECHO_T}$result" >&6; }
11597
11598
11599 enablestring=
11600 defaultval=$wxUSE_ALL_FEATURES
11601 if test -z "$defaultval"; then
11602 if test x"$enablestring" = xdisable; then
11603 defaultval=yes
11604 else
11605 defaultval=no
11606 fi
11607 fi
11608
11609 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notebook" >&5
11610 echo $ECHO_N "checking for --${enablestring:-enable}-notebook... $ECHO_C" >&6; }
11611 # Check whether --enable-notebook was given.
11612 if test "${enable_notebook+set}" = set; then
11613 enableval=$enable_notebook;
11614 if test "$enableval" = yes; then
11615 wx_cv_use_notebook='wxUSE_NOTEBOOK=yes'
11616 else
11617 wx_cv_use_notebook='wxUSE_NOTEBOOK=no'
11618 fi
11619
11620 else
11621
11622 wx_cv_use_notebook='wxUSE_NOTEBOOK=${'DEFAULT_wxUSE_NOTEBOOK":-$defaultval}"
11623
11624 fi
11625
11626
11627 eval "$wx_cv_use_notebook"
11628
11629 if test x"$enablestring" = xdisable; then
11630 if test $wxUSE_NOTEBOOK = no; then
11631 result=yes
11632 else
11633 result=no
11634 fi
11635 else
11636 result=$wxUSE_NOTEBOOK
11637 fi
11638
11639 { echo "$as_me:$LINENO: result: $result" >&5
11640 echo "${ECHO_T}$result" >&6; }
11641
11642
11643 enablestring=
11644 defaultval=$wxUSE_ALL_FEATURES
11645 if test -z "$defaultval"; then
11646 if test x"$enablestring" = xdisable; then
11647 defaultval=yes
11648 else
11649 defaultval=no
11650 fi
11651 fi
11652
11653 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-notifmsg" >&5
11654 echo $ECHO_N "checking for --${enablestring:-enable}-notifmsg... $ECHO_C" >&6; }
11655 # Check whether --enable-notifmsg was given.
11656 if test "${enable_notifmsg+set}" = set; then
11657 enableval=$enable_notifmsg;
11658 if test "$enableval" = yes; then
11659 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=yes'
11660 else
11661 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=no'
11662 fi
11663
11664 else
11665
11666 wx_cv_use_notifmsg='wxUSE_NOTIFICATION_MESSAGE=${'DEFAULT_wxUSE_NOTIFICATION_MESSAGE":-$defaultval}"
11667
11668 fi
11669
11670
11671 eval "$wx_cv_use_notifmsg"
11672
11673 if test x"$enablestring" = xdisable; then
11674 if test $wxUSE_NOTIFICATION_MESSAGE = no; then
11675 result=yes
11676 else
11677 result=no
11678 fi
11679 else
11680 result=$wxUSE_NOTIFICATION_MESSAGE
11681 fi
11682
11683 { echo "$as_me:$LINENO: result: $result" >&5
11684 echo "${ECHO_T}$result" >&6; }
11685
11686
11687 enablestring=
11688 defaultval=$wxUSE_ALL_FEATURES
11689 if test -z "$defaultval"; then
11690 if test x"$enablestring" = xdisable; then
11691 defaultval=yes
11692 else
11693 defaultval=no
11694 fi
11695 fi
11696
11697 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-odcombobox" >&5
11698 echo $ECHO_N "checking for --${enablestring:-enable}-odcombobox... $ECHO_C" >&6; }
11699 # Check whether --enable-odcombobox was given.
11700 if test "${enable_odcombobox+set}" = set; then
11701 enableval=$enable_odcombobox;
11702 if test "$enableval" = yes; then
11703 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=yes'
11704 else
11705 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=no'
11706 fi
11707
11708 else
11709
11710 wx_cv_use_odcombobox='wxUSE_ODCOMBOBOX=${'DEFAULT_wxUSE_ODCOMBOBOX":-$defaultval}"
11711
11712 fi
11713
11714
11715 eval "$wx_cv_use_odcombobox"
11716
11717 if test x"$enablestring" = xdisable; then
11718 if test $wxUSE_ODCOMBOBOX = no; then
11719 result=yes
11720 else
11721 result=no
11722 fi
11723 else
11724 result=$wxUSE_ODCOMBOBOX
11725 fi
11726
11727 { echo "$as_me:$LINENO: result: $result" >&5
11728 echo "${ECHO_T}$result" >&6; }
11729
11730
11731 enablestring=
11732 defaultval=$wxUSE_ALL_FEATURES
11733 if test -z "$defaultval"; then
11734 if test x"$enablestring" = xdisable; then
11735 defaultval=yes
11736 else
11737 defaultval=no
11738 fi
11739 fi
11740
11741 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-popupwin" >&5
11742 echo $ECHO_N "checking for --${enablestring:-enable}-popupwin... $ECHO_C" >&6; }
11743 # Check whether --enable-popupwin was given.
11744 if test "${enable_popupwin+set}" = set; then
11745 enableval=$enable_popupwin;
11746 if test "$enableval" = yes; then
11747 wx_cv_use_popupwin='wxUSE_POPUPWIN=yes'
11748 else
11749 wx_cv_use_popupwin='wxUSE_POPUPWIN=no'
11750 fi
11751
11752 else
11753
11754 wx_cv_use_popupwin='wxUSE_POPUPWIN=${'DEFAULT_wxUSE_POPUPWIN":-$defaultval}"
11755
11756 fi
11757
11758
11759 eval "$wx_cv_use_popupwin"
11760
11761 if test x"$enablestring" = xdisable; then
11762 if test $wxUSE_POPUPWIN = no; then
11763 result=yes
11764 else
11765 result=no
11766 fi
11767 else
11768 result=$wxUSE_POPUPWIN
11769 fi
11770
11771 { echo "$as_me:$LINENO: result: $result" >&5
11772 echo "${ECHO_T}$result" >&6; }
11773
11774
11775 enablestring=
11776 defaultval=$wxUSE_ALL_FEATURES
11777 if test -z "$defaultval"; then
11778 if test x"$enablestring" = xdisable; then
11779 defaultval=yes
11780 else
11781 defaultval=no
11782 fi
11783 fi
11784
11785 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobox" >&5
11786 echo $ECHO_N "checking for --${enablestring:-enable}-radiobox... $ECHO_C" >&6; }
11787 # Check whether --enable-radiobox was given.
11788 if test "${enable_radiobox+set}" = set; then
11789 enableval=$enable_radiobox;
11790 if test "$enableval" = yes; then
11791 wx_cv_use_radiobox='wxUSE_RADIOBOX=yes'
11792 else
11793 wx_cv_use_radiobox='wxUSE_RADIOBOX=no'
11794 fi
11795
11796 else
11797
11798 wx_cv_use_radiobox='wxUSE_RADIOBOX=${'DEFAULT_wxUSE_RADIOBOX":-$defaultval}"
11799
11800 fi
11801
11802
11803 eval "$wx_cv_use_radiobox"
11804
11805 if test x"$enablestring" = xdisable; then
11806 if test $wxUSE_RADIOBOX = no; then
11807 result=yes
11808 else
11809 result=no
11810 fi
11811 else
11812 result=$wxUSE_RADIOBOX
11813 fi
11814
11815 { echo "$as_me:$LINENO: result: $result" >&5
11816 echo "${ECHO_T}$result" >&6; }
11817
11818
11819 enablestring=
11820 defaultval=$wxUSE_ALL_FEATURES
11821 if test -z "$defaultval"; then
11822 if test x"$enablestring" = xdisable; then
11823 defaultval=yes
11824 else
11825 defaultval=no
11826 fi
11827 fi
11828
11829 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-radiobtn" >&5
11830 echo $ECHO_N "checking for --${enablestring:-enable}-radiobtn... $ECHO_C" >&6; }
11831 # Check whether --enable-radiobtn was given.
11832 if test "${enable_radiobtn+set}" = set; then
11833 enableval=$enable_radiobtn;
11834 if test "$enableval" = yes; then
11835 wx_cv_use_radiobtn='wxUSE_RADIOBTN=yes'
11836 else
11837 wx_cv_use_radiobtn='wxUSE_RADIOBTN=no'
11838 fi
11839
11840 else
11841
11842 wx_cv_use_radiobtn='wxUSE_RADIOBTN=${'DEFAULT_wxUSE_RADIOBTN":-$defaultval}"
11843
11844 fi
11845
11846
11847 eval "$wx_cv_use_radiobtn"
11848
11849 if test x"$enablestring" = xdisable; then
11850 if test $wxUSE_RADIOBTN = no; then
11851 result=yes
11852 else
11853 result=no
11854 fi
11855 else
11856 result=$wxUSE_RADIOBTN
11857 fi
11858
11859 { echo "$as_me:$LINENO: result: $result" >&5
11860 echo "${ECHO_T}$result" >&6; }
11861
11862
11863 enablestring=
11864 defaultval=$wxUSE_ALL_FEATURES
11865 if test -z "$defaultval"; then
11866 if test x"$enablestring" = xdisable; then
11867 defaultval=yes
11868 else
11869 defaultval=no
11870 fi
11871 fi
11872
11873 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-richmsgdlg" >&5
11874 echo $ECHO_N "checking for --${enablestring:-enable}-richmsgdlg... $ECHO_C" >&6; }
11875 # Check whether --enable-richmsgdlg was given.
11876 if test "${enable_richmsgdlg+set}" = set; then
11877 enableval=$enable_richmsgdlg;
11878 if test "$enableval" = yes; then
11879 wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG=yes'
11880 else
11881 wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG=no'
11882 fi
11883
11884 else
11885
11886 wx_cv_use_richmsgdlg='wxUSE_RICHMSGDLG=${'DEFAULT_wxUSE_RICHMSGDLG":-$defaultval}"
11887
11888 fi
11889
11890
11891 eval "$wx_cv_use_richmsgdlg"
11892
11893 if test x"$enablestring" = xdisable; then
11894 if test $wxUSE_RICHMSGDLG = no; then
11895 result=yes
11896 else
11897 result=no
11898 fi
11899 else
11900 result=$wxUSE_RICHMSGDLG
11901 fi
11902
11903 { echo "$as_me:$LINENO: result: $result" >&5
11904 echo "${ECHO_T}$result" >&6; }
11905
11906
11907 enablestring=
11908 defaultval=$wxUSE_ALL_FEATURES
11909 if test -z "$defaultval"; then
11910 if test x"$enablestring" = xdisable; then
11911 defaultval=yes
11912 else
11913 defaultval=no
11914 fi
11915 fi
11916
11917 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-rearrangectrl" >&5
11918 echo $ECHO_N "checking for --${enablestring:-enable}-rearrangectrl... $ECHO_C" >&6; }
11919 # Check whether --enable-rearrangectrl was given.
11920 if test "${enable_rearrangectrl+set}" = set; then
11921 enableval=$enable_rearrangectrl;
11922 if test "$enableval" = yes; then
11923 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=yes'
11924 else
11925 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=no'
11926 fi
11927
11928 else
11929
11930 wx_cv_use_rearrangectrl='wxUSE_REARRANGECTRL=${'DEFAULT_wxUSE_REARRANGECTRL":-$defaultval}"
11931
11932 fi
11933
11934
11935 eval "$wx_cv_use_rearrangectrl"
11936
11937 if test x"$enablestring" = xdisable; then
11938 if test $wxUSE_REARRANGECTRL = no; then
11939 result=yes
11940 else
11941 result=no
11942 fi
11943 else
11944 result=$wxUSE_REARRANGECTRL
11945 fi
11946
11947 { echo "$as_me:$LINENO: result: $result" >&5
11948 echo "${ECHO_T}$result" >&6; }
11949
11950
11951 enablestring=
11952 defaultval=$wxUSE_ALL_FEATURES
11953 if test -z "$defaultval"; then
11954 if test x"$enablestring" = xdisable; then
11955 defaultval=yes
11956 else
11957 defaultval=no
11958 fi
11959 fi
11960
11961 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-sash" >&5
11962 echo $ECHO_N "checking for --${enablestring:-enable}-sash... $ECHO_C" >&6; }
11963 # Check whether --enable-sash was given.
11964 if test "${enable_sash+set}" = set; then
11965 enableval=$enable_sash;
11966 if test "$enableval" = yes; then
11967 wx_cv_use_sash='wxUSE_SASH=yes'
11968 else
11969 wx_cv_use_sash='wxUSE_SASH=no'
11970 fi
11971
11972 else
11973
11974 wx_cv_use_sash='wxUSE_SASH=${'DEFAULT_wxUSE_SASH":-$defaultval}"
11975
11976 fi
11977
11978
11979 eval "$wx_cv_use_sash"
11980
11981 if test x"$enablestring" = xdisable; then
11982 if test $wxUSE_SASH = no; then
11983 result=yes
11984 else
11985 result=no
11986 fi
11987 else
11988 result=$wxUSE_SASH
11989 fi
11990
11991 { echo "$as_me:$LINENO: result: $result" >&5
11992 echo "${ECHO_T}$result" >&6; }
11993
11994
11995 enablestring=
11996 defaultval=$wxUSE_ALL_FEATURES
11997 if test -z "$defaultval"; then
11998 if test x"$enablestring" = xdisable; then
11999 defaultval=yes
12000 else
12001 defaultval=no
12002 fi
12003 fi
12004
12005 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-scrollbar" >&5
12006 echo $ECHO_N "checking for --${enablestring:-enable}-scrollbar... $ECHO_C" >&6; }
12007 # Check whether --enable-scrollbar was given.
12008 if test "${enable_scrollbar+set}" = set; then
12009 enableval=$enable_scrollbar;
12010 if test "$enableval" = yes; then
12011 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=yes'
12012 else
12013 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=no'
12014 fi
12015
12016 else
12017
12018 wx_cv_use_scrollbar='wxUSE_SCROLLBAR=${'DEFAULT_wxUSE_SCROLLBAR":-$defaultval}"
12019
12020 fi
12021
12022
12023 eval "$wx_cv_use_scrollbar"
12024
12025 if test x"$enablestring" = xdisable; then
12026 if test $wxUSE_SCROLLBAR = no; then
12027 result=yes
12028 else
12029 result=no
12030 fi
12031 else
12032 result=$wxUSE_SCROLLBAR
12033 fi
12034
12035 { echo "$as_me:$LINENO: result: $result" >&5
12036 echo "${ECHO_T}$result" >&6; }
12037
12038
12039 enablestring=
12040 defaultval=$wxUSE_ALL_FEATURES
12041 if test -z "$defaultval"; then
12042 if test x"$enablestring" = xdisable; then
12043 defaultval=yes
12044 else
12045 defaultval=no
12046 fi
12047 fi
12048
12049 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-searchctrl" >&5
12050 echo $ECHO_N "checking for --${enablestring:-enable}-searchctrl... $ECHO_C" >&6; }
12051 # Check whether --enable-searchctrl was given.
12052 if test "${enable_searchctrl+set}" = set; then
12053 enableval=$enable_searchctrl;
12054 if test "$enableval" = yes; then
12055 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=yes'
12056 else
12057 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=no'
12058 fi
12059
12060 else
12061
12062 wx_cv_use_searchctrl='wxUSE_SEARCHCTRL=${'DEFAULT_wxUSE_SEARCHCTRL":-$defaultval}"
12063
12064 fi
12065
12066
12067 eval "$wx_cv_use_searchctrl"
12068
12069 if test x"$enablestring" = xdisable; then
12070 if test $wxUSE_SEARCHCTRL = no; then
12071 result=yes
12072 else
12073 result=no
12074 fi
12075 else
12076 result=$wxUSE_SEARCHCTRL
12077 fi
12078
12079 { echo "$as_me:$LINENO: result: $result" >&5
12080 echo "${ECHO_T}$result" >&6; }
12081
12082
12083 enablestring=
12084 defaultval=$wxUSE_ALL_FEATURES
12085 if test -z "$defaultval"; then
12086 if test x"$enablestring" = xdisable; then
12087 defaultval=yes
12088 else
12089 defaultval=no
12090 fi
12091 fi
12092
12093 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-slider" >&5
12094 echo $ECHO_N "checking for --${enablestring:-enable}-slider... $ECHO_C" >&6; }
12095 # Check whether --enable-slider was given.
12096 if test "${enable_slider+set}" = set; then
12097 enableval=$enable_slider;
12098 if test "$enableval" = yes; then
12099 wx_cv_use_slider='wxUSE_SLIDER=yes'
12100 else
12101 wx_cv_use_slider='wxUSE_SLIDER=no'
12102 fi
12103
12104 else
12105
12106 wx_cv_use_slider='wxUSE_SLIDER=${'DEFAULT_wxUSE_SLIDER":-$defaultval}"
12107
12108 fi
12109
12110
12111 eval "$wx_cv_use_slider"
12112
12113 if test x"$enablestring" = xdisable; then
12114 if test $wxUSE_SLIDER = no; then
12115 result=yes
12116 else
12117 result=no
12118 fi
12119 else
12120 result=$wxUSE_SLIDER
12121 fi
12122
12123 { echo "$as_me:$LINENO: result: $result" >&5
12124 echo "${ECHO_T}$result" >&6; }
12125
12126
12127 enablestring=
12128 defaultval=$wxUSE_ALL_FEATURES
12129 if test -z "$defaultval"; then
12130 if test x"$enablestring" = xdisable; then
12131 defaultval=yes
12132 else
12133 defaultval=no
12134 fi
12135 fi
12136
12137 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinbtn" >&5
12138 echo $ECHO_N "checking for --${enablestring:-enable}-spinbtn... $ECHO_C" >&6; }
12139 # Check whether --enable-spinbtn was given.
12140 if test "${enable_spinbtn+set}" = set; then
12141 enableval=$enable_spinbtn;
12142 if test "$enableval" = yes; then
12143 wx_cv_use_spinbtn='wxUSE_SPINBTN=yes'
12144 else
12145 wx_cv_use_spinbtn='wxUSE_SPINBTN=no'
12146 fi
12147
12148 else
12149
12150 wx_cv_use_spinbtn='wxUSE_SPINBTN=${'DEFAULT_wxUSE_SPINBTN":-$defaultval}"
12151
12152 fi
12153
12154
12155 eval "$wx_cv_use_spinbtn"
12156
12157 if test x"$enablestring" = xdisable; then
12158 if test $wxUSE_SPINBTN = no; then
12159 result=yes
12160 else
12161 result=no
12162 fi
12163 else
12164 result=$wxUSE_SPINBTN
12165 fi
12166
12167 { echo "$as_me:$LINENO: result: $result" >&5
12168 echo "${ECHO_T}$result" >&6; }
12169
12170
12171 enablestring=
12172 defaultval=$wxUSE_ALL_FEATURES
12173 if test -z "$defaultval"; then
12174 if test x"$enablestring" = xdisable; then
12175 defaultval=yes
12176 else
12177 defaultval=no
12178 fi
12179 fi
12180
12181 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-spinctrl" >&5
12182 echo $ECHO_N "checking for --${enablestring:-enable}-spinctrl... $ECHO_C" >&6; }
12183 # Check whether --enable-spinctrl was given.
12184 if test "${enable_spinctrl+set}" = set; then
12185 enableval=$enable_spinctrl;
12186 if test "$enableval" = yes; then
12187 wx_cv_use_spinctrl='wxUSE_SPINCTRL=yes'
12188 else
12189 wx_cv_use_spinctrl='wxUSE_SPINCTRL=no'
12190 fi
12191
12192 else
12193
12194 wx_cv_use_spinctrl='wxUSE_SPINCTRL=${'DEFAULT_wxUSE_SPINCTRL":-$defaultval}"
12195
12196 fi
12197
12198
12199 eval "$wx_cv_use_spinctrl"
12200
12201 if test x"$enablestring" = xdisable; then
12202 if test $wxUSE_SPINCTRL = no; then
12203 result=yes
12204 else
12205 result=no
12206 fi
12207 else
12208 result=$wxUSE_SPINCTRL
12209 fi
12210
12211 { echo "$as_me:$LINENO: result: $result" >&5
12212 echo "${ECHO_T}$result" >&6; }
12213
12214
12215 enablestring=
12216 defaultval=$wxUSE_ALL_FEATURES
12217 if test -z "$defaultval"; then
12218 if test x"$enablestring" = xdisable; then
12219 defaultval=yes
12220 else
12221 defaultval=no
12222 fi
12223 fi
12224
12225 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splitter" >&5
12226 echo $ECHO_N "checking for --${enablestring:-enable}-splitter... $ECHO_C" >&6; }
12227 # Check whether --enable-splitter was given.
12228 if test "${enable_splitter+set}" = set; then
12229 enableval=$enable_splitter;
12230 if test "$enableval" = yes; then
12231 wx_cv_use_splitter='wxUSE_SPLITTER=yes'
12232 else
12233 wx_cv_use_splitter='wxUSE_SPLITTER=no'
12234 fi
12235
12236 else
12237
12238 wx_cv_use_splitter='wxUSE_SPLITTER=${'DEFAULT_wxUSE_SPLITTER":-$defaultval}"
12239
12240 fi
12241
12242
12243 eval "$wx_cv_use_splitter"
12244
12245 if test x"$enablestring" = xdisable; then
12246 if test $wxUSE_SPLITTER = no; then
12247 result=yes
12248 else
12249 result=no
12250 fi
12251 else
12252 result=$wxUSE_SPLITTER
12253 fi
12254
12255 { echo "$as_me:$LINENO: result: $result" >&5
12256 echo "${ECHO_T}$result" >&6; }
12257
12258
12259 enablestring=
12260 defaultval=$wxUSE_ALL_FEATURES
12261 if test -z "$defaultval"; then
12262 if test x"$enablestring" = xdisable; then
12263 defaultval=yes
12264 else
12265 defaultval=no
12266 fi
12267 fi
12268
12269 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbmp" >&5
12270 echo $ECHO_N "checking for --${enablestring:-enable}-statbmp... $ECHO_C" >&6; }
12271 # Check whether --enable-statbmp was given.
12272 if test "${enable_statbmp+set}" = set; then
12273 enableval=$enable_statbmp;
12274 if test "$enableval" = yes; then
12275 wx_cv_use_statbmp='wxUSE_STATBMP=yes'
12276 else
12277 wx_cv_use_statbmp='wxUSE_STATBMP=no'
12278 fi
12279
12280 else
12281
12282 wx_cv_use_statbmp='wxUSE_STATBMP=${'DEFAULT_wxUSE_STATBMP":-$defaultval}"
12283
12284 fi
12285
12286
12287 eval "$wx_cv_use_statbmp"
12288
12289 if test x"$enablestring" = xdisable; then
12290 if test $wxUSE_STATBMP = no; then
12291 result=yes
12292 else
12293 result=no
12294 fi
12295 else
12296 result=$wxUSE_STATBMP
12297 fi
12298
12299 { echo "$as_me:$LINENO: result: $result" >&5
12300 echo "${ECHO_T}$result" >&6; }
12301
12302
12303 enablestring=
12304 defaultval=$wxUSE_ALL_FEATURES
12305 if test -z "$defaultval"; then
12306 if test x"$enablestring" = xdisable; then
12307 defaultval=yes
12308 else
12309 defaultval=no
12310 fi
12311 fi
12312
12313 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statbox" >&5
12314 echo $ECHO_N "checking for --${enablestring:-enable}-statbox... $ECHO_C" >&6; }
12315 # Check whether --enable-statbox was given.
12316 if test "${enable_statbox+set}" = set; then
12317 enableval=$enable_statbox;
12318 if test "$enableval" = yes; then
12319 wx_cv_use_statbox='wxUSE_STATBOX=yes'
12320 else
12321 wx_cv_use_statbox='wxUSE_STATBOX=no'
12322 fi
12323
12324 else
12325
12326 wx_cv_use_statbox='wxUSE_STATBOX=${'DEFAULT_wxUSE_STATBOX":-$defaultval}"
12327
12328 fi
12329
12330
12331 eval "$wx_cv_use_statbox"
12332
12333 if test x"$enablestring" = xdisable; then
12334 if test $wxUSE_STATBOX = no; then
12335 result=yes
12336 else
12337 result=no
12338 fi
12339 else
12340 result=$wxUSE_STATBOX
12341 fi
12342
12343 { echo "$as_me:$LINENO: result: $result" >&5
12344 echo "${ECHO_T}$result" >&6; }
12345
12346
12347 enablestring=
12348 defaultval=$wxUSE_ALL_FEATURES
12349 if test -z "$defaultval"; then
12350 if test x"$enablestring" = xdisable; then
12351 defaultval=yes
12352 else
12353 defaultval=no
12354 fi
12355 fi
12356
12357 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statline" >&5
12358 echo $ECHO_N "checking for --${enablestring:-enable}-statline... $ECHO_C" >&6; }
12359 # Check whether --enable-statline was given.
12360 if test "${enable_statline+set}" = set; then
12361 enableval=$enable_statline;
12362 if test "$enableval" = yes; then
12363 wx_cv_use_statline='wxUSE_STATLINE=yes'
12364 else
12365 wx_cv_use_statline='wxUSE_STATLINE=no'
12366 fi
12367
12368 else
12369
12370 wx_cv_use_statline='wxUSE_STATLINE=${'DEFAULT_wxUSE_STATLINE":-$defaultval}"
12371
12372 fi
12373
12374
12375 eval "$wx_cv_use_statline"
12376
12377 if test x"$enablestring" = xdisable; then
12378 if test $wxUSE_STATLINE = no; then
12379 result=yes
12380 else
12381 result=no
12382 fi
12383 else
12384 result=$wxUSE_STATLINE
12385 fi
12386
12387 { echo "$as_me:$LINENO: result: $result" >&5
12388 echo "${ECHO_T}$result" >&6; }
12389
12390
12391 enablestring=
12392 defaultval=$wxUSE_ALL_FEATURES
12393 if test -z "$defaultval"; then
12394 if test x"$enablestring" = xdisable; then
12395 defaultval=yes
12396 else
12397 defaultval=no
12398 fi
12399 fi
12400
12401 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-stattext" >&5
12402 echo $ECHO_N "checking for --${enablestring:-enable}-stattext... $ECHO_C" >&6; }
12403 # Check whether --enable-stattext was given.
12404 if test "${enable_stattext+set}" = set; then
12405 enableval=$enable_stattext;
12406 if test "$enableval" = yes; then
12407 wx_cv_use_stattext='wxUSE_STATTEXT=yes'
12408 else
12409 wx_cv_use_stattext='wxUSE_STATTEXT=no'
12410 fi
12411
12412 else
12413
12414 wx_cv_use_stattext='wxUSE_STATTEXT=${'DEFAULT_wxUSE_STATTEXT":-$defaultval}"
12415
12416 fi
12417
12418
12419 eval "$wx_cv_use_stattext"
12420
12421 if test x"$enablestring" = xdisable; then
12422 if test $wxUSE_STATTEXT = no; then
12423 result=yes
12424 else
12425 result=no
12426 fi
12427 else
12428 result=$wxUSE_STATTEXT
12429 fi
12430
12431 { echo "$as_me:$LINENO: result: $result" >&5
12432 echo "${ECHO_T}$result" >&6; }
12433
12434
12435 enablestring=
12436 defaultval=$wxUSE_ALL_FEATURES
12437 if test -z "$defaultval"; then
12438 if test x"$enablestring" = xdisable; then
12439 defaultval=yes
12440 else
12441 defaultval=no
12442 fi
12443 fi
12444
12445 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-statusbar" >&5
12446 echo $ECHO_N "checking for --${enablestring:-enable}-statusbar... $ECHO_C" >&6; }
12447 # Check whether --enable-statusbar was given.
12448 if test "${enable_statusbar+set}" = set; then
12449 enableval=$enable_statusbar;
12450 if test "$enableval" = yes; then
12451 wx_cv_use_statusbar='wxUSE_STATUSBAR=yes'
12452 else
12453 wx_cv_use_statusbar='wxUSE_STATUSBAR=no'
12454 fi
12455
12456 else
12457
12458 wx_cv_use_statusbar='wxUSE_STATUSBAR=${'DEFAULT_wxUSE_STATUSBAR":-$defaultval}"
12459
12460 fi
12461
12462
12463 eval "$wx_cv_use_statusbar"
12464
12465 if test x"$enablestring" = xdisable; then
12466 if test $wxUSE_STATUSBAR = no; then
12467 result=yes
12468 else
12469 result=no
12470 fi
12471 else
12472 result=$wxUSE_STATUSBAR
12473 fi
12474
12475 { echo "$as_me:$LINENO: result: $result" >&5
12476 echo "${ECHO_T}$result" >&6; }
12477
12478
12479 enablestring=
12480 defaultval=$wxUSE_ALL_FEATURES
12481 if test -z "$defaultval"; then
12482 if test x"$enablestring" = xdisable; then
12483 defaultval=yes
12484 else
12485 defaultval=no
12486 fi
12487 fi
12488
12489 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-taskbaricon" >&5
12490 echo $ECHO_N "checking for --${enablestring:-enable}-taskbaricon... $ECHO_C" >&6; }
12491 # Check whether --enable-taskbaricon was given.
12492 if test "${enable_taskbaricon+set}" = set; then
12493 enableval=$enable_taskbaricon;
12494 if test "$enableval" = yes; then
12495 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=yes'
12496 else
12497 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=no'
12498 fi
12499
12500 else
12501
12502 wx_cv_use_taskbaricon='wxUSE_TASKBARICON=${'DEFAULT_wxUSE_TASKBARICON":-$defaultval}"
12503
12504 fi
12505
12506
12507 eval "$wx_cv_use_taskbaricon"
12508
12509 if test x"$enablestring" = xdisable; then
12510 if test $wxUSE_TASKBARICON = no; then
12511 result=yes
12512 else
12513 result=no
12514 fi
12515 else
12516 result=$wxUSE_TASKBARICON
12517 fi
12518
12519 { echo "$as_me:$LINENO: result: $result" >&5
12520 echo "${ECHO_T}$result" >&6; }
12521
12522
12523 enablestring=
12524 defaultval=$wxUSE_ALL_FEATURES
12525 if test -z "$defaultval"; then
12526 if test x"$enablestring" = xdisable; then
12527 defaultval=yes
12528 else
12529 defaultval=no
12530 fi
12531 fi
12532
12533 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tbarnative" >&5
12534 echo $ECHO_N "checking for --${enablestring:-enable}-tbarnative... $ECHO_C" >&6; }
12535 # Check whether --enable-tbarnative was given.
12536 if test "${enable_tbarnative+set}" = set; then
12537 enableval=$enable_tbarnative;
12538 if test "$enableval" = yes; then
12539 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=yes'
12540 else
12541 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=no'
12542 fi
12543
12544 else
12545
12546 wx_cv_use_tbarnative='wxUSE_TOOLBAR_NATIVE=${'DEFAULT_wxUSE_TOOLBAR_NATIVE":-$defaultval}"
12547
12548 fi
12549
12550
12551 eval "$wx_cv_use_tbarnative"
12552
12553 if test x"$enablestring" = xdisable; then
12554 if test $wxUSE_TOOLBAR_NATIVE = no; then
12555 result=yes
12556 else
12557 result=no
12558 fi
12559 else
12560 result=$wxUSE_TOOLBAR_NATIVE
12561 fi
12562
12563 { echo "$as_me:$LINENO: result: $result" >&5
12564 echo "${ECHO_T}$result" >&6; }
12565
12566
12567 enablestring=
12568 defaultval=$wxUSE_ALL_FEATURES
12569 if test -z "$defaultval"; then
12570 if test x"$enablestring" = xdisable; then
12571 defaultval=yes
12572 else
12573 defaultval=no
12574 fi
12575 fi
12576
12577 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textctrl" >&5
12578 echo $ECHO_N "checking for --${enablestring:-enable}-textctrl... $ECHO_C" >&6; }
12579 # Check whether --enable-textctrl was given.
12580 if test "${enable_textctrl+set}" = set; then
12581 enableval=$enable_textctrl;
12582 if test "$enableval" = yes; then
12583 wx_cv_use_textctrl='wxUSE_TEXTCTRL=yes'
12584 else
12585 wx_cv_use_textctrl='wxUSE_TEXTCTRL=no'
12586 fi
12587
12588 else
12589
12590 wx_cv_use_textctrl='wxUSE_TEXTCTRL=${'DEFAULT_wxUSE_TEXTCTRL":-$defaultval}"
12591
12592 fi
12593
12594
12595 eval "$wx_cv_use_textctrl"
12596
12597 if test x"$enablestring" = xdisable; then
12598 if test $wxUSE_TEXTCTRL = no; then
12599 result=yes
12600 else
12601 result=no
12602 fi
12603 else
12604 result=$wxUSE_TEXTCTRL
12605 fi
12606
12607 { echo "$as_me:$LINENO: result: $result" >&5
12608 echo "${ECHO_T}$result" >&6; }
12609
12610
12611 enablestring=
12612 defaultval=$wxUSE_ALL_FEATURES
12613 if test -z "$defaultval"; then
12614 if test x"$enablestring" = xdisable; then
12615 defaultval=yes
12616 else
12617 defaultval=no
12618 fi
12619 fi
12620
12621 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipwindow" >&5
12622 echo $ECHO_N "checking for --${enablestring:-enable}-tipwindow... $ECHO_C" >&6; }
12623 # Check whether --enable-tipwindow was given.
12624 if test "${enable_tipwindow+set}" = set; then
12625 enableval=$enable_tipwindow;
12626 if test "$enableval" = yes; then
12627 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=yes'
12628 else
12629 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=no'
12630 fi
12631
12632 else
12633
12634 wx_cv_use_tipwindow='wxUSE_TIPWINDOW=${'DEFAULT_wxUSE_TIPWINDOW":-$defaultval}"
12635
12636 fi
12637
12638
12639 eval "$wx_cv_use_tipwindow"
12640
12641 if test x"$enablestring" = xdisable; then
12642 if test $wxUSE_TIPWINDOW = no; then
12643 result=yes
12644 else
12645 result=no
12646 fi
12647 else
12648 result=$wxUSE_TIPWINDOW
12649 fi
12650
12651 { echo "$as_me:$LINENO: result: $result" >&5
12652 echo "${ECHO_T}$result" >&6; }
12653
12654
12655 enablestring=
12656 defaultval=$wxUSE_ALL_FEATURES
12657 if test -z "$defaultval"; then
12658 if test x"$enablestring" = xdisable; then
12659 defaultval=yes
12660 else
12661 defaultval=no
12662 fi
12663 fi
12664
12665 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-togglebtn" >&5
12666 echo $ECHO_N "checking for --${enablestring:-enable}-togglebtn... $ECHO_C" >&6; }
12667 # Check whether --enable-togglebtn was given.
12668 if test "${enable_togglebtn+set}" = set; then
12669 enableval=$enable_togglebtn;
12670 if test "$enableval" = yes; then
12671 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=yes'
12672 else
12673 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=no'
12674 fi
12675
12676 else
12677
12678 wx_cv_use_togglebtn='wxUSE_TOGGLEBTN=${'DEFAULT_wxUSE_TOGGLEBTN":-$defaultval}"
12679
12680 fi
12681
12682
12683 eval "$wx_cv_use_togglebtn"
12684
12685 if test x"$enablestring" = xdisable; then
12686 if test $wxUSE_TOGGLEBTN = no; then
12687 result=yes
12688 else
12689 result=no
12690 fi
12691 else
12692 result=$wxUSE_TOGGLEBTN
12693 fi
12694
12695 { echo "$as_me:$LINENO: result: $result" >&5
12696 echo "${ECHO_T}$result" >&6; }
12697
12698
12699 enablestring=
12700 defaultval=$wxUSE_ALL_FEATURES
12701 if test -z "$defaultval"; then
12702 if test x"$enablestring" = xdisable; then
12703 defaultval=yes
12704 else
12705 defaultval=no
12706 fi
12707 fi
12708
12709 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbar" >&5
12710 echo $ECHO_N "checking for --${enablestring:-enable}-toolbar... $ECHO_C" >&6; }
12711 # Check whether --enable-toolbar was given.
12712 if test "${enable_toolbar+set}" = set; then
12713 enableval=$enable_toolbar;
12714 if test "$enableval" = yes; then
12715 wx_cv_use_toolbar='wxUSE_TOOLBAR=yes'
12716 else
12717 wx_cv_use_toolbar='wxUSE_TOOLBAR=no'
12718 fi
12719
12720 else
12721
12722 wx_cv_use_toolbar='wxUSE_TOOLBAR=${'DEFAULT_wxUSE_TOOLBAR":-$defaultval}"
12723
12724 fi
12725
12726
12727 eval "$wx_cv_use_toolbar"
12728
12729 if test x"$enablestring" = xdisable; then
12730 if test $wxUSE_TOOLBAR = no; then
12731 result=yes
12732 else
12733 result=no
12734 fi
12735 else
12736 result=$wxUSE_TOOLBAR
12737 fi
12738
12739 { echo "$as_me:$LINENO: result: $result" >&5
12740 echo "${ECHO_T}$result" >&6; }
12741
12742
12743 enablestring=
12744 defaultval=$wxUSE_ALL_FEATURES
12745 if test -z "$defaultval"; then
12746 if test x"$enablestring" = xdisable; then
12747 defaultval=yes
12748 else
12749 defaultval=no
12750 fi
12751 fi
12752
12753 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-toolbook" >&5
12754 echo $ECHO_N "checking for --${enablestring:-enable}-toolbook... $ECHO_C" >&6; }
12755 # Check whether --enable-toolbook was given.
12756 if test "${enable_toolbook+set}" = set; then
12757 enableval=$enable_toolbook;
12758 if test "$enableval" = yes; then
12759 wx_cv_use_toolbook='wxUSE_TOOLBOOK=yes'
12760 else
12761 wx_cv_use_toolbook='wxUSE_TOOLBOOK=no'
12762 fi
12763
12764 else
12765
12766 wx_cv_use_toolbook='wxUSE_TOOLBOOK=${'DEFAULT_wxUSE_TOOLBOOK":-$defaultval}"
12767
12768 fi
12769
12770
12771 eval "$wx_cv_use_toolbook"
12772
12773 if test x"$enablestring" = xdisable; then
12774 if test $wxUSE_TOOLBOOK = no; then
12775 result=yes
12776 else
12777 result=no
12778 fi
12779 else
12780 result=$wxUSE_TOOLBOOK
12781 fi
12782
12783 { echo "$as_me:$LINENO: result: $result" >&5
12784 echo "${ECHO_T}$result" >&6; }
12785
12786
12787 enablestring=
12788 defaultval=$wxUSE_ALL_FEATURES
12789 if test -z "$defaultval"; then
12790 if test x"$enablestring" = xdisable; then
12791 defaultval=yes
12792 else
12793 defaultval=no
12794 fi
12795 fi
12796
12797 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treebook" >&5
12798 echo $ECHO_N "checking for --${enablestring:-enable}-treebook... $ECHO_C" >&6; }
12799 # Check whether --enable-treebook was given.
12800 if test "${enable_treebook+set}" = set; then
12801 enableval=$enable_treebook;
12802 if test "$enableval" = yes; then
12803 wx_cv_use_treebook='wxUSE_TREEBOOK=yes'
12804 else
12805 wx_cv_use_treebook='wxUSE_TREEBOOK=no'
12806 fi
12807
12808 else
12809
12810 wx_cv_use_treebook='wxUSE_TREEBOOK=${'DEFAULT_wxUSE_TREEBOOK":-$defaultval}"
12811
12812 fi
12813
12814
12815 eval "$wx_cv_use_treebook"
12816
12817 if test x"$enablestring" = xdisable; then
12818 if test $wxUSE_TREEBOOK = no; then
12819 result=yes
12820 else
12821 result=no
12822 fi
12823 else
12824 result=$wxUSE_TREEBOOK
12825 fi
12826
12827 { echo "$as_me:$LINENO: result: $result" >&5
12828 echo "${ECHO_T}$result" >&6; }
12829
12830
12831 enablestring=
12832 defaultval=$wxUSE_ALL_FEATURES
12833 if test -z "$defaultval"; then
12834 if test x"$enablestring" = xdisable; then
12835 defaultval=yes
12836 else
12837 defaultval=no
12838 fi
12839 fi
12840
12841 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treectrl" >&5
12842 echo $ECHO_N "checking for --${enablestring:-enable}-treectrl... $ECHO_C" >&6; }
12843 # Check whether --enable-treectrl was given.
12844 if test "${enable_treectrl+set}" = set; then
12845 enableval=$enable_treectrl;
12846 if test "$enableval" = yes; then
12847 wx_cv_use_treectrl='wxUSE_TREECTRL=yes'
12848 else
12849 wx_cv_use_treectrl='wxUSE_TREECTRL=no'
12850 fi
12851
12852 else
12853
12854 wx_cv_use_treectrl='wxUSE_TREECTRL=${'DEFAULT_wxUSE_TREECTRL":-$defaultval}"
12855
12856 fi
12857
12858
12859 eval "$wx_cv_use_treectrl"
12860
12861 if test x"$enablestring" = xdisable; then
12862 if test $wxUSE_TREECTRL = no; then
12863 result=yes
12864 else
12865 result=no
12866 fi
12867 else
12868 result=$wxUSE_TREECTRL
12869 fi
12870
12871 { echo "$as_me:$LINENO: result: $result" >&5
12872 echo "${ECHO_T}$result" >&6; }
12873
12874
12875 enablestring=
12876 defaultval=$wxUSE_ALL_FEATURES
12877 if test -z "$defaultval"; then
12878 if test x"$enablestring" = xdisable; then
12879 defaultval=yes
12880 else
12881 defaultval=no
12882 fi
12883 fi
12884
12885 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-treelist" >&5
12886 echo $ECHO_N "checking for --${enablestring:-enable}-treelist... $ECHO_C" >&6; }
12887 # Check whether --enable-treelist was given.
12888 if test "${enable_treelist+set}" = set; then
12889 enableval=$enable_treelist;
12890 if test "$enableval" = yes; then
12891 wx_cv_use_treelist='wxUSE_TREELISTCTRL=yes'
12892 else
12893 wx_cv_use_treelist='wxUSE_TREELISTCTRL=no'
12894 fi
12895
12896 else
12897
12898 wx_cv_use_treelist='wxUSE_TREELISTCTRL=${'DEFAULT_wxUSE_TREELISTCTRL":-$defaultval}"
12899
12900 fi
12901
12902
12903 eval "$wx_cv_use_treelist"
12904
12905 if test x"$enablestring" = xdisable; then
12906 if test $wxUSE_TREELISTCTRL = no; then
12907 result=yes
12908 else
12909 result=no
12910 fi
12911 else
12912 result=$wxUSE_TREELISTCTRL
12913 fi
12914
12915 { echo "$as_me:$LINENO: result: $result" >&5
12916 echo "${ECHO_T}$result" >&6; }
12917
12918
12919
12920
12921 enablestring=
12922 defaultval=$wxUSE_ALL_FEATURES
12923 if test -z "$defaultval"; then
12924 if test x"$enablestring" = xdisable; then
12925 defaultval=yes
12926 else
12927 defaultval=no
12928 fi
12929 fi
12930
12931 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-commondlg" >&5
12932 echo $ECHO_N "checking for --${enablestring:-enable}-commondlg... $ECHO_C" >&6; }
12933 # Check whether --enable-commondlg was given.
12934 if test "${enable_commondlg+set}" = set; then
12935 enableval=$enable_commondlg;
12936 if test "$enableval" = yes; then
12937 wx_cv_use_commondlg='wxUSE_COMMONDLGS=yes'
12938 else
12939 wx_cv_use_commondlg='wxUSE_COMMONDLGS=no'
12940 fi
12941
12942 else
12943
12944 wx_cv_use_commondlg='wxUSE_COMMONDLGS=${'DEFAULT_wxUSE_COMMONDLGS":-$defaultval}"
12945
12946 fi
12947
12948
12949 eval "$wx_cv_use_commondlg"
12950
12951 if test x"$enablestring" = xdisable; then
12952 if test $wxUSE_COMMONDLGS = no; then
12953 result=yes
12954 else
12955 result=no
12956 fi
12957 else
12958 result=$wxUSE_COMMONDLGS
12959 fi
12960
12961 { echo "$as_me:$LINENO: result: $result" >&5
12962 echo "${ECHO_T}$result" >&6; }
12963
12964
12965 enablestring=
12966 defaultval=$wxUSE_ALL_FEATURES
12967 if test -z "$defaultval"; then
12968 if test x"$enablestring" = xdisable; then
12969 defaultval=yes
12970 else
12971 defaultval=no
12972 fi
12973 fi
12974
12975 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-aboutdlg" >&5
12976 echo $ECHO_N "checking for --${enablestring:-enable}-aboutdlg... $ECHO_C" >&6; }
12977 # Check whether --enable-aboutdlg was given.
12978 if test "${enable_aboutdlg+set}" = set; then
12979 enableval=$enable_aboutdlg;
12980 if test "$enableval" = yes; then
12981 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=yes'
12982 else
12983 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=no'
12984 fi
12985
12986 else
12987
12988 wx_cv_use_aboutdlg='wxUSE_ABOUTDLG=${'DEFAULT_wxUSE_ABOUTDLG":-$defaultval}"
12989
12990 fi
12991
12992
12993 eval "$wx_cv_use_aboutdlg"
12994
12995 if test x"$enablestring" = xdisable; then
12996 if test $wxUSE_ABOUTDLG = no; then
12997 result=yes
12998 else
12999 result=no
13000 fi
13001 else
13002 result=$wxUSE_ABOUTDLG
13003 fi
13004
13005 { echo "$as_me:$LINENO: result: $result" >&5
13006 echo "${ECHO_T}$result" >&6; }
13007
13008
13009 enablestring=
13010 defaultval=$wxUSE_ALL_FEATURES
13011 if test -z "$defaultval"; then
13012 if test x"$enablestring" = xdisable; then
13013 defaultval=yes
13014 else
13015 defaultval=no
13016 fi
13017 fi
13018
13019 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-choicedlg" >&5
13020 echo $ECHO_N "checking for --${enablestring:-enable}-choicedlg... $ECHO_C" >&6; }
13021 # Check whether --enable-choicedlg was given.
13022 if test "${enable_choicedlg+set}" = set; then
13023 enableval=$enable_choicedlg;
13024 if test "$enableval" = yes; then
13025 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=yes'
13026 else
13027 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=no'
13028 fi
13029
13030 else
13031
13032 wx_cv_use_choicedlg='wxUSE_CHOICEDLG=${'DEFAULT_wxUSE_CHOICEDLG":-$defaultval}"
13033
13034 fi
13035
13036
13037 eval "$wx_cv_use_choicedlg"
13038
13039 if test x"$enablestring" = xdisable; then
13040 if test $wxUSE_CHOICEDLG = no; then
13041 result=yes
13042 else
13043 result=no
13044 fi
13045 else
13046 result=$wxUSE_CHOICEDLG
13047 fi
13048
13049 { echo "$as_me:$LINENO: result: $result" >&5
13050 echo "${ECHO_T}$result" >&6; }
13051
13052
13053 enablestring=
13054 defaultval=$wxUSE_ALL_FEATURES
13055 if test -z "$defaultval"; then
13056 if test x"$enablestring" = xdisable; then
13057 defaultval=yes
13058 else
13059 defaultval=no
13060 fi
13061 fi
13062
13063 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-coldlg" >&5
13064 echo $ECHO_N "checking for --${enablestring:-enable}-coldlg... $ECHO_C" >&6; }
13065 # Check whether --enable-coldlg was given.
13066 if test "${enable_coldlg+set}" = set; then
13067 enableval=$enable_coldlg;
13068 if test "$enableval" = yes; then
13069 wx_cv_use_coldlg='wxUSE_COLOURDLG=yes'
13070 else
13071 wx_cv_use_coldlg='wxUSE_COLOURDLG=no'
13072 fi
13073
13074 else
13075
13076 wx_cv_use_coldlg='wxUSE_COLOURDLG=${'DEFAULT_wxUSE_COLOURDLG":-$defaultval}"
13077
13078 fi
13079
13080
13081 eval "$wx_cv_use_coldlg"
13082
13083 if test x"$enablestring" = xdisable; then
13084 if test $wxUSE_COLOURDLG = no; then
13085 result=yes
13086 else
13087 result=no
13088 fi
13089 else
13090 result=$wxUSE_COLOURDLG
13091 fi
13092
13093 { echo "$as_me:$LINENO: result: $result" >&5
13094 echo "${ECHO_T}$result" >&6; }
13095
13096
13097 enablestring=
13098 defaultval=$wxUSE_ALL_FEATURES
13099 if test -z "$defaultval"; then
13100 if test x"$enablestring" = xdisable; then
13101 defaultval=yes
13102 else
13103 defaultval=no
13104 fi
13105 fi
13106
13107 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-filedlg" >&5
13108 echo $ECHO_N "checking for --${enablestring:-enable}-filedlg... $ECHO_C" >&6; }
13109 # Check whether --enable-filedlg was given.
13110 if test "${enable_filedlg+set}" = set; then
13111 enableval=$enable_filedlg;
13112 if test "$enableval" = yes; then
13113 wx_cv_use_filedlg='wxUSE_FILEDLG=yes'
13114 else
13115 wx_cv_use_filedlg='wxUSE_FILEDLG=no'
13116 fi
13117
13118 else
13119
13120 wx_cv_use_filedlg='wxUSE_FILEDLG=${'DEFAULT_wxUSE_FILEDLG":-$defaultval}"
13121
13122 fi
13123
13124
13125 eval "$wx_cv_use_filedlg"
13126
13127 if test x"$enablestring" = xdisable; then
13128 if test $wxUSE_FILEDLG = no; then
13129 result=yes
13130 else
13131 result=no
13132 fi
13133 else
13134 result=$wxUSE_FILEDLG
13135 fi
13136
13137 { echo "$as_me:$LINENO: result: $result" >&5
13138 echo "${ECHO_T}$result" >&6; }
13139
13140
13141 enablestring=
13142 defaultval=$wxUSE_ALL_FEATURES
13143 if test -z "$defaultval"; then
13144 if test x"$enablestring" = xdisable; then
13145 defaultval=yes
13146 else
13147 defaultval=no
13148 fi
13149 fi
13150
13151 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-finddlg" >&5
13152 echo $ECHO_N "checking for --${enablestring:-enable}-finddlg... $ECHO_C" >&6; }
13153 # Check whether --enable-finddlg was given.
13154 if test "${enable_finddlg+set}" = set; then
13155 enableval=$enable_finddlg;
13156 if test "$enableval" = yes; then
13157 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=yes'
13158 else
13159 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=no'
13160 fi
13161
13162 else
13163
13164 wx_cv_use_finddlg='wxUSE_FINDREPLDLG=${'DEFAULT_wxUSE_FINDREPLDLG":-$defaultval}"
13165
13166 fi
13167
13168
13169 eval "$wx_cv_use_finddlg"
13170
13171 if test x"$enablestring" = xdisable; then
13172 if test $wxUSE_FINDREPLDLG = no; then
13173 result=yes
13174 else
13175 result=no
13176 fi
13177 else
13178 result=$wxUSE_FINDREPLDLG
13179 fi
13180
13181 { echo "$as_me:$LINENO: result: $result" >&5
13182 echo "${ECHO_T}$result" >&6; }
13183
13184
13185 enablestring=
13186 defaultval=$wxUSE_ALL_FEATURES
13187 if test -z "$defaultval"; then
13188 if test x"$enablestring" = xdisable; then
13189 defaultval=yes
13190 else
13191 defaultval=no
13192 fi
13193 fi
13194
13195 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-fontdlg" >&5
13196 echo $ECHO_N "checking for --${enablestring:-enable}-fontdlg... $ECHO_C" >&6; }
13197 # Check whether --enable-fontdlg was given.
13198 if test "${enable_fontdlg+set}" = set; then
13199 enableval=$enable_fontdlg;
13200 if test "$enableval" = yes; then
13201 wx_cv_use_fontdlg='wxUSE_FONTDLG=yes'
13202 else
13203 wx_cv_use_fontdlg='wxUSE_FONTDLG=no'
13204 fi
13205
13206 else
13207
13208 wx_cv_use_fontdlg='wxUSE_FONTDLG=${'DEFAULT_wxUSE_FONTDLG":-$defaultval}"
13209
13210 fi
13211
13212
13213 eval "$wx_cv_use_fontdlg"
13214
13215 if test x"$enablestring" = xdisable; then
13216 if test $wxUSE_FONTDLG = no; then
13217 result=yes
13218 else
13219 result=no
13220 fi
13221 else
13222 result=$wxUSE_FONTDLG
13223 fi
13224
13225 { echo "$as_me:$LINENO: result: $result" >&5
13226 echo "${ECHO_T}$result" >&6; }
13227
13228
13229 enablestring=
13230 defaultval=$wxUSE_ALL_FEATURES
13231 if test -z "$defaultval"; then
13232 if test x"$enablestring" = xdisable; then
13233 defaultval=yes
13234 else
13235 defaultval=no
13236 fi
13237 fi
13238
13239 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dirdlg" >&5
13240 echo $ECHO_N "checking for --${enablestring:-enable}-dirdlg... $ECHO_C" >&6; }
13241 # Check whether --enable-dirdlg was given.
13242 if test "${enable_dirdlg+set}" = set; then
13243 enableval=$enable_dirdlg;
13244 if test "$enableval" = yes; then
13245 wx_cv_use_dirdlg='wxUSE_DIRDLG=yes'
13246 else
13247 wx_cv_use_dirdlg='wxUSE_DIRDLG=no'
13248 fi
13249
13250 else
13251
13252 wx_cv_use_dirdlg='wxUSE_DIRDLG=${'DEFAULT_wxUSE_DIRDLG":-$defaultval}"
13253
13254 fi
13255
13256
13257 eval "$wx_cv_use_dirdlg"
13258
13259 if test x"$enablestring" = xdisable; then
13260 if test $wxUSE_DIRDLG = no; then
13261 result=yes
13262 else
13263 result=no
13264 fi
13265 else
13266 result=$wxUSE_DIRDLG
13267 fi
13268
13269 { echo "$as_me:$LINENO: result: $result" >&5
13270 echo "${ECHO_T}$result" >&6; }
13271
13272
13273 enablestring=
13274 defaultval=$wxUSE_ALL_FEATURES
13275 if test -z "$defaultval"; then
13276 if test x"$enablestring" = xdisable; then
13277 defaultval=yes
13278 else
13279 defaultval=no
13280 fi
13281 fi
13282
13283 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-msgdlg" >&5
13284 echo $ECHO_N "checking for --${enablestring:-enable}-msgdlg... $ECHO_C" >&6; }
13285 # Check whether --enable-msgdlg was given.
13286 if test "${enable_msgdlg+set}" = set; then
13287 enableval=$enable_msgdlg;
13288 if test "$enableval" = yes; then
13289 wx_cv_use_msgdlg='wxUSE_MSGDLG=yes'
13290 else
13291 wx_cv_use_msgdlg='wxUSE_MSGDLG=no'
13292 fi
13293
13294 else
13295
13296 wx_cv_use_msgdlg='wxUSE_MSGDLG=${'DEFAULT_wxUSE_MSGDLG":-$defaultval}"
13297
13298 fi
13299
13300
13301 eval "$wx_cv_use_msgdlg"
13302
13303 if test x"$enablestring" = xdisable; then
13304 if test $wxUSE_MSGDLG = no; then
13305 result=yes
13306 else
13307 result=no
13308 fi
13309 else
13310 result=$wxUSE_MSGDLG
13311 fi
13312
13313 { echo "$as_me:$LINENO: result: $result" >&5
13314 echo "${ECHO_T}$result" >&6; }
13315
13316
13317 enablestring=
13318 defaultval=$wxUSE_ALL_FEATURES
13319 if test -z "$defaultval"; then
13320 if test x"$enablestring" = xdisable; then
13321 defaultval=yes
13322 else
13323 defaultval=no
13324 fi
13325 fi
13326
13327 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-numberdlg" >&5
13328 echo $ECHO_N "checking for --${enablestring:-enable}-numberdlg... $ECHO_C" >&6; }
13329 # Check whether --enable-numberdlg was given.
13330 if test "${enable_numberdlg+set}" = set; then
13331 enableval=$enable_numberdlg;
13332 if test "$enableval" = yes; then
13333 wx_cv_use_numberdlg='wxUSE_NUMBERDLG=yes'
13334 else
13335 wx_cv_use_numberdlg='wxUSE_NUMBERDLG=no'
13336 fi
13337
13338 else
13339
13340 wx_cv_use_numberdlg='wxUSE_NUMBERDLG=${'DEFAULT_wxUSE_NUMBERDLG":-$defaultval}"
13341
13342 fi
13343
13344
13345 eval "$wx_cv_use_numberdlg"
13346
13347 if test x"$enablestring" = xdisable; then
13348 if test $wxUSE_NUMBERDLG = no; then
13349 result=yes
13350 else
13351 result=no
13352 fi
13353 else
13354 result=$wxUSE_NUMBERDLG
13355 fi
13356
13357 { echo "$as_me:$LINENO: result: $result" >&5
13358 echo "${ECHO_T}$result" >&6; }
13359
13360
13361 enablestring=
13362 defaultval=$wxUSE_ALL_FEATURES
13363 if test -z "$defaultval"; then
13364 if test x"$enablestring" = xdisable; then
13365 defaultval=yes
13366 else
13367 defaultval=no
13368 fi
13369 fi
13370
13371 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splash" >&5
13372 echo $ECHO_N "checking for --${enablestring:-enable}-splash... $ECHO_C" >&6; }
13373 # Check whether --enable-splash was given.
13374 if test "${enable_splash+set}" = set; then
13375 enableval=$enable_splash;
13376 if test "$enableval" = yes; then
13377 wx_cv_use_splash='wxUSE_SPLASH=yes'
13378 else
13379 wx_cv_use_splash='wxUSE_SPLASH=no'
13380 fi
13381
13382 else
13383
13384 wx_cv_use_splash='wxUSE_SPLASH=${'DEFAULT_wxUSE_SPLASH":-$defaultval}"
13385
13386 fi
13387
13388
13389 eval "$wx_cv_use_splash"
13390
13391 if test x"$enablestring" = xdisable; then
13392 if test $wxUSE_SPLASH = no; then
13393 result=yes
13394 else
13395 result=no
13396 fi
13397 else
13398 result=$wxUSE_SPLASH
13399 fi
13400
13401 { echo "$as_me:$LINENO: result: $result" >&5
13402 echo "${ECHO_T}$result" >&6; }
13403
13404
13405 enablestring=
13406 defaultval=$wxUSE_ALL_FEATURES
13407 if test -z "$defaultval"; then
13408 if test x"$enablestring" = xdisable; then
13409 defaultval=yes
13410 else
13411 defaultval=no
13412 fi
13413 fi
13414
13415 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-textdlg" >&5
13416 echo $ECHO_N "checking for --${enablestring:-enable}-textdlg... $ECHO_C" >&6; }
13417 # Check whether --enable-textdlg was given.
13418 if test "${enable_textdlg+set}" = set; then
13419 enableval=$enable_textdlg;
13420 if test "$enableval" = yes; then
13421 wx_cv_use_textdlg='wxUSE_TEXTDLG=yes'
13422 else
13423 wx_cv_use_textdlg='wxUSE_TEXTDLG=no'
13424 fi
13425
13426 else
13427
13428 wx_cv_use_textdlg='wxUSE_TEXTDLG=${'DEFAULT_wxUSE_TEXTDLG":-$defaultval}"
13429
13430 fi
13431
13432
13433 eval "$wx_cv_use_textdlg"
13434
13435 if test x"$enablestring" = xdisable; then
13436 if test $wxUSE_TEXTDLG = no; then
13437 result=yes
13438 else
13439 result=no
13440 fi
13441 else
13442 result=$wxUSE_TEXTDLG
13443 fi
13444
13445 { echo "$as_me:$LINENO: result: $result" >&5
13446 echo "${ECHO_T}$result" >&6; }
13447
13448
13449 enablestring=
13450 defaultval=$wxUSE_ALL_FEATURES
13451 if test -z "$defaultval"; then
13452 if test x"$enablestring" = xdisable; then
13453 defaultval=yes
13454 else
13455 defaultval=no
13456 fi
13457 fi
13458
13459 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tipdlg" >&5
13460 echo $ECHO_N "checking for --${enablestring:-enable}-tipdlg... $ECHO_C" >&6; }
13461 # Check whether --enable-tipdlg was given.
13462 if test "${enable_tipdlg+set}" = set; then
13463 enableval=$enable_tipdlg;
13464 if test "$enableval" = yes; then
13465 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=yes'
13466 else
13467 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=no'
13468 fi
13469
13470 else
13471
13472 wx_cv_use_tipdlg='wxUSE_STARTUP_TIPS=${'DEFAULT_wxUSE_STARTUP_TIPS":-$defaultval}"
13473
13474 fi
13475
13476
13477 eval "$wx_cv_use_tipdlg"
13478
13479 if test x"$enablestring" = xdisable; then
13480 if test $wxUSE_STARTUP_TIPS = no; then
13481 result=yes
13482 else
13483 result=no
13484 fi
13485 else
13486 result=$wxUSE_STARTUP_TIPS
13487 fi
13488
13489 { echo "$as_me:$LINENO: result: $result" >&5
13490 echo "${ECHO_T}$result" >&6; }
13491
13492
13493 enablestring=
13494 defaultval=$wxUSE_ALL_FEATURES
13495 if test -z "$defaultval"; then
13496 if test x"$enablestring" = xdisable; then
13497 defaultval=yes
13498 else
13499 defaultval=no
13500 fi
13501 fi
13502
13503 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-progressdlg" >&5
13504 echo $ECHO_N "checking for --${enablestring:-enable}-progressdlg... $ECHO_C" >&6; }
13505 # Check whether --enable-progressdlg was given.
13506 if test "${enable_progressdlg+set}" = set; then
13507 enableval=$enable_progressdlg;
13508 if test "$enableval" = yes; then
13509 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=yes'
13510 else
13511 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=no'
13512 fi
13513
13514 else
13515
13516 wx_cv_use_progressdlg='wxUSE_PROGRESSDLG=${'DEFAULT_wxUSE_PROGRESSDLG":-$defaultval}"
13517
13518 fi
13519
13520
13521 eval "$wx_cv_use_progressdlg"
13522
13523 if test x"$enablestring" = xdisable; then
13524 if test $wxUSE_PROGRESSDLG = no; then
13525 result=yes
13526 else
13527 result=no
13528 fi
13529 else
13530 result=$wxUSE_PROGRESSDLG
13531 fi
13532
13533 { echo "$as_me:$LINENO: result: $result" >&5
13534 echo "${ECHO_T}$result" >&6; }
13535
13536
13537 enablestring=
13538 defaultval=$wxUSE_ALL_FEATURES
13539 if test -z "$defaultval"; then
13540 if test x"$enablestring" = xdisable; then
13541 defaultval=yes
13542 else
13543 defaultval=no
13544 fi
13545 fi
13546
13547 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wizarddlg" >&5
13548 echo $ECHO_N "checking for --${enablestring:-enable}-wizarddlg... $ECHO_C" >&6; }
13549 # Check whether --enable-wizarddlg was given.
13550 if test "${enable_wizarddlg+set}" = set; then
13551 enableval=$enable_wizarddlg;
13552 if test "$enableval" = yes; then
13553 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=yes'
13554 else
13555 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=no'
13556 fi
13557
13558 else
13559
13560 wx_cv_use_wizarddlg='wxUSE_WIZARDDLG=${'DEFAULT_wxUSE_WIZARDDLG":-$defaultval}"
13561
13562 fi
13563
13564
13565 eval "$wx_cv_use_wizarddlg"
13566
13567 if test x"$enablestring" = xdisable; then
13568 if test $wxUSE_WIZARDDLG = no; then
13569 result=yes
13570 else
13571 result=no
13572 fi
13573 else
13574 result=$wxUSE_WIZARDDLG
13575 fi
13576
13577 { echo "$as_me:$LINENO: result: $result" >&5
13578 echo "${ECHO_T}$result" >&6; }
13579
13580
13581
13582
13583 enablestring=
13584 defaultval=$wxUSE_ALL_FEATURES
13585 if test -z "$defaultval"; then
13586 if test x"$enablestring" = xdisable; then
13587 defaultval=yes
13588 else
13589 defaultval=no
13590 fi
13591 fi
13592
13593 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-menus" >&5
13594 echo $ECHO_N "checking for --${enablestring:-enable}-menus... $ECHO_C" >&6; }
13595 # Check whether --enable-menus was given.
13596 if test "${enable_menus+set}" = set; then
13597 enableval=$enable_menus;
13598 if test "$enableval" = yes; then
13599 wx_cv_use_menus='wxUSE_MENUS=yes'
13600 else
13601 wx_cv_use_menus='wxUSE_MENUS=no'
13602 fi
13603
13604 else
13605
13606 wx_cv_use_menus='wxUSE_MENUS=${'DEFAULT_wxUSE_MENUS":-$defaultval}"
13607
13608 fi
13609
13610
13611 eval "$wx_cv_use_menus"
13612
13613 if test x"$enablestring" = xdisable; then
13614 if test $wxUSE_MENUS = no; then
13615 result=yes
13616 else
13617 result=no
13618 fi
13619 else
13620 result=$wxUSE_MENUS
13621 fi
13622
13623 { echo "$as_me:$LINENO: result: $result" >&5
13624 echo "${ECHO_T}$result" >&6; }
13625
13626
13627 enablestring=
13628 defaultval=$wxUSE_ALL_FEATURES
13629 if test -z "$defaultval"; then
13630 if test x"$enablestring" = xdisable; then
13631 defaultval=yes
13632 else
13633 defaultval=no
13634 fi
13635 fi
13636
13637 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-miniframe" >&5
13638 echo $ECHO_N "checking for --${enablestring:-enable}-miniframe... $ECHO_C" >&6; }
13639 # Check whether --enable-miniframe was given.
13640 if test "${enable_miniframe+set}" = set; then
13641 enableval=$enable_miniframe;
13642 if test "$enableval" = yes; then
13643 wx_cv_use_miniframe='wxUSE_MINIFRAME=yes'
13644 else
13645 wx_cv_use_miniframe='wxUSE_MINIFRAME=no'
13646 fi
13647
13648 else
13649
13650 wx_cv_use_miniframe='wxUSE_MINIFRAME=${'DEFAULT_wxUSE_MINIFRAME":-$defaultval}"
13651
13652 fi
13653
13654
13655 eval "$wx_cv_use_miniframe"
13656
13657 if test x"$enablestring" = xdisable; then
13658 if test $wxUSE_MINIFRAME = no; then
13659 result=yes
13660 else
13661 result=no
13662 fi
13663 else
13664 result=$wxUSE_MINIFRAME
13665 fi
13666
13667 { echo "$as_me:$LINENO: result: $result" >&5
13668 echo "${ECHO_T}$result" >&6; }
13669
13670
13671 enablestring=
13672 defaultval=$wxUSE_ALL_FEATURES
13673 if test -z "$defaultval"; then
13674 if test x"$enablestring" = xdisable; then
13675 defaultval=yes
13676 else
13677 defaultval=no
13678 fi
13679 fi
13680
13681 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tooltips" >&5
13682 echo $ECHO_N "checking for --${enablestring:-enable}-tooltips... $ECHO_C" >&6; }
13683 # Check whether --enable-tooltips was given.
13684 if test "${enable_tooltips+set}" = set; then
13685 enableval=$enable_tooltips;
13686 if test "$enableval" = yes; then
13687 wx_cv_use_tooltips='wxUSE_TOOLTIPS=yes'
13688 else
13689 wx_cv_use_tooltips='wxUSE_TOOLTIPS=no'
13690 fi
13691
13692 else
13693
13694 wx_cv_use_tooltips='wxUSE_TOOLTIPS=${'DEFAULT_wxUSE_TOOLTIPS":-$defaultval}"
13695
13696 fi
13697
13698
13699 eval "$wx_cv_use_tooltips"
13700
13701 if test x"$enablestring" = xdisable; then
13702 if test $wxUSE_TOOLTIPS = no; then
13703 result=yes
13704 else
13705 result=no
13706 fi
13707 else
13708 result=$wxUSE_TOOLTIPS
13709 fi
13710
13711 { echo "$as_me:$LINENO: result: $result" >&5
13712 echo "${ECHO_T}$result" >&6; }
13713
13714
13715 enablestring=
13716 defaultval=$wxUSE_ALL_FEATURES
13717 if test -z "$defaultval"; then
13718 if test x"$enablestring" = xdisable; then
13719 defaultval=yes
13720 else
13721 defaultval=no
13722 fi
13723 fi
13724
13725 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-splines" >&5
13726 echo $ECHO_N "checking for --${enablestring:-enable}-splines... $ECHO_C" >&6; }
13727 # Check whether --enable-splines was given.
13728 if test "${enable_splines+set}" = set; then
13729 enableval=$enable_splines;
13730 if test "$enableval" = yes; then
13731 wx_cv_use_splines='wxUSE_SPLINES=yes'
13732 else
13733 wx_cv_use_splines='wxUSE_SPLINES=no'
13734 fi
13735
13736 else
13737
13738 wx_cv_use_splines='wxUSE_SPLINES=${'DEFAULT_wxUSE_SPLINES":-$defaultval}"
13739
13740 fi
13741
13742
13743 eval "$wx_cv_use_splines"
13744
13745 if test x"$enablestring" = xdisable; then
13746 if test $wxUSE_SPLINES = no; then
13747 result=yes
13748 else
13749 result=no
13750 fi
13751 else
13752 result=$wxUSE_SPLINES
13753 fi
13754
13755 { echo "$as_me:$LINENO: result: $result" >&5
13756 echo "${ECHO_T}$result" >&6; }
13757
13758
13759 enablestring=
13760 defaultval=$wxUSE_ALL_FEATURES
13761 if test -z "$defaultval"; then
13762 if test x"$enablestring" = xdisable; then
13763 defaultval=yes
13764 else
13765 defaultval=no
13766 fi
13767 fi
13768
13769 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-mousewheel" >&5
13770 echo $ECHO_N "checking for --${enablestring:-enable}-mousewheel... $ECHO_C" >&6; }
13771 # Check whether --enable-mousewheel was given.
13772 if test "${enable_mousewheel+set}" = set; then
13773 enableval=$enable_mousewheel;
13774 if test "$enableval" = yes; then
13775 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=yes'
13776 else
13777 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=no'
13778 fi
13779
13780 else
13781
13782 wx_cv_use_mousewheel='wxUSE_MOUSEWHEEL=${'DEFAULT_wxUSE_MOUSEWHEEL":-$defaultval}"
13783
13784 fi
13785
13786
13787 eval "$wx_cv_use_mousewheel"
13788
13789 if test x"$enablestring" = xdisable; then
13790 if test $wxUSE_MOUSEWHEEL = no; then
13791 result=yes
13792 else
13793 result=no
13794 fi
13795 else
13796 result=$wxUSE_MOUSEWHEEL
13797 fi
13798
13799 { echo "$as_me:$LINENO: result: $result" >&5
13800 echo "${ECHO_T}$result" >&6; }
13801
13802
13803 enablestring=
13804 defaultval=$wxUSE_ALL_FEATURES
13805 if test -z "$defaultval"; then
13806 if test x"$enablestring" = xdisable; then
13807 defaultval=yes
13808 else
13809 defaultval=no
13810 fi
13811 fi
13812
13813 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-validators" >&5
13814 echo $ECHO_N "checking for --${enablestring:-enable}-validators... $ECHO_C" >&6; }
13815 # Check whether --enable-validators was given.
13816 if test "${enable_validators+set}" = set; then
13817 enableval=$enable_validators;
13818 if test "$enableval" = yes; then
13819 wx_cv_use_validators='wxUSE_VALIDATORS=yes'
13820 else
13821 wx_cv_use_validators='wxUSE_VALIDATORS=no'
13822 fi
13823
13824 else
13825
13826 wx_cv_use_validators='wxUSE_VALIDATORS=${'DEFAULT_wxUSE_VALIDATORS":-$defaultval}"
13827
13828 fi
13829
13830
13831 eval "$wx_cv_use_validators"
13832
13833 if test x"$enablestring" = xdisable; then
13834 if test $wxUSE_VALIDATORS = no; then
13835 result=yes
13836 else
13837 result=no
13838 fi
13839 else
13840 result=$wxUSE_VALIDATORS
13841 fi
13842
13843 { echo "$as_me:$LINENO: result: $result" >&5
13844 echo "${ECHO_T}$result" >&6; }
13845
13846
13847 enablestring=
13848 defaultval=$wxUSE_ALL_FEATURES
13849 if test -z "$defaultval"; then
13850 if test x"$enablestring" = xdisable; then
13851 defaultval=yes
13852 else
13853 defaultval=no
13854 fi
13855 fi
13856
13857 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-busyinfo" >&5
13858 echo $ECHO_N "checking for --${enablestring:-enable}-busyinfo... $ECHO_C" >&6; }
13859 # Check whether --enable-busyinfo was given.
13860 if test "${enable_busyinfo+set}" = set; then
13861 enableval=$enable_busyinfo;
13862 if test "$enableval" = yes; then
13863 wx_cv_use_busyinfo='wxUSE_BUSYINFO=yes'
13864 else
13865 wx_cv_use_busyinfo='wxUSE_BUSYINFO=no'
13866 fi
13867
13868 else
13869
13870 wx_cv_use_busyinfo='wxUSE_BUSYINFO=${'DEFAULT_wxUSE_BUSYINFO":-$defaultval}"
13871
13872 fi
13873
13874
13875 eval "$wx_cv_use_busyinfo"
13876
13877 if test x"$enablestring" = xdisable; then
13878 if test $wxUSE_BUSYINFO = no; then
13879 result=yes
13880 else
13881 result=no
13882 fi
13883 else
13884 result=$wxUSE_BUSYINFO
13885 fi
13886
13887 { echo "$as_me:$LINENO: result: $result" >&5
13888 echo "${ECHO_T}$result" >&6; }
13889
13890
13891 enablestring=
13892 defaultval=$wxUSE_ALL_FEATURES
13893 if test -z "$defaultval"; then
13894 if test x"$enablestring" = xdisable; then
13895 defaultval=yes
13896 else
13897 defaultval=no
13898 fi
13899 fi
13900
13901 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-hotkey" >&5
13902 echo $ECHO_N "checking for --${enablestring:-enable}-hotkey... $ECHO_C" >&6; }
13903 # Check whether --enable-hotkey was given.
13904 if test "${enable_hotkey+set}" = set; then
13905 enableval=$enable_hotkey;
13906 if test "$enableval" = yes; then
13907 wx_cv_use_hotkey='wxUSE_HOTKEY=yes'
13908 else
13909 wx_cv_use_hotkey='wxUSE_HOTKEY=no'
13910 fi
13911
13912 else
13913
13914 wx_cv_use_hotkey='wxUSE_HOTKEY=${'DEFAULT_wxUSE_HOTKEY":-$defaultval}"
13915
13916 fi
13917
13918
13919 eval "$wx_cv_use_hotkey"
13920
13921 if test x"$enablestring" = xdisable; then
13922 if test $wxUSE_HOTKEY = no; then
13923 result=yes
13924 else
13925 result=no
13926 fi
13927 else
13928 result=$wxUSE_HOTKEY
13929 fi
13930
13931 { echo "$as_me:$LINENO: result: $result" >&5
13932 echo "${ECHO_T}$result" >&6; }
13933
13934
13935 enablestring=
13936 defaultval=$wxUSE_ALL_FEATURES
13937 if test -z "$defaultval"; then
13938 if test x"$enablestring" = xdisable; then
13939 defaultval=yes
13940 else
13941 defaultval=no
13942 fi
13943 fi
13944
13945 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-joystick" >&5
13946 echo $ECHO_N "checking for --${enablestring:-enable}-joystick... $ECHO_C" >&6; }
13947 # Check whether --enable-joystick was given.
13948 if test "${enable_joystick+set}" = set; then
13949 enableval=$enable_joystick;
13950 if test "$enableval" = yes; then
13951 wx_cv_use_joystick='wxUSE_JOYSTICK=yes'
13952 else
13953 wx_cv_use_joystick='wxUSE_JOYSTICK=no'
13954 fi
13955
13956 else
13957
13958 wx_cv_use_joystick='wxUSE_JOYSTICK=${'DEFAULT_wxUSE_JOYSTICK":-$defaultval}"
13959
13960 fi
13961
13962
13963 eval "$wx_cv_use_joystick"
13964
13965 if test x"$enablestring" = xdisable; then
13966 if test $wxUSE_JOYSTICK = no; then
13967 result=yes
13968 else
13969 result=no
13970 fi
13971 else
13972 result=$wxUSE_JOYSTICK
13973 fi
13974
13975 { echo "$as_me:$LINENO: result: $result" >&5
13976 echo "${ECHO_T}$result" >&6; }
13977
13978
13979 enablestring=
13980 defaultval=$wxUSE_ALL_FEATURES
13981 if test -z "$defaultval"; then
13982 if test x"$enablestring" = xdisable; then
13983 defaultval=yes
13984 else
13985 defaultval=no
13986 fi
13987 fi
13988
13989 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-metafile" >&5
13990 echo $ECHO_N "checking for --${enablestring:-enable}-metafile... $ECHO_C" >&6; }
13991 # Check whether --enable-metafile was given.
13992 if test "${enable_metafile+set}" = set; then
13993 enableval=$enable_metafile;
13994 if test "$enableval" = yes; then
13995 wx_cv_use_metafile='wxUSE_METAFILE=yes'
13996 else
13997 wx_cv_use_metafile='wxUSE_METAFILE=no'
13998 fi
13999
14000 else
14001
14002 wx_cv_use_metafile='wxUSE_METAFILE=${'DEFAULT_wxUSE_METAFILE":-$defaultval}"
14003
14004 fi
14005
14006
14007 eval "$wx_cv_use_metafile"
14008
14009 if test x"$enablestring" = xdisable; then
14010 if test $wxUSE_METAFILE = no; then
14011 result=yes
14012 else
14013 result=no
14014 fi
14015 else
14016 result=$wxUSE_METAFILE
14017 fi
14018
14019 { echo "$as_me:$LINENO: result: $result" >&5
14020 echo "${ECHO_T}$result" >&6; }
14021
14022
14023 enablestring=
14024 defaultval=$wxUSE_ALL_FEATURES
14025 if test -z "$defaultval"; then
14026 if test x"$enablestring" = xdisable; then
14027 defaultval=yes
14028 else
14029 defaultval=no
14030 fi
14031 fi
14032
14033 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dragimage" >&5
14034 echo $ECHO_N "checking for --${enablestring:-enable}-dragimage... $ECHO_C" >&6; }
14035 # Check whether --enable-dragimage was given.
14036 if test "${enable_dragimage+set}" = set; then
14037 enableval=$enable_dragimage;
14038 if test "$enableval" = yes; then
14039 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=yes'
14040 else
14041 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=no'
14042 fi
14043
14044 else
14045
14046 wx_cv_use_dragimage='wxUSE_DRAGIMAGE=${'DEFAULT_wxUSE_DRAGIMAGE":-$defaultval}"
14047
14048 fi
14049
14050
14051 eval "$wx_cv_use_dragimage"
14052
14053 if test x"$enablestring" = xdisable; then
14054 if test $wxUSE_DRAGIMAGE = no; then
14055 result=yes
14056 else
14057 result=no
14058 fi
14059 else
14060 result=$wxUSE_DRAGIMAGE
14061 fi
14062
14063 { echo "$as_me:$LINENO: result: $result" >&5
14064 echo "${ECHO_T}$result" >&6; }
14065
14066
14067 enablestring=
14068 defaultval=$wxUSE_ALL_FEATURES
14069 if test -z "$defaultval"; then
14070 if test x"$enablestring" = xdisable; then
14071 defaultval=yes
14072 else
14073 defaultval=no
14074 fi
14075 fi
14076
14077 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-accessibility" >&5
14078 echo $ECHO_N "checking for --${enablestring:-enable}-accessibility... $ECHO_C" >&6; }
14079 # Check whether --enable-accessibility was given.
14080 if test "${enable_accessibility+set}" = set; then
14081 enableval=$enable_accessibility;
14082 if test "$enableval" = yes; then
14083 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=yes'
14084 else
14085 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=no'
14086 fi
14087
14088 else
14089
14090 wx_cv_use_accessibility='wxUSE_ACCESSIBILITY=${'DEFAULT_wxUSE_ACCESSIBILITY":-$defaultval}"
14091
14092 fi
14093
14094
14095 eval "$wx_cv_use_accessibility"
14096
14097 if test x"$enablestring" = xdisable; then
14098 if test $wxUSE_ACCESSIBILITY = no; then
14099 result=yes
14100 else
14101 result=no
14102 fi
14103 else
14104 result=$wxUSE_ACCESSIBILITY
14105 fi
14106
14107 { echo "$as_me:$LINENO: result: $result" >&5
14108 echo "${ECHO_T}$result" >&6; }
14109
14110
14111 enablestring=
14112 defaultval=$wxUSE_ALL_FEATURES
14113 if test -z "$defaultval"; then
14114 if test x"$enablestring" = xdisable; then
14115 defaultval=yes
14116 else
14117 defaultval=no
14118 fi
14119 fi
14120
14121 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-uiactionsim" >&5
14122 echo $ECHO_N "checking for --${enablestring:-enable}-uiactionsim... $ECHO_C" >&6; }
14123 # Check whether --enable-uiactionsim was given.
14124 if test "${enable_uiactionsim+set}" = set; then
14125 enableval=$enable_uiactionsim;
14126 if test "$enableval" = yes; then
14127 wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR=yes'
14128 else
14129 wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR=no'
14130 fi
14131
14132 else
14133
14134 wx_cv_use_uiactionsim='wxUSE_UIACTIONSIMULATOR=${'DEFAULT_wxUSE_UIACTIONSIMULATOR":-$defaultval}"
14135
14136 fi
14137
14138
14139 eval "$wx_cv_use_uiactionsim"
14140
14141 if test x"$enablestring" = xdisable; then
14142 if test $wxUSE_UIACTIONSIMULATOR = no; then
14143 result=yes
14144 else
14145 result=no
14146 fi
14147 else
14148 result=$wxUSE_UIACTIONSIMULATOR
14149 fi
14150
14151 { echo "$as_me:$LINENO: result: $result" >&5
14152 echo "${ECHO_T}$result" >&6; }
14153
14154
14155 enablestring=
14156 defaultval=$wxUSE_ALL_FEATURES
14157 if test -z "$defaultval"; then
14158 if test x"$enablestring" = xdisable; then
14159 defaultval=yes
14160 else
14161 defaultval=no
14162 fi
14163 fi
14164
14165 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dctransform" >&5
14166 echo $ECHO_N "checking for --${enablestring:-enable}-dctransform... $ECHO_C" >&6; }
14167 # Check whether --enable-dctransform was given.
14168 if test "${enable_dctransform+set}" = set; then
14169 enableval=$enable_dctransform;
14170 if test "$enableval" = yes; then
14171 wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX=yes'
14172 else
14173 wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX=no'
14174 fi
14175
14176 else
14177
14178 wx_cv_use_dctransform='wxUSE_DC_TRANSFORM_MATRIX=${'DEFAULT_wxUSE_DC_TRANSFORM_MATRIX":-$defaultval}"
14179
14180 fi
14181
14182
14183 eval "$wx_cv_use_dctransform"
14184
14185 if test x"$enablestring" = xdisable; then
14186 if test $wxUSE_DC_TRANSFORM_MATRIX = no; then
14187 result=yes
14188 else
14189 result=no
14190 fi
14191 else
14192 result=$wxUSE_DC_TRANSFORM_MATRIX
14193 fi
14194
14195 { echo "$as_me:$LINENO: result: $result" >&5
14196 echo "${ECHO_T}$result" >&6; }
14197
14198
14199 enablestring=
14200 defaultval=$wxUSE_ALL_FEATURES
14201 if test -z "$defaultval"; then
14202 if test x"$enablestring" = xdisable; then
14203 defaultval=yes
14204 else
14205 defaultval=no
14206 fi
14207 fi
14208
14209 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webviewwebkit" >&5
14210 echo $ECHO_N "checking for --${enablestring:-enable}-webviewwebkit... $ECHO_C" >&6; }
14211 # Check whether --enable-webviewwebkit was given.
14212 if test "${enable_webviewwebkit+set}" = set; then
14213 enableval=$enable_webviewwebkit;
14214 if test "$enableval" = yes; then
14215 wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=yes'
14216 else
14217 wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=no'
14218 fi
14219
14220 else
14221
14222 wx_cv_use_webviewwebkit='wxUSE_WEBVIEW_WEBKIT=${'DEFAULT_wxUSE_WEBVIEW_WEBKIT":-$defaultval}"
14223
14224 fi
14225
14226
14227 eval "$wx_cv_use_webviewwebkit"
14228
14229 if test x"$enablestring" = xdisable; then
14230 if test $wxUSE_WEBVIEW_WEBKIT = no; then
14231 result=yes
14232 else
14233 result=no
14234 fi
14235 else
14236 result=$wxUSE_WEBVIEW_WEBKIT
14237 fi
14238
14239 { echo "$as_me:$LINENO: result: $result" >&5
14240 echo "${ECHO_T}$result" >&6; }
14241
14242
14243
14244
14245 enablestring=
14246 defaultval=$wxUSE_ALL_FEATURES
14247 if test -z "$defaultval"; then
14248 if test x"$enablestring" = xdisable; then
14249 defaultval=yes
14250 else
14251 defaultval=no
14252 fi
14253 fi
14254
14255 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-palette" >&5
14256 echo $ECHO_N "checking for --${enablestring:-enable}-palette... $ECHO_C" >&6; }
14257 # Check whether --enable-palette was given.
14258 if test "${enable_palette+set}" = set; then
14259 enableval=$enable_palette;
14260 if test "$enableval" = yes; then
14261 wx_cv_use_palette='wxUSE_PALETTE=yes'
14262 else
14263 wx_cv_use_palette='wxUSE_PALETTE=no'
14264 fi
14265
14266 else
14267
14268 wx_cv_use_palette='wxUSE_PALETTE=${'DEFAULT_wxUSE_PALETTE":-$defaultval}"
14269
14270 fi
14271
14272
14273 eval "$wx_cv_use_palette"
14274
14275 if test x"$enablestring" = xdisable; then
14276 if test $wxUSE_PALETTE = no; then
14277 result=yes
14278 else
14279 result=no
14280 fi
14281 else
14282 result=$wxUSE_PALETTE
14283 fi
14284
14285 { echo "$as_me:$LINENO: result: $result" >&5
14286 echo "${ECHO_T}$result" >&6; }
14287
14288
14289 enablestring=
14290 defaultval=$wxUSE_ALL_FEATURES
14291 if test -z "$defaultval"; then
14292 if test x"$enablestring" = xdisable; then
14293 defaultval=yes
14294 else
14295 defaultval=no
14296 fi
14297 fi
14298
14299 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-image" >&5
14300 echo $ECHO_N "checking for --${enablestring:-enable}-image... $ECHO_C" >&6; }
14301 # Check whether --enable-image was given.
14302 if test "${enable_image+set}" = set; then
14303 enableval=$enable_image;
14304 if test "$enableval" = yes; then
14305 wx_cv_use_image='wxUSE_IMAGE=yes'
14306 else
14307 wx_cv_use_image='wxUSE_IMAGE=no'
14308 fi
14309
14310 else
14311
14312 wx_cv_use_image='wxUSE_IMAGE=${'DEFAULT_wxUSE_IMAGE":-$defaultval}"
14313
14314 fi
14315
14316
14317 eval "$wx_cv_use_image"
14318
14319 if test x"$enablestring" = xdisable; then
14320 if test $wxUSE_IMAGE = no; then
14321 result=yes
14322 else
14323 result=no
14324 fi
14325 else
14326 result=$wxUSE_IMAGE
14327 fi
14328
14329 { echo "$as_me:$LINENO: result: $result" >&5
14330 echo "${ECHO_T}$result" >&6; }
14331
14332
14333 enablestring=
14334 defaultval=$wxUSE_ALL_FEATURES
14335 if test -z "$defaultval"; then
14336 if test x"$enablestring" = xdisable; then
14337 defaultval=yes
14338 else
14339 defaultval=no
14340 fi
14341 fi
14342
14343 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-gif" >&5
14344 echo $ECHO_N "checking for --${enablestring:-enable}-gif... $ECHO_C" >&6; }
14345 # Check whether --enable-gif was given.
14346 if test "${enable_gif+set}" = set; then
14347 enableval=$enable_gif;
14348 if test "$enableval" = yes; then
14349 wx_cv_use_gif='wxUSE_GIF=yes'
14350 else
14351 wx_cv_use_gif='wxUSE_GIF=no'
14352 fi
14353
14354 else
14355
14356 wx_cv_use_gif='wxUSE_GIF=${'DEFAULT_wxUSE_GIF":-$defaultval}"
14357
14358 fi
14359
14360
14361 eval "$wx_cv_use_gif"
14362
14363 if test x"$enablestring" = xdisable; then
14364 if test $wxUSE_GIF = no; then
14365 result=yes
14366 else
14367 result=no
14368 fi
14369 else
14370 result=$wxUSE_GIF
14371 fi
14372
14373 { echo "$as_me:$LINENO: result: $result" >&5
14374 echo "${ECHO_T}$result" >&6; }
14375
14376
14377 enablestring=
14378 defaultval=$wxUSE_ALL_FEATURES
14379 if test -z "$defaultval"; then
14380 if test x"$enablestring" = xdisable; then
14381 defaultval=yes
14382 else
14383 defaultval=no
14384 fi
14385 fi
14386
14387 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pcx" >&5
14388 echo $ECHO_N "checking for --${enablestring:-enable}-pcx... $ECHO_C" >&6; }
14389 # Check whether --enable-pcx was given.
14390 if test "${enable_pcx+set}" = set; then
14391 enableval=$enable_pcx;
14392 if test "$enableval" = yes; then
14393 wx_cv_use_pcx='wxUSE_PCX=yes'
14394 else
14395 wx_cv_use_pcx='wxUSE_PCX=no'
14396 fi
14397
14398 else
14399
14400 wx_cv_use_pcx='wxUSE_PCX=${'DEFAULT_wxUSE_PCX":-$defaultval}"
14401
14402 fi
14403
14404
14405 eval "$wx_cv_use_pcx"
14406
14407 if test x"$enablestring" = xdisable; then
14408 if test $wxUSE_PCX = no; then
14409 result=yes
14410 else
14411 result=no
14412 fi
14413 else
14414 result=$wxUSE_PCX
14415 fi
14416
14417 { echo "$as_me:$LINENO: result: $result" >&5
14418 echo "${ECHO_T}$result" >&6; }
14419
14420
14421 enablestring=
14422 defaultval=$wxUSE_ALL_FEATURES
14423 if test -z "$defaultval"; then
14424 if test x"$enablestring" = xdisable; then
14425 defaultval=yes
14426 else
14427 defaultval=no
14428 fi
14429 fi
14430
14431 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-tga" >&5
14432 echo $ECHO_N "checking for --${enablestring:-enable}-tga... $ECHO_C" >&6; }
14433 # Check whether --enable-tga was given.
14434 if test "${enable_tga+set}" = set; then
14435 enableval=$enable_tga;
14436 if test "$enableval" = yes; then
14437 wx_cv_use_tga='wxUSE_TGA=yes'
14438 else
14439 wx_cv_use_tga='wxUSE_TGA=no'
14440 fi
14441
14442 else
14443
14444 wx_cv_use_tga='wxUSE_TGA=${'DEFAULT_wxUSE_TGA":-$defaultval}"
14445
14446 fi
14447
14448
14449 eval "$wx_cv_use_tga"
14450
14451 if test x"$enablestring" = xdisable; then
14452 if test $wxUSE_TGA = no; then
14453 result=yes
14454 else
14455 result=no
14456 fi
14457 else
14458 result=$wxUSE_TGA
14459 fi
14460
14461 { echo "$as_me:$LINENO: result: $result" >&5
14462 echo "${ECHO_T}$result" >&6; }
14463
14464
14465 enablestring=
14466 defaultval=$wxUSE_ALL_FEATURES
14467 if test -z "$defaultval"; then
14468 if test x"$enablestring" = xdisable; then
14469 defaultval=yes
14470 else
14471 defaultval=no
14472 fi
14473 fi
14474
14475 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-iff" >&5
14476 echo $ECHO_N "checking for --${enablestring:-enable}-iff... $ECHO_C" >&6; }
14477 # Check whether --enable-iff was given.
14478 if test "${enable_iff+set}" = set; then
14479 enableval=$enable_iff;
14480 if test "$enableval" = yes; then
14481 wx_cv_use_iff='wxUSE_IFF=yes'
14482 else
14483 wx_cv_use_iff='wxUSE_IFF=no'
14484 fi
14485
14486 else
14487
14488 wx_cv_use_iff='wxUSE_IFF=${'DEFAULT_wxUSE_IFF":-$defaultval}"
14489
14490 fi
14491
14492
14493 eval "$wx_cv_use_iff"
14494
14495 if test x"$enablestring" = xdisable; then
14496 if test $wxUSE_IFF = no; then
14497 result=yes
14498 else
14499 result=no
14500 fi
14501 else
14502 result=$wxUSE_IFF
14503 fi
14504
14505 { echo "$as_me:$LINENO: result: $result" >&5
14506 echo "${ECHO_T}$result" >&6; }
14507
14508
14509 enablestring=
14510 defaultval=$wxUSE_ALL_FEATURES
14511 if test -z "$defaultval"; then
14512 if test x"$enablestring" = xdisable; then
14513 defaultval=yes
14514 else
14515 defaultval=no
14516 fi
14517 fi
14518
14519 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-pnm" >&5
14520 echo $ECHO_N "checking for --${enablestring:-enable}-pnm... $ECHO_C" >&6; }
14521 # Check whether --enable-pnm was given.
14522 if test "${enable_pnm+set}" = set; then
14523 enableval=$enable_pnm;
14524 if test "$enableval" = yes; then
14525 wx_cv_use_pnm='wxUSE_PNM=yes'
14526 else
14527 wx_cv_use_pnm='wxUSE_PNM=no'
14528 fi
14529
14530 else
14531
14532 wx_cv_use_pnm='wxUSE_PNM=${'DEFAULT_wxUSE_PNM":-$defaultval}"
14533
14534 fi
14535
14536
14537 eval "$wx_cv_use_pnm"
14538
14539 if test x"$enablestring" = xdisable; then
14540 if test $wxUSE_PNM = no; then
14541 result=yes
14542 else
14543 result=no
14544 fi
14545 else
14546 result=$wxUSE_PNM
14547 fi
14548
14549 { echo "$as_me:$LINENO: result: $result" >&5
14550 echo "${ECHO_T}$result" >&6; }
14551
14552
14553 enablestring=
14554 defaultval=$wxUSE_ALL_FEATURES
14555 if test -z "$defaultval"; then
14556 if test x"$enablestring" = xdisable; then
14557 defaultval=yes
14558 else
14559 defaultval=no
14560 fi
14561 fi
14562
14563 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-xpm" >&5
14564 echo $ECHO_N "checking for --${enablestring:-enable}-xpm... $ECHO_C" >&6; }
14565 # Check whether --enable-xpm was given.
14566 if test "${enable_xpm+set}" = set; then
14567 enableval=$enable_xpm;
14568 if test "$enableval" = yes; then
14569 wx_cv_use_xpm='wxUSE_XPM=yes'
14570 else
14571 wx_cv_use_xpm='wxUSE_XPM=no'
14572 fi
14573
14574 else
14575
14576 wx_cv_use_xpm='wxUSE_XPM=${'DEFAULT_wxUSE_XPM":-$defaultval}"
14577
14578 fi
14579
14580
14581 eval "$wx_cv_use_xpm"
14582
14583 if test x"$enablestring" = xdisable; then
14584 if test $wxUSE_XPM = no; then
14585 result=yes
14586 else
14587 result=no
14588 fi
14589 else
14590 result=$wxUSE_XPM
14591 fi
14592
14593 { echo "$as_me:$LINENO: result: $result" >&5
14594 echo "${ECHO_T}$result" >&6; }
14595
14596
14597 enablestring=
14598 defaultval=$wxUSE_ALL_FEATURES
14599 if test -z "$defaultval"; then
14600 if test x"$enablestring" = xdisable; then
14601 defaultval=yes
14602 else
14603 defaultval=no
14604 fi
14605 fi
14606
14607 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ico_cur" >&5
14608 echo $ECHO_N "checking for --${enablestring:-enable}-ico_cur... $ECHO_C" >&6; }
14609 # Check whether --enable-ico_cur was given.
14610 if test "${enable_ico_cur+set}" = set; then
14611 enableval=$enable_ico_cur;
14612 if test "$enableval" = yes; then
14613 wx_cv_use_ico_cur='wxUSE_ICO_CUR=yes'
14614 else
14615 wx_cv_use_ico_cur='wxUSE_ICO_CUR=no'
14616 fi
14617
14618 else
14619
14620 wx_cv_use_ico_cur='wxUSE_ICO_CUR=${'DEFAULT_wxUSE_ICO_CUR":-$defaultval}"
14621
14622 fi
14623
14624
14625 eval "$wx_cv_use_ico_cur"
14626
14627 if test x"$enablestring" = xdisable; then
14628 if test $wxUSE_ICO_CUR = no; then
14629 result=yes
14630 else
14631 result=no
14632 fi
14633 else
14634 result=$wxUSE_ICO_CUR
14635 fi
14636
14637 { echo "$as_me:$LINENO: result: $result" >&5
14638 echo "${ECHO_T}$result" >&6; }
14639
14640
14641
14642
14643 enablestring=
14644 defaultval=$wxUSE_ALL_FEATURES
14645 if test -z "$defaultval"; then
14646 if test x"$enablestring" = xdisable; then
14647 defaultval=yes
14648 else
14649 defaultval=no
14650 fi
14651 fi
14652
14653 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-dccache" >&5
14654 echo $ECHO_N "checking for --${enablestring:-enable}-dccache... $ECHO_C" >&6; }
14655 # Check whether --enable-dccache was given.
14656 if test "${enable_dccache+set}" = set; then
14657 enableval=$enable_dccache;
14658 if test "$enableval" = yes; then
14659 wx_cv_use_dccache='wxUSE_DC_CACHEING=yes'
14660 else
14661 wx_cv_use_dccache='wxUSE_DC_CACHEING=no'
14662 fi
14663
14664 else
14665
14666 wx_cv_use_dccache='wxUSE_DC_CACHEING=${'DEFAULT_wxUSE_DC_CACHEING":-$defaultval}"
14667
14668 fi
14669
14670
14671 eval "$wx_cv_use_dccache"
14672
14673 if test x"$enablestring" = xdisable; then
14674 if test $wxUSE_DC_CACHEING = no; then
14675 result=yes
14676 else
14677 result=no
14678 fi
14679 else
14680 result=$wxUSE_DC_CACHEING
14681 fi
14682
14683 { echo "$as_me:$LINENO: result: $result" >&5
14684 echo "${ECHO_T}$result" >&6; }
14685
14686
14687 enablestring=
14688 defaultval=$wxUSE_ALL_FEATURES
14689 if test -z "$defaultval"; then
14690 if test x"$enablestring" = xdisable; then
14691 defaultval=yes
14692 else
14693 defaultval=no
14694 fi
14695 fi
14696
14697 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ps-in-msw" >&5
14698 echo $ECHO_N "checking for --${enablestring:-enable}-ps-in-msw... $ECHO_C" >&6; }
14699 # Check whether --enable-ps-in-msw was given.
14700 if test "${enable_ps_in_msw+set}" = set; then
14701 enableval=$enable_ps_in_msw;
14702 if test "$enableval" = yes; then
14703 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=yes'
14704 else
14705 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=no'
14706 fi
14707
14708 else
14709
14710 wx_cv_use_ps_in_msw='wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW=${'DEFAULT_wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW":-$defaultval}"
14711
14712 fi
14713
14714
14715 eval "$wx_cv_use_ps_in_msw"
14716
14717 if test x"$enablestring" = xdisable; then
14718 if test $wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW = no; then
14719 result=yes
14720 else
14721 result=no
14722 fi
14723 else
14724 result=$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW
14725 fi
14726
14727 { echo "$as_me:$LINENO: result: $result" >&5
14728 echo "${ECHO_T}$result" >&6; }
14729
14730
14731 enablestring=
14732 defaultval=$wxUSE_ALL_FEATURES
14733 if test -z "$defaultval"; then
14734 if test x"$enablestring" = xdisable; then
14735 defaultval=yes
14736 else
14737 defaultval=no
14738 fi
14739 fi
14740
14741 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-ownerdrawn" >&5
14742 echo $ECHO_N "checking for --${enablestring:-enable}-ownerdrawn... $ECHO_C" >&6; }
14743 # Check whether --enable-ownerdrawn was given.
14744 if test "${enable_ownerdrawn+set}" = set; then
14745 enableval=$enable_ownerdrawn;
14746 if test "$enableval" = yes; then
14747 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=yes'
14748 else
14749 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=no'
14750 fi
14751
14752 else
14753
14754 wx_cv_use_ownerdrawn='wxUSE_OWNER_DRAWN=${'DEFAULT_wxUSE_OWNER_DRAWN":-$defaultval}"
14755
14756 fi
14757
14758
14759 eval "$wx_cv_use_ownerdrawn"
14760
14761 if test x"$enablestring" = xdisable; then
14762 if test $wxUSE_OWNER_DRAWN = no; then
14763 result=yes
14764 else
14765 result=no
14766 fi
14767 else
14768 result=$wxUSE_OWNER_DRAWN
14769 fi
14770
14771 { echo "$as_me:$LINENO: result: $result" >&5
14772 echo "${ECHO_T}$result" >&6; }
14773
14774
14775 enablestring=
14776 defaultval=$wxUSE_ALL_FEATURES
14777 if test -z "$defaultval"; then
14778 if test x"$enablestring" = xdisable; then
14779 defaultval=yes
14780 else
14781 defaultval=no
14782 fi
14783 fi
14784
14785 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-uxtheme" >&5
14786 echo $ECHO_N "checking for --${enablestring:-enable}-uxtheme... $ECHO_C" >&6; }
14787 # Check whether --enable-uxtheme was given.
14788 if test "${enable_uxtheme+set}" = set; then
14789 enableval=$enable_uxtheme;
14790 if test "$enableval" = yes; then
14791 wx_cv_use_uxtheme='wxUSE_UXTHEME=yes'
14792 else
14793 wx_cv_use_uxtheme='wxUSE_UXTHEME=no'
14794 fi
14795
14796 else
14797
14798 wx_cv_use_uxtheme='wxUSE_UXTHEME=${'DEFAULT_wxUSE_UXTHEME":-$defaultval}"
14799
14800 fi
14801
14802
14803 eval "$wx_cv_use_uxtheme"
14804
14805 if test x"$enablestring" = xdisable; then
14806 if test $wxUSE_UXTHEME = no; then
14807 result=yes
14808 else
14809 result=no
14810 fi
14811 else
14812 result=$wxUSE_UXTHEME
14813 fi
14814
14815 { echo "$as_me:$LINENO: result: $result" >&5
14816 echo "${ECHO_T}$result" >&6; }
14817
14818
14819 enablestring=
14820 defaultval=$wxUSE_ALL_FEATURES
14821 if test -z "$defaultval"; then
14822 if test x"$enablestring" = xdisable; then
14823 defaultval=yes
14824 else
14825 defaultval=no
14826 fi
14827 fi
14828
14829 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-wxdib" >&5
14830 echo $ECHO_N "checking for --${enablestring:-enable}-wxdib... $ECHO_C" >&6; }
14831 # Check whether --enable-wxdib was given.
14832 if test "${enable_wxdib+set}" = set; then
14833 enableval=$enable_wxdib;
14834 if test "$enableval" = yes; then
14835 wx_cv_use_wxdib='wxUSE_DIB=yes'
14836 else
14837 wx_cv_use_wxdib='wxUSE_DIB=no'
14838 fi
14839
14840 else
14841
14842 wx_cv_use_wxdib='wxUSE_DIB=${'DEFAULT_wxUSE_DIB":-$defaultval}"
14843
14844 fi
14845
14846
14847 eval "$wx_cv_use_wxdib"
14848
14849 if test x"$enablestring" = xdisable; then
14850 if test $wxUSE_DIB = no; then
14851 result=yes
14852 else
14853 result=no
14854 fi
14855 else
14856 result=$wxUSE_DIB
14857 fi
14858
14859 { echo "$as_me:$LINENO: result: $result" >&5
14860 echo "${ECHO_T}$result" >&6; }
14861
14862
14863 enablestring=
14864 defaultval=$wxUSE_ALL_FEATURES
14865 if test -z "$defaultval"; then
14866 if test x"$enablestring" = xdisable; then
14867 defaultval=yes
14868 else
14869 defaultval=no
14870 fi
14871 fi
14872
14873 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-webviewie" >&5
14874 echo $ECHO_N "checking for --${enablestring:-enable}-webviewie... $ECHO_C" >&6; }
14875 # Check whether --enable-webviewie was given.
14876 if test "${enable_webviewie+set}" = set; then
14877 enableval=$enable_webviewie;
14878 if test "$enableval" = yes; then
14879 wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=yes'
14880 else
14881 wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=no'
14882 fi
14883
14884 else
14885
14886 wx_cv_use_webviewie='wxUSE_WEBVIEW_IE=${'DEFAULT_wxUSE_WEBVIEW_IE":-$defaultval}"
14887
14888 fi
14889
14890
14891 eval "$wx_cv_use_webviewie"
14892
14893 if test x"$enablestring" = xdisable; then
14894 if test $wxUSE_WEBVIEW_IE = no; then
14895 result=yes
14896 else
14897 result=no
14898 fi
14899 else
14900 result=$wxUSE_WEBVIEW_IE
14901 fi
14902
14903 { echo "$as_me:$LINENO: result: $result" >&5
14904 echo "${ECHO_T}$result" >&6; }
14905
14906
14907 if test "$wxUSE_MSW" != 1; then
14908 DEFAULT_wxUSE_AUTOID_MANAGEMENT=no
14909 fi
14910
14911
14912 enablestring=
14913 defaultval=$wxUSE_ALL_FEATURES
14914 if test -z "$defaultval"; then
14915 if test x"$enablestring" = xdisable; then
14916 defaultval=yes
14917 else
14918 defaultval=no
14919 fi
14920 fi
14921
14922 { echo "$as_me:$LINENO: checking for --${enablestring:-enable}-autoidman" >&5
14923 echo $ECHO_N "checking for --${enablestring:-enable}-autoidman... $ECHO_C" >&6; }
14924 # Check whether --enable-autoidman was given.
14925 if test "${enable_autoidman+set}" = set; then
14926 enableval=$enable_autoidman;
14927 if test "$enableval" = yes; then
14928 wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=yes'
14929 else
14930 wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=no'
14931 fi
14932
14933 else
14934
14935 wx_cv_use_autoidman='wxUSE_AUTOID_MANAGEMENT=${'DEFAULT_wxUSE_AUTOID_MANAGEMENT":-$defaultval}"
14936
14937 fi
14938
14939
14940 eval "$wx_cv_use_autoidman"
14941
14942 if test x"$enablestring" = xdisable; then
14943 if test $wxUSE_AUTOID_MANAGEMENT = no; then
14944 result=yes
14945 else
14946 result=no
14947 fi
14948 else
14949 result=$wxUSE_AUTOID_MANAGEMENT
14950 fi
14951
14952 { echo "$as_me:$LINENO: result: $result" >&5
14953 echo "${ECHO_T}$result" >&6; }
14954
14955
14956 fi
14957
14958
14959 cat >confcache <<\_ACEOF
14960 # This file is a shell script that caches the results of configure
14961 # tests run on this system so they can be shared between configure
14962 # scripts and configure runs, see configure's option --config-cache.
14963 # It is not useful on other systems. If it contains results you don't
14964 # want to keep, you may remove or edit it.
14965 #
14966 # config.status only pays attention to the cache file if you give it
14967 # the --recheck option to rerun configure.
14968 #
14969 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14970 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14971 # following values.
14972
14973 _ACEOF
14974
14975 # The following way of writing the cache mishandles newlines in values,
14976 # but we know of no workaround that is simple, portable, and efficient.
14977 # So, we kill variables containing newlines.
14978 # Ultrix sh set writes to stderr and can't be redirected directly,
14979 # and sets the high bit in the cache file unless we assign to the vars.
14980 (
14981 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14982 eval ac_val=\$$ac_var
14983 case $ac_val in #(
14984 *${as_nl}*)
14985 case $ac_var in #(
14986 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
14987 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
14988 esac
14989 case $ac_var in #(
14990 _ | IFS | as_nl) ;; #(
14991 *) $as_unset $ac_var ;;
14992 esac ;;
14993 esac
14994 done
14995
14996 (set) 2>&1 |
14997 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14998 *${as_nl}ac_space=\ *)
14999 # `set' does not quote correctly, so add quotes (double-quote
15000 # substitution turns \\\\ into \\, and sed turns \\ into \).
15001 sed -n \
15002 "s/'/'\\\\''/g;
15003 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15004 ;; #(
15005 *)
15006 # `set' quotes correctly as required by POSIX, so do not add quotes.
15007 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15008 ;;
15009 esac |
15010 sort
15011 ) |
15012 sed '
15013 /^ac_cv_env_/b end
15014 t clear
15015 :clear
15016 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15017 t end
15018 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15019 :end' >>confcache
15020 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15021 if test -w "$cache_file"; then
15022 test "x$cache_file" != "x/dev/null" &&
15023 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
15024 echo "$as_me: updating cache $cache_file" >&6;}
15025 cat confcache >$cache_file
15026 else
15027 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
15028 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15029 fi
15030 fi
15031 rm -f confcache
15032
15033 CFLAGS=${CFLAGS:=}
15034 ac_ext=c
15035 ac_cpp='$CPP $CPPFLAGS'
15036 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15037 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15038 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15039 if test -n "$ac_tool_prefix"; then
15040 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
15041 set dummy ${ac_tool_prefix}gcc; ac_word=$2
15042 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15043 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15044 if test "${ac_cv_prog_CC+set}" = set; then
15045 echo $ECHO_N "(cached) $ECHO_C" >&6
15046 else
15047 if test -n "$CC"; then
15048 ac_cv_prog_CC="$CC" # Let the user override the test.
15049 else
15050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15051 for as_dir in $PATH
15052 do
15053 IFS=$as_save_IFS
15054 test -z "$as_dir" && as_dir=.
15055 for ac_exec_ext in '' $ac_executable_extensions; do
15056 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15057 ac_cv_prog_CC="${ac_tool_prefix}gcc"
15058 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15059 break 2
15060 fi
15061 done
15062 done
15063 IFS=$as_save_IFS
15064
15065 fi
15066 fi
15067 CC=$ac_cv_prog_CC
15068 if test -n "$CC"; then
15069 { echo "$as_me:$LINENO: result: $CC" >&5
15070 echo "${ECHO_T}$CC" >&6; }
15071 else
15072 { echo "$as_me:$LINENO: result: no" >&5
15073 echo "${ECHO_T}no" >&6; }
15074 fi
15075
15076
15077 fi
15078 if test -z "$ac_cv_prog_CC"; then
15079 ac_ct_CC=$CC
15080 # Extract the first word of "gcc", so it can be a program name with args.
15081 set dummy gcc; ac_word=$2
15082 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15083 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15084 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
15085 echo $ECHO_N "(cached) $ECHO_C" >&6
15086 else
15087 if test -n "$ac_ct_CC"; then
15088 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
15089 else
15090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15091 for as_dir in $PATH
15092 do
15093 IFS=$as_save_IFS
15094 test -z "$as_dir" && as_dir=.
15095 for ac_exec_ext in '' $ac_executable_extensions; do
15096 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15097 ac_cv_prog_ac_ct_CC="gcc"
15098 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15099 break 2
15100 fi
15101 done
15102 done
15103 IFS=$as_save_IFS
15104
15105 fi
15106 fi
15107 ac_ct_CC=$ac_cv_prog_ac_ct_CC
15108 if test -n "$ac_ct_CC"; then
15109 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
15110 echo "${ECHO_T}$ac_ct_CC" >&6; }
15111 else
15112 { echo "$as_me:$LINENO: result: no" >&5
15113 echo "${ECHO_T}no" >&6; }
15114 fi
15115
15116 if test "x$ac_ct_CC" = x; then
15117 CC=""
15118 else
15119 case $cross_compiling:$ac_tool_warned in
15120 yes:)
15121 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
15122 whose name does not start with the host triplet. If you think this
15123 configuration is useful to you, please write to autoconf@gnu.org." >&5
15124 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
15125 whose name does not start with the host triplet. If you think this
15126 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
15127 ac_tool_warned=yes ;;
15128 esac
15129 CC=$ac_ct_CC
15130 fi
15131 else
15132 CC="$ac_cv_prog_CC"
15133 fi
15134
15135 if test -z "$CC"; then
15136 if test -n "$ac_tool_prefix"; then
15137 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
15138 set dummy ${ac_tool_prefix}cc; ac_word=$2
15139 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15140 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15141 if test "${ac_cv_prog_CC+set}" = set; then
15142 echo $ECHO_N "(cached) $ECHO_C" >&6
15143 else
15144 if test -n "$CC"; then
15145 ac_cv_prog_CC="$CC" # Let the user override the test.
15146 else
15147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15148 for as_dir in $PATH
15149 do
15150 IFS=$as_save_IFS
15151 test -z "$as_dir" && as_dir=.
15152 for ac_exec_ext in '' $ac_executable_extensions; do
15153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15154 ac_cv_prog_CC="${ac_tool_prefix}cc"
15155 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15156 break 2
15157 fi
15158 done
15159 done
15160 IFS=$as_save_IFS
15161
15162 fi
15163 fi
15164 CC=$ac_cv_prog_CC
15165 if test -n "$CC"; then
15166 { echo "$as_me:$LINENO: result: $CC" >&5
15167 echo "${ECHO_T}$CC" >&6; }
15168 else
15169 { echo "$as_me:$LINENO: result: no" >&5
15170 echo "${ECHO_T}no" >&6; }
15171 fi
15172
15173
15174 fi
15175 fi
15176 if test -z "$CC"; then
15177 # Extract the first word of "cc", so it can be a program name with args.
15178 set dummy cc; ac_word=$2
15179 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15180 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15181 if test "${ac_cv_prog_CC+set}" = set; then
15182 echo $ECHO_N "(cached) $ECHO_C" >&6
15183 else
15184 if test -n "$CC"; then
15185 ac_cv_prog_CC="$CC" # Let the user override the test.
15186 else
15187 ac_prog_rejected=no
15188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15189 for as_dir in $PATH
15190 do
15191 IFS=$as_save_IFS
15192 test -z "$as_dir" && as_dir=.
15193 for ac_exec_ext in '' $ac_executable_extensions; do
15194 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15195 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
15196 ac_prog_rejected=yes
15197 continue
15198 fi
15199 ac_cv_prog_CC="cc"
15200 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15201 break 2
15202 fi
15203 done
15204 done
15205 IFS=$as_save_IFS
15206
15207 if test $ac_prog_rejected = yes; then
15208 # We found a bogon in the path, so make sure we never use it.
15209 set dummy $ac_cv_prog_CC
15210 shift
15211 if test $# != 0; then
15212 # We chose a different compiler from the bogus one.
15213 # However, it has the same basename, so the bogon will be chosen
15214 # first if we set CC to just the basename; use the full file name.
15215 shift
15216 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
15217 fi
15218 fi
15219 fi
15220 fi
15221 CC=$ac_cv_prog_CC
15222 if test -n "$CC"; then
15223 { echo "$as_me:$LINENO: result: $CC" >&5
15224 echo "${ECHO_T}$CC" >&6; }
15225 else
15226 { echo "$as_me:$LINENO: result: no" >&5
15227 echo "${ECHO_T}no" >&6; }
15228 fi
15229
15230
15231 fi
15232 if test -z "$CC"; then
15233 if test -n "$ac_tool_prefix"; then
15234 for ac_prog in cl.exe
15235 do
15236 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
15237 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
15238 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15239 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15240 if test "${ac_cv_prog_CC+set}" = set; then
15241 echo $ECHO_N "(cached) $ECHO_C" >&6
15242 else
15243 if test -n "$CC"; then
15244 ac_cv_prog_CC="$CC" # Let the user override the test.
15245 else
15246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15247 for as_dir in $PATH
15248 do
15249 IFS=$as_save_IFS
15250 test -z "$as_dir" && as_dir=.
15251 for ac_exec_ext in '' $ac_executable_extensions; do
15252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15253 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
15254 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15255 break 2
15256 fi
15257 done
15258 done
15259 IFS=$as_save_IFS
15260
15261 fi
15262 fi
15263 CC=$ac_cv_prog_CC
15264 if test -n "$CC"; then
15265 { echo "$as_me:$LINENO: result: $CC" >&5
15266 echo "${ECHO_T}$CC" >&6; }
15267 else
15268 { echo "$as_me:$LINENO: result: no" >&5
15269 echo "${ECHO_T}no" >&6; }
15270 fi
15271
15272
15273 test -n "$CC" && break
15274 done
15275 fi
15276 if test -z "$CC"; then
15277 ac_ct_CC=$CC
15278 for ac_prog in cl.exe
15279 do
15280 # Extract the first word of "$ac_prog", so it can be a program name with args.
15281 set dummy $ac_prog; ac_word=$2
15282 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15283 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15284 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
15285 echo $ECHO_N "(cached) $ECHO_C" >&6
15286 else
15287 if test -n "$ac_ct_CC"; then
15288 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
15289 else
15290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15291 for as_dir in $PATH
15292 do
15293 IFS=$as_save_IFS
15294 test -z "$as_dir" && as_dir=.
15295 for ac_exec_ext in '' $ac_executable_extensions; do
15296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15297 ac_cv_prog_ac_ct_CC="$ac_prog"
15298 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15299 break 2
15300 fi
15301 done
15302 done
15303 IFS=$as_save_IFS
15304
15305 fi
15306 fi
15307 ac_ct_CC=$ac_cv_prog_ac_ct_CC
15308 if test -n "$ac_ct_CC"; then
15309 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
15310 echo "${ECHO_T}$ac_ct_CC" >&6; }
15311 else
15312 { echo "$as_me:$LINENO: result: no" >&5
15313 echo "${ECHO_T}no" >&6; }
15314 fi
15315
15316
15317 test -n "$ac_ct_CC" && break
15318 done
15319
15320 if test "x$ac_ct_CC" = x; then
15321 CC=""
15322 else
15323 case $cross_compiling:$ac_tool_warned in
15324 yes:)
15325 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
15326 whose name does not start with the host triplet. If you think this
15327 configuration is useful to you, please write to autoconf@gnu.org." >&5
15328 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
15329 whose name does not start with the host triplet. If you think this
15330 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
15331 ac_tool_warned=yes ;;
15332 esac
15333 CC=$ac_ct_CC
15334 fi
15335 fi
15336
15337 fi
15338
15339
15340 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
15341 See \`config.log' for more details." >&5
15342 echo "$as_me: error: no acceptable C compiler found in \$PATH
15343 See \`config.log' for more details." >&2;}
15344 { (exit 1); exit 1; }; }
15345
15346 # Provide some information about the compiler.
15347 echo "$as_me:$LINENO: checking for C compiler version" >&5
15348 ac_compiler=`set X $ac_compile; echo $2`
15349 { (ac_try="$ac_compiler --version >&5"
15350 case "(($ac_try" in
15351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15352 *) ac_try_echo=$ac_try;;
15353 esac
15354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15355 (eval "$ac_compiler --version >&5") 2>&5
15356 ac_status=$?
15357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15358 (exit $ac_status); }
15359 { (ac_try="$ac_compiler -v >&5"
15360 case "(($ac_try" in
15361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15362 *) ac_try_echo=$ac_try;;
15363 esac
15364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15365 (eval "$ac_compiler -v >&5") 2>&5
15366 ac_status=$?
15367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15368 (exit $ac_status); }
15369 { (ac_try="$ac_compiler -V >&5"
15370 case "(($ac_try" in
15371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15372 *) ac_try_echo=$ac_try;;
15373 esac
15374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15375 (eval "$ac_compiler -V >&5") 2>&5
15376 ac_status=$?
15377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15378 (exit $ac_status); }
15379
15380 cat >conftest.$ac_ext <<_ACEOF
15381 /* confdefs.h. */
15382 _ACEOF
15383 cat confdefs.h >>conftest.$ac_ext
15384 cat >>conftest.$ac_ext <<_ACEOF
15385 /* end confdefs.h. */
15386
15387 int
15388 main ()
15389 {
15390
15391 ;
15392 return 0;
15393 }
15394 _ACEOF
15395 ac_clean_files_save=$ac_clean_files
15396 ac_clean_files="$ac_clean_files a.out a.exe b.out"
15397 # Try to create an executable without -o first, disregard a.out.
15398 # It will help us diagnose broken compilers, and finding out an intuition
15399 # of exeext.
15400 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
15401 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
15402 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
15403 #
15404 # List of possible output files, starting from the most likely.
15405 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
15406 # only as a last resort. b.out is created by i960 compilers.
15407 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
15408 #
15409 # The IRIX 6 linker writes into existing files which may not be
15410 # executable, retaining their permissions. Remove them first so a
15411 # subsequent execution test works.
15412 ac_rmfiles=
15413 for ac_file in $ac_files
15414 do
15415 case $ac_file in
15416 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
15417 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
15418 esac
15419 done
15420 rm -f $ac_rmfiles
15421
15422 if { (ac_try="$ac_link_default"
15423 case "(($ac_try" in
15424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15425 *) ac_try_echo=$ac_try;;
15426 esac
15427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15428 (eval "$ac_link_default") 2>&5
15429 ac_status=$?
15430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15431 (exit $ac_status); }; then
15432 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
15433 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
15434 # in a Makefile. We should not override ac_cv_exeext if it was cached,
15435 # so that the user can short-circuit this test for compilers unknown to
15436 # Autoconf.
15437 for ac_file in $ac_files ''
15438 do
15439 test -f "$ac_file" || continue
15440 case $ac_file in
15441 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
15442 ;;
15443 [ab].out )
15444 # We found the default executable, but exeext='' is most
15445 # certainly right.
15446 break;;
15447 *.* )
15448 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
15449 then :; else
15450 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
15451 fi
15452 # We set ac_cv_exeext here because the later test for it is not
15453 # safe: cross compilers may not add the suffix if given an `-o'
15454 # argument, so we may need to know it at that point already.
15455 # Even if this section looks crufty: it has the advantage of
15456 # actually working.
15457 break;;
15458 * )
15459 break;;
15460 esac
15461 done
15462 test "$ac_cv_exeext" = no && ac_cv_exeext=
15463
15464 else
15465 ac_file=''
15466 fi
15467
15468 { echo "$as_me:$LINENO: result: $ac_file" >&5
15469 echo "${ECHO_T}$ac_file" >&6; }
15470 if test -z "$ac_file"; then
15471 echo "$as_me: failed program was:" >&5
15472 sed 's/^/| /' conftest.$ac_ext >&5
15473
15474 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
15475 See \`config.log' for more details." >&5
15476 echo "$as_me: error: C compiler cannot create executables
15477 See \`config.log' for more details." >&2;}
15478 { (exit 77); exit 77; }; }
15479 fi
15480
15481 ac_exeext=$ac_cv_exeext
15482
15483 # Check that the compiler produces executables we can run. If not, either
15484 # the compiler is broken, or we cross compile.
15485 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
15486 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
15487 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
15488 # If not cross compiling, check that we can run a simple program.
15489 if test "$cross_compiling" != yes; then
15490 if { ac_try='./$ac_file'
15491 { (case "(($ac_try" in
15492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15493 *) ac_try_echo=$ac_try;;
15494 esac
15495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15496 (eval "$ac_try") 2>&5
15497 ac_status=$?
15498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15499 (exit $ac_status); }; }; then
15500 cross_compiling=no
15501 else
15502 if test "$cross_compiling" = maybe; then
15503 cross_compiling=yes
15504 else
15505 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
15506 If you meant to cross compile, use \`--host'.
15507 See \`config.log' for more details." >&5
15508 echo "$as_me: error: cannot run C compiled programs.
15509 If you meant to cross compile, use \`--host'.
15510 See \`config.log' for more details." >&2;}
15511 { (exit 1); exit 1; }; }
15512 fi
15513 fi
15514 fi
15515 { echo "$as_me:$LINENO: result: yes" >&5
15516 echo "${ECHO_T}yes" >&6; }
15517
15518 rm -f a.out a.exe conftest$ac_cv_exeext b.out
15519 ac_clean_files=$ac_clean_files_save
15520 # Check that the compiler produces executables we can run. If not, either
15521 # the compiler is broken, or we cross compile.
15522 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
15523 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
15524 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
15525 echo "${ECHO_T}$cross_compiling" >&6; }
15526
15527 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
15528 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
15529 if { (ac_try="$ac_link"
15530 case "(($ac_try" in
15531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15532 *) ac_try_echo=$ac_try;;
15533 esac
15534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15535 (eval "$ac_link") 2>&5
15536 ac_status=$?
15537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15538 (exit $ac_status); }; then
15539 # If both `conftest.exe' and `conftest' are `present' (well, observable)
15540 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
15541 # work properly (i.e., refer to `conftest.exe'), while it won't with
15542 # `rm'.
15543 for ac_file in conftest.exe conftest conftest.*; do
15544 test -f "$ac_file" || continue
15545 case $ac_file in
15546 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
15547 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
15548 break;;
15549 * ) break;;
15550 esac
15551 done
15552 else
15553 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
15554 See \`config.log' for more details." >&5
15555 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
15556 See \`config.log' for more details." >&2;}
15557 { (exit 1); exit 1; }; }
15558 fi
15559
15560 rm -f conftest$ac_cv_exeext
15561 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
15562 echo "${ECHO_T}$ac_cv_exeext" >&6; }
15563
15564 rm -f conftest.$ac_ext
15565 EXEEXT=$ac_cv_exeext
15566 ac_exeext=$EXEEXT
15567 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
15568 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
15569 if test "${ac_cv_objext+set}" = set; then
15570 echo $ECHO_N "(cached) $ECHO_C" >&6
15571 else
15572 cat >conftest.$ac_ext <<_ACEOF
15573 /* confdefs.h. */
15574 _ACEOF
15575 cat confdefs.h >>conftest.$ac_ext
15576 cat >>conftest.$ac_ext <<_ACEOF
15577 /* end confdefs.h. */
15578
15579 int
15580 main ()
15581 {
15582
15583 ;
15584 return 0;
15585 }
15586 _ACEOF
15587 rm -f conftest.o conftest.obj
15588 if { (ac_try="$ac_compile"
15589 case "(($ac_try" in
15590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15591 *) ac_try_echo=$ac_try;;
15592 esac
15593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15594 (eval "$ac_compile") 2>&5
15595 ac_status=$?
15596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15597 (exit $ac_status); }; then
15598 for ac_file in conftest.o conftest.obj conftest.*; do
15599 test -f "$ac_file" || continue;
15600 case $ac_file in
15601 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
15602 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
15603 break;;
15604 esac
15605 done
15606 else
15607 echo "$as_me: failed program was:" >&5
15608 sed 's/^/| /' conftest.$ac_ext >&5
15609
15610 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
15611 See \`config.log' for more details." >&5
15612 echo "$as_me: error: cannot compute suffix of object files: cannot compile
15613 See \`config.log' for more details." >&2;}
15614 { (exit 1); exit 1; }; }
15615 fi
15616
15617 rm -f conftest.$ac_cv_objext conftest.$ac_ext
15618 fi
15619 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
15620 echo "${ECHO_T}$ac_cv_objext" >&6; }
15621 OBJEXT=$ac_cv_objext
15622 ac_objext=$OBJEXT
15623 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
15624 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
15625 if test "${ac_cv_c_compiler_gnu+set}" = set; then
15626 echo $ECHO_N "(cached) $ECHO_C" >&6
15627 else
15628 cat >conftest.$ac_ext <<_ACEOF
15629 /* confdefs.h. */
15630 _ACEOF
15631 cat confdefs.h >>conftest.$ac_ext
15632 cat >>conftest.$ac_ext <<_ACEOF
15633 /* end confdefs.h. */
15634
15635 int
15636 main ()
15637 {
15638 #ifndef __GNUC__
15639 choke me
15640 #endif
15641
15642 ;
15643 return 0;
15644 }
15645 _ACEOF
15646 rm -f conftest.$ac_objext
15647 if { (ac_try="$ac_compile"
15648 case "(($ac_try" in
15649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15650 *) ac_try_echo=$ac_try;;
15651 esac
15652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15653 (eval "$ac_compile") 2>conftest.er1
15654 ac_status=$?
15655 grep -v '^ *+' conftest.er1 >conftest.err
15656 rm -f conftest.er1
15657 cat conftest.err >&5
15658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15659 (exit $ac_status); } && {
15660 test -z "$ac_c_werror_flag" ||
15661 test ! -s conftest.err
15662 } && test -s conftest.$ac_objext; then
15663 ac_compiler_gnu=yes
15664 else
15665 echo "$as_me: failed program was:" >&5
15666 sed 's/^/| /' conftest.$ac_ext >&5
15667
15668 ac_compiler_gnu=no
15669 fi
15670
15671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15672 ac_cv_c_compiler_gnu=$ac_compiler_gnu
15673
15674 fi
15675 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
15676 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
15677 GCC=`test $ac_compiler_gnu = yes && echo yes`
15678 ac_test_CFLAGS=${CFLAGS+set}
15679 ac_save_CFLAGS=$CFLAGS
15680 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
15681 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
15682 if test "${ac_cv_prog_cc_g+set}" = set; then
15683 echo $ECHO_N "(cached) $ECHO_C" >&6
15684 else
15685 ac_save_c_werror_flag=$ac_c_werror_flag
15686 ac_c_werror_flag=yes
15687 ac_cv_prog_cc_g=no
15688 CFLAGS="-g"
15689 cat >conftest.$ac_ext <<_ACEOF
15690 /* confdefs.h. */
15691 _ACEOF
15692 cat confdefs.h >>conftest.$ac_ext
15693 cat >>conftest.$ac_ext <<_ACEOF
15694 /* end confdefs.h. */
15695
15696 int
15697 main ()
15698 {
15699
15700 ;
15701 return 0;
15702 }
15703 _ACEOF
15704 rm -f conftest.$ac_objext
15705 if { (ac_try="$ac_compile"
15706 case "(($ac_try" in
15707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15708 *) ac_try_echo=$ac_try;;
15709 esac
15710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15711 (eval "$ac_compile") 2>conftest.er1
15712 ac_status=$?
15713 grep -v '^ *+' conftest.er1 >conftest.err
15714 rm -f conftest.er1
15715 cat conftest.err >&5
15716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15717 (exit $ac_status); } && {
15718 test -z "$ac_c_werror_flag" ||
15719 test ! -s conftest.err
15720 } && test -s conftest.$ac_objext; then
15721 ac_cv_prog_cc_g=yes
15722 else
15723 echo "$as_me: failed program was:" >&5
15724 sed 's/^/| /' conftest.$ac_ext >&5
15725
15726 CFLAGS=""
15727 cat >conftest.$ac_ext <<_ACEOF
15728 /* confdefs.h. */
15729 _ACEOF
15730 cat confdefs.h >>conftest.$ac_ext
15731 cat >>conftest.$ac_ext <<_ACEOF
15732 /* end confdefs.h. */
15733
15734 int
15735 main ()
15736 {
15737
15738 ;
15739 return 0;
15740 }
15741 _ACEOF
15742 rm -f conftest.$ac_objext
15743 if { (ac_try="$ac_compile"
15744 case "(($ac_try" in
15745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15746 *) ac_try_echo=$ac_try;;
15747 esac
15748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15749 (eval "$ac_compile") 2>conftest.er1
15750 ac_status=$?
15751 grep -v '^ *+' conftest.er1 >conftest.err
15752 rm -f conftest.er1
15753 cat conftest.err >&5
15754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15755 (exit $ac_status); } && {
15756 test -z "$ac_c_werror_flag" ||
15757 test ! -s conftest.err
15758 } && test -s conftest.$ac_objext; then
15759 :
15760 else
15761 echo "$as_me: failed program was:" >&5
15762 sed 's/^/| /' conftest.$ac_ext >&5
15763
15764 ac_c_werror_flag=$ac_save_c_werror_flag
15765 CFLAGS="-g"
15766 cat >conftest.$ac_ext <<_ACEOF
15767 /* confdefs.h. */
15768 _ACEOF
15769 cat confdefs.h >>conftest.$ac_ext
15770 cat >>conftest.$ac_ext <<_ACEOF
15771 /* end confdefs.h. */
15772
15773 int
15774 main ()
15775 {
15776
15777 ;
15778 return 0;
15779 }
15780 _ACEOF
15781 rm -f conftest.$ac_objext
15782 if { (ac_try="$ac_compile"
15783 case "(($ac_try" in
15784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15785 *) ac_try_echo=$ac_try;;
15786 esac
15787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15788 (eval "$ac_compile") 2>conftest.er1
15789 ac_status=$?
15790 grep -v '^ *+' conftest.er1 >conftest.err
15791 rm -f conftest.er1
15792 cat conftest.err >&5
15793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15794 (exit $ac_status); } && {
15795 test -z "$ac_c_werror_flag" ||
15796 test ! -s conftest.err
15797 } && test -s conftest.$ac_objext; then
15798 ac_cv_prog_cc_g=yes
15799 else
15800 echo "$as_me: failed program was:" >&5
15801 sed 's/^/| /' conftest.$ac_ext >&5
15802
15803
15804 fi
15805
15806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15807 fi
15808
15809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15810 fi
15811
15812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15813 ac_c_werror_flag=$ac_save_c_werror_flag
15814 fi
15815 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
15816 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
15817 if test "$ac_test_CFLAGS" = set; then
15818 CFLAGS=$ac_save_CFLAGS
15819 elif test $ac_cv_prog_cc_g = yes; then
15820 if test "$GCC" = yes; then
15821 CFLAGS="-g -O2"
15822 else
15823 CFLAGS="-g"
15824 fi
15825 else
15826 if test "$GCC" = yes; then
15827 CFLAGS="-O2"
15828 else
15829 CFLAGS=
15830 fi
15831 fi
15832 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
15833 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
15834 if test "${ac_cv_prog_cc_c89+set}" = set; then
15835 echo $ECHO_N "(cached) $ECHO_C" >&6
15836 else
15837 ac_cv_prog_cc_c89=no
15838 ac_save_CC=$CC
15839 cat >conftest.$ac_ext <<_ACEOF
15840 /* confdefs.h. */
15841 _ACEOF
15842 cat confdefs.h >>conftest.$ac_ext
15843 cat >>conftest.$ac_ext <<_ACEOF
15844 /* end confdefs.h. */
15845 #include <stdarg.h>
15846 #include <stdio.h>
15847 #include <sys/types.h>
15848 #include <sys/stat.h>
15849 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
15850 struct buf { int x; };
15851 FILE * (*rcsopen) (struct buf *, struct stat *, int);
15852 static char *e (p, i)
15853 char **p;
15854 int i;
15855 {
15856 return p[i];
15857 }
15858 static char *f (char * (*g) (char **, int), char **p, ...)
15859 {
15860 char *s;
15861 va_list v;
15862 va_start (v,p);
15863 s = g (p, va_arg (v,int));
15864 va_end (v);
15865 return s;
15866 }
15867
15868 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
15869 function prototypes and stuff, but not '\xHH' hex character constants.
15870 These don't provoke an error unfortunately, instead are silently treated
15871 as 'x'. The following induces an error, until -std is added to get
15872 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
15873 array size at least. It's necessary to write '\x00'==0 to get something
15874 that's true only with -std. */
15875 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
15876
15877 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
15878 inside strings and character constants. */
15879 #define FOO(x) 'x'
15880 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
15881
15882 int test (int i, double x);
15883 struct s1 {int (*f) (int a);};
15884 struct s2 {int (*f) (double a);};
15885 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
15886 int argc;
15887 char **argv;
15888 int
15889 main ()
15890 {
15891 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
15892 ;
15893 return 0;
15894 }
15895 _ACEOF
15896 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
15897 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
15898 do
15899 CC="$ac_save_CC $ac_arg"
15900 rm -f conftest.$ac_objext
15901 if { (ac_try="$ac_compile"
15902 case "(($ac_try" in
15903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15904 *) ac_try_echo=$ac_try;;
15905 esac
15906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15907 (eval "$ac_compile") 2>conftest.er1
15908 ac_status=$?
15909 grep -v '^ *+' conftest.er1 >conftest.err
15910 rm -f conftest.er1
15911 cat conftest.err >&5
15912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15913 (exit $ac_status); } && {
15914 test -z "$ac_c_werror_flag" ||
15915 test ! -s conftest.err
15916 } && test -s conftest.$ac_objext; then
15917 ac_cv_prog_cc_c89=$ac_arg
15918 else
15919 echo "$as_me: failed program was:" >&5
15920 sed 's/^/| /' conftest.$ac_ext >&5
15921
15922
15923 fi
15924
15925 rm -f core conftest.err conftest.$ac_objext
15926 test "x$ac_cv_prog_cc_c89" != "xno" && break
15927 done
15928 rm -f conftest.$ac_ext
15929 CC=$ac_save_CC
15930
15931 fi
15932 # AC_CACHE_VAL
15933 case "x$ac_cv_prog_cc_c89" in
15934 x)
15935 { echo "$as_me:$LINENO: result: none needed" >&5
15936 echo "${ECHO_T}none needed" >&6; } ;;
15937 xno)
15938 { echo "$as_me:$LINENO: result: unsupported" >&5
15939 echo "${ECHO_T}unsupported" >&6; } ;;
15940 *)
15941 CC="$CC $ac_cv_prog_cc_c89"
15942 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
15943 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
15944 esac
15945
15946
15947 ac_ext=c
15948 ac_cpp='$CPP $CPPFLAGS'
15949 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15950 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15951 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15952
15953
15954
15955
15956
15957
15958
15959
15960 ac_ext=c
15961 ac_cpp='$CPP $CPPFLAGS'
15962 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15963 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15964 ac_compiler_gnu=$ac_cv_c_compiler_gnu
15965
15966 { echo "$as_me:$LINENO: checking whether we are using the Intel C compiler" >&5
15967 echo $ECHO_N "checking whether we are using the Intel C compiler... $ECHO_C" >&6; }
15968 if test "${bakefile_cv_c_compiler___INTEL_COMPILER+set}" = set; then
15969 echo $ECHO_N "(cached) $ECHO_C" >&6
15970 else
15971 cat >conftest.$ac_ext <<_ACEOF
15972 /* confdefs.h. */
15973 _ACEOF
15974 cat confdefs.h >>conftest.$ac_ext
15975 cat >>conftest.$ac_ext <<_ACEOF
15976 /* end confdefs.h. */
15977
15978 int
15979 main ()
15980 {
15981
15982 #ifndef __INTEL_COMPILER
15983 choke me
15984 #endif
15985
15986 ;
15987 return 0;
15988 }
15989 _ACEOF
15990 rm -f conftest.$ac_objext
15991 if { (ac_try="$ac_compile"
15992 case "(($ac_try" in
15993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15994 *) ac_try_echo=$ac_try;;
15995 esac
15996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15997 (eval "$ac_compile") 2>conftest.er1
15998 ac_status=$?
15999 grep -v '^ *+' conftest.er1 >conftest.err
16000 rm -f conftest.er1
16001 cat conftest.err >&5
16002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16003 (exit $ac_status); } && {
16004 test -z "$ac_c_werror_flag" ||
16005 test ! -s conftest.err
16006 } && test -s conftest.$ac_objext; then
16007 bakefile_cv_c_compiler___INTEL_COMPILER=yes
16008 else
16009 echo "$as_me: failed program was:" >&5
16010 sed 's/^/| /' conftest.$ac_ext >&5
16011
16012 bakefile_cv_c_compiler___INTEL_COMPILER=no
16013
16014 fi
16015
16016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16017
16018
16019 fi
16020 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER" >&5
16021 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER" >&6; }
16022 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER" = "xyes"; then
16023 :; INTELCC=yes
16024 else
16025 :;
16026 fi
16027 ac_ext=c
16028 ac_cpp='$CPP $CPPFLAGS'
16029 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16030 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16031 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16032
16033
16034
16035
16036 if test "$INTELCC" = "yes"; then
16037
16038
16039 ac_ext=c
16040 ac_cpp='$CPP $CPPFLAGS'
16041 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16042 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16043 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16044
16045 { echo "$as_me:$LINENO: checking whether we are using Intel C compiler v8 or later" >&5
16046 echo $ECHO_N "checking whether we are using Intel C compiler v8 or later... $ECHO_C" >&6; }
16047 if test "${bakefile_cv_c_compiler___INTEL_COMPILER_lt_800+set}" = set; then
16048 echo $ECHO_N "(cached) $ECHO_C" >&6
16049 else
16050 cat >conftest.$ac_ext <<_ACEOF
16051 /* confdefs.h. */
16052 _ACEOF
16053 cat confdefs.h >>conftest.$ac_ext
16054 cat >>conftest.$ac_ext <<_ACEOF
16055 /* end confdefs.h. */
16056
16057 int
16058 main ()
16059 {
16060
16061 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
16062 choke me
16063 #endif
16064
16065 ;
16066 return 0;
16067 }
16068 _ACEOF
16069 rm -f conftest.$ac_objext
16070 if { (ac_try="$ac_compile"
16071 case "(($ac_try" in
16072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16073 *) ac_try_echo=$ac_try;;
16074 esac
16075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16076 (eval "$ac_compile") 2>conftest.er1
16077 ac_status=$?
16078 grep -v '^ *+' conftest.er1 >conftest.err
16079 rm -f conftest.er1
16080 cat conftest.err >&5
16081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16082 (exit $ac_status); } && {
16083 test -z "$ac_c_werror_flag" ||
16084 test ! -s conftest.err
16085 } && test -s conftest.$ac_objext; then
16086 bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=yes
16087 else
16088 echo "$as_me: failed program was:" >&5
16089 sed 's/^/| /' conftest.$ac_ext >&5
16090
16091 bakefile_cv_c_compiler___INTEL_COMPILER_lt_800=no
16092
16093 fi
16094
16095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16096
16097
16098 fi
16099 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&5
16100 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" >&6; }
16101 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
16102 :; INTELCC8=yes
16103 else
16104 :;
16105 fi
16106 ac_ext=c
16107 ac_cpp='$CPP $CPPFLAGS'
16108 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16109 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16110 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16111
16112
16113
16114
16115
16116 ac_ext=c
16117 ac_cpp='$CPP $CPPFLAGS'
16118 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16119 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16120 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16121
16122 { echo "$as_me:$LINENO: checking whether we are using Intel C compiler v10 or later" >&5
16123 echo $ECHO_N "checking whether we are using Intel C compiler v10 or later... $ECHO_C" >&6; }
16124 if test "${bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000+set}" = set; then
16125 echo $ECHO_N "(cached) $ECHO_C" >&6
16126 else
16127 cat >conftest.$ac_ext <<_ACEOF
16128 /* confdefs.h. */
16129 _ACEOF
16130 cat confdefs.h >>conftest.$ac_ext
16131 cat >>conftest.$ac_ext <<_ACEOF
16132 /* end confdefs.h. */
16133
16134 int
16135 main ()
16136 {
16137
16138 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
16139 choke me
16140 #endif
16141
16142 ;
16143 return 0;
16144 }
16145 _ACEOF
16146 rm -f conftest.$ac_objext
16147 if { (ac_try="$ac_compile"
16148 case "(($ac_try" in
16149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16150 *) ac_try_echo=$ac_try;;
16151 esac
16152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16153 (eval "$ac_compile") 2>conftest.er1
16154 ac_status=$?
16155 grep -v '^ *+' conftest.er1 >conftest.err
16156 rm -f conftest.er1
16157 cat conftest.err >&5
16158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16159 (exit $ac_status); } && {
16160 test -z "$ac_c_werror_flag" ||
16161 test ! -s conftest.err
16162 } && test -s conftest.$ac_objext; then
16163 bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=yes
16164 else
16165 echo "$as_me: failed program was:" >&5
16166 sed 's/^/| /' conftest.$ac_ext >&5
16167
16168 bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000=no
16169
16170 fi
16171
16172 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16173
16174
16175 fi
16176 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&5
16177 echo "${ECHO_T}$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" >&6; }
16178 if test "x$bakefile_cv_c_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
16179 :; INTELCC10=yes
16180 else
16181 :;
16182 fi
16183 ac_ext=c
16184 ac_cpp='$CPP $CPPFLAGS'
16185 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16186 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16187 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16188
16189
16190
16191 fi
16192
16193 if test "x$GCC" != "xyes"; then
16194 if test "xCC" = "xC"; then
16195 { echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
16196 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6; }
16197 if test "${bakefile_cv_c_exto+set}" = set; then
16198 echo $ECHO_N "(cached) $ECHO_C" >&6
16199 else
16200 cat >conftest.$ac_ext <<_ACEOF
16201 /* confdefs.h. */
16202 _ACEOF
16203 cat confdefs.h >>conftest.$ac_ext
16204 cat >>conftest.$ac_ext <<_ACEOF
16205 /* end confdefs.h. */
16206
16207 int
16208 main ()
16209 {
16210
16211 ;
16212 return 0;
16213 }
16214 _ACEOF
16215 rm -f conftest.$ac_objext conftest.$ac_ext.o
16216 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16217 (eval $ac_compile) 2>&5
16218 ac_status=$?
16219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16220 (exit $ac_status); }; then
16221 for ac_file in `(ls conftest.* 2>/dev/null)`; do
16222 case $ac_file in
16223 conftest.$ac_ext.o)
16224 bakefile_cv_c_exto="-ext o"
16225 ;;
16226 *)
16227 ;;
16228 esac
16229 done
16230 else
16231 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
16232 See \`config.log' for more details." >&5
16233 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
16234 See \`config.log' for more details." >&2;}
16235 { (exit 1); exit 1; }; }
16236
16237 fi
16238
16239 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
16240
16241 fi
16242 { echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
16243 echo "${ECHO_T}$bakefile_cv_c_exto" >&6; }
16244 if test "x$bakefile_cv_c_exto" '!=' "x"; then
16245 if test "c" = "c"; then
16246 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
16247 fi
16248 if test "c" = "cxx"; then
16249 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
16250 fi
16251 fi
16252
16253 if test "x$bakefile_cv_c_exto" '!=' "x"; then
16254 unset ac_cv_prog_cc_g
16255 ac_test_CFLAGS=${CFLAGS+set}
16256 ac_save_CFLAGS=$CFLAGS
16257 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
16258 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
16259 if test "${ac_cv_prog_cc_g+set}" = set; then
16260 echo $ECHO_N "(cached) $ECHO_C" >&6
16261 else
16262 ac_save_c_werror_flag=$ac_c_werror_flag
16263 ac_c_werror_flag=yes
16264 ac_cv_prog_cc_g=no
16265 CFLAGS="-g"
16266 cat >conftest.$ac_ext <<_ACEOF
16267 /* confdefs.h. */
16268 _ACEOF
16269 cat confdefs.h >>conftest.$ac_ext
16270 cat >>conftest.$ac_ext <<_ACEOF
16271 /* end confdefs.h. */
16272
16273 int
16274 main ()
16275 {
16276
16277 ;
16278 return 0;
16279 }
16280 _ACEOF
16281 rm -f conftest.$ac_objext
16282 if { (ac_try="$ac_compile"
16283 case "(($ac_try" in
16284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16285 *) ac_try_echo=$ac_try;;
16286 esac
16287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16288 (eval "$ac_compile") 2>conftest.er1
16289 ac_status=$?
16290 grep -v '^ *+' conftest.er1 >conftest.err
16291 rm -f conftest.er1
16292 cat conftest.err >&5
16293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16294 (exit $ac_status); } && {
16295 test -z "$ac_c_werror_flag" ||
16296 test ! -s conftest.err
16297 } && test -s conftest.$ac_objext; then
16298 ac_cv_prog_cc_g=yes
16299 else
16300 echo "$as_me: failed program was:" >&5
16301 sed 's/^/| /' conftest.$ac_ext >&5
16302
16303 CFLAGS=""
16304 cat >conftest.$ac_ext <<_ACEOF
16305 /* confdefs.h. */
16306 _ACEOF
16307 cat confdefs.h >>conftest.$ac_ext
16308 cat >>conftest.$ac_ext <<_ACEOF
16309 /* end confdefs.h. */
16310
16311 int
16312 main ()
16313 {
16314
16315 ;
16316 return 0;
16317 }
16318 _ACEOF
16319 rm -f conftest.$ac_objext
16320 if { (ac_try="$ac_compile"
16321 case "(($ac_try" in
16322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16323 *) ac_try_echo=$ac_try;;
16324 esac
16325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16326 (eval "$ac_compile") 2>conftest.er1
16327 ac_status=$?
16328 grep -v '^ *+' conftest.er1 >conftest.err
16329 rm -f conftest.er1
16330 cat conftest.err >&5
16331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16332 (exit $ac_status); } && {
16333 test -z "$ac_c_werror_flag" ||
16334 test ! -s conftest.err
16335 } && test -s conftest.$ac_objext; then
16336 :
16337 else
16338 echo "$as_me: failed program was:" >&5
16339 sed 's/^/| /' conftest.$ac_ext >&5
16340
16341 ac_c_werror_flag=$ac_save_c_werror_flag
16342 CFLAGS="-g"
16343 cat >conftest.$ac_ext <<_ACEOF
16344 /* confdefs.h. */
16345 _ACEOF
16346 cat confdefs.h >>conftest.$ac_ext
16347 cat >>conftest.$ac_ext <<_ACEOF
16348 /* end confdefs.h. */
16349
16350 int
16351 main ()
16352 {
16353
16354 ;
16355 return 0;
16356 }
16357 _ACEOF
16358 rm -f conftest.$ac_objext
16359 if { (ac_try="$ac_compile"
16360 case "(($ac_try" in
16361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16362 *) ac_try_echo=$ac_try;;
16363 esac
16364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16365 (eval "$ac_compile") 2>conftest.er1
16366 ac_status=$?
16367 grep -v '^ *+' conftest.er1 >conftest.err
16368 rm -f conftest.er1
16369 cat conftest.err >&5
16370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16371 (exit $ac_status); } && {
16372 test -z "$ac_c_werror_flag" ||
16373 test ! -s conftest.err
16374 } && test -s conftest.$ac_objext; then
16375 ac_cv_prog_cc_g=yes
16376 else
16377 echo "$as_me: failed program was:" >&5
16378 sed 's/^/| /' conftest.$ac_ext >&5
16379
16380
16381 fi
16382
16383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16384 fi
16385
16386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16387 fi
16388
16389 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16390 ac_c_werror_flag=$ac_save_c_werror_flag
16391 fi
16392 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
16393 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
16394 if test "$ac_test_CFLAGS" = set; then
16395 CFLAGS=$ac_save_CFLAGS
16396 elif test $ac_cv_prog_cc_g = yes; then
16397 if test "$GCC" = yes; then
16398 CFLAGS="-g -O2"
16399 else
16400 CFLAGS="-g"
16401 fi
16402 else
16403 if test "$GCC" = yes; then
16404 CFLAGS="-O2"
16405 else
16406 CFLAGS=
16407 fi
16408 fi
16409 fi
16410 fi
16411
16412 case `uname -s` in
16413 AIX*)
16414
16415
16416 ac_ext=c
16417 ac_cpp='$CPP $CPPFLAGS'
16418 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16419 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16420 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16421
16422 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
16423 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6; }
16424 if test "${bakefile_cv_c_compiler___xlC__+set}" = set; then
16425 echo $ECHO_N "(cached) $ECHO_C" >&6
16426 else
16427 cat >conftest.$ac_ext <<_ACEOF
16428 /* confdefs.h. */
16429 _ACEOF
16430 cat confdefs.h >>conftest.$ac_ext
16431 cat >>conftest.$ac_ext <<_ACEOF
16432 /* end confdefs.h. */
16433
16434 int
16435 main ()
16436 {
16437
16438 #ifndef __xlC__
16439 choke me
16440 #endif
16441
16442 ;
16443 return 0;
16444 }
16445 _ACEOF
16446 rm -f conftest.$ac_objext
16447 if { (ac_try="$ac_compile"
16448 case "(($ac_try" in
16449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16450 *) ac_try_echo=$ac_try;;
16451 esac
16452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16453 (eval "$ac_compile") 2>conftest.er1
16454 ac_status=$?
16455 grep -v '^ *+' conftest.er1 >conftest.err
16456 rm -f conftest.er1
16457 cat conftest.err >&5
16458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16459 (exit $ac_status); } && {
16460 test -z "$ac_c_werror_flag" ||
16461 test ! -s conftest.err
16462 } && test -s conftest.$ac_objext; then
16463 bakefile_cv_c_compiler___xlC__=yes
16464 else
16465 echo "$as_me: failed program was:" >&5
16466 sed 's/^/| /' conftest.$ac_ext >&5
16467
16468 bakefile_cv_c_compiler___xlC__=no
16469
16470 fi
16471
16472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16473
16474
16475 fi
16476 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___xlC__" >&5
16477 echo "${ECHO_T}$bakefile_cv_c_compiler___xlC__" >&6; }
16478 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
16479 :; XLCC=yes
16480 else
16481 :;
16482 fi
16483 ac_ext=c
16484 ac_cpp='$CPP $CPPFLAGS'
16485 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16486 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16487 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16488
16489
16490
16491 ;;
16492
16493 Darwin)
16494
16495
16496 ac_ext=c
16497 ac_cpp='$CPP $CPPFLAGS'
16498 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16499 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16500 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16501
16502 { echo "$as_me:$LINENO: checking whether we are using the Metrowerks C compiler" >&5
16503 echo $ECHO_N "checking whether we are using the Metrowerks C compiler... $ECHO_C" >&6; }
16504 if test "${bakefile_cv_c_compiler___MWERKS__+set}" = set; then
16505 echo $ECHO_N "(cached) $ECHO_C" >&6
16506 else
16507 cat >conftest.$ac_ext <<_ACEOF
16508 /* confdefs.h. */
16509 _ACEOF
16510 cat confdefs.h >>conftest.$ac_ext
16511 cat >>conftest.$ac_ext <<_ACEOF
16512 /* end confdefs.h. */
16513
16514 int
16515 main ()
16516 {
16517
16518 #ifndef __MWERKS__
16519 choke me
16520 #endif
16521
16522 ;
16523 return 0;
16524 }
16525 _ACEOF
16526 rm -f conftest.$ac_objext
16527 if { (ac_try="$ac_compile"
16528 case "(($ac_try" in
16529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16530 *) ac_try_echo=$ac_try;;
16531 esac
16532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16533 (eval "$ac_compile") 2>conftest.er1
16534 ac_status=$?
16535 grep -v '^ *+' conftest.er1 >conftest.err
16536 rm -f conftest.er1
16537 cat conftest.err >&5
16538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16539 (exit $ac_status); } && {
16540 test -z "$ac_c_werror_flag" ||
16541 test ! -s conftest.err
16542 } && test -s conftest.$ac_objext; then
16543 bakefile_cv_c_compiler___MWERKS__=yes
16544 else
16545 echo "$as_me: failed program was:" >&5
16546 sed 's/^/| /' conftest.$ac_ext >&5
16547
16548 bakefile_cv_c_compiler___MWERKS__=no
16549
16550 fi
16551
16552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16553
16554
16555 fi
16556 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___MWERKS__" >&5
16557 echo "${ECHO_T}$bakefile_cv_c_compiler___MWERKS__" >&6; }
16558 if test "x$bakefile_cv_c_compiler___MWERKS__" = "xyes"; then
16559 :; MWCC=yes
16560 else
16561 :;
16562 fi
16563 ac_ext=c
16564 ac_cpp='$CPP $CPPFLAGS'
16565 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16566 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16567 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16568
16569
16570
16571 if test "$MWCC" != "yes"; then
16572
16573
16574 ac_ext=c
16575 ac_cpp='$CPP $CPPFLAGS'
16576 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16577 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16578 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16579
16580 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C compiler" >&5
16581 echo $ECHO_N "checking whether we are using the IBM xlC C compiler... $ECHO_C" >&6; }
16582 if test "${bakefile_cv_c_compiler___xlC__+set}" = set; then
16583 echo $ECHO_N "(cached) $ECHO_C" >&6
16584 else
16585 cat >conftest.$ac_ext <<_ACEOF
16586 /* confdefs.h. */
16587 _ACEOF
16588 cat confdefs.h >>conftest.$ac_ext
16589 cat >>conftest.$ac_ext <<_ACEOF
16590 /* end confdefs.h. */
16591
16592 int
16593 main ()
16594 {
16595
16596 #ifndef __xlC__
16597 choke me
16598 #endif
16599
16600 ;
16601 return 0;
16602 }
16603 _ACEOF
16604 rm -f conftest.$ac_objext
16605 if { (ac_try="$ac_compile"
16606 case "(($ac_try" in
16607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16608 *) ac_try_echo=$ac_try;;
16609 esac
16610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16611 (eval "$ac_compile") 2>conftest.er1
16612 ac_status=$?
16613 grep -v '^ *+' conftest.er1 >conftest.err
16614 rm -f conftest.er1
16615 cat conftest.err >&5
16616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16617 (exit $ac_status); } && {
16618 test -z "$ac_c_werror_flag" ||
16619 test ! -s conftest.err
16620 } && test -s conftest.$ac_objext; then
16621 bakefile_cv_c_compiler___xlC__=yes
16622 else
16623 echo "$as_me: failed program was:" >&5
16624 sed 's/^/| /' conftest.$ac_ext >&5
16625
16626 bakefile_cv_c_compiler___xlC__=no
16627
16628 fi
16629
16630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16631
16632
16633 fi
16634 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___xlC__" >&5
16635 echo "${ECHO_T}$bakefile_cv_c_compiler___xlC__" >&6; }
16636 if test "x$bakefile_cv_c_compiler___xlC__" = "xyes"; then
16637 :; XLCC=yes
16638 else
16639 :;
16640 fi
16641 ac_ext=c
16642 ac_cpp='$CPP $CPPFLAGS'
16643 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16644 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16645 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16646
16647
16648
16649 fi
16650 ;;
16651
16652 IRIX*)
16653
16654
16655 ac_ext=c
16656 ac_cpp='$CPP $CPPFLAGS'
16657 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16658 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16659 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16660
16661 { echo "$as_me:$LINENO: checking whether we are using the SGI C compiler" >&5
16662 echo $ECHO_N "checking whether we are using the SGI C compiler... $ECHO_C" >&6; }
16663 if test "${bakefile_cv_c_compiler__SGI_COMPILER_VERSION+set}" = set; then
16664 echo $ECHO_N "(cached) $ECHO_C" >&6
16665 else
16666 cat >conftest.$ac_ext <<_ACEOF
16667 /* confdefs.h. */
16668 _ACEOF
16669 cat confdefs.h >>conftest.$ac_ext
16670 cat >>conftest.$ac_ext <<_ACEOF
16671 /* end confdefs.h. */
16672
16673 int
16674 main ()
16675 {
16676
16677 #ifndef _SGI_COMPILER_VERSION
16678 choke me
16679 #endif
16680
16681 ;
16682 return 0;
16683 }
16684 _ACEOF
16685 rm -f conftest.$ac_objext
16686 if { (ac_try="$ac_compile"
16687 case "(($ac_try" in
16688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16689 *) ac_try_echo=$ac_try;;
16690 esac
16691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16692 (eval "$ac_compile") 2>conftest.er1
16693 ac_status=$?
16694 grep -v '^ *+' conftest.er1 >conftest.err
16695 rm -f conftest.er1
16696 cat conftest.err >&5
16697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16698 (exit $ac_status); } && {
16699 test -z "$ac_c_werror_flag" ||
16700 test ! -s conftest.err
16701 } && test -s conftest.$ac_objext; then
16702 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=yes
16703 else
16704 echo "$as_me: failed program was:" >&5
16705 sed 's/^/| /' conftest.$ac_ext >&5
16706
16707 bakefile_cv_c_compiler__SGI_COMPILER_VERSION=no
16708
16709 fi
16710
16711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16712
16713
16714 fi
16715 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&5
16716 echo "${ECHO_T}$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" >&6; }
16717 if test "x$bakefile_cv_c_compiler__SGI_COMPILER_VERSION" = "xyes"; then
16718 :; SGICC=yes
16719 else
16720 :;
16721 fi
16722 ac_ext=c
16723 ac_cpp='$CPP $CPPFLAGS'
16724 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16725 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16726 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16727
16728
16729
16730 ;;
16731
16732 Linux*)
16733 if test "$INTELCC" != "yes"; then
16734
16735
16736 ac_ext=c
16737 ac_cpp='$CPP $CPPFLAGS'
16738 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16739 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16740 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16741
16742 { echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
16743 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6; }
16744 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
16745 echo $ECHO_N "(cached) $ECHO_C" >&6
16746 else
16747 cat >conftest.$ac_ext <<_ACEOF
16748 /* confdefs.h. */
16749 _ACEOF
16750 cat confdefs.h >>conftest.$ac_ext
16751 cat >>conftest.$ac_ext <<_ACEOF
16752 /* end confdefs.h. */
16753
16754 int
16755 main ()
16756 {
16757
16758 #ifndef __SUNPRO_C
16759 choke me
16760 #endif
16761
16762 ;
16763 return 0;
16764 }
16765 _ACEOF
16766 rm -f conftest.$ac_objext
16767 if { (ac_try="$ac_compile"
16768 case "(($ac_try" in
16769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16770 *) ac_try_echo=$ac_try;;
16771 esac
16772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16773 (eval "$ac_compile") 2>conftest.er1
16774 ac_status=$?
16775 grep -v '^ *+' conftest.er1 >conftest.err
16776 rm -f conftest.er1
16777 cat conftest.err >&5
16778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16779 (exit $ac_status); } && {
16780 test -z "$ac_c_werror_flag" ||
16781 test ! -s conftest.err
16782 } && test -s conftest.$ac_objext; then
16783 bakefile_cv_c_compiler___SUNPRO_C=yes
16784 else
16785 echo "$as_me: failed program was:" >&5
16786 sed 's/^/| /' conftest.$ac_ext >&5
16787
16788 bakefile_cv_c_compiler___SUNPRO_C=no
16789
16790 fi
16791
16792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16793
16794
16795 fi
16796 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
16797 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
16798 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
16799 :; SUNCC=yes
16800 else
16801 :;
16802 fi
16803 ac_ext=c
16804 ac_cpp='$CPP $CPPFLAGS'
16805 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16806 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16807 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16808
16809
16810
16811 fi
16812 ;;
16813
16814 HP-UX*)
16815
16816
16817 ac_ext=c
16818 ac_cpp='$CPP $CPPFLAGS'
16819 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16820 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16821 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16822
16823 { echo "$as_me:$LINENO: checking whether we are using the HP C compiler" >&5
16824 echo $ECHO_N "checking whether we are using the HP C compiler... $ECHO_C" >&6; }
16825 if test "${bakefile_cv_c_compiler___HP_cc+set}" = set; then
16826 echo $ECHO_N "(cached) $ECHO_C" >&6
16827 else
16828 cat >conftest.$ac_ext <<_ACEOF
16829 /* confdefs.h. */
16830 _ACEOF
16831 cat confdefs.h >>conftest.$ac_ext
16832 cat >>conftest.$ac_ext <<_ACEOF
16833 /* end confdefs.h. */
16834
16835 int
16836 main ()
16837 {
16838
16839 #ifndef __HP_cc
16840 choke me
16841 #endif
16842
16843 ;
16844 return 0;
16845 }
16846 _ACEOF
16847 rm -f conftest.$ac_objext
16848 if { (ac_try="$ac_compile"
16849 case "(($ac_try" in
16850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16851 *) ac_try_echo=$ac_try;;
16852 esac
16853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16854 (eval "$ac_compile") 2>conftest.er1
16855 ac_status=$?
16856 grep -v '^ *+' conftest.er1 >conftest.err
16857 rm -f conftest.er1
16858 cat conftest.err >&5
16859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16860 (exit $ac_status); } && {
16861 test -z "$ac_c_werror_flag" ||
16862 test ! -s conftest.err
16863 } && test -s conftest.$ac_objext; then
16864 bakefile_cv_c_compiler___HP_cc=yes
16865 else
16866 echo "$as_me: failed program was:" >&5
16867 sed 's/^/| /' conftest.$ac_ext >&5
16868
16869 bakefile_cv_c_compiler___HP_cc=no
16870
16871 fi
16872
16873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16874
16875
16876 fi
16877 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___HP_cc" >&5
16878 echo "${ECHO_T}$bakefile_cv_c_compiler___HP_cc" >&6; }
16879 if test "x$bakefile_cv_c_compiler___HP_cc" = "xyes"; then
16880 :; HPCC=yes
16881 else
16882 :;
16883 fi
16884 ac_ext=c
16885 ac_cpp='$CPP $CPPFLAGS'
16886 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16887 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16888 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16889
16890
16891
16892 ;;
16893
16894 OSF1)
16895
16896
16897 ac_ext=c
16898 ac_cpp='$CPP $CPPFLAGS'
16899 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16900 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16901 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16902
16903 { echo "$as_me:$LINENO: checking whether we are using the Compaq C compiler" >&5
16904 echo $ECHO_N "checking whether we are using the Compaq C compiler... $ECHO_C" >&6; }
16905 if test "${bakefile_cv_c_compiler___DECC+set}" = set; then
16906 echo $ECHO_N "(cached) $ECHO_C" >&6
16907 else
16908 cat >conftest.$ac_ext <<_ACEOF
16909 /* confdefs.h. */
16910 _ACEOF
16911 cat confdefs.h >>conftest.$ac_ext
16912 cat >>conftest.$ac_ext <<_ACEOF
16913 /* end confdefs.h. */
16914
16915 int
16916 main ()
16917 {
16918
16919 #ifndef __DECC
16920 choke me
16921 #endif
16922
16923 ;
16924 return 0;
16925 }
16926 _ACEOF
16927 rm -f conftest.$ac_objext
16928 if { (ac_try="$ac_compile"
16929 case "(($ac_try" in
16930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16931 *) ac_try_echo=$ac_try;;
16932 esac
16933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16934 (eval "$ac_compile") 2>conftest.er1
16935 ac_status=$?
16936 grep -v '^ *+' conftest.er1 >conftest.err
16937 rm -f conftest.er1
16938 cat conftest.err >&5
16939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16940 (exit $ac_status); } && {
16941 test -z "$ac_c_werror_flag" ||
16942 test ! -s conftest.err
16943 } && test -s conftest.$ac_objext; then
16944 bakefile_cv_c_compiler___DECC=yes
16945 else
16946 echo "$as_me: failed program was:" >&5
16947 sed 's/^/| /' conftest.$ac_ext >&5
16948
16949 bakefile_cv_c_compiler___DECC=no
16950
16951 fi
16952
16953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16954
16955
16956 fi
16957 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___DECC" >&5
16958 echo "${ECHO_T}$bakefile_cv_c_compiler___DECC" >&6; }
16959 if test "x$bakefile_cv_c_compiler___DECC" = "xyes"; then
16960 :; COMPAQCC=yes
16961 else
16962 :;
16963 fi
16964 ac_ext=c
16965 ac_cpp='$CPP $CPPFLAGS'
16966 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16967 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16968 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16969
16970
16971
16972 ;;
16973
16974 SunOS)
16975
16976
16977 ac_ext=c
16978 ac_cpp='$CPP $CPPFLAGS'
16979 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16980 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16981 ac_compiler_gnu=$ac_cv_c_compiler_gnu
16982
16983 { echo "$as_me:$LINENO: checking whether we are using the Sun C compiler" >&5
16984 echo $ECHO_N "checking whether we are using the Sun C compiler... $ECHO_C" >&6; }
16985 if test "${bakefile_cv_c_compiler___SUNPRO_C+set}" = set; then
16986 echo $ECHO_N "(cached) $ECHO_C" >&6
16987 else
16988 cat >conftest.$ac_ext <<_ACEOF
16989 /* confdefs.h. */
16990 _ACEOF
16991 cat confdefs.h >>conftest.$ac_ext
16992 cat >>conftest.$ac_ext <<_ACEOF
16993 /* end confdefs.h. */
16994
16995 int
16996 main ()
16997 {
16998
16999 #ifndef __SUNPRO_C
17000 choke me
17001 #endif
17002
17003 ;
17004 return 0;
17005 }
17006 _ACEOF
17007 rm -f conftest.$ac_objext
17008 if { (ac_try="$ac_compile"
17009 case "(($ac_try" in
17010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17011 *) ac_try_echo=$ac_try;;
17012 esac
17013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17014 (eval "$ac_compile") 2>conftest.er1
17015 ac_status=$?
17016 grep -v '^ *+' conftest.er1 >conftest.err
17017 rm -f conftest.er1
17018 cat conftest.err >&5
17019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17020 (exit $ac_status); } && {
17021 test -z "$ac_c_werror_flag" ||
17022 test ! -s conftest.err
17023 } && test -s conftest.$ac_objext; then
17024 bakefile_cv_c_compiler___SUNPRO_C=yes
17025 else
17026 echo "$as_me: failed program was:" >&5
17027 sed 's/^/| /' conftest.$ac_ext >&5
17028
17029 bakefile_cv_c_compiler___SUNPRO_C=no
17030
17031 fi
17032
17033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17034
17035
17036 fi
17037 { echo "$as_me:$LINENO: result: $bakefile_cv_c_compiler___SUNPRO_C" >&5
17038 echo "${ECHO_T}$bakefile_cv_c_compiler___SUNPRO_C" >&6; }
17039 if test "x$bakefile_cv_c_compiler___SUNPRO_C" = "xyes"; then
17040 :; SUNCC=yes
17041 else
17042 :;
17043 fi
17044 ac_ext=c
17045 ac_cpp='$CPP $CPPFLAGS'
17046 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17047 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17048 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17049
17050
17051
17052 ;;
17053 esac
17054 fi
17055
17056
17057
17058 ac_ext=c
17059 ac_cpp='$CPP $CPPFLAGS'
17060 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17061 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17062 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17063 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
17064 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
17065 # On Suns, sometimes $CPP names a directory.
17066 if test -n "$CPP" && test -d "$CPP"; then
17067 CPP=
17068 fi
17069 if test -z "$CPP"; then
17070 if test "${ac_cv_prog_CPP+set}" = set; then
17071 echo $ECHO_N "(cached) $ECHO_C" >&6
17072 else
17073 # Double quotes because CPP needs to be expanded
17074 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
17075 do
17076 ac_preproc_ok=false
17077 for ac_c_preproc_warn_flag in '' yes
17078 do
17079 # Use a header file that comes with gcc, so configuring glibc
17080 # with a fresh cross-compiler works.
17081 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17082 # <limits.h> exists even on freestanding compilers.
17083 # On the NeXT, cc -E runs the code through the compiler's parser,
17084 # not just through cpp. "Syntax error" is here to catch this case.
17085 cat >conftest.$ac_ext <<_ACEOF
17086 /* confdefs.h. */
17087 _ACEOF
17088 cat confdefs.h >>conftest.$ac_ext
17089 cat >>conftest.$ac_ext <<_ACEOF
17090 /* end confdefs.h. */
17091 #ifdef __STDC__
17092 # include <limits.h>
17093 #else
17094 # include <assert.h>
17095 #endif
17096 Syntax error
17097 _ACEOF
17098 if { (ac_try="$ac_cpp conftest.$ac_ext"
17099 case "(($ac_try" in
17100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17101 *) ac_try_echo=$ac_try;;
17102 esac
17103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17104 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17105 ac_status=$?
17106 grep -v '^ *+' conftest.er1 >conftest.err
17107 rm -f conftest.er1
17108 cat conftest.err >&5
17109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17110 (exit $ac_status); } >/dev/null && {
17111 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17112 test ! -s conftest.err
17113 }; then
17114 :
17115 else
17116 echo "$as_me: failed program was:" >&5
17117 sed 's/^/| /' conftest.$ac_ext >&5
17118
17119 # Broken: fails on valid input.
17120 continue
17121 fi
17122
17123 rm -f conftest.err conftest.$ac_ext
17124
17125 # OK, works on sane cases. Now check whether nonexistent headers
17126 # can be detected and how.
17127 cat >conftest.$ac_ext <<_ACEOF
17128 /* confdefs.h. */
17129 _ACEOF
17130 cat confdefs.h >>conftest.$ac_ext
17131 cat >>conftest.$ac_ext <<_ACEOF
17132 /* end confdefs.h. */
17133 #include <ac_nonexistent.h>
17134 _ACEOF
17135 if { (ac_try="$ac_cpp conftest.$ac_ext"
17136 case "(($ac_try" in
17137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17138 *) ac_try_echo=$ac_try;;
17139 esac
17140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17141 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17142 ac_status=$?
17143 grep -v '^ *+' conftest.er1 >conftest.err
17144 rm -f conftest.er1
17145 cat conftest.err >&5
17146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17147 (exit $ac_status); } >/dev/null && {
17148 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17149 test ! -s conftest.err
17150 }; then
17151 # Broken: success on invalid input.
17152 continue
17153 else
17154 echo "$as_me: failed program was:" >&5
17155 sed 's/^/| /' conftest.$ac_ext >&5
17156
17157 # Passes both tests.
17158 ac_preproc_ok=:
17159 break
17160 fi
17161
17162 rm -f conftest.err conftest.$ac_ext
17163
17164 done
17165 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17166 rm -f conftest.err conftest.$ac_ext
17167 if $ac_preproc_ok; then
17168 break
17169 fi
17170
17171 done
17172 ac_cv_prog_CPP=$CPP
17173
17174 fi
17175 CPP=$ac_cv_prog_CPP
17176 else
17177 ac_cv_prog_CPP=$CPP
17178 fi
17179 { echo "$as_me:$LINENO: result: $CPP" >&5
17180 echo "${ECHO_T}$CPP" >&6; }
17181 ac_preproc_ok=false
17182 for ac_c_preproc_warn_flag in '' yes
17183 do
17184 # Use a header file that comes with gcc, so configuring glibc
17185 # with a fresh cross-compiler works.
17186 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17187 # <limits.h> exists even on freestanding compilers.
17188 # On the NeXT, cc -E runs the code through the compiler's parser,
17189 # not just through cpp. "Syntax error" is here to catch this case.
17190 cat >conftest.$ac_ext <<_ACEOF
17191 /* confdefs.h. */
17192 _ACEOF
17193 cat confdefs.h >>conftest.$ac_ext
17194 cat >>conftest.$ac_ext <<_ACEOF
17195 /* end confdefs.h. */
17196 #ifdef __STDC__
17197 # include <limits.h>
17198 #else
17199 # include <assert.h>
17200 #endif
17201 Syntax error
17202 _ACEOF
17203 if { (ac_try="$ac_cpp conftest.$ac_ext"
17204 case "(($ac_try" in
17205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17206 *) ac_try_echo=$ac_try;;
17207 esac
17208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17209 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17210 ac_status=$?
17211 grep -v '^ *+' conftest.er1 >conftest.err
17212 rm -f conftest.er1
17213 cat conftest.err >&5
17214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17215 (exit $ac_status); } >/dev/null && {
17216 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17217 test ! -s conftest.err
17218 }; then
17219 :
17220 else
17221 echo "$as_me: failed program was:" >&5
17222 sed 's/^/| /' conftest.$ac_ext >&5
17223
17224 # Broken: fails on valid input.
17225 continue
17226 fi
17227
17228 rm -f conftest.err conftest.$ac_ext
17229
17230 # OK, works on sane cases. Now check whether nonexistent headers
17231 # can be detected and how.
17232 cat >conftest.$ac_ext <<_ACEOF
17233 /* confdefs.h. */
17234 _ACEOF
17235 cat confdefs.h >>conftest.$ac_ext
17236 cat >>conftest.$ac_ext <<_ACEOF
17237 /* end confdefs.h. */
17238 #include <ac_nonexistent.h>
17239 _ACEOF
17240 if { (ac_try="$ac_cpp conftest.$ac_ext"
17241 case "(($ac_try" in
17242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17243 *) ac_try_echo=$ac_try;;
17244 esac
17245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17246 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
17247 ac_status=$?
17248 grep -v '^ *+' conftest.er1 >conftest.err
17249 rm -f conftest.er1
17250 cat conftest.err >&5
17251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17252 (exit $ac_status); } >/dev/null && {
17253 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17254 test ! -s conftest.err
17255 }; then
17256 # Broken: success on invalid input.
17257 continue
17258 else
17259 echo "$as_me: failed program was:" >&5
17260 sed 's/^/| /' conftest.$ac_ext >&5
17261
17262 # Passes both tests.
17263 ac_preproc_ok=:
17264 break
17265 fi
17266
17267 rm -f conftest.err conftest.$ac_ext
17268
17269 done
17270 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
17271 rm -f conftest.err conftest.$ac_ext
17272 if $ac_preproc_ok; then
17273 :
17274 else
17275 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
17276 See \`config.log' for more details." >&5
17277 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
17278 See \`config.log' for more details." >&2;}
17279 { (exit 1); exit 1; }; }
17280 fi
17281
17282 ac_ext=c
17283 ac_cpp='$CPP $CPPFLAGS'
17284 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17285 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17286 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17287
17288
17289 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
17290 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
17291 if test "${ac_cv_path_GREP+set}" = set; then
17292 echo $ECHO_N "(cached) $ECHO_C" >&6
17293 else
17294 # Extract the first word of "grep ggrep" to use in msg output
17295 if test -z "$GREP"; then
17296 set dummy grep ggrep; ac_prog_name=$2
17297 if test "${ac_cv_path_GREP+set}" = set; then
17298 echo $ECHO_N "(cached) $ECHO_C" >&6
17299 else
17300 ac_path_GREP_found=false
17301 # Loop through the user's path and test for each of PROGNAME-LIST
17302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17303 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
17304 do
17305 IFS=$as_save_IFS
17306 test -z "$as_dir" && as_dir=.
17307 for ac_prog in grep ggrep; do
17308 for ac_exec_ext in '' $ac_executable_extensions; do
17309 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
17310 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
17311 # Check for GNU ac_path_GREP and select it if it is found.
17312 # Check for GNU $ac_path_GREP
17313 case `"$ac_path_GREP" --version 2>&1` in
17314 *GNU*)
17315 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
17316 *)
17317 ac_count=0
17318 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
17319 while :
17320 do
17321 cat "conftest.in" "conftest.in" >"conftest.tmp"
17322 mv "conftest.tmp" "conftest.in"
17323 cp "conftest.in" "conftest.nl"
17324 echo 'GREP' >> "conftest.nl"
17325 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
17326 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
17327 ac_count=`expr $ac_count + 1`
17328 if test $ac_count -gt ${ac_path_GREP_max-0}; then
17329 # Best one so far, save it but keep looking for a better one
17330 ac_cv_path_GREP="$ac_path_GREP"
17331 ac_path_GREP_max=$ac_count
17332 fi
17333 # 10*(2^10) chars as input seems more than enough
17334 test $ac_count -gt 10 && break
17335 done
17336 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
17337 esac
17338
17339
17340 $ac_path_GREP_found && break 3
17341 done
17342 done
17343
17344 done
17345 IFS=$as_save_IFS
17346
17347
17348 fi
17349
17350 GREP="$ac_cv_path_GREP"
17351 if test -z "$GREP"; then
17352 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
17353 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
17354 { (exit 1); exit 1; }; }
17355 fi
17356
17357 else
17358 ac_cv_path_GREP=$GREP
17359 fi
17360
17361
17362 fi
17363 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
17364 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
17365 GREP="$ac_cv_path_GREP"
17366
17367
17368 { echo "$as_me:$LINENO: checking for egrep" >&5
17369 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
17370 if test "${ac_cv_path_EGREP+set}" = set; then
17371 echo $ECHO_N "(cached) $ECHO_C" >&6
17372 else
17373 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
17374 then ac_cv_path_EGREP="$GREP -E"
17375 else
17376 # Extract the first word of "egrep" to use in msg output
17377 if test -z "$EGREP"; then
17378 set dummy egrep; ac_prog_name=$2
17379 if test "${ac_cv_path_EGREP+set}" = set; then
17380 echo $ECHO_N "(cached) $ECHO_C" >&6
17381 else
17382 ac_path_EGREP_found=false
17383 # Loop through the user's path and test for each of PROGNAME-LIST
17384 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17385 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
17386 do
17387 IFS=$as_save_IFS
17388 test -z "$as_dir" && as_dir=.
17389 for ac_prog in egrep; do
17390 for ac_exec_ext in '' $ac_executable_extensions; do
17391 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
17392 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
17393 # Check for GNU ac_path_EGREP and select it if it is found.
17394 # Check for GNU $ac_path_EGREP
17395 case `"$ac_path_EGREP" --version 2>&1` in
17396 *GNU*)
17397 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
17398 *)
17399 ac_count=0
17400 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
17401 while :
17402 do
17403 cat "conftest.in" "conftest.in" >"conftest.tmp"
17404 mv "conftest.tmp" "conftest.in"
17405 cp "conftest.in" "conftest.nl"
17406 echo 'EGREP' >> "conftest.nl"
17407 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
17408 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
17409 ac_count=`expr $ac_count + 1`
17410 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
17411 # Best one so far, save it but keep looking for a better one
17412 ac_cv_path_EGREP="$ac_path_EGREP"
17413 ac_path_EGREP_max=$ac_count
17414 fi
17415 # 10*(2^10) chars as input seems more than enough
17416 test $ac_count -gt 10 && break
17417 done
17418 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
17419 esac
17420
17421
17422 $ac_path_EGREP_found && break 3
17423 done
17424 done
17425
17426 done
17427 IFS=$as_save_IFS
17428
17429
17430 fi
17431
17432 EGREP="$ac_cv_path_EGREP"
17433 if test -z "$EGREP"; then
17434 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
17435 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
17436 { (exit 1); exit 1; }; }
17437 fi
17438
17439 else
17440 ac_cv_path_EGREP=$EGREP
17441 fi
17442
17443
17444 fi
17445 fi
17446 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
17447 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
17448 EGREP="$ac_cv_path_EGREP"
17449
17450
17451 if test $ac_cv_c_compiler_gnu = yes; then
17452 { echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
17453 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6; }
17454 if test "${ac_cv_prog_gcc_traditional+set}" = set; then
17455 echo $ECHO_N "(cached) $ECHO_C" >&6
17456 else
17457 ac_pattern="Autoconf.*'x'"
17458 cat >conftest.$ac_ext <<_ACEOF
17459 /* confdefs.h. */
17460 _ACEOF
17461 cat confdefs.h >>conftest.$ac_ext
17462 cat >>conftest.$ac_ext <<_ACEOF
17463 /* end confdefs.h. */
17464 #include <sgtty.h>
17465 Autoconf TIOCGETP
17466 _ACEOF
17467 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17468 $EGREP "$ac_pattern" >/dev/null 2>&1; then
17469 ac_cv_prog_gcc_traditional=yes
17470 else
17471 ac_cv_prog_gcc_traditional=no
17472 fi
17473 rm -f conftest*
17474
17475
17476 if test $ac_cv_prog_gcc_traditional = no; then
17477 cat >conftest.$ac_ext <<_ACEOF
17478 /* confdefs.h. */
17479 _ACEOF
17480 cat confdefs.h >>conftest.$ac_ext
17481 cat >>conftest.$ac_ext <<_ACEOF
17482 /* end confdefs.h. */
17483 #include <termio.h>
17484 Autoconf TCGETA
17485 _ACEOF
17486 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17487 $EGREP "$ac_pattern" >/dev/null 2>&1; then
17488 ac_cv_prog_gcc_traditional=yes
17489 fi
17490 rm -f conftest*
17491
17492 fi
17493 fi
17494 { echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
17495 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6; }
17496 if test $ac_cv_prog_gcc_traditional = yes; then
17497 CC="$CC -traditional"
17498 fi
17499 fi
17500
17501
17502 CXXFLAGS=${CXXFLAGS:=}
17503 ac_ext=cpp
17504 ac_cpp='$CXXCPP $CPPFLAGS'
17505 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17506 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17507 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17508 if test -z "$CXX"; then
17509 if test -n "$CCC"; then
17510 CXX=$CCC
17511 else
17512 if test -n "$ac_tool_prefix"; then
17513 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
17514 do
17515 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
17516 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
17517 { echo "$as_me:$LINENO: checking for $ac_word" >&5
17518 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
17519 if test "${ac_cv_prog_CXX+set}" = set; then
17520 echo $ECHO_N "(cached) $ECHO_C" >&6
17521 else
17522 if test -n "$CXX"; then
17523 ac_cv_prog_CXX="$CXX" # Let the user override the test.
17524 else
17525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17526 for as_dir in $PATH
17527 do
17528 IFS=$as_save_IFS
17529 test -z "$as_dir" && as_dir=.
17530 for ac_exec_ext in '' $ac_executable_extensions; do
17531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
17532 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
17533 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
17534 break 2
17535 fi
17536 done
17537 done
17538 IFS=$as_save_IFS
17539
17540 fi
17541 fi
17542 CXX=$ac_cv_prog_CXX
17543 if test -n "$CXX"; then
17544 { echo "$as_me:$LINENO: result: $CXX" >&5
17545 echo "${ECHO_T}$CXX" >&6; }
17546 else
17547 { echo "$as_me:$LINENO: result: no" >&5
17548 echo "${ECHO_T}no" >&6; }
17549 fi
17550
17551
17552 test -n "$CXX" && break
17553 done
17554 fi
17555 if test -z "$CXX"; then
17556 ac_ct_CXX=$CXX
17557 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
17558 do
17559 # Extract the first word of "$ac_prog", so it can be a program name with args.
17560 set dummy $ac_prog; ac_word=$2
17561 { echo "$as_me:$LINENO: checking for $ac_word" >&5
17562 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
17563 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
17564 echo $ECHO_N "(cached) $ECHO_C" >&6
17565 else
17566 if test -n "$ac_ct_CXX"; then
17567 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
17568 else
17569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
17570 for as_dir in $PATH
17571 do
17572 IFS=$as_save_IFS
17573 test -z "$as_dir" && as_dir=.
17574 for ac_exec_ext in '' $ac_executable_extensions; do
17575 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
17576 ac_cv_prog_ac_ct_CXX="$ac_prog"
17577 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
17578 break 2
17579 fi
17580 done
17581 done
17582 IFS=$as_save_IFS
17583
17584 fi
17585 fi
17586 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
17587 if test -n "$ac_ct_CXX"; then
17588 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
17589 echo "${ECHO_T}$ac_ct_CXX" >&6; }
17590 else
17591 { echo "$as_me:$LINENO: result: no" >&5
17592 echo "${ECHO_T}no" >&6; }
17593 fi
17594
17595
17596 test -n "$ac_ct_CXX" && break
17597 done
17598
17599 if test "x$ac_ct_CXX" = x; then
17600 CXX="g++"
17601 else
17602 case $cross_compiling:$ac_tool_warned in
17603 yes:)
17604 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
17605 whose name does not start with the host triplet. If you think this
17606 configuration is useful to you, please write to autoconf@gnu.org." >&5
17607 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
17608 whose name does not start with the host triplet. If you think this
17609 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
17610 ac_tool_warned=yes ;;
17611 esac
17612 CXX=$ac_ct_CXX
17613 fi
17614 fi
17615
17616 fi
17617 fi
17618 # Provide some information about the compiler.
17619 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
17620 ac_compiler=`set X $ac_compile; echo $2`
17621 { (ac_try="$ac_compiler --version >&5"
17622 case "(($ac_try" in
17623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17624 *) ac_try_echo=$ac_try;;
17625 esac
17626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17627 (eval "$ac_compiler --version >&5") 2>&5
17628 ac_status=$?
17629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17630 (exit $ac_status); }
17631 { (ac_try="$ac_compiler -v >&5"
17632 case "(($ac_try" in
17633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17634 *) ac_try_echo=$ac_try;;
17635 esac
17636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17637 (eval "$ac_compiler -v >&5") 2>&5
17638 ac_status=$?
17639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17640 (exit $ac_status); }
17641 { (ac_try="$ac_compiler -V >&5"
17642 case "(($ac_try" in
17643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17644 *) ac_try_echo=$ac_try;;
17645 esac
17646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17647 (eval "$ac_compiler -V >&5") 2>&5
17648 ac_status=$?
17649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17650 (exit $ac_status); }
17651
17652 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
17653 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
17654 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
17655 echo $ECHO_N "(cached) $ECHO_C" >&6
17656 else
17657 cat >conftest.$ac_ext <<_ACEOF
17658 /* confdefs.h. */
17659 _ACEOF
17660 cat confdefs.h >>conftest.$ac_ext
17661 cat >>conftest.$ac_ext <<_ACEOF
17662 /* end confdefs.h. */
17663
17664 int
17665 main ()
17666 {
17667 #ifndef __GNUC__
17668 choke me
17669 #endif
17670
17671 ;
17672 return 0;
17673 }
17674 _ACEOF
17675 rm -f conftest.$ac_objext
17676 if { (ac_try="$ac_compile"
17677 case "(($ac_try" in
17678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17679 *) ac_try_echo=$ac_try;;
17680 esac
17681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17682 (eval "$ac_compile") 2>conftest.er1
17683 ac_status=$?
17684 grep -v '^ *+' conftest.er1 >conftest.err
17685 rm -f conftest.er1
17686 cat conftest.err >&5
17687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17688 (exit $ac_status); } && {
17689 test -z "$ac_cxx_werror_flag" ||
17690 test ! -s conftest.err
17691 } && test -s conftest.$ac_objext; then
17692 ac_compiler_gnu=yes
17693 else
17694 echo "$as_me: failed program was:" >&5
17695 sed 's/^/| /' conftest.$ac_ext >&5
17696
17697 ac_compiler_gnu=no
17698 fi
17699
17700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17701 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
17702
17703 fi
17704 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
17705 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
17706 GXX=`test $ac_compiler_gnu = yes && echo yes`
17707 ac_test_CXXFLAGS=${CXXFLAGS+set}
17708 ac_save_CXXFLAGS=$CXXFLAGS
17709 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
17710 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
17711 if test "${ac_cv_prog_cxx_g+set}" = set; then
17712 echo $ECHO_N "(cached) $ECHO_C" >&6
17713 else
17714 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
17715 ac_cxx_werror_flag=yes
17716 ac_cv_prog_cxx_g=no
17717 CXXFLAGS="-g"
17718 cat >conftest.$ac_ext <<_ACEOF
17719 /* confdefs.h. */
17720 _ACEOF
17721 cat confdefs.h >>conftest.$ac_ext
17722 cat >>conftest.$ac_ext <<_ACEOF
17723 /* end confdefs.h. */
17724
17725 int
17726 main ()
17727 {
17728
17729 ;
17730 return 0;
17731 }
17732 _ACEOF
17733 rm -f conftest.$ac_objext
17734 if { (ac_try="$ac_compile"
17735 case "(($ac_try" in
17736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17737 *) ac_try_echo=$ac_try;;
17738 esac
17739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17740 (eval "$ac_compile") 2>conftest.er1
17741 ac_status=$?
17742 grep -v '^ *+' conftest.er1 >conftest.err
17743 rm -f conftest.er1
17744 cat conftest.err >&5
17745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17746 (exit $ac_status); } && {
17747 test -z "$ac_cxx_werror_flag" ||
17748 test ! -s conftest.err
17749 } && test -s conftest.$ac_objext; then
17750 ac_cv_prog_cxx_g=yes
17751 else
17752 echo "$as_me: failed program was:" >&5
17753 sed 's/^/| /' conftest.$ac_ext >&5
17754
17755 CXXFLAGS=""
17756 cat >conftest.$ac_ext <<_ACEOF
17757 /* confdefs.h. */
17758 _ACEOF
17759 cat confdefs.h >>conftest.$ac_ext
17760 cat >>conftest.$ac_ext <<_ACEOF
17761 /* end confdefs.h. */
17762
17763 int
17764 main ()
17765 {
17766
17767 ;
17768 return 0;
17769 }
17770 _ACEOF
17771 rm -f conftest.$ac_objext
17772 if { (ac_try="$ac_compile"
17773 case "(($ac_try" in
17774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17775 *) ac_try_echo=$ac_try;;
17776 esac
17777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17778 (eval "$ac_compile") 2>conftest.er1
17779 ac_status=$?
17780 grep -v '^ *+' conftest.er1 >conftest.err
17781 rm -f conftest.er1
17782 cat conftest.err >&5
17783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17784 (exit $ac_status); } && {
17785 test -z "$ac_cxx_werror_flag" ||
17786 test ! -s conftest.err
17787 } && test -s conftest.$ac_objext; then
17788 :
17789 else
17790 echo "$as_me: failed program was:" >&5
17791 sed 's/^/| /' conftest.$ac_ext >&5
17792
17793 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
17794 CXXFLAGS="-g"
17795 cat >conftest.$ac_ext <<_ACEOF
17796 /* confdefs.h. */
17797 _ACEOF
17798 cat confdefs.h >>conftest.$ac_ext
17799 cat >>conftest.$ac_ext <<_ACEOF
17800 /* end confdefs.h. */
17801
17802 int
17803 main ()
17804 {
17805
17806 ;
17807 return 0;
17808 }
17809 _ACEOF
17810 rm -f conftest.$ac_objext
17811 if { (ac_try="$ac_compile"
17812 case "(($ac_try" in
17813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17814 *) ac_try_echo=$ac_try;;
17815 esac
17816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17817 (eval "$ac_compile") 2>conftest.er1
17818 ac_status=$?
17819 grep -v '^ *+' conftest.er1 >conftest.err
17820 rm -f conftest.er1
17821 cat conftest.err >&5
17822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17823 (exit $ac_status); } && {
17824 test -z "$ac_cxx_werror_flag" ||
17825 test ! -s conftest.err
17826 } && test -s conftest.$ac_objext; then
17827 ac_cv_prog_cxx_g=yes
17828 else
17829 echo "$as_me: failed program was:" >&5
17830 sed 's/^/| /' conftest.$ac_ext >&5
17831
17832
17833 fi
17834
17835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17836 fi
17837
17838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17839 fi
17840
17841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17842 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
17843 fi
17844 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
17845 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
17846 if test "$ac_test_CXXFLAGS" = set; then
17847 CXXFLAGS=$ac_save_CXXFLAGS
17848 elif test $ac_cv_prog_cxx_g = yes; then
17849 if test "$GXX" = yes; then
17850 CXXFLAGS="-g -O2"
17851 else
17852 CXXFLAGS="-g"
17853 fi
17854 else
17855 if test "$GXX" = yes; then
17856 CXXFLAGS="-O2"
17857 else
17858 CXXFLAGS=
17859 fi
17860 fi
17861 ac_ext=c
17862 ac_cpp='$CPP $CPPFLAGS'
17863 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17864 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17865 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17866
17867
17868
17869
17870
17871
17872
17873
17874 ac_ext=cpp
17875 ac_cpp='$CXXCPP $CPPFLAGS'
17876 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17877 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17878 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17879
17880 { echo "$as_me:$LINENO: checking whether we are using the Intel C++ compiler" >&5
17881 echo $ECHO_N "checking whether we are using the Intel C++ compiler... $ECHO_C" >&6; }
17882 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER+set}" = set; then
17883 echo $ECHO_N "(cached) $ECHO_C" >&6
17884 else
17885 cat >conftest.$ac_ext <<_ACEOF
17886 /* confdefs.h. */
17887 _ACEOF
17888 cat confdefs.h >>conftest.$ac_ext
17889 cat >>conftest.$ac_ext <<_ACEOF
17890 /* end confdefs.h. */
17891
17892 int
17893 main ()
17894 {
17895
17896 #ifndef __INTEL_COMPILER
17897 choke me
17898 #endif
17899
17900 ;
17901 return 0;
17902 }
17903 _ACEOF
17904 rm -f conftest.$ac_objext
17905 if { (ac_try="$ac_compile"
17906 case "(($ac_try" in
17907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17908 *) ac_try_echo=$ac_try;;
17909 esac
17910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17911 (eval "$ac_compile") 2>conftest.er1
17912 ac_status=$?
17913 grep -v '^ *+' conftest.er1 >conftest.err
17914 rm -f conftest.er1
17915 cat conftest.err >&5
17916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17917 (exit $ac_status); } && {
17918 test -z "$ac_cxx_werror_flag" ||
17919 test ! -s conftest.err
17920 } && test -s conftest.$ac_objext; then
17921 bakefile_cv_cxx_compiler___INTEL_COMPILER=yes
17922 else
17923 echo "$as_me: failed program was:" >&5
17924 sed 's/^/| /' conftest.$ac_ext >&5
17925
17926 bakefile_cv_cxx_compiler___INTEL_COMPILER=no
17927
17928 fi
17929
17930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17931
17932
17933 fi
17934 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER" >&5
17935 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER" >&6; }
17936 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER" = "xyes"; then
17937 :; INTELCXX=yes
17938 else
17939 :;
17940 fi
17941 ac_ext=c
17942 ac_cpp='$CPP $CPPFLAGS'
17943 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17944 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17945 ac_compiler_gnu=$ac_cv_c_compiler_gnu
17946
17947
17948
17949
17950 if test "$INTELCXX" = "yes"; then
17951
17952
17953 ac_ext=cpp
17954 ac_cpp='$CXXCPP $CPPFLAGS'
17955 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
17956 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
17957 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
17958
17959 { echo "$as_me:$LINENO: checking whether we are using Intel C++ compiler v8 or later" >&5
17960 echo $ECHO_N "checking whether we are using Intel C++ compiler v8 or later... $ECHO_C" >&6; }
17961 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800+set}" = set; then
17962 echo $ECHO_N "(cached) $ECHO_C" >&6
17963 else
17964 cat >conftest.$ac_ext <<_ACEOF
17965 /* confdefs.h. */
17966 _ACEOF
17967 cat confdefs.h >>conftest.$ac_ext
17968 cat >>conftest.$ac_ext <<_ACEOF
17969 /* end confdefs.h. */
17970
17971 int
17972 main ()
17973 {
17974
17975 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 800
17976 choke me
17977 #endif
17978
17979 ;
17980 return 0;
17981 }
17982 _ACEOF
17983 rm -f conftest.$ac_objext
17984 if { (ac_try="$ac_compile"
17985 case "(($ac_try" in
17986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17987 *) ac_try_echo=$ac_try;;
17988 esac
17989 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17990 (eval "$ac_compile") 2>conftest.er1
17991 ac_status=$?
17992 grep -v '^ *+' conftest.er1 >conftest.err
17993 rm -f conftest.er1
17994 cat conftest.err >&5
17995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17996 (exit $ac_status); } && {
17997 test -z "$ac_cxx_werror_flag" ||
17998 test ! -s conftest.err
17999 } && test -s conftest.$ac_objext; then
18000 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=yes
18001 else
18002 echo "$as_me: failed program was:" >&5
18003 sed 's/^/| /' conftest.$ac_ext >&5
18004
18005 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800=no
18006
18007 fi
18008
18009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18010
18011
18012 fi
18013 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&5
18014 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" >&6; }
18015 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_800" = "xyes"; then
18016 :; INTELCXX8=yes
18017 else
18018 :;
18019 fi
18020 ac_ext=c
18021 ac_cpp='$CPP $CPPFLAGS'
18022 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18023 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18024 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18025
18026
18027
18028
18029
18030 ac_ext=cpp
18031 ac_cpp='$CXXCPP $CPPFLAGS'
18032 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18033 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18034 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18035
18036 { echo "$as_me:$LINENO: checking whether we are using Intel C++ compiler v10 or later" >&5
18037 echo $ECHO_N "checking whether we are using Intel C++ compiler v10 or later... $ECHO_C" >&6; }
18038 if test "${bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000+set}" = set; then
18039 echo $ECHO_N "(cached) $ECHO_C" >&6
18040 else
18041 cat >conftest.$ac_ext <<_ACEOF
18042 /* confdefs.h. */
18043 _ACEOF
18044 cat confdefs.h >>conftest.$ac_ext
18045 cat >>conftest.$ac_ext <<_ACEOF
18046 /* end confdefs.h. */
18047
18048 int
18049 main ()
18050 {
18051
18052 #ifndef __INTEL_COMPILER || __INTEL_COMPILER < 1000
18053 choke me
18054 #endif
18055
18056 ;
18057 return 0;
18058 }
18059 _ACEOF
18060 rm -f conftest.$ac_objext
18061 if { (ac_try="$ac_compile"
18062 case "(($ac_try" in
18063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18064 *) ac_try_echo=$ac_try;;
18065 esac
18066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18067 (eval "$ac_compile") 2>conftest.er1
18068 ac_status=$?
18069 grep -v '^ *+' conftest.er1 >conftest.err
18070 rm -f conftest.er1
18071 cat conftest.err >&5
18072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18073 (exit $ac_status); } && {
18074 test -z "$ac_cxx_werror_flag" ||
18075 test ! -s conftest.err
18076 } && test -s conftest.$ac_objext; then
18077 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=yes
18078 else
18079 echo "$as_me: failed program was:" >&5
18080 sed 's/^/| /' conftest.$ac_ext >&5
18081
18082 bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000=no
18083
18084 fi
18085
18086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18087
18088
18089 fi
18090 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&5
18091 echo "${ECHO_T}$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" >&6; }
18092 if test "x$bakefile_cv_cxx_compiler___INTEL_COMPILER_lt_1000" = "xyes"; then
18093 :; INTELCXX10=yes
18094 else
18095 :;
18096 fi
18097 ac_ext=c
18098 ac_cpp='$CPP $CPPFLAGS'
18099 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18100 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18101 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18102
18103
18104
18105 fi
18106
18107 if test "x$GCXX" != "xyes"; then
18108 if test "xCXX" = "xC"; then
18109 { echo "$as_me:$LINENO: checking if the C compiler requires -ext o" >&5
18110 echo $ECHO_N "checking if the C compiler requires -ext o... $ECHO_C" >&6; }
18111 if test "${bakefile_cv_c_exto+set}" = set; then
18112 echo $ECHO_N "(cached) $ECHO_C" >&6
18113 else
18114 cat >conftest.$ac_ext <<_ACEOF
18115 /* confdefs.h. */
18116 _ACEOF
18117 cat confdefs.h >>conftest.$ac_ext
18118 cat >>conftest.$ac_ext <<_ACEOF
18119 /* end confdefs.h. */
18120
18121 int
18122 main ()
18123 {
18124
18125 ;
18126 return 0;
18127 }
18128 _ACEOF
18129 rm -f conftest.$ac_objext conftest.$ac_ext.o
18130 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18131 (eval $ac_compile) 2>&5
18132 ac_status=$?
18133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18134 (exit $ac_status); }; then
18135 for ac_file in `(ls conftest.* 2>/dev/null)`; do
18136 case $ac_file in
18137 conftest.$ac_ext.o)
18138 bakefile_cv_c_exto="-ext o"
18139 ;;
18140 *)
18141 ;;
18142 esac
18143 done
18144 else
18145 { { echo "$as_me:$LINENO: error: cannot figure out if compiler needs -ext o: cannot compile
18146 See \`config.log' for more details." >&5
18147 echo "$as_me: error: cannot figure out if compiler needs -ext o: cannot compile
18148 See \`config.log' for more details." >&2;}
18149 { (exit 1); exit 1; }; }
18150
18151 fi
18152
18153 rm -f conftest.$ac_ext.o conftest.$ac_objext conftest.$ac_ext
18154
18155 fi
18156 { echo "$as_me:$LINENO: result: $bakefile_cv_c_exto" >&5
18157 echo "${ECHO_T}$bakefile_cv_c_exto" >&6; }
18158 if test "x$bakefile_cv_c_exto" '!=' "x"; then
18159 if test "c" = "c"; then
18160 CFLAGS="$bakefile_cv_c_exto $CFLAGS"
18161 fi
18162 if test "c" = "cxx"; then
18163 CXXFLAGS="$bakefile_cv_c_exto $CXXFLAGS"
18164 fi
18165 fi
18166
18167 if test "x$bakefile_cv_c_exto" '!=' "x"; then
18168 unset ac_cv_prog_cc_g
18169 ac_test_CFLAGS=${CFLAGS+set}
18170 ac_save_CFLAGS=$CFLAGS
18171 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
18172 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
18173 if test "${ac_cv_prog_cc_g+set}" = set; then
18174 echo $ECHO_N "(cached) $ECHO_C" >&6
18175 else
18176 ac_save_c_werror_flag=$ac_c_werror_flag
18177 ac_c_werror_flag=yes
18178 ac_cv_prog_cc_g=no
18179 CFLAGS="-g"
18180 cat >conftest.$ac_ext <<_ACEOF
18181 /* confdefs.h. */
18182 _ACEOF
18183 cat confdefs.h >>conftest.$ac_ext
18184 cat >>conftest.$ac_ext <<_ACEOF
18185 /* end confdefs.h. */
18186
18187 int
18188 main ()
18189 {
18190
18191 ;
18192 return 0;
18193 }
18194 _ACEOF
18195 rm -f conftest.$ac_objext
18196 if { (ac_try="$ac_compile"
18197 case "(($ac_try" in
18198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18199 *) ac_try_echo=$ac_try;;
18200 esac
18201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18202 (eval "$ac_compile") 2>conftest.er1
18203 ac_status=$?
18204 grep -v '^ *+' conftest.er1 >conftest.err
18205 rm -f conftest.er1
18206 cat conftest.err >&5
18207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18208 (exit $ac_status); } && {
18209 test -z "$ac_c_werror_flag" ||
18210 test ! -s conftest.err
18211 } && test -s conftest.$ac_objext; then
18212 ac_cv_prog_cc_g=yes
18213 else
18214 echo "$as_me: failed program was:" >&5
18215 sed 's/^/| /' conftest.$ac_ext >&5
18216
18217 CFLAGS=""
18218 cat >conftest.$ac_ext <<_ACEOF
18219 /* confdefs.h. */
18220 _ACEOF
18221 cat confdefs.h >>conftest.$ac_ext
18222 cat >>conftest.$ac_ext <<_ACEOF
18223 /* end confdefs.h. */
18224
18225 int
18226 main ()
18227 {
18228
18229 ;
18230 return 0;
18231 }
18232 _ACEOF
18233 rm -f conftest.$ac_objext
18234 if { (ac_try="$ac_compile"
18235 case "(($ac_try" in
18236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18237 *) ac_try_echo=$ac_try;;
18238 esac
18239 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18240 (eval "$ac_compile") 2>conftest.er1
18241 ac_status=$?
18242 grep -v '^ *+' conftest.er1 >conftest.err
18243 rm -f conftest.er1
18244 cat conftest.err >&5
18245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18246 (exit $ac_status); } && {
18247 test -z "$ac_c_werror_flag" ||
18248 test ! -s conftest.err
18249 } && test -s conftest.$ac_objext; then
18250 :
18251 else
18252 echo "$as_me: failed program was:" >&5
18253 sed 's/^/| /' conftest.$ac_ext >&5
18254
18255 ac_c_werror_flag=$ac_save_c_werror_flag
18256 CFLAGS="-g"
18257 cat >conftest.$ac_ext <<_ACEOF
18258 /* confdefs.h. */
18259 _ACEOF
18260 cat confdefs.h >>conftest.$ac_ext
18261 cat >>conftest.$ac_ext <<_ACEOF
18262 /* end confdefs.h. */
18263
18264 int
18265 main ()
18266 {
18267
18268 ;
18269 return 0;
18270 }
18271 _ACEOF
18272 rm -f conftest.$ac_objext
18273 if { (ac_try="$ac_compile"
18274 case "(($ac_try" in
18275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18276 *) ac_try_echo=$ac_try;;
18277 esac
18278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18279 (eval "$ac_compile") 2>conftest.er1
18280 ac_status=$?
18281 grep -v '^ *+' conftest.er1 >conftest.err
18282 rm -f conftest.er1
18283 cat conftest.err >&5
18284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18285 (exit $ac_status); } && {
18286 test -z "$ac_c_werror_flag" ||
18287 test ! -s conftest.err
18288 } && test -s conftest.$ac_objext; then
18289 ac_cv_prog_cc_g=yes
18290 else
18291 echo "$as_me: failed program was:" >&5
18292 sed 's/^/| /' conftest.$ac_ext >&5
18293
18294
18295 fi
18296
18297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18298 fi
18299
18300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18301 fi
18302
18303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18304 ac_c_werror_flag=$ac_save_c_werror_flag
18305 fi
18306 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
18307 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
18308 if test "$ac_test_CFLAGS" = set; then
18309 CFLAGS=$ac_save_CFLAGS
18310 elif test $ac_cv_prog_cc_g = yes; then
18311 if test "$GCC" = yes; then
18312 CFLAGS="-g -O2"
18313 else
18314 CFLAGS="-g"
18315 fi
18316 else
18317 if test "$GCC" = yes; then
18318 CFLAGS="-O2"
18319 else
18320 CFLAGS=
18321 fi
18322 fi
18323 fi
18324 fi
18325
18326 case `uname -s` in
18327 AIX*)
18328
18329
18330 ac_ext=cpp
18331 ac_cpp='$CXXCPP $CPPFLAGS'
18332 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18333 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18334 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18335
18336 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
18337 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6; }
18338 if test "${bakefile_cv_cxx_compiler___xlC__+set}" = set; then
18339 echo $ECHO_N "(cached) $ECHO_C" >&6
18340 else
18341 cat >conftest.$ac_ext <<_ACEOF
18342 /* confdefs.h. */
18343 _ACEOF
18344 cat confdefs.h >>conftest.$ac_ext
18345 cat >>conftest.$ac_ext <<_ACEOF
18346 /* end confdefs.h. */
18347
18348 int
18349 main ()
18350 {
18351
18352 #ifndef __xlC__
18353 choke me
18354 #endif
18355
18356 ;
18357 return 0;
18358 }
18359 _ACEOF
18360 rm -f conftest.$ac_objext
18361 if { (ac_try="$ac_compile"
18362 case "(($ac_try" in
18363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18364 *) ac_try_echo=$ac_try;;
18365 esac
18366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18367 (eval "$ac_compile") 2>conftest.er1
18368 ac_status=$?
18369 grep -v '^ *+' conftest.er1 >conftest.err
18370 rm -f conftest.er1
18371 cat conftest.err >&5
18372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18373 (exit $ac_status); } && {
18374 test -z "$ac_cxx_werror_flag" ||
18375 test ! -s conftest.err
18376 } && test -s conftest.$ac_objext; then
18377 bakefile_cv_cxx_compiler___xlC__=yes
18378 else
18379 echo "$as_me: failed program was:" >&5
18380 sed 's/^/| /' conftest.$ac_ext >&5
18381
18382 bakefile_cv_cxx_compiler___xlC__=no
18383
18384 fi
18385
18386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18387
18388
18389 fi
18390 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___xlC__" >&5
18391 echo "${ECHO_T}$bakefile_cv_cxx_compiler___xlC__" >&6; }
18392 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
18393 :; XLCXX=yes
18394 else
18395 :;
18396 fi
18397 ac_ext=c
18398 ac_cpp='$CPP $CPPFLAGS'
18399 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18400 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18401 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18402
18403
18404
18405 ;;
18406
18407 Darwin)
18408
18409
18410 ac_ext=cpp
18411 ac_cpp='$CXXCPP $CPPFLAGS'
18412 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18413 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18414 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18415
18416 { echo "$as_me:$LINENO: checking whether we are using the Metrowerks C++ compiler" >&5
18417 echo $ECHO_N "checking whether we are using the Metrowerks C++ compiler... $ECHO_C" >&6; }
18418 if test "${bakefile_cv_cxx_compiler___MWERKS__+set}" = set; then
18419 echo $ECHO_N "(cached) $ECHO_C" >&6
18420 else
18421 cat >conftest.$ac_ext <<_ACEOF
18422 /* confdefs.h. */
18423 _ACEOF
18424 cat confdefs.h >>conftest.$ac_ext
18425 cat >>conftest.$ac_ext <<_ACEOF
18426 /* end confdefs.h. */
18427
18428 int
18429 main ()
18430 {
18431
18432 #ifndef __MWERKS__
18433 choke me
18434 #endif
18435
18436 ;
18437 return 0;
18438 }
18439 _ACEOF
18440 rm -f conftest.$ac_objext
18441 if { (ac_try="$ac_compile"
18442 case "(($ac_try" in
18443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18444 *) ac_try_echo=$ac_try;;
18445 esac
18446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18447 (eval "$ac_compile") 2>conftest.er1
18448 ac_status=$?
18449 grep -v '^ *+' conftest.er1 >conftest.err
18450 rm -f conftest.er1
18451 cat conftest.err >&5
18452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18453 (exit $ac_status); } && {
18454 test -z "$ac_cxx_werror_flag" ||
18455 test ! -s conftest.err
18456 } && test -s conftest.$ac_objext; then
18457 bakefile_cv_cxx_compiler___MWERKS__=yes
18458 else
18459 echo "$as_me: failed program was:" >&5
18460 sed 's/^/| /' conftest.$ac_ext >&5
18461
18462 bakefile_cv_cxx_compiler___MWERKS__=no
18463
18464 fi
18465
18466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18467
18468
18469 fi
18470 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___MWERKS__" >&5
18471 echo "${ECHO_T}$bakefile_cv_cxx_compiler___MWERKS__" >&6; }
18472 if test "x$bakefile_cv_cxx_compiler___MWERKS__" = "xyes"; then
18473 :; MWCXX=yes
18474 else
18475 :;
18476 fi
18477 ac_ext=c
18478 ac_cpp='$CPP $CPPFLAGS'
18479 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18480 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18481 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18482
18483
18484
18485 if test "$MWCXX" != "yes"; then
18486
18487
18488 ac_ext=cpp
18489 ac_cpp='$CXXCPP $CPPFLAGS'
18490 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18491 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18492 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18493
18494 { echo "$as_me:$LINENO: checking whether we are using the IBM xlC C++ compiler" >&5
18495 echo $ECHO_N "checking whether we are using the IBM xlC C++ compiler... $ECHO_C" >&6; }
18496 if test "${bakefile_cv_cxx_compiler___xlC__+set}" = set; then
18497 echo $ECHO_N "(cached) $ECHO_C" >&6
18498 else
18499 cat >conftest.$ac_ext <<_ACEOF
18500 /* confdefs.h. */
18501 _ACEOF
18502 cat confdefs.h >>conftest.$ac_ext
18503 cat >>conftest.$ac_ext <<_ACEOF
18504 /* end confdefs.h. */
18505
18506 int
18507 main ()
18508 {
18509
18510 #ifndef __xlC__
18511 choke me
18512 #endif
18513
18514 ;
18515 return 0;
18516 }
18517 _ACEOF
18518 rm -f conftest.$ac_objext
18519 if { (ac_try="$ac_compile"
18520 case "(($ac_try" in
18521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18522 *) ac_try_echo=$ac_try;;
18523 esac
18524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18525 (eval "$ac_compile") 2>conftest.er1
18526 ac_status=$?
18527 grep -v '^ *+' conftest.er1 >conftest.err
18528 rm -f conftest.er1
18529 cat conftest.err >&5
18530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18531 (exit $ac_status); } && {
18532 test -z "$ac_cxx_werror_flag" ||
18533 test ! -s conftest.err
18534 } && test -s conftest.$ac_objext; then
18535 bakefile_cv_cxx_compiler___xlC__=yes
18536 else
18537 echo "$as_me: failed program was:" >&5
18538 sed 's/^/| /' conftest.$ac_ext >&5
18539
18540 bakefile_cv_cxx_compiler___xlC__=no
18541
18542 fi
18543
18544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18545
18546
18547 fi
18548 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___xlC__" >&5
18549 echo "${ECHO_T}$bakefile_cv_cxx_compiler___xlC__" >&6; }
18550 if test "x$bakefile_cv_cxx_compiler___xlC__" = "xyes"; then
18551 :; XLCXX=yes
18552 else
18553 :;
18554 fi
18555 ac_ext=c
18556 ac_cpp='$CPP $CPPFLAGS'
18557 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18558 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18559 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18560
18561
18562
18563 fi
18564 ;;
18565
18566 IRIX*)
18567
18568
18569 ac_ext=cpp
18570 ac_cpp='$CXXCPP $CPPFLAGS'
18571 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18572 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18573 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18574
18575 { echo "$as_me:$LINENO: checking whether we are using the SGI C++ compiler" >&5
18576 echo $ECHO_N "checking whether we are using the SGI C++ compiler... $ECHO_C" >&6; }
18577 if test "${bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION+set}" = set; then
18578 echo $ECHO_N "(cached) $ECHO_C" >&6
18579 else
18580 cat >conftest.$ac_ext <<_ACEOF
18581 /* confdefs.h. */
18582 _ACEOF
18583 cat confdefs.h >>conftest.$ac_ext
18584 cat >>conftest.$ac_ext <<_ACEOF
18585 /* end confdefs.h. */
18586
18587 int
18588 main ()
18589 {
18590
18591 #ifndef _SGI_COMPILER_VERSION
18592 choke me
18593 #endif
18594
18595 ;
18596 return 0;
18597 }
18598 _ACEOF
18599 rm -f conftest.$ac_objext
18600 if { (ac_try="$ac_compile"
18601 case "(($ac_try" in
18602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18603 *) ac_try_echo=$ac_try;;
18604 esac
18605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18606 (eval "$ac_compile") 2>conftest.er1
18607 ac_status=$?
18608 grep -v '^ *+' conftest.er1 >conftest.err
18609 rm -f conftest.er1
18610 cat conftest.err >&5
18611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18612 (exit $ac_status); } && {
18613 test -z "$ac_cxx_werror_flag" ||
18614 test ! -s conftest.err
18615 } && test -s conftest.$ac_objext; then
18616 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=yes
18617 else
18618 echo "$as_me: failed program was:" >&5
18619 sed 's/^/| /' conftest.$ac_ext >&5
18620
18621 bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION=no
18622
18623 fi
18624
18625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18626
18627
18628 fi
18629 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&5
18630 echo "${ECHO_T}$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" >&6; }
18631 if test "x$bakefile_cv_cxx_compiler__SGI_COMPILER_VERSION" = "xyes"; then
18632 :; SGICXX=yes
18633 else
18634 :;
18635 fi
18636 ac_ext=c
18637 ac_cpp='$CPP $CPPFLAGS'
18638 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18639 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18640 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18641
18642
18643
18644 ;;
18645
18646 Linux*)
18647 if test "$INTELCXX" != "yes"; then
18648
18649
18650 ac_ext=cpp
18651 ac_cpp='$CXXCPP $CPPFLAGS'
18652 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18653 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18654 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18655
18656 { echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
18657 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6; }
18658 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
18659 echo $ECHO_N "(cached) $ECHO_C" >&6
18660 else
18661 cat >conftest.$ac_ext <<_ACEOF
18662 /* confdefs.h. */
18663 _ACEOF
18664 cat confdefs.h >>conftest.$ac_ext
18665 cat >>conftest.$ac_ext <<_ACEOF
18666 /* end confdefs.h. */
18667
18668 int
18669 main ()
18670 {
18671
18672 #ifndef __SUNPRO_CC
18673 choke me
18674 #endif
18675
18676 ;
18677 return 0;
18678 }
18679 _ACEOF
18680 rm -f conftest.$ac_objext
18681 if { (ac_try="$ac_compile"
18682 case "(($ac_try" in
18683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18684 *) ac_try_echo=$ac_try;;
18685 esac
18686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18687 (eval "$ac_compile") 2>conftest.er1
18688 ac_status=$?
18689 grep -v '^ *+' conftest.er1 >conftest.err
18690 rm -f conftest.er1
18691 cat conftest.err >&5
18692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18693 (exit $ac_status); } && {
18694 test -z "$ac_cxx_werror_flag" ||
18695 test ! -s conftest.err
18696 } && test -s conftest.$ac_objext; then
18697 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
18698 else
18699 echo "$as_me: failed program was:" >&5
18700 sed 's/^/| /' conftest.$ac_ext >&5
18701
18702 bakefile_cv_cxx_compiler___SUNPRO_CC=no
18703
18704 fi
18705
18706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18707
18708
18709 fi
18710 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
18711 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
18712 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
18713 :; SUNCXX=yes
18714 else
18715 :;
18716 fi
18717 ac_ext=c
18718 ac_cpp='$CPP $CPPFLAGS'
18719 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18720 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18721 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18722
18723
18724
18725 fi
18726 ;;
18727
18728 HP-UX*)
18729
18730
18731 ac_ext=cpp
18732 ac_cpp='$CXXCPP $CPPFLAGS'
18733 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18734 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18735 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18736
18737 { echo "$as_me:$LINENO: checking whether we are using the HP C++ compiler" >&5
18738 echo $ECHO_N "checking whether we are using the HP C++ compiler... $ECHO_C" >&6; }
18739 if test "${bakefile_cv_cxx_compiler___HP_aCC+set}" = set; then
18740 echo $ECHO_N "(cached) $ECHO_C" >&6
18741 else
18742 cat >conftest.$ac_ext <<_ACEOF
18743 /* confdefs.h. */
18744 _ACEOF
18745 cat confdefs.h >>conftest.$ac_ext
18746 cat >>conftest.$ac_ext <<_ACEOF
18747 /* end confdefs.h. */
18748
18749 int
18750 main ()
18751 {
18752
18753 #ifndef __HP_aCC
18754 choke me
18755 #endif
18756
18757 ;
18758 return 0;
18759 }
18760 _ACEOF
18761 rm -f conftest.$ac_objext
18762 if { (ac_try="$ac_compile"
18763 case "(($ac_try" in
18764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18765 *) ac_try_echo=$ac_try;;
18766 esac
18767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18768 (eval "$ac_compile") 2>conftest.er1
18769 ac_status=$?
18770 grep -v '^ *+' conftest.er1 >conftest.err
18771 rm -f conftest.er1
18772 cat conftest.err >&5
18773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18774 (exit $ac_status); } && {
18775 test -z "$ac_cxx_werror_flag" ||
18776 test ! -s conftest.err
18777 } && test -s conftest.$ac_objext; then
18778 bakefile_cv_cxx_compiler___HP_aCC=yes
18779 else
18780 echo "$as_me: failed program was:" >&5
18781 sed 's/^/| /' conftest.$ac_ext >&5
18782
18783 bakefile_cv_cxx_compiler___HP_aCC=no
18784
18785 fi
18786
18787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18788
18789
18790 fi
18791 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___HP_aCC" >&5
18792 echo "${ECHO_T}$bakefile_cv_cxx_compiler___HP_aCC" >&6; }
18793 if test "x$bakefile_cv_cxx_compiler___HP_aCC" = "xyes"; then
18794 :; HPCXX=yes
18795 else
18796 :;
18797 fi
18798 ac_ext=c
18799 ac_cpp='$CPP $CPPFLAGS'
18800 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18801 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18802 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18803
18804
18805
18806 ;;
18807
18808 OSF1)
18809
18810
18811 ac_ext=cpp
18812 ac_cpp='$CXXCPP $CPPFLAGS'
18813 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18814 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18815 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18816
18817 { echo "$as_me:$LINENO: checking whether we are using the Compaq C++ compiler" >&5
18818 echo $ECHO_N "checking whether we are using the Compaq C++ compiler... $ECHO_C" >&6; }
18819 if test "${bakefile_cv_cxx_compiler___DECCXX+set}" = set; then
18820 echo $ECHO_N "(cached) $ECHO_C" >&6
18821 else
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
18829 int
18830 main ()
18831 {
18832
18833 #ifndef __DECCXX
18834 choke me
18835 #endif
18836
18837 ;
18838 return 0;
18839 }
18840 _ACEOF
18841 rm -f conftest.$ac_objext
18842 if { (ac_try="$ac_compile"
18843 case "(($ac_try" in
18844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18845 *) ac_try_echo=$ac_try;;
18846 esac
18847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18848 (eval "$ac_compile") 2>conftest.er1
18849 ac_status=$?
18850 grep -v '^ *+' conftest.er1 >conftest.err
18851 rm -f conftest.er1
18852 cat conftest.err >&5
18853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18854 (exit $ac_status); } && {
18855 test -z "$ac_cxx_werror_flag" ||
18856 test ! -s conftest.err
18857 } && test -s conftest.$ac_objext; then
18858 bakefile_cv_cxx_compiler___DECCXX=yes
18859 else
18860 echo "$as_me: failed program was:" >&5
18861 sed 's/^/| /' conftest.$ac_ext >&5
18862
18863 bakefile_cv_cxx_compiler___DECCXX=no
18864
18865 fi
18866
18867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18868
18869
18870 fi
18871 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___DECCXX" >&5
18872 echo "${ECHO_T}$bakefile_cv_cxx_compiler___DECCXX" >&6; }
18873 if test "x$bakefile_cv_cxx_compiler___DECCXX" = "xyes"; then
18874 :; COMPAQCXX=yes
18875 else
18876 :;
18877 fi
18878 ac_ext=c
18879 ac_cpp='$CPP $CPPFLAGS'
18880 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18881 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18882 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18883
18884
18885
18886 ;;
18887
18888 SunOS)
18889
18890
18891 ac_ext=cpp
18892 ac_cpp='$CXXCPP $CPPFLAGS'
18893 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18894 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18895 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
18896
18897 { echo "$as_me:$LINENO: checking whether we are using the Sun C++ compiler" >&5
18898 echo $ECHO_N "checking whether we are using the Sun C++ compiler... $ECHO_C" >&6; }
18899 if test "${bakefile_cv_cxx_compiler___SUNPRO_CC+set}" = set; then
18900 echo $ECHO_N "(cached) $ECHO_C" >&6
18901 else
18902 cat >conftest.$ac_ext <<_ACEOF
18903 /* confdefs.h. */
18904 _ACEOF
18905 cat confdefs.h >>conftest.$ac_ext
18906 cat >>conftest.$ac_ext <<_ACEOF
18907 /* end confdefs.h. */
18908
18909 int
18910 main ()
18911 {
18912
18913 #ifndef __SUNPRO_CC
18914 choke me
18915 #endif
18916
18917 ;
18918 return 0;
18919 }
18920 _ACEOF
18921 rm -f conftest.$ac_objext
18922 if { (ac_try="$ac_compile"
18923 case "(($ac_try" in
18924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18925 *) ac_try_echo=$ac_try;;
18926 esac
18927 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18928 (eval "$ac_compile") 2>conftest.er1
18929 ac_status=$?
18930 grep -v '^ *+' conftest.er1 >conftest.err
18931 rm -f conftest.er1
18932 cat conftest.err >&5
18933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18934 (exit $ac_status); } && {
18935 test -z "$ac_cxx_werror_flag" ||
18936 test ! -s conftest.err
18937 } && test -s conftest.$ac_objext; then
18938 bakefile_cv_cxx_compiler___SUNPRO_CC=yes
18939 else
18940 echo "$as_me: failed program was:" >&5
18941 sed 's/^/| /' conftest.$ac_ext >&5
18942
18943 bakefile_cv_cxx_compiler___SUNPRO_CC=no
18944
18945 fi
18946
18947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18948
18949
18950 fi
18951 { echo "$as_me:$LINENO: result: $bakefile_cv_cxx_compiler___SUNPRO_CC" >&5
18952 echo "${ECHO_T}$bakefile_cv_cxx_compiler___SUNPRO_CC" >&6; }
18953 if test "x$bakefile_cv_cxx_compiler___SUNPRO_CC" = "xyes"; then
18954 :; SUNCXX=yes
18955 else
18956 :;
18957 fi
18958 ac_ext=c
18959 ac_cpp='$CPP $CPPFLAGS'
18960 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18961 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18962 ac_compiler_gnu=$ac_cv_c_compiler_gnu
18963
18964
18965
18966 ;;
18967 esac
18968 fi
18969
18970
18971
18972 if test "$CXX" = "g++" -a "$GXX" != "yes"; then
18973 { { echo "$as_me:$LINENO: error: C++ compiler is needed to build wxWidgets" >&5
18974 echo "$as_me: error: C++ compiler is needed to build wxWidgets" >&2;}
18975 { (exit 1); exit 1; }; }
18976 fi
18977
18978 if test "x$SUNCXX" != xyes; then
18979 if test -n "$ac_tool_prefix"; then
18980 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
18981 set dummy ${ac_tool_prefix}ar; ac_word=$2
18982 { echo "$as_me:$LINENO: checking for $ac_word" >&5
18983 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
18984 if test "${ac_cv_prog_AR+set}" = set; then
18985 echo $ECHO_N "(cached) $ECHO_C" >&6
18986 else
18987 if test -n "$AR"; then
18988 ac_cv_prog_AR="$AR" # Let the user override the test.
18989 else
18990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18991 for as_dir in $PATH
18992 do
18993 IFS=$as_save_IFS
18994 test -z "$as_dir" && as_dir=.
18995 for ac_exec_ext in '' $ac_executable_extensions; do
18996 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18997 ac_cv_prog_AR="${ac_tool_prefix}ar"
18998 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
18999 break 2
19000 fi
19001 done
19002 done
19003 IFS=$as_save_IFS
19004
19005 fi
19006 fi
19007 AR=$ac_cv_prog_AR
19008 if test -n "$AR"; then
19009 { echo "$as_me:$LINENO: result: $AR" >&5
19010 echo "${ECHO_T}$AR" >&6; }
19011 else
19012 { echo "$as_me:$LINENO: result: no" >&5
19013 echo "${ECHO_T}no" >&6; }
19014 fi
19015
19016
19017 fi
19018 if test -z "$ac_cv_prog_AR"; then
19019 ac_ct_AR=$AR
19020 # Extract the first word of "ar", so it can be a program name with args.
19021 set dummy ar; ac_word=$2
19022 { echo "$as_me:$LINENO: checking for $ac_word" >&5
19023 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19024 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
19025 echo $ECHO_N "(cached) $ECHO_C" >&6
19026 else
19027 if test -n "$ac_ct_AR"; then
19028 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
19029 else
19030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19031 for as_dir in $PATH
19032 do
19033 IFS=$as_save_IFS
19034 test -z "$as_dir" && as_dir=.
19035 for ac_exec_ext in '' $ac_executable_extensions; do
19036 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19037 ac_cv_prog_ac_ct_AR="ar"
19038 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19039 break 2
19040 fi
19041 done
19042 done
19043 IFS=$as_save_IFS
19044
19045 fi
19046 fi
19047 ac_ct_AR=$ac_cv_prog_ac_ct_AR
19048 if test -n "$ac_ct_AR"; then
19049 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
19050 echo "${ECHO_T}$ac_ct_AR" >&6; }
19051 else
19052 { echo "$as_me:$LINENO: result: no" >&5
19053 echo "${ECHO_T}no" >&6; }
19054 fi
19055
19056 if test "x$ac_ct_AR" = x; then
19057 AR=""
19058 else
19059 case $cross_compiling:$ac_tool_warned in
19060 yes:)
19061 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
19062 whose name does not start with the host triplet. If you think this
19063 configuration is useful to you, please write to autoconf@gnu.org." >&5
19064 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
19065 whose name does not start with the host triplet. If you think this
19066 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
19067 ac_tool_warned=yes ;;
19068 esac
19069 AR=$ac_ct_AR
19070 fi
19071 else
19072 AR="$ac_cv_prog_AR"
19073 fi
19074
19075 if test "x$AR" = "x" ; then
19076 { { echo "$as_me:$LINENO: error: ar is needed to build wxWidgets" >&5
19077 echo "$as_me: error: ar is needed to build wxWidgets" >&2;}
19078 { (exit 1); exit 1; }; }
19079 fi
19080 fi
19081
19082
19083 if test "$wxUSE_MAC" = 1; then
19084
19085 retest_macosx_linking=no
19086
19087 OSX_ARCH_OPTS=""
19088 if test "x$wxUSE_MAC_ARCH" != xno; then
19089 OSX_ARCH_OPTS="-arch $wxUSE_MAC_ARCH"
19090 fi
19091
19092 if test "x$wxUSE_UNIVERSAL_BINARY" != xno ; then
19093 if test "x$wxUSE_UNIVERSAL_BINARY" == xyes; then
19094 # Implicitly turn on the new --with-macosx-sdk using the default
19095 # SDK which provides the behaviour this option has always had.
19096 if test "x$wxUSE_MACOSX_SDK" = "x"; then
19097 { echo "$as_me:$LINENO: WARNING: Enabling default SDK due to --enable-universal_binary." >&5
19098 echo "$as_me: WARNING: Enabling default SDK due to --enable-universal_binary." >&2;}
19099 { echo "$as_me:$LINENO: WARNING: If you don't want this, specify --without-macosx-sdk" >&5
19100 echo "$as_me: WARNING: If you don't want this, specify --without-macosx-sdk" >&2;}
19101 wxUSE_MACOSX_SDK=yes
19102 fi
19103 else
19104 # Complain to user if he specified an argument to --enable-universal_binary
19105 # and also 1) specified --with-macosx-sdk using the default (yes) or
19106 # 2) specified --with-macosx-sdk using a path or 3) specified
19107 # --without-macosx-sdk (no).
19108 if test "x$wxUSE_MACOSX_SDK" != "x" ; then
19109 { { echo "$as_me:$LINENO: error: Please specify the new --with-macosx-sdk=PATH and do not specify an arg to --enable-universal_binary
19110 See \`config.log' for more details." >&5
19111 echo "$as_me: error: Please specify the new --with-macosx-sdk=PATH and do not specify an arg to --enable-universal_binary
19112 See \`config.log' for more details." >&2;}
19113 { (exit 1); exit 1; }; }
19114 else
19115 # Put the SDK path into the wxUSE_MACOSX_SDK. We don't have to
19116 # special-case the empty string because the below test simply
19117 # converts "no" to the empty string anyway.
19118 wxUSE_MACOSX_SDK="$wxUSE_UNIVERSAL_BINARY"
19119 { echo "$as_me:$LINENO: WARNING: Please use --with-macosx-sdk=PATH and --enable-universal_binary without an argument" >&5
19120 echo "$as_me: WARNING: Please use --with-macosx-sdk=PATH and --enable-universal_binary without an argument" >&2;}
19121 fi
19122 fi
19123 OSX_ARCH_OPTS="-arch ppc -arch i386"
19124 if test "$wxUSE_OSX_COCOA" = 1; then
19125 OSX_ARCH_OPTS="$OSX_ARCH_OPTS -arch x86_64"
19126 fi
19127 { echo "$as_me:$LINENO: checking for universal binary architectures" >&5
19128 echo $ECHO_N "checking for universal binary architectures... $ECHO_C" >&6; }
19129 { echo "$as_me:$LINENO: result: $OSX_ARCH_OPTS" >&5
19130 echo "${ECHO_T}$OSX_ARCH_OPTS" >&6; }
19131
19132 retest_macosx_linking=yes
19133
19134 { echo "$as_me:$LINENO: WARNING: Disabling precompiled headers due to universal binary build." >&5
19135 echo "$as_me: WARNING: Disabling precompiled headers due to universal binary build." >&2;}
19136 bk_use_pch=no
19137 fi
19138
19139 CXXFLAGS="$OSX_ARCH_OPTS $CXXFLAGS"
19140 CFLAGS="$OSX_ARCH_OPTS $CFLAGS"
19141 OBJCXXFLAGS="$OSX_ARCH_OPTS $OBJCXXFLAGS"
19142 OBJCFLAGS="$OSX_ARCH_OPTS $OBJCFLAGS"
19143 LDFLAGS="$OSX_ARCH_OPTS $LDFLAGS"
19144
19145 if test "x$wxUSE_MACOSX_SDK" = "xno"; then
19146 wxUSE_MACOSX_SDK=
19147 elif test "x$wxUSE_MACOSX_SDK" = "xyes"; then
19148 # TODO: Search for most recent SDK and use it.
19149 wxUSE_MACOSX_SDK="/Developer/SDKs/MacOSX10.4u.sdk"
19150 fi
19151
19152
19153 if test "x$wxUSE_MACOSX_SDK" != "x"; then
19154 { echo "$as_me:$LINENO: checking for SDK directory $wxUSE_MACOSX_SDK" >&5
19155 echo $ECHO_N "checking for SDK directory $wxUSE_MACOSX_SDK... $ECHO_C" >&6; }
19156 if ! test -d "$wxUSE_MACOSX_SDK"; then
19157 { { echo "$as_me:$LINENO: error: not found
19158 See \`config.log' for more details." >&5
19159 echo "$as_me: error: not found
19160 See \`config.log' for more details." >&2;}
19161 { (exit 1); exit 1; }; }
19162 else
19163 { echo "$as_me:$LINENO: result: exists" >&5
19164 echo "${ECHO_T}exists" >&6; }
19165 fi
19166 MACOSX_SDK_OPTS="-isysroot $wxUSE_MACOSX_SDK"
19167 retest_macosx_linking=yes
19168 fi
19169
19170 if test "x$wxUSE_MACOSX_VERSION_MIN" = "xno"; then
19171 wxUSE_MACOSX_VERSION_MIN=
19172 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "xyes"; then
19173 if test "x$wxUSE_MACOSX_SDK" != "x"; then
19174 { echo "$as_me:$LINENO: checking SDK deployment version" >&5
19175 echo $ECHO_N "checking SDK deployment version... $ECHO_C" >&6; }
19176
19177 MACOSX_SDK_PLIST_VERSION_MIN=`defaults read "$wxUSE_MACOSX_SDK/SDKSettings" buildSettings | grep '^ *"\{0,1\}MACOSX_DEPLOYMENT_TARGET"\{0,1\} *= *"\{0,1\}[^"]*"\{0,1\}; *$' | sed 's/^ *"\{0,1\}MACOSX_DEPLOYMENT_TARGET"\{0,1\} *= *"\{0,1\}\([^"]*\)"\{0,1\} *; *$/\1/'`
19178
19179 # If that failed, try again with the new key
19180 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" == "x"; then
19181
19182 MACOSX_SDK_PLIST_VERSION_MIN=`defaults read "$wxUSE_MACOSX_SDK/SDKSettings" DefaultProperties | grep '^ *"\{0,1\}MACOSX_DEPLOYMENT_TARGET"\{0,1\} *= *"\{0,1\}[^"]*"\{0,1\}; *$' | sed 's/^ *"\{0,1\}MACOSX_DEPLOYMENT_TARGET"\{0,1\} *= *"\{0,1\}\([^"]*\)"\{0,1\} *; *$/\1/'`
19183
19184 fi
19185
19186 if test "x$MACOSX_SDK_PLIST_VERSION_MIN" != "x"; then
19187 wxUSE_MACOSX_VERSION_MIN=$MACOSX_SDK_PLIST_VERSION_MIN
19188 { echo "$as_me:$LINENO: result: $wxUSE_MACOSX_VERSION_MIN" >&5
19189 echo "${ECHO_T}$wxUSE_MACOSX_VERSION_MIN" >&6; }
19190 else
19191 { echo "$as_me:$LINENO: WARNING: Could not determine deployment target from SDKSettings.plist" >&5
19192 echo "$as_me: WARNING: Could not determine deployment target from SDKSettings.plist" >&2;}
19193 wxUSE_MACOSX_VERSION_MIN=
19194 fi
19195 else
19196 wxUSE_MACOSX_VERSION_MIN=
19197 fi
19198 elif test "x$wxUSE_MACOSX_VERSION_MIN" = "x"; then
19199 for ac_prog in sw_vers
19200 do
19201 # Extract the first word of "$ac_prog", so it can be a program name with args.
19202 set dummy $ac_prog; ac_word=$2
19203 { echo "$as_me:$LINENO: checking for $ac_word" >&5
19204 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
19205 if test "${ac_cv_prog_OSX_SW_VERS+set}" = set; then
19206 echo $ECHO_N "(cached) $ECHO_C" >&6
19207 else
19208 if test -n "$OSX_SW_VERS"; then
19209 ac_cv_prog_OSX_SW_VERS="$OSX_SW_VERS" # Let the user override the test.
19210 else
19211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19212 for as_dir in $PATH
19213 do
19214 IFS=$as_save_IFS
19215 test -z "$as_dir" && as_dir=.
19216 for ac_exec_ext in '' $ac_executable_extensions; do
19217 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
19218 ac_cv_prog_OSX_SW_VERS="$ac_prog"
19219 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
19220 break 2
19221 fi
19222 done
19223 done
19224 IFS=$as_save_IFS
19225
19226 fi
19227 fi
19228 OSX_SW_VERS=$ac_cv_prog_OSX_SW_VERS
19229 if test -n "$OSX_SW_VERS"; then
19230 { echo "$as_me:$LINENO: result: $OSX_SW_VERS" >&5
19231 echo "${ECHO_T}$OSX_SW_VERS" >&6; }
19232 else
19233 { echo "$as_me:$LINENO: result: no" >&5
19234 echo "${ECHO_T}no" >&6; }
19235 fi
19236
19237
19238 test -n "$OSX_SW_VERS" && break
19239 done
19240
19241 if test "$OSX_SW_VERS" != ""; then
19242 OSX_VERSION=`sw_vers -productVersion | grep 10.[0-9]`
19243 else
19244 { echo "$as_me:$LINENO: WARNING: Assuming OS X 10.4, use --with-macosx-version-min to override." >&5
19245 echo "$as_me: WARNING: Assuming OS X 10.4, use --with-macosx-version-min to override." >&2;}
19246 OSX_VERSION="10.4"
19247 fi
19248
19249 case "$OSX_VERSION" in
19250 10.4* )
19251 wxUSE_MACOSX_VERSION_MIN=10.4
19252 ;;
19253
19254 * )
19255 if test "$wxUSE_OSX_CARBON" = 1; then
19256 # otherwise configure stops on leopard for universal_binary
19257 wxUSE_MACOSX_VERSION_MIN=10.4
19258 else
19259 # for Cocoa, use 10.5 to be able to compile it in 64 bits too
19260 wxUSE_MACOSX_VERSION_MIN=10.5
19261 fi
19262 ;;
19263 esac
19264 fi
19265
19266 NEEDS_GCC40="no"
19267 if test "x$wxUSE_MACOSX_VERSION_MIN" == "x10.4"; then
19268 NEEDS_GCC40="yes"
19269 fi
19270
19271 if test "$wxUSE_OSX_CARBON" = 1; then
19272 NEEDS_GCC40="yes"
19273 fi
19274
19275 if test "x$NEEDS_GCC40" == "xyes"; then
19276 # gcc 4.2 cannot compile 10.4 compatible code, so if the user is using it
19277 # and wants 10.4 compatible code, then 'downgrade' to 4.0
19278 # This is also the simplest way to get 32-bit binaries on Snow Leopard.
19279 if test "x$CC" = "xgcc"; then
19280 CCVERSION=`$CC --version | grep 4.[2-9].`
19281 if test "x$CCVERSION" != "x"; then
19282 echo "$as_me:$LINENO: WARNING: gcc >= 4.2 cannot compile 10.4 compatible code. Using gcc 4.0 instead."
19283 CC="gcc-4.0"
19284 fi
19285 fi
19286
19287 if test "x$CXX" = "xg++"; then
19288 CCVERSION=`$CXX --version | grep 4.[2-9].`
19289 if test "x$CCVERSION" != "x"; then
19290 CXX="g++-4.0"
19291 fi
19292 fi
19293 fi
19294
19295 if test "x$MACOSX_SDK_OPTS" != "x"; then
19296 eval "CC=\"$CC $MACOSX_SDK_OPTS\""
19297 eval "CXX=\"$CXX $MACOSX_SDK_OPTS\""
19298 eval "LD=\"$LD $MACOSX_SDK_OPTS\""
19299 fi
19300
19301 if test "x$wxUSE_MACOSX_VERSION_MIN" != "x"; then
19302 if test "$wxUSE_OSX_IPHONE" = 1; then
19303 MACOSX_VERSION_MIN_OPTS="-miphoneos-version-min=$wxUSE_MACOSX_VERSION_MIN"
19304 else
19305 MACOSX_VERSION_MIN_OPTS="-mmacosx-version-min=$wxUSE_MACOSX_VERSION_MIN"
19306 fi
19307 eval "CC=\"$CC $MACOSX_VERSION_MIN_OPTS\""
19308 eval "CXX=\"$CXX $MACOSX_VERSION_MIN_OPTS\""
19309 eval "LD=\"$LD $MACOSX_VERSION_MIN_OPTS\""
19310 retest_macosx_linking=yes
19311 fi
19312
19313 if test "x$retest_macosx_linking" = "xyes"; then
19314 ac_ext=c
19315 ac_cpp='$CPP $CPPFLAGS'
19316 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19317 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19318 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19319
19320 { echo "$as_me:$LINENO: checking if C compiler works with SDK/version options" >&5
19321 echo $ECHO_N "checking if C compiler works with SDK/version options... $ECHO_C" >&6; }
19322 cat >conftest.$ac_ext <<_ACEOF
19323 /* confdefs.h. */
19324 _ACEOF
19325 cat confdefs.h >>conftest.$ac_ext
19326 cat >>conftest.$ac_ext <<_ACEOF
19327 /* end confdefs.h. */
19328
19329 int
19330 main ()
19331 {
19332
19333 ;
19334 return 0;
19335 }
19336 _ACEOF
19337 rm -f conftest.$ac_objext conftest$ac_exeext
19338 if { (ac_try="$ac_link"
19339 case "(($ac_try" in
19340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19341 *) ac_try_echo=$ac_try;;
19342 esac
19343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19344 (eval "$ac_link") 2>conftest.er1
19345 ac_status=$?
19346 grep -v '^ *+' conftest.er1 >conftest.err
19347 rm -f conftest.er1
19348 cat conftest.err >&5
19349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19350 (exit $ac_status); } && {
19351 test -z "$ac_c_werror_flag" ||
19352 test ! -s conftest.err
19353 } && test -s conftest$ac_exeext &&
19354 $as_test_x conftest$ac_exeext; then
19355 { echo "$as_me:$LINENO: result: yes" >&5
19356 echo "${ECHO_T}yes" >&6; }
19357 else
19358 echo "$as_me: failed program was:" >&5
19359 sed 's/^/| /' conftest.$ac_ext >&5
19360
19361 { { echo "$as_me:$LINENO: error: no. Try a different SDK
19362 See \`config.log' for more details." >&5
19363 echo "$as_me: error: no. Try a different SDK
19364 See \`config.log' for more details." >&2;}
19365 { (exit 1); exit 1; }; }; exit 1
19366 fi
19367
19368 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19369 conftest$ac_exeext conftest.$ac_ext
19370 ac_ext=c
19371 ac_cpp='$CPP $CPPFLAGS'
19372 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19373 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19374 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19375
19376
19377 ac_ext=cpp
19378 ac_cpp='$CXXCPP $CPPFLAGS'
19379 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19380 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19381 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
19382
19383 { echo "$as_me:$LINENO: checking if C++ compiler works with SDK/version options" >&5
19384 echo $ECHO_N "checking if C++ compiler works with SDK/version options... $ECHO_C" >&6; }
19385 cat >conftest.$ac_ext <<_ACEOF
19386 /* confdefs.h. */
19387 _ACEOF
19388 cat confdefs.h >>conftest.$ac_ext
19389 cat >>conftest.$ac_ext <<_ACEOF
19390 /* end confdefs.h. */
19391
19392 int
19393 main ()
19394 {
19395
19396 ;
19397 return 0;
19398 }
19399 _ACEOF
19400 rm -f conftest.$ac_objext conftest$ac_exeext
19401 if { (ac_try="$ac_link"
19402 case "(($ac_try" in
19403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19404 *) ac_try_echo=$ac_try;;
19405 esac
19406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19407 (eval "$ac_link") 2>conftest.er1
19408 ac_status=$?
19409 grep -v '^ *+' conftest.er1 >conftest.err
19410 rm -f conftest.er1
19411 cat conftest.err >&5
19412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19413 (exit $ac_status); } && {
19414 test -z "$ac_cxx_werror_flag" ||
19415 test ! -s conftest.err
19416 } && test -s conftest$ac_exeext &&
19417 $as_test_x conftest$ac_exeext; then
19418 { echo "$as_me:$LINENO: result: yes" >&5
19419 echo "${ECHO_T}yes" >&6; }
19420 else
19421 echo "$as_me: failed program was:" >&5
19422 sed 's/^/| /' conftest.$ac_ext >&5
19423
19424 { { echo "$as_me:$LINENO: error: no. Try a different SDK
19425 See \`config.log' for more details." >&5
19426 echo "$as_me: error: no. Try a different SDK
19427 See \`config.log' for more details." >&2;}
19428 { (exit 1); exit 1; }; }; exit 1
19429 fi
19430
19431 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19432 conftest$ac_exeext conftest.$ac_ext
19433 ac_ext=c
19434 ac_cpp='$CPP $CPPFLAGS'
19435 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
19436 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
19437 ac_compiler_gnu=$ac_cv_c_compiler_gnu
19438
19439 fi
19440
19441 fi
19442 case "${host}" in
19443
19444 *-*-darwin* )
19445 INSTALL_PROGRAM="cp -fp"
19446 INSTALL_DATA="cp -fp"
19447 ;;
19448 *)
19449 ;;
19450 esac
19451
19452
19453 if test "x$XLCXX" = "xyes" -a "x$USE_AIX" = "x1"; then
19454 CXXFLAGS="-qunique $CXXFLAGS"
19455 fi
19456
19457 case "${host}" in
19458 powerpc-*-darwin* )
19459 { echo "$as_me:$LINENO: checking if __POWERPC__ is already defined" >&5
19460 echo $ECHO_N "checking if __POWERPC__ is already defined... $ECHO_C" >&6; }
19461 cat >conftest.$ac_ext <<_ACEOF
19462 /* confdefs.h. */
19463 _ACEOF
19464 cat confdefs.h >>conftest.$ac_ext
19465 cat >>conftest.$ac_ext <<_ACEOF
19466 /* end confdefs.h. */
19467
19468 int
19469 main ()
19470 {
19471 #ifndef __POWERPC__
19472 choke me for lack of PowerPC
19473 #endif
19474
19475 ;
19476 return 0;
19477 }
19478 _ACEOF
19479 rm -f conftest.$ac_objext
19480 if { (ac_try="$ac_compile"
19481 case "(($ac_try" in
19482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19483 *) ac_try_echo=$ac_try;;
19484 esac
19485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19486 (eval "$ac_compile") 2>conftest.er1
19487 ac_status=$?
19488 grep -v '^ *+' conftest.er1 >conftest.err
19489 rm -f conftest.er1
19490 cat conftest.err >&5
19491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19492 (exit $ac_status); } && {
19493 test -z "$ac_c_werror_flag" ||
19494 test ! -s conftest.err
19495 } && test -s conftest.$ac_objext; then
19496 { echo "$as_me:$LINENO: result: yes" >&5
19497 echo "${ECHO_T}yes" >&6; }
19498 else
19499 echo "$as_me: failed program was:" >&5
19500 sed 's/^/| /' conftest.$ac_ext >&5
19501
19502 { echo "$as_me:$LINENO: result: no" >&5
19503 echo "${ECHO_T}no" >&6; }
19504 cat >>confdefs.h <<\_ACEOF
19505 #define __POWERPC__ 1
19506 _ACEOF
19507
19508
19509 fi
19510
19511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19512 ;;
19513 esac
19514
19515 case "${host}" in
19516 *-*-darwin* )
19517 { echo "$as_me:$LINENO: checking if CoreFoundation/CFBase.h is usable" >&5
19518 echo $ECHO_N "checking if CoreFoundation/CFBase.h is usable... $ECHO_C" >&6; }
19519 cat >conftest.$ac_ext <<_ACEOF
19520 /* confdefs.h. */
19521 _ACEOF
19522 cat confdefs.h >>conftest.$ac_ext
19523 cat >>conftest.$ac_ext <<_ACEOF
19524 /* end confdefs.h. */
19525 #include <CoreFoundation/CFBase.h>
19526
19527 int
19528 main ()
19529 {
19530
19531 ;
19532 return 0;
19533 }
19534 _ACEOF
19535 rm -f conftest.$ac_objext
19536 if { (ac_try="$ac_compile"
19537 case "(($ac_try" in
19538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19539 *) ac_try_echo=$ac_try;;
19540 esac
19541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19542 (eval "$ac_compile") 2>conftest.er1
19543 ac_status=$?
19544 grep -v '^ *+' conftest.er1 >conftest.err
19545 rm -f conftest.er1
19546 cat conftest.err >&5
19547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19548 (exit $ac_status); } && {
19549 test -z "$ac_c_werror_flag" ||
19550 test ! -s conftest.err
19551 } && test -s conftest.$ac_objext; then
19552 { echo "$as_me:$LINENO: result: yes" >&5
19553 echo "${ECHO_T}yes" >&6; }
19554 else
19555 echo "$as_me: failed program was:" >&5
19556 sed 's/^/| /' conftest.$ac_ext >&5
19557
19558 { echo "$as_me:$LINENO: result: no" >&5
19559 echo "${ECHO_T}no" >&6; }
19560 { echo "$as_me:$LINENO: checking if __CF_USE_FRAMEWORK_INCLUDES__ is required" >&5
19561 echo $ECHO_N "checking if __CF_USE_FRAMEWORK_INCLUDES__ is required... $ECHO_C" >&6; }
19562 cat >conftest.$ac_ext <<_ACEOF
19563 /* confdefs.h. */
19564 _ACEOF
19565 cat confdefs.h >>conftest.$ac_ext
19566 cat >>conftest.$ac_ext <<_ACEOF
19567 /* end confdefs.h. */
19568 #define __CF_USE_FRAMEWORK_INCLUDES__
19569 #include <CoreFoundation/CFBase.h>
19570
19571 int
19572 main ()
19573 {
19574
19575 ;
19576 return 0;
19577 }
19578 _ACEOF
19579 rm -f conftest.$ac_objext
19580 if { (ac_try="$ac_compile"
19581 case "(($ac_try" in
19582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19583 *) ac_try_echo=$ac_try;;
19584 esac
19585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19586 (eval "$ac_compile") 2>conftest.er1
19587 ac_status=$?
19588 grep -v '^ *+' conftest.er1 >conftest.err
19589 rm -f conftest.er1
19590 cat conftest.err >&5
19591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19592 (exit $ac_status); } && {
19593 test -z "$ac_c_werror_flag" ||
19594 test ! -s conftest.err
19595 } && test -s conftest.$ac_objext; then
19596 { echo "$as_me:$LINENO: result: yes" >&5
19597 echo "${ECHO_T}yes" >&6; }
19598 CPPFLAGS="-D__CF_USE_FRAMEWORK_INCLUDES__ $CPPFLAGS"
19599 else
19600 echo "$as_me: failed program was:" >&5
19601 sed 's/^/| /' conftest.$ac_ext >&5
19602
19603 { { echo "$as_me:$LINENO: error: no. CoreFoundation not available.
19604 See \`config.log' for more details." >&5
19605 echo "$as_me: error: no. CoreFoundation not available.
19606 See \`config.log' for more details." >&2;}
19607 { (exit 1); exit 1; }; }
19608
19609 fi
19610
19611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19612
19613
19614 fi
19615
19616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19617 ;;
19618 esac
19619
19620 wants_win32=0
19621 doesnt_want_win32=0
19622 case "${host}" in
19623 *-*-cygwin*)
19624 if test "$wxUSE_MSW" = 1 ; then
19625 wants_win32=1
19626 else
19627 { echo "$as_me:$LINENO: checking if -mno-cygwin is in effect" >&5
19628 echo $ECHO_N "checking if -mno-cygwin is in effect... $ECHO_C" >&6; }
19629 if test "${wx_cv_nocygwin+set}" = set; then
19630 echo $ECHO_N "(cached) $ECHO_C" >&6
19631 else
19632
19633 cat >conftest.$ac_ext <<_ACEOF
19634 /* confdefs.h. */
19635 _ACEOF
19636 cat confdefs.h >>conftest.$ac_ext
19637 cat >>conftest.$ac_ext <<_ACEOF
19638 /* end confdefs.h. */
19639
19640 int
19641 main ()
19642 {
19643
19644 #ifdef __MINGW32__
19645 choke me
19646 #endif
19647
19648 ;
19649 return 0;
19650 }
19651 _ACEOF
19652 rm -f conftest.$ac_objext
19653 if { (ac_try="$ac_compile"
19654 case "(($ac_try" in
19655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19656 *) ac_try_echo=$ac_try;;
19657 esac
19658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19659 (eval "$ac_compile") 2>conftest.er1
19660 ac_status=$?
19661 grep -v '^ *+' conftest.er1 >conftest.err
19662 rm -f conftest.er1
19663 cat conftest.err >&5
19664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19665 (exit $ac_status); } && {
19666 test -z "$ac_c_werror_flag" ||
19667 test ! -s conftest.err
19668 } && test -s conftest.$ac_objext; then
19669 wx_cv_nocygwin=no
19670 else
19671 echo "$as_me: failed program was:" >&5
19672 sed 's/^/| /' conftest.$ac_ext >&5
19673
19674 wx_cv_nocygwin=yes
19675
19676 fi
19677
19678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19679
19680
19681 fi
19682 { echo "$as_me:$LINENO: result: $wx_cv_nocygwin" >&5
19683 echo "${ECHO_T}$wx_cv_nocygwin" >&6; }
19684
19685 if test "$wx_cv_nocygwin" = "yes"; then
19686 wants_win32=1
19687 else
19688 doesnt_want_win32=1
19689 fi
19690 fi
19691 if test "$wants_win32" = 1 ; then
19692 BAKEFILE_FORCE_PLATFORM=win32
19693 fi
19694 ;;
19695 *-*-mingw*)
19696 wants_win32=1
19697 ;;
19698 esac
19699
19700 if test "$wxUSE_WINE" = "yes"; then
19701 wants_win32=1
19702 LDFLAGS_GUI="-mwindows"
19703 fi
19704
19705 if test "$wants_win32" = 1 ; then
19706 USE_UNIX=0
19707 USE_WIN32=1
19708 cat >>confdefs.h <<\_ACEOF
19709 #define __WIN32__ 1
19710 _ACEOF
19711
19712 cat >>confdefs.h <<\_ACEOF
19713 #define __WIN95__ 1
19714 _ACEOF
19715
19716 cat >>confdefs.h <<\_ACEOF
19717 #define __WINDOWS__ 1
19718 _ACEOF
19719
19720 cat >>confdefs.h <<\_ACEOF
19721 #define __GNUWIN32__ 1
19722 _ACEOF
19723
19724 cat >>confdefs.h <<\_ACEOF
19725 #define STRICT 1
19726 _ACEOF
19727
19728 fi
19729 if test "$doesnt_want_win32" = 1 ; then
19730 USE_UNIX=1
19731 USE_WIN32=0
19732 fi
19733
19734 if test "$USE_UNIX" = 1 ; then
19735 wxUSE_UNIX=yes
19736 cat >>confdefs.h <<\_ACEOF
19737 #define __UNIX__ 1
19738 _ACEOF
19739
19740 fi
19741
19742 case "${host}" in
19743 *-pc-os2_emx | *-pc-os2-emx )
19744 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
19745 { echo "$as_me:$LINENO: checking for drand48 in -lcExt" >&5
19746 echo $ECHO_N "checking for drand48 in -lcExt... $ECHO_C" >&6; }
19747 if test "${ac_cv_lib_cExt_drand48+set}" = set; then
19748 echo $ECHO_N "(cached) $ECHO_C" >&6
19749 else
19750 ac_check_lib_save_LIBS=$LIBS
19751 LIBS="-lcExt $LIBS"
19752 cat >conftest.$ac_ext <<_ACEOF
19753 /* confdefs.h. */
19754 _ACEOF
19755 cat confdefs.h >>conftest.$ac_ext
19756 cat >>conftest.$ac_ext <<_ACEOF
19757 /* end confdefs.h. */
19758
19759 /* Override any GCC internal prototype to avoid an error.
19760 Use char because int might match the return type of a GCC
19761 builtin and then its argument prototype would still apply. */
19762 #ifdef __cplusplus
19763 extern "C"
19764 #endif
19765 char drand48 ();
19766 int
19767 main ()
19768 {
19769 return drand48 ();
19770 ;
19771 return 0;
19772 }
19773 _ACEOF
19774 rm -f conftest.$ac_objext conftest$ac_exeext
19775 if { (ac_try="$ac_link"
19776 case "(($ac_try" in
19777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19778 *) ac_try_echo=$ac_try;;
19779 esac
19780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19781 (eval "$ac_link") 2>conftest.er1
19782 ac_status=$?
19783 grep -v '^ *+' conftest.er1 >conftest.err
19784 rm -f conftest.er1
19785 cat conftest.err >&5
19786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19787 (exit $ac_status); } && {
19788 test -z "$ac_c_werror_flag" ||
19789 test ! -s conftest.err
19790 } && test -s conftest$ac_exeext &&
19791 $as_test_x conftest$ac_exeext; then
19792 ac_cv_lib_cExt_drand48=yes
19793 else
19794 echo "$as_me: failed program was:" >&5
19795 sed 's/^/| /' conftest.$ac_ext >&5
19796
19797 ac_cv_lib_cExt_drand48=no
19798 fi
19799
19800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19801 conftest$ac_exeext conftest.$ac_ext
19802 LIBS=$ac_check_lib_save_LIBS
19803 fi
19804 { echo "$as_me:$LINENO: result: $ac_cv_lib_cExt_drand48" >&5
19805 echo "${ECHO_T}$ac_cv_lib_cExt_drand48" >&6; }
19806 if test $ac_cv_lib_cExt_drand48 = yes; then
19807 LIBS="$LIBS -lcExt"
19808 fi
19809
19810 else
19811 RESPROGRAMOBJ="\${top_srcdir}/include/wx/os2/wx.res"
19812 fi
19813 { echo "$as_me:$LINENO: checking for gcc/libc version" >&5
19814 echo $ECHO_N "checking for gcc/libc version... $ECHO_C" >&6; }
19815 if test "${wx_cv_gccversion+set}" = set; then
19816 echo $ECHO_N "(cached) $ECHO_C" >&6
19817 else
19818
19819 if test "$cross_compiling" = yes; then
19820 wx_cv_gccversion="EMX2"
19821
19822 else
19823 cat >conftest.$ac_ext <<_ACEOF
19824 /* confdefs.h. */
19825 _ACEOF
19826 cat confdefs.h >>conftest.$ac_ext
19827 cat >>conftest.$ac_ext <<_ACEOF
19828 /* end confdefs.h. */
19829
19830 #include <stdio.h>
19831
19832 int main()
19833 {
19834 FILE *f=fopen("conftestval", "w");
19835 if (!f) exit(1);
19836 fprintf(f,
19837 #if (__GNUC__ < 3)
19838 "EMX2"
19839 #elif (__GNUC__==3) && ((__GNUC_MINOR__ < 2) || ((__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__<2)))
19840 "EMX3"
19841 #elif (__GNUC__==3) && (__GNUC_MINOR__==2) && (__GNUC_PATCHLEVEL__==2)
19842 "Innotek5"
19843 #else
19844 "Innotek6"
19845 #endif
19846 );
19847 exit(0);
19848 }
19849
19850 _ACEOF
19851 rm -f conftest$ac_exeext
19852 if { (ac_try="$ac_link"
19853 case "(($ac_try" in
19854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19855 *) ac_try_echo=$ac_try;;
19856 esac
19857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19858 (eval "$ac_link") 2>&5
19859 ac_status=$?
19860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19861 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
19862 { (case "(($ac_try" in
19863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19864 *) ac_try_echo=$ac_try;;
19865 esac
19866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19867 (eval "$ac_try") 2>&5
19868 ac_status=$?
19869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19870 (exit $ac_status); }; }; then
19871 wx_cv_gccversion=`cat conftestval`
19872 else
19873 echo "$as_me: program exited with status $ac_status" >&5
19874 echo "$as_me: failed program was:" >&5
19875 sed 's/^/| /' conftest.$ac_ext >&5
19876
19877 ( exit $ac_status )
19878 wx_cv_gccversion="EMX2"
19879 fi
19880 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19881 fi
19882
19883
19884
19885 fi
19886 { echo "$as_me:$LINENO: result: $wx_cv_gccversion" >&5
19887 echo "${ECHO_T}$wx_cv_gccversion" >&6; }
19888 if test "$wx_cv_gccversion" = "EMX2"; then
19889 LIBS="$LIBS -lstdcpp"
19890 LDFLAGS="$LDFLAGS -Zsysv-signals"
19891 else
19892 if test "$wx_cv_gccversion" = "EMX3"; then
19893 LIBS="$LIBS -lstdcxx -lgcc"
19894 LDFLAGS="$LDFLAGS -Zsysv-signals"
19895 else
19896 LIBS="$LIBS -lstdc++"
19897 fi
19898 fi
19899 if test "$wxUSE_SHARED" = "yes" -a "$wxUSE_OMF" = "no"; then
19900 { echo "$as_me:$LINENO: WARNING: Building DLLs requires OMF mode, enabled" >&5
19901 echo "$as_me: WARNING: Building DLLs requires OMF mode, enabled" >&2;}
19902 wxUSE_OMF=yes
19903 enable_omf=yes
19904 fi
19905 ;;
19906 *)
19907
19908 { echo "$as_me:$LINENO: checking for strcasecmp() in string.h" >&5
19909 echo $ECHO_N "checking for strcasecmp() in string.h... $ECHO_C" >&6; }
19910 if test "${ac_cv_string_strcasecmp+set}" = set; then
19911 echo $ECHO_N "(cached) $ECHO_C" >&6
19912 else
19913
19914 cat >conftest.$ac_ext <<_ACEOF
19915 /* confdefs.h. */
19916 _ACEOF
19917 cat confdefs.h >>conftest.$ac_ext
19918 cat >>conftest.$ac_ext <<_ACEOF
19919 /* end confdefs.h. */
19920
19921 #include <string.h>
19922
19923 int
19924 main ()
19925 {
19926
19927 strcasecmp("foo", "bar");
19928
19929 ;
19930 return 0;
19931 }
19932 _ACEOF
19933 rm -f conftest.$ac_objext conftest$ac_exeext
19934 if { (ac_try="$ac_link"
19935 case "(($ac_try" in
19936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19937 *) ac_try_echo=$ac_try;;
19938 esac
19939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19940 (eval "$ac_link") 2>conftest.er1
19941 ac_status=$?
19942 grep -v '^ *+' conftest.er1 >conftest.err
19943 rm -f conftest.er1
19944 cat conftest.err >&5
19945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19946 (exit $ac_status); } && {
19947 test -z "$ac_c_werror_flag" ||
19948 test ! -s conftest.err
19949 } && test -s conftest$ac_exeext &&
19950 $as_test_x conftest$ac_exeext; then
19951 ac_cv_string_strcasecmp=yes
19952 else
19953 echo "$as_me: failed program was:" >&5
19954 sed 's/^/| /' conftest.$ac_ext >&5
19955
19956 ac_cv_string_strcasecmp=no
19957
19958 fi
19959
19960 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19961 conftest$ac_exeext conftest.$ac_ext
19962
19963 fi
19964 { echo "$as_me:$LINENO: result: $ac_cv_string_strcasecmp" >&5
19965 echo "${ECHO_T}$ac_cv_string_strcasecmp" >&6; }
19966
19967 if test x"$ac_cv_string_strcasecmp" = "xyes"; then
19968 cat >>confdefs.h <<\_ACEOF
19969 #define HAVE_STRCASECMP_IN_STRING_H 1
19970 _ACEOF
19971
19972 else
19973 { echo "$as_me:$LINENO: checking for strcasecmp() in strings.h" >&5
19974 echo $ECHO_N "checking for strcasecmp() in strings.h... $ECHO_C" >&6; }
19975 if test "${ac_cv_strings_strcasecmp+set}" = set; then
19976 echo $ECHO_N "(cached) $ECHO_C" >&6
19977 else
19978
19979 cat >conftest.$ac_ext <<_ACEOF
19980 /* confdefs.h. */
19981 _ACEOF
19982 cat confdefs.h >>conftest.$ac_ext
19983 cat >>conftest.$ac_ext <<_ACEOF
19984 /* end confdefs.h. */
19985
19986 #include <strings.h>
19987
19988 int
19989 main ()
19990 {
19991
19992 strcasecmp("foo", "bar");
19993
19994 ;
19995 return 0;
19996 }
19997 _ACEOF
19998 rm -f conftest.$ac_objext conftest$ac_exeext
19999 if { (ac_try="$ac_link"
20000 case "(($ac_try" in
20001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20002 *) ac_try_echo=$ac_try;;
20003 esac
20004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20005 (eval "$ac_link") 2>conftest.er1
20006 ac_status=$?
20007 grep -v '^ *+' conftest.er1 >conftest.err
20008 rm -f conftest.er1
20009 cat conftest.err >&5
20010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20011 (exit $ac_status); } && {
20012 test -z "$ac_c_werror_flag" ||
20013 test ! -s conftest.err
20014 } && test -s conftest$ac_exeext &&
20015 $as_test_x conftest$ac_exeext; then
20016 ac_cv_strings_strcasecmp=yes
20017 else
20018 echo "$as_me: failed program was:" >&5
20019 sed 's/^/| /' conftest.$ac_ext >&5
20020
20021 ac_cv_strings_strcasecmp=no
20022
20023 fi
20024
20025 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20026 conftest$ac_exeext conftest.$ac_ext
20027
20028 fi
20029 { echo "$as_me:$LINENO: result: $ac_cv_strings_strcasecmp" >&5
20030 echo "${ECHO_T}$ac_cv_strings_strcasecmp" >&6; }
20031
20032 if test x"$ac_cv_strings_strcasecmp" = "xyes"; then
20033 cat >>confdefs.h <<\_ACEOF
20034 #define HAVE_STRCASECMP_IN_STRINGS_H 1
20035 _ACEOF
20036
20037 else
20038 { { echo "$as_me:$LINENO: error: No case-insensitive string comparison function found." >&5
20039 echo "$as_me: error: No case-insensitive string comparison function found." >&2;}
20040 { (exit 1); exit 1; }; }
20041 fi
20042 fi
20043
20044 ;;
20045 esac
20046
20047
20048 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
20049 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
20050 if test "${ac_cv_header_stdc+set}" = set; then
20051 echo $ECHO_N "(cached) $ECHO_C" >&6
20052 else
20053 cat >conftest.$ac_ext <<_ACEOF
20054 /* confdefs.h. */
20055 _ACEOF
20056 cat confdefs.h >>conftest.$ac_ext
20057 cat >>conftest.$ac_ext <<_ACEOF
20058 /* end confdefs.h. */
20059 #include <stdlib.h>
20060 #include <stdarg.h>
20061 #include <string.h>
20062 #include <float.h>
20063
20064 int
20065 main ()
20066 {
20067
20068 ;
20069 return 0;
20070 }
20071 _ACEOF
20072 rm -f conftest.$ac_objext
20073 if { (ac_try="$ac_compile"
20074 case "(($ac_try" in
20075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20076 *) ac_try_echo=$ac_try;;
20077 esac
20078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20079 (eval "$ac_compile") 2>conftest.er1
20080 ac_status=$?
20081 grep -v '^ *+' conftest.er1 >conftest.err
20082 rm -f conftest.er1
20083 cat conftest.err >&5
20084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20085 (exit $ac_status); } && {
20086 test -z "$ac_c_werror_flag" ||
20087 test ! -s conftest.err
20088 } && test -s conftest.$ac_objext; then
20089 ac_cv_header_stdc=yes
20090 else
20091 echo "$as_me: failed program was:" >&5
20092 sed 's/^/| /' conftest.$ac_ext >&5
20093
20094 ac_cv_header_stdc=no
20095 fi
20096
20097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20098
20099 if test $ac_cv_header_stdc = yes; then
20100 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
20101 cat >conftest.$ac_ext <<_ACEOF
20102 /* confdefs.h. */
20103 _ACEOF
20104 cat confdefs.h >>conftest.$ac_ext
20105 cat >>conftest.$ac_ext <<_ACEOF
20106 /* end confdefs.h. */
20107 #include <string.h>
20108
20109 _ACEOF
20110 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20111 $EGREP "memchr" >/dev/null 2>&1; then
20112 :
20113 else
20114 ac_cv_header_stdc=no
20115 fi
20116 rm -f conftest*
20117
20118 fi
20119
20120 if test $ac_cv_header_stdc = yes; then
20121 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
20122 cat >conftest.$ac_ext <<_ACEOF
20123 /* confdefs.h. */
20124 _ACEOF
20125 cat confdefs.h >>conftest.$ac_ext
20126 cat >>conftest.$ac_ext <<_ACEOF
20127 /* end confdefs.h. */
20128 #include <stdlib.h>
20129
20130 _ACEOF
20131 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20132 $EGREP "free" >/dev/null 2>&1; then
20133 :
20134 else
20135 ac_cv_header_stdc=no
20136 fi
20137 rm -f conftest*
20138
20139 fi
20140
20141 if test $ac_cv_header_stdc = yes; then
20142 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
20143 if test "$cross_compiling" = yes; then
20144 :
20145 else
20146 cat >conftest.$ac_ext <<_ACEOF
20147 /* confdefs.h. */
20148 _ACEOF
20149 cat confdefs.h >>conftest.$ac_ext
20150 cat >>conftest.$ac_ext <<_ACEOF
20151 /* end confdefs.h. */
20152 #include <ctype.h>
20153 #include <stdlib.h>
20154 #if ((' ' & 0x0FF) == 0x020)
20155 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
20156 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
20157 #else
20158 # define ISLOWER(c) \
20159 (('a' <= (c) && (c) <= 'i') \
20160 || ('j' <= (c) && (c) <= 'r') \
20161 || ('s' <= (c) && (c) <= 'z'))
20162 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
20163 #endif
20164
20165 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
20166 int
20167 main ()
20168 {
20169 int i;
20170 for (i = 0; i < 256; i++)
20171 if (XOR (islower (i), ISLOWER (i))
20172 || toupper (i) != TOUPPER (i))
20173 return 2;
20174 return 0;
20175 }
20176 _ACEOF
20177 rm -f conftest$ac_exeext
20178 if { (ac_try="$ac_link"
20179 case "(($ac_try" in
20180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20181 *) ac_try_echo=$ac_try;;
20182 esac
20183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20184 (eval "$ac_link") 2>&5
20185 ac_status=$?
20186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20187 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
20188 { (case "(($ac_try" in
20189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20190 *) ac_try_echo=$ac_try;;
20191 esac
20192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20193 (eval "$ac_try") 2>&5
20194 ac_status=$?
20195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20196 (exit $ac_status); }; }; then
20197 :
20198 else
20199 echo "$as_me: program exited with status $ac_status" >&5
20200 echo "$as_me: failed program was:" >&5
20201 sed 's/^/| /' conftest.$ac_ext >&5
20202
20203 ( exit $ac_status )
20204 ac_cv_header_stdc=no
20205 fi
20206 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20207 fi
20208
20209
20210 fi
20211 fi
20212 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
20213 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
20214 if test $ac_cv_header_stdc = yes; then
20215
20216 cat >>confdefs.h <<\_ACEOF
20217 #define STDC_HEADERS 1
20218 _ACEOF
20219
20220 fi
20221
20222 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
20223
20224
20225
20226
20227
20228
20229
20230
20231
20232 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
20233 inttypes.h stdint.h unistd.h
20234 do
20235 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20236 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20237 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20238 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20239 echo $ECHO_N "(cached) $ECHO_C" >&6
20240 else
20241 cat >conftest.$ac_ext <<_ACEOF
20242 /* confdefs.h. */
20243 _ACEOF
20244 cat confdefs.h >>conftest.$ac_ext
20245 cat >>conftest.$ac_ext <<_ACEOF
20246 /* end confdefs.h. */
20247 $ac_includes_default
20248
20249 #include <$ac_header>
20250 _ACEOF
20251 rm -f conftest.$ac_objext
20252 if { (ac_try="$ac_compile"
20253 case "(($ac_try" in
20254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20255 *) ac_try_echo=$ac_try;;
20256 esac
20257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20258 (eval "$ac_compile") 2>conftest.er1
20259 ac_status=$?
20260 grep -v '^ *+' conftest.er1 >conftest.err
20261 rm -f conftest.er1
20262 cat conftest.err >&5
20263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20264 (exit $ac_status); } && {
20265 test -z "$ac_c_werror_flag" ||
20266 test ! -s conftest.err
20267 } && test -s conftest.$ac_objext; then
20268 eval "$as_ac_Header=yes"
20269 else
20270 echo "$as_me: failed program was:" >&5
20271 sed 's/^/| /' conftest.$ac_ext >&5
20272
20273 eval "$as_ac_Header=no"
20274 fi
20275
20276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20277 fi
20278 ac_res=`eval echo '${'$as_ac_Header'}'`
20279 { echo "$as_me:$LINENO: result: $ac_res" >&5
20280 echo "${ECHO_T}$ac_res" >&6; }
20281 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20282 cat >>confdefs.h <<_ACEOF
20283 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20284 _ACEOF
20285
20286 fi
20287
20288 done
20289
20290
20291
20292
20293 for ac_header in langinfo.h wchar.h
20294 do
20295 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20296 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20297 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20298 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20299 echo $ECHO_N "(cached) $ECHO_C" >&6
20300 else
20301 cat >conftest.$ac_ext <<_ACEOF
20302 /* confdefs.h. */
20303 _ACEOF
20304 cat confdefs.h >>conftest.$ac_ext
20305 cat >>conftest.$ac_ext <<_ACEOF
20306 /* end confdefs.h. */
20307 $ac_includes_default
20308
20309 #include <$ac_header>
20310 _ACEOF
20311 rm -f conftest.$ac_objext
20312 if { (ac_try="$ac_compile"
20313 case "(($ac_try" in
20314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20315 *) ac_try_echo=$ac_try;;
20316 esac
20317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20318 (eval "$ac_compile") 2>conftest.er1
20319 ac_status=$?
20320 grep -v '^ *+' conftest.er1 >conftest.err
20321 rm -f conftest.er1
20322 cat conftest.err >&5
20323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20324 (exit $ac_status); } && {
20325 test -z "$ac_c_werror_flag" ||
20326 test ! -s conftest.err
20327 } && test -s conftest.$ac_objext; then
20328 eval "$as_ac_Header=yes"
20329 else
20330 echo "$as_me: failed program was:" >&5
20331 sed 's/^/| /' conftest.$ac_ext >&5
20332
20333 eval "$as_ac_Header=no"
20334 fi
20335
20336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20337 fi
20338 ac_res=`eval echo '${'$as_ac_Header'}'`
20339 { echo "$as_me:$LINENO: result: $ac_res" >&5
20340 echo "${ECHO_T}$ac_res" >&6; }
20341 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20342 cat >>confdefs.h <<_ACEOF
20343 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20344 _ACEOF
20345
20346 fi
20347
20348 done
20349
20350
20351 if test "$ac_cv_header_wchar_h" != "yes"; then
20352
20353 for ac_header in wcstr.h
20354 do
20355 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20356 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20357 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20358 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20359 echo $ECHO_N "(cached) $ECHO_C" >&6
20360 else
20361 cat >conftest.$ac_ext <<_ACEOF
20362 /* confdefs.h. */
20363 _ACEOF
20364 cat confdefs.h >>conftest.$ac_ext
20365 cat >>conftest.$ac_ext <<_ACEOF
20366 /* end confdefs.h. */
20367 $ac_includes_default
20368
20369 #include <$ac_header>
20370 _ACEOF
20371 rm -f conftest.$ac_objext
20372 if { (ac_try="$ac_compile"
20373 case "(($ac_try" in
20374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20375 *) ac_try_echo=$ac_try;;
20376 esac
20377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20378 (eval "$ac_compile") 2>conftest.er1
20379 ac_status=$?
20380 grep -v '^ *+' conftest.er1 >conftest.err
20381 rm -f conftest.er1
20382 cat conftest.err >&5
20383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20384 (exit $ac_status); } && {
20385 test -z "$ac_c_werror_flag" ||
20386 test ! -s conftest.err
20387 } && test -s conftest.$ac_objext; then
20388 eval "$as_ac_Header=yes"
20389 else
20390 echo "$as_me: failed program was:" >&5
20391 sed 's/^/| /' conftest.$ac_ext >&5
20392
20393 eval "$as_ac_Header=no"
20394 fi
20395
20396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20397 fi
20398 ac_res=`eval echo '${'$as_ac_Header'}'`
20399 { echo "$as_me:$LINENO: result: $ac_res" >&5
20400 echo "${ECHO_T}$ac_res" >&6; }
20401 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20402 cat >>confdefs.h <<_ACEOF
20403 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20404 _ACEOF
20405
20406 fi
20407
20408 done
20409
20410 fi
20411
20412 case "${host}" in
20413 *-pc-os2_emx | *-pc-os2-emx )
20414 if test $ac_cv_header_langinfo_h = "yes" \
20415 -a \( "$wx_cv_gccversion" = "EMX2" \
20416 -o "$wx_cv_gccversion" = "EMX3" \
20417 -o "$wx_cv_gccversion" = "Innotek5" \); then
20418 LIBS="$LIBS -lintl"
20419 fi
20420 ;;
20421 esac
20422
20423 if test "$USE_UNIX" = 1 ; then
20424
20425 for ac_header in sys/select.h
20426 do
20427 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20428 { echo "$as_me:$LINENO: checking for $ac_header" >&5
20429 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
20430 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
20431 echo $ECHO_N "(cached) $ECHO_C" >&6
20432 else
20433 cat >conftest.$ac_ext <<_ACEOF
20434 /* confdefs.h. */
20435 _ACEOF
20436 cat confdefs.h >>conftest.$ac_ext
20437 cat >>conftest.$ac_ext <<_ACEOF
20438 /* end confdefs.h. */
20439 $ac_includes_default
20440
20441 #include <$ac_header>
20442 _ACEOF
20443 rm -f conftest.$ac_objext
20444 if { (ac_try="$ac_compile"
20445 case "(($ac_try" in
20446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20447 *) ac_try_echo=$ac_try;;
20448 esac
20449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20450 (eval "$ac_compile") 2>conftest.er1
20451 ac_status=$?
20452 grep -v '^ *+' conftest.er1 >conftest.err
20453 rm -f conftest.er1
20454 cat conftest.err >&5
20455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20456 (exit $ac_status); } && {
20457 test -z "$ac_c_werror_flag" ||
20458 test ! -s conftest.err
20459 } && test -s conftest.$ac_objext; then
20460 eval "$as_ac_Header=yes"
20461 else
20462 echo "$as_me: failed program was:" >&5
20463 sed 's/^/| /' conftest.$ac_ext >&5
20464
20465 eval "$as_ac_Header=no"
20466 fi
20467
20468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20469 fi
20470 ac_res=`eval echo '${'$as_ac_Header'}'`
20471 { echo "$as_me:$LINENO: result: $ac_res" >&5
20472 echo "${ECHO_T}$ac_res" >&6; }
20473 if test `eval echo '${'$as_ac_Header'}'` = yes; then
20474 cat >>confdefs.h <<_ACEOF
20475 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
20476 _ACEOF
20477
20478 fi
20479
20480 done
20481
20482 fi
20483
20484
20485 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
20486 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
20487 if test "${ac_cv_c_const+set}" = set; then
20488 echo $ECHO_N "(cached) $ECHO_C" >&6
20489 else
20490 cat >conftest.$ac_ext <<_ACEOF
20491 /* confdefs.h. */
20492 _ACEOF
20493 cat confdefs.h >>conftest.$ac_ext
20494 cat >>conftest.$ac_ext <<_ACEOF
20495 /* end confdefs.h. */
20496
20497 int
20498 main ()
20499 {
20500 /* FIXME: Include the comments suggested by Paul. */
20501 #ifndef __cplusplus
20502 /* Ultrix mips cc rejects this. */
20503 typedef int charset[2];
20504 const charset cs;
20505 /* SunOS 4.1.1 cc rejects this. */
20506 char const *const *pcpcc;
20507 char **ppc;
20508 /* NEC SVR4.0.2 mips cc rejects this. */
20509 struct point {int x, y;};
20510 static struct point const zero = {0,0};
20511 /* AIX XL C 1.02.0.0 rejects this.
20512 It does not let you subtract one const X* pointer from another in
20513 an arm of an if-expression whose if-part is not a constant
20514 expression */
20515 const char *g = "string";
20516 pcpcc = &g + (g ? g-g : 0);
20517 /* HPUX 7.0 cc rejects these. */
20518 ++pcpcc;
20519 ppc = (char**) pcpcc;
20520 pcpcc = (char const *const *) ppc;
20521 { /* SCO 3.2v4 cc rejects this. */
20522 char *t;
20523 char const *s = 0 ? (char *) 0 : (char const *) 0;
20524
20525 *t++ = 0;
20526 if (s) return 0;
20527 }
20528 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
20529 int x[] = {25, 17};
20530 const int *foo = &x[0];
20531 ++foo;
20532 }
20533 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
20534 typedef const int *iptr;
20535 iptr p = 0;
20536 ++p;
20537 }
20538 { /* AIX XL C 1.02.0.0 rejects this saying
20539 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
20540 struct s { int j; const int *ap[3]; };
20541 struct s *b; b->j = 5;
20542 }
20543 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
20544 const int foo = 10;
20545 if (!foo) return 0;
20546 }
20547 return !cs[0] && !zero.x;
20548 #endif
20549
20550 ;
20551 return 0;
20552 }
20553 _ACEOF
20554 rm -f conftest.$ac_objext
20555 if { (ac_try="$ac_compile"
20556 case "(($ac_try" in
20557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20558 *) ac_try_echo=$ac_try;;
20559 esac
20560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20561 (eval "$ac_compile") 2>conftest.er1
20562 ac_status=$?
20563 grep -v '^ *+' conftest.er1 >conftest.err
20564 rm -f conftest.er1
20565 cat conftest.err >&5
20566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20567 (exit $ac_status); } && {
20568 test -z "$ac_c_werror_flag" ||
20569 test ! -s conftest.err
20570 } && test -s conftest.$ac_objext; then
20571 ac_cv_c_const=yes
20572 else
20573 echo "$as_me: failed program was:" >&5
20574 sed 's/^/| /' conftest.$ac_ext >&5
20575
20576 ac_cv_c_const=no
20577 fi
20578
20579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20580 fi
20581 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
20582 echo "${ECHO_T}$ac_cv_c_const" >&6; }
20583 if test $ac_cv_c_const = no; then
20584
20585 cat >>confdefs.h <<\_ACEOF
20586 #define const
20587 _ACEOF
20588
20589 fi
20590
20591 { echo "$as_me:$LINENO: checking for inline" >&5
20592 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
20593 if test "${ac_cv_c_inline+set}" = set; then
20594 echo $ECHO_N "(cached) $ECHO_C" >&6
20595 else
20596 ac_cv_c_inline=no
20597 for ac_kw in inline __inline__ __inline; do
20598 cat >conftest.$ac_ext <<_ACEOF
20599 /* confdefs.h. */
20600 _ACEOF
20601 cat confdefs.h >>conftest.$ac_ext
20602 cat >>conftest.$ac_ext <<_ACEOF
20603 /* end confdefs.h. */
20604 #ifndef __cplusplus
20605 typedef int foo_t;
20606 static $ac_kw foo_t static_foo () {return 0; }
20607 $ac_kw foo_t foo () {return 0; }
20608 #endif
20609
20610 _ACEOF
20611 rm -f conftest.$ac_objext
20612 if { (ac_try="$ac_compile"
20613 case "(($ac_try" in
20614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20615 *) ac_try_echo=$ac_try;;
20616 esac
20617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20618 (eval "$ac_compile") 2>conftest.er1
20619 ac_status=$?
20620 grep -v '^ *+' conftest.er1 >conftest.err
20621 rm -f conftest.er1
20622 cat conftest.err >&5
20623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20624 (exit $ac_status); } && {
20625 test -z "$ac_c_werror_flag" ||
20626 test ! -s conftest.err
20627 } && test -s conftest.$ac_objext; then
20628 ac_cv_c_inline=$ac_kw
20629 else
20630 echo "$as_me: failed program was:" >&5
20631 sed 's/^/| /' conftest.$ac_ext >&5
20632
20633
20634 fi
20635
20636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20637 test "$ac_cv_c_inline" != no && break
20638 done
20639
20640 fi
20641 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
20642 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
20643
20644
20645 case $ac_cv_c_inline in
20646 inline | yes) ;;
20647 *)
20648 case $ac_cv_c_inline in
20649 no) ac_val=;;
20650 *) ac_val=$ac_cv_c_inline;;
20651 esac
20652 cat >>confdefs.h <<_ACEOF
20653 #ifndef __cplusplus
20654 #define inline $ac_val
20655 #endif
20656 _ACEOF
20657 ;;
20658 esac
20659
20660
20661 { echo "$as_me:$LINENO: checking for short" >&5
20662 echo $ECHO_N "checking for short... $ECHO_C" >&6; }
20663 if test "${ac_cv_type_short+set}" = set; then
20664 echo $ECHO_N "(cached) $ECHO_C" >&6
20665 else
20666 cat >conftest.$ac_ext <<_ACEOF
20667 /* confdefs.h. */
20668 _ACEOF
20669 cat confdefs.h >>conftest.$ac_ext
20670 cat >>conftest.$ac_ext <<_ACEOF
20671 /* end confdefs.h. */
20672 $ac_includes_default
20673 typedef short ac__type_new_;
20674 int
20675 main ()
20676 {
20677 if ((ac__type_new_ *) 0)
20678 return 0;
20679 if (sizeof (ac__type_new_))
20680 return 0;
20681 ;
20682 return 0;
20683 }
20684 _ACEOF
20685 rm -f conftest.$ac_objext
20686 if { (ac_try="$ac_compile"
20687 case "(($ac_try" in
20688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20689 *) ac_try_echo=$ac_try;;
20690 esac
20691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20692 (eval "$ac_compile") 2>conftest.er1
20693 ac_status=$?
20694 grep -v '^ *+' conftest.er1 >conftest.err
20695 rm -f conftest.er1
20696 cat conftest.err >&5
20697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20698 (exit $ac_status); } && {
20699 test -z "$ac_c_werror_flag" ||
20700 test ! -s conftest.err
20701 } && test -s conftest.$ac_objext; then
20702 ac_cv_type_short=yes
20703 else
20704 echo "$as_me: failed program was:" >&5
20705 sed 's/^/| /' conftest.$ac_ext >&5
20706
20707 ac_cv_type_short=no
20708 fi
20709
20710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20711 fi
20712 { echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
20713 echo "${ECHO_T}$ac_cv_type_short" >&6; }
20714
20715 # The cast to long int works around a bug in the HP C Compiler
20716 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
20717 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
20718 # This bug is HP SR number 8606223364.
20719 { echo "$as_me:$LINENO: checking size of short" >&5
20720 echo $ECHO_N "checking size of short... $ECHO_C" >&6; }
20721 if test "${ac_cv_sizeof_short+set}" = set; then
20722 echo $ECHO_N "(cached) $ECHO_C" >&6
20723 else
20724 if test "$cross_compiling" = yes; then
20725 # Depending upon the size, compute the lo and hi bounds.
20726 cat >conftest.$ac_ext <<_ACEOF
20727 /* confdefs.h. */
20728 _ACEOF
20729 cat confdefs.h >>conftest.$ac_ext
20730 cat >>conftest.$ac_ext <<_ACEOF
20731 /* end confdefs.h. */
20732 $ac_includes_default
20733 typedef short ac__type_sizeof_;
20734 int
20735 main ()
20736 {
20737 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
20738 test_array [0] = 0
20739
20740 ;
20741 return 0;
20742 }
20743 _ACEOF
20744 rm -f conftest.$ac_objext
20745 if { (ac_try="$ac_compile"
20746 case "(($ac_try" in
20747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20748 *) ac_try_echo=$ac_try;;
20749 esac
20750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20751 (eval "$ac_compile") 2>conftest.er1
20752 ac_status=$?
20753 grep -v '^ *+' conftest.er1 >conftest.err
20754 rm -f conftest.er1
20755 cat conftest.err >&5
20756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20757 (exit $ac_status); } && {
20758 test -z "$ac_c_werror_flag" ||
20759 test ! -s conftest.err
20760 } && test -s conftest.$ac_objext; then
20761 ac_lo=0 ac_mid=0
20762 while :; do
20763 cat >conftest.$ac_ext <<_ACEOF
20764 /* confdefs.h. */
20765 _ACEOF
20766 cat confdefs.h >>conftest.$ac_ext
20767 cat >>conftest.$ac_ext <<_ACEOF
20768 /* end confdefs.h. */
20769 $ac_includes_default
20770 typedef short ac__type_sizeof_;
20771 int
20772 main ()
20773 {
20774 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20775 test_array [0] = 0
20776
20777 ;
20778 return 0;
20779 }
20780 _ACEOF
20781 rm -f conftest.$ac_objext
20782 if { (ac_try="$ac_compile"
20783 case "(($ac_try" in
20784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20785 *) ac_try_echo=$ac_try;;
20786 esac
20787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20788 (eval "$ac_compile") 2>conftest.er1
20789 ac_status=$?
20790 grep -v '^ *+' conftest.er1 >conftest.err
20791 rm -f conftest.er1
20792 cat conftest.err >&5
20793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20794 (exit $ac_status); } && {
20795 test -z "$ac_c_werror_flag" ||
20796 test ! -s conftest.err
20797 } && test -s conftest.$ac_objext; then
20798 ac_hi=$ac_mid; break
20799 else
20800 echo "$as_me: failed program was:" >&5
20801 sed 's/^/| /' conftest.$ac_ext >&5
20802
20803 ac_lo=`expr $ac_mid + 1`
20804 if test $ac_lo -le $ac_mid; then
20805 ac_lo= ac_hi=
20806 break
20807 fi
20808 ac_mid=`expr 2 '*' $ac_mid + 1`
20809 fi
20810
20811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20812 done
20813 else
20814 echo "$as_me: failed program was:" >&5
20815 sed 's/^/| /' conftest.$ac_ext >&5
20816
20817 cat >conftest.$ac_ext <<_ACEOF
20818 /* confdefs.h. */
20819 _ACEOF
20820 cat confdefs.h >>conftest.$ac_ext
20821 cat >>conftest.$ac_ext <<_ACEOF
20822 /* end confdefs.h. */
20823 $ac_includes_default
20824 typedef short ac__type_sizeof_;
20825 int
20826 main ()
20827 {
20828 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
20829 test_array [0] = 0
20830
20831 ;
20832 return 0;
20833 }
20834 _ACEOF
20835 rm -f conftest.$ac_objext
20836 if { (ac_try="$ac_compile"
20837 case "(($ac_try" in
20838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20839 *) ac_try_echo=$ac_try;;
20840 esac
20841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20842 (eval "$ac_compile") 2>conftest.er1
20843 ac_status=$?
20844 grep -v '^ *+' conftest.er1 >conftest.err
20845 rm -f conftest.er1
20846 cat conftest.err >&5
20847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20848 (exit $ac_status); } && {
20849 test -z "$ac_c_werror_flag" ||
20850 test ! -s conftest.err
20851 } && test -s conftest.$ac_objext; then
20852 ac_hi=-1 ac_mid=-1
20853 while :; do
20854 cat >conftest.$ac_ext <<_ACEOF
20855 /* confdefs.h. */
20856 _ACEOF
20857 cat confdefs.h >>conftest.$ac_ext
20858 cat >>conftest.$ac_ext <<_ACEOF
20859 /* end confdefs.h. */
20860 $ac_includes_default
20861 typedef short ac__type_sizeof_;
20862 int
20863 main ()
20864 {
20865 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
20866 test_array [0] = 0
20867
20868 ;
20869 return 0;
20870 }
20871 _ACEOF
20872 rm -f conftest.$ac_objext
20873 if { (ac_try="$ac_compile"
20874 case "(($ac_try" in
20875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20876 *) ac_try_echo=$ac_try;;
20877 esac
20878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20879 (eval "$ac_compile") 2>conftest.er1
20880 ac_status=$?
20881 grep -v '^ *+' conftest.er1 >conftest.err
20882 rm -f conftest.er1
20883 cat conftest.err >&5
20884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20885 (exit $ac_status); } && {
20886 test -z "$ac_c_werror_flag" ||
20887 test ! -s conftest.err
20888 } && test -s conftest.$ac_objext; then
20889 ac_lo=$ac_mid; break
20890 else
20891 echo "$as_me: failed program was:" >&5
20892 sed 's/^/| /' conftest.$ac_ext >&5
20893
20894 ac_hi=`expr '(' $ac_mid ')' - 1`
20895 if test $ac_mid -le $ac_hi; then
20896 ac_lo= ac_hi=
20897 break
20898 fi
20899 ac_mid=`expr 2 '*' $ac_mid`
20900 fi
20901
20902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20903 done
20904 else
20905 echo "$as_me: failed program was:" >&5
20906 sed 's/^/| /' conftest.$ac_ext >&5
20907
20908 ac_lo= ac_hi=
20909 fi
20910
20911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20912 fi
20913
20914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20915 # Binary search between lo and hi bounds.
20916 while test "x$ac_lo" != "x$ac_hi"; do
20917 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
20918 cat >conftest.$ac_ext <<_ACEOF
20919 /* confdefs.h. */
20920 _ACEOF
20921 cat confdefs.h >>conftest.$ac_ext
20922 cat >>conftest.$ac_ext <<_ACEOF
20923 /* end confdefs.h. */
20924 $ac_includes_default
20925 typedef short ac__type_sizeof_;
20926 int
20927 main ()
20928 {
20929 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
20930 test_array [0] = 0
20931
20932 ;
20933 return 0;
20934 }
20935 _ACEOF
20936 rm -f conftest.$ac_objext
20937 if { (ac_try="$ac_compile"
20938 case "(($ac_try" in
20939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20940 *) ac_try_echo=$ac_try;;
20941 esac
20942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20943 (eval "$ac_compile") 2>conftest.er1
20944 ac_status=$?
20945 grep -v '^ *+' conftest.er1 >conftest.err
20946 rm -f conftest.er1
20947 cat conftest.err >&5
20948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20949 (exit $ac_status); } && {
20950 test -z "$ac_c_werror_flag" ||
20951 test ! -s conftest.err
20952 } && test -s conftest.$ac_objext; then
20953 ac_hi=$ac_mid
20954 else
20955 echo "$as_me: failed program was:" >&5
20956 sed 's/^/| /' conftest.$ac_ext >&5
20957
20958 ac_lo=`expr '(' $ac_mid ')' + 1`
20959 fi
20960
20961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20962 done
20963 case $ac_lo in
20964 ?*) ac_cv_sizeof_short=$ac_lo;;
20965 '') if test "$ac_cv_type_short" = yes; then
20966 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
20967 See \`config.log' for more details." >&5
20968 echo "$as_me: error: cannot compute sizeof (short)
20969 See \`config.log' for more details." >&2;}
20970 { (exit 77); exit 77; }; }
20971 else
20972 ac_cv_sizeof_short=0
20973 fi ;;
20974 esac
20975 else
20976 cat >conftest.$ac_ext <<_ACEOF
20977 /* confdefs.h. */
20978 _ACEOF
20979 cat confdefs.h >>conftest.$ac_ext
20980 cat >>conftest.$ac_ext <<_ACEOF
20981 /* end confdefs.h. */
20982 $ac_includes_default
20983 typedef short ac__type_sizeof_;
20984 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
20985 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
20986 #include <stdio.h>
20987 #include <stdlib.h>
20988 int
20989 main ()
20990 {
20991
20992 FILE *f = fopen ("conftest.val", "w");
20993 if (! f)
20994 return 1;
20995 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
20996 {
20997 long int i = longval ();
20998 if (i != ((long int) (sizeof (ac__type_sizeof_))))
20999 return 1;
21000 fprintf (f, "%ld\n", i);
21001 }
21002 else
21003 {
21004 unsigned long int i = ulongval ();
21005 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21006 return 1;
21007 fprintf (f, "%lu\n", i);
21008 }
21009 return ferror (f) || fclose (f) != 0;
21010
21011 ;
21012 return 0;
21013 }
21014 _ACEOF
21015 rm -f conftest$ac_exeext
21016 if { (ac_try="$ac_link"
21017 case "(($ac_try" in
21018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21019 *) ac_try_echo=$ac_try;;
21020 esac
21021 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21022 (eval "$ac_link") 2>&5
21023 ac_status=$?
21024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21025 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21026 { (case "(($ac_try" in
21027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21028 *) ac_try_echo=$ac_try;;
21029 esac
21030 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21031 (eval "$ac_try") 2>&5
21032 ac_status=$?
21033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21034 (exit $ac_status); }; }; then
21035 ac_cv_sizeof_short=`cat conftest.val`
21036 else
21037 echo "$as_me: program exited with status $ac_status" >&5
21038 echo "$as_me: failed program was:" >&5
21039 sed 's/^/| /' conftest.$ac_ext >&5
21040
21041 ( exit $ac_status )
21042 if test "$ac_cv_type_short" = yes; then
21043 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short)
21044 See \`config.log' for more details." >&5
21045 echo "$as_me: error: cannot compute sizeof (short)
21046 See \`config.log' for more details." >&2;}
21047 { (exit 77); exit 77; }; }
21048 else
21049 ac_cv_sizeof_short=0
21050 fi
21051 fi
21052 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21053 fi
21054 rm -f conftest.val
21055 fi
21056 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
21057 echo "${ECHO_T}$ac_cv_sizeof_short" >&6; }
21058
21059
21060
21061 cat >>confdefs.h <<_ACEOF
21062 #define SIZEOF_SHORT $ac_cv_sizeof_short
21063 _ACEOF
21064
21065
21066 { echo "$as_me:$LINENO: checking for void *" >&5
21067 echo $ECHO_N "checking for void *... $ECHO_C" >&6; }
21068 if test "${ac_cv_type_void_p+set}" = set; then
21069 echo $ECHO_N "(cached) $ECHO_C" >&6
21070 else
21071 cat >conftest.$ac_ext <<_ACEOF
21072 /* confdefs.h. */
21073 _ACEOF
21074 cat confdefs.h >>conftest.$ac_ext
21075 cat >>conftest.$ac_ext <<_ACEOF
21076 /* end confdefs.h. */
21077 $ac_includes_default
21078 typedef void * ac__type_new_;
21079 int
21080 main ()
21081 {
21082 if ((ac__type_new_ *) 0)
21083 return 0;
21084 if (sizeof (ac__type_new_))
21085 return 0;
21086 ;
21087 return 0;
21088 }
21089 _ACEOF
21090 rm -f conftest.$ac_objext
21091 if { (ac_try="$ac_compile"
21092 case "(($ac_try" in
21093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21094 *) ac_try_echo=$ac_try;;
21095 esac
21096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21097 (eval "$ac_compile") 2>conftest.er1
21098 ac_status=$?
21099 grep -v '^ *+' conftest.er1 >conftest.err
21100 rm -f conftest.er1
21101 cat conftest.err >&5
21102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21103 (exit $ac_status); } && {
21104 test -z "$ac_c_werror_flag" ||
21105 test ! -s conftest.err
21106 } && test -s conftest.$ac_objext; then
21107 ac_cv_type_void_p=yes
21108 else
21109 echo "$as_me: failed program was:" >&5
21110 sed 's/^/| /' conftest.$ac_ext >&5
21111
21112 ac_cv_type_void_p=no
21113 fi
21114
21115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21116 fi
21117 { echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
21118 echo "${ECHO_T}$ac_cv_type_void_p" >&6; }
21119
21120 # The cast to long int works around a bug in the HP C Compiler
21121 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21122 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21123 # This bug is HP SR number 8606223364.
21124 { echo "$as_me:$LINENO: checking size of void *" >&5
21125 echo $ECHO_N "checking size of void *... $ECHO_C" >&6; }
21126 if test "${ac_cv_sizeof_void_p+set}" = set; then
21127 echo $ECHO_N "(cached) $ECHO_C" >&6
21128 else
21129 if test "$cross_compiling" = yes; then
21130 # Depending upon the size, compute the lo and hi bounds.
21131 cat >conftest.$ac_ext <<_ACEOF
21132 /* confdefs.h. */
21133 _ACEOF
21134 cat confdefs.h >>conftest.$ac_ext
21135 cat >>conftest.$ac_ext <<_ACEOF
21136 /* end confdefs.h. */
21137 $ac_includes_default
21138 typedef void * ac__type_sizeof_;
21139 int
21140 main ()
21141 {
21142 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21143 test_array [0] = 0
21144
21145 ;
21146 return 0;
21147 }
21148 _ACEOF
21149 rm -f conftest.$ac_objext
21150 if { (ac_try="$ac_compile"
21151 case "(($ac_try" in
21152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21153 *) ac_try_echo=$ac_try;;
21154 esac
21155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21156 (eval "$ac_compile") 2>conftest.er1
21157 ac_status=$?
21158 grep -v '^ *+' conftest.er1 >conftest.err
21159 rm -f conftest.er1
21160 cat conftest.err >&5
21161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21162 (exit $ac_status); } && {
21163 test -z "$ac_c_werror_flag" ||
21164 test ! -s conftest.err
21165 } && test -s conftest.$ac_objext; then
21166 ac_lo=0 ac_mid=0
21167 while :; do
21168 cat >conftest.$ac_ext <<_ACEOF
21169 /* confdefs.h. */
21170 _ACEOF
21171 cat confdefs.h >>conftest.$ac_ext
21172 cat >>conftest.$ac_ext <<_ACEOF
21173 /* end confdefs.h. */
21174 $ac_includes_default
21175 typedef void * ac__type_sizeof_;
21176 int
21177 main ()
21178 {
21179 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21180 test_array [0] = 0
21181
21182 ;
21183 return 0;
21184 }
21185 _ACEOF
21186 rm -f conftest.$ac_objext
21187 if { (ac_try="$ac_compile"
21188 case "(($ac_try" in
21189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21190 *) ac_try_echo=$ac_try;;
21191 esac
21192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21193 (eval "$ac_compile") 2>conftest.er1
21194 ac_status=$?
21195 grep -v '^ *+' conftest.er1 >conftest.err
21196 rm -f conftest.er1
21197 cat conftest.err >&5
21198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21199 (exit $ac_status); } && {
21200 test -z "$ac_c_werror_flag" ||
21201 test ! -s conftest.err
21202 } && test -s conftest.$ac_objext; then
21203 ac_hi=$ac_mid; break
21204 else
21205 echo "$as_me: failed program was:" >&5
21206 sed 's/^/| /' conftest.$ac_ext >&5
21207
21208 ac_lo=`expr $ac_mid + 1`
21209 if test $ac_lo -le $ac_mid; then
21210 ac_lo= ac_hi=
21211 break
21212 fi
21213 ac_mid=`expr 2 '*' $ac_mid + 1`
21214 fi
21215
21216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21217 done
21218 else
21219 echo "$as_me: failed program was:" >&5
21220 sed 's/^/| /' conftest.$ac_ext >&5
21221
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 $ac_includes_default
21229 typedef void * ac__type_sizeof_;
21230 int
21231 main ()
21232 {
21233 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
21234 test_array [0] = 0
21235
21236 ;
21237 return 0;
21238 }
21239 _ACEOF
21240 rm -f conftest.$ac_objext
21241 if { (ac_try="$ac_compile"
21242 case "(($ac_try" in
21243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21244 *) ac_try_echo=$ac_try;;
21245 esac
21246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21247 (eval "$ac_compile") 2>conftest.er1
21248 ac_status=$?
21249 grep -v '^ *+' conftest.er1 >conftest.err
21250 rm -f conftest.er1
21251 cat conftest.err >&5
21252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21253 (exit $ac_status); } && {
21254 test -z "$ac_c_werror_flag" ||
21255 test ! -s conftest.err
21256 } && test -s conftest.$ac_objext; then
21257 ac_hi=-1 ac_mid=-1
21258 while :; do
21259 cat >conftest.$ac_ext <<_ACEOF
21260 /* confdefs.h. */
21261 _ACEOF
21262 cat confdefs.h >>conftest.$ac_ext
21263 cat >>conftest.$ac_ext <<_ACEOF
21264 /* end confdefs.h. */
21265 $ac_includes_default
21266 typedef void * ac__type_sizeof_;
21267 int
21268 main ()
21269 {
21270 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
21271 test_array [0] = 0
21272
21273 ;
21274 return 0;
21275 }
21276 _ACEOF
21277 rm -f conftest.$ac_objext
21278 if { (ac_try="$ac_compile"
21279 case "(($ac_try" in
21280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21281 *) ac_try_echo=$ac_try;;
21282 esac
21283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21284 (eval "$ac_compile") 2>conftest.er1
21285 ac_status=$?
21286 grep -v '^ *+' conftest.er1 >conftest.err
21287 rm -f conftest.er1
21288 cat conftest.err >&5
21289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21290 (exit $ac_status); } && {
21291 test -z "$ac_c_werror_flag" ||
21292 test ! -s conftest.err
21293 } && test -s conftest.$ac_objext; then
21294 ac_lo=$ac_mid; break
21295 else
21296 echo "$as_me: failed program was:" >&5
21297 sed 's/^/| /' conftest.$ac_ext >&5
21298
21299 ac_hi=`expr '(' $ac_mid ')' - 1`
21300 if test $ac_mid -le $ac_hi; then
21301 ac_lo= ac_hi=
21302 break
21303 fi
21304 ac_mid=`expr 2 '*' $ac_mid`
21305 fi
21306
21307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21308 done
21309 else
21310 echo "$as_me: failed program was:" >&5
21311 sed 's/^/| /' conftest.$ac_ext >&5
21312
21313 ac_lo= ac_hi=
21314 fi
21315
21316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21317 fi
21318
21319 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21320 # Binary search between lo and hi bounds.
21321 while test "x$ac_lo" != "x$ac_hi"; do
21322 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21323 cat >conftest.$ac_ext <<_ACEOF
21324 /* confdefs.h. */
21325 _ACEOF
21326 cat confdefs.h >>conftest.$ac_ext
21327 cat >>conftest.$ac_ext <<_ACEOF
21328 /* end confdefs.h. */
21329 $ac_includes_default
21330 typedef void * ac__type_sizeof_;
21331 int
21332 main ()
21333 {
21334 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21335 test_array [0] = 0
21336
21337 ;
21338 return 0;
21339 }
21340 _ACEOF
21341 rm -f conftest.$ac_objext
21342 if { (ac_try="$ac_compile"
21343 case "(($ac_try" in
21344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21345 *) ac_try_echo=$ac_try;;
21346 esac
21347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21348 (eval "$ac_compile") 2>conftest.er1
21349 ac_status=$?
21350 grep -v '^ *+' conftest.er1 >conftest.err
21351 rm -f conftest.er1
21352 cat conftest.err >&5
21353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21354 (exit $ac_status); } && {
21355 test -z "$ac_c_werror_flag" ||
21356 test ! -s conftest.err
21357 } && test -s conftest.$ac_objext; then
21358 ac_hi=$ac_mid
21359 else
21360 echo "$as_me: failed program was:" >&5
21361 sed 's/^/| /' conftest.$ac_ext >&5
21362
21363 ac_lo=`expr '(' $ac_mid ')' + 1`
21364 fi
21365
21366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21367 done
21368 case $ac_lo in
21369 ?*) ac_cv_sizeof_void_p=$ac_lo;;
21370 '') if test "$ac_cv_type_void_p" = yes; then
21371 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
21372 See \`config.log' for more details." >&5
21373 echo "$as_me: error: cannot compute sizeof (void *)
21374 See \`config.log' for more details." >&2;}
21375 { (exit 77); exit 77; }; }
21376 else
21377 ac_cv_sizeof_void_p=0
21378 fi ;;
21379 esac
21380 else
21381 cat >conftest.$ac_ext <<_ACEOF
21382 /* confdefs.h. */
21383 _ACEOF
21384 cat confdefs.h >>conftest.$ac_ext
21385 cat >>conftest.$ac_ext <<_ACEOF
21386 /* end confdefs.h. */
21387 $ac_includes_default
21388 typedef void * ac__type_sizeof_;
21389 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
21390 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
21391 #include <stdio.h>
21392 #include <stdlib.h>
21393 int
21394 main ()
21395 {
21396
21397 FILE *f = fopen ("conftest.val", "w");
21398 if (! f)
21399 return 1;
21400 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
21401 {
21402 long int i = longval ();
21403 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21404 return 1;
21405 fprintf (f, "%ld\n", i);
21406 }
21407 else
21408 {
21409 unsigned long int i = ulongval ();
21410 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21411 return 1;
21412 fprintf (f, "%lu\n", i);
21413 }
21414 return ferror (f) || fclose (f) != 0;
21415
21416 ;
21417 return 0;
21418 }
21419 _ACEOF
21420 rm -f conftest$ac_exeext
21421 if { (ac_try="$ac_link"
21422 case "(($ac_try" in
21423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21424 *) ac_try_echo=$ac_try;;
21425 esac
21426 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21427 (eval "$ac_link") 2>&5
21428 ac_status=$?
21429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21430 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21431 { (case "(($ac_try" in
21432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21433 *) ac_try_echo=$ac_try;;
21434 esac
21435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21436 (eval "$ac_try") 2>&5
21437 ac_status=$?
21438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21439 (exit $ac_status); }; }; then
21440 ac_cv_sizeof_void_p=`cat conftest.val`
21441 else
21442 echo "$as_me: program exited with status $ac_status" >&5
21443 echo "$as_me: failed program was:" >&5
21444 sed 's/^/| /' conftest.$ac_ext >&5
21445
21446 ( exit $ac_status )
21447 if test "$ac_cv_type_void_p" = yes; then
21448 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *)
21449 See \`config.log' for more details." >&5
21450 echo "$as_me: error: cannot compute sizeof (void *)
21451 See \`config.log' for more details." >&2;}
21452 { (exit 77); exit 77; }; }
21453 else
21454 ac_cv_sizeof_void_p=0
21455 fi
21456 fi
21457 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21458 fi
21459 rm -f conftest.val
21460 fi
21461 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
21462 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6; }
21463
21464
21465
21466 cat >>confdefs.h <<_ACEOF
21467 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
21468 _ACEOF
21469
21470
21471 { echo "$as_me:$LINENO: checking for int" >&5
21472 echo $ECHO_N "checking for int... $ECHO_C" >&6; }
21473 if test "${ac_cv_type_int+set}" = set; then
21474 echo $ECHO_N "(cached) $ECHO_C" >&6
21475 else
21476 cat >conftest.$ac_ext <<_ACEOF
21477 /* confdefs.h. */
21478 _ACEOF
21479 cat confdefs.h >>conftest.$ac_ext
21480 cat >>conftest.$ac_ext <<_ACEOF
21481 /* end confdefs.h. */
21482 $ac_includes_default
21483 typedef int ac__type_new_;
21484 int
21485 main ()
21486 {
21487 if ((ac__type_new_ *) 0)
21488 return 0;
21489 if (sizeof (ac__type_new_))
21490 return 0;
21491 ;
21492 return 0;
21493 }
21494 _ACEOF
21495 rm -f conftest.$ac_objext
21496 if { (ac_try="$ac_compile"
21497 case "(($ac_try" in
21498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21499 *) ac_try_echo=$ac_try;;
21500 esac
21501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21502 (eval "$ac_compile") 2>conftest.er1
21503 ac_status=$?
21504 grep -v '^ *+' conftest.er1 >conftest.err
21505 rm -f conftest.er1
21506 cat conftest.err >&5
21507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21508 (exit $ac_status); } && {
21509 test -z "$ac_c_werror_flag" ||
21510 test ! -s conftest.err
21511 } && test -s conftest.$ac_objext; then
21512 ac_cv_type_int=yes
21513 else
21514 echo "$as_me: failed program was:" >&5
21515 sed 's/^/| /' conftest.$ac_ext >&5
21516
21517 ac_cv_type_int=no
21518 fi
21519
21520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21521 fi
21522 { echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
21523 echo "${ECHO_T}$ac_cv_type_int" >&6; }
21524
21525 # The cast to long int works around a bug in the HP C Compiler
21526 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21527 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21528 # This bug is HP SR number 8606223364.
21529 { echo "$as_me:$LINENO: checking size of int" >&5
21530 echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
21531 if test "${ac_cv_sizeof_int+set}" = set; then
21532 echo $ECHO_N "(cached) $ECHO_C" >&6
21533 else
21534 if test "$cross_compiling" = yes; then
21535 # Depending upon the size, compute the lo and hi bounds.
21536 cat >conftest.$ac_ext <<_ACEOF
21537 /* confdefs.h. */
21538 _ACEOF
21539 cat confdefs.h >>conftest.$ac_ext
21540 cat >>conftest.$ac_ext <<_ACEOF
21541 /* end confdefs.h. */
21542 $ac_includes_default
21543 typedef int ac__type_sizeof_;
21544 int
21545 main ()
21546 {
21547 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21548 test_array [0] = 0
21549
21550 ;
21551 return 0;
21552 }
21553 _ACEOF
21554 rm -f conftest.$ac_objext
21555 if { (ac_try="$ac_compile"
21556 case "(($ac_try" in
21557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21558 *) ac_try_echo=$ac_try;;
21559 esac
21560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21561 (eval "$ac_compile") 2>conftest.er1
21562 ac_status=$?
21563 grep -v '^ *+' conftest.er1 >conftest.err
21564 rm -f conftest.er1
21565 cat conftest.err >&5
21566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21567 (exit $ac_status); } && {
21568 test -z "$ac_c_werror_flag" ||
21569 test ! -s conftest.err
21570 } && test -s conftest.$ac_objext; then
21571 ac_lo=0 ac_mid=0
21572 while :; do
21573 cat >conftest.$ac_ext <<_ACEOF
21574 /* confdefs.h. */
21575 _ACEOF
21576 cat confdefs.h >>conftest.$ac_ext
21577 cat >>conftest.$ac_ext <<_ACEOF
21578 /* end confdefs.h. */
21579 $ac_includes_default
21580 typedef int ac__type_sizeof_;
21581 int
21582 main ()
21583 {
21584 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21585 test_array [0] = 0
21586
21587 ;
21588 return 0;
21589 }
21590 _ACEOF
21591 rm -f conftest.$ac_objext
21592 if { (ac_try="$ac_compile"
21593 case "(($ac_try" in
21594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21595 *) ac_try_echo=$ac_try;;
21596 esac
21597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21598 (eval "$ac_compile") 2>conftest.er1
21599 ac_status=$?
21600 grep -v '^ *+' conftest.er1 >conftest.err
21601 rm -f conftest.er1
21602 cat conftest.err >&5
21603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21604 (exit $ac_status); } && {
21605 test -z "$ac_c_werror_flag" ||
21606 test ! -s conftest.err
21607 } && test -s conftest.$ac_objext; then
21608 ac_hi=$ac_mid; break
21609 else
21610 echo "$as_me: failed program was:" >&5
21611 sed 's/^/| /' conftest.$ac_ext >&5
21612
21613 ac_lo=`expr $ac_mid + 1`
21614 if test $ac_lo -le $ac_mid; then
21615 ac_lo= ac_hi=
21616 break
21617 fi
21618 ac_mid=`expr 2 '*' $ac_mid + 1`
21619 fi
21620
21621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21622 done
21623 else
21624 echo "$as_me: failed program was:" >&5
21625 sed 's/^/| /' conftest.$ac_ext >&5
21626
21627 cat >conftest.$ac_ext <<_ACEOF
21628 /* confdefs.h. */
21629 _ACEOF
21630 cat confdefs.h >>conftest.$ac_ext
21631 cat >>conftest.$ac_ext <<_ACEOF
21632 /* end confdefs.h. */
21633 $ac_includes_default
21634 typedef int ac__type_sizeof_;
21635 int
21636 main ()
21637 {
21638 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
21639 test_array [0] = 0
21640
21641 ;
21642 return 0;
21643 }
21644 _ACEOF
21645 rm -f conftest.$ac_objext
21646 if { (ac_try="$ac_compile"
21647 case "(($ac_try" in
21648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21649 *) ac_try_echo=$ac_try;;
21650 esac
21651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21652 (eval "$ac_compile") 2>conftest.er1
21653 ac_status=$?
21654 grep -v '^ *+' conftest.er1 >conftest.err
21655 rm -f conftest.er1
21656 cat conftest.err >&5
21657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21658 (exit $ac_status); } && {
21659 test -z "$ac_c_werror_flag" ||
21660 test ! -s conftest.err
21661 } && test -s conftest.$ac_objext; then
21662 ac_hi=-1 ac_mid=-1
21663 while :; do
21664 cat >conftest.$ac_ext <<_ACEOF
21665 /* confdefs.h. */
21666 _ACEOF
21667 cat confdefs.h >>conftest.$ac_ext
21668 cat >>conftest.$ac_ext <<_ACEOF
21669 /* end confdefs.h. */
21670 $ac_includes_default
21671 typedef int ac__type_sizeof_;
21672 int
21673 main ()
21674 {
21675 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
21676 test_array [0] = 0
21677
21678 ;
21679 return 0;
21680 }
21681 _ACEOF
21682 rm -f conftest.$ac_objext
21683 if { (ac_try="$ac_compile"
21684 case "(($ac_try" in
21685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21686 *) ac_try_echo=$ac_try;;
21687 esac
21688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21689 (eval "$ac_compile") 2>conftest.er1
21690 ac_status=$?
21691 grep -v '^ *+' conftest.er1 >conftest.err
21692 rm -f conftest.er1
21693 cat conftest.err >&5
21694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21695 (exit $ac_status); } && {
21696 test -z "$ac_c_werror_flag" ||
21697 test ! -s conftest.err
21698 } && test -s conftest.$ac_objext; then
21699 ac_lo=$ac_mid; break
21700 else
21701 echo "$as_me: failed program was:" >&5
21702 sed 's/^/| /' conftest.$ac_ext >&5
21703
21704 ac_hi=`expr '(' $ac_mid ')' - 1`
21705 if test $ac_mid -le $ac_hi; then
21706 ac_lo= ac_hi=
21707 break
21708 fi
21709 ac_mid=`expr 2 '*' $ac_mid`
21710 fi
21711
21712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21713 done
21714 else
21715 echo "$as_me: failed program was:" >&5
21716 sed 's/^/| /' conftest.$ac_ext >&5
21717
21718 ac_lo= ac_hi=
21719 fi
21720
21721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21722 fi
21723
21724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21725 # Binary search between lo and hi bounds.
21726 while test "x$ac_lo" != "x$ac_hi"; do
21727 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
21728 cat >conftest.$ac_ext <<_ACEOF
21729 /* confdefs.h. */
21730 _ACEOF
21731 cat confdefs.h >>conftest.$ac_ext
21732 cat >>conftest.$ac_ext <<_ACEOF
21733 /* end confdefs.h. */
21734 $ac_includes_default
21735 typedef int ac__type_sizeof_;
21736 int
21737 main ()
21738 {
21739 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21740 test_array [0] = 0
21741
21742 ;
21743 return 0;
21744 }
21745 _ACEOF
21746 rm -f conftest.$ac_objext
21747 if { (ac_try="$ac_compile"
21748 case "(($ac_try" in
21749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21750 *) ac_try_echo=$ac_try;;
21751 esac
21752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21753 (eval "$ac_compile") 2>conftest.er1
21754 ac_status=$?
21755 grep -v '^ *+' conftest.er1 >conftest.err
21756 rm -f conftest.er1
21757 cat conftest.err >&5
21758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21759 (exit $ac_status); } && {
21760 test -z "$ac_c_werror_flag" ||
21761 test ! -s conftest.err
21762 } && test -s conftest.$ac_objext; then
21763 ac_hi=$ac_mid
21764 else
21765 echo "$as_me: failed program was:" >&5
21766 sed 's/^/| /' conftest.$ac_ext >&5
21767
21768 ac_lo=`expr '(' $ac_mid ')' + 1`
21769 fi
21770
21771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21772 done
21773 case $ac_lo in
21774 ?*) ac_cv_sizeof_int=$ac_lo;;
21775 '') if test "$ac_cv_type_int" = yes; then
21776 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
21777 See \`config.log' for more details." >&5
21778 echo "$as_me: error: cannot compute sizeof (int)
21779 See \`config.log' for more details." >&2;}
21780 { (exit 77); exit 77; }; }
21781 else
21782 ac_cv_sizeof_int=0
21783 fi ;;
21784 esac
21785 else
21786 cat >conftest.$ac_ext <<_ACEOF
21787 /* confdefs.h. */
21788 _ACEOF
21789 cat confdefs.h >>conftest.$ac_ext
21790 cat >>conftest.$ac_ext <<_ACEOF
21791 /* end confdefs.h. */
21792 $ac_includes_default
21793 typedef int ac__type_sizeof_;
21794 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
21795 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
21796 #include <stdio.h>
21797 #include <stdlib.h>
21798 int
21799 main ()
21800 {
21801
21802 FILE *f = fopen ("conftest.val", "w");
21803 if (! f)
21804 return 1;
21805 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
21806 {
21807 long int i = longval ();
21808 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21809 return 1;
21810 fprintf (f, "%ld\n", i);
21811 }
21812 else
21813 {
21814 unsigned long int i = ulongval ();
21815 if (i != ((long int) (sizeof (ac__type_sizeof_))))
21816 return 1;
21817 fprintf (f, "%lu\n", i);
21818 }
21819 return ferror (f) || fclose (f) != 0;
21820
21821 ;
21822 return 0;
21823 }
21824 _ACEOF
21825 rm -f conftest$ac_exeext
21826 if { (ac_try="$ac_link"
21827 case "(($ac_try" in
21828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21829 *) ac_try_echo=$ac_try;;
21830 esac
21831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21832 (eval "$ac_link") 2>&5
21833 ac_status=$?
21834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21835 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
21836 { (case "(($ac_try" in
21837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21838 *) ac_try_echo=$ac_try;;
21839 esac
21840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21841 (eval "$ac_try") 2>&5
21842 ac_status=$?
21843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21844 (exit $ac_status); }; }; then
21845 ac_cv_sizeof_int=`cat conftest.val`
21846 else
21847 echo "$as_me: program exited with status $ac_status" >&5
21848 echo "$as_me: failed program was:" >&5
21849 sed 's/^/| /' conftest.$ac_ext >&5
21850
21851 ( exit $ac_status )
21852 if test "$ac_cv_type_int" = yes; then
21853 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
21854 See \`config.log' for more details." >&5
21855 echo "$as_me: error: cannot compute sizeof (int)
21856 See \`config.log' for more details." >&2;}
21857 { (exit 77); exit 77; }; }
21858 else
21859 ac_cv_sizeof_int=0
21860 fi
21861 fi
21862 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21863 fi
21864 rm -f conftest.val
21865 fi
21866 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
21867 echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
21868
21869
21870
21871 cat >>confdefs.h <<_ACEOF
21872 #define SIZEOF_INT $ac_cv_sizeof_int
21873 _ACEOF
21874
21875
21876 { echo "$as_me:$LINENO: checking for long" >&5
21877 echo $ECHO_N "checking for long... $ECHO_C" >&6; }
21878 if test "${ac_cv_type_long+set}" = set; then
21879 echo $ECHO_N "(cached) $ECHO_C" >&6
21880 else
21881 cat >conftest.$ac_ext <<_ACEOF
21882 /* confdefs.h. */
21883 _ACEOF
21884 cat confdefs.h >>conftest.$ac_ext
21885 cat >>conftest.$ac_ext <<_ACEOF
21886 /* end confdefs.h. */
21887 $ac_includes_default
21888 typedef long ac__type_new_;
21889 int
21890 main ()
21891 {
21892 if ((ac__type_new_ *) 0)
21893 return 0;
21894 if (sizeof (ac__type_new_))
21895 return 0;
21896 ;
21897 return 0;
21898 }
21899 _ACEOF
21900 rm -f conftest.$ac_objext
21901 if { (ac_try="$ac_compile"
21902 case "(($ac_try" in
21903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21904 *) ac_try_echo=$ac_try;;
21905 esac
21906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21907 (eval "$ac_compile") 2>conftest.er1
21908 ac_status=$?
21909 grep -v '^ *+' conftest.er1 >conftest.err
21910 rm -f conftest.er1
21911 cat conftest.err >&5
21912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21913 (exit $ac_status); } && {
21914 test -z "$ac_c_werror_flag" ||
21915 test ! -s conftest.err
21916 } && test -s conftest.$ac_objext; then
21917 ac_cv_type_long=yes
21918 else
21919 echo "$as_me: failed program was:" >&5
21920 sed 's/^/| /' conftest.$ac_ext >&5
21921
21922 ac_cv_type_long=no
21923 fi
21924
21925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21926 fi
21927 { echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
21928 echo "${ECHO_T}$ac_cv_type_long" >&6; }
21929
21930 # The cast to long int works around a bug in the HP C Compiler
21931 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
21932 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
21933 # This bug is HP SR number 8606223364.
21934 { echo "$as_me:$LINENO: checking size of long" >&5
21935 echo $ECHO_N "checking size of long... $ECHO_C" >&6; }
21936 if test "${ac_cv_sizeof_long+set}" = set; then
21937 echo $ECHO_N "(cached) $ECHO_C" >&6
21938 else
21939 if test "$cross_compiling" = yes; then
21940 # Depending upon the size, compute the lo and hi bounds.
21941 cat >conftest.$ac_ext <<_ACEOF
21942 /* confdefs.h. */
21943 _ACEOF
21944 cat confdefs.h >>conftest.$ac_ext
21945 cat >>conftest.$ac_ext <<_ACEOF
21946 /* end confdefs.h. */
21947 $ac_includes_default
21948 typedef long ac__type_sizeof_;
21949 int
21950 main ()
21951 {
21952 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
21953 test_array [0] = 0
21954
21955 ;
21956 return 0;
21957 }
21958 _ACEOF
21959 rm -f conftest.$ac_objext
21960 if { (ac_try="$ac_compile"
21961 case "(($ac_try" in
21962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21963 *) ac_try_echo=$ac_try;;
21964 esac
21965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21966 (eval "$ac_compile") 2>conftest.er1
21967 ac_status=$?
21968 grep -v '^ *+' conftest.er1 >conftest.err
21969 rm -f conftest.er1
21970 cat conftest.err >&5
21971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21972 (exit $ac_status); } && {
21973 test -z "$ac_c_werror_flag" ||
21974 test ! -s conftest.err
21975 } && test -s conftest.$ac_objext; then
21976 ac_lo=0 ac_mid=0
21977 while :; do
21978 cat >conftest.$ac_ext <<_ACEOF
21979 /* confdefs.h. */
21980 _ACEOF
21981 cat confdefs.h >>conftest.$ac_ext
21982 cat >>conftest.$ac_ext <<_ACEOF
21983 /* end confdefs.h. */
21984 $ac_includes_default
21985 typedef long ac__type_sizeof_;
21986 int
21987 main ()
21988 {
21989 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
21990 test_array [0] = 0
21991
21992 ;
21993 return 0;
21994 }
21995 _ACEOF
21996 rm -f conftest.$ac_objext
21997 if { (ac_try="$ac_compile"
21998 case "(($ac_try" in
21999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22000 *) ac_try_echo=$ac_try;;
22001 esac
22002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22003 (eval "$ac_compile") 2>conftest.er1
22004 ac_status=$?
22005 grep -v '^ *+' conftest.er1 >conftest.err
22006 rm -f conftest.er1
22007 cat conftest.err >&5
22008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22009 (exit $ac_status); } && {
22010 test -z "$ac_c_werror_flag" ||
22011 test ! -s conftest.err
22012 } && test -s conftest.$ac_objext; then
22013 ac_hi=$ac_mid; break
22014 else
22015 echo "$as_me: failed program was:" >&5
22016 sed 's/^/| /' conftest.$ac_ext >&5
22017
22018 ac_lo=`expr $ac_mid + 1`
22019 if test $ac_lo -le $ac_mid; then
22020 ac_lo= ac_hi=
22021 break
22022 fi
22023 ac_mid=`expr 2 '*' $ac_mid + 1`
22024 fi
22025
22026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22027 done
22028 else
22029 echo "$as_me: failed program was:" >&5
22030 sed 's/^/| /' conftest.$ac_ext >&5
22031
22032 cat >conftest.$ac_ext <<_ACEOF
22033 /* confdefs.h. */
22034 _ACEOF
22035 cat confdefs.h >>conftest.$ac_ext
22036 cat >>conftest.$ac_ext <<_ACEOF
22037 /* end confdefs.h. */
22038 $ac_includes_default
22039 typedef long ac__type_sizeof_;
22040 int
22041 main ()
22042 {
22043 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22044 test_array [0] = 0
22045
22046 ;
22047 return 0;
22048 }
22049 _ACEOF
22050 rm -f conftest.$ac_objext
22051 if { (ac_try="$ac_compile"
22052 case "(($ac_try" in
22053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22054 *) ac_try_echo=$ac_try;;
22055 esac
22056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22057 (eval "$ac_compile") 2>conftest.er1
22058 ac_status=$?
22059 grep -v '^ *+' conftest.er1 >conftest.err
22060 rm -f conftest.er1
22061 cat conftest.err >&5
22062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22063 (exit $ac_status); } && {
22064 test -z "$ac_c_werror_flag" ||
22065 test ! -s conftest.err
22066 } && test -s conftest.$ac_objext; then
22067 ac_hi=-1 ac_mid=-1
22068 while :; do
22069 cat >conftest.$ac_ext <<_ACEOF
22070 /* confdefs.h. */
22071 _ACEOF
22072 cat confdefs.h >>conftest.$ac_ext
22073 cat >>conftest.$ac_ext <<_ACEOF
22074 /* end confdefs.h. */
22075 $ac_includes_default
22076 typedef long ac__type_sizeof_;
22077 int
22078 main ()
22079 {
22080 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
22081 test_array [0] = 0
22082
22083 ;
22084 return 0;
22085 }
22086 _ACEOF
22087 rm -f conftest.$ac_objext
22088 if { (ac_try="$ac_compile"
22089 case "(($ac_try" in
22090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22091 *) ac_try_echo=$ac_try;;
22092 esac
22093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22094 (eval "$ac_compile") 2>conftest.er1
22095 ac_status=$?
22096 grep -v '^ *+' conftest.er1 >conftest.err
22097 rm -f conftest.er1
22098 cat conftest.err >&5
22099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22100 (exit $ac_status); } && {
22101 test -z "$ac_c_werror_flag" ||
22102 test ! -s conftest.err
22103 } && test -s conftest.$ac_objext; then
22104 ac_lo=$ac_mid; break
22105 else
22106 echo "$as_me: failed program was:" >&5
22107 sed 's/^/| /' conftest.$ac_ext >&5
22108
22109 ac_hi=`expr '(' $ac_mid ')' - 1`
22110 if test $ac_mid -le $ac_hi; then
22111 ac_lo= ac_hi=
22112 break
22113 fi
22114 ac_mid=`expr 2 '*' $ac_mid`
22115 fi
22116
22117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22118 done
22119 else
22120 echo "$as_me: failed program was:" >&5
22121 sed 's/^/| /' conftest.$ac_ext >&5
22122
22123 ac_lo= ac_hi=
22124 fi
22125
22126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22127 fi
22128
22129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22130 # Binary search between lo and hi bounds.
22131 while test "x$ac_lo" != "x$ac_hi"; do
22132 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22133 cat >conftest.$ac_ext <<_ACEOF
22134 /* confdefs.h. */
22135 _ACEOF
22136 cat confdefs.h >>conftest.$ac_ext
22137 cat >>conftest.$ac_ext <<_ACEOF
22138 /* end confdefs.h. */
22139 $ac_includes_default
22140 typedef long ac__type_sizeof_;
22141 int
22142 main ()
22143 {
22144 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22145 test_array [0] = 0
22146
22147 ;
22148 return 0;
22149 }
22150 _ACEOF
22151 rm -f conftest.$ac_objext
22152 if { (ac_try="$ac_compile"
22153 case "(($ac_try" in
22154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22155 *) ac_try_echo=$ac_try;;
22156 esac
22157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22158 (eval "$ac_compile") 2>conftest.er1
22159 ac_status=$?
22160 grep -v '^ *+' conftest.er1 >conftest.err
22161 rm -f conftest.er1
22162 cat conftest.err >&5
22163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22164 (exit $ac_status); } && {
22165 test -z "$ac_c_werror_flag" ||
22166 test ! -s conftest.err
22167 } && test -s conftest.$ac_objext; then
22168 ac_hi=$ac_mid
22169 else
22170 echo "$as_me: failed program was:" >&5
22171 sed 's/^/| /' conftest.$ac_ext >&5
22172
22173 ac_lo=`expr '(' $ac_mid ')' + 1`
22174 fi
22175
22176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22177 done
22178 case $ac_lo in
22179 ?*) ac_cv_sizeof_long=$ac_lo;;
22180 '') if test "$ac_cv_type_long" = yes; then
22181 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
22182 See \`config.log' for more details." >&5
22183 echo "$as_me: error: cannot compute sizeof (long)
22184 See \`config.log' for more details." >&2;}
22185 { (exit 77); exit 77; }; }
22186 else
22187 ac_cv_sizeof_long=0
22188 fi ;;
22189 esac
22190 else
22191 cat >conftest.$ac_ext <<_ACEOF
22192 /* confdefs.h. */
22193 _ACEOF
22194 cat confdefs.h >>conftest.$ac_ext
22195 cat >>conftest.$ac_ext <<_ACEOF
22196 /* end confdefs.h. */
22197 $ac_includes_default
22198 typedef long ac__type_sizeof_;
22199 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22200 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22201 #include <stdio.h>
22202 #include <stdlib.h>
22203 int
22204 main ()
22205 {
22206
22207 FILE *f = fopen ("conftest.val", "w");
22208 if (! f)
22209 return 1;
22210 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22211 {
22212 long int i = longval ();
22213 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22214 return 1;
22215 fprintf (f, "%ld\n", i);
22216 }
22217 else
22218 {
22219 unsigned long int i = ulongval ();
22220 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22221 return 1;
22222 fprintf (f, "%lu\n", i);
22223 }
22224 return ferror (f) || fclose (f) != 0;
22225
22226 ;
22227 return 0;
22228 }
22229 _ACEOF
22230 rm -f conftest$ac_exeext
22231 if { (ac_try="$ac_link"
22232 case "(($ac_try" in
22233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22234 *) ac_try_echo=$ac_try;;
22235 esac
22236 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22237 (eval "$ac_link") 2>&5
22238 ac_status=$?
22239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22240 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22241 { (case "(($ac_try" in
22242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22243 *) ac_try_echo=$ac_try;;
22244 esac
22245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22246 (eval "$ac_try") 2>&5
22247 ac_status=$?
22248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22249 (exit $ac_status); }; }; then
22250 ac_cv_sizeof_long=`cat conftest.val`
22251 else
22252 echo "$as_me: program exited with status $ac_status" >&5
22253 echo "$as_me: failed program was:" >&5
22254 sed 's/^/| /' conftest.$ac_ext >&5
22255
22256 ( exit $ac_status )
22257 if test "$ac_cv_type_long" = yes; then
22258 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long)
22259 See \`config.log' for more details." >&5
22260 echo "$as_me: error: cannot compute sizeof (long)
22261 See \`config.log' for more details." >&2;}
22262 { (exit 77); exit 77; }; }
22263 else
22264 ac_cv_sizeof_long=0
22265 fi
22266 fi
22267 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22268 fi
22269 rm -f conftest.val
22270 fi
22271 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
22272 echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
22273
22274
22275
22276 cat >>confdefs.h <<_ACEOF
22277 #define SIZEOF_LONG $ac_cv_sizeof_long
22278 _ACEOF
22279
22280
22281 { echo "$as_me:$LINENO: checking for size_t" >&5
22282 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
22283 if test "${ac_cv_type_size_t+set}" = set; then
22284 echo $ECHO_N "(cached) $ECHO_C" >&6
22285 else
22286 cat >conftest.$ac_ext <<_ACEOF
22287 /* confdefs.h. */
22288 _ACEOF
22289 cat confdefs.h >>conftest.$ac_ext
22290 cat >>conftest.$ac_ext <<_ACEOF
22291 /* end confdefs.h. */
22292 $ac_includes_default
22293 typedef size_t ac__type_new_;
22294 int
22295 main ()
22296 {
22297 if ((ac__type_new_ *) 0)
22298 return 0;
22299 if (sizeof (ac__type_new_))
22300 return 0;
22301 ;
22302 return 0;
22303 }
22304 _ACEOF
22305 rm -f conftest.$ac_objext
22306 if { (ac_try="$ac_compile"
22307 case "(($ac_try" in
22308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22309 *) ac_try_echo=$ac_try;;
22310 esac
22311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22312 (eval "$ac_compile") 2>conftest.er1
22313 ac_status=$?
22314 grep -v '^ *+' conftest.er1 >conftest.err
22315 rm -f conftest.er1
22316 cat conftest.err >&5
22317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22318 (exit $ac_status); } && {
22319 test -z "$ac_c_werror_flag" ||
22320 test ! -s conftest.err
22321 } && test -s conftest.$ac_objext; then
22322 ac_cv_type_size_t=yes
22323 else
22324 echo "$as_me: failed program was:" >&5
22325 sed 's/^/| /' conftest.$ac_ext >&5
22326
22327 ac_cv_type_size_t=no
22328 fi
22329
22330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22331 fi
22332 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
22333 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
22334
22335 # The cast to long int works around a bug in the HP C Compiler
22336 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22337 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22338 # This bug is HP SR number 8606223364.
22339 { echo "$as_me:$LINENO: checking size of size_t" >&5
22340 echo $ECHO_N "checking size of size_t... $ECHO_C" >&6; }
22341 if test "${ac_cv_sizeof_size_t+set}" = set; then
22342 echo $ECHO_N "(cached) $ECHO_C" >&6
22343 else
22344 if test "$cross_compiling" = yes; then
22345 # Depending upon the size, compute the lo and hi bounds.
22346 cat >conftest.$ac_ext <<_ACEOF
22347 /* confdefs.h. */
22348 _ACEOF
22349 cat confdefs.h >>conftest.$ac_ext
22350 cat >>conftest.$ac_ext <<_ACEOF
22351 /* end confdefs.h. */
22352 $ac_includes_default
22353 typedef size_t ac__type_sizeof_;
22354 int
22355 main ()
22356 {
22357 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
22358 test_array [0] = 0
22359
22360 ;
22361 return 0;
22362 }
22363 _ACEOF
22364 rm -f conftest.$ac_objext
22365 if { (ac_try="$ac_compile"
22366 case "(($ac_try" in
22367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22368 *) ac_try_echo=$ac_try;;
22369 esac
22370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22371 (eval "$ac_compile") 2>conftest.er1
22372 ac_status=$?
22373 grep -v '^ *+' conftest.er1 >conftest.err
22374 rm -f conftest.er1
22375 cat conftest.err >&5
22376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22377 (exit $ac_status); } && {
22378 test -z "$ac_c_werror_flag" ||
22379 test ! -s conftest.err
22380 } && test -s conftest.$ac_objext; then
22381 ac_lo=0 ac_mid=0
22382 while :; do
22383 cat >conftest.$ac_ext <<_ACEOF
22384 /* confdefs.h. */
22385 _ACEOF
22386 cat confdefs.h >>conftest.$ac_ext
22387 cat >>conftest.$ac_ext <<_ACEOF
22388 /* end confdefs.h. */
22389 $ac_includes_default
22390 typedef size_t ac__type_sizeof_;
22391 int
22392 main ()
22393 {
22394 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22395 test_array [0] = 0
22396
22397 ;
22398 return 0;
22399 }
22400 _ACEOF
22401 rm -f conftest.$ac_objext
22402 if { (ac_try="$ac_compile"
22403 case "(($ac_try" in
22404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22405 *) ac_try_echo=$ac_try;;
22406 esac
22407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22408 (eval "$ac_compile") 2>conftest.er1
22409 ac_status=$?
22410 grep -v '^ *+' conftest.er1 >conftest.err
22411 rm -f conftest.er1
22412 cat conftest.err >&5
22413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22414 (exit $ac_status); } && {
22415 test -z "$ac_c_werror_flag" ||
22416 test ! -s conftest.err
22417 } && test -s conftest.$ac_objext; then
22418 ac_hi=$ac_mid; break
22419 else
22420 echo "$as_me: failed program was:" >&5
22421 sed 's/^/| /' conftest.$ac_ext >&5
22422
22423 ac_lo=`expr $ac_mid + 1`
22424 if test $ac_lo -le $ac_mid; then
22425 ac_lo= ac_hi=
22426 break
22427 fi
22428 ac_mid=`expr 2 '*' $ac_mid + 1`
22429 fi
22430
22431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22432 done
22433 else
22434 echo "$as_me: failed program was:" >&5
22435 sed 's/^/| /' conftest.$ac_ext >&5
22436
22437 cat >conftest.$ac_ext <<_ACEOF
22438 /* confdefs.h. */
22439 _ACEOF
22440 cat confdefs.h >>conftest.$ac_ext
22441 cat >>conftest.$ac_ext <<_ACEOF
22442 /* end confdefs.h. */
22443 $ac_includes_default
22444 typedef size_t ac__type_sizeof_;
22445 int
22446 main ()
22447 {
22448 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22449 test_array [0] = 0
22450
22451 ;
22452 return 0;
22453 }
22454 _ACEOF
22455 rm -f conftest.$ac_objext
22456 if { (ac_try="$ac_compile"
22457 case "(($ac_try" in
22458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22459 *) ac_try_echo=$ac_try;;
22460 esac
22461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22462 (eval "$ac_compile") 2>conftest.er1
22463 ac_status=$?
22464 grep -v '^ *+' conftest.er1 >conftest.err
22465 rm -f conftest.er1
22466 cat conftest.err >&5
22467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22468 (exit $ac_status); } && {
22469 test -z "$ac_c_werror_flag" ||
22470 test ! -s conftest.err
22471 } && test -s conftest.$ac_objext; then
22472 ac_hi=-1 ac_mid=-1
22473 while :; do
22474 cat >conftest.$ac_ext <<_ACEOF
22475 /* confdefs.h. */
22476 _ACEOF
22477 cat confdefs.h >>conftest.$ac_ext
22478 cat >>conftest.$ac_ext <<_ACEOF
22479 /* end confdefs.h. */
22480 $ac_includes_default
22481 typedef size_t ac__type_sizeof_;
22482 int
22483 main ()
22484 {
22485 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
22486 test_array [0] = 0
22487
22488 ;
22489 return 0;
22490 }
22491 _ACEOF
22492 rm -f conftest.$ac_objext
22493 if { (ac_try="$ac_compile"
22494 case "(($ac_try" in
22495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22496 *) ac_try_echo=$ac_try;;
22497 esac
22498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22499 (eval "$ac_compile") 2>conftest.er1
22500 ac_status=$?
22501 grep -v '^ *+' conftest.er1 >conftest.err
22502 rm -f conftest.er1
22503 cat conftest.err >&5
22504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22505 (exit $ac_status); } && {
22506 test -z "$ac_c_werror_flag" ||
22507 test ! -s conftest.err
22508 } && test -s conftest.$ac_objext; then
22509 ac_lo=$ac_mid; break
22510 else
22511 echo "$as_me: failed program was:" >&5
22512 sed 's/^/| /' conftest.$ac_ext >&5
22513
22514 ac_hi=`expr '(' $ac_mid ')' - 1`
22515 if test $ac_mid -le $ac_hi; then
22516 ac_lo= ac_hi=
22517 break
22518 fi
22519 ac_mid=`expr 2 '*' $ac_mid`
22520 fi
22521
22522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22523 done
22524 else
22525 echo "$as_me: failed program was:" >&5
22526 sed 's/^/| /' conftest.$ac_ext >&5
22527
22528 ac_lo= ac_hi=
22529 fi
22530
22531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22532 fi
22533
22534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22535 # Binary search between lo and hi bounds.
22536 while test "x$ac_lo" != "x$ac_hi"; do
22537 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22538 cat >conftest.$ac_ext <<_ACEOF
22539 /* confdefs.h. */
22540 _ACEOF
22541 cat confdefs.h >>conftest.$ac_ext
22542 cat >>conftest.$ac_ext <<_ACEOF
22543 /* end confdefs.h. */
22544 $ac_includes_default
22545 typedef size_t ac__type_sizeof_;
22546 int
22547 main ()
22548 {
22549 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22550 test_array [0] = 0
22551
22552 ;
22553 return 0;
22554 }
22555 _ACEOF
22556 rm -f conftest.$ac_objext
22557 if { (ac_try="$ac_compile"
22558 case "(($ac_try" in
22559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22560 *) ac_try_echo=$ac_try;;
22561 esac
22562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22563 (eval "$ac_compile") 2>conftest.er1
22564 ac_status=$?
22565 grep -v '^ *+' conftest.er1 >conftest.err
22566 rm -f conftest.er1
22567 cat conftest.err >&5
22568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22569 (exit $ac_status); } && {
22570 test -z "$ac_c_werror_flag" ||
22571 test ! -s conftest.err
22572 } && test -s conftest.$ac_objext; then
22573 ac_hi=$ac_mid
22574 else
22575 echo "$as_me: failed program was:" >&5
22576 sed 's/^/| /' conftest.$ac_ext >&5
22577
22578 ac_lo=`expr '(' $ac_mid ')' + 1`
22579 fi
22580
22581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22582 done
22583 case $ac_lo in
22584 ?*) ac_cv_sizeof_size_t=$ac_lo;;
22585 '') if test "$ac_cv_type_size_t" = yes; then
22586 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
22587 See \`config.log' for more details." >&5
22588 echo "$as_me: error: cannot compute sizeof (size_t)
22589 See \`config.log' for more details." >&2;}
22590 { (exit 77); exit 77; }; }
22591 else
22592 ac_cv_sizeof_size_t=0
22593 fi ;;
22594 esac
22595 else
22596 cat >conftest.$ac_ext <<_ACEOF
22597 /* confdefs.h. */
22598 _ACEOF
22599 cat confdefs.h >>conftest.$ac_ext
22600 cat >>conftest.$ac_ext <<_ACEOF
22601 /* end confdefs.h. */
22602 $ac_includes_default
22603 typedef size_t ac__type_sizeof_;
22604 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
22605 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
22606 #include <stdio.h>
22607 #include <stdlib.h>
22608 int
22609 main ()
22610 {
22611
22612 FILE *f = fopen ("conftest.val", "w");
22613 if (! f)
22614 return 1;
22615 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
22616 {
22617 long int i = longval ();
22618 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22619 return 1;
22620 fprintf (f, "%ld\n", i);
22621 }
22622 else
22623 {
22624 unsigned long int i = ulongval ();
22625 if (i != ((long int) (sizeof (ac__type_sizeof_))))
22626 return 1;
22627 fprintf (f, "%lu\n", i);
22628 }
22629 return ferror (f) || fclose (f) != 0;
22630
22631 ;
22632 return 0;
22633 }
22634 _ACEOF
22635 rm -f conftest$ac_exeext
22636 if { (ac_try="$ac_link"
22637 case "(($ac_try" in
22638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22639 *) ac_try_echo=$ac_try;;
22640 esac
22641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22642 (eval "$ac_link") 2>&5
22643 ac_status=$?
22644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22645 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
22646 { (case "(($ac_try" in
22647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22648 *) ac_try_echo=$ac_try;;
22649 esac
22650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22651 (eval "$ac_try") 2>&5
22652 ac_status=$?
22653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22654 (exit $ac_status); }; }; then
22655 ac_cv_sizeof_size_t=`cat conftest.val`
22656 else
22657 echo "$as_me: program exited with status $ac_status" >&5
22658 echo "$as_me: failed program was:" >&5
22659 sed 's/^/| /' conftest.$ac_ext >&5
22660
22661 ( exit $ac_status )
22662 if test "$ac_cv_type_size_t" = yes; then
22663 { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
22664 See \`config.log' for more details." >&5
22665 echo "$as_me: error: cannot compute sizeof (size_t)
22666 See \`config.log' for more details." >&2;}
22667 { (exit 77); exit 77; }; }
22668 else
22669 ac_cv_sizeof_size_t=0
22670 fi
22671 fi
22672 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
22673 fi
22674 rm -f conftest.val
22675 fi
22676 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
22677 echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6; }
22678
22679
22680
22681 cat >>confdefs.h <<_ACEOF
22682 #define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
22683 _ACEOF
22684
22685
22686
22687 case "${host}" in
22688 arm-*-linux* )
22689 { echo "$as_me:$LINENO: checking for long long" >&5
22690 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
22691 if test "${ac_cv_type_long_long+set}" = set; then
22692 echo $ECHO_N "(cached) $ECHO_C" >&6
22693 else
22694 cat >conftest.$ac_ext <<_ACEOF
22695 /* confdefs.h. */
22696 _ACEOF
22697 cat confdefs.h >>conftest.$ac_ext
22698 cat >>conftest.$ac_ext <<_ACEOF
22699 /* end confdefs.h. */
22700 $ac_includes_default
22701 typedef long long ac__type_new_;
22702 int
22703 main ()
22704 {
22705 if ((ac__type_new_ *) 0)
22706 return 0;
22707 if (sizeof (ac__type_new_))
22708 return 0;
22709 ;
22710 return 0;
22711 }
22712 _ACEOF
22713 rm -f conftest.$ac_objext
22714 if { (ac_try="$ac_compile"
22715 case "(($ac_try" in
22716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22717 *) ac_try_echo=$ac_try;;
22718 esac
22719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22720 (eval "$ac_compile") 2>conftest.er1
22721 ac_status=$?
22722 grep -v '^ *+' conftest.er1 >conftest.err
22723 rm -f conftest.er1
22724 cat conftest.err >&5
22725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22726 (exit $ac_status); } && {
22727 test -z "$ac_c_werror_flag" ||
22728 test ! -s conftest.err
22729 } && test -s conftest.$ac_objext; then
22730 ac_cv_type_long_long=yes
22731 else
22732 echo "$as_me: failed program was:" >&5
22733 sed 's/^/| /' conftest.$ac_ext >&5
22734
22735 ac_cv_type_long_long=no
22736 fi
22737
22738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22739 fi
22740 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
22741 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
22742
22743 # The cast to long int works around a bug in the HP C Compiler
22744 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
22745 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22746 # This bug is HP SR number 8606223364.
22747 { echo "$as_me:$LINENO: checking size of long long" >&5
22748 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
22749 if test "${ac_cv_sizeof_long_long+set}" = set; then
22750 echo $ECHO_N "(cached) $ECHO_C" >&6
22751 else
22752 if test "$cross_compiling" = yes; then
22753 # Depending upon the size, compute the lo and hi bounds.
22754 cat >conftest.$ac_ext <<_ACEOF
22755 /* confdefs.h. */
22756 _ACEOF
22757 cat confdefs.h >>conftest.$ac_ext
22758 cat >>conftest.$ac_ext <<_ACEOF
22759 /* end confdefs.h. */
22760 $ac_includes_default
22761 typedef long long ac__type_sizeof_;
22762 int
22763 main ()
22764 {
22765 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
22766 test_array [0] = 0
22767
22768 ;
22769 return 0;
22770 }
22771 _ACEOF
22772 rm -f conftest.$ac_objext
22773 if { (ac_try="$ac_compile"
22774 case "(($ac_try" in
22775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22776 *) ac_try_echo=$ac_try;;
22777 esac
22778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22779 (eval "$ac_compile") 2>conftest.er1
22780 ac_status=$?
22781 grep -v '^ *+' conftest.er1 >conftest.err
22782 rm -f conftest.er1
22783 cat conftest.err >&5
22784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22785 (exit $ac_status); } && {
22786 test -z "$ac_c_werror_flag" ||
22787 test ! -s conftest.err
22788 } && test -s conftest.$ac_objext; then
22789 ac_lo=0 ac_mid=0
22790 while :; do
22791 cat >conftest.$ac_ext <<_ACEOF
22792 /* confdefs.h. */
22793 _ACEOF
22794 cat confdefs.h >>conftest.$ac_ext
22795 cat >>conftest.$ac_ext <<_ACEOF
22796 /* end confdefs.h. */
22797 $ac_includes_default
22798 typedef long long ac__type_sizeof_;
22799 int
22800 main ()
22801 {
22802 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22803 test_array [0] = 0
22804
22805 ;
22806 return 0;
22807 }
22808 _ACEOF
22809 rm -f conftest.$ac_objext
22810 if { (ac_try="$ac_compile"
22811 case "(($ac_try" in
22812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22813 *) ac_try_echo=$ac_try;;
22814 esac
22815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22816 (eval "$ac_compile") 2>conftest.er1
22817 ac_status=$?
22818 grep -v '^ *+' conftest.er1 >conftest.err
22819 rm -f conftest.er1
22820 cat conftest.err >&5
22821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22822 (exit $ac_status); } && {
22823 test -z "$ac_c_werror_flag" ||
22824 test ! -s conftest.err
22825 } && test -s conftest.$ac_objext; then
22826 ac_hi=$ac_mid; break
22827 else
22828 echo "$as_me: failed program was:" >&5
22829 sed 's/^/| /' conftest.$ac_ext >&5
22830
22831 ac_lo=`expr $ac_mid + 1`
22832 if test $ac_lo -le $ac_mid; then
22833 ac_lo= ac_hi=
22834 break
22835 fi
22836 ac_mid=`expr 2 '*' $ac_mid + 1`
22837 fi
22838
22839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22840 done
22841 else
22842 echo "$as_me: failed program was:" >&5
22843 sed 's/^/| /' conftest.$ac_ext >&5
22844
22845 cat >conftest.$ac_ext <<_ACEOF
22846 /* confdefs.h. */
22847 _ACEOF
22848 cat confdefs.h >>conftest.$ac_ext
22849 cat >>conftest.$ac_ext <<_ACEOF
22850 /* end confdefs.h. */
22851 $ac_includes_default
22852 typedef long long ac__type_sizeof_;
22853 int
22854 main ()
22855 {
22856 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
22857 test_array [0] = 0
22858
22859 ;
22860 return 0;
22861 }
22862 _ACEOF
22863 rm -f conftest.$ac_objext
22864 if { (ac_try="$ac_compile"
22865 case "(($ac_try" in
22866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22867 *) ac_try_echo=$ac_try;;
22868 esac
22869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22870 (eval "$ac_compile") 2>conftest.er1
22871 ac_status=$?
22872 grep -v '^ *+' conftest.er1 >conftest.err
22873 rm -f conftest.er1
22874 cat conftest.err >&5
22875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22876 (exit $ac_status); } && {
22877 test -z "$ac_c_werror_flag" ||
22878 test ! -s conftest.err
22879 } && test -s conftest.$ac_objext; then
22880 ac_hi=-1 ac_mid=-1
22881 while :; do
22882 cat >conftest.$ac_ext <<_ACEOF
22883 /* confdefs.h. */
22884 _ACEOF
22885 cat confdefs.h >>conftest.$ac_ext
22886 cat >>conftest.$ac_ext <<_ACEOF
22887 /* end confdefs.h. */
22888 $ac_includes_default
22889 typedef long long ac__type_sizeof_;
22890 int
22891 main ()
22892 {
22893 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
22894 test_array [0] = 0
22895
22896 ;
22897 return 0;
22898 }
22899 _ACEOF
22900 rm -f conftest.$ac_objext
22901 if { (ac_try="$ac_compile"
22902 case "(($ac_try" in
22903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22904 *) ac_try_echo=$ac_try;;
22905 esac
22906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22907 (eval "$ac_compile") 2>conftest.er1
22908 ac_status=$?
22909 grep -v '^ *+' conftest.er1 >conftest.err
22910 rm -f conftest.er1
22911 cat conftest.err >&5
22912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22913 (exit $ac_status); } && {
22914 test -z "$ac_c_werror_flag" ||
22915 test ! -s conftest.err
22916 } && test -s conftest.$ac_objext; then
22917 ac_lo=$ac_mid; break
22918 else
22919 echo "$as_me: failed program was:" >&5
22920 sed 's/^/| /' conftest.$ac_ext >&5
22921
22922 ac_hi=`expr '(' $ac_mid ')' - 1`
22923 if test $ac_mid -le $ac_hi; then
22924 ac_lo= ac_hi=
22925 break
22926 fi
22927 ac_mid=`expr 2 '*' $ac_mid`
22928 fi
22929
22930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22931 done
22932 else
22933 echo "$as_me: failed program was:" >&5
22934 sed 's/^/| /' conftest.$ac_ext >&5
22935
22936 ac_lo= ac_hi=
22937 fi
22938
22939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22940 fi
22941
22942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22943 # Binary search between lo and hi bounds.
22944 while test "x$ac_lo" != "x$ac_hi"; do
22945 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
22946 cat >conftest.$ac_ext <<_ACEOF
22947 /* confdefs.h. */
22948 _ACEOF
22949 cat confdefs.h >>conftest.$ac_ext
22950 cat >>conftest.$ac_ext <<_ACEOF
22951 /* end confdefs.h. */
22952 $ac_includes_default
22953 typedef long long ac__type_sizeof_;
22954 int
22955 main ()
22956 {
22957 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
22958 test_array [0] = 0
22959
22960 ;
22961 return 0;
22962 }
22963 _ACEOF
22964 rm -f conftest.$ac_objext
22965 if { (ac_try="$ac_compile"
22966 case "(($ac_try" in
22967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22968 *) ac_try_echo=$ac_try;;
22969 esac
22970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22971 (eval "$ac_compile") 2>conftest.er1
22972 ac_status=$?
22973 grep -v '^ *+' conftest.er1 >conftest.err
22974 rm -f conftest.er1
22975 cat conftest.err >&5
22976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22977 (exit $ac_status); } && {
22978 test -z "$ac_c_werror_flag" ||
22979 test ! -s conftest.err
22980 } && test -s conftest.$ac_objext; then
22981 ac_hi=$ac_mid
22982 else
22983 echo "$as_me: failed program was:" >&5
22984 sed 's/^/| /' conftest.$ac_ext >&5
22985
22986 ac_lo=`expr '(' $ac_mid ')' + 1`
22987 fi
22988
22989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22990 done
22991 case $ac_lo in
22992 ?*) ac_cv_sizeof_long_long=$ac_lo;;
22993 '') if test "$ac_cv_type_long_long" = yes; then
22994 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
22995 See \`config.log' for more details." >&5
22996 echo "$as_me: error: cannot compute sizeof (long long)
22997 See \`config.log' for more details." >&2;}
22998 { (exit 77); exit 77; }; }
22999 else
23000 ac_cv_sizeof_long_long=0
23001 fi ;;
23002 esac
23003 else
23004 cat >conftest.$ac_ext <<_ACEOF
23005 /* confdefs.h. */
23006 _ACEOF
23007 cat confdefs.h >>conftest.$ac_ext
23008 cat >>conftest.$ac_ext <<_ACEOF
23009 /* end confdefs.h. */
23010 $ac_includes_default
23011 typedef long long ac__type_sizeof_;
23012 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23013 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23014 #include <stdio.h>
23015 #include <stdlib.h>
23016 int
23017 main ()
23018 {
23019
23020 FILE *f = fopen ("conftest.val", "w");
23021 if (! f)
23022 return 1;
23023 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23024 {
23025 long int i = longval ();
23026 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23027 return 1;
23028 fprintf (f, "%ld\n", i);
23029 }
23030 else
23031 {
23032 unsigned long int i = ulongval ();
23033 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23034 return 1;
23035 fprintf (f, "%lu\n", i);
23036 }
23037 return ferror (f) || fclose (f) != 0;
23038
23039 ;
23040 return 0;
23041 }
23042 _ACEOF
23043 rm -f conftest$ac_exeext
23044 if { (ac_try="$ac_link"
23045 case "(($ac_try" in
23046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23047 *) ac_try_echo=$ac_try;;
23048 esac
23049 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23050 (eval "$ac_link") 2>&5
23051 ac_status=$?
23052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23053 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23054 { (case "(($ac_try" in
23055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23056 *) ac_try_echo=$ac_try;;
23057 esac
23058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23059 (eval "$ac_try") 2>&5
23060 ac_status=$?
23061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23062 (exit $ac_status); }; }; then
23063 ac_cv_sizeof_long_long=`cat conftest.val`
23064 else
23065 echo "$as_me: program exited with status $ac_status" >&5
23066 echo "$as_me: failed program was:" >&5
23067 sed 's/^/| /' conftest.$ac_ext >&5
23068
23069 ( exit $ac_status )
23070 if test "$ac_cv_type_long_long" = yes; then
23071 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
23072 See \`config.log' for more details." >&5
23073 echo "$as_me: error: cannot compute sizeof (long long)
23074 See \`config.log' for more details." >&2;}
23075 { (exit 77); exit 77; }; }
23076 else
23077 ac_cv_sizeof_long_long=0
23078 fi
23079 fi
23080 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23081 fi
23082 rm -f conftest.val
23083 fi
23084 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
23085 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
23086
23087
23088
23089 cat >>confdefs.h <<_ACEOF
23090 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
23091 _ACEOF
23092
23093
23094 ;;
23095 *-hp-hpux* )
23096 { echo "$as_me:$LINENO: checking for long long" >&5
23097 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
23098 if test "${ac_cv_type_long_long+set}" = set; then
23099 echo $ECHO_N "(cached) $ECHO_C" >&6
23100 else
23101 cat >conftest.$ac_ext <<_ACEOF
23102 /* confdefs.h. */
23103 _ACEOF
23104 cat confdefs.h >>conftest.$ac_ext
23105 cat >>conftest.$ac_ext <<_ACEOF
23106 /* end confdefs.h. */
23107 $ac_includes_default
23108 typedef long long ac__type_new_;
23109 int
23110 main ()
23111 {
23112 if ((ac__type_new_ *) 0)
23113 return 0;
23114 if (sizeof (ac__type_new_))
23115 return 0;
23116 ;
23117 return 0;
23118 }
23119 _ACEOF
23120 rm -f conftest.$ac_objext
23121 if { (ac_try="$ac_compile"
23122 case "(($ac_try" in
23123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23124 *) ac_try_echo=$ac_try;;
23125 esac
23126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23127 (eval "$ac_compile") 2>conftest.er1
23128 ac_status=$?
23129 grep -v '^ *+' conftest.er1 >conftest.err
23130 rm -f conftest.er1
23131 cat conftest.err >&5
23132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23133 (exit $ac_status); } && {
23134 test -z "$ac_c_werror_flag" ||
23135 test ! -s conftest.err
23136 } && test -s conftest.$ac_objext; then
23137 ac_cv_type_long_long=yes
23138 else
23139 echo "$as_me: failed program was:" >&5
23140 sed 's/^/| /' conftest.$ac_ext >&5
23141
23142 ac_cv_type_long_long=no
23143 fi
23144
23145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23146 fi
23147 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
23148 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
23149
23150 # The cast to long int works around a bug in the HP C Compiler
23151 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
23152 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23153 # This bug is HP SR number 8606223364.
23154 { echo "$as_me:$LINENO: checking size of long long" >&5
23155 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
23156 if test "${ac_cv_sizeof_long_long+set}" = set; then
23157 echo $ECHO_N "(cached) $ECHO_C" >&6
23158 else
23159 if test "$cross_compiling" = yes; then
23160 # Depending upon the size, compute the lo and hi bounds.
23161 cat >conftest.$ac_ext <<_ACEOF
23162 /* confdefs.h. */
23163 _ACEOF
23164 cat confdefs.h >>conftest.$ac_ext
23165 cat >>conftest.$ac_ext <<_ACEOF
23166 /* end confdefs.h. */
23167 $ac_includes_default
23168 typedef long long ac__type_sizeof_;
23169 int
23170 main ()
23171 {
23172 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
23173 test_array [0] = 0
23174
23175 ;
23176 return 0;
23177 }
23178 _ACEOF
23179 rm -f conftest.$ac_objext
23180 if { (ac_try="$ac_compile"
23181 case "(($ac_try" in
23182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23183 *) ac_try_echo=$ac_try;;
23184 esac
23185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23186 (eval "$ac_compile") 2>conftest.er1
23187 ac_status=$?
23188 grep -v '^ *+' conftest.er1 >conftest.err
23189 rm -f conftest.er1
23190 cat conftest.err >&5
23191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23192 (exit $ac_status); } && {
23193 test -z "$ac_c_werror_flag" ||
23194 test ! -s conftest.err
23195 } && test -s conftest.$ac_objext; then
23196 ac_lo=0 ac_mid=0
23197 while :; do
23198 cat >conftest.$ac_ext <<_ACEOF
23199 /* confdefs.h. */
23200 _ACEOF
23201 cat confdefs.h >>conftest.$ac_ext
23202 cat >>conftest.$ac_ext <<_ACEOF
23203 /* end confdefs.h. */
23204 $ac_includes_default
23205 typedef long long ac__type_sizeof_;
23206 int
23207 main ()
23208 {
23209 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23210 test_array [0] = 0
23211
23212 ;
23213 return 0;
23214 }
23215 _ACEOF
23216 rm -f conftest.$ac_objext
23217 if { (ac_try="$ac_compile"
23218 case "(($ac_try" in
23219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23220 *) ac_try_echo=$ac_try;;
23221 esac
23222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23223 (eval "$ac_compile") 2>conftest.er1
23224 ac_status=$?
23225 grep -v '^ *+' conftest.er1 >conftest.err
23226 rm -f conftest.er1
23227 cat conftest.err >&5
23228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23229 (exit $ac_status); } && {
23230 test -z "$ac_c_werror_flag" ||
23231 test ! -s conftest.err
23232 } && test -s conftest.$ac_objext; then
23233 ac_hi=$ac_mid; break
23234 else
23235 echo "$as_me: failed program was:" >&5
23236 sed 's/^/| /' conftest.$ac_ext >&5
23237
23238 ac_lo=`expr $ac_mid + 1`
23239 if test $ac_lo -le $ac_mid; then
23240 ac_lo= ac_hi=
23241 break
23242 fi
23243 ac_mid=`expr 2 '*' $ac_mid + 1`
23244 fi
23245
23246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23247 done
23248 else
23249 echo "$as_me: failed program was:" >&5
23250 sed 's/^/| /' conftest.$ac_ext >&5
23251
23252 cat >conftest.$ac_ext <<_ACEOF
23253 /* confdefs.h. */
23254 _ACEOF
23255 cat confdefs.h >>conftest.$ac_ext
23256 cat >>conftest.$ac_ext <<_ACEOF
23257 /* end confdefs.h. */
23258 $ac_includes_default
23259 typedef long long ac__type_sizeof_;
23260 int
23261 main ()
23262 {
23263 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
23264 test_array [0] = 0
23265
23266 ;
23267 return 0;
23268 }
23269 _ACEOF
23270 rm -f conftest.$ac_objext
23271 if { (ac_try="$ac_compile"
23272 case "(($ac_try" in
23273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23274 *) ac_try_echo=$ac_try;;
23275 esac
23276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23277 (eval "$ac_compile") 2>conftest.er1
23278 ac_status=$?
23279 grep -v '^ *+' conftest.er1 >conftest.err
23280 rm -f conftest.er1
23281 cat conftest.err >&5
23282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23283 (exit $ac_status); } && {
23284 test -z "$ac_c_werror_flag" ||
23285 test ! -s conftest.err
23286 } && test -s conftest.$ac_objext; then
23287 ac_hi=-1 ac_mid=-1
23288 while :; do
23289 cat >conftest.$ac_ext <<_ACEOF
23290 /* confdefs.h. */
23291 _ACEOF
23292 cat confdefs.h >>conftest.$ac_ext
23293 cat >>conftest.$ac_ext <<_ACEOF
23294 /* end confdefs.h. */
23295 $ac_includes_default
23296 typedef long long ac__type_sizeof_;
23297 int
23298 main ()
23299 {
23300 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
23301 test_array [0] = 0
23302
23303 ;
23304 return 0;
23305 }
23306 _ACEOF
23307 rm -f conftest.$ac_objext
23308 if { (ac_try="$ac_compile"
23309 case "(($ac_try" in
23310 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23311 *) ac_try_echo=$ac_try;;
23312 esac
23313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23314 (eval "$ac_compile") 2>conftest.er1
23315 ac_status=$?
23316 grep -v '^ *+' conftest.er1 >conftest.err
23317 rm -f conftest.er1
23318 cat conftest.err >&5
23319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23320 (exit $ac_status); } && {
23321 test -z "$ac_c_werror_flag" ||
23322 test ! -s conftest.err
23323 } && test -s conftest.$ac_objext; then
23324 ac_lo=$ac_mid; break
23325 else
23326 echo "$as_me: failed program was:" >&5
23327 sed 's/^/| /' conftest.$ac_ext >&5
23328
23329 ac_hi=`expr '(' $ac_mid ')' - 1`
23330 if test $ac_mid -le $ac_hi; then
23331 ac_lo= ac_hi=
23332 break
23333 fi
23334 ac_mid=`expr 2 '*' $ac_mid`
23335 fi
23336
23337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23338 done
23339 else
23340 echo "$as_me: failed program was:" >&5
23341 sed 's/^/| /' conftest.$ac_ext >&5
23342
23343 ac_lo= ac_hi=
23344 fi
23345
23346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23347 fi
23348
23349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23350 # Binary search between lo and hi bounds.
23351 while test "x$ac_lo" != "x$ac_hi"; do
23352 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23353 cat >conftest.$ac_ext <<_ACEOF
23354 /* confdefs.h. */
23355 _ACEOF
23356 cat confdefs.h >>conftest.$ac_ext
23357 cat >>conftest.$ac_ext <<_ACEOF
23358 /* end confdefs.h. */
23359 $ac_includes_default
23360 typedef long long ac__type_sizeof_;
23361 int
23362 main ()
23363 {
23364 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23365 test_array [0] = 0
23366
23367 ;
23368 return 0;
23369 }
23370 _ACEOF
23371 rm -f conftest.$ac_objext
23372 if { (ac_try="$ac_compile"
23373 case "(($ac_try" in
23374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23375 *) ac_try_echo=$ac_try;;
23376 esac
23377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23378 (eval "$ac_compile") 2>conftest.er1
23379 ac_status=$?
23380 grep -v '^ *+' conftest.er1 >conftest.err
23381 rm -f conftest.er1
23382 cat conftest.err >&5
23383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23384 (exit $ac_status); } && {
23385 test -z "$ac_c_werror_flag" ||
23386 test ! -s conftest.err
23387 } && test -s conftest.$ac_objext; then
23388 ac_hi=$ac_mid
23389 else
23390 echo "$as_me: failed program was:" >&5
23391 sed 's/^/| /' conftest.$ac_ext >&5
23392
23393 ac_lo=`expr '(' $ac_mid ')' + 1`
23394 fi
23395
23396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23397 done
23398 case $ac_lo in
23399 ?*) ac_cv_sizeof_long_long=$ac_lo;;
23400 '') if test "$ac_cv_type_long_long" = yes; then
23401 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
23402 See \`config.log' for more details." >&5
23403 echo "$as_me: error: cannot compute sizeof (long long)
23404 See \`config.log' for more details." >&2;}
23405 { (exit 77); exit 77; }; }
23406 else
23407 ac_cv_sizeof_long_long=0
23408 fi ;;
23409 esac
23410 else
23411 cat >conftest.$ac_ext <<_ACEOF
23412 /* confdefs.h. */
23413 _ACEOF
23414 cat confdefs.h >>conftest.$ac_ext
23415 cat >>conftest.$ac_ext <<_ACEOF
23416 /* end confdefs.h. */
23417 $ac_includes_default
23418 typedef long long ac__type_sizeof_;
23419 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23420 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23421 #include <stdio.h>
23422 #include <stdlib.h>
23423 int
23424 main ()
23425 {
23426
23427 FILE *f = fopen ("conftest.val", "w");
23428 if (! f)
23429 return 1;
23430 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23431 {
23432 long int i = longval ();
23433 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23434 return 1;
23435 fprintf (f, "%ld\n", i);
23436 }
23437 else
23438 {
23439 unsigned long int i = ulongval ();
23440 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23441 return 1;
23442 fprintf (f, "%lu\n", i);
23443 }
23444 return ferror (f) || fclose (f) != 0;
23445
23446 ;
23447 return 0;
23448 }
23449 _ACEOF
23450 rm -f conftest$ac_exeext
23451 if { (ac_try="$ac_link"
23452 case "(($ac_try" in
23453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23454 *) ac_try_echo=$ac_try;;
23455 esac
23456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23457 (eval "$ac_link") 2>&5
23458 ac_status=$?
23459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23460 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23461 { (case "(($ac_try" in
23462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23463 *) ac_try_echo=$ac_try;;
23464 esac
23465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23466 (eval "$ac_try") 2>&5
23467 ac_status=$?
23468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23469 (exit $ac_status); }; }; then
23470 ac_cv_sizeof_long_long=`cat conftest.val`
23471 else
23472 echo "$as_me: program exited with status $ac_status" >&5
23473 echo "$as_me: failed program was:" >&5
23474 sed 's/^/| /' conftest.$ac_ext >&5
23475
23476 ( exit $ac_status )
23477 if test "$ac_cv_type_long_long" = yes; then
23478 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
23479 See \`config.log' for more details." >&5
23480 echo "$as_me: error: cannot compute sizeof (long long)
23481 See \`config.log' for more details." >&2;}
23482 { (exit 77); exit 77; }; }
23483 else
23484 ac_cv_sizeof_long_long=0
23485 fi
23486 fi
23487 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23488 fi
23489 rm -f conftest.val
23490 fi
23491 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
23492 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
23493
23494
23495
23496 cat >>confdefs.h <<_ACEOF
23497 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
23498 _ACEOF
23499
23500
23501 if test "$ac_cv_sizeof_long_long" != 0; then
23502 CPPFLAGS="-D_INCLUDE_LONGLONG $CPPFLAGS"
23503 fi
23504 ;;
23505 * )
23506 { echo "$as_me:$LINENO: checking for long long" >&5
23507 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
23508 if test "${ac_cv_type_long_long+set}" = set; then
23509 echo $ECHO_N "(cached) $ECHO_C" >&6
23510 else
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 typedef long long ac__type_new_;
23519 int
23520 main ()
23521 {
23522 if ((ac__type_new_ *) 0)
23523 return 0;
23524 if (sizeof (ac__type_new_))
23525 return 0;
23526 ;
23527 return 0;
23528 }
23529 _ACEOF
23530 rm -f conftest.$ac_objext
23531 if { (ac_try="$ac_compile"
23532 case "(($ac_try" in
23533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23534 *) ac_try_echo=$ac_try;;
23535 esac
23536 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23537 (eval "$ac_compile") 2>conftest.er1
23538 ac_status=$?
23539 grep -v '^ *+' conftest.er1 >conftest.err
23540 rm -f conftest.er1
23541 cat conftest.err >&5
23542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23543 (exit $ac_status); } && {
23544 test -z "$ac_c_werror_flag" ||
23545 test ! -s conftest.err
23546 } && test -s conftest.$ac_objext; then
23547 ac_cv_type_long_long=yes
23548 else
23549 echo "$as_me: failed program was:" >&5
23550 sed 's/^/| /' conftest.$ac_ext >&5
23551
23552 ac_cv_type_long_long=no
23553 fi
23554
23555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23556 fi
23557 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
23558 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
23559
23560 # The cast to long int works around a bug in the HP C Compiler
23561 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
23562 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23563 # This bug is HP SR number 8606223364.
23564 { echo "$as_me:$LINENO: checking size of long long" >&5
23565 echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
23566 if test "${ac_cv_sizeof_long_long+set}" = set; then
23567 echo $ECHO_N "(cached) $ECHO_C" >&6
23568 else
23569 if test "$cross_compiling" = yes; then
23570 # Depending upon the size, compute the lo and hi bounds.
23571 cat >conftest.$ac_ext <<_ACEOF
23572 /* confdefs.h. */
23573 _ACEOF
23574 cat confdefs.h >>conftest.$ac_ext
23575 cat >>conftest.$ac_ext <<_ACEOF
23576 /* end confdefs.h. */
23577 $ac_includes_default
23578 typedef long long ac__type_sizeof_;
23579 int
23580 main ()
23581 {
23582 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
23583 test_array [0] = 0
23584
23585 ;
23586 return 0;
23587 }
23588 _ACEOF
23589 rm -f conftest.$ac_objext
23590 if { (ac_try="$ac_compile"
23591 case "(($ac_try" in
23592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23593 *) ac_try_echo=$ac_try;;
23594 esac
23595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23596 (eval "$ac_compile") 2>conftest.er1
23597 ac_status=$?
23598 grep -v '^ *+' conftest.er1 >conftest.err
23599 rm -f conftest.er1
23600 cat conftest.err >&5
23601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23602 (exit $ac_status); } && {
23603 test -z "$ac_c_werror_flag" ||
23604 test ! -s conftest.err
23605 } && test -s conftest.$ac_objext; then
23606 ac_lo=0 ac_mid=0
23607 while :; do
23608 cat >conftest.$ac_ext <<_ACEOF
23609 /* confdefs.h. */
23610 _ACEOF
23611 cat confdefs.h >>conftest.$ac_ext
23612 cat >>conftest.$ac_ext <<_ACEOF
23613 /* end confdefs.h. */
23614 $ac_includes_default
23615 typedef long long ac__type_sizeof_;
23616 int
23617 main ()
23618 {
23619 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23620 test_array [0] = 0
23621
23622 ;
23623 return 0;
23624 }
23625 _ACEOF
23626 rm -f conftest.$ac_objext
23627 if { (ac_try="$ac_compile"
23628 case "(($ac_try" in
23629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23630 *) ac_try_echo=$ac_try;;
23631 esac
23632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23633 (eval "$ac_compile") 2>conftest.er1
23634 ac_status=$?
23635 grep -v '^ *+' conftest.er1 >conftest.err
23636 rm -f conftest.er1
23637 cat conftest.err >&5
23638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23639 (exit $ac_status); } && {
23640 test -z "$ac_c_werror_flag" ||
23641 test ! -s conftest.err
23642 } && test -s conftest.$ac_objext; then
23643 ac_hi=$ac_mid; break
23644 else
23645 echo "$as_me: failed program was:" >&5
23646 sed 's/^/| /' conftest.$ac_ext >&5
23647
23648 ac_lo=`expr $ac_mid + 1`
23649 if test $ac_lo -le $ac_mid; then
23650 ac_lo= ac_hi=
23651 break
23652 fi
23653 ac_mid=`expr 2 '*' $ac_mid + 1`
23654 fi
23655
23656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23657 done
23658 else
23659 echo "$as_me: failed program was:" >&5
23660 sed 's/^/| /' conftest.$ac_ext >&5
23661
23662 cat >conftest.$ac_ext <<_ACEOF
23663 /* confdefs.h. */
23664 _ACEOF
23665 cat confdefs.h >>conftest.$ac_ext
23666 cat >>conftest.$ac_ext <<_ACEOF
23667 /* end confdefs.h. */
23668 $ac_includes_default
23669 typedef long long ac__type_sizeof_;
23670 int
23671 main ()
23672 {
23673 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
23674 test_array [0] = 0
23675
23676 ;
23677 return 0;
23678 }
23679 _ACEOF
23680 rm -f conftest.$ac_objext
23681 if { (ac_try="$ac_compile"
23682 case "(($ac_try" in
23683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23684 *) ac_try_echo=$ac_try;;
23685 esac
23686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23687 (eval "$ac_compile") 2>conftest.er1
23688 ac_status=$?
23689 grep -v '^ *+' conftest.er1 >conftest.err
23690 rm -f conftest.er1
23691 cat conftest.err >&5
23692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23693 (exit $ac_status); } && {
23694 test -z "$ac_c_werror_flag" ||
23695 test ! -s conftest.err
23696 } && test -s conftest.$ac_objext; then
23697 ac_hi=-1 ac_mid=-1
23698 while :; do
23699 cat >conftest.$ac_ext <<_ACEOF
23700 /* confdefs.h. */
23701 _ACEOF
23702 cat confdefs.h >>conftest.$ac_ext
23703 cat >>conftest.$ac_ext <<_ACEOF
23704 /* end confdefs.h. */
23705 $ac_includes_default
23706 typedef long long ac__type_sizeof_;
23707 int
23708 main ()
23709 {
23710 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
23711 test_array [0] = 0
23712
23713 ;
23714 return 0;
23715 }
23716 _ACEOF
23717 rm -f conftest.$ac_objext
23718 if { (ac_try="$ac_compile"
23719 case "(($ac_try" in
23720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23721 *) ac_try_echo=$ac_try;;
23722 esac
23723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23724 (eval "$ac_compile") 2>conftest.er1
23725 ac_status=$?
23726 grep -v '^ *+' conftest.er1 >conftest.err
23727 rm -f conftest.er1
23728 cat conftest.err >&5
23729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23730 (exit $ac_status); } && {
23731 test -z "$ac_c_werror_flag" ||
23732 test ! -s conftest.err
23733 } && test -s conftest.$ac_objext; then
23734 ac_lo=$ac_mid; break
23735 else
23736 echo "$as_me: failed program was:" >&5
23737 sed 's/^/| /' conftest.$ac_ext >&5
23738
23739 ac_hi=`expr '(' $ac_mid ')' - 1`
23740 if test $ac_mid -le $ac_hi; then
23741 ac_lo= ac_hi=
23742 break
23743 fi
23744 ac_mid=`expr 2 '*' $ac_mid`
23745 fi
23746
23747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23748 done
23749 else
23750 echo "$as_me: failed program was:" >&5
23751 sed 's/^/| /' conftest.$ac_ext >&5
23752
23753 ac_lo= ac_hi=
23754 fi
23755
23756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23757 fi
23758
23759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23760 # Binary search between lo and hi bounds.
23761 while test "x$ac_lo" != "x$ac_hi"; do
23762 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
23763 cat >conftest.$ac_ext <<_ACEOF
23764 /* confdefs.h. */
23765 _ACEOF
23766 cat confdefs.h >>conftest.$ac_ext
23767 cat >>conftest.$ac_ext <<_ACEOF
23768 /* end confdefs.h. */
23769 $ac_includes_default
23770 typedef long long ac__type_sizeof_;
23771 int
23772 main ()
23773 {
23774 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
23775 test_array [0] = 0
23776
23777 ;
23778 return 0;
23779 }
23780 _ACEOF
23781 rm -f conftest.$ac_objext
23782 if { (ac_try="$ac_compile"
23783 case "(($ac_try" in
23784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23785 *) ac_try_echo=$ac_try;;
23786 esac
23787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23788 (eval "$ac_compile") 2>conftest.er1
23789 ac_status=$?
23790 grep -v '^ *+' conftest.er1 >conftest.err
23791 rm -f conftest.er1
23792 cat conftest.err >&5
23793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23794 (exit $ac_status); } && {
23795 test -z "$ac_c_werror_flag" ||
23796 test ! -s conftest.err
23797 } && test -s conftest.$ac_objext; then
23798 ac_hi=$ac_mid
23799 else
23800 echo "$as_me: failed program was:" >&5
23801 sed 's/^/| /' conftest.$ac_ext >&5
23802
23803 ac_lo=`expr '(' $ac_mid ')' + 1`
23804 fi
23805
23806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23807 done
23808 case $ac_lo in
23809 ?*) ac_cv_sizeof_long_long=$ac_lo;;
23810 '') if test "$ac_cv_type_long_long" = yes; then
23811 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
23812 See \`config.log' for more details." >&5
23813 echo "$as_me: error: cannot compute sizeof (long long)
23814 See \`config.log' for more details." >&2;}
23815 { (exit 77); exit 77; }; }
23816 else
23817 ac_cv_sizeof_long_long=0
23818 fi ;;
23819 esac
23820 else
23821 cat >conftest.$ac_ext <<_ACEOF
23822 /* confdefs.h. */
23823 _ACEOF
23824 cat confdefs.h >>conftest.$ac_ext
23825 cat >>conftest.$ac_ext <<_ACEOF
23826 /* end confdefs.h. */
23827 $ac_includes_default
23828 typedef long long ac__type_sizeof_;
23829 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
23830 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
23831 #include <stdio.h>
23832 #include <stdlib.h>
23833 int
23834 main ()
23835 {
23836
23837 FILE *f = fopen ("conftest.val", "w");
23838 if (! f)
23839 return 1;
23840 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
23841 {
23842 long int i = longval ();
23843 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23844 return 1;
23845 fprintf (f, "%ld\n", i);
23846 }
23847 else
23848 {
23849 unsigned long int i = ulongval ();
23850 if (i != ((long int) (sizeof (ac__type_sizeof_))))
23851 return 1;
23852 fprintf (f, "%lu\n", i);
23853 }
23854 return ferror (f) || fclose (f) != 0;
23855
23856 ;
23857 return 0;
23858 }
23859 _ACEOF
23860 rm -f conftest$ac_exeext
23861 if { (ac_try="$ac_link"
23862 case "(($ac_try" in
23863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23864 *) ac_try_echo=$ac_try;;
23865 esac
23866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23867 (eval "$ac_link") 2>&5
23868 ac_status=$?
23869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23870 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
23871 { (case "(($ac_try" in
23872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23873 *) ac_try_echo=$ac_try;;
23874 esac
23875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23876 (eval "$ac_try") 2>&5
23877 ac_status=$?
23878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23879 (exit $ac_status); }; }; then
23880 ac_cv_sizeof_long_long=`cat conftest.val`
23881 else
23882 echo "$as_me: program exited with status $ac_status" >&5
23883 echo "$as_me: failed program was:" >&5
23884 sed 's/^/| /' conftest.$ac_ext >&5
23885
23886 ( exit $ac_status )
23887 if test "$ac_cv_type_long_long" = yes; then
23888 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
23889 See \`config.log' for more details." >&5
23890 echo "$as_me: error: cannot compute sizeof (long long)
23891 See \`config.log' for more details." >&2;}
23892 { (exit 77); exit 77; }; }
23893 else
23894 ac_cv_sizeof_long_long=0
23895 fi
23896 fi
23897 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
23898 fi
23899 rm -f conftest.val
23900 fi
23901 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
23902 echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; }
23903
23904
23905
23906 cat >>confdefs.h <<_ACEOF
23907 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
23908 _ACEOF
23909
23910
23911 esac
23912
23913 { echo "$as_me:$LINENO: checking for wchar_t" >&5
23914 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6; }
23915 if test "${ac_cv_type_wchar_t+set}" = set; then
23916 echo $ECHO_N "(cached) $ECHO_C" >&6
23917 else
23918 cat >conftest.$ac_ext <<_ACEOF
23919 /* confdefs.h. */
23920 _ACEOF
23921 cat confdefs.h >>conftest.$ac_ext
23922 cat >>conftest.$ac_ext <<_ACEOF
23923 /* end confdefs.h. */
23924
23925 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
23926 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
23927 # error "fake wchar_t"
23928 #endif
23929 #ifdef HAVE_WCHAR_H
23930 # ifdef __CYGWIN__
23931 # include <stddef.h>
23932 # endif
23933 # include <wchar.h>
23934 #endif
23935 #ifdef HAVE_STDLIB_H
23936 # include <stdlib.h>
23937 #endif
23938 #include <stdio.h>
23939
23940
23941
23942 typedef wchar_t ac__type_new_;
23943 int
23944 main ()
23945 {
23946 if ((ac__type_new_ *) 0)
23947 return 0;
23948 if (sizeof (ac__type_new_))
23949 return 0;
23950 ;
23951 return 0;
23952 }
23953 _ACEOF
23954 rm -f conftest.$ac_objext
23955 if { (ac_try="$ac_compile"
23956 case "(($ac_try" in
23957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23958 *) ac_try_echo=$ac_try;;
23959 esac
23960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23961 (eval "$ac_compile") 2>conftest.er1
23962 ac_status=$?
23963 grep -v '^ *+' conftest.er1 >conftest.err
23964 rm -f conftest.er1
23965 cat conftest.err >&5
23966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23967 (exit $ac_status); } && {
23968 test -z "$ac_c_werror_flag" ||
23969 test ! -s conftest.err
23970 } && test -s conftest.$ac_objext; then
23971 ac_cv_type_wchar_t=yes
23972 else
23973 echo "$as_me: failed program was:" >&5
23974 sed 's/^/| /' conftest.$ac_ext >&5
23975
23976 ac_cv_type_wchar_t=no
23977 fi
23978
23979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23980 fi
23981 { echo "$as_me:$LINENO: result: $ac_cv_type_wchar_t" >&5
23982 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6; }
23983
23984 # The cast to long int works around a bug in the HP C Compiler
23985 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
23986 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
23987 # This bug is HP SR number 8606223364.
23988 { echo "$as_me:$LINENO: checking size of wchar_t" >&5
23989 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6; }
23990 if test "${ac_cv_sizeof_wchar_t+set}" = set; then
23991 echo $ECHO_N "(cached) $ECHO_C" >&6
23992 else
23993 if test "$cross_compiling" = yes; then
23994 # Depending upon the size, compute the lo and hi bounds.
23995 cat >conftest.$ac_ext <<_ACEOF
23996 /* confdefs.h. */
23997 _ACEOF
23998 cat confdefs.h >>conftest.$ac_ext
23999 cat >>conftest.$ac_ext <<_ACEOF
24000 /* end confdefs.h. */
24001
24002 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
24003 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24004 # error "fake wchar_t"
24005 #endif
24006 #ifdef HAVE_WCHAR_H
24007 # ifdef __CYGWIN__
24008 # include <stddef.h>
24009 # endif
24010 # include <wchar.h>
24011 #endif
24012 #ifdef HAVE_STDLIB_H
24013 # include <stdlib.h>
24014 #endif
24015 #include <stdio.h>
24016
24017
24018
24019 typedef wchar_t ac__type_sizeof_;
24020 int
24021 main ()
24022 {
24023 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
24024 test_array [0] = 0
24025
24026 ;
24027 return 0;
24028 }
24029 _ACEOF
24030 rm -f conftest.$ac_objext
24031 if { (ac_try="$ac_compile"
24032 case "(($ac_try" in
24033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24034 *) ac_try_echo=$ac_try;;
24035 esac
24036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24037 (eval "$ac_compile") 2>conftest.er1
24038 ac_status=$?
24039 grep -v '^ *+' conftest.er1 >conftest.err
24040 rm -f conftest.er1
24041 cat conftest.err >&5
24042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24043 (exit $ac_status); } && {
24044 test -z "$ac_c_werror_flag" ||
24045 test ! -s conftest.err
24046 } && test -s conftest.$ac_objext; then
24047 ac_lo=0 ac_mid=0
24048 while :; do
24049 cat >conftest.$ac_ext <<_ACEOF
24050 /* confdefs.h. */
24051 _ACEOF
24052 cat confdefs.h >>conftest.$ac_ext
24053 cat >>conftest.$ac_ext <<_ACEOF
24054 /* end confdefs.h. */
24055
24056 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
24057 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24058 # error "fake wchar_t"
24059 #endif
24060 #ifdef HAVE_WCHAR_H
24061 # ifdef __CYGWIN__
24062 # include <stddef.h>
24063 # endif
24064 # include <wchar.h>
24065 #endif
24066 #ifdef HAVE_STDLIB_H
24067 # include <stdlib.h>
24068 #endif
24069 #include <stdio.h>
24070
24071
24072
24073 typedef wchar_t ac__type_sizeof_;
24074 int
24075 main ()
24076 {
24077 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
24078 test_array [0] = 0
24079
24080 ;
24081 return 0;
24082 }
24083 _ACEOF
24084 rm -f conftest.$ac_objext
24085 if { (ac_try="$ac_compile"
24086 case "(($ac_try" in
24087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24088 *) ac_try_echo=$ac_try;;
24089 esac
24090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24091 (eval "$ac_compile") 2>conftest.er1
24092 ac_status=$?
24093 grep -v '^ *+' conftest.er1 >conftest.err
24094 rm -f conftest.er1
24095 cat conftest.err >&5
24096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24097 (exit $ac_status); } && {
24098 test -z "$ac_c_werror_flag" ||
24099 test ! -s conftest.err
24100 } && test -s conftest.$ac_objext; then
24101 ac_hi=$ac_mid; break
24102 else
24103 echo "$as_me: failed program was:" >&5
24104 sed 's/^/| /' conftest.$ac_ext >&5
24105
24106 ac_lo=`expr $ac_mid + 1`
24107 if test $ac_lo -le $ac_mid; then
24108 ac_lo= ac_hi=
24109 break
24110 fi
24111 ac_mid=`expr 2 '*' $ac_mid + 1`
24112 fi
24113
24114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24115 done
24116 else
24117 echo "$as_me: failed program was:" >&5
24118 sed 's/^/| /' conftest.$ac_ext >&5
24119
24120 cat >conftest.$ac_ext <<_ACEOF
24121 /* confdefs.h. */
24122 _ACEOF
24123 cat confdefs.h >>conftest.$ac_ext
24124 cat >>conftest.$ac_ext <<_ACEOF
24125 /* end confdefs.h. */
24126
24127 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
24128 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24129 # error "fake wchar_t"
24130 #endif
24131 #ifdef HAVE_WCHAR_H
24132 # ifdef __CYGWIN__
24133 # include <stddef.h>
24134 # endif
24135 # include <wchar.h>
24136 #endif
24137 #ifdef HAVE_STDLIB_H
24138 # include <stdlib.h>
24139 #endif
24140 #include <stdio.h>
24141
24142
24143
24144 typedef wchar_t ac__type_sizeof_;
24145 int
24146 main ()
24147 {
24148 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
24149 test_array [0] = 0
24150
24151 ;
24152 return 0;
24153 }
24154 _ACEOF
24155 rm -f conftest.$ac_objext
24156 if { (ac_try="$ac_compile"
24157 case "(($ac_try" in
24158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24159 *) ac_try_echo=$ac_try;;
24160 esac
24161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24162 (eval "$ac_compile") 2>conftest.er1
24163 ac_status=$?
24164 grep -v '^ *+' conftest.er1 >conftest.err
24165 rm -f conftest.er1
24166 cat conftest.err >&5
24167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24168 (exit $ac_status); } && {
24169 test -z "$ac_c_werror_flag" ||
24170 test ! -s conftest.err
24171 } && test -s conftest.$ac_objext; then
24172 ac_hi=-1 ac_mid=-1
24173 while :; do
24174 cat >conftest.$ac_ext <<_ACEOF
24175 /* confdefs.h. */
24176 _ACEOF
24177 cat confdefs.h >>conftest.$ac_ext
24178 cat >>conftest.$ac_ext <<_ACEOF
24179 /* end confdefs.h. */
24180
24181 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
24182 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24183 # error "fake wchar_t"
24184 #endif
24185 #ifdef HAVE_WCHAR_H
24186 # ifdef __CYGWIN__
24187 # include <stddef.h>
24188 # endif
24189 # include <wchar.h>
24190 #endif
24191 #ifdef HAVE_STDLIB_H
24192 # include <stdlib.h>
24193 #endif
24194 #include <stdio.h>
24195
24196
24197
24198 typedef wchar_t ac__type_sizeof_;
24199 int
24200 main ()
24201 {
24202 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
24203 test_array [0] = 0
24204
24205 ;
24206 return 0;
24207 }
24208 _ACEOF
24209 rm -f conftest.$ac_objext
24210 if { (ac_try="$ac_compile"
24211 case "(($ac_try" in
24212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24213 *) ac_try_echo=$ac_try;;
24214 esac
24215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24216 (eval "$ac_compile") 2>conftest.er1
24217 ac_status=$?
24218 grep -v '^ *+' conftest.er1 >conftest.err
24219 rm -f conftest.er1
24220 cat conftest.err >&5
24221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24222 (exit $ac_status); } && {
24223 test -z "$ac_c_werror_flag" ||
24224 test ! -s conftest.err
24225 } && test -s conftest.$ac_objext; then
24226 ac_lo=$ac_mid; break
24227 else
24228 echo "$as_me: failed program was:" >&5
24229 sed 's/^/| /' conftest.$ac_ext >&5
24230
24231 ac_hi=`expr '(' $ac_mid ')' - 1`
24232 if test $ac_mid -le $ac_hi; then
24233 ac_lo= ac_hi=
24234 break
24235 fi
24236 ac_mid=`expr 2 '*' $ac_mid`
24237 fi
24238
24239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24240 done
24241 else
24242 echo "$as_me: failed program was:" >&5
24243 sed 's/^/| /' conftest.$ac_ext >&5
24244
24245 ac_lo= ac_hi=
24246 fi
24247
24248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24249 fi
24250
24251 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24252 # Binary search between lo and hi bounds.
24253 while test "x$ac_lo" != "x$ac_hi"; do
24254 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
24255 cat >conftest.$ac_ext <<_ACEOF
24256 /* confdefs.h. */
24257 _ACEOF
24258 cat confdefs.h >>conftest.$ac_ext
24259 cat >>conftest.$ac_ext <<_ACEOF
24260 /* end confdefs.h. */
24261
24262 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
24263 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24264 # error "fake wchar_t"
24265 #endif
24266 #ifdef HAVE_WCHAR_H
24267 # ifdef __CYGWIN__
24268 # include <stddef.h>
24269 # endif
24270 # include <wchar.h>
24271 #endif
24272 #ifdef HAVE_STDLIB_H
24273 # include <stdlib.h>
24274 #endif
24275 #include <stdio.h>
24276
24277
24278
24279 typedef wchar_t ac__type_sizeof_;
24280 int
24281 main ()
24282 {
24283 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
24284 test_array [0] = 0
24285
24286 ;
24287 return 0;
24288 }
24289 _ACEOF
24290 rm -f conftest.$ac_objext
24291 if { (ac_try="$ac_compile"
24292 case "(($ac_try" in
24293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24294 *) ac_try_echo=$ac_try;;
24295 esac
24296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24297 (eval "$ac_compile") 2>conftest.er1
24298 ac_status=$?
24299 grep -v '^ *+' conftest.er1 >conftest.err
24300 rm -f conftest.er1
24301 cat conftest.err >&5
24302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24303 (exit $ac_status); } && {
24304 test -z "$ac_c_werror_flag" ||
24305 test ! -s conftest.err
24306 } && test -s conftest.$ac_objext; then
24307 ac_hi=$ac_mid
24308 else
24309 echo "$as_me: failed program was:" >&5
24310 sed 's/^/| /' conftest.$ac_ext >&5
24311
24312 ac_lo=`expr '(' $ac_mid ')' + 1`
24313 fi
24314
24315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24316 done
24317 case $ac_lo in
24318 ?*) ac_cv_sizeof_wchar_t=$ac_lo;;
24319 '') if test "$ac_cv_type_wchar_t" = yes; then
24320 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t)
24321 See \`config.log' for more details." >&5
24322 echo "$as_me: error: cannot compute sizeof (wchar_t)
24323 See \`config.log' for more details." >&2;}
24324 { (exit 77); exit 77; }; }
24325 else
24326 ac_cv_sizeof_wchar_t=0
24327 fi ;;
24328 esac
24329 else
24330 cat >conftest.$ac_ext <<_ACEOF
24331 /* confdefs.h. */
24332 _ACEOF
24333 cat confdefs.h >>conftest.$ac_ext
24334 cat >>conftest.$ac_ext <<_ACEOF
24335 /* end confdefs.h. */
24336
24337 /* DJGPP's wchar_t is now a keyword in C++ (still not C though) */
24338 #if defined(__DJGPP__) && !( (__GNUC_MINOR__ >= 8 && __GNUC__ == 2 ) || __GNUC__ >= 3 )
24339 # error "fake wchar_t"
24340 #endif
24341 #ifdef HAVE_WCHAR_H
24342 # ifdef __CYGWIN__
24343 # include <stddef.h>
24344 # endif
24345 # include <wchar.h>
24346 #endif
24347 #ifdef HAVE_STDLIB_H
24348 # include <stdlib.h>
24349 #endif
24350 #include <stdio.h>
24351
24352
24353
24354 typedef wchar_t ac__type_sizeof_;
24355 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
24356 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
24357 #include <stdio.h>
24358 #include <stdlib.h>
24359 int
24360 main ()
24361 {
24362
24363 FILE *f = fopen ("conftest.val", "w");
24364 if (! f)
24365 return 1;
24366 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
24367 {
24368 long int i = longval ();
24369 if (i != ((long int) (sizeof (ac__type_sizeof_))))
24370 return 1;
24371 fprintf (f, "%ld\n", i);
24372 }
24373 else
24374 {
24375 unsigned long int i = ulongval ();
24376 if (i != ((long int) (sizeof (ac__type_sizeof_))))
24377 return 1;
24378 fprintf (f, "%lu\n", i);
24379 }
24380 return ferror (f) || fclose (f) != 0;
24381
24382 ;
24383 return 0;
24384 }
24385 _ACEOF
24386 rm -f conftest$ac_exeext
24387 if { (ac_try="$ac_link"
24388 case "(($ac_try" in
24389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24390 *) ac_try_echo=$ac_try;;
24391 esac
24392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24393 (eval "$ac_link") 2>&5
24394 ac_status=$?
24395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24396 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24397 { (case "(($ac_try" in
24398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24399 *) ac_try_echo=$ac_try;;
24400 esac
24401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24402 (eval "$ac_try") 2>&5
24403 ac_status=$?
24404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24405 (exit $ac_status); }; }; then
24406 ac_cv_sizeof_wchar_t=`cat conftest.val`
24407 else
24408 echo "$as_me: program exited with status $ac_status" >&5
24409 echo "$as_me: failed program was:" >&5
24410 sed 's/^/| /' conftest.$ac_ext >&5
24411
24412 ( exit $ac_status )
24413 if test "$ac_cv_type_wchar_t" = yes; then
24414 { { echo "$as_me:$LINENO: error: cannot compute sizeof (wchar_t)
24415 See \`config.log' for more details." >&5
24416 echo "$as_me: error: cannot compute sizeof (wchar_t)
24417 See \`config.log' for more details." >&2;}
24418 { (exit 77); exit 77; }; }
24419 else
24420 ac_cv_sizeof_wchar_t=0
24421 fi
24422 fi
24423 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24424 fi
24425 rm -f conftest.val
24426 fi
24427 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_wchar_t" >&5
24428 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6; }
24429
24430
24431
24432 cat >>confdefs.h <<_ACEOF
24433 #define SIZEOF_WCHAR_T $ac_cv_sizeof_wchar_t
24434 _ACEOF
24435
24436
24437 if test "$ac_cv_sizeof_wchar_t" = 0; then
24438 { { echo "$as_me:$LINENO: error: wxWidgets requires wchar_t support." >&5
24439 echo "$as_me: error: wxWidgets requires wchar_t support." >&2;}
24440 { (exit 1); exit 1; }; }
24441 fi
24442 cat >>confdefs.h <<\_ACEOF
24443 #define wxUSE_WCHAR_T 1
24444 _ACEOF
24445
24446
24447 { echo "$as_me:$LINENO: checking for va_copy" >&5
24448 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
24449 if test "${wx_cv_func_va_copy+set}" = set; then
24450 echo $ECHO_N "(cached) $ECHO_C" >&6
24451 else
24452
24453 ac_ext=cpp
24454 ac_cpp='$CXXCPP $CPPFLAGS'
24455 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24456 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24457 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24458
24459 cat >conftest.$ac_ext <<_ACEOF
24460
24461 #include <stdarg.h>
24462 void foo(char *f, ...)
24463 {
24464 va_list ap1, ap2;
24465 va_start(ap1, f);
24466 va_copy(ap2, ap1);
24467 va_end(ap2);
24468 va_end(ap1);
24469 }
24470 int main()
24471 {
24472 foo("hi", 17);
24473 return 0;
24474 }
24475 _ACEOF
24476 rm -f conftest.$ac_objext conftest$ac_exeext
24477 if { (ac_try="$ac_link"
24478 case "(($ac_try" in
24479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24480 *) ac_try_echo=$ac_try;;
24481 esac
24482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24483 (eval "$ac_link") 2>conftest.er1
24484 ac_status=$?
24485 grep -v '^ *+' conftest.er1 >conftest.err
24486 rm -f conftest.er1
24487 cat conftest.err >&5
24488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24489 (exit $ac_status); } && {
24490 test -z "$ac_cxx_werror_flag" ||
24491 test ! -s conftest.err
24492 } && test -s conftest$ac_exeext &&
24493 $as_test_x conftest$ac_exeext; then
24494 wx_cv_func_va_copy=yes
24495 else
24496 echo "$as_me: failed program was:" >&5
24497 sed 's/^/| /' conftest.$ac_ext >&5
24498
24499 wx_cv_func_va_copy=no
24500
24501 fi
24502
24503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24504 conftest$ac_exeext conftest.$ac_ext
24505 ac_ext=c
24506 ac_cpp='$CPP $CPPFLAGS'
24507 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24508 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24509 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24510
24511
24512
24513 fi
24514 { echo "$as_me:$LINENO: result: $wx_cv_func_va_copy" >&5
24515 echo "${ECHO_T}$wx_cv_func_va_copy" >&6; }
24516
24517 if test $wx_cv_func_va_copy = "yes"; then
24518 cat >>confdefs.h <<\_ACEOF
24519 #define HAVE_VA_COPY 1
24520 _ACEOF
24521
24522 else
24523 { echo "$as_me:$LINENO: checking if va_list can be copied by value" >&5
24524 echo $ECHO_N "checking if va_list can be copied by value... $ECHO_C" >&6; }
24525 if test "${wx_cv_type_va_list_lvalue+set}" = set; then
24526 echo $ECHO_N "(cached) $ECHO_C" >&6
24527 else
24528
24529 if test "$cross_compiling" = yes; then
24530 wx_cv_type_va_list_lvalue=yes
24531
24532 else
24533 cat >conftest.$ac_ext <<_ACEOF
24534
24535 #include <stdarg.h>
24536 int foo(char *f, ...)
24537 {
24538 va_list ap1, ap2;
24539 va_start(ap1, f);
24540 ap2 = ap1;
24541 if ( va_arg(ap1, int) != 17 || va_arg(ap2, int) != 17 )
24542 return 1;
24543 va_end(ap2);
24544 va_end(ap1);
24545 return 0;
24546 }
24547 int main()
24548 {
24549 return foo("hi", 17);
24550 }
24551 _ACEOF
24552 rm -f conftest$ac_exeext
24553 if { (ac_try="$ac_link"
24554 case "(($ac_try" in
24555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24556 *) ac_try_echo=$ac_try;;
24557 esac
24558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24559 (eval "$ac_link") 2>&5
24560 ac_status=$?
24561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24562 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
24563 { (case "(($ac_try" in
24564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24565 *) ac_try_echo=$ac_try;;
24566 esac
24567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24568 (eval "$ac_try") 2>&5
24569 ac_status=$?
24570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24571 (exit $ac_status); }; }; then
24572 wx_cv_type_va_list_lvalue=yes
24573 else
24574 echo "$as_me: program exited with status $ac_status" >&5
24575 echo "$as_me: failed program was:" >&5
24576 sed 's/^/| /' conftest.$ac_ext >&5
24577
24578 ( exit $ac_status )
24579 wx_cv_type_va_list_lvalue=no
24580 fi
24581 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
24582 fi
24583
24584
24585
24586
24587 fi
24588 { echo "$as_me:$LINENO: result: $wx_cv_type_va_list_lvalue" >&5
24589 echo "${ECHO_T}$wx_cv_type_va_list_lvalue" >&6; }
24590
24591 if test $wx_cv_type_va_list_lvalue != "yes"; then
24592 cat >>confdefs.h <<\_ACEOF
24593 #define VA_LIST_IS_ARRAY 1
24594 _ACEOF
24595
24596 fi
24597 fi
24598
24599 if test "$wxUSE_VARARG_MACROS" = "yes"; then
24600
24601 { echo "$as_me:$LINENO: checking whether the compiler supports variadic macros" >&5
24602 echo $ECHO_N "checking whether the compiler supports variadic macros... $ECHO_C" >&6; }
24603 if test "${wx_cv_have_variadic_macros+set}" = set; then
24604 echo $ECHO_N "(cached) $ECHO_C" >&6
24605 else
24606
24607 ac_ext=cpp
24608 ac_cpp='$CXXCPP $CPPFLAGS'
24609 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24610 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24611 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24612
24613 cat >conftest.$ac_ext <<_ACEOF
24614 /* confdefs.h. */
24615 _ACEOF
24616 cat confdefs.h >>conftest.$ac_ext
24617 cat >>conftest.$ac_ext <<_ACEOF
24618 /* end confdefs.h. */
24619
24620 #include <stdio.h>
24621 #define test(fmt, ...) printf(fmt, __VA_ARGS__)
24622
24623 int
24624 main ()
24625 {
24626
24627 test("%s %d %p", "test", 1, 0);
24628
24629
24630 ;
24631 return 0;
24632 }
24633 _ACEOF
24634 rm -f conftest.$ac_objext
24635 if { (ac_try="$ac_compile"
24636 case "(($ac_try" in
24637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24638 *) ac_try_echo=$ac_try;;
24639 esac
24640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24641 (eval "$ac_compile") 2>conftest.er1
24642 ac_status=$?
24643 grep -v '^ *+' conftest.er1 >conftest.err
24644 rm -f conftest.er1
24645 cat conftest.err >&5
24646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24647 (exit $ac_status); } && {
24648 test -z "$ac_cxx_werror_flag" ||
24649 test ! -s conftest.err
24650 } && test -s conftest.$ac_objext; then
24651 wx_cv_have_variadic_macros=yes
24652 else
24653 echo "$as_me: failed program was:" >&5
24654 sed 's/^/| /' conftest.$ac_ext >&5
24655
24656 wx_cv_have_variadic_macros=no
24657
24658 fi
24659
24660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24661 ac_ext=c
24662 ac_cpp='$CPP $CPPFLAGS'
24663 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24664 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24665 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24666
24667
24668
24669 fi
24670 { echo "$as_me:$LINENO: result: $wx_cv_have_variadic_macros" >&5
24671 echo "${ECHO_T}$wx_cv_have_variadic_macros" >&6; }
24672
24673 if test $wx_cv_have_variadic_macros = "yes"; then
24674 cat >>confdefs.h <<\_ACEOF
24675 #define HAVE_VARIADIC_MACROS 1
24676 _ACEOF
24677
24678 fi
24679
24680 fi
24681
24682 LARGEFILE_CPPFLAGS=
24683 # Check whether --enable-largefile was given.
24684 if test "${enable_largefile+set}" = set; then
24685 enableval=$enable_largefile;
24686 fi
24687
24688 if test "$enable_largefile" != no; then
24689 wx_largefile=no
24690
24691 { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
24692 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; }
24693 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
24694 echo $ECHO_N "(cached) $ECHO_C" >&6
24695 else
24696
24697 cat >conftest.$ac_ext <<_ACEOF
24698 /* confdefs.h. */
24699 _ACEOF
24700 cat confdefs.h >>conftest.$ac_ext
24701 cat >>conftest.$ac_ext <<_ACEOF
24702 /* end confdefs.h. */
24703 #define _FILE_OFFSET_BITS 64
24704 #include <sys/types.h>
24705 int
24706 main ()
24707 {
24708 typedef struct {
24709 unsigned int field: sizeof(off_t) == 8;
24710 } wxlf;
24711
24712 ;
24713 return 0;
24714 }
24715 _ACEOF
24716 rm -f conftest.$ac_objext
24717 if { (ac_try="$ac_compile"
24718 case "(($ac_try" in
24719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24720 *) ac_try_echo=$ac_try;;
24721 esac
24722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24723 (eval "$ac_compile") 2>conftest.er1
24724 ac_status=$?
24725 grep -v '^ *+' conftest.er1 >conftest.err
24726 rm -f conftest.er1
24727 cat conftest.err >&5
24728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24729 (exit $ac_status); } && {
24730 test -z "$ac_c_werror_flag" ||
24731 test ! -s conftest.err
24732 } && test -s conftest.$ac_objext; then
24733 ac_cv_sys_file_offset_bits=64
24734 else
24735 echo "$as_me: failed program was:" >&5
24736 sed 's/^/| /' conftest.$ac_ext >&5
24737
24738 ac_cv_sys_file_offset_bits=no
24739 fi
24740
24741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24742
24743
24744 fi
24745 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
24746 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
24747
24748 if test "$ac_cv_sys_file_offset_bits" != no; then
24749 wx_largefile=yes
24750 cat >>confdefs.h <<_ACEOF
24751 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
24752 _ACEOF
24753
24754 fi
24755
24756 if test "x$wx_largefile" != "xyes"; then
24757
24758 { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
24759 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
24760 if test "${ac_cv_sys_large_files+set}" = set; then
24761 echo $ECHO_N "(cached) $ECHO_C" >&6
24762 else
24763
24764 cat >conftest.$ac_ext <<_ACEOF
24765 /* confdefs.h. */
24766 _ACEOF
24767 cat confdefs.h >>conftest.$ac_ext
24768 cat >>conftest.$ac_ext <<_ACEOF
24769 /* end confdefs.h. */
24770 #define _LARGE_FILES 1
24771 #include <sys/types.h>
24772 int
24773 main ()
24774 {
24775 typedef struct {
24776 unsigned int field: sizeof(off_t) == 8;
24777 } wxlf;
24778
24779 ;
24780 return 0;
24781 }
24782 _ACEOF
24783 rm -f conftest.$ac_objext
24784 if { (ac_try="$ac_compile"
24785 case "(($ac_try" in
24786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24787 *) ac_try_echo=$ac_try;;
24788 esac
24789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24790 (eval "$ac_compile") 2>conftest.er1
24791 ac_status=$?
24792 grep -v '^ *+' conftest.er1 >conftest.err
24793 rm -f conftest.er1
24794 cat conftest.err >&5
24795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24796 (exit $ac_status); } && {
24797 test -z "$ac_c_werror_flag" ||
24798 test ! -s conftest.err
24799 } && test -s conftest.$ac_objext; then
24800 ac_cv_sys_large_files=1
24801 else
24802 echo "$as_me: failed program was:" >&5
24803 sed 's/^/| /' conftest.$ac_ext >&5
24804
24805 ac_cv_sys_large_files=no
24806 fi
24807
24808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24809
24810
24811 fi
24812 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
24813 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
24814
24815 if test "$ac_cv_sys_large_files" != no; then
24816 wx_largefile=yes
24817 cat >>confdefs.h <<_ACEOF
24818 #define _LARGE_FILES $ac_cv_sys_large_files
24819 _ACEOF
24820
24821 fi
24822
24823 fi
24824
24825 { echo "$as_me:$LINENO: checking if large file support is available" >&5
24826 echo $ECHO_N "checking if large file support is available... $ECHO_C" >&6; }
24827 if test "x$wx_largefile" = "xyes"; then
24828 cat >>confdefs.h <<\_ACEOF
24829 #define HAVE_LARGEFILE_SUPPORT 1
24830 _ACEOF
24831
24832 fi
24833 { echo "$as_me:$LINENO: result: $wx_largefile" >&5
24834 echo "${ECHO_T}$wx_largefile" >&6; }
24835 fi
24836
24837 if test "$ac_cv_sys_file_offset_bits" = "64"; then
24838 LARGEFILE_CPPFLAGS="-D_FILE_OFFSET_BITS=64"
24839 elif test "$ac_cv_sys_large_files" = 1; then
24840 LARGEFILE_CPPFLAGS="-D_LARGE_FILES"
24841 fi
24842
24843 if test -n "$LARGEFILE_CPPFLAGS"; then
24844 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $LARGEFILE_CPPFLAGS"
24845
24846 if test "$USE_HPUX" = 1 -a "$GXX" = "yes"; then
24847 { echo "$as_me:$LINENO: checking if -D__STDC_EXT__ is required" >&5
24848 echo $ECHO_N "checking if -D__STDC_EXT__ is required... $ECHO_C" >&6; }
24849 if test "${wx_cv_STDC_EXT_required+set}" = set; then
24850 echo $ECHO_N "(cached) $ECHO_C" >&6
24851 else
24852
24853 ac_ext=cpp
24854 ac_cpp='$CXXCPP $CPPFLAGS'
24855 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24856 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24857 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24858
24859 cat >conftest.$ac_ext <<_ACEOF
24860 /* confdefs.h. */
24861 _ACEOF
24862 cat confdefs.h >>conftest.$ac_ext
24863 cat >>conftest.$ac_ext <<_ACEOF
24864 /* end confdefs.h. */
24865
24866 int
24867 main ()
24868 {
24869
24870 #ifndef __STDC_EXT__
24871 choke me
24872 #endif
24873
24874 ;
24875 return 0;
24876 }
24877 _ACEOF
24878 rm -f conftest.$ac_objext
24879 if { (ac_try="$ac_compile"
24880 case "(($ac_try" in
24881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24882 *) ac_try_echo=$ac_try;;
24883 esac
24884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24885 (eval "$ac_compile") 2>conftest.er1
24886 ac_status=$?
24887 grep -v '^ *+' conftest.er1 >conftest.err
24888 rm -f conftest.er1
24889 cat conftest.err >&5
24890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24891 (exit $ac_status); } && {
24892 test -z "$ac_cxx_werror_flag" ||
24893 test ! -s conftest.err
24894 } && test -s conftest.$ac_objext; then
24895 wx_cv_STDC_EXT_required=no
24896 else
24897 echo "$as_me: failed program was:" >&5
24898 sed 's/^/| /' conftest.$ac_ext >&5
24899
24900 wx_cv_STDC_EXT_required=yes
24901
24902 fi
24903
24904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24905 ac_ext=c
24906 ac_cpp='$CPP $CPPFLAGS'
24907 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24908 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24909 ac_compiler_gnu=$ac_cv_c_compiler_gnu
24910
24911
24912
24913 fi
24914 { echo "$as_me:$LINENO: result: $wx_cv_STDC_EXT_required" >&5
24915 echo "${ECHO_T}$wx_cv_STDC_EXT_required" >&6; }
24916 if test "x$wx_cv_STDC_EXT_required" = "xyes"; then
24917 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -D__STDC_EXT__"
24918 fi
24919 fi
24920 fi
24921
24922 ac_ext=cpp
24923 ac_cpp='$CXXCPP $CPPFLAGS'
24924 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
24925 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
24926 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
24927
24928 old_CPPFLAGS="$CPPFLAGS"
24929 CPPFLAGS="$CPPFLAGS $LARGEFILE_CPPFLAGS"
24930 { echo "$as_me:$LINENO: checking for _LARGEFILE_SOURCE value needed for large files" >&5
24931 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6; }
24932 if test "${ac_cv_sys_largefile_source+set}" = set; then
24933 echo $ECHO_N "(cached) $ECHO_C" >&6
24934 else
24935 while :; do
24936 cat >conftest.$ac_ext <<_ACEOF
24937 /* confdefs.h. */
24938 _ACEOF
24939 cat confdefs.h >>conftest.$ac_ext
24940 cat >>conftest.$ac_ext <<_ACEOF
24941 /* end confdefs.h. */
24942 #include <sys/types.h> /* for off_t */
24943 #include <stdio.h>
24944 int
24945 main ()
24946 {
24947 int (*fp) (FILE *, off_t, int) = fseeko;
24948 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
24949 ;
24950 return 0;
24951 }
24952 _ACEOF
24953 rm -f conftest.$ac_objext conftest$ac_exeext
24954 if { (ac_try="$ac_link"
24955 case "(($ac_try" in
24956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24957 *) ac_try_echo=$ac_try;;
24958 esac
24959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
24960 (eval "$ac_link") 2>conftest.er1
24961 ac_status=$?
24962 grep -v '^ *+' conftest.er1 >conftest.err
24963 rm -f conftest.er1
24964 cat conftest.err >&5
24965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24966 (exit $ac_status); } && {
24967 test -z "$ac_cxx_werror_flag" ||
24968 test ! -s conftest.err
24969 } && test -s conftest$ac_exeext &&
24970 $as_test_x conftest$ac_exeext; then
24971 ac_cv_sys_largefile_source=no; break
24972 else
24973 echo "$as_me: failed program was:" >&5
24974 sed 's/^/| /' conftest.$ac_ext >&5
24975
24976
24977 fi
24978
24979 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24980 conftest$ac_exeext conftest.$ac_ext
24981 cat >conftest.$ac_ext <<_ACEOF
24982 /* confdefs.h. */
24983 _ACEOF
24984 cat confdefs.h >>conftest.$ac_ext
24985 cat >>conftest.$ac_ext <<_ACEOF
24986 /* end confdefs.h. */
24987 #define _LARGEFILE_SOURCE 1
24988 #include <sys/types.h> /* for off_t */
24989 #include <stdio.h>
24990 int
24991 main ()
24992 {
24993 int (*fp) (FILE *, off_t, int) = fseeko;
24994 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
24995 ;
24996 return 0;
24997 }
24998 _ACEOF
24999 rm -f conftest.$ac_objext conftest$ac_exeext
25000 if { (ac_try="$ac_link"
25001 case "(($ac_try" in
25002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25003 *) ac_try_echo=$ac_try;;
25004 esac
25005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25006 (eval "$ac_link") 2>conftest.er1
25007 ac_status=$?
25008 grep -v '^ *+' conftest.er1 >conftest.err
25009 rm -f conftest.er1
25010 cat conftest.err >&5
25011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25012 (exit $ac_status); } && {
25013 test -z "$ac_cxx_werror_flag" ||
25014 test ! -s conftest.err
25015 } && test -s conftest$ac_exeext &&
25016 $as_test_x conftest$ac_exeext; then
25017 ac_cv_sys_largefile_source=1; break
25018 else
25019 echo "$as_me: failed program was:" >&5
25020 sed 's/^/| /' conftest.$ac_ext >&5
25021
25022
25023 fi
25024
25025 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
25026 conftest$ac_exeext conftest.$ac_ext
25027 ac_cv_sys_largefile_source=unknown
25028 break
25029 done
25030 fi
25031 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_source" >&5
25032 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6; }
25033 case $ac_cv_sys_largefile_source in #(
25034 no | unknown) ;;
25035 *)
25036 cat >>confdefs.h <<_ACEOF
25037 #define _LARGEFILE_SOURCE $ac_cv_sys_largefile_source
25038 _ACEOF
25039 ;;
25040 esac
25041 rm -f conftest*
25042
25043 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
25044 # in glibc 2.1.3, but that breaks too many other things.
25045 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
25046 if test $ac_cv_sys_largefile_source != unknown; then
25047
25048 cat >>confdefs.h <<\_ACEOF
25049 #define HAVE_FSEEKO 1
25050 _ACEOF
25051
25052 fi
25053
25054 CPPFLAGS="$old_CPPFLAGS"
25055 ac_ext=c
25056 ac_cpp='$CPP $CPPFLAGS'
25057 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25058 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25059 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25060
25061 if test "$ac_cv_sys_largefile_source" != no; then
25062 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_LARGEFILE_SOURCE=$ac_cv_sys_largefile_source"
25063 fi
25064
25065 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
25066 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
25067 if test "${ac_cv_c_bigendian+set}" = set; then
25068 echo $ECHO_N "(cached) $ECHO_C" >&6
25069 else
25070 ac_cv_c_bigendian=unknown
25071 # See if sys/param.h defines the BYTE_ORDER macro.
25072 cat >conftest.$ac_ext <<_ACEOF
25073 /* confdefs.h. */
25074 _ACEOF
25075 cat confdefs.h >>conftest.$ac_ext
25076 cat >>conftest.$ac_ext <<_ACEOF
25077 /* end confdefs.h. */
25078 #include <sys/types.h>
25079 #include <sys/param.h>
25080 int
25081 main ()
25082 {
25083
25084 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
25085 bogus endian macros
25086 #endif
25087 ;
25088 return 0;
25089 }
25090 _ACEOF
25091 rm -f conftest.$ac_objext
25092 if { (ac_try="$ac_compile"
25093 case "(($ac_try" in
25094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25095 *) ac_try_echo=$ac_try;;
25096 esac
25097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25098 (eval "$ac_compile") 2>conftest.er1
25099 ac_status=$?
25100 grep -v '^ *+' conftest.er1 >conftest.err
25101 rm -f conftest.er1
25102 cat conftest.err >&5
25103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25104 (exit $ac_status); } && {
25105 test -z "$ac_c_werror_flag" ||
25106 test ! -s conftest.err
25107 } && test -s conftest.$ac_objext; then
25108 # It does; now see whether it defined to BIG_ENDIAN or not.
25109 cat >conftest.$ac_ext <<_ACEOF
25110 /* confdefs.h. */
25111 _ACEOF
25112 cat confdefs.h >>conftest.$ac_ext
25113 cat >>conftest.$ac_ext <<_ACEOF
25114 /* end confdefs.h. */
25115 #include <sys/types.h>
25116 #include <sys/param.h>
25117 int
25118 main ()
25119 {
25120
25121 #if BYTE_ORDER != BIG_ENDIAN
25122 not big endian
25123 #endif
25124 ;
25125 return 0;
25126 }
25127 _ACEOF
25128 rm -f conftest.$ac_objext
25129 if { (ac_try="$ac_compile"
25130 case "(($ac_try" in
25131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25132 *) ac_try_echo=$ac_try;;
25133 esac
25134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25135 (eval "$ac_compile") 2>conftest.er1
25136 ac_status=$?
25137 grep -v '^ *+' conftest.er1 >conftest.err
25138 rm -f conftest.er1
25139 cat conftest.err >&5
25140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25141 (exit $ac_status); } && {
25142 test -z "$ac_c_werror_flag" ||
25143 test ! -s conftest.err
25144 } && test -s conftest.$ac_objext; then
25145 ac_cv_c_bigendian=yes
25146 else
25147 echo "$as_me: failed program was:" >&5
25148 sed 's/^/| /' conftest.$ac_ext >&5
25149
25150 ac_cv_c_bigendian=no
25151 fi
25152
25153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25154 else
25155 echo "$as_me: failed program was:" >&5
25156 sed 's/^/| /' conftest.$ac_ext >&5
25157
25158
25159 fi
25160
25161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25162 if test $ac_cv_c_bigendian = unknown; then
25163 if test "$cross_compiling" = yes; then
25164 ac_cv_c_bigendian=unknown
25165 else
25166 cat >conftest.$ac_ext <<_ACEOF
25167 /* confdefs.h. */
25168 _ACEOF
25169 cat confdefs.h >>conftest.$ac_ext
25170 cat >>conftest.$ac_ext <<_ACEOF
25171 /* end confdefs.h. */
25172 main () {
25173 /* Are we little or big endian? From Harbison&Steele. */
25174 union
25175 {
25176 long l;
25177 char c[sizeof (long)];
25178 } u;
25179 u.l = 1;
25180 exit (u.c[sizeof (long) - 1] == 1);
25181 }
25182 _ACEOF
25183 rm -f conftest$ac_exeext
25184 if { (ac_try="$ac_link"
25185 case "(($ac_try" in
25186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25187 *) ac_try_echo=$ac_try;;
25188 esac
25189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25190 (eval "$ac_link") 2>&5
25191 ac_status=$?
25192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25193 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
25194 { (case "(($ac_try" in
25195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25196 *) ac_try_echo=$ac_try;;
25197 esac
25198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25199 (eval "$ac_try") 2>&5
25200 ac_status=$?
25201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25202 (exit $ac_status); }; }; then
25203 ac_cv_c_bigendian=no
25204 else
25205 echo "$as_me: program exited with status $ac_status" >&5
25206 echo "$as_me: failed program was:" >&5
25207 sed 's/^/| /' conftest.$ac_ext >&5
25208
25209 ( exit $ac_status )
25210 ac_cv_c_bigendian=yes
25211 fi
25212 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
25213 fi
25214
25215
25216 fi
25217 fi
25218 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
25219 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; }
25220 if test $ac_cv_c_bigendian = unknown; then
25221 { echo "$as_me:$LINENO: WARNING: Assuming little-endian target machine - this may be overridden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&5
25222 echo "$as_me: WARNING: Assuming little-endian target machine - this may be overridden by adding the line \"ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}\" to config.cache file" >&2;}
25223 fi
25224 if test $ac_cv_c_bigendian = yes; then
25225 cat >>confdefs.h <<\_ACEOF
25226 #define WORDS_BIGENDIAN 1
25227 _ACEOF
25228
25229 fi
25230
25231
25232
25233
25234 ac_ext=cpp
25235 ac_cpp='$CXXCPP $CPPFLAGS'
25236 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25237 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25238 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25239
25240
25241
25242 for ac_header in iostream
25243 do
25244 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
25245 { echo "$as_me:$LINENO: checking for $ac_header" >&5
25246 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
25247 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
25248 echo $ECHO_N "(cached) $ECHO_C" >&6
25249 else
25250 cat >conftest.$ac_ext <<_ACEOF
25251 /* confdefs.h. */
25252 _ACEOF
25253 cat confdefs.h >>conftest.$ac_ext
25254 cat >>conftest.$ac_ext <<_ACEOF
25255 /* end confdefs.h. */
25256
25257
25258 #include <$ac_header>
25259 _ACEOF
25260 rm -f conftest.$ac_objext
25261 if { (ac_try="$ac_compile"
25262 case "(($ac_try" in
25263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25264 *) ac_try_echo=$ac_try;;
25265 esac
25266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25267 (eval "$ac_compile") 2>conftest.er1
25268 ac_status=$?
25269 grep -v '^ *+' conftest.er1 >conftest.err
25270 rm -f conftest.er1
25271 cat conftest.err >&5
25272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25273 (exit $ac_status); } && {
25274 test -z "$ac_cxx_werror_flag" ||
25275 test ! -s conftest.err
25276 } && test -s conftest.$ac_objext; then
25277 eval "$as_ac_Header=yes"
25278 else
25279 echo "$as_me: failed program was:" >&5
25280 sed 's/^/| /' conftest.$ac_ext >&5
25281
25282 eval "$as_ac_Header=no"
25283 fi
25284
25285 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25286 fi
25287 ac_res=`eval echo '${'$as_ac_Header'}'`
25288 { echo "$as_me:$LINENO: result: $ac_res" >&5
25289 echo "${ECHO_T}$ac_res" >&6; }
25290 if test `eval echo '${'$as_ac_Header'}'` = yes; then
25291 cat >>confdefs.h <<_ACEOF
25292 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
25293 _ACEOF
25294
25295 fi
25296
25297 done
25298
25299
25300 if test "$ac_cv_header_iostream" = "yes" ; then
25301 :
25302 else
25303 cat >>confdefs.h <<\_ACEOF
25304 #define wxUSE_IOSTREAMH 1
25305 _ACEOF
25306
25307 fi
25308
25309 ac_ext=c
25310 ac_cpp='$CPP $CPPFLAGS'
25311 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25312 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25313 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25314
25315
25316
25317
25318 { echo "$as_me:$LINENO: checking if C++ compiler supports the explicit keyword" >&5
25319 echo $ECHO_N "checking if C++ compiler supports the explicit keyword... $ECHO_C" >&6; }
25320 if test "${wx_cv_explicit+set}" = set; then
25321 echo $ECHO_N "(cached) $ECHO_C" >&6
25322 else
25323
25324
25325 ac_ext=cpp
25326 ac_cpp='$CXXCPP $CPPFLAGS'
25327 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25328 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25329 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25330
25331
25332 cat >conftest.$ac_ext <<_ACEOF
25333 /* confdefs.h. */
25334 _ACEOF
25335 cat confdefs.h >>conftest.$ac_ext
25336 cat >>conftest.$ac_ext <<_ACEOF
25337 /* end confdefs.h. */
25338
25339 class Foo { public: explicit Foo(int) {} };
25340
25341 int
25342 main ()
25343 {
25344
25345 return 0;
25346
25347 ;
25348 return 0;
25349 }
25350 _ACEOF
25351 rm -f conftest.$ac_objext
25352 if { (ac_try="$ac_compile"
25353 case "(($ac_try" in
25354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25355 *) ac_try_echo=$ac_try;;
25356 esac
25357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25358 (eval "$ac_compile") 2>conftest.er1
25359 ac_status=$?
25360 grep -v '^ *+' conftest.er1 >conftest.err
25361 rm -f conftest.er1
25362 cat conftest.err >&5
25363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25364 (exit $ac_status); } && {
25365 test -z "$ac_cxx_werror_flag" ||
25366 test ! -s conftest.err
25367 } && test -s conftest.$ac_objext; then
25368
25369 cat >conftest.$ac_ext <<_ACEOF
25370 /* confdefs.h. */
25371 _ACEOF
25372 cat confdefs.h >>conftest.$ac_ext
25373 cat >>conftest.$ac_ext <<_ACEOF
25374 /* end confdefs.h. */
25375
25376 class Foo { public: explicit Foo(int) {} };
25377 static void TakeFoo(const Foo& foo) { }
25378
25379 int
25380 main ()
25381 {
25382
25383 TakeFoo(17);
25384 return 0;
25385
25386 ;
25387 return 0;
25388 }
25389 _ACEOF
25390 rm -f conftest.$ac_objext
25391 if { (ac_try="$ac_compile"
25392 case "(($ac_try" in
25393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25394 *) ac_try_echo=$ac_try;;
25395 esac
25396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25397 (eval "$ac_compile") 2>conftest.er1
25398 ac_status=$?
25399 grep -v '^ *+' conftest.er1 >conftest.err
25400 rm -f conftest.er1
25401 cat conftest.err >&5
25402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25403 (exit $ac_status); } && {
25404 test -z "$ac_cxx_werror_flag" ||
25405 test ! -s conftest.err
25406 } && test -s conftest.$ac_objext; then
25407 wx_cv_explicit=no
25408 else
25409 echo "$as_me: failed program was:" >&5
25410 sed 's/^/| /' conftest.$ac_ext >&5
25411
25412 wx_cv_explicit=yes
25413
25414 fi
25415
25416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25417
25418 else
25419 echo "$as_me: failed program was:" >&5
25420 sed 's/^/| /' conftest.$ac_ext >&5
25421
25422 wx_cv_explicit=no
25423
25424 fi
25425
25426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25427
25428 ac_ext=c
25429 ac_cpp='$CPP $CPPFLAGS'
25430 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25431 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25432 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25433
25434
25435 fi
25436 { echo "$as_me:$LINENO: result: $wx_cv_explicit" >&5
25437 echo "${ECHO_T}$wx_cv_explicit" >&6; }
25438
25439 if test "$wx_cv_explicit" = "yes"; then
25440 cat >>confdefs.h <<\_ACEOF
25441 #define HAVE_EXPLICIT 1
25442 _ACEOF
25443
25444 fi
25445
25446
25447 if test "x$SUNCXX" = xyes; then
25448 CXXFLAGS="-features=tmplife $CXXFLAGS"
25449 fi
25450
25451 if test "x$SUNCC" = xyes; then
25452 CFLAGS="-erroff=E_NO_EXPLICIT_TYPE_GIVEN $CFLAGS"
25453 fi
25454
25455 if test "x$SGICC" = "xyes"; then
25456 { echo "$as_me:$LINENO: checking if cc version is 7.4.4 or greater" >&5
25457 echo $ECHO_N "checking if cc version is 7.4.4 or greater... $ECHO_C" >&6; }
25458 if test "${wx_cv_prog_sgicc744+set}" = set; then
25459 echo $ECHO_N "(cached) $ECHO_C" >&6
25460 else
25461
25462 cat >conftest.$ac_ext <<_ACEOF
25463 /* confdefs.h. */
25464 _ACEOF
25465 cat confdefs.h >>conftest.$ac_ext
25466 cat >>conftest.$ac_ext <<_ACEOF
25467 /* end confdefs.h. */
25468
25469 int
25470 main ()
25471 {
25472
25473 #if _SGI_COMPILER_VERSION >= 744
25474 chock me: mipsPro is 7.4.4 or later
25475 #endif
25476
25477 ;
25478 return 0;
25479 }
25480 _ACEOF
25481 rm -f conftest.$ac_objext
25482 if { (ac_try="$ac_compile"
25483 case "(($ac_try" in
25484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25485 *) ac_try_echo=$ac_try;;
25486 esac
25487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25488 (eval "$ac_compile") 2>conftest.er1
25489 ac_status=$?
25490 grep -v '^ *+' conftest.er1 >conftest.err
25491 rm -f conftest.er1
25492 cat conftest.err >&5
25493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25494 (exit $ac_status); } && {
25495 test -z "$ac_c_werror_flag" ||
25496 test ! -s conftest.err
25497 } && test -s conftest.$ac_objext; then
25498 wx_cv_prog_sgicc744=no
25499 else
25500 echo "$as_me: failed program was:" >&5
25501 sed 's/^/| /' conftest.$ac_ext >&5
25502
25503 wx_cv_prog_sgicc744=yes
25504
25505 fi
25506
25507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25508
25509
25510 fi
25511 { echo "$as_me:$LINENO: result: $wx_cv_prog_sgicc744" >&5
25512 echo "${ECHO_T}$wx_cv_prog_sgicc744" >&6; }
25513
25514 if test "x$wx_cv_prog_sgicc744" = "xyes"; then
25515 CFLAGS="-woff 3970 $CFLAGS"
25516 fi
25517 fi
25518 if test "x$SGICXX" = "xyes"; then
25519 { echo "$as_me:$LINENO: checking if CC version is 7.4.4 or greater" >&5
25520 echo $ECHO_N "checking if CC version is 7.4.4 or greater... $ECHO_C" >&6; }
25521 if test "${wx_cv_prog_sgicxx744+set}" = set; then
25522 echo $ECHO_N "(cached) $ECHO_C" >&6
25523 else
25524
25525 ac_ext=cpp
25526 ac_cpp='$CXXCPP $CPPFLAGS'
25527 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25528 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25529 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25530
25531 cat >conftest.$ac_ext <<_ACEOF
25532 /* confdefs.h. */
25533 _ACEOF
25534 cat confdefs.h >>conftest.$ac_ext
25535 cat >>conftest.$ac_ext <<_ACEOF
25536 /* end confdefs.h. */
25537
25538 int
25539 main ()
25540 {
25541
25542 #if _SGI_COMPILER_VERSION >= 744
25543 chock me: mipsPro is 7.4.4 or later
25544 #endif
25545
25546 ;
25547 return 0;
25548 }
25549 _ACEOF
25550 rm -f conftest.$ac_objext
25551 if { (ac_try="$ac_compile"
25552 case "(($ac_try" in
25553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25554 *) ac_try_echo=$ac_try;;
25555 esac
25556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25557 (eval "$ac_compile") 2>conftest.er1
25558 ac_status=$?
25559 grep -v '^ *+' conftest.er1 >conftest.err
25560 rm -f conftest.er1
25561 cat conftest.err >&5
25562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25563 (exit $ac_status); } && {
25564 test -z "$ac_cxx_werror_flag" ||
25565 test ! -s conftest.err
25566 } && test -s conftest.$ac_objext; then
25567 wx_cv_prog_sgicxx744=no
25568 else
25569 echo "$as_me: failed program was:" >&5
25570 sed 's/^/| /' conftest.$ac_ext >&5
25571
25572 wx_cv_prog_sgicxx744=yes
25573
25574 fi
25575
25576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25577 ac_ext=c
25578 ac_cpp='$CPP $CPPFLAGS'
25579 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25580 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25581 ac_compiler_gnu=$ac_cv_c_compiler_gnu
25582
25583
25584
25585 fi
25586 { echo "$as_me:$LINENO: result: $wx_cv_prog_sgicxx744" >&5
25587 echo "${ECHO_T}$wx_cv_prog_sgicxx744" >&6; }
25588
25589 if test "x$wx_cv_prog_sgicxx744" = "xyes"; then
25590 CXXFLAGS="-woff 3970 $CXXFLAGS"
25591 fi
25592 fi
25593
25594 if test "x$HPCC" = "xyes"; then
25595 CFLAGS="+W 2011,2450 $CFLAGS"
25596 fi
25597 if test "x$HPCXX" = "xyes"; then
25598 CXXFLAGS="+W 2340,4232 $CXXFLAGS"
25599 fi
25600
25601 if test "x$COMPAQCXX" = "xyes"; then
25602 CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
25603 fi
25604
25605 ac_ext=cpp
25606 ac_cpp='$CXXCPP $CPPFLAGS'
25607 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25608 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25609 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
25610
25611
25612 if test "$wxUSE_STD_STRING" = "yes" -o "$wxUSE_STL" = "yes"; then
25613 if test "$wxUSE_UNICODE" = "yes"; then
25614 std_string="std::wstring"
25615 char_type="wchar_t"
25616 else
25617 std_string="std::string"
25618 char_type="char"
25619 fi
25620
25621 { echo "$as_me:$LINENO: checking for $std_string in <string>" >&5
25622 echo $ECHO_N "checking for $std_string in <string>... $ECHO_C" >&6; }
25623 if test "${wx_cv_class_stdstring+set}" = set; then
25624 echo $ECHO_N "(cached) $ECHO_C" >&6
25625 else
25626
25627 cat >conftest.$ac_ext <<_ACEOF
25628 /* confdefs.h. */
25629 _ACEOF
25630 cat confdefs.h >>conftest.$ac_ext
25631 cat >>conftest.$ac_ext <<_ACEOF
25632 /* end confdefs.h. */
25633 #include <string>
25634 int
25635 main ()
25636 {
25637 $std_string foo;
25638 ;
25639 return 0;
25640 }
25641 _ACEOF
25642 rm -f conftest.$ac_objext
25643 if { (ac_try="$ac_compile"
25644 case "(($ac_try" in
25645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25646 *) ac_try_echo=$ac_try;;
25647 esac
25648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25649 (eval "$ac_compile") 2>conftest.er1
25650 ac_status=$?
25651 grep -v '^ *+' conftest.er1 >conftest.err
25652 rm -f conftest.er1
25653 cat conftest.err >&5
25654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25655 (exit $ac_status); } && {
25656 test -z "$ac_cxx_werror_flag" ||
25657 test ! -s conftest.err
25658 } && test -s conftest.$ac_objext; then
25659 wx_cv_class_stdstring=yes
25660 else
25661 echo "$as_me: failed program was:" >&5
25662 sed 's/^/| /' conftest.$ac_ext >&5
25663
25664 wx_cv_class_stdstring=no
25665
25666 fi
25667
25668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25669
25670
25671 fi
25672 { echo "$as_me:$LINENO: result: $wx_cv_class_stdstring" >&5
25673 echo "${ECHO_T}$wx_cv_class_stdstring" >&6; }
25674
25675 if test "$wx_cv_class_stdstring" = yes; then
25676 if test "$wxUSE_UNICODE" = "yes"; then
25677 cat >>confdefs.h <<\_ACEOF
25678 #define HAVE_STD_WSTRING 1
25679 _ACEOF
25680
25681 fi
25682 else
25683 { echo "$as_me:$LINENO: checking if std::basic_string<$char_type> works" >&5
25684 echo $ECHO_N "checking if std::basic_string<$char_type> works... $ECHO_C" >&6; }
25685 if test "${wx_cv_class_stdbasicstring+set}" = set; then
25686 echo $ECHO_N "(cached) $ECHO_C" >&6
25687 else
25688
25689 cat >conftest.$ac_ext <<_ACEOF
25690 /* confdefs.h. */
25691 _ACEOF
25692 cat confdefs.h >>conftest.$ac_ext
25693 cat >>conftest.$ac_ext <<_ACEOF
25694 /* end confdefs.h. */
25695
25696 #ifdef HAVE_WCHAR_H
25697 # ifdef __CYGWIN__
25698 # include <stddef.h>
25699 # endif
25700 # include <wchar.h>
25701 #endif
25702 #ifdef HAVE_STDLIB_H
25703 # include <stdlib.h>
25704 #endif
25705 #include <stdio.h>
25706 #include <string>
25707
25708 int
25709 main ()
25710 {
25711 std::basic_string<$char_type> foo;
25712 const $char_type* dummy = foo.c_str();
25713 ;
25714 return 0;
25715 }
25716 _ACEOF
25717 rm -f conftest.$ac_objext
25718 if { (ac_try="$ac_compile"
25719 case "(($ac_try" in
25720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25721 *) ac_try_echo=$ac_try;;
25722 esac
25723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25724 (eval "$ac_compile") 2>conftest.er1
25725 ac_status=$?
25726 grep -v '^ *+' conftest.er1 >conftest.err
25727 rm -f conftest.er1
25728 cat conftest.err >&5
25729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25730 (exit $ac_status); } && {
25731 test -z "$ac_cxx_werror_flag" ||
25732 test ! -s conftest.err
25733 } && test -s conftest.$ac_objext; then
25734 wx_cv_class_stdbasicstring=yes
25735 else
25736 echo "$as_me: failed program was:" >&5
25737 sed 's/^/| /' conftest.$ac_ext >&5
25738
25739 wx_cv_class_stdbasicstring=no
25740
25741 fi
25742
25743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25744
25745
25746 fi
25747 { echo "$as_me:$LINENO: result: $wx_cv_class_stdbasicstring" >&5
25748 echo "${ECHO_T}$wx_cv_class_stdbasicstring" >&6; }
25749
25750 if test "$wx_cv_class_stdbasicstring" != yes; then
25751 if test "$wxUSE_STL" = "yes"; then
25752 { { echo "$as_me:$LINENO: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&5
25753 echo "$as_me: error: Can't use --enable-stl without $std_string or std::basic_string<$char_type>" >&2;}
25754 { (exit 1); exit 1; }; }
25755 elif test "$wxUSE_STD_STRING" = "yes"; then
25756 { { echo "$as_me:$LINENO: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&5
25757 echo "$as_me: error: Can't use --enable-std_string without $std_string or std::basic_string<$char_type>" >&2;}
25758 { (exit 1); exit 1; }; }
25759 else
25760 { echo "$as_me:$LINENO: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&5
25761 echo "$as_me: WARNING: No $std_string or std::basic_string<$char_type>, switching to --disable-std_string" >&2;}
25762 wxUSE_STD_STRING=no
25763 fi
25764 fi
25765 fi
25766 fi
25767
25768 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
25769 { echo "$as_me:$LINENO: checking for std::istream" >&5
25770 echo $ECHO_N "checking for std::istream... $ECHO_C" >&6; }
25771 if test "${ac_cv_type_std__istream+set}" = set; then
25772 echo $ECHO_N "(cached) $ECHO_C" >&6
25773 else
25774 cat >conftest.$ac_ext <<_ACEOF
25775 /* confdefs.h. */
25776 _ACEOF
25777 cat confdefs.h >>conftest.$ac_ext
25778 cat >>conftest.$ac_ext <<_ACEOF
25779 /* end confdefs.h. */
25780 #include <iostream>
25781
25782 typedef std::istream ac__type_new_;
25783 int
25784 main ()
25785 {
25786 if ((ac__type_new_ *) 0)
25787 return 0;
25788 if (sizeof (ac__type_new_))
25789 return 0;
25790 ;
25791 return 0;
25792 }
25793 _ACEOF
25794 rm -f conftest.$ac_objext
25795 if { (ac_try="$ac_compile"
25796 case "(($ac_try" in
25797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25798 *) ac_try_echo=$ac_try;;
25799 esac
25800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25801 (eval "$ac_compile") 2>conftest.er1
25802 ac_status=$?
25803 grep -v '^ *+' conftest.er1 >conftest.err
25804 rm -f conftest.er1
25805 cat conftest.err >&5
25806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25807 (exit $ac_status); } && {
25808 test -z "$ac_cxx_werror_flag" ||
25809 test ! -s conftest.err
25810 } && test -s conftest.$ac_objext; then
25811 ac_cv_type_std__istream=yes
25812 else
25813 echo "$as_me: failed program was:" >&5
25814 sed 's/^/| /' conftest.$ac_ext >&5
25815
25816 ac_cv_type_std__istream=no
25817 fi
25818
25819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25820 fi
25821 { echo "$as_me:$LINENO: result: $ac_cv_type_std__istream" >&5
25822 echo "${ECHO_T}$ac_cv_type_std__istream" >&6; }
25823 if test $ac_cv_type_std__istream = yes; then
25824
25825 cat >>confdefs.h <<_ACEOF
25826 #define HAVE_STD__ISTREAM 1
25827 _ACEOF
25828
25829
25830 else
25831 wxUSE_STD_IOSTREAM=no
25832 fi
25833 { echo "$as_me:$LINENO: checking for std::ostream" >&5
25834 echo $ECHO_N "checking for std::ostream... $ECHO_C" >&6; }
25835 if test "${ac_cv_type_std__ostream+set}" = set; then
25836 echo $ECHO_N "(cached) $ECHO_C" >&6
25837 else
25838 cat >conftest.$ac_ext <<_ACEOF
25839 /* confdefs.h. */
25840 _ACEOF
25841 cat confdefs.h >>conftest.$ac_ext
25842 cat >>conftest.$ac_ext <<_ACEOF
25843 /* end confdefs.h. */
25844 #include <iostream>
25845
25846 typedef std::ostream ac__type_new_;
25847 int
25848 main ()
25849 {
25850 if ((ac__type_new_ *) 0)
25851 return 0;
25852 if (sizeof (ac__type_new_))
25853 return 0;
25854 ;
25855 return 0;
25856 }
25857 _ACEOF
25858 rm -f conftest.$ac_objext
25859 if { (ac_try="$ac_compile"
25860 case "(($ac_try" in
25861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25862 *) ac_try_echo=$ac_try;;
25863 esac
25864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25865 (eval "$ac_compile") 2>conftest.er1
25866 ac_status=$?
25867 grep -v '^ *+' conftest.er1 >conftest.err
25868 rm -f conftest.er1
25869 cat conftest.err >&5
25870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25871 (exit $ac_status); } && {
25872 test -z "$ac_cxx_werror_flag" ||
25873 test ! -s conftest.err
25874 } && test -s conftest.$ac_objext; then
25875 ac_cv_type_std__ostream=yes
25876 else
25877 echo "$as_me: failed program was:" >&5
25878 sed 's/^/| /' conftest.$ac_ext >&5
25879
25880 ac_cv_type_std__ostream=no
25881 fi
25882
25883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25884 fi
25885 { echo "$as_me:$LINENO: result: $ac_cv_type_std__ostream" >&5
25886 echo "${ECHO_T}$ac_cv_type_std__ostream" >&6; }
25887 if test $ac_cv_type_std__ostream = yes; then
25888
25889 cat >>confdefs.h <<_ACEOF
25890 #define HAVE_STD__OSTREAM 1
25891 _ACEOF
25892
25893
25894 else
25895 wxUSE_STD_IOSTREAM=no
25896 fi
25897
25898
25899 if test "$wxUSE_STD_IOSTREAM" != "yes"; then
25900 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
25901 { { echo "$as_me:$LINENO: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&5
25902 echo "$as_me: error: Can't use --enable-std_iostreams without std::istream and std::ostream" >&2;}
25903 { (exit 1); exit 1; }; }
25904 else
25905 { echo "$as_me:$LINENO: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&5
25906 echo "$as_me: WARNING: No std::iostreams, switching to --disable-std_iostreams" >&2;}
25907 fi
25908 fi
25909 fi
25910
25911 if test "$wxUSE_STL" = "yes"; then
25912 { echo "$as_me:$LINENO: checking for basic STL functionality" >&5
25913 echo $ECHO_N "checking for basic STL functionality... $ECHO_C" >&6; }
25914 if test "${wx_cv_lib_stl+set}" = set; then
25915 echo $ECHO_N "(cached) $ECHO_C" >&6
25916 else
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 #include <string>
25924 #include <functional>
25925 #include <algorithm>
25926 #include <vector>
25927 #include <list>
25928 int
25929 main ()
25930 {
25931 std::vector<int> moo;
25932 std::list<int> foo;
25933 std::vector<int>::iterator it =
25934 std::find_if(moo.begin(), moo.end(),
25935 std::bind2nd(std::less<int>(), 3));
25936 ;
25937 return 0;
25938 }
25939 _ACEOF
25940 rm -f conftest.$ac_objext
25941 if { (ac_try="$ac_compile"
25942 case "(($ac_try" in
25943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25944 *) ac_try_echo=$ac_try;;
25945 esac
25946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
25947 (eval "$ac_compile") 2>conftest.er1
25948 ac_status=$?
25949 grep -v '^ *+' conftest.er1 >conftest.err
25950 rm -f conftest.er1
25951 cat conftest.err >&5
25952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25953 (exit $ac_status); } && {
25954 test -z "$ac_cxx_werror_flag" ||
25955 test ! -s conftest.err
25956 } && test -s conftest.$ac_objext; then
25957 wx_cv_lib_stl=yes
25958 else
25959 echo "$as_me: failed program was:" >&5
25960 sed 's/^/| /' conftest.$ac_ext >&5
25961
25962 wx_cv_lib_stl=no
25963
25964 fi
25965
25966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25967
25968 fi
25969 { echo "$as_me:$LINENO: result: $wx_cv_lib_stl" >&5
25970 echo "${ECHO_T}$wx_cv_lib_stl" >&6; }
25971
25972 if test "$wx_cv_lib_stl" != yes; then
25973 { { echo "$as_me:$LINENO: error: Can't use --enable-stl as basic STL functionality is missing" >&5
25974 echo "$as_me: error: Can't use --enable-stl as basic STL functionality is missing" >&2;}
25975 { (exit 1); exit 1; }; }
25976 fi
25977
25978 { echo "$as_me:$LINENO: checking for compliant std::string::compare" >&5
25979 echo $ECHO_N "checking for compliant std::string::compare... $ECHO_C" >&6; }
25980 if test "${wx_cv_func_stdstring_compare+set}" = set; then
25981 echo $ECHO_N "(cached) $ECHO_C" >&6
25982 else
25983 cat >conftest.$ac_ext <<_ACEOF
25984 /* confdefs.h. */
25985 _ACEOF
25986 cat confdefs.h >>conftest.$ac_ext
25987 cat >>conftest.$ac_ext <<_ACEOF
25988 /* end confdefs.h. */
25989 #include <string>
25990 int
25991 main ()
25992 {
25993 std::string foo, bar;
25994 foo.compare(bar);
25995 foo.compare(1, 1, bar);
25996 foo.compare(1, 1, bar, 1, 1);
25997 foo.compare("");
25998 foo.compare(1, 1, "");
25999 foo.compare(1, 1, "", 2);
26000 ;
26001 return 0;
26002 }
26003 _ACEOF
26004 rm -f conftest.$ac_objext
26005 if { (ac_try="$ac_compile"
26006 case "(($ac_try" in
26007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26008 *) ac_try_echo=$ac_try;;
26009 esac
26010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26011 (eval "$ac_compile") 2>conftest.er1
26012 ac_status=$?
26013 grep -v '^ *+' conftest.er1 >conftest.err
26014 rm -f conftest.er1
26015 cat conftest.err >&5
26016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26017 (exit $ac_status); } && {
26018 test -z "$ac_cxx_werror_flag" ||
26019 test ! -s conftest.err
26020 } && test -s conftest.$ac_objext; then
26021 wx_cv_func_stdstring_compare=yes
26022 else
26023 echo "$as_me: failed program was:" >&5
26024 sed 's/^/| /' conftest.$ac_ext >&5
26025
26026 wx_cv_func_stdstring_compare=no
26027
26028 fi
26029
26030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26031
26032 fi
26033 { echo "$as_me:$LINENO: result: $wx_cv_func_stdstring_compare" >&5
26034 echo "${ECHO_T}$wx_cv_func_stdstring_compare" >&6; }
26035
26036 if test "$wx_cv_func_stdstring_compare" = yes; then
26037 cat >>confdefs.h <<\_ACEOF
26038 #define HAVE_STD_STRING_COMPARE 1
26039 _ACEOF
26040
26041 fi
26042
26043 if test "$wx_cv_class_gnuhashmapset" = yes; then
26044 cat >>confdefs.h <<\_ACEOF
26045 #define HAVE_EXT_HASH_MAP 1
26046 _ACEOF
26047
26048 cat >>confdefs.h <<\_ACEOF
26049 #define HAVE_GNU_CXX_HASH_MAP 1
26050 _ACEOF
26051
26052 fi
26053
26054 { echo "$as_me:$LINENO: checking for unordered_map" >&5
26055 echo $ECHO_N "checking for unordered_map... $ECHO_C" >&6; }
26056 if test "${ac_cv_header_unordered_map+set}" = set; then
26057 echo $ECHO_N "(cached) $ECHO_C" >&6
26058 else
26059 cat >conftest.$ac_ext <<_ACEOF
26060 /* confdefs.h. */
26061 _ACEOF
26062 cat confdefs.h >>conftest.$ac_ext
26063 cat >>conftest.$ac_ext <<_ACEOF
26064 /* end confdefs.h. */
26065
26066
26067
26068 #include <unordered_map>
26069 _ACEOF
26070 rm -f conftest.$ac_objext
26071 if { (ac_try="$ac_compile"
26072 case "(($ac_try" in
26073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26074 *) ac_try_echo=$ac_try;;
26075 esac
26076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26077 (eval "$ac_compile") 2>conftest.er1
26078 ac_status=$?
26079 grep -v '^ *+' conftest.er1 >conftest.err
26080 rm -f conftest.er1
26081 cat conftest.err >&5
26082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26083 (exit $ac_status); } && {
26084 test -z "$ac_cxx_werror_flag" ||
26085 test ! -s conftest.err
26086 } && test -s conftest.$ac_objext; then
26087 ac_cv_header_unordered_map=yes
26088 else
26089 echo "$as_me: failed program was:" >&5
26090 sed 's/^/| /' conftest.$ac_ext >&5
26091
26092 ac_cv_header_unordered_map=no
26093 fi
26094
26095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26096 fi
26097 { echo "$as_me:$LINENO: result: $ac_cv_header_unordered_map" >&5
26098 echo "${ECHO_T}$ac_cv_header_unordered_map" >&6; }
26099 if test $ac_cv_header_unordered_map = yes; then
26100 { echo "$as_me:$LINENO: checking for unordered_map and unordered_set in std" >&5
26101 echo $ECHO_N "checking for unordered_map and unordered_set in std... $ECHO_C" >&6; }
26102 if test "${wx_cv_class_stdunorderedmapset+set}" = set; then
26103 echo $ECHO_N "(cached) $ECHO_C" >&6
26104 else
26105 cat >conftest.$ac_ext <<_ACEOF
26106 /* confdefs.h. */
26107 _ACEOF
26108 cat confdefs.h >>conftest.$ac_ext
26109 cat >>conftest.$ac_ext <<_ACEOF
26110 /* end confdefs.h. */
26111 #include <unordered_map>
26112 #include <unordered_set>
26113 int
26114 main ()
26115 {
26116 std::unordered_map<double*, char*> test1;
26117 std::unordered_set<char*> test2;
26118 ;
26119 return 0;
26120 }
26121 _ACEOF
26122 rm -f conftest.$ac_objext
26123 if { (ac_try="$ac_compile"
26124 case "(($ac_try" in
26125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26126 *) ac_try_echo=$ac_try;;
26127 esac
26128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26129 (eval "$ac_compile") 2>conftest.er1
26130 ac_status=$?
26131 grep -v '^ *+' conftest.er1 >conftest.err
26132 rm -f conftest.er1
26133 cat conftest.err >&5
26134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26135 (exit $ac_status); } && {
26136 test -z "$ac_cxx_werror_flag" ||
26137 test ! -s conftest.err
26138 } && test -s conftest.$ac_objext; then
26139 wx_cv_class_stdunorderedmapset=yes
26140 else
26141 echo "$as_me: failed program was:" >&5
26142 sed 's/^/| /' conftest.$ac_ext >&5
26143
26144 wx_cv_class_stdunorderedmapset=no
26145 fi
26146
26147 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26148
26149
26150 fi
26151 { echo "$as_me:$LINENO: result: $wx_cv_class_stdunorderedmapset" >&5
26152 echo "${ECHO_T}$wx_cv_class_stdunorderedmapset" >&6; }
26153 fi
26154
26155
26156
26157 if test "$wx_cv_class_stdunorderedmapset" = yes; then
26158 cat >>confdefs.h <<\_ACEOF
26159 #define HAVE_STD_UNORDERED_MAP 1
26160 _ACEOF
26161
26162 cat >>confdefs.h <<\_ACEOF
26163 #define HAVE_STD_UNORDERED_SET 1
26164 _ACEOF
26165
26166 else
26167 { echo "$as_me:$LINENO: checking for tr1/unordered_map" >&5
26168 echo $ECHO_N "checking for tr1/unordered_map... $ECHO_C" >&6; }
26169 if test "${ac_cv_header_tr1_unordered_map+set}" = set; then
26170 echo $ECHO_N "(cached) $ECHO_C" >&6
26171 else
26172 cat >conftest.$ac_ext <<_ACEOF
26173 /* confdefs.h. */
26174 _ACEOF
26175 cat confdefs.h >>conftest.$ac_ext
26176 cat >>conftest.$ac_ext <<_ACEOF
26177 /* end confdefs.h. */
26178
26179
26180
26181 #include <tr1/unordered_map>
26182 _ACEOF
26183 rm -f conftest.$ac_objext
26184 if { (ac_try="$ac_compile"
26185 case "(($ac_try" in
26186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26187 *) ac_try_echo=$ac_try;;
26188 esac
26189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26190 (eval "$ac_compile") 2>conftest.er1
26191 ac_status=$?
26192 grep -v '^ *+' conftest.er1 >conftest.err
26193 rm -f conftest.er1
26194 cat conftest.err >&5
26195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26196 (exit $ac_status); } && {
26197 test -z "$ac_cxx_werror_flag" ||
26198 test ! -s conftest.err
26199 } && test -s conftest.$ac_objext; then
26200 ac_cv_header_tr1_unordered_map=yes
26201 else
26202 echo "$as_me: failed program was:" >&5
26203 sed 's/^/| /' conftest.$ac_ext >&5
26204
26205 ac_cv_header_tr1_unordered_map=no
26206 fi
26207
26208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26209 fi
26210 { echo "$as_me:$LINENO: result: $ac_cv_header_tr1_unordered_map" >&5
26211 echo "${ECHO_T}$ac_cv_header_tr1_unordered_map" >&6; }
26212 if test $ac_cv_header_tr1_unordered_map = yes; then
26213 { echo "$as_me:$LINENO: checking for unordered_map and unordered_set in std::tr1" >&5
26214 echo $ECHO_N "checking for unordered_map and unordered_set in std::tr1... $ECHO_C" >&6; }
26215 if test "${wx_cv_class_tr1unorderedmapset+set}" = set; then
26216 echo $ECHO_N "(cached) $ECHO_C" >&6
26217 else
26218 cat >conftest.$ac_ext <<_ACEOF
26219 /* confdefs.h. */
26220 _ACEOF
26221 cat confdefs.h >>conftest.$ac_ext
26222 cat >>conftest.$ac_ext <<_ACEOF
26223 /* end confdefs.h. */
26224 #include <tr1/unordered_map>
26225 #include <tr1/unordered_set>
26226 int
26227 main ()
26228 {
26229 std::tr1::unordered_map<double*, char*> test1;
26230 std::tr1::unordered_set<char*> test2;
26231 #if defined(__GNUC__) && (__GNUC__==4) && (__GNUC_MINOR__<2)
26232 #error can't use unordered_{map,set} with gcc-4.[01]: http://gcc.gnu.org/PR24389
26233 #endif
26234 ;
26235 return 0;
26236 }
26237 _ACEOF
26238 rm -f conftest.$ac_objext
26239 if { (ac_try="$ac_compile"
26240 case "(($ac_try" in
26241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26242 *) ac_try_echo=$ac_try;;
26243 esac
26244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26245 (eval "$ac_compile") 2>conftest.er1
26246 ac_status=$?
26247 grep -v '^ *+' conftest.er1 >conftest.err
26248 rm -f conftest.er1
26249 cat conftest.err >&5
26250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26251 (exit $ac_status); } && {
26252 test -z "$ac_cxx_werror_flag" ||
26253 test ! -s conftest.err
26254 } && test -s conftest.$ac_objext; then
26255 wx_cv_class_tr1unorderedmapset=yes
26256 else
26257 echo "$as_me: failed program was:" >&5
26258 sed 's/^/| /' conftest.$ac_ext >&5
26259
26260 wx_cv_class_tr1unorderedmapset=no
26261 fi
26262
26263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26264
26265
26266 fi
26267 { echo "$as_me:$LINENO: result: $wx_cv_class_tr1unorderedmapset" >&5
26268 echo "${ECHO_T}$wx_cv_class_tr1unorderedmapset" >&6; }
26269 fi
26270
26271
26272
26273 if test "$wx_cv_class_tr1unorderedmapset" = yes; then
26274 cat >>confdefs.h <<\_ACEOF
26275 #define HAVE_TR1_UNORDERED_MAP 1
26276 _ACEOF
26277
26278 cat >>confdefs.h <<\_ACEOF
26279 #define HAVE_TR1_UNORDERED_SET 1
26280 _ACEOF
26281
26282 else
26283 { echo "$as_me:$LINENO: checking for hash_map" >&5
26284 echo $ECHO_N "checking for hash_map... $ECHO_C" >&6; }
26285 if test "${ac_cv_header_hash_map+set}" = set; then
26286 echo $ECHO_N "(cached) $ECHO_C" >&6
26287 else
26288 cat >conftest.$ac_ext <<_ACEOF
26289 /* confdefs.h. */
26290 _ACEOF
26291 cat confdefs.h >>conftest.$ac_ext
26292 cat >>conftest.$ac_ext <<_ACEOF
26293 /* end confdefs.h. */
26294
26295
26296
26297 #include <hash_map>
26298 _ACEOF
26299 rm -f conftest.$ac_objext
26300 if { (ac_try="$ac_compile"
26301 case "(($ac_try" in
26302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26303 *) ac_try_echo=$ac_try;;
26304 esac
26305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26306 (eval "$ac_compile") 2>conftest.er1
26307 ac_status=$?
26308 grep -v '^ *+' conftest.er1 >conftest.err
26309 rm -f conftest.er1
26310 cat conftest.err >&5
26311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26312 (exit $ac_status); } && {
26313 test -z "$ac_cxx_werror_flag" ||
26314 test ! -s conftest.err
26315 } && test -s conftest.$ac_objext; then
26316 ac_cv_header_hash_map=yes
26317 else
26318 echo "$as_me: failed program was:" >&5
26319 sed 's/^/| /' conftest.$ac_ext >&5
26320
26321 ac_cv_header_hash_map=no
26322 fi
26323
26324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26325 fi
26326 { echo "$as_me:$LINENO: result: $ac_cv_header_hash_map" >&5
26327 echo "${ECHO_T}$ac_cv_header_hash_map" >&6; }
26328 if test $ac_cv_header_hash_map = yes; then
26329 { echo "$as_me:$LINENO: checking for std::hash_map and hash_set" >&5
26330 echo $ECHO_N "checking for std::hash_map and hash_set... $ECHO_C" >&6; }
26331 if test "${wx_cv_class_stdhashmapset+set}" = set; then
26332 echo $ECHO_N "(cached) $ECHO_C" >&6
26333 else
26334 cat >conftest.$ac_ext <<_ACEOF
26335 /* confdefs.h. */
26336 _ACEOF
26337 cat confdefs.h >>conftest.$ac_ext
26338 cat >>conftest.$ac_ext <<_ACEOF
26339 /* end confdefs.h. */
26340 #include <hash_map>
26341 #include <hash_set>
26342 int
26343 main ()
26344 {
26345 std::hash_map<double*, char*, std::hash<double*>, std::equal_to<double*> > test1;
26346 std::hash_set<char*, std::hash<char*>, std::equal_to<char*> > test2;
26347 ;
26348 return 0;
26349 }
26350 _ACEOF
26351 rm -f conftest.$ac_objext
26352 if { (ac_try="$ac_compile"
26353 case "(($ac_try" in
26354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26355 *) ac_try_echo=$ac_try;;
26356 esac
26357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26358 (eval "$ac_compile") 2>conftest.er1
26359 ac_status=$?
26360 grep -v '^ *+' conftest.er1 >conftest.err
26361 rm -f conftest.er1
26362 cat conftest.err >&5
26363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26364 (exit $ac_status); } && {
26365 test -z "$ac_cxx_werror_flag" ||
26366 test ! -s conftest.err
26367 } && test -s conftest.$ac_objext; then
26368 wx_cv_class_stdhashmapset=yes
26369 else
26370 echo "$as_me: failed program was:" >&5
26371 sed 's/^/| /' conftest.$ac_ext >&5
26372
26373 wx_cv_class_stdhashmapset=no
26374 fi
26375
26376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26377
26378
26379 fi
26380 { echo "$as_me:$LINENO: result: $wx_cv_class_stdhashmapset" >&5
26381 echo "${ECHO_T}$wx_cv_class_stdhashmapset" >&6; }
26382 fi
26383
26384
26385
26386 if test "$wx_cv_class_stdhashmapset" = yes; then
26387 cat >>confdefs.h <<\_ACEOF
26388 #define HAVE_HASH_MAP 1
26389 _ACEOF
26390
26391 cat >>confdefs.h <<\_ACEOF
26392 #define HAVE_STD_HASH_MAP 1
26393 _ACEOF
26394
26395 fi
26396
26397 { echo "$as_me:$LINENO: checking for ext/hash_map" >&5
26398 echo $ECHO_N "checking for ext/hash_map... $ECHO_C" >&6; }
26399 if test "${ac_cv_header_ext_hash_map+set}" = set; then
26400 echo $ECHO_N "(cached) $ECHO_C" >&6
26401 else
26402 cat >conftest.$ac_ext <<_ACEOF
26403 /* confdefs.h. */
26404 _ACEOF
26405 cat confdefs.h >>conftest.$ac_ext
26406 cat >>conftest.$ac_ext <<_ACEOF
26407 /* end confdefs.h. */
26408
26409
26410
26411 #include <ext/hash_map>
26412 _ACEOF
26413 rm -f conftest.$ac_objext
26414 if { (ac_try="$ac_compile"
26415 case "(($ac_try" in
26416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26417 *) ac_try_echo=$ac_try;;
26418 esac
26419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26420 (eval "$ac_compile") 2>conftest.er1
26421 ac_status=$?
26422 grep -v '^ *+' conftest.er1 >conftest.err
26423 rm -f conftest.er1
26424 cat conftest.err >&5
26425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26426 (exit $ac_status); } && {
26427 test -z "$ac_cxx_werror_flag" ||
26428 test ! -s conftest.err
26429 } && test -s conftest.$ac_objext; then
26430 ac_cv_header_ext_hash_map=yes
26431 else
26432 echo "$as_me: failed program was:" >&5
26433 sed 's/^/| /' conftest.$ac_ext >&5
26434
26435 ac_cv_header_ext_hash_map=no
26436 fi
26437
26438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26439 fi
26440 { echo "$as_me:$LINENO: result: $ac_cv_header_ext_hash_map" >&5
26441 echo "${ECHO_T}$ac_cv_header_ext_hash_map" >&6; }
26442 if test $ac_cv_header_ext_hash_map = yes; then
26443 { echo "$as_me:$LINENO: checking for GNU hash_map and hash_set" >&5
26444 echo $ECHO_N "checking for GNU hash_map and hash_set... $ECHO_C" >&6; }
26445 if test "${wx_cv_class_gnuhashmapset+set}" = set; then
26446 echo $ECHO_N "(cached) $ECHO_C" >&6
26447 else
26448 cat >conftest.$ac_ext <<_ACEOF
26449 /* confdefs.h. */
26450 _ACEOF
26451 cat confdefs.h >>conftest.$ac_ext
26452 cat >>conftest.$ac_ext <<_ACEOF
26453 /* end confdefs.h. */
26454 #include <ext/hash_map>
26455 #include <ext/hash_set>
26456 int
26457 main ()
26458 {
26459 __gnu_cxx::hash_map<double*, char*, __gnu_cxx::hash<double*>, std::equal_to<double*> > test1;
26460 __gnu_cxx::hash_set<char*, __gnu_cxx::hash<char*>, std::equal_to<char*> > test2;
26461 ;
26462 return 0;
26463 }
26464 _ACEOF
26465 rm -f conftest.$ac_objext
26466 if { (ac_try="$ac_compile"
26467 case "(($ac_try" in
26468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26469 *) ac_try_echo=$ac_try;;
26470 esac
26471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26472 (eval "$ac_compile") 2>conftest.er1
26473 ac_status=$?
26474 grep -v '^ *+' conftest.er1 >conftest.err
26475 rm -f conftest.er1
26476 cat conftest.err >&5
26477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26478 (exit $ac_status); } && {
26479 test -z "$ac_cxx_werror_flag" ||
26480 test ! -s conftest.err
26481 } && test -s conftest.$ac_objext; then
26482 wx_cv_class_gnuhashmapset=yes
26483 else
26484 echo "$as_me: failed program was:" >&5
26485 sed 's/^/| /' conftest.$ac_ext >&5
26486
26487 wx_cv_class_gnuhashmapset=no
26488 fi
26489
26490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26491
26492
26493 fi
26494 { echo "$as_me:$LINENO: result: $wx_cv_class_gnuhashmapset" >&5
26495 echo "${ECHO_T}$wx_cv_class_gnuhashmapset" >&6; }
26496 fi
26497
26498
26499
26500 fi
26501 fi
26502 fi
26503
26504 ac_ext=cpp
26505 ac_cpp='$CXXCPP $CPPFLAGS'
26506 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26507 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26508 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26509 { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
26510 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
26511 if test -z "$CXXCPP"; then
26512 if test "${ac_cv_prog_CXXCPP+set}" = set; then
26513 echo $ECHO_N "(cached) $ECHO_C" >&6
26514 else
26515 # Double quotes because CXXCPP needs to be expanded
26516 for CXXCPP in "$CXX -E" "/lib/cpp"
26517 do
26518 ac_preproc_ok=false
26519 for ac_cxx_preproc_warn_flag in '' yes
26520 do
26521 # Use a header file that comes with gcc, so configuring glibc
26522 # with a fresh cross-compiler works.
26523 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26524 # <limits.h> exists even on freestanding compilers.
26525 # On the NeXT, cc -E runs the code through the compiler's parser,
26526 # not just through cpp. "Syntax error" is here to catch this case.
26527 cat >conftest.$ac_ext <<_ACEOF
26528 /* confdefs.h. */
26529 _ACEOF
26530 cat confdefs.h >>conftest.$ac_ext
26531 cat >>conftest.$ac_ext <<_ACEOF
26532 /* end confdefs.h. */
26533 #ifdef __STDC__
26534 # include <limits.h>
26535 #else
26536 # include <assert.h>
26537 #endif
26538 Syntax error
26539 _ACEOF
26540 if { (ac_try="$ac_cpp conftest.$ac_ext"
26541 case "(($ac_try" in
26542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26543 *) ac_try_echo=$ac_try;;
26544 esac
26545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26546 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26547 ac_status=$?
26548 grep -v '^ *+' conftest.er1 >conftest.err
26549 rm -f conftest.er1
26550 cat conftest.err >&5
26551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26552 (exit $ac_status); } >/dev/null && {
26553 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26554 test ! -s conftest.err
26555 }; then
26556 :
26557 else
26558 echo "$as_me: failed program was:" >&5
26559 sed 's/^/| /' conftest.$ac_ext >&5
26560
26561 # Broken: fails on valid input.
26562 continue
26563 fi
26564
26565 rm -f conftest.err conftest.$ac_ext
26566
26567 # OK, works on sane cases. Now check whether nonexistent headers
26568 # can be detected and how.
26569 cat >conftest.$ac_ext <<_ACEOF
26570 /* confdefs.h. */
26571 _ACEOF
26572 cat confdefs.h >>conftest.$ac_ext
26573 cat >>conftest.$ac_ext <<_ACEOF
26574 /* end confdefs.h. */
26575 #include <ac_nonexistent.h>
26576 _ACEOF
26577 if { (ac_try="$ac_cpp conftest.$ac_ext"
26578 case "(($ac_try" in
26579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26580 *) ac_try_echo=$ac_try;;
26581 esac
26582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26583 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26584 ac_status=$?
26585 grep -v '^ *+' conftest.er1 >conftest.err
26586 rm -f conftest.er1
26587 cat conftest.err >&5
26588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26589 (exit $ac_status); } >/dev/null && {
26590 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26591 test ! -s conftest.err
26592 }; then
26593 # Broken: success on invalid input.
26594 continue
26595 else
26596 echo "$as_me: failed program was:" >&5
26597 sed 's/^/| /' conftest.$ac_ext >&5
26598
26599 # Passes both tests.
26600 ac_preproc_ok=:
26601 break
26602 fi
26603
26604 rm -f conftest.err conftest.$ac_ext
26605
26606 done
26607 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
26608 rm -f conftest.err conftest.$ac_ext
26609 if $ac_preproc_ok; then
26610 break
26611 fi
26612
26613 done
26614 ac_cv_prog_CXXCPP=$CXXCPP
26615
26616 fi
26617 CXXCPP=$ac_cv_prog_CXXCPP
26618 else
26619 ac_cv_prog_CXXCPP=$CXXCPP
26620 fi
26621 { echo "$as_me:$LINENO: result: $CXXCPP" >&5
26622 echo "${ECHO_T}$CXXCPP" >&6; }
26623 ac_preproc_ok=false
26624 for ac_cxx_preproc_warn_flag in '' yes
26625 do
26626 # Use a header file that comes with gcc, so configuring glibc
26627 # with a fresh cross-compiler works.
26628 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26629 # <limits.h> exists even on freestanding compilers.
26630 # On the NeXT, cc -E runs the code through the compiler's parser,
26631 # not just through cpp. "Syntax error" is here to catch this case.
26632 cat >conftest.$ac_ext <<_ACEOF
26633 /* confdefs.h. */
26634 _ACEOF
26635 cat confdefs.h >>conftest.$ac_ext
26636 cat >>conftest.$ac_ext <<_ACEOF
26637 /* end confdefs.h. */
26638 #ifdef __STDC__
26639 # include <limits.h>
26640 #else
26641 # include <assert.h>
26642 #endif
26643 Syntax error
26644 _ACEOF
26645 if { (ac_try="$ac_cpp conftest.$ac_ext"
26646 case "(($ac_try" in
26647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26648 *) ac_try_echo=$ac_try;;
26649 esac
26650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26651 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26652 ac_status=$?
26653 grep -v '^ *+' conftest.er1 >conftest.err
26654 rm -f conftest.er1
26655 cat conftest.err >&5
26656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26657 (exit $ac_status); } >/dev/null && {
26658 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26659 test ! -s conftest.err
26660 }; then
26661 :
26662 else
26663 echo "$as_me: failed program was:" >&5
26664 sed 's/^/| /' conftest.$ac_ext >&5
26665
26666 # Broken: fails on valid input.
26667 continue
26668 fi
26669
26670 rm -f conftest.err conftest.$ac_ext
26671
26672 # OK, works on sane cases. Now check whether nonexistent headers
26673 # can be detected and how.
26674 cat >conftest.$ac_ext <<_ACEOF
26675 /* confdefs.h. */
26676 _ACEOF
26677 cat confdefs.h >>conftest.$ac_ext
26678 cat >>conftest.$ac_ext <<_ACEOF
26679 /* end confdefs.h. */
26680 #include <ac_nonexistent.h>
26681 _ACEOF
26682 if { (ac_try="$ac_cpp conftest.$ac_ext"
26683 case "(($ac_try" in
26684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26685 *) ac_try_echo=$ac_try;;
26686 esac
26687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26688 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26689 ac_status=$?
26690 grep -v '^ *+' conftest.er1 >conftest.err
26691 rm -f conftest.er1
26692 cat conftest.err >&5
26693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26694 (exit $ac_status); } >/dev/null && {
26695 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26696 test ! -s conftest.err
26697 }; then
26698 # Broken: success on invalid input.
26699 continue
26700 else
26701 echo "$as_me: failed program was:" >&5
26702 sed 's/^/| /' conftest.$ac_ext >&5
26703
26704 # Passes both tests.
26705 ac_preproc_ok=:
26706 break
26707 fi
26708
26709 rm -f conftest.err conftest.$ac_ext
26710
26711 done
26712 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
26713 rm -f conftest.err conftest.$ac_ext
26714 if $ac_preproc_ok; then
26715 :
26716 else
26717 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
26718 See \`config.log' for more details." >&5
26719 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
26720 See \`config.log' for more details." >&2;}
26721 { (exit 1); exit 1; }; }
26722 fi
26723
26724 ac_ext=cpp
26725 ac_cpp='$CXXCPP $CPPFLAGS'
26726 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26727 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26728 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
26729
26730
26731
26732
26733 for ac_header in type_traits tr1/type_traits
26734 do
26735 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
26736 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26737 { echo "$as_me:$LINENO: checking for $ac_header" >&5
26738 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26739 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26740 echo $ECHO_N "(cached) $ECHO_C" >&6
26741 fi
26742 ac_res=`eval echo '${'$as_ac_Header'}'`
26743 { echo "$as_me:$LINENO: result: $ac_res" >&5
26744 echo "${ECHO_T}$ac_res" >&6; }
26745 else
26746 # Is the header compilable?
26747 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
26748 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
26749 cat >conftest.$ac_ext <<_ACEOF
26750 /* confdefs.h. */
26751 _ACEOF
26752 cat confdefs.h >>conftest.$ac_ext
26753 cat >>conftest.$ac_ext <<_ACEOF
26754 /* end confdefs.h. */
26755 $ac_includes_default
26756 #include <$ac_header>
26757 _ACEOF
26758 rm -f conftest.$ac_objext
26759 if { (ac_try="$ac_compile"
26760 case "(($ac_try" in
26761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26762 *) ac_try_echo=$ac_try;;
26763 esac
26764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26765 (eval "$ac_compile") 2>conftest.er1
26766 ac_status=$?
26767 grep -v '^ *+' conftest.er1 >conftest.err
26768 rm -f conftest.er1
26769 cat conftest.err >&5
26770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26771 (exit $ac_status); } && {
26772 test -z "$ac_cxx_werror_flag" ||
26773 test ! -s conftest.err
26774 } && test -s conftest.$ac_objext; then
26775 ac_header_compiler=yes
26776 else
26777 echo "$as_me: failed program was:" >&5
26778 sed 's/^/| /' conftest.$ac_ext >&5
26779
26780 ac_header_compiler=no
26781 fi
26782
26783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26784 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26785 echo "${ECHO_T}$ac_header_compiler" >&6; }
26786
26787 # Is the header present?
26788 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
26789 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
26790 cat >conftest.$ac_ext <<_ACEOF
26791 /* confdefs.h. */
26792 _ACEOF
26793 cat confdefs.h >>conftest.$ac_ext
26794 cat >>conftest.$ac_ext <<_ACEOF
26795 /* end confdefs.h. */
26796 #include <$ac_header>
26797 _ACEOF
26798 if { (ac_try="$ac_cpp conftest.$ac_ext"
26799 case "(($ac_try" in
26800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26801 *) ac_try_echo=$ac_try;;
26802 esac
26803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26804 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
26805 ac_status=$?
26806 grep -v '^ *+' conftest.er1 >conftest.err
26807 rm -f conftest.er1
26808 cat conftest.err >&5
26809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26810 (exit $ac_status); } >/dev/null && {
26811 test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
26812 test ! -s conftest.err
26813 }; then
26814 ac_header_preproc=yes
26815 else
26816 echo "$as_me: failed program was:" >&5
26817 sed 's/^/| /' conftest.$ac_ext >&5
26818
26819 ac_header_preproc=no
26820 fi
26821
26822 rm -f conftest.err conftest.$ac_ext
26823 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26824 echo "${ECHO_T}$ac_header_preproc" >&6; }
26825
26826 # So? What about this header?
26827 case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
26828 yes:no: )
26829 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
26830 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
26831 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
26832 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
26833 ac_header_preproc=yes
26834 ;;
26835 no:yes:* )
26836 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
26837 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
26838 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
26839 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
26840 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
26841 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
26842 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
26843 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
26844 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
26845 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
26846 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
26847 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
26848 ( cat <<\_ASBOX
26849 ## ----------------------------------------- ##
26850 ## Report this to wx-dev@lists.wxwidgets.org ##
26851 ## ----------------------------------------- ##
26852 _ASBOX
26853 ) | sed "s/^/$as_me: WARNING: /" >&2
26854 ;;
26855 esac
26856 { echo "$as_me:$LINENO: checking for $ac_header" >&5
26857 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
26858 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
26859 echo $ECHO_N "(cached) $ECHO_C" >&6
26860 else
26861 eval "$as_ac_Header=\$ac_header_preproc"
26862 fi
26863 ac_res=`eval echo '${'$as_ac_Header'}'`
26864 { echo "$as_me:$LINENO: result: $ac_res" >&5
26865 echo "${ECHO_T}$ac_res" >&6; }
26866
26867 fi
26868 if test `eval echo '${'$as_ac_Header'}'` = yes; then
26869 cat >>confdefs.h <<_ACEOF
26870 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
26871 _ACEOF
26872
26873 fi
26874
26875 done
26876
26877
26878
26879
26880 if test -n "$GCC"; then
26881 { echo "$as_me:$LINENO: checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins" >&5
26882 echo $ECHO_N "checking for __sync_fetch_and_add and __sync_sub_and_fetch builtins... $ECHO_C" >&6; }
26883 if test "${wx_cv_cc_gcc_atomic_builtins+set}" = set; then
26884 echo $ECHO_N "(cached) $ECHO_C" >&6
26885 else
26886
26887 cat >conftest.$ac_ext <<_ACEOF
26888 /* confdefs.h. */
26889 _ACEOF
26890 cat confdefs.h >>conftest.$ac_ext
26891 cat >>conftest.$ac_ext <<_ACEOF
26892 /* end confdefs.h. */
26893
26894 int
26895 main ()
26896 {
26897
26898 unsigned int value=0;
26899 /* wxAtomicInc doesn't use return value here */
26900 __sync_fetch_and_add(&value, 2);
26901 __sync_sub_and_fetch(&value, 1);
26902 /* but wxAtomicDec does, so mimic that: */
26903 unsigned int r2 = __sync_sub_and_fetch(&value, 1);
26904
26905 ;
26906 return 0;
26907 }
26908 _ACEOF
26909 rm -f conftest.$ac_objext conftest$ac_exeext
26910 if { (ac_try="$ac_link"
26911 case "(($ac_try" in
26912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26913 *) ac_try_echo=$ac_try;;
26914 esac
26915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
26916 (eval "$ac_link") 2>conftest.er1
26917 ac_status=$?
26918 grep -v '^ *+' conftest.er1 >conftest.err
26919 rm -f conftest.er1
26920 cat conftest.err >&5
26921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26922 (exit $ac_status); } && {
26923 test -z "$ac_cxx_werror_flag" ||
26924 test ! -s conftest.err
26925 } && test -s conftest$ac_exeext &&
26926 $as_test_x conftest$ac_exeext; then
26927 wx_cv_cc_gcc_atomic_builtins=yes
26928 else
26929 echo "$as_me: failed program was:" >&5
26930 sed 's/^/| /' conftest.$ac_ext >&5
26931
26932 wx_cv_cc_gcc_atomic_builtins=no
26933 fi
26934
26935 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
26936 conftest$ac_exeext conftest.$ac_ext
26937
26938 fi
26939
26940 { echo "$as_me:$LINENO: result: $wx_cv_cc_gcc_atomic_builtins" >&5
26941 echo "${ECHO_T}$wx_cv_cc_gcc_atomic_builtins" >&6; }
26942 if test $wx_cv_cc_gcc_atomic_builtins = yes; then
26943 cat >>confdefs.h <<\_ACEOF
26944 #define HAVE_GCC_ATOMIC_BUILTINS 1
26945 _ACEOF
26946
26947 fi
26948 fi
26949
26950
26951 ac_ext=c
26952 ac_cpp='$CPP $CPPFLAGS'
26953 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
26954 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
26955 ac_compiler_gnu=$ac_cv_c_compiler_gnu
26956
26957
26958
26959 SEARCH_INCLUDE="\
26960 /usr/local/include \
26961 /usr/local/X11/include \
26962 /usr/local/include/X11 \
26963 /usr/local/X11R7/include \
26964 /usr/local/X11R6/include \
26965 /usr/local/include/X11R7 \
26966 /usr/local/include/X11R6 \
26967 \
26968 /usr/Motif-2.1/include \
26969 /usr/Motif-1.2/include \
26970 /usr/include/Motif1.2 \
26971 \
26972 /usr/dt/include \
26973 /usr/openwin/include \
26974 \
26975 /usr/include/Xm \
26976 \
26977 /usr/X11R7/include \
26978 /usr/X11R6/include \
26979 /usr/X11R6.4/include \
26980 \
26981 /usr/include/X11R7 \
26982 /usr/include/X11R6 \
26983 \
26984 /usr/X11/include \
26985 /usr/include/X11 \
26986 \
26987 /usr/XFree86/include/X11 \
26988 /usr/pkg/include \
26989 \
26990 /usr/local/X1R5/include \
26991 /usr/local/include/X11R5 \
26992 /usr/X11R5/include \
26993 /usr/include/X11R5 \
26994 \
26995 /usr/local/X11R4/include \
26996 /usr/local/include/X11R4 \
26997 /usr/X11R4/include \
26998 /usr/include/X11R4 \
26999 \
27000 /usr/openwin/share/include"
27001
27002 { echo "$as_me:$LINENO: checking for libraries directories" >&5
27003 echo $ECHO_N "checking for libraries directories... $ECHO_C" >&6; }
27004
27005 case "${host}" in
27006 *-*-irix6* )
27007 if test "${wx_cv_std_libpath+set}" = set; then
27008 echo $ECHO_N "(cached) $ECHO_C" >&6
27009 else
27010
27011 for d in /usr/lib /usr/lib32 /usr/lib/64 /usr/lib64; do
27012 for e in a so sl dylib dll.a; do
27013 libc="$d/libc.$e"
27014 if test -f $libc; then
27015 save_LIBS="$LIBS"
27016 LIBS="$libc"
27017 cat >conftest.$ac_ext <<_ACEOF
27018 int main() { return 0; }
27019 _ACEOF
27020 rm -f conftest.$ac_objext conftest$ac_exeext
27021 if { (ac_try="$ac_link"
27022 case "(($ac_try" in
27023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27024 *) ac_try_echo=$ac_try;;
27025 esac
27026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27027 (eval "$ac_link") 2>conftest.er1
27028 ac_status=$?
27029 grep -v '^ *+' conftest.er1 >conftest.err
27030 rm -f conftest.er1
27031 cat conftest.err >&5
27032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27033 (exit $ac_status); } && {
27034 test -z "$ac_c_werror_flag" ||
27035 test ! -s conftest.err
27036 } && test -s conftest$ac_exeext &&
27037 $as_test_x conftest$ac_exeext; then
27038 wx_cv_std_libpath=`echo $d | sed s@/usr/@@`
27039 else
27040 echo "$as_me: failed program was:" >&5
27041 sed 's/^/| /' conftest.$ac_ext >&5
27042
27043
27044 fi
27045
27046 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27047 conftest$ac_exeext conftest.$ac_ext
27048 LIBS="$save_LIBS"
27049 if test "x$wx_cv_std_libpath" != "x"; then
27050 break 2
27051 fi
27052 fi
27053 done
27054 done
27055
27056
27057 fi
27058
27059 ;;
27060
27061 *-*-solaris2* )
27062 if test "$ac_cv_sizeof_void_p" = 8 -a -d "/usr/lib/64"; then
27063 wx_cv_std_libpath="lib/64"
27064 fi
27065 ;;
27066
27067 *-*-linux* )
27068 if test "$ac_cv_sizeof_void_p" = 8; then
27069 if test -d "/usr/lib/`uname -m`-linux-gnu"; then
27070 wx_cv_std_libfullpath="/usr/lib/`uname -m`-linux-gnu"
27071 elif test -d "/usr/lib64" -a ! -h "/usr/lib64"; then
27072 wx_cv_std_libpath="lib64"
27073 fi
27074 else
27075 case "${host}" in
27076 i*86-*-linux* )
27077 if test -d '/usr/lib/i386-linux-gnu'; then
27078 wx_cv_std_libfullpath='/usr/lib/i386-linux-gnu'
27079 fi
27080 esac
27081 fi
27082
27083 if test -n "$wx_cv_std_libfullpath" -a -d "/usr/lib"; then
27084 wx_cv_std_libfullpath="$wx_cv_std_libfullpath /usr/lib"
27085 fi
27086 ;;
27087 esac
27088
27089 if test -z "$wx_cv_std_libpath"; then
27090 wx_cv_std_libpath="lib"
27091 fi
27092
27093 if test -z "$wx_cv_std_libfullpath"; then
27094 wx_cv_std_libfullpath="/usr/$wx_cv_std_libpath"
27095 fi
27096
27097
27098 { echo "$as_me:$LINENO: result: $wx_cv_std_libfullpath" >&5
27099 echo "${ECHO_T}$wx_cv_std_libfullpath" >&6; }
27100
27101 SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s@include@$wx_cv_std_libpath@g` $wx_cv_std_libfullpath"
27102
27103 if test "$build" != "$host" -a "$GCC" = yes; then
27104 if cross_root=`$CC -print-prog-name=ld 2>/dev/null`; then
27105 cross_root=`dirname $cross_root`
27106 cross_root=`dirname $cross_root`
27107
27108 SEARCH_LIB=`for x in $SEARCH_LIB; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
27109 SEARCH_INCLUDE=`for x in $SEARCH_INCLUDE; do echo $x; done | sed -ne "s|^/usr|$cross_root|p"`
27110 SEARCH_INCLUDE="$SEARCH_INCLUDE $cross_root/include"
27111
27112 if test -z "$PKG_CONFIG_PATH"; then
27113 PKG_CONFIG_PATH="$cross_root/local/lib/pkgconfig:$cross_root/lib/pkgconfig"
27114 export PKG_CONFIG_PATH
27115 fi
27116
27117 if test -z "$x_includes" -o "$x_includes" = NONE; then
27118
27119 ac_find_includes=
27120 for ac_dir in $SEARCH_INCLUDE /usr/include
27121 do
27122 if test -f "$ac_dir/X11/Intrinsic.h"; then
27123 ac_find_includes=$ac_dir
27124 break
27125 fi
27126 done
27127
27128 x_includes=$ac_find_includes
27129 fi
27130 if test -z "$x_libraries" -o "$x_libraries" = NONE; then
27131
27132 ac_find_libraries=
27133 for ac_dir in $SEARCH_LIB
27134 do
27135 for ac_extension in a so sl dylib dll.a; do
27136 if test -f "$ac_dir/libXt.$ac_extension"; then
27137 ac_find_libraries=$ac_dir
27138 break 2
27139 fi
27140 done
27141 done
27142
27143 x_libraries=$ac_find_libraries
27144 fi
27145 fi
27146 fi
27147
27148
27149 cat >confcache <<\_ACEOF
27150 # This file is a shell script that caches the results of configure
27151 # tests run on this system so they can be shared between configure
27152 # scripts and configure runs, see configure's option --config-cache.
27153 # It is not useful on other systems. If it contains results you don't
27154 # want to keep, you may remove or edit it.
27155 #
27156 # config.status only pays attention to the cache file if you give it
27157 # the --recheck option to rerun configure.
27158 #
27159 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27160 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27161 # following values.
27162
27163 _ACEOF
27164
27165 # The following way of writing the cache mishandles newlines in values,
27166 # but we know of no workaround that is simple, portable, and efficient.
27167 # So, we kill variables containing newlines.
27168 # Ultrix sh set writes to stderr and can't be redirected directly,
27169 # and sets the high bit in the cache file unless we assign to the vars.
27170 (
27171 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27172 eval ac_val=\$$ac_var
27173 case $ac_val in #(
27174 *${as_nl}*)
27175 case $ac_var in #(
27176 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27177 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27178 esac
27179 case $ac_var in #(
27180 _ | IFS | as_nl) ;; #(
27181 *) $as_unset $ac_var ;;
27182 esac ;;
27183 esac
27184 done
27185
27186 (set) 2>&1 |
27187 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27188 *${as_nl}ac_space=\ *)
27189 # `set' does not quote correctly, so add quotes (double-quote
27190 # substitution turns \\\\ into \\, and sed turns \\ into \).
27191 sed -n \
27192 "s/'/'\\\\''/g;
27193 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27194 ;; #(
27195 *)
27196 # `set' quotes correctly as required by POSIX, so do not add quotes.
27197 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27198 ;;
27199 esac |
27200 sort
27201 ) |
27202 sed '
27203 /^ac_cv_env_/b end
27204 t clear
27205 :clear
27206 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27207 t end
27208 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27209 :end' >>confcache
27210 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27211 if test -w "$cache_file"; then
27212 test "x$cache_file" != "x/dev/null" &&
27213 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
27214 echo "$as_me: updating cache $cache_file" >&6;}
27215 cat confcache >$cache_file
27216 else
27217 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27218 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27219 fi
27220 fi
27221 rm -f confcache
27222
27223 if test "$USE_LINUX" = 1 -o "$USE_GNU" = 1; then
27224 { echo "$as_me:$LINENO: checking for glibc 2.1 or later" >&5
27225 echo $ECHO_N "checking for glibc 2.1 or later... $ECHO_C" >&6; }
27226 if test "${wx_cv_lib_glibc21+set}" = set; then
27227 echo $ECHO_N "(cached) $ECHO_C" >&6
27228 else
27229
27230 cat >conftest.$ac_ext <<_ACEOF
27231 /* confdefs.h. */
27232 _ACEOF
27233 cat confdefs.h >>conftest.$ac_ext
27234 cat >>conftest.$ac_ext <<_ACEOF
27235 /* end confdefs.h. */
27236 #include <features.h>
27237 int
27238 main ()
27239 {
27240
27241 #if (__GLIBC__ < 2) || (__GLIBC_MINOR__ < 1)
27242 not glibc 2.1
27243 #endif
27244
27245 ;
27246 return 0;
27247 }
27248 _ACEOF
27249 rm -f conftest.$ac_objext
27250 if { (ac_try="$ac_compile"
27251 case "(($ac_try" in
27252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27253 *) ac_try_echo=$ac_try;;
27254 esac
27255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27256 (eval "$ac_compile") 2>conftest.er1
27257 ac_status=$?
27258 grep -v '^ *+' conftest.er1 >conftest.err
27259 rm -f conftest.er1
27260 cat conftest.err >&5
27261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27262 (exit $ac_status); } && {
27263 test -z "$ac_c_werror_flag" ||
27264 test ! -s conftest.err
27265 } && test -s conftest.$ac_objext; then
27266
27267 wx_cv_lib_glibc21=yes
27268
27269 else
27270 echo "$as_me: failed program was:" >&5
27271 sed 's/^/| /' conftest.$ac_ext >&5
27272
27273
27274 wx_cv_lib_glibc21=no
27275
27276
27277 fi
27278
27279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27280
27281 fi
27282 { echo "$as_me:$LINENO: result: $wx_cv_lib_glibc21" >&5
27283 echo "${ECHO_T}$wx_cv_lib_glibc21" >&6; }
27284 if test "$wx_cv_lib_glibc21" = "yes"; then
27285 cat >>confdefs.h <<\_ACEOF
27286 #define wxHAVE_GLIBC2 1
27287 _ACEOF
27288
27289 fi
27290 fi
27291
27292 if test "x$wx_cv_lib_glibc21" = "xyes"; then
27293 if test "$wxUSE_UNICODE" = "yes" -o "$wxUSE_THREADS" = "yes"; then
27294 cat >>confdefs.h <<\_ACEOF
27295 #define _GNU_SOURCE 1
27296 _ACEOF
27297
27298 fi
27299 fi
27300
27301 have_cos=0
27302 have_floor=0
27303
27304 for ac_func in cos
27305 do
27306 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27307 { echo "$as_me:$LINENO: checking for $ac_func" >&5
27308 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
27309 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27310 echo $ECHO_N "(cached) $ECHO_C" >&6
27311 else
27312 cat >conftest.$ac_ext <<_ACEOF
27313 /* confdefs.h. */
27314 _ACEOF
27315 cat confdefs.h >>conftest.$ac_ext
27316 cat >>conftest.$ac_ext <<_ACEOF
27317 /* end confdefs.h. */
27318 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27319 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27320 #define $ac_func innocuous_$ac_func
27321
27322 /* System header to define __stub macros and hopefully few prototypes,
27323 which can conflict with char $ac_func (); below.
27324 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27325 <limits.h> exists even on freestanding compilers. */
27326
27327 #ifdef __STDC__
27328 # include <limits.h>
27329 #else
27330 # include <assert.h>
27331 #endif
27332
27333 #undef $ac_func
27334
27335 /* Override any GCC internal prototype to avoid an error.
27336 Use char because int might match the return type of a GCC
27337 builtin and then its argument prototype would still apply. */
27338 #ifdef __cplusplus
27339 extern "C"
27340 #endif
27341 char $ac_func ();
27342 /* The GNU C library defines this for functions which it implements
27343 to always fail with ENOSYS. Some functions are actually named
27344 something starting with __ and the normal name is an alias. */
27345 #if defined __stub_$ac_func || defined __stub___$ac_func
27346 choke me
27347 #endif
27348
27349 int
27350 main ()
27351 {
27352 return $ac_func ();
27353 ;
27354 return 0;
27355 }
27356 _ACEOF
27357 rm -f conftest.$ac_objext conftest$ac_exeext
27358 if { (ac_try="$ac_link"
27359 case "(($ac_try" in
27360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27361 *) ac_try_echo=$ac_try;;
27362 esac
27363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27364 (eval "$ac_link") 2>conftest.er1
27365 ac_status=$?
27366 grep -v '^ *+' conftest.er1 >conftest.err
27367 rm -f conftest.er1
27368 cat conftest.err >&5
27369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27370 (exit $ac_status); } && {
27371 test -z "$ac_c_werror_flag" ||
27372 test ! -s conftest.err
27373 } && test -s conftest$ac_exeext &&
27374 $as_test_x conftest$ac_exeext; then
27375 eval "$as_ac_var=yes"
27376 else
27377 echo "$as_me: failed program was:" >&5
27378 sed 's/^/| /' conftest.$ac_ext >&5
27379
27380 eval "$as_ac_var=no"
27381 fi
27382
27383 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27384 conftest$ac_exeext conftest.$ac_ext
27385 fi
27386 ac_res=`eval echo '${'$as_ac_var'}'`
27387 { echo "$as_me:$LINENO: result: $ac_res" >&5
27388 echo "${ECHO_T}$ac_res" >&6; }
27389 if test `eval echo '${'$as_ac_var'}'` = yes; then
27390 cat >>confdefs.h <<_ACEOF
27391 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27392 _ACEOF
27393 have_cos=1
27394 fi
27395 done
27396
27397
27398 for ac_func in floor
27399 do
27400 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27401 { echo "$as_me:$LINENO: checking for $ac_func" >&5
27402 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
27403 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27404 echo $ECHO_N "(cached) $ECHO_C" >&6
27405 else
27406 cat >conftest.$ac_ext <<_ACEOF
27407 /* confdefs.h. */
27408 _ACEOF
27409 cat confdefs.h >>conftest.$ac_ext
27410 cat >>conftest.$ac_ext <<_ACEOF
27411 /* end confdefs.h. */
27412 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27413 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27414 #define $ac_func innocuous_$ac_func
27415
27416 /* System header to define __stub macros and hopefully few prototypes,
27417 which can conflict with char $ac_func (); below.
27418 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27419 <limits.h> exists even on freestanding compilers. */
27420
27421 #ifdef __STDC__
27422 # include <limits.h>
27423 #else
27424 # include <assert.h>
27425 #endif
27426
27427 #undef $ac_func
27428
27429 /* Override any GCC internal prototype to avoid an error.
27430 Use char because int might match the return type of a GCC
27431 builtin and then its argument prototype would still apply. */
27432 #ifdef __cplusplus
27433 extern "C"
27434 #endif
27435 char $ac_func ();
27436 /* The GNU C library defines this for functions which it implements
27437 to always fail with ENOSYS. Some functions are actually named
27438 something starting with __ and the normal name is an alias. */
27439 #if defined __stub_$ac_func || defined __stub___$ac_func
27440 choke me
27441 #endif
27442
27443 int
27444 main ()
27445 {
27446 return $ac_func ();
27447 ;
27448 return 0;
27449 }
27450 _ACEOF
27451 rm -f conftest.$ac_objext conftest$ac_exeext
27452 if { (ac_try="$ac_link"
27453 case "(($ac_try" in
27454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27455 *) ac_try_echo=$ac_try;;
27456 esac
27457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27458 (eval "$ac_link") 2>conftest.er1
27459 ac_status=$?
27460 grep -v '^ *+' conftest.er1 >conftest.err
27461 rm -f conftest.er1
27462 cat conftest.err >&5
27463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27464 (exit $ac_status); } && {
27465 test -z "$ac_c_werror_flag" ||
27466 test ! -s conftest.err
27467 } && test -s conftest$ac_exeext &&
27468 $as_test_x conftest$ac_exeext; then
27469 eval "$as_ac_var=yes"
27470 else
27471 echo "$as_me: failed program was:" >&5
27472 sed 's/^/| /' conftest.$ac_ext >&5
27473
27474 eval "$as_ac_var=no"
27475 fi
27476
27477 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27478 conftest$ac_exeext conftest.$ac_ext
27479 fi
27480 ac_res=`eval echo '${'$as_ac_var'}'`
27481 { echo "$as_me:$LINENO: result: $ac_res" >&5
27482 echo "${ECHO_T}$ac_res" >&6; }
27483 if test `eval echo '${'$as_ac_var'}'` = yes; then
27484 cat >>confdefs.h <<_ACEOF
27485 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27486 _ACEOF
27487 have_floor=1
27488 fi
27489 done
27490
27491 { echo "$as_me:$LINENO: checking if floating point functions link without -lm" >&5
27492 echo $ECHO_N "checking if floating point functions link without -lm... $ECHO_C" >&6; }
27493 if test "$have_cos" = 1 -a "$have_floor" = 1; then
27494 { echo "$as_me:$LINENO: result: yes" >&5
27495 echo "${ECHO_T}yes" >&6; }
27496 else
27497 { echo "$as_me:$LINENO: result: no" >&5
27498 echo "${ECHO_T}no" >&6; }
27499 LIBS="$LIBS -lm"
27500 # use different functions to avoid configure caching
27501 have_sin=0
27502 have_ceil=0
27503
27504 for ac_func in sin
27505 do
27506 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27507 { echo "$as_me:$LINENO: checking for $ac_func" >&5
27508 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
27509 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27510 echo $ECHO_N "(cached) $ECHO_C" >&6
27511 else
27512 cat >conftest.$ac_ext <<_ACEOF
27513 /* confdefs.h. */
27514 _ACEOF
27515 cat confdefs.h >>conftest.$ac_ext
27516 cat >>conftest.$ac_ext <<_ACEOF
27517 /* end confdefs.h. */
27518 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27519 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27520 #define $ac_func innocuous_$ac_func
27521
27522 /* System header to define __stub macros and hopefully few prototypes,
27523 which can conflict with char $ac_func (); below.
27524 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27525 <limits.h> exists even on freestanding compilers. */
27526
27527 #ifdef __STDC__
27528 # include <limits.h>
27529 #else
27530 # include <assert.h>
27531 #endif
27532
27533 #undef $ac_func
27534
27535 /* Override any GCC internal prototype to avoid an error.
27536 Use char because int might match the return type of a GCC
27537 builtin and then its argument prototype would still apply. */
27538 #ifdef __cplusplus
27539 extern "C"
27540 #endif
27541 char $ac_func ();
27542 /* The GNU C library defines this for functions which it implements
27543 to always fail with ENOSYS. Some functions are actually named
27544 something starting with __ and the normal name is an alias. */
27545 #if defined __stub_$ac_func || defined __stub___$ac_func
27546 choke me
27547 #endif
27548
27549 int
27550 main ()
27551 {
27552 return $ac_func ();
27553 ;
27554 return 0;
27555 }
27556 _ACEOF
27557 rm -f conftest.$ac_objext conftest$ac_exeext
27558 if { (ac_try="$ac_link"
27559 case "(($ac_try" in
27560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27561 *) ac_try_echo=$ac_try;;
27562 esac
27563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27564 (eval "$ac_link") 2>conftest.er1
27565 ac_status=$?
27566 grep -v '^ *+' conftest.er1 >conftest.err
27567 rm -f conftest.er1
27568 cat conftest.err >&5
27569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27570 (exit $ac_status); } && {
27571 test -z "$ac_c_werror_flag" ||
27572 test ! -s conftest.err
27573 } && test -s conftest$ac_exeext &&
27574 $as_test_x conftest$ac_exeext; then
27575 eval "$as_ac_var=yes"
27576 else
27577 echo "$as_me: failed program was:" >&5
27578 sed 's/^/| /' conftest.$ac_ext >&5
27579
27580 eval "$as_ac_var=no"
27581 fi
27582
27583 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27584 conftest$ac_exeext conftest.$ac_ext
27585 fi
27586 ac_res=`eval echo '${'$as_ac_var'}'`
27587 { echo "$as_me:$LINENO: result: $ac_res" >&5
27588 echo "${ECHO_T}$ac_res" >&6; }
27589 if test `eval echo '${'$as_ac_var'}'` = yes; then
27590 cat >>confdefs.h <<_ACEOF
27591 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27592 _ACEOF
27593 have_sin=1
27594 fi
27595 done
27596
27597
27598 for ac_func in ceil
27599 do
27600 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27601 { echo "$as_me:$LINENO: checking for $ac_func" >&5
27602 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
27603 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27604 echo $ECHO_N "(cached) $ECHO_C" >&6
27605 else
27606 cat >conftest.$ac_ext <<_ACEOF
27607 /* confdefs.h. */
27608 _ACEOF
27609 cat confdefs.h >>conftest.$ac_ext
27610 cat >>conftest.$ac_ext <<_ACEOF
27611 /* end confdefs.h. */
27612 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27613 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27614 #define $ac_func innocuous_$ac_func
27615
27616 /* System header to define __stub macros and hopefully few prototypes,
27617 which can conflict with char $ac_func (); below.
27618 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27619 <limits.h> exists even on freestanding compilers. */
27620
27621 #ifdef __STDC__
27622 # include <limits.h>
27623 #else
27624 # include <assert.h>
27625 #endif
27626
27627 #undef $ac_func
27628
27629 /* Override any GCC internal prototype to avoid an error.
27630 Use char because int might match the return type of a GCC
27631 builtin and then its argument prototype would still apply. */
27632 #ifdef __cplusplus
27633 extern "C"
27634 #endif
27635 char $ac_func ();
27636 /* The GNU C library defines this for functions which it implements
27637 to always fail with ENOSYS. Some functions are actually named
27638 something starting with __ and the normal name is an alias. */
27639 #if defined __stub_$ac_func || defined __stub___$ac_func
27640 choke me
27641 #endif
27642
27643 int
27644 main ()
27645 {
27646 return $ac_func ();
27647 ;
27648 return 0;
27649 }
27650 _ACEOF
27651 rm -f conftest.$ac_objext conftest$ac_exeext
27652 if { (ac_try="$ac_link"
27653 case "(($ac_try" in
27654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27655 *) ac_try_echo=$ac_try;;
27656 esac
27657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27658 (eval "$ac_link") 2>conftest.er1
27659 ac_status=$?
27660 grep -v '^ *+' conftest.er1 >conftest.err
27661 rm -f conftest.er1
27662 cat conftest.err >&5
27663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27664 (exit $ac_status); } && {
27665 test -z "$ac_c_werror_flag" ||
27666 test ! -s conftest.err
27667 } && test -s conftest$ac_exeext &&
27668 $as_test_x conftest$ac_exeext; then
27669 eval "$as_ac_var=yes"
27670 else
27671 echo "$as_me: failed program was:" >&5
27672 sed 's/^/| /' conftest.$ac_ext >&5
27673
27674 eval "$as_ac_var=no"
27675 fi
27676
27677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27678 conftest$ac_exeext conftest.$ac_ext
27679 fi
27680 ac_res=`eval echo '${'$as_ac_var'}'`
27681 { echo "$as_me:$LINENO: result: $ac_res" >&5
27682 echo "${ECHO_T}$ac_res" >&6; }
27683 if test `eval echo '${'$as_ac_var'}'` = yes; then
27684 cat >>confdefs.h <<_ACEOF
27685 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
27686 _ACEOF
27687 have_ceil=1
27688 fi
27689 done
27690
27691 { echo "$as_me:$LINENO: checking if floating point functions link with -lm" >&5
27692 echo $ECHO_N "checking if floating point functions link with -lm... $ECHO_C" >&6; }
27693 if test "$have_sin" = 1 -a "$have_ceil" = 1; then
27694 { echo "$as_me:$LINENO: result: yes" >&5
27695 echo "${ECHO_T}yes" >&6; }
27696 else
27697 { echo "$as_me:$LINENO: result: no" >&5
27698 echo "${ECHO_T}no" >&6; }
27699 # not sure we should warn the user, crash, etc.
27700 fi
27701 fi
27702
27703 ac_ext=cpp
27704 ac_cpp='$CXXCPP $CPPFLAGS'
27705 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27706 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27707 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
27708
27709 if test "wxUSE_UNICODE" = "yes"; then
27710
27711 for wx_func in wcstoull
27712 do
27713 { echo "$as_me:$LINENO: checking for $wx_func" >&5
27714 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
27715 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
27716 echo $ECHO_N "(cached) $ECHO_C" >&6
27717 else
27718
27719 cat >conftest.$ac_ext <<_ACEOF
27720
27721 /* confdefs.h. */
27722 _ACEOF
27723 cat confdefs.h >>conftest.$ac_ext
27724 cat >>conftest.$ac_ext <<_ACEOF
27725 /* end confdefs.h. */
27726
27727
27728 $ac_includes_default
27729
27730 int
27731 main ()
27732 {
27733
27734 #ifndef $wx_func
27735 &$wx_func;
27736 #endif
27737
27738
27739 ;
27740 return 0;
27741 }
27742
27743 _ACEOF
27744 rm -f conftest.$ac_objext conftest$ac_exeext
27745 if { (ac_try="$ac_link"
27746 case "(($ac_try" in
27747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27748 *) ac_try_echo=$ac_try;;
27749 esac
27750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27751 (eval "$ac_link") 2>conftest.er1
27752 ac_status=$?
27753 grep -v '^ *+' conftest.er1 >conftest.err
27754 rm -f conftest.er1
27755 cat conftest.err >&5
27756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27757 (exit $ac_status); } && {
27758 test -z "$ac_cxx_werror_flag" ||
27759 test ! -s conftest.err
27760 } && test -s conftest$ac_exeext &&
27761 $as_test_x conftest$ac_exeext; then
27762 eval wx_cv_func_$wx_func=yes
27763 else
27764 echo "$as_me: failed program was:" >&5
27765 sed 's/^/| /' conftest.$ac_ext >&5
27766
27767 eval wx_cv_func_$wx_func=no
27768 fi
27769
27770 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27771 conftest$ac_exeext conftest.$ac_ext
27772
27773 fi
27774 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
27775 { echo "$as_me:$LINENO: result: $ac_res" >&5
27776 echo "${ECHO_T}$ac_res" >&6; }
27777
27778 if eval test \$wx_cv_func_$wx_func = yes
27779 then
27780 cat >>confdefs.h <<_ACEOF
27781 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
27782 _ACEOF
27783
27784
27785 else
27786 :
27787
27788 fi
27789 done
27790
27791 else
27792
27793 for wx_func in strtoull
27794 do
27795 { echo "$as_me:$LINENO: checking for $wx_func" >&5
27796 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
27797 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
27798 echo $ECHO_N "(cached) $ECHO_C" >&6
27799 else
27800
27801 cat >conftest.$ac_ext <<_ACEOF
27802
27803 /* confdefs.h. */
27804 _ACEOF
27805 cat confdefs.h >>conftest.$ac_ext
27806 cat >>conftest.$ac_ext <<_ACEOF
27807 /* end confdefs.h. */
27808
27809
27810 $ac_includes_default
27811
27812 int
27813 main ()
27814 {
27815
27816 #ifndef $wx_func
27817 &$wx_func;
27818 #endif
27819
27820
27821 ;
27822 return 0;
27823 }
27824
27825 _ACEOF
27826 rm -f conftest.$ac_objext conftest$ac_exeext
27827 if { (ac_try="$ac_link"
27828 case "(($ac_try" in
27829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27830 *) ac_try_echo=$ac_try;;
27831 esac
27832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27833 (eval "$ac_link") 2>conftest.er1
27834 ac_status=$?
27835 grep -v '^ *+' conftest.er1 >conftest.err
27836 rm -f conftest.er1
27837 cat conftest.err >&5
27838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27839 (exit $ac_status); } && {
27840 test -z "$ac_cxx_werror_flag" ||
27841 test ! -s conftest.err
27842 } && test -s conftest$ac_exeext &&
27843 $as_test_x conftest$ac_exeext; then
27844 eval wx_cv_func_$wx_func=yes
27845 else
27846 echo "$as_me: failed program was:" >&5
27847 sed 's/^/| /' conftest.$ac_ext >&5
27848
27849 eval wx_cv_func_$wx_func=no
27850 fi
27851
27852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27853 conftest$ac_exeext conftest.$ac_ext
27854
27855 fi
27856 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
27857 { echo "$as_me:$LINENO: result: $ac_res" >&5
27858 echo "${ECHO_T}$ac_res" >&6; }
27859
27860 if eval test \$wx_cv_func_$wx_func = yes
27861 then
27862 cat >>confdefs.h <<_ACEOF
27863 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
27864 _ACEOF
27865
27866
27867 else
27868 :
27869
27870 fi
27871 done
27872
27873 fi
27874 ac_ext=c
27875 ac_cpp='$CPP $CPPFLAGS'
27876 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27877 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27878 ac_compiler_gnu=$ac_cv_c_compiler_gnu
27879
27880
27881
27882
27883 if test "$wxUSE_REGEX" != "no"; then
27884 cat >>confdefs.h <<\_ACEOF
27885 #define wxUSE_REGEX 1
27886 _ACEOF
27887
27888
27889 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_REGEX" = "yes"; then
27890 { echo "$as_me:$LINENO: WARNING: Defaulting to the builtin regex library for Unicode build." >&5
27891 echo "$as_me: WARNING: Defaulting to the builtin regex library for Unicode build." >&2;}
27892 wxUSE_REGEX=builtin
27893 fi
27894
27895 if test "$wxUSE_REGEX" = "sys" -o "$wxUSE_REGEX" = "yes" ; then
27896 { echo "$as_me:$LINENO: checking for regex.h" >&5
27897 echo $ECHO_N "checking for regex.h... $ECHO_C" >&6; }
27898 if test "${ac_cv_header_regex_h+set}" = set; then
27899 echo $ECHO_N "(cached) $ECHO_C" >&6
27900 else
27901 cat >conftest.$ac_ext <<_ACEOF
27902 /* confdefs.h. */
27903 _ACEOF
27904 cat confdefs.h >>conftest.$ac_ext
27905 cat >>conftest.$ac_ext <<_ACEOF
27906 /* end confdefs.h. */
27907
27908
27909 #include <regex.h>
27910 _ACEOF
27911 rm -f conftest.$ac_objext
27912 if { (ac_try="$ac_compile"
27913 case "(($ac_try" in
27914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27915 *) ac_try_echo=$ac_try;;
27916 esac
27917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
27918 (eval "$ac_compile") 2>conftest.er1
27919 ac_status=$?
27920 grep -v '^ *+' conftest.er1 >conftest.err
27921 rm -f conftest.er1
27922 cat conftest.err >&5
27923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27924 (exit $ac_status); } && {
27925 test -z "$ac_c_werror_flag" ||
27926 test ! -s conftest.err
27927 } && test -s conftest.$ac_objext; then
27928 ac_cv_header_regex_h=yes
27929 else
27930 echo "$as_me: failed program was:" >&5
27931 sed 's/^/| /' conftest.$ac_ext >&5
27932
27933 ac_cv_header_regex_h=no
27934 fi
27935
27936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27937 fi
27938 { echo "$as_me:$LINENO: result: $ac_cv_header_regex_h" >&5
27939 echo "${ECHO_T}$ac_cv_header_regex_h" >&6; }
27940 if test $ac_cv_header_regex_h = yes; then
27941
27942
27943 for ac_func in regcomp re_search
27944 do
27945 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27946 { echo "$as_me:$LINENO: checking for $ac_func" >&5
27947 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
27948 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27949 echo $ECHO_N "(cached) $ECHO_C" >&6
27950 else
27951 cat >conftest.$ac_ext <<_ACEOF
27952 /* confdefs.h. */
27953 _ACEOF
27954 cat confdefs.h >>conftest.$ac_ext
27955 cat >>conftest.$ac_ext <<_ACEOF
27956 /* end confdefs.h. */
27957 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27958 For example, HP-UX 11i <limits.h> declares gettimeofday. */
27959 #define $ac_func innocuous_$ac_func
27960
27961 /* System header to define __stub macros and hopefully few prototypes,
27962 which can conflict with char $ac_func (); below.
27963 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27964 <limits.h> exists even on freestanding compilers. */
27965
27966 #ifdef __STDC__
27967 # include <limits.h>
27968 #else
27969 # include <assert.h>
27970 #endif
27971
27972 #undef $ac_func
27973
27974 /* Override any GCC internal prototype to avoid an error.
27975 Use char because int might match the return type of a GCC
27976 builtin and then its argument prototype would still apply. */
27977 #ifdef __cplusplus
27978 extern "C"
27979 #endif
27980 char $ac_func ();
27981 /* The GNU C library defines this for functions which it implements
27982 to always fail with ENOSYS. Some functions are actually named
27983 something starting with __ and the normal name is an alias. */
27984 #if defined __stub_$ac_func || defined __stub___$ac_func
27985 choke me
27986 #endif
27987
27988 int
27989 main ()
27990 {
27991 return $ac_func ();
27992 ;
27993 return 0;
27994 }
27995 _ACEOF
27996 rm -f conftest.$ac_objext conftest$ac_exeext
27997 if { (ac_try="$ac_link"
27998 case "(($ac_try" in
27999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28000 *) ac_try_echo=$ac_try;;
28001 esac
28002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28003 (eval "$ac_link") 2>conftest.er1
28004 ac_status=$?
28005 grep -v '^ *+' conftest.er1 >conftest.err
28006 rm -f conftest.er1
28007 cat conftest.err >&5
28008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28009 (exit $ac_status); } && {
28010 test -z "$ac_c_werror_flag" ||
28011 test ! -s conftest.err
28012 } && test -s conftest$ac_exeext &&
28013 $as_test_x conftest$ac_exeext; then
28014 eval "$as_ac_var=yes"
28015 else
28016 echo "$as_me: failed program was:" >&5
28017 sed 's/^/| /' conftest.$ac_ext >&5
28018
28019 eval "$as_ac_var=no"
28020 fi
28021
28022 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28023 conftest$ac_exeext conftest.$ac_ext
28024 fi
28025 ac_res=`eval echo '${'$as_ac_var'}'`
28026 { echo "$as_me:$LINENO: result: $ac_res" >&5
28027 echo "${ECHO_T}$ac_res" >&6; }
28028 if test `eval echo '${'$as_ac_var'}'` = yes; then
28029 cat >>confdefs.h <<_ACEOF
28030 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
28031 _ACEOF
28032
28033 fi
28034 done
28035
28036 fi
28037
28038
28039
28040 if test "x$ac_cv_func_regcomp" != "xyes"; then
28041 if test "$wxUSE_REGEX" = "sys" ; then
28042 { { echo "$as_me:$LINENO: error: system regex library not found! Use --with-regex to use built-in version" >&5
28043 echo "$as_me: error: system regex library not found! Use --with-regex to use built-in version" >&2;}
28044 { (exit 1); exit 1; }; }
28045 else
28046 { echo "$as_me:$LINENO: WARNING: system regex library not found, will use built-in instead" >&5
28047 echo "$as_me: WARNING: system regex library not found, will use built-in instead" >&2;}
28048 wxUSE_REGEX=builtin
28049 fi
28050 else
28051 wxUSE_REGEX=sys
28052 cat >>confdefs.h <<\_ACEOF
28053 #define WX_NO_REGEX_ADVANCED 1
28054 _ACEOF
28055
28056 fi
28057 fi
28058 fi
28059
28060
28061 ZLIB_LINK=
28062 if test "$wxUSE_ZLIB" != "no" ; then
28063 cat >>confdefs.h <<\_ACEOF
28064 #define wxUSE_ZLIB 1
28065 _ACEOF
28066
28067
28068 if test "$wxUSE_ZLIB" = "sys" -o "$wxUSE_ZLIB" = "yes" ; then
28069 if test "$USE_DARWIN" = 1; then
28070 system_zlib_h_ok="yes"
28071 else
28072 { echo "$as_me:$LINENO: checking for zlib.h >= 1.1.4" >&5
28073 echo $ECHO_N "checking for zlib.h >= 1.1.4... $ECHO_C" >&6; }
28074 if test "${ac_cv_header_zlib_h+set}" = set; then
28075 echo $ECHO_N "(cached) $ECHO_C" >&6
28076 else
28077 if test "$cross_compiling" = yes; then
28078 unset ac_cv_header_zlib_h
28079
28080 else
28081 cat >conftest.$ac_ext <<_ACEOF
28082 /* confdefs.h. */
28083 _ACEOF
28084 cat confdefs.h >>conftest.$ac_ext
28085 cat >>conftest.$ac_ext <<_ACEOF
28086 /* end confdefs.h. */
28087
28088 #include <zlib.h>
28089 #include <stdio.h>
28090
28091 int main()
28092 {
28093 FILE *f=fopen("conftestval", "w");
28094 if (!f) exit(1);
28095 fprintf(f, "%s",
28096 ZLIB_VERSION[0] == '1' &&
28097 (ZLIB_VERSION[2] > '1' ||
28098 (ZLIB_VERSION[2] == '1' &&
28099 ZLIB_VERSION[4] >= '4')) ? "yes" : "no");
28100 exit(0);
28101 }
28102
28103 _ACEOF
28104 rm -f conftest$ac_exeext
28105 if { (ac_try="$ac_link"
28106 case "(($ac_try" in
28107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28108 *) ac_try_echo=$ac_try;;
28109 esac
28110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28111 (eval "$ac_link") 2>&5
28112 ac_status=$?
28113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28114 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
28115 { (case "(($ac_try" in
28116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28117 *) ac_try_echo=$ac_try;;
28118 esac
28119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28120 (eval "$ac_try") 2>&5
28121 ac_status=$?
28122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28123 (exit $ac_status); }; }; then
28124 ac_cv_header_zlib_h=`cat conftestval`
28125 else
28126 echo "$as_me: program exited with status $ac_status" >&5
28127 echo "$as_me: failed program was:" >&5
28128 sed 's/^/| /' conftest.$ac_ext >&5
28129
28130 ( exit $ac_status )
28131 ac_cv_header_zlib_h=no
28132 fi
28133 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28134 fi
28135
28136
28137
28138 fi
28139 { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
28140 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
28141 { echo "$as_me:$LINENO: checking for zlib.h" >&5
28142 echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; }
28143 if test "${ac_cv_header_zlib_h+set}" = set; then
28144 echo $ECHO_N "(cached) $ECHO_C" >&6
28145 else
28146 cat >conftest.$ac_ext <<_ACEOF
28147 /* confdefs.h. */
28148 _ACEOF
28149 cat confdefs.h >>conftest.$ac_ext
28150 cat >>conftest.$ac_ext <<_ACEOF
28151 /* end confdefs.h. */
28152
28153
28154 #include <zlib.h>
28155 _ACEOF
28156 rm -f conftest.$ac_objext
28157 if { (ac_try="$ac_compile"
28158 case "(($ac_try" in
28159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28160 *) ac_try_echo=$ac_try;;
28161 esac
28162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28163 (eval "$ac_compile") 2>conftest.er1
28164 ac_status=$?
28165 grep -v '^ *+' conftest.er1 >conftest.err
28166 rm -f conftest.er1
28167 cat conftest.err >&5
28168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28169 (exit $ac_status); } && {
28170 test -z "$ac_c_werror_flag" ||
28171 test ! -s conftest.err
28172 } && test -s conftest.$ac_objext; then
28173 ac_cv_header_zlib_h=yes
28174 else
28175 echo "$as_me: failed program was:" >&5
28176 sed 's/^/| /' conftest.$ac_ext >&5
28177
28178 ac_cv_header_zlib_h=no
28179 fi
28180
28181 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28182 fi
28183 { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
28184 echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
28185
28186
28187
28188 system_zlib_h_ok=$ac_cv_header_zlib_h
28189 fi
28190
28191 if test "$system_zlib_h_ok" = "yes"; then
28192 { echo "$as_me:$LINENO: checking for deflate in -lz" >&5
28193 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6; }
28194 if test "${ac_cv_lib_z_deflate+set}" = set; then
28195 echo $ECHO_N "(cached) $ECHO_C" >&6
28196 else
28197 ac_check_lib_save_LIBS=$LIBS
28198 LIBS="-lz $LIBS"
28199 cat >conftest.$ac_ext <<_ACEOF
28200 /* confdefs.h. */
28201 _ACEOF
28202 cat confdefs.h >>conftest.$ac_ext
28203 cat >>conftest.$ac_ext <<_ACEOF
28204 /* end confdefs.h. */
28205
28206 /* Override any GCC internal prototype to avoid an error.
28207 Use char because int might match the return type of a GCC
28208 builtin and then its argument prototype would still apply. */
28209 #ifdef __cplusplus
28210 extern "C"
28211 #endif
28212 char deflate ();
28213 int
28214 main ()
28215 {
28216 return deflate ();
28217 ;
28218 return 0;
28219 }
28220 _ACEOF
28221 rm -f conftest.$ac_objext conftest$ac_exeext
28222 if { (ac_try="$ac_link"
28223 case "(($ac_try" in
28224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28225 *) ac_try_echo=$ac_try;;
28226 esac
28227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28228 (eval "$ac_link") 2>conftest.er1
28229 ac_status=$?
28230 grep -v '^ *+' conftest.er1 >conftest.err
28231 rm -f conftest.er1
28232 cat conftest.err >&5
28233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28234 (exit $ac_status); } && {
28235 test -z "$ac_c_werror_flag" ||
28236 test ! -s conftest.err
28237 } && test -s conftest$ac_exeext &&
28238 $as_test_x conftest$ac_exeext; then
28239 ac_cv_lib_z_deflate=yes
28240 else
28241 echo "$as_me: failed program was:" >&5
28242 sed 's/^/| /' conftest.$ac_ext >&5
28243
28244 ac_cv_lib_z_deflate=no
28245 fi
28246
28247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28248 conftest$ac_exeext conftest.$ac_ext
28249 LIBS=$ac_check_lib_save_LIBS
28250 fi
28251 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
28252 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6; }
28253 if test $ac_cv_lib_z_deflate = yes; then
28254 ZLIB_LINK=" -lz"
28255 fi
28256
28257 fi
28258
28259 if test "x$ZLIB_LINK" = "x" ; then
28260 if test "$wxUSE_ZLIB" = "sys" ; then
28261 { { echo "$as_me:$LINENO: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&5
28262 echo "$as_me: error: zlib library not found or too old! Use --with-zlib=builtin to use built-in version" >&2;}
28263 { (exit 1); exit 1; }; }
28264 else
28265 { echo "$as_me:$LINENO: WARNING: zlib library not found or too old, will use built-in instead" >&5
28266 echo "$as_me: WARNING: zlib library not found or too old, will use built-in instead" >&2;}
28267 wxUSE_ZLIB=builtin
28268 fi
28269 else
28270 wxUSE_ZLIB=sys
28271 fi
28272 fi
28273 fi
28274
28275
28276 PNG_LINK=
28277 if test "$wxUSE_LIBPNG" != "no" ; then
28278 cat >>confdefs.h <<\_ACEOF
28279 #define wxUSE_LIBPNG 1
28280 _ACEOF
28281
28282
28283 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBPNG" = "builtin" ; then
28284 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&5
28285 echo "$as_me: WARNING: wxMGL doesn't work with builtin png library, will use MGL one instead" >&2;}
28286 wxUSE_LIBPNG=sys
28287 fi
28288
28289 if test "$wxUSE_MGL" != 1 -a "$wxUSE_LIBPNG" = "sys" -a "$wxUSE_ZLIB" != "sys" ; then
28290 { echo "$as_me:$LINENO: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&5
28291 echo "$as_me: WARNING: system png library doesn't work without system zlib, will use built-in instead" >&2;}
28292 wxUSE_LIBPNG=builtin
28293 fi
28294
28295 if test "$wxUSE_MGL" != 1 ; then
28296 if test "$wxUSE_LIBPNG" = "sys" -o "$wxUSE_LIBPNG" = "yes" ; then
28297 { echo "$as_me:$LINENO: checking for png.h > 0.90" >&5
28298 echo $ECHO_N "checking for png.h > 0.90... $ECHO_C" >&6; }
28299 if test "${ac_cv_header_png_h+set}" = set; then
28300 echo $ECHO_N "(cached) $ECHO_C" >&6
28301 else
28302 if test "$cross_compiling" = yes; then
28303 unset ac_cv_header_png_h
28304
28305 else
28306 cat >conftest.$ac_ext <<_ACEOF
28307 /* confdefs.h. */
28308 _ACEOF
28309 cat confdefs.h >>conftest.$ac_ext
28310 cat >>conftest.$ac_ext <<_ACEOF
28311 /* end confdefs.h. */
28312
28313 #include <png.h>
28314 #include <stdio.h>
28315
28316 int main()
28317 {
28318 FILE *f=fopen("conftestval", "w");
28319 if (!f) exit(1);
28320 fprintf(f, "%s",
28321 PNG_LIBPNG_VER > 90 ? "yes" : "no");
28322 exit(0);
28323 }
28324
28325 _ACEOF
28326 rm -f conftest$ac_exeext
28327 if { (ac_try="$ac_link"
28328 case "(($ac_try" in
28329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28330 *) ac_try_echo=$ac_try;;
28331 esac
28332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28333 (eval "$ac_link") 2>&5
28334 ac_status=$?
28335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28336 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
28337 { (case "(($ac_try" in
28338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28339 *) ac_try_echo=$ac_try;;
28340 esac
28341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28342 (eval "$ac_try") 2>&5
28343 ac_status=$?
28344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28345 (exit $ac_status); }; }; then
28346 ac_cv_header_png_h=`cat conftestval`
28347 else
28348 echo "$as_me: program exited with status $ac_status" >&5
28349 echo "$as_me: failed program was:" >&5
28350 sed 's/^/| /' conftest.$ac_ext >&5
28351
28352 ( exit $ac_status )
28353 ac_cv_header_png_h=no
28354 fi
28355 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
28356 fi
28357
28358
28359
28360 fi
28361 { echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
28362 echo "${ECHO_T}$ac_cv_header_png_h" >&6; }
28363 { echo "$as_me:$LINENO: checking for png.h" >&5
28364 echo $ECHO_N "checking for png.h... $ECHO_C" >&6; }
28365 if test "${ac_cv_header_png_h+set}" = set; then
28366 echo $ECHO_N "(cached) $ECHO_C" >&6
28367 else
28368 cat >conftest.$ac_ext <<_ACEOF
28369 /* confdefs.h. */
28370 _ACEOF
28371 cat confdefs.h >>conftest.$ac_ext
28372 cat >>conftest.$ac_ext <<_ACEOF
28373 /* end confdefs.h. */
28374
28375
28376 #include <png.h>
28377 _ACEOF
28378 rm -f conftest.$ac_objext
28379 if { (ac_try="$ac_compile"
28380 case "(($ac_try" in
28381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28382 *) ac_try_echo=$ac_try;;
28383 esac
28384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28385 (eval "$ac_compile") 2>conftest.er1
28386 ac_status=$?
28387 grep -v '^ *+' conftest.er1 >conftest.err
28388 rm -f conftest.er1
28389 cat conftest.err >&5
28390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28391 (exit $ac_status); } && {
28392 test -z "$ac_c_werror_flag" ||
28393 test ! -s conftest.err
28394 } && test -s conftest.$ac_objext; then
28395 ac_cv_header_png_h=yes
28396 else
28397 echo "$as_me: failed program was:" >&5
28398 sed 's/^/| /' conftest.$ac_ext >&5
28399
28400 ac_cv_header_png_h=no
28401 fi
28402
28403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28404 fi
28405 { echo "$as_me:$LINENO: result: $ac_cv_header_png_h" >&5
28406 echo "${ECHO_T}$ac_cv_header_png_h" >&6; }
28407
28408
28409
28410 if test "$ac_cv_header_png_h" = "yes"; then
28411 { echo "$as_me:$LINENO: checking for png_sig_cmp in -lpng" >&5
28412 echo $ECHO_N "checking for png_sig_cmp in -lpng... $ECHO_C" >&6; }
28413 if test "${ac_cv_lib_png_png_sig_cmp+set}" = set; then
28414 echo $ECHO_N "(cached) $ECHO_C" >&6
28415 else
28416 ac_check_lib_save_LIBS=$LIBS
28417 LIBS="-lpng -lz -lm $LIBS"
28418 cat >conftest.$ac_ext <<_ACEOF
28419 /* confdefs.h. */
28420 _ACEOF
28421 cat confdefs.h >>conftest.$ac_ext
28422 cat >>conftest.$ac_ext <<_ACEOF
28423 /* end confdefs.h. */
28424
28425 /* Override any GCC internal prototype to avoid an error.
28426 Use char because int might match the return type of a GCC
28427 builtin and then its argument prototype would still apply. */
28428 #ifdef __cplusplus
28429 extern "C"
28430 #endif
28431 char png_sig_cmp ();
28432 int
28433 main ()
28434 {
28435 return png_sig_cmp ();
28436 ;
28437 return 0;
28438 }
28439 _ACEOF
28440 rm -f conftest.$ac_objext conftest$ac_exeext
28441 if { (ac_try="$ac_link"
28442 case "(($ac_try" in
28443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28444 *) ac_try_echo=$ac_try;;
28445 esac
28446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28447 (eval "$ac_link") 2>conftest.er1
28448 ac_status=$?
28449 grep -v '^ *+' conftest.er1 >conftest.err
28450 rm -f conftest.er1
28451 cat conftest.err >&5
28452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28453 (exit $ac_status); } && {
28454 test -z "$ac_c_werror_flag" ||
28455 test ! -s conftest.err
28456 } && test -s conftest$ac_exeext &&
28457 $as_test_x conftest$ac_exeext; then
28458 ac_cv_lib_png_png_sig_cmp=yes
28459 else
28460 echo "$as_me: failed program was:" >&5
28461 sed 's/^/| /' conftest.$ac_ext >&5
28462
28463 ac_cv_lib_png_png_sig_cmp=no
28464 fi
28465
28466 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28467 conftest$ac_exeext conftest.$ac_ext
28468 LIBS=$ac_check_lib_save_LIBS
28469 fi
28470 { echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_sig_cmp" >&5
28471 echo "${ECHO_T}$ac_cv_lib_png_png_sig_cmp" >&6; }
28472 if test $ac_cv_lib_png_png_sig_cmp = yes; then
28473 PNG_LINK=" -lpng -lz"
28474 fi
28475
28476 fi
28477
28478 if test "x$PNG_LINK" = "x" ; then
28479 if test "$wxUSE_LIBPNG" = "sys" ; then
28480 { { echo "$as_me:$LINENO: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&5
28481 echo "$as_me: error: system png library not found or too old! Use --with-libpng=builtin to use built-in version" >&2;}
28482 { (exit 1); exit 1; }; }
28483 else
28484 { echo "$as_me:$LINENO: WARNING: system png library not found or too old, will use built-in instead" >&5
28485 echo "$as_me: WARNING: system png library not found or too old, will use built-in instead" >&2;}
28486 wxUSE_LIBPNG=builtin
28487 fi
28488 else
28489 wxUSE_LIBPNG=sys
28490 fi
28491 fi
28492 fi
28493 fi
28494
28495
28496 JPEG_LINK=
28497 if test "$wxUSE_LIBJPEG" != "no" ; then
28498 cat >>confdefs.h <<\_ACEOF
28499 #define wxUSE_LIBJPEG 1
28500 _ACEOF
28501
28502
28503 if test "$wxUSE_MGL" = 1 -a "$wxUSE_LIBJPEG" = "builtin" ; then
28504 { echo "$as_me:$LINENO: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&5
28505 echo "$as_me: WARNING: wxMGL doesn't work with builtin jpeg library, will use MGL one instead" >&2;}
28506 wxUSE_LIBJPEG=sys
28507 fi
28508
28509 if test "$wxUSE_MGL" != 1 ; then
28510 if test "$wxUSE_LIBJPEG" = "sys" -o "$wxUSE_LIBJPEG" = "yes" ; then
28511 { echo "$as_me:$LINENO: checking for jpeglib.h" >&5
28512 echo $ECHO_N "checking for jpeglib.h... $ECHO_C" >&6; }
28513 if test "${ac_cv_header_jpeglib_h+set}" = set; then
28514 echo $ECHO_N "(cached) $ECHO_C" >&6
28515 else
28516 cat >conftest.$ac_ext <<_ACEOF
28517 /* confdefs.h. */
28518 _ACEOF
28519 cat confdefs.h >>conftest.$ac_ext
28520 cat >>conftest.$ac_ext <<_ACEOF
28521 /* end confdefs.h. */
28522
28523 #undef HAVE_STDLIB_H
28524 #include <stdio.h>
28525 #include <jpeglib.h>
28526
28527 int
28528 main ()
28529 {
28530
28531
28532 ;
28533 return 0;
28534 }
28535 _ACEOF
28536 rm -f conftest.$ac_objext
28537 if { (ac_try="$ac_compile"
28538 case "(($ac_try" in
28539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28540 *) ac_try_echo=$ac_try;;
28541 esac
28542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28543 (eval "$ac_compile") 2>conftest.er1
28544 ac_status=$?
28545 grep -v '^ *+' conftest.er1 >conftest.err
28546 rm -f conftest.er1
28547 cat conftest.err >&5
28548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28549 (exit $ac_status); } && {
28550 test -z "$ac_c_werror_flag" ||
28551 test ! -s conftest.err
28552 } && test -s conftest.$ac_objext; then
28553 ac_cv_header_jpeglib_h=yes
28554 else
28555 echo "$as_me: failed program was:" >&5
28556 sed 's/^/| /' conftest.$ac_ext >&5
28557
28558 ac_cv_header_jpeglib_h=no
28559
28560 fi
28561
28562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28563
28564 fi
28565
28566 { echo "$as_me:$LINENO: result: $ac_cv_header_jpeglib_h" >&5
28567 echo "${ECHO_T}$ac_cv_header_jpeglib_h" >&6; }
28568
28569 if test "$ac_cv_header_jpeglib_h" = "yes"; then
28570 { echo "$as_me:$LINENO: checking for jpeg_read_header in -ljpeg" >&5
28571 echo $ECHO_N "checking for jpeg_read_header in -ljpeg... $ECHO_C" >&6; }
28572 if test "${ac_cv_lib_jpeg_jpeg_read_header+set}" = set; then
28573 echo $ECHO_N "(cached) $ECHO_C" >&6
28574 else
28575 ac_check_lib_save_LIBS=$LIBS
28576 LIBS="-ljpeg $LIBS"
28577 cat >conftest.$ac_ext <<_ACEOF
28578 /* confdefs.h. */
28579 _ACEOF
28580 cat confdefs.h >>conftest.$ac_ext
28581 cat >>conftest.$ac_ext <<_ACEOF
28582 /* end confdefs.h. */
28583
28584 /* Override any GCC internal prototype to avoid an error.
28585 Use char because int might match the return type of a GCC
28586 builtin and then its argument prototype would still apply. */
28587 #ifdef __cplusplus
28588 extern "C"
28589 #endif
28590 char jpeg_read_header ();
28591 int
28592 main ()
28593 {
28594 return jpeg_read_header ();
28595 ;
28596 return 0;
28597 }
28598 _ACEOF
28599 rm -f conftest.$ac_objext conftest$ac_exeext
28600 if { (ac_try="$ac_link"
28601 case "(($ac_try" in
28602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28603 *) ac_try_echo=$ac_try;;
28604 esac
28605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28606 (eval "$ac_link") 2>conftest.er1
28607 ac_status=$?
28608 grep -v '^ *+' conftest.er1 >conftest.err
28609 rm -f conftest.er1
28610 cat conftest.err >&5
28611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28612 (exit $ac_status); } && {
28613 test -z "$ac_c_werror_flag" ||
28614 test ! -s conftest.err
28615 } && test -s conftest$ac_exeext &&
28616 $as_test_x conftest$ac_exeext; then
28617 ac_cv_lib_jpeg_jpeg_read_header=yes
28618 else
28619 echo "$as_me: failed program was:" >&5
28620 sed 's/^/| /' conftest.$ac_ext >&5
28621
28622 ac_cv_lib_jpeg_jpeg_read_header=no
28623 fi
28624
28625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28626 conftest$ac_exeext conftest.$ac_ext
28627 LIBS=$ac_check_lib_save_LIBS
28628 fi
28629 { echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_read_header" >&5
28630 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_read_header" >&6; }
28631 if test $ac_cv_lib_jpeg_jpeg_read_header = yes; then
28632 JPEG_LINK=" -ljpeg"
28633 fi
28634
28635 fi
28636
28637 if test "x$JPEG_LINK" = "x" ; then
28638 if test "$wxUSE_LIBJPEG" = "sys" ; then
28639 { { echo "$as_me:$LINENO: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&5
28640 echo "$as_me: error: system jpeg library not found! Use --with-libjpeg=builtin to use built-in version" >&2;}
28641 { (exit 1); exit 1; }; }
28642 else
28643 { echo "$as_me:$LINENO: WARNING: system jpeg library not found, will use built-in instead" >&5
28644 echo "$as_me: WARNING: system jpeg library not found, will use built-in instead" >&2;}
28645 wxUSE_LIBJPEG=builtin
28646 fi
28647 else
28648 wxUSE_LIBJPEG=sys
28649
28650 if test "$wxUSE_MSW" = 1; then
28651 { echo "$as_me:$LINENO: checking for boolean" >&5
28652 echo $ECHO_N "checking for boolean... $ECHO_C" >&6; }
28653 if test "${ac_cv_type_boolean+set}" = set; then
28654 echo $ECHO_N "(cached) $ECHO_C" >&6
28655 else
28656 cat >conftest.$ac_ext <<_ACEOF
28657 /* confdefs.h. */
28658 _ACEOF
28659 cat confdefs.h >>conftest.$ac_ext
28660 cat >>conftest.$ac_ext <<_ACEOF
28661 /* end confdefs.h. */
28662 #include <windows.h>
28663
28664 typedef boolean ac__type_new_;
28665 int
28666 main ()
28667 {
28668 if ((ac__type_new_ *) 0)
28669 return 0;
28670 if (sizeof (ac__type_new_))
28671 return 0;
28672 ;
28673 return 0;
28674 }
28675 _ACEOF
28676 rm -f conftest.$ac_objext
28677 if { (ac_try="$ac_compile"
28678 case "(($ac_try" in
28679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28680 *) ac_try_echo=$ac_try;;
28681 esac
28682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28683 (eval "$ac_compile") 2>conftest.er1
28684 ac_status=$?
28685 grep -v '^ *+' conftest.er1 >conftest.err
28686 rm -f conftest.er1
28687 cat conftest.err >&5
28688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28689 (exit $ac_status); } && {
28690 test -z "$ac_c_werror_flag" ||
28691 test ! -s conftest.err
28692 } && test -s conftest.$ac_objext; then
28693 ac_cv_type_boolean=yes
28694 else
28695 echo "$as_me: failed program was:" >&5
28696 sed 's/^/| /' conftest.$ac_ext >&5
28697
28698 ac_cv_type_boolean=no
28699 fi
28700
28701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28702 fi
28703 { echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
28704 echo "${ECHO_T}$ac_cv_type_boolean" >&6; }
28705 if test $ac_cv_type_boolean = yes; then
28706
28707 cat >>confdefs.h <<_ACEOF
28708 #define HAVE_BOOLEAN 1
28709 _ACEOF
28710
28711
28712 { echo "$as_me:$LINENO: checking for boolean" >&5
28713 echo $ECHO_N "checking for boolean... $ECHO_C" >&6; }
28714 if test "${ac_cv_type_boolean+set}" = set; then
28715 echo $ECHO_N "(cached) $ECHO_C" >&6
28716 else
28717 cat >conftest.$ac_ext <<_ACEOF
28718 /* confdefs.h. */
28719 _ACEOF
28720 cat confdefs.h >>conftest.$ac_ext
28721 cat >>conftest.$ac_ext <<_ACEOF
28722 /* end confdefs.h. */
28723
28724 #undef HAVE_BOOLEAN
28725 #include <stdio.h>
28726 #include <jpeglib.h>
28727
28728
28729 typedef boolean ac__type_new_;
28730 int
28731 main ()
28732 {
28733 if ((ac__type_new_ *) 0)
28734 return 0;
28735 if (sizeof (ac__type_new_))
28736 return 0;
28737 ;
28738 return 0;
28739 }
28740 _ACEOF
28741 rm -f conftest.$ac_objext
28742 if { (ac_try="$ac_compile"
28743 case "(($ac_try" in
28744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28745 *) ac_try_echo=$ac_try;;
28746 esac
28747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28748 (eval "$ac_compile") 2>conftest.er1
28749 ac_status=$?
28750 grep -v '^ *+' conftest.er1 >conftest.err
28751 rm -f conftest.er1
28752 cat conftest.err >&5
28753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28754 (exit $ac_status); } && {
28755 test -z "$ac_c_werror_flag" ||
28756 test ! -s conftest.err
28757 } && test -s conftest.$ac_objext; then
28758 ac_cv_type_boolean=yes
28759 else
28760 echo "$as_me: failed program was:" >&5
28761 sed 's/^/| /' conftest.$ac_ext >&5
28762
28763 ac_cv_type_boolean=no
28764 fi
28765
28766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28767 fi
28768 { echo "$as_me:$LINENO: result: $ac_cv_type_boolean" >&5
28769 echo "${ECHO_T}$ac_cv_type_boolean" >&6; }
28770
28771 # The cast to long int works around a bug in the HP C Compiler
28772 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
28773 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
28774 # This bug is HP SR number 8606223364.
28775 { echo "$as_me:$LINENO: checking size of boolean" >&5
28776 echo $ECHO_N "checking size of boolean... $ECHO_C" >&6; }
28777 if test "${ac_cv_sizeof_boolean+set}" = set; then
28778 echo $ECHO_N "(cached) $ECHO_C" >&6
28779 else
28780 if test "$cross_compiling" = yes; then
28781 # Depending upon the size, compute the lo and hi bounds.
28782 cat >conftest.$ac_ext <<_ACEOF
28783 /* confdefs.h. */
28784 _ACEOF
28785 cat confdefs.h >>conftest.$ac_ext
28786 cat >>conftest.$ac_ext <<_ACEOF
28787 /* end confdefs.h. */
28788
28789 #undef HAVE_BOOLEAN
28790 #include <stdio.h>
28791 #include <jpeglib.h>
28792
28793
28794 typedef boolean ac__type_sizeof_;
28795 int
28796 main ()
28797 {
28798 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
28799 test_array [0] = 0
28800
28801 ;
28802 return 0;
28803 }
28804 _ACEOF
28805 rm -f conftest.$ac_objext
28806 if { (ac_try="$ac_compile"
28807 case "(($ac_try" in
28808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28809 *) ac_try_echo=$ac_try;;
28810 esac
28811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28812 (eval "$ac_compile") 2>conftest.er1
28813 ac_status=$?
28814 grep -v '^ *+' conftest.er1 >conftest.err
28815 rm -f conftest.er1
28816 cat conftest.err >&5
28817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28818 (exit $ac_status); } && {
28819 test -z "$ac_c_werror_flag" ||
28820 test ! -s conftest.err
28821 } && test -s conftest.$ac_objext; then
28822 ac_lo=0 ac_mid=0
28823 while :; do
28824 cat >conftest.$ac_ext <<_ACEOF
28825 /* confdefs.h. */
28826 _ACEOF
28827 cat confdefs.h >>conftest.$ac_ext
28828 cat >>conftest.$ac_ext <<_ACEOF
28829 /* end confdefs.h. */
28830
28831 #undef HAVE_BOOLEAN
28832 #include <stdio.h>
28833 #include <jpeglib.h>
28834
28835
28836 typedef boolean ac__type_sizeof_;
28837 int
28838 main ()
28839 {
28840 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
28841 test_array [0] = 0
28842
28843 ;
28844 return 0;
28845 }
28846 _ACEOF
28847 rm -f conftest.$ac_objext
28848 if { (ac_try="$ac_compile"
28849 case "(($ac_try" in
28850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28851 *) ac_try_echo=$ac_try;;
28852 esac
28853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28854 (eval "$ac_compile") 2>conftest.er1
28855 ac_status=$?
28856 grep -v '^ *+' conftest.er1 >conftest.err
28857 rm -f conftest.er1
28858 cat conftest.err >&5
28859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28860 (exit $ac_status); } && {
28861 test -z "$ac_c_werror_flag" ||
28862 test ! -s conftest.err
28863 } && test -s conftest.$ac_objext; then
28864 ac_hi=$ac_mid; break
28865 else
28866 echo "$as_me: failed program was:" >&5
28867 sed 's/^/| /' conftest.$ac_ext >&5
28868
28869 ac_lo=`expr $ac_mid + 1`
28870 if test $ac_lo -le $ac_mid; then
28871 ac_lo= ac_hi=
28872 break
28873 fi
28874 ac_mid=`expr 2 '*' $ac_mid + 1`
28875 fi
28876
28877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28878 done
28879 else
28880 echo "$as_me: failed program was:" >&5
28881 sed 's/^/| /' conftest.$ac_ext >&5
28882
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
28890 #undef HAVE_BOOLEAN
28891 #include <stdio.h>
28892 #include <jpeglib.h>
28893
28894
28895 typedef boolean ac__type_sizeof_;
28896 int
28897 main ()
28898 {
28899 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
28900 test_array [0] = 0
28901
28902 ;
28903 return 0;
28904 }
28905 _ACEOF
28906 rm -f conftest.$ac_objext
28907 if { (ac_try="$ac_compile"
28908 case "(($ac_try" in
28909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28910 *) ac_try_echo=$ac_try;;
28911 esac
28912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28913 (eval "$ac_compile") 2>conftest.er1
28914 ac_status=$?
28915 grep -v '^ *+' conftest.er1 >conftest.err
28916 rm -f conftest.er1
28917 cat conftest.err >&5
28918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28919 (exit $ac_status); } && {
28920 test -z "$ac_c_werror_flag" ||
28921 test ! -s conftest.err
28922 } && test -s conftest.$ac_objext; then
28923 ac_hi=-1 ac_mid=-1
28924 while :; do
28925 cat >conftest.$ac_ext <<_ACEOF
28926 /* confdefs.h. */
28927 _ACEOF
28928 cat confdefs.h >>conftest.$ac_ext
28929 cat >>conftest.$ac_ext <<_ACEOF
28930 /* end confdefs.h. */
28931
28932 #undef HAVE_BOOLEAN
28933 #include <stdio.h>
28934 #include <jpeglib.h>
28935
28936
28937 typedef boolean ac__type_sizeof_;
28938 int
28939 main ()
28940 {
28941 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
28942 test_array [0] = 0
28943
28944 ;
28945 return 0;
28946 }
28947 _ACEOF
28948 rm -f conftest.$ac_objext
28949 if { (ac_try="$ac_compile"
28950 case "(($ac_try" in
28951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28952 *) ac_try_echo=$ac_try;;
28953 esac
28954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
28955 (eval "$ac_compile") 2>conftest.er1
28956 ac_status=$?
28957 grep -v '^ *+' conftest.er1 >conftest.err
28958 rm -f conftest.er1
28959 cat conftest.err >&5
28960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28961 (exit $ac_status); } && {
28962 test -z "$ac_c_werror_flag" ||
28963 test ! -s conftest.err
28964 } && test -s conftest.$ac_objext; then
28965 ac_lo=$ac_mid; break
28966 else
28967 echo "$as_me: failed program was:" >&5
28968 sed 's/^/| /' conftest.$ac_ext >&5
28969
28970 ac_hi=`expr '(' $ac_mid ')' - 1`
28971 if test $ac_mid -le $ac_hi; then
28972 ac_lo= ac_hi=
28973 break
28974 fi
28975 ac_mid=`expr 2 '*' $ac_mid`
28976 fi
28977
28978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28979 done
28980 else
28981 echo "$as_me: failed program was:" >&5
28982 sed 's/^/| /' conftest.$ac_ext >&5
28983
28984 ac_lo= ac_hi=
28985 fi
28986
28987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28988 fi
28989
28990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
28991 # Binary search between lo and hi bounds.
28992 while test "x$ac_lo" != "x$ac_hi"; do
28993 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
28994 cat >conftest.$ac_ext <<_ACEOF
28995 /* confdefs.h. */
28996 _ACEOF
28997 cat confdefs.h >>conftest.$ac_ext
28998 cat >>conftest.$ac_ext <<_ACEOF
28999 /* end confdefs.h. */
29000
29001 #undef HAVE_BOOLEAN
29002 #include <stdio.h>
29003 #include <jpeglib.h>
29004
29005
29006 typedef boolean ac__type_sizeof_;
29007 int
29008 main ()
29009 {
29010 static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
29011 test_array [0] = 0
29012
29013 ;
29014 return 0;
29015 }
29016 _ACEOF
29017 rm -f conftest.$ac_objext
29018 if { (ac_try="$ac_compile"
29019 case "(($ac_try" in
29020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29021 *) ac_try_echo=$ac_try;;
29022 esac
29023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29024 (eval "$ac_compile") 2>conftest.er1
29025 ac_status=$?
29026 grep -v '^ *+' conftest.er1 >conftest.err
29027 rm -f conftest.er1
29028 cat conftest.err >&5
29029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29030 (exit $ac_status); } && {
29031 test -z "$ac_c_werror_flag" ||
29032 test ! -s conftest.err
29033 } && test -s conftest.$ac_objext; then
29034 ac_hi=$ac_mid
29035 else
29036 echo "$as_me: failed program was:" >&5
29037 sed 's/^/| /' conftest.$ac_ext >&5
29038
29039 ac_lo=`expr '(' $ac_mid ')' + 1`
29040 fi
29041
29042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29043 done
29044 case $ac_lo in
29045 ?*) ac_cv_sizeof_boolean=$ac_lo;;
29046 '') if test "$ac_cv_type_boolean" = yes; then
29047 { { echo "$as_me:$LINENO: error: cannot compute sizeof (boolean)
29048 See \`config.log' for more details." >&5
29049 echo "$as_me: error: cannot compute sizeof (boolean)
29050 See \`config.log' for more details." >&2;}
29051 { (exit 77); exit 77; }; }
29052 else
29053 ac_cv_sizeof_boolean=0
29054 fi ;;
29055 esac
29056 else
29057 cat >conftest.$ac_ext <<_ACEOF
29058 /* confdefs.h. */
29059 _ACEOF
29060 cat confdefs.h >>conftest.$ac_ext
29061 cat >>conftest.$ac_ext <<_ACEOF
29062 /* end confdefs.h. */
29063
29064 #undef HAVE_BOOLEAN
29065 #include <stdio.h>
29066 #include <jpeglib.h>
29067
29068
29069 typedef boolean ac__type_sizeof_;
29070 static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
29071 static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
29072 #include <stdio.h>
29073 #include <stdlib.h>
29074 int
29075 main ()
29076 {
29077
29078 FILE *f = fopen ("conftest.val", "w");
29079 if (! f)
29080 return 1;
29081 if (((long int) (sizeof (ac__type_sizeof_))) < 0)
29082 {
29083 long int i = longval ();
29084 if (i != ((long int) (sizeof (ac__type_sizeof_))))
29085 return 1;
29086 fprintf (f, "%ld\n", i);
29087 }
29088 else
29089 {
29090 unsigned long int i = ulongval ();
29091 if (i != ((long int) (sizeof (ac__type_sizeof_))))
29092 return 1;
29093 fprintf (f, "%lu\n", i);
29094 }
29095 return ferror (f) || fclose (f) != 0;
29096
29097 ;
29098 return 0;
29099 }
29100 _ACEOF
29101 rm -f conftest$ac_exeext
29102 if { (ac_try="$ac_link"
29103 case "(($ac_try" in
29104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29105 *) ac_try_echo=$ac_try;;
29106 esac
29107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29108 (eval "$ac_link") 2>&5
29109 ac_status=$?
29110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29111 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
29112 { (case "(($ac_try" in
29113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29114 *) ac_try_echo=$ac_try;;
29115 esac
29116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29117 (eval "$ac_try") 2>&5
29118 ac_status=$?
29119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29120 (exit $ac_status); }; }; then
29121 ac_cv_sizeof_boolean=`cat conftest.val`
29122 else
29123 echo "$as_me: program exited with status $ac_status" >&5
29124 echo "$as_me: failed program was:" >&5
29125 sed 's/^/| /' conftest.$ac_ext >&5
29126
29127 ( exit $ac_status )
29128 if test "$ac_cv_type_boolean" = yes; then
29129 { { echo "$as_me:$LINENO: error: cannot compute sizeof (boolean)
29130 See \`config.log' for more details." >&5
29131 echo "$as_me: error: cannot compute sizeof (boolean)
29132 See \`config.log' for more details." >&2;}
29133 { (exit 77); exit 77; }; }
29134 else
29135 ac_cv_sizeof_boolean=0
29136 fi
29137 fi
29138 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
29139 fi
29140 rm -f conftest.val
29141 fi
29142 { echo "$as_me:$LINENO: result: $ac_cv_sizeof_boolean" >&5
29143 echo "${ECHO_T}$ac_cv_sizeof_boolean" >&6; }
29144
29145
29146
29147 cat >>confdefs.h <<_ACEOF
29148 #define SIZEOF_BOOLEAN $ac_cv_sizeof_boolean
29149 _ACEOF
29150
29151
29152 cat >>confdefs.h <<_ACEOF
29153 #define wxHACK_BOOLEAN wxInt`expr 8 \* $ac_cv_sizeof_boolean`
29154 _ACEOF
29155
29156
29157 fi
29158
29159 fi
29160 fi
29161 fi
29162 fi
29163 fi
29164
29165
29166 TIFF_LINK=
29167 TIFF_PREREQ_LINKS=-lm
29168 if test "$wxUSE_LIBTIFF" != "no" ; then
29169 cat >>confdefs.h <<\_ACEOF
29170 #define wxUSE_LIBTIFF 1
29171 _ACEOF
29172
29173
29174 if test "$wxUSE_LIBTIFF" = "sys" -o "$wxUSE_LIBTIFF" = "yes" ; then
29175 if test "$wxUSE_LIBJPEG" = "sys"; then
29176 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $JPEG_LINK"
29177 fi
29178 if test "$wxUSE_ZLIB" = "sys"; then
29179 TIFF_PREREQ_LINKS="$TIFF_PREREQ_LINKS $ZLIB_LINK"
29180 fi
29181 { echo "$as_me:$LINENO: checking for tiffio.h" >&5
29182 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6; }
29183 if test "${ac_cv_header_tiffio_h+set}" = set; then
29184 echo $ECHO_N "(cached) $ECHO_C" >&6
29185 else
29186 cat >conftest.$ac_ext <<_ACEOF
29187 /* confdefs.h. */
29188 _ACEOF
29189 cat confdefs.h >>conftest.$ac_ext
29190 cat >>conftest.$ac_ext <<_ACEOF
29191 /* end confdefs.h. */
29192
29193
29194
29195 #include <tiffio.h>
29196 _ACEOF
29197 rm -f conftest.$ac_objext
29198 if { (ac_try="$ac_compile"
29199 case "(($ac_try" in
29200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29201 *) ac_try_echo=$ac_try;;
29202 esac
29203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29204 (eval "$ac_compile") 2>conftest.er1
29205 ac_status=$?
29206 grep -v '^ *+' conftest.er1 >conftest.err
29207 rm -f conftest.er1
29208 cat conftest.err >&5
29209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29210 (exit $ac_status); } && {
29211 test -z "$ac_c_werror_flag" ||
29212 test ! -s conftest.err
29213 } && test -s conftest.$ac_objext; then
29214 ac_cv_header_tiffio_h=yes
29215 else
29216 echo "$as_me: failed program was:" >&5
29217 sed 's/^/| /' conftest.$ac_ext >&5
29218
29219 ac_cv_header_tiffio_h=no
29220 fi
29221
29222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29223 fi
29224 { echo "$as_me:$LINENO: result: $ac_cv_header_tiffio_h" >&5
29225 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6; }
29226 if test $ac_cv_header_tiffio_h = yes; then
29227
29228 { echo "$as_me:$LINENO: checking for TIFFError in -ltiff" >&5
29229 echo $ECHO_N "checking for TIFFError in -ltiff... $ECHO_C" >&6; }
29230 if test "${ac_cv_lib_tiff_TIFFError+set}" = set; then
29231 echo $ECHO_N "(cached) $ECHO_C" >&6
29232 else
29233 ac_check_lib_save_LIBS=$LIBS
29234 LIBS="-ltiff $TIFF_PREREQ_LINKS $LIBS"
29235 cat >conftest.$ac_ext <<_ACEOF
29236 /* confdefs.h. */
29237 _ACEOF
29238 cat confdefs.h >>conftest.$ac_ext
29239 cat >>conftest.$ac_ext <<_ACEOF
29240 /* end confdefs.h. */
29241
29242 /* Override any GCC internal prototype to avoid an error.
29243 Use char because int might match the return type of a GCC
29244 builtin and then its argument prototype would still apply. */
29245 #ifdef __cplusplus
29246 extern "C"
29247 #endif
29248 char TIFFError ();
29249 int
29250 main ()
29251 {
29252 return TIFFError ();
29253 ;
29254 return 0;
29255 }
29256 _ACEOF
29257 rm -f conftest.$ac_objext conftest$ac_exeext
29258 if { (ac_try="$ac_link"
29259 case "(($ac_try" in
29260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29261 *) ac_try_echo=$ac_try;;
29262 esac
29263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29264 (eval "$ac_link") 2>conftest.er1
29265 ac_status=$?
29266 grep -v '^ *+' conftest.er1 >conftest.err
29267 rm -f conftest.er1
29268 cat conftest.err >&5
29269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29270 (exit $ac_status); } && {
29271 test -z "$ac_c_werror_flag" ||
29272 test ! -s conftest.err
29273 } && test -s conftest$ac_exeext &&
29274 $as_test_x conftest$ac_exeext; then
29275 ac_cv_lib_tiff_TIFFError=yes
29276 else
29277 echo "$as_me: failed program was:" >&5
29278 sed 's/^/| /' conftest.$ac_ext >&5
29279
29280 ac_cv_lib_tiff_TIFFError=no
29281 fi
29282
29283 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29284 conftest$ac_exeext conftest.$ac_ext
29285 LIBS=$ac_check_lib_save_LIBS
29286 fi
29287 { echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFError" >&5
29288 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFError" >&6; }
29289 if test $ac_cv_lib_tiff_TIFFError = yes; then
29290 TIFF_LINK=" -ltiff"
29291 fi
29292
29293
29294 fi
29295
29296
29297
29298 if test "x$TIFF_LINK" = "x" ; then
29299 if test "$wxUSE_LIBTIFF" = "sys" ; then
29300 { { echo "$as_me:$LINENO: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&5
29301 echo "$as_me: error: system tiff library not found! Use --with-libtiff=builtin to use built-in version" >&2;}
29302 { (exit 1); exit 1; }; }
29303 else
29304 { echo "$as_me:$LINENO: WARNING: system tiff library not found, will use built-in instead" >&5
29305 echo "$as_me: WARNING: system tiff library not found, will use built-in instead" >&2;}
29306 wxUSE_LIBTIFF=builtin
29307 fi
29308 else
29309 wxUSE_LIBTIFF=sys
29310 fi
29311 fi
29312 if test "$wxUSE_LIBTIFF" = "builtin" ; then
29313 if test "$wxUSE_LIBJPEG" = "no"; then
29314 ac_configure_args="$ac_configure_args --disable-jpeg"
29315 fi
29316 subdirs="$subdirs src/tiff"
29317
29318 fi
29319 fi
29320
29321
29322 if test "$wxUSE_EXPAT" != "no"; then
29323 wxUSE_XML=yes
29324 cat >>confdefs.h <<\_ACEOF
29325 #define wxUSE_EXPAT 1
29326 _ACEOF
29327
29328 cat >>confdefs.h <<\_ACEOF
29329 #define wxUSE_XML 1
29330 _ACEOF
29331
29332
29333 if test "$wxUSE_EXPAT" = "sys" -o "$wxUSE_EXPAT" = "yes" ; then
29334 { echo "$as_me:$LINENO: checking for expat.h" >&5
29335 echo $ECHO_N "checking for expat.h... $ECHO_C" >&6; }
29336 if test "${ac_cv_header_expat_h+set}" = set; then
29337 echo $ECHO_N "(cached) $ECHO_C" >&6
29338 else
29339 cat >conftest.$ac_ext <<_ACEOF
29340 /* confdefs.h. */
29341 _ACEOF
29342 cat confdefs.h >>conftest.$ac_ext
29343 cat >>conftest.$ac_ext <<_ACEOF
29344 /* end confdefs.h. */
29345
29346
29347 #include <expat.h>
29348 _ACEOF
29349 rm -f conftest.$ac_objext
29350 if { (ac_try="$ac_compile"
29351 case "(($ac_try" in
29352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29353 *) ac_try_echo=$ac_try;;
29354 esac
29355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29356 (eval "$ac_compile") 2>conftest.er1
29357 ac_status=$?
29358 grep -v '^ *+' conftest.er1 >conftest.err
29359 rm -f conftest.er1
29360 cat conftest.err >&5
29361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29362 (exit $ac_status); } && {
29363 test -z "$ac_c_werror_flag" ||
29364 test ! -s conftest.err
29365 } && test -s conftest.$ac_objext; then
29366 ac_cv_header_expat_h=yes
29367 else
29368 echo "$as_me: failed program was:" >&5
29369 sed 's/^/| /' conftest.$ac_ext >&5
29370
29371 ac_cv_header_expat_h=no
29372 fi
29373
29374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29375 fi
29376 { echo "$as_me:$LINENO: result: $ac_cv_header_expat_h" >&5
29377 echo "${ECHO_T}$ac_cv_header_expat_h" >&6; }
29378 if test $ac_cv_header_expat_h = yes; then
29379 found_expat_h=1
29380 fi
29381
29382
29383 if test "x$found_expat_h" = "x1"; then
29384 { echo "$as_me:$LINENO: checking if expat.h is valid C++ header" >&5
29385 echo $ECHO_N "checking if expat.h is valid C++ header... $ECHO_C" >&6; }
29386 if test "${wx_cv_expat_is_not_broken+set}" = set; then
29387 echo $ECHO_N "(cached) $ECHO_C" >&6
29388 else
29389
29390 ac_ext=cpp
29391 ac_cpp='$CXXCPP $CPPFLAGS'
29392 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29393 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29394 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
29395
29396 cat >conftest.$ac_ext <<_ACEOF
29397 /* confdefs.h. */
29398 _ACEOF
29399 cat confdefs.h >>conftest.$ac_ext
29400 cat >>conftest.$ac_ext <<_ACEOF
29401 /* end confdefs.h. */
29402 #include <expat.h>
29403 int
29404 main ()
29405 {
29406
29407 ;
29408 return 0;
29409 }
29410 _ACEOF
29411 rm -f conftest.$ac_objext
29412 if { (ac_try="$ac_compile"
29413 case "(($ac_try" in
29414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29415 *) ac_try_echo=$ac_try;;
29416 esac
29417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29418 (eval "$ac_compile") 2>conftest.er1
29419 ac_status=$?
29420 grep -v '^ *+' conftest.er1 >conftest.err
29421 rm -f conftest.er1
29422 cat conftest.err >&5
29423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29424 (exit $ac_status); } && {
29425 test -z "$ac_cxx_werror_flag" ||
29426 test ! -s conftest.err
29427 } && test -s conftest.$ac_objext; then
29428 wx_cv_expat_is_not_broken=yes
29429 else
29430 echo "$as_me: failed program was:" >&5
29431 sed 's/^/| /' conftest.$ac_ext >&5
29432
29433 wx_cv_expat_is_not_broken=no
29434
29435 fi
29436
29437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29438 ac_ext=c
29439 ac_cpp='$CPP $CPPFLAGS'
29440 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
29441 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
29442 ac_compiler_gnu=$ac_cv_c_compiler_gnu
29443
29444
29445
29446 fi
29447 { echo "$as_me:$LINENO: result: $wx_cv_expat_is_not_broken" >&5
29448 echo "${ECHO_T}$wx_cv_expat_is_not_broken" >&6; }
29449 if test "$wx_cv_expat_is_not_broken" = "yes" ; then
29450 { echo "$as_me:$LINENO: checking for XML_ParserCreate in -lexpat" >&5
29451 echo $ECHO_N "checking for XML_ParserCreate in -lexpat... $ECHO_C" >&6; }
29452 if test "${ac_cv_lib_expat_XML_ParserCreate+set}" = set; then
29453 echo $ECHO_N "(cached) $ECHO_C" >&6
29454 else
29455 ac_check_lib_save_LIBS=$LIBS
29456 LIBS="-lexpat $LIBS"
29457 cat >conftest.$ac_ext <<_ACEOF
29458 /* confdefs.h. */
29459 _ACEOF
29460 cat confdefs.h >>conftest.$ac_ext
29461 cat >>conftest.$ac_ext <<_ACEOF
29462 /* end confdefs.h. */
29463
29464 /* Override any GCC internal prototype to avoid an error.
29465 Use char because int might match the return type of a GCC
29466 builtin and then its argument prototype would still apply. */
29467 #ifdef __cplusplus
29468 extern "C"
29469 #endif
29470 char XML_ParserCreate ();
29471 int
29472 main ()
29473 {
29474 return XML_ParserCreate ();
29475 ;
29476 return 0;
29477 }
29478 _ACEOF
29479 rm -f conftest.$ac_objext conftest$ac_exeext
29480 if { (ac_try="$ac_link"
29481 case "(($ac_try" in
29482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29483 *) ac_try_echo=$ac_try;;
29484 esac
29485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29486 (eval "$ac_link") 2>conftest.er1
29487 ac_status=$?
29488 grep -v '^ *+' conftest.er1 >conftest.err
29489 rm -f conftest.er1
29490 cat conftest.err >&5
29491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29492 (exit $ac_status); } && {
29493 test -z "$ac_c_werror_flag" ||
29494 test ! -s conftest.err
29495 } && test -s conftest$ac_exeext &&
29496 $as_test_x conftest$ac_exeext; then
29497 ac_cv_lib_expat_XML_ParserCreate=yes
29498 else
29499 echo "$as_me: failed program was:" >&5
29500 sed 's/^/| /' conftest.$ac_ext >&5
29501
29502 ac_cv_lib_expat_XML_ParserCreate=no
29503 fi
29504
29505 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29506 conftest$ac_exeext conftest.$ac_ext
29507 LIBS=$ac_check_lib_save_LIBS
29508 fi
29509 { echo "$as_me:$LINENO: result: $ac_cv_lib_expat_XML_ParserCreate" >&5
29510 echo "${ECHO_T}$ac_cv_lib_expat_XML_ParserCreate" >&6; }
29511 if test $ac_cv_lib_expat_XML_ParserCreate = yes; then
29512 EXPAT_LINK=" -lexpat"
29513 fi
29514
29515 fi
29516 fi
29517 if test "x$EXPAT_LINK" = "x" ; then
29518 if test "$wxUSE_EXPAT" = "sys" ; then
29519 { { echo "$as_me:$LINENO: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&5
29520 echo "$as_me: error: system expat library not found! Use --with-expat=builtin to use built-in version" >&2;}
29521 { (exit 1); exit 1; }; }
29522 else
29523 { echo "$as_me:$LINENO: WARNING: system expat library not found, will use built-in instead" >&5
29524 echo "$as_me: WARNING: system expat library not found, will use built-in instead" >&2;}
29525 wxUSE_EXPAT=builtin
29526 fi
29527 else
29528 wxUSE_EXPAT=sys
29529 fi
29530 fi
29531 if test "$wxUSE_EXPAT" = "builtin" ; then
29532 subdirs="$subdirs src/expat"
29533
29534 fi
29535 fi
29536
29537
29538
29539 if test "$wxUSE_LIBMSPACK" != "no"; then
29540 { echo "$as_me:$LINENO: checking for mspack.h" >&5
29541 echo $ECHO_N "checking for mspack.h... $ECHO_C" >&6; }
29542 if test "${ac_cv_header_mspack_h+set}" = set; then
29543 echo $ECHO_N "(cached) $ECHO_C" >&6
29544 else
29545 cat >conftest.$ac_ext <<_ACEOF
29546 /* confdefs.h. */
29547 _ACEOF
29548 cat confdefs.h >>conftest.$ac_ext
29549 cat >>conftest.$ac_ext <<_ACEOF
29550 /* end confdefs.h. */
29551
29552
29553 #include <mspack.h>
29554 _ACEOF
29555 rm -f conftest.$ac_objext
29556 if { (ac_try="$ac_compile"
29557 case "(($ac_try" in
29558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29559 *) ac_try_echo=$ac_try;;
29560 esac
29561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29562 (eval "$ac_compile") 2>conftest.er1
29563 ac_status=$?
29564 grep -v '^ *+' conftest.er1 >conftest.err
29565 rm -f conftest.er1
29566 cat conftest.err >&5
29567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29568 (exit $ac_status); } && {
29569 test -z "$ac_c_werror_flag" ||
29570 test ! -s conftest.err
29571 } && test -s conftest.$ac_objext; then
29572 ac_cv_header_mspack_h=yes
29573 else
29574 echo "$as_me: failed program was:" >&5
29575 sed 's/^/| /' conftest.$ac_ext >&5
29576
29577 ac_cv_header_mspack_h=no
29578 fi
29579
29580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29581 fi
29582 { echo "$as_me:$LINENO: result: $ac_cv_header_mspack_h" >&5
29583 echo "${ECHO_T}$ac_cv_header_mspack_h" >&6; }
29584 if test $ac_cv_header_mspack_h = yes; then
29585 found_mspack_h=1
29586 fi
29587
29588
29589 if test "x$found_mspack_h" = "x1"; then
29590 { echo "$as_me:$LINENO: checking for mspack_create_chm_decompressor in -lmspack" >&5
29591 echo $ECHO_N "checking for mspack_create_chm_decompressor in -lmspack... $ECHO_C" >&6; }
29592 if test "${ac_cv_lib_mspack_mspack_create_chm_decompressor+set}" = set; then
29593 echo $ECHO_N "(cached) $ECHO_C" >&6
29594 else
29595 ac_check_lib_save_LIBS=$LIBS
29596 LIBS="-lmspack $LIBS"
29597 cat >conftest.$ac_ext <<_ACEOF
29598 /* confdefs.h. */
29599 _ACEOF
29600 cat confdefs.h >>conftest.$ac_ext
29601 cat >>conftest.$ac_ext <<_ACEOF
29602 /* end confdefs.h. */
29603
29604 /* Override any GCC internal prototype to avoid an error.
29605 Use char because int might match the return type of a GCC
29606 builtin and then its argument prototype would still apply. */
29607 #ifdef __cplusplus
29608 extern "C"
29609 #endif
29610 char mspack_create_chm_decompressor ();
29611 int
29612 main ()
29613 {
29614 return mspack_create_chm_decompressor ();
29615 ;
29616 return 0;
29617 }
29618 _ACEOF
29619 rm -f conftest.$ac_objext conftest$ac_exeext
29620 if { (ac_try="$ac_link"
29621 case "(($ac_try" in
29622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29623 *) ac_try_echo=$ac_try;;
29624 esac
29625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29626 (eval "$ac_link") 2>conftest.er1
29627 ac_status=$?
29628 grep -v '^ *+' conftest.er1 >conftest.err
29629 rm -f conftest.er1
29630 cat conftest.err >&5
29631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29632 (exit $ac_status); } && {
29633 test -z "$ac_c_werror_flag" ||
29634 test ! -s conftest.err
29635 } && test -s conftest$ac_exeext &&
29636 $as_test_x conftest$ac_exeext; then
29637 ac_cv_lib_mspack_mspack_create_chm_decompressor=yes
29638 else
29639 echo "$as_me: failed program was:" >&5
29640 sed 's/^/| /' conftest.$ac_ext >&5
29641
29642 ac_cv_lib_mspack_mspack_create_chm_decompressor=no
29643 fi
29644
29645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29646 conftest$ac_exeext conftest.$ac_ext
29647 LIBS=$ac_check_lib_save_LIBS
29648 fi
29649 { echo "$as_me:$LINENO: result: $ac_cv_lib_mspack_mspack_create_chm_decompressor" >&5
29650 echo "${ECHO_T}$ac_cv_lib_mspack_mspack_create_chm_decompressor" >&6; }
29651 if test $ac_cv_lib_mspack_mspack_create_chm_decompressor = yes; then
29652 MSPACK_LINK=" -lmspack"
29653 fi
29654
29655 fi
29656 if test "x$MSPACK_LINK" = "x" ; then
29657 wxUSE_LIBMSPACK=no
29658 fi
29659 fi
29660
29661 if test "$wxUSE_LIBMSPACK" != "no"; then
29662 cat >>confdefs.h <<\_ACEOF
29663 #define wxUSE_LIBMSPACK 1
29664 _ACEOF
29665
29666 fi
29667
29668
29669
29670 AFMINSTALL=
29671 WIN32INSTALL=
29672
29673 TOOLKIT=
29674 TOOLKIT_INCLUDE=
29675 WIDGET_SET=
29676
29677 if test "$USE_WIN32" = 1 ; then
29678
29679 for ac_header in w32api.h
29680 do
29681 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
29682 { echo "$as_me:$LINENO: checking for $ac_header" >&5
29683 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
29684 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
29685 echo $ECHO_N "(cached) $ECHO_C" >&6
29686 else
29687 cat >conftest.$ac_ext <<_ACEOF
29688 /* confdefs.h. */
29689 _ACEOF
29690 cat confdefs.h >>conftest.$ac_ext
29691 cat >>conftest.$ac_ext <<_ACEOF
29692 /* end confdefs.h. */
29693
29694
29695 #include <$ac_header>
29696 _ACEOF
29697 rm -f conftest.$ac_objext
29698 if { (ac_try="$ac_compile"
29699 case "(($ac_try" in
29700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29701 *) ac_try_echo=$ac_try;;
29702 esac
29703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29704 (eval "$ac_compile") 2>conftest.er1
29705 ac_status=$?
29706 grep -v '^ *+' conftest.er1 >conftest.err
29707 rm -f conftest.er1
29708 cat conftest.err >&5
29709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29710 (exit $ac_status); } && {
29711 test -z "$ac_c_werror_flag" ||
29712 test ! -s conftest.err
29713 } && test -s conftest.$ac_objext; then
29714 eval "$as_ac_Header=yes"
29715 else
29716 echo "$as_me: failed program was:" >&5
29717 sed 's/^/| /' conftest.$ac_ext >&5
29718
29719 eval "$as_ac_Header=no"
29720 fi
29721
29722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29723 fi
29724 ac_res=`eval echo '${'$as_ac_Header'}'`
29725 { echo "$as_me:$LINENO: result: $ac_res" >&5
29726 echo "${ECHO_T}$ac_res" >&6; }
29727 if test `eval echo '${'$as_ac_Header'}'` = yes; then
29728 cat >>confdefs.h <<_ACEOF
29729 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
29730 _ACEOF
29731
29732 fi
29733
29734 done
29735
29736 { echo "$as_me:$LINENO: checking for windows.h" >&5
29737 echo $ECHO_N "checking for windows.h... $ECHO_C" >&6; }
29738 if test "${ac_cv_header_windows_h+set}" = set; then
29739 echo $ECHO_N "(cached) $ECHO_C" >&6
29740 else
29741 cat >conftest.$ac_ext <<_ACEOF
29742 /* confdefs.h. */
29743 _ACEOF
29744 cat confdefs.h >>conftest.$ac_ext
29745 cat >>conftest.$ac_ext <<_ACEOF
29746 /* end confdefs.h. */
29747
29748
29749 #include <windows.h>
29750 _ACEOF
29751 rm -f conftest.$ac_objext
29752 if { (ac_try="$ac_compile"
29753 case "(($ac_try" in
29754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29755 *) ac_try_echo=$ac_try;;
29756 esac
29757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29758 (eval "$ac_compile") 2>conftest.er1
29759 ac_status=$?
29760 grep -v '^ *+' conftest.er1 >conftest.err
29761 rm -f conftest.er1
29762 cat conftest.err >&5
29763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29764 (exit $ac_status); } && {
29765 test -z "$ac_c_werror_flag" ||
29766 test ! -s conftest.err
29767 } && test -s conftest.$ac_objext; then
29768 ac_cv_header_windows_h=yes
29769 else
29770 echo "$as_me: failed program was:" >&5
29771 sed 's/^/| /' conftest.$ac_ext >&5
29772
29773 ac_cv_header_windows_h=no
29774 fi
29775
29776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29777 fi
29778 { echo "$as_me:$LINENO: result: $ac_cv_header_windows_h" >&5
29779 echo "${ECHO_T}$ac_cv_header_windows_h" >&6; }
29780 if test $ac_cv_header_windows_h = yes; then
29781 :
29782 else
29783
29784 { { echo "$as_me:$LINENO: error: please set CFLAGS to contain the location of windows.h" >&5
29785 echo "$as_me: error: please set CFLAGS to contain the location of windows.h" >&2;}
29786 { (exit 1); exit 1; }; }
29787
29788 fi
29789
29790
29791
29792 LIBS="$LIBS -lwinspool -lwinmm -lshell32 -lcomctl32 -lcomdlg32 -ladvapi32 -lwsock32 -lgdi32"
29793 case "${host}" in
29794 x86_64-*-mingw32* )
29795 WINDRES_CPU_DEFINE="--define WX_CPU_AMD64"
29796 ;;
29797 esac
29798 if test "$wxUSE_ACCESSIBILITY" = "yes" ; then
29799 LIBS="$LIBS -loleacc"
29800 fi
29801
29802 case "${host}" in
29803 *-*-cygwin* )
29804 LIBS="$LIBS -lkernel32 -luser32"
29805 esac
29806
29807 RESFLAGS="--include-dir \$(top_srcdir)/include --include-dir \$(top_srcdir)/\$(program_dir) --define __WIN32__ --define __WIN95__ --define __GNUWIN32__ $WINDRES_CPU_DEFINE"
29808 RESPROGRAMOBJ="\$(PROGRAM)_resources.o"
29809
29810 WXCONFIG_RESFLAGS="--define __WIN32__ --define __WIN95__ --define __GNUWIN32__ $WINDRES_CPU_DEFINE"
29811
29812 WIN32INSTALL=win32install
29813
29814 { echo "$as_me:$LINENO: checking for pbt.h" >&5
29815 echo $ECHO_N "checking for pbt.h... $ECHO_C" >&6; }
29816 if test "${ac_cv_header_pbt_h+set}" = set; then
29817 echo $ECHO_N "(cached) $ECHO_C" >&6
29818 else
29819 cat >conftest.$ac_ext <<_ACEOF
29820 /* confdefs.h. */
29821 _ACEOF
29822 cat confdefs.h >>conftest.$ac_ext
29823 cat >>conftest.$ac_ext <<_ACEOF
29824 /* end confdefs.h. */
29825
29826
29827 #include <pbt.h>
29828 _ACEOF
29829 rm -f conftest.$ac_objext
29830 if { (ac_try="$ac_compile"
29831 case "(($ac_try" in
29832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29833 *) ac_try_echo=$ac_try;;
29834 esac
29835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
29836 (eval "$ac_compile") 2>conftest.er1
29837 ac_status=$?
29838 grep -v '^ *+' conftest.er1 >conftest.err
29839 rm -f conftest.er1
29840 cat conftest.err >&5
29841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29842 (exit $ac_status); } && {
29843 test -z "$ac_c_werror_flag" ||
29844 test ! -s conftest.err
29845 } && test -s conftest.$ac_objext; then
29846 ac_cv_header_pbt_h=yes
29847 else
29848 echo "$as_me: failed program was:" >&5
29849 sed 's/^/| /' conftest.$ac_ext >&5
29850
29851 ac_cv_header_pbt_h=no
29852 fi
29853
29854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29855 fi
29856 { echo "$as_me:$LINENO: result: $ac_cv_header_pbt_h" >&5
29857 echo "${ECHO_T}$ac_cv_header_pbt_h" >&6; }
29858 if test $ac_cv_header_pbt_h = yes; then
29859 :
29860 else
29861 cat >>confdefs.h <<\_ACEOF
29862 #define NEED_PBT_H 1
29863 _ACEOF
29864
29865 fi
29866
29867
29868 fi
29869
29870 if test "$wxUSE_GUI" = "yes"; then
29871 USE_GUI=1
29872
29873 GUI_TK_LIBRARY=
29874
29875 WXGTK127=
29876 WXGTK2=
29877 WXGPE=
29878
29879 if test "$wxUSE_OLD_COCOA" = 1 ; then
29880 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes"; then
29881 { echo "$as_me:$LINENO: WARNING: Printing not supported under wxCocoa yet, disabled" >&5
29882 echo "$as_me: WARNING: Printing not supported under wxCocoa yet, disabled" >&2;}
29883 wxUSE_PRINTING_ARCHITECTURE=no
29884 fi
29885 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
29886 { echo "$as_me:$LINENO: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&5
29887 echo "$as_me: WARNING: Drag and Drop not supported under wxCocoa yet, disabled" >&2;}
29888 wxUSE_DRAG_AND_DROP=no
29889 fi
29890 if test "$wxUSE_DRAGIMAGE" = "yes"; then
29891 { echo "$as_me:$LINENO: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&5
29892 echo "$as_me: WARNING: wxDragImage not supported under wxCocoa yet, disabled" >&2;}
29893 wxUSE_DRAGIMAGE=no
29894 fi
29895 fi
29896
29897 if test "$wxUSE_MSW" = 1 ; then
29898 TOOLKIT=MSW
29899 GUIDIST=MSW_DIST
29900
29901 case "${host}" in
29902 *-*-mingw32* )
29903 WXCONFIG_LDFLAGS_GUI="$LDFLAGS -Wl,--subsystem,windows -mwindows"
29904 esac
29905 fi
29906
29907 if test "$wxUSE_GTK" = 1; then
29908 { echo "$as_me:$LINENO: checking for GTK+ version" >&5
29909 echo $ECHO_N "checking for GTK+ version... $ECHO_C" >&6; }
29910
29911 gtk_version_cached=1
29912 if test "${wx_cv_lib_gtk+set}" = set; then
29913 echo $ECHO_N "(cached) $ECHO_C" >&6
29914 else
29915
29916 gtk_version_cached=0
29917 { echo "$as_me:$LINENO: result: " >&5
29918 echo "${ECHO_T}" >&6; }
29919
29920 GTK_MODULES=
29921 if test "$wxUSE_THREADS" = "yes"; then
29922 GTK_MODULES=gthread
29923 fi
29924
29925 wx_cv_lib_gtk=
29926 if test "x$wxGTK_VERSION" != "x1"
29927 then
29928 case "${host}" in
29929 *-*-solaris2* )
29930 if test "$wxUSE_THREADS" = "yes" -a "$GCC" = yes; then
29931 enable_gtktest=no
29932 fi
29933 esac
29934
29935 # Check whether --enable-gtktest was given.
29936 if test "${enable_gtktest+set}" = set; then
29937 enableval=$enable_gtktest;
29938 else
29939 enable_gtktest=yes
29940 fi
29941
29942
29943 pkg_config_args=gtk+-2.0
29944 for module in . $GTK_MODULES
29945 do
29946 case "$module" in
29947 gthread)
29948 pkg_config_args="$pkg_config_args gthread-2.0"
29949 ;;
29950 esac
29951 done
29952
29953 no_gtk=""
29954
29955 # Extract the first word of "pkg-config", so it can be a program name with args.
29956 set dummy pkg-config; ac_word=$2
29957 { echo "$as_me:$LINENO: checking for $ac_word" >&5
29958 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
29959 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
29960 echo $ECHO_N "(cached) $ECHO_C" >&6
29961 else
29962 case $PKG_CONFIG in
29963 [\\/]* | ?:[\\/]*)
29964 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
29965 ;;
29966 *)
29967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29968 for as_dir in $PATH
29969 do
29970 IFS=$as_save_IFS
29971 test -z "$as_dir" && as_dir=.
29972 for ac_exec_ext in '' $ac_executable_extensions; do
29973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29974 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
29975 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29976 break 2
29977 fi
29978 done
29979 done
29980 IFS=$as_save_IFS
29981
29982 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
29983 ;;
29984 esac
29985 fi
29986 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
29987 if test -n "$PKG_CONFIG"; then
29988 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
29989 echo "${ECHO_T}$PKG_CONFIG" >&6; }
29990 else
29991 { echo "$as_me:$LINENO: result: no" >&5
29992 echo "${ECHO_T}no" >&6; }
29993 fi
29994
29995
29996
29997 if test x$PKG_CONFIG != xno ; then
29998 if pkg-config --atleast-pkgconfig-version 0.7 ; then
29999 :
30000 else
30001 echo "*** pkg-config too old; version 0.7 or better required."
30002 no_gtk=yes
30003 PKG_CONFIG=no
30004 fi
30005 else
30006 no_gtk=yes
30007 fi
30008
30009 min_gtk_version=2.4.0
30010 { echo "$as_me:$LINENO: checking for GTK+ - version >= $min_gtk_version" >&5
30011 echo $ECHO_N "checking for GTK+ - version >= $min_gtk_version... $ECHO_C" >&6; }
30012
30013 if test x$PKG_CONFIG != xno ; then
30014 ## don't try to run the test against uninstalled libtool libs
30015 if $PKG_CONFIG --uninstalled $pkg_config_args; then
30016 echo "Will use uninstalled version of GTK+ found in PKG_CONFIG_PATH"
30017 enable_gtktest=no
30018 fi
30019
30020 if $PKG_CONFIG --atleast-version $min_gtk_version $pkg_config_args; then
30021 :
30022 else
30023 no_gtk=yes
30024 fi
30025 fi
30026
30027 if test x"$no_gtk" = x ; then
30028 GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
30029 GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
30030 gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
30031 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
30032 gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
30033 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
30034 gtk_config_micro_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
30035 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
30036 if test "x$enable_gtktest" = "xyes" ; then
30037 ac_save_CFLAGS="$CFLAGS"
30038 ac_save_LIBS="$LIBS"
30039 CFLAGS="$CFLAGS $GTK_CFLAGS"
30040 LIBS="$GTK_LIBS $LIBS"
30041 rm -f conf.gtktest
30042 if test "$cross_compiling" = yes; then
30043 echo $ac_n "cross compiling; assumed OK... $ac_c"
30044 else
30045 cat >conftest.$ac_ext <<_ACEOF
30046 /* confdefs.h. */
30047 _ACEOF
30048 cat confdefs.h >>conftest.$ac_ext
30049 cat >>conftest.$ac_ext <<_ACEOF
30050 /* end confdefs.h. */
30051
30052 #include <gtk/gtk.h>
30053 #include <stdio.h>
30054 #include <stdlib.h>
30055
30056 int
30057 main ()
30058 {
30059 int major, minor, micro;
30060 char *tmp_version;
30061
30062 system ("touch conf.gtktest");
30063
30064 /* HP/UX 9 (%@#!) writes to sscanf strings */
30065 tmp_version = g_strdup("$min_gtk_version");
30066 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
30067 printf("%s, bad version string\n", "$min_gtk_version");
30068 exit(1);
30069 }
30070
30071 if ((gtk_major_version != $gtk_config_major_version) ||
30072 (gtk_minor_version != $gtk_config_minor_version) ||
30073 (gtk_micro_version != $gtk_config_micro_version))
30074 {
30075 printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
30076 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
30077 gtk_major_version, gtk_minor_version, gtk_micro_version);
30078 printf ("*** was found! If pkg-config was correct, then it is best\n");
30079 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
30080 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
30081 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
30082 printf("*** required on your system.\n");
30083 printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
30084 printf("*** to point to the correct configuration files\n");
30085 }
30086 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
30087 (gtk_minor_version != GTK_MINOR_VERSION) ||
30088 (gtk_micro_version != GTK_MICRO_VERSION))
30089 {
30090 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
30091 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
30092 printf("*** library (version %d.%d.%d)\n",
30093 gtk_major_version, gtk_minor_version, gtk_micro_version);
30094 }
30095 else
30096 {
30097 if ((gtk_major_version > major) ||
30098 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
30099 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
30100 {
30101 return 0;
30102 }
30103 else
30104 {
30105 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
30106 gtk_major_version, gtk_minor_version, gtk_micro_version);
30107 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
30108 major, minor, micro);
30109 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
30110 printf("***\n");
30111 printf("*** If you have already installed a sufficiently new version, this error\n");
30112 printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
30113 printf("*** being found. The easiest way to fix this is to remove the old version\n");
30114 printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
30115 printf("*** correct copy of pkg-config. (In this case, you will have to\n");
30116 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
30117 printf("*** so that the correct libraries are found at run-time))\n");
30118 }
30119 }
30120 return 1;
30121 }
30122
30123 _ACEOF
30124 rm -f conftest$ac_exeext
30125 if { (ac_try="$ac_link"
30126 case "(($ac_try" in
30127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30128 *) ac_try_echo=$ac_try;;
30129 esac
30130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30131 (eval "$ac_link") 2>&5
30132 ac_status=$?
30133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30134 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
30135 { (case "(($ac_try" in
30136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30137 *) ac_try_echo=$ac_try;;
30138 esac
30139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30140 (eval "$ac_try") 2>&5
30141 ac_status=$?
30142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30143 (exit $ac_status); }; }; then
30144 :
30145 else
30146 echo "$as_me: program exited with status $ac_status" >&5
30147 echo "$as_me: failed program was:" >&5
30148 sed 's/^/| /' conftest.$ac_ext >&5
30149
30150 ( exit $ac_status )
30151 no_gtk=yes
30152 fi
30153 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30154 fi
30155
30156
30157 CFLAGS="$ac_save_CFLAGS"
30158 LIBS="$ac_save_LIBS"
30159 fi
30160 fi
30161 if test "x$no_gtk" = x ; then
30162 { echo "$as_me:$LINENO: result: yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&5
30163 echo "${ECHO_T}yes (version $gtk_config_major_version.$gtk_config_minor_version.$gtk_config_micro_version)" >&6; }
30164 wx_cv_lib_gtk=2.0
30165 else
30166 { echo "$as_me:$LINENO: result: no" >&5
30167 echo "${ECHO_T}no" >&6; }
30168 if test "$PKG_CONFIG" = "no" ; then
30169 echo "*** A new enough version of pkg-config was not found."
30170 echo "*** See http://pkgconfig.sourceforge.net"
30171 else
30172 if test -f conf.gtktest ; then
30173 :
30174 else
30175 echo "*** Could not run GTK+ test program, checking why..."
30176 ac_save_CFLAGS="$CFLAGS"
30177 ac_save_LIBS="$LIBS"
30178 CFLAGS="$CFLAGS $GTK_CFLAGS"
30179 LIBS="$LIBS $GTK_LIBS"
30180 cat >conftest.$ac_ext <<_ACEOF
30181 /* confdefs.h. */
30182 _ACEOF
30183 cat confdefs.h >>conftest.$ac_ext
30184 cat >>conftest.$ac_ext <<_ACEOF
30185 /* end confdefs.h. */
30186
30187 #include <gtk/gtk.h>
30188 #include <stdio.h>
30189
30190 int
30191 main ()
30192 {
30193 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
30194 ;
30195 return 0;
30196 }
30197 _ACEOF
30198 rm -f conftest.$ac_objext conftest$ac_exeext
30199 if { (ac_try="$ac_link"
30200 case "(($ac_try" in
30201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30202 *) ac_try_echo=$ac_try;;
30203 esac
30204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30205 (eval "$ac_link") 2>conftest.er1
30206 ac_status=$?
30207 grep -v '^ *+' conftest.er1 >conftest.err
30208 rm -f conftest.er1
30209 cat conftest.err >&5
30210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30211 (exit $ac_status); } && {
30212 test -z "$ac_c_werror_flag" ||
30213 test ! -s conftest.err
30214 } && test -s conftest$ac_exeext &&
30215 $as_test_x conftest$ac_exeext; then
30216 echo "*** The test program compiled, but did not run. This usually means"
30217 echo "*** that the run-time linker is not finding GTK+ or finding the wrong"
30218 echo "*** version of GTK+. If it is not finding GTK+, you'll need to set your"
30219 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
30220 echo "*** to the installed location Also, make sure you have run ldconfig if that"
30221 echo "*** is required on your system"
30222 echo "***"
30223 echo "*** If you have an old version installed, it is best to remove it, although"
30224 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
30225 else
30226 echo "$as_me: failed program was:" >&5
30227 sed 's/^/| /' conftest.$ac_ext >&5
30228
30229 echo "*** The test program failed to compile or link. See the file config.log for the"
30230 echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."
30231 fi
30232
30233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30234 conftest$ac_exeext conftest.$ac_ext
30235 CFLAGS="$ac_save_CFLAGS"
30236 LIBS="$ac_save_LIBS"
30237 fi
30238 fi
30239 GTK_CFLAGS=""
30240 GTK_LIBS=""
30241 :
30242 fi
30243
30244
30245 rm -f conf.gtktest
30246
30247 fi
30248
30249 if test -z "$wx_cv_lib_gtk"; then
30250 if test "x$wxGTK_VERSION" = "x1" -o "x$wxGTK_VERSION" = "xany" ; then
30251
30252 # Check whether --with-gtk-prefix was given.
30253 if test "${with_gtk_prefix+set}" = set; then
30254 withval=$with_gtk_prefix; gtk_config_prefix="$withval"
30255 else
30256 gtk_config_prefix=""
30257 fi
30258
30259
30260 # Check whether --with-gtk-exec-prefix was given.
30261 if test "${with_gtk_exec_prefix+set}" = set; then
30262 withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
30263 else
30264 gtk_config_exec_prefix=""
30265 fi
30266
30267 # Check whether --enable-gtktest was given.
30268 if test "${enable_gtktest+set}" = set; then
30269 enableval=$enable_gtktest;
30270 else
30271 enable_gtktest=yes
30272 fi
30273
30274
30275 for module in . $GTK_MODULES
30276 do
30277 case "$module" in
30278 gthread)
30279 gtk_config_args="$gtk_config_args gthread"
30280 ;;
30281 esac
30282 done
30283
30284 if test x$gtk_config_exec_prefix != x ; then
30285 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
30286 if test x${GTK_CONFIG+set} != xset ; then
30287 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
30288 fi
30289 fi
30290 if test x$gtk_config_prefix != x ; then
30291 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
30292 if test x${GTK_CONFIG+set} != xset ; then
30293 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
30294 fi
30295 fi
30296
30297 # Extract the first word of "gtk-config", so it can be a program name with args.
30298 set dummy gtk-config; ac_word=$2
30299 { echo "$as_me:$LINENO: checking for $ac_word" >&5
30300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30301 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
30302 echo $ECHO_N "(cached) $ECHO_C" >&6
30303 else
30304 case $GTK_CONFIG in
30305 [\\/]* | ?:[\\/]*)
30306 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
30307 ;;
30308 *)
30309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30310 for as_dir in $PATH
30311 do
30312 IFS=$as_save_IFS
30313 test -z "$as_dir" && as_dir=.
30314 for ac_exec_ext in '' $ac_executable_extensions; do
30315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30316 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
30317 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30318 break 2
30319 fi
30320 done
30321 done
30322 IFS=$as_save_IFS
30323
30324 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
30325 ;;
30326 esac
30327 fi
30328 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
30329 if test -n "$GTK_CONFIG"; then
30330 { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
30331 echo "${ECHO_T}$GTK_CONFIG" >&6; }
30332 else
30333 { echo "$as_me:$LINENO: result: no" >&5
30334 echo "${ECHO_T}no" >&6; }
30335 fi
30336
30337
30338 min_gtk_version=1.2.7
30339 { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
30340 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; }
30341 no_gtk=""
30342 if test "$GTK_CONFIG" = "no" ; then
30343 no_gtk=yes
30344 else
30345 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
30346 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
30347 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
30348 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
30349 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
30350 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
30351 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
30352 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
30353 if test "x$enable_gtktest" = "xyes" ; then
30354 ac_save_CFLAGS="$CFLAGS"
30355 ac_save_LIBS="$LIBS"
30356 CFLAGS="$CFLAGS $GTK_CFLAGS"
30357 LIBS="$GTK_LIBS $LIBS"
30358 rm -f conf.gtktest
30359 if test "$cross_compiling" = yes; then
30360 echo $ac_n "cross compiling; assumed OK... $ac_c"
30361 else
30362 cat >conftest.$ac_ext <<_ACEOF
30363 /* confdefs.h. */
30364 _ACEOF
30365 cat confdefs.h >>conftest.$ac_ext
30366 cat >>conftest.$ac_ext <<_ACEOF
30367 /* end confdefs.h. */
30368
30369 #include <gtk/gtk.h>
30370 #include <stdio.h>
30371 #include <stdlib.h>
30372
30373 int
30374 main ()
30375 {
30376 int major, minor, micro;
30377 char *tmp_version;
30378
30379 system ("touch conf.gtktest");
30380
30381 /* HP/UX 9 (%@#!) writes to sscanf strings */
30382 tmp_version = g_strdup("$min_gtk_version");
30383 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
30384 printf("%s, bad version string\n", "$min_gtk_version");
30385 exit(1);
30386 }
30387
30388 if ((gtk_major_version != $gtk_config_major_version) ||
30389 (gtk_minor_version != $gtk_config_minor_version) ||
30390 (gtk_micro_version != $gtk_config_micro_version))
30391 {
30392 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
30393 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
30394 gtk_major_version, gtk_minor_version, gtk_micro_version);
30395 printf ("*** was found! If gtk-config was correct, then it is best\n");
30396 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
30397 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
30398 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
30399 printf("*** required on your system.\n");
30400 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
30401 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
30402 printf("*** before re-running configure\n");
30403 }
30404 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
30405 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
30406 (gtk_minor_version != GTK_MINOR_VERSION) ||
30407 (gtk_micro_version != GTK_MICRO_VERSION))
30408 {
30409 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
30410 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
30411 printf("*** library (version %d.%d.%d)\n",
30412 gtk_major_version, gtk_minor_version, gtk_micro_version);
30413 }
30414 #endif /* defined (GTK_MAJOR_VERSION) ... */
30415 else
30416 {
30417 if ((gtk_major_version > major) ||
30418 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
30419 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
30420 {
30421 return 0;
30422 }
30423 else
30424 {
30425 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
30426 gtk_major_version, gtk_minor_version, gtk_micro_version);
30427 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
30428 major, minor, micro);
30429 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
30430 printf("***\n");
30431 printf("*** If you have already installed a sufficiently new version, this error\n");
30432 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
30433 printf("*** being found. The easiest way to fix this is to remove the old version\n");
30434 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
30435 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
30436 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
30437 printf("*** so that the correct libraries are found at run-time))\n");
30438 }
30439 }
30440 return 1;
30441 }
30442
30443 _ACEOF
30444 rm -f conftest$ac_exeext
30445 if { (ac_try="$ac_link"
30446 case "(($ac_try" in
30447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30448 *) ac_try_echo=$ac_try;;
30449 esac
30450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30451 (eval "$ac_link") 2>&5
30452 ac_status=$?
30453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30454 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
30455 { (case "(($ac_try" in
30456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30457 *) ac_try_echo=$ac_try;;
30458 esac
30459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30460 (eval "$ac_try") 2>&5
30461 ac_status=$?
30462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30463 (exit $ac_status); }; }; then
30464 :
30465 else
30466 echo "$as_me: program exited with status $ac_status" >&5
30467 echo "$as_me: failed program was:" >&5
30468 sed 's/^/| /' conftest.$ac_ext >&5
30469
30470 ( exit $ac_status )
30471 no_gtk=yes
30472 fi
30473 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30474 fi
30475
30476
30477 CFLAGS="$ac_save_CFLAGS"
30478 LIBS="$ac_save_LIBS"
30479 fi
30480 fi
30481 if test "x$no_gtk" = x ; then
30482 { echo "$as_me:$LINENO: result: yes" >&5
30483 echo "${ECHO_T}yes" >&6; }
30484 wx_cv_lib_gtk=1.2.7
30485 else
30486 { echo "$as_me:$LINENO: result: no" >&5
30487 echo "${ECHO_T}no" >&6; }
30488 if test "$GTK_CONFIG" = "no" ; then
30489 echo "*** The gtk-config script installed by GTK could not be found"
30490 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
30491 echo "*** your path, or set the GTK_CONFIG environment variable to the"
30492 echo "*** full path to gtk-config."
30493 else
30494 if test -f conf.gtktest ; then
30495 :
30496 else
30497 echo "*** Could not run GTK test program, checking why..."
30498 CFLAGS="$CFLAGS $GTK_CFLAGS"
30499 LIBS="$LIBS $GTK_LIBS"
30500 cat >conftest.$ac_ext <<_ACEOF
30501 /* confdefs.h. */
30502 _ACEOF
30503 cat confdefs.h >>conftest.$ac_ext
30504 cat >>conftest.$ac_ext <<_ACEOF
30505 /* end confdefs.h. */
30506
30507 #include <gtk/gtk.h>
30508 #include <stdio.h>
30509
30510 int
30511 main ()
30512 {
30513 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
30514 ;
30515 return 0;
30516 }
30517 _ACEOF
30518 rm -f conftest.$ac_objext conftest$ac_exeext
30519 if { (ac_try="$ac_link"
30520 case "(($ac_try" in
30521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30522 *) ac_try_echo=$ac_try;;
30523 esac
30524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30525 (eval "$ac_link") 2>conftest.er1
30526 ac_status=$?
30527 grep -v '^ *+' conftest.er1 >conftest.err
30528 rm -f conftest.er1
30529 cat conftest.err >&5
30530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30531 (exit $ac_status); } && {
30532 test -z "$ac_c_werror_flag" ||
30533 test ! -s conftest.err
30534 } && test -s conftest$ac_exeext &&
30535 $as_test_x conftest$ac_exeext; then
30536 echo "*** The test program compiled, but did not run. This usually means"
30537 echo "*** that the run-time linker is not finding GTK or finding the wrong"
30538 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
30539 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
30540 echo "*** to the installed location Also, make sure you have run ldconfig if that"
30541 echo "*** is required on your system"
30542 echo "***"
30543 echo "*** If you have an old version installed, it is best to remove it, although"
30544 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
30545 echo "***"
30546 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
30547 echo "*** came with the system with the command"
30548 echo "***"
30549 echo "*** rpm --erase --nodeps gtk gtk-devel"
30550 else
30551 echo "$as_me: failed program was:" >&5
30552 sed 's/^/| /' conftest.$ac_ext >&5
30553
30554 echo "*** The test program failed to compile or link. See the file config.log for the"
30555 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
30556 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
30557 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
30558 fi
30559
30560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30561 conftest$ac_exeext conftest.$ac_ext
30562 CFLAGS="$ac_save_CFLAGS"
30563 LIBS="$ac_save_LIBS"
30564 fi
30565 fi
30566 GTK_CFLAGS=""
30567 GTK_LIBS=""
30568 :
30569 fi
30570
30571
30572 rm -f conf.gtktest
30573
30574
30575 if test -z "$wx_cv_lib_gtk"; then
30576
30577 # Check whether --with-gtk-prefix was given.
30578 if test "${with_gtk_prefix+set}" = set; then
30579 withval=$with_gtk_prefix; gtk_config_prefix="$withval"
30580 else
30581 gtk_config_prefix=""
30582 fi
30583
30584
30585 # Check whether --with-gtk-exec-prefix was given.
30586 if test "${with_gtk_exec_prefix+set}" = set; then
30587 withval=$with_gtk_exec_prefix; gtk_config_exec_prefix="$withval"
30588 else
30589 gtk_config_exec_prefix=""
30590 fi
30591
30592 # Check whether --enable-gtktest was given.
30593 if test "${enable_gtktest+set}" = set; then
30594 enableval=$enable_gtktest;
30595 else
30596 enable_gtktest=yes
30597 fi
30598
30599
30600 for module in . $GTK_MODULES
30601 do
30602 case "$module" in
30603 gthread)
30604 gtk_config_args="$gtk_config_args gthread"
30605 ;;
30606 esac
30607 done
30608
30609 if test x$gtk_config_exec_prefix != x ; then
30610 gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
30611 if test x${GTK_CONFIG+set} != xset ; then
30612 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
30613 fi
30614 fi
30615 if test x$gtk_config_prefix != x ; then
30616 gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
30617 if test x${GTK_CONFIG+set} != xset ; then
30618 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
30619 fi
30620 fi
30621
30622 # Extract the first word of "gtk-config", so it can be a program name with args.
30623 set dummy gtk-config; ac_word=$2
30624 { echo "$as_me:$LINENO: checking for $ac_word" >&5
30625 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
30626 if test "${ac_cv_path_GTK_CONFIG+set}" = set; then
30627 echo $ECHO_N "(cached) $ECHO_C" >&6
30628 else
30629 case $GTK_CONFIG in
30630 [\\/]* | ?:[\\/]*)
30631 ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
30632 ;;
30633 *)
30634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
30635 for as_dir in $PATH
30636 do
30637 IFS=$as_save_IFS
30638 test -z "$as_dir" && as_dir=.
30639 for ac_exec_ext in '' $ac_executable_extensions; do
30640 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
30641 ac_cv_path_GTK_CONFIG="$as_dir/$ac_word$ac_exec_ext"
30642 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
30643 break 2
30644 fi
30645 done
30646 done
30647 IFS=$as_save_IFS
30648
30649 test -z "$ac_cv_path_GTK_CONFIG" && ac_cv_path_GTK_CONFIG="no"
30650 ;;
30651 esac
30652 fi
30653 GTK_CONFIG=$ac_cv_path_GTK_CONFIG
30654 if test -n "$GTK_CONFIG"; then
30655 { echo "$as_me:$LINENO: result: $GTK_CONFIG" >&5
30656 echo "${ECHO_T}$GTK_CONFIG" >&6; }
30657 else
30658 { echo "$as_me:$LINENO: result: no" >&5
30659 echo "${ECHO_T}no" >&6; }
30660 fi
30661
30662
30663 min_gtk_version=1.2.3
30664 { echo "$as_me:$LINENO: checking for GTK - version >= $min_gtk_version" >&5
30665 echo $ECHO_N "checking for GTK - version >= $min_gtk_version... $ECHO_C" >&6; }
30666 no_gtk=""
30667 if test "$GTK_CONFIG" = "no" ; then
30668 no_gtk=yes
30669 else
30670 GTK_CFLAGS=`$GTK_CONFIG $gtk_config_args --cflags`
30671 GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
30672 gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
30673 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
30674 gtk_config_minor_version=`$GTK_CONFIG $gtk_config_args --version | \
30675 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
30676 gtk_config_micro_version=`$GTK_CONFIG $gtk_config_args --version | \
30677 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
30678 if test "x$enable_gtktest" = "xyes" ; then
30679 ac_save_CFLAGS="$CFLAGS"
30680 ac_save_LIBS="$LIBS"
30681 CFLAGS="$CFLAGS $GTK_CFLAGS"
30682 LIBS="$GTK_LIBS $LIBS"
30683 rm -f conf.gtktest
30684 if test "$cross_compiling" = yes; then
30685 echo $ac_n "cross compiling; assumed OK... $ac_c"
30686 else
30687 cat >conftest.$ac_ext <<_ACEOF
30688 /* confdefs.h. */
30689 _ACEOF
30690 cat confdefs.h >>conftest.$ac_ext
30691 cat >>conftest.$ac_ext <<_ACEOF
30692 /* end confdefs.h. */
30693
30694 #include <gtk/gtk.h>
30695 #include <stdio.h>
30696 #include <stdlib.h>
30697
30698 int
30699 main ()
30700 {
30701 int major, minor, micro;
30702 char *tmp_version;
30703
30704 system ("touch conf.gtktest");
30705
30706 /* HP/UX 9 (%@#!) writes to sscanf strings */
30707 tmp_version = g_strdup("$min_gtk_version");
30708 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
30709 printf("%s, bad version string\n", "$min_gtk_version");
30710 exit(1);
30711 }
30712
30713 if ((gtk_major_version != $gtk_config_major_version) ||
30714 (gtk_minor_version != $gtk_config_minor_version) ||
30715 (gtk_micro_version != $gtk_config_micro_version))
30716 {
30717 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
30718 $gtk_config_major_version, $gtk_config_minor_version, $gtk_config_micro_version,
30719 gtk_major_version, gtk_minor_version, gtk_micro_version);
30720 printf ("*** was found! If gtk-config was correct, then it is best\n");
30721 printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
30722 printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
30723 printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
30724 printf("*** required on your system.\n");
30725 printf("*** If gtk-config was wrong, set the environment variable GTK_CONFIG\n");
30726 printf("*** to point to the correct copy of gtk-config, and remove the file config.cache\n");
30727 printf("*** before re-running configure\n");
30728 }
30729 #if defined (GTK_MAJOR_VERSION) && defined (GTK_MINOR_VERSION) && defined (GTK_MICRO_VERSION)
30730 else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
30731 (gtk_minor_version != GTK_MINOR_VERSION) ||
30732 (gtk_micro_version != GTK_MICRO_VERSION))
30733 {
30734 printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
30735 GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
30736 printf("*** library (version %d.%d.%d)\n",
30737 gtk_major_version, gtk_minor_version, gtk_micro_version);
30738 }
30739 #endif /* defined (GTK_MAJOR_VERSION) ... */
30740 else
30741 {
30742 if ((gtk_major_version > major) ||
30743 ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
30744 ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
30745 {
30746 return 0;
30747 }
30748 else
30749 {
30750 printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
30751 gtk_major_version, gtk_minor_version, gtk_micro_version);
30752 printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
30753 major, minor, micro);
30754 printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
30755 printf("***\n");
30756 printf("*** If you have already installed a sufficiently new version, this error\n");
30757 printf("*** probably means that the wrong copy of the gtk-config shell script is\n");
30758 printf("*** being found. The easiest way to fix this is to remove the old version\n");
30759 printf("*** of GTK+, but you can also set the GTK_CONFIG environment to point to the\n");
30760 printf("*** correct copy of gtk-config. (In this case, you will have to\n");
30761 printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
30762 printf("*** so that the correct libraries are found at run-time))\n");
30763 }
30764 }
30765 return 1;
30766 }
30767
30768 _ACEOF
30769 rm -f conftest$ac_exeext
30770 if { (ac_try="$ac_link"
30771 case "(($ac_try" in
30772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30773 *) ac_try_echo=$ac_try;;
30774 esac
30775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30776 (eval "$ac_link") 2>&5
30777 ac_status=$?
30778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30779 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
30780 { (case "(($ac_try" in
30781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30782 *) ac_try_echo=$ac_try;;
30783 esac
30784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30785 (eval "$ac_try") 2>&5
30786 ac_status=$?
30787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30788 (exit $ac_status); }; }; then
30789 :
30790 else
30791 echo "$as_me: program exited with status $ac_status" >&5
30792 echo "$as_me: failed program was:" >&5
30793 sed 's/^/| /' conftest.$ac_ext >&5
30794
30795 ( exit $ac_status )
30796 no_gtk=yes
30797 fi
30798 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
30799 fi
30800
30801
30802 CFLAGS="$ac_save_CFLAGS"
30803 LIBS="$ac_save_LIBS"
30804 fi
30805 fi
30806 if test "x$no_gtk" = x ; then
30807 { echo "$as_me:$LINENO: result: yes" >&5
30808 echo "${ECHO_T}yes" >&6; }
30809 wx_cv_lib_gtk=1.2.3
30810 else
30811 { echo "$as_me:$LINENO: result: no" >&5
30812 echo "${ECHO_T}no" >&6; }
30813 if test "$GTK_CONFIG" = "no" ; then
30814 echo "*** The gtk-config script installed by GTK could not be found"
30815 echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
30816 echo "*** your path, or set the GTK_CONFIG environment variable to the"
30817 echo "*** full path to gtk-config."
30818 else
30819 if test -f conf.gtktest ; then
30820 :
30821 else
30822 echo "*** Could not run GTK test program, checking why..."
30823 CFLAGS="$CFLAGS $GTK_CFLAGS"
30824 LIBS="$LIBS $GTK_LIBS"
30825 cat >conftest.$ac_ext <<_ACEOF
30826 /* confdefs.h. */
30827 _ACEOF
30828 cat confdefs.h >>conftest.$ac_ext
30829 cat >>conftest.$ac_ext <<_ACEOF
30830 /* end confdefs.h. */
30831
30832 #include <gtk/gtk.h>
30833 #include <stdio.h>
30834
30835 int
30836 main ()
30837 {
30838 return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
30839 ;
30840 return 0;
30841 }
30842 _ACEOF
30843 rm -f conftest.$ac_objext conftest$ac_exeext
30844 if { (ac_try="$ac_link"
30845 case "(($ac_try" in
30846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30847 *) ac_try_echo=$ac_try;;
30848 esac
30849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30850 (eval "$ac_link") 2>conftest.er1
30851 ac_status=$?
30852 grep -v '^ *+' conftest.er1 >conftest.err
30853 rm -f conftest.er1
30854 cat conftest.err >&5
30855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30856 (exit $ac_status); } && {
30857 test -z "$ac_c_werror_flag" ||
30858 test ! -s conftest.err
30859 } && test -s conftest$ac_exeext &&
30860 $as_test_x conftest$ac_exeext; then
30861 echo "*** The test program compiled, but did not run. This usually means"
30862 echo "*** that the run-time linker is not finding GTK or finding the wrong"
30863 echo "*** version of GTK. If it is not finding GTK, you'll need to set your"
30864 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
30865 echo "*** to the installed location Also, make sure you have run ldconfig if that"
30866 echo "*** is required on your system"
30867 echo "***"
30868 echo "*** If you have an old version installed, it is best to remove it, although"
30869 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
30870 echo "***"
30871 echo "*** If you have a RedHat 5.0 system, you should remove the GTK package that"
30872 echo "*** came with the system with the command"
30873 echo "***"
30874 echo "*** rpm --erase --nodeps gtk gtk-devel"
30875 else
30876 echo "$as_me: failed program was:" >&5
30877 sed 's/^/| /' conftest.$ac_ext >&5
30878
30879 echo "*** The test program failed to compile or link. See the file config.log for the"
30880 echo "*** exact error that occured. This usually means GTK was incorrectly installed"
30881 echo "*** or that you have moved GTK since it was installed. In the latter case, you"
30882 echo "*** may want to edit the gtk-config script: $GTK_CONFIG"
30883 fi
30884
30885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
30886 conftest$ac_exeext conftest.$ac_ext
30887 CFLAGS="$ac_save_CFLAGS"
30888 LIBS="$ac_save_LIBS"
30889 fi
30890 fi
30891 GTK_CFLAGS=""
30892 GTK_LIBS=""
30893 :
30894 fi
30895
30896
30897 rm -f conf.gtktest
30898
30899 fi
30900 fi
30901 fi
30902
30903 if test -z "$wx_cv_lib_gtk"; then
30904 wx_cv_lib_gtk=none
30905 else
30906 GTK_LIBS="$GTK_LIBS -lX11"
30907
30908 wx_cv_cflags_gtk=$GTK_CFLAGS
30909 wx_cv_libs_gtk=$GTK_LIBS
30910 fi
30911
30912
30913 fi
30914
30915
30916 if test "$gtk_version_cached" = 1; then
30917 { echo "$as_me:$LINENO: result: $wx_cv_lib_gtk" >&5
30918 echo "${ECHO_T}$wx_cv_lib_gtk" >&6; }
30919 fi
30920
30921 case "$wx_cv_lib_gtk" in
30922 2.0) WXGTK2=1
30923 TOOLKIT_VERSION=2
30924 ;;
30925 1.2.7) WXGTK127=1
30926 ;;
30927 1.2*) ;;
30928 *) { { echo "$as_me:$LINENO: error:
30929 The development files for GTK+ were not found. For GTK+ 2, please
30930 ensure that pkg-config is in the path and that gtk+-2.0.pc is
30931 installed. For GTK+ 1.2 please check that gtk-config is in the path,
30932 and that the version is 1.2.3 or above. Also check that the
30933 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
30934 --libs' are in the LD_LIBRARY_PATH or equivalent.
30935 " >&5
30936 echo "$as_me: error:
30937 The development files for GTK+ were not found. For GTK+ 2, please
30938 ensure that pkg-config is in the path and that gtk+-2.0.pc is
30939 installed. For GTK+ 1.2 please check that gtk-config is in the path,
30940 and that the version is 1.2.3 or above. Also check that the
30941 libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
30942 --libs' are in the LD_LIBRARY_PATH or equivalent.
30943 " >&2;}
30944 { (exit 1); exit 1; }; }
30945 ;;
30946 esac
30947
30948 if test "$WXGTK2" = 1; then
30949 save_CFLAGS="$CFLAGS"
30950 save_LIBS="$LIBS"
30951 CFLAGS="$wx_cv_cflags_gtk $CFLAGS"
30952 LIBS="$LIBS $wx_cv_libs_gtk"
30953
30954 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.18" >&5
30955 echo $ECHO_N "checking if GTK+ is version >= 2.18... $ECHO_C" >&6; }
30956 cat >conftest.$ac_ext <<_ACEOF
30957 /* confdefs.h. */
30958 _ACEOF
30959 cat confdefs.h >>conftest.$ac_ext
30960 cat >>conftest.$ac_ext <<_ACEOF
30961 /* end confdefs.h. */
30962
30963 #include <gtk/gtk.h>
30964
30965 int
30966 main ()
30967 {
30968
30969 #if !GTK_CHECK_VERSION(2,18,0)
30970 Not GTK+ 2.18
30971 #endif
30972
30973 ;
30974 return 0;
30975 }
30976 _ACEOF
30977 rm -f conftest.$ac_objext
30978 if { (ac_try="$ac_compile"
30979 case "(($ac_try" in
30980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30981 *) ac_try_echo=$ac_try;;
30982 esac
30983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
30984 (eval "$ac_compile") 2>conftest.er1
30985 ac_status=$?
30986 grep -v '^ *+' conftest.er1 >conftest.err
30987 rm -f conftest.er1
30988 cat conftest.err >&5
30989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30990 (exit $ac_status); } && {
30991 test -z "$ac_c_werror_flag" ||
30992 test ! -s conftest.err
30993 } && test -s conftest.$ac_objext; then
30994
30995 cat >>confdefs.h <<\_ACEOF
30996 #define __WXGTK218__ 1
30997 _ACEOF
30998
30999 cat >>confdefs.h <<\_ACEOF
31000 #define __WXGTK210__ 1
31001 _ACEOF
31002
31003 cat >>confdefs.h <<\_ACEOF
31004 #define __WXGTK26__ 1
31005 _ACEOF
31006
31007 { echo "$as_me:$LINENO: result: yes" >&5
31008 echo "${ECHO_T}yes" >&6; }
31009 ac_wxgtk218=1
31010
31011 else
31012 echo "$as_me: failed program was:" >&5
31013 sed 's/^/| /' conftest.$ac_ext >&5
31014
31015
31016 { echo "$as_me:$LINENO: result: no" >&5
31017 echo "${ECHO_T}no" >&6; }
31018 ac_wxgtk218=0
31019
31020 fi
31021
31022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31023
31024 if test "$ac_wxgtk218" = 0; then
31025 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.10" >&5
31026 echo $ECHO_N "checking if GTK+ is version >= 2.10... $ECHO_C" >&6; }
31027 cat >conftest.$ac_ext <<_ACEOF
31028 /* confdefs.h. */
31029 _ACEOF
31030 cat confdefs.h >>conftest.$ac_ext
31031 cat >>conftest.$ac_ext <<_ACEOF
31032 /* end confdefs.h. */
31033
31034 #include <gtk/gtk.h>
31035
31036 int
31037 main ()
31038 {
31039
31040 #if !GTK_CHECK_VERSION(2,10,0)
31041 Not GTK+ 2.10
31042 #endif
31043
31044 ;
31045 return 0;
31046 }
31047 _ACEOF
31048 rm -f conftest.$ac_objext
31049 if { (ac_try="$ac_compile"
31050 case "(($ac_try" in
31051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31052 *) ac_try_echo=$ac_try;;
31053 esac
31054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31055 (eval "$ac_compile") 2>conftest.er1
31056 ac_status=$?
31057 grep -v '^ *+' conftest.er1 >conftest.err
31058 rm -f conftest.er1
31059 cat conftest.err >&5
31060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31061 (exit $ac_status); } && {
31062 test -z "$ac_c_werror_flag" ||
31063 test ! -s conftest.err
31064 } && test -s conftest.$ac_objext; then
31065
31066 cat >>confdefs.h <<\_ACEOF
31067 #define __WXGTK210__ 1
31068 _ACEOF
31069
31070 cat >>confdefs.h <<\_ACEOF
31071 #define __WXGTK26__ 1
31072 _ACEOF
31073
31074 { echo "$as_me:$LINENO: result: yes" >&5
31075 echo "${ECHO_T}yes" >&6; }
31076 ac_wxgtk210=1
31077
31078 else
31079 echo "$as_me: failed program was:" >&5
31080 sed 's/^/| /' conftest.$ac_ext >&5
31081
31082
31083 { echo "$as_me:$LINENO: result: no" >&5
31084 echo "${ECHO_T}no" >&6; }
31085 ac_wxgtk210=0
31086
31087 fi
31088
31089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31090
31091 if test "$ac_wxgtk210" = 0; then
31092 { echo "$as_me:$LINENO: checking if GTK+ is version >= 2.6" >&5
31093 echo $ECHO_N "checking if GTK+ is version >= 2.6... $ECHO_C" >&6; }
31094 cat >conftest.$ac_ext <<_ACEOF
31095 /* confdefs.h. */
31096 _ACEOF
31097 cat confdefs.h >>conftest.$ac_ext
31098 cat >>conftest.$ac_ext <<_ACEOF
31099 /* end confdefs.h. */
31100
31101 #include <gtk/gtk.h>
31102
31103 int
31104 main ()
31105 {
31106
31107 #if !GTK_CHECK_VERSION(2,6,0)
31108 Not GTK+ 2.6
31109 #endif
31110
31111 ;
31112 return 0;
31113 }
31114 _ACEOF
31115 rm -f conftest.$ac_objext
31116 if { (ac_try="$ac_compile"
31117 case "(($ac_try" in
31118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31119 *) ac_try_echo=$ac_try;;
31120 esac
31121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31122 (eval "$ac_compile") 2>conftest.er1
31123 ac_status=$?
31124 grep -v '^ *+' conftest.er1 >conftest.err
31125 rm -f conftest.er1
31126 cat conftest.err >&5
31127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31128 (exit $ac_status); } && {
31129 test -z "$ac_c_werror_flag" ||
31130 test ! -s conftest.err
31131 } && test -s conftest.$ac_objext; then
31132
31133 cat >>confdefs.h <<\_ACEOF
31134 #define __WXGTK26__ 1
31135 _ACEOF
31136
31137 { echo "$as_me:$LINENO: result: yes" >&5
31138 echo "${ECHO_T}yes" >&6; }
31139 ac_wxgtk26=1
31140
31141 else
31142 echo "$as_me: failed program was:" >&5
31143 sed 's/^/| /' conftest.$ac_ext >&5
31144
31145
31146 { echo "$as_me:$LINENO: result: no" >&5
31147 echo "${ECHO_T}no" >&6; }
31148 ac_wxgtk26=0
31149
31150 fi
31151
31152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31153 fi
31154 fi
31155
31156 CFLAGS="$save_CFLAGS"
31157 LIBS="$save_LIBS"
31158 else
31159 if test "$wxUSE_UNICODE" = "yes"; then
31160 { echo "$as_me:$LINENO: WARNING: Unicode configuration not supported with GTK+ 1.x" >&5
31161 echo "$as_me: WARNING: Unicode configuration not supported with GTK+ 1.x" >&2;}
31162 wxUSE_UNICODE=no
31163 fi
31164
31165 { echo "$as_me:$LINENO: checking for gdk_im_open in -lgdk" >&5
31166 echo $ECHO_N "checking for gdk_im_open in -lgdk... $ECHO_C" >&6; }
31167 if test "${ac_cv_lib_gdk_gdk_im_open+set}" = set; then
31168 echo $ECHO_N "(cached) $ECHO_C" >&6
31169 else
31170 ac_check_lib_save_LIBS=$LIBS
31171 LIBS="-lgdk $LIBS"
31172 cat >conftest.$ac_ext <<_ACEOF
31173 /* confdefs.h. */
31174 _ACEOF
31175 cat confdefs.h >>conftest.$ac_ext
31176 cat >>conftest.$ac_ext <<_ACEOF
31177 /* end confdefs.h. */
31178
31179 /* Override any GCC internal prototype to avoid an error.
31180 Use char because int might match the return type of a GCC
31181 builtin and then its argument prototype would still apply. */
31182 #ifdef __cplusplus
31183 extern "C"
31184 #endif
31185 char gdk_im_open ();
31186 int
31187 main ()
31188 {
31189 return gdk_im_open ();
31190 ;
31191 return 0;
31192 }
31193 _ACEOF
31194 rm -f conftest.$ac_objext conftest$ac_exeext
31195 if { (ac_try="$ac_link"
31196 case "(($ac_try" in
31197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31198 *) ac_try_echo=$ac_try;;
31199 esac
31200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31201 (eval "$ac_link") 2>conftest.er1
31202 ac_status=$?
31203 grep -v '^ *+' conftest.er1 >conftest.err
31204 rm -f conftest.er1
31205 cat conftest.err >&5
31206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31207 (exit $ac_status); } && {
31208 test -z "$ac_c_werror_flag" ||
31209 test ! -s conftest.err
31210 } && test -s conftest$ac_exeext &&
31211 $as_test_x conftest$ac_exeext; then
31212 ac_cv_lib_gdk_gdk_im_open=yes
31213 else
31214 echo "$as_me: failed program was:" >&5
31215 sed 's/^/| /' conftest.$ac_ext >&5
31216
31217 ac_cv_lib_gdk_gdk_im_open=no
31218 fi
31219
31220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31221 conftest$ac_exeext conftest.$ac_ext
31222 LIBS=$ac_check_lib_save_LIBS
31223 fi
31224 { echo "$as_me:$LINENO: result: $ac_cv_lib_gdk_gdk_im_open" >&5
31225 echo "${ECHO_T}$ac_cv_lib_gdk_gdk_im_open" >&6; }
31226 if test $ac_cv_lib_gdk_gdk_im_open = yes; then
31227 cat >>confdefs.h <<\_ACEOF
31228 #define HAVE_XIM 1
31229 _ACEOF
31230
31231 fi
31232
31233
31234 if test "$USE_DARWIN" != 1; then
31235
31236 for ac_func in poll
31237 do
31238 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
31239 { echo "$as_me:$LINENO: checking for $ac_func" >&5
31240 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
31241 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
31242 echo $ECHO_N "(cached) $ECHO_C" >&6
31243 else
31244 cat >conftest.$ac_ext <<_ACEOF
31245 /* confdefs.h. */
31246 _ACEOF
31247 cat confdefs.h >>conftest.$ac_ext
31248 cat >>conftest.$ac_ext <<_ACEOF
31249 /* end confdefs.h. */
31250 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
31251 For example, HP-UX 11i <limits.h> declares gettimeofday. */
31252 #define $ac_func innocuous_$ac_func
31253
31254 /* System header to define __stub macros and hopefully few prototypes,
31255 which can conflict with char $ac_func (); below.
31256 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31257 <limits.h> exists even on freestanding compilers. */
31258
31259 #ifdef __STDC__
31260 # include <limits.h>
31261 #else
31262 # include <assert.h>
31263 #endif
31264
31265 #undef $ac_func
31266
31267 /* Override any GCC internal prototype to avoid an error.
31268 Use char because int might match the return type of a GCC
31269 builtin and then its argument prototype would still apply. */
31270 #ifdef __cplusplus
31271 extern "C"
31272 #endif
31273 char $ac_func ();
31274 /* The GNU C library defines this for functions which it implements
31275 to always fail with ENOSYS. Some functions are actually named
31276 something starting with __ and the normal name is an alias. */
31277 #if defined __stub_$ac_func || defined __stub___$ac_func
31278 choke me
31279 #endif
31280
31281 int
31282 main ()
31283 {
31284 return $ac_func ();
31285 ;
31286 return 0;
31287 }
31288 _ACEOF
31289 rm -f conftest.$ac_objext conftest$ac_exeext
31290 if { (ac_try="$ac_link"
31291 case "(($ac_try" in
31292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31293 *) ac_try_echo=$ac_try;;
31294 esac
31295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31296 (eval "$ac_link") 2>conftest.er1
31297 ac_status=$?
31298 grep -v '^ *+' conftest.er1 >conftest.err
31299 rm -f conftest.er1
31300 cat conftest.err >&5
31301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31302 (exit $ac_status); } && {
31303 test -z "$ac_c_werror_flag" ||
31304 test ! -s conftest.err
31305 } && test -s conftest$ac_exeext &&
31306 $as_test_x conftest$ac_exeext; then
31307 eval "$as_ac_var=yes"
31308 else
31309 echo "$as_me: failed program was:" >&5
31310 sed 's/^/| /' conftest.$ac_ext >&5
31311
31312 eval "$as_ac_var=no"
31313 fi
31314
31315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31316 conftest$ac_exeext conftest.$ac_ext
31317 fi
31318 ac_res=`eval echo '${'$as_ac_var'}'`
31319 { echo "$as_me:$LINENO: result: $ac_res" >&5
31320 echo "${ECHO_T}$ac_res" >&6; }
31321 if test `eval echo '${'$as_ac_var'}'` = yes; then
31322 cat >>confdefs.h <<_ACEOF
31323 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
31324 _ACEOF
31325
31326 fi
31327 done
31328
31329 fi
31330 fi
31331
31332 TOOLKIT_INCLUDE="$wx_cv_cflags_gtk"
31333 GUI_TK_LIBRARY="$wx_cv_libs_gtk $GUI_TK_LIBRARY"
31334 AFMINSTALL=afminstall
31335 TOOLKIT=GTK
31336 GUIDIST=GTK_DIST
31337
31338 if test "$wxUSE_GPE" = "yes"; then
31339 { echo "$as_me:$LINENO: checking for gpewidget library" >&5
31340 echo $ECHO_N "checking for gpewidget library... $ECHO_C" >&6; }
31341
31342 ac_find_libraries=
31343 for ac_dir in $SEARCH_LIB
31344 do
31345 for ac_extension in a so sl dylib dll.a; do
31346 if test -f "$ac_dir/libgpewidget.$ac_extension"; then
31347 ac_find_libraries=$ac_dir
31348 break 2
31349 fi
31350 done
31351 done
31352
31353 if test "$ac_find_libraries" != "" ; then
31354
31355 if test "$ac_find_libraries" = "default location"; then
31356 ac_path_to_link=""
31357 else
31358 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
31359 result=$?
31360 if test $result = 0; then
31361 ac_path_to_link=""
31362 else
31363 ac_path_to_link=" -L$ac_find_libraries"
31364 fi
31365 fi
31366
31367 GUI_TK_LIBRARY="-L${prefix}/lib -lgpewidget $GUI_TK_LIBRARY"
31368 WXGPE=1
31369 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
31370 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
31371 else
31372 { echo "$as_me:$LINENO: result: not found" >&5
31373 echo "${ECHO_T}not found" >&6; }
31374 fi
31375
31376 fi
31377 fi
31378
31379 if test "$wxUSE_MGL" = 1; then
31380 { echo "$as_me:$LINENO: checking for SciTech MGL library" >&5
31381 echo $ECHO_N "checking for SciTech MGL library... $ECHO_C" >&6; }
31382 if test "x$MGL_ROOT" = x ; then
31383 { echo "$as_me:$LINENO: result: not found" >&5
31384 echo "${ECHO_T}not found" >&6; }
31385 { { echo "$as_me:$LINENO: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&5
31386 echo "$as_me: error: Cannot find MGL library. Make sure MGL_ROOT is set." >&2;}
31387 { (exit 1); exit 1; }; }
31388 else
31389 { echo "$as_me:$LINENO: result: $MGL_ROOT" >&5
31390 echo "${ECHO_T}$MGL_ROOT" >&6; }
31391 fi
31392
31393 { echo "$as_me:$LINENO: checking for libmgl location" >&5
31394 echo $ECHO_N "checking for libmgl location... $ECHO_C" >&6; }
31395 case "${host}" in
31396 *-*-linux* )
31397 if test "x$wxUSE_SHARED" = xyes ; then
31398 mgl_os_candidates="linux/gcc/x86/so linux/gcc/x86/a linux/gcc/glibc.so linux/gcc/glibc"
31399 else
31400 mgl_os_candidates="linux/gcc/x86/a linux/gcc/x86/so linux/gcc/glibc linux/gcc/glibc.so"
31401 fi
31402 ;;
31403 *-pc-msdosdjgpp )
31404 mgl_os_candidates="dos32/dj2"
31405 ;;
31406 *)
31407 { { echo "$as_me:$LINENO: error: This system type ${host} is not yet supported by wxMGL." >&5
31408 echo "$as_me: error: This system type ${host} is not yet supported by wxMGL." >&2;}
31409 { (exit 1); exit 1; }; }
31410 esac
31411
31412 mgl_lib_type=""
31413 mgl_os=""
31414
31415 for mgl_os_i in $mgl_os_candidates ; do
31416 if test "x$mgl_os" = x ; then
31417 if test "$wxUSE_DEBUG_FLAG" = yes ; then
31418 if test -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.a -o \
31419 -f $MGL_ROOT/lib/debug/$mgl_os_i/libmgl.so; then
31420 mgl_lib_type=debug
31421 mgl_os=$mgl_os_i
31422 fi
31423 fi
31424 if test "x$mgl_lib_type" = x ; then
31425 if test -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.a -o \
31426 -f $MGL_ROOT/lib/release/$mgl_os_i/libmgl.so; then
31427 mgl_lib_type=release
31428 mgl_os=$mgl_os_i
31429 fi
31430 fi
31431 fi
31432 done
31433
31434 if test "x$mgl_os" = x ; then
31435 { echo "$as_me:$LINENO: result: not found" >&5
31436 echo "${ECHO_T}not found" >&6; }
31437 { { echo "$as_me:$LINENO: error: Cannot find MGL libraries, make sure they are compiled." >&5
31438 echo "$as_me: error: Cannot find MGL libraries, make sure they are compiled." >&2;}
31439 { (exit 1); exit 1; }; }
31440 fi
31441 { echo "$as_me:$LINENO: result: \"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&5
31442 echo "${ECHO_T}\"$MGL_ROOT/lib/$mgl_lib_type/$mgl_os\"" >&6; }
31443
31444 wxUSE_UNIVERSAL="yes"
31445
31446 TOOLKIT_INCLUDE="-I$MGL_ROOT/include"
31447 GUI_TK_LIBRARY="-L$MGL_ROOT/lib/$mgl_lib_type/$mgl_os -lmgl -lmglcpp -lpm"
31448
31449 AFMINSTALL=afminstall
31450 TOOLKIT=MGL
31451 GUIDIST=MGL_DIST
31452 fi
31453
31454 if test "$wxUSE_DFB" = 1; then
31455
31456
31457 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
31458 if test -n "$ac_tool_prefix"; then
31459 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
31460 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
31461 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31462 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31463 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
31464 echo $ECHO_N "(cached) $ECHO_C" >&6
31465 else
31466 case $PKG_CONFIG in
31467 [\\/]* | ?:[\\/]*)
31468 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
31469 ;;
31470 *)
31471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31472 for as_dir in $PATH
31473 do
31474 IFS=$as_save_IFS
31475 test -z "$as_dir" && as_dir=.
31476 for ac_exec_ext in '' $ac_executable_extensions; do
31477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31478 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31479 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31480 break 2
31481 fi
31482 done
31483 done
31484 IFS=$as_save_IFS
31485
31486 ;;
31487 esac
31488 fi
31489 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
31490 if test -n "$PKG_CONFIG"; then
31491 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
31492 echo "${ECHO_T}$PKG_CONFIG" >&6; }
31493 else
31494 { echo "$as_me:$LINENO: result: no" >&5
31495 echo "${ECHO_T}no" >&6; }
31496 fi
31497
31498
31499 fi
31500 if test -z "$ac_cv_path_PKG_CONFIG"; then
31501 ac_pt_PKG_CONFIG=$PKG_CONFIG
31502 # Extract the first word of "pkg-config", so it can be a program name with args.
31503 set dummy pkg-config; ac_word=$2
31504 { echo "$as_me:$LINENO: checking for $ac_word" >&5
31505 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
31506 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
31507 echo $ECHO_N "(cached) $ECHO_C" >&6
31508 else
31509 case $ac_pt_PKG_CONFIG in
31510 [\\/]* | ?:[\\/]*)
31511 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
31512 ;;
31513 *)
31514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
31515 for as_dir in $PATH
31516 do
31517 IFS=$as_save_IFS
31518 test -z "$as_dir" && as_dir=.
31519 for ac_exec_ext in '' $ac_executable_extensions; do
31520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
31521 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
31522 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
31523 break 2
31524 fi
31525 done
31526 done
31527 IFS=$as_save_IFS
31528
31529 ;;
31530 esac
31531 fi
31532 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
31533 if test -n "$ac_pt_PKG_CONFIG"; then
31534 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
31535 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
31536 else
31537 { echo "$as_me:$LINENO: result: no" >&5
31538 echo "${ECHO_T}no" >&6; }
31539 fi
31540
31541 if test "x$ac_pt_PKG_CONFIG" = x; then
31542 PKG_CONFIG=""
31543 else
31544 case $cross_compiling:$ac_tool_warned in
31545 yes:)
31546 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
31547 whose name does not start with the host triplet. If you think this
31548 configuration is useful to you, please write to autoconf@gnu.org." >&5
31549 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
31550 whose name does not start with the host triplet. If you think this
31551 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
31552 ac_tool_warned=yes ;;
31553 esac
31554 PKG_CONFIG=$ac_pt_PKG_CONFIG
31555 fi
31556 else
31557 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
31558 fi
31559
31560 fi
31561 if test -n "$PKG_CONFIG"; then
31562 _pkg_min_version=0.9.0
31563 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
31564 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
31565 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
31566 { echo "$as_me:$LINENO: result: yes" >&5
31567 echo "${ECHO_T}yes" >&6; }
31568 else
31569 { echo "$as_me:$LINENO: result: no" >&5
31570 echo "${ECHO_T}no" >&6; }
31571 PKG_CONFIG=""
31572 fi
31573
31574 fi
31575
31576
31577 pkg_failed=no
31578 { echo "$as_me:$LINENO: checking for DIRECTFB" >&5
31579 echo $ECHO_N "checking for DIRECTFB... $ECHO_C" >&6; }
31580
31581 if test -n "$PKG_CONFIG"; then
31582 if test -n "$DIRECTFB_CFLAGS"; then
31583 pkg_cv_DIRECTFB_CFLAGS="$DIRECTFB_CFLAGS"
31584 else
31585 if test -n "$PKG_CONFIG" && \
31586 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\"") >&5
31587 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
31588 ac_status=$?
31589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31590 (exit $ac_status); }; then
31591 pkg_cv_DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags "directfb >= 0.9.23" 2>/dev/null`
31592 else
31593 pkg_failed=yes
31594 fi
31595 fi
31596 else
31597 pkg_failed=untried
31598 fi
31599 if test -n "$PKG_CONFIG"; then
31600 if test -n "$DIRECTFB_LIBS"; then
31601 pkg_cv_DIRECTFB_LIBS="$DIRECTFB_LIBS"
31602 else
31603 if test -n "$PKG_CONFIG" && \
31604 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"directfb >= 0.9.23\"") >&5
31605 ($PKG_CONFIG --exists --print-errors "directfb >= 0.9.23") 2>&5
31606 ac_status=$?
31607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31608 (exit $ac_status); }; then
31609 pkg_cv_DIRECTFB_LIBS=`$PKG_CONFIG --libs "directfb >= 0.9.23" 2>/dev/null`
31610 else
31611 pkg_failed=yes
31612 fi
31613 fi
31614 else
31615 pkg_failed=untried
31616 fi
31617
31618
31619
31620 if test $pkg_failed = yes; then
31621
31622 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
31623 _pkg_short_errors_supported=yes
31624 else
31625 _pkg_short_errors_supported=no
31626 fi
31627 if test $_pkg_short_errors_supported = yes; then
31628 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "directfb >= 0.9.23"`
31629 else
31630 DIRECTFB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "directfb >= 0.9.23"`
31631 fi
31632 # Put the nasty error message in config.log where it belongs
31633 echo "$DIRECTFB_PKG_ERRORS" >&5
31634
31635
31636 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
31637 echo "$as_me: error: DirectFB not found." >&2;}
31638 { (exit 1); exit 1; }; }
31639
31640
31641 elif test $pkg_failed = untried; then
31642
31643 { { echo "$as_me:$LINENO: error: DirectFB not found." >&5
31644 echo "$as_me: error: DirectFB not found." >&2;}
31645 { (exit 1); exit 1; }; }
31646
31647
31648 else
31649 DIRECTFB_CFLAGS=$pkg_cv_DIRECTFB_CFLAGS
31650 DIRECTFB_LIBS=$pkg_cv_DIRECTFB_LIBS
31651 { echo "$as_me:$LINENO: result: yes" >&5
31652 echo "${ECHO_T}yes" >&6; }
31653
31654 wxUSE_UNIVERSAL="yes"
31655 TOOLKIT_INCLUDE="$DIRECTFB_CFLAGS"
31656 GUI_TK_LIBRARY="$DIRECTFB_LIBS"
31657 TOOLKIT=DFB
31658 GUIDIST=DFB_DIST
31659
31660 fi
31661 fi
31662
31663 if test "$wxUSE_MICROWIN" = 1; then
31664 { echo "$as_me:$LINENO: checking for MicroWindows" >&5
31665 echo $ECHO_N "checking for MicroWindows... $ECHO_C" >&6; }
31666 if test "x$MICROWINDOWS" = x ; then
31667 { echo "$as_me:$LINENO: result: not found" >&5
31668 echo "${ECHO_T}not found" >&6; }
31669 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&5
31670 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWINDOWS is set." >&2;}
31671 { (exit 1); exit 1; }; }
31672 else
31673 { echo "$as_me:$LINENO: result: $MICROWINDOWS" >&5
31674 echo "${ECHO_T}$MICROWINDOWS" >&6; }
31675 fi
31676
31677 if test -f $MICROWINDOWS/lib/libmwin.a; then
31678 { echo "$as_me:$LINENO: result: MicroWindows' libraries found." >&5
31679 echo "${ECHO_T}MicroWindows' libraries found." >&6; }
31680 else
31681 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows libraries, make sure they are compiled." >&5
31682 echo "$as_me: error: Cannot find MicroWindows libraries, make sure they are compiled." >&2;}
31683 { (exit 1); exit 1; }; }
31684 fi
31685
31686 TOOLKIT_INCLUDE="-I$MICROWINDOWS/include"
31687 GUI_TK_LIBRARY="-L$MICROWINDOWS/lib -lmwin -lmwengine -mwfonts -mwdrivers -mwinlib"
31688
31689 wxUSE_UNIVERSAL="yes"
31690
31691 AFMINSTALL=afminstall
31692 TOOLKIT=MICROWIN
31693 GUIDIST=MICROWIN_DIST
31694
31695 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMSW__ -D__WIN95__ -D__WIN32__ -DMWIN -DMICROWIN_NOCONTROLS -DMICROWIN_TODO=1"
31696 fi
31697
31698 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
31699 { echo "$as_me:$LINENO: checking for X" >&5
31700 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
31701
31702
31703 # Check whether --with-x was given.
31704 if test "${with_x+set}" = set; then
31705 withval=$with_x;
31706 fi
31707
31708 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
31709 if test "x$with_x" = xno; then
31710 # The user explicitly disabled X.
31711 have_x=disabled
31712 else
31713 case $x_includes,$x_libraries in #(
31714 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
31715 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
31716 { (exit 1); exit 1; }; };; #(
31717 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
31718 echo $ECHO_N "(cached) $ECHO_C" >&6
31719 else
31720 # One or both of the vars are not set, and there is no cached value.
31721 ac_x_includes=no ac_x_libraries=no
31722 rm -f -r conftest.dir
31723 if mkdir conftest.dir; then
31724 cd conftest.dir
31725 cat >Imakefile <<'_ACEOF'
31726 incroot:
31727 @echo incroot='${INCROOT}'
31728 usrlibdir:
31729 @echo usrlibdir='${USRLIBDIR}'
31730 libdir:
31731 @echo libdir='${LIBDIR}'
31732 _ACEOF
31733 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
31734 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
31735 for ac_var in incroot usrlibdir libdir; do
31736 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
31737 done
31738 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
31739 for ac_extension in a so sl; do
31740 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
31741 test -f "$ac_im_libdir/libX11.$ac_extension"; then
31742 ac_im_usrlibdir=$ac_im_libdir; break
31743 fi
31744 done
31745 # Screen out bogus values from the imake configuration. They are
31746 # bogus both because they are the default anyway, and because
31747 # using them would break gcc on systems where it needs fixed includes.
31748 case $ac_im_incroot in
31749 /usr/include) ac_x_includes= ;;
31750 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
31751 esac
31752 case $ac_im_usrlibdir in
31753 /usr/lib | /lib) ;;
31754 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
31755 esac
31756 fi
31757 cd ..
31758 rm -f -r conftest.dir
31759 fi
31760
31761 # Standard set of common directories for X headers.
31762 # Check X11 before X11Rn because it is often a symlink to the current release.
31763 ac_x_header_dirs='
31764 /usr/X11/include
31765 /usr/X11R6/include
31766 /usr/X11R5/include
31767 /usr/X11R4/include
31768
31769 /usr/include/X11
31770 /usr/include/X11R6
31771 /usr/include/X11R5
31772 /usr/include/X11R4
31773
31774 /usr/local/X11/include
31775 /usr/local/X11R6/include
31776 /usr/local/X11R5/include
31777 /usr/local/X11R4/include
31778
31779 /usr/local/include/X11
31780 /usr/local/include/X11R6
31781 /usr/local/include/X11R5
31782 /usr/local/include/X11R4
31783
31784 /usr/X386/include
31785 /usr/x386/include
31786 /usr/XFree86/include/X11
31787
31788 /usr/include
31789 /usr/local/include
31790 /usr/unsupported/include
31791 /usr/athena/include
31792 /usr/local/x11r5/include
31793 /usr/lpp/Xamples/include
31794
31795 /usr/openwin/include
31796 /usr/openwin/share/include'
31797
31798 if test "$ac_x_includes" = no; then
31799 # Guess where to find include files, by looking for Xlib.h.
31800 # First, try using that file with no special directory specified.
31801 cat >conftest.$ac_ext <<_ACEOF
31802 /* confdefs.h. */
31803 _ACEOF
31804 cat confdefs.h >>conftest.$ac_ext
31805 cat >>conftest.$ac_ext <<_ACEOF
31806 /* end confdefs.h. */
31807 #include <X11/Xlib.h>
31808 _ACEOF
31809 if { (ac_try="$ac_cpp conftest.$ac_ext"
31810 case "(($ac_try" in
31811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31812 *) ac_try_echo=$ac_try;;
31813 esac
31814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31815 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31816 ac_status=$?
31817 grep -v '^ *+' conftest.er1 >conftest.err
31818 rm -f conftest.er1
31819 cat conftest.err >&5
31820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31821 (exit $ac_status); } >/dev/null && {
31822 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31823 test ! -s conftest.err
31824 }; then
31825 # We can compile using X headers with no special include directory.
31826 ac_x_includes=
31827 else
31828 echo "$as_me: failed program was:" >&5
31829 sed 's/^/| /' conftest.$ac_ext >&5
31830
31831 for ac_dir in $ac_x_header_dirs; do
31832 if test -r "$ac_dir/X11/Xlib.h"; then
31833 ac_x_includes=$ac_dir
31834 break
31835 fi
31836 done
31837 fi
31838
31839 rm -f conftest.err conftest.$ac_ext
31840 fi # $ac_x_includes = no
31841
31842 if test "$ac_x_libraries" = no; then
31843 # Check for the libraries.
31844 # See if we find them without any special options.
31845 # Don't add to $LIBS permanently.
31846 ac_save_LIBS=$LIBS
31847 LIBS="-lX11 $LIBS"
31848 cat >conftest.$ac_ext <<_ACEOF
31849 /* confdefs.h. */
31850 _ACEOF
31851 cat confdefs.h >>conftest.$ac_ext
31852 cat >>conftest.$ac_ext <<_ACEOF
31853 /* end confdefs.h. */
31854 #include <X11/Xlib.h>
31855 int
31856 main ()
31857 {
31858 XrmInitialize ()
31859 ;
31860 return 0;
31861 }
31862 _ACEOF
31863 rm -f conftest.$ac_objext conftest$ac_exeext
31864 if { (ac_try="$ac_link"
31865 case "(($ac_try" in
31866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31867 *) ac_try_echo=$ac_try;;
31868 esac
31869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31870 (eval "$ac_link") 2>conftest.er1
31871 ac_status=$?
31872 grep -v '^ *+' conftest.er1 >conftest.err
31873 rm -f conftest.er1
31874 cat conftest.err >&5
31875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31876 (exit $ac_status); } && {
31877 test -z "$ac_c_werror_flag" ||
31878 test ! -s conftest.err
31879 } && test -s conftest$ac_exeext &&
31880 $as_test_x conftest$ac_exeext; then
31881 LIBS=$ac_save_LIBS
31882 # We can link X programs with no special library path.
31883 ac_x_libraries=
31884 else
31885 echo "$as_me: failed program was:" >&5
31886 sed 's/^/| /' conftest.$ac_ext >&5
31887
31888 LIBS=$ac_save_LIBS
31889 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
31890 do
31891 # Don't even attempt the hair of trying to link an X program!
31892 for ac_extension in a so sl; do
31893 if test -r "$ac_dir/libX11.$ac_extension"; then
31894 ac_x_libraries=$ac_dir
31895 break 2
31896 fi
31897 done
31898 done
31899 fi
31900
31901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31902 conftest$ac_exeext conftest.$ac_ext
31903 fi # $ac_x_libraries = no
31904
31905 case $ac_x_includes,$ac_x_libraries in #(
31906 no,* | *,no | *\'*)
31907 # Didn't find X, or a directory has "'" in its name.
31908 ac_cv_have_x="have_x=no";; #(
31909 *)
31910 # Record where we found X for the cache.
31911 ac_cv_have_x="have_x=yes\
31912 ac_x_includes='$ac_x_includes'\
31913 ac_x_libraries='$ac_x_libraries'"
31914 esac
31915 fi
31916 ;; #(
31917 *) have_x=yes;;
31918 esac
31919 eval "$ac_cv_have_x"
31920 fi # $with_x != no
31921
31922 if test "$have_x" != yes; then
31923 { echo "$as_me:$LINENO: result: $have_x" >&5
31924 echo "${ECHO_T}$have_x" >&6; }
31925 no_x=yes
31926 else
31927 # If each of the values was on the command line, it overrides each guess.
31928 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
31929 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
31930 # Update the cache value to reflect the command line values.
31931 ac_cv_have_x="have_x=yes\
31932 ac_x_includes='$x_includes'\
31933 ac_x_libraries='$x_libraries'"
31934 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
31935 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
31936 fi
31937
31938 if test "$no_x" = yes; then
31939 # Not all programs may use this symbol, but it does not hurt to define it.
31940
31941 cat >>confdefs.h <<\_ACEOF
31942 #define X_DISPLAY_MISSING 1
31943 _ACEOF
31944
31945 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
31946 else
31947 if test -n "$x_includes"; then
31948 X_CFLAGS="$X_CFLAGS -I$x_includes"
31949 fi
31950
31951 # It would also be nice to do this for all -L options, not just this one.
31952 if test -n "$x_libraries"; then
31953 X_LIBS="$X_LIBS -L$x_libraries"
31954 # For Solaris; some versions of Sun CC require a space after -R and
31955 # others require no space. Words are not sufficient . . . .
31956 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
31957 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
31958 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
31959 ac_xsave_c_werror_flag=$ac_c_werror_flag
31960 ac_c_werror_flag=yes
31961 cat >conftest.$ac_ext <<_ACEOF
31962 /* confdefs.h. */
31963 _ACEOF
31964 cat confdefs.h >>conftest.$ac_ext
31965 cat >>conftest.$ac_ext <<_ACEOF
31966 /* end confdefs.h. */
31967
31968 int
31969 main ()
31970 {
31971
31972 ;
31973 return 0;
31974 }
31975 _ACEOF
31976 rm -f conftest.$ac_objext conftest$ac_exeext
31977 if { (ac_try="$ac_link"
31978 case "(($ac_try" in
31979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31980 *) ac_try_echo=$ac_try;;
31981 esac
31982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31983 (eval "$ac_link") 2>conftest.er1
31984 ac_status=$?
31985 grep -v '^ *+' conftest.er1 >conftest.err
31986 rm -f conftest.er1
31987 cat conftest.err >&5
31988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31989 (exit $ac_status); } && {
31990 test -z "$ac_c_werror_flag" ||
31991 test ! -s conftest.err
31992 } && test -s conftest$ac_exeext &&
31993 $as_test_x conftest$ac_exeext; then
31994 { echo "$as_me:$LINENO: result: no" >&5
31995 echo "${ECHO_T}no" >&6; }
31996 X_LIBS="$X_LIBS -R$x_libraries"
31997 else
31998 echo "$as_me: failed program was:" >&5
31999 sed 's/^/| /' conftest.$ac_ext >&5
32000
32001 LIBS="$ac_xsave_LIBS -R $x_libraries"
32002 cat >conftest.$ac_ext <<_ACEOF
32003 /* confdefs.h. */
32004 _ACEOF
32005 cat confdefs.h >>conftest.$ac_ext
32006 cat >>conftest.$ac_ext <<_ACEOF
32007 /* end confdefs.h. */
32008
32009 int
32010 main ()
32011 {
32012
32013 ;
32014 return 0;
32015 }
32016 _ACEOF
32017 rm -f conftest.$ac_objext conftest$ac_exeext
32018 if { (ac_try="$ac_link"
32019 case "(($ac_try" in
32020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32021 *) ac_try_echo=$ac_try;;
32022 esac
32023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32024 (eval "$ac_link") 2>conftest.er1
32025 ac_status=$?
32026 grep -v '^ *+' conftest.er1 >conftest.err
32027 rm -f conftest.er1
32028 cat conftest.err >&5
32029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32030 (exit $ac_status); } && {
32031 test -z "$ac_c_werror_flag" ||
32032 test ! -s conftest.err
32033 } && test -s conftest$ac_exeext &&
32034 $as_test_x conftest$ac_exeext; then
32035 { echo "$as_me:$LINENO: result: yes" >&5
32036 echo "${ECHO_T}yes" >&6; }
32037 X_LIBS="$X_LIBS -R $x_libraries"
32038 else
32039 echo "$as_me: failed program was:" >&5
32040 sed 's/^/| /' conftest.$ac_ext >&5
32041
32042 { echo "$as_me:$LINENO: result: neither works" >&5
32043 echo "${ECHO_T}neither works" >&6; }
32044 fi
32045
32046 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32047 conftest$ac_exeext conftest.$ac_ext
32048 fi
32049
32050 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32051 conftest$ac_exeext conftest.$ac_ext
32052 ac_c_werror_flag=$ac_xsave_c_werror_flag
32053 LIBS=$ac_xsave_LIBS
32054 fi
32055
32056 # Check for system-dependent libraries X programs must link with.
32057 # Do this before checking for the system-independent R6 libraries
32058 # (-lICE), since we may need -lsocket or whatever for X linking.
32059
32060 if test "$ISC" = yes; then
32061 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
32062 else
32063 # Martyn Johnson says this is needed for Ultrix, if the X
32064 # libraries were built with DECnet support. And Karl Berry says
32065 # the Alpha needs dnet_stub (dnet does not exist).
32066 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
32067 cat >conftest.$ac_ext <<_ACEOF
32068 /* confdefs.h. */
32069 _ACEOF
32070 cat confdefs.h >>conftest.$ac_ext
32071 cat >>conftest.$ac_ext <<_ACEOF
32072 /* end confdefs.h. */
32073
32074 /* Override any GCC internal prototype to avoid an error.
32075 Use char because int might match the return type of a GCC
32076 builtin and then its argument prototype would still apply. */
32077 #ifdef __cplusplus
32078 extern "C"
32079 #endif
32080 char XOpenDisplay ();
32081 int
32082 main ()
32083 {
32084 return XOpenDisplay ();
32085 ;
32086 return 0;
32087 }
32088 _ACEOF
32089 rm -f conftest.$ac_objext conftest$ac_exeext
32090 if { (ac_try="$ac_link"
32091 case "(($ac_try" in
32092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32093 *) ac_try_echo=$ac_try;;
32094 esac
32095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32096 (eval "$ac_link") 2>conftest.er1
32097 ac_status=$?
32098 grep -v '^ *+' conftest.er1 >conftest.err
32099 rm -f conftest.er1
32100 cat conftest.err >&5
32101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32102 (exit $ac_status); } && {
32103 test -z "$ac_c_werror_flag" ||
32104 test ! -s conftest.err
32105 } && test -s conftest$ac_exeext &&
32106 $as_test_x conftest$ac_exeext; then
32107 :
32108 else
32109 echo "$as_me: failed program was:" >&5
32110 sed 's/^/| /' conftest.$ac_ext >&5
32111
32112 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
32113 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
32114 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
32115 echo $ECHO_N "(cached) $ECHO_C" >&6
32116 else
32117 ac_check_lib_save_LIBS=$LIBS
32118 LIBS="-ldnet $LIBS"
32119 cat >conftest.$ac_ext <<_ACEOF
32120 /* confdefs.h. */
32121 _ACEOF
32122 cat confdefs.h >>conftest.$ac_ext
32123 cat >>conftest.$ac_ext <<_ACEOF
32124 /* end confdefs.h. */
32125
32126 /* Override any GCC internal prototype to avoid an error.
32127 Use char because int might match the return type of a GCC
32128 builtin and then its argument prototype would still apply. */
32129 #ifdef __cplusplus
32130 extern "C"
32131 #endif
32132 char dnet_ntoa ();
32133 int
32134 main ()
32135 {
32136 return dnet_ntoa ();
32137 ;
32138 return 0;
32139 }
32140 _ACEOF
32141 rm -f conftest.$ac_objext conftest$ac_exeext
32142 if { (ac_try="$ac_link"
32143 case "(($ac_try" in
32144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32145 *) ac_try_echo=$ac_try;;
32146 esac
32147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32148 (eval "$ac_link") 2>conftest.er1
32149 ac_status=$?
32150 grep -v '^ *+' conftest.er1 >conftest.err
32151 rm -f conftest.er1
32152 cat conftest.err >&5
32153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32154 (exit $ac_status); } && {
32155 test -z "$ac_c_werror_flag" ||
32156 test ! -s conftest.err
32157 } && test -s conftest$ac_exeext &&
32158 $as_test_x conftest$ac_exeext; then
32159 ac_cv_lib_dnet_dnet_ntoa=yes
32160 else
32161 echo "$as_me: failed program was:" >&5
32162 sed 's/^/| /' conftest.$ac_ext >&5
32163
32164 ac_cv_lib_dnet_dnet_ntoa=no
32165 fi
32166
32167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32168 conftest$ac_exeext conftest.$ac_ext
32169 LIBS=$ac_check_lib_save_LIBS
32170 fi
32171 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
32172 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
32173 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
32174 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
32175 fi
32176
32177 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
32178 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
32179 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
32180 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
32181 echo $ECHO_N "(cached) $ECHO_C" >&6
32182 else
32183 ac_check_lib_save_LIBS=$LIBS
32184 LIBS="-ldnet_stub $LIBS"
32185 cat >conftest.$ac_ext <<_ACEOF
32186 /* confdefs.h. */
32187 _ACEOF
32188 cat confdefs.h >>conftest.$ac_ext
32189 cat >>conftest.$ac_ext <<_ACEOF
32190 /* end confdefs.h. */
32191
32192 /* Override any GCC internal prototype to avoid an error.
32193 Use char because int might match the return type of a GCC
32194 builtin and then its argument prototype would still apply. */
32195 #ifdef __cplusplus
32196 extern "C"
32197 #endif
32198 char dnet_ntoa ();
32199 int
32200 main ()
32201 {
32202 return dnet_ntoa ();
32203 ;
32204 return 0;
32205 }
32206 _ACEOF
32207 rm -f conftest.$ac_objext conftest$ac_exeext
32208 if { (ac_try="$ac_link"
32209 case "(($ac_try" in
32210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32211 *) ac_try_echo=$ac_try;;
32212 esac
32213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32214 (eval "$ac_link") 2>conftest.er1
32215 ac_status=$?
32216 grep -v '^ *+' conftest.er1 >conftest.err
32217 rm -f conftest.er1
32218 cat conftest.err >&5
32219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32220 (exit $ac_status); } && {
32221 test -z "$ac_c_werror_flag" ||
32222 test ! -s conftest.err
32223 } && test -s conftest$ac_exeext &&
32224 $as_test_x conftest$ac_exeext; then
32225 ac_cv_lib_dnet_stub_dnet_ntoa=yes
32226 else
32227 echo "$as_me: failed program was:" >&5
32228 sed 's/^/| /' conftest.$ac_ext >&5
32229
32230 ac_cv_lib_dnet_stub_dnet_ntoa=no
32231 fi
32232
32233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32234 conftest$ac_exeext conftest.$ac_ext
32235 LIBS=$ac_check_lib_save_LIBS
32236 fi
32237 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
32238 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
32239 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
32240 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
32241 fi
32242
32243 fi
32244 fi
32245
32246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32247 conftest$ac_exeext conftest.$ac_ext
32248 LIBS="$ac_xsave_LIBS"
32249
32250 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
32251 # to get the SysV transport functions.
32252 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
32253 # needs -lnsl.
32254 # The nsl library prevents programs from opening the X display
32255 # on Irix 5.2, according to T.E. Dickey.
32256 # The functions gethostbyname, getservbyname, and inet_addr are
32257 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
32258 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
32259 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
32260 if test "${ac_cv_func_gethostbyname+set}" = set; then
32261 echo $ECHO_N "(cached) $ECHO_C" >&6
32262 else
32263 cat >conftest.$ac_ext <<_ACEOF
32264 /* confdefs.h. */
32265 _ACEOF
32266 cat confdefs.h >>conftest.$ac_ext
32267 cat >>conftest.$ac_ext <<_ACEOF
32268 /* end confdefs.h. */
32269 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
32270 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32271 #define gethostbyname innocuous_gethostbyname
32272
32273 /* System header to define __stub macros and hopefully few prototypes,
32274 which can conflict with char gethostbyname (); below.
32275 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32276 <limits.h> exists even on freestanding compilers. */
32277
32278 #ifdef __STDC__
32279 # include <limits.h>
32280 #else
32281 # include <assert.h>
32282 #endif
32283
32284 #undef gethostbyname
32285
32286 /* Override any GCC internal prototype to avoid an error.
32287 Use char because int might match the return type of a GCC
32288 builtin and then its argument prototype would still apply. */
32289 #ifdef __cplusplus
32290 extern "C"
32291 #endif
32292 char gethostbyname ();
32293 /* The GNU C library defines this for functions which it implements
32294 to always fail with ENOSYS. Some functions are actually named
32295 something starting with __ and the normal name is an alias. */
32296 #if defined __stub_gethostbyname || defined __stub___gethostbyname
32297 choke me
32298 #endif
32299
32300 int
32301 main ()
32302 {
32303 return gethostbyname ();
32304 ;
32305 return 0;
32306 }
32307 _ACEOF
32308 rm -f conftest.$ac_objext conftest$ac_exeext
32309 if { (ac_try="$ac_link"
32310 case "(($ac_try" in
32311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32312 *) ac_try_echo=$ac_try;;
32313 esac
32314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32315 (eval "$ac_link") 2>conftest.er1
32316 ac_status=$?
32317 grep -v '^ *+' conftest.er1 >conftest.err
32318 rm -f conftest.er1
32319 cat conftest.err >&5
32320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32321 (exit $ac_status); } && {
32322 test -z "$ac_c_werror_flag" ||
32323 test ! -s conftest.err
32324 } && test -s conftest$ac_exeext &&
32325 $as_test_x conftest$ac_exeext; then
32326 ac_cv_func_gethostbyname=yes
32327 else
32328 echo "$as_me: failed program was:" >&5
32329 sed 's/^/| /' conftest.$ac_ext >&5
32330
32331 ac_cv_func_gethostbyname=no
32332 fi
32333
32334 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32335 conftest$ac_exeext conftest.$ac_ext
32336 fi
32337 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
32338 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
32339
32340 if test $ac_cv_func_gethostbyname = no; then
32341 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
32342 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
32343 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
32344 echo $ECHO_N "(cached) $ECHO_C" >&6
32345 else
32346 ac_check_lib_save_LIBS=$LIBS
32347 LIBS="-lnsl $LIBS"
32348 cat >conftest.$ac_ext <<_ACEOF
32349 /* confdefs.h. */
32350 _ACEOF
32351 cat confdefs.h >>conftest.$ac_ext
32352 cat >>conftest.$ac_ext <<_ACEOF
32353 /* end confdefs.h. */
32354
32355 /* Override any GCC internal prototype to avoid an error.
32356 Use char because int might match the return type of a GCC
32357 builtin and then its argument prototype would still apply. */
32358 #ifdef __cplusplus
32359 extern "C"
32360 #endif
32361 char gethostbyname ();
32362 int
32363 main ()
32364 {
32365 return gethostbyname ();
32366 ;
32367 return 0;
32368 }
32369 _ACEOF
32370 rm -f conftest.$ac_objext conftest$ac_exeext
32371 if { (ac_try="$ac_link"
32372 case "(($ac_try" in
32373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32374 *) ac_try_echo=$ac_try;;
32375 esac
32376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32377 (eval "$ac_link") 2>conftest.er1
32378 ac_status=$?
32379 grep -v '^ *+' conftest.er1 >conftest.err
32380 rm -f conftest.er1
32381 cat conftest.err >&5
32382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32383 (exit $ac_status); } && {
32384 test -z "$ac_c_werror_flag" ||
32385 test ! -s conftest.err
32386 } && test -s conftest$ac_exeext &&
32387 $as_test_x conftest$ac_exeext; then
32388 ac_cv_lib_nsl_gethostbyname=yes
32389 else
32390 echo "$as_me: failed program was:" >&5
32391 sed 's/^/| /' conftest.$ac_ext >&5
32392
32393 ac_cv_lib_nsl_gethostbyname=no
32394 fi
32395
32396 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32397 conftest$ac_exeext conftest.$ac_ext
32398 LIBS=$ac_check_lib_save_LIBS
32399 fi
32400 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
32401 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
32402 if test $ac_cv_lib_nsl_gethostbyname = yes; then
32403 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
32404 fi
32405
32406 if test $ac_cv_lib_nsl_gethostbyname = no; then
32407 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
32408 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
32409 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
32410 echo $ECHO_N "(cached) $ECHO_C" >&6
32411 else
32412 ac_check_lib_save_LIBS=$LIBS
32413 LIBS="-lbsd $LIBS"
32414 cat >conftest.$ac_ext <<_ACEOF
32415 /* confdefs.h. */
32416 _ACEOF
32417 cat confdefs.h >>conftest.$ac_ext
32418 cat >>conftest.$ac_ext <<_ACEOF
32419 /* end confdefs.h. */
32420
32421 /* Override any GCC internal prototype to avoid an error.
32422 Use char because int might match the return type of a GCC
32423 builtin and then its argument prototype would still apply. */
32424 #ifdef __cplusplus
32425 extern "C"
32426 #endif
32427 char gethostbyname ();
32428 int
32429 main ()
32430 {
32431 return gethostbyname ();
32432 ;
32433 return 0;
32434 }
32435 _ACEOF
32436 rm -f conftest.$ac_objext conftest$ac_exeext
32437 if { (ac_try="$ac_link"
32438 case "(($ac_try" in
32439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32440 *) ac_try_echo=$ac_try;;
32441 esac
32442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32443 (eval "$ac_link") 2>conftest.er1
32444 ac_status=$?
32445 grep -v '^ *+' conftest.er1 >conftest.err
32446 rm -f conftest.er1
32447 cat conftest.err >&5
32448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32449 (exit $ac_status); } && {
32450 test -z "$ac_c_werror_flag" ||
32451 test ! -s conftest.err
32452 } && test -s conftest$ac_exeext &&
32453 $as_test_x conftest$ac_exeext; then
32454 ac_cv_lib_bsd_gethostbyname=yes
32455 else
32456 echo "$as_me: failed program was:" >&5
32457 sed 's/^/| /' conftest.$ac_ext >&5
32458
32459 ac_cv_lib_bsd_gethostbyname=no
32460 fi
32461
32462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32463 conftest$ac_exeext conftest.$ac_ext
32464 LIBS=$ac_check_lib_save_LIBS
32465 fi
32466 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
32467 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
32468 if test $ac_cv_lib_bsd_gethostbyname = yes; then
32469 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
32470 fi
32471
32472 fi
32473 fi
32474
32475 # lieder@skyler.mavd.honeywell.com says without -lsocket,
32476 # socket/setsockopt and other routines are undefined under SCO ODT
32477 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
32478 # on later versions), says Simon Leinen: it contains gethostby*
32479 # variants that don't use the name server (or something). -lsocket
32480 # must be given before -lnsl if both are needed. We assume that
32481 # if connect needs -lnsl, so does gethostbyname.
32482 { echo "$as_me:$LINENO: checking for connect" >&5
32483 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
32484 if test "${ac_cv_func_connect+set}" = set; then
32485 echo $ECHO_N "(cached) $ECHO_C" >&6
32486 else
32487 cat >conftest.$ac_ext <<_ACEOF
32488 /* confdefs.h. */
32489 _ACEOF
32490 cat confdefs.h >>conftest.$ac_ext
32491 cat >>conftest.$ac_ext <<_ACEOF
32492 /* end confdefs.h. */
32493 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
32494 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32495 #define connect innocuous_connect
32496
32497 /* System header to define __stub macros and hopefully few prototypes,
32498 which can conflict with char connect (); below.
32499 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32500 <limits.h> exists even on freestanding compilers. */
32501
32502 #ifdef __STDC__
32503 # include <limits.h>
32504 #else
32505 # include <assert.h>
32506 #endif
32507
32508 #undef connect
32509
32510 /* Override any GCC internal prototype to avoid an error.
32511 Use char because int might match the return type of a GCC
32512 builtin and then its argument prototype would still apply. */
32513 #ifdef __cplusplus
32514 extern "C"
32515 #endif
32516 char connect ();
32517 /* The GNU C library defines this for functions which it implements
32518 to always fail with ENOSYS. Some functions are actually named
32519 something starting with __ and the normal name is an alias. */
32520 #if defined __stub_connect || defined __stub___connect
32521 choke me
32522 #endif
32523
32524 int
32525 main ()
32526 {
32527 return connect ();
32528 ;
32529 return 0;
32530 }
32531 _ACEOF
32532 rm -f conftest.$ac_objext conftest$ac_exeext
32533 if { (ac_try="$ac_link"
32534 case "(($ac_try" in
32535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32536 *) ac_try_echo=$ac_try;;
32537 esac
32538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32539 (eval "$ac_link") 2>conftest.er1
32540 ac_status=$?
32541 grep -v '^ *+' conftest.er1 >conftest.err
32542 rm -f conftest.er1
32543 cat conftest.err >&5
32544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32545 (exit $ac_status); } && {
32546 test -z "$ac_c_werror_flag" ||
32547 test ! -s conftest.err
32548 } && test -s conftest$ac_exeext &&
32549 $as_test_x conftest$ac_exeext; then
32550 ac_cv_func_connect=yes
32551 else
32552 echo "$as_me: failed program was:" >&5
32553 sed 's/^/| /' conftest.$ac_ext >&5
32554
32555 ac_cv_func_connect=no
32556 fi
32557
32558 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32559 conftest$ac_exeext conftest.$ac_ext
32560 fi
32561 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
32562 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
32563
32564 if test $ac_cv_func_connect = no; then
32565 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
32566 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
32567 if test "${ac_cv_lib_socket_connect+set}" = set; then
32568 echo $ECHO_N "(cached) $ECHO_C" >&6
32569 else
32570 ac_check_lib_save_LIBS=$LIBS
32571 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
32572 cat >conftest.$ac_ext <<_ACEOF
32573 /* confdefs.h. */
32574 _ACEOF
32575 cat confdefs.h >>conftest.$ac_ext
32576 cat >>conftest.$ac_ext <<_ACEOF
32577 /* end confdefs.h. */
32578
32579 /* Override any GCC internal prototype to avoid an error.
32580 Use char because int might match the return type of a GCC
32581 builtin and then its argument prototype would still apply. */
32582 #ifdef __cplusplus
32583 extern "C"
32584 #endif
32585 char connect ();
32586 int
32587 main ()
32588 {
32589 return connect ();
32590 ;
32591 return 0;
32592 }
32593 _ACEOF
32594 rm -f conftest.$ac_objext conftest$ac_exeext
32595 if { (ac_try="$ac_link"
32596 case "(($ac_try" in
32597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32598 *) ac_try_echo=$ac_try;;
32599 esac
32600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32601 (eval "$ac_link") 2>conftest.er1
32602 ac_status=$?
32603 grep -v '^ *+' conftest.er1 >conftest.err
32604 rm -f conftest.er1
32605 cat conftest.err >&5
32606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32607 (exit $ac_status); } && {
32608 test -z "$ac_c_werror_flag" ||
32609 test ! -s conftest.err
32610 } && test -s conftest$ac_exeext &&
32611 $as_test_x conftest$ac_exeext; then
32612 ac_cv_lib_socket_connect=yes
32613 else
32614 echo "$as_me: failed program was:" >&5
32615 sed 's/^/| /' conftest.$ac_ext >&5
32616
32617 ac_cv_lib_socket_connect=no
32618 fi
32619
32620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32621 conftest$ac_exeext conftest.$ac_ext
32622 LIBS=$ac_check_lib_save_LIBS
32623 fi
32624 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
32625 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
32626 if test $ac_cv_lib_socket_connect = yes; then
32627 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
32628 fi
32629
32630 fi
32631
32632 # Guillermo Gomez says -lposix is necessary on A/UX.
32633 { echo "$as_me:$LINENO: checking for remove" >&5
32634 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
32635 if test "${ac_cv_func_remove+set}" = set; then
32636 echo $ECHO_N "(cached) $ECHO_C" >&6
32637 else
32638 cat >conftest.$ac_ext <<_ACEOF
32639 /* confdefs.h. */
32640 _ACEOF
32641 cat confdefs.h >>conftest.$ac_ext
32642 cat >>conftest.$ac_ext <<_ACEOF
32643 /* end confdefs.h. */
32644 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
32645 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32646 #define remove innocuous_remove
32647
32648 /* System header to define __stub macros and hopefully few prototypes,
32649 which can conflict with char remove (); below.
32650 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32651 <limits.h> exists even on freestanding compilers. */
32652
32653 #ifdef __STDC__
32654 # include <limits.h>
32655 #else
32656 # include <assert.h>
32657 #endif
32658
32659 #undef remove
32660
32661 /* Override any GCC internal prototype to avoid an error.
32662 Use char because int might match the return type of a GCC
32663 builtin and then its argument prototype would still apply. */
32664 #ifdef __cplusplus
32665 extern "C"
32666 #endif
32667 char remove ();
32668 /* The GNU C library defines this for functions which it implements
32669 to always fail with ENOSYS. Some functions are actually named
32670 something starting with __ and the normal name is an alias. */
32671 #if defined __stub_remove || defined __stub___remove
32672 choke me
32673 #endif
32674
32675 int
32676 main ()
32677 {
32678 return remove ();
32679 ;
32680 return 0;
32681 }
32682 _ACEOF
32683 rm -f conftest.$ac_objext conftest$ac_exeext
32684 if { (ac_try="$ac_link"
32685 case "(($ac_try" in
32686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32687 *) ac_try_echo=$ac_try;;
32688 esac
32689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32690 (eval "$ac_link") 2>conftest.er1
32691 ac_status=$?
32692 grep -v '^ *+' conftest.er1 >conftest.err
32693 rm -f conftest.er1
32694 cat conftest.err >&5
32695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32696 (exit $ac_status); } && {
32697 test -z "$ac_c_werror_flag" ||
32698 test ! -s conftest.err
32699 } && test -s conftest$ac_exeext &&
32700 $as_test_x conftest$ac_exeext; then
32701 ac_cv_func_remove=yes
32702 else
32703 echo "$as_me: failed program was:" >&5
32704 sed 's/^/| /' conftest.$ac_ext >&5
32705
32706 ac_cv_func_remove=no
32707 fi
32708
32709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32710 conftest$ac_exeext conftest.$ac_ext
32711 fi
32712 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
32713 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
32714
32715 if test $ac_cv_func_remove = no; then
32716 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
32717 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
32718 if test "${ac_cv_lib_posix_remove+set}" = set; then
32719 echo $ECHO_N "(cached) $ECHO_C" >&6
32720 else
32721 ac_check_lib_save_LIBS=$LIBS
32722 LIBS="-lposix $LIBS"
32723 cat >conftest.$ac_ext <<_ACEOF
32724 /* confdefs.h. */
32725 _ACEOF
32726 cat confdefs.h >>conftest.$ac_ext
32727 cat >>conftest.$ac_ext <<_ACEOF
32728 /* end confdefs.h. */
32729
32730 /* Override any GCC internal prototype to avoid an error.
32731 Use char because int might match the return type of a GCC
32732 builtin and then its argument prototype would still apply. */
32733 #ifdef __cplusplus
32734 extern "C"
32735 #endif
32736 char remove ();
32737 int
32738 main ()
32739 {
32740 return remove ();
32741 ;
32742 return 0;
32743 }
32744 _ACEOF
32745 rm -f conftest.$ac_objext conftest$ac_exeext
32746 if { (ac_try="$ac_link"
32747 case "(($ac_try" in
32748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32749 *) ac_try_echo=$ac_try;;
32750 esac
32751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32752 (eval "$ac_link") 2>conftest.er1
32753 ac_status=$?
32754 grep -v '^ *+' conftest.er1 >conftest.err
32755 rm -f conftest.er1
32756 cat conftest.err >&5
32757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32758 (exit $ac_status); } && {
32759 test -z "$ac_c_werror_flag" ||
32760 test ! -s conftest.err
32761 } && test -s conftest$ac_exeext &&
32762 $as_test_x conftest$ac_exeext; then
32763 ac_cv_lib_posix_remove=yes
32764 else
32765 echo "$as_me: failed program was:" >&5
32766 sed 's/^/| /' conftest.$ac_ext >&5
32767
32768 ac_cv_lib_posix_remove=no
32769 fi
32770
32771 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32772 conftest$ac_exeext conftest.$ac_ext
32773 LIBS=$ac_check_lib_save_LIBS
32774 fi
32775 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
32776 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
32777 if test $ac_cv_lib_posix_remove = yes; then
32778 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
32779 fi
32780
32781 fi
32782
32783 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
32784 { echo "$as_me:$LINENO: checking for shmat" >&5
32785 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
32786 if test "${ac_cv_func_shmat+set}" = set; then
32787 echo $ECHO_N "(cached) $ECHO_C" >&6
32788 else
32789 cat >conftest.$ac_ext <<_ACEOF
32790 /* confdefs.h. */
32791 _ACEOF
32792 cat confdefs.h >>conftest.$ac_ext
32793 cat >>conftest.$ac_ext <<_ACEOF
32794 /* end confdefs.h. */
32795 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
32796 For example, HP-UX 11i <limits.h> declares gettimeofday. */
32797 #define shmat innocuous_shmat
32798
32799 /* System header to define __stub macros and hopefully few prototypes,
32800 which can conflict with char shmat (); below.
32801 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32802 <limits.h> exists even on freestanding compilers. */
32803
32804 #ifdef __STDC__
32805 # include <limits.h>
32806 #else
32807 # include <assert.h>
32808 #endif
32809
32810 #undef shmat
32811
32812 /* Override any GCC internal prototype to avoid an error.
32813 Use char because int might match the return type of a GCC
32814 builtin and then its argument prototype would still apply. */
32815 #ifdef __cplusplus
32816 extern "C"
32817 #endif
32818 char shmat ();
32819 /* The GNU C library defines this for functions which it implements
32820 to always fail with ENOSYS. Some functions are actually named
32821 something starting with __ and the normal name is an alias. */
32822 #if defined __stub_shmat || defined __stub___shmat
32823 choke me
32824 #endif
32825
32826 int
32827 main ()
32828 {
32829 return shmat ();
32830 ;
32831 return 0;
32832 }
32833 _ACEOF
32834 rm -f conftest.$ac_objext conftest$ac_exeext
32835 if { (ac_try="$ac_link"
32836 case "(($ac_try" in
32837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32838 *) ac_try_echo=$ac_try;;
32839 esac
32840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32841 (eval "$ac_link") 2>conftest.er1
32842 ac_status=$?
32843 grep -v '^ *+' conftest.er1 >conftest.err
32844 rm -f conftest.er1
32845 cat conftest.err >&5
32846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32847 (exit $ac_status); } && {
32848 test -z "$ac_c_werror_flag" ||
32849 test ! -s conftest.err
32850 } && test -s conftest$ac_exeext &&
32851 $as_test_x conftest$ac_exeext; then
32852 ac_cv_func_shmat=yes
32853 else
32854 echo "$as_me: failed program was:" >&5
32855 sed 's/^/| /' conftest.$ac_ext >&5
32856
32857 ac_cv_func_shmat=no
32858 fi
32859
32860 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32861 conftest$ac_exeext conftest.$ac_ext
32862 fi
32863 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
32864 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
32865
32866 if test $ac_cv_func_shmat = no; then
32867 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
32868 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
32869 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
32870 echo $ECHO_N "(cached) $ECHO_C" >&6
32871 else
32872 ac_check_lib_save_LIBS=$LIBS
32873 LIBS="-lipc $LIBS"
32874 cat >conftest.$ac_ext <<_ACEOF
32875 /* confdefs.h. */
32876 _ACEOF
32877 cat confdefs.h >>conftest.$ac_ext
32878 cat >>conftest.$ac_ext <<_ACEOF
32879 /* end confdefs.h. */
32880
32881 /* Override any GCC internal prototype to avoid an error.
32882 Use char because int might match the return type of a GCC
32883 builtin and then its argument prototype would still apply. */
32884 #ifdef __cplusplus
32885 extern "C"
32886 #endif
32887 char shmat ();
32888 int
32889 main ()
32890 {
32891 return shmat ();
32892 ;
32893 return 0;
32894 }
32895 _ACEOF
32896 rm -f conftest.$ac_objext conftest$ac_exeext
32897 if { (ac_try="$ac_link"
32898 case "(($ac_try" in
32899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32900 *) ac_try_echo=$ac_try;;
32901 esac
32902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32903 (eval "$ac_link") 2>conftest.er1
32904 ac_status=$?
32905 grep -v '^ *+' conftest.er1 >conftest.err
32906 rm -f conftest.er1
32907 cat conftest.err >&5
32908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32909 (exit $ac_status); } && {
32910 test -z "$ac_c_werror_flag" ||
32911 test ! -s conftest.err
32912 } && test -s conftest$ac_exeext &&
32913 $as_test_x conftest$ac_exeext; then
32914 ac_cv_lib_ipc_shmat=yes
32915 else
32916 echo "$as_me: failed program was:" >&5
32917 sed 's/^/| /' conftest.$ac_ext >&5
32918
32919 ac_cv_lib_ipc_shmat=no
32920 fi
32921
32922 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32923 conftest$ac_exeext conftest.$ac_ext
32924 LIBS=$ac_check_lib_save_LIBS
32925 fi
32926 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
32927 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
32928 if test $ac_cv_lib_ipc_shmat = yes; then
32929 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
32930 fi
32931
32932 fi
32933 fi
32934
32935 # Check for libraries that X11R6 Xt/Xaw programs need.
32936 ac_save_LDFLAGS=$LDFLAGS
32937 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
32938 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
32939 # check for ICE first), but we must link in the order -lSM -lICE or
32940 # we get undefined symbols. So assume we have SM if we have ICE.
32941 # These have to be linked with before -lX11, unlike the other
32942 # libraries we check for below, so use a different variable.
32943 # John Interrante, Karl Berry
32944 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
32945 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
32946 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
32947 echo $ECHO_N "(cached) $ECHO_C" >&6
32948 else
32949 ac_check_lib_save_LIBS=$LIBS
32950 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
32951 cat >conftest.$ac_ext <<_ACEOF
32952 /* confdefs.h. */
32953 _ACEOF
32954 cat confdefs.h >>conftest.$ac_ext
32955 cat >>conftest.$ac_ext <<_ACEOF
32956 /* end confdefs.h. */
32957
32958 /* Override any GCC internal prototype to avoid an error.
32959 Use char because int might match the return type of a GCC
32960 builtin and then its argument prototype would still apply. */
32961 #ifdef __cplusplus
32962 extern "C"
32963 #endif
32964 char IceConnectionNumber ();
32965 int
32966 main ()
32967 {
32968 return IceConnectionNumber ();
32969 ;
32970 return 0;
32971 }
32972 _ACEOF
32973 rm -f conftest.$ac_objext conftest$ac_exeext
32974 if { (ac_try="$ac_link"
32975 case "(($ac_try" in
32976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32977 *) ac_try_echo=$ac_try;;
32978 esac
32979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
32980 (eval "$ac_link") 2>conftest.er1
32981 ac_status=$?
32982 grep -v '^ *+' conftest.er1 >conftest.err
32983 rm -f conftest.er1
32984 cat conftest.err >&5
32985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32986 (exit $ac_status); } && {
32987 test -z "$ac_c_werror_flag" ||
32988 test ! -s conftest.err
32989 } && test -s conftest$ac_exeext &&
32990 $as_test_x conftest$ac_exeext; then
32991 ac_cv_lib_ICE_IceConnectionNumber=yes
32992 else
32993 echo "$as_me: failed program was:" >&5
32994 sed 's/^/| /' conftest.$ac_ext >&5
32995
32996 ac_cv_lib_ICE_IceConnectionNumber=no
32997 fi
32998
32999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33000 conftest$ac_exeext conftest.$ac_ext
33001 LIBS=$ac_check_lib_save_LIBS
33002 fi
33003 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
33004 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
33005 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
33006 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
33007 fi
33008
33009 LDFLAGS=$ac_save_LDFLAGS
33010
33011 fi
33012
33013
33014 if test "$no_x" = "yes"; then
33015 { { echo "$as_me:$LINENO: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&5
33016 echo "$as_me: error: X11 not found, please use --x-includes and/or --x-libraries options (see config.log for details)" >&2;}
33017 { (exit 1); exit 1; }; }
33018 fi
33019
33020 GUI_TK_LIBRARY=`echo $X_LIBS | sed 's/ -LNONE//' | sed 's/ -RNONE//'`
33021 TOOLKIT_INCLUDE=`echo $X_CFLAGS | sed 's/ -INONE//'`
33022 AFMINSTALL=afminstall
33023 COMPILED_X_PROGRAM=0
33024
33025 fi
33026
33027 if test "$wxUSE_X11" = 1; then
33028 if test "$wxUSE_NANOX" = "yes"; then
33029 { echo "$as_me:$LINENO: checking for MicroWindows/NanoX distribution" >&5
33030 echo $ECHO_N "checking for MicroWindows/NanoX distribution... $ECHO_C" >&6; }
33031 if test "x$MICROWIN" = x ; then
33032 { echo "$as_me:$LINENO: result: not found" >&5
33033 echo "${ECHO_T}not found" >&6; }
33034 { { echo "$as_me:$LINENO: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&5
33035 echo "$as_me: error: Cannot find MicroWindows library. Make sure MICROWIN is set." >&2;}
33036 { (exit 1); exit 1; }; }
33037 else
33038 { echo "$as_me:$LINENO: result: $MICROWIN" >&5
33039 echo "${ECHO_T}$MICROWIN" >&6; }
33040 cat >>confdefs.h <<\_ACEOF
33041 #define wxUSE_NANOX 1
33042 _ACEOF
33043
33044 fi
33045 fi
33046
33047 if test "$wxUSE_UNICODE" = "yes"; then
33048
33049
33050 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
33051 if test -n "$ac_tool_prefix"; then
33052 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
33053 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
33054 { echo "$as_me:$LINENO: checking for $ac_word" >&5
33055 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
33056 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
33057 echo $ECHO_N "(cached) $ECHO_C" >&6
33058 else
33059 case $PKG_CONFIG in
33060 [\\/]* | ?:[\\/]*)
33061 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
33062 ;;
33063 *)
33064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33065 for as_dir in $PATH
33066 do
33067 IFS=$as_save_IFS
33068 test -z "$as_dir" && as_dir=.
33069 for ac_exec_ext in '' $ac_executable_extensions; do
33070 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33071 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
33072 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33073 break 2
33074 fi
33075 done
33076 done
33077 IFS=$as_save_IFS
33078
33079 ;;
33080 esac
33081 fi
33082 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
33083 if test -n "$PKG_CONFIG"; then
33084 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
33085 echo "${ECHO_T}$PKG_CONFIG" >&6; }
33086 else
33087 { echo "$as_me:$LINENO: result: no" >&5
33088 echo "${ECHO_T}no" >&6; }
33089 fi
33090
33091
33092 fi
33093 if test -z "$ac_cv_path_PKG_CONFIG"; then
33094 ac_pt_PKG_CONFIG=$PKG_CONFIG
33095 # Extract the first word of "pkg-config", so it can be a program name with args.
33096 set dummy pkg-config; ac_word=$2
33097 { echo "$as_me:$LINENO: checking for $ac_word" >&5
33098 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
33099 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
33100 echo $ECHO_N "(cached) $ECHO_C" >&6
33101 else
33102 case $ac_pt_PKG_CONFIG in
33103 [\\/]* | ?:[\\/]*)
33104 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
33105 ;;
33106 *)
33107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
33108 for as_dir in $PATH
33109 do
33110 IFS=$as_save_IFS
33111 test -z "$as_dir" && as_dir=.
33112 for ac_exec_ext in '' $ac_executable_extensions; do
33113 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
33114 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
33115 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33116 break 2
33117 fi
33118 done
33119 done
33120 IFS=$as_save_IFS
33121
33122 ;;
33123 esac
33124 fi
33125 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
33126 if test -n "$ac_pt_PKG_CONFIG"; then
33127 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
33128 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
33129 else
33130 { echo "$as_me:$LINENO: result: no" >&5
33131 echo "${ECHO_T}no" >&6; }
33132 fi
33133
33134 if test "x$ac_pt_PKG_CONFIG" = x; then
33135 PKG_CONFIG=""
33136 else
33137 case $cross_compiling:$ac_tool_warned in
33138 yes:)
33139 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
33140 whose name does not start with the host triplet. If you think this
33141 configuration is useful to you, please write to autoconf@gnu.org." >&5
33142 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
33143 whose name does not start with the host triplet. If you think this
33144 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
33145 ac_tool_warned=yes ;;
33146 esac
33147 PKG_CONFIG=$ac_pt_PKG_CONFIG
33148 fi
33149 else
33150 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
33151 fi
33152
33153 fi
33154 if test -n "$PKG_CONFIG"; then
33155 _pkg_min_version=0.9.0
33156 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
33157 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
33158 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
33159 { echo "$as_me:$LINENO: result: yes" >&5
33160 echo "${ECHO_T}yes" >&6; }
33161 else
33162 { echo "$as_me:$LINENO: result: no" >&5
33163 echo "${ECHO_T}no" >&6; }
33164 PKG_CONFIG=""
33165 fi
33166
33167 fi
33168
33169
33170 pkg_failed=no
33171 { echo "$as_me:$LINENO: checking for PANGOX" >&5
33172 echo $ECHO_N "checking for PANGOX... $ECHO_C" >&6; }
33173
33174 if test -n "$PKG_CONFIG"; then
33175 if test -n "$PANGOX_CFLAGS"; then
33176 pkg_cv_PANGOX_CFLAGS="$PANGOX_CFLAGS"
33177 else
33178 if test -n "$PKG_CONFIG" && \
33179 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
33180 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
33181 ac_status=$?
33182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33183 (exit $ac_status); }; then
33184 pkg_cv_PANGOX_CFLAGS=`$PKG_CONFIG --cflags "pangox" 2>/dev/null`
33185 else
33186 pkg_failed=yes
33187 fi
33188 fi
33189 else
33190 pkg_failed=untried
33191 fi
33192 if test -n "$PKG_CONFIG"; then
33193 if test -n "$PANGOX_LIBS"; then
33194 pkg_cv_PANGOX_LIBS="$PANGOX_LIBS"
33195 else
33196 if test -n "$PKG_CONFIG" && \
33197 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangox\"") >&5
33198 ($PKG_CONFIG --exists --print-errors "pangox") 2>&5
33199 ac_status=$?
33200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33201 (exit $ac_status); }; then
33202 pkg_cv_PANGOX_LIBS=`$PKG_CONFIG --libs "pangox" 2>/dev/null`
33203 else
33204 pkg_failed=yes
33205 fi
33206 fi
33207 else
33208 pkg_failed=untried
33209 fi
33210
33211
33212
33213 if test $pkg_failed = yes; then
33214
33215 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
33216 _pkg_short_errors_supported=yes
33217 else
33218 _pkg_short_errors_supported=no
33219 fi
33220 if test $_pkg_short_errors_supported = yes; then
33221 PANGOX_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangox"`
33222 else
33223 PANGOX_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangox"`
33224 fi
33225 # Put the nasty error message in config.log where it belongs
33226 echo "$PANGOX_PKG_ERRORS" >&5
33227
33228
33229 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
33230 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
33231 { (exit 1); exit 1; }; }
33232
33233
33234 elif test $pkg_failed = untried; then
33235
33236 { { echo "$as_me:$LINENO: error: pangox library not found, library cannot be compiled in Unicode mode" >&5
33237 echo "$as_me: error: pangox library not found, library cannot be compiled in Unicode mode" >&2;}
33238 { (exit 1); exit 1; }; }
33239
33240
33241 else
33242 PANGOX_CFLAGS=$pkg_cv_PANGOX_CFLAGS
33243 PANGOX_LIBS=$pkg_cv_PANGOX_LIBS
33244 { echo "$as_me:$LINENO: result: yes" >&5
33245 echo "${ECHO_T}yes" >&6; }
33246
33247 CFLAGS="$PANGOX_CFLAGS $CFLAGS"
33248 CXXFLAGS="$PANGOX_CFLAGS $CXXFLAGS"
33249 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOX_LIBS"
33250
33251 fi
33252
33253 pkg_failed=no
33254 { echo "$as_me:$LINENO: checking for PANGOFT2" >&5
33255 echo $ECHO_N "checking for PANGOFT2... $ECHO_C" >&6; }
33256
33257 if test -n "$PKG_CONFIG"; then
33258 if test -n "$PANGOFT2_CFLAGS"; then
33259 pkg_cv_PANGOFT2_CFLAGS="$PANGOFT2_CFLAGS"
33260 else
33261 if test -n "$PKG_CONFIG" && \
33262 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
33263 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
33264 ac_status=$?
33265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33266 (exit $ac_status); }; then
33267 pkg_cv_PANGOFT2_CFLAGS=`$PKG_CONFIG --cflags "pangoft2" 2>/dev/null`
33268 else
33269 pkg_failed=yes
33270 fi
33271 fi
33272 else
33273 pkg_failed=untried
33274 fi
33275 if test -n "$PKG_CONFIG"; then
33276 if test -n "$PANGOFT2_LIBS"; then
33277 pkg_cv_PANGOFT2_LIBS="$PANGOFT2_LIBS"
33278 else
33279 if test -n "$PKG_CONFIG" && \
33280 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoft2\"") >&5
33281 ($PKG_CONFIG --exists --print-errors "pangoft2") 2>&5
33282 ac_status=$?
33283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33284 (exit $ac_status); }; then
33285 pkg_cv_PANGOFT2_LIBS=`$PKG_CONFIG --libs "pangoft2" 2>/dev/null`
33286 else
33287 pkg_failed=yes
33288 fi
33289 fi
33290 else
33291 pkg_failed=untried
33292 fi
33293
33294
33295
33296 if test $pkg_failed = yes; then
33297
33298 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
33299 _pkg_short_errors_supported=yes
33300 else
33301 _pkg_short_errors_supported=no
33302 fi
33303 if test $_pkg_short_errors_supported = yes; then
33304 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoft2"`
33305 else
33306 PANGOFT2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
33307 fi
33308 # Put the nasty error message in config.log where it belongs
33309 echo "$PANGOFT2_PKG_ERRORS" >&5
33310
33311
33312 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
33313 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
33314 wxUSE_PRINTING_ARCHITECTURE="no"
33315
33316
33317 elif test $pkg_failed = untried; then
33318
33319 { echo "$as_me:$LINENO: WARNING: pangoft2 library not found, library will be compiled without printing support" >&5
33320 echo "$as_me: WARNING: pangoft2 library not found, library will be compiled without printing support" >&2;}
33321 wxUSE_PRINTING_ARCHITECTURE="no"
33322
33323
33324 else
33325 PANGOFT2_CFLAGS=$pkg_cv_PANGOFT2_CFLAGS
33326 PANGOFT2_LIBS=$pkg_cv_PANGOFT2_LIBS
33327 { echo "$as_me:$LINENO: result: yes" >&5
33328 echo "${ECHO_T}yes" >&6; }
33329
33330 CFLAGS="$PANGOFT2_CFLAGS $CFLAGS"
33331 CXXFLAGS="$PANGOFT2_CFLAGS $CXXFLAGS"
33332 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOFT2_LIBS"
33333
33334 fi
33335
33336 pkg_failed=no
33337 { echo "$as_me:$LINENO: checking for PANGOXFT" >&5
33338 echo $ECHO_N "checking for PANGOXFT... $ECHO_C" >&6; }
33339
33340 if test -n "$PKG_CONFIG"; then
33341 if test -n "$PANGOXFT_CFLAGS"; then
33342 pkg_cv_PANGOXFT_CFLAGS="$PANGOXFT_CFLAGS"
33343 else
33344 if test -n "$PKG_CONFIG" && \
33345 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
33346 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
33347 ac_status=$?
33348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33349 (exit $ac_status); }; then
33350 pkg_cv_PANGOXFT_CFLAGS=`$PKG_CONFIG --cflags "pangoxft" 2>/dev/null`
33351 else
33352 pkg_failed=yes
33353 fi
33354 fi
33355 else
33356 pkg_failed=untried
33357 fi
33358 if test -n "$PKG_CONFIG"; then
33359 if test -n "$PANGOXFT_LIBS"; then
33360 pkg_cv_PANGOXFT_LIBS="$PANGOXFT_LIBS"
33361 else
33362 if test -n "$PKG_CONFIG" && \
33363 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"pangoxft\"") >&5
33364 ($PKG_CONFIG --exists --print-errors "pangoxft") 2>&5
33365 ac_status=$?
33366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33367 (exit $ac_status); }; then
33368 pkg_cv_PANGOXFT_LIBS=`$PKG_CONFIG --libs "pangoxft" 2>/dev/null`
33369 else
33370 pkg_failed=yes
33371 fi
33372 fi
33373 else
33374 pkg_failed=untried
33375 fi
33376
33377
33378
33379 if test $pkg_failed = yes; then
33380
33381 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
33382 _pkg_short_errors_supported=yes
33383 else
33384 _pkg_short_errors_supported=no
33385 fi
33386 if test $_pkg_short_errors_supported = yes; then
33387 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "pangoxft"`
33388 else
33389 PANGOXFT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoxft"`
33390 fi
33391 # Put the nasty error message in config.log where it belongs
33392 echo "$PANGOXFT_PKG_ERRORS" >&5
33393
33394
33395 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
33396 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
33397
33398
33399 elif test $pkg_failed = untried; then
33400
33401 { echo "$as_me:$LINENO: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&5
33402 echo "$as_me: WARNING: pangoxft library not found, library will be compiled without anti-aliasing support" >&2;}
33403
33404
33405 else
33406 PANGOXFT_CFLAGS=$pkg_cv_PANGOXFT_CFLAGS
33407 PANGOXFT_LIBS=$pkg_cv_PANGOXFT_LIBS
33408 { echo "$as_me:$LINENO: result: yes" >&5
33409 echo "${ECHO_T}yes" >&6; }
33410
33411 cat >>confdefs.h <<\_ACEOF
33412 #define HAVE_PANGO_XFT 1
33413 _ACEOF
33414
33415 CFLAGS="$PANGOXFT_CFLAGS $CFLAGS"
33416 CXXFLAGS="$PANGOXFT_CFLAGS $CXXFLAGS"
33417 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $PANGOXFT_LIBS"
33418
33419 fi
33420 save_LIBS="$LIBS"
33421 LIBS="$LIBS $PANGOX_LIBS"
33422
33423 for ac_func in pango_font_family_is_monospace
33424 do
33425 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
33426 { echo "$as_me:$LINENO: checking for $ac_func" >&5
33427 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
33428 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
33429 echo $ECHO_N "(cached) $ECHO_C" >&6
33430 else
33431 cat >conftest.$ac_ext <<_ACEOF
33432 /* confdefs.h. */
33433 _ACEOF
33434 cat confdefs.h >>conftest.$ac_ext
33435 cat >>conftest.$ac_ext <<_ACEOF
33436 /* end confdefs.h. */
33437 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
33438 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33439 #define $ac_func innocuous_$ac_func
33440
33441 /* System header to define __stub macros and hopefully few prototypes,
33442 which can conflict with char $ac_func (); below.
33443 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33444 <limits.h> exists even on freestanding compilers. */
33445
33446 #ifdef __STDC__
33447 # include <limits.h>
33448 #else
33449 # include <assert.h>
33450 #endif
33451
33452 #undef $ac_func
33453
33454 /* Override any GCC internal prototype to avoid an error.
33455 Use char because int might match the return type of a GCC
33456 builtin and then its argument prototype would still apply. */
33457 #ifdef __cplusplus
33458 extern "C"
33459 #endif
33460 char $ac_func ();
33461 /* The GNU C library defines this for functions which it implements
33462 to always fail with ENOSYS. Some functions are actually named
33463 something starting with __ and the normal name is an alias. */
33464 #if defined __stub_$ac_func || defined __stub___$ac_func
33465 choke me
33466 #endif
33467
33468 int
33469 main ()
33470 {
33471 return $ac_func ();
33472 ;
33473 return 0;
33474 }
33475 _ACEOF
33476 rm -f conftest.$ac_objext conftest$ac_exeext
33477 if { (ac_try="$ac_link"
33478 case "(($ac_try" in
33479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33480 *) ac_try_echo=$ac_try;;
33481 esac
33482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33483 (eval "$ac_link") 2>conftest.er1
33484 ac_status=$?
33485 grep -v '^ *+' conftest.er1 >conftest.err
33486 rm -f conftest.er1
33487 cat conftest.err >&5
33488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33489 (exit $ac_status); } && {
33490 test -z "$ac_c_werror_flag" ||
33491 test ! -s conftest.err
33492 } && test -s conftest$ac_exeext &&
33493 $as_test_x conftest$ac_exeext; then
33494 eval "$as_ac_var=yes"
33495 else
33496 echo "$as_me: failed program was:" >&5
33497 sed 's/^/| /' conftest.$ac_ext >&5
33498
33499 eval "$as_ac_var=no"
33500 fi
33501
33502 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33503 conftest$ac_exeext conftest.$ac_ext
33504 fi
33505 ac_res=`eval echo '${'$as_ac_var'}'`
33506 { echo "$as_me:$LINENO: result: $ac_res" >&5
33507 echo "${ECHO_T}$ac_res" >&6; }
33508 if test `eval echo '${'$as_ac_var'}'` = yes; then
33509 cat >>confdefs.h <<_ACEOF
33510 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
33511 _ACEOF
33512
33513 fi
33514 done
33515
33516 LIBS="$save_LIBS"
33517 fi
33518
33519 wxUSE_UNIVERSAL="yes"
33520
33521 if test "$wxUSE_NANOX" = "yes"; then
33522 TOOLKIT_INCLUDE="-I\$(top_srcdir)/include/wx/x11/nanox -I\$(MICROWIN)/src/include $TOOLKIT_INCLUDE"
33523 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"
33524 GUI_TK_LIBRARY="$GUI_TK_LIBRARY \$(MICROWIN)/src/lib/libnano-X.a"
33525 else
33526 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11"
33527 fi
33528
33529 TOOLKIT=X11
33530 GUIDIST=X11_DIST
33531 fi
33532
33533 if test "$wxUSE_MOTIF" = 1; then
33534 { echo "$as_me:$LINENO: checking for Motif/Lesstif headers" >&5
33535 echo $ECHO_N "checking for Motif/Lesstif headers... $ECHO_C" >&6; }
33536
33537 ac_find_includes=
33538 for ac_dir in $SEARCH_INCLUDE /usr/include
33539 do
33540 if test -f "$ac_dir/Xm/Xm.h"; then
33541 ac_find_includes=$ac_dir
33542 break
33543 fi
33544 done
33545
33546 if test "$ac_find_includes" != "" ; then
33547 { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
33548 echo "${ECHO_T}found in $ac_find_includes" >&6; }
33549
33550 if test "x$ac_find_includes" = "x/usr/include"; then
33551 ac_path_to_include=""
33552 else
33553 echo "$TOOLKIT_INCLUDE" | grep "\-I$ac_find_includes" > /dev/null
33554 result=$?
33555 if test $result = 0; then
33556 ac_path_to_include=""
33557 else
33558 ac_path_to_include=" -I$ac_find_includes"
33559 fi
33560 fi
33561
33562 TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE$ac_path_to_include"
33563 else
33564 save_CFLAGS=$CFLAGS
33565 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
33566
33567 cat >conftest.$ac_ext <<_ACEOF
33568 /* confdefs.h. */
33569 _ACEOF
33570 cat confdefs.h >>conftest.$ac_ext
33571 cat >>conftest.$ac_ext <<_ACEOF
33572 /* end confdefs.h. */
33573
33574 #include <Xm/Xm.h>
33575
33576 int
33577 main ()
33578 {
33579
33580 int version;
33581 version = xmUseVersion;
33582
33583 ;
33584 return 0;
33585 }
33586 _ACEOF
33587 rm -f conftest.$ac_objext
33588 if { (ac_try="$ac_compile"
33589 case "(($ac_try" in
33590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33591 *) ac_try_echo=$ac_try;;
33592 esac
33593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33594 (eval "$ac_compile") 2>conftest.er1
33595 ac_status=$?
33596 grep -v '^ *+' conftest.er1 >conftest.err
33597 rm -f conftest.er1
33598 cat conftest.err >&5
33599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33600 (exit $ac_status); } && {
33601 test -z "$ac_c_werror_flag" ||
33602 test ! -s conftest.err
33603 } && test -s conftest.$ac_objext; then
33604
33605 { echo "$as_me:$LINENO: result: found in default search path" >&5
33606 echo "${ECHO_T}found in default search path" >&6; }
33607 COMPILED_X_PROGRAM=1
33608
33609 else
33610 echo "$as_me: failed program was:" >&5
33611 sed 's/^/| /' conftest.$ac_ext >&5
33612
33613
33614 { echo "$as_me:$LINENO: result: no" >&5
33615 echo "${ECHO_T}no" >&6; }
33616 { { echo "$as_me:$LINENO: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&5
33617 echo "$as_me: error: please set CPPFLAGS to contain the location of Xm/Xm.h" >&2;}
33618 { (exit 1); exit 1; }; }
33619
33620
33621 fi
33622
33623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33624
33625 CFLAGS=$save_CFLAGS
33626 fi
33627
33628
33629 { echo "$as_me:$LINENO: checking for Motif/Lesstif library" >&5
33630 echo $ECHO_N "checking for Motif/Lesstif library... $ECHO_C" >&6; }
33631
33632 ac_find_libraries=
33633 for ac_dir in $SEARCH_LIB
33634 do
33635 for ac_extension in a so sl dylib dll.a; do
33636 if test -f "$ac_dir/libXm.$ac_extension"; then
33637 ac_find_libraries=$ac_dir
33638 break 2
33639 fi
33640 done
33641 done
33642
33643
33644 if test "x$ac_find_libraries" != "x" ; then
33645 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
33646 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
33647
33648
33649 if test "$ac_find_libraries" = "default location"; then
33650 ac_path_to_link=""
33651 else
33652 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
33653 result=$?
33654 if test $result = 0; then
33655 ac_path_to_link=""
33656 else
33657 ac_path_to_link=" -L$ac_find_libraries"
33658 fi
33659 fi
33660
33661 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
33662 else
33663 save_CFLAGS=$CFLAGS
33664 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
33665 save_LIBS="$LIBS"
33666 LIBS="$GUI_TK_LIBRARY -lXm -lXmu -lXext -lX11"
33667
33668 cat >conftest.$ac_ext <<_ACEOF
33669 /* confdefs.h. */
33670 _ACEOF
33671 cat confdefs.h >>conftest.$ac_ext
33672 cat >>conftest.$ac_ext <<_ACEOF
33673 /* end confdefs.h. */
33674
33675 #include <Xm/Xm.h>
33676
33677 int
33678 main ()
33679 {
33680
33681 int version;
33682 version = xmUseVersion;
33683
33684 ;
33685 return 0;
33686 }
33687 _ACEOF
33688 rm -f conftest.$ac_objext conftest$ac_exeext
33689 if { (ac_try="$ac_link"
33690 case "(($ac_try" in
33691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33692 *) ac_try_echo=$ac_try;;
33693 esac
33694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33695 (eval "$ac_link") 2>conftest.er1
33696 ac_status=$?
33697 grep -v '^ *+' conftest.er1 >conftest.err
33698 rm -f conftest.er1
33699 cat conftest.err >&5
33700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33701 (exit $ac_status); } && {
33702 test -z "$ac_c_werror_flag" ||
33703 test ! -s conftest.err
33704 } && test -s conftest$ac_exeext &&
33705 $as_test_x conftest$ac_exeext; then
33706
33707 { echo "$as_me:$LINENO: result: found in default search path" >&5
33708 echo "${ECHO_T}found in default search path" >&6; }
33709 COMPILED_X_PROGRAM=1
33710
33711 else
33712 echo "$as_me: failed program was:" >&5
33713 sed 's/^/| /' conftest.$ac_ext >&5
33714
33715
33716 { echo "$as_me:$LINENO: result: no" >&5
33717 echo "${ECHO_T}no" >&6; }
33718 { { echo "$as_me:$LINENO: error: please set LDFLAGS to contain the location of libXm" >&5
33719 echo "$as_me: error: please set LDFLAGS to contain the location of libXm" >&2;}
33720 { (exit 1); exit 1; }; }
33721
33722
33723 fi
33724
33725 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33726 conftest$ac_exeext conftest.$ac_ext
33727
33728 CFLAGS=$save_CFLAGS
33729 LIBS="$save_LIBS"
33730 fi
33731
33732 { echo "$as_me:$LINENO: checking if we need -lXp and/or -lSM -lICE" >&5
33733 echo $ECHO_N "checking if we need -lXp and/or -lSM -lICE... $ECHO_C" >&6; }
33734 libp_link=""
33735 libsm_ice_link=""
33736 libs_found=0
33737 for libp in "" " -lXp"; do
33738 if test "$libs_found" = 0; then
33739 for libsm_ice in "" " -lSM -lICE"; do
33740 if test "$libs_found" = 0; then
33741 save_LIBS="$LIBS"
33742 LIBS="$GUI_TK_LIBRARY -lXm ${libp} -lXmu -lXext -lXt${libsm_ice} -lX11"
33743 save_CFLAGS=$CFLAGS
33744 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
33745
33746 cat >conftest.$ac_ext <<_ACEOF
33747 /* confdefs.h. */
33748 _ACEOF
33749 cat confdefs.h >>conftest.$ac_ext
33750 cat >>conftest.$ac_ext <<_ACEOF
33751 /* end confdefs.h. */
33752
33753 #include <Xm/Xm.h>
33754 #include <Xm/List.h>
33755
33756 int
33757 main ()
33758 {
33759
33760 XmString string = NULL;
33761 Widget w = NULL;
33762 int position = 0;
33763 XmListAddItem(w, string, position);
33764
33765 ;
33766 return 0;
33767 }
33768 _ACEOF
33769 rm -f conftest.$ac_objext conftest$ac_exeext
33770 if { (ac_try="$ac_link"
33771 case "(($ac_try" in
33772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33773 *) ac_try_echo=$ac_try;;
33774 esac
33775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33776 (eval "$ac_link") 2>conftest.er1
33777 ac_status=$?
33778 grep -v '^ *+' conftest.er1 >conftest.err
33779 rm -f conftest.er1
33780 cat conftest.err >&5
33781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33782 (exit $ac_status); } && {
33783 test -z "$ac_c_werror_flag" ||
33784 test ! -s conftest.err
33785 } && test -s conftest$ac_exeext &&
33786 $as_test_x conftest$ac_exeext; then
33787
33788 libp_link="$libp"
33789 libsm_ice_link="$libsm_ice"
33790 { echo "$as_me:$LINENO: result: need${libp_link}${libsm_ice_link}" >&5
33791 echo "${ECHO_T}need${libp_link}${libsm_ice_link}" >&6; }
33792 libs_found=1
33793
33794 else
33795 echo "$as_me: failed program was:" >&5
33796 sed 's/^/| /' conftest.$ac_ext >&5
33797
33798
33799
33800 fi
33801
33802 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33803 conftest$ac_exeext conftest.$ac_ext
33804
33805 LIBS="$save_LIBS"
33806 CFLAGS=$save_CFLAGS
33807 fi
33808 done
33809 fi
33810 done
33811
33812 if test "$libs_found" = 0; then
33813 { echo "$as_me:$LINENO: result: can't find the right libraries" >&5
33814 echo "${ECHO_T}can't find the right libraries" >&6; }
33815 { { echo "$as_me:$LINENO: error: can't link a simple motif program" >&5
33816 echo "$as_me: error: can't link a simple motif program" >&2;}
33817 { (exit 1); exit 1; }; }
33818 fi
33819
33820 { echo "$as_me:$LINENO: checking for SgCreateList in -lSgm" >&5
33821 echo $ECHO_N "checking for SgCreateList in -lSgm... $ECHO_C" >&6; }
33822 if test "${ac_cv_lib_Sgm_SgCreateList+set}" = set; then
33823 echo $ECHO_N "(cached) $ECHO_C" >&6
33824 else
33825 ac_check_lib_save_LIBS=$LIBS
33826 LIBS="-lSgm $LIBS"
33827 cat >conftest.$ac_ext <<_ACEOF
33828 /* confdefs.h. */
33829 _ACEOF
33830 cat confdefs.h >>conftest.$ac_ext
33831 cat >>conftest.$ac_ext <<_ACEOF
33832 /* end confdefs.h. */
33833
33834 /* Override any GCC internal prototype to avoid an error.
33835 Use char because int might match the return type of a GCC
33836 builtin and then its argument prototype would still apply. */
33837 #ifdef __cplusplus
33838 extern "C"
33839 #endif
33840 char SgCreateList ();
33841 int
33842 main ()
33843 {
33844 return SgCreateList ();
33845 ;
33846 return 0;
33847 }
33848 _ACEOF
33849 rm -f conftest.$ac_objext conftest$ac_exeext
33850 if { (ac_try="$ac_link"
33851 case "(($ac_try" in
33852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33853 *) ac_try_echo=$ac_try;;
33854 esac
33855 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33856 (eval "$ac_link") 2>conftest.er1
33857 ac_status=$?
33858 grep -v '^ *+' conftest.er1 >conftest.err
33859 rm -f conftest.er1
33860 cat conftest.err >&5
33861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33862 (exit $ac_status); } && {
33863 test -z "$ac_c_werror_flag" ||
33864 test ! -s conftest.err
33865 } && test -s conftest$ac_exeext &&
33866 $as_test_x conftest$ac_exeext; then
33867 ac_cv_lib_Sgm_SgCreateList=yes
33868 else
33869 echo "$as_me: failed program was:" >&5
33870 sed 's/^/| /' conftest.$ac_ext >&5
33871
33872 ac_cv_lib_Sgm_SgCreateList=no
33873 fi
33874
33875 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33876 conftest$ac_exeext conftest.$ac_ext
33877 LIBS=$ac_check_lib_save_LIBS
33878 fi
33879 { echo "$as_me:$LINENO: result: $ac_cv_lib_Sgm_SgCreateList" >&5
33880 echo "${ECHO_T}$ac_cv_lib_Sgm_SgCreateList" >&6; }
33881 if test $ac_cv_lib_Sgm_SgCreateList = yes; then
33882 libsgm_link=" -lSgm"
33883 fi
33884
33885
33886 save_CFLAGS=$CFLAGS
33887 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
33888
33889 { echo "$as_me:$LINENO: checking for Motif 2" >&5
33890 echo $ECHO_N "checking for Motif 2... $ECHO_C" >&6; }
33891 if test "${wx_cv_lib_motif2+set}" = set; then
33892 echo $ECHO_N "(cached) $ECHO_C" >&6
33893 else
33894 cat >conftest.$ac_ext <<_ACEOF
33895 /* confdefs.h. */
33896 _ACEOF
33897 cat confdefs.h >>conftest.$ac_ext
33898 cat >>conftest.$ac_ext <<_ACEOF
33899 /* end confdefs.h. */
33900
33901 #include <Xm/Xm.h>
33902
33903 int
33904 main ()
33905 {
33906
33907 #if XmVersion < 2000
33908 Not Motif 2
33909 #endif
33910
33911 ;
33912 return 0;
33913 }
33914 _ACEOF
33915 rm -f conftest.$ac_objext
33916 if { (ac_try="$ac_compile"
33917 case "(($ac_try" in
33918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33919 *) ac_try_echo=$ac_try;;
33920 esac
33921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33922 (eval "$ac_compile") 2>conftest.er1
33923 ac_status=$?
33924 grep -v '^ *+' conftest.er1 >conftest.err
33925 rm -f conftest.er1
33926 cat conftest.err >&5
33927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33928 (exit $ac_status); } && {
33929 test -z "$ac_c_werror_flag" ||
33930 test ! -s conftest.err
33931 } && test -s conftest.$ac_objext; then
33932 wx_cv_lib_motif2="yes"
33933 else
33934 echo "$as_me: failed program was:" >&5
33935 sed 's/^/| /' conftest.$ac_ext >&5
33936
33937 wx_cv_lib_motif2="no"
33938 fi
33939
33940 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33941 fi
33942 { echo "$as_me:$LINENO: result: $wx_cv_lib_motif2" >&5
33943 echo "${ECHO_T}$wx_cv_lib_motif2" >&6; }
33944 if test "$wx_cv_lib_motif2" = "yes"; then
33945 cat >>confdefs.h <<\_ACEOF
33946 #define __WXMOTIF20__ 1
33947 _ACEOF
33948
33949 else
33950 cat >>confdefs.h <<\_ACEOF
33951 #define __WXMOTIF20__ 0
33952 _ACEOF
33953
33954 fi
33955
33956 { echo "$as_me:$LINENO: checking whether Motif is Lesstif" >&5
33957 echo $ECHO_N "checking whether Motif is Lesstif... $ECHO_C" >&6; }
33958 if test "${wx_cv_lib_lesstif+set}" = set; then
33959 echo $ECHO_N "(cached) $ECHO_C" >&6
33960 else
33961 cat >conftest.$ac_ext <<_ACEOF
33962 /* confdefs.h. */
33963 _ACEOF
33964 cat confdefs.h >>conftest.$ac_ext
33965 cat >>conftest.$ac_ext <<_ACEOF
33966 /* end confdefs.h. */
33967
33968 #include <Xm/Xm.h>
33969
33970 int
33971 main ()
33972 {
33973
33974 #if !defined(LesstifVersion) || LesstifVersion <= 0
33975 Not Lesstif
33976 #endif
33977
33978 ;
33979 return 0;
33980 }
33981 _ACEOF
33982 rm -f conftest.$ac_objext
33983 if { (ac_try="$ac_compile"
33984 case "(($ac_try" in
33985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33986 *) ac_try_echo=$ac_try;;
33987 esac
33988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33989 (eval "$ac_compile") 2>conftest.er1
33990 ac_status=$?
33991 grep -v '^ *+' conftest.er1 >conftest.err
33992 rm -f conftest.er1
33993 cat conftest.err >&5
33994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33995 (exit $ac_status); } && {
33996 test -z "$ac_c_werror_flag" ||
33997 test ! -s conftest.err
33998 } && test -s conftest.$ac_objext; then
33999 wx_cv_lib_lesstif="yes"
34000 else
34001 echo "$as_me: failed program was:" >&5
34002 sed 's/^/| /' conftest.$ac_ext >&5
34003
34004 wx_cv_lib_lesstif="no"
34005 fi
34006
34007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34008
34009 fi
34010 { echo "$as_me:$LINENO: result: $wx_cv_lib_lesstif" >&5
34011 echo "${ECHO_T}$wx_cv_lib_lesstif" >&6; }
34012 if test "$wx_cv_lib_lesstif" = "yes"; then
34013 cat >>confdefs.h <<\_ACEOF
34014 #define __WXLESSTIF__ 1
34015 _ACEOF
34016
34017 else
34018 cat >>confdefs.h <<\_ACEOF
34019 #define __WXLESSTIF__ 0
34020 _ACEOF
34021
34022 fi
34023
34024 CFLAGS=$save_CFLAGS
34025
34026 GUI_TK_LIBRARY="$GUI_TK_LIBRARY${libsgm_link} -lXm${libp_link} -lXmu -lXext -lXt${libsm_ice_link} -lX11"
34027 TOOLKIT=MOTIF
34028 GUIDIST=MOTIF_DIST
34029 fi
34030
34031 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
34032 if test "$wxUSE_LIBXPM" = "sys"; then
34033 { echo "$as_me:$LINENO: checking for Xpm library" >&5
34034 echo $ECHO_N "checking for Xpm library... $ECHO_C" >&6; }
34035
34036 ac_find_libraries=
34037 for ac_dir in $SEARCH_LIB
34038 do
34039 for ac_extension in a so sl dylib dll.a; do
34040 if test -f "$ac_dir/libXpm.$ac_extension"; then
34041 ac_find_libraries=$ac_dir
34042 break 2
34043 fi
34044 done
34045 done
34046
34047 if test "$ac_find_libraries" != "" ; then
34048
34049 if test "$ac_find_libraries" = "default location"; then
34050 ac_path_to_link=""
34051 else
34052 echo "$GUI_TK_LIBRARY" | grep "\-L$ac_find_libraries" > /dev/null
34053 result=$?
34054 if test $result = 0; then
34055 ac_path_to_link=""
34056 else
34057 ac_path_to_link=" -L$ac_find_libraries"
34058 fi
34059 fi
34060
34061 GUI_TK_LIBRARY="$GUI_TK_LIBRARY$ac_path_to_link"
34062 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
34063 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
34064
34065 { echo "$as_me:$LINENO: checking for X11/xpm.h" >&5
34066 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6; }
34067 if test "${wx_cv_x11_xpm_h+set}" = set; then
34068 echo $ECHO_N "(cached) $ECHO_C" >&6
34069 else
34070
34071 save_CFLAGS=$CFLAGS
34072 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
34073
34074 cat >conftest.$ac_ext <<_ACEOF
34075 /* confdefs.h. */
34076 _ACEOF
34077 cat confdefs.h >>conftest.$ac_ext
34078 cat >>conftest.$ac_ext <<_ACEOF
34079 /* end confdefs.h. */
34080
34081 #include <X11/xpm.h>
34082
34083 int
34084 main ()
34085 {
34086
34087 int version;
34088 version = XpmLibraryVersion();
34089
34090 ;
34091 return 0;
34092 }
34093 _ACEOF
34094 rm -f conftest.$ac_objext
34095 if { (ac_try="$ac_compile"
34096 case "(($ac_try" in
34097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34098 *) ac_try_echo=$ac_try;;
34099 esac
34100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34101 (eval "$ac_compile") 2>conftest.er1
34102 ac_status=$?
34103 grep -v '^ *+' conftest.er1 >conftest.err
34104 rm -f conftest.er1
34105 cat conftest.err >&5
34106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34107 (exit $ac_status); } && {
34108 test -z "$ac_c_werror_flag" ||
34109 test ! -s conftest.err
34110 } && test -s conftest.$ac_objext; then
34111 wx_cv_x11_xpm_h=yes
34112 else
34113 echo "$as_me: failed program was:" >&5
34114 sed 's/^/| /' conftest.$ac_ext >&5
34115
34116 wx_cv_x11_xpm_h=no
34117
34118 fi
34119
34120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34121
34122 CFLAGS=$save_CFLAGS
34123
34124
34125 fi
34126 { echo "$as_me:$LINENO: result: $wx_cv_x11_xpm_h" >&5
34127 echo "${ECHO_T}$wx_cv_x11_xpm_h" >&6; }
34128
34129 if test $wx_cv_x11_xpm_h = "yes"; then
34130 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXpm"
34131 cat >>confdefs.h <<\_ACEOF
34132 #define wxHAVE_LIB_XPM 1
34133 _ACEOF
34134
34135 else
34136 { echo "$as_me:$LINENO: WARNING: built-in less efficient XPM decoder will be used" >&5
34137 echo "$as_me: WARNING: built-in less efficient XPM decoder will be used" >&2;}
34138 fi
34139 fi
34140
34141 fi
34142
34143 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
34144 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
34145 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
34146 echo $ECHO_N "(cached) $ECHO_C" >&6
34147 else
34148 ac_check_lib_save_LIBS=$LIBS
34149 LIBS="-lXext $GUI_TK_LIBRARY -lX11 $LIBS"
34150 cat >conftest.$ac_ext <<_ACEOF
34151 /* confdefs.h. */
34152 _ACEOF
34153 cat confdefs.h >>conftest.$ac_ext
34154 cat >>conftest.$ac_ext <<_ACEOF
34155 /* end confdefs.h. */
34156
34157 /* Override any GCC internal prototype to avoid an error.
34158 Use char because int might match the return type of a GCC
34159 builtin and then its argument prototype would still apply. */
34160 #ifdef __cplusplus
34161 extern "C"
34162 #endif
34163 char XShapeQueryExtension ();
34164 int
34165 main ()
34166 {
34167 return XShapeQueryExtension ();
34168 ;
34169 return 0;
34170 }
34171 _ACEOF
34172 rm -f conftest.$ac_objext conftest$ac_exeext
34173 if { (ac_try="$ac_link"
34174 case "(($ac_try" in
34175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34176 *) ac_try_echo=$ac_try;;
34177 esac
34178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34179 (eval "$ac_link") 2>conftest.er1
34180 ac_status=$?
34181 grep -v '^ *+' conftest.er1 >conftest.err
34182 rm -f conftest.er1
34183 cat conftest.err >&5
34184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34185 (exit $ac_status); } && {
34186 test -z "$ac_c_werror_flag" ||
34187 test ! -s conftest.err
34188 } && test -s conftest$ac_exeext &&
34189 $as_test_x conftest$ac_exeext; then
34190 ac_cv_lib_Xext_XShapeQueryExtension=yes
34191 else
34192 echo "$as_me: failed program was:" >&5
34193 sed 's/^/| /' conftest.$ac_ext >&5
34194
34195 ac_cv_lib_Xext_XShapeQueryExtension=no
34196 fi
34197
34198 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34199 conftest$ac_exeext conftest.$ac_ext
34200 LIBS=$ac_check_lib_save_LIBS
34201 fi
34202 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
34203 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
34204 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
34205
34206 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext"
34207 wxHAVE_XEXT_LIB=1
34208
34209 fi
34210
34211
34212 if test "$wxHAVE_XEXT_LIB" = 1; then
34213 save_CFLAGS="$CFLAGS"
34214 CFLAGS="$TOOLKIT_INCLUDE $CFLAGS"
34215
34216 { echo "$as_me:$LINENO: checking for X11/extensions/shape.h" >&5
34217 echo $ECHO_N "checking for X11/extensions/shape.h... $ECHO_C" >&6; }
34218 cat >conftest.$ac_ext <<_ACEOF
34219 /* confdefs.h. */
34220 _ACEOF
34221 cat confdefs.h >>conftest.$ac_ext
34222 cat >>conftest.$ac_ext <<_ACEOF
34223 /* end confdefs.h. */
34224
34225 #include <X11/Xlib.h>
34226 #include <X11/extensions/shape.h>
34227
34228 int
34229 main ()
34230 {
34231
34232 int dummy1, dummy2;
34233 XShapeQueryExtension((Display*)NULL,
34234 (int*)NULL, (int*)NULL);
34235
34236 ;
34237 return 0;
34238 }
34239 _ACEOF
34240 rm -f conftest.$ac_objext
34241 if { (ac_try="$ac_compile"
34242 case "(($ac_try" in
34243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34244 *) ac_try_echo=$ac_try;;
34245 esac
34246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34247 (eval "$ac_compile") 2>conftest.er1
34248 ac_status=$?
34249 grep -v '^ *+' conftest.er1 >conftest.err
34250 rm -f conftest.er1
34251 cat conftest.err >&5
34252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34253 (exit $ac_status); } && {
34254 test -z "$ac_c_werror_flag" ||
34255 test ! -s conftest.err
34256 } && test -s conftest.$ac_objext; then
34257
34258 cat >>confdefs.h <<\_ACEOF
34259 #define HAVE_XSHAPE 1
34260 _ACEOF
34261
34262 { echo "$as_me:$LINENO: result: found" >&5
34263 echo "${ECHO_T}found" >&6; }
34264
34265 else
34266 echo "$as_me: failed program was:" >&5
34267 sed 's/^/| /' conftest.$ac_ext >&5
34268
34269
34270 { echo "$as_me:$LINENO: result: not found" >&5
34271 echo "${ECHO_T}not found" >&6; }
34272
34273 fi
34274
34275 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34276 CFLAGS="$save_CFLAGS"
34277
34278 fi
34279 fi
34280
34281 if test "$wxUSE_OSX_CARBON" = 1; then
34282 { echo "$as_me:$LINENO: checking for compiler syntax to enable Pascal strings" >&5
34283 echo $ECHO_N "checking for compiler syntax to enable Pascal strings... $ECHO_C" >&6; }
34284 if test "$GCC" = yes; then
34285 { echo "$as_me:$LINENO: result: gcc" >&5
34286 echo "${ECHO_T}gcc" >&6; }
34287 CPPFLAGS_PASCAL="-fpascal-strings"
34288 elif test "`echo $CXX | sed -e 's@.*/@@'`" = "xlC"; then
34289 { echo "$as_me:$LINENO: result: xlc" >&5
34290 echo "${ECHO_T}xlc" >&6; }
34291 CPPFLAGS_PASCAL="-qmacpstr"
34292 else
34293 { echo "$as_me:$LINENO: result: none" >&5
34294 echo "${ECHO_T}none" >&6; }
34295 fi
34296
34297 if test "x$wxUSE_UNIX" = "xyes"; then
34298 CPPFLAGS="$CPPFLAGS_PASCAL -I/Developer/Headers/FlatCarbon $CPPFLAGS"
34299 else
34300 CPPFLAGS="$CPPFLAGS_PASCAL -DTARGET_CARBON $CPPFLAGS"
34301 fi
34302
34303 TOOLKIT=OSX_CARBON
34304 GUIDIST=OSX_CARBON_DIST
34305 WXBASEPORT="_carbon"
34306
34307 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
34308 fi
34309
34310 if test "$wxUSE_OSX_COCOA" = 1; then
34311 TOOLKIT=OSX_COCOA
34312 GUIDIST=OSX_COCOA_DIST
34313
34314 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXMAC__ -D__WXOSX__"
34315 fi
34316
34317 if test "$wxUSE_OSX_IPHONE" = 1; then
34318 TOOLKIT=OSX_IPHONE
34319 fi
34320
34321 if test "$wxUSE_OLD_COCOA" = 1; then
34322 TOOLKIT=COCOA
34323 GUIDIST=COCOA_DIST
34324 fi
34325
34326 if test "$wxUSE_PM" = 1; then
34327 TOOLKIT=PM
34328 GUIDIST=PM_DIST
34329 { echo "$as_me:$LINENO: checking for type SPBCDATA" >&5
34330 echo $ECHO_N "checking for type SPBCDATA... $ECHO_C" >&6; }
34331 if test "${wx_cv_spbcdata+set}" = set; then
34332 echo $ECHO_N "(cached) $ECHO_C" >&6
34333 else
34334
34335 cat >conftest.$ac_ext <<_ACEOF
34336 /* confdefs.h. */
34337 _ACEOF
34338 cat confdefs.h >>conftest.$ac_ext
34339 cat >>conftest.$ac_ext <<_ACEOF
34340 /* end confdefs.h. */
34341
34342 #define INCL_PM
34343 #include <os2.h>
34344
34345 int
34346 main ()
34347 {
34348
34349 SPBCDATA test;
34350
34351 ;
34352 return 0;
34353 }
34354 _ACEOF
34355 rm -f conftest.$ac_objext
34356 if { (ac_try="$ac_compile"
34357 case "(($ac_try" in
34358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34359 *) ac_try_echo=$ac_try;;
34360 esac
34361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34362 (eval "$ac_compile") 2>conftest.er1
34363 ac_status=$?
34364 grep -v '^ *+' conftest.er1 >conftest.err
34365 rm -f conftest.er1
34366 cat conftest.err >&5
34367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34368 (exit $ac_status); } && {
34369 test -z "$ac_c_werror_flag" ||
34370 test ! -s conftest.err
34371 } && test -s conftest.$ac_objext; then
34372 wx_cv_spbcdata=yes
34373 else
34374 echo "$as_me: failed program was:" >&5
34375 sed 's/^/| /' conftest.$ac_ext >&5
34376
34377 wx_cv_spbcdata=no
34378
34379 fi
34380
34381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34382
34383
34384 fi
34385 { echo "$as_me:$LINENO: result: $wx_cv_spbcdata" >&5
34386 echo "${ECHO_T}$wx_cv_spbcdata" >&6; }
34387
34388 if test $wx_cv_spbcdata = "yes"; then
34389 cat >>confdefs.h <<\_ACEOF
34390 #define HAVE_SPBCDATA 1
34391 _ACEOF
34392
34393 fi
34394 fi
34395
34396 if test "$TOOLKIT" = "PM" ; then
34397 TOOLKIT_DIR="os2"
34398 else
34399 TOOLKIT_DIR=`echo ${TOOLKIT} | tr '[A-Z]' '[a-z]'`
34400 fi
34401
34402 if test "$wxUSE_UNIVERSAL" = "yes"; then
34403 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WXUNIVERSAL__"
34404 WIDGET_SET=univ
34405 fi
34406
34407 GUIDIST="${GUIDIST} SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST"
34408 DISTDIR="wx\$(TOOLKIT)"
34409 else
34410 USE_GUI=0
34411
34412 TOOLKIT_DIR="base"
34413
34414 if test "$USE_WIN32" = 1 ; then
34415 TOOLKIT="MSW"
34416 fi
34417
34418 GUIDIST="BASE_DIST"
34419 DISTDIR="wxBase"
34420 fi
34421
34422
34423
34424 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "auto" ; then
34425 if test "$USE_UNIX" = 1 -a "$wxUSE_DARWIN" != 1 ; then
34426 wxUSE_UNICODE_UTF8=yes
34427 elif test "$USE_OS2" = 1 ; then
34428 wxUSE_UNICODE_UTF8=yes
34429 else
34430 wxUSE_UNICODE_UTF8=no
34431 fi
34432 fi
34433
34434
34435 if test "$wxUSE_GUI" = "yes"; then
34436 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_PM" != 1; then
34437
34438 for ac_header in X11/Xlib.h
34439 do
34440 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34441 { echo "$as_me:$LINENO: checking for $ac_header" >&5
34442 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
34443 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
34444 echo $ECHO_N "(cached) $ECHO_C" >&6
34445 else
34446 cat >conftest.$ac_ext <<_ACEOF
34447 /* confdefs.h. */
34448 _ACEOF
34449 cat confdefs.h >>conftest.$ac_ext
34450 cat >>conftest.$ac_ext <<_ACEOF
34451 /* end confdefs.h. */
34452
34453
34454 #include <$ac_header>
34455 _ACEOF
34456 rm -f conftest.$ac_objext
34457 if { (ac_try="$ac_compile"
34458 case "(($ac_try" in
34459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34460 *) ac_try_echo=$ac_try;;
34461 esac
34462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34463 (eval "$ac_compile") 2>conftest.er1
34464 ac_status=$?
34465 grep -v '^ *+' conftest.er1 >conftest.err
34466 rm -f conftest.er1
34467 cat conftest.err >&5
34468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34469 (exit $ac_status); } && {
34470 test -z "$ac_c_werror_flag" ||
34471 test ! -s conftest.err
34472 } && test -s conftest.$ac_objext; then
34473 eval "$as_ac_Header=yes"
34474 else
34475 echo "$as_me: failed program was:" >&5
34476 sed 's/^/| /' conftest.$ac_ext >&5
34477
34478 eval "$as_ac_Header=no"
34479 fi
34480
34481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34482 fi
34483 ac_res=`eval echo '${'$as_ac_Header'}'`
34484 { echo "$as_me:$LINENO: result: $ac_res" >&5
34485 echo "${ECHO_T}$ac_res" >&6; }
34486 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34487 cat >>confdefs.h <<_ACEOF
34488 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34489 _ACEOF
34490
34491 fi
34492
34493 done
34494
34495
34496 for ac_header in X11/XKBlib.h
34497 do
34498 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34499 { echo "$as_me:$LINENO: checking for $ac_header" >&5
34500 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
34501 if { as_var=$as_ac_Header; eval "test \"\${$as_var+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. */
34510
34511 #if HAVE_X11_XLIB_H
34512 #include <X11/Xlib.h>
34513 #endif
34514
34515
34516 #include <$ac_header>
34517 _ACEOF
34518 rm -f conftest.$ac_objext
34519 if { (ac_try="$ac_compile"
34520 case "(($ac_try" in
34521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34522 *) ac_try_echo=$ac_try;;
34523 esac
34524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34525 (eval "$ac_compile") 2>conftest.er1
34526 ac_status=$?
34527 grep -v '^ *+' conftest.er1 >conftest.err
34528 rm -f conftest.er1
34529 cat conftest.err >&5
34530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34531 (exit $ac_status); } && {
34532 test -z "$ac_c_werror_flag" ||
34533 test ! -s conftest.err
34534 } && test -s conftest.$ac_objext; then
34535 eval "$as_ac_Header=yes"
34536 else
34537 echo "$as_me: failed program was:" >&5
34538 sed 's/^/| /' conftest.$ac_ext >&5
34539
34540 eval "$as_ac_Header=no"
34541 fi
34542
34543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34544 fi
34545 ac_res=`eval echo '${'$as_ac_Header'}'`
34546 { echo "$as_me:$LINENO: result: $ac_res" >&5
34547 echo "${ECHO_T}$ac_res" >&6; }
34548 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34549 cat >>confdefs.h <<_ACEOF
34550 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34551 _ACEOF
34552
34553 fi
34554
34555 done
34556
34557 fi
34558 fi
34559
34560
34561
34562 USE_XINERAMA=0
34563 if test "$wxUSE_DISPLAY" = "yes"; then
34564 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_GTK1" = 1; then
34565 { echo "$as_me:$LINENO: checking for Xinerama" >&5
34566 echo $ECHO_N "checking for Xinerama... $ECHO_C" >&6; }
34567
34568 ac_find_libraries=
34569 for ac_dir in $SEARCH_LIB
34570 do
34571 for ac_extension in a so sl dylib dll.a; do
34572 if test -f "$ac_dir/libXinerama.$ac_extension"; then
34573 ac_find_libraries=$ac_dir
34574 break 2
34575 fi
34576 done
34577 done
34578
34579 if test "$ac_find_libraries" != "" ; then
34580
34581 if test "$ac_find_libraries" = "default location"; then
34582 ac_path_to_link=""
34583 else
34584 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
34585 result=$?
34586 if test $result = 0; then
34587 ac_path_to_link=""
34588 else
34589 ac_path_to_link=" -L$ac_find_libraries"
34590 fi
34591 fi
34592
34593 if test "$ac_path_to_link" != " -L/usr/lib" ; then
34594 LDFLAGS="$LDFLAGS $ac_path_to_link"
34595 fi
34596 USE_XINERAMA=1
34597 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXinerama"
34598 { echo "$as_me:$LINENO: result: yes" >&5
34599 echo "${ECHO_T}yes" >&6; }
34600 else
34601 { echo "$as_me:$LINENO: result: no" >&5
34602 echo "${ECHO_T}no" >&6; }
34603 { echo "$as_me:$LINENO: WARNING: Xinerama not found; disabling wxDisplay" >&5
34604 echo "$as_me: WARNING: Xinerama not found; disabling wxDisplay" >&2;}
34605 wxUSE_DISPLAY="no"
34606 fi
34607 elif test "$wxUSE_MSW" = 1; then
34608 { echo "$as_me:$LINENO: checking for ddraw.h" >&5
34609 echo $ECHO_N "checking for ddraw.h... $ECHO_C" >&6; }
34610 if test "${ac_cv_header_ddraw_h+set}" = set; then
34611 echo $ECHO_N "(cached) $ECHO_C" >&6
34612 else
34613 cat >conftest.$ac_ext <<_ACEOF
34614 /* confdefs.h. */
34615 _ACEOF
34616 cat confdefs.h >>conftest.$ac_ext
34617 cat >>conftest.$ac_ext <<_ACEOF
34618 /* end confdefs.h. */
34619 #include <windows.h>
34620
34621 #include <ddraw.h>
34622 _ACEOF
34623 rm -f conftest.$ac_objext
34624 if { (ac_try="$ac_compile"
34625 case "(($ac_try" in
34626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34627 *) ac_try_echo=$ac_try;;
34628 esac
34629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34630 (eval "$ac_compile") 2>conftest.er1
34631 ac_status=$?
34632 grep -v '^ *+' conftest.er1 >conftest.err
34633 rm -f conftest.er1
34634 cat conftest.err >&5
34635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34636 (exit $ac_status); } && {
34637 test -z "$ac_c_werror_flag" ||
34638 test ! -s conftest.err
34639 } && test -s conftest.$ac_objext; then
34640 ac_cv_header_ddraw_h=yes
34641 else
34642 echo "$as_me: failed program was:" >&5
34643 sed 's/^/| /' conftest.$ac_ext >&5
34644
34645 ac_cv_header_ddraw_h=no
34646 fi
34647
34648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34649 fi
34650 { echo "$as_me:$LINENO: result: $ac_cv_header_ddraw_h" >&5
34651 echo "${ECHO_T}$ac_cv_header_ddraw_h" >&6; }
34652
34653
34654 fi
34655 fi
34656
34657 if test "$wxUSE_DISPLAY" = "yes"; then
34658 if test "$USE_XINERAMA" = 1 -o "$wxUSE_GTK" = 1; then
34659 { echo "$as_me:$LINENO: checking for Xxf86vm extension" >&5
34660 echo $ECHO_N "checking for Xxf86vm extension... $ECHO_C" >&6; }
34661
34662 ac_find_libraries=
34663 for ac_dir in $SEARCH_LIB
34664 do
34665 for ac_extension in a so sl dylib dll.a; do
34666 if test -f "$ac_dir/libXxf86vm.$ac_extension"; then
34667 ac_find_libraries=$ac_dir
34668 break 2
34669 fi
34670 done
34671 done
34672
34673 if test "$ac_find_libraries" != "" ; then
34674 { echo "$as_me:$LINENO: result: yes" >&5
34675 echo "${ECHO_T}yes" >&6; }
34676
34677 for ac_header in X11/extensions/xf86vmode.h
34678 do
34679 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
34680 { echo "$as_me:$LINENO: checking for $ac_header" >&5
34681 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
34682 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
34683 echo $ECHO_N "(cached) $ECHO_C" >&6
34684 else
34685 cat >conftest.$ac_ext <<_ACEOF
34686 /* confdefs.h. */
34687 _ACEOF
34688 cat confdefs.h >>conftest.$ac_ext
34689 cat >>conftest.$ac_ext <<_ACEOF
34690 /* end confdefs.h. */
34691
34692 #if HAVE_X11_XLIB_H
34693 #include <X11/Xlib.h>
34694 #endif
34695
34696
34697 #include <$ac_header>
34698 _ACEOF
34699 rm -f conftest.$ac_objext
34700 if { (ac_try="$ac_compile"
34701 case "(($ac_try" in
34702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34703 *) ac_try_echo=$ac_try;;
34704 esac
34705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34706 (eval "$ac_compile") 2>conftest.er1
34707 ac_status=$?
34708 grep -v '^ *+' conftest.er1 >conftest.err
34709 rm -f conftest.er1
34710 cat conftest.err >&5
34711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34712 (exit $ac_status); } && {
34713 test -z "$ac_c_werror_flag" ||
34714 test ! -s conftest.err
34715 } && test -s conftest.$ac_objext; then
34716 eval "$as_ac_Header=yes"
34717 else
34718 echo "$as_me: failed program was:" >&5
34719 sed 's/^/| /' conftest.$ac_ext >&5
34720
34721 eval "$as_ac_Header=no"
34722 fi
34723
34724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34725 fi
34726 ac_res=`eval echo '${'$as_ac_Header'}'`
34727 { echo "$as_me:$LINENO: result: $ac_res" >&5
34728 echo "${ECHO_T}$ac_res" >&6; }
34729 if test `eval echo '${'$as_ac_Header'}'` = yes; then
34730 cat >>confdefs.h <<_ACEOF
34731 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
34732 _ACEOF
34733
34734 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXxf86vm"
34735
34736 fi
34737
34738 done
34739
34740 else
34741 { echo "$as_me:$LINENO: result: no" >&5
34742 echo "${ECHO_T}no" >&6; }
34743 fi
34744 fi
34745 fi
34746
34747 if test "$wxUSE_DETECT_SM" = "yes"; then
34748 if test "$wxUSE_UNIX" = "yes" -a "$wxUSE_MAC" != 1 -a "$wxUSE_OLD_COCOA" != 1; then
34749 { echo "$as_me:$LINENO: checking for -lSM - X11 session management" >&5
34750 echo $ECHO_N "checking for -lSM - X11 session management... $ECHO_C" >&6; }
34751
34752 ac_find_libraries=
34753 for ac_dir in $SEARCH_LIB
34754 do
34755 for ac_extension in a so sl dylib dll.a; do
34756 if test -f "$ac_dir/libSM.$ac_extension"; then
34757 ac_find_libraries=$ac_dir
34758 break 2
34759 fi
34760 done
34761 done
34762
34763 if test "$ac_find_libraries" != "" ; then
34764
34765 if test "$ac_find_libraries" = "default location"; then
34766 ac_path_to_link=""
34767 else
34768 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
34769 result=$?
34770 if test $result = 0; then
34771 ac_path_to_link=""
34772 else
34773 ac_path_to_link=" -L$ac_find_libraries"
34774 fi
34775 fi
34776
34777 if test "$ac_path_to_link" != " -L/usr/lib" ; then
34778 LDFLAGS="$LDFLAGS $ac_path_to_link"
34779 fi
34780 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lSM"
34781 { echo "$as_me:$LINENO: result: yes" >&5
34782 echo "${ECHO_T}yes" >&6; }
34783 else
34784 { echo "$as_me:$LINENO: result: no" >&5
34785 echo "${ECHO_T}no" >&6; }
34786 { echo "$as_me:$LINENO: WARNING: libSM not found; disabling session management detection" >&5
34787 echo "$as_me: WARNING: libSM not found; disabling session management detection" >&2;}
34788 wxUSE_DETECT_SM="no"
34789 fi
34790 else
34791 wxUSE_DETECT_SM="no"
34792 fi
34793 fi
34794
34795
34796
34797 USE_OPENGL=0
34798 if test "$wxUSE_OPENGL" = "yes" -o "$wxUSE_OPENGL" = "auto"; then
34799
34800
34801 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
34802 OPENGL_LIBS="-framework OpenGL -framework AGL"
34803 elif test "$wxUSE_MSW" = 1; then
34804 OPENGL_LIBS="-lopengl32 -lglu32"
34805 elif test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_GTK2" = 1 -o "$wxUSE_GTK" = 1; then
34806
34807 { echo "$as_me:$LINENO: checking for OpenGL headers" >&5
34808 echo $ECHO_N "checking for OpenGL headers... $ECHO_C" >&6; }
34809
34810 ac_find_includes=
34811 for ac_dir in $SEARCH_INCLUDE /opt/graphics/OpenGL/include /usr/include
34812 do
34813 if test -f "$ac_dir/GL/gl.h"; then
34814 ac_find_includes=$ac_dir
34815 break
34816 fi
34817 done
34818
34819 if test "$ac_find_includes" != "" ; then
34820 { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
34821 echo "${ECHO_T}found in $ac_find_includes" >&6; }
34822
34823 if test "x$ac_find_includes" = "x/usr/include"; then
34824 ac_path_to_include=""
34825 else
34826 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
34827 result=$?
34828 if test $result = 0; then
34829 ac_path_to_include=""
34830 else
34831 ac_path_to_include=" -I$ac_find_includes"
34832 fi
34833 fi
34834
34835 CPPFLAGS="$ac_path_to_include $CPPFLAGS"
34836 else
34837 { echo "$as_me:$LINENO: result: not found" >&5
34838 echo "${ECHO_T}not found" >&6; }
34839 fi
34840
34841 { echo "$as_me:$LINENO: checking for GL/gl.h" >&5
34842 echo $ECHO_N "checking for GL/gl.h... $ECHO_C" >&6; }
34843 if test "${ac_cv_header_GL_gl_h+set}" = set; then
34844 echo $ECHO_N "(cached) $ECHO_C" >&6
34845 else
34846 cat >conftest.$ac_ext <<_ACEOF
34847 /* confdefs.h. */
34848 _ACEOF
34849 cat confdefs.h >>conftest.$ac_ext
34850 cat >>conftest.$ac_ext <<_ACEOF
34851 /* end confdefs.h. */
34852
34853
34854 #include <GL/gl.h>
34855 _ACEOF
34856 rm -f conftest.$ac_objext
34857 if { (ac_try="$ac_compile"
34858 case "(($ac_try" in
34859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34860 *) ac_try_echo=$ac_try;;
34861 esac
34862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34863 (eval "$ac_compile") 2>conftest.er1
34864 ac_status=$?
34865 grep -v '^ *+' conftest.er1 >conftest.err
34866 rm -f conftest.er1
34867 cat conftest.err >&5
34868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34869 (exit $ac_status); } && {
34870 test -z "$ac_c_werror_flag" ||
34871 test ! -s conftest.err
34872 } && test -s conftest.$ac_objext; then
34873 ac_cv_header_GL_gl_h=yes
34874 else
34875 echo "$as_me: failed program was:" >&5
34876 sed 's/^/| /' conftest.$ac_ext >&5
34877
34878 ac_cv_header_GL_gl_h=no
34879 fi
34880
34881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34882 fi
34883 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_gl_h" >&5
34884 echo "${ECHO_T}$ac_cv_header_GL_gl_h" >&6; }
34885 if test $ac_cv_header_GL_gl_h = yes; then
34886
34887 { echo "$as_me:$LINENO: checking for GL/glu.h" >&5
34888 echo $ECHO_N "checking for GL/glu.h... $ECHO_C" >&6; }
34889 if test "${ac_cv_header_GL_glu_h+set}" = set; then
34890 echo $ECHO_N "(cached) $ECHO_C" >&6
34891 else
34892 cat >conftest.$ac_ext <<_ACEOF
34893 /* confdefs.h. */
34894 _ACEOF
34895 cat confdefs.h >>conftest.$ac_ext
34896 cat >>conftest.$ac_ext <<_ACEOF
34897 /* end confdefs.h. */
34898
34899
34900 #include <GL/glu.h>
34901 _ACEOF
34902 rm -f conftest.$ac_objext
34903 if { (ac_try="$ac_compile"
34904 case "(($ac_try" in
34905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34906 *) ac_try_echo=$ac_try;;
34907 esac
34908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
34909 (eval "$ac_compile") 2>conftest.er1
34910 ac_status=$?
34911 grep -v '^ *+' conftest.er1 >conftest.err
34912 rm -f conftest.er1
34913 cat conftest.err >&5
34914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34915 (exit $ac_status); } && {
34916 test -z "$ac_c_werror_flag" ||
34917 test ! -s conftest.err
34918 } && test -s conftest.$ac_objext; then
34919 ac_cv_header_GL_glu_h=yes
34920 else
34921 echo "$as_me: failed program was:" >&5
34922 sed 's/^/| /' conftest.$ac_ext >&5
34923
34924 ac_cv_header_GL_glu_h=no
34925 fi
34926
34927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34928 fi
34929 { echo "$as_me:$LINENO: result: $ac_cv_header_GL_glu_h" >&5
34930 echo "${ECHO_T}$ac_cv_header_GL_glu_h" >&6; }
34931 if test $ac_cv_header_GL_glu_h = yes; then
34932
34933 found_gl=0
34934
34935 { echo "$as_me:$LINENO: checking for -lGL" >&5
34936 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
34937
34938 ac_find_libraries=
34939 for ac_dir in $SEARCH_LIB /opt/graphics/OpenGL/lib
34940 do
34941 for ac_extension in a so sl dylib dll.a; do
34942 if test -f "$ac_dir/libGL.$ac_extension"; then
34943 ac_find_libraries=$ac_dir
34944 break 2
34945 fi
34946 done
34947 done
34948
34949 if test "$ac_find_libraries" != "" ; then
34950 { echo "$as_me:$LINENO: result: found in $ac_find_libraries" >&5
34951 echo "${ECHO_T}found in $ac_find_libraries" >&6; }
34952
34953
34954 if test "$ac_find_libraries" = "default location"; then
34955 ac_path_to_link=""
34956 else
34957 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
34958 result=$?
34959 if test $result = 0; then
34960 ac_path_to_link=""
34961 else
34962 ac_path_to_link=" -L$ac_find_libraries"
34963 fi
34964 fi
34965
34966 if test "$ac_path_to_link" != " -L/usr/lib" ; then
34967 LDFLAGS_GL="$ac_path_to_link"
34968 fi
34969
34970 { echo "$as_me:$LINENO: checking for -lGLU" >&5
34971 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
34972
34973 ac_find_libraries=
34974 for ac_dir in $SEARCH_LIB
34975 do
34976 for ac_extension in a so sl dylib dll.a; do
34977 if test -f "$ac_dir/libGLU.$ac_extension"; then
34978 ac_find_libraries=$ac_dir
34979 break 2
34980 fi
34981 done
34982 done
34983
34984 if test "$ac_find_libraries" != "" ; then
34985
34986 if test "$ac_find_libraries" = "default location"; then
34987 ac_path_to_link=""
34988 else
34989 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
34990 result=$?
34991 if test $result = 0; then
34992 ac_path_to_link=""
34993 else
34994 ac_path_to_link=" -L$ac_find_libraries"
34995 fi
34996 fi
34997
34998 if test "$ac_path_to_link" != " -L/usr/lib" -a \
34999 "$ac_path_to_link" != "$LDFLAGS_GL"; then
35000 LDFLAGS_GL="$LDFLAGS_GL$ac_path_to_link"
35001 fi
35002
35003 found_gl=1
35004 OPENGL_LIBS="-lGL -lGLU"
35005 { echo "$as_me:$LINENO: result: yes" >&5
35006 echo "${ECHO_T}yes" >&6; }
35007 else
35008 { echo "$as_me:$LINENO: result: no" >&5
35009 echo "${ECHO_T}no" >&6; }
35010 fi
35011 else
35012 { echo "$as_me:$LINENO: result: no" >&5
35013 echo "${ECHO_T}no" >&6; }
35014 fi
35015
35016 if test "$found_gl" != 1; then
35017 { echo "$as_me:$LINENO: checking for -lMesaGL" >&5
35018 echo $ECHO_N "checking for -lMesaGL... $ECHO_C" >&6; }
35019
35020 ac_find_libraries=
35021 for ac_dir in $SEARCH_LIB
35022 do
35023 for ac_extension in a so sl dylib dll.a; do
35024 if test -f "$ac_dir/libMesaGL.$ac_extension"; then
35025 ac_find_libraries=$ac_dir
35026 break 2
35027 fi
35028 done
35029 done
35030
35031 if test "$ac_find_libraries" != "" ; then
35032
35033 if test "$ac_find_libraries" = "default location"; then
35034 ac_path_to_link=""
35035 else
35036 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
35037 result=$?
35038 if test $result = 0; then
35039 ac_path_to_link=""
35040 else
35041 ac_path_to_link=" -L$ac_find_libraries"
35042 fi
35043 fi
35044
35045 LDFLAGS_GL="$LDFLAGS$ac_path_to_link"
35046 OPENGL_LIBS="-lMesaGL -lMesaGLU"
35047 { echo "$as_me:$LINENO: result: yes" >&5
35048 echo "${ECHO_T}yes" >&6; }
35049 else
35050 { echo "$as_me:$LINENO: result: no" >&5
35051 echo "${ECHO_T}no" >&6; }
35052 fi
35053 fi
35054
35055 fi
35056
35057
35058
35059 fi
35060
35061
35062
35063 if test "x$OPENGL_LIBS" = "x"; then
35064 if test "$wxUSE_OPENGL" = "yes"; then
35065 { { echo "$as_me:$LINENO: error: OpenGL libraries not available" >&5
35066 echo "$as_me: error: OpenGL libraries not available" >&2;}
35067 { (exit 1); exit 1; }; }
35068 else
35069 { echo "$as_me:$LINENO: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&5
35070 echo "$as_me: WARNING: OpenGL libraries not available, disabling support for OpenGL" >&2;}
35071 wxUSE_OPENGL=no
35072 USE_OPENGL=0
35073 fi
35074 fi
35075 else
35076 { echo "$as_me:$LINENO: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&5
35077 echo "$as_me: WARNING: wxGLCanvas not implemented for this port, library will be compiled without it." >&2;}
35078 wxUSE_OPENGL="no"
35079 fi
35080
35081 if test "$wxUSE_OPENGL" = "auto"; then
35082 wxUSE_OPENGL=yes
35083 fi
35084
35085 if test "$wxUSE_OPENGL" = "yes"; then
35086 USE_OPENGL=1
35087 cat >>confdefs.h <<\_ACEOF
35088 #define wxUSE_OPENGL 1
35089 _ACEOF
35090
35091 cat >>confdefs.h <<\_ACEOF
35092 #define wxUSE_GLCANVAS 1
35093 _ACEOF
35094
35095 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS opengl opengl/cube opengl/penguin opengl/isosurf"
35096 fi
35097 fi
35098
35099
35100 if test -n "$TOOLKIT" ; then
35101 TOOLCHAIN_DEFS="${TOOLCHAIN_DEFS} -D__WX${TOOLKIT}__"
35102 fi
35103
35104
35105
35106 if test "$wxUSE_SHARED" = "yes"; then
35107 case "${host}" in
35108 *-pc-msdosdjgpp )
35109 wxUSE_SHARED=no
35110 { echo "$as_me:$LINENO: WARNING: Host system doesn't support shared libraries, disabling" >&5
35111 echo "$as_me: WARNING: Host system doesn't support shared libraries, disabling" >&2;}
35112 ;;
35113 esac
35114 fi
35115
35116 if test "$wxUSE_SHARED" = "yes"; then
35117
35118
35119 case "${host}" in
35120 *-*-cygwin* | *-*-mingw* )
35121 wx_cv_version_script=no
35122 ;;
35123
35124 *)
35125 { echo "$as_me:$LINENO: checking if the linker accepts --version-script" >&5
35126 echo $ECHO_N "checking if the linker accepts --version-script... $ECHO_C" >&6; }
35127 if test "${wx_cv_version_script+set}" = set; then
35128 echo $ECHO_N "(cached) $ECHO_C" >&6
35129 else
35130
35131 echo "VER_1 { *; };" >conftest.sym
35132 echo "int main() { return 0; }" >conftest.cpp
35133
35134 if { ac_try='
35135 $CXX -o conftest.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
35136 -Wl,--version-script,conftest.sym >/dev/null 2>conftest.stderr'
35137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35138 (eval $ac_try) 2>&5
35139 ac_status=$?
35140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35141 (exit $ac_status); }; } ; then
35142 if test -s conftest.stderr ; then
35143 wx_cv_version_script=no
35144 else
35145 wx_cv_version_script=yes
35146 fi
35147 else
35148 wx_cv_version_script=no
35149 fi
35150
35151 if test $wx_cv_version_script = yes
35152 then
35153 echo "struct B { virtual ~B() { } }; \
35154 struct D : public B { }; \
35155 void F() { D d; }" > conftest.cpp
35156
35157 if { ac_try='
35158 $CXX -shared -fPIC -o conftest1.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
35159 -Wl,--version-script,conftest.sym >/dev/null 2>/dev/null'
35160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35161 (eval $ac_try) 2>&5
35162 ac_status=$?
35163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35164 (exit $ac_status); }; } &&
35165 { ac_try='
35166 $CXX -shared -fPIC -o conftest2.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
35167 -Wl,--version-script,conftest.sym conftest1.output >/dev/null 2>/dev/null'
35168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35169 (eval $ac_try) 2>&5
35170 ac_status=$?
35171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35172 (exit $ac_status); }; }
35173 then
35174 if { ac_try='
35175 $CXX -shared -fPIC -o conftest3.output $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.cpp
35176 -Wl,--version-script,conftest.sym conftest2.output conftest1.output >/dev/null 2>/dev/null'
35177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
35178 (eval $ac_try) 2>&5
35179 ac_status=$?
35180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35181 (exit $ac_status); }; }
35182 then
35183 wx_cv_version_script=yes
35184 else
35185 wx_cv_version_script=no
35186 fi
35187 fi
35188 fi
35189
35190 rm -f conftest.output conftest.stderr conftest.sym conftest.cpp
35191 rm -f conftest1.output conftest2.output conftest3.output
35192
35193 fi
35194 { echo "$as_me:$LINENO: result: $wx_cv_version_script" >&5
35195 echo "${ECHO_T}$wx_cv_version_script" >&6; }
35196
35197 if test $wx_cv_version_script = yes ; then
35198 LDFLAGS_VERSIONING="-Wl,--version-script,\$(wx_top_builddir)/version-script"
35199 fi
35200 ;;
35201 esac
35202
35203
35204 if test "$wxUSE_VISIBILITY" != "no"; then
35205
35206
35207 if test -n "$GCC"; then
35208 CFLAGS_VISIBILITY="-fvisibility=hidden"
35209 CXXFLAGS_VISIBILITY="-fvisibility=hidden -fvisibility-inlines-hidden"
35210 { echo "$as_me:$LINENO: checking for symbols visibility support" >&5
35211 echo $ECHO_N "checking for symbols visibility support... $ECHO_C" >&6; }
35212 if test "${wx_cv_cc_visibility+set}" = set; then
35213 echo $ECHO_N "(cached) $ECHO_C" >&6
35214 else
35215
35216 wx_save_CXXFLAGS="$CXXFLAGS"
35217 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
35218 ac_ext=cpp
35219 ac_cpp='$CXXCPP $CPPFLAGS'
35220 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35221 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35222 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35223
35224 cat >conftest.$ac_ext <<_ACEOF
35225 /* confdefs.h. */
35226 _ACEOF
35227 cat confdefs.h >>conftest.$ac_ext
35228 cat >>conftest.$ac_ext <<_ACEOF
35229 /* end confdefs.h. */
35230
35231 /* we need gcc >= 4.0, older versions with visibility support
35232 didn't have class visibility: */
35233 #if defined(__GNUC__) && __GNUC__ < 4
35234 error this gcc is too old;
35235 #endif
35236
35237 /* visibility only makes sense for ELF shared libs: */
35238 #if !defined(__ELF__) && !defined(__APPLE__)
35239 error this platform has no visibility;
35240 #endif
35241
35242 /* at the time of Xcode 4.1 / Clang 3, Clang++ still didn't have the bugs sorted out: */
35243 #if defined(__clang__)
35244 clang compiler is still broken w.r.t. visibility;
35245 #endif
35246
35247 extern __attribute__((__visibility__("hidden"))) int hiddenvar;
35248 extern __attribute__((__visibility__("default"))) int exportedvar;
35249 extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void);
35250 extern __attribute__((__visibility__("default"))) int exportedfunc (void);
35251 class __attribute__((__visibility__("default"))) Foo {
35252 Foo() {}
35253 };
35254
35255 int
35256 main ()
35257 {
35258
35259 ;
35260 return 0;
35261 }
35262 _ACEOF
35263 rm -f conftest.$ac_objext
35264 if { (ac_try="$ac_compile"
35265 case "(($ac_try" in
35266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35267 *) ac_try_echo=$ac_try;;
35268 esac
35269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35270 (eval "$ac_compile") 2>conftest.er1
35271 ac_status=$?
35272 grep -v '^ *+' conftest.er1 >conftest.err
35273 rm -f conftest.er1
35274 cat conftest.err >&5
35275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35276 (exit $ac_status); } && {
35277 test -z "$ac_cxx_werror_flag" ||
35278 test ! -s conftest.err
35279 } && test -s conftest.$ac_objext; then
35280 wx_cv_cc_visibility=yes
35281 else
35282 echo "$as_me: failed program was:" >&5
35283 sed 's/^/| /' conftest.$ac_ext >&5
35284
35285 wx_cv_cc_visibility=no
35286 fi
35287
35288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35289 ac_ext=c
35290 ac_cpp='$CPP $CPPFLAGS'
35291 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35292 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35293 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35294
35295 CXXFLAGS="$wx_save_CXXFLAGS"
35296 fi
35297
35298 { echo "$as_me:$LINENO: result: $wx_cv_cc_visibility" >&5
35299 echo "${ECHO_T}$wx_cv_cc_visibility" >&6; }
35300 if test $wx_cv_cc_visibility = yes; then
35301 { echo "$as_me:$LINENO: checking for broken libstdc++ visibility" >&5
35302 echo $ECHO_N "checking for broken libstdc++ visibility... $ECHO_C" >&6; }
35303 if test "${wx_cv_cc_broken_libstdcxx_visibility+set}" = set; then
35304 echo $ECHO_N "(cached) $ECHO_C" >&6
35305 else
35306
35307 wx_save_CXXFLAGS="$CXXFLAGS"
35308 wx_save_LDFLAGS="$LDFLAGS"
35309 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
35310 LDFLAGS="$LDFLAGS -shared -fPIC"
35311 ac_ext=cpp
35312 ac_cpp='$CXXCPP $CPPFLAGS'
35313 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35314 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35315 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35316
35317 cat >conftest.$ac_ext <<_ACEOF
35318 /* confdefs.h. */
35319 _ACEOF
35320 cat confdefs.h >>conftest.$ac_ext
35321 cat >>conftest.$ac_ext <<_ACEOF
35322 /* end confdefs.h. */
35323
35324 #include <string>
35325
35326 int
35327 main ()
35328 {
35329
35330 std::string s("hello");
35331 return s.length();
35332
35333 ;
35334 return 0;
35335 }
35336 _ACEOF
35337 rm -f conftest.$ac_objext conftest$ac_exeext
35338 if { (ac_try="$ac_link"
35339 case "(($ac_try" in
35340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35341 *) ac_try_echo=$ac_try;;
35342 esac
35343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35344 (eval "$ac_link") 2>conftest.er1
35345 ac_status=$?
35346 grep -v '^ *+' conftest.er1 >conftest.err
35347 rm -f conftest.er1
35348 cat conftest.err >&5
35349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35350 (exit $ac_status); } && {
35351 test -z "$ac_cxx_werror_flag" ||
35352 test ! -s conftest.err
35353 } && test -s conftest$ac_exeext &&
35354 $as_test_x conftest$ac_exeext; then
35355 wx_cv_cc_broken_libstdcxx_visibility=no
35356 else
35357 echo "$as_me: failed program was:" >&5
35358 sed 's/^/| /' conftest.$ac_ext >&5
35359
35360 wx_cv_cc_broken_libstdcxx_visibility=yes
35361 fi
35362
35363 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35364 conftest$ac_exeext conftest.$ac_ext
35365 ac_ext=c
35366 ac_cpp='$CPP $CPPFLAGS'
35367 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35368 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35369 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35370
35371 CXXFLAGS="$wx_save_CXXFLAGS"
35372 LDFLAGS="$wx_save_LDFLAGS"
35373 fi
35374
35375 { echo "$as_me:$LINENO: result: $wx_cv_cc_broken_libstdcxx_visibility" >&5
35376 echo "${ECHO_T}$wx_cv_cc_broken_libstdcxx_visibility" >&6; }
35377
35378 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
35379 { echo "$as_me:$LINENO: checking whether we can work around it" >&5
35380 echo $ECHO_N "checking whether we can work around it... $ECHO_C" >&6; }
35381 if test "${wx_cv_cc_visibility_workaround+set}" = set; then
35382 echo $ECHO_N "(cached) $ECHO_C" >&6
35383 else
35384
35385 ac_ext=cpp
35386 ac_cpp='$CXXCPP $CPPFLAGS'
35387 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35388 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35389 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
35390
35391 cat >conftest.$ac_ext <<_ACEOF
35392 /* confdefs.h. */
35393 _ACEOF
35394 cat confdefs.h >>conftest.$ac_ext
35395 cat >>conftest.$ac_ext <<_ACEOF
35396 /* end confdefs.h. */
35397
35398 #pragma GCC visibility push(default)
35399 #include <string>
35400 #pragma GCC visibility pop
35401
35402 int
35403 main ()
35404 {
35405
35406 std::string s("hello");
35407 return s.length();
35408
35409 ;
35410 return 0;
35411 }
35412 _ACEOF
35413 rm -f conftest.$ac_objext conftest$ac_exeext
35414 if { (ac_try="$ac_link"
35415 case "(($ac_try" in
35416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35417 *) ac_try_echo=$ac_try;;
35418 esac
35419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35420 (eval "$ac_link") 2>conftest.er1
35421 ac_status=$?
35422 grep -v '^ *+' conftest.er1 >conftest.err
35423 rm -f conftest.er1
35424 cat conftest.err >&5
35425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35426 (exit $ac_status); } && {
35427 test -z "$ac_cxx_werror_flag" ||
35428 test ! -s conftest.err
35429 } && test -s conftest$ac_exeext &&
35430 $as_test_x conftest$ac_exeext; then
35431 wx_cv_cc_visibility_workaround=no
35432 else
35433 echo "$as_me: failed program was:" >&5
35434 sed 's/^/| /' conftest.$ac_ext >&5
35435
35436 wx_cv_cc_visibility_workaround=yes
35437 fi
35438
35439 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35440 conftest$ac_exeext conftest.$ac_ext
35441 ac_ext=c
35442 ac_cpp='$CPP $CPPFLAGS'
35443 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35444 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35445 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35446
35447
35448 fi
35449
35450 { echo "$as_me:$LINENO: result: $wx_cv_cc_visibility_workaround" >&5
35451 echo "${ECHO_T}$wx_cv_cc_visibility_workaround" >&6; }
35452
35453 if test $wx_cv_cc_visibility_workaround = no; then
35454 wx_cv_cc_visibility=no
35455 fi
35456 fi
35457 fi
35458
35459 if test $wx_cv_cc_visibility = yes; then
35460 cat >>confdefs.h <<\_ACEOF
35461 #define HAVE_VISIBILITY 1
35462 _ACEOF
35463
35464 if test $wx_cv_cc_broken_libstdcxx_visibility = yes; then
35465 cat >>confdefs.h <<\_ACEOF
35466 #define HAVE_BROKEN_LIBSTDCXX_VISIBILITY 1
35467 _ACEOF
35468
35469 fi
35470 else
35471 CFLAGS_VISIBILITY=""
35472 CXXFLAGS_VISIBILITY=""
35473 fi
35474
35475
35476 fi
35477
35478 fi
35479
35480 if test "x$SUNCXX" = xyes; then
35481 SAMPLES_RPATH_FLAG="-R\$(wx_top_builddir)/lib"
35482 WXCONFIG_RPATH="-R\$libdir"
35483 else
35484 case "${host}" in
35485 *-*-linux* | *-*-gnu* )
35486 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
35487 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
35488 ;;
35489
35490 *-*-solaris2* )
35491
35492 CPPFLAGS="-isystem /usr/openwin/include $CPPFLAGS"
35493
35494 saveLdflags="$LDFLAGS"
35495 LDFLAGS="$saveLdflags -Wl,-rpath,/"
35496 { echo "$as_me:$LINENO: checking if the linker accepts -rpath" >&5
35497 echo $ECHO_N "checking if the linker accepts -rpath... $ECHO_C" >&6; }
35498 cat >conftest.$ac_ext <<_ACEOF
35499 /* confdefs.h. */
35500 _ACEOF
35501 cat confdefs.h >>conftest.$ac_ext
35502 cat >>conftest.$ac_ext <<_ACEOF
35503 /* end confdefs.h. */
35504
35505 int
35506 main ()
35507 {
35508
35509 ;
35510 return 0;
35511 }
35512 _ACEOF
35513 rm -f conftest.$ac_objext conftest$ac_exeext
35514 if { (ac_try="$ac_link"
35515 case "(($ac_try" in
35516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35517 *) ac_try_echo=$ac_try;;
35518 esac
35519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35520 (eval "$ac_link") 2>conftest.er1
35521 ac_status=$?
35522 grep -v '^ *+' conftest.er1 >conftest.err
35523 rm -f conftest.er1
35524 cat conftest.err >&5
35525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35526 (exit $ac_status); } && {
35527 test -z "$ac_c_werror_flag" ||
35528 test ! -s conftest.err
35529 } && test -s conftest$ac_exeext &&
35530 $as_test_x conftest$ac_exeext; then
35531
35532 { echo "$as_me:$LINENO: result: yes" >&5
35533 echo "${ECHO_T}yes" >&6; }
35534 SAMPLES_RPATH_FLAG="-Wl,-rpath,\$(wx_top_builddir)/lib"
35535 WXCONFIG_RPATH="-Wl,-rpath,\$libdir"
35536
35537 else
35538 echo "$as_me: failed program was:" >&5
35539 sed 's/^/| /' conftest.$ac_ext >&5
35540
35541
35542 { echo "$as_me:$LINENO: result: no" >&5
35543 echo "${ECHO_T}no" >&6; }
35544 { echo "$as_me:$LINENO: checking if the linker accepts -R" >&5
35545 echo $ECHO_N "checking if the linker accepts -R... $ECHO_C" >&6; }
35546 LDFLAGS="$saveLdflags -Wl,-R,/"
35547 cat >conftest.$ac_ext <<_ACEOF
35548 /* confdefs.h. */
35549 _ACEOF
35550 cat confdefs.h >>conftest.$ac_ext
35551 cat >>conftest.$ac_ext <<_ACEOF
35552 /* end confdefs.h. */
35553
35554 int
35555 main ()
35556 {
35557
35558 ;
35559 return 0;
35560 }
35561 _ACEOF
35562 rm -f conftest.$ac_objext conftest$ac_exeext
35563 if { (ac_try="$ac_link"
35564 case "(($ac_try" in
35565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35566 *) ac_try_echo=$ac_try;;
35567 esac
35568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35569 (eval "$ac_link") 2>conftest.er1
35570 ac_status=$?
35571 grep -v '^ *+' conftest.er1 >conftest.err
35572 rm -f conftest.er1
35573 cat conftest.err >&5
35574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35575 (exit $ac_status); } && {
35576 test -z "$ac_c_werror_flag" ||
35577 test ! -s conftest.err
35578 } && test -s conftest$ac_exeext &&
35579 $as_test_x conftest$ac_exeext; then
35580
35581 { echo "$as_me:$LINENO: result: yes" >&5
35582 echo "${ECHO_T}yes" >&6; }
35583 SAMPLES_RPATH_FLAG="-Wl,-R,\$(wx_top_builddir)/lib"
35584 WXCONFIG_RPATH="-Wl,-R,\$libdir"
35585
35586 else
35587 echo "$as_me: failed program was:" >&5
35588 sed 's/^/| /' conftest.$ac_ext >&5
35589
35590
35591 { echo "$as_me:$LINENO: result: no" >&5
35592 echo "${ECHO_T}no" >&6; }
35593
35594 fi
35595
35596 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35597 conftest$ac_exeext conftest.$ac_ext
35598
35599 fi
35600
35601 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35602 conftest$ac_exeext conftest.$ac_ext
35603 LDFLAGS="$saveLdflags"
35604 ;;
35605
35606 *-*-darwin* )
35607 install_name_tool=`which ${HOST_PREFIX}install_name_tool`
35608 if test "$install_name_tool" -a -x "$install_name_tool"; then
35609 DYLIB_RPATH_POSTLINK="${HOST_PREFIX}install_name_tool -id \$@ \$@"
35610 cat <<EOF >change-install-names
35611 #!/bin/sh
35612 libnames=\`cd \${2} ; ls -1 | grep '\.[0-9][0-9]*\.dylib\$'\`
35613 for i in \${libnames} ; do
35614 ${HOST_PREFIX}install_name_tool -id \${3}/\${i} \${1}/\${i}
35615 for dep in \${libnames} ; do
35616 ${HOST_PREFIX}install_name_tool -change \${2}/\${dep} \${3}/\${dep} \${1}/\${i}
35617 done
35618 done
35619 EOF
35620 chmod +x change-install-names
35621 DYLIB_RPATH_INSTALL="\$(wx_top_builddir)/change-install-names \${DESTDIR}\${libdir} \$(wx_top_builddir)/lib \${libdir}"
35622 fi
35623
35624 HEADER_PAD_OPTION="-headerpad_max_install_names"
35625 ;;
35626
35627 *-*-cygwin* | *-*-mingw32* )
35628 ;;
35629
35630 *-*-hpux* )
35631 SAMPLES_RPATH_FLAG="-Wl,+b,\$(wx_top_builddir)/lib"
35632 WXCONFIG_RPATH="-Wl,+b,\$libdir"
35633 ;;
35634
35635 esac
35636 fi
35637
35638 WXCONFIG_ONLY_CPPFLAGS="$WXCONFIG_ONLY_CPPFLAGS -DWXUSINGDLL"
35639
35640 if test $wxUSE_RPATH = "no"; then
35641 SAMPLES_RPATH_FLAG=''
35642 DYLIB_PATH_POSTLINK=''
35643 WXCONFIG_RPATH=''
35644 fi
35645
35646 SHARED=1
35647
35648 else
35649
35650 config_linkage_component="-static"
35651 SHARED=0
35652
35653 fi
35654
35655
35656 UNICODE=0
35657 lib_unicode_suffix=
35658 WX_CHARTYPE="ansi"
35659 if test "$wxUSE_UNICODE" = "yes"; then
35660 lib_unicode_suffix=u
35661 WX_CHARTYPE="unicode"
35662 UNICODE=1
35663 fi
35664
35665 WX_FLAVOUR=${WX_FLAVOUR:+-$WX_FLAVOUR}
35666 WX_LIB_FLAVOUR=`echo $WX_FLAVOUR | tr '-' '_'`
35667
35668 DEBUG_INFO=0
35669 if test "$wxUSE_DEBUG_INFO" = "yes"; then
35670 DEBUG_INFO=1
35671 fi
35672
35673 WX_VERSION_TAG=`echo WX${lib_unicode_suffix}${WX_LIB_FLAVOUR}_${WX_RELEASE} | tr '[a-z]' '[A-Z]'`
35674
35675 TOOLCHAIN_NAME="${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
35676
35677 TOOLCHAIN_FULLNAME="${HOST_PREFIX}${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}-${WX_CHARTYPE}${config_linkage_component}-${WX_RELEASE}${WX_FLAVOUR}"
35678
35679
35680 if test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
35681 WX_LIBRARY_BASENAME_NOGUI="wx_base${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
35682 else
35683 WX_LIBRARY_BASENAME_NOGUI="wx_base${WXBASEPORT}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
35684 fi
35685 if test "${TOOLKIT_DIR}" = "os2"; then
35686 WX_LIBRARY_BASENAME_GUI="wx_pm${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
35687 else
35688 WX_LIBRARY_BASENAME_GUI="wx_${TOOLKIT_DIR}${TOOLKIT_VERSION}${WIDGET_SET}${lib_unicode_suffix}${WX_LIB_FLAVOUR}"
35689 fi
35690
35691
35692
35693 if test "$wxUSE_OLD_COCOA" = 1; then
35694
35695 ac_ext=c
35696 ac_cpp='$CPP $CPPFLAGS'
35697 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35698 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35699 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35700
35701 ac_ext=m
35702
35703 { echo "$as_me:$LINENO: checking if AppKit/NSEvent.h conflicts with CoreFoundation" >&5
35704 echo $ECHO_N "checking if AppKit/NSEvent.h conflicts with CoreFoundation... $ECHO_C" >&6; }
35705 cat >conftest.$ac_ext <<_ACEOF
35706 /* confdefs.h. */
35707 _ACEOF
35708 cat confdefs.h >>conftest.$ac_ext
35709 cat >>conftest.$ac_ext <<_ACEOF
35710 /* end confdefs.h. */
35711 #include <AppKit/NSEvent.h>
35712 #include <CoreFoundation/CoreFoundation.h>
35713
35714 int
35715 main ()
35716 {
35717
35718 ;
35719 return 0;
35720 }
35721 _ACEOF
35722 rm -f conftest.$ac_objext
35723 if { (ac_try="$ac_compile"
35724 case "(($ac_try" in
35725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35726 *) ac_try_echo=$ac_try;;
35727 esac
35728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35729 (eval "$ac_compile") 2>conftest.er1
35730 ac_status=$?
35731 grep -v '^ *+' conftest.er1 >conftest.err
35732 rm -f conftest.er1
35733 cat conftest.err >&5
35734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35735 (exit $ac_status); } && {
35736 test -z "$ac_c_werror_flag" ||
35737 test ! -s conftest.err
35738 } && test -s conftest.$ac_objext; then
35739 { echo "$as_me:$LINENO: result: no" >&5
35740 echo "${ECHO_T}no" >&6; }
35741 else
35742 echo "$as_me: failed program was:" >&5
35743 sed 's/^/| /' conftest.$ac_ext >&5
35744
35745 { echo "$as_me:$LINENO: result: yes" >&5
35746 echo "${ECHO_T}yes" >&6; }
35747 { echo "$as_me:$LINENO: checking if defining __Point__ will fix it" >&5
35748 echo $ECHO_N "checking if defining __Point__ will fix it... $ECHO_C" >&6; }
35749 cat >conftest.$ac_ext <<_ACEOF
35750 /* confdefs.h. */
35751 _ACEOF
35752 cat confdefs.h >>conftest.$ac_ext
35753 cat >>conftest.$ac_ext <<_ACEOF
35754 /* end confdefs.h. */
35755 #define __Point__ 1
35756 #include <AppKit/NSEvent.h>
35757 #include <CoreFoundation/CoreFoundation.h>
35758
35759 int
35760 main ()
35761 {
35762
35763 ;
35764 return 0;
35765 }
35766 _ACEOF
35767 rm -f conftest.$ac_objext
35768 if { (ac_try="$ac_compile"
35769 case "(($ac_try" in
35770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35771 *) ac_try_echo=$ac_try;;
35772 esac
35773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35774 (eval "$ac_compile") 2>conftest.er1
35775 ac_status=$?
35776 grep -v '^ *+' conftest.er1 >conftest.err
35777 rm -f conftest.er1
35778 cat conftest.err >&5
35779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35780 (exit $ac_status); } && {
35781 test -z "$ac_c_werror_flag" ||
35782 test ! -s conftest.err
35783 } && test -s conftest.$ac_objext; then
35784 { echo "$as_me:$LINENO: result: yes" >&5
35785 echo "${ECHO_T}yes" >&6; }
35786 cat >>confdefs.h <<\_ACEOF
35787 #define __Point__ 1
35788 _ACEOF
35789
35790
35791 else
35792 echo "$as_me: failed program was:" >&5
35793 sed 's/^/| /' conftest.$ac_ext >&5
35794
35795 { { echo "$as_me:$LINENO: error: no
35796 See \`config.log' for more details." >&5
35797 echo "$as_me: error: no
35798 See \`config.log' for more details." >&2;}
35799 { (exit 1); exit 1; }; }
35800
35801 fi
35802
35803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35804
35805 fi
35806
35807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35808 ac_ext=c
35809 ac_cpp='$CPP $CPPFLAGS'
35810 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
35811 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
35812 ac_compiler_gnu=$ac_cv_c_compiler_gnu
35813
35814 fi
35815
35816
35817 { echo "$as_me:$LINENO: checking for mode_t" >&5
35818 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
35819 if test "${ac_cv_type_mode_t+set}" = set; then
35820 echo $ECHO_N "(cached) $ECHO_C" >&6
35821 else
35822 cat >conftest.$ac_ext <<_ACEOF
35823 /* confdefs.h. */
35824 _ACEOF
35825 cat confdefs.h >>conftest.$ac_ext
35826 cat >>conftest.$ac_ext <<_ACEOF
35827 /* end confdefs.h. */
35828 $ac_includes_default
35829 typedef mode_t ac__type_new_;
35830 int
35831 main ()
35832 {
35833 if ((ac__type_new_ *) 0)
35834 return 0;
35835 if (sizeof (ac__type_new_))
35836 return 0;
35837 ;
35838 return 0;
35839 }
35840 _ACEOF
35841 rm -f conftest.$ac_objext
35842 if { (ac_try="$ac_compile"
35843 case "(($ac_try" in
35844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35845 *) ac_try_echo=$ac_try;;
35846 esac
35847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35848 (eval "$ac_compile") 2>conftest.er1
35849 ac_status=$?
35850 grep -v '^ *+' conftest.er1 >conftest.err
35851 rm -f conftest.er1
35852 cat conftest.err >&5
35853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35854 (exit $ac_status); } && {
35855 test -z "$ac_c_werror_flag" ||
35856 test ! -s conftest.err
35857 } && test -s conftest.$ac_objext; then
35858 ac_cv_type_mode_t=yes
35859 else
35860 echo "$as_me: failed program was:" >&5
35861 sed 's/^/| /' conftest.$ac_ext >&5
35862
35863 ac_cv_type_mode_t=no
35864 fi
35865
35866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35867 fi
35868 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
35869 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
35870 if test $ac_cv_type_mode_t = yes; then
35871 :
35872 else
35873
35874 cat >>confdefs.h <<_ACEOF
35875 #define mode_t int
35876 _ACEOF
35877
35878 fi
35879
35880 { echo "$as_me:$LINENO: checking for off_t" >&5
35881 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
35882 if test "${ac_cv_type_off_t+set}" = set; then
35883 echo $ECHO_N "(cached) $ECHO_C" >&6
35884 else
35885 cat >conftest.$ac_ext <<_ACEOF
35886 /* confdefs.h. */
35887 _ACEOF
35888 cat confdefs.h >>conftest.$ac_ext
35889 cat >>conftest.$ac_ext <<_ACEOF
35890 /* end confdefs.h. */
35891 $ac_includes_default
35892 typedef off_t ac__type_new_;
35893 int
35894 main ()
35895 {
35896 if ((ac__type_new_ *) 0)
35897 return 0;
35898 if (sizeof (ac__type_new_))
35899 return 0;
35900 ;
35901 return 0;
35902 }
35903 _ACEOF
35904 rm -f conftest.$ac_objext
35905 if { (ac_try="$ac_compile"
35906 case "(($ac_try" in
35907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35908 *) ac_try_echo=$ac_try;;
35909 esac
35910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35911 (eval "$ac_compile") 2>conftest.er1
35912 ac_status=$?
35913 grep -v '^ *+' conftest.er1 >conftest.err
35914 rm -f conftest.er1
35915 cat conftest.err >&5
35916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35917 (exit $ac_status); } && {
35918 test -z "$ac_c_werror_flag" ||
35919 test ! -s conftest.err
35920 } && test -s conftest.$ac_objext; then
35921 ac_cv_type_off_t=yes
35922 else
35923 echo "$as_me: failed program was:" >&5
35924 sed 's/^/| /' conftest.$ac_ext >&5
35925
35926 ac_cv_type_off_t=no
35927 fi
35928
35929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35930 fi
35931 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
35932 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
35933 if test $ac_cv_type_off_t = yes; then
35934 :
35935 else
35936
35937 cat >>confdefs.h <<_ACEOF
35938 #define off_t long int
35939 _ACEOF
35940
35941 fi
35942
35943 { echo "$as_me:$LINENO: checking for pid_t" >&5
35944 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
35945 if test "${ac_cv_type_pid_t+set}" = set; then
35946 echo $ECHO_N "(cached) $ECHO_C" >&6
35947 else
35948 cat >conftest.$ac_ext <<_ACEOF
35949 /* confdefs.h. */
35950 _ACEOF
35951 cat confdefs.h >>conftest.$ac_ext
35952 cat >>conftest.$ac_ext <<_ACEOF
35953 /* end confdefs.h. */
35954 $ac_includes_default
35955 typedef pid_t ac__type_new_;
35956 int
35957 main ()
35958 {
35959 if ((ac__type_new_ *) 0)
35960 return 0;
35961 if (sizeof (ac__type_new_))
35962 return 0;
35963 ;
35964 return 0;
35965 }
35966 _ACEOF
35967 rm -f conftest.$ac_objext
35968 if { (ac_try="$ac_compile"
35969 case "(($ac_try" in
35970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35971 *) ac_try_echo=$ac_try;;
35972 esac
35973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
35974 (eval "$ac_compile") 2>conftest.er1
35975 ac_status=$?
35976 grep -v '^ *+' conftest.er1 >conftest.err
35977 rm -f conftest.er1
35978 cat conftest.err >&5
35979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
35980 (exit $ac_status); } && {
35981 test -z "$ac_c_werror_flag" ||
35982 test ! -s conftest.err
35983 } && test -s conftest.$ac_objext; then
35984 ac_cv_type_pid_t=yes
35985 else
35986 echo "$as_me: failed program was:" >&5
35987 sed 's/^/| /' conftest.$ac_ext >&5
35988
35989 ac_cv_type_pid_t=no
35990 fi
35991
35992 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35993 fi
35994 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
35995 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
35996 if test $ac_cv_type_pid_t = yes; then
35997 :
35998 else
35999
36000 cat >>confdefs.h <<_ACEOF
36001 #define pid_t int
36002 _ACEOF
36003
36004 fi
36005
36006 { echo "$as_me:$LINENO: checking for size_t" >&5
36007 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
36008 if test "${ac_cv_type_size_t+set}" = set; then
36009 echo $ECHO_N "(cached) $ECHO_C" >&6
36010 else
36011 cat >conftest.$ac_ext <<_ACEOF
36012 /* confdefs.h. */
36013 _ACEOF
36014 cat confdefs.h >>conftest.$ac_ext
36015 cat >>conftest.$ac_ext <<_ACEOF
36016 /* end confdefs.h. */
36017 $ac_includes_default
36018 typedef size_t ac__type_new_;
36019 int
36020 main ()
36021 {
36022 if ((ac__type_new_ *) 0)
36023 return 0;
36024 if (sizeof (ac__type_new_))
36025 return 0;
36026 ;
36027 return 0;
36028 }
36029 _ACEOF
36030 rm -f conftest.$ac_objext
36031 if { (ac_try="$ac_compile"
36032 case "(($ac_try" in
36033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36034 *) ac_try_echo=$ac_try;;
36035 esac
36036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36037 (eval "$ac_compile") 2>conftest.er1
36038 ac_status=$?
36039 grep -v '^ *+' conftest.er1 >conftest.err
36040 rm -f conftest.er1
36041 cat conftest.err >&5
36042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36043 (exit $ac_status); } && {
36044 test -z "$ac_c_werror_flag" ||
36045 test ! -s conftest.err
36046 } && test -s conftest.$ac_objext; then
36047 ac_cv_type_size_t=yes
36048 else
36049 echo "$as_me: failed program was:" >&5
36050 sed 's/^/| /' conftest.$ac_ext >&5
36051
36052 ac_cv_type_size_t=no
36053 fi
36054
36055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36056 fi
36057 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
36058 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
36059 if test $ac_cv_type_size_t = yes; then
36060 :
36061 else
36062
36063 cat >>confdefs.h <<_ACEOF
36064 #define size_t unsigned int
36065 _ACEOF
36066
36067 fi
36068
36069
36070 { echo "$as_me:$LINENO: checking for ssize_t" >&5
36071 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
36072 if test "${ac_cv_type_ssize_t+set}" = set; then
36073 echo $ECHO_N "(cached) $ECHO_C" >&6
36074 else
36075 cat >conftest.$ac_ext <<_ACEOF
36076 /* confdefs.h. */
36077 _ACEOF
36078 cat confdefs.h >>conftest.$ac_ext
36079 cat >>conftest.$ac_ext <<_ACEOF
36080 /* end confdefs.h. */
36081 $ac_includes_default
36082 typedef ssize_t ac__type_new_;
36083 int
36084 main ()
36085 {
36086 if ((ac__type_new_ *) 0)
36087 return 0;
36088 if (sizeof (ac__type_new_))
36089 return 0;
36090 ;
36091 return 0;
36092 }
36093 _ACEOF
36094 rm -f conftest.$ac_objext
36095 if { (ac_try="$ac_compile"
36096 case "(($ac_try" in
36097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36098 *) ac_try_echo=$ac_try;;
36099 esac
36100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36101 (eval "$ac_compile") 2>conftest.er1
36102 ac_status=$?
36103 grep -v '^ *+' conftest.er1 >conftest.err
36104 rm -f conftest.er1
36105 cat conftest.err >&5
36106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36107 (exit $ac_status); } && {
36108 test -z "$ac_c_werror_flag" ||
36109 test ! -s conftest.err
36110 } && test -s conftest.$ac_objext; then
36111 ac_cv_type_ssize_t=yes
36112 else
36113 echo "$as_me: failed program was:" >&5
36114 sed 's/^/| /' conftest.$ac_ext >&5
36115
36116 ac_cv_type_ssize_t=no
36117 fi
36118
36119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36120 fi
36121 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
36122 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
36123 if test $ac_cv_type_ssize_t = yes; then
36124
36125 cat >>confdefs.h <<_ACEOF
36126 #define HAVE_SSIZE_T 1
36127 _ACEOF
36128
36129
36130 fi
36131
36132
36133 ac_ext=cpp
36134 ac_cpp='$CXXCPP $CPPFLAGS'
36135 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36136 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36137 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
36138 { echo "$as_me:$LINENO: checking if size_t is unsigned int" >&5
36139 echo $ECHO_N "checking if size_t is unsigned int... $ECHO_C" >&6; }
36140 if test "${wx_cv_size_t_is_uint+set}" = set; then
36141 echo $ECHO_N "(cached) $ECHO_C" >&6
36142 else
36143
36144 cat >conftest.$ac_ext <<_ACEOF
36145 /* confdefs.h. */
36146 _ACEOF
36147 cat confdefs.h >>conftest.$ac_ext
36148 cat >>conftest.$ac_ext <<_ACEOF
36149 /* end confdefs.h. */
36150 #include <stddef.h>
36151 int
36152 main ()
36153 {
36154
36155 return 0; }
36156
36157 struct Foo { void foo(size_t); void foo(unsigned int); };
36158
36159 int bar() {
36160
36161 ;
36162 return 0;
36163 }
36164 _ACEOF
36165 rm -f conftest.$ac_objext
36166 if { (ac_try="$ac_compile"
36167 case "(($ac_try" in
36168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36169 *) ac_try_echo=$ac_try;;
36170 esac
36171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36172 (eval "$ac_compile") 2>conftest.er1
36173 ac_status=$?
36174 grep -v '^ *+' conftest.er1 >conftest.err
36175 rm -f conftest.er1
36176 cat conftest.err >&5
36177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36178 (exit $ac_status); } && {
36179 test -z "$ac_cxx_werror_flag" ||
36180 test ! -s conftest.err
36181 } && test -s conftest.$ac_objext; then
36182 wx_cv_size_t_is_uint=no
36183 else
36184 echo "$as_me: failed program was:" >&5
36185 sed 's/^/| /' conftest.$ac_ext >&5
36186
36187 wx_cv_size_t_is_uint=yes
36188
36189 fi
36190
36191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36192
36193
36194 fi
36195 { echo "$as_me:$LINENO: result: $wx_cv_size_t_is_uint" >&5
36196 echo "${ECHO_T}$wx_cv_size_t_is_uint" >&6; }
36197
36198 if test "$wx_cv_size_t_is_uint" = "yes"; then
36199 cat >>confdefs.h <<\_ACEOF
36200 #define wxSIZE_T_IS_UINT 1
36201 _ACEOF
36202
36203 else
36204 { echo "$as_me:$LINENO: checking if size_t is unsigned long" >&5
36205 echo $ECHO_N "checking if size_t is unsigned long... $ECHO_C" >&6; }
36206 if test "${wx_cv_size_t_is_ulong+set}" = set; then
36207 echo $ECHO_N "(cached) $ECHO_C" >&6
36208 else
36209 cat >conftest.$ac_ext <<_ACEOF
36210 /* confdefs.h. */
36211 _ACEOF
36212 cat confdefs.h >>conftest.$ac_ext
36213 cat >>conftest.$ac_ext <<_ACEOF
36214 /* end confdefs.h. */
36215 #include <stddef.h>
36216 int
36217 main ()
36218 {
36219
36220 return 0; }
36221
36222 struct Foo { void foo(size_t); void foo(unsigned long); };
36223
36224 int bar() {
36225
36226 ;
36227 return 0;
36228 }
36229 _ACEOF
36230 rm -f conftest.$ac_objext
36231 if { (ac_try="$ac_compile"
36232 case "(($ac_try" in
36233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36234 *) ac_try_echo=$ac_try;;
36235 esac
36236 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36237 (eval "$ac_compile") 2>conftest.er1
36238 ac_status=$?
36239 grep -v '^ *+' conftest.er1 >conftest.err
36240 rm -f conftest.er1
36241 cat conftest.err >&5
36242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36243 (exit $ac_status); } && {
36244 test -z "$ac_cxx_werror_flag" ||
36245 test ! -s conftest.err
36246 } && test -s conftest.$ac_objext; then
36247 wx_cv_size_t_is_ulong=no
36248 else
36249 echo "$as_me: failed program was:" >&5
36250 sed 's/^/| /' conftest.$ac_ext >&5
36251
36252 wx_cv_size_t_is_ulong=yes
36253
36254 fi
36255
36256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36257
36258 fi
36259 { echo "$as_me:$LINENO: result: $wx_cv_size_t_is_ulong" >&5
36260 echo "${ECHO_T}$wx_cv_size_t_is_ulong" >&6; }
36261
36262 if test "$wx_cv_size_t_is_ulong" = "yes"; then
36263 cat >>confdefs.h <<\_ACEOF
36264 #define wxSIZE_T_IS_ULONG 1
36265 _ACEOF
36266
36267 fi
36268 fi
36269
36270 { echo "$as_me:$LINENO: checking if wchar_t is separate type" >&5
36271 echo $ECHO_N "checking if wchar_t is separate type... $ECHO_C" >&6; }
36272 if test "${wx_cv_wchar_t_is_separate_type+set}" = set; then
36273 echo $ECHO_N "(cached) $ECHO_C" >&6
36274 else
36275 cat >conftest.$ac_ext <<_ACEOF
36276 /* confdefs.h. */
36277 _ACEOF
36278 cat confdefs.h >>conftest.$ac_ext
36279 cat >>conftest.$ac_ext <<_ACEOF
36280 /* end confdefs.h. */
36281 #include <wchar.h>
36282 int
36283 main ()
36284 {
36285
36286 return 0; }
36287
36288 struct Foo { void foo(wchar_t);
36289 void foo(unsigned short);
36290 void foo(unsigned int);
36291 void foo(unsigned long); };
36292
36293 int bar() {
36294
36295 ;
36296 return 0;
36297 }
36298 _ACEOF
36299 rm -f conftest.$ac_objext
36300 if { (ac_try="$ac_compile"
36301 case "(($ac_try" in
36302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36303 *) ac_try_echo=$ac_try;;
36304 esac
36305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36306 (eval "$ac_compile") 2>conftest.er1
36307 ac_status=$?
36308 grep -v '^ *+' conftest.er1 >conftest.err
36309 rm -f conftest.er1
36310 cat conftest.err >&5
36311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36312 (exit $ac_status); } && {
36313 test -z "$ac_cxx_werror_flag" ||
36314 test ! -s conftest.err
36315 } && test -s conftest.$ac_objext; then
36316 wx_cv_wchar_t_is_separate_type=yes
36317 else
36318 echo "$as_me: failed program was:" >&5
36319 sed 's/^/| /' conftest.$ac_ext >&5
36320
36321 wx_cv_wchar_t_is_separate_type=no
36322
36323 fi
36324
36325 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36326
36327 fi
36328 { echo "$as_me:$LINENO: result: $wx_cv_wchar_t_is_separate_type" >&5
36329 echo "${ECHO_T}$wx_cv_wchar_t_is_separate_type" >&6; }
36330
36331 if test "$wx_cv_wchar_t_is_separate_type" = "yes"; then
36332 cat >>confdefs.h <<\_ACEOF
36333 #define wxWCHAR_T_IS_REAL_TYPE 1
36334 _ACEOF
36335
36336 else
36337 cat >>confdefs.h <<\_ACEOF
36338 #define wxWCHAR_T_IS_REAL_TYPE 0
36339 _ACEOF
36340
36341 fi
36342
36343 ac_ext=c
36344 ac_cpp='$CPP $CPPFLAGS'
36345 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
36346 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
36347 ac_compiler_gnu=$ac_cv_c_compiler_gnu
36348
36349
36350 { echo "$as_me:$LINENO: checking for pw_gecos in struct passwd" >&5
36351 echo $ECHO_N "checking for pw_gecos in struct passwd... $ECHO_C" >&6; }
36352 if test "${wx_cv_struct_pw_gecos+set}" = set; then
36353 echo $ECHO_N "(cached) $ECHO_C" >&6
36354 else
36355
36356 cat >conftest.$ac_ext <<_ACEOF
36357 /* confdefs.h. */
36358 _ACEOF
36359 cat confdefs.h >>conftest.$ac_ext
36360 cat >>conftest.$ac_ext <<_ACEOF
36361 /* end confdefs.h. */
36362 #include <pwd.h>
36363 int
36364 main ()
36365 {
36366
36367 char *p;
36368 struct passwd *pw;
36369 p = pw->pw_gecos;
36370
36371 ;
36372 return 0;
36373 }
36374 _ACEOF
36375 rm -f conftest.$ac_objext
36376 if { (ac_try="$ac_compile"
36377 case "(($ac_try" in
36378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36379 *) ac_try_echo=$ac_try;;
36380 esac
36381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36382 (eval "$ac_compile") 2>conftest.er1
36383 ac_status=$?
36384 grep -v '^ *+' conftest.er1 >conftest.err
36385 rm -f conftest.er1
36386 cat conftest.err >&5
36387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36388 (exit $ac_status); } && {
36389 test -z "$ac_c_werror_flag" ||
36390 test ! -s conftest.err
36391 } && test -s conftest.$ac_objext; then
36392
36393 wx_cv_struct_pw_gecos=yes
36394
36395 else
36396 echo "$as_me: failed program was:" >&5
36397 sed 's/^/| /' conftest.$ac_ext >&5
36398
36399
36400 wx_cv_struct_pw_gecos=no
36401
36402
36403 fi
36404
36405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36406
36407
36408 fi
36409 { echo "$as_me:$LINENO: result: $wx_cv_struct_pw_gecos" >&5
36410 echo "${ECHO_T}$wx_cv_struct_pw_gecos" >&6; }
36411
36412 if test "$wx_cv_struct_pw_gecos" = "yes"; then
36413 cat >>confdefs.h <<\_ACEOF
36414 #define HAVE_PW_GECOS 1
36415 _ACEOF
36416
36417 fi
36418
36419
36420 WCSLEN_FOUND=0
36421 WCHAR_LINK=
36422
36423 for ac_func in wcslen
36424 do
36425 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36426 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36427 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36428 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36429 echo $ECHO_N "(cached) $ECHO_C" >&6
36430 else
36431 cat >conftest.$ac_ext <<_ACEOF
36432 /* confdefs.h. */
36433 _ACEOF
36434 cat confdefs.h >>conftest.$ac_ext
36435 cat >>conftest.$ac_ext <<_ACEOF
36436 /* end confdefs.h. */
36437 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36438 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36439 #define $ac_func innocuous_$ac_func
36440
36441 /* System header to define __stub macros and hopefully few prototypes,
36442 which can conflict with char $ac_func (); below.
36443 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36444 <limits.h> exists even on freestanding compilers. */
36445
36446 #ifdef __STDC__
36447 # include <limits.h>
36448 #else
36449 # include <assert.h>
36450 #endif
36451
36452 #undef $ac_func
36453
36454 /* Override any GCC internal prototype to avoid an error.
36455 Use char because int might match the return type of a GCC
36456 builtin and then its argument prototype would still apply. */
36457 #ifdef __cplusplus
36458 extern "C"
36459 #endif
36460 char $ac_func ();
36461 /* The GNU C library defines this for functions which it implements
36462 to always fail with ENOSYS. Some functions are actually named
36463 something starting with __ and the normal name is an alias. */
36464 #if defined __stub_$ac_func || defined __stub___$ac_func
36465 choke me
36466 #endif
36467
36468 int
36469 main ()
36470 {
36471 return $ac_func ();
36472 ;
36473 return 0;
36474 }
36475 _ACEOF
36476 rm -f conftest.$ac_objext conftest$ac_exeext
36477 if { (ac_try="$ac_link"
36478 case "(($ac_try" in
36479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36480 *) ac_try_echo=$ac_try;;
36481 esac
36482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36483 (eval "$ac_link") 2>conftest.er1
36484 ac_status=$?
36485 grep -v '^ *+' conftest.er1 >conftest.err
36486 rm -f conftest.er1
36487 cat conftest.err >&5
36488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36489 (exit $ac_status); } && {
36490 test -z "$ac_c_werror_flag" ||
36491 test ! -s conftest.err
36492 } && test -s conftest$ac_exeext &&
36493 $as_test_x conftest$ac_exeext; then
36494 eval "$as_ac_var=yes"
36495 else
36496 echo "$as_me: failed program was:" >&5
36497 sed 's/^/| /' conftest.$ac_ext >&5
36498
36499 eval "$as_ac_var=no"
36500 fi
36501
36502 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36503 conftest$ac_exeext conftest.$ac_ext
36504 fi
36505 ac_res=`eval echo '${'$as_ac_var'}'`
36506 { echo "$as_me:$LINENO: result: $ac_res" >&5
36507 echo "${ECHO_T}$ac_res" >&6; }
36508 if test `eval echo '${'$as_ac_var'}'` = yes; then
36509 cat >>confdefs.h <<_ACEOF
36510 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36511 _ACEOF
36512 WCSLEN_FOUND=1
36513 fi
36514 done
36515
36516
36517 if test "$WCSLEN_FOUND" = 0; then
36518 if test "$TOOLKIT" = "MSW"; then
36519 { echo "$as_me:$LINENO: checking for wcslen in -lmsvcrt" >&5
36520 echo $ECHO_N "checking for wcslen in -lmsvcrt... $ECHO_C" >&6; }
36521 if test "${ac_cv_lib_msvcrt_wcslen+set}" = set; then
36522 echo $ECHO_N "(cached) $ECHO_C" >&6
36523 else
36524 ac_check_lib_save_LIBS=$LIBS
36525 LIBS="-lmsvcrt $LIBS"
36526 cat >conftest.$ac_ext <<_ACEOF
36527 /* confdefs.h. */
36528 _ACEOF
36529 cat confdefs.h >>conftest.$ac_ext
36530 cat >>conftest.$ac_ext <<_ACEOF
36531 /* end confdefs.h. */
36532
36533 /* Override any GCC internal prototype to avoid an error.
36534 Use char because int might match the return type of a GCC
36535 builtin and then its argument prototype would still apply. */
36536 #ifdef __cplusplus
36537 extern "C"
36538 #endif
36539 char wcslen ();
36540 int
36541 main ()
36542 {
36543 return wcslen ();
36544 ;
36545 return 0;
36546 }
36547 _ACEOF
36548 rm -f conftest.$ac_objext conftest$ac_exeext
36549 if { (ac_try="$ac_link"
36550 case "(($ac_try" in
36551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36552 *) ac_try_echo=$ac_try;;
36553 esac
36554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36555 (eval "$ac_link") 2>conftest.er1
36556 ac_status=$?
36557 grep -v '^ *+' conftest.er1 >conftest.err
36558 rm -f conftest.er1
36559 cat conftest.err >&5
36560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36561 (exit $ac_status); } && {
36562 test -z "$ac_c_werror_flag" ||
36563 test ! -s conftest.err
36564 } && test -s conftest$ac_exeext &&
36565 $as_test_x conftest$ac_exeext; then
36566 ac_cv_lib_msvcrt_wcslen=yes
36567 else
36568 echo "$as_me: failed program was:" >&5
36569 sed 's/^/| /' conftest.$ac_ext >&5
36570
36571 ac_cv_lib_msvcrt_wcslen=no
36572 fi
36573
36574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36575 conftest$ac_exeext conftest.$ac_ext
36576 LIBS=$ac_check_lib_save_LIBS
36577 fi
36578 { echo "$as_me:$LINENO: result: $ac_cv_lib_msvcrt_wcslen" >&5
36579 echo "${ECHO_T}$ac_cv_lib_msvcrt_wcslen" >&6; }
36580 if test $ac_cv_lib_msvcrt_wcslen = yes; then
36581 WCHAR_OK=1
36582 fi
36583
36584 else
36585 { echo "$as_me:$LINENO: checking for wcslen in -lw" >&5
36586 echo $ECHO_N "checking for wcslen in -lw... $ECHO_C" >&6; }
36587 if test "${ac_cv_lib_w_wcslen+set}" = set; then
36588 echo $ECHO_N "(cached) $ECHO_C" >&6
36589 else
36590 ac_check_lib_save_LIBS=$LIBS
36591 LIBS="-lw $LIBS"
36592 cat >conftest.$ac_ext <<_ACEOF
36593 /* confdefs.h. */
36594 _ACEOF
36595 cat confdefs.h >>conftest.$ac_ext
36596 cat >>conftest.$ac_ext <<_ACEOF
36597 /* end confdefs.h. */
36598
36599 /* Override any GCC internal prototype to avoid an error.
36600 Use char because int might match the return type of a GCC
36601 builtin and then its argument prototype would still apply. */
36602 #ifdef __cplusplus
36603 extern "C"
36604 #endif
36605 char wcslen ();
36606 int
36607 main ()
36608 {
36609 return wcslen ();
36610 ;
36611 return 0;
36612 }
36613 _ACEOF
36614 rm -f conftest.$ac_objext conftest$ac_exeext
36615 if { (ac_try="$ac_link"
36616 case "(($ac_try" in
36617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36618 *) ac_try_echo=$ac_try;;
36619 esac
36620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36621 (eval "$ac_link") 2>conftest.er1
36622 ac_status=$?
36623 grep -v '^ *+' conftest.er1 >conftest.err
36624 rm -f conftest.er1
36625 cat conftest.err >&5
36626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36627 (exit $ac_status); } && {
36628 test -z "$ac_c_werror_flag" ||
36629 test ! -s conftest.err
36630 } && test -s conftest$ac_exeext &&
36631 $as_test_x conftest$ac_exeext; then
36632 ac_cv_lib_w_wcslen=yes
36633 else
36634 echo "$as_me: failed program was:" >&5
36635 sed 's/^/| /' conftest.$ac_ext >&5
36636
36637 ac_cv_lib_w_wcslen=no
36638 fi
36639
36640 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36641 conftest$ac_exeext conftest.$ac_ext
36642 LIBS=$ac_check_lib_save_LIBS
36643 fi
36644 { echo "$as_me:$LINENO: result: $ac_cv_lib_w_wcslen" >&5
36645 echo "${ECHO_T}$ac_cv_lib_w_wcslen" >&6; }
36646 if test $ac_cv_lib_w_wcslen = yes; then
36647
36648 WCHAR_LINK=" -lw"
36649 WCSLEN_FOUND=1
36650
36651 fi
36652
36653 fi
36654 fi
36655
36656 if test "$WCSLEN_FOUND" = 1; then
36657 cat >>confdefs.h <<\_ACEOF
36658 #define HAVE_WCSLEN 1
36659 _ACEOF
36660
36661 fi
36662
36663
36664
36665
36666
36667
36668
36669 for ac_func in wcsdup wcsftime strnlen wcsnlen wcscasecmp wcsncasecmp
36670 do
36671 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36672 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36673 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36674 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36675 echo $ECHO_N "(cached) $ECHO_C" >&6
36676 else
36677 cat >conftest.$ac_ext <<_ACEOF
36678 /* confdefs.h. */
36679 _ACEOF
36680 cat confdefs.h >>conftest.$ac_ext
36681 cat >>conftest.$ac_ext <<_ACEOF
36682 /* end confdefs.h. */
36683 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36684 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36685 #define $ac_func innocuous_$ac_func
36686
36687 /* System header to define __stub macros and hopefully few prototypes,
36688 which can conflict with char $ac_func (); below.
36689 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36690 <limits.h> exists even on freestanding compilers. */
36691
36692 #ifdef __STDC__
36693 # include <limits.h>
36694 #else
36695 # include <assert.h>
36696 #endif
36697
36698 #undef $ac_func
36699
36700 /* Override any GCC internal prototype to avoid an error.
36701 Use char because int might match the return type of a GCC
36702 builtin and then its argument prototype would still apply. */
36703 #ifdef __cplusplus
36704 extern "C"
36705 #endif
36706 char $ac_func ();
36707 /* The GNU C library defines this for functions which it implements
36708 to always fail with ENOSYS. Some functions are actually named
36709 something starting with __ and the normal name is an alias. */
36710 #if defined __stub_$ac_func || defined __stub___$ac_func
36711 choke me
36712 #endif
36713
36714 int
36715 main ()
36716 {
36717 return $ac_func ();
36718 ;
36719 return 0;
36720 }
36721 _ACEOF
36722 rm -f conftest.$ac_objext conftest$ac_exeext
36723 if { (ac_try="$ac_link"
36724 case "(($ac_try" in
36725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36726 *) ac_try_echo=$ac_try;;
36727 esac
36728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36729 (eval "$ac_link") 2>conftest.er1
36730 ac_status=$?
36731 grep -v '^ *+' conftest.er1 >conftest.err
36732 rm -f conftest.er1
36733 cat conftest.err >&5
36734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36735 (exit $ac_status); } && {
36736 test -z "$ac_c_werror_flag" ||
36737 test ! -s conftest.err
36738 } && test -s conftest$ac_exeext &&
36739 $as_test_x conftest$ac_exeext; then
36740 eval "$as_ac_var=yes"
36741 else
36742 echo "$as_me: failed program was:" >&5
36743 sed 's/^/| /' conftest.$ac_ext >&5
36744
36745 eval "$as_ac_var=no"
36746 fi
36747
36748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36749 conftest$ac_exeext conftest.$ac_ext
36750 fi
36751 ac_res=`eval echo '${'$as_ac_var'}'`
36752 { echo "$as_me:$LINENO: result: $ac_res" >&5
36753 echo "${ECHO_T}$ac_res" >&6; }
36754 if test `eval echo '${'$as_ac_var'}'` = yes; then
36755 cat >>confdefs.h <<_ACEOF
36756 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36757 _ACEOF
36758
36759 fi
36760 done
36761
36762
36763 if test "$USE_HPUX" = 1 -a "$GCC" != "yes"; then
36764 CPPFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CPPFLAGS"
36765 fi
36766
36767 { echo "$as_me:$LINENO: checking for mbstate_t" >&5
36768 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6; }
36769 if test "${ac_cv_type_mbstate_t+set}" = set; then
36770 echo $ECHO_N "(cached) $ECHO_C" >&6
36771 else
36772 cat >conftest.$ac_ext <<_ACEOF
36773 /* confdefs.h. */
36774 _ACEOF
36775 cat confdefs.h >>conftest.$ac_ext
36776 cat >>conftest.$ac_ext <<_ACEOF
36777 /* end confdefs.h. */
36778 #include <wchar.h>
36779
36780 typedef mbstate_t ac__type_new_;
36781 int
36782 main ()
36783 {
36784 if ((ac__type_new_ *) 0)
36785 return 0;
36786 if (sizeof (ac__type_new_))
36787 return 0;
36788 ;
36789 return 0;
36790 }
36791 _ACEOF
36792 rm -f conftest.$ac_objext
36793 if { (ac_try="$ac_compile"
36794 case "(($ac_try" in
36795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36796 *) ac_try_echo=$ac_try;;
36797 esac
36798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36799 (eval "$ac_compile") 2>conftest.er1
36800 ac_status=$?
36801 grep -v '^ *+' conftest.er1 >conftest.err
36802 rm -f conftest.er1
36803 cat conftest.err >&5
36804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36805 (exit $ac_status); } && {
36806 test -z "$ac_c_werror_flag" ||
36807 test ! -s conftest.err
36808 } && test -s conftest.$ac_objext; then
36809 ac_cv_type_mbstate_t=yes
36810 else
36811 echo "$as_me: failed program was:" >&5
36812 sed 's/^/| /' conftest.$ac_ext >&5
36813
36814 ac_cv_type_mbstate_t=no
36815 fi
36816
36817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
36818 fi
36819 { echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
36820 echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6; }
36821 if test $ac_cv_type_mbstate_t = yes; then
36822
36823 cat >>confdefs.h <<_ACEOF
36824 #define HAVE_MBSTATE_T 1
36825 _ACEOF
36826
36827
36828 for ac_func in wcsrtombs
36829 do
36830 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36831 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36832 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36833 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36834 echo $ECHO_N "(cached) $ECHO_C" >&6
36835 else
36836 cat >conftest.$ac_ext <<_ACEOF
36837 /* confdefs.h. */
36838 _ACEOF
36839 cat confdefs.h >>conftest.$ac_ext
36840 cat >>conftest.$ac_ext <<_ACEOF
36841 /* end confdefs.h. */
36842 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36843 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36844 #define $ac_func innocuous_$ac_func
36845
36846 /* System header to define __stub macros and hopefully few prototypes,
36847 which can conflict with char $ac_func (); below.
36848 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36849 <limits.h> exists even on freestanding compilers. */
36850
36851 #ifdef __STDC__
36852 # include <limits.h>
36853 #else
36854 # include <assert.h>
36855 #endif
36856
36857 #undef $ac_func
36858
36859 /* Override any GCC internal prototype to avoid an error.
36860 Use char because int might match the return type of a GCC
36861 builtin and then its argument prototype would still apply. */
36862 #ifdef __cplusplus
36863 extern "C"
36864 #endif
36865 char $ac_func ();
36866 /* The GNU C library defines this for functions which it implements
36867 to always fail with ENOSYS. Some functions are actually named
36868 something starting with __ and the normal name is an alias. */
36869 #if defined __stub_$ac_func || defined __stub___$ac_func
36870 choke me
36871 #endif
36872
36873 int
36874 main ()
36875 {
36876 return $ac_func ();
36877 ;
36878 return 0;
36879 }
36880 _ACEOF
36881 rm -f conftest.$ac_objext conftest$ac_exeext
36882 if { (ac_try="$ac_link"
36883 case "(($ac_try" in
36884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36885 *) ac_try_echo=$ac_try;;
36886 esac
36887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36888 (eval "$ac_link") 2>conftest.er1
36889 ac_status=$?
36890 grep -v '^ *+' conftest.er1 >conftest.err
36891 rm -f conftest.er1
36892 cat conftest.err >&5
36893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36894 (exit $ac_status); } && {
36895 test -z "$ac_c_werror_flag" ||
36896 test ! -s conftest.err
36897 } && test -s conftest$ac_exeext &&
36898 $as_test_x conftest$ac_exeext; then
36899 eval "$as_ac_var=yes"
36900 else
36901 echo "$as_me: failed program was:" >&5
36902 sed 's/^/| /' conftest.$ac_ext >&5
36903
36904 eval "$as_ac_var=no"
36905 fi
36906
36907 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36908 conftest$ac_exeext conftest.$ac_ext
36909 fi
36910 ac_res=`eval echo '${'$as_ac_var'}'`
36911 { echo "$as_me:$LINENO: result: $ac_res" >&5
36912 echo "${ECHO_T}$ac_res" >&6; }
36913 if test `eval echo '${'$as_ac_var'}'` = yes; then
36914 cat >>confdefs.h <<_ACEOF
36915 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
36916 _ACEOF
36917
36918 fi
36919 done
36920
36921 fi
36922
36923
36924
36925
36926
36927 for ac_func in snprintf vsnprintf vsscanf
36928 do
36929 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
36930 { echo "$as_me:$LINENO: checking for $ac_func" >&5
36931 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
36932 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36933 echo $ECHO_N "(cached) $ECHO_C" >&6
36934 else
36935 cat >conftest.$ac_ext <<_ACEOF
36936 /* confdefs.h. */
36937 _ACEOF
36938 cat confdefs.h >>conftest.$ac_ext
36939 cat >>conftest.$ac_ext <<_ACEOF
36940 /* end confdefs.h. */
36941 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36942 For example, HP-UX 11i <limits.h> declares gettimeofday. */
36943 #define $ac_func innocuous_$ac_func
36944
36945 /* System header to define __stub macros and hopefully few prototypes,
36946 which can conflict with char $ac_func (); below.
36947 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36948 <limits.h> exists even on freestanding compilers. */
36949
36950 #ifdef __STDC__
36951 # include <limits.h>
36952 #else
36953 # include <assert.h>
36954 #endif
36955
36956 #undef $ac_func
36957
36958 /* Override any GCC internal prototype to avoid an error.
36959 Use char because int might match the return type of a GCC
36960 builtin and then its argument prototype would still apply. */
36961 #ifdef __cplusplus
36962 extern "C"
36963 #endif
36964 char $ac_func ();
36965 /* The GNU C library defines this for functions which it implements
36966 to always fail with ENOSYS. Some functions are actually named
36967 something starting with __ and the normal name is an alias. */
36968 #if defined __stub_$ac_func || defined __stub___$ac_func
36969 choke me
36970 #endif
36971
36972 int
36973 main ()
36974 {
36975 return $ac_func ();
36976 ;
36977 return 0;
36978 }
36979 _ACEOF
36980 rm -f conftest.$ac_objext conftest$ac_exeext
36981 if { (ac_try="$ac_link"
36982 case "(($ac_try" in
36983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36984 *) ac_try_echo=$ac_try;;
36985 esac
36986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
36987 (eval "$ac_link") 2>conftest.er1
36988 ac_status=$?
36989 grep -v '^ *+' conftest.er1 >conftest.err
36990 rm -f conftest.er1
36991 cat conftest.err >&5
36992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
36993 (exit $ac_status); } && {
36994 test -z "$ac_c_werror_flag" ||
36995 test ! -s conftest.err
36996 } && test -s conftest$ac_exeext &&
36997 $as_test_x conftest$ac_exeext; then
36998 eval "$as_ac_var=yes"
36999 else
37000 echo "$as_me: failed program was:" >&5
37001 sed 's/^/| /' conftest.$ac_ext >&5
37002
37003 eval "$as_ac_var=no"
37004 fi
37005
37006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37007 conftest$ac_exeext conftest.$ac_ext
37008 fi
37009 ac_res=`eval echo '${'$as_ac_var'}'`
37010 { echo "$as_me:$LINENO: result: $ac_res" >&5
37011 echo "${ECHO_T}$ac_res" >&6; }
37012 if test `eval echo '${'$as_ac_var'}'` = yes; then
37013 cat >>confdefs.h <<_ACEOF
37014 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
37015 _ACEOF
37016
37017 fi
37018 done
37019
37020
37021 ac_ext=cpp
37022 ac_cpp='$CXXCPP $CPPFLAGS'
37023 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37024 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37025 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37026
37027 if test "$ac_cv_func_vsnprintf" = "yes"; then
37028 { echo "$as_me:$LINENO: checking for vsnprintf declaration" >&5
37029 echo $ECHO_N "checking for vsnprintf declaration... $ECHO_C" >&6; }
37030 if test "${wx_cv_func_vsnprintf_decl+set}" = set; then
37031 echo $ECHO_N "(cached) $ECHO_C" >&6
37032 else
37033
37034 cat >conftest.$ac_ext <<_ACEOF
37035 /* confdefs.h. */
37036 _ACEOF
37037 cat confdefs.h >>conftest.$ac_ext
37038 cat >>conftest.$ac_ext <<_ACEOF
37039 /* end confdefs.h. */
37040
37041 #include <stdio.h>
37042 #include <stdarg.h>
37043 #ifdef __MSL__
37044 #if __MSL__ >= 0x6000
37045 namespace std {}
37046 using namespace std;
37047 #endif
37048 #endif
37049
37050 int
37051 main ()
37052 {
37053
37054 char *buf;
37055 va_list ap;
37056 vsnprintf(buf, 10u, "%s", ap);
37057
37058 ;
37059 return 0;
37060 }
37061 _ACEOF
37062 rm -f conftest.$ac_objext
37063 if { (ac_try="$ac_compile"
37064 case "(($ac_try" in
37065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37066 *) ac_try_echo=$ac_try;;
37067 esac
37068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37069 (eval "$ac_compile") 2>conftest.er1
37070 ac_status=$?
37071 grep -v '^ *+' conftest.er1 >conftest.err
37072 rm -f conftest.er1
37073 cat conftest.err >&5
37074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37075 (exit $ac_status); } && {
37076 test -z "$ac_cxx_werror_flag" ||
37077 test ! -s conftest.err
37078 } && test -s conftest.$ac_objext; then
37079 wx_cv_func_vsnprintf_decl=yes
37080 else
37081 echo "$as_me: failed program was:" >&5
37082 sed 's/^/| /' conftest.$ac_ext >&5
37083
37084 wx_cv_func_vsnprintf_decl=no
37085
37086 fi
37087
37088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37089
37090
37091 fi
37092 { echo "$as_me:$LINENO: result: $wx_cv_func_vsnprintf_decl" >&5
37093 echo "${ECHO_T}$wx_cv_func_vsnprintf_decl" >&6; }
37094
37095 if test "$wx_cv_func_vsnprintf_decl" = "yes"; then
37096 cat >>confdefs.h <<\_ACEOF
37097 #define HAVE_VSNPRINTF_DECL 1
37098 _ACEOF
37099
37100
37101 { echo "$as_me:$LINENO: checking if vsnprintf declaration is broken" >&5
37102 echo $ECHO_N "checking if vsnprintf declaration is broken... $ECHO_C" >&6; }
37103 if test "${wx_cv_func_broken_vsnprintf_decl+set}" = set; then
37104 echo $ECHO_N "(cached) $ECHO_C" >&6
37105 else
37106
37107 cat >conftest.$ac_ext <<_ACEOF
37108 /* confdefs.h. */
37109 _ACEOF
37110 cat confdefs.h >>conftest.$ac_ext
37111 cat >>conftest.$ac_ext <<_ACEOF
37112 /* end confdefs.h. */
37113
37114 #include <stdio.h>
37115 #include <stdarg.h>
37116 #ifdef __MSL__
37117 #if __MSL__ >= 0x6000
37118 namespace std {}
37119 using namespace std;
37120 #endif
37121 #endif
37122
37123 int
37124 main ()
37125 {
37126
37127 char *buf;
37128 va_list ap;
37129 const char *fmt = "%s";
37130 vsnprintf(buf, 10u, fmt, ap);
37131
37132 ;
37133 return 0;
37134 }
37135 _ACEOF
37136 rm -f conftest.$ac_objext
37137 if { (ac_try="$ac_compile"
37138 case "(($ac_try" in
37139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37140 *) ac_try_echo=$ac_try;;
37141 esac
37142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37143 (eval "$ac_compile") 2>conftest.er1
37144 ac_status=$?
37145 grep -v '^ *+' conftest.er1 >conftest.err
37146 rm -f conftest.er1
37147 cat conftest.err >&5
37148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37149 (exit $ac_status); } && {
37150 test -z "$ac_cxx_werror_flag" ||
37151 test ! -s conftest.err
37152 } && test -s conftest.$ac_objext; then
37153 wx_cv_func_broken_vsnprintf_decl=no
37154 else
37155 echo "$as_me: failed program was:" >&5
37156 sed 's/^/| /' conftest.$ac_ext >&5
37157
37158 wx_cv_func_broken_vsnprintf_decl=yes
37159
37160 fi
37161
37162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37163
37164
37165 fi
37166 { echo "$as_me:$LINENO: result: $wx_cv_func_broken_vsnprintf_decl" >&5
37167 echo "${ECHO_T}$wx_cv_func_broken_vsnprintf_decl" >&6; }
37168
37169 if test "$wx_cv_func_broken_vsnprintf_decl" = "yes"; then
37170 cat >>confdefs.h <<\_ACEOF
37171 #define HAVE_BROKEN_VSNPRINTF_DECL 1
37172 _ACEOF
37173
37174 fi
37175 fi
37176 fi
37177
37178 if test "$ac_cv_func_snprintf" = "yes"; then
37179 { echo "$as_me:$LINENO: checking for snprintf declaration" >&5
37180 echo $ECHO_N "checking for snprintf declaration... $ECHO_C" >&6; }
37181 if test "${wx_cv_func_snprintf_decl+set}" = set; then
37182 echo $ECHO_N "(cached) $ECHO_C" >&6
37183 else
37184
37185 cat >conftest.$ac_ext <<_ACEOF
37186 /* confdefs.h. */
37187 _ACEOF
37188 cat confdefs.h >>conftest.$ac_ext
37189 cat >>conftest.$ac_ext <<_ACEOF
37190 /* end confdefs.h. */
37191
37192 #include <stdio.h>
37193 #include <stdarg.h>
37194 #ifdef __MSL__
37195 #if __MSL__ >= 0x6000
37196 namespace std {}
37197 using namespace std;
37198 #endif
37199 #endif
37200
37201 int
37202 main ()
37203 {
37204
37205 char *buf;
37206 snprintf(buf, 10u, "%s", "wx");
37207
37208 ;
37209 return 0;
37210 }
37211 _ACEOF
37212 rm -f conftest.$ac_objext
37213 if { (ac_try="$ac_compile"
37214 case "(($ac_try" in
37215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37216 *) ac_try_echo=$ac_try;;
37217 esac
37218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37219 (eval "$ac_compile") 2>conftest.er1
37220 ac_status=$?
37221 grep -v '^ *+' conftest.er1 >conftest.err
37222 rm -f conftest.er1
37223 cat conftest.err >&5
37224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37225 (exit $ac_status); } && {
37226 test -z "$ac_cxx_werror_flag" ||
37227 test ! -s conftest.err
37228 } && test -s conftest.$ac_objext; then
37229 wx_cv_func_snprintf_decl=yes
37230 else
37231 echo "$as_me: failed program was:" >&5
37232 sed 's/^/| /' conftest.$ac_ext >&5
37233
37234 wx_cv_func_snprintf_decl=no
37235
37236 fi
37237
37238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37239
37240
37241 fi
37242 { echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_decl" >&5
37243 echo "${ECHO_T}$wx_cv_func_snprintf_decl" >&6; }
37244
37245 if test "$wx_cv_func_snprintf_decl" = "yes"; then
37246 cat >>confdefs.h <<\_ACEOF
37247 #define HAVE_SNPRINTF_DECL 1
37248 _ACEOF
37249
37250 fi
37251
37252 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
37253
37254 { echo "$as_me:$LINENO: checking if snprintf supports positional arguments" >&5
37255 echo $ECHO_N "checking if snprintf supports positional arguments... $ECHO_C" >&6; }
37256 if test "${wx_cv_func_snprintf_pos_params+set}" = set; then
37257 echo $ECHO_N "(cached) $ECHO_C" >&6
37258 else
37259
37260 if test "$cross_compiling" = yes; then
37261
37262 { echo "$as_me:$LINENO: WARNING: Assuming Unix98 printf() is not available,
37263 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&5
37264 echo "$as_me: WARNING: Assuming Unix98 printf() is not available,
37265 define HAVE_UNIX98_PRINTF as 1 in setup.h if it is available." >&2;}
37266 wx_cv_func_snprintf_pos_params=no
37267
37268
37269 else
37270 cat >conftest.$ac_ext <<_ACEOF
37271 /* confdefs.h. */
37272 _ACEOF
37273 cat confdefs.h >>conftest.$ac_ext
37274 cat >>conftest.$ac_ext <<_ACEOF
37275 /* end confdefs.h. */
37276
37277 #include <stdio.h>
37278
37279 int main (void)
37280 {
37281 char buffer[128];
37282 snprintf (buffer, 128, "%2$d %3$d %1$d", 1, 2, 3);
37283 if (strcmp ("2 3 1", buffer) == 0)
37284 exit (0);
37285 exit (1);
37286 }
37287
37288 _ACEOF
37289 rm -f conftest$ac_exeext
37290 if { (ac_try="$ac_link"
37291 case "(($ac_try" in
37292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37293 *) ac_try_echo=$ac_try;;
37294 esac
37295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37296 (eval "$ac_link") 2>&5
37297 ac_status=$?
37298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37299 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
37300 { (case "(($ac_try" in
37301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37302 *) ac_try_echo=$ac_try;;
37303 esac
37304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37305 (eval "$ac_try") 2>&5
37306 ac_status=$?
37307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37308 (exit $ac_status); }; }; then
37309 wx_cv_func_snprintf_pos_params=no
37310 else
37311 echo "$as_me: program exited with status $ac_status" >&5
37312 echo "$as_me: failed program was:" >&5
37313 sed 's/^/| /' conftest.$ac_ext >&5
37314
37315 ( exit $ac_status )
37316 wx_cv_func_snprintf_pos_params=yes
37317 fi
37318 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
37319 fi
37320
37321
37322
37323
37324 fi
37325 { echo "$as_me:$LINENO: result: $wx_cv_func_snprintf_pos_params" >&5
37326 echo "${ECHO_T}$wx_cv_func_snprintf_pos_params" >&6; }
37327
37328 if test "$wx_cv_func_snprintf_pos_params" = "yes"; then
37329 cat >>confdefs.h <<\_ACEOF
37330 #define HAVE_UNIX98_PRINTF 1
37331 _ACEOF
37332
37333 fi
37334 fi
37335 fi
37336
37337 if test "$ac_cv_func_vsscanf" = "yes"; then
37338 { echo "$as_me:$LINENO: checking for vsscanf declaration" >&5
37339 echo $ECHO_N "checking for vsscanf declaration... $ECHO_C" >&6; }
37340 if test "${wx_cv_func_vsscanf_decl+set}" = set; then
37341 echo $ECHO_N "(cached) $ECHO_C" >&6
37342 else
37343
37344 cat >conftest.$ac_ext <<_ACEOF
37345 /* confdefs.h. */
37346 _ACEOF
37347 cat confdefs.h >>conftest.$ac_ext
37348 cat >>conftest.$ac_ext <<_ACEOF
37349 /* end confdefs.h. */
37350
37351 #include <stdio.h>
37352 #include <stdarg.h>
37353 #ifdef __MSL__
37354 #if __MSL__ >= 0x6000
37355 namespace std {}
37356 using namespace std;
37357 #endif
37358 #endif
37359
37360 int
37361 main ()
37362 {
37363
37364 char *buf;
37365 va_list args;
37366 vsscanf(buf, "%s", args);
37367
37368 ;
37369 return 0;
37370 }
37371 _ACEOF
37372 rm -f conftest.$ac_objext
37373 if { (ac_try="$ac_compile"
37374 case "(($ac_try" in
37375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37376 *) ac_try_echo=$ac_try;;
37377 esac
37378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37379 (eval "$ac_compile") 2>conftest.er1
37380 ac_status=$?
37381 grep -v '^ *+' conftest.er1 >conftest.err
37382 rm -f conftest.er1
37383 cat conftest.err >&5
37384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37385 (exit $ac_status); } && {
37386 test -z "$ac_cxx_werror_flag" ||
37387 test ! -s conftest.err
37388 } && test -s conftest.$ac_objext; then
37389 wx_cv_func_vsscanf_decl=yes
37390 else
37391 echo "$as_me: failed program was:" >&5
37392 sed 's/^/| /' conftest.$ac_ext >&5
37393
37394 wx_cv_func_vsscanf_decl=no
37395
37396 fi
37397
37398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37399
37400
37401 fi
37402 { echo "$as_me:$LINENO: result: $wx_cv_func_vsscanf_decl" >&5
37403 echo "${ECHO_T}$wx_cv_func_vsscanf_decl" >&6; }
37404
37405 if test "$wx_cv_func_vsscanf_decl" = "yes"; then
37406 cat >>confdefs.h <<\_ACEOF
37407 #define HAVE_VSSCANF_DECL 1
37408 _ACEOF
37409
37410 fi
37411 fi
37412 ac_ext=c
37413 ac_cpp='$CPP $CPPFLAGS'
37414 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37415 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37416 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37417
37418
37419 if test "$wxUSE_UNICODE" = yes; then
37420
37421 wchar_headers="#include <stdio.h>
37422 #include <wchar.h>"
37423 case "${host}" in
37424 *-*-solaris2* )
37425
37426 for ac_header in widec.h
37427 do
37428 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
37429 { echo "$as_me:$LINENO: checking for $ac_header" >&5
37430 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
37431 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
37432 echo $ECHO_N "(cached) $ECHO_C" >&6
37433 else
37434 cat >conftest.$ac_ext <<_ACEOF
37435 /* confdefs.h. */
37436 _ACEOF
37437 cat confdefs.h >>conftest.$ac_ext
37438 cat >>conftest.$ac_ext <<_ACEOF
37439 /* end confdefs.h. */
37440 $ac_includes_default
37441
37442 #include <$ac_header>
37443 _ACEOF
37444 rm -f conftest.$ac_objext
37445 if { (ac_try="$ac_compile"
37446 case "(($ac_try" in
37447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37448 *) ac_try_echo=$ac_try;;
37449 esac
37450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37451 (eval "$ac_compile") 2>conftest.er1
37452 ac_status=$?
37453 grep -v '^ *+' conftest.er1 >conftest.err
37454 rm -f conftest.er1
37455 cat conftest.err >&5
37456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37457 (exit $ac_status); } && {
37458 test -z "$ac_c_werror_flag" ||
37459 test ! -s conftest.err
37460 } && test -s conftest.$ac_objext; then
37461 eval "$as_ac_Header=yes"
37462 else
37463 echo "$as_me: failed program was:" >&5
37464 sed 's/^/| /' conftest.$ac_ext >&5
37465
37466 eval "$as_ac_Header=no"
37467 fi
37468
37469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37470 fi
37471 ac_res=`eval echo '${'$as_ac_Header'}'`
37472 { echo "$as_me:$LINENO: result: $ac_res" >&5
37473 echo "${ECHO_T}$ac_res" >&6; }
37474 if test `eval echo '${'$as_ac_Header'}'` = yes; then
37475 cat >>confdefs.h <<_ACEOF
37476 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
37477 _ACEOF
37478
37479 fi
37480
37481 done
37482
37483 if test "$ac_cv_header_widec_h" = "yes"; then
37484 wchar_headers="$wchar_headers
37485 #include <widec.h>"
37486 fi
37487 esac
37488
37489
37490 for wx_func in putws fputws wprintf vswprintf vswscanf
37491 do
37492 { echo "$as_me:$LINENO: checking for $wx_func" >&5
37493 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
37494 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
37495 echo $ECHO_N "(cached) $ECHO_C" >&6
37496 else
37497
37498 cat >conftest.$ac_ext <<_ACEOF
37499
37500 /* confdefs.h. */
37501 _ACEOF
37502 cat confdefs.h >>conftest.$ac_ext
37503 cat >>conftest.$ac_ext <<_ACEOF
37504 /* end confdefs.h. */
37505
37506 $wchar_headers
37507 $ac_includes_default
37508
37509 int
37510 main ()
37511 {
37512
37513 #ifndef $wx_func
37514 &$wx_func;
37515 #endif
37516
37517
37518 ;
37519 return 0;
37520 }
37521
37522 _ACEOF
37523 rm -f conftest.$ac_objext conftest$ac_exeext
37524 if { (ac_try="$ac_link"
37525 case "(($ac_try" in
37526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37527 *) ac_try_echo=$ac_try;;
37528 esac
37529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37530 (eval "$ac_link") 2>conftest.er1
37531 ac_status=$?
37532 grep -v '^ *+' conftest.er1 >conftest.err
37533 rm -f conftest.er1
37534 cat conftest.err >&5
37535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37536 (exit $ac_status); } && {
37537 test -z "$ac_c_werror_flag" ||
37538 test ! -s conftest.err
37539 } && test -s conftest$ac_exeext &&
37540 $as_test_x conftest$ac_exeext; then
37541 eval wx_cv_func_$wx_func=yes
37542 else
37543 echo "$as_me: failed program was:" >&5
37544 sed 's/^/| /' conftest.$ac_ext >&5
37545
37546 eval wx_cv_func_$wx_func=no
37547 fi
37548
37549 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37550 conftest$ac_exeext conftest.$ac_ext
37551
37552 fi
37553 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
37554 { echo "$as_me:$LINENO: result: $ac_res" >&5
37555 echo "${ECHO_T}$ac_res" >&6; }
37556
37557 if eval test \$wx_cv_func_$wx_func = yes
37558 then
37559 cat >>confdefs.h <<_ACEOF
37560 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
37561 _ACEOF
37562
37563
37564 else
37565 :
37566
37567 fi
37568 done
37569
37570
37571 { echo "$as_me:$LINENO: checking for _vsnwprintf" >&5
37572 echo $ECHO_N "checking for _vsnwprintf... $ECHO_C" >&6; }
37573 cat >conftest.$ac_ext <<_ACEOF
37574 /* confdefs.h. */
37575 _ACEOF
37576 cat confdefs.h >>conftest.$ac_ext
37577 cat >>conftest.$ac_ext <<_ACEOF
37578 /* end confdefs.h. */
37579 #include <wchar.h>
37580 int
37581 main ()
37582 {
37583 &_vsnwprintf;
37584 ;
37585 return 0;
37586 }
37587 _ACEOF
37588 rm -f conftest.$ac_objext
37589 if { (ac_try="$ac_compile"
37590 case "(($ac_try" in
37591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37592 *) ac_try_echo=$ac_try;;
37593 esac
37594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37595 (eval "$ac_compile") 2>conftest.er1
37596 ac_status=$?
37597 grep -v '^ *+' conftest.er1 >conftest.err
37598 rm -f conftest.er1
37599 cat conftest.err >&5
37600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37601 (exit $ac_status); } && {
37602 test -z "$ac_c_werror_flag" ||
37603 test ! -s conftest.err
37604 } && test -s conftest.$ac_objext; then
37605 { echo "$as_me:$LINENO: result: yes" >&5
37606 echo "${ECHO_T}yes" >&6; }
37607 cat >>confdefs.h <<\_ACEOF
37608 #define HAVE__VSNWPRINTF 1
37609 _ACEOF
37610
37611 else
37612 echo "$as_me: failed program was:" >&5
37613 sed 's/^/| /' conftest.$ac_ext >&5
37614
37615 { echo "$as_me:$LINENO: result: no" >&5
37616 echo "${ECHO_T}no" >&6; }
37617 fi
37618
37619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext;
37620 fi
37621
37622 if test "$wxUSE_FILE" = "yes"; then
37623
37624 for wx_func in fsync
37625 do
37626 { echo "$as_me:$LINENO: checking for $wx_func" >&5
37627 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
37628 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
37629 echo $ECHO_N "(cached) $ECHO_C" >&6
37630 else
37631
37632 cat >conftest.$ac_ext <<_ACEOF
37633
37634 /* confdefs.h. */
37635 _ACEOF
37636 cat confdefs.h >>conftest.$ac_ext
37637 cat >>conftest.$ac_ext <<_ACEOF
37638 /* end confdefs.h. */
37639
37640
37641 $ac_includes_default
37642
37643 int
37644 main ()
37645 {
37646
37647 #ifndef $wx_func
37648 &$wx_func;
37649 #endif
37650
37651
37652 ;
37653 return 0;
37654 }
37655
37656 _ACEOF
37657 rm -f conftest.$ac_objext conftest$ac_exeext
37658 if { (ac_try="$ac_link"
37659 case "(($ac_try" in
37660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37661 *) ac_try_echo=$ac_try;;
37662 esac
37663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37664 (eval "$ac_link") 2>conftest.er1
37665 ac_status=$?
37666 grep -v '^ *+' conftest.er1 >conftest.err
37667 rm -f conftest.er1
37668 cat conftest.err >&5
37669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37670 (exit $ac_status); } && {
37671 test -z "$ac_c_werror_flag" ||
37672 test ! -s conftest.err
37673 } && test -s conftest$ac_exeext &&
37674 $as_test_x conftest$ac_exeext; then
37675 eval wx_cv_func_$wx_func=yes
37676 else
37677 echo "$as_me: failed program was:" >&5
37678 sed 's/^/| /' conftest.$ac_ext >&5
37679
37680 eval wx_cv_func_$wx_func=no
37681 fi
37682
37683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37684 conftest$ac_exeext conftest.$ac_ext
37685
37686 fi
37687 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
37688 { echo "$as_me:$LINENO: result: $ac_res" >&5
37689 echo "${ECHO_T}$ac_res" >&6; }
37690
37691 if eval test \$wx_cv_func_$wx_func = yes
37692 then
37693 cat >>confdefs.h <<_ACEOF
37694 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
37695 _ACEOF
37696
37697
37698 else
37699 :
37700
37701 fi
37702 done
37703
37704 fi
37705
37706 ac_ext=cpp
37707 ac_cpp='$CXXCPP $CPPFLAGS'
37708 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37709 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37710 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
37711
37712
37713 for wx_func in round
37714 do
37715 { echo "$as_me:$LINENO: checking for $wx_func" >&5
37716 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
37717 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
37718 echo $ECHO_N "(cached) $ECHO_C" >&6
37719 else
37720
37721 cat >conftest.$ac_ext <<_ACEOF
37722
37723 /* confdefs.h. */
37724 _ACEOF
37725 cat confdefs.h >>conftest.$ac_ext
37726 cat >>conftest.$ac_ext <<_ACEOF
37727 /* end confdefs.h. */
37728
37729 #include <math.h>
37730 $ac_includes_default
37731
37732 int
37733 main ()
37734 {
37735
37736 #ifndef $wx_func
37737 &$wx_func;
37738 #endif
37739
37740
37741 ;
37742 return 0;
37743 }
37744
37745 _ACEOF
37746 rm -f conftest.$ac_objext conftest$ac_exeext
37747 if { (ac_try="$ac_link"
37748 case "(($ac_try" in
37749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37750 *) ac_try_echo=$ac_try;;
37751 esac
37752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37753 (eval "$ac_link") 2>conftest.er1
37754 ac_status=$?
37755 grep -v '^ *+' conftest.er1 >conftest.err
37756 rm -f conftest.er1
37757 cat conftest.err >&5
37758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37759 (exit $ac_status); } && {
37760 test -z "$ac_cxx_werror_flag" ||
37761 test ! -s conftest.err
37762 } && test -s conftest$ac_exeext &&
37763 $as_test_x conftest$ac_exeext; then
37764 eval wx_cv_func_$wx_func=yes
37765 else
37766 echo "$as_me: failed program was:" >&5
37767 sed 's/^/| /' conftest.$ac_ext >&5
37768
37769 eval wx_cv_func_$wx_func=no
37770 fi
37771
37772 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37773 conftest$ac_exeext conftest.$ac_ext
37774
37775 fi
37776 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
37777 { echo "$as_me:$LINENO: result: $ac_res" >&5
37778 echo "${ECHO_T}$ac_res" >&6; }
37779
37780 if eval test \$wx_cv_func_$wx_func = yes
37781 then
37782 cat >>confdefs.h <<_ACEOF
37783 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
37784 _ACEOF
37785
37786
37787 else
37788 :
37789
37790 fi
37791 done
37792
37793 ac_ext=c
37794 ac_cpp='$CPP $CPPFLAGS'
37795 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
37796 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
37797 ac_compiler_gnu=$ac_cv_c_compiler_gnu
37798
37799
37800 if test "$TOOLKIT" != "MSW"; then
37801
37802 if test "$wxUSE_LIBICONV" != "no" ; then
37803
37804
37805
37806 # Check whether --with-libiconv-prefix was given.
37807 if test "${with_libiconv_prefix+set}" = set; then
37808 withval=$with_libiconv_prefix;
37809 for dir in `echo "$withval" | tr : ' '`; do
37810 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
37811 if test -d $dir/lib; then LDFLAGS="$LDFLAGS -L$dir/lib"; fi
37812 done
37813
37814 fi
37815
37816
37817 { echo "$as_me:$LINENO: checking for iconv" >&5
37818 echo $ECHO_N "checking for iconv... $ECHO_C" >&6; }
37819 if test "${am_cv_func_iconv+set}" = set; then
37820 echo $ECHO_N "(cached) $ECHO_C" >&6
37821 else
37822
37823 am_cv_func_iconv="no, consider installing GNU libiconv"
37824 am_cv_lib_iconv=no
37825 cat >conftest.$ac_ext <<_ACEOF
37826 /* confdefs.h. */
37827 _ACEOF
37828 cat confdefs.h >>conftest.$ac_ext
37829 cat >>conftest.$ac_ext <<_ACEOF
37830 /* end confdefs.h. */
37831 #include <stdlib.h>
37832 #include <iconv.h>
37833 int
37834 main ()
37835 {
37836 iconv_t cd = iconv_open("","");
37837 iconv(cd,NULL,NULL,NULL,NULL);
37838 iconv_close(cd);
37839 ;
37840 return 0;
37841 }
37842 _ACEOF
37843 rm -f conftest.$ac_objext conftest$ac_exeext
37844 if { (ac_try="$ac_link"
37845 case "(($ac_try" in
37846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37847 *) ac_try_echo=$ac_try;;
37848 esac
37849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37850 (eval "$ac_link") 2>conftest.er1
37851 ac_status=$?
37852 grep -v '^ *+' conftest.er1 >conftest.err
37853 rm -f conftest.er1
37854 cat conftest.err >&5
37855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37856 (exit $ac_status); } && {
37857 test -z "$ac_c_werror_flag" ||
37858 test ! -s conftest.err
37859 } && test -s conftest$ac_exeext &&
37860 $as_test_x conftest$ac_exeext; then
37861 am_cv_func_iconv=yes
37862 else
37863 echo "$as_me: failed program was:" >&5
37864 sed 's/^/| /' conftest.$ac_ext >&5
37865
37866
37867 fi
37868
37869 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37870 conftest$ac_exeext conftest.$ac_ext
37871 if test "$am_cv_func_iconv" != yes; then
37872 am_save_LIBS="$LIBS"
37873 LIBS="$LIBS -liconv"
37874 cat >conftest.$ac_ext <<_ACEOF
37875 /* confdefs.h. */
37876 _ACEOF
37877 cat confdefs.h >>conftest.$ac_ext
37878 cat >>conftest.$ac_ext <<_ACEOF
37879 /* end confdefs.h. */
37880 #include <stdlib.h>
37881 #include <iconv.h>
37882 int
37883 main ()
37884 {
37885 iconv_t cd = iconv_open("","");
37886 iconv(cd,NULL,NULL,NULL,NULL);
37887 iconv_close(cd);
37888 ;
37889 return 0;
37890 }
37891 _ACEOF
37892 rm -f conftest.$ac_objext conftest$ac_exeext
37893 if { (ac_try="$ac_link"
37894 case "(($ac_try" in
37895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37896 *) ac_try_echo=$ac_try;;
37897 esac
37898 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37899 (eval "$ac_link") 2>conftest.er1
37900 ac_status=$?
37901 grep -v '^ *+' conftest.er1 >conftest.err
37902 rm -f conftest.er1
37903 cat conftest.err >&5
37904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37905 (exit $ac_status); } && {
37906 test -z "$ac_c_werror_flag" ||
37907 test ! -s conftest.err
37908 } && test -s conftest$ac_exeext &&
37909 $as_test_x conftest$ac_exeext; then
37910 am_cv_lib_iconv=yes
37911 am_cv_func_iconv=yes
37912 else
37913 echo "$as_me: failed program was:" >&5
37914 sed 's/^/| /' conftest.$ac_ext >&5
37915
37916
37917 fi
37918
37919 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37920 conftest$ac_exeext conftest.$ac_ext
37921 LIBS="$am_save_LIBS"
37922 fi
37923
37924 fi
37925 { echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
37926 echo "${ECHO_T}$am_cv_func_iconv" >&6; }
37927 if test "$am_cv_func_iconv" = yes; then
37928
37929 cat >>confdefs.h <<\_ACEOF
37930 #define HAVE_ICONV 1
37931 _ACEOF
37932
37933 { echo "$as_me:$LINENO: checking if iconv needs const" >&5
37934 echo $ECHO_N "checking if iconv needs const... $ECHO_C" >&6; }
37935 if test "${wx_cv_func_iconv_const+set}" = set; then
37936 echo $ECHO_N "(cached) $ECHO_C" >&6
37937 else
37938 cat >conftest.$ac_ext <<_ACEOF
37939 /* confdefs.h. */
37940 _ACEOF
37941 cat confdefs.h >>conftest.$ac_ext
37942 cat >>conftest.$ac_ext <<_ACEOF
37943 /* end confdefs.h. */
37944
37945 #include <stdlib.h>
37946 #include <iconv.h>
37947 extern
37948 #ifdef __cplusplus
37949 "C"
37950 #endif
37951 #if defined(__STDC__) || defined(__cplusplus)
37952 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
37953 #else
37954 size_t iconv();
37955 #endif
37956
37957 int
37958 main ()
37959 {
37960
37961 ;
37962 return 0;
37963 }
37964 _ACEOF
37965 rm -f conftest.$ac_objext
37966 if { (ac_try="$ac_compile"
37967 case "(($ac_try" in
37968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37969 *) ac_try_echo=$ac_try;;
37970 esac
37971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37972 (eval "$ac_compile") 2>conftest.er1
37973 ac_status=$?
37974 grep -v '^ *+' conftest.er1 >conftest.err
37975 rm -f conftest.er1
37976 cat conftest.err >&5
37977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
37978 (exit $ac_status); } && {
37979 test -z "$ac_c_werror_flag" ||
37980 test ! -s conftest.err
37981 } && test -s conftest.$ac_objext; then
37982 wx_cv_func_iconv_const="no"
37983 else
37984 echo "$as_me: failed program was:" >&5
37985 sed 's/^/| /' conftest.$ac_ext >&5
37986
37987 wx_cv_func_iconv_const="yes"
37988
37989 fi
37990
37991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37992
37993 fi
37994 { echo "$as_me:$LINENO: result: $wx_cv_func_iconv_const" >&5
37995 echo "${ECHO_T}$wx_cv_func_iconv_const" >&6; }
37996
37997 iconv_const=
37998 if test "x$wx_cv_func_iconv_const" = "xyes"; then
37999 iconv_const="const"
38000 fi
38001
38002
38003 cat >>confdefs.h <<_ACEOF
38004 #define ICONV_CONST $iconv_const
38005 _ACEOF
38006
38007 fi
38008 LIBICONV=
38009 if test "$am_cv_lib_iconv" = yes; then
38010 LIBICONV="-liconv"
38011 fi
38012
38013
38014 LIBS="$LIBICONV $LIBS"
38015 fi
38016
38017 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes" -a "$wxUSE_UNIX" = "yes"; then
38018
38019 for ac_func in sigaction
38020 do
38021 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38022 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38023 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38024 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38025 echo $ECHO_N "(cached) $ECHO_C" >&6
38026 else
38027 cat >conftest.$ac_ext <<_ACEOF
38028 /* confdefs.h. */
38029 _ACEOF
38030 cat confdefs.h >>conftest.$ac_ext
38031 cat >>conftest.$ac_ext <<_ACEOF
38032 /* end confdefs.h. */
38033 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38034 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38035 #define $ac_func innocuous_$ac_func
38036
38037 /* System header to define __stub macros and hopefully few prototypes,
38038 which can conflict with char $ac_func (); below.
38039 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38040 <limits.h> exists even on freestanding compilers. */
38041
38042 #ifdef __STDC__
38043 # include <limits.h>
38044 #else
38045 # include <assert.h>
38046 #endif
38047
38048 #undef $ac_func
38049
38050 /* Override any GCC internal prototype to avoid an error.
38051 Use char because int might match the return type of a GCC
38052 builtin and then its argument prototype would still apply. */
38053 #ifdef __cplusplus
38054 extern "C"
38055 #endif
38056 char $ac_func ();
38057 /* The GNU C library defines this for functions which it implements
38058 to always fail with ENOSYS. Some functions are actually named
38059 something starting with __ and the normal name is an alias. */
38060 #if defined __stub_$ac_func || defined __stub___$ac_func
38061 choke me
38062 #endif
38063
38064 int
38065 main ()
38066 {
38067 return $ac_func ();
38068 ;
38069 return 0;
38070 }
38071 _ACEOF
38072 rm -f conftest.$ac_objext conftest$ac_exeext
38073 if { (ac_try="$ac_link"
38074 case "(($ac_try" in
38075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38076 *) ac_try_echo=$ac_try;;
38077 esac
38078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38079 (eval "$ac_link") 2>conftest.er1
38080 ac_status=$?
38081 grep -v '^ *+' conftest.er1 >conftest.err
38082 rm -f conftest.er1
38083 cat conftest.err >&5
38084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38085 (exit $ac_status); } && {
38086 test -z "$ac_c_werror_flag" ||
38087 test ! -s conftest.err
38088 } && test -s conftest$ac_exeext &&
38089 $as_test_x conftest$ac_exeext; then
38090 eval "$as_ac_var=yes"
38091 else
38092 echo "$as_me: failed program was:" >&5
38093 sed 's/^/| /' conftest.$ac_ext >&5
38094
38095 eval "$as_ac_var=no"
38096 fi
38097
38098 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38099 conftest$ac_exeext conftest.$ac_ext
38100 fi
38101 ac_res=`eval echo '${'$as_ac_var'}'`
38102 { echo "$as_me:$LINENO: result: $ac_res" >&5
38103 echo "${ECHO_T}$ac_res" >&6; }
38104 if test `eval echo '${'$as_ac_var'}'` = yes; then
38105 cat >>confdefs.h <<_ACEOF
38106 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38107 _ACEOF
38108
38109 fi
38110 done
38111
38112
38113 if test "$ac_cv_func_sigaction" = "no"; then
38114 { echo "$as_me:$LINENO: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&5
38115 echo "$as_me: WARNING: No POSIX signal functions on this system, wxApp::OnFatalException will not be called" >&2;}
38116 wxUSE_ON_FATAL_EXCEPTION=no
38117 fi
38118
38119 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
38120 { echo "$as_me:$LINENO: checking for sa_handler type" >&5
38121 echo $ECHO_N "checking for sa_handler type... $ECHO_C" >&6; }
38122 if test "${wx_cv_type_sa_handler+set}" = set; then
38123 echo $ECHO_N "(cached) $ECHO_C" >&6
38124 else
38125
38126 ac_ext=cpp
38127 ac_cpp='$CXXCPP $CPPFLAGS'
38128 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38129 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38130 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38131
38132 cat >conftest.$ac_ext <<_ACEOF
38133 /* confdefs.h. */
38134 _ACEOF
38135 cat confdefs.h >>conftest.$ac_ext
38136 cat >>conftest.$ac_ext <<_ACEOF
38137 /* end confdefs.h. */
38138 #include <signal.h>
38139 int
38140 main ()
38141 {
38142
38143 extern void testSigHandler(int);
38144
38145 struct sigaction sa;
38146 sa.sa_handler = testSigHandler;
38147
38148 ;
38149 return 0;
38150 }
38151 _ACEOF
38152 rm -f conftest.$ac_objext
38153 if { (ac_try="$ac_compile"
38154 case "(($ac_try" in
38155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38156 *) ac_try_echo=$ac_try;;
38157 esac
38158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38159 (eval "$ac_compile") 2>conftest.er1
38160 ac_status=$?
38161 grep -v '^ *+' conftest.er1 >conftest.err
38162 rm -f conftest.er1
38163 cat conftest.err >&5
38164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38165 (exit $ac_status); } && {
38166 test -z "$ac_cxx_werror_flag" ||
38167 test ! -s conftest.err
38168 } && test -s conftest.$ac_objext; then
38169
38170 wx_cv_type_sa_handler=int
38171
38172 else
38173 echo "$as_me: failed program was:" >&5
38174 sed 's/^/| /' conftest.$ac_ext >&5
38175
38176
38177 wx_cv_type_sa_handler=void
38178
38179 fi
38180
38181 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38182 ac_ext=c
38183 ac_cpp='$CPP $CPPFLAGS'
38184 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38185 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38186 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38187
38188
38189 fi
38190 { echo "$as_me:$LINENO: result: $wx_cv_type_sa_handler" >&5
38191 echo "${ECHO_T}$wx_cv_type_sa_handler" >&6; }
38192
38193 cat >>confdefs.h <<_ACEOF
38194 #define wxTYPE_SA_HANDLER $wx_cv_type_sa_handler
38195 _ACEOF
38196
38197 fi
38198 fi
38199
38200 if test "$wxUSE_STACKWALKER" = "yes" -a "$wxUSE_UNIX" = "yes"; then
38201 { echo "$as_me:$LINENO: checking for backtrace() in <execinfo.h>" >&5
38202 echo $ECHO_N "checking for backtrace() in <execinfo.h>... $ECHO_C" >&6; }
38203 if test "${wx_cv_func_backtrace+set}" = set; then
38204 echo $ECHO_N "(cached) $ECHO_C" >&6
38205 else
38206
38207 ac_ext=cpp
38208 ac_cpp='$CXXCPP $CPPFLAGS'
38209 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38210 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38211 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38212
38213 cat >conftest.$ac_ext <<_ACEOF
38214 /* confdefs.h. */
38215 _ACEOF
38216 cat confdefs.h >>conftest.$ac_ext
38217 cat >>conftest.$ac_ext <<_ACEOF
38218 /* end confdefs.h. */
38219 #include <execinfo.h>
38220 int
38221 main ()
38222 {
38223
38224 void *trace[1];
38225 char **messages;
38226
38227 backtrace(trace, 1);
38228 messages = backtrace_symbols(trace, 1);
38229
38230 ;
38231 return 0;
38232 }
38233 _ACEOF
38234 rm -f conftest.$ac_objext
38235 if { (ac_try="$ac_compile"
38236 case "(($ac_try" in
38237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38238 *) ac_try_echo=$ac_try;;
38239 esac
38240 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38241 (eval "$ac_compile") 2>conftest.er1
38242 ac_status=$?
38243 grep -v '^ *+' conftest.er1 >conftest.err
38244 rm -f conftest.er1
38245 cat conftest.err >&5
38246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38247 (exit $ac_status); } && {
38248 test -z "$ac_cxx_werror_flag" ||
38249 test ! -s conftest.err
38250 } && test -s conftest.$ac_objext; then
38251 wx_cv_func_backtrace=yes
38252 else
38253 echo "$as_me: failed program was:" >&5
38254 sed 's/^/| /' conftest.$ac_ext >&5
38255
38256 wx_cv_func_backtrace=no
38257
38258 fi
38259
38260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38261 ac_ext=c
38262 ac_cpp='$CPP $CPPFLAGS'
38263 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38264 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38265 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38266
38267
38268
38269 fi
38270 { echo "$as_me:$LINENO: result: $wx_cv_func_backtrace" >&5
38271 echo "${ECHO_T}$wx_cv_func_backtrace" >&6; }
38272
38273
38274 if test "$wx_cv_func_backtrace" = "no"; then
38275 { echo "$as_me:$LINENO: WARNING: backtrace() is not available, wxStackWalker will not be available" >&5
38276 echo "$as_me: WARNING: backtrace() is not available, wxStackWalker will not be available" >&2;}
38277 wxUSE_STACKWALKER=no
38278 else
38279 { echo "$as_me:$LINENO: checking for __cxa_demangle() in <cxxabi.h>" >&5
38280 echo $ECHO_N "checking for __cxa_demangle() in <cxxabi.h>... $ECHO_C" >&6; }
38281 if test "${wx_cv_func_cxa_demangle+set}" = set; then
38282 echo $ECHO_N "(cached) $ECHO_C" >&6
38283 else
38284
38285 ac_ext=cpp
38286 ac_cpp='$CXXCPP $CPPFLAGS'
38287 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38288 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38289 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38290
38291 cat >conftest.$ac_ext <<_ACEOF
38292 /* confdefs.h. */
38293 _ACEOF
38294 cat confdefs.h >>conftest.$ac_ext
38295 cat >>conftest.$ac_ext <<_ACEOF
38296 /* end confdefs.h. */
38297 #include <cxxabi.h>
38298 int
38299 main ()
38300 {
38301
38302 int rc;
38303 __cxxabiv1::__cxa_demangle("foo", 0, 0, &rc);
38304
38305 ;
38306 return 0;
38307 }
38308 _ACEOF
38309 rm -f conftest.$ac_objext conftest$ac_exeext
38310 if { (ac_try="$ac_link"
38311 case "(($ac_try" in
38312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38313 *) ac_try_echo=$ac_try;;
38314 esac
38315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38316 (eval "$ac_link") 2>conftest.er1
38317 ac_status=$?
38318 grep -v '^ *+' conftest.er1 >conftest.err
38319 rm -f conftest.er1
38320 cat conftest.err >&5
38321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38322 (exit $ac_status); } && {
38323 test -z "$ac_cxx_werror_flag" ||
38324 test ! -s conftest.err
38325 } && test -s conftest$ac_exeext &&
38326 $as_test_x conftest$ac_exeext; then
38327 wx_cv_func_cxa_demangle=yes
38328 else
38329 echo "$as_me: failed program was:" >&5
38330 sed 's/^/| /' conftest.$ac_ext >&5
38331
38332 wx_cv_func_cxa_demangle=no
38333
38334 fi
38335
38336 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38337 conftest$ac_exeext conftest.$ac_ext
38338 ac_ext=c
38339 ac_cpp='$CPP $CPPFLAGS'
38340 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38341 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38342 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38343
38344
38345
38346 fi
38347 { echo "$as_me:$LINENO: result: $wx_cv_func_cxa_demangle" >&5
38348 echo "${ECHO_T}$wx_cv_func_cxa_demangle" >&6; }
38349
38350 if test "$wx_cv_func_cxa_demangle" = "yes"; then
38351 cat >>confdefs.h <<\_ACEOF
38352 #define HAVE_CXA_DEMANGLE 1
38353 _ACEOF
38354
38355 fi
38356 fi
38357 fi
38358
38359 if test "$wxUSE_STACKWALKER" = "yes" -a "$USE_WIN32" != 1 -a "$USE_UNIX" != 1; then
38360 { echo "$as_me:$LINENO: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&5
38361 echo "$as_me: WARNING: wxStackWalker is only available on Win32 and UNIX... disabled" >&2;}
38362 wxUSE_STACKWALKER=no
38363 fi
38364
38365
38366
38367
38368 for ac_func in mkstemp mktemp
38369 do
38370 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38371 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38372 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38373 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38374 echo $ECHO_N "(cached) $ECHO_C" >&6
38375 else
38376 cat >conftest.$ac_ext <<_ACEOF
38377 /* confdefs.h. */
38378 _ACEOF
38379 cat confdefs.h >>conftest.$ac_ext
38380 cat >>conftest.$ac_ext <<_ACEOF
38381 /* end confdefs.h. */
38382 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38383 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38384 #define $ac_func innocuous_$ac_func
38385
38386 /* System header to define __stub macros and hopefully few prototypes,
38387 which can conflict with char $ac_func (); below.
38388 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38389 <limits.h> exists even on freestanding compilers. */
38390
38391 #ifdef __STDC__
38392 # include <limits.h>
38393 #else
38394 # include <assert.h>
38395 #endif
38396
38397 #undef $ac_func
38398
38399 /* Override any GCC internal prototype to avoid an error.
38400 Use char because int might match the return type of a GCC
38401 builtin and then its argument prototype would still apply. */
38402 #ifdef __cplusplus
38403 extern "C"
38404 #endif
38405 char $ac_func ();
38406 /* The GNU C library defines this for functions which it implements
38407 to always fail with ENOSYS. Some functions are actually named
38408 something starting with __ and the normal name is an alias. */
38409 #if defined __stub_$ac_func || defined __stub___$ac_func
38410 choke me
38411 #endif
38412
38413 int
38414 main ()
38415 {
38416 return $ac_func ();
38417 ;
38418 return 0;
38419 }
38420 _ACEOF
38421 rm -f conftest.$ac_objext conftest$ac_exeext
38422 if { (ac_try="$ac_link"
38423 case "(($ac_try" in
38424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38425 *) ac_try_echo=$ac_try;;
38426 esac
38427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38428 (eval "$ac_link") 2>conftest.er1
38429 ac_status=$?
38430 grep -v '^ *+' conftest.er1 >conftest.err
38431 rm -f conftest.er1
38432 cat conftest.err >&5
38433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38434 (exit $ac_status); } && {
38435 test -z "$ac_c_werror_flag" ||
38436 test ! -s conftest.err
38437 } && test -s conftest$ac_exeext &&
38438 $as_test_x conftest$ac_exeext; then
38439 eval "$as_ac_var=yes"
38440 else
38441 echo "$as_me: failed program was:" >&5
38442 sed 's/^/| /' conftest.$ac_ext >&5
38443
38444 eval "$as_ac_var=no"
38445 fi
38446
38447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38448 conftest$ac_exeext conftest.$ac_ext
38449 fi
38450 ac_res=`eval echo '${'$as_ac_var'}'`
38451 { echo "$as_me:$LINENO: result: $ac_res" >&5
38452 echo "${ECHO_T}$ac_res" >&6; }
38453 if test `eval echo '${'$as_ac_var'}'` = yes; then
38454 cat >>confdefs.h <<_ACEOF
38455 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38456 _ACEOF
38457 break
38458 fi
38459 done
38460
38461
38462 { echo "$as_me:$LINENO: checking for statfs" >&5
38463 echo $ECHO_N "checking for statfs... $ECHO_C" >&6; }
38464 if test "${wx_cv_func_statfs+set}" = set; then
38465 echo $ECHO_N "(cached) $ECHO_C" >&6
38466 else
38467 cat >conftest.$ac_ext <<_ACEOF
38468 /* confdefs.h. */
38469 _ACEOF
38470 cat confdefs.h >>conftest.$ac_ext
38471 cat >>conftest.$ac_ext <<_ACEOF
38472 /* end confdefs.h. */
38473
38474 #if defined(__BSD__)
38475 #include <sys/param.h>
38476 #include <sys/mount.h>
38477 #else
38478 #include <sys/vfs.h>
38479 #endif
38480
38481 int
38482 main ()
38483 {
38484
38485 long l;
38486 struct statfs fs;
38487 statfs("/", &fs);
38488 l = fs.f_bsize;
38489 l += fs.f_blocks;
38490 l += fs.f_bavail;
38491
38492 ;
38493 return 0;
38494 }
38495 _ACEOF
38496 rm -f conftest.$ac_objext
38497 if { (ac_try="$ac_compile"
38498 case "(($ac_try" in
38499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38500 *) ac_try_echo=$ac_try;;
38501 esac
38502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38503 (eval "$ac_compile") 2>conftest.er1
38504 ac_status=$?
38505 grep -v '^ *+' conftest.er1 >conftest.err
38506 rm -f conftest.er1
38507 cat conftest.err >&5
38508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38509 (exit $ac_status); } && {
38510 test -z "$ac_c_werror_flag" ||
38511 test ! -s conftest.err
38512 } && test -s conftest.$ac_objext; then
38513 wx_cv_func_statfs=yes
38514 else
38515 echo "$as_me: failed program was:" >&5
38516 sed 's/^/| /' conftest.$ac_ext >&5
38517
38518 wx_cv_func_statfs=no
38519
38520 fi
38521
38522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38523
38524 fi
38525 { echo "$as_me:$LINENO: result: $wx_cv_func_statfs" >&5
38526 echo "${ECHO_T}$wx_cv_func_statfs" >&6; }
38527
38528 if test "$wx_cv_func_statfs" = "yes"; then
38529 { echo "$as_me:$LINENO: checking for statfs declaration" >&5
38530 echo $ECHO_N "checking for statfs declaration... $ECHO_C" >&6; }
38531 if test "${wx_cv_func_statfs_decl+set}" = set; then
38532 echo $ECHO_N "(cached) $ECHO_C" >&6
38533 else
38534 ac_ext=cpp
38535 ac_cpp='$CXXCPP $CPPFLAGS'
38536 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38537 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38538 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38539
38540 cat >conftest.$ac_ext <<_ACEOF
38541 /* confdefs.h. */
38542 _ACEOF
38543 cat confdefs.h >>conftest.$ac_ext
38544 cat >>conftest.$ac_ext <<_ACEOF
38545 /* end confdefs.h. */
38546
38547 #if defined(__BSD__)
38548 #include <sys/param.h>
38549 #include <sys/mount.h>
38550 #else
38551 #include <sys/vfs.h>
38552 #endif
38553
38554 int
38555 main ()
38556 {
38557
38558 struct statfs fs;
38559 statfs("", &fs);
38560
38561 ;
38562 return 0;
38563 }
38564 _ACEOF
38565 rm -f conftest.$ac_objext
38566 if { (ac_try="$ac_compile"
38567 case "(($ac_try" in
38568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38569 *) ac_try_echo=$ac_try;;
38570 esac
38571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38572 (eval "$ac_compile") 2>conftest.er1
38573 ac_status=$?
38574 grep -v '^ *+' conftest.er1 >conftest.err
38575 rm -f conftest.er1
38576 cat conftest.err >&5
38577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38578 (exit $ac_status); } && {
38579 test -z "$ac_cxx_werror_flag" ||
38580 test ! -s conftest.err
38581 } && test -s conftest.$ac_objext; then
38582 wx_cv_func_statfs_decl=yes
38583 else
38584 echo "$as_me: failed program was:" >&5
38585 sed 's/^/| /' conftest.$ac_ext >&5
38586
38587 wx_cv_func_statfs_decl=no
38588
38589 fi
38590
38591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38592 ac_ext=c
38593 ac_cpp='$CPP $CPPFLAGS'
38594 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38595 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38596 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38597
38598
38599 fi
38600 { echo "$as_me:$LINENO: result: $wx_cv_func_statfs_decl" >&5
38601 echo "${ECHO_T}$wx_cv_func_statfs_decl" >&6; }
38602
38603 if test "$wx_cv_func_statfs_decl" = "yes"; then
38604 cat >>confdefs.h <<\_ACEOF
38605 #define HAVE_STATFS_DECL 1
38606 _ACEOF
38607
38608 fi
38609
38610 wx_cv_type_statvfs_t="struct statfs"
38611 cat >>confdefs.h <<\_ACEOF
38612 #define HAVE_STATFS 1
38613 _ACEOF
38614
38615 else
38616 { echo "$as_me:$LINENO: checking for statvfs" >&5
38617 echo $ECHO_N "checking for statvfs... $ECHO_C" >&6; }
38618 if test "${wx_cv_func_statvfs+set}" = set; then
38619 echo $ECHO_N "(cached) $ECHO_C" >&6
38620 else
38621 cat >conftest.$ac_ext <<_ACEOF
38622 /* confdefs.h. */
38623 _ACEOF
38624 cat confdefs.h >>conftest.$ac_ext
38625 cat >>conftest.$ac_ext <<_ACEOF
38626 /* end confdefs.h. */
38627
38628 #include <stddef.h>
38629 #include <sys/statvfs.h>
38630
38631 int
38632 main ()
38633 {
38634
38635 statvfs("/", NULL);
38636
38637 ;
38638 return 0;
38639 }
38640 _ACEOF
38641 rm -f conftest.$ac_objext
38642 if { (ac_try="$ac_compile"
38643 case "(($ac_try" in
38644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38645 *) ac_try_echo=$ac_try;;
38646 esac
38647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38648 (eval "$ac_compile") 2>conftest.er1
38649 ac_status=$?
38650 grep -v '^ *+' conftest.er1 >conftest.err
38651 rm -f conftest.er1
38652 cat conftest.err >&5
38653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38654 (exit $ac_status); } && {
38655 test -z "$ac_c_werror_flag" ||
38656 test ! -s conftest.err
38657 } && test -s conftest.$ac_objext; then
38658 wx_cv_func_statvfs=yes
38659 else
38660 echo "$as_me: failed program was:" >&5
38661 sed 's/^/| /' conftest.$ac_ext >&5
38662
38663 wx_cv_func_statvfs=no
38664
38665 fi
38666
38667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38668
38669 fi
38670 { echo "$as_me:$LINENO: result: $wx_cv_func_statvfs" >&5
38671 echo "${ECHO_T}$wx_cv_func_statvfs" >&6; }
38672
38673 if test "$wx_cv_func_statvfs" = "yes"; then
38674 { echo "$as_me:$LINENO: checking for statvfs argument type" >&5
38675 echo $ECHO_N "checking for statvfs argument type... $ECHO_C" >&6; }
38676 if test "${wx_cv_type_statvfs_t+set}" = set; then
38677 echo $ECHO_N "(cached) $ECHO_C" >&6
38678 else
38679 ac_ext=cpp
38680 ac_cpp='$CXXCPP $CPPFLAGS'
38681 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38682 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38683 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
38684
38685 cat >conftest.$ac_ext <<_ACEOF
38686 /* confdefs.h. */
38687 _ACEOF
38688 cat confdefs.h >>conftest.$ac_ext
38689 cat >>conftest.$ac_ext <<_ACEOF
38690 /* end confdefs.h. */
38691
38692 #include <sys/statvfs.h>
38693
38694 int
38695 main ()
38696 {
38697
38698 long l;
38699 statvfs_t fs;
38700 statvfs("/", &fs);
38701 l = fs.f_bsize;
38702 l += fs.f_blocks;
38703 l += fs.f_bavail;
38704
38705 ;
38706 return 0;
38707 }
38708 _ACEOF
38709 rm -f conftest.$ac_objext
38710 if { (ac_try="$ac_compile"
38711 case "(($ac_try" in
38712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38713 *) ac_try_echo=$ac_try;;
38714 esac
38715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38716 (eval "$ac_compile") 2>conftest.er1
38717 ac_status=$?
38718 grep -v '^ *+' conftest.er1 >conftest.err
38719 rm -f conftest.er1
38720 cat conftest.err >&5
38721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38722 (exit $ac_status); } && {
38723 test -z "$ac_cxx_werror_flag" ||
38724 test ! -s conftest.err
38725 } && test -s conftest.$ac_objext; then
38726 wx_cv_type_statvfs_t=statvfs_t
38727 else
38728 echo "$as_me: failed program was:" >&5
38729 sed 's/^/| /' conftest.$ac_ext >&5
38730
38731
38732 cat >conftest.$ac_ext <<_ACEOF
38733 /* confdefs.h. */
38734 _ACEOF
38735 cat confdefs.h >>conftest.$ac_ext
38736 cat >>conftest.$ac_ext <<_ACEOF
38737 /* end confdefs.h. */
38738
38739 #include <sys/statvfs.h>
38740
38741 int
38742 main ()
38743 {
38744
38745 long l;
38746 struct statvfs fs;
38747 statvfs("/", &fs);
38748 l = fs.f_bsize;
38749 l += fs.f_blocks;
38750 l += fs.f_bavail;
38751
38752 ;
38753 return 0;
38754 }
38755 _ACEOF
38756 rm -f conftest.$ac_objext
38757 if { (ac_try="$ac_compile"
38758 case "(($ac_try" in
38759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38760 *) ac_try_echo=$ac_try;;
38761 esac
38762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38763 (eval "$ac_compile") 2>conftest.er1
38764 ac_status=$?
38765 grep -v '^ *+' conftest.er1 >conftest.err
38766 rm -f conftest.er1
38767 cat conftest.err >&5
38768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38769 (exit $ac_status); } && {
38770 test -z "$ac_cxx_werror_flag" ||
38771 test ! -s conftest.err
38772 } && test -s conftest.$ac_objext; then
38773 wx_cv_type_statvfs_t="struct statvfs"
38774 else
38775 echo "$as_me: failed program was:" >&5
38776 sed 's/^/| /' conftest.$ac_ext >&5
38777
38778 wx_cv_type_statvfs_t="unknown"
38779
38780 fi
38781
38782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38783
38784
38785 fi
38786
38787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
38788 ac_ext=c
38789 ac_cpp='$CPP $CPPFLAGS'
38790 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
38791 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38792 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38793
38794
38795 fi
38796 { echo "$as_me:$LINENO: result: $wx_cv_type_statvfs_t" >&5
38797 echo "${ECHO_T}$wx_cv_type_statvfs_t" >&6; }
38798
38799 if test "$wx_cv_type_statvfs_t" != "unknown"; then
38800 cat >>confdefs.h <<\_ACEOF
38801 #define HAVE_STATVFS 1
38802 _ACEOF
38803
38804 fi
38805 else
38806 wx_cv_type_statvfs_t="unknown"
38807 fi
38808 fi
38809
38810 if test "$wx_cv_type_statvfs_t" != "unknown"; then
38811 cat >>confdefs.h <<_ACEOF
38812 #define WX_STATFS_T $wx_cv_type_statvfs_t
38813 _ACEOF
38814
38815 else
38816 { echo "$as_me:$LINENO: WARNING: wxGetDiskSpace() function won't work without statfs()" >&5
38817 echo "$as_me: WARNING: wxGetDiskSpace() function won't work without statfs()" >&2;}
38818 fi
38819
38820 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
38821
38822
38823 for ac_func in fcntl flock
38824 do
38825 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38826 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38827 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38828 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38829 echo $ECHO_N "(cached) $ECHO_C" >&6
38830 else
38831 cat >conftest.$ac_ext <<_ACEOF
38832 /* confdefs.h. */
38833 _ACEOF
38834 cat confdefs.h >>conftest.$ac_ext
38835 cat >>conftest.$ac_ext <<_ACEOF
38836 /* end confdefs.h. */
38837 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38838 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38839 #define $ac_func innocuous_$ac_func
38840
38841 /* System header to define __stub macros and hopefully few prototypes,
38842 which can conflict with char $ac_func (); below.
38843 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38844 <limits.h> exists even on freestanding compilers. */
38845
38846 #ifdef __STDC__
38847 # include <limits.h>
38848 #else
38849 # include <assert.h>
38850 #endif
38851
38852 #undef $ac_func
38853
38854 /* Override any GCC internal prototype to avoid an error.
38855 Use char because int might match the return type of a GCC
38856 builtin and then its argument prototype would still apply. */
38857 #ifdef __cplusplus
38858 extern "C"
38859 #endif
38860 char $ac_func ();
38861 /* The GNU C library defines this for functions which it implements
38862 to always fail with ENOSYS. Some functions are actually named
38863 something starting with __ and the normal name is an alias. */
38864 #if defined __stub_$ac_func || defined __stub___$ac_func
38865 choke me
38866 #endif
38867
38868 int
38869 main ()
38870 {
38871 return $ac_func ();
38872 ;
38873 return 0;
38874 }
38875 _ACEOF
38876 rm -f conftest.$ac_objext conftest$ac_exeext
38877 if { (ac_try="$ac_link"
38878 case "(($ac_try" in
38879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38880 *) ac_try_echo=$ac_try;;
38881 esac
38882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38883 (eval "$ac_link") 2>conftest.er1
38884 ac_status=$?
38885 grep -v '^ *+' conftest.er1 >conftest.err
38886 rm -f conftest.er1
38887 cat conftest.err >&5
38888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38889 (exit $ac_status); } && {
38890 test -z "$ac_c_werror_flag" ||
38891 test ! -s conftest.err
38892 } && test -s conftest$ac_exeext &&
38893 $as_test_x conftest$ac_exeext; then
38894 eval "$as_ac_var=yes"
38895 else
38896 echo "$as_me: failed program was:" >&5
38897 sed 's/^/| /' conftest.$ac_ext >&5
38898
38899 eval "$as_ac_var=no"
38900 fi
38901
38902 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38903 conftest$ac_exeext conftest.$ac_ext
38904 fi
38905 ac_res=`eval echo '${'$as_ac_var'}'`
38906 { echo "$as_me:$LINENO: result: $ac_res" >&5
38907 echo "${ECHO_T}$ac_res" >&6; }
38908 if test `eval echo '${'$as_ac_var'}'` = yes; then
38909 cat >>confdefs.h <<_ACEOF
38910 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
38911 _ACEOF
38912 break
38913 fi
38914 done
38915
38916
38917 if test "$ac_cv_func_fcntl" != "yes" -a "$ac_cv_func_flock" != "yes"; then
38918 { echo "$as_me:$LINENO: WARNING: wxSingleInstanceChecker not available" >&5
38919 echo "$as_me: WARNING: wxSingleInstanceChecker not available" >&2;}
38920 wxUSE_SNGLINST_CHECKER=no
38921 fi
38922 fi
38923
38924
38925
38926 for ac_func in setenv putenv
38927 do
38928 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
38929 { echo "$as_me:$LINENO: checking for $ac_func" >&5
38930 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
38931 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
38932 echo $ECHO_N "(cached) $ECHO_C" >&6
38933 else
38934 cat >conftest.$ac_ext <<_ACEOF
38935 /* confdefs.h. */
38936 _ACEOF
38937 cat confdefs.h >>conftest.$ac_ext
38938 cat >>conftest.$ac_ext <<_ACEOF
38939 /* end confdefs.h. */
38940 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
38941 For example, HP-UX 11i <limits.h> declares gettimeofday. */
38942 #define $ac_func innocuous_$ac_func
38943
38944 /* System header to define __stub macros and hopefully few prototypes,
38945 which can conflict with char $ac_func (); below.
38946 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38947 <limits.h> exists even on freestanding compilers. */
38948
38949 #ifdef __STDC__
38950 # include <limits.h>
38951 #else
38952 # include <assert.h>
38953 #endif
38954
38955 #undef $ac_func
38956
38957 /* Override any GCC internal prototype to avoid an error.
38958 Use char because int might match the return type of a GCC
38959 builtin and then its argument prototype would still apply. */
38960 #ifdef __cplusplus
38961 extern "C"
38962 #endif
38963 char $ac_func ();
38964 /* The GNU C library defines this for functions which it implements
38965 to always fail with ENOSYS. Some functions are actually named
38966 something starting with __ and the normal name is an alias. */
38967 #if defined __stub_$ac_func || defined __stub___$ac_func
38968 choke me
38969 #endif
38970
38971 int
38972 main ()
38973 {
38974 return $ac_func ();
38975 ;
38976 return 0;
38977 }
38978 _ACEOF
38979 rm -f conftest.$ac_objext conftest$ac_exeext
38980 if { (ac_try="$ac_link"
38981 case "(($ac_try" in
38982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38983 *) ac_try_echo=$ac_try;;
38984 esac
38985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
38986 (eval "$ac_link") 2>conftest.er1
38987 ac_status=$?
38988 grep -v '^ *+' conftest.er1 >conftest.err
38989 rm -f conftest.er1
38990 cat conftest.err >&5
38991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
38992 (exit $ac_status); } && {
38993 test -z "$ac_c_werror_flag" ||
38994 test ! -s conftest.err
38995 } && test -s conftest$ac_exeext &&
38996 $as_test_x conftest$ac_exeext; then
38997 eval "$as_ac_var=yes"
38998 else
38999 echo "$as_me: failed program was:" >&5
39000 sed 's/^/| /' conftest.$ac_ext >&5
39001
39002 eval "$as_ac_var=no"
39003 fi
39004
39005 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39006 conftest$ac_exeext conftest.$ac_ext
39007 fi
39008 ac_res=`eval echo '${'$as_ac_var'}'`
39009 { echo "$as_me:$LINENO: result: $ac_res" >&5
39010 echo "${ECHO_T}$ac_res" >&6; }
39011 if test `eval echo '${'$as_ac_var'}'` = yes; then
39012 cat >>confdefs.h <<_ACEOF
39013 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39014 _ACEOF
39015 break
39016 fi
39017 done
39018
39019 if test "$ac_cv_func_setenv" = "yes"; then
39020
39021 for ac_func in unsetenv
39022 do
39023 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39024 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39025 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39026 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39027 echo $ECHO_N "(cached) $ECHO_C" >&6
39028 else
39029 cat >conftest.$ac_ext <<_ACEOF
39030 /* confdefs.h. */
39031 _ACEOF
39032 cat confdefs.h >>conftest.$ac_ext
39033 cat >>conftest.$ac_ext <<_ACEOF
39034 /* end confdefs.h. */
39035 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39036 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39037 #define $ac_func innocuous_$ac_func
39038
39039 /* System header to define __stub macros and hopefully few prototypes,
39040 which can conflict with char $ac_func (); below.
39041 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39042 <limits.h> exists even on freestanding compilers. */
39043
39044 #ifdef __STDC__
39045 # include <limits.h>
39046 #else
39047 # include <assert.h>
39048 #endif
39049
39050 #undef $ac_func
39051
39052 /* Override any GCC internal prototype to avoid an error.
39053 Use char because int might match the return type of a GCC
39054 builtin and then its argument prototype would still apply. */
39055 #ifdef __cplusplus
39056 extern "C"
39057 #endif
39058 char $ac_func ();
39059 /* The GNU C library defines this for functions which it implements
39060 to always fail with ENOSYS. Some functions are actually named
39061 something starting with __ and the normal name is an alias. */
39062 #if defined __stub_$ac_func || defined __stub___$ac_func
39063 choke me
39064 #endif
39065
39066 int
39067 main ()
39068 {
39069 return $ac_func ();
39070 ;
39071 return 0;
39072 }
39073 _ACEOF
39074 rm -f conftest.$ac_objext conftest$ac_exeext
39075 if { (ac_try="$ac_link"
39076 case "(($ac_try" in
39077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39078 *) ac_try_echo=$ac_try;;
39079 esac
39080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39081 (eval "$ac_link") 2>conftest.er1
39082 ac_status=$?
39083 grep -v '^ *+' conftest.er1 >conftest.err
39084 rm -f conftest.er1
39085 cat conftest.err >&5
39086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39087 (exit $ac_status); } && {
39088 test -z "$ac_c_werror_flag" ||
39089 test ! -s conftest.err
39090 } && test -s conftest$ac_exeext &&
39091 $as_test_x conftest$ac_exeext; then
39092 eval "$as_ac_var=yes"
39093 else
39094 echo "$as_me: failed program was:" >&5
39095 sed 's/^/| /' conftest.$ac_ext >&5
39096
39097 eval "$as_ac_var=no"
39098 fi
39099
39100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39101 conftest$ac_exeext conftest.$ac_ext
39102 fi
39103 ac_res=`eval echo '${'$as_ac_var'}'`
39104 { echo "$as_me:$LINENO: result: $ac_res" >&5
39105 echo "${ECHO_T}$ac_res" >&6; }
39106 if test `eval echo '${'$as_ac_var'}'` = yes; then
39107 cat >>confdefs.h <<_ACEOF
39108 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39109 _ACEOF
39110
39111 fi
39112 done
39113
39114 fi
39115
39116 HAVE_SOME_SLEEP_FUNC=0
39117 if test "$USE_BEOS" = 1; then
39118 cat >>confdefs.h <<\_ACEOF
39119 #define HAVE_SLEEP 1
39120 _ACEOF
39121
39122 HAVE_SOME_SLEEP_FUNC=1
39123 fi
39124
39125 if test "$USE_DARWIN" = 1; then
39126 cat >>confdefs.h <<\_ACEOF
39127 #define HAVE_USLEEP 1
39128 _ACEOF
39129
39130 HAVE_SOME_SLEEP_FUNC=1
39131 fi
39132
39133 if test "$HAVE_SOME_SLEEP_FUNC" != 1; then
39134 POSIX4_LINK=
39135
39136 for ac_func in nanosleep
39137 do
39138 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39139 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39140 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39141 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39142 echo $ECHO_N "(cached) $ECHO_C" >&6
39143 else
39144 cat >conftest.$ac_ext <<_ACEOF
39145 /* confdefs.h. */
39146 _ACEOF
39147 cat confdefs.h >>conftest.$ac_ext
39148 cat >>conftest.$ac_ext <<_ACEOF
39149 /* end confdefs.h. */
39150 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39151 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39152 #define $ac_func innocuous_$ac_func
39153
39154 /* System header to define __stub macros and hopefully few prototypes,
39155 which can conflict with char $ac_func (); below.
39156 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39157 <limits.h> exists even on freestanding compilers. */
39158
39159 #ifdef __STDC__
39160 # include <limits.h>
39161 #else
39162 # include <assert.h>
39163 #endif
39164
39165 #undef $ac_func
39166
39167 /* Override any GCC internal prototype to avoid an error.
39168 Use char because int might match the return type of a GCC
39169 builtin and then its argument prototype would still apply. */
39170 #ifdef __cplusplus
39171 extern "C"
39172 #endif
39173 char $ac_func ();
39174 /* The GNU C library defines this for functions which it implements
39175 to always fail with ENOSYS. Some functions are actually named
39176 something starting with __ and the normal name is an alias. */
39177 #if defined __stub_$ac_func || defined __stub___$ac_func
39178 choke me
39179 #endif
39180
39181 int
39182 main ()
39183 {
39184 return $ac_func ();
39185 ;
39186 return 0;
39187 }
39188 _ACEOF
39189 rm -f conftest.$ac_objext conftest$ac_exeext
39190 if { (ac_try="$ac_link"
39191 case "(($ac_try" in
39192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39193 *) ac_try_echo=$ac_try;;
39194 esac
39195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39196 (eval "$ac_link") 2>conftest.er1
39197 ac_status=$?
39198 grep -v '^ *+' conftest.er1 >conftest.err
39199 rm -f conftest.er1
39200 cat conftest.err >&5
39201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39202 (exit $ac_status); } && {
39203 test -z "$ac_c_werror_flag" ||
39204 test ! -s conftest.err
39205 } && test -s conftest$ac_exeext &&
39206 $as_test_x conftest$ac_exeext; then
39207 eval "$as_ac_var=yes"
39208 else
39209 echo "$as_me: failed program was:" >&5
39210 sed 's/^/| /' conftest.$ac_ext >&5
39211
39212 eval "$as_ac_var=no"
39213 fi
39214
39215 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39216 conftest$ac_exeext conftest.$ac_ext
39217 fi
39218 ac_res=`eval echo '${'$as_ac_var'}'`
39219 { echo "$as_me:$LINENO: result: $ac_res" >&5
39220 echo "${ECHO_T}$ac_res" >&6; }
39221 if test `eval echo '${'$as_ac_var'}'` = yes; then
39222 cat >>confdefs.h <<_ACEOF
39223 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39224 _ACEOF
39225 cat >>confdefs.h <<\_ACEOF
39226 #define HAVE_NANOSLEEP 1
39227 _ACEOF
39228
39229 else
39230
39231 { echo "$as_me:$LINENO: checking for nanosleep in -lposix4" >&5
39232 echo $ECHO_N "checking for nanosleep in -lposix4... $ECHO_C" >&6; }
39233 if test "${ac_cv_lib_posix4_nanosleep+set}" = set; then
39234 echo $ECHO_N "(cached) $ECHO_C" >&6
39235 else
39236 ac_check_lib_save_LIBS=$LIBS
39237 LIBS="-lposix4 $LIBS"
39238 cat >conftest.$ac_ext <<_ACEOF
39239 /* confdefs.h. */
39240 _ACEOF
39241 cat confdefs.h >>conftest.$ac_ext
39242 cat >>conftest.$ac_ext <<_ACEOF
39243 /* end confdefs.h. */
39244
39245 /* Override any GCC internal prototype to avoid an error.
39246 Use char because int might match the return type of a GCC
39247 builtin and then its argument prototype would still apply. */
39248 #ifdef __cplusplus
39249 extern "C"
39250 #endif
39251 char nanosleep ();
39252 int
39253 main ()
39254 {
39255 return nanosleep ();
39256 ;
39257 return 0;
39258 }
39259 _ACEOF
39260 rm -f conftest.$ac_objext conftest$ac_exeext
39261 if { (ac_try="$ac_link"
39262 case "(($ac_try" in
39263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39264 *) ac_try_echo=$ac_try;;
39265 esac
39266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39267 (eval "$ac_link") 2>conftest.er1
39268 ac_status=$?
39269 grep -v '^ *+' conftest.er1 >conftest.err
39270 rm -f conftest.er1
39271 cat conftest.err >&5
39272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39273 (exit $ac_status); } && {
39274 test -z "$ac_c_werror_flag" ||
39275 test ! -s conftest.err
39276 } && test -s conftest$ac_exeext &&
39277 $as_test_x conftest$ac_exeext; then
39278 ac_cv_lib_posix4_nanosleep=yes
39279 else
39280 echo "$as_me: failed program was:" >&5
39281 sed 's/^/| /' conftest.$ac_ext >&5
39282
39283 ac_cv_lib_posix4_nanosleep=no
39284 fi
39285
39286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39287 conftest$ac_exeext conftest.$ac_ext
39288 LIBS=$ac_check_lib_save_LIBS
39289 fi
39290 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_nanosleep" >&5
39291 echo "${ECHO_T}$ac_cv_lib_posix4_nanosleep" >&6; }
39292 if test $ac_cv_lib_posix4_nanosleep = yes; then
39293
39294 cat >>confdefs.h <<\_ACEOF
39295 #define HAVE_NANOSLEEP 1
39296 _ACEOF
39297
39298 POSIX4_LINK=" -lposix4"
39299
39300 else
39301
39302
39303 for wx_func in usleep
39304 do
39305 { echo "$as_me:$LINENO: checking for $wx_func" >&5
39306 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39307 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39308 echo $ECHO_N "(cached) $ECHO_C" >&6
39309 else
39310
39311 cat >conftest.$ac_ext <<_ACEOF
39312
39313 /* confdefs.h. */
39314 _ACEOF
39315 cat confdefs.h >>conftest.$ac_ext
39316 cat >>conftest.$ac_ext <<_ACEOF
39317 /* end confdefs.h. */
39318
39319
39320 $ac_includes_default
39321
39322 int
39323 main ()
39324 {
39325
39326 #ifndef $wx_func
39327 &$wx_func;
39328 #endif
39329
39330
39331 ;
39332 return 0;
39333 }
39334
39335 _ACEOF
39336 rm -f conftest.$ac_objext conftest$ac_exeext
39337 if { (ac_try="$ac_link"
39338 case "(($ac_try" in
39339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39340 *) ac_try_echo=$ac_try;;
39341 esac
39342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39343 (eval "$ac_link") 2>conftest.er1
39344 ac_status=$?
39345 grep -v '^ *+' conftest.er1 >conftest.err
39346 rm -f conftest.er1
39347 cat conftest.err >&5
39348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39349 (exit $ac_status); } && {
39350 test -z "$ac_c_werror_flag" ||
39351 test ! -s conftest.err
39352 } && test -s conftest$ac_exeext &&
39353 $as_test_x conftest$ac_exeext; then
39354 eval wx_cv_func_$wx_func=yes
39355 else
39356 echo "$as_me: failed program was:" >&5
39357 sed 's/^/| /' conftest.$ac_ext >&5
39358
39359 eval wx_cv_func_$wx_func=no
39360 fi
39361
39362 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39363 conftest$ac_exeext conftest.$ac_ext
39364
39365 fi
39366 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39367 { echo "$as_me:$LINENO: result: $ac_res" >&5
39368 echo "${ECHO_T}$ac_res" >&6; }
39369
39370 if eval test \$wx_cv_func_$wx_func = yes
39371 then
39372 cat >>confdefs.h <<_ACEOF
39373 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
39374 _ACEOF
39375
39376
39377 else
39378 :
39379 { echo "$as_me:$LINENO: WARNING: wxSleep() function will not work" >&5
39380 echo "$as_me: WARNING: wxSleep() function will not work" >&2;}
39381
39382 fi
39383 done
39384
39385
39386
39387 fi
39388
39389
39390
39391 fi
39392 done
39393
39394 fi
39395
39396
39397 for wx_func in uname
39398 do
39399 { echo "$as_me:$LINENO: checking for $wx_func" >&5
39400 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39401 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39402 echo $ECHO_N "(cached) $ECHO_C" >&6
39403 else
39404
39405 cat >conftest.$ac_ext <<_ACEOF
39406
39407 /* confdefs.h. */
39408 _ACEOF
39409 cat confdefs.h >>conftest.$ac_ext
39410 cat >>conftest.$ac_ext <<_ACEOF
39411 /* end confdefs.h. */
39412
39413 #include <sys/utsname.h>
39414 $ac_includes_default
39415
39416 int
39417 main ()
39418 {
39419
39420 #ifndef $wx_func
39421 &$wx_func;
39422 #endif
39423
39424
39425 ;
39426 return 0;
39427 }
39428
39429 _ACEOF
39430 rm -f conftest.$ac_objext conftest$ac_exeext
39431 if { (ac_try="$ac_link"
39432 case "(($ac_try" in
39433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39434 *) ac_try_echo=$ac_try;;
39435 esac
39436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39437 (eval "$ac_link") 2>conftest.er1
39438 ac_status=$?
39439 grep -v '^ *+' conftest.er1 >conftest.err
39440 rm -f conftest.er1
39441 cat conftest.err >&5
39442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39443 (exit $ac_status); } && {
39444 test -z "$ac_c_werror_flag" ||
39445 test ! -s conftest.err
39446 } && test -s conftest$ac_exeext &&
39447 $as_test_x conftest$ac_exeext; then
39448 eval wx_cv_func_$wx_func=yes
39449 else
39450 echo "$as_me: failed program was:" >&5
39451 sed 's/^/| /' conftest.$ac_ext >&5
39452
39453 eval wx_cv_func_$wx_func=no
39454 fi
39455
39456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39457 conftest$ac_exeext conftest.$ac_ext
39458
39459 fi
39460 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39461 { echo "$as_me:$LINENO: result: $ac_res" >&5
39462 echo "${ECHO_T}$ac_res" >&6; }
39463
39464 if eval test \$wx_cv_func_$wx_func = yes
39465 then
39466 cat >>confdefs.h <<_ACEOF
39467 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
39468 _ACEOF
39469
39470
39471 else
39472 :
39473
39474 fi
39475 done
39476
39477 if test "$wx_cv_func_uname" != yes; then
39478
39479 for wx_func in gethostname
39480 do
39481 { echo "$as_me:$LINENO: checking for $wx_func" >&5
39482 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39483 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39484 echo $ECHO_N "(cached) $ECHO_C" >&6
39485 else
39486
39487 cat >conftest.$ac_ext <<_ACEOF
39488
39489 /* confdefs.h. */
39490 _ACEOF
39491 cat confdefs.h >>conftest.$ac_ext
39492 cat >>conftest.$ac_ext <<_ACEOF
39493 /* end confdefs.h. */
39494
39495
39496 $ac_includes_default
39497
39498 int
39499 main ()
39500 {
39501
39502 #ifndef $wx_func
39503 &$wx_func;
39504 #endif
39505
39506
39507 ;
39508 return 0;
39509 }
39510
39511 _ACEOF
39512 rm -f conftest.$ac_objext conftest$ac_exeext
39513 if { (ac_try="$ac_link"
39514 case "(($ac_try" in
39515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39516 *) ac_try_echo=$ac_try;;
39517 esac
39518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39519 (eval "$ac_link") 2>conftest.er1
39520 ac_status=$?
39521 grep -v '^ *+' conftest.er1 >conftest.err
39522 rm -f conftest.er1
39523 cat conftest.err >&5
39524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39525 (exit $ac_status); } && {
39526 test -z "$ac_c_werror_flag" ||
39527 test ! -s conftest.err
39528 } && test -s conftest$ac_exeext &&
39529 $as_test_x conftest$ac_exeext; then
39530 eval wx_cv_func_$wx_func=yes
39531 else
39532 echo "$as_me: failed program was:" >&5
39533 sed 's/^/| /' conftest.$ac_ext >&5
39534
39535 eval wx_cv_func_$wx_func=no
39536 fi
39537
39538 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39539 conftest$ac_exeext conftest.$ac_ext
39540
39541 fi
39542 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39543 { echo "$as_me:$LINENO: result: $ac_res" >&5
39544 echo "${ECHO_T}$ac_res" >&6; }
39545
39546 if eval test \$wx_cv_func_$wx_func = yes
39547 then
39548 cat >>confdefs.h <<_ACEOF
39549 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
39550 _ACEOF
39551
39552
39553 else
39554 :
39555
39556 fi
39557 done
39558
39559 fi
39560
39561
39562 for wx_func in strtok_r
39563 do
39564 { echo "$as_me:$LINENO: checking for $wx_func" >&5
39565 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
39566 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
39567 echo $ECHO_N "(cached) $ECHO_C" >&6
39568 else
39569
39570 cat >conftest.$ac_ext <<_ACEOF
39571
39572 /* confdefs.h. */
39573 _ACEOF
39574 cat confdefs.h >>conftest.$ac_ext
39575 cat >>conftest.$ac_ext <<_ACEOF
39576 /* end confdefs.h. */
39577
39578 #define _REENTRANT
39579 $ac_includes_default
39580
39581 int
39582 main ()
39583 {
39584
39585 #ifndef $wx_func
39586 &$wx_func;
39587 #endif
39588
39589
39590 ;
39591 return 0;
39592 }
39593
39594 _ACEOF
39595 rm -f conftest.$ac_objext conftest$ac_exeext
39596 if { (ac_try="$ac_link"
39597 case "(($ac_try" in
39598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39599 *) ac_try_echo=$ac_try;;
39600 esac
39601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39602 (eval "$ac_link") 2>conftest.er1
39603 ac_status=$?
39604 grep -v '^ *+' conftest.er1 >conftest.err
39605 rm -f conftest.er1
39606 cat conftest.err >&5
39607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39608 (exit $ac_status); } && {
39609 test -z "$ac_c_werror_flag" ||
39610 test ! -s conftest.err
39611 } && test -s conftest$ac_exeext &&
39612 $as_test_x conftest$ac_exeext; then
39613 eval wx_cv_func_$wx_func=yes
39614 else
39615 echo "$as_me: failed program was:" >&5
39616 sed 's/^/| /' conftest.$ac_ext >&5
39617
39618 eval wx_cv_func_$wx_func=no
39619 fi
39620
39621 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39622 conftest$ac_exeext conftest.$ac_ext
39623
39624 fi
39625 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
39626 { echo "$as_me:$LINENO: result: $ac_res" >&5
39627 echo "${ECHO_T}$ac_res" >&6; }
39628
39629 if eval test \$wx_cv_func_$wx_func = yes
39630 then
39631 cat >>confdefs.h <<_ACEOF
39632 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
39633 _ACEOF
39634
39635
39636 else
39637 :
39638
39639 fi
39640 done
39641
39642
39643 INET_LINK=
39644
39645 for ac_func in inet_addr
39646 do
39647 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39648 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39649 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39650 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39651 echo $ECHO_N "(cached) $ECHO_C" >&6
39652 else
39653 cat >conftest.$ac_ext <<_ACEOF
39654 /* confdefs.h. */
39655 _ACEOF
39656 cat confdefs.h >>conftest.$ac_ext
39657 cat >>conftest.$ac_ext <<_ACEOF
39658 /* end confdefs.h. */
39659 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39660 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39661 #define $ac_func innocuous_$ac_func
39662
39663 /* System header to define __stub macros and hopefully few prototypes,
39664 which can conflict with char $ac_func (); below.
39665 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39666 <limits.h> exists even on freestanding compilers. */
39667
39668 #ifdef __STDC__
39669 # include <limits.h>
39670 #else
39671 # include <assert.h>
39672 #endif
39673
39674 #undef $ac_func
39675
39676 /* Override any GCC internal prototype to avoid an error.
39677 Use char because int might match the return type of a GCC
39678 builtin and then its argument prototype would still apply. */
39679 #ifdef __cplusplus
39680 extern "C"
39681 #endif
39682 char $ac_func ();
39683 /* The GNU C library defines this for functions which it implements
39684 to always fail with ENOSYS. Some functions are actually named
39685 something starting with __ and the normal name is an alias. */
39686 #if defined __stub_$ac_func || defined __stub___$ac_func
39687 choke me
39688 #endif
39689
39690 int
39691 main ()
39692 {
39693 return $ac_func ();
39694 ;
39695 return 0;
39696 }
39697 _ACEOF
39698 rm -f conftest.$ac_objext conftest$ac_exeext
39699 if { (ac_try="$ac_link"
39700 case "(($ac_try" in
39701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39702 *) ac_try_echo=$ac_try;;
39703 esac
39704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39705 (eval "$ac_link") 2>conftest.er1
39706 ac_status=$?
39707 grep -v '^ *+' conftest.er1 >conftest.err
39708 rm -f conftest.er1
39709 cat conftest.err >&5
39710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39711 (exit $ac_status); } && {
39712 test -z "$ac_c_werror_flag" ||
39713 test ! -s conftest.err
39714 } && test -s conftest$ac_exeext &&
39715 $as_test_x conftest$ac_exeext; then
39716 eval "$as_ac_var=yes"
39717 else
39718 echo "$as_me: failed program was:" >&5
39719 sed 's/^/| /' conftest.$ac_ext >&5
39720
39721 eval "$as_ac_var=no"
39722 fi
39723
39724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39725 conftest$ac_exeext conftest.$ac_ext
39726 fi
39727 ac_res=`eval echo '${'$as_ac_var'}'`
39728 { echo "$as_me:$LINENO: result: $ac_res" >&5
39729 echo "${ECHO_T}$ac_res" >&6; }
39730 if test `eval echo '${'$as_ac_var'}'` = yes; then
39731 cat >>confdefs.h <<_ACEOF
39732 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
39733 _ACEOF
39734 cat >>confdefs.h <<\_ACEOF
39735 #define HAVE_INET_ADDR 1
39736 _ACEOF
39737
39738 else
39739
39740 { echo "$as_me:$LINENO: checking for inet_addr in -lnsl" >&5
39741 echo $ECHO_N "checking for inet_addr in -lnsl... $ECHO_C" >&6; }
39742 if test "${ac_cv_lib_nsl_inet_addr+set}" = set; then
39743 echo $ECHO_N "(cached) $ECHO_C" >&6
39744 else
39745 ac_check_lib_save_LIBS=$LIBS
39746 LIBS="-lnsl $LIBS"
39747 cat >conftest.$ac_ext <<_ACEOF
39748 /* confdefs.h. */
39749 _ACEOF
39750 cat confdefs.h >>conftest.$ac_ext
39751 cat >>conftest.$ac_ext <<_ACEOF
39752 /* end confdefs.h. */
39753
39754 /* Override any GCC internal prototype to avoid an error.
39755 Use char because int might match the return type of a GCC
39756 builtin and then its argument prototype would still apply. */
39757 #ifdef __cplusplus
39758 extern "C"
39759 #endif
39760 char inet_addr ();
39761 int
39762 main ()
39763 {
39764 return inet_addr ();
39765 ;
39766 return 0;
39767 }
39768 _ACEOF
39769 rm -f conftest.$ac_objext conftest$ac_exeext
39770 if { (ac_try="$ac_link"
39771 case "(($ac_try" in
39772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39773 *) ac_try_echo=$ac_try;;
39774 esac
39775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39776 (eval "$ac_link") 2>conftest.er1
39777 ac_status=$?
39778 grep -v '^ *+' conftest.er1 >conftest.err
39779 rm -f conftest.er1
39780 cat conftest.err >&5
39781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39782 (exit $ac_status); } && {
39783 test -z "$ac_c_werror_flag" ||
39784 test ! -s conftest.err
39785 } && test -s conftest$ac_exeext &&
39786 $as_test_x conftest$ac_exeext; then
39787 ac_cv_lib_nsl_inet_addr=yes
39788 else
39789 echo "$as_me: failed program was:" >&5
39790 sed 's/^/| /' conftest.$ac_ext >&5
39791
39792 ac_cv_lib_nsl_inet_addr=no
39793 fi
39794
39795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39796 conftest$ac_exeext conftest.$ac_ext
39797 LIBS=$ac_check_lib_save_LIBS
39798 fi
39799 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_addr" >&5
39800 echo "${ECHO_T}$ac_cv_lib_nsl_inet_addr" >&6; }
39801 if test $ac_cv_lib_nsl_inet_addr = yes; then
39802 INET_LINK="nsl"
39803 else
39804
39805 { echo "$as_me:$LINENO: checking for inet_addr in -lresolv" >&5
39806 echo $ECHO_N "checking for inet_addr in -lresolv... $ECHO_C" >&6; }
39807 if test "${ac_cv_lib_resolv_inet_addr+set}" = set; then
39808 echo $ECHO_N "(cached) $ECHO_C" >&6
39809 else
39810 ac_check_lib_save_LIBS=$LIBS
39811 LIBS="-lresolv $LIBS"
39812 cat >conftest.$ac_ext <<_ACEOF
39813 /* confdefs.h. */
39814 _ACEOF
39815 cat confdefs.h >>conftest.$ac_ext
39816 cat >>conftest.$ac_ext <<_ACEOF
39817 /* end confdefs.h. */
39818
39819 /* Override any GCC internal prototype to avoid an error.
39820 Use char because int might match the return type of a GCC
39821 builtin and then its argument prototype would still apply. */
39822 #ifdef __cplusplus
39823 extern "C"
39824 #endif
39825 char inet_addr ();
39826 int
39827 main ()
39828 {
39829 return inet_addr ();
39830 ;
39831 return 0;
39832 }
39833 _ACEOF
39834 rm -f conftest.$ac_objext conftest$ac_exeext
39835 if { (ac_try="$ac_link"
39836 case "(($ac_try" in
39837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39838 *) ac_try_echo=$ac_try;;
39839 esac
39840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39841 (eval "$ac_link") 2>conftest.er1
39842 ac_status=$?
39843 grep -v '^ *+' conftest.er1 >conftest.err
39844 rm -f conftest.er1
39845 cat conftest.err >&5
39846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39847 (exit $ac_status); } && {
39848 test -z "$ac_c_werror_flag" ||
39849 test ! -s conftest.err
39850 } && test -s conftest$ac_exeext &&
39851 $as_test_x conftest$ac_exeext; then
39852 ac_cv_lib_resolv_inet_addr=yes
39853 else
39854 echo "$as_me: failed program was:" >&5
39855 sed 's/^/| /' conftest.$ac_ext >&5
39856
39857 ac_cv_lib_resolv_inet_addr=no
39858 fi
39859
39860 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39861 conftest$ac_exeext conftest.$ac_ext
39862 LIBS=$ac_check_lib_save_LIBS
39863 fi
39864 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_addr" >&5
39865 echo "${ECHO_T}$ac_cv_lib_resolv_inet_addr" >&6; }
39866 if test $ac_cv_lib_resolv_inet_addr = yes; then
39867 INET_LINK="resolv"
39868 else
39869
39870 { echo "$as_me:$LINENO: checking for inet_addr in -lsocket" >&5
39871 echo $ECHO_N "checking for inet_addr in -lsocket... $ECHO_C" >&6; }
39872 if test "${ac_cv_lib_socket_inet_addr+set}" = set; then
39873 echo $ECHO_N "(cached) $ECHO_C" >&6
39874 else
39875 ac_check_lib_save_LIBS=$LIBS
39876 LIBS="-lsocket $LIBS"
39877 cat >conftest.$ac_ext <<_ACEOF
39878 /* confdefs.h. */
39879 _ACEOF
39880 cat confdefs.h >>conftest.$ac_ext
39881 cat >>conftest.$ac_ext <<_ACEOF
39882 /* end confdefs.h. */
39883
39884 /* Override any GCC internal prototype to avoid an error.
39885 Use char because int might match the return type of a GCC
39886 builtin and then its argument prototype would still apply. */
39887 #ifdef __cplusplus
39888 extern "C"
39889 #endif
39890 char inet_addr ();
39891 int
39892 main ()
39893 {
39894 return inet_addr ();
39895 ;
39896 return 0;
39897 }
39898 _ACEOF
39899 rm -f conftest.$ac_objext conftest$ac_exeext
39900 if { (ac_try="$ac_link"
39901 case "(($ac_try" in
39902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39903 *) ac_try_echo=$ac_try;;
39904 esac
39905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
39906 (eval "$ac_link") 2>conftest.er1
39907 ac_status=$?
39908 grep -v '^ *+' conftest.er1 >conftest.err
39909 rm -f conftest.er1
39910 cat conftest.err >&5
39911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
39912 (exit $ac_status); } && {
39913 test -z "$ac_c_werror_flag" ||
39914 test ! -s conftest.err
39915 } && test -s conftest$ac_exeext &&
39916 $as_test_x conftest$ac_exeext; then
39917 ac_cv_lib_socket_inet_addr=yes
39918 else
39919 echo "$as_me: failed program was:" >&5
39920 sed 's/^/| /' conftest.$ac_ext >&5
39921
39922 ac_cv_lib_socket_inet_addr=no
39923 fi
39924
39925 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39926 conftest$ac_exeext conftest.$ac_ext
39927 LIBS=$ac_check_lib_save_LIBS
39928 fi
39929 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_inet_addr" >&5
39930 echo "${ECHO_T}$ac_cv_lib_socket_inet_addr" >&6; }
39931 if test $ac_cv_lib_socket_inet_addr = yes; then
39932 INET_LINK="socket"
39933
39934 fi
39935
39936
39937
39938 fi
39939
39940
39941
39942 fi
39943
39944
39945
39946 fi
39947 done
39948
39949
39950
39951 for ac_func in inet_aton
39952 do
39953 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
39954 { echo "$as_me:$LINENO: checking for $ac_func" >&5
39955 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
39956 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
39957 echo $ECHO_N "(cached) $ECHO_C" >&6
39958 else
39959 cat >conftest.$ac_ext <<_ACEOF
39960 /* confdefs.h. */
39961 _ACEOF
39962 cat confdefs.h >>conftest.$ac_ext
39963 cat >>conftest.$ac_ext <<_ACEOF
39964 /* end confdefs.h. */
39965 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
39966 For example, HP-UX 11i <limits.h> declares gettimeofday. */
39967 #define $ac_func innocuous_$ac_func
39968
39969 /* System header to define __stub macros and hopefully few prototypes,
39970 which can conflict with char $ac_func (); below.
39971 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39972 <limits.h> exists even on freestanding compilers. */
39973
39974 #ifdef __STDC__
39975 # include <limits.h>
39976 #else
39977 # include <assert.h>
39978 #endif
39979
39980 #undef $ac_func
39981
39982 /* Override any GCC internal prototype to avoid an error.
39983 Use char because int might match the return type of a GCC
39984 builtin and then its argument prototype would still apply. */
39985 #ifdef __cplusplus
39986 extern "C"
39987 #endif
39988 char $ac_func ();
39989 /* The GNU C library defines this for functions which it implements
39990 to always fail with ENOSYS. Some functions are actually named
39991 something starting with __ and the normal name is an alias. */
39992 #if defined __stub_$ac_func || defined __stub___$ac_func
39993 choke me
39994 #endif
39995
39996 int
39997 main ()
39998 {
39999 return $ac_func ();
40000 ;
40001 return 0;
40002 }
40003 _ACEOF
40004 rm -f conftest.$ac_objext conftest$ac_exeext
40005 if { (ac_try="$ac_link"
40006 case "(($ac_try" in
40007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40008 *) ac_try_echo=$ac_try;;
40009 esac
40010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40011 (eval "$ac_link") 2>conftest.er1
40012 ac_status=$?
40013 grep -v '^ *+' conftest.er1 >conftest.err
40014 rm -f conftest.er1
40015 cat conftest.err >&5
40016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40017 (exit $ac_status); } && {
40018 test -z "$ac_c_werror_flag" ||
40019 test ! -s conftest.err
40020 } && test -s conftest$ac_exeext &&
40021 $as_test_x conftest$ac_exeext; then
40022 eval "$as_ac_var=yes"
40023 else
40024 echo "$as_me: failed program was:" >&5
40025 sed 's/^/| /' conftest.$ac_ext >&5
40026
40027 eval "$as_ac_var=no"
40028 fi
40029
40030 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40031 conftest$ac_exeext conftest.$ac_ext
40032 fi
40033 ac_res=`eval echo '${'$as_ac_var'}'`
40034 { echo "$as_me:$LINENO: result: $ac_res" >&5
40035 echo "${ECHO_T}$ac_res" >&6; }
40036 if test `eval echo '${'$as_ac_var'}'` = yes; then
40037 cat >>confdefs.h <<_ACEOF
40038 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40039 _ACEOF
40040 cat >>confdefs.h <<\_ACEOF
40041 #define HAVE_INET_ATON 1
40042 _ACEOF
40043
40044 else
40045
40046 as_ac_Lib=`echo "ac_cv_lib_$INET_LINK''_inet_aton" | $as_tr_sh`
40047 { echo "$as_me:$LINENO: checking for inet_aton in -l$INET_LINK" >&5
40048 echo $ECHO_N "checking for inet_aton in -l$INET_LINK... $ECHO_C" >&6; }
40049 if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
40050 echo $ECHO_N "(cached) $ECHO_C" >&6
40051 else
40052 ac_check_lib_save_LIBS=$LIBS
40053 LIBS="-l$INET_LINK $LIBS"
40054 cat >conftest.$ac_ext <<_ACEOF
40055 /* confdefs.h. */
40056 _ACEOF
40057 cat confdefs.h >>conftest.$ac_ext
40058 cat >>conftest.$ac_ext <<_ACEOF
40059 /* end confdefs.h. */
40060
40061 /* Override any GCC internal prototype to avoid an error.
40062 Use char because int might match the return type of a GCC
40063 builtin and then its argument prototype would still apply. */
40064 #ifdef __cplusplus
40065 extern "C"
40066 #endif
40067 char inet_aton ();
40068 int
40069 main ()
40070 {
40071 return inet_aton ();
40072 ;
40073 return 0;
40074 }
40075 _ACEOF
40076 rm -f conftest.$ac_objext conftest$ac_exeext
40077 if { (ac_try="$ac_link"
40078 case "(($ac_try" in
40079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40080 *) ac_try_echo=$ac_try;;
40081 esac
40082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40083 (eval "$ac_link") 2>conftest.er1
40084 ac_status=$?
40085 grep -v '^ *+' conftest.er1 >conftest.err
40086 rm -f conftest.er1
40087 cat conftest.err >&5
40088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40089 (exit $ac_status); } && {
40090 test -z "$ac_c_werror_flag" ||
40091 test ! -s conftest.err
40092 } && test -s conftest$ac_exeext &&
40093 $as_test_x conftest$ac_exeext; then
40094 eval "$as_ac_Lib=yes"
40095 else
40096 echo "$as_me: failed program was:" >&5
40097 sed 's/^/| /' conftest.$ac_ext >&5
40098
40099 eval "$as_ac_Lib=no"
40100 fi
40101
40102 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40103 conftest$ac_exeext conftest.$ac_ext
40104 LIBS=$ac_check_lib_save_LIBS
40105 fi
40106 ac_res=`eval echo '${'$as_ac_Lib'}'`
40107 { echo "$as_me:$LINENO: result: $ac_res" >&5
40108 echo "${ECHO_T}$ac_res" >&6; }
40109 if test `eval echo '${'$as_ac_Lib'}'` = yes; then
40110 cat >>confdefs.h <<\_ACEOF
40111 #define HAVE_INET_ATON 1
40112 _ACEOF
40113
40114 fi
40115
40116
40117 fi
40118 done
40119
40120
40121 if test "x$INET_LINK" != "x"; then
40122 cat >>confdefs.h <<\_ACEOF
40123 #define HAVE_INET_ADDR 1
40124 _ACEOF
40125
40126 INET_LINK=" -l$INET_LINK"
40127 fi
40128
40129
40130 for wx_func in fdopen
40131 do
40132 { echo "$as_me:$LINENO: checking for $wx_func" >&5
40133 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
40134 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
40135 echo $ECHO_N "(cached) $ECHO_C" >&6
40136 else
40137
40138 cat >conftest.$ac_ext <<_ACEOF
40139
40140 /* confdefs.h. */
40141 _ACEOF
40142 cat confdefs.h >>conftest.$ac_ext
40143 cat >>conftest.$ac_ext <<_ACEOF
40144 /* end confdefs.h. */
40145
40146
40147 $ac_includes_default
40148
40149 int
40150 main ()
40151 {
40152
40153 #ifndef $wx_func
40154 &$wx_func;
40155 #endif
40156
40157
40158 ;
40159 return 0;
40160 }
40161
40162 _ACEOF
40163 rm -f conftest.$ac_objext conftest$ac_exeext
40164 if { (ac_try="$ac_link"
40165 case "(($ac_try" in
40166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40167 *) ac_try_echo=$ac_try;;
40168 esac
40169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40170 (eval "$ac_link") 2>conftest.er1
40171 ac_status=$?
40172 grep -v '^ *+' conftest.er1 >conftest.err
40173 rm -f conftest.er1
40174 cat conftest.err >&5
40175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40176 (exit $ac_status); } && {
40177 test -z "$ac_c_werror_flag" ||
40178 test ! -s conftest.err
40179 } && test -s conftest$ac_exeext &&
40180 $as_test_x conftest$ac_exeext; then
40181 eval wx_cv_func_$wx_func=yes
40182 else
40183 echo "$as_me: failed program was:" >&5
40184 sed 's/^/| /' conftest.$ac_ext >&5
40185
40186 eval wx_cv_func_$wx_func=no
40187 fi
40188
40189 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40190 conftest$ac_exeext conftest.$ac_ext
40191
40192 fi
40193 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
40194 { echo "$as_me:$LINENO: result: $ac_res" >&5
40195 echo "${ECHO_T}$ac_res" >&6; }
40196
40197 if eval test \$wx_cv_func_$wx_func = yes
40198 then
40199 cat >>confdefs.h <<_ACEOF
40200 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
40201 _ACEOF
40202
40203
40204 else
40205 :
40206
40207 fi
40208 done
40209
40210
40211 if test "$wxUSE_TARSTREAM" = "yes"; then
40212
40213 for wx_func in sysconf
40214 do
40215 { echo "$as_me:$LINENO: checking for $wx_func" >&5
40216 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
40217 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
40218 echo $ECHO_N "(cached) $ECHO_C" >&6
40219 else
40220
40221 cat >conftest.$ac_ext <<_ACEOF
40222
40223 /* confdefs.h. */
40224 _ACEOF
40225 cat confdefs.h >>conftest.$ac_ext
40226 cat >>conftest.$ac_ext <<_ACEOF
40227 /* end confdefs.h. */
40228
40229
40230 $ac_includes_default
40231
40232 int
40233 main ()
40234 {
40235
40236 #ifndef $wx_func
40237 &$wx_func;
40238 #endif
40239
40240
40241 ;
40242 return 0;
40243 }
40244
40245 _ACEOF
40246 rm -f conftest.$ac_objext conftest$ac_exeext
40247 if { (ac_try="$ac_link"
40248 case "(($ac_try" in
40249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40250 *) ac_try_echo=$ac_try;;
40251 esac
40252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40253 (eval "$ac_link") 2>conftest.er1
40254 ac_status=$?
40255 grep -v '^ *+' conftest.er1 >conftest.err
40256 rm -f conftest.er1
40257 cat conftest.err >&5
40258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40259 (exit $ac_status); } && {
40260 test -z "$ac_c_werror_flag" ||
40261 test ! -s conftest.err
40262 } && test -s conftest$ac_exeext &&
40263 $as_test_x conftest$ac_exeext; then
40264 eval wx_cv_func_$wx_func=yes
40265 else
40266 echo "$as_me: failed program was:" >&5
40267 sed 's/^/| /' conftest.$ac_ext >&5
40268
40269 eval wx_cv_func_$wx_func=no
40270 fi
40271
40272 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40273 conftest$ac_exeext conftest.$ac_ext
40274
40275 fi
40276 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
40277 { echo "$as_me:$LINENO: result: $ac_res" >&5
40278 echo "${ECHO_T}$ac_res" >&6; }
40279
40280 if eval test \$wx_cv_func_$wx_func = yes
40281 then
40282 cat >>confdefs.h <<_ACEOF
40283 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
40284 _ACEOF
40285
40286
40287 else
40288 :
40289
40290 fi
40291 done
40292
40293
40294
40295 for wx_func in getpwuid_r
40296 do
40297 { echo "$as_me:$LINENO: checking for $wx_func" >&5
40298 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
40299 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
40300 echo $ECHO_N "(cached) $ECHO_C" >&6
40301 else
40302
40303 cat >conftest.$ac_ext <<_ACEOF
40304
40305 /* confdefs.h. */
40306 _ACEOF
40307 cat confdefs.h >>conftest.$ac_ext
40308 cat >>conftest.$ac_ext <<_ACEOF
40309 /* end confdefs.h. */
40310
40311
40312 #define _REENTRANT
40313 #include <pwd.h>
40314
40315 $ac_includes_default
40316
40317 int
40318 main ()
40319 {
40320
40321 #ifndef $wx_func
40322 &$wx_func;
40323 #endif
40324
40325 struct passwd pw, *ppw;
40326 char buf[1024];
40327 getpwuid_r(0, &pw, buf, sizeof(buf), &ppw)
40328
40329
40330 ;
40331 return 0;
40332 }
40333
40334 _ACEOF
40335 rm -f conftest.$ac_objext conftest$ac_exeext
40336 if { (ac_try="$ac_link"
40337 case "(($ac_try" in
40338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40339 *) ac_try_echo=$ac_try;;
40340 esac
40341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40342 (eval "$ac_link") 2>conftest.er1
40343 ac_status=$?
40344 grep -v '^ *+' conftest.er1 >conftest.err
40345 rm -f conftest.er1
40346 cat conftest.err >&5
40347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40348 (exit $ac_status); } && {
40349 test -z "$ac_c_werror_flag" ||
40350 test ! -s conftest.err
40351 } && test -s conftest$ac_exeext &&
40352 $as_test_x conftest$ac_exeext; then
40353 eval wx_cv_func_$wx_func=yes
40354 else
40355 echo "$as_me: failed program was:" >&5
40356 sed 's/^/| /' conftest.$ac_ext >&5
40357
40358 eval wx_cv_func_$wx_func=no
40359 fi
40360
40361 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40362 conftest$ac_exeext conftest.$ac_ext
40363
40364 fi
40365 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
40366 { echo "$as_me:$LINENO: result: $ac_res" >&5
40367 echo "${ECHO_T}$ac_res" >&6; }
40368
40369 if eval test \$wx_cv_func_$wx_func = yes
40370 then
40371 cat >>confdefs.h <<_ACEOF
40372 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
40373 _ACEOF
40374
40375
40376 else
40377 :
40378
40379 fi
40380 done
40381
40382
40383
40384 for wx_func in getgrgid_r
40385 do
40386 { echo "$as_me:$LINENO: checking for $wx_func" >&5
40387 echo $ECHO_N "checking for $wx_func... $ECHO_C" >&6; }
40388 if { as_var=wx_cv_func_$wx_func; eval "test \"\${$as_var+set}\" = set"; }; then
40389 echo $ECHO_N "(cached) $ECHO_C" >&6
40390 else
40391
40392 cat >conftest.$ac_ext <<_ACEOF
40393
40394 /* confdefs.h. */
40395 _ACEOF
40396 cat confdefs.h >>conftest.$ac_ext
40397 cat >>conftest.$ac_ext <<_ACEOF
40398 /* end confdefs.h. */
40399
40400
40401 #define _REENTRANT
40402 #include <grp.h>
40403
40404 $ac_includes_default
40405
40406 int
40407 main ()
40408 {
40409
40410 #ifndef $wx_func
40411 &$wx_func;
40412 #endif
40413
40414 struct group grp, *pgrp;
40415 char buf[1024];
40416 getgrgid_r(0, &grp, buf, sizeof(buf), &pgrp)
40417
40418
40419 ;
40420 return 0;
40421 }
40422
40423 _ACEOF
40424 rm -f conftest.$ac_objext conftest$ac_exeext
40425 if { (ac_try="$ac_link"
40426 case "(($ac_try" in
40427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40428 *) ac_try_echo=$ac_try;;
40429 esac
40430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40431 (eval "$ac_link") 2>conftest.er1
40432 ac_status=$?
40433 grep -v '^ *+' conftest.er1 >conftest.err
40434 rm -f conftest.er1
40435 cat conftest.err >&5
40436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40437 (exit $ac_status); } && {
40438 test -z "$ac_c_werror_flag" ||
40439 test ! -s conftest.err
40440 } && test -s conftest$ac_exeext &&
40441 $as_test_x conftest$ac_exeext; then
40442 eval wx_cv_func_$wx_func=yes
40443 else
40444 echo "$as_me: failed program was:" >&5
40445 sed 's/^/| /' conftest.$ac_ext >&5
40446
40447 eval wx_cv_func_$wx_func=no
40448 fi
40449
40450 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40451 conftest$ac_exeext conftest.$ac_ext
40452
40453 fi
40454 ac_res=`eval echo '${'wx_cv_func_$wx_func'}'`
40455 { echo "$as_me:$LINENO: result: $ac_res" >&5
40456 echo "${ECHO_T}$ac_res" >&6; }
40457
40458 if eval test \$wx_cv_func_$wx_func = yes
40459 then
40460 cat >>confdefs.h <<_ACEOF
40461 #define `echo "HAVE_$wx_func" | $as_tr_cpp` 1
40462 _ACEOF
40463
40464
40465 else
40466 :
40467
40468 fi
40469 done
40470
40471 fi
40472
40473 fi
40474
40475
40476
40477 cat >confcache <<\_ACEOF
40478 # This file is a shell script that caches the results of configure
40479 # tests run on this system so they can be shared between configure
40480 # scripts and configure runs, see configure's option --config-cache.
40481 # It is not useful on other systems. If it contains results you don't
40482 # want to keep, you may remove or edit it.
40483 #
40484 # config.status only pays attention to the cache file if you give it
40485 # the --recheck option to rerun configure.
40486 #
40487 # `ac_cv_env_foo' variables (set or unset) will be overridden when
40488 # loading this file, other *unset* `ac_cv_foo' will be assigned the
40489 # following values.
40490
40491 _ACEOF
40492
40493 # The following way of writing the cache mishandles newlines in values,
40494 # but we know of no workaround that is simple, portable, and efficient.
40495 # So, we kill variables containing newlines.
40496 # Ultrix sh set writes to stderr and can't be redirected directly,
40497 # and sets the high bit in the cache file unless we assign to the vars.
40498 (
40499 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
40500 eval ac_val=\$$ac_var
40501 case $ac_val in #(
40502 *${as_nl}*)
40503 case $ac_var in #(
40504 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
40505 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
40506 esac
40507 case $ac_var in #(
40508 _ | IFS | as_nl) ;; #(
40509 *) $as_unset $ac_var ;;
40510 esac ;;
40511 esac
40512 done
40513
40514 (set) 2>&1 |
40515 case $as_nl`(ac_space=' '; set) 2>&1` in #(
40516 *${as_nl}ac_space=\ *)
40517 # `set' does not quote correctly, so add quotes (double-quote
40518 # substitution turns \\\\ into \\, and sed turns \\ into \).
40519 sed -n \
40520 "s/'/'\\\\''/g;
40521 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
40522 ;; #(
40523 *)
40524 # `set' quotes correctly as required by POSIX, so do not add quotes.
40525 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
40526 ;;
40527 esac |
40528 sort
40529 ) |
40530 sed '
40531 /^ac_cv_env_/b end
40532 t clear
40533 :clear
40534 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
40535 t end
40536 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
40537 :end' >>confcache
40538 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
40539 if test -w "$cache_file"; then
40540 test "x$cache_file" != "x/dev/null" &&
40541 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
40542 echo "$as_me: updating cache $cache_file" >&6;}
40543 cat confcache >$cache_file
40544 else
40545 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
40546 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
40547 fi
40548 fi
40549 rm -f confcache
40550
40551
40552 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
40553
40554
40555 THREADS_LINK=
40556 THREADS_CFLAGS=
40557
40558 if test "$wxUSE_THREADS" = "yes" ; then
40559 if test "$USE_BEOS" = 1; then
40560 { echo "$as_me:$LINENO: WARNING: BeOS threads are not yet supported... disabled" >&5
40561 echo "$as_me: WARNING: BeOS threads are not yet supported... disabled" >&2;}
40562 wxUSE_THREADS="no"
40563 fi
40564 fi
40565
40566 if test "$wxUSE_THREADS" = "yes" ; then
40567
40568
40569 THREAD_OPTS="-pthread"
40570 if test "x$SUNCXX" = xyes; then
40571 THREAD_OPTS="-mt lthread $THREAD_OPTS"
40572 fi
40573
40574 case "${host}" in
40575 *-*-solaris2* | *-*-sunos4* )
40576 if test "x$GCC" = "xyes"; then
40577 THREAD_OPTS="-pthreads $THREAD_OPTS"
40578 fi
40579 ;;
40580 *-*-freebsd*)
40581 THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
40582 ;;
40583 *-*-darwin* | *-*-cygwin* )
40584 THREAD_OPTS=""
40585 ;;
40586 *-*-aix*)
40587 THREAD_OPTS="pthreads"
40588 ;;
40589 *-hp-hpux* )
40590 if test "x$GCC" = "xyes"; then
40591 $CXX -dumpspecs | grep 'pthread:' >/dev/null ||
40592 THREAD_OPTS=""
40593 else
40594 THREAD_OPTS="-mt"
40595 fi
40596 ;;
40597
40598 *-*-irix* )
40599 if test "x$GCC" = "xyes"; then
40600 THREAD_OPTS=""
40601 fi
40602 ;;
40603
40604 *-*-qnx*)
40605 THREAD_OPTS=""
40606 ;;
40607
40608 *-*-*UnixWare*)
40609 if test "x$GCC" != "xyes"; then
40610 THREAD_OPTS="-Ethread"
40611 fi
40612 ;;
40613 esac
40614
40615 case "${host}" in
40616 *-*-qnx*)
40617 THREAD_OPTS="none pthread"
40618 ;;
40619
40620 *)
40621 THREAD_OPTS="$THREAD_OPTS pthread none"
40622 ;;
40623 esac
40624
40625 THREADS_OK=no
40626 for flag in $THREAD_OPTS; do
40627 case $flag in
40628 none)
40629 { echo "$as_me:$LINENO: checking whether pthreads work without any flags" >&5
40630 echo $ECHO_N "checking whether pthreads work without any flags... $ECHO_C" >&6; }
40631 ;;
40632
40633 -*)
40634 { echo "$as_me:$LINENO: checking whether pthreads work with $flag" >&5
40635 echo $ECHO_N "checking whether pthreads work with $flag... $ECHO_C" >&6; }
40636 THREADS_CFLAGS="$flag"
40637 ;;
40638
40639 *)
40640 { echo "$as_me:$LINENO: checking for the pthreads library -l$flag" >&5
40641 echo $ECHO_N "checking for the pthreads library -l$flag... $ECHO_C" >&6; }
40642 THREADS_LINK="-l$flag"
40643 ;;
40644 esac
40645
40646 save_LIBS="$LIBS"
40647 save_CFLAGS="$CFLAGS"
40648 LIBS="$THREADS_LINK $LIBS"
40649 CFLAGS="$THREADS_CFLAGS $CFLAGS"
40650
40651 cat >conftest.$ac_ext <<_ACEOF
40652 /* confdefs.h. */
40653 _ACEOF
40654 cat confdefs.h >>conftest.$ac_ext
40655 cat >>conftest.$ac_ext <<_ACEOF
40656 /* end confdefs.h. */
40657 #include <pthread.h>
40658 int
40659 main ()
40660 {
40661 pthread_create(0,0,0,0);
40662 ;
40663 return 0;
40664 }
40665 _ACEOF
40666 rm -f conftest.$ac_objext conftest$ac_exeext
40667 if { (ac_try="$ac_link"
40668 case "(($ac_try" in
40669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40670 *) ac_try_echo=$ac_try;;
40671 esac
40672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40673 (eval "$ac_link") 2>conftest.er1
40674 ac_status=$?
40675 grep -v '^ *+' conftest.er1 >conftest.err
40676 rm -f conftest.er1
40677 cat conftest.err >&5
40678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40679 (exit $ac_status); } && {
40680 test -z "$ac_c_werror_flag" ||
40681 test ! -s conftest.err
40682 } && test -s conftest$ac_exeext &&
40683 $as_test_x conftest$ac_exeext; then
40684 THREADS_OK=yes
40685 else
40686 echo "$as_me: failed program was:" >&5
40687 sed 's/^/| /' conftest.$ac_ext >&5
40688
40689
40690 fi
40691
40692 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40693 conftest$ac_exeext conftest.$ac_ext
40694
40695 LIBS="$save_LIBS"
40696 CFLAGS="$save_CFLAGS"
40697
40698 { echo "$as_me:$LINENO: result: $THREADS_OK" >&5
40699 echo "${ECHO_T}$THREADS_OK" >&6; }
40700 if test "x$THREADS_OK" = "xyes"; then
40701 break;
40702 fi
40703
40704 THREADS_LINK=""
40705 THREADS_CFLAGS=""
40706 done
40707
40708 if test "x$THREADS_OK" != "xyes"; then
40709 wxUSE_THREADS=no
40710 { echo "$as_me:$LINENO: WARNING: No thread support on this system... disabled" >&5
40711 echo "$as_me: WARNING: No thread support on this system... disabled" >&2;}
40712 else
40713 LDFLAGS="$THREADS_CFLAGS $LDFLAGS"
40714 WXCONFIG_LDFLAGS="$THREADS_CFLAGS $WXCONFIG_LDFLAGS"
40715 LIBS="$THREADS_LINK $LIBS"
40716
40717 { echo "$as_me:$LINENO: checking if more special flags are required for pthreads" >&5
40718 echo $ECHO_N "checking if more special flags are required for pthreads... $ECHO_C" >&6; }
40719 flag=no
40720 case "${host}" in
40721 *-aix*)
40722 LDFLAGS="-L/usr/lib/threads $LDFLAGS"
40723 WXCONFIG_LDFLAGS="-L/usr/lib/threads $WXCONFIG_LDFLAGS"
40724 flag="-D_THREAD_SAFE"
40725 ;;
40726 *-freebsd*)
40727 flag="-D_THREAD_SAFE"
40728 ;;
40729 *-hp-hpux* )
40730 flag="-D_REENTRANT"
40731 if test "x$GCC" != "xyes"; then
40732 flag="$flag -D_RWSTD_MULTI_THREAD"
40733 fi
40734 ;;
40735 *solaris* | alpha*-osf*)
40736 flag="-D_REENTRANT"
40737 ;;
40738 esac
40739 { echo "$as_me:$LINENO: result: ${flag}" >&5
40740 echo "${ECHO_T}${flag}" >&6; }
40741 if test "x$flag" != xno; then
40742 THREADS_CFLAGS="$THREADS_CFLAGS $flag"
40743 fi
40744
40745 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS $THREADS_CFLAGS"
40746 fi
40747 fi
40748
40749 if test "$wxUSE_THREADS" = "yes" ; then
40750
40751 for ac_func in thr_setconcurrency
40752 do
40753 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
40754 { echo "$as_me:$LINENO: checking for $ac_func" >&5
40755 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
40756 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
40757 echo $ECHO_N "(cached) $ECHO_C" >&6
40758 else
40759 cat >conftest.$ac_ext <<_ACEOF
40760 /* confdefs.h. */
40761 _ACEOF
40762 cat confdefs.h >>conftest.$ac_ext
40763 cat >>conftest.$ac_ext <<_ACEOF
40764 /* end confdefs.h. */
40765 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
40766 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40767 #define $ac_func innocuous_$ac_func
40768
40769 /* System header to define __stub macros and hopefully few prototypes,
40770 which can conflict with char $ac_func (); below.
40771 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
40772 <limits.h> exists even on freestanding compilers. */
40773
40774 #ifdef __STDC__
40775 # include <limits.h>
40776 #else
40777 # include <assert.h>
40778 #endif
40779
40780 #undef $ac_func
40781
40782 /* Override any GCC internal prototype to avoid an error.
40783 Use char because int might match the return type of a GCC
40784 builtin and then its argument prototype would still apply. */
40785 #ifdef __cplusplus
40786 extern "C"
40787 #endif
40788 char $ac_func ();
40789 /* The GNU C library defines this for functions which it implements
40790 to always fail with ENOSYS. Some functions are actually named
40791 something starting with __ and the normal name is an alias. */
40792 #if defined __stub_$ac_func || defined __stub___$ac_func
40793 choke me
40794 #endif
40795
40796 int
40797 main ()
40798 {
40799 return $ac_func ();
40800 ;
40801 return 0;
40802 }
40803 _ACEOF
40804 rm -f conftest.$ac_objext conftest$ac_exeext
40805 if { (ac_try="$ac_link"
40806 case "(($ac_try" in
40807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40808 *) ac_try_echo=$ac_try;;
40809 esac
40810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40811 (eval "$ac_link") 2>conftest.er1
40812 ac_status=$?
40813 grep -v '^ *+' conftest.er1 >conftest.err
40814 rm -f conftest.er1
40815 cat conftest.err >&5
40816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40817 (exit $ac_status); } && {
40818 test -z "$ac_c_werror_flag" ||
40819 test ! -s conftest.err
40820 } && test -s conftest$ac_exeext &&
40821 $as_test_x conftest$ac_exeext; then
40822 eval "$as_ac_var=yes"
40823 else
40824 echo "$as_me: failed program was:" >&5
40825 sed 's/^/| /' conftest.$ac_ext >&5
40826
40827 eval "$as_ac_var=no"
40828 fi
40829
40830 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40831 conftest$ac_exeext conftest.$ac_ext
40832 fi
40833 ac_res=`eval echo '${'$as_ac_var'}'`
40834 { echo "$as_me:$LINENO: result: $ac_res" >&5
40835 echo "${ECHO_T}$ac_res" >&6; }
40836 if test `eval echo '${'$as_ac_var'}'` = yes; then
40837 cat >>confdefs.h <<_ACEOF
40838 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
40839 _ACEOF
40840
40841 fi
40842 done
40843
40844
40845 { echo "$as_me:$LINENO: checking for pthread_cleanup_push/pop" >&5
40846 echo $ECHO_N "checking for pthread_cleanup_push/pop... $ECHO_C" >&6; }
40847 if test "${wx_cv_func_pthread_cleanup+set}" = set; then
40848 echo $ECHO_N "(cached) $ECHO_C" >&6
40849 else
40850
40851 ac_ext=cpp
40852 ac_cpp='$CXXCPP $CPPFLAGS'
40853 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40854 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40855 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
40856
40857 cat >conftest.$ac_ext <<_ACEOF
40858 /* confdefs.h. */
40859 _ACEOF
40860 cat confdefs.h >>conftest.$ac_ext
40861 cat >>conftest.$ac_ext <<_ACEOF
40862 /* end confdefs.h. */
40863 #include <pthread.h>
40864 void ThreadCleanupFunc(void *p);
40865
40866 int
40867 main ()
40868 {
40869
40870 void *p;
40871 pthread_cleanup_push(ThreadCleanupFunc, p);
40872 pthread_cleanup_pop(0);
40873
40874 ;
40875 return 0;
40876 }
40877 _ACEOF
40878 rm -f conftest.$ac_objext
40879 if { (ac_try="$ac_compile"
40880 case "(($ac_try" in
40881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40882 *) ac_try_echo=$ac_try;;
40883 esac
40884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40885 (eval "$ac_compile") 2>conftest.er1
40886 ac_status=$?
40887 grep -v '^ *+' conftest.er1 >conftest.err
40888 rm -f conftest.er1
40889 cat conftest.err >&5
40890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40891 (exit $ac_status); } && {
40892 test -z "$ac_cxx_werror_flag" ||
40893 test ! -s conftest.err
40894 } && test -s conftest.$ac_objext; then
40895
40896 wx_cv_func_pthread_cleanup=yes
40897
40898 else
40899 echo "$as_me: failed program was:" >&5
40900 sed 's/^/| /' conftest.$ac_ext >&5
40901
40902
40903 wx_cv_func_pthread_cleanup=no
40904
40905
40906 fi
40907
40908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40909 ac_ext=c
40910 ac_cpp='$CPP $CPPFLAGS'
40911 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
40912 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
40913 ac_compiler_gnu=$ac_cv_c_compiler_gnu
40914
40915
40916 fi
40917 { echo "$as_me:$LINENO: result: $wx_cv_func_pthread_cleanup" >&5
40918 echo "${ECHO_T}$wx_cv_func_pthread_cleanup" >&6; }
40919 if test "x$wx_cv_func_pthread_cleanup" = "xyes"; then
40920 cat >>confdefs.h <<\_ACEOF
40921 #define wxHAVE_PTHREAD_CLEANUP 1
40922 _ACEOF
40923
40924 fi
40925
40926
40927 for ac_header in sched.h
40928 do
40929 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
40930 { echo "$as_me:$LINENO: checking for $ac_header" >&5
40931 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
40932 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
40933 echo $ECHO_N "(cached) $ECHO_C" >&6
40934 else
40935 cat >conftest.$ac_ext <<_ACEOF
40936 /* confdefs.h. */
40937 _ACEOF
40938 cat confdefs.h >>conftest.$ac_ext
40939 cat >>conftest.$ac_ext <<_ACEOF
40940 /* end confdefs.h. */
40941 $ac_includes_default
40942
40943 #include <$ac_header>
40944 _ACEOF
40945 rm -f conftest.$ac_objext
40946 if { (ac_try="$ac_compile"
40947 case "(($ac_try" in
40948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40949 *) ac_try_echo=$ac_try;;
40950 esac
40951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
40952 (eval "$ac_compile") 2>conftest.er1
40953 ac_status=$?
40954 grep -v '^ *+' conftest.er1 >conftest.err
40955 rm -f conftest.er1
40956 cat conftest.err >&5
40957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
40958 (exit $ac_status); } && {
40959 test -z "$ac_c_werror_flag" ||
40960 test ! -s conftest.err
40961 } && test -s conftest.$ac_objext; then
40962 eval "$as_ac_Header=yes"
40963 else
40964 echo "$as_me: failed program was:" >&5
40965 sed 's/^/| /' conftest.$ac_ext >&5
40966
40967 eval "$as_ac_Header=no"
40968 fi
40969
40970 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40971 fi
40972 ac_res=`eval echo '${'$as_ac_Header'}'`
40973 { echo "$as_me:$LINENO: result: $ac_res" >&5
40974 echo "${ECHO_T}$ac_res" >&6; }
40975 if test `eval echo '${'$as_ac_Header'}'` = yes; then
40976 cat >>confdefs.h <<_ACEOF
40977 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
40978 _ACEOF
40979
40980 fi
40981
40982 done
40983
40984 if test "$ac_cv_header_sched_h" = "yes"; then
40985 { echo "$as_me:$LINENO: checking for sched_yield" >&5
40986 echo $ECHO_N "checking for sched_yield... $ECHO_C" >&6; }
40987 if test "${ac_cv_func_sched_yield+set}" = set; then
40988 echo $ECHO_N "(cached) $ECHO_C" >&6
40989 else
40990 cat >conftest.$ac_ext <<_ACEOF
40991 /* confdefs.h. */
40992 _ACEOF
40993 cat confdefs.h >>conftest.$ac_ext
40994 cat >>conftest.$ac_ext <<_ACEOF
40995 /* end confdefs.h. */
40996 /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
40997 For example, HP-UX 11i <limits.h> declares gettimeofday. */
40998 #define sched_yield innocuous_sched_yield
40999
41000 /* System header to define __stub macros and hopefully few prototypes,
41001 which can conflict with char sched_yield (); below.
41002 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41003 <limits.h> exists even on freestanding compilers. */
41004
41005 #ifdef __STDC__
41006 # include <limits.h>
41007 #else
41008 # include <assert.h>
41009 #endif
41010
41011 #undef sched_yield
41012
41013 /* Override any GCC internal prototype to avoid an error.
41014 Use char because int might match the return type of a GCC
41015 builtin and then its argument prototype would still apply. */
41016 #ifdef __cplusplus
41017 extern "C"
41018 #endif
41019 char sched_yield ();
41020 /* The GNU C library defines this for functions which it implements
41021 to always fail with ENOSYS. Some functions are actually named
41022 something starting with __ and the normal name is an alias. */
41023 #if defined __stub_sched_yield || defined __stub___sched_yield
41024 choke me
41025 #endif
41026
41027 int
41028 main ()
41029 {
41030 return sched_yield ();
41031 ;
41032 return 0;
41033 }
41034 _ACEOF
41035 rm -f conftest.$ac_objext conftest$ac_exeext
41036 if { (ac_try="$ac_link"
41037 case "(($ac_try" in
41038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41039 *) ac_try_echo=$ac_try;;
41040 esac
41041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41042 (eval "$ac_link") 2>conftest.er1
41043 ac_status=$?
41044 grep -v '^ *+' conftest.er1 >conftest.err
41045 rm -f conftest.er1
41046 cat conftest.err >&5
41047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41048 (exit $ac_status); } && {
41049 test -z "$ac_c_werror_flag" ||
41050 test ! -s conftest.err
41051 } && test -s conftest$ac_exeext &&
41052 $as_test_x conftest$ac_exeext; then
41053 ac_cv_func_sched_yield=yes
41054 else
41055 echo "$as_me: failed program was:" >&5
41056 sed 's/^/| /' conftest.$ac_ext >&5
41057
41058 ac_cv_func_sched_yield=no
41059 fi
41060
41061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41062 conftest$ac_exeext conftest.$ac_ext
41063 fi
41064 { echo "$as_me:$LINENO: result: $ac_cv_func_sched_yield" >&5
41065 echo "${ECHO_T}$ac_cv_func_sched_yield" >&6; }
41066 if test $ac_cv_func_sched_yield = yes; then
41067 cat >>confdefs.h <<\_ACEOF
41068 #define HAVE_SCHED_YIELD 1
41069 _ACEOF
41070
41071 else
41072
41073 { echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
41074 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6; }
41075 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
41076 echo $ECHO_N "(cached) $ECHO_C" >&6
41077 else
41078 ac_check_lib_save_LIBS=$LIBS
41079 LIBS="-lposix4 $LIBS"
41080 cat >conftest.$ac_ext <<_ACEOF
41081 /* confdefs.h. */
41082 _ACEOF
41083 cat confdefs.h >>conftest.$ac_ext
41084 cat >>conftest.$ac_ext <<_ACEOF
41085 /* end confdefs.h. */
41086
41087 /* Override any GCC internal prototype to avoid an error.
41088 Use char because int might match the return type of a GCC
41089 builtin and then its argument prototype would still apply. */
41090 #ifdef __cplusplus
41091 extern "C"
41092 #endif
41093 char sched_yield ();
41094 int
41095 main ()
41096 {
41097 return sched_yield ();
41098 ;
41099 return 0;
41100 }
41101 _ACEOF
41102 rm -f conftest.$ac_objext conftest$ac_exeext
41103 if { (ac_try="$ac_link"
41104 case "(($ac_try" in
41105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41106 *) ac_try_echo=$ac_try;;
41107 esac
41108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41109 (eval "$ac_link") 2>conftest.er1
41110 ac_status=$?
41111 grep -v '^ *+' conftest.er1 >conftest.err
41112 rm -f conftest.er1
41113 cat conftest.err >&5
41114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41115 (exit $ac_status); } && {
41116 test -z "$ac_c_werror_flag" ||
41117 test ! -s conftest.err
41118 } && test -s conftest$ac_exeext &&
41119 $as_test_x conftest$ac_exeext; then
41120 ac_cv_lib_posix4_sched_yield=yes
41121 else
41122 echo "$as_me: failed program was:" >&5
41123 sed 's/^/| /' conftest.$ac_ext >&5
41124
41125 ac_cv_lib_posix4_sched_yield=no
41126 fi
41127
41128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41129 conftest$ac_exeext conftest.$ac_ext
41130 LIBS=$ac_check_lib_save_LIBS
41131 fi
41132 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
41133 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6; }
41134 if test $ac_cv_lib_posix4_sched_yield = yes; then
41135 cat >>confdefs.h <<\_ACEOF
41136 #define HAVE_SCHED_YIELD 1
41137 _ACEOF
41138 POSIX4_LINK=" -lposix4"
41139 else
41140 { echo "$as_me:$LINENO: WARNING: wxThread::Yield will not work properly" >&5
41141 echo "$as_me: WARNING: wxThread::Yield will not work properly" >&2;}
41142
41143 fi
41144
41145
41146
41147 fi
41148
41149 fi
41150
41151 HAVE_PRIOR_FUNCS=0
41152 { echo "$as_me:$LINENO: checking for pthread_attr_getschedpolicy" >&5
41153 echo $ECHO_N "checking for pthread_attr_getschedpolicy... $ECHO_C" >&6; }
41154 if test "${ac_cv_func_pthread_attr_getschedpolicy+set}" = set; then
41155 echo $ECHO_N "(cached) $ECHO_C" >&6
41156 else
41157 cat >conftest.$ac_ext <<_ACEOF
41158 /* confdefs.h. */
41159 _ACEOF
41160 cat confdefs.h >>conftest.$ac_ext
41161 cat >>conftest.$ac_ext <<_ACEOF
41162 /* end confdefs.h. */
41163 /* Define pthread_attr_getschedpolicy to an innocuous variant, in case <limits.h> declares pthread_attr_getschedpolicy.
41164 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41165 #define pthread_attr_getschedpolicy innocuous_pthread_attr_getschedpolicy
41166
41167 /* System header to define __stub macros and hopefully few prototypes,
41168 which can conflict with char pthread_attr_getschedpolicy (); below.
41169 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41170 <limits.h> exists even on freestanding compilers. */
41171
41172 #ifdef __STDC__
41173 # include <limits.h>
41174 #else
41175 # include <assert.h>
41176 #endif
41177
41178 #undef pthread_attr_getschedpolicy
41179
41180 /* Override any GCC internal prototype to avoid an error.
41181 Use char because int might match the return type of a GCC
41182 builtin and then its argument prototype would still apply. */
41183 #ifdef __cplusplus
41184 extern "C"
41185 #endif
41186 char pthread_attr_getschedpolicy ();
41187 /* The GNU C library defines this for functions which it implements
41188 to always fail with ENOSYS. Some functions are actually named
41189 something starting with __ and the normal name is an alias. */
41190 #if defined __stub_pthread_attr_getschedpolicy || defined __stub___pthread_attr_getschedpolicy
41191 choke me
41192 #endif
41193
41194 int
41195 main ()
41196 {
41197 return pthread_attr_getschedpolicy ();
41198 ;
41199 return 0;
41200 }
41201 _ACEOF
41202 rm -f conftest.$ac_objext conftest$ac_exeext
41203 if { (ac_try="$ac_link"
41204 case "(($ac_try" in
41205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41206 *) ac_try_echo=$ac_try;;
41207 esac
41208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41209 (eval "$ac_link") 2>conftest.er1
41210 ac_status=$?
41211 grep -v '^ *+' conftest.er1 >conftest.err
41212 rm -f conftest.er1
41213 cat conftest.err >&5
41214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41215 (exit $ac_status); } && {
41216 test -z "$ac_c_werror_flag" ||
41217 test ! -s conftest.err
41218 } && test -s conftest$ac_exeext &&
41219 $as_test_x conftest$ac_exeext; then
41220 ac_cv_func_pthread_attr_getschedpolicy=yes
41221 else
41222 echo "$as_me: failed program was:" >&5
41223 sed 's/^/| /' conftest.$ac_ext >&5
41224
41225 ac_cv_func_pthread_attr_getschedpolicy=no
41226 fi
41227
41228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41229 conftest$ac_exeext conftest.$ac_ext
41230 fi
41231 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_getschedpolicy" >&5
41232 echo "${ECHO_T}$ac_cv_func_pthread_attr_getschedpolicy" >&6; }
41233 if test $ac_cv_func_pthread_attr_getschedpolicy = yes; then
41234 { echo "$as_me:$LINENO: checking for pthread_attr_setschedparam" >&5
41235 echo $ECHO_N "checking for pthread_attr_setschedparam... $ECHO_C" >&6; }
41236 if test "${ac_cv_func_pthread_attr_setschedparam+set}" = set; then
41237 echo $ECHO_N "(cached) $ECHO_C" >&6
41238 else
41239 cat >conftest.$ac_ext <<_ACEOF
41240 /* confdefs.h. */
41241 _ACEOF
41242 cat confdefs.h >>conftest.$ac_ext
41243 cat >>conftest.$ac_ext <<_ACEOF
41244 /* end confdefs.h. */
41245 /* Define pthread_attr_setschedparam to an innocuous variant, in case <limits.h> declares pthread_attr_setschedparam.
41246 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41247 #define pthread_attr_setschedparam innocuous_pthread_attr_setschedparam
41248
41249 /* System header to define __stub macros and hopefully few prototypes,
41250 which can conflict with char pthread_attr_setschedparam (); below.
41251 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41252 <limits.h> exists even on freestanding compilers. */
41253
41254 #ifdef __STDC__
41255 # include <limits.h>
41256 #else
41257 # include <assert.h>
41258 #endif
41259
41260 #undef pthread_attr_setschedparam
41261
41262 /* Override any GCC internal prototype to avoid an error.
41263 Use char because int might match the return type of a GCC
41264 builtin and then its argument prototype would still apply. */
41265 #ifdef __cplusplus
41266 extern "C"
41267 #endif
41268 char pthread_attr_setschedparam ();
41269 /* The GNU C library defines this for functions which it implements
41270 to always fail with ENOSYS. Some functions are actually named
41271 something starting with __ and the normal name is an alias. */
41272 #if defined __stub_pthread_attr_setschedparam || defined __stub___pthread_attr_setschedparam
41273 choke me
41274 #endif
41275
41276 int
41277 main ()
41278 {
41279 return pthread_attr_setschedparam ();
41280 ;
41281 return 0;
41282 }
41283 _ACEOF
41284 rm -f conftest.$ac_objext conftest$ac_exeext
41285 if { (ac_try="$ac_link"
41286 case "(($ac_try" in
41287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41288 *) ac_try_echo=$ac_try;;
41289 esac
41290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41291 (eval "$ac_link") 2>conftest.er1
41292 ac_status=$?
41293 grep -v '^ *+' conftest.er1 >conftest.err
41294 rm -f conftest.er1
41295 cat conftest.err >&5
41296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41297 (exit $ac_status); } && {
41298 test -z "$ac_c_werror_flag" ||
41299 test ! -s conftest.err
41300 } && test -s conftest$ac_exeext &&
41301 $as_test_x conftest$ac_exeext; then
41302 ac_cv_func_pthread_attr_setschedparam=yes
41303 else
41304 echo "$as_me: failed program was:" >&5
41305 sed 's/^/| /' conftest.$ac_ext >&5
41306
41307 ac_cv_func_pthread_attr_setschedparam=no
41308 fi
41309
41310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41311 conftest$ac_exeext conftest.$ac_ext
41312 fi
41313 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setschedparam" >&5
41314 echo "${ECHO_T}$ac_cv_func_pthread_attr_setschedparam" >&6; }
41315 if test $ac_cv_func_pthread_attr_setschedparam = yes; then
41316 { echo "$as_me:$LINENO: checking for sched_get_priority_max" >&5
41317 echo $ECHO_N "checking for sched_get_priority_max... $ECHO_C" >&6; }
41318 if test "${ac_cv_func_sched_get_priority_max+set}" = set; then
41319 echo $ECHO_N "(cached) $ECHO_C" >&6
41320 else
41321 cat >conftest.$ac_ext <<_ACEOF
41322 /* confdefs.h. */
41323 _ACEOF
41324 cat confdefs.h >>conftest.$ac_ext
41325 cat >>conftest.$ac_ext <<_ACEOF
41326 /* end confdefs.h. */
41327 /* Define sched_get_priority_max to an innocuous variant, in case <limits.h> declares sched_get_priority_max.
41328 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41329 #define sched_get_priority_max innocuous_sched_get_priority_max
41330
41331 /* System header to define __stub macros and hopefully few prototypes,
41332 which can conflict with char sched_get_priority_max (); below.
41333 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41334 <limits.h> exists even on freestanding compilers. */
41335
41336 #ifdef __STDC__
41337 # include <limits.h>
41338 #else
41339 # include <assert.h>
41340 #endif
41341
41342 #undef sched_get_priority_max
41343
41344 /* Override any GCC internal prototype to avoid an error.
41345 Use char because int might match the return type of a GCC
41346 builtin and then its argument prototype would still apply. */
41347 #ifdef __cplusplus
41348 extern "C"
41349 #endif
41350 char sched_get_priority_max ();
41351 /* The GNU C library defines this for functions which it implements
41352 to always fail with ENOSYS. Some functions are actually named
41353 something starting with __ and the normal name is an alias. */
41354 #if defined __stub_sched_get_priority_max || defined __stub___sched_get_priority_max
41355 choke me
41356 #endif
41357
41358 int
41359 main ()
41360 {
41361 return sched_get_priority_max ();
41362 ;
41363 return 0;
41364 }
41365 _ACEOF
41366 rm -f conftest.$ac_objext conftest$ac_exeext
41367 if { (ac_try="$ac_link"
41368 case "(($ac_try" in
41369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41370 *) ac_try_echo=$ac_try;;
41371 esac
41372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41373 (eval "$ac_link") 2>conftest.er1
41374 ac_status=$?
41375 grep -v '^ *+' conftest.er1 >conftest.err
41376 rm -f conftest.er1
41377 cat conftest.err >&5
41378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41379 (exit $ac_status); } && {
41380 test -z "$ac_c_werror_flag" ||
41381 test ! -s conftest.err
41382 } && test -s conftest$ac_exeext &&
41383 $as_test_x conftest$ac_exeext; then
41384 ac_cv_func_sched_get_priority_max=yes
41385 else
41386 echo "$as_me: failed program was:" >&5
41387 sed 's/^/| /' conftest.$ac_ext >&5
41388
41389 ac_cv_func_sched_get_priority_max=no
41390 fi
41391
41392 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41393 conftest$ac_exeext conftest.$ac_ext
41394 fi
41395 { echo "$as_me:$LINENO: result: $ac_cv_func_sched_get_priority_max" >&5
41396 echo "${ECHO_T}$ac_cv_func_sched_get_priority_max" >&6; }
41397 if test $ac_cv_func_sched_get_priority_max = yes; then
41398 HAVE_PRIOR_FUNCS=1
41399 else
41400 { echo "$as_me:$LINENO: checking for sched_get_priority_max in -lposix4" >&5
41401 echo $ECHO_N "checking for sched_get_priority_max in -lposix4... $ECHO_C" >&6; }
41402 if test "${ac_cv_lib_posix4_sched_get_priority_max+set}" = set; then
41403 echo $ECHO_N "(cached) $ECHO_C" >&6
41404 else
41405 ac_check_lib_save_LIBS=$LIBS
41406 LIBS="-lposix4 $LIBS"
41407 cat >conftest.$ac_ext <<_ACEOF
41408 /* confdefs.h. */
41409 _ACEOF
41410 cat confdefs.h >>conftest.$ac_ext
41411 cat >>conftest.$ac_ext <<_ACEOF
41412 /* end confdefs.h. */
41413
41414 /* Override any GCC internal prototype to avoid an error.
41415 Use char because int might match the return type of a GCC
41416 builtin and then its argument prototype would still apply. */
41417 #ifdef __cplusplus
41418 extern "C"
41419 #endif
41420 char sched_get_priority_max ();
41421 int
41422 main ()
41423 {
41424 return sched_get_priority_max ();
41425 ;
41426 return 0;
41427 }
41428 _ACEOF
41429 rm -f conftest.$ac_objext conftest$ac_exeext
41430 if { (ac_try="$ac_link"
41431 case "(($ac_try" in
41432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41433 *) ac_try_echo=$ac_try;;
41434 esac
41435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41436 (eval "$ac_link") 2>conftest.er1
41437 ac_status=$?
41438 grep -v '^ *+' conftest.er1 >conftest.err
41439 rm -f conftest.er1
41440 cat conftest.err >&5
41441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41442 (exit $ac_status); } && {
41443 test -z "$ac_c_werror_flag" ||
41444 test ! -s conftest.err
41445 } && test -s conftest$ac_exeext &&
41446 $as_test_x conftest$ac_exeext; then
41447 ac_cv_lib_posix4_sched_get_priority_max=yes
41448 else
41449 echo "$as_me: failed program was:" >&5
41450 sed 's/^/| /' conftest.$ac_ext >&5
41451
41452 ac_cv_lib_posix4_sched_get_priority_max=no
41453 fi
41454
41455 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41456 conftest$ac_exeext conftest.$ac_ext
41457 LIBS=$ac_check_lib_save_LIBS
41458 fi
41459 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_get_priority_max" >&5
41460 echo "${ECHO_T}$ac_cv_lib_posix4_sched_get_priority_max" >&6; }
41461 if test $ac_cv_lib_posix4_sched_get_priority_max = yes; then
41462
41463 HAVE_PRIOR_FUNCS=1
41464 POSIX4_LINK=" -lposix4"
41465
41466 fi
41467
41468
41469 fi
41470
41471
41472 fi
41473
41474
41475 fi
41476
41477
41478 if test "$HAVE_PRIOR_FUNCS" = 1; then
41479 cat >>confdefs.h <<\_ACEOF
41480 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
41481 _ACEOF
41482
41483 else
41484 { echo "$as_me:$LINENO: WARNING: Setting thread priority will not work" >&5
41485 echo "$as_me: WARNING: Setting thread priority will not work" >&2;}
41486 fi
41487
41488 { echo "$as_me:$LINENO: checking for pthread_cancel" >&5
41489 echo $ECHO_N "checking for pthread_cancel... $ECHO_C" >&6; }
41490 if test "${ac_cv_func_pthread_cancel+set}" = set; then
41491 echo $ECHO_N "(cached) $ECHO_C" >&6
41492 else
41493 cat >conftest.$ac_ext <<_ACEOF
41494 /* confdefs.h. */
41495 _ACEOF
41496 cat confdefs.h >>conftest.$ac_ext
41497 cat >>conftest.$ac_ext <<_ACEOF
41498 /* end confdefs.h. */
41499 /* Define pthread_cancel to an innocuous variant, in case <limits.h> declares pthread_cancel.
41500 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41501 #define pthread_cancel innocuous_pthread_cancel
41502
41503 /* System header to define __stub macros and hopefully few prototypes,
41504 which can conflict with char pthread_cancel (); below.
41505 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41506 <limits.h> exists even on freestanding compilers. */
41507
41508 #ifdef __STDC__
41509 # include <limits.h>
41510 #else
41511 # include <assert.h>
41512 #endif
41513
41514 #undef pthread_cancel
41515
41516 /* Override any GCC internal prototype to avoid an error.
41517 Use char because int might match the return type of a GCC
41518 builtin and then its argument prototype would still apply. */
41519 #ifdef __cplusplus
41520 extern "C"
41521 #endif
41522 char pthread_cancel ();
41523 /* The GNU C library defines this for functions which it implements
41524 to always fail with ENOSYS. Some functions are actually named
41525 something starting with __ and the normal name is an alias. */
41526 #if defined __stub_pthread_cancel || defined __stub___pthread_cancel
41527 choke me
41528 #endif
41529
41530 int
41531 main ()
41532 {
41533 return pthread_cancel ();
41534 ;
41535 return 0;
41536 }
41537 _ACEOF
41538 rm -f conftest.$ac_objext conftest$ac_exeext
41539 if { (ac_try="$ac_link"
41540 case "(($ac_try" in
41541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41542 *) ac_try_echo=$ac_try;;
41543 esac
41544 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41545 (eval "$ac_link") 2>conftest.er1
41546 ac_status=$?
41547 grep -v '^ *+' conftest.er1 >conftest.err
41548 rm -f conftest.er1
41549 cat conftest.err >&5
41550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41551 (exit $ac_status); } && {
41552 test -z "$ac_c_werror_flag" ||
41553 test ! -s conftest.err
41554 } && test -s conftest$ac_exeext &&
41555 $as_test_x conftest$ac_exeext; then
41556 ac_cv_func_pthread_cancel=yes
41557 else
41558 echo "$as_me: failed program was:" >&5
41559 sed 's/^/| /' conftest.$ac_ext >&5
41560
41561 ac_cv_func_pthread_cancel=no
41562 fi
41563
41564 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41565 conftest$ac_exeext conftest.$ac_ext
41566 fi
41567 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_cancel" >&5
41568 echo "${ECHO_T}$ac_cv_func_pthread_cancel" >&6; }
41569 if test $ac_cv_func_pthread_cancel = yes; then
41570 cat >>confdefs.h <<\_ACEOF
41571 #define HAVE_PTHREAD_CANCEL 1
41572 _ACEOF
41573
41574 else
41575 { echo "$as_me:$LINENO: WARNING: wxThread::Kill() will not work properly" >&5
41576 echo "$as_me: WARNING: wxThread::Kill() will not work properly" >&2;}
41577 fi
41578
41579
41580 { echo "$as_me:$LINENO: checking for pthread_mutex_timedlock" >&5
41581 echo $ECHO_N "checking for pthread_mutex_timedlock... $ECHO_C" >&6; }
41582 if test "${ac_cv_func_pthread_mutex_timedlock+set}" = set; then
41583 echo $ECHO_N "(cached) $ECHO_C" >&6
41584 else
41585 cat >conftest.$ac_ext <<_ACEOF
41586 /* confdefs.h. */
41587 _ACEOF
41588 cat confdefs.h >>conftest.$ac_ext
41589 cat >>conftest.$ac_ext <<_ACEOF
41590 /* end confdefs.h. */
41591 /* Define pthread_mutex_timedlock to an innocuous variant, in case <limits.h> declares pthread_mutex_timedlock.
41592 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41593 #define pthread_mutex_timedlock innocuous_pthread_mutex_timedlock
41594
41595 /* System header to define __stub macros and hopefully few prototypes,
41596 which can conflict with char pthread_mutex_timedlock (); below.
41597 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41598 <limits.h> exists even on freestanding compilers. */
41599
41600 #ifdef __STDC__
41601 # include <limits.h>
41602 #else
41603 # include <assert.h>
41604 #endif
41605
41606 #undef pthread_mutex_timedlock
41607
41608 /* Override any GCC internal prototype to avoid an error.
41609 Use char because int might match the return type of a GCC
41610 builtin and then its argument prototype would still apply. */
41611 #ifdef __cplusplus
41612 extern "C"
41613 #endif
41614 char pthread_mutex_timedlock ();
41615 /* The GNU C library defines this for functions which it implements
41616 to always fail with ENOSYS. Some functions are actually named
41617 something starting with __ and the normal name is an alias. */
41618 #if defined __stub_pthread_mutex_timedlock || defined __stub___pthread_mutex_timedlock
41619 choke me
41620 #endif
41621
41622 int
41623 main ()
41624 {
41625 return pthread_mutex_timedlock ();
41626 ;
41627 return 0;
41628 }
41629 _ACEOF
41630 rm -f conftest.$ac_objext conftest$ac_exeext
41631 if { (ac_try="$ac_link"
41632 case "(($ac_try" in
41633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41634 *) ac_try_echo=$ac_try;;
41635 esac
41636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41637 (eval "$ac_link") 2>conftest.er1
41638 ac_status=$?
41639 grep -v '^ *+' conftest.er1 >conftest.err
41640 rm -f conftest.er1
41641 cat conftest.err >&5
41642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41643 (exit $ac_status); } && {
41644 test -z "$ac_c_werror_flag" ||
41645 test ! -s conftest.err
41646 } && test -s conftest$ac_exeext &&
41647 $as_test_x conftest$ac_exeext; then
41648 ac_cv_func_pthread_mutex_timedlock=yes
41649 else
41650 echo "$as_me: failed program was:" >&5
41651 sed 's/^/| /' conftest.$ac_ext >&5
41652
41653 ac_cv_func_pthread_mutex_timedlock=no
41654 fi
41655
41656 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41657 conftest$ac_exeext conftest.$ac_ext
41658 fi
41659 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_mutex_timedlock" >&5
41660 echo "${ECHO_T}$ac_cv_func_pthread_mutex_timedlock" >&6; }
41661 if test $ac_cv_func_pthread_mutex_timedlock = yes; then
41662 cat >>confdefs.h <<\_ACEOF
41663 #define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
41664 _ACEOF
41665
41666 else
41667 { echo "$as_me:$LINENO: WARNING: wxMutex::LockTimeout() will not work" >&5
41668 echo "$as_me: WARNING: wxMutex::LockTimeout() will not work" >&2;}
41669 fi
41670
41671
41672 { echo "$as_me:$LINENO: checking for pthread_attr_setstacksize" >&5
41673 echo $ECHO_N "checking for pthread_attr_setstacksize... $ECHO_C" >&6; }
41674 if test "${ac_cv_func_pthread_attr_setstacksize+set}" = set; then
41675 echo $ECHO_N "(cached) $ECHO_C" >&6
41676 else
41677 cat >conftest.$ac_ext <<_ACEOF
41678 /* confdefs.h. */
41679 _ACEOF
41680 cat confdefs.h >>conftest.$ac_ext
41681 cat >>conftest.$ac_ext <<_ACEOF
41682 /* end confdefs.h. */
41683 /* Define pthread_attr_setstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_setstacksize.
41684 For example, HP-UX 11i <limits.h> declares gettimeofday. */
41685 #define pthread_attr_setstacksize innocuous_pthread_attr_setstacksize
41686
41687 /* System header to define __stub macros and hopefully few prototypes,
41688 which can conflict with char pthread_attr_setstacksize (); below.
41689 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
41690 <limits.h> exists even on freestanding compilers. */
41691
41692 #ifdef __STDC__
41693 # include <limits.h>
41694 #else
41695 # include <assert.h>
41696 #endif
41697
41698 #undef pthread_attr_setstacksize
41699
41700 /* Override any GCC internal prototype to avoid an error.
41701 Use char because int might match the return type of a GCC
41702 builtin and then its argument prototype would still apply. */
41703 #ifdef __cplusplus
41704 extern "C"
41705 #endif
41706 char pthread_attr_setstacksize ();
41707 /* The GNU C library defines this for functions which it implements
41708 to always fail with ENOSYS. Some functions are actually named
41709 something starting with __ and the normal name is an alias. */
41710 #if defined __stub_pthread_attr_setstacksize || defined __stub___pthread_attr_setstacksize
41711 choke me
41712 #endif
41713
41714 int
41715 main ()
41716 {
41717 return pthread_attr_setstacksize ();
41718 ;
41719 return 0;
41720 }
41721 _ACEOF
41722 rm -f conftest.$ac_objext conftest$ac_exeext
41723 if { (ac_try="$ac_link"
41724 case "(($ac_try" in
41725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41726 *) ac_try_echo=$ac_try;;
41727 esac
41728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41729 (eval "$ac_link") 2>conftest.er1
41730 ac_status=$?
41731 grep -v '^ *+' conftest.er1 >conftest.err
41732 rm -f conftest.er1
41733 cat conftest.err >&5
41734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41735 (exit $ac_status); } && {
41736 test -z "$ac_c_werror_flag" ||
41737 test ! -s conftest.err
41738 } && test -s conftest$ac_exeext &&
41739 $as_test_x conftest$ac_exeext; then
41740 ac_cv_func_pthread_attr_setstacksize=yes
41741 else
41742 echo "$as_me: failed program was:" >&5
41743 sed 's/^/| /' conftest.$ac_ext >&5
41744
41745 ac_cv_func_pthread_attr_setstacksize=no
41746 fi
41747
41748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41749 conftest$ac_exeext conftest.$ac_ext
41750 fi
41751 { echo "$as_me:$LINENO: result: $ac_cv_func_pthread_attr_setstacksize" >&5
41752 echo "${ECHO_T}$ac_cv_func_pthread_attr_setstacksize" >&6; }
41753 if test $ac_cv_func_pthread_attr_setstacksize = yes; then
41754 cat >>confdefs.h <<\_ACEOF
41755 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
41756 _ACEOF
41757
41758 fi
41759
41760
41761
41762 { echo "$as_me:$LINENO: checking for pthread_mutexattr_t" >&5
41763 echo $ECHO_N "checking for pthread_mutexattr_t... $ECHO_C" >&6; }
41764 if test "${wx_cv_type_pthread_mutexattr_t+set}" = set; then
41765 echo $ECHO_N "(cached) $ECHO_C" >&6
41766 else
41767
41768 cat >conftest.$ac_ext <<_ACEOF
41769 /* confdefs.h. */
41770 _ACEOF
41771 cat confdefs.h >>conftest.$ac_ext
41772 cat >>conftest.$ac_ext <<_ACEOF
41773 /* end confdefs.h. */
41774 #include <pthread.h>
41775 int
41776 main ()
41777 {
41778
41779 pthread_mutexattr_t attr;
41780 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
41781
41782 ;
41783 return 0;
41784 }
41785 _ACEOF
41786 rm -f conftest.$ac_objext
41787 if { (ac_try="$ac_compile"
41788 case "(($ac_try" in
41789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41790 *) ac_try_echo=$ac_try;;
41791 esac
41792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41793 (eval "$ac_compile") 2>conftest.er1
41794 ac_status=$?
41795 grep -v '^ *+' conftest.er1 >conftest.err
41796 rm -f conftest.er1
41797 cat conftest.err >&5
41798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41799 (exit $ac_status); } && {
41800 test -z "$ac_c_werror_flag" ||
41801 test ! -s conftest.err
41802 } && test -s conftest.$ac_objext; then
41803 wx_cv_type_pthread_mutexattr_t=yes
41804 else
41805 echo "$as_me: failed program was:" >&5
41806 sed 's/^/| /' conftest.$ac_ext >&5
41807
41808 wx_cv_type_pthread_mutexattr_t=no
41809
41810 fi
41811
41812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41813
41814 fi
41815 { echo "$as_me:$LINENO: result: $wx_cv_type_pthread_mutexattr_t" >&5
41816 echo "${ECHO_T}$wx_cv_type_pthread_mutexattr_t" >&6; }
41817
41818 if test "$wx_cv_type_pthread_mutexattr_t" = "yes"; then
41819 cat >>confdefs.h <<\_ACEOF
41820 #define HAVE_PTHREAD_MUTEXATTR_T 1
41821 _ACEOF
41822
41823
41824 { echo "$as_me:$LINENO: checking for pthread_mutexattr_settype declaration" >&5
41825 echo $ECHO_N "checking for pthread_mutexattr_settype declaration... $ECHO_C" >&6; }
41826 if test "${wx_cv_func_pthread_mutexattr_settype_decl+set}" = set; then
41827 echo $ECHO_N "(cached) $ECHO_C" >&6
41828 else
41829
41830 cat >conftest.$ac_ext <<_ACEOF
41831 /* confdefs.h. */
41832 _ACEOF
41833 cat confdefs.h >>conftest.$ac_ext
41834 cat >>conftest.$ac_ext <<_ACEOF
41835 /* end confdefs.h. */
41836 #include <pthread.h>
41837 int
41838 main ()
41839 {
41840
41841 pthread_mutexattr_t attr;
41842 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
41843
41844 ;
41845 return 0;
41846 }
41847 _ACEOF
41848 rm -f conftest.$ac_objext
41849 if { (ac_try="$ac_compile"
41850 case "(($ac_try" in
41851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41852 *) ac_try_echo=$ac_try;;
41853 esac
41854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41855 (eval "$ac_compile") 2>conftest.er1
41856 ac_status=$?
41857 grep -v '^ *+' conftest.er1 >conftest.err
41858 rm -f conftest.er1
41859 cat conftest.err >&5
41860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41861 (exit $ac_status); } && {
41862 test -z "$ac_c_werror_flag" ||
41863 test ! -s conftest.err
41864 } && test -s conftest.$ac_objext; then
41865 wx_cv_func_pthread_mutexattr_settype_decl=yes
41866 else
41867 echo "$as_me: failed program was:" >&5
41868 sed 's/^/| /' conftest.$ac_ext >&5
41869
41870 wx_cv_func_pthread_mutexattr_settype_decl=no
41871
41872 fi
41873
41874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41875
41876 fi
41877 { echo "$as_me:$LINENO: result: $wx_cv_func_pthread_mutexattr_settype_decl" >&5
41878 echo "${ECHO_T}$wx_cv_func_pthread_mutexattr_settype_decl" >&6; }
41879 if test "$wx_cv_func_pthread_mutexattr_settype_decl" = "yes"; then
41880 cat >>confdefs.h <<\_ACEOF
41881 #define HAVE_PTHREAD_MUTEXATTR_SETTYPE_DECL 1
41882 _ACEOF
41883
41884 fi
41885 else
41886 { echo "$as_me:$LINENO: checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER" >&5
41887 echo $ECHO_N "checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER... $ECHO_C" >&6; }
41888 if test "${wx_cv_type_pthread_rec_mutex_init+set}" = set; then
41889 echo $ECHO_N "(cached) $ECHO_C" >&6
41890 else
41891
41892 cat >conftest.$ac_ext <<_ACEOF
41893 /* confdefs.h. */
41894 _ACEOF
41895 cat confdefs.h >>conftest.$ac_ext
41896 cat >>conftest.$ac_ext <<_ACEOF
41897 /* end confdefs.h. */
41898 #include <pthread.h>
41899 int
41900 main ()
41901 {
41902
41903 pthread_mutex_t attr = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
41904
41905 ;
41906 return 0;
41907 }
41908 _ACEOF
41909 rm -f conftest.$ac_objext
41910 if { (ac_try="$ac_compile"
41911 case "(($ac_try" in
41912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41913 *) ac_try_echo=$ac_try;;
41914 esac
41915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41916 (eval "$ac_compile") 2>conftest.er1
41917 ac_status=$?
41918 grep -v '^ *+' conftest.er1 >conftest.err
41919 rm -f conftest.er1
41920 cat conftest.err >&5
41921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
41922 (exit $ac_status); } && {
41923 test -z "$ac_c_werror_flag" ||
41924 test ! -s conftest.err
41925 } && test -s conftest.$ac_objext; then
41926
41927 wx_cv_type_pthread_rec_mutex_init=yes
41928
41929 else
41930 echo "$as_me: failed program was:" >&5
41931 sed 's/^/| /' conftest.$ac_ext >&5
41932
41933
41934 wx_cv_type_pthread_rec_mutex_init=no
41935
41936
41937 fi
41938
41939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
41940
41941 fi
41942 { echo "$as_me:$LINENO: result: $wx_cv_type_pthread_rec_mutex_init" >&5
41943 echo "${ECHO_T}$wx_cv_type_pthread_rec_mutex_init" >&6; }
41944 if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
41945 cat >>confdefs.h <<\_ACEOF
41946 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
41947 _ACEOF
41948
41949 else
41950 { echo "$as_me:$LINENO: WARNING: wxMutex won't be recursive on this platform" >&5
41951 echo "$as_me: WARNING: wxMutex won't be recursive on this platform" >&2;}
41952 fi
41953 fi
41954
41955 if test "$wxUSE_COMPILER_TLS" = "auto"; then
41956 if test "$USE_NETBSD" = 1; then
41957 { echo "$as_me:$LINENO: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&5
41958 echo "$as_me: WARNING: Disabling TLS under NetBSD, please contact wx-dev if it works now" >&2;}
41959 wxUSE_COMPILER_TLS=no
41960 else
41961 wxUSE_COMPILER_TLS=yes
41962 fi
41963 fi
41964
41965 if test "$wxUSE_COMPILER_TLS" = "yes"; then
41966 { echo "$as_me:$LINENO: checking for __thread keyword" >&5
41967 echo $ECHO_N "checking for __thread keyword... $ECHO_C" >&6; }
41968 if test "${wx_cv_cc___thread+set}" = set; then
41969 echo $ECHO_N "(cached) $ECHO_C" >&6
41970 else
41971
41972 cat >conftest.$ac_ext <<_ACEOF
41973 /* confdefs.h. */
41974 _ACEOF
41975 cat confdefs.h >>conftest.$ac_ext
41976 cat >>conftest.$ac_ext <<_ACEOF
41977 /* end confdefs.h. */
41978 #include <pthread.h>
41979 int
41980 main ()
41981 {
41982
41983 static __thread int n = 0;
41984 static __thread int *p = 0;
41985
41986 ;
41987 return 0;
41988 }
41989 _ACEOF
41990 rm -f conftest.$ac_objext
41991 if { (ac_try="$ac_compile"
41992 case "(($ac_try" in
41993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41994 *) ac_try_echo=$ac_try;;
41995 esac
41996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
41997 (eval "$ac_compile") 2>conftest.er1
41998 ac_status=$?
41999 grep -v '^ *+' conftest.er1 >conftest.err
42000 rm -f conftest.er1
42001 cat conftest.err >&5
42002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42003 (exit $ac_status); } && {
42004 test -z "$ac_c_werror_flag" ||
42005 test ! -s conftest.err
42006 } && test -s conftest.$ac_objext; then
42007 wx_cv_cc___thread=yes
42008 else
42009 echo "$as_me: failed program was:" >&5
42010 sed 's/^/| /' conftest.$ac_ext >&5
42011
42012 wx_cv_cc___thread=no
42013
42014 fi
42015
42016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42017
42018
42019 fi
42020 { echo "$as_me:$LINENO: result: $wx_cv_cc___thread" >&5
42021 echo "${ECHO_T}$wx_cv_cc___thread" >&6; }
42022
42023 if test "$wx_cv_cc___thread" = "yes"; then
42024
42025 GXX_VERSION=""
42026
42027
42028
42029 { echo "$as_me:$LINENO: checking if gcc accepts -dumpversion option" >&5
42030 echo $ECHO_N "checking if gcc accepts -dumpversion option... $ECHO_C" >&6; }
42031
42032 if test "x$GCC" = "xyes" ; then
42033
42034 if test -z "" ; then
42035
42036 ax_gcc_option_test="int main()
42037 {
42038 return 0;
42039 }"
42040
42041 else
42042
42043 ax_gcc_option_test=""
42044
42045 fi
42046
42047
42048 # Dump the test program to file
42049 cat <<EOF > conftest.c
42050 $ax_gcc_option_test
42051 EOF
42052
42053 # Dump back the file to the log, useful for debugging purposes
42054 { ac_try='cat conftest.c 1>&5'
42055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42056 (eval $ac_try) 2>&5
42057 ac_status=$?
42058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42059 (exit $ac_status); }; }
42060
42061 if { ac_try='$CC -dumpversion -c conftest.c 1>&5'
42062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42063 (eval $ac_try) 2>&5
42064 ac_status=$?
42065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42066 (exit $ac_status); }; } ; then
42067
42068 { echo "$as_me:$LINENO: result: yes" >&5
42069 echo "${ECHO_T}yes" >&6; }
42070
42071 ax_gcc_version_option=yes
42072
42073
42074 else
42075
42076 { echo "$as_me:$LINENO: result: no" >&5
42077 echo "${ECHO_T}no" >&6; }
42078
42079 ax_gcc_version_option=no
42080
42081
42082 fi
42083
42084
42085 else
42086
42087 { echo "$as_me:$LINENO: result: no gcc available" >&5
42088 echo "${ECHO_T}no gcc available" >&6; }
42089
42090 fi
42091
42092
42093 if test "x$GXX" = "xyes"; then
42094
42095 if test "x$ax_gxx_version_option" != "no"; then
42096
42097 { echo "$as_me:$LINENO: checking gxx version" >&5
42098 echo $ECHO_N "checking gxx version... $ECHO_C" >&6; }
42099 if test "${ax_cv_gxx_version+set}" = set; then
42100 echo $ECHO_N "(cached) $ECHO_C" >&6
42101 else
42102
42103 ax_cv_gxx_version="`$CXX -dumpversion`"
42104 if test "x$ax_cv_gxx_version" = "x"; then
42105
42106 ax_cv_gxx_version=""
42107
42108 fi
42109
42110
42111 fi
42112 { echo "$as_me:$LINENO: result: $ax_cv_gxx_version" >&5
42113 echo "${ECHO_T}$ax_cv_gxx_version" >&6; }
42114 GXX_VERSION=$ax_cv_gxx_version
42115
42116 fi
42117
42118
42119 fi
42120
42121
42122
42123 if test -n "$ax_cv_gxx_version"; then
42124 { echo "$as_me:$LINENO: checking whether __thread support in g++ is usable" >&5
42125 echo $ECHO_N "checking whether __thread support in g++ is usable... $ECHO_C" >&6; }
42126 case "$ax_cv_gxx_version" in
42127 1.* | 2.* | 3.* )
42128 { echo "$as_me:$LINENO: result: no, it's broken" >&5
42129 echo "${ECHO_T}no, it's broken" >&6; }
42130 wx_cv_cc___thread=no
42131 ;;
42132 *)
42133 { echo "$as_me:$LINENO: result: yes, it works" >&5
42134 echo "${ECHO_T}yes, it works" >&6; }
42135 ;;
42136 esac
42137 fi
42138 fi
42139
42140 if test "$wx_cv_cc___thread" = "yes"; then
42141 cat >>confdefs.h <<\_ACEOF
42142 #define HAVE___THREAD_KEYWORD 1
42143 _ACEOF
42144
42145 fi
42146 fi
42147 fi
42148
42149 else
42150 if test "$wxUSE_THREADS" = "yes" ; then
42151 case "${host}" in
42152 x86_64-*-mingw32* )
42153 ;;
42154 *-*-mingw32* )
42155 { echo "$as_me:$LINENO: checking if compiler supports -mthreads" >&5
42156 echo $ECHO_N "checking if compiler supports -mthreads... $ECHO_C" >&6; }
42157 if test "${wx_cv_cflags_mthread+set}" = set; then
42158 echo $ECHO_N "(cached) $ECHO_C" >&6
42159 else
42160
42161 CFLAGS_OLD="$CFLAGS"
42162 CFLAGS="-mthreads $CFLAGS"
42163 cat >conftest.$ac_ext <<_ACEOF
42164 /* confdefs.h. */
42165 _ACEOF
42166 cat confdefs.h >>conftest.$ac_ext
42167 cat >>conftest.$ac_ext <<_ACEOF
42168 /* end confdefs.h. */
42169
42170 int
42171 main ()
42172 {
42173
42174 ;
42175 return 0;
42176 }
42177 _ACEOF
42178 rm -f conftest.$ac_objext
42179 if { (ac_try="$ac_compile"
42180 case "(($ac_try" in
42181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42182 *) ac_try_echo=$ac_try;;
42183 esac
42184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42185 (eval "$ac_compile") 2>conftest.er1
42186 ac_status=$?
42187 grep -v '^ *+' conftest.er1 >conftest.err
42188 rm -f conftest.er1
42189 cat conftest.err >&5
42190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42191 (exit $ac_status); } && {
42192 test -z "$ac_c_werror_flag" ||
42193 test ! -s conftest.err
42194 } && test -s conftest.$ac_objext; then
42195 wx_cv_cflags_mthread=yes
42196 else
42197 echo "$as_me: failed program was:" >&5
42198 sed 's/^/| /' conftest.$ac_ext >&5
42199
42200 wx_cv_cflags_mthread=no
42201
42202 fi
42203
42204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42205
42206
42207 fi
42208 { echo "$as_me:$LINENO: result: $wx_cv_cflags_mthread" >&5
42209 echo "${ECHO_T}$wx_cv_cflags_mthread" >&6; }
42210
42211 if test "$wx_cv_cflags_mthread" = "yes"; then
42212 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mthreads"
42213 LDFLAGS="$LDFLAGS -mthreads"
42214 else
42215 CFLAGS="$CFLAGS_OLD"
42216 fi
42217 ;;
42218 *-pc-os2*emx )
42219 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -Zmt -D__ST_MT_ERRNO__"
42220 LDFLAGS="$LDFLAGS -Zmt"
42221 ;;
42222 esac
42223 fi
42224 fi
42225
42226 { echo "$as_me:$LINENO: checking for localtime_r" >&5
42227 echo $ECHO_N "checking for localtime_r... $ECHO_C" >&6; }
42228 if test "${ac_cv_func_localtime_r+set}" = set; then
42229 echo $ECHO_N "(cached) $ECHO_C" >&6
42230 else
42231 cat >conftest.$ac_ext <<_ACEOF
42232 /* confdefs.h. */
42233 _ACEOF
42234 cat confdefs.h >>conftest.$ac_ext
42235 cat >>conftest.$ac_ext <<_ACEOF
42236 /* end confdefs.h. */
42237 /* Define localtime_r to an innocuous variant, in case <limits.h> declares localtime_r.
42238 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42239 #define localtime_r innocuous_localtime_r
42240
42241 /* System header to define __stub macros and hopefully few prototypes,
42242 which can conflict with char localtime_r (); below.
42243 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42244 <limits.h> exists even on freestanding compilers. */
42245
42246 #ifdef __STDC__
42247 # include <limits.h>
42248 #else
42249 # include <assert.h>
42250 #endif
42251
42252 #undef localtime_r
42253
42254 /* Override any GCC internal prototype to avoid an error.
42255 Use char because int might match the return type of a GCC
42256 builtin and then its argument prototype would still apply. */
42257 #ifdef __cplusplus
42258 extern "C"
42259 #endif
42260 char localtime_r ();
42261 /* The GNU C library defines this for functions which it implements
42262 to always fail with ENOSYS. Some functions are actually named
42263 something starting with __ and the normal name is an alias. */
42264 #if defined __stub_localtime_r || defined __stub___localtime_r
42265 choke me
42266 #endif
42267
42268 int
42269 main ()
42270 {
42271 return localtime_r ();
42272 ;
42273 return 0;
42274 }
42275 _ACEOF
42276 rm -f conftest.$ac_objext conftest$ac_exeext
42277 if { (ac_try="$ac_link"
42278 case "(($ac_try" in
42279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42280 *) ac_try_echo=$ac_try;;
42281 esac
42282 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42283 (eval "$ac_link") 2>conftest.er1
42284 ac_status=$?
42285 grep -v '^ *+' conftest.er1 >conftest.err
42286 rm -f conftest.er1
42287 cat conftest.err >&5
42288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42289 (exit $ac_status); } && {
42290 test -z "$ac_c_werror_flag" ||
42291 test ! -s conftest.err
42292 } && test -s conftest$ac_exeext &&
42293 $as_test_x conftest$ac_exeext; then
42294 ac_cv_func_localtime_r=yes
42295 else
42296 echo "$as_me: failed program was:" >&5
42297 sed 's/^/| /' conftest.$ac_ext >&5
42298
42299 ac_cv_func_localtime_r=no
42300 fi
42301
42302 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42303 conftest$ac_exeext conftest.$ac_ext
42304 fi
42305 { echo "$as_me:$LINENO: result: $ac_cv_func_localtime_r" >&5
42306 echo "${ECHO_T}$ac_cv_func_localtime_r" >&6; }
42307 if test $ac_cv_func_localtime_r = yes; then
42308 cat >>confdefs.h <<\_ACEOF
42309 #define HAVE_LOCALTIME_R 1
42310 _ACEOF
42311
42312 fi
42313
42314 { echo "$as_me:$LINENO: checking for gmtime_r" >&5
42315 echo $ECHO_N "checking for gmtime_r... $ECHO_C" >&6; }
42316 if test "${ac_cv_func_gmtime_r+set}" = set; then
42317 echo $ECHO_N "(cached) $ECHO_C" >&6
42318 else
42319 cat >conftest.$ac_ext <<_ACEOF
42320 /* confdefs.h. */
42321 _ACEOF
42322 cat confdefs.h >>conftest.$ac_ext
42323 cat >>conftest.$ac_ext <<_ACEOF
42324 /* end confdefs.h. */
42325 /* Define gmtime_r to an innocuous variant, in case <limits.h> declares gmtime_r.
42326 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42327 #define gmtime_r innocuous_gmtime_r
42328
42329 /* System header to define __stub macros and hopefully few prototypes,
42330 which can conflict with char gmtime_r (); below.
42331 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42332 <limits.h> exists even on freestanding compilers. */
42333
42334 #ifdef __STDC__
42335 # include <limits.h>
42336 #else
42337 # include <assert.h>
42338 #endif
42339
42340 #undef gmtime_r
42341
42342 /* Override any GCC internal prototype to avoid an error.
42343 Use char because int might match the return type of a GCC
42344 builtin and then its argument prototype would still apply. */
42345 #ifdef __cplusplus
42346 extern "C"
42347 #endif
42348 char gmtime_r ();
42349 /* The GNU C library defines this for functions which it implements
42350 to always fail with ENOSYS. Some functions are actually named
42351 something starting with __ and the normal name is an alias. */
42352 #if defined __stub_gmtime_r || defined __stub___gmtime_r
42353 choke me
42354 #endif
42355
42356 int
42357 main ()
42358 {
42359 return gmtime_r ();
42360 ;
42361 return 0;
42362 }
42363 _ACEOF
42364 rm -f conftest.$ac_objext conftest$ac_exeext
42365 if { (ac_try="$ac_link"
42366 case "(($ac_try" in
42367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42368 *) ac_try_echo=$ac_try;;
42369 esac
42370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42371 (eval "$ac_link") 2>conftest.er1
42372 ac_status=$?
42373 grep -v '^ *+' conftest.er1 >conftest.err
42374 rm -f conftest.er1
42375 cat conftest.err >&5
42376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42377 (exit $ac_status); } && {
42378 test -z "$ac_c_werror_flag" ||
42379 test ! -s conftest.err
42380 } && test -s conftest$ac_exeext &&
42381 $as_test_x conftest$ac_exeext; then
42382 ac_cv_func_gmtime_r=yes
42383 else
42384 echo "$as_me: failed program was:" >&5
42385 sed 's/^/| /' conftest.$ac_ext >&5
42386
42387 ac_cv_func_gmtime_r=no
42388 fi
42389
42390 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42391 conftest$ac_exeext conftest.$ac_ext
42392 fi
42393 { echo "$as_me:$LINENO: result: $ac_cv_func_gmtime_r" >&5
42394 echo "${ECHO_T}$ac_cv_func_gmtime_r" >&6; }
42395 if test $ac_cv_func_gmtime_r = yes; then
42396 cat >>confdefs.h <<\_ACEOF
42397 #define HAVE_GMTIME_R 1
42398 _ACEOF
42399
42400 fi
42401
42402
42403
42404
42405 ac_ext=c
42406 ac_cpp='$CPP $CPPFLAGS'
42407 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42408 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42409 ac_compiler_gnu=$ac_cv_c_compiler_gnu
42410
42411 { echo "$as_me:$LINENO: checking how many arguments gethostbyname_r() takes" >&5
42412 echo $ECHO_N "checking how many arguments gethostbyname_r() takes... $ECHO_C" >&6; }
42413
42414 if test "${ac_cv_func_which_gethostbyname_r+set}" = set; then
42415 echo $ECHO_N "(cached) $ECHO_C" >&6
42416 else
42417
42418
42419 ################################################################
42420
42421 ac_cv_func_which_gethostbyname_r=unknown
42422
42423 #
42424 # ONE ARGUMENT (sanity check)
42425 #
42426
42427 # This should fail, as there is no variant of gethostbyname_r() that takes
42428 # a single argument. If it actually compiles, then we can assume that
42429 # netdb.h is not declaring the function, and the compiler is thereby
42430 # assuming an implicit prototype. In which case, we're out of luck.
42431 #
42432 cat >conftest.$ac_ext <<_ACEOF
42433 /* confdefs.h. */
42434 _ACEOF
42435 cat confdefs.h >>conftest.$ac_ext
42436 cat >>conftest.$ac_ext <<_ACEOF
42437 /* end confdefs.h. */
42438 #include <netdb.h>
42439 int
42440 main ()
42441 {
42442
42443 char *name = "www.gnu.org";
42444 (void)gethostbyname_r(name) /* ; */
42445
42446 ;
42447 return 0;
42448 }
42449 _ACEOF
42450 rm -f conftest.$ac_objext
42451 if { (ac_try="$ac_compile"
42452 case "(($ac_try" in
42453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42454 *) ac_try_echo=$ac_try;;
42455 esac
42456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42457 (eval "$ac_compile") 2>conftest.er1
42458 ac_status=$?
42459 grep -v '^ *+' conftest.er1 >conftest.err
42460 rm -f conftest.er1
42461 cat conftest.err >&5
42462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42463 (exit $ac_status); } && {
42464 test -z "$ac_c_werror_flag" ||
42465 test ! -s conftest.err
42466 } && test -s conftest.$ac_objext; then
42467 ac_cv_func_which_gethostbyname_r=no
42468 else
42469 echo "$as_me: failed program was:" >&5
42470 sed 's/^/| /' conftest.$ac_ext >&5
42471
42472
42473 fi
42474
42475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42476
42477 #
42478 # SIX ARGUMENTS
42479 # (e.g. Linux)
42480 #
42481
42482 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
42483
42484 cat >conftest.$ac_ext <<_ACEOF
42485 /* confdefs.h. */
42486 _ACEOF
42487 cat confdefs.h >>conftest.$ac_ext
42488 cat >>conftest.$ac_ext <<_ACEOF
42489 /* end confdefs.h. */
42490 #include <netdb.h>
42491 int
42492 main ()
42493 {
42494
42495 char *name = "www.gnu.org";
42496 struct hostent ret, *retp;
42497 char buf[1024];
42498 int buflen = 1024;
42499 int my_h_errno;
42500 (void)gethostbyname_r(name, &ret, buf, buflen, &retp, &my_h_errno) /* ; */
42501
42502 ;
42503 return 0;
42504 }
42505 _ACEOF
42506 rm -f conftest.$ac_objext
42507 if { (ac_try="$ac_compile"
42508 case "(($ac_try" in
42509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42510 *) ac_try_echo=$ac_try;;
42511 esac
42512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42513 (eval "$ac_compile") 2>conftest.er1
42514 ac_status=$?
42515 grep -v '^ *+' conftest.er1 >conftest.err
42516 rm -f conftest.er1
42517 cat conftest.err >&5
42518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42519 (exit $ac_status); } && {
42520 test -z "$ac_c_werror_flag" ||
42521 test ! -s conftest.err
42522 } && test -s conftest.$ac_objext; then
42523 ac_cv_func_which_gethostbyname_r=six
42524 else
42525 echo "$as_me: failed program was:" >&5
42526 sed 's/^/| /' conftest.$ac_ext >&5
42527
42528
42529 fi
42530
42531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42532
42533 fi
42534
42535 #
42536 # FIVE ARGUMENTS
42537 # (e.g. Solaris)
42538 #
42539
42540 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
42541
42542 cat >conftest.$ac_ext <<_ACEOF
42543 /* confdefs.h. */
42544 _ACEOF
42545 cat confdefs.h >>conftest.$ac_ext
42546 cat >>conftest.$ac_ext <<_ACEOF
42547 /* end confdefs.h. */
42548 #include <netdb.h>
42549 int
42550 main ()
42551 {
42552
42553 char *name = "www.gnu.org";
42554 struct hostent ret;
42555 char buf[1024];
42556 int buflen = 1024;
42557 int my_h_errno;
42558 (void)gethostbyname_r(name, &ret, buf, buflen, &my_h_errno) /* ; */
42559
42560 ;
42561 return 0;
42562 }
42563 _ACEOF
42564 rm -f conftest.$ac_objext
42565 if { (ac_try="$ac_compile"
42566 case "(($ac_try" in
42567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42568 *) ac_try_echo=$ac_try;;
42569 esac
42570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42571 (eval "$ac_compile") 2>conftest.er1
42572 ac_status=$?
42573 grep -v '^ *+' conftest.er1 >conftest.err
42574 rm -f conftest.er1
42575 cat conftest.err >&5
42576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42577 (exit $ac_status); } && {
42578 test -z "$ac_c_werror_flag" ||
42579 test ! -s conftest.err
42580 } && test -s conftest.$ac_objext; then
42581 ac_cv_func_which_gethostbyname_r=five
42582 else
42583 echo "$as_me: failed program was:" >&5
42584 sed 's/^/| /' conftest.$ac_ext >&5
42585
42586
42587 fi
42588
42589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42590
42591 fi
42592
42593 #
42594 # THREE ARGUMENTS
42595 # (e.g. AIX, HP-UX, Tru64)
42596 #
42597
42598 if test "$ac_cv_func_which_gethostbyname_r" = "unknown"; then
42599
42600 cat >conftest.$ac_ext <<_ACEOF
42601 /* confdefs.h. */
42602 _ACEOF
42603 cat confdefs.h >>conftest.$ac_ext
42604 cat >>conftest.$ac_ext <<_ACEOF
42605 /* end confdefs.h. */
42606 #include <netdb.h>
42607 int
42608 main ()
42609 {
42610
42611 char *name = "www.gnu.org";
42612 struct hostent ret;
42613 struct hostent_data data;
42614 (void)gethostbyname_r(name, &ret, &data) /* ; */
42615
42616 ;
42617 return 0;
42618 }
42619 _ACEOF
42620 rm -f conftest.$ac_objext
42621 if { (ac_try="$ac_compile"
42622 case "(($ac_try" in
42623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42624 *) ac_try_echo=$ac_try;;
42625 esac
42626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42627 (eval "$ac_compile") 2>conftest.er1
42628 ac_status=$?
42629 grep -v '^ *+' conftest.er1 >conftest.err
42630 rm -f conftest.er1
42631 cat conftest.err >&5
42632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42633 (exit $ac_status); } && {
42634 test -z "$ac_c_werror_flag" ||
42635 test ! -s conftest.err
42636 } && test -s conftest.$ac_objext; then
42637 ac_cv_func_which_gethostbyname_r=three
42638 else
42639 echo "$as_me: failed program was:" >&5
42640 sed 's/^/| /' conftest.$ac_ext >&5
42641
42642
42643 fi
42644
42645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42646
42647 fi
42648
42649 ################################################################
42650
42651
42652 fi
42653
42654 case "$ac_cv_func_which_gethostbyname_r" in
42655 three)
42656 { echo "$as_me:$LINENO: result: three" >&5
42657 echo "${ECHO_T}three" >&6; }
42658 cat >>confdefs.h <<\_ACEOF
42659 #define HAVE_FUNC_GETHOSTBYNAME_R_3 1
42660 _ACEOF
42661
42662 ;;
42663
42664 five)
42665 { echo "$as_me:$LINENO: result: five" >&5
42666 echo "${ECHO_T}five" >&6; }
42667 cat >>confdefs.h <<\_ACEOF
42668 #define HAVE_FUNC_GETHOSTBYNAME_R_5 1
42669 _ACEOF
42670
42671 ;;
42672
42673 six)
42674 { echo "$as_me:$LINENO: result: six" >&5
42675 echo "${ECHO_T}six" >&6; }
42676 cat >>confdefs.h <<\_ACEOF
42677 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
42678 _ACEOF
42679
42680 ;;
42681
42682 no)
42683 { echo "$as_me:$LINENO: result: cannot find function declaration in netdb.h" >&5
42684 echo "${ECHO_T}cannot find function declaration in netdb.h" >&6; }
42685 ;;
42686
42687 unknown)
42688 { echo "$as_me:$LINENO: result: can't tell" >&5
42689 echo "${ECHO_T}can't tell" >&6; }
42690 ;;
42691
42692 *)
42693 { { echo "$as_me:$LINENO: error: internal error" >&5
42694 echo "$as_me: error: internal error" >&2;}
42695 { (exit 1); exit 1; }; }
42696 ;;
42697 esac
42698
42699 ac_ext=c
42700 ac_cpp='$CPP $CPPFLAGS'
42701 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42702 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42703 ac_compiler_gnu=$ac_cv_c_compiler_gnu
42704
42705
42706
42707 if test "x$ac_cv_func_which_gethostbyname_r" = "xno" -o \
42708 "x$ac_cv_func_which_gethostbyname_r" = "xunknown" ; then
42709 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
42710 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
42711 if test "${ac_cv_func_gethostbyname+set}" = set; then
42712 echo $ECHO_N "(cached) $ECHO_C" >&6
42713 else
42714 cat >conftest.$ac_ext <<_ACEOF
42715 /* confdefs.h. */
42716 _ACEOF
42717 cat confdefs.h >>conftest.$ac_ext
42718 cat >>conftest.$ac_ext <<_ACEOF
42719 /* end confdefs.h. */
42720 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
42721 For example, HP-UX 11i <limits.h> declares gettimeofday. */
42722 #define gethostbyname innocuous_gethostbyname
42723
42724 /* System header to define __stub macros and hopefully few prototypes,
42725 which can conflict with char gethostbyname (); below.
42726 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
42727 <limits.h> exists even on freestanding compilers. */
42728
42729 #ifdef __STDC__
42730 # include <limits.h>
42731 #else
42732 # include <assert.h>
42733 #endif
42734
42735 #undef gethostbyname
42736
42737 /* Override any GCC internal prototype to avoid an error.
42738 Use char because int might match the return type of a GCC
42739 builtin and then its argument prototype would still apply. */
42740 #ifdef __cplusplus
42741 extern "C"
42742 #endif
42743 char gethostbyname ();
42744 /* The GNU C library defines this for functions which it implements
42745 to always fail with ENOSYS. Some functions are actually named
42746 something starting with __ and the normal name is an alias. */
42747 #if defined __stub_gethostbyname || defined __stub___gethostbyname
42748 choke me
42749 #endif
42750
42751 int
42752 main ()
42753 {
42754 return gethostbyname ();
42755 ;
42756 return 0;
42757 }
42758 _ACEOF
42759 rm -f conftest.$ac_objext conftest$ac_exeext
42760 if { (ac_try="$ac_link"
42761 case "(($ac_try" in
42762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42763 *) ac_try_echo=$ac_try;;
42764 esac
42765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42766 (eval "$ac_link") 2>conftest.er1
42767 ac_status=$?
42768 grep -v '^ *+' conftest.er1 >conftest.err
42769 rm -f conftest.er1
42770 cat conftest.err >&5
42771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42772 (exit $ac_status); } && {
42773 test -z "$ac_c_werror_flag" ||
42774 test ! -s conftest.err
42775 } && test -s conftest$ac_exeext &&
42776 $as_test_x conftest$ac_exeext; then
42777 ac_cv_func_gethostbyname=yes
42778 else
42779 echo "$as_me: failed program was:" >&5
42780 sed 's/^/| /' conftest.$ac_ext >&5
42781
42782 ac_cv_func_gethostbyname=no
42783 fi
42784
42785 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
42786 conftest$ac_exeext conftest.$ac_ext
42787 fi
42788 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
42789 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
42790 if test $ac_cv_func_gethostbyname = yes; then
42791 cat >>confdefs.h <<\_ACEOF
42792 #define HAVE_GETHOSTBYNAME 1
42793 _ACEOF
42794
42795 fi
42796
42797 fi
42798
42799 { echo "$as_me:$LINENO: checking how many arguments getservbyname_r() takes" >&5
42800 echo $ECHO_N "checking how many arguments getservbyname_r() takes... $ECHO_C" >&6; }
42801 if test "${ac_cv_func_which_getservbyname_r+set}" = set; then
42802 echo $ECHO_N "(cached) $ECHO_C" >&6
42803 else
42804
42805 ac_ext=cpp
42806 ac_cpp='$CXXCPP $CPPFLAGS'
42807 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42808 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42809 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
42810
42811
42812 cat >conftest.$ac_ext <<_ACEOF
42813 /* confdefs.h. */
42814 _ACEOF
42815 cat confdefs.h >>conftest.$ac_ext
42816 cat >>conftest.$ac_ext <<_ACEOF
42817 /* end confdefs.h. */
42818 #include <netdb.h>
42819 int
42820 main ()
42821 {
42822
42823 char *name;
42824 char *proto;
42825 struct servent *se, *res;
42826 char buffer[2048];
42827 int buflen = 2048;
42828 (void) getservbyname_r(name, proto, se, buffer, buflen, &res)
42829
42830 ;
42831 return 0;
42832 }
42833 _ACEOF
42834 rm -f conftest.$ac_objext
42835 if { (ac_try="$ac_compile"
42836 case "(($ac_try" in
42837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42838 *) ac_try_echo=$ac_try;;
42839 esac
42840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42841 (eval "$ac_compile") 2>conftest.er1
42842 ac_status=$?
42843 grep -v '^ *+' conftest.er1 >conftest.err
42844 rm -f conftest.er1
42845 cat conftest.err >&5
42846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42847 (exit $ac_status); } && {
42848 test -z "$ac_cxx_werror_flag" ||
42849 test ! -s conftest.err
42850 } && test -s conftest.$ac_objext; then
42851 ac_cv_func_which_getservbyname_r=six
42852 else
42853 echo "$as_me: failed program was:" >&5
42854 sed 's/^/| /' conftest.$ac_ext >&5
42855
42856
42857 cat >conftest.$ac_ext <<_ACEOF
42858 /* confdefs.h. */
42859 _ACEOF
42860 cat confdefs.h >>conftest.$ac_ext
42861 cat >>conftest.$ac_ext <<_ACEOF
42862 /* end confdefs.h. */
42863 #include <netdb.h>
42864 int
42865 main ()
42866 {
42867
42868 char *name;
42869 char *proto;
42870 struct servent *se;
42871 char buffer[2048];
42872 int buflen = 2048;
42873 (void) getservbyname_r(name, proto, se, buffer, buflen)
42874
42875 ;
42876 return 0;
42877 }
42878 _ACEOF
42879 rm -f conftest.$ac_objext
42880 if { (ac_try="$ac_compile"
42881 case "(($ac_try" in
42882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42883 *) ac_try_echo=$ac_try;;
42884 esac
42885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42886 (eval "$ac_compile") 2>conftest.er1
42887 ac_status=$?
42888 grep -v '^ *+' conftest.er1 >conftest.err
42889 rm -f conftest.er1
42890 cat conftest.err >&5
42891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42892 (exit $ac_status); } && {
42893 test -z "$ac_cxx_werror_flag" ||
42894 test ! -s conftest.err
42895 } && test -s conftest.$ac_objext; then
42896 ac_cv_func_which_getservbyname_r=five
42897 else
42898 echo "$as_me: failed program was:" >&5
42899 sed 's/^/| /' conftest.$ac_ext >&5
42900
42901
42902 cat >conftest.$ac_ext <<_ACEOF
42903 /* confdefs.h. */
42904 _ACEOF
42905 cat confdefs.h >>conftest.$ac_ext
42906 cat >>conftest.$ac_ext <<_ACEOF
42907 /* end confdefs.h. */
42908 #include <netdb.h>
42909 int
42910 main ()
42911 {
42912
42913 char *name;
42914 char *proto;
42915 struct servent *se;
42916 struct servent_data data;
42917 (void) getservbyname_r(name, proto, se, &data);
42918
42919 ;
42920 return 0;
42921 }
42922 _ACEOF
42923 rm -f conftest.$ac_objext
42924 if { (ac_try="$ac_compile"
42925 case "(($ac_try" in
42926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42927 *) ac_try_echo=$ac_try;;
42928 esac
42929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
42930 (eval "$ac_compile") 2>conftest.er1
42931 ac_status=$?
42932 grep -v '^ *+' conftest.er1 >conftest.err
42933 rm -f conftest.er1
42934 cat conftest.err >&5
42935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
42936 (exit $ac_status); } && {
42937 test -z "$ac_cxx_werror_flag" ||
42938 test ! -s conftest.err
42939 } && test -s conftest.$ac_objext; then
42940 ac_cv_func_which_getservbyname_r=four
42941 else
42942 echo "$as_me: failed program was:" >&5
42943 sed 's/^/| /' conftest.$ac_ext >&5
42944
42945 ac_cv_func_which_getservbyname_r=no
42946
42947 fi
42948
42949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42950
42951
42952 fi
42953
42954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42955
42956
42957 fi
42958
42959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42960 ac_ext=c
42961 ac_cpp='$CPP $CPPFLAGS'
42962 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
42963 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
42964 ac_compiler_gnu=$ac_cv_c_compiler_gnu
42965
42966
42967
42968 fi
42969 { echo "$as_me:$LINENO: result: $ac_cv_func_which_getservbyname_r" >&5
42970 echo "${ECHO_T}$ac_cv_func_which_getservbyname_r" >&6; }
42971
42972 if test $ac_cv_func_which_getservbyname_r = six; then
42973 cat >>confdefs.h <<\_ACEOF
42974 #define HAVE_FUNC_GETSERVBYNAME_R_6 1
42975 _ACEOF
42976
42977 elif test $ac_cv_func_which_getservbyname_r = five; then
42978 cat >>confdefs.h <<\_ACEOF
42979 #define HAVE_FUNC_GETSERVBYNAME_R_5 1
42980 _ACEOF
42981
42982 elif test $ac_cv_func_which_getservbyname_r = four; then
42983 cat >>confdefs.h <<\_ACEOF
42984 #define HAVE_FUNC_GETSERVBYNAME_R_4 1
42985 _ACEOF
42986
42987 fi
42988
42989
42990 if test "x$ac_cv_func_which_getservbyname_r" = "xno" -o \
42991 "x$ac_cv_func_which_getservbyname_r" = "xunknown" ; then
42992
42993 for ac_func in getservbyname
42994 do
42995 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
42996 { echo "$as_me:$LINENO: checking for $ac_func" >&5
42997 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
42998 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
42999 echo $ECHO_N "(cached) $ECHO_C" >&6
43000 else
43001 cat >conftest.$ac_ext <<_ACEOF
43002 /* confdefs.h. */
43003 _ACEOF
43004 cat confdefs.h >>conftest.$ac_ext
43005 cat >>conftest.$ac_ext <<_ACEOF
43006 /* end confdefs.h. */
43007 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43008 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43009 #define $ac_func innocuous_$ac_func
43010
43011 /* System header to define __stub macros and hopefully few prototypes,
43012 which can conflict with char $ac_func (); below.
43013 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43014 <limits.h> exists even on freestanding compilers. */
43015
43016 #ifdef __STDC__
43017 # include <limits.h>
43018 #else
43019 # include <assert.h>
43020 #endif
43021
43022 #undef $ac_func
43023
43024 /* Override any GCC internal prototype to avoid an error.
43025 Use char because int might match the return type of a GCC
43026 builtin and then its argument prototype would still apply. */
43027 #ifdef __cplusplus
43028 extern "C"
43029 #endif
43030 char $ac_func ();
43031 /* The GNU C library defines this for functions which it implements
43032 to always fail with ENOSYS. Some functions are actually named
43033 something starting with __ and the normal name is an alias. */
43034 #if defined __stub_$ac_func || defined __stub___$ac_func
43035 choke me
43036 #endif
43037
43038 int
43039 main ()
43040 {
43041 return $ac_func ();
43042 ;
43043 return 0;
43044 }
43045 _ACEOF
43046 rm -f conftest.$ac_objext conftest$ac_exeext
43047 if { (ac_try="$ac_link"
43048 case "(($ac_try" in
43049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43050 *) ac_try_echo=$ac_try;;
43051 esac
43052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43053 (eval "$ac_link") 2>conftest.er1
43054 ac_status=$?
43055 grep -v '^ *+' conftest.er1 >conftest.err
43056 rm -f conftest.er1
43057 cat conftest.err >&5
43058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43059 (exit $ac_status); } && {
43060 test -z "$ac_c_werror_flag" ||
43061 test ! -s conftest.err
43062 } && test -s conftest$ac_exeext &&
43063 $as_test_x conftest$ac_exeext; then
43064 eval "$as_ac_var=yes"
43065 else
43066 echo "$as_me: failed program was:" >&5
43067 sed 's/^/| /' conftest.$ac_ext >&5
43068
43069 eval "$as_ac_var=no"
43070 fi
43071
43072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43073 conftest$ac_exeext conftest.$ac_ext
43074 fi
43075 ac_res=`eval echo '${'$as_ac_var'}'`
43076 { echo "$as_me:$LINENO: result: $ac_res" >&5
43077 echo "${ECHO_T}$ac_res" >&6; }
43078 if test `eval echo '${'$as_ac_var'}'` = yes; then
43079 cat >>confdefs.h <<_ACEOF
43080 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43081 _ACEOF
43082 cat >>confdefs.h <<\_ACEOF
43083 #define HAVE_GETSERVBYNAME 1
43084 _ACEOF
43085
43086 fi
43087 done
43088
43089 fi
43090
43091 if test "$wxUSE_THREADS" = "yes"; then
43092 cat >>confdefs.h <<\_ACEOF
43093 #define wxUSE_THREADS 1
43094 _ACEOF
43095
43096
43097 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS thread"
43098 else
43099 if test "$wx_cv_func_strtok_r" = "yes"; then
43100 { echo "$as_me:$LINENO: checking if -D_REENTRANT is needed" >&5
43101 echo $ECHO_N "checking if -D_REENTRANT is needed... $ECHO_C" >&6; }
43102 if test "$NEEDS_D_REENTRANT_FOR_R_FUNCS" = 1; then
43103 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -D_REENTRANT"
43104 { echo "$as_me:$LINENO: result: yes" >&5
43105 echo "${ECHO_T}yes" >&6; }
43106 else
43107 { echo "$as_me:$LINENO: result: no" >&5
43108 echo "${ECHO_T}no" >&6; }
43109 fi
43110 fi
43111 fi
43112
43113 if test "$WXGTK2" = 1 ; then
43114 cat >>confdefs.h <<_ACEOF
43115 #define __WXGTK20__ $WXGTK2
43116 _ACEOF
43117
43118 fi
43119
43120 if test "$WXGTK127" = 1 ; then
43121 cat >>confdefs.h <<_ACEOF
43122 #define __WXGTK127__ $WXGTK127
43123 _ACEOF
43124
43125 fi
43126
43127 if test "$WXGPE" = 1 ; then
43128 cat >>confdefs.h <<_ACEOF
43129 #define __WXGPE__ $WXGPE
43130 _ACEOF
43131
43132 fi
43133
43134 DEBUG_CFLAGS=
43135 if `echo $CXXFLAGS $CFLAGS | grep " -g" >/dev/null`; then
43136 { echo "$as_me:$LINENO: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&5
43137 echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -g flag; ignoring the --enable-debug_info option" >&2;}
43138 elif test "$wxUSE_DEBUG_INFO" = "yes" ; then
43139 DEBUG_CFLAGS="-g"
43140 fi
43141
43142 if test "$wxUSE_DEBUG_GDB" = "yes" ; then
43143 wxUSE_DEBUG_INFO=yes
43144 if test "$GCC" = yes; then
43145 DEBUG_CFLAGS="-ggdb"
43146 fi
43147 fi
43148
43149 if test "$wxUSE_DEBUG_FLAG" = "no" ; then
43150 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS -DwxDEBUG_LEVEL=0"
43151
43152 if test "$wxUSE_GTK" = 1 ; then
43153 if test "x$wxGTK_VERSION" = "x1" ; then
43154 CPPFLAGS="-DGTK_NO_CHECK_CASTS $CPPFLAGS"
43155 else
43156 CPPFLAGS="$CPPFLAGS -DG_DISABLE_CAST_CHECKS"
43157 fi
43158 fi
43159 fi
43160
43161 if test "$wxUSE_MEM_TRACING" = "yes" ; then
43162 cat >>confdefs.h <<\_ACEOF
43163 #define wxUSE_MEMORY_TRACING 1
43164 _ACEOF
43165
43166 cat >>confdefs.h <<\_ACEOF
43167 #define wxUSE_GLOBAL_MEMORY_OPERATORS 1
43168 _ACEOF
43169
43170 cat >>confdefs.h <<\_ACEOF
43171 #define wxUSE_DEBUG_NEW_ALWAYS 1
43172 _ACEOF
43173
43174 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS memcheck"
43175 fi
43176
43177 if test "$wxUSE_DMALLOC" = "yes" ; then
43178 DMALLOC_LIBS="-ldmallocthcxx"
43179 fi
43180
43181 PROFILE_FLAGS=
43182 if test "$wxUSE_PROFILE" = "yes" ; then
43183 PROFILE_FLAGS=" -pg"
43184 fi
43185
43186 if test "$GCC" = "yes" ; then
43187 if test "$wxUSE_NO_RTTI" = "yes" ; then
43188 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -DwxNO_RTTI -fno-rtti"
43189 fi
43190 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
43191 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-exceptions"
43192 fi
43193 if test "$wxUSE_PERMISSIVE" = "yes" ; then
43194 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -fpermissive"
43195 fi
43196
43197 case "${host}" in
43198 powerpc*-*-aix* )
43199 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -mminimal-toc"
43200 ;;
43201 *-hppa* )
43202 WXCONFIG_CFLAGS="$WXCONFIG_CFLAGS -ffunction-sections"
43203 ;;
43204 esac
43205 fi
43206
43207 OPTIMISE_CFLAGS=
43208 if `echo $CXXFLAGS $CFLAGS | grep " -O" >/dev/null`; then
43209 { echo "$as_me:$LINENO: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&5
43210 echo "$as_me: WARNING: CXXFLAGS/CFLAGS already contains -O flag; ignoring the --disable-optimise option" >&2;}
43211 else
43212 if test "$wxUSE_OPTIMISE" = "no" ; then
43213 if test "$GCC" = yes ; then
43214 OPTIMISE_CFLAGS="-O0"
43215 fi
43216 else
43217 if test "$GCC" = yes ; then
43218 case "${host}" in
43219 *-pc-os2_emx | *-pc-os2-emx )
43220 OPTIMISE_CFLAGS="-O2"
43221 ;;
43222 *)
43223 OPTIMISE_CFLAGS="-O2 -fno-strict-aliasing"
43224 ;;
43225 esac
43226 else
43227 OPTIMISE_CFLAGS="-O"
43228 fi
43229 fi
43230 fi
43231
43232
43233 if test "x$WXWIN_COMPATIBILITY_2_6" = "xyes"; then
43234 cat >>confdefs.h <<\_ACEOF
43235 #define WXWIN_COMPATIBILITY_2_6 1
43236 _ACEOF
43237
43238
43239 WXWIN_COMPATIBILITY_2_8="yes"
43240 fi
43241
43242 if test "x$WXWIN_COMPATIBILITY_2_8" != "xno"; then
43243 cat >>confdefs.h <<\_ACEOF
43244 #define WXWIN_COMPATIBILITY_2_8 1
43245 _ACEOF
43246
43247 fi
43248
43249
43250 if test "$wxUSE_GUI" = "yes"; then
43251 cat >>confdefs.h <<\_ACEOF
43252 #define wxUSE_GUI 1
43253 _ACEOF
43254
43255
43256 fi
43257
43258
43259 if test "$wxUSE_UNIX" = "yes"; then
43260 cat >>confdefs.h <<\_ACEOF
43261 #define wxUSE_UNIX 1
43262 _ACEOF
43263
43264 fi
43265
43266
43267 if test "$TOOLKIT" != "MSW" -a "$USE_OS2" != 1; then
43268
43269 HAVE_DL_FUNCS=0
43270 HAVE_SHL_FUNCS=0
43271 if test "$wxUSE_DYNAMIC_LOADER" = "yes" -o "$wxUSE_DYNLIB_CLASS" = "yes" ; then
43272 if test "$USE_DOS" = 1; then
43273 HAVE_DL_FUNCS=0
43274 else
43275
43276 for ac_func in dlopen
43277 do
43278 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43279 { echo "$as_me:$LINENO: checking for $ac_func" >&5
43280 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
43281 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
43282 echo $ECHO_N "(cached) $ECHO_C" >&6
43283 else
43284 cat >conftest.$ac_ext <<_ACEOF
43285 /* confdefs.h. */
43286 _ACEOF
43287 cat confdefs.h >>conftest.$ac_ext
43288 cat >>conftest.$ac_ext <<_ACEOF
43289 /* end confdefs.h. */
43290 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43291 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43292 #define $ac_func innocuous_$ac_func
43293
43294 /* System header to define __stub macros and hopefully few prototypes,
43295 which can conflict with char $ac_func (); below.
43296 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43297 <limits.h> exists even on freestanding compilers. */
43298
43299 #ifdef __STDC__
43300 # include <limits.h>
43301 #else
43302 # include <assert.h>
43303 #endif
43304
43305 #undef $ac_func
43306
43307 /* Override any GCC internal prototype to avoid an error.
43308 Use char because int might match the return type of a GCC
43309 builtin and then its argument prototype would still apply. */
43310 #ifdef __cplusplus
43311 extern "C"
43312 #endif
43313 char $ac_func ();
43314 /* The GNU C library defines this for functions which it implements
43315 to always fail with ENOSYS. Some functions are actually named
43316 something starting with __ and the normal name is an alias. */
43317 #if defined __stub_$ac_func || defined __stub___$ac_func
43318 choke me
43319 #endif
43320
43321 int
43322 main ()
43323 {
43324 return $ac_func ();
43325 ;
43326 return 0;
43327 }
43328 _ACEOF
43329 rm -f conftest.$ac_objext conftest$ac_exeext
43330 if { (ac_try="$ac_link"
43331 case "(($ac_try" in
43332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43333 *) ac_try_echo=$ac_try;;
43334 esac
43335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43336 (eval "$ac_link") 2>conftest.er1
43337 ac_status=$?
43338 grep -v '^ *+' conftest.er1 >conftest.err
43339 rm -f conftest.er1
43340 cat conftest.err >&5
43341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43342 (exit $ac_status); } && {
43343 test -z "$ac_c_werror_flag" ||
43344 test ! -s conftest.err
43345 } && test -s conftest$ac_exeext &&
43346 $as_test_x conftest$ac_exeext; then
43347 eval "$as_ac_var=yes"
43348 else
43349 echo "$as_me: failed program was:" >&5
43350 sed 's/^/| /' conftest.$ac_ext >&5
43351
43352 eval "$as_ac_var=no"
43353 fi
43354
43355 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43356 conftest$ac_exeext conftest.$ac_ext
43357 fi
43358 ac_res=`eval echo '${'$as_ac_var'}'`
43359 { echo "$as_me:$LINENO: result: $ac_res" >&5
43360 echo "${ECHO_T}$ac_res" >&6; }
43361 if test `eval echo '${'$as_ac_var'}'` = yes; then
43362 cat >>confdefs.h <<_ACEOF
43363 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43364 _ACEOF
43365
43366 cat >>confdefs.h <<\_ACEOF
43367 #define HAVE_DLOPEN 1
43368 _ACEOF
43369
43370 HAVE_DL_FUNCS=1
43371
43372 else
43373
43374 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
43375 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
43376 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
43377 echo $ECHO_N "(cached) $ECHO_C" >&6
43378 else
43379 ac_check_lib_save_LIBS=$LIBS
43380 LIBS="-ldl $LIBS"
43381 cat >conftest.$ac_ext <<_ACEOF
43382 /* confdefs.h. */
43383 _ACEOF
43384 cat confdefs.h >>conftest.$ac_ext
43385 cat >>conftest.$ac_ext <<_ACEOF
43386 /* end confdefs.h. */
43387
43388 /* Override any GCC internal prototype to avoid an error.
43389 Use char because int might match the return type of a GCC
43390 builtin and then its argument prototype would still apply. */
43391 #ifdef __cplusplus
43392 extern "C"
43393 #endif
43394 char dlopen ();
43395 int
43396 main ()
43397 {
43398 return dlopen ();
43399 ;
43400 return 0;
43401 }
43402 _ACEOF
43403 rm -f conftest.$ac_objext conftest$ac_exeext
43404 if { (ac_try="$ac_link"
43405 case "(($ac_try" in
43406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43407 *) ac_try_echo=$ac_try;;
43408 esac
43409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43410 (eval "$ac_link") 2>conftest.er1
43411 ac_status=$?
43412 grep -v '^ *+' conftest.er1 >conftest.err
43413 rm -f conftest.er1
43414 cat conftest.err >&5
43415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43416 (exit $ac_status); } && {
43417 test -z "$ac_c_werror_flag" ||
43418 test ! -s conftest.err
43419 } && test -s conftest$ac_exeext &&
43420 $as_test_x conftest$ac_exeext; then
43421 ac_cv_lib_dl_dlopen=yes
43422 else
43423 echo "$as_me: failed program was:" >&5
43424 sed 's/^/| /' conftest.$ac_ext >&5
43425
43426 ac_cv_lib_dl_dlopen=no
43427 fi
43428
43429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43430 conftest$ac_exeext conftest.$ac_ext
43431 LIBS=$ac_check_lib_save_LIBS
43432 fi
43433 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
43434 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
43435 if test $ac_cv_lib_dl_dlopen = yes; then
43436
43437 cat >>confdefs.h <<\_ACEOF
43438 #define HAVE_DLOPEN 1
43439 _ACEOF
43440
43441 HAVE_DL_FUNCS=1
43442 DL_LINK=" -ldl$DL_LINK"
43443
43444 else
43445
43446
43447 for ac_func in shl_load
43448 do
43449 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43450 { echo "$as_me:$LINENO: checking for $ac_func" >&5
43451 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
43452 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
43453 echo $ECHO_N "(cached) $ECHO_C" >&6
43454 else
43455 cat >conftest.$ac_ext <<_ACEOF
43456 /* confdefs.h. */
43457 _ACEOF
43458 cat confdefs.h >>conftest.$ac_ext
43459 cat >>conftest.$ac_ext <<_ACEOF
43460 /* end confdefs.h. */
43461 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43462 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43463 #define $ac_func innocuous_$ac_func
43464
43465 /* System header to define __stub macros and hopefully few prototypes,
43466 which can conflict with char $ac_func (); below.
43467 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43468 <limits.h> exists even on freestanding compilers. */
43469
43470 #ifdef __STDC__
43471 # include <limits.h>
43472 #else
43473 # include <assert.h>
43474 #endif
43475
43476 #undef $ac_func
43477
43478 /* Override any GCC internal prototype to avoid an error.
43479 Use char because int might match the return type of a GCC
43480 builtin and then its argument prototype would still apply. */
43481 #ifdef __cplusplus
43482 extern "C"
43483 #endif
43484 char $ac_func ();
43485 /* The GNU C library defines this for functions which it implements
43486 to always fail with ENOSYS. Some functions are actually named
43487 something starting with __ and the normal name is an alias. */
43488 #if defined __stub_$ac_func || defined __stub___$ac_func
43489 choke me
43490 #endif
43491
43492 int
43493 main ()
43494 {
43495 return $ac_func ();
43496 ;
43497 return 0;
43498 }
43499 _ACEOF
43500 rm -f conftest.$ac_objext conftest$ac_exeext
43501 if { (ac_try="$ac_link"
43502 case "(($ac_try" in
43503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43504 *) ac_try_echo=$ac_try;;
43505 esac
43506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43507 (eval "$ac_link") 2>conftest.er1
43508 ac_status=$?
43509 grep -v '^ *+' conftest.er1 >conftest.err
43510 rm -f conftest.er1
43511 cat conftest.err >&5
43512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43513 (exit $ac_status); } && {
43514 test -z "$ac_c_werror_flag" ||
43515 test ! -s conftest.err
43516 } && test -s conftest$ac_exeext &&
43517 $as_test_x conftest$ac_exeext; then
43518 eval "$as_ac_var=yes"
43519 else
43520 echo "$as_me: failed program was:" >&5
43521 sed 's/^/| /' conftest.$ac_ext >&5
43522
43523 eval "$as_ac_var=no"
43524 fi
43525
43526 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43527 conftest$ac_exeext conftest.$ac_ext
43528 fi
43529 ac_res=`eval echo '${'$as_ac_var'}'`
43530 { echo "$as_me:$LINENO: result: $ac_res" >&5
43531 echo "${ECHO_T}$ac_res" >&6; }
43532 if test `eval echo '${'$as_ac_var'}'` = yes; then
43533 cat >>confdefs.h <<_ACEOF
43534 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43535 _ACEOF
43536
43537 cat >>confdefs.h <<\_ACEOF
43538 #define HAVE_SHL_LOAD 1
43539 _ACEOF
43540
43541 HAVE_SHL_FUNCS=1
43542
43543 else
43544
43545 { echo "$as_me:$LINENO: checking for dld in -lshl_load" >&5
43546 echo $ECHO_N "checking for dld in -lshl_load... $ECHO_C" >&6; }
43547 if test "${ac_cv_lib_shl_load_dld+set}" = set; then
43548 echo $ECHO_N "(cached) $ECHO_C" >&6
43549 else
43550 ac_check_lib_save_LIBS=$LIBS
43551 LIBS="-lshl_load $LIBS"
43552 cat >conftest.$ac_ext <<_ACEOF
43553 /* confdefs.h. */
43554 _ACEOF
43555 cat confdefs.h >>conftest.$ac_ext
43556 cat >>conftest.$ac_ext <<_ACEOF
43557 /* end confdefs.h. */
43558
43559 /* Override any GCC internal prototype to avoid an error.
43560 Use char because int might match the return type of a GCC
43561 builtin and then its argument prototype would still apply. */
43562 #ifdef __cplusplus
43563 extern "C"
43564 #endif
43565 char dld ();
43566 int
43567 main ()
43568 {
43569 return dld ();
43570 ;
43571 return 0;
43572 }
43573 _ACEOF
43574 rm -f conftest.$ac_objext conftest$ac_exeext
43575 if { (ac_try="$ac_link"
43576 case "(($ac_try" in
43577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43578 *) ac_try_echo=$ac_try;;
43579 esac
43580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43581 (eval "$ac_link") 2>conftest.er1
43582 ac_status=$?
43583 grep -v '^ *+' conftest.er1 >conftest.err
43584 rm -f conftest.er1
43585 cat conftest.err >&5
43586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43587 (exit $ac_status); } && {
43588 test -z "$ac_c_werror_flag" ||
43589 test ! -s conftest.err
43590 } && test -s conftest$ac_exeext &&
43591 $as_test_x conftest$ac_exeext; then
43592 ac_cv_lib_shl_load_dld=yes
43593 else
43594 echo "$as_me: failed program was:" >&5
43595 sed 's/^/| /' conftest.$ac_ext >&5
43596
43597 ac_cv_lib_shl_load_dld=no
43598 fi
43599
43600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43601 conftest$ac_exeext conftest.$ac_ext
43602 LIBS=$ac_check_lib_save_LIBS
43603 fi
43604 { echo "$as_me:$LINENO: result: $ac_cv_lib_shl_load_dld" >&5
43605 echo "${ECHO_T}$ac_cv_lib_shl_load_dld" >&6; }
43606 if test $ac_cv_lib_shl_load_dld = yes; then
43607
43608 HAVE_SHL_FUNCS=1
43609 DL_LINK=" -ldld$DL_LINK"
43610
43611 fi
43612
43613
43614 fi
43615 done
43616
43617
43618 fi
43619
43620
43621 fi
43622 done
43623
43624
43625 if test "$HAVE_DL_FUNCS" = 1; then
43626
43627 for ac_func in dlerror
43628 do
43629 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
43630 { echo "$as_me:$LINENO: checking for $ac_func" >&5
43631 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
43632 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
43633 echo $ECHO_N "(cached) $ECHO_C" >&6
43634 else
43635 cat >conftest.$ac_ext <<_ACEOF
43636 /* confdefs.h. */
43637 _ACEOF
43638 cat confdefs.h >>conftest.$ac_ext
43639 cat >>conftest.$ac_ext <<_ACEOF
43640 /* end confdefs.h. */
43641 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
43642 For example, HP-UX 11i <limits.h> declares gettimeofday. */
43643 #define $ac_func innocuous_$ac_func
43644
43645 /* System header to define __stub macros and hopefully few prototypes,
43646 which can conflict with char $ac_func (); below.
43647 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
43648 <limits.h> exists even on freestanding compilers. */
43649
43650 #ifdef __STDC__
43651 # include <limits.h>
43652 #else
43653 # include <assert.h>
43654 #endif
43655
43656 #undef $ac_func
43657
43658 /* Override any GCC internal prototype to avoid an error.
43659 Use char because int might match the return type of a GCC
43660 builtin and then its argument prototype would still apply. */
43661 #ifdef __cplusplus
43662 extern "C"
43663 #endif
43664 char $ac_func ();
43665 /* The GNU C library defines this for functions which it implements
43666 to always fail with ENOSYS. Some functions are actually named
43667 something starting with __ and the normal name is an alias. */
43668 #if defined __stub_$ac_func || defined __stub___$ac_func
43669 choke me
43670 #endif
43671
43672 int
43673 main ()
43674 {
43675 return $ac_func ();
43676 ;
43677 return 0;
43678 }
43679 _ACEOF
43680 rm -f conftest.$ac_objext conftest$ac_exeext
43681 if { (ac_try="$ac_link"
43682 case "(($ac_try" in
43683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43684 *) ac_try_echo=$ac_try;;
43685 esac
43686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43687 (eval "$ac_link") 2>conftest.er1
43688 ac_status=$?
43689 grep -v '^ *+' conftest.er1 >conftest.err
43690 rm -f conftest.er1
43691 cat conftest.err >&5
43692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43693 (exit $ac_status); } && {
43694 test -z "$ac_c_werror_flag" ||
43695 test ! -s conftest.err
43696 } && test -s conftest$ac_exeext &&
43697 $as_test_x conftest$ac_exeext; then
43698 eval "$as_ac_var=yes"
43699 else
43700 echo "$as_me: failed program was:" >&5
43701 sed 's/^/| /' conftest.$ac_ext >&5
43702
43703 eval "$as_ac_var=no"
43704 fi
43705
43706 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43707 conftest$ac_exeext conftest.$ac_ext
43708 fi
43709 ac_res=`eval echo '${'$as_ac_var'}'`
43710 { echo "$as_me:$LINENO: result: $ac_res" >&5
43711 echo "${ECHO_T}$ac_res" >&6; }
43712 if test `eval echo '${'$as_ac_var'}'` = yes; then
43713 cat >>confdefs.h <<_ACEOF
43714 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
43715 _ACEOF
43716 cat >>confdefs.h <<\_ACEOF
43717 #define HAVE_DLERROR 1
43718 _ACEOF
43719
43720 else
43721
43722 { echo "$as_me:$LINENO: checking for dlerror in -ldl" >&5
43723 echo $ECHO_N "checking for dlerror in -ldl... $ECHO_C" >&6; }
43724 if test "${ac_cv_lib_dl_dlerror+set}" = set; then
43725 echo $ECHO_N "(cached) $ECHO_C" >&6
43726 else
43727 ac_check_lib_save_LIBS=$LIBS
43728 LIBS="-ldl $LIBS"
43729 cat >conftest.$ac_ext <<_ACEOF
43730 /* confdefs.h. */
43731 _ACEOF
43732 cat confdefs.h >>conftest.$ac_ext
43733 cat >>conftest.$ac_ext <<_ACEOF
43734 /* end confdefs.h. */
43735
43736 /* Override any GCC internal prototype to avoid an error.
43737 Use char because int might match the return type of a GCC
43738 builtin and then its argument prototype would still apply. */
43739 #ifdef __cplusplus
43740 extern "C"
43741 #endif
43742 char dlerror ();
43743 int
43744 main ()
43745 {
43746 return dlerror ();
43747 ;
43748 return 0;
43749 }
43750 _ACEOF
43751 rm -f conftest.$ac_objext conftest$ac_exeext
43752 if { (ac_try="$ac_link"
43753 case "(($ac_try" in
43754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43755 *) ac_try_echo=$ac_try;;
43756 esac
43757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43758 (eval "$ac_link") 2>conftest.er1
43759 ac_status=$?
43760 grep -v '^ *+' conftest.er1 >conftest.err
43761 rm -f conftest.er1
43762 cat conftest.err >&5
43763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43764 (exit $ac_status); } && {
43765 test -z "$ac_c_werror_flag" ||
43766 test ! -s conftest.err
43767 } && test -s conftest$ac_exeext &&
43768 $as_test_x conftest$ac_exeext; then
43769 ac_cv_lib_dl_dlerror=yes
43770 else
43771 echo "$as_me: failed program was:" >&5
43772 sed 's/^/| /' conftest.$ac_ext >&5
43773
43774 ac_cv_lib_dl_dlerror=no
43775 fi
43776
43777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43778 conftest$ac_exeext conftest.$ac_ext
43779 LIBS=$ac_check_lib_save_LIBS
43780 fi
43781 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlerror" >&5
43782 echo "${ECHO_T}$ac_cv_lib_dl_dlerror" >&6; }
43783 if test $ac_cv_lib_dl_dlerror = yes; then
43784 cat >>confdefs.h <<\_ACEOF
43785 #define HAVE_DLERROR 1
43786 _ACEOF
43787
43788 fi
43789
43790
43791
43792 fi
43793 done
43794
43795 fi
43796 fi
43797
43798 if test "$USE_DARWIN" = 1; then
43799 HAVE_DL_FUNCS=1
43800 fi
43801
43802 if test "$HAVE_DL_FUNCS" = 0; then
43803 if test "$HAVE_SHL_FUNCS" = 0; then
43804 if test "$USE_UNIX" = 1 -o "$USE_DOS" = 1; then
43805 { echo "$as_me:$LINENO: WARNING: Missing dynamic loading support, several features will be disabled" >&5
43806 echo "$as_me: WARNING: Missing dynamic loading support, several features will be disabled" >&2;}
43807 wxUSE_DYNAMIC_LOADER=no
43808 wxUSE_DYNLIB_CLASS=no
43809 else
43810 { echo "$as_me:$LINENO: WARNING: Assuming wxLibrary class works on this platform" >&5
43811 echo "$as_me: WARNING: Assuming wxLibrary class works on this platform" >&2;}
43812 fi
43813 fi
43814 fi
43815 fi
43816 fi
43817
43818 if test "$wxUSE_DYNAMIC_LOADER" = "yes" ; then
43819 cat >>confdefs.h <<\_ACEOF
43820 #define wxUSE_DYNAMIC_LOADER 1
43821 _ACEOF
43822
43823 fi
43824 if test "$wxUSE_DYNLIB_CLASS" = "yes" ; then
43825 cat >>confdefs.h <<\_ACEOF
43826 #define wxUSE_DYNLIB_CLASS 1
43827 _ACEOF
43828
43829 fi
43830
43831
43832
43833 if test "$wxUSE_PLUGINS" = "yes" ; then
43834 if test "$wxUSE_SHARED" = "no" ; then
43835 { echo "$as_me:$LINENO: WARNING: plugins supported only in shared build, disabling" >&5
43836 echo "$as_me: WARNING: plugins supported only in shared build, disabling" >&2;}
43837 wxUSE_PLUGINS=no
43838 fi
43839 if test "$wxUSE_MONOLITHIC" = "yes" ; then
43840 { echo "$as_me:$LINENO: WARNING: plugins not supported monolithic build, disabling" >&5
43841 echo "$as_me: WARNING: plugins not supported monolithic build, disabling" >&2;}
43842 wxUSE_PLUGINS=no
43843 fi
43844 if test "$wxUSE_DYNLIB_CLASS" = "no" ; then
43845 { echo "$as_me:$LINENO: WARNING: plugins require wxDynamicLibrary, disabling" >&5
43846 echo "$as_me: WARNING: plugins require wxDynamicLibrary, disabling" >&2;}
43847 wxUSE_PLUGINS=no
43848 fi
43849 if test "$wxUSE_PLUGINS" = "yes" ; then
43850 cat >>confdefs.h <<\_ACEOF
43851 #define wxUSE_PLUGINS 1
43852 _ACEOF
43853
43854 fi
43855 fi
43856
43857
43858 if test "$wxUSE_FSWATCHER" = "yes"; then
43859 if test "$wxUSE_MSW" != "1"; then
43860 if test "$wxUSE_UNIX" = "yes"; then
43861
43862 for ac_header in sys/inotify.h
43863 do
43864 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
43865 { echo "$as_me:$LINENO: checking for $ac_header" >&5
43866 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
43867 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
43868 echo $ECHO_N "(cached) $ECHO_C" >&6
43869 else
43870 cat >conftest.$ac_ext <<_ACEOF
43871 /* confdefs.h. */
43872 _ACEOF
43873 cat confdefs.h >>conftest.$ac_ext
43874 cat >>conftest.$ac_ext <<_ACEOF
43875 /* end confdefs.h. */
43876 $ac_includes_default
43877
43878 #include <$ac_header>
43879 _ACEOF
43880 rm -f conftest.$ac_objext
43881 if { (ac_try="$ac_compile"
43882 case "(($ac_try" in
43883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43884 *) ac_try_echo=$ac_try;;
43885 esac
43886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43887 (eval "$ac_compile") 2>conftest.er1
43888 ac_status=$?
43889 grep -v '^ *+' conftest.er1 >conftest.err
43890 rm -f conftest.er1
43891 cat conftest.err >&5
43892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43893 (exit $ac_status); } && {
43894 test -z "$ac_c_werror_flag" ||
43895 test ! -s conftest.err
43896 } && test -s conftest.$ac_objext; then
43897 eval "$as_ac_Header=yes"
43898 else
43899 echo "$as_me: failed program was:" >&5
43900 sed 's/^/| /' conftest.$ac_ext >&5
43901
43902 eval "$as_ac_Header=no"
43903 fi
43904
43905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43906 fi
43907 ac_res=`eval echo '${'$as_ac_Header'}'`
43908 { echo "$as_me:$LINENO: result: $ac_res" >&5
43909 echo "${ECHO_T}$ac_res" >&6; }
43910 if test `eval echo '${'$as_ac_Header'}'` = yes; then
43911 cat >>confdefs.h <<_ACEOF
43912 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
43913 _ACEOF
43914
43915 fi
43916
43917 done
43918
43919 if test "$ac_cv_header_sys_inotify_h" = "yes"; then
43920 cat >>confdefs.h <<\_ACEOF
43921 #define wxHAS_INOTIFY 1
43922 _ACEOF
43923
43924 else
43925
43926 for ac_header in sys/event.h
43927 do
43928 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
43929 { echo "$as_me:$LINENO: checking for $ac_header" >&5
43930 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
43931 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
43932 echo $ECHO_N "(cached) $ECHO_C" >&6
43933 else
43934 cat >conftest.$ac_ext <<_ACEOF
43935 /* confdefs.h. */
43936 _ACEOF
43937 cat confdefs.h >>conftest.$ac_ext
43938 cat >>conftest.$ac_ext <<_ACEOF
43939 /* end confdefs.h. */
43940 $ac_includes_default
43941
43942 #include <$ac_header>
43943 _ACEOF
43944 rm -f conftest.$ac_objext
43945 if { (ac_try="$ac_compile"
43946 case "(($ac_try" in
43947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43948 *) ac_try_echo=$ac_try;;
43949 esac
43950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43951 (eval "$ac_compile") 2>conftest.er1
43952 ac_status=$?
43953 grep -v '^ *+' conftest.er1 >conftest.err
43954 rm -f conftest.er1
43955 cat conftest.err >&5
43956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
43957 (exit $ac_status); } && {
43958 test -z "$ac_c_werror_flag" ||
43959 test ! -s conftest.err
43960 } && test -s conftest.$ac_objext; then
43961 eval "$as_ac_Header=yes"
43962 else
43963 echo "$as_me: failed program was:" >&5
43964 sed 's/^/| /' conftest.$ac_ext >&5
43965
43966 eval "$as_ac_Header=no"
43967 fi
43968
43969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43970 fi
43971 ac_res=`eval echo '${'$as_ac_Header'}'`
43972 { echo "$as_me:$LINENO: result: $ac_res" >&5
43973 echo "${ECHO_T}$ac_res" >&6; }
43974 if test `eval echo '${'$as_ac_Header'}'` = yes; then
43975 cat >>confdefs.h <<_ACEOF
43976 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
43977 _ACEOF
43978
43979 fi
43980
43981 done
43982
43983 if test "$ac_cv_header_sys_event_h" = "yes"; then
43984 cat >>confdefs.h <<\_ACEOF
43985 #define wxHAS_KQUEUE 1
43986 _ACEOF
43987
43988 else
43989 wxUSE_FSWATCHER=no
43990 fi
43991 fi
43992 else
43993 wxUSE_FSWATCHER=no
43994 fi
43995 else
43996 if test "$wxUSE_THREADS" != "yes"; then
43997 { echo "$as_me:$LINENO: WARNING: wxFileSystemWatcher disabled due to --disable-threads" >&5
43998 echo "$as_me: WARNING: wxFileSystemWatcher disabled due to --disable-threads" >&2;}
43999 wxUSE_FSWATCHER=no
44000 fi
44001 fi
44002
44003 if test "$wxUSE_FSWATCHER" = "yes"; then
44004 cat >>confdefs.h <<\_ACEOF
44005 #define wxUSE_FSWATCHER 1
44006 _ACEOF
44007
44008 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS fswatcher"
44009 else
44010 { echo "$as_me:$LINENO: WARNING: wxFileSystemWatcher won't be available on this platform" >&5
44011 echo "$as_me: WARNING: wxFileSystemWatcher won't be available on this platform" >&2;}
44012 fi
44013 fi
44014
44015
44016 if test "$wxUSE_STL" = "yes"; then
44017 cat >>confdefs.h <<\_ACEOF
44018 #define wxUSE_STL 1
44019 _ACEOF
44020
44021 fi
44022
44023 if test "$wxUSE_EXTENDED_RTTI" = "yes"; then
44024 cat >>confdefs.h <<\_ACEOF
44025 #define wxUSE_EXTENDED_RTTI 1
44026 _ACEOF
44027
44028 fi
44029
44030 if test "$wxUSE_ANY" = "yes"; then
44031 cat >>confdefs.h <<\_ACEOF
44032 #define wxUSE_ANY 1
44033 _ACEOF
44034
44035 fi
44036
44037 if test "$wxUSE_APPLE_IEEE" = "yes"; then
44038 cat >>confdefs.h <<\_ACEOF
44039 #define wxUSE_APPLE_IEEE 1
44040 _ACEOF
44041
44042 fi
44043
44044 if test "$wxUSE_TIMER" = "yes"; then
44045 cat >>confdefs.h <<\_ACEOF
44046 #define wxUSE_TIMER 1
44047 _ACEOF
44048
44049 fi
44050
44051 if test "$USE_UNIX" = 1 ; then
44052 if test "$wxUSE_MGL" != 1; then
44053 { echo "$as_me:$LINENO: checking for SNDCTL_DSP_SPEED in sys/soundcard.h" >&5
44054 echo $ECHO_N "checking for SNDCTL_DSP_SPEED in sys/soundcard.h... $ECHO_C" >&6; }
44055 if test "${ac_cv_header_sys_soundcard+set}" = set; then
44056 echo $ECHO_N "(cached) $ECHO_C" >&6
44057 else
44058
44059 cat >conftest.$ac_ext <<_ACEOF
44060 /* confdefs.h. */
44061 _ACEOF
44062 cat confdefs.h >>conftest.$ac_ext
44063 cat >>conftest.$ac_ext <<_ACEOF
44064 /* end confdefs.h. */
44065
44066 #include <sys/ioctl.h>
44067 #include <sys/soundcard.h>
44068
44069 int
44070 main ()
44071 {
44072
44073 ioctl(0, SNDCTL_DSP_SPEED, 0);
44074
44075 ;
44076 return 0;
44077 }
44078 _ACEOF
44079 rm -f conftest.$ac_objext conftest$ac_exeext
44080 if { (ac_try="$ac_link"
44081 case "(($ac_try" in
44082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44083 *) ac_try_echo=$ac_try;;
44084 esac
44085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44086 (eval "$ac_link") 2>conftest.er1
44087 ac_status=$?
44088 grep -v '^ *+' conftest.er1 >conftest.err
44089 rm -f conftest.er1
44090 cat conftest.err >&5
44091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44092 (exit $ac_status); } && {
44093 test -z "$ac_c_werror_flag" ||
44094 test ! -s conftest.err
44095 } && test -s conftest$ac_exeext &&
44096 $as_test_x conftest$ac_exeext; then
44097 ac_cv_header_sys_soundcard=yes
44098 else
44099 echo "$as_me: failed program was:" >&5
44100 sed 's/^/| /' conftest.$ac_ext >&5
44101
44102
44103 saveLibs="$LIBS"
44104 LIBS="$saveLibs -lossaudio"
44105 cat >conftest.$ac_ext <<_ACEOF
44106 /* confdefs.h. */
44107 _ACEOF
44108 cat confdefs.h >>conftest.$ac_ext
44109 cat >>conftest.$ac_ext <<_ACEOF
44110 /* end confdefs.h. */
44111
44112 #include <sys/ioctl.h>
44113 #include <sys/soundcard.h>
44114
44115 int
44116 main ()
44117 {
44118
44119 ioctl(0, SNDCTL_DSP_SPEED, 0);
44120
44121 ;
44122 return 0;
44123 }
44124 _ACEOF
44125 rm -f conftest.$ac_objext conftest$ac_exeext
44126 if { (ac_try="$ac_link"
44127 case "(($ac_try" in
44128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44129 *) ac_try_echo=$ac_try;;
44130 esac
44131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44132 (eval "$ac_link") 2>conftest.er1
44133 ac_status=$?
44134 grep -v '^ *+' conftest.er1 >conftest.err
44135 rm -f conftest.er1
44136 cat conftest.err >&5
44137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44138 (exit $ac_status); } && {
44139 test -z "$ac_c_werror_flag" ||
44140 test ! -s conftest.err
44141 } && test -s conftest$ac_exeext &&
44142 $as_test_x conftest$ac_exeext; then
44143 ac_cv_header_sys_soundcard=yes
44144 else
44145 echo "$as_me: failed program was:" >&5
44146 sed 's/^/| /' conftest.$ac_ext >&5
44147
44148
44149 LIBS="$saveLibs"
44150 ac_cv_header_sys_soundcard=no
44151
44152
44153 fi
44154
44155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44156 conftest$ac_exeext conftest.$ac_ext
44157
44158
44159 fi
44160
44161 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44162 conftest$ac_exeext conftest.$ac_ext
44163
44164 fi
44165 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard" >&5
44166 echo "${ECHO_T}$ac_cv_header_sys_soundcard" >&6; }
44167 fi
44168
44169 if test "$ac_cv_header_sys_soundcard" = "yes"; then
44170 cat >>confdefs.h <<\_ACEOF
44171 #define HAVE_SYS_SOUNDCARD_H 1
44172 _ACEOF
44173
44174 fi
44175 fi
44176
44177 WITH_PLUGIN_SDL=0
44178 if test "$wxUSE_SOUND" = "yes"; then
44179 if test "$USE_UNIX" = 1 ; then
44180 if test "$wxUSE_LIBSDL" != "no"; then
44181
44182 # Check whether --with-sdl-prefix was given.
44183 if test "${with_sdl_prefix+set}" = set; then
44184 withval=$with_sdl_prefix; sdl_prefix="$withval"
44185 else
44186 sdl_prefix=""
44187 fi
44188
44189
44190 # Check whether --with-sdl-exec-prefix was given.
44191 if test "${with_sdl_exec_prefix+set}" = set; then
44192 withval=$with_sdl_exec_prefix; sdl_exec_prefix="$withval"
44193 else
44194 sdl_exec_prefix=""
44195 fi
44196
44197 # Check whether --enable-sdltest was given.
44198 if test "${enable_sdltest+set}" = set; then
44199 enableval=$enable_sdltest;
44200 else
44201 enable_sdltest=yes
44202 fi
44203
44204
44205 if test x$sdl_exec_prefix != x ; then
44206 sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"
44207 if test x${SDL_CONFIG+set} != xset ; then
44208 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
44209 fi
44210 fi
44211 if test x$sdl_prefix != x ; then
44212 sdl_args="$sdl_args --prefix=$sdl_prefix"
44213 if test x${SDL_CONFIG+set} != xset ; then
44214 SDL_CONFIG=$sdl_prefix/bin/sdl-config
44215 fi
44216 fi
44217
44218 if test "x$prefix" != xNONE; then
44219 PATH="$prefix/bin:$prefix/usr/bin:$PATH"
44220 fi
44221 # Extract the first word of "sdl-config", so it can be a program name with args.
44222 set dummy sdl-config; ac_word=$2
44223 { echo "$as_me:$LINENO: checking for $ac_word" >&5
44224 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
44225 if test "${ac_cv_path_SDL_CONFIG+set}" = set; then
44226 echo $ECHO_N "(cached) $ECHO_C" >&6
44227 else
44228 case $SDL_CONFIG in
44229 [\\/]* | ?:[\\/]*)
44230 ac_cv_path_SDL_CONFIG="$SDL_CONFIG" # Let the user override the test with a path.
44231 ;;
44232 *)
44233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44234 for as_dir in $PATH
44235 do
44236 IFS=$as_save_IFS
44237 test -z "$as_dir" && as_dir=.
44238 for ac_exec_ext in '' $ac_executable_extensions; do
44239 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
44240 ac_cv_path_SDL_CONFIG="$as_dir/$ac_word$ac_exec_ext"
44241 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44242 break 2
44243 fi
44244 done
44245 done
44246 IFS=$as_save_IFS
44247
44248 test -z "$ac_cv_path_SDL_CONFIG" && ac_cv_path_SDL_CONFIG="no"
44249 ;;
44250 esac
44251 fi
44252 SDL_CONFIG=$ac_cv_path_SDL_CONFIG
44253 if test -n "$SDL_CONFIG"; then
44254 { echo "$as_me:$LINENO: result: $SDL_CONFIG" >&5
44255 echo "${ECHO_T}$SDL_CONFIG" >&6; }
44256 else
44257 { echo "$as_me:$LINENO: result: no" >&5
44258 echo "${ECHO_T}no" >&6; }
44259 fi
44260
44261
44262 min_sdl_version=1.2.0
44263 { echo "$as_me:$LINENO: checking for SDL - version >= $min_sdl_version" >&5
44264 echo $ECHO_N "checking for SDL - version >= $min_sdl_version... $ECHO_C" >&6; }
44265 no_sdl=""
44266 if test "$SDL_CONFIG" = "no" ; then
44267 no_sdl=yes
44268 else
44269 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
44270 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
44271
44272 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
44273 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
44274 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
44275 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
44276 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
44277 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
44278 if test "x$enable_sdltest" = "xyes" ; then
44279 ac_save_CFLAGS="$CFLAGS"
44280 ac_save_CXXFLAGS="$CXXFLAGS"
44281 ac_save_LIBS="$LIBS"
44282 CFLAGS="$CFLAGS $SDL_CFLAGS"
44283 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
44284 LIBS="$LIBS $SDL_LIBS"
44285 rm -f conf.sdltest
44286 if test "$cross_compiling" = yes; then
44287 echo $ac_n "cross compiling; assumed OK... $ac_c"
44288 else
44289 cat >conftest.$ac_ext <<_ACEOF
44290 /* confdefs.h. */
44291 _ACEOF
44292 cat confdefs.h >>conftest.$ac_ext
44293 cat >>conftest.$ac_ext <<_ACEOF
44294 /* end confdefs.h. */
44295
44296 #include <stdio.h>
44297 #include <stdlib.h>
44298 #include <string.h>
44299 #include "SDL.h"
44300
44301 char*
44302 my_strdup (char *str)
44303 {
44304 char *new_str;
44305
44306 if (str)
44307 {
44308 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
44309 strcpy (new_str, str);
44310 }
44311 else
44312 new_str = NULL;
44313
44314 return new_str;
44315 }
44316
44317 int main (int argc, char *argv[])
44318 {
44319 int major, minor, micro;
44320 char *tmp_version;
44321
44322 /* This hangs on some systems (?)
44323 system ("touch conf.sdltest");
44324 */
44325 { FILE *fp = fopen("conf.sdltest", "a"); if ( fp ) fclose(fp); }
44326
44327 /* HP/UX 9 (%@#!) writes to sscanf strings */
44328 tmp_version = my_strdup("$min_sdl_version");
44329 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
44330 printf("%s, bad version string\n", "$min_sdl_version");
44331 exit(1);
44332 }
44333
44334 if (($sdl_major_version > major) ||
44335 (($sdl_major_version == major) && ($sdl_minor_version > minor)) ||
44336 (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro)))
44337 {
44338 return 0;
44339 }
44340 else
44341 {
44342 printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_major_version, $sdl_minor_version, $sdl_micro_version);
44343 printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
44344 printf("*** best to upgrade to the required version.\n");
44345 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
44346 printf("*** to point to the correct copy of sdl-config, and remove the file\n");
44347 printf("*** config.cache before re-running configure\n");
44348 return 1;
44349 }
44350 }
44351
44352
44353 _ACEOF
44354 rm -f conftest$ac_exeext
44355 if { (ac_try="$ac_link"
44356 case "(($ac_try" in
44357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44358 *) ac_try_echo=$ac_try;;
44359 esac
44360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44361 (eval "$ac_link") 2>&5
44362 ac_status=$?
44363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44364 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
44365 { (case "(($ac_try" in
44366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44367 *) ac_try_echo=$ac_try;;
44368 esac
44369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44370 (eval "$ac_try") 2>&5
44371 ac_status=$?
44372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44373 (exit $ac_status); }; }; then
44374 :
44375 else
44376 echo "$as_me: program exited with status $ac_status" >&5
44377 echo "$as_me: failed program was:" >&5
44378 sed 's/^/| /' conftest.$ac_ext >&5
44379
44380 ( exit $ac_status )
44381 no_sdl=yes
44382 fi
44383 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
44384 fi
44385
44386
44387 CFLAGS="$ac_save_CFLAGS"
44388 CXXFLAGS="$ac_save_CXXFLAGS"
44389 LIBS="$ac_save_LIBS"
44390 fi
44391 fi
44392 if test "x$no_sdl" = x ; then
44393 { echo "$as_me:$LINENO: result: yes" >&5
44394 echo "${ECHO_T}yes" >&6; }
44395
44396 EXTRALIBS_SDL="$SDL_LIBS"
44397 CFLAGS="$SDL_CFLAGS $CFLAGS"
44398 CXXFLAGS="$SDL_CFLAGS $CXXFLAGS"
44399 cat >>confdefs.h <<\_ACEOF
44400 #define wxUSE_LIBSDL 1
44401 _ACEOF
44402
44403
44404 else
44405 { echo "$as_me:$LINENO: result: no" >&5
44406 echo "${ECHO_T}no" >&6; }
44407 if test "$SDL_CONFIG" = "no" ; then
44408 echo "*** The sdl-config script installed by SDL could not be found"
44409 echo "*** If SDL was installed in PREFIX, make sure PREFIX/bin is in"
44410 echo "*** your path, or set the SDL_CONFIG environment variable to the"
44411 echo "*** full path to sdl-config."
44412 else
44413 if test -f conf.sdltest ; then
44414 :
44415 else
44416 echo "*** Could not run SDL test program, checking why..."
44417 CFLAGS="$CFLAGS $SDL_CFLAGS"
44418 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"
44419 LIBS="$LIBS $SDL_LIBS"
44420 cat >conftest.$ac_ext <<_ACEOF
44421 /* confdefs.h. */
44422 _ACEOF
44423 cat confdefs.h >>conftest.$ac_ext
44424 cat >>conftest.$ac_ext <<_ACEOF
44425 /* end confdefs.h. */
44426
44427 #include <stdio.h>
44428 #include "SDL.h"
44429
44430 int main(int argc, char *argv[])
44431 { return 0; }
44432 #undef main
44433 #define main K_and_R_C_main
44434
44435 int
44436 main ()
44437 {
44438 return 0;
44439 ;
44440 return 0;
44441 }
44442 _ACEOF
44443 rm -f conftest.$ac_objext conftest$ac_exeext
44444 if { (ac_try="$ac_link"
44445 case "(($ac_try" in
44446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44447 *) ac_try_echo=$ac_try;;
44448 esac
44449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
44450 (eval "$ac_link") 2>conftest.er1
44451 ac_status=$?
44452 grep -v '^ *+' conftest.er1 >conftest.err
44453 rm -f conftest.er1
44454 cat conftest.err >&5
44455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44456 (exit $ac_status); } && {
44457 test -z "$ac_c_werror_flag" ||
44458 test ! -s conftest.err
44459 } && test -s conftest$ac_exeext &&
44460 $as_test_x conftest$ac_exeext; then
44461 echo "*** The test program compiled, but did not run. This usually means"
44462 echo "*** that the run-time linker is not finding SDL or finding the wrong"
44463 echo "*** version of SDL. If it is not finding SDL, you'll need to set your"
44464 echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
44465 echo "*** to the installed location Also, make sure you have run ldconfig if that"
44466 echo "*** is required on your system"
44467 echo "***"
44468 echo "*** If you have an old version installed, it is best to remove it, although"
44469 echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"
44470 else
44471 echo "$as_me: failed program was:" >&5
44472 sed 's/^/| /' conftest.$ac_ext >&5
44473
44474 echo "*** The test program failed to compile or link. See the file config.log for the"
44475 echo "*** exact error that occured. This usually means SDL was incorrectly installed"
44476 echo "*** or that you have moved SDL since it was installed. In the latter case, you"
44477 echo "*** may want to edit the sdl-config script: $SDL_CONFIG"
44478 fi
44479
44480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44481 conftest$ac_exeext conftest.$ac_ext
44482 CFLAGS="$ac_save_CFLAGS"
44483 CXXFLAGS="$ac_save_CXXFLAGS"
44484 LIBS="$ac_save_LIBS"
44485 fi
44486 fi
44487 SDL_CFLAGS=""
44488 SDL_LIBS=""
44489 wxUSE_LIBSDL="no"
44490 fi
44491
44492
44493 rm -f conf.sdltest
44494
44495 if test "$wxUSE_LIBSDL" = "yes" -a "$wxUSE_PLUGINS" = "yes" ; then
44496 WITH_PLUGIN_SDL=1
44497 fi
44498 fi
44499 else
44500 if test "$wxUSE_MGL" = 1; then
44501 { echo "$as_me:$LINENO: WARNING: wxSound not supported in MGL under DOS... disabled" >&5
44502 echo "$as_me: WARNING: wxSound not supported in MGL under DOS... disabled" >&2;}
44503 wxUSE_SOUND="no"
44504 fi
44505 fi
44506 fi
44507
44508 if test "$wxUSE_SOUND" = "yes"; then
44509 cat >>confdefs.h <<\_ACEOF
44510 #define wxUSE_SOUND 1
44511 _ACEOF
44512
44513 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sound"
44514 fi
44515
44516 if test "$WXGTK2" = 1; then
44517
44518
44519 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
44520 if test -n "$ac_tool_prefix"; then
44521 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
44522 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
44523 { echo "$as_me:$LINENO: checking for $ac_word" >&5
44524 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
44525 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
44526 echo $ECHO_N "(cached) $ECHO_C" >&6
44527 else
44528 case $PKG_CONFIG in
44529 [\\/]* | ?:[\\/]*)
44530 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
44531 ;;
44532 *)
44533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44534 for as_dir in $PATH
44535 do
44536 IFS=$as_save_IFS
44537 test -z "$as_dir" && as_dir=.
44538 for ac_exec_ext in '' $ac_executable_extensions; do
44539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
44540 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
44541 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44542 break 2
44543 fi
44544 done
44545 done
44546 IFS=$as_save_IFS
44547
44548 ;;
44549 esac
44550 fi
44551 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
44552 if test -n "$PKG_CONFIG"; then
44553 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
44554 echo "${ECHO_T}$PKG_CONFIG" >&6; }
44555 else
44556 { echo "$as_me:$LINENO: result: no" >&5
44557 echo "${ECHO_T}no" >&6; }
44558 fi
44559
44560
44561 fi
44562 if test -z "$ac_cv_path_PKG_CONFIG"; then
44563 ac_pt_PKG_CONFIG=$PKG_CONFIG
44564 # Extract the first word of "pkg-config", so it can be a program name with args.
44565 set dummy pkg-config; ac_word=$2
44566 { echo "$as_me:$LINENO: checking for $ac_word" >&5
44567 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
44568 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
44569 echo $ECHO_N "(cached) $ECHO_C" >&6
44570 else
44571 case $ac_pt_PKG_CONFIG in
44572 [\\/]* | ?:[\\/]*)
44573 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
44574 ;;
44575 *)
44576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44577 for as_dir in $PATH
44578 do
44579 IFS=$as_save_IFS
44580 test -z "$as_dir" && as_dir=.
44581 for ac_exec_ext in '' $ac_executable_extensions; do
44582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
44583 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
44584 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44585 break 2
44586 fi
44587 done
44588 done
44589 IFS=$as_save_IFS
44590
44591 ;;
44592 esac
44593 fi
44594 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
44595 if test -n "$ac_pt_PKG_CONFIG"; then
44596 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
44597 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
44598 else
44599 { echo "$as_me:$LINENO: result: no" >&5
44600 echo "${ECHO_T}no" >&6; }
44601 fi
44602
44603 if test "x$ac_pt_PKG_CONFIG" = x; then
44604 PKG_CONFIG=""
44605 else
44606 case $cross_compiling:$ac_tool_warned in
44607 yes:)
44608 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
44609 whose name does not start with the host triplet. If you think this
44610 configuration is useful to you, please write to autoconf@gnu.org." >&5
44611 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
44612 whose name does not start with the host triplet. If you think this
44613 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
44614 ac_tool_warned=yes ;;
44615 esac
44616 PKG_CONFIG=$ac_pt_PKG_CONFIG
44617 fi
44618 else
44619 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
44620 fi
44621
44622 fi
44623 if test -n "$PKG_CONFIG"; then
44624 _pkg_min_version=0.9.0
44625 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
44626 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
44627 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
44628 { echo "$as_me:$LINENO: result: yes" >&5
44629 echo "${ECHO_T}yes" >&6; }
44630 else
44631 { echo "$as_me:$LINENO: result: no" >&5
44632 echo "${ECHO_T}no" >&6; }
44633 PKG_CONFIG=""
44634 fi
44635
44636 fi
44637
44638 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
44639
44640 if test "$wxUSE_GTKPRINT" = "yes" ; then
44641
44642
44643 pkg_failed=no
44644 { echo "$as_me:$LINENO: checking for GTKPRINT" >&5
44645 echo $ECHO_N "checking for GTKPRINT... $ECHO_C" >&6; }
44646
44647 if test -n "$PKG_CONFIG"; then
44648 if test -n "$GTKPRINT_CFLAGS"; then
44649 pkg_cv_GTKPRINT_CFLAGS="$GTKPRINT_CFLAGS"
44650 else
44651 if test -n "$PKG_CONFIG" && \
44652 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-unix-print-2.0 >= 2.10\"") >&5
44653 ($PKG_CONFIG --exists --print-errors "gtk+-unix-print-2.0 >= 2.10") 2>&5
44654 ac_status=$?
44655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44656 (exit $ac_status); }; then
44657 pkg_cv_GTKPRINT_CFLAGS=`$PKG_CONFIG --cflags "gtk+-unix-print-2.0 >= 2.10" 2>/dev/null`
44658 else
44659 pkg_failed=yes
44660 fi
44661 fi
44662 else
44663 pkg_failed=untried
44664 fi
44665 if test -n "$PKG_CONFIG"; then
44666 if test -n "$GTKPRINT_LIBS"; then
44667 pkg_cv_GTKPRINT_LIBS="$GTKPRINT_LIBS"
44668 else
44669 if test -n "$PKG_CONFIG" && \
44670 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-unix-print-2.0 >= 2.10\"") >&5
44671 ($PKG_CONFIG --exists --print-errors "gtk+-unix-print-2.0 >= 2.10") 2>&5
44672 ac_status=$?
44673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44674 (exit $ac_status); }; then
44675 pkg_cv_GTKPRINT_LIBS=`$PKG_CONFIG --libs "gtk+-unix-print-2.0 >= 2.10" 2>/dev/null`
44676 else
44677 pkg_failed=yes
44678 fi
44679 fi
44680 else
44681 pkg_failed=untried
44682 fi
44683
44684
44685
44686 if test $pkg_failed = yes; then
44687
44688 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44689 _pkg_short_errors_supported=yes
44690 else
44691 _pkg_short_errors_supported=no
44692 fi
44693 if test $_pkg_short_errors_supported = yes; then
44694 GTKPRINT_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-unix-print-2.0 >= 2.10"`
44695 else
44696 GTKPRINT_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-unix-print-2.0 >= 2.10"`
44697 fi
44698 # Put the nasty error message in config.log where it belongs
44699 echo "$GTKPRINT_PKG_ERRORS" >&5
44700
44701
44702 { echo "$as_me:$LINENO: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
44703 echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
44704 wxUSE_GTKPRINT="no"
44705
44706
44707 elif test $pkg_failed = untried; then
44708
44709 { echo "$as_me:$LINENO: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&5
44710 echo "$as_me: WARNING: GTK printing support not found (GTK+ >= 2.10), library will use GNOME printing support or standard PostScript printing" >&2;}
44711 wxUSE_GTKPRINT="no"
44712
44713
44714 else
44715 GTKPRINT_CFLAGS=$pkg_cv_GTKPRINT_CFLAGS
44716 GTKPRINT_LIBS=$pkg_cv_GTKPRINT_LIBS
44717 { echo "$as_me:$LINENO: result: yes" >&5
44718 echo "${ECHO_T}yes" >&6; }
44719
44720 CFLAGS="$GTKPRINT_CFLAGS $CFLAGS"
44721 CXXFLAGS="$GTKPRINT_CFLAGS $CXXFLAGS"
44722 cat >>confdefs.h <<\_ACEOF
44723 #define wxUSE_GTKPRINT 1
44724 _ACEOF
44725
44726
44727 fi
44728 fi
44729
44730 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
44731
44732
44733 pkg_failed=no
44734 { echo "$as_me:$LINENO: checking for LIBGNOMEPRINTUI" >&5
44735 echo $ECHO_N "checking for LIBGNOMEPRINTUI... $ECHO_C" >&6; }
44736
44737 if test -n "$PKG_CONFIG"; then
44738 if test -n "$LIBGNOMEPRINTUI_CFLAGS"; then
44739 pkg_cv_LIBGNOMEPRINTUI_CFLAGS="$LIBGNOMEPRINTUI_CFLAGS"
44740 else
44741 if test -n "$PKG_CONFIG" && \
44742 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
44743 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
44744 ac_status=$?
44745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44746 (exit $ac_status); }; then
44747 pkg_cv_LIBGNOMEPRINTUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
44748 else
44749 pkg_failed=yes
44750 fi
44751 fi
44752 else
44753 pkg_failed=untried
44754 fi
44755 if test -n "$PKG_CONFIG"; then
44756 if test -n "$LIBGNOMEPRINTUI_LIBS"; then
44757 pkg_cv_LIBGNOMEPRINTUI_LIBS="$LIBGNOMEPRINTUI_LIBS"
44758 else
44759 if test -n "$PKG_CONFIG" && \
44760 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomeprintui-2.2 >= 2.8\"") >&5
44761 ($PKG_CONFIG --exists --print-errors "libgnomeprintui-2.2 >= 2.8") 2>&5
44762 ac_status=$?
44763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44764 (exit $ac_status); }; then
44765 pkg_cv_LIBGNOMEPRINTUI_LIBS=`$PKG_CONFIG --libs "libgnomeprintui-2.2 >= 2.8" 2>/dev/null`
44766 else
44767 pkg_failed=yes
44768 fi
44769 fi
44770 else
44771 pkg_failed=untried
44772 fi
44773
44774
44775
44776 if test $pkg_failed = yes; then
44777
44778 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44779 _pkg_short_errors_supported=yes
44780 else
44781 _pkg_short_errors_supported=no
44782 fi
44783 if test $_pkg_short_errors_supported = yes; then
44784 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
44785 else
44786 LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomeprintui-2.2 >= 2.8"`
44787 fi
44788 # Put the nasty error message in config.log where it belongs
44789 echo "$LIBGNOMEPRINTUI_PKG_ERRORS" >&5
44790
44791
44792 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
44793 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
44794 wxUSE_LIBGNOMEPRINT="no"
44795
44796
44797 elif test $pkg_failed = untried; then
44798
44799 { echo "$as_me:$LINENO: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&5
44800 echo "$as_me: WARNING: libgnomeprintui not found, library will use standard PostScript printing" >&2;}
44801 wxUSE_LIBGNOMEPRINT="no"
44802
44803
44804 else
44805 LIBGNOMEPRINTUI_CFLAGS=$pkg_cv_LIBGNOMEPRINTUI_CFLAGS
44806 LIBGNOMEPRINTUI_LIBS=$pkg_cv_LIBGNOMEPRINTUI_LIBS
44807 { echo "$as_me:$LINENO: result: yes" >&5
44808 echo "${ECHO_T}yes" >&6; }
44809
44810 CFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CFLAGS"
44811 CXXFLAGS="$LIBGNOMEPRINTUI_CFLAGS $CXXFLAGS"
44812 cat >>confdefs.h <<\_ACEOF
44813 #define wxUSE_LIBGNOMEPRINT 1
44814 _ACEOF
44815
44816
44817 fi
44818 fi
44819 fi
44820
44821 if test "$wxUSE_MIMETYPE" = "yes" ; then
44822 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
44823
44824
44825 pkg_failed=no
44826 { echo "$as_me:$LINENO: checking for GNOMEVFS" >&5
44827 echo $ECHO_N "checking for GNOMEVFS... $ECHO_C" >&6; }
44828
44829 if test -n "$PKG_CONFIG"; then
44830 if test -n "$GNOMEVFS_CFLAGS"; then
44831 pkg_cv_GNOMEVFS_CFLAGS="$GNOMEVFS_CFLAGS"
44832 else
44833 if test -n "$PKG_CONFIG" && \
44834 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
44835 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
44836 ac_status=$?
44837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44838 (exit $ac_status); }; then
44839 pkg_cv_GNOMEVFS_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
44840 else
44841 pkg_failed=yes
44842 fi
44843 fi
44844 else
44845 pkg_failed=untried
44846 fi
44847 if test -n "$PKG_CONFIG"; then
44848 if test -n "$GNOMEVFS_LIBS"; then
44849 pkg_cv_GNOMEVFS_LIBS="$GNOMEVFS_LIBS"
44850 else
44851 if test -n "$PKG_CONFIG" && \
44852 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 >= 2.0\"") >&5
44853 ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 >= 2.0") 2>&5
44854 ac_status=$?
44855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44856 (exit $ac_status); }; then
44857 pkg_cv_GNOMEVFS_LIBS=`$PKG_CONFIG --libs "gnome-vfs-2.0 >= 2.0" 2>/dev/null`
44858 else
44859 pkg_failed=yes
44860 fi
44861 fi
44862 else
44863 pkg_failed=untried
44864 fi
44865
44866
44867
44868 if test $pkg_failed = yes; then
44869
44870 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44871 _pkg_short_errors_supported=yes
44872 else
44873 _pkg_short_errors_supported=no
44874 fi
44875 if test $_pkg_short_errors_supported = yes; then
44876 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
44877 else
44878 GNOMEVFS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-vfs-2.0 >= 2.0"`
44879 fi
44880 # Put the nasty error message in config.log where it belongs
44881 echo "$GNOMEVFS_PKG_ERRORS" >&5
44882
44883
44884 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
44885 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
44886 wxUSE_LIBGNOMEVFS="no"
44887
44888
44889 elif test $pkg_failed = untried; then
44890
44891 { echo "$as_me:$LINENO: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&5
44892 echo "$as_me: WARNING: libgnomevfs not found, library won't be able to associate MIME type" >&2;}
44893 wxUSE_LIBGNOMEVFS="no"
44894
44895
44896 else
44897 GNOMEVFS_CFLAGS=$pkg_cv_GNOMEVFS_CFLAGS
44898 GNOMEVFS_LIBS=$pkg_cv_GNOMEVFS_LIBS
44899 { echo "$as_me:$LINENO: result: yes" >&5
44900 echo "${ECHO_T}yes" >&6; }
44901
44902 CFLAGS="$GNOMEVFS_CFLAGS $CFLAGS"
44903 CXXFLAGS="$GNOMEVFS_CFLAGS $CXXFLAGS"
44904 cat >>confdefs.h <<\_ACEOF
44905 #define wxUSE_LIBGNOMEVFS 1
44906 _ACEOF
44907
44908
44909 fi
44910 fi
44911 fi
44912
44913 if test "$wxUSE_LIBHILDON" = "yes" ; then
44914
44915 pkg_failed=no
44916 { echo "$as_me:$LINENO: checking for HILDON" >&5
44917 echo $ECHO_N "checking for HILDON... $ECHO_C" >&6; }
44918
44919 if test -n "$PKG_CONFIG"; then
44920 if test -n "$HILDON_CFLAGS"; then
44921 pkg_cv_HILDON_CFLAGS="$HILDON_CFLAGS"
44922 else
44923 if test -n "$PKG_CONFIG" && \
44924 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
44925 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
44926 ac_status=$?
44927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44928 (exit $ac_status); }; then
44929 pkg_cv_HILDON_CFLAGS=`$PKG_CONFIG --cflags "hildon-lgpl >= 0.9" 2>/dev/null`
44930 else
44931 pkg_failed=yes
44932 fi
44933 fi
44934 else
44935 pkg_failed=untried
44936 fi
44937 if test -n "$PKG_CONFIG"; then
44938 if test -n "$HILDON_LIBS"; then
44939 pkg_cv_HILDON_LIBS="$HILDON_LIBS"
44940 else
44941 if test -n "$PKG_CONFIG" && \
44942 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-lgpl >= 0.9\"") >&5
44943 ($PKG_CONFIG --exists --print-errors "hildon-lgpl >= 0.9") 2>&5
44944 ac_status=$?
44945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
44946 (exit $ac_status); }; then
44947 pkg_cv_HILDON_LIBS=`$PKG_CONFIG --libs "hildon-lgpl >= 0.9" 2>/dev/null`
44948 else
44949 pkg_failed=yes
44950 fi
44951 fi
44952 else
44953 pkg_failed=untried
44954 fi
44955
44956
44957
44958 if test $pkg_failed = yes; then
44959
44960 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44961 _pkg_short_errors_supported=yes
44962 else
44963 _pkg_short_errors_supported=no
44964 fi
44965 if test $_pkg_short_errors_supported = yes; then
44966 HILDON_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
44967 else
44968 HILDON_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-lgpl >= 0.9"`
44969 fi
44970 # Put the nasty error message in config.log where it belongs
44971 echo "$HILDON_PKG_ERRORS" >&5
44972
44973
44974 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
44975 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
44976 wxUSE_LIBHILDON="no"
44977 ac_hildon_lgpl=0
44978
44979
44980 elif test $pkg_failed = untried; then
44981
44982 { echo "$as_me:$LINENO: WARNING: libhildon_lgpl not found" >&5
44983 echo "$as_me: WARNING: libhildon_lgpl not found" >&2;}
44984 wxUSE_LIBHILDON="no"
44985 ac_hildon_lgpl=0
44986
44987
44988 else
44989 HILDON_CFLAGS=$pkg_cv_HILDON_CFLAGS
44990 HILDON_LIBS=$pkg_cv_HILDON_LIBS
44991 { echo "$as_me:$LINENO: result: yes" >&5
44992 echo "${ECHO_T}yes" >&6; }
44993
44994 EXTRALIBS_HILDON="$HILDON_LIBS"
44995 CFLAGS="$CFLAGS $HILDON_CFLAGS"
44996 CXXFLAGS="$CXXFLAGS $HILDON_CFLAGS"
44997 cat >>confdefs.h <<\_ACEOF
44998 #define wxUSE_LIBHILDON 1
44999 _ACEOF
45000
45001 ac_hildon_lgpl=1
45002
45003 fi
45004
45005 if test "$ac_hildon_lgpl" = 0 ; then
45006
45007 pkg_failed=no
45008 { echo "$as_me:$LINENO: checking for HILDON2" >&5
45009 echo $ECHO_N "checking for HILDON2... $ECHO_C" >&6; }
45010
45011 if test -n "$PKG_CONFIG"; then
45012 if test -n "$HILDON2_CFLAGS"; then
45013 pkg_cv_HILDON2_CFLAGS="$HILDON2_CFLAGS"
45014 else
45015 if test -n "$PKG_CONFIG" && \
45016 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\"") >&5
45017 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
45018 ac_status=$?
45019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45020 (exit $ac_status); }; then
45021 pkg_cv_HILDON2_CFLAGS=`$PKG_CONFIG --cflags "hildon-1 >= 1.99" 2>/dev/null`
45022 else
45023 pkg_failed=yes
45024 fi
45025 fi
45026 else
45027 pkg_failed=untried
45028 fi
45029 if test -n "$PKG_CONFIG"; then
45030 if test -n "$HILDON2_LIBS"; then
45031 pkg_cv_HILDON2_LIBS="$HILDON2_LIBS"
45032 else
45033 if test -n "$PKG_CONFIG" && \
45034 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hildon-1 >= 1.99\"") >&5
45035 ($PKG_CONFIG --exists --print-errors "hildon-1 >= 1.99") 2>&5
45036 ac_status=$?
45037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45038 (exit $ac_status); }; then
45039 pkg_cv_HILDON2_LIBS=`$PKG_CONFIG --libs "hildon-1 >= 1.99" 2>/dev/null`
45040 else
45041 pkg_failed=yes
45042 fi
45043 fi
45044 else
45045 pkg_failed=untried
45046 fi
45047
45048
45049
45050 if test $pkg_failed = yes; then
45051
45052 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
45053 _pkg_short_errors_supported=yes
45054 else
45055 _pkg_short_errors_supported=no
45056 fi
45057 if test $_pkg_short_errors_supported = yes; then
45058 HILDON2_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
45059 else
45060 HILDON2_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hildon-1 >= 1.99"`
45061 fi
45062 # Put the nasty error message in config.log where it belongs
45063 echo "$HILDON2_PKG_ERRORS" >&5
45064
45065
45066 { echo "$as_me:$LINENO: WARNING: libhildon_1 not found" >&5
45067 echo "$as_me: WARNING: libhildon_1 not found" >&2;}
45068 wxUSE_LIBHILDON2="no"
45069
45070
45071 elif test $pkg_failed = untried; then
45072
45073 { echo "$as_me:$LINENO: WARNING: libhildon_1 not found" >&5
45074 echo "$as_me: WARNING: libhildon_1 not found" >&2;}
45075 wxUSE_LIBHILDON2="no"
45076
45077
45078 else
45079 HILDON2_CFLAGS=$pkg_cv_HILDON2_CFLAGS
45080 HILDON2_LIBS=$pkg_cv_HILDON2_LIBS
45081 { echo "$as_me:$LINENO: result: yes" >&5
45082 echo "${ECHO_T}yes" >&6; }
45083
45084 EXTRALIBS_HILDON="$HILDON2_LIBS"
45085 CFLAGS="$CFLAGS $HILDON2_CFLAGS"
45086 CXXFLAGS="$CXXFLAGS $HILDON2_CFLAGS"
45087 cat >>confdefs.h <<\_ACEOF
45088 #define wxUSE_LIBHILDON2 1
45089 _ACEOF
45090
45091
45092 fi
45093 fi
45094 fi
45095 fi
45096
45097 if test "$wxUSE_CMDLINE_PARSER" = "yes"; then
45098 cat >>confdefs.h <<\_ACEOF
45099 #define wxUSE_CMDLINE_PARSER 1
45100 _ACEOF
45101
45102 fi
45103
45104 if test "$wxUSE_STOPWATCH" = "yes"; then
45105 cat >>confdefs.h <<\_ACEOF
45106 #define wxUSE_STOPWATCH 1
45107 _ACEOF
45108
45109 fi
45110
45111 if test "$wxUSE_DATETIME" = "yes"; then
45112 cat >>confdefs.h <<\_ACEOF
45113 #define wxUSE_DATETIME 1
45114 _ACEOF
45115
45116 fi
45117
45118 if test "$wxUSE_FILE" = "yes"; then
45119 cat >>confdefs.h <<\_ACEOF
45120 #define wxUSE_FILE 1
45121 _ACEOF
45122
45123 fi
45124
45125 if test "$wxUSE_FFILE" = "yes"; then
45126 cat >>confdefs.h <<\_ACEOF
45127 #define wxUSE_FFILE 1
45128 _ACEOF
45129
45130 fi
45131
45132 if test "$wxUSE_ARCHIVE_STREAMS" = "yes"; then
45133 if test "$wxUSE_STREAMS" != yes; then
45134 { echo "$as_me:$LINENO: WARNING: wxArchive requires wxStreams... disabled" >&5
45135 echo "$as_me: WARNING: wxArchive requires wxStreams... disabled" >&2;}
45136 wxUSE_ARCHIVE_STREAMS=no
45137 else
45138 cat >>confdefs.h <<\_ACEOF
45139 #define wxUSE_ARCHIVE_STREAMS 1
45140 _ACEOF
45141
45142 fi
45143 fi
45144
45145 if test "$wxUSE_ZIPSTREAM" = "yes"; then
45146 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
45147 { echo "$as_me:$LINENO: WARNING: wxZip requires wxArchive... disabled" >&5
45148 echo "$as_me: WARNING: wxZip requires wxArchive... disabled" >&2;}
45149 elif test "$wxUSE_ZLIB" = "no"; then
45150 { echo "$as_me:$LINENO: WARNING: wxZip requires wxZlib... disabled" >&5
45151 echo "$as_me: WARNING: wxZip requires wxZlib... disabled" >&2;}
45152 else
45153 cat >>confdefs.h <<\_ACEOF
45154 #define wxUSE_ZIPSTREAM 1
45155 _ACEOF
45156
45157 fi
45158 fi
45159
45160 if test "$wxUSE_TARSTREAM" = "yes"; then
45161 if test "$wxUSE_ARCHIVE_STREAMS" != "yes"; then
45162 { echo "$as_me:$LINENO: WARNING: wxTar requires wxArchive... disabled" >&5
45163 echo "$as_me: WARNING: wxTar requires wxArchive... disabled" >&2;}
45164 else
45165 cat >>confdefs.h <<\_ACEOF
45166 #define wxUSE_TARSTREAM 1
45167 _ACEOF
45168
45169 fi
45170 fi
45171
45172 if test "$wxUSE_FILE_HISTORY" = "yes"; then
45173 cat >>confdefs.h <<\_ACEOF
45174 #define wxUSE_FILE_HISTORY 1
45175 _ACEOF
45176
45177 fi
45178
45179 if test "$wxUSE_FILESYSTEM" = "yes"; then
45180 if test "$wxUSE_STREAMS" != yes -o \( "$wxUSE_FILE" != yes -a "$wxUSE_FFILE" != yes \); then
45181 { echo "$as_me:$LINENO: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&5
45182 echo "$as_me: WARNING: wxFileSystem requires wxStreams and wxFile or wxFFile... disabled" >&2;}
45183 wxUSE_FILESYSTEM=no
45184 else
45185 cat >>confdefs.h <<\_ACEOF
45186 #define wxUSE_FILESYSTEM 1
45187 _ACEOF
45188
45189 fi
45190 fi
45191
45192 if test "$wxUSE_FS_ARCHIVE" = "yes"; then
45193 if test "$wxUSE_FILESYSTEM" != yes -o "$wxUSE_ARCHIVE_STREAMS" != yes; then
45194 { echo "$as_me:$LINENO: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&5
45195 echo "$as_me: WARNING: wxArchiveFSHandler requires wxArchive and wxFileSystem... disabled" >&2;}
45196 else
45197 cat >>confdefs.h <<\_ACEOF
45198 #define wxUSE_FS_ARCHIVE 1
45199 _ACEOF
45200
45201 fi
45202 fi
45203
45204 if test "$wxUSE_FS_ZIP" = "yes"; then
45205 if test "$wxUSE_FS_ARCHIVE" != yes; then
45206 { echo "$as_me:$LINENO: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&5
45207 echo "$as_me: WARNING: wxZipFSHandler requires wxArchiveFSHandler... disabled" >&2;}
45208 else
45209 cat >>confdefs.h <<\_ACEOF
45210 #define wxUSE_FS_ZIP 1
45211 _ACEOF
45212
45213 fi
45214 fi
45215
45216 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
45217 if test "$USE_UNIX" != 1; then
45218 { echo "$as_me:$LINENO: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&5
45219 echo "$as_me: WARNING: Catching fatal exceptions not currently supported on this system, wxApp::OnFatalException will not be called" >&2;}
45220 wxUSE_ON_FATAL_EXCEPTION=no
45221 else
45222 cat >>confdefs.h <<\_ACEOF
45223 #define wxUSE_ON_FATAL_EXCEPTION 1
45224 _ACEOF
45225
45226 fi
45227 fi
45228
45229 if test "$wxUSE_STACKWALKER" = "yes"; then
45230 cat >>confdefs.h <<\_ACEOF
45231 #define wxUSE_STACKWALKER 1
45232 _ACEOF
45233
45234 fi
45235
45236 if test "$wxUSE_DEBUGREPORT" = "yes"; then
45237 if test "$USE_UNIX" != 1 -a "$USE_WIN32" != 1; then
45238 { echo "$as_me:$LINENO: WARNING: Creating debug reports not currently supported on this system, disabled" >&5
45239 echo "$as_me: WARNING: Creating debug reports not currently supported on this system, disabled" >&2;}
45240 wxUSE_DEBUGREPORT=no
45241 else
45242 cat >>confdefs.h <<\_ACEOF
45243 #define wxUSE_DEBUGREPORT 1
45244 _ACEOF
45245
45246 if test "$wxUSE_ON_FATAL_EXCEPTION" = "yes"; then
45247 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS debugrpt"
45248 fi
45249 fi
45250 fi
45251
45252 if test "$wxUSE_SNGLINST_CHECKER" = "yes"; then
45253 cat >>confdefs.h <<\_ACEOF
45254 #define wxUSE_SNGLINST_CHECKER 1
45255 _ACEOF
45256
45257 fi
45258
45259 if test "$wxUSE_BUSYINFO" = "yes"; then
45260 cat >>confdefs.h <<\_ACEOF
45261 #define wxUSE_BUSYINFO 1
45262 _ACEOF
45263
45264 fi
45265
45266 if test "$wxUSE_HOTKEY" = "yes"; then
45267 if test "$wxUSE_MSW" != 1 -a "$wxUSE_OSX_COCOA" != 1 -a "$wxUSE_OSX_CARBON" != 1; then
45268 { echo "$as_me:$LINENO: WARNING: Hot keys not supported by the current toolkit, disabled" >&5
45269 echo "$as_me: WARNING: Hot keys not supported by the current toolkit, disabled" >&2;}
45270 wxUSE_HOTKEY=no
45271 fi
45272 elif test "$wxUSE_HOTKEY" = "auto"; then
45273 if test "$wxUSE_MSW" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_OSX_CARBON" = 1; then
45274 wxUSE_HOTKEY=yes
45275 fi
45276 fi
45277 if test "$wxUSE_HOTKEY" = "yes"; then
45278 cat >>confdefs.h <<\_ACEOF
45279 #define wxUSE_HOTKEY 1
45280 _ACEOF
45281
45282 fi
45283
45284 if test "$wxUSE_STD_CONTAINERS" = "yes"; then
45285 cat >>confdefs.h <<\_ACEOF
45286 #define wxUSE_STD_CONTAINERS 1
45287 _ACEOF
45288
45289 fi
45290
45291 if test "$wxUSE_STD_IOSTREAM" = "yes"; then
45292 cat >>confdefs.h <<\_ACEOF
45293 #define wxUSE_STD_IOSTREAM 1
45294 _ACEOF
45295
45296 fi
45297
45298 if test "$wxUSE_STD_STRING" = "yes"; then
45299 cat >>confdefs.h <<\_ACEOF
45300 #define wxUSE_STD_STRING 1
45301 _ACEOF
45302
45303 fi
45304
45305 if test "$wxUSE_STD_STRING_CONV_IN_WXSTRING" = "yes"; then
45306 cat >>confdefs.h <<\_ACEOF
45307 #define wxUSE_STD_STRING_CONV_IN_WXSTRING 1
45308 _ACEOF
45309
45310 fi
45311
45312 if test "$wxUSE_STDPATHS" = "yes"; then
45313 cat >>confdefs.h <<\_ACEOF
45314 #define wxUSE_STDPATHS 1
45315 _ACEOF
45316
45317 fi
45318
45319 if test "$wxUSE_TEXTBUFFER" = "yes"; then
45320 cat >>confdefs.h <<\_ACEOF
45321 #define wxUSE_TEXTBUFFER 1
45322 _ACEOF
45323
45324 fi
45325
45326 if test "$wxUSE_TEXTFILE" = "yes"; then
45327 if test "$wxUSE_FILE" != "yes" -o "$wxUSE_TEXTBUFFER" != "yes" ; then
45328 { echo "$as_me:$LINENO: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&5
45329 echo "$as_me: WARNING: wxTextFile requires wxFile and wxTextBuffer... disabled" >&2;}
45330 else
45331 cat >>confdefs.h <<\_ACEOF
45332 #define wxUSE_TEXTFILE 1
45333 _ACEOF
45334
45335 fi
45336 fi
45337
45338 if test "$wxUSE_CONFIG" = "yes" ; then
45339 if test "$wxUSE_TEXTFILE" != "yes"; then
45340 { echo "$as_me:$LINENO: WARNING: wxConfig requires wxTextFile... disabled" >&5
45341 echo "$as_me: WARNING: wxConfig requires wxTextFile... disabled" >&2;}
45342 else
45343 cat >>confdefs.h <<\_ACEOF
45344 #define wxUSE_CONFIG 1
45345 _ACEOF
45346
45347 cat >>confdefs.h <<\_ACEOF
45348 #define wxUSE_CONFIG_NATIVE 1
45349 _ACEOF
45350
45351 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS config"
45352 fi
45353 fi
45354
45355 if test "$wxUSE_INTL" = "yes" ; then
45356 if test "$wxUSE_FILE" != "yes"; then
45357 { echo "$as_me:$LINENO: WARNING: I18n code requires wxFile... disabled" >&5
45358 echo "$as_me: WARNING: I18n code requires wxFile... disabled" >&2;}
45359 else
45360 cat >>confdefs.h <<\_ACEOF
45361 #define wxUSE_INTL 1
45362 _ACEOF
45363
45364 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS internat"
45365 GUIDIST="$GUIDIST INTL_DIST"
45366 fi
45367 fi
45368
45369 if test "$wxUSE_XLOCALE" = "yes" ; then
45370 cat >>confdefs.h <<\_ACEOF
45371 #define wxUSE_XLOCALE 1
45372 _ACEOF
45373
45374 { echo "$as_me:$LINENO: checking for locale_t" >&5
45375 echo $ECHO_N "checking for locale_t... $ECHO_C" >&6; }
45376 if test "${ac_cv_type_locale_t+set}" = set; then
45377 echo $ECHO_N "(cached) $ECHO_C" >&6
45378 else
45379 cat >conftest.$ac_ext <<_ACEOF
45380 /* confdefs.h. */
45381 _ACEOF
45382 cat confdefs.h >>conftest.$ac_ext
45383 cat >>conftest.$ac_ext <<_ACEOF
45384 /* end confdefs.h. */
45385 #include <xlocale.h>
45386 #include <locale.h>
45387
45388 typedef locale_t ac__type_new_;
45389 int
45390 main ()
45391 {
45392 if ((ac__type_new_ *) 0)
45393 return 0;
45394 if (sizeof (ac__type_new_))
45395 return 0;
45396 ;
45397 return 0;
45398 }
45399 _ACEOF
45400 rm -f conftest.$ac_objext
45401 if { (ac_try="$ac_compile"
45402 case "(($ac_try" in
45403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45404 *) ac_try_echo=$ac_try;;
45405 esac
45406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45407 (eval "$ac_compile") 2>conftest.er1
45408 ac_status=$?
45409 grep -v '^ *+' conftest.er1 >conftest.err
45410 rm -f conftest.er1
45411 cat conftest.err >&5
45412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45413 (exit $ac_status); } && {
45414 test -z "$ac_c_werror_flag" ||
45415 test ! -s conftest.err
45416 } && test -s conftest.$ac_objext; then
45417 ac_cv_type_locale_t=yes
45418 else
45419 echo "$as_me: failed program was:" >&5
45420 sed 's/^/| /' conftest.$ac_ext >&5
45421
45422 ac_cv_type_locale_t=no
45423 fi
45424
45425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45426 fi
45427 { echo "$as_me:$LINENO: result: $ac_cv_type_locale_t" >&5
45428 echo "${ECHO_T}$ac_cv_type_locale_t" >&6; }
45429 if test $ac_cv_type_locale_t = yes; then
45430
45431 cat >>confdefs.h <<_ACEOF
45432 #define HAVE_LOCALE_T 1
45433 _ACEOF
45434
45435
45436 fi
45437
45438 fi
45439
45440 if test "$wxUSE_LOG" = "yes"; then
45441 cat >>confdefs.h <<\_ACEOF
45442 #define wxUSE_LOG 1
45443 _ACEOF
45444
45445
45446 if test "$wxUSE_LOGGUI" = "yes"; then
45447 cat >>confdefs.h <<\_ACEOF
45448 #define wxUSE_LOGGUI 1
45449 _ACEOF
45450
45451 fi
45452
45453 if test "$wxUSE_LOGWINDOW" = "yes"; then
45454 cat >>confdefs.h <<\_ACEOF
45455 #define wxUSE_LOGWINDOW 1
45456 _ACEOF
45457
45458 fi
45459
45460 if test "$wxUSE_LOGDIALOG" = "yes"; then
45461 cat >>confdefs.h <<\_ACEOF
45462 #define wxUSE_LOG_DIALOG 1
45463 _ACEOF
45464
45465 fi
45466
45467 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS keyboard"
45468 fi
45469
45470 if test "$wxUSE_LONGLONG" = "yes"; then
45471 cat >>confdefs.h <<\_ACEOF
45472 #define wxUSE_LONGLONG 1
45473 _ACEOF
45474
45475 fi
45476
45477 if test "$wxUSE_GEOMETRY" = "yes"; then
45478 cat >>confdefs.h <<\_ACEOF
45479 #define wxUSE_GEOMETRY 1
45480 _ACEOF
45481
45482 fi
45483
45484 if test "$wxUSE_BASE64" = "yes"; then
45485 cat >>confdefs.h <<\_ACEOF
45486 #define wxUSE_BASE64 1
45487 _ACEOF
45488
45489 fi
45490
45491 if test "$wxUSE_STREAMS" = "yes" ; then
45492 cat >>confdefs.h <<\_ACEOF
45493 #define wxUSE_STREAMS 1
45494 _ACEOF
45495
45496 fi
45497
45498 if test "$wxUSE_PRINTF_POS_PARAMS" = "yes"; then
45499 cat >>confdefs.h <<\_ACEOF
45500 #define wxUSE_PRINTF_POS_PARAMS 1
45501 _ACEOF
45502
45503 fi
45504
45505 if test "$wxUSE_OBJC_UNIQUIFYING" = "yes"; then
45506 cat >>confdefs.h <<\_ACEOF
45507 #define wxUSE_OBJC_UNIQUIFYING 1
45508 _ACEOF
45509
45510 fi
45511
45512
45513 if test "$wxUSE_CONSOLE_EVENTLOOP" = "yes"; then
45514 cat >>confdefs.h <<\_ACEOF
45515 #define wxUSE_CONSOLE_EVENTLOOP 1
45516 _ACEOF
45517
45518
45519 if test "$wxUSE_UNIX" = "yes"; then
45520 if test "$wxUSE_SELECT_DISPATCHER" = "yes"; then
45521 cat >>confdefs.h <<\_ACEOF
45522 #define wxUSE_SELECT_DISPATCHER 1
45523 _ACEOF
45524
45525 fi
45526
45527 if test "$wxUSE_EPOLL_DISPATCHER" = "yes"; then
45528
45529 for ac_header in sys/epoll.h
45530 do
45531 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
45532 { echo "$as_me:$LINENO: checking for $ac_header" >&5
45533 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
45534 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
45535 echo $ECHO_N "(cached) $ECHO_C" >&6
45536 else
45537 cat >conftest.$ac_ext <<_ACEOF
45538 /* confdefs.h. */
45539 _ACEOF
45540 cat confdefs.h >>conftest.$ac_ext
45541 cat >>conftest.$ac_ext <<_ACEOF
45542 /* end confdefs.h. */
45543 $ac_includes_default
45544
45545 #include <$ac_header>
45546 _ACEOF
45547 rm -f conftest.$ac_objext
45548 if { (ac_try="$ac_compile"
45549 case "(($ac_try" in
45550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45551 *) ac_try_echo=$ac_try;;
45552 esac
45553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45554 (eval "$ac_compile") 2>conftest.er1
45555 ac_status=$?
45556 grep -v '^ *+' conftest.er1 >conftest.err
45557 rm -f conftest.er1
45558 cat conftest.err >&5
45559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45560 (exit $ac_status); } && {
45561 test -z "$ac_c_werror_flag" ||
45562 test ! -s conftest.err
45563 } && test -s conftest.$ac_objext; then
45564 eval "$as_ac_Header=yes"
45565 else
45566 echo "$as_me: failed program was:" >&5
45567 sed 's/^/| /' conftest.$ac_ext >&5
45568
45569 eval "$as_ac_Header=no"
45570 fi
45571
45572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45573 fi
45574 ac_res=`eval echo '${'$as_ac_Header'}'`
45575 { echo "$as_me:$LINENO: result: $ac_res" >&5
45576 echo "${ECHO_T}$ac_res" >&6; }
45577 if test `eval echo '${'$as_ac_Header'}'` = yes; then
45578 cat >>confdefs.h <<_ACEOF
45579 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
45580 _ACEOF
45581
45582 fi
45583
45584 done
45585
45586 if test "$ac_cv_header_sys_epoll_h" = "yes"; then
45587 cat >>confdefs.h <<\_ACEOF
45588 #define wxUSE_EPOLL_DISPATCHER 1
45589 _ACEOF
45590
45591 else
45592 { echo "$as_me:$LINENO: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&5
45593 echo "$as_me: WARNING: sys/epoll.h not available, wxEpollDispatcher disabled" >&2;}
45594 fi
45595 fi
45596 fi
45597 fi
45598
45599
45600
45601
45602 for ac_func in gettimeofday ftime
45603 do
45604 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
45605 { echo "$as_me:$LINENO: checking for $ac_func" >&5
45606 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
45607 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
45608 echo $ECHO_N "(cached) $ECHO_C" >&6
45609 else
45610 cat >conftest.$ac_ext <<_ACEOF
45611 /* confdefs.h. */
45612 _ACEOF
45613 cat confdefs.h >>conftest.$ac_ext
45614 cat >>conftest.$ac_ext <<_ACEOF
45615 /* end confdefs.h. */
45616 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
45617 For example, HP-UX 11i <limits.h> declares gettimeofday. */
45618 #define $ac_func innocuous_$ac_func
45619
45620 /* System header to define __stub macros and hopefully few prototypes,
45621 which can conflict with char $ac_func (); below.
45622 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
45623 <limits.h> exists even on freestanding compilers. */
45624
45625 #ifdef __STDC__
45626 # include <limits.h>
45627 #else
45628 # include <assert.h>
45629 #endif
45630
45631 #undef $ac_func
45632
45633 /* Override any GCC internal prototype to avoid an error.
45634 Use char because int might match the return type of a GCC
45635 builtin and then its argument prototype would still apply. */
45636 #ifdef __cplusplus
45637 extern "C"
45638 #endif
45639 char $ac_func ();
45640 /* The GNU C library defines this for functions which it implements
45641 to always fail with ENOSYS. Some functions are actually named
45642 something starting with __ and the normal name is an alias. */
45643 #if defined __stub_$ac_func || defined __stub___$ac_func
45644 choke me
45645 #endif
45646
45647 int
45648 main ()
45649 {
45650 return $ac_func ();
45651 ;
45652 return 0;
45653 }
45654 _ACEOF
45655 rm -f conftest.$ac_objext conftest$ac_exeext
45656 if { (ac_try="$ac_link"
45657 case "(($ac_try" in
45658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45659 *) ac_try_echo=$ac_try;;
45660 esac
45661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45662 (eval "$ac_link") 2>conftest.er1
45663 ac_status=$?
45664 grep -v '^ *+' conftest.er1 >conftest.err
45665 rm -f conftest.er1
45666 cat conftest.err >&5
45667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45668 (exit $ac_status); } && {
45669 test -z "$ac_c_werror_flag" ||
45670 test ! -s conftest.err
45671 } && test -s conftest$ac_exeext &&
45672 $as_test_x conftest$ac_exeext; then
45673 eval "$as_ac_var=yes"
45674 else
45675 echo "$as_me: failed program was:" >&5
45676 sed 's/^/| /' conftest.$ac_ext >&5
45677
45678 eval "$as_ac_var=no"
45679 fi
45680
45681 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45682 conftest$ac_exeext conftest.$ac_ext
45683 fi
45684 ac_res=`eval echo '${'$as_ac_var'}'`
45685 { echo "$as_me:$LINENO: result: $ac_res" >&5
45686 echo "${ECHO_T}$ac_res" >&6; }
45687 if test `eval echo '${'$as_ac_var'}'` = yes; then
45688 cat >>confdefs.h <<_ACEOF
45689 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
45690 _ACEOF
45691 break
45692 fi
45693 done
45694
45695
45696 if test "$ac_cv_func_gettimeofday" = "yes"; then
45697 { echo "$as_me:$LINENO: checking whether gettimeofday takes two arguments" >&5
45698 echo $ECHO_N "checking whether gettimeofday takes two arguments... $ECHO_C" >&6; }
45699 if test "${wx_cv_func_gettimeofday_has_2_args+set}" = set; then
45700 echo $ECHO_N "(cached) $ECHO_C" >&6
45701 else
45702
45703 cat >conftest.$ac_ext <<_ACEOF
45704 /* confdefs.h. */
45705 _ACEOF
45706 cat confdefs.h >>conftest.$ac_ext
45707 cat >>conftest.$ac_ext <<_ACEOF
45708 /* end confdefs.h. */
45709
45710 #include <sys/time.h>
45711 #include <unistd.h>
45712
45713 int
45714 main ()
45715 {
45716
45717 struct timeval tv;
45718 gettimeofday(&tv, NULL);
45719
45720 ;
45721 return 0;
45722 }
45723 _ACEOF
45724 rm -f conftest.$ac_objext
45725 if { (ac_try="$ac_compile"
45726 case "(($ac_try" in
45727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45728 *) ac_try_echo=$ac_try;;
45729 esac
45730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45731 (eval "$ac_compile") 2>conftest.er1
45732 ac_status=$?
45733 grep -v '^ *+' conftest.er1 >conftest.err
45734 rm -f conftest.er1
45735 cat conftest.err >&5
45736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45737 (exit $ac_status); } && {
45738 test -z "$ac_c_werror_flag" ||
45739 test ! -s conftest.err
45740 } && test -s conftest.$ac_objext; then
45741 wx_cv_func_gettimeofday_has_2_args=yes
45742 else
45743 echo "$as_me: failed program was:" >&5
45744 sed 's/^/| /' conftest.$ac_ext >&5
45745
45746 cat >conftest.$ac_ext <<_ACEOF
45747 /* confdefs.h. */
45748 _ACEOF
45749 cat confdefs.h >>conftest.$ac_ext
45750 cat >>conftest.$ac_ext <<_ACEOF
45751 /* end confdefs.h. */
45752
45753 #include <sys/time.h>
45754 #include <unistd.h>
45755
45756 int
45757 main ()
45758 {
45759
45760 struct timeval tv;
45761 gettimeofday(&tv);
45762
45763 ;
45764 return 0;
45765 }
45766 _ACEOF
45767 rm -f conftest.$ac_objext
45768 if { (ac_try="$ac_compile"
45769 case "(($ac_try" in
45770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45771 *) ac_try_echo=$ac_try;;
45772 esac
45773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45774 (eval "$ac_compile") 2>conftest.er1
45775 ac_status=$?
45776 grep -v '^ *+' conftest.er1 >conftest.err
45777 rm -f conftest.er1
45778 cat conftest.err >&5
45779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45780 (exit $ac_status); } && {
45781 test -z "$ac_c_werror_flag" ||
45782 test ! -s conftest.err
45783 } && test -s conftest.$ac_objext; then
45784 wx_cv_func_gettimeofday_has_2_args=no
45785 else
45786 echo "$as_me: failed program was:" >&5
45787 sed 's/^/| /' conftest.$ac_ext >&5
45788
45789
45790 { echo "$as_me:$LINENO: WARNING: failed to determine number of gettimeofday() arguments" >&5
45791 echo "$as_me: WARNING: failed to determine number of gettimeofday() arguments" >&2;}
45792 wx_cv_func_gettimeofday_has_2_args=unknown
45793
45794
45795 fi
45796
45797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45798
45799 fi
45800
45801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45802
45803 fi
45804 { echo "$as_me:$LINENO: result: $wx_cv_func_gettimeofday_has_2_args" >&5
45805 echo "${ECHO_T}$wx_cv_func_gettimeofday_has_2_args" >&6; }
45806
45807 if test "$wx_cv_func_gettimeofday_has_2_args" != "yes"; then
45808 cat >>confdefs.h <<\_ACEOF
45809 #define WX_GETTIMEOFDAY_NO_TZ 1
45810 _ACEOF
45811
45812 fi
45813 fi
45814
45815 if test "$wxUSE_DATETIME" = "yes"; then
45816 { echo "$as_me:$LINENO: checking for timezone variable in <time.h>" >&5
45817 echo $ECHO_N "checking for timezone variable in <time.h>... $ECHO_C" >&6; }
45818 if test "${wx_cv_var_timezone+set}" = set; then
45819 echo $ECHO_N "(cached) $ECHO_C" >&6
45820 else
45821
45822 ac_ext=cpp
45823 ac_cpp='$CXXCPP $CPPFLAGS'
45824 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45825 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45826 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
45827
45828 cat >conftest.$ac_ext <<_ACEOF
45829 /* confdefs.h. */
45830 _ACEOF
45831 cat confdefs.h >>conftest.$ac_ext
45832 cat >>conftest.$ac_ext <<_ACEOF
45833 /* end confdefs.h. */
45834
45835 #include <time.h>
45836
45837 int
45838 main ()
45839 {
45840
45841 int tz;
45842 tz = timezone;
45843
45844 ;
45845 return 0;
45846 }
45847 _ACEOF
45848 rm -f conftest.$ac_objext
45849 if { (ac_try="$ac_compile"
45850 case "(($ac_try" in
45851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45852 *) ac_try_echo=$ac_try;;
45853 esac
45854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45855 (eval "$ac_compile") 2>conftest.er1
45856 ac_status=$?
45857 grep -v '^ *+' conftest.er1 >conftest.err
45858 rm -f conftest.er1
45859 cat conftest.err >&5
45860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45861 (exit $ac_status); } && {
45862 test -z "$ac_cxx_werror_flag" ||
45863 test ! -s conftest.err
45864 } && test -s conftest.$ac_objext; then
45865
45866 wx_cv_var_timezone=timezone
45867
45868 else
45869 echo "$as_me: failed program was:" >&5
45870 sed 's/^/| /' conftest.$ac_ext >&5
45871
45872
45873 cat >conftest.$ac_ext <<_ACEOF
45874 /* confdefs.h. */
45875 _ACEOF
45876 cat confdefs.h >>conftest.$ac_ext
45877 cat >>conftest.$ac_ext <<_ACEOF
45878 /* end confdefs.h. */
45879
45880 #include <time.h>
45881
45882 int
45883 main ()
45884 {
45885
45886 int tz;
45887 tz = _timezone;
45888
45889 ;
45890 return 0;
45891 }
45892 _ACEOF
45893 rm -f conftest.$ac_objext
45894 if { (ac_try="$ac_compile"
45895 case "(($ac_try" in
45896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45897 *) ac_try_echo=$ac_try;;
45898 esac
45899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45900 (eval "$ac_compile") 2>conftest.er1
45901 ac_status=$?
45902 grep -v '^ *+' conftest.er1 >conftest.err
45903 rm -f conftest.er1
45904 cat conftest.err >&5
45905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45906 (exit $ac_status); } && {
45907 test -z "$ac_cxx_werror_flag" ||
45908 test ! -s conftest.err
45909 } && test -s conftest.$ac_objext; then
45910
45911 wx_cv_var_timezone=_timezone
45912
45913 else
45914 echo "$as_me: failed program was:" >&5
45915 sed 's/^/| /' conftest.$ac_ext >&5
45916
45917
45918 cat >conftest.$ac_ext <<_ACEOF
45919 /* confdefs.h. */
45920 _ACEOF
45921 cat confdefs.h >>conftest.$ac_ext
45922 cat >>conftest.$ac_ext <<_ACEOF
45923 /* end confdefs.h. */
45924
45925 #include <time.h>
45926
45927 int
45928 main ()
45929 {
45930
45931 int tz;
45932 tz = __timezone;
45933
45934 ;
45935 return 0;
45936 }
45937 _ACEOF
45938 rm -f conftest.$ac_objext
45939 if { (ac_try="$ac_compile"
45940 case "(($ac_try" in
45941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45942 *) ac_try_echo=$ac_try;;
45943 esac
45944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
45945 (eval "$ac_compile") 2>conftest.er1
45946 ac_status=$?
45947 grep -v '^ *+' conftest.er1 >conftest.err
45948 rm -f conftest.er1
45949 cat conftest.err >&5
45950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
45951 (exit $ac_status); } && {
45952 test -z "$ac_cxx_werror_flag" ||
45953 test ! -s conftest.err
45954 } && test -s conftest.$ac_objext; then
45955
45956 wx_cv_var_timezone=__timezone
45957
45958 else
45959 echo "$as_me: failed program was:" >&5
45960 sed 's/^/| /' conftest.$ac_ext >&5
45961
45962
45963 if test "$USE_DOS" = 0 ; then
45964 { echo "$as_me:$LINENO: WARNING: no timezone variable" >&5
45965 echo "$as_me: WARNING: no timezone variable" >&2;}
45966 fi
45967
45968
45969 fi
45970
45971 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45972
45973
45974 fi
45975
45976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45977
45978
45979 fi
45980
45981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45982 ac_ext=c
45983 ac_cpp='$CPP $CPPFLAGS'
45984 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
45985 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
45986 ac_compiler_gnu=$ac_cv_c_compiler_gnu
45987
45988
45989
45990 fi
45991 { echo "$as_me:$LINENO: result: $wx_cv_var_timezone" >&5
45992 echo "${ECHO_T}$wx_cv_var_timezone" >&6; }
45993
45994 if test "x$wx_cv_var_timezone" != x ; then
45995 cat >>confdefs.h <<_ACEOF
45996 #define WX_TIMEZONE $wx_cv_var_timezone
45997 _ACEOF
45998
45999 fi
46000
46001
46002 for ac_func in localtime
46003 do
46004 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
46005 { echo "$as_me:$LINENO: checking for $ac_func" >&5
46006 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
46007 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
46008 echo $ECHO_N "(cached) $ECHO_C" >&6
46009 else
46010 cat >conftest.$ac_ext <<_ACEOF
46011 /* confdefs.h. */
46012 _ACEOF
46013 cat confdefs.h >>conftest.$ac_ext
46014 cat >>conftest.$ac_ext <<_ACEOF
46015 /* end confdefs.h. */
46016 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
46017 For example, HP-UX 11i <limits.h> declares gettimeofday. */
46018 #define $ac_func innocuous_$ac_func
46019
46020 /* System header to define __stub macros and hopefully few prototypes,
46021 which can conflict with char $ac_func (); below.
46022 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
46023 <limits.h> exists even on freestanding compilers. */
46024
46025 #ifdef __STDC__
46026 # include <limits.h>
46027 #else
46028 # include <assert.h>
46029 #endif
46030
46031 #undef $ac_func
46032
46033 /* Override any GCC internal prototype to avoid an error.
46034 Use char because int might match the return type of a GCC
46035 builtin and then its argument prototype would still apply. */
46036 #ifdef __cplusplus
46037 extern "C"
46038 #endif
46039 char $ac_func ();
46040 /* The GNU C library defines this for functions which it implements
46041 to always fail with ENOSYS. Some functions are actually named
46042 something starting with __ and the normal name is an alias. */
46043 #if defined __stub_$ac_func || defined __stub___$ac_func
46044 choke me
46045 #endif
46046
46047 int
46048 main ()
46049 {
46050 return $ac_func ();
46051 ;
46052 return 0;
46053 }
46054 _ACEOF
46055 rm -f conftest.$ac_objext conftest$ac_exeext
46056 if { (ac_try="$ac_link"
46057 case "(($ac_try" in
46058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46059 *) ac_try_echo=$ac_try;;
46060 esac
46061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46062 (eval "$ac_link") 2>conftest.er1
46063 ac_status=$?
46064 grep -v '^ *+' conftest.er1 >conftest.err
46065 rm -f conftest.er1
46066 cat conftest.err >&5
46067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46068 (exit $ac_status); } && {
46069 test -z "$ac_c_werror_flag" ||
46070 test ! -s conftest.err
46071 } && test -s conftest$ac_exeext &&
46072 $as_test_x conftest$ac_exeext; then
46073 eval "$as_ac_var=yes"
46074 else
46075 echo "$as_me: failed program was:" >&5
46076 sed 's/^/| /' conftest.$ac_ext >&5
46077
46078 eval "$as_ac_var=no"
46079 fi
46080
46081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
46082 conftest$ac_exeext conftest.$ac_ext
46083 fi
46084 ac_res=`eval echo '${'$as_ac_var'}'`
46085 { echo "$as_me:$LINENO: result: $ac_res" >&5
46086 echo "${ECHO_T}$ac_res" >&6; }
46087 if test `eval echo '${'$as_ac_var'}'` = yes; then
46088 cat >>confdefs.h <<_ACEOF
46089 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
46090 _ACEOF
46091
46092 fi
46093 done
46094
46095
46096 if test "$ac_cv_func_localtime" = "yes"; then
46097 { echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
46098 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6; }
46099 if test "${wx_cv_struct_tm_has_gmtoff+set}" = set; then
46100 echo $ECHO_N "(cached) $ECHO_C" >&6
46101 else
46102
46103 cat >conftest.$ac_ext <<_ACEOF
46104 /* confdefs.h. */
46105 _ACEOF
46106 cat confdefs.h >>conftest.$ac_ext
46107 cat >>conftest.$ac_ext <<_ACEOF
46108 /* end confdefs.h. */
46109
46110 #include <time.h>
46111
46112 int
46113 main ()
46114 {
46115
46116 struct tm tm;
46117 tm.tm_gmtoff++;
46118
46119 ;
46120 return 0;
46121 }
46122 _ACEOF
46123 rm -f conftest.$ac_objext
46124 if { (ac_try="$ac_compile"
46125 case "(($ac_try" in
46126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46127 *) ac_try_echo=$ac_try;;
46128 esac
46129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46130 (eval "$ac_compile") 2>conftest.er1
46131 ac_status=$?
46132 grep -v '^ *+' conftest.er1 >conftest.err
46133 rm -f conftest.er1
46134 cat conftest.err >&5
46135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46136 (exit $ac_status); } && {
46137 test -z "$ac_c_werror_flag" ||
46138 test ! -s conftest.err
46139 } && test -s conftest.$ac_objext; then
46140
46141 wx_cv_struct_tm_has_gmtoff=yes
46142
46143 else
46144 echo "$as_me: failed program was:" >&5
46145 sed 's/^/| /' conftest.$ac_ext >&5
46146
46147 wx_cv_struct_tm_has_gmtoff=no
46148
46149 fi
46150
46151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46152
46153 fi
46154 { echo "$as_me:$LINENO: result: $wx_cv_struct_tm_has_gmtoff" >&5
46155 echo "${ECHO_T}$wx_cv_struct_tm_has_gmtoff" >&6; }
46156 fi
46157
46158 if test "$wx_cv_struct_tm_has_gmtoff" = "yes"; then
46159 cat >>confdefs.h <<\_ACEOF
46160 #define WX_GMTOFF_IN_TM 1
46161 _ACEOF
46162
46163 fi
46164
46165 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS typetest"
46166 fi
46167
46168
46169 if test "$wxUSE_SOCKETS" = "yes"; then
46170 if test "$wxUSE_MGL" = 1; then
46171 { echo "$as_me:$LINENO: WARNING: wxSocket not yet supported under MGL... disabled" >&5
46172 echo "$as_me: WARNING: wxSocket not yet supported under MGL... disabled" >&2;}
46173 wxUSE_SOCKETS="no"
46174 fi
46175 fi
46176
46177 if test "$wxUSE_SOCKETS" = "yes"; then
46178 if test "$TOOLKIT" != "MSW"; then
46179 { echo "$as_me:$LINENO: checking for socket" >&5
46180 echo $ECHO_N "checking for socket... $ECHO_C" >&6; }
46181 if test "${ac_cv_func_socket+set}" = set; then
46182 echo $ECHO_N "(cached) $ECHO_C" >&6
46183 else
46184 cat >conftest.$ac_ext <<_ACEOF
46185 /* confdefs.h. */
46186 _ACEOF
46187 cat confdefs.h >>conftest.$ac_ext
46188 cat >>conftest.$ac_ext <<_ACEOF
46189 /* end confdefs.h. */
46190 /* Define socket to an innocuous variant, in case <limits.h> declares socket.
46191 For example, HP-UX 11i <limits.h> declares gettimeofday. */
46192 #define socket innocuous_socket
46193
46194 /* System header to define __stub macros and hopefully few prototypes,
46195 which can conflict with char socket (); below.
46196 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
46197 <limits.h> exists even on freestanding compilers. */
46198
46199 #ifdef __STDC__
46200 # include <limits.h>
46201 #else
46202 # include <assert.h>
46203 #endif
46204
46205 #undef socket
46206
46207 /* Override any GCC internal prototype to avoid an error.
46208 Use char because int might match the return type of a GCC
46209 builtin and then its argument prototype would still apply. */
46210 #ifdef __cplusplus
46211 extern "C"
46212 #endif
46213 char socket ();
46214 /* The GNU C library defines this for functions which it implements
46215 to always fail with ENOSYS. Some functions are actually named
46216 something starting with __ and the normal name is an alias. */
46217 #if defined __stub_socket || defined __stub___socket
46218 choke me
46219 #endif
46220
46221 int
46222 main ()
46223 {
46224 return socket ();
46225 ;
46226 return 0;
46227 }
46228 _ACEOF
46229 rm -f conftest.$ac_objext conftest$ac_exeext
46230 if { (ac_try="$ac_link"
46231 case "(($ac_try" in
46232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46233 *) ac_try_echo=$ac_try;;
46234 esac
46235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46236 (eval "$ac_link") 2>conftest.er1
46237 ac_status=$?
46238 grep -v '^ *+' conftest.er1 >conftest.err
46239 rm -f conftest.er1
46240 cat conftest.err >&5
46241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46242 (exit $ac_status); } && {
46243 test -z "$ac_c_werror_flag" ||
46244 test ! -s conftest.err
46245 } && test -s conftest$ac_exeext &&
46246 $as_test_x conftest$ac_exeext; then
46247 ac_cv_func_socket=yes
46248 else
46249 echo "$as_me: failed program was:" >&5
46250 sed 's/^/| /' conftest.$ac_ext >&5
46251
46252 ac_cv_func_socket=no
46253 fi
46254
46255 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
46256 conftest$ac_exeext conftest.$ac_ext
46257 fi
46258 { echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
46259 echo "${ECHO_T}$ac_cv_func_socket" >&6; }
46260 if test $ac_cv_func_socket = yes; then
46261 :
46262 else
46263
46264 { echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
46265 echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6; }
46266 if test "${ac_cv_lib_socket_socket+set}" = set; then
46267 echo $ECHO_N "(cached) $ECHO_C" >&6
46268 else
46269 ac_check_lib_save_LIBS=$LIBS
46270 LIBS="-lsocket $LIBS"
46271 cat >conftest.$ac_ext <<_ACEOF
46272 /* confdefs.h. */
46273 _ACEOF
46274 cat confdefs.h >>conftest.$ac_ext
46275 cat >>conftest.$ac_ext <<_ACEOF
46276 /* end confdefs.h. */
46277
46278 /* Override any GCC internal prototype to avoid an error.
46279 Use char because int might match the return type of a GCC
46280 builtin and then its argument prototype would still apply. */
46281 #ifdef __cplusplus
46282 extern "C"
46283 #endif
46284 char socket ();
46285 int
46286 main ()
46287 {
46288 return socket ();
46289 ;
46290 return 0;
46291 }
46292 _ACEOF
46293 rm -f conftest.$ac_objext conftest$ac_exeext
46294 if { (ac_try="$ac_link"
46295 case "(($ac_try" in
46296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46297 *) ac_try_echo=$ac_try;;
46298 esac
46299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46300 (eval "$ac_link") 2>conftest.er1
46301 ac_status=$?
46302 grep -v '^ *+' conftest.er1 >conftest.err
46303 rm -f conftest.er1
46304 cat conftest.err >&5
46305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46306 (exit $ac_status); } && {
46307 test -z "$ac_c_werror_flag" ||
46308 test ! -s conftest.err
46309 } && test -s conftest$ac_exeext &&
46310 $as_test_x conftest$ac_exeext; then
46311 ac_cv_lib_socket_socket=yes
46312 else
46313 echo "$as_me: failed program was:" >&5
46314 sed 's/^/| /' conftest.$ac_ext >&5
46315
46316 ac_cv_lib_socket_socket=no
46317 fi
46318
46319 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
46320 conftest$ac_exeext conftest.$ac_ext
46321 LIBS=$ac_check_lib_save_LIBS
46322 fi
46323 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
46324 echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6; }
46325 if test $ac_cv_lib_socket_socket = yes; then
46326 if test "$INET_LINK" != " -lsocket"; then
46327 INET_LINK="$INET_LINK -lsocket"
46328 fi
46329 else
46330
46331 { echo "$as_me:$LINENO: WARNING: socket library not found - sockets will be disabled" >&5
46332 echo "$as_me: WARNING: socket library not found - sockets will be disabled" >&2;}
46333 wxUSE_SOCKETS=no
46334
46335
46336 fi
46337
46338
46339
46340 fi
46341
46342 fi
46343 fi
46344
46345 if test "$wxUSE_SOCKETS" = "yes" ; then
46346 if test "$TOOLKIT" != "MSW"; then
46347 { echo "$as_me:$LINENO: checking what is the type of the third argument of getsockname" >&5
46348 echo $ECHO_N "checking what is the type of the third argument of getsockname... $ECHO_C" >&6; }
46349 if test "${wx_cv_type_getsockname3+set}" = set; then
46350 echo $ECHO_N "(cached) $ECHO_C" >&6
46351 else
46352
46353 ac_ext=cpp
46354 ac_cpp='$CXXCPP $CPPFLAGS'
46355 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46356 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46357 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46358
46359 cat >conftest.$ac_ext <<_ACEOF
46360 /* confdefs.h. */
46361 _ACEOF
46362 cat confdefs.h >>conftest.$ac_ext
46363 cat >>conftest.$ac_ext <<_ACEOF
46364 /* end confdefs.h. */
46365
46366 #include <sys/types.h>
46367 #include <sys/socket.h>
46368
46369 int
46370 main ()
46371 {
46372
46373 socklen_t len;
46374 getsockname(0, 0, &len);
46375
46376 ;
46377 return 0;
46378 }
46379 _ACEOF
46380 rm -f conftest.$ac_objext
46381 if { (ac_try="$ac_compile"
46382 case "(($ac_try" in
46383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46384 *) ac_try_echo=$ac_try;;
46385 esac
46386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46387 (eval "$ac_compile") 2>conftest.er1
46388 ac_status=$?
46389 grep -v '^ *+' conftest.er1 >conftest.err
46390 rm -f conftest.er1
46391 cat conftest.err >&5
46392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46393 (exit $ac_status); } && {
46394 test -z "$ac_cxx_werror_flag" ||
46395 test ! -s conftest.err
46396 } && test -s conftest.$ac_objext; then
46397 wx_cv_type_getsockname3=socklen_t
46398 else
46399 echo "$as_me: failed program was:" >&5
46400 sed 's/^/| /' conftest.$ac_ext >&5
46401
46402
46403 CFLAGS_OLD="$CFLAGS"
46404 if test "$GCC" = yes ; then
46405 CFLAGS="-Werror $CFLAGS"
46406 fi
46407
46408 cat >conftest.$ac_ext <<_ACEOF
46409 /* confdefs.h. */
46410 _ACEOF
46411 cat confdefs.h >>conftest.$ac_ext
46412 cat >>conftest.$ac_ext <<_ACEOF
46413 /* end confdefs.h. */
46414
46415 #include <sys/types.h>
46416 #include <sys/socket.h>
46417
46418 int
46419 main ()
46420 {
46421
46422 size_t len;
46423 getsockname(0, 0, &len);
46424
46425 ;
46426 return 0;
46427 }
46428 _ACEOF
46429 rm -f conftest.$ac_objext
46430 if { (ac_try="$ac_compile"
46431 case "(($ac_try" in
46432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46433 *) ac_try_echo=$ac_try;;
46434 esac
46435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46436 (eval "$ac_compile") 2>conftest.er1
46437 ac_status=$?
46438 grep -v '^ *+' conftest.er1 >conftest.err
46439 rm -f conftest.er1
46440 cat conftest.err >&5
46441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46442 (exit $ac_status); } && {
46443 test -z "$ac_cxx_werror_flag" ||
46444 test ! -s conftest.err
46445 } && test -s conftest.$ac_objext; then
46446 wx_cv_type_getsockname3=size_t
46447 else
46448 echo "$as_me: failed program was:" >&5
46449 sed 's/^/| /' conftest.$ac_ext >&5
46450
46451 cat >conftest.$ac_ext <<_ACEOF
46452 /* confdefs.h. */
46453 _ACEOF
46454 cat confdefs.h >>conftest.$ac_ext
46455 cat >>conftest.$ac_ext <<_ACEOF
46456 /* end confdefs.h. */
46457
46458 #include <sys/types.h>
46459 #include <sys/socket.h>
46460
46461 int
46462 main ()
46463 {
46464
46465 int len;
46466 getsockname(0, 0, &len);
46467
46468 ;
46469 return 0;
46470 }
46471 _ACEOF
46472 rm -f conftest.$ac_objext
46473 if { (ac_try="$ac_compile"
46474 case "(($ac_try" in
46475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46476 *) ac_try_echo=$ac_try;;
46477 esac
46478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46479 (eval "$ac_compile") 2>conftest.er1
46480 ac_status=$?
46481 grep -v '^ *+' conftest.er1 >conftest.err
46482 rm -f conftest.er1
46483 cat conftest.err >&5
46484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46485 (exit $ac_status); } && {
46486 test -z "$ac_cxx_werror_flag" ||
46487 test ! -s conftest.err
46488 } && test -s conftest.$ac_objext; then
46489 wx_cv_type_getsockname3=int
46490 else
46491 echo "$as_me: failed program was:" >&5
46492 sed 's/^/| /' conftest.$ac_ext >&5
46493
46494 wx_cv_type_getsockname3=unknown
46495
46496 fi
46497
46498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46499
46500 fi
46501
46502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46503
46504 CFLAGS="$CFLAGS_OLD"
46505
46506
46507 fi
46508
46509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46510 ac_ext=c
46511 ac_cpp='$CPP $CPPFLAGS'
46512 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46513 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46514 ac_compiler_gnu=$ac_cv_c_compiler_gnu
46515
46516
46517 fi
46518 { echo "$as_me:$LINENO: result: $wx_cv_type_getsockname3" >&5
46519 echo "${ECHO_T}$wx_cv_type_getsockname3" >&6; }
46520
46521 if test "$wx_cv_type_getsockname3" = "unknown"; then
46522 wxUSE_SOCKETS=no
46523 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
46524 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
46525 else
46526 cat >>confdefs.h <<_ACEOF
46527 #define WX_SOCKLEN_T $wx_cv_type_getsockname3
46528 _ACEOF
46529
46530 fi
46531 { echo "$as_me:$LINENO: checking what is the type of the fifth argument of getsockopt" >&5
46532 echo $ECHO_N "checking what is the type of the fifth argument of getsockopt... $ECHO_C" >&6; }
46533 if test "${wx_cv_type_getsockopt5+set}" = set; then
46534 echo $ECHO_N "(cached) $ECHO_C" >&6
46535 else
46536
46537 ac_ext=cpp
46538 ac_cpp='$CXXCPP $CPPFLAGS'
46539 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46540 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46541 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46542
46543 cat >conftest.$ac_ext <<_ACEOF
46544 /* confdefs.h. */
46545 _ACEOF
46546 cat confdefs.h >>conftest.$ac_ext
46547 cat >>conftest.$ac_ext <<_ACEOF
46548 /* end confdefs.h. */
46549
46550 #include <sys/types.h>
46551 #include <sys/socket.h>
46552
46553 int
46554 main ()
46555 {
46556
46557 socklen_t len;
46558 getsockopt(0, 0, 0, 0, &len);
46559
46560 ;
46561 return 0;
46562 }
46563 _ACEOF
46564 rm -f conftest.$ac_objext
46565 if { (ac_try="$ac_compile"
46566 case "(($ac_try" in
46567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46568 *) ac_try_echo=$ac_try;;
46569 esac
46570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46571 (eval "$ac_compile") 2>conftest.er1
46572 ac_status=$?
46573 grep -v '^ *+' conftest.er1 >conftest.err
46574 rm -f conftest.er1
46575 cat conftest.err >&5
46576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46577 (exit $ac_status); } && {
46578 test -z "$ac_cxx_werror_flag" ||
46579 test ! -s conftest.err
46580 } && test -s conftest.$ac_objext; then
46581 wx_cv_type_getsockopt5=socklen_t
46582 else
46583 echo "$as_me: failed program was:" >&5
46584 sed 's/^/| /' conftest.$ac_ext >&5
46585
46586
46587 cat >conftest.$ac_ext <<_ACEOF
46588 /* confdefs.h. */
46589 _ACEOF
46590 cat confdefs.h >>conftest.$ac_ext
46591 cat >>conftest.$ac_ext <<_ACEOF
46592 /* end confdefs.h. */
46593
46594 #include <sys/types.h>
46595 #include <sys/socket.h>
46596
46597 int
46598 main ()
46599 {
46600
46601 size_t len;
46602 getsockopt(0, 0, 0, 0, &len);
46603
46604 ;
46605 return 0;
46606 }
46607 _ACEOF
46608 rm -f conftest.$ac_objext
46609 if { (ac_try="$ac_compile"
46610 case "(($ac_try" in
46611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46612 *) ac_try_echo=$ac_try;;
46613 esac
46614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46615 (eval "$ac_compile") 2>conftest.er1
46616 ac_status=$?
46617 grep -v '^ *+' conftest.er1 >conftest.err
46618 rm -f conftest.er1
46619 cat conftest.err >&5
46620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46621 (exit $ac_status); } && {
46622 test -z "$ac_cxx_werror_flag" ||
46623 test ! -s conftest.err
46624 } && test -s conftest.$ac_objext; then
46625 wx_cv_type_getsockopt5=size_t
46626 else
46627 echo "$as_me: failed program was:" >&5
46628 sed 's/^/| /' conftest.$ac_ext >&5
46629
46630 cat >conftest.$ac_ext <<_ACEOF
46631 /* confdefs.h. */
46632 _ACEOF
46633 cat confdefs.h >>conftest.$ac_ext
46634 cat >>conftest.$ac_ext <<_ACEOF
46635 /* end confdefs.h. */
46636
46637 #include <sys/types.h>
46638 #include <sys/socket.h>
46639
46640 int
46641 main ()
46642 {
46643
46644 int len;
46645 getsockopt(0, 0, 0, 0, &len);
46646
46647 ;
46648 return 0;
46649 }
46650 _ACEOF
46651 rm -f conftest.$ac_objext
46652 if { (ac_try="$ac_compile"
46653 case "(($ac_try" in
46654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46655 *) ac_try_echo=$ac_try;;
46656 esac
46657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46658 (eval "$ac_compile") 2>conftest.er1
46659 ac_status=$?
46660 grep -v '^ *+' conftest.er1 >conftest.err
46661 rm -f conftest.er1
46662 cat conftest.err >&5
46663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46664 (exit $ac_status); } && {
46665 test -z "$ac_cxx_werror_flag" ||
46666 test ! -s conftest.err
46667 } && test -s conftest.$ac_objext; then
46668 wx_cv_type_getsockopt5=int
46669 else
46670 echo "$as_me: failed program was:" >&5
46671 sed 's/^/| /' conftest.$ac_ext >&5
46672
46673 wx_cv_type_getsockopt5=unknown
46674
46675 fi
46676
46677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46678
46679 fi
46680
46681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46682
46683
46684 fi
46685
46686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46687 ac_ext=c
46688 ac_cpp='$CPP $CPPFLAGS'
46689 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46690 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46691 ac_compiler_gnu=$ac_cv_c_compiler_gnu
46692
46693
46694 fi
46695 { echo "$as_me:$LINENO: result: $wx_cv_type_getsockopt5" >&5
46696 echo "${ECHO_T}$wx_cv_type_getsockopt5" >&6; }
46697
46698 if test "$wx_cv_type_getsockopt5" = "unknown"; then
46699 wxUSE_SOCKETS=no
46700 { echo "$as_me:$LINENO: WARNING: Couldn't find socklen_t synonym for this system" >&5
46701 echo "$as_me: WARNING: Couldn't find socklen_t synonym for this system" >&2;}
46702 else
46703 cat >>confdefs.h <<_ACEOF
46704 #define SOCKOPTLEN_T $wx_cv_type_getsockopt5
46705 _ACEOF
46706
46707 fi
46708 fi
46709 fi
46710
46711 if test "$wxUSE_SOCKETS" = "yes" ; then
46712 if test "$wxUSE_IPV6" = "yes"; then
46713 { echo "$as_me:$LINENO: checking whether we have sockaddr_in6" >&5
46714 echo $ECHO_N "checking whether we have sockaddr_in6... $ECHO_C" >&6; }
46715 if test "${wx_cv_type_sockaddr_in6+set}" = set; then
46716 echo $ECHO_N "(cached) $ECHO_C" >&6
46717 else
46718
46719 cat >conftest.$ac_ext <<_ACEOF
46720 /* confdefs.h. */
46721 _ACEOF
46722 cat confdefs.h >>conftest.$ac_ext
46723 cat >>conftest.$ac_ext <<_ACEOF
46724 /* end confdefs.h. */
46725
46726 #include <sys/types.h>
46727 #include <sys/socket.h>
46728 #include <netinet/in.h>
46729
46730 int
46731 main ()
46732 {
46733
46734 struct sockaddr_in6 sa6;
46735
46736 ;
46737 return 0;
46738 }
46739 _ACEOF
46740 rm -f conftest.$ac_objext
46741 if { (ac_try="$ac_compile"
46742 case "(($ac_try" in
46743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46744 *) ac_try_echo=$ac_try;;
46745 esac
46746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46747 (eval "$ac_compile") 2>conftest.er1
46748 ac_status=$?
46749 grep -v '^ *+' conftest.er1 >conftest.err
46750 rm -f conftest.er1
46751 cat conftest.err >&5
46752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46753 (exit $ac_status); } && {
46754 test -z "$ac_c_werror_flag" ||
46755 test ! -s conftest.err
46756 } && test -s conftest.$ac_objext; then
46757 wx_cv_type_sockaddr_in6=yes
46758 else
46759 echo "$as_me: failed program was:" >&5
46760 sed 's/^/| /' conftest.$ac_ext >&5
46761
46762 wx_cv_type_sockaddr_in6=no
46763
46764 fi
46765
46766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46767
46768
46769 fi
46770 { echo "$as_me:$LINENO: result: $wx_cv_type_sockaddr_in6" >&5
46771 echo "${ECHO_T}$wx_cv_type_sockaddr_in6" >&6; }
46772
46773 if test "$wx_cv_type_sockaddr_in6"="yes"; then
46774 cat >>confdefs.h <<\_ACEOF
46775 #define wxUSE_IPV6 1
46776 _ACEOF
46777
46778 else
46779 { echo "$as_me:$LINENO: WARNING: IPv6 support not available... disabled" >&5
46780 echo "$as_me: WARNING: IPv6 support not available... disabled" >&2;}
46781 fi
46782 fi
46783
46784 cat >>confdefs.h <<\_ACEOF
46785 #define wxUSE_SOCKETS 1
46786 _ACEOF
46787
46788 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
46789 fi
46790
46791 if test "$wxUSE_PROTOCOL" = "yes"; then
46792 if test "$wxUSE_SOCKETS" != "yes"; then
46793 { echo "$as_me:$LINENO: WARNING: Protocol classes require sockets... disabled" >&5
46794 echo "$as_me: WARNING: Protocol classes require sockets... disabled" >&2;}
46795 wxUSE_PROTOCOL=no
46796 fi
46797 fi
46798
46799 if test "$wxUSE_PROTOCOL" = "yes"; then
46800 cat >>confdefs.h <<\_ACEOF
46801 #define wxUSE_PROTOCOL 1
46802 _ACEOF
46803
46804
46805 if test "$wxUSE_PROTOCOL_HTTP" = "yes"; then
46806 cat >>confdefs.h <<\_ACEOF
46807 #define wxUSE_PROTOCOL_HTTP 1
46808 _ACEOF
46809
46810 fi
46811 if test "$wxUSE_PROTOCOL_FTP" = "yes"; then
46812 cat >>confdefs.h <<\_ACEOF
46813 #define wxUSE_PROTOCOL_FTP 1
46814 _ACEOF
46815
46816 fi
46817 if test "$wxUSE_PROTOCOL_FILE" = "yes"; then
46818 cat >>confdefs.h <<\_ACEOF
46819 #define wxUSE_PROTOCOL_FILE 1
46820 _ACEOF
46821
46822 fi
46823 else
46824 if test "$wxUSE_FS_INET" = "yes"; then
46825 { echo "$as_me:$LINENO: WARNING: HTTP filesystem require protocol classes... disabled" >&5
46826 echo "$as_me: WARNING: HTTP filesystem require protocol classes... disabled" >&2;}
46827 wxUSE_FS_INET="no"
46828 fi
46829 fi
46830
46831 if test "$wxUSE_URL" = "yes"; then
46832 if test "$wxUSE_PROTOCOL" != "yes"; then
46833 { echo "$as_me:$LINENO: WARNING: wxURL class requires wxProtocol... disabled" >&5
46834 echo "$as_me: WARNING: wxURL class requires wxProtocol... disabled" >&2;}
46835 wxUSE_URL=no
46836 fi
46837 if test "$wxUSE_URL" = "yes"; then
46838 cat >>confdefs.h <<\_ACEOF
46839 #define wxUSE_URL 1
46840 _ACEOF
46841
46842 fi
46843 fi
46844
46845 if test "$wxUSE_VARIANT" = "yes"; then
46846 cat >>confdefs.h <<\_ACEOF
46847 #define wxUSE_VARIANT 1
46848 _ACEOF
46849
46850 fi
46851
46852 if test "$wxUSE_FS_INET" = "yes"; then
46853 cat >>confdefs.h <<\_ACEOF
46854 #define wxUSE_FS_INET 1
46855 _ACEOF
46856
46857 fi
46858
46859
46860 if test "$wxUSE_GUI" = "yes" -a "$wxUSE_JOYSTICK" = "yes"; then
46861 wxUSE_JOYSTICK=no
46862
46863 if test "$TOOLKIT" = "MSW"; then
46864 wxUSE_JOYSTICK=yes
46865
46866 elif test "$TOOLKIT" = "OSX" -o "$TOOLKIT" = "COCOA"; then
46867 if test "$USE_DARWIN" = 1; then
46868 { echo "$as_me:$LINENO: checking headers have declarations needed for joystick support" >&5
46869 echo $ECHO_N "checking headers have declarations needed for joystick support... $ECHO_C" >&6; }
46870 ac_ext=cpp
46871 ac_cpp='$CXXCPP $CPPFLAGS'
46872 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46873 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46874 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
46875
46876 cat >conftest.$ac_ext <<_ACEOF
46877 /* confdefs.h. */
46878 _ACEOF
46879 cat confdefs.h >>conftest.$ac_ext
46880 cat >>conftest.$ac_ext <<_ACEOF
46881 /* end confdefs.h. */
46882 #include <IOKit/hid/IOHIDLib.h>
46883 int
46884 main ()
46885 {
46886 IOHIDQueueInterface *qi = NULL;
46887 IOHIDCallbackFunction cb = NULL;
46888 qi->setEventCallout(NULL, cb, NULL, NULL);
46889 ;
46890 return 0;
46891 }
46892 _ACEOF
46893 rm -f conftest.$ac_objext
46894 if { (ac_try="$ac_compile"
46895 case "(($ac_try" in
46896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46897 *) ac_try_echo=$ac_try;;
46898 esac
46899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46900 (eval "$ac_compile") 2>conftest.er1
46901 ac_status=$?
46902 grep -v '^ *+' conftest.er1 >conftest.err
46903 rm -f conftest.er1
46904 cat conftest.err >&5
46905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46906 (exit $ac_status); } && {
46907 test -z "$ac_cxx_werror_flag" ||
46908 test ! -s conftest.err
46909 } && test -s conftest.$ac_objext; then
46910 wxUSE_JOYSTICK=yes
46911
46912 else
46913 echo "$as_me: failed program was:" >&5
46914 sed 's/^/| /' conftest.$ac_ext >&5
46915
46916
46917 fi
46918
46919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46920 ac_ext=c
46921 ac_cpp='$CPP $CPPFLAGS'
46922 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
46923 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
46924 ac_compiler_gnu=$ac_cv_c_compiler_gnu
46925
46926 { echo "$as_me:$LINENO: result: $wxUSE_JOYSTICK" >&5
46927 echo "${ECHO_T}$wxUSE_JOYSTICK" >&6; }
46928 fi
46929
46930 else
46931 if test "$wxUSE_MGL" != 1; then
46932
46933 for ac_header in linux/joystick.h
46934 do
46935 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
46936 { echo "$as_me:$LINENO: checking for $ac_header" >&5
46937 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
46938 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
46939 echo $ECHO_N "(cached) $ECHO_C" >&6
46940 else
46941 cat >conftest.$ac_ext <<_ACEOF
46942 /* confdefs.h. */
46943 _ACEOF
46944 cat confdefs.h >>conftest.$ac_ext
46945 cat >>conftest.$ac_ext <<_ACEOF
46946 /* end confdefs.h. */
46947 $ac_includes_default
46948
46949 #include <$ac_header>
46950 _ACEOF
46951 rm -f conftest.$ac_objext
46952 if { (ac_try="$ac_compile"
46953 case "(($ac_try" in
46954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46955 *) ac_try_echo=$ac_try;;
46956 esac
46957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
46958 (eval "$ac_compile") 2>conftest.er1
46959 ac_status=$?
46960 grep -v '^ *+' conftest.er1 >conftest.err
46961 rm -f conftest.er1
46962 cat conftest.err >&5
46963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
46964 (exit $ac_status); } && {
46965 test -z "$ac_c_werror_flag" ||
46966 test ! -s conftest.err
46967 } && test -s conftest.$ac_objext; then
46968 eval "$as_ac_Header=yes"
46969 else
46970 echo "$as_me: failed program was:" >&5
46971 sed 's/^/| /' conftest.$ac_ext >&5
46972
46973 eval "$as_ac_Header=no"
46974 fi
46975
46976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46977 fi
46978 ac_res=`eval echo '${'$as_ac_Header'}'`
46979 { echo "$as_me:$LINENO: result: $ac_res" >&5
46980 echo "${ECHO_T}$ac_res" >&6; }
46981 if test `eval echo '${'$as_ac_Header'}'` = yes; then
46982 cat >>confdefs.h <<_ACEOF
46983 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
46984 _ACEOF
46985 wxUSE_JOYSTICK=yes
46986 fi
46987
46988 done
46989
46990 fi
46991 fi
46992
46993 if test "$wxUSE_JOYSTICK" = "yes"; then
46994 cat >>confdefs.h <<\_ACEOF
46995 #define wxUSE_JOYSTICK 1
46996 _ACEOF
46997
46998 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS joytest"
46999 else
47000 { echo "$as_me:$LINENO: WARNING: Joystick not supported by this system... disabled" >&5
47001 echo "$as_me: WARNING: Joystick not supported by this system... disabled" >&2;}
47002 fi
47003 fi
47004
47005
47006
47007 if test "$wxUSE_FONTENUM" = "yes" ; then
47008 cat >>confdefs.h <<\_ACEOF
47009 #define wxUSE_FONTENUM 1
47010 _ACEOF
47011
47012 fi
47013
47014 if test "$wxUSE_FONTMAP" = "yes" ; then
47015 cat >>confdefs.h <<\_ACEOF
47016 #define wxUSE_FONTMAP 1
47017 _ACEOF
47018
47019 fi
47020
47021 if test "$wxUSE_UNICODE" = "yes" ; then
47022 cat >>confdefs.h <<\_ACEOF
47023 #define wxUSE_UNICODE 1
47024 _ACEOF
47025
47026
47027 if test "$USE_WIN32" != 1; then
47028 wxUSE_UNICODE_MSLU=no
47029 fi
47030
47031 if test "$USE_WIN32" = 1 -a "$wxUSE_UNICODE_MSLU" = "yes"; then
47032 { echo "$as_me:$LINENO: checking for main in -lunicows" >&5
47033 echo $ECHO_N "checking for main in -lunicows... $ECHO_C" >&6; }
47034 if test "${ac_cv_lib_unicows_main+set}" = set; then
47035 echo $ECHO_N "(cached) $ECHO_C" >&6
47036 else
47037 ac_check_lib_save_LIBS=$LIBS
47038 LIBS="-lunicows $LIBS"
47039 cat >conftest.$ac_ext <<_ACEOF
47040 /* confdefs.h. */
47041 _ACEOF
47042 cat confdefs.h >>conftest.$ac_ext
47043 cat >>conftest.$ac_ext <<_ACEOF
47044 /* end confdefs.h. */
47045
47046
47047 int
47048 main ()
47049 {
47050 return main ();
47051 ;
47052 return 0;
47053 }
47054 _ACEOF
47055 rm -f conftest.$ac_objext conftest$ac_exeext
47056 if { (ac_try="$ac_link"
47057 case "(($ac_try" in
47058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47059 *) ac_try_echo=$ac_try;;
47060 esac
47061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47062 (eval "$ac_link") 2>conftest.er1
47063 ac_status=$?
47064 grep -v '^ *+' conftest.er1 >conftest.err
47065 rm -f conftest.er1
47066 cat conftest.err >&5
47067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47068 (exit $ac_status); } && {
47069 test -z "$ac_c_werror_flag" ||
47070 test ! -s conftest.err
47071 } && test -s conftest$ac_exeext &&
47072 $as_test_x conftest$ac_exeext; then
47073 ac_cv_lib_unicows_main=yes
47074 else
47075 echo "$as_me: failed program was:" >&5
47076 sed 's/^/| /' conftest.$ac_ext >&5
47077
47078 ac_cv_lib_unicows_main=no
47079 fi
47080
47081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
47082 conftest$ac_exeext conftest.$ac_ext
47083 LIBS=$ac_check_lib_save_LIBS
47084 fi
47085 { echo "$as_me:$LINENO: result: $ac_cv_lib_unicows_main" >&5
47086 echo "${ECHO_T}$ac_cv_lib_unicows_main" >&6; }
47087 if test $ac_cv_lib_unicows_main = yes; then
47088
47089 cat >>confdefs.h <<\_ACEOF
47090 #define wxUSE_UNICODE_MSLU 1
47091 _ACEOF
47092
47093
47094 else
47095
47096 { echo "$as_me:$LINENO: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
47097 Applications will only run on Windows NT/2000/XP!" >&5
47098 echo "$as_me: WARNING: Compiler doesn't support MSLU (libunicows.a), disabled.
47099 Applications will only run on Windows NT/2000/XP!" >&2;}
47100 wxUSE_UNICODE_MSLU=no
47101
47102 fi
47103
47104 fi
47105 fi
47106
47107 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_UTF8" = "yes"; then
47108 cat >>confdefs.h <<\_ACEOF
47109 #define wxUSE_UNICODE_UTF8 1
47110 _ACEOF
47111
47112
47113 if test "$wxUSE_UNICODE_UTF8_LOCALE" = "yes"; then
47114 cat >>confdefs.h <<\_ACEOF
47115 #define wxUSE_UTF8_LOCALE_ONLY 1
47116 _ACEOF
47117
47118 fi
47119 fi
47120
47121
47122 if test "$wxUSE_CONSTRAINTS" = "yes"; then
47123 cat >>confdefs.h <<\_ACEOF
47124 #define wxUSE_CONSTRAINTS 1
47125 _ACEOF
47126
47127 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS layout"
47128 fi
47129
47130 if test "$wxUSE_MDI" = "yes"; then
47131 cat >>confdefs.h <<\_ACEOF
47132 #define wxUSE_MDI 1
47133 _ACEOF
47134
47135
47136 if test "$wxUSE_MDI_ARCHITECTURE" = "yes"; then
47137 cat >>confdefs.h <<\_ACEOF
47138 #define wxUSE_MDI_ARCHITECTURE 1
47139 _ACEOF
47140
47141 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mdi"
47142 fi
47143 fi
47144
47145 if test "$wxUSE_DOC_VIEW_ARCHITECTURE" = "yes" ; then
47146 cat >>confdefs.h <<\_ACEOF
47147 #define wxUSE_DOC_VIEW_ARCHITECTURE 1
47148 _ACEOF
47149
47150 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS docview"
47151 fi
47152
47153 if test "$wxUSE_HELP" = "yes"; then
47154 cat >>confdefs.h <<\_ACEOF
47155 #define wxUSE_HELP 1
47156 _ACEOF
47157
47158 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS help"
47159
47160 if test "$wxUSE_MSW" = 1; then
47161 if test "$wxUSE_MS_HTML_HELP" = "yes"; then
47162 cat >>confdefs.h <<\_ACEOF
47163 #define wxUSE_MS_HTML_HELP 1
47164 _ACEOF
47165
47166 fi
47167 fi
47168
47169 if test "$wxUSE_WXHTML_HELP" = "yes"; then
47170 if test "$wxUSE_HTML" = "yes"; then
47171 cat >>confdefs.h <<\_ACEOF
47172 #define wxUSE_WXHTML_HELP 1
47173 _ACEOF
47174
47175 else
47176 { echo "$as_me:$LINENO: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&5
47177 echo "$as_me: WARNING: Cannot use wxHTML-based help without wxHTML so it won't be compiled" >&2;}
47178 wxUSE_WXHTML_HELP=no
47179 fi
47180 fi
47181 fi
47182
47183 if test "$wxUSE_PRINTING_ARCHITECTURE" = "yes" ; then
47184 cat >>confdefs.h <<\_ACEOF
47185 #define wxUSE_PRINTING_ARCHITECTURE 1
47186 _ACEOF
47187
47188 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS printing"
47189 fi
47190
47191 if test "$wxUSE_POSTSCRIPT" = "yes" ; then
47192 cat >>confdefs.h <<\_ACEOF
47193 #define wxUSE_POSTSCRIPT 1
47194 _ACEOF
47195
47196 fi
47197
47198 cat >>confdefs.h <<\_ACEOF
47199 #define wxUSE_AFM_FOR_POSTSCRIPT 1
47200 _ACEOF
47201
47202
47203 if test "$wxUSE_SVG" = "yes"; then
47204 cat >>confdefs.h <<\_ACEOF
47205 #define wxUSE_SVG 1
47206 _ACEOF
47207
47208 fi
47209
47210
47211 if test "$wxUSE_METAFILE" = "yes"; then
47212 if test "$wxUSE_MSW" != 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_PM" != 1; then
47213 { echo "$as_me:$LINENO: WARNING: wxMetafile is not available on this system... disabled" >&5
47214 echo "$as_me: WARNING: wxMetafile is not available on this system... disabled" >&2;}
47215 wxUSE_METAFILE=no
47216 fi
47217 elif test "$wxUSE_METAFILE" = "auto"; then
47218 if test "$wxUSE_MSW" = 1 -o "$wxUSE_MAC" = 1 -o "$wxUSE_PM" = 1; then
47219 wxUSE_METAFILE=yes
47220 fi
47221 fi
47222
47223 if test "$wxUSE_METAFILE" = "yes"; then
47224 cat >>confdefs.h <<\_ACEOF
47225 #define wxUSE_METAFILE 1
47226 _ACEOF
47227
47228 if test "$wxUSE_MSW" = 1; then
47229 cat >>confdefs.h <<\_ACEOF
47230 #define wxUSE_ENH_METAFILE 1
47231 _ACEOF
47232
47233 fi
47234 fi
47235
47236
47237 if test "$USE_WIN32" = 1 -a \( "$wxUSE_DATAOBJ" = "yes" \
47238 -o "$wxUSE_CLIPBOARD" = "yes" \
47239 -o "$wxUSE_OLE" = "yes" \
47240 -o "$wxUSE_DRAG_AND_DROP" = "yes" \) ; then
47241 { echo "$as_me:$LINENO: checking for ole2.h" >&5
47242 echo $ECHO_N "checking for ole2.h... $ECHO_C" >&6; }
47243 if test "${ac_cv_header_ole2_h+set}" = set; then
47244 echo $ECHO_N "(cached) $ECHO_C" >&6
47245 else
47246 cat >conftest.$ac_ext <<_ACEOF
47247 /* confdefs.h. */
47248 _ACEOF
47249 cat confdefs.h >>conftest.$ac_ext
47250 cat >>conftest.$ac_ext <<_ACEOF
47251 /* end confdefs.h. */
47252
47253
47254 #include <ole2.h>
47255 _ACEOF
47256 rm -f conftest.$ac_objext
47257 if { (ac_try="$ac_compile"
47258 case "(($ac_try" in
47259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47260 *) ac_try_echo=$ac_try;;
47261 esac
47262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47263 (eval "$ac_compile") 2>conftest.er1
47264 ac_status=$?
47265 grep -v '^ *+' conftest.er1 >conftest.err
47266 rm -f conftest.er1
47267 cat conftest.err >&5
47268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47269 (exit $ac_status); } && {
47270 test -z "$ac_c_werror_flag" ||
47271 test ! -s conftest.err
47272 } && test -s conftest.$ac_objext; then
47273 ac_cv_header_ole2_h=yes
47274 else
47275 echo "$as_me: failed program was:" >&5
47276 sed 's/^/| /' conftest.$ac_ext >&5
47277
47278 ac_cv_header_ole2_h=no
47279 fi
47280
47281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47282 fi
47283 { echo "$as_me:$LINENO: result: $ac_cv_header_ole2_h" >&5
47284 echo "${ECHO_T}$ac_cv_header_ole2_h" >&6; }
47285
47286
47287
47288 if test "$ac_cv_header_ole2_h" = "yes" ; then
47289 if test "$GCC" = yes ; then
47290 { echo "$as_me:$LINENO: checking if g++ requires -fvtable-thunks" >&5
47291 echo $ECHO_N "checking if g++ requires -fvtable-thunks... $ECHO_C" >&6; }
47292 cat >conftest.$ac_ext <<_ACEOF
47293 /* confdefs.h. */
47294 _ACEOF
47295 cat confdefs.h >>conftest.$ac_ext
47296 cat >>conftest.$ac_ext <<_ACEOF
47297 /* end confdefs.h. */
47298 #include <windows.h>
47299 #include <ole2.h>
47300 int
47301 main ()
47302 {
47303
47304 ;
47305 return 0;
47306 }
47307 _ACEOF
47308 rm -f conftest.$ac_objext
47309 if { (ac_try="$ac_compile"
47310 case "(($ac_try" in
47311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47312 *) ac_try_echo=$ac_try;;
47313 esac
47314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
47315 (eval "$ac_compile") 2>conftest.er1
47316 ac_status=$?
47317 grep -v '^ *+' conftest.er1 >conftest.err
47318 rm -f conftest.er1
47319 cat conftest.err >&5
47320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
47321 (exit $ac_status); } && {
47322 test -z "$ac_c_werror_flag" ||
47323 test ! -s conftest.err
47324 } && test -s conftest.$ac_objext; then
47325 { echo "$as_me:$LINENO: result: no" >&5
47326 echo "${ECHO_T}no" >&6; }
47327 else
47328 echo "$as_me: failed program was:" >&5
47329 sed 's/^/| /' conftest.$ac_ext >&5
47330
47331 { echo "$as_me:$LINENO: result: yes" >&5
47332 echo "${ECHO_T}yes" >&6; }
47333 WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fvtable-thunks"
47334 fi
47335
47336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47337 LIBS=" -lrpcrt4 -loleaut32 -lole32 -luuid$LIBS"
47338 if test "$wxUSE_OLE" = "yes" ; then
47339 cat >>confdefs.h <<\_ACEOF
47340 #define wxUSE_OLE 1
47341 _ACEOF
47342
47343 cat >>confdefs.h <<\_ACEOF
47344 #define wxUSE_OLE_AUTOMATION 1
47345 _ACEOF
47346
47347 cat >>confdefs.h <<\_ACEOF
47348 #define wxUSE_ACTIVEX 1
47349 _ACEOF
47350
47351 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS oleauto"
47352 fi
47353 fi
47354
47355 if test "$wxUSE_DATAOBJ" = "yes" ; then
47356 cat >>confdefs.h <<\_ACEOF
47357 #define wxUSE_DATAOBJ 1
47358 _ACEOF
47359
47360 fi
47361 else
47362 { echo "$as_me:$LINENO: WARNING: Some features disabled because OLE headers not found" >&5
47363 echo "$as_me: WARNING: Some features disabled because OLE headers not found" >&2;}
47364
47365 wxUSE_CLIPBOARD=no
47366 wxUSE_DRAG_AND_DROP=no
47367 wxUSE_DATAOBJ=no
47368 wxUSE_OLE=no
47369 fi
47370 fi
47371
47372 if test "$wxUSE_IPC" = "yes"; then
47373 if test "$wxUSE_SOCKETS" != "yes" -a "$USE_WIN32" != 1; then
47374 { echo "$as_me:$LINENO: WARNING: wxWidgets IPC classes require sockets... disabled" >&5
47375 echo "$as_me: WARNING: wxWidgets IPC classes require sockets... disabled" >&2;}
47376 wxUSE_IPC=no
47377 fi
47378
47379 if test "$wxUSE_IPC" = "yes"; then
47380 cat >>confdefs.h <<\_ACEOF
47381 #define wxUSE_IPC 1
47382 _ACEOF
47383
47384 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
47385 fi
47386 fi
47387
47388 if test "$wxUSE_DATAOBJ" = "yes"; then
47389 if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = 1; then
47390 { echo "$as_me:$LINENO: WARNING: wxDataObject not yet supported under $TOOLKIT... disabled" >&5
47391 echo "$as_me: WARNING: wxDataObject not yet supported under $TOOLKIT... disabled" >&2;}
47392 wxUSE_DATAOBJ=no
47393 else
47394 cat >>confdefs.h <<\_ACEOF
47395 #define wxUSE_DATAOBJ 1
47396 _ACEOF
47397
47398 fi
47399 else
47400 { echo "$as_me:$LINENO: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&5
47401 echo "$as_me: WARNING: Clipboard and drag-and-drop require wxDataObject -- disabled" >&2;}
47402 wxUSE_CLIPBOARD=no
47403 wxUSE_DRAG_AND_DROP=no
47404 fi
47405
47406 if test "$wxUSE_CLIPBOARD" = "yes"; then
47407 if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = 1; then
47408 { echo "$as_me:$LINENO: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&5
47409 echo "$as_me: WARNING: Clipboard not yet supported under $TOOLKIT... disabled" >&2;}
47410 wxUSE_CLIPBOARD=no
47411 fi
47412
47413 if test "$wxUSE_CLIPBOARD" = "yes"; then
47414 cat >>confdefs.h <<\_ACEOF
47415 #define wxUSE_CLIPBOARD 1
47416 _ACEOF
47417
47418 fi
47419 fi
47420
47421 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
47422 if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_MGL" = 1 -o \
47423 "$wxUSE_DFB" = 1; then
47424 { echo "$as_me:$LINENO: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&5
47425 echo "$as_me: WARNING: Drag and drop not yet supported under $TOOLKIT... disabled" >&2;}
47426 wxUSE_DRAG_AND_DROP=no
47427 fi
47428
47429 if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
47430 cat >>confdefs.h <<\_ACEOF
47431 #define wxUSE_DRAG_AND_DROP 1
47432 _ACEOF
47433
47434 fi
47435
47436 fi
47437
47438 if test "$wxUSE_DRAG_AND_DROP" = "yes" -o "$wxUSE_CLIPBOARD" = "yes"; then
47439 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"
47440 fi
47441
47442 if test "$wxUSE_CLIPBOARD" = "yes"; then
47443 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS clipboard"
47444 fi
47445
47446 if test "$wxUSE_SPLINES" = "yes" ; then
47447 cat >>confdefs.h <<\_ACEOF
47448 #define wxUSE_SPLINES 1
47449 _ACEOF
47450
47451 fi
47452
47453 if test "$wxUSE_MOUSEWHEEL" = "yes" ; then
47454 cat >>confdefs.h <<\_ACEOF
47455 #define wxUSE_MOUSEWHEEL 1
47456 _ACEOF
47457
47458 fi
47459
47460 if test "$wxUSE_UIACTIONSIMULATOR" = "yes" ; then
47461 cat >>confdefs.h <<\_ACEOF
47462 #define wxUSE_UIACTIONSIMULATOR 1
47463 _ACEOF
47464
47465 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS uiaction"
47466 fi
47467
47468 if test "$wxUSE_DC_TRANSFORM_MATRIX" = "yes" ; then
47469 cat >>confdefs.h <<\_ACEOF
47470 #define wxUSE_DC_TRANSFORM_MATRIX 1
47471 _ACEOF
47472
47473 fi
47474
47475
47476 USES_CONTROLS=0
47477 if test "$wxUSE_CONTROLS" = "yes"; then
47478 USES_CONTROLS=1
47479 fi
47480
47481 if test "$wxUSE_MARKUP" = "yes"; then
47482 cat >>confdefs.h <<\_ACEOF
47483 #define wxUSE_MARKUP 1
47484 _ACEOF
47485
47486 fi
47487
47488 if test "$wxUSE_ACCEL" = "yes"; then
47489 cat >>confdefs.h <<\_ACEOF
47490 #define wxUSE_ACCEL 1
47491 _ACEOF
47492
47493 USES_CONTROLS=1
47494 fi
47495
47496 if test "$wxUSE_ANIMATIONCTRL" = "yes"; then
47497 cat >>confdefs.h <<\_ACEOF
47498 #define wxUSE_ANIMATIONCTRL 1
47499 _ACEOF
47500
47501 USES_CONTROLS=1
47502 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS animate"
47503 fi
47504
47505 if test "$wxUSE_BANNERWINDOW" = "yes"; then
47506 cat >>confdefs.h <<\_ACEOF
47507 #define wxUSE_BANNERWINDOW 1
47508 _ACEOF
47509
47510 fi
47511
47512 if test "$wxUSE_BUTTON" = "yes"; then
47513 cat >>confdefs.h <<\_ACEOF
47514 #define wxUSE_BUTTON 1
47515 _ACEOF
47516
47517 USES_CONTROLS=1
47518 fi
47519
47520 if test "$wxUSE_BMPBUTTON" = "yes"; then
47521 cat >>confdefs.h <<\_ACEOF
47522 #define wxUSE_BMPBUTTON 1
47523 _ACEOF
47524
47525 USES_CONTROLS=1
47526 fi
47527
47528 if test "$wxUSE_CALCTRL" = "yes"; then
47529 cat >>confdefs.h <<\_ACEOF
47530 #define wxUSE_CALENDARCTRL 1
47531 _ACEOF
47532
47533 USES_CONTROLS=1
47534 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS calendar"
47535 fi
47536
47537 if test "$wxUSE_CARET" = "yes"; then
47538 cat >>confdefs.h <<\_ACEOF
47539 #define wxUSE_CARET 1
47540 _ACEOF
47541
47542 USES_CONTROLS=1
47543 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS caret"
47544 fi
47545
47546 if test "$wxUSE_COLLPANE" = "yes"; then
47547 cat >>confdefs.h <<\_ACEOF
47548 #define wxUSE_COLLPANE 1
47549 _ACEOF
47550
47551 USES_CONTROLS=1
47552 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS collpane"
47553 fi
47554
47555 if test "$wxUSE_COMBOBOX" = "yes"; then
47556 cat >>confdefs.h <<\_ACEOF
47557 #define wxUSE_COMBOBOX 1
47558 _ACEOF
47559
47560 USES_CONTROLS=1
47561 fi
47562
47563 if test "$wxUSE_COMBOCTRL" = "yes"; then
47564 cat >>confdefs.h <<\_ACEOF
47565 #define wxUSE_COMBOCTRL 1
47566 _ACEOF
47567
47568 USES_CONTROLS=1
47569 fi
47570
47571 if test "$wxUSE_COMMANDLINKBUTTON" = "yes"; then
47572 cat >>confdefs.h <<\_ACEOF
47573 #define wxUSE_COMMANDLINKBUTTON 1
47574 _ACEOF
47575
47576 USES_CONTROLS=1
47577 fi
47578
47579 if test "$wxUSE_CHOICE" = "yes"; then
47580 cat >>confdefs.h <<\_ACEOF
47581 #define wxUSE_CHOICE 1
47582 _ACEOF
47583
47584 USES_CONTROLS=1
47585 fi
47586
47587 if test "$wxUSE_CHOICEBOOK" = "yes"; then
47588 cat >>confdefs.h <<\_ACEOF
47589 #define wxUSE_CHOICEBOOK 1
47590 _ACEOF
47591
47592 USES_CONTROLS=1
47593 fi
47594
47595 if test "$wxUSE_CHECKBOX" = "yes"; then
47596 cat >>confdefs.h <<\_ACEOF
47597 #define wxUSE_CHECKBOX 1
47598 _ACEOF
47599
47600 USES_CONTROLS=1
47601 fi
47602
47603 if test "$wxUSE_CHECKLST" = "yes"; then
47604 cat >>confdefs.h <<\_ACEOF
47605 #define wxUSE_CHECKLISTBOX 1
47606 _ACEOF
47607
47608 USES_CONTROLS=1
47609 fi
47610
47611 if test "$wxUSE_COLOURPICKERCTRL" = "yes"; then
47612 cat >>confdefs.h <<\_ACEOF
47613 #define wxUSE_COLOURPICKERCTRL 1
47614 _ACEOF
47615
47616 USES_CONTROLS=1
47617 fi
47618
47619 if test "$wxUSE_DATEPICKCTRL" = "yes"; then
47620 cat >>confdefs.h <<\_ACEOF
47621 #define wxUSE_DATEPICKCTRL 1
47622 _ACEOF
47623
47624 USES_CONTROLS=1
47625 fi
47626
47627 if test "$wxUSE_DIRPICKERCTRL" = "yes"; then
47628 cat >>confdefs.h <<\_ACEOF
47629 #define wxUSE_DIRPICKERCTRL 1
47630 _ACEOF
47631
47632 USES_CONTROLS=1
47633 fi
47634
47635 if test "$wxUSE_FILECTRL" = "yes"; then
47636 cat >>confdefs.h <<\_ACEOF
47637 #define wxUSE_FILECTRL 1
47638 _ACEOF
47639
47640 USES_CONTROLS=1
47641 fi
47642
47643 if test "$wxUSE_FILEPICKERCTRL" = "yes"; then
47644 cat >>confdefs.h <<\_ACEOF
47645 #define wxUSE_FILEPICKERCTRL 1
47646 _ACEOF
47647
47648 USES_CONTROLS=1
47649 fi
47650
47651 if test "$wxUSE_FONTPICKERCTRL" = "yes"; then
47652 cat >>confdefs.h <<\_ACEOF
47653 #define wxUSE_FONTPICKERCTRL 1
47654 _ACEOF
47655
47656 USES_CONTROLS=1
47657 fi
47658
47659 if test "$wxUSE_DISPLAY" = "yes"; then
47660 if test "$wxUSE_DFB" = 1 -o "$wxUSE_MGL" = 1; then
47661 { echo "$as_me:$LINENO: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&5
47662 echo "$as_me: WARNING: wxDisplay not yet supported under $TOOLKIT... disabled" >&2;}
47663 wxUSE_DISPLAY=no
47664 else
47665 cat >>confdefs.h <<\_ACEOF
47666 #define wxUSE_DISPLAY 1
47667 _ACEOF
47668
47669 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS display"
47670 fi
47671 fi
47672
47673 if test "$wxUSE_DETECT_SM" = "yes"; then
47674 cat >>confdefs.h <<\_ACEOF
47675 #define wxUSE_DETECT_SM 1
47676 _ACEOF
47677
47678 fi
47679
47680 if test "$wxUSE_GAUGE" = "yes"; then
47681 cat >>confdefs.h <<\_ACEOF
47682 #define wxUSE_GAUGE 1
47683 _ACEOF
47684
47685 USES_CONTROLS=1
47686 fi
47687
47688 if test "$wxUSE_GRID" = "yes"; then
47689 cat >>confdefs.h <<\_ACEOF
47690 #define wxUSE_GRID 1
47691 _ACEOF
47692
47693 USES_CONTROLS=1
47694 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS grid"
47695 fi
47696
47697 if test "$wxUSE_HEADERCTRL" = "yes"; then
47698 cat >>confdefs.h <<\_ACEOF
47699 #define wxUSE_HEADERCTRL 1
47700 _ACEOF
47701
47702 USES_CONTROLS=1
47703 fi
47704
47705 if test "$wxUSE_HYPERLINKCTRL" = "yes"; then
47706 cat >>confdefs.h <<\_ACEOF
47707 #define wxUSE_HYPERLINKCTRL 1
47708 _ACEOF
47709
47710 USES_CONTROLS=1
47711 fi
47712
47713 if test "$wxUSE_BITMAPCOMBOBOX" = "yes"; then
47714 cat >>confdefs.h <<\_ACEOF
47715 #define wxUSE_BITMAPCOMBOBOX 1
47716 _ACEOF
47717
47718 USES_CONTROLS=1
47719 fi
47720
47721 if test "$wxUSE_DATAVIEWCTRL" = "yes"; then
47722 cat >>confdefs.h <<\_ACEOF
47723 #define wxUSE_DATAVIEWCTRL 1
47724 _ACEOF
47725
47726 USES_CONTROLS=1
47727 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dataview"
47728 fi
47729
47730 if test "$wxUSE_IMAGLIST" = "yes"; then
47731 cat >>confdefs.h <<\_ACEOF
47732 #define wxUSE_IMAGLIST 1
47733 _ACEOF
47734
47735 fi
47736
47737 if test "$wxUSE_INFOBAR" = "yes"; then
47738 cat >>confdefs.h <<\_ACEOF
47739 #define wxUSE_INFOBAR 1
47740 _ACEOF
47741
47742 fi
47743
47744 if test "$wxUSE_LISTBOOK" = "yes"; then
47745 cat >>confdefs.h <<\_ACEOF
47746 #define wxUSE_LISTBOOK 1
47747 _ACEOF
47748
47749 USES_CONTROLS=1
47750 fi
47751
47752 if test "$wxUSE_LISTBOX" = "yes"; then
47753 cat >>confdefs.h <<\_ACEOF
47754 #define wxUSE_LISTBOX 1
47755 _ACEOF
47756
47757 USES_CONTROLS=1
47758 fi
47759
47760 if test "$wxUSE_LISTCTRL" = "yes"; then
47761 if test "$wxUSE_IMAGLIST" = "yes"; then
47762 cat >>confdefs.h <<\_ACEOF
47763 #define wxUSE_LISTCTRL 1
47764 _ACEOF
47765
47766 USES_CONTROLS=1
47767 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS listctrl"
47768 else
47769 { echo "$as_me:$LINENO: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&5
47770 echo "$as_me: WARNING: wxListCtrl requires wxImageList and won't be compiled without it" >&2;}
47771 fi
47772 fi
47773
47774 if test "$wxUSE_EDITABLELISTBOX" = "yes"; then
47775 cat >>confdefs.h <<\_ACEOF
47776 #define wxUSE_EDITABLELISTBOX 1
47777 _ACEOF
47778
47779 USES_CONTROLS=1
47780 fi
47781
47782 if test "$wxUSE_NOTEBOOK" = "yes"; then
47783 cat >>confdefs.h <<\_ACEOF
47784 #define wxUSE_NOTEBOOK 1
47785 _ACEOF
47786
47787 USES_CONTROLS=1
47788 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS notebook"
47789 fi
47790
47791 if test "$wxUSE_NOTIFICATION_MESSAGE" = "yes"; then
47792 cat >>confdefs.h <<\_ACEOF
47793 #define wxUSE_NOTIFICATION_MESSAGE 1
47794 _ACEOF
47795
47796 fi
47797
47798 if test "$wxUSE_ODCOMBOBOX" = "yes"; then
47799 cat >>confdefs.h <<\_ACEOF
47800 #define wxUSE_ODCOMBOBOX 1
47801 _ACEOF
47802
47803 USES_CONTROLS=1
47804 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS combo"
47805 fi
47806
47807 if test "$wxUSE_RADIOBOX" = "yes"; then
47808 cat >>confdefs.h <<\_ACEOF
47809 #define wxUSE_RADIOBOX 1
47810 _ACEOF
47811
47812 USES_CONTROLS=1
47813 fi
47814
47815 if test "$wxUSE_RADIOBTN" = "yes"; then
47816 cat >>confdefs.h <<\_ACEOF
47817 #define wxUSE_RADIOBTN 1
47818 _ACEOF
47819
47820 USES_CONTROLS=1
47821 fi
47822
47823 if test "$wxUSE_REARRANGECTRL" = "yes"; then
47824 cat >>confdefs.h <<\_ACEOF
47825 #define wxUSE_REARRANGECTRL 1
47826 _ACEOF
47827
47828 fi
47829
47830 if test "$wxUSE_RICHMSGDLG" = "yes"; then
47831 cat >>confdefs.h <<\_ACEOF
47832 #define wxUSE_RICHMSGDLG 1
47833 _ACEOF
47834
47835 fi
47836
47837 if test "$wxUSE_SASH" = "yes"; then
47838 cat >>confdefs.h <<\_ACEOF
47839 #define wxUSE_SASH 1
47840 _ACEOF
47841
47842 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sashtest"
47843 fi
47844
47845 if test "$wxUSE_SCROLLBAR" = "yes"; then
47846 cat >>confdefs.h <<\_ACEOF
47847 #define wxUSE_SCROLLBAR 1
47848 _ACEOF
47849
47850 USES_CONTROLS=1
47851 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS scroll"
47852 fi
47853
47854 if test "$wxUSE_SEARCHCTRL" = "yes"; then
47855 cat >>confdefs.h <<\_ACEOF
47856 #define wxUSE_SEARCHCTRL 1
47857 _ACEOF
47858
47859 USES_CONTROLS=1
47860 fi
47861
47862 if test "$wxUSE_SLIDER" = "yes"; then
47863 cat >>confdefs.h <<\_ACEOF
47864 #define wxUSE_SLIDER 1
47865 _ACEOF
47866
47867 USES_CONTROLS=1
47868 fi
47869
47870 if test "$wxUSE_SPINBTN" = "yes"; then
47871 cat >>confdefs.h <<\_ACEOF
47872 #define wxUSE_SPINBTN 1
47873 _ACEOF
47874
47875 USES_CONTROLS=1
47876 fi
47877
47878 if test "$wxUSE_SPINCTRL" = "yes"; then
47879 cat >>confdefs.h <<\_ACEOF
47880 #define wxUSE_SPINCTRL 1
47881 _ACEOF
47882
47883 USES_CONTROLS=1
47884 fi
47885
47886 if test "$wxUSE_SPLITTER" = "yes"; then
47887 cat >>confdefs.h <<\_ACEOF
47888 #define wxUSE_SPLITTER 1
47889 _ACEOF
47890
47891 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splitter"
47892 fi
47893
47894 if test "$wxUSE_STATBMP" = "yes"; then
47895 cat >>confdefs.h <<\_ACEOF
47896 #define wxUSE_STATBMP 1
47897 _ACEOF
47898
47899 USES_CONTROLS=1
47900 fi
47901
47902 if test "$wxUSE_STATBOX" = "yes"; then
47903 cat >>confdefs.h <<\_ACEOF
47904 #define wxUSE_STATBOX 1
47905 _ACEOF
47906
47907 USES_CONTROLS=1
47908 fi
47909
47910 if test "$wxUSE_STATTEXT" = "yes"; then
47911 cat >>confdefs.h <<\_ACEOF
47912 #define wxUSE_STATTEXT 1
47913 _ACEOF
47914
47915 USES_CONTROLS=1
47916 fi
47917
47918 if test "$wxUSE_STATLINE" = "yes"; then
47919 cat >>confdefs.h <<\_ACEOF
47920 #define wxUSE_STATLINE 1
47921 _ACEOF
47922
47923 USES_CONTROLS=1
47924 fi
47925
47926 if test "$wxUSE_STATUSBAR" = "yes"; then
47927 cat >>confdefs.h <<\_ACEOF
47928 #define wxUSE_NATIVE_STATUSBAR 1
47929 _ACEOF
47930
47931 cat >>confdefs.h <<\_ACEOF
47932 #define wxUSE_STATUSBAR 1
47933 _ACEOF
47934
47935 USES_CONTROLS=1
47936
47937 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS statbar"
47938 fi
47939
47940 if test "$wxUSE_TEXTCTRL" = "yes"; then
47941 cat >>confdefs.h <<\_ACEOF
47942 #define wxUSE_TEXTCTRL 1
47943 _ACEOF
47944
47945 USES_CONTROLS=1
47946 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS text"
47947
47948 cat >>confdefs.h <<\_ACEOF
47949 #define wxUSE_RICHEDIT 1
47950 _ACEOF
47951
47952 cat >>confdefs.h <<\_ACEOF
47953 #define wxUSE_RICHEDIT2 1
47954 _ACEOF
47955
47956 fi
47957
47958 if test "$wxUSE_TOGGLEBTN" = "yes"; then
47959 if test "$wxUSE_OLD_COCOA" = 1 ; then
47960 { echo "$as_me:$LINENO: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&5
47961 echo "$as_me: WARNING: Toggle button not yet supported under Mac OS X... disabled" >&2;}
47962 wxUSE_TOGGLEBTN=no
47963 fi
47964
47965 if test "$wxUSE_TOGGLEBTN" = "yes"; then
47966 cat >>confdefs.h <<\_ACEOF
47967 #define wxUSE_TOGGLEBTN 1
47968 _ACEOF
47969
47970 USES_CONTROLS=1
47971 fi
47972 fi
47973
47974 if test "$wxUSE_TOOLBAR" = "yes"; then
47975 cat >>confdefs.h <<\_ACEOF
47976 #define wxUSE_TOOLBAR 1
47977 _ACEOF
47978
47979 USES_CONTROLS=1
47980
47981 if test "$wxUSE_UNIVERSAL" = "yes"; then
47982 wxUSE_TOOLBAR_NATIVE="no"
47983 else
47984 wxUSE_TOOLBAR_NATIVE="yes"
47985 cat >>confdefs.h <<\_ACEOF
47986 #define wxUSE_TOOLBAR_NATIVE 1
47987 _ACEOF
47988
47989 fi
47990
47991 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS toolbar"
47992 fi
47993
47994 if test "$wxUSE_TOOLTIPS" = "yes"; then
47995 if test "$wxUSE_MOTIF" = 1; then
47996 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet under Motif... disabled" >&5
47997 echo "$as_me: WARNING: wxTooltip not supported yet under Motif... disabled" >&2;}
47998 else
47999 if test "$wxUSE_UNIVERSAL" = "yes"; then
48000 { echo "$as_me:$LINENO: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&5
48001 echo "$as_me: WARNING: wxTooltip not supported yet in wxUniversal... disabled" >&2;}
48002 else
48003 cat >>confdefs.h <<\_ACEOF
48004 #define wxUSE_TOOLTIPS 1
48005 _ACEOF
48006
48007 fi
48008 fi
48009 fi
48010
48011 if test "$wxUSE_TREEBOOK" = "yes"; then
48012 cat >>confdefs.h <<\_ACEOF
48013 #define wxUSE_TREEBOOK 1
48014 _ACEOF
48015
48016 USES_CONTROLS=1
48017 fi
48018
48019 if test "$wxUSE_TOOLBOOK" = "yes"; then
48020 cat >>confdefs.h <<\_ACEOF
48021 #define wxUSE_TOOLBOOK 1
48022 _ACEOF
48023
48024 USES_CONTROLS=1
48025 fi
48026
48027 if test "$wxUSE_TREECTRL" = "yes"; then
48028 if test "$wxUSE_IMAGLIST" = "yes"; then
48029 cat >>confdefs.h <<\_ACEOF
48030 #define wxUSE_TREECTRL 1
48031 _ACEOF
48032
48033 USES_CONTROLS=1
48034 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS treectrl"
48035 else
48036 { echo "$as_me:$LINENO: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&5
48037 echo "$as_me: WARNING: wxTreeCtrl requires wxImageList and won't be compiled without it" >&2;}
48038 fi
48039 fi
48040
48041 if test "$wxUSE_TREELISTCTRL" = "yes"; then
48042 cat >>confdefs.h <<\_ACEOF
48043 #define wxUSE_TREELISTCTRL 1
48044 _ACEOF
48045
48046 USES_CONTROLS=1
48047 fi
48048
48049 if test "$wxUSE_POPUPWIN" = "yes"; then
48050 if test "$wxUSE_OLD_COCOA" = 1 ; then
48051 { echo "$as_me:$LINENO: WARNING: Popup window not yet supported under Mac OS X... disabled" >&5
48052 echo "$as_me: WARNING: Popup window not yet supported under Mac OS X... disabled" >&2;}
48053 else
48054 if test "$wxUSE_PM" = 1; then
48055 { echo "$as_me:$LINENO: WARNING: wxPopupWindow not yet supported under PM... disabled" >&5
48056 echo "$as_me: WARNING: wxPopupWindow not yet supported under PM... disabled" >&2;}
48057 else
48058 cat >>confdefs.h <<\_ACEOF
48059 #define wxUSE_POPUPWIN 1
48060 _ACEOF
48061
48062 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS popup"
48063
48064 USES_CONTROLS=1
48065 fi
48066 fi
48067 fi
48068
48069 if test "$wxUSE_DIALUP_MANAGER" = "yes"; then
48070 if test "$wxUSE_MAC" = 1 -o "$wxUSE_OLD_COCOA" = 1 -o "$wxUSE_MGL" = 1; then
48071 { echo "$as_me:$LINENO: WARNING: Dialup manager not supported on this platform... disabled" >&5
48072 echo "$as_me: WARNING: Dialup manager not supported on this platform... disabled" >&2;}
48073 else
48074 cat >>confdefs.h <<\_ACEOF
48075 #define wxUSE_DIALUP_MANAGER 1
48076 _ACEOF
48077
48078 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dialup"
48079 fi
48080 fi
48081
48082 if test "$wxUSE_TIPWINDOW" = "yes"; then
48083 if test "$wxUSE_PM" = 1; then
48084 { echo "$as_me:$LINENO: WARNING: wxTipWindow not yet supported under PM... disabled" >&5
48085 echo "$as_me: WARNING: wxTipWindow not yet supported under PM... disabled" >&2;}
48086 else
48087 cat >>confdefs.h <<\_ACEOF
48088 #define wxUSE_TIPWINDOW 1
48089 _ACEOF
48090
48091 fi
48092 fi
48093
48094 if test "$USES_CONTROLS" = 1; then
48095 cat >>confdefs.h <<\_ACEOF
48096 #define wxUSE_CONTROLS 1
48097 _ACEOF
48098
48099 fi
48100
48101
48102 if test "$wxUSE_ACCESSIBILITY" = "yes"; then
48103 cat >>confdefs.h <<\_ACEOF
48104 #define wxUSE_ACCESSIBILITY 1
48105 _ACEOF
48106
48107 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS access"
48108 fi
48109
48110 if test "$wxUSE_ARTPROVIDER_STD" = "yes"; then
48111 cat >>confdefs.h <<\_ACEOF
48112 #define wxUSE_ARTPROVIDER_STD 1
48113 _ACEOF
48114
48115 fi
48116
48117 if test "$wxUSE_ARTPROVIDER_TANGO" = "auto"; then
48118 if test "$wxUSE_GTK" != 1; then
48119 if test "$wxUSE_LIBPNG" != no -a \
48120 "$wxUSE_IMAGE" = yes -a \
48121 "$wxUSE_STREAMS" = yes; then
48122 wxUSE_ARTPROVIDER_TANGO="yes"
48123 fi
48124 fi
48125 fi
48126
48127 if test "$wxUSE_ARTPROVIDER_TANGO" = "yes"; then
48128 cat >>confdefs.h <<\_ACEOF
48129 #define wxUSE_ARTPROVIDER_TANGO 1
48130 _ACEOF
48131
48132 fi
48133
48134 if test "$wxUSE_DRAGIMAGE" = "yes"; then
48135 cat >>confdefs.h <<\_ACEOF
48136 #define wxUSE_DRAGIMAGE 1
48137 _ACEOF
48138
48139 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dragimag"
48140 fi
48141
48142 if test "$wxUSE_EXCEPTIONS" = "yes"; then
48143 if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
48144 { echo "$as_me:$LINENO: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&5
48145 echo "$as_me: WARNING: --enable-exceptions can't be used with --enable-no_exceptions" >&2;}
48146 else
48147 cat >>confdefs.h <<\_ACEOF
48148 #define wxUSE_EXCEPTIONS 1
48149 _ACEOF
48150
48151 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS except"
48152 fi
48153 fi
48154
48155 USE_HTML=0
48156 if test "$wxUSE_HTML" = "yes"; then
48157 cat >>confdefs.h <<\_ACEOF
48158 #define wxUSE_HTML 1
48159 _ACEOF
48160
48161 USE_HTML=1
48162 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html html/about html/help html/helpview html/printing html/test html/virtual html/widget html/zip htlbox"
48163 fi
48164 if test "$wxUSE_WEBKIT" = "yes"; then
48165 if test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
48166 old_CPPFLAGS="$CPPFLAGS"
48167 CPPFLAGS="-x objective-c++ $CPPFLAGS"
48168 { echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
48169 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6; }
48170 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
48171 echo $ECHO_N "(cached) $ECHO_C" >&6
48172 else
48173 cat >conftest.$ac_ext <<_ACEOF
48174 /* confdefs.h. */
48175 _ACEOF
48176 cat confdefs.h >>conftest.$ac_ext
48177 cat >>conftest.$ac_ext <<_ACEOF
48178 /* end confdefs.h. */
48179
48180 #include <Carbon/Carbon.h>
48181 #include <WebKit/WebKit.h>
48182
48183
48184 #include <WebKit/HIWebView.h>
48185 _ACEOF
48186 rm -f conftest.$ac_objext
48187 if { (ac_try="$ac_compile"
48188 case "(($ac_try" in
48189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48190 *) ac_try_echo=$ac_try;;
48191 esac
48192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48193 (eval "$ac_compile") 2>conftest.er1
48194 ac_status=$?
48195 grep -v '^ *+' conftest.er1 >conftest.err
48196 rm -f conftest.er1
48197 cat conftest.err >&5
48198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48199 (exit $ac_status); } && {
48200 test -z "$ac_c_werror_flag" ||
48201 test ! -s conftest.err
48202 } && test -s conftest.$ac_objext; then
48203 ac_cv_header_WebKit_HIWebView_h=yes
48204 else
48205 echo "$as_me: failed program was:" >&5
48206 sed 's/^/| /' conftest.$ac_ext >&5
48207
48208 ac_cv_header_WebKit_HIWebView_h=no
48209 fi
48210
48211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48212 fi
48213 { echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
48214 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6; }
48215 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
48216
48217 cat >>confdefs.h <<\_ACEOF
48218 #define wxUSE_WEBKIT 1
48219 _ACEOF
48220
48221 WEBKIT_LINK="-framework WebKit"
48222
48223 else
48224
48225 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling wxWebKit" >&5
48226 echo "$as_me: WARNING: WebKit headers not found; disabling wxWebKit" >&2;}
48227 wxUSE_WEBKIT=no
48228
48229 fi
48230
48231
48232 CPPFLAGS="$old_CPPFLAGS"
48233 elif test "$wxUSE_OLD_COCOA" = 1; then
48234 cat >>confdefs.h <<\_ACEOF
48235 #define wxUSE_WEBKIT 1
48236 _ACEOF
48237
48238 else
48239 wxUSE_WEBKIT=no
48240 fi
48241 if test "$wxUSE_WEBKIT" = "yes"; then
48242 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS html/htmlctrl"
48243 fi
48244 fi
48245
48246 USE_XRC=0
48247 if test "$wxUSE_XRC" = "yes"; then
48248 if test "$wxUSE_XML" != "yes"; then
48249 { echo "$as_me:$LINENO: WARNING: XML library not built, XRC resources disabled" >&5
48250 echo "$as_me: WARNING: XML library not built, XRC resources disabled" >&2;}
48251 wxUSE_XRC=no
48252 else
48253 cat >>confdefs.h <<\_ACEOF
48254 #define wxUSE_XRC 1
48255 _ACEOF
48256
48257 USE_XRC=1
48258 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS xrc"
48259 fi
48260 fi
48261
48262 USE_AUI=0
48263 if test "$wxUSE_AUI" = "yes"; then
48264 cat >>confdefs.h <<\_ACEOF
48265 #define wxUSE_AUI 1
48266 _ACEOF
48267
48268 USE_AUI=1
48269 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS aui"
48270 fi
48271
48272 USE_PROPGRID=0
48273 if test "$wxUSE_PROPGRID" = "yes"; then
48274 cat >>confdefs.h <<\_ACEOF
48275 #define wxUSE_PROPGRID 1
48276 _ACEOF
48277
48278 USE_PROPGRID=1
48279 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS propgrid"
48280 fi
48281
48282 USE_RIBBON=0
48283 if test "$wxUSE_RIBBON" = "yes"; then
48284 cat >>confdefs.h <<\_ACEOF
48285 #define wxUSE_RIBBON 1
48286 _ACEOF
48287
48288 USE_RIBBON=1
48289 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ribbon"
48290 fi
48291
48292 USE_STC=0
48293 if test "$wxUSE_STC" = "yes"; then
48294 cat >>confdefs.h <<\_ACEOF
48295 #define wxUSE_STC 1
48296 _ACEOF
48297
48298 USE_STC=1
48299 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS stc"
48300
48301 # Extract the first word of "python", so it can be a program name with args.
48302 set dummy python; ac_word=$2
48303 { echo "$as_me:$LINENO: checking for $ac_word" >&5
48304 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
48305 if test "${ac_cv_path_PYTHON+set}" = set; then
48306 echo $ECHO_N "(cached) $ECHO_C" >&6
48307 else
48308 case $PYTHON in
48309 [\\/]* | ?:[\\/]*)
48310 ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
48311 ;;
48312 *)
48313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
48314 for as_dir in $PATH
48315 do
48316 IFS=$as_save_IFS
48317 test -z "$as_dir" && as_dir=.
48318 for ac_exec_ext in '' $ac_executable_extensions; do
48319 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
48320 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
48321 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
48322 break 2
48323 fi
48324 done
48325 done
48326 IFS=$as_save_IFS
48327
48328 ;;
48329 esac
48330 fi
48331 PYTHON=$ac_cv_path_PYTHON
48332 if test -n "$PYTHON"; then
48333 { echo "$as_me:$LINENO: result: $PYTHON" >&5
48334 echo "${ECHO_T}$PYTHON" >&6; }
48335 else
48336 { echo "$as_me:$LINENO: result: no" >&5
48337 echo "${ECHO_T}no" >&6; }
48338 fi
48339
48340
48341 if test "x$PYTHON" = "x"; then
48342 COND_PYTHON="#"
48343 fi
48344
48345 fi
48346
48347 if test "$wxUSE_MENUS" = "yes"; then
48348 cat >>confdefs.h <<\_ACEOF
48349 #define wxUSE_MENUS 1
48350 _ACEOF
48351
48352 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS menu"
48353 fi
48354
48355 if test "$wxUSE_MIMETYPE" = "yes"; then
48356 cat >>confdefs.h <<\_ACEOF
48357 #define wxUSE_MIMETYPE 1
48358 _ACEOF
48359
48360 fi
48361
48362 if test "$wxUSE_MINIFRAME" = "yes"; then
48363 cat >>confdefs.h <<\_ACEOF
48364 #define wxUSE_MINIFRAME 1
48365 _ACEOF
48366
48367 fi
48368
48369 if test "$wxUSE_SYSTEM_OPTIONS" = "yes"; then
48370 cat >>confdefs.h <<\_ACEOF
48371 #define wxUSE_SYSTEM_OPTIONS 1
48372 _ACEOF
48373
48374 fi
48375
48376 if test "$wxUSE_TASKBARICON" = "yes"; then
48377 cat >>confdefs.h <<\_ACEOF
48378 #define wxUSE_TASKBARICON 1
48379 _ACEOF
48380
48381 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS taskbar"
48382 fi
48383
48384
48385 if test "$wxUSE_VALIDATORS" = "yes"; then
48386 cat >>confdefs.h <<\_ACEOF
48387 #define wxUSE_VALIDATORS 1
48388 _ACEOF
48389
48390 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS validate"
48391 fi
48392
48393 if test "$wxUSE_PALETTE" = "yes" ; then
48394 if test "$wxUSE_DFB" = 1; then
48395 { echo "$as_me:$LINENO: WARNING: wxPalette not yet supported under DFB... disabled" >&5
48396 echo "$as_me: WARNING: wxPalette not yet supported under DFB... disabled" >&2;}
48397 wxUSE_PALETTE=no
48398 else
48399 cat >>confdefs.h <<\_ACEOF
48400 #define wxUSE_PALETTE 1
48401 _ACEOF
48402
48403 fi
48404 fi
48405
48406 if test "$wxUSE_UNICODE" = "yes" -a "$wxUSE_UNICODE_MSLU" = "yes" ; then
48407 LIBS=" -lunicows $LIBS"
48408 fi
48409
48410 USE_RICHTEXT=0
48411 if test "$wxUSE_RICHTEXT" = "yes"; then
48412 cat >>confdefs.h <<\_ACEOF
48413 #define wxUSE_RICHTEXT 1
48414 _ACEOF
48415
48416 USE_RICHTEXT=1
48417 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS richtext"
48418 fi
48419
48420 if test "$wxUSE_WEBVIEW" = "yes"; then
48421 USE_WEBVIEW_WEBKIT=0
48422 if test "$wxUSE_WEBVIEW_WEBKIT" = "yes"; then
48423 if test "$wxUSE_GTK" = 1; then
48424 { echo "$as_me:$LINENO: checking for webkitgtk libraries" >&5
48425 echo $ECHO_N "checking for webkitgtk libraries... $ECHO_C" >&6; }
48426
48427 ac_find_libraries=
48428 for ac_dir in $SEARCH_LIB
48429 do
48430 for ac_extension in a so sl dylib dll.a; do
48431 if test -f "$ac_dir/libwebkitgtk-1.0.$ac_extension"; then
48432 ac_find_libraries=$ac_dir
48433 break 2
48434 fi
48435 done
48436 done
48437
48438 if test "$ac_find_libraries" != "" ; then
48439
48440 if test "$ac_find_libraries" = "default location"; then
48441 ac_path_to_link=""
48442 else
48443 echo "$LDFLAGS" | grep "\-L$ac_find_libraries" > /dev/null
48444 result=$?
48445 if test $result = 0; then
48446 ac_path_to_link=""
48447 else
48448 ac_path_to_link=" -L$ac_find_libraries"
48449 fi
48450 fi
48451
48452 if test "$ac_path_to_link" != " -L/usr/lib" ; then
48453 LDFLAGS="$LDFLAGS $ac_path_to_link"
48454 fi
48455 GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lwebkitgtk-1.0"
48456 { echo "$as_me:$LINENO: result: yes" >&5
48457 echo "${ECHO_T}yes" >&6; }
48458
48459 { echo "$as_me:$LINENO: checking for webkitgtk headers" >&5
48460 echo $ECHO_N "checking for webkitgtk headers... $ECHO_C" >&6; }
48461
48462 ac_find_includes=
48463 for ac_dir in $SEARCH_INCLUDE /usr/include/webkit-1.0 /usr/include
48464 do
48465 if test -f "$ac_dir/webkit/webkit.h"; then
48466 ac_find_includes=$ac_dir
48467 break
48468 fi
48469 done
48470
48471 if test "$ac_find_includes" != "" ; then
48472 { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
48473 echo "${ECHO_T}found in $ac_find_includes" >&6; }
48474
48475 if test "x$ac_find_includes" = "x/usr/include"; then
48476 ac_path_to_include=""
48477 else
48478 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
48479 result=$?
48480 if test $result = 0; then
48481 ac_path_to_include=""
48482 else
48483 ac_path_to_include=" -I$ac_find_includes"
48484 fi
48485 fi
48486
48487 CPPFLAGS="$ac_path_to_include $CPPFLAGS"
48488
48489 { echo "$as_me:$LINENO: checking for libsoup headers" >&5
48490 echo $ECHO_N "checking for libsoup headers... $ECHO_C" >&6; }
48491
48492 ac_find_includes=
48493 for ac_dir in $SEARCH_INCLUDE /usr/include/libsoup-2.4 /usr/include
48494 do
48495 if test -f "$ac_dir/libsoup/soup.h"; then
48496 ac_find_includes=$ac_dir
48497 break
48498 fi
48499 done
48500
48501 if test "$ac_find_includes" != "" ; then
48502 { echo "$as_me:$LINENO: result: found in $ac_find_includes" >&5
48503 echo "${ECHO_T}found in $ac_find_includes" >&6; }
48504
48505 if test "x$ac_find_includes" = "x/usr/include"; then
48506 ac_path_to_include=""
48507 else
48508 echo "$CPPFLAGS" | grep "\-I$ac_find_includes" > /dev/null
48509 result=$?
48510 if test $result = 0; then
48511 ac_path_to_include=""
48512 else
48513 ac_path_to_include=" -I$ac_find_includes"
48514 fi
48515 fi
48516
48517 CPPFLAGS="$ac_path_to_include $CPPFLAGS"
48518
48519 USE_WEBVIEW_WEBKIT=1
48520 else
48521 { echo "$as_me:$LINENO: result: not found" >&5
48522 echo "${ECHO_T}not found" >&6; }
48523 { echo "$as_me:$LINENO: WARNING: libsoup headers not found; disabling WebKit backend" >&5
48524 echo "$as_me: WARNING: libsoup headers not found; disabling WebKit backend" >&2;}
48525 fi
48526 else
48527 { echo "$as_me:$LINENO: result: not found" >&5
48528 echo "${ECHO_T}not found" >&6; }
48529 { echo "$as_me:$LINENO: WARNING: WebKit headers not found; disabling WebKit backend" >&5
48530 echo "$as_me: WARNING: WebKit headers not found; disabling WebKit backend" >&2;}
48531 fi
48532 else
48533 { echo "$as_me:$LINENO: result: no" >&5
48534 echo "${ECHO_T}no" >&6; }
48535 { echo "$as_me:$LINENO: WARNING: WebKit libraries not found; disabling WebKit backend" >&5
48536 echo "$as_me: WARNING: WebKit libraries not found; disabling WebKit backend" >&2;}
48537 fi
48538 elif test "$wxUSE_MAC" = 1 -a "$USE_DARWIN" = 1; then
48539 old_CPPFLAGS="$CPPFLAGS"
48540 CPPFLAGS="-x objective-c++ $CPPFLAGS"
48541 { echo "$as_me:$LINENO: checking for WebKit/HIWebView.h" >&5
48542 echo $ECHO_N "checking for WebKit/HIWebView.h... $ECHO_C" >&6; }
48543 if test "${ac_cv_header_WebKit_HIWebView_h+set}" = set; then
48544 echo $ECHO_N "(cached) $ECHO_C" >&6
48545 else
48546 cat >conftest.$ac_ext <<_ACEOF
48547 /* confdefs.h. */
48548 _ACEOF
48549 cat confdefs.h >>conftest.$ac_ext
48550 cat >>conftest.$ac_ext <<_ACEOF
48551 /* end confdefs.h. */
48552
48553 #include <Carbon/Carbon.h>
48554 #include <WebKit/WebKit.h>
48555
48556
48557 #include <WebKit/HIWebView.h>
48558 _ACEOF
48559 rm -f conftest.$ac_objext
48560 if { (ac_try="$ac_compile"
48561 case "(($ac_try" in
48562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48563 *) ac_try_echo=$ac_try;;
48564 esac
48565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48566 (eval "$ac_compile") 2>conftest.er1
48567 ac_status=$?
48568 grep -v '^ *+' conftest.er1 >conftest.err
48569 rm -f conftest.er1
48570 cat conftest.err >&5
48571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48572 (exit $ac_status); } && {
48573 test -z "$ac_c_werror_flag" ||
48574 test ! -s conftest.err
48575 } && test -s conftest.$ac_objext; then
48576 ac_cv_header_WebKit_HIWebView_h=yes
48577 else
48578 echo "$as_me: failed program was:" >&5
48579 sed 's/^/| /' conftest.$ac_ext >&5
48580
48581 ac_cv_header_WebKit_HIWebView_h=no
48582 fi
48583
48584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48585 fi
48586 { echo "$as_me:$LINENO: result: $ac_cv_header_WebKit_HIWebView_h" >&5
48587 echo "${ECHO_T}$ac_cv_header_WebKit_HIWebView_h" >&6; }
48588 if test $ac_cv_header_WebKit_HIWebView_h = yes; then
48589
48590 USE_WEBVIEW_WEBKIT=1
48591 WEBKIT_LINK="-framework WebKit"
48592
48593 else
48594
48595 { echo "$as_me:$LINENO: WARNING: WebKit headers not found" >&5
48596 echo "$as_me: WARNING: WebKit headers not found" >&2;}
48597
48598 fi
48599
48600
48601 CPPFLAGS="$old_CPPFLAGS"
48602 fi
48603 fi
48604
48605 wxUSE_WEBVIEW="no"
48606 if test "$wxUSE_GTK" = 1 -o "$wxUSE_MAC" = 1; then
48607 if test "$USE_WEBVIEW_WEBKIT" = 1; then
48608 wxUSE_WEBVIEW="yes"
48609 cat >>confdefs.h <<\_ACEOF
48610 #define wxUSE_WEBVIEW_WEBKIT 1
48611 _ACEOF
48612
48613 else
48614 { echo "$as_me:$LINENO: WARNING: WebKit not available, disabling wxWebView" >&5
48615 echo "$as_me: WARNING: WebKit not available, disabling wxWebView" >&2;}
48616 fi
48617 elif test "$wxUSE_MSW" = 1; then
48618 if test "wxUSE_WEBVIEW_IE" = "yes"; then
48619 wxUSE_WEBVIEW="yes"
48620 cat >>confdefs.h <<\_ACEOF
48621 #define wxUSE_WEBVIEW_IE 1
48622 _ACEOF
48623
48624 fi
48625 fi
48626 fi
48627
48628 if test "$wxUSE_WEBVIEW" = "yes"; then
48629 USE_WEBVIEW=1
48630 cat >>confdefs.h <<\_ACEOF
48631 #define wxUSE_WEBVIEW 1
48632 _ACEOF
48633
48634 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS webview"
48635 else
48636 USE_WEBVIEW=0
48637 fi
48638
48639
48640 if test "$wxUSE_IMAGE" = "yes" ; then
48641 cat >>confdefs.h <<\_ACEOF
48642 #define wxUSE_IMAGE 1
48643 _ACEOF
48644
48645
48646 if test "$wxUSE_GIF" = "yes" ; then
48647 cat >>confdefs.h <<\_ACEOF
48648 #define wxUSE_GIF 1
48649 _ACEOF
48650
48651 fi
48652
48653 if test "$wxUSE_PCX" = "yes" ; then
48654 cat >>confdefs.h <<\_ACEOF
48655 #define wxUSE_PCX 1
48656 _ACEOF
48657
48658 fi
48659
48660 if test "$wxUSE_TGA" = "yes" ; then
48661 cat >>confdefs.h <<\_ACEOF
48662 #define wxUSE_TGA 1
48663 _ACEOF
48664
48665 fi
48666
48667 if test "$wxUSE_IFF" = "yes" ; then
48668 cat >>confdefs.h <<\_ACEOF
48669 #define wxUSE_IFF 1
48670 _ACEOF
48671
48672 fi
48673
48674 if test "$wxUSE_PNM" = "yes" ; then
48675 cat >>confdefs.h <<\_ACEOF
48676 #define wxUSE_PNM 1
48677 _ACEOF
48678
48679 fi
48680
48681 if test "$wxUSE_XPM" = "yes" ; then
48682 cat >>confdefs.h <<\_ACEOF
48683 #define wxUSE_XPM 1
48684 _ACEOF
48685
48686 fi
48687
48688 if test "$wxUSE_ICO_CUR" = "yes" ; then
48689 cat >>confdefs.h <<\_ACEOF
48690 #define wxUSE_ICO_CUR 1
48691 _ACEOF
48692
48693 fi
48694 fi
48695
48696
48697 if test "$wxUSE_ABOUTDLG" = "yes"; then
48698 cat >>confdefs.h <<\_ACEOF
48699 #define wxUSE_ABOUTDLG 1
48700 _ACEOF
48701
48702 fi
48703
48704 if test "$wxUSE_CHOICEDLG" = "yes"; then
48705 cat >>confdefs.h <<\_ACEOF
48706 #define wxUSE_CHOICEDLG 1
48707 _ACEOF
48708
48709 fi
48710
48711 if test "$wxUSE_COLOURDLG" = "yes"; then
48712 cat >>confdefs.h <<\_ACEOF
48713 #define wxUSE_COLOURDLG 1
48714 _ACEOF
48715
48716 fi
48717
48718 if test "$wxUSE_FILEDLG" = "yes"; then
48719 cat >>confdefs.h <<\_ACEOF
48720 #define wxUSE_FILEDLG 1
48721 _ACEOF
48722
48723 fi
48724
48725 if test "$wxUSE_FINDREPLDLG" = "yes"; then
48726 cat >>confdefs.h <<\_ACEOF
48727 #define wxUSE_FINDREPLDLG 1
48728 _ACEOF
48729
48730 fi
48731
48732 if test "$wxUSE_FONTDLG" = "yes"; then
48733 cat >>confdefs.h <<\_ACEOF
48734 #define wxUSE_FONTDLG 1
48735 _ACEOF
48736
48737 fi
48738
48739 if test "$wxUSE_DIRDLG" = "yes"; then
48740 if test "$wxUSE_TREECTRL" != "yes"; then
48741 { echo "$as_me:$LINENO: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&5
48742 echo "$as_me: WARNING: wxDirDialog requires wxTreeCtrl so it won't be compiled without it" >&2;}
48743 else
48744 cat >>confdefs.h <<\_ACEOF
48745 #define wxUSE_DIRDLG 1
48746 _ACEOF
48747
48748 fi
48749 fi
48750
48751 if test "$wxUSE_MSGDLG" = "yes"; then
48752 cat >>confdefs.h <<\_ACEOF
48753 #define wxUSE_MSGDLG 1
48754 _ACEOF
48755
48756 fi
48757
48758 if test "$wxUSE_NUMBERDLG" = "yes"; then
48759 cat >>confdefs.h <<\_ACEOF
48760 #define wxUSE_NUMBERDLG 1
48761 _ACEOF
48762
48763 fi
48764
48765 if test "$wxUSE_PROGRESSDLG" = "yes"; then
48766 cat >>confdefs.h <<\_ACEOF
48767 #define wxUSE_PROGRESSDLG 1
48768 _ACEOF
48769
48770 fi
48771
48772 if test "$wxUSE_SPLASH" = "yes"; then
48773 cat >>confdefs.h <<\_ACEOF
48774 #define wxUSE_SPLASH 1
48775 _ACEOF
48776
48777 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS splash"
48778 fi
48779
48780 if test "$wxUSE_STARTUP_TIPS" = "yes"; then
48781 cat >>confdefs.h <<\_ACEOF
48782 #define wxUSE_STARTUP_TIPS 1
48783 _ACEOF
48784
48785 fi
48786
48787 if test "$wxUSE_TEXTDLG" = "yes"; then
48788 cat >>confdefs.h <<\_ACEOF
48789 #define wxUSE_TEXTDLG 1
48790 _ACEOF
48791
48792 fi
48793
48794 if test "$wxUSE_WIZARDDLG" = "yes"; then
48795 cat >>confdefs.h <<\_ACEOF
48796 #define wxUSE_WIZARDDLG 1
48797 _ACEOF
48798
48799 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS wizard"
48800 fi
48801
48802
48803 if test "$wxUSE_MSW" = 1 -o "$wxUSE_PM" = 1; then
48804 if test "$wxUSE_OWNER_DRAWN" = "yes"; then
48805 cat >>confdefs.h <<\_ACEOF
48806 #define wxUSE_OWNER_DRAWN 1
48807 _ACEOF
48808
48809 fi
48810 fi
48811
48812
48813 if test "$wxUSE_MSW" = 1 ; then
48814
48815 if test "$wxUSE_DC_CACHEING" = "yes"; then
48816 cat >>confdefs.h <<\_ACEOF
48817 #define wxUSE_DC_CACHEING 1
48818 _ACEOF
48819
48820 fi
48821
48822 if test "$wxUSE_DIB" = "yes"; then
48823 cat >>confdefs.h <<\_ACEOF
48824 #define wxUSE_WXDIB 1
48825 _ACEOF
48826
48827 fi
48828
48829 if test "$wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW" = "yes"; then
48830 cat >>confdefs.h <<\_ACEOF
48831 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
48832 _ACEOF
48833
48834 fi
48835
48836 if test "$wxUSE_UXTHEME" = "yes"; then
48837 cat >>confdefs.h <<\_ACEOF
48838 #define wxUSE_UXTHEME 1
48839 _ACEOF
48840
48841 fi
48842
48843 fi
48844
48845 if test "$wxUSE_AUTOID_MANAGEMENT" = "yes"; then
48846 cat >>confdefs.h <<\_ACEOF
48847 #define wxUSE_AUTOID_MANAGEMENT 1
48848 _ACEOF
48849
48850 fi
48851
48852 if test "$USE_WIN32" = 1 ; then
48853 if test "$wxUSE_INICONF" = "yes"; then
48854 cat >>confdefs.h <<\_ACEOF
48855 #define wxUSE_INICONF 1
48856 _ACEOF
48857
48858 fi
48859
48860 if test "$wxUSE_REGKEY" = "yes"; then
48861 cat >>confdefs.h <<\_ACEOF
48862 #define wxUSE_REGKEY 1
48863 _ACEOF
48864
48865 fi
48866 fi
48867
48868
48869 if test "$wxUSE_MAC" = 1; then
48870 wxUSE_GRAPHICS_CONTEXT="yes"
48871 fi
48872
48873 if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
48874 wx_has_graphics=0
48875 if test "$wxUSE_MSW" = 1; then
48876 { echo "$as_me:$LINENO: checking if GDI+ is available" >&5
48877 echo $ECHO_N "checking if GDI+ is available... $ECHO_C" >&6; }
48878 if test "${wx_cv_lib_gdiplus+set}" = set; then
48879 echo $ECHO_N "(cached) $ECHO_C" >&6
48880 else
48881
48882 ac_ext=cpp
48883 ac_cpp='$CXXCPP $CPPFLAGS'
48884 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48885 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48886 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
48887
48888 cat >conftest.$ac_ext <<_ACEOF
48889 /* confdefs.h. */
48890 _ACEOF
48891 cat confdefs.h >>conftest.$ac_ext
48892 cat >>conftest.$ac_ext <<_ACEOF
48893 /* end confdefs.h. */
48894 #include <windows.h>
48895 #include <gdiplus.h>
48896 int
48897 main ()
48898 {
48899
48900 using namespace Gdiplus;
48901
48902 ;
48903 return 0;
48904 }
48905 _ACEOF
48906 rm -f conftest.$ac_objext
48907 if { (ac_try="$ac_compile"
48908 case "(($ac_try" in
48909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48910 *) ac_try_echo=$ac_try;;
48911 esac
48912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
48913 (eval "$ac_compile") 2>conftest.er1
48914 ac_status=$?
48915 grep -v '^ *+' conftest.er1 >conftest.err
48916 rm -f conftest.er1
48917 cat conftest.err >&5
48918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48919 (exit $ac_status); } && {
48920 test -z "$ac_cxx_werror_flag" ||
48921 test ! -s conftest.err
48922 } && test -s conftest.$ac_objext; then
48923 wx_cv_lib_gdiplus=yes
48924 else
48925 echo "$as_me: failed program was:" >&5
48926 sed 's/^/| /' conftest.$ac_ext >&5
48927
48928 wx_cv_lib_gdiplus=no
48929
48930 fi
48931
48932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48933 ac_ext=c
48934 ac_cpp='$CPP $CPPFLAGS'
48935 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
48936 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
48937 ac_compiler_gnu=$ac_cv_c_compiler_gnu
48938
48939
48940
48941 fi
48942 { echo "$as_me:$LINENO: result: $wx_cv_lib_gdiplus" >&5
48943 echo "${ECHO_T}$wx_cv_lib_gdiplus" >&6; }
48944 if test "$wx_cv_lib_gdiplus" = "yes"; then
48945 wx_has_graphics=1
48946 fi
48947 elif test "$wxUSE_GTK" = 1 -o "$wxUSE_X11" = 1; then
48948
48949 pkg_failed=no
48950 { echo "$as_me:$LINENO: checking for CAIRO" >&5
48951 echo $ECHO_N "checking for CAIRO... $ECHO_C" >&6; }
48952
48953 if test -n "$PKG_CONFIG"; then
48954 if test -n "$CAIRO_CFLAGS"; then
48955 pkg_cv_CAIRO_CFLAGS="$CAIRO_CFLAGS"
48956 else
48957 if test -n "$PKG_CONFIG" && \
48958 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
48959 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
48960 ac_status=$?
48961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48962 (exit $ac_status); }; then
48963 pkg_cv_CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo" 2>/dev/null`
48964 else
48965 pkg_failed=yes
48966 fi
48967 fi
48968 else
48969 pkg_failed=untried
48970 fi
48971 if test -n "$PKG_CONFIG"; then
48972 if test -n "$CAIRO_LIBS"; then
48973 pkg_cv_CAIRO_LIBS="$CAIRO_LIBS"
48974 else
48975 if test -n "$PKG_CONFIG" && \
48976 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"cairo\"") >&5
48977 ($PKG_CONFIG --exists --print-errors "cairo") 2>&5
48978 ac_status=$?
48979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
48980 (exit $ac_status); }; then
48981 pkg_cv_CAIRO_LIBS=`$PKG_CONFIG --libs "cairo" 2>/dev/null`
48982 else
48983 pkg_failed=yes
48984 fi
48985 fi
48986 else
48987 pkg_failed=untried
48988 fi
48989
48990
48991
48992 if test $pkg_failed = yes; then
48993
48994 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
48995 _pkg_short_errors_supported=yes
48996 else
48997 _pkg_short_errors_supported=no
48998 fi
48999 if test $_pkg_short_errors_supported = yes; then
49000 CAIRO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "cairo"`
49001 else
49002 CAIRO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo"`
49003 fi
49004 # Put the nasty error message in config.log where it belongs
49005 echo "$CAIRO_PKG_ERRORS" >&5
49006
49007 { echo "$as_me:$LINENO: WARNING: Cairo library not found" >&5
49008 echo "$as_me: WARNING: Cairo library not found" >&2;}
49009
49010 elif test $pkg_failed = untried; then
49011 { echo "$as_me:$LINENO: WARNING: Cairo library not found" >&5
49012 echo "$as_me: WARNING: Cairo library not found" >&2;}
49013
49014 else
49015 CAIRO_CFLAGS=$pkg_cv_CAIRO_CFLAGS
49016 CAIRO_LIBS=$pkg_cv_CAIRO_LIBS
49017 { echo "$as_me:$LINENO: result: yes" >&5
49018 echo "${ECHO_T}yes" >&6; }
49019 wx_has_graphics=1
49020 fi
49021 if test "$wx_has_graphics" = 1; then
49022 save_LIBS="$LIBS"
49023 LIBS="$LIBS $CAIRO_LIBS"
49024
49025 for ac_func in cairo_push_group
49026 do
49027 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
49028 { echo "$as_me:$LINENO: checking for $ac_func" >&5
49029 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
49030 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
49031 echo $ECHO_N "(cached) $ECHO_C" >&6
49032 else
49033 cat >conftest.$ac_ext <<_ACEOF
49034 /* confdefs.h. */
49035 _ACEOF
49036 cat confdefs.h >>conftest.$ac_ext
49037 cat >>conftest.$ac_ext <<_ACEOF
49038 /* end confdefs.h. */
49039 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
49040 For example, HP-UX 11i <limits.h> declares gettimeofday. */
49041 #define $ac_func innocuous_$ac_func
49042
49043 /* System header to define __stub macros and hopefully few prototypes,
49044 which can conflict with char $ac_func (); below.
49045 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
49046 <limits.h> exists even on freestanding compilers. */
49047
49048 #ifdef __STDC__
49049 # include <limits.h>
49050 #else
49051 # include <assert.h>
49052 #endif
49053
49054 #undef $ac_func
49055
49056 /* Override any GCC internal prototype to avoid an error.
49057 Use char because int might match the return type of a GCC
49058 builtin and then its argument prototype would still apply. */
49059 #ifdef __cplusplus
49060 extern "C"
49061 #endif
49062 char $ac_func ();
49063 /* The GNU C library defines this for functions which it implements
49064 to always fail with ENOSYS. Some functions are actually named
49065 something starting with __ and the normal name is an alias. */
49066 #if defined __stub_$ac_func || defined __stub___$ac_func
49067 choke me
49068 #endif
49069
49070 int
49071 main ()
49072 {
49073 return $ac_func ();
49074 ;
49075 return 0;
49076 }
49077 _ACEOF
49078 rm -f conftest.$ac_objext conftest$ac_exeext
49079 if { (ac_try="$ac_link"
49080 case "(($ac_try" in
49081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49082 *) ac_try_echo=$ac_try;;
49083 esac
49084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
49085 (eval "$ac_link") 2>conftest.er1
49086 ac_status=$?
49087 grep -v '^ *+' conftest.er1 >conftest.err
49088 rm -f conftest.er1
49089 cat conftest.err >&5
49090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49091 (exit $ac_status); } && {
49092 test -z "$ac_c_werror_flag" ||
49093 test ! -s conftest.err
49094 } && test -s conftest$ac_exeext &&
49095 $as_test_x conftest$ac_exeext; then
49096 eval "$as_ac_var=yes"
49097 else
49098 echo "$as_me: failed program was:" >&5
49099 sed 's/^/| /' conftest.$ac_ext >&5
49100
49101 eval "$as_ac_var=no"
49102 fi
49103
49104 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
49105 conftest$ac_exeext conftest.$ac_ext
49106 fi
49107 ac_res=`eval echo '${'$as_ac_var'}'`
49108 { echo "$as_me:$LINENO: result: $ac_res" >&5
49109 echo "${ECHO_T}$ac_res" >&6; }
49110 if test `eval echo '${'$as_ac_var'}'` = yes; then
49111 cat >>confdefs.h <<_ACEOF
49112 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
49113 _ACEOF
49114
49115 fi
49116 done
49117
49118 LIBS="$save_LIBS"
49119 if test "$ac_cv_func_cairo_push_group" = "no"; then
49120 wx_has_graphics=0
49121 { echo "$as_me:$LINENO: WARNING: Cairo library is too old and misses cairo_push_group()" >&5
49122 echo "$as_me: WARNING: Cairo library is too old and misses cairo_push_group()" >&2;}
49123 else
49124 cat >>confdefs.h <<\_ACEOF
49125 #define wxUSE_CAIRO 1
49126 _ACEOF
49127
49128
49129 if test "$wxUSE_GTK" != 1; then
49130 CPPFLAGS="$CAIRO_CFLAGS $CPPFLAGS"
49131 GUI_TK_LIBRARY="$GUI_TK_LIBRARY $CAIRO_LIBS"
49132 fi
49133 fi
49134 fi
49135 else
49136 wx_has_graphics=1
49137 fi
49138
49139 if test "$wx_has_graphics" = 1; then
49140 cat >>confdefs.h <<\_ACEOF
49141 #define wxUSE_GRAPHICS_CONTEXT 1
49142 _ACEOF
49143
49144 else
49145 { echo "$as_me:$LINENO: WARNING: wxGraphicsContext won't be available" >&5
49146 echo "$as_me: WARNING: wxGraphicsContext won't be available" >&2;}
49147 fi
49148 fi
49149
49150
49151 USE_MEDIA=0
49152
49153 if test "$wxUSE_MEDIACTRL" = "yes" -o "$wxUSE_MEDIACTRL" = "auto"; then
49154 USE_MEDIA=1
49155
49156 if test "$wxUSE_GTK" = 1; then
49157 wxUSE_GSTREAMER="no"
49158
49159 GST_VERSION_MAJOR=0
49160 GST_VERSION_MINOR=10
49161 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
49162
49163 if test "$wxUSE_GSTREAMER8" = "no"; then
49164
49165 pkg_failed=no
49166 { echo "$as_me:$LINENO: checking for GST" >&5
49167 echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
49168
49169 if test -n "$PKG_CONFIG"; then
49170 if test -n "$GST_CFLAGS"; then
49171 pkg_cv_GST_CFLAGS="$GST_CFLAGS"
49172 else
49173 if test -n "$PKG_CONFIG" && \
49174 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
49175 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
49176 ac_status=$?
49177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49178 (exit $ac_status); }; then
49179 pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
49180 else
49181 pkg_failed=yes
49182 fi
49183 fi
49184 else
49185 pkg_failed=untried
49186 fi
49187 if test -n "$PKG_CONFIG"; then
49188 if test -n "$GST_LIBS"; then
49189 pkg_cv_GST_LIBS="$GST_LIBS"
49190 else
49191 if test -n "$PKG_CONFIG" && \
49192 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-plugins-base-\$GST_VERSION gconf-2.0\"") >&5
49193 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0") 2>&5
49194 ac_status=$?
49195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49196 (exit $ac_status); }; then
49197 pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0" 2>/dev/null`
49198 else
49199 pkg_failed=yes
49200 fi
49201 fi
49202 else
49203 pkg_failed=untried
49204 fi
49205
49206
49207
49208 if test $pkg_failed = yes; then
49209
49210 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
49211 _pkg_short_errors_supported=yes
49212 else
49213 _pkg_short_errors_supported=no
49214 fi
49215 if test $_pkg_short_errors_supported = yes; then
49216 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
49217 else
49218 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-plugins-base-$GST_VERSION gconf-2.0"`
49219 fi
49220 # Put the nasty error message in config.log where it belongs
49221 echo "$GST_PKG_ERRORS" >&5
49222
49223
49224 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
49225 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
49226 GST_VERSION_MINOR=8
49227
49228
49229 elif test $pkg_failed = untried; then
49230
49231 { echo "$as_me:$LINENO: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&5
49232 echo "$as_me: WARNING: GStreamer 0.10 not available, falling back to 0.8" >&2;}
49233 GST_VERSION_MINOR=8
49234
49235
49236 else
49237 GST_CFLAGS=$pkg_cv_GST_CFLAGS
49238 GST_LIBS=$pkg_cv_GST_LIBS
49239 { echo "$as_me:$LINENO: result: yes" >&5
49240 echo "${ECHO_T}yes" >&6; }
49241
49242 wxUSE_GSTREAMER="yes"
49243 GST_LIBS="$GST_LIBS -lgstinterfaces-$GST_VERSION"
49244
49245 fi
49246 else
49247 GST_VERSION_MINOR=8
49248 fi
49249
49250 if test $GST_VERSION_MINOR = "8"; then
49251 GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR
49252
49253 pkg_failed=no
49254 { echo "$as_me:$LINENO: checking for GST" >&5
49255 echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
49256
49257 if test -n "$PKG_CONFIG"; then
49258 if test -n "$GST_CFLAGS"; then
49259 pkg_cv_GST_CFLAGS="$GST_CFLAGS"
49260 else
49261 if test -n "$PKG_CONFIG" && \
49262 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
49263 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
49264 ac_status=$?
49265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49266 (exit $ac_status); }; then
49267 pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
49268 else
49269 pkg_failed=yes
49270 fi
49271 fi
49272 else
49273 pkg_failed=untried
49274 fi
49275 if test -n "$PKG_CONFIG"; then
49276 if test -n "$GST_LIBS"; then
49277 pkg_cv_GST_LIBS="$GST_LIBS"
49278 else
49279 if test -n "$PKG_CONFIG" && \
49280 { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-\$GST_VERSION gstreamer-interfaces-\$GST_VERSION gstreamer-gconf-\$GST_VERSION\"") >&5
49281 ($PKG_CONFIG --exists --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION") 2>&5
49282 ac_status=$?
49283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49284 (exit $ac_status); }; then
49285 pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION" 2>/dev/null`
49286 else
49287 pkg_failed=yes
49288 fi
49289 fi
49290 else
49291 pkg_failed=untried
49292 fi
49293
49294
49295
49296 if test $pkg_failed = yes; then
49297
49298 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
49299 _pkg_short_errors_supported=yes
49300 else
49301 _pkg_short_errors_supported=no
49302 fi
49303 if test $_pkg_short_errors_supported = yes; then
49304 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
49305 else
49306 GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-$GST_VERSION gstreamer-interfaces-$GST_VERSION gstreamer-gconf-$GST_VERSION"`
49307 fi
49308 # Put the nasty error message in config.log where it belongs
49309 echo "$GST_PKG_ERRORS" >&5
49310
49311
49312 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
49313 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
49314
49315 elif test $pkg_failed = untried; then
49316
49317 { echo "$as_me:$LINENO: WARNING: GStreamer 0.8/0.10 not available." >&5
49318 echo "$as_me: WARNING: GStreamer 0.8/0.10 not available." >&2;}
49319
49320 else
49321 GST_CFLAGS=$pkg_cv_GST_CFLAGS
49322 GST_LIBS=$pkg_cv_GST_LIBS
49323 { echo "$as_me:$LINENO: result: yes" >&5
49324 echo "${ECHO_T}yes" >&6; }
49325 wxUSE_GSTREAMER="yes"
49326 fi
49327 fi
49328
49329
49330 if test "$wxUSE_GSTREAMER" = "yes"; then
49331 CPPFLAGS="$GST_CFLAGS $CPPFLAGS"
49332 EXTRALIBS_MEDIA="$GST_LIBS"
49333
49334 cat >>confdefs.h <<\_ACEOF
49335 #define wxUSE_GSTREAMER 1
49336 _ACEOF
49337
49338 else
49339 USE_MEDIA=0
49340 fi
49341 fi
49342
49343 if test $USE_MEDIA = 1; then
49344 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
49345 cat >>confdefs.h <<\_ACEOF
49346 #define wxUSE_MEDIACTRL 1
49347 _ACEOF
49348
49349 else
49350 if test "$wxUSE_MEDIACTRL" = "yes"; then
49351 { { echo "$as_me:$LINENO: error: GStreamer not available" >&5
49352 echo "$as_me: error: GStreamer not available" >&2;}
49353 { (exit 1); exit 1; }; }
49354 else
49355 { echo "$as_me:$LINENO: WARNING: GStreamer not available... disabling wxMediaCtrl" >&5
49356 echo "$as_me: WARNING: GStreamer not available... disabling wxMediaCtrl" >&2;}
49357 fi
49358 fi
49359 fi
49360
49361
49362 if test "$cross_compiling" != "no"; then
49363 OSINFO="\"$host\""
49364 else
49365 OSINFO=`uname -s -r -m`
49366 OSINFO="\"$OSINFO\""
49367 fi
49368
49369 cat >>confdefs.h <<_ACEOF
49370 #define WXWIN_OS_DESCRIPTION $OSINFO
49371 _ACEOF
49372
49373
49374
49375 if test "x$prefix" != "xNONE"; then
49376 wxPREFIX=$prefix
49377 else
49378 wxPREFIX=$ac_default_prefix
49379 fi
49380
49381 cat >>confdefs.h <<_ACEOF
49382 #define wxINSTALL_PREFIX "$wxPREFIX"
49383 _ACEOF
49384
49385
49386
49387
49388 STD_BASE_LIBS="base"
49389 STD_GUI_LIBS=""
49390 BUILT_WX_LIBS="base"
49391 ALL_WX_LIBS="xrc stc gl media qa html adv core xml net base"
49392
49393 if test "$wxUSE_SOCKETS" = "yes" ; then
49394 STD_BASE_LIBS="net $STD_BASE_LIBS"
49395 BUILT_WX_LIBS="net $BUILT_WX_LIBS"
49396 fi
49397 if test "$wxUSE_XML" = "yes" ; then
49398 STD_BASE_LIBS="xml $STD_BASE_LIBS"
49399 BUILT_WX_LIBS="xml $BUILT_WX_LIBS"
49400 fi
49401
49402 if test "$wxUSE_GUI" = "yes"; then
49403 STD_GUI_LIBS="adv core"
49404 BUILT_WX_LIBS="$STD_GUI_LIBS $BUILT_WX_LIBS"
49405
49406 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
49407 STD_GUI_LIBS="qa $STD_GUI_LIBS"
49408 BUILT_WX_LIBS="qa $BUILT_WX_LIBS"
49409 fi
49410 if test "$wxUSE_HTML" = "yes" ; then
49411 STD_GUI_LIBS="html $STD_GUI_LIBS"
49412 BUILT_WX_LIBS="html $BUILT_WX_LIBS"
49413 fi
49414 if test "$wxUSE_MEDIACTRL" = "yes" ; then
49415 BUILT_WX_LIBS="media $BUILT_WX_LIBS"
49416 fi
49417 if test "$wxUSE_OPENGL" = "yes" ; then
49418 BUILT_WX_LIBS="gl $BUILT_WX_LIBS"
49419 fi
49420 if test "$wxUSE_AUI" = "yes" ; then
49421 BUILT_WX_LIBS="aui $BUILT_WX_LIBS"
49422 fi
49423 if test "$wxUSE_PROPGRID" = "yes" ; then
49424 BUILT_WX_LIBS="propgrid $BUILT_WX_LIBS"
49425 fi
49426 if test "$wxUSE_RIBBON" = "yes" ; then
49427 BUILT_WX_LIBS="ribbon $BUILT_WX_LIBS"
49428 fi
49429 if test "$wxUSE_RICHTEXT" = "yes" ; then
49430 BUILT_WX_LIBS="richtext $BUILT_WX_LIBS"
49431 fi
49432 if test "$wxUSE_STC" = "yes" ; then
49433 BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
49434 fi
49435 if test "$wxUSE_WEBVIEW" = "yes" ; then
49436 STD_GUI_LIBS="webview $STD_GUI_LIBS"
49437 BUILT_WX_LIBS="webview $BUILT_WX_LIBS"
49438 fi
49439 if test "$wxUSE_XRC" = "yes" ; then
49440 STD_GUI_LIBS="xrc $STD_GUI_LIBS"
49441 BUILT_WX_LIBS="xrc $BUILT_WX_LIBS"
49442 fi
49443 fi
49444
49445
49446
49447
49448
49449
49450
49451 EXTRA_FRAMEWORKS=
49452 if test "$wxUSE_MAC" = 1 ; then
49453 if test "$USE_DARWIN" = 1; then
49454 if test "$wxUSE_OSX_IPHONE" = 1; then
49455 EXTRA_FRAMEWORKS="-framework IOKit -framework UIKit -framework CFNetwork -framework AudioToolbox -framework CoreFoundation -framework CoreGraphics -framework OpenGLES -framework Foundation -framework QuartzCore"
49456 else
49457 EXTRA_FRAMEWORKS="-framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -framework QuickTime"
49458 fi
49459 fi
49460 fi
49461 if test "$wxUSE_OLD_COCOA" = 1 ; then
49462 EXTRA_FRAMEWORKS="-framework IOKit -framework Cocoa"
49463 if test "$wxUSE_MEDIACTRL" = "yes"; then
49464 EXTRA_FRAMEWORKS="$EXTRA_FRAMEWORKS -framework QuickTime"
49465 fi
49466 fi
49467 if test "$USE_DARWIN" = 1 -a "$wxUSE_MAC" != 1 -a "$wxUSE_OLD_COCOA" != 1 ; then
49468 EXTRA_FRAMEWORKS="$EXTRA_FRAMEWORKS -framework IOKit -framework CoreServices -framework System -framework ApplicationServices"
49469 fi
49470
49471 LDFLAGS="$LDFLAGS $EXTRA_FRAMEWORKS"
49472 WXCONFIG_LDFLAGS="$WXCONFIG_LDFLAGS $EXTRA_FRAMEWORKS"
49473
49474 LIBS="$ZLIB_LINK $POSIX4_LINK $INET_LINK $WCHAR_LINK $DL_LINK $LIBS"
49475
49476 if test "$wxUSE_GUI" = "yes"; then
49477
49478
49479 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs drawing \
49480 erase event exec font image minimal render \
49481 shaped svg taborder vscroll widgets wrapsizer"
49482
49483 if test "$wxUSE_MONOLITHIC" != "yes"; then
49484 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS console"
49485 fi
49486 if test "$TOOLKIT" = "MSW"; then
49487 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS regtest"
49488 if test "$wxUSE_UNIVERSAL" != "yes"; then
49489 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw nativdlg dll"
49490 fi
49491 fi
49492 if test "$TOOLKIT" = "PM" -a "$wxUSE_UNIVERSAL" != "yes"; then
49493 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ownerdrw"
49494 fi
49495 else
49496 SAMPLES_SUBDIRS="console"
49497 if test "$wxUSE_SOCKETS" = "yes" ; then
49498 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS sockets"
49499 fi
49500 if test "$wxUSE_IPC" = "yes" ; then
49501 SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS ipc"
49502 fi
49503 fi
49504
49505
49506 if test "x$INTELCC" = "xyes" ; then
49507 CWARNINGS="-Wall -wd810,869,981,1418,1572,1684,2259"
49508 elif test "$GCC" = yes ; then
49509 CWARNINGS="-Wall -Wundef"
49510 fi
49511
49512 if test "x$INTELCXX" = "xyes" ; then
49513 CXXWARNINGS="-Wall -wd279,383,444,810,869,981,1418,1419,1881,2259"
49514 elif test "$GXX" = yes ; then
49515 CXXWARNINGS="-Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy"
49516 { echo "$as_me:$LINENO: checking CXXWARNINGS for gcc -Woverloaded-virtual" >&5
49517 echo $ECHO_N "checking CXXWARNINGS for gcc -Woverloaded-virtual... $ECHO_C" >&6; }
49518 if test "${ac_cv_cxxflags_gcc_option__Woverloaded_virtual+set}" = set; then
49519 echo $ECHO_N "(cached) $ECHO_C" >&6
49520 else
49521 ac_cv_cxxflags_gcc_option__Woverloaded_virtual="no, unknown"
49522
49523 ac_ext=cpp
49524 ac_cpp='$CXXCPP $CPPFLAGS'
49525 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49526 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49527 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
49528
49529 ac_save_CXXFLAGS="$CXXFLAGS"
49530 for ac_arg in "-pedantic -Werror % -Woverloaded-virtual" "-pedantic % -Woverloaded-virtual %% no, obsolete" #
49531 do CXXFLAGS="$ac_save_CXXFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
49532 cat >conftest.$ac_ext <<_ACEOF
49533 /* confdefs.h. */
49534 _ACEOF
49535 cat confdefs.h >>conftest.$ac_ext
49536 cat >>conftest.$ac_ext <<_ACEOF
49537 /* end confdefs.h. */
49538
49539 int
49540 main ()
49541 {
49542 return 0;
49543 ;
49544 return 0;
49545 }
49546 _ACEOF
49547 rm -f conftest.$ac_objext
49548 if { (ac_try="$ac_compile"
49549 case "(($ac_try" in
49550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49551 *) ac_try_echo=$ac_try;;
49552 esac
49553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
49554 (eval "$ac_compile") 2>conftest.er1
49555 ac_status=$?
49556 grep -v '^ *+' conftest.er1 >conftest.err
49557 rm -f conftest.er1
49558 cat conftest.err >&5
49559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49560 (exit $ac_status); } && {
49561 test -z "$ac_cxx_werror_flag" ||
49562 test ! -s conftest.err
49563 } && test -s conftest.$ac_objext; then
49564 ac_cv_cxxflags_gcc_option__Woverloaded_virtual=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
49565 else
49566 echo "$as_me: failed program was:" >&5
49567 sed 's/^/| /' conftest.$ac_ext >&5
49568
49569
49570 fi
49571
49572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49573 done
49574 CXXFLAGS="$ac_save_CXXFLAGS"
49575 ac_ext=c
49576 ac_cpp='$CPP $CPPFLAGS'
49577 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
49578 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
49579 ac_compiler_gnu=$ac_cv_c_compiler_gnu
49580
49581
49582 fi
49583 { echo "$as_me:$LINENO: result: $ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&5
49584 echo "${ECHO_T}$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" >&6; }
49585 case ".$ac_cv_cxxflags_gcc_option__Woverloaded_virtual" in
49586 .ok|.ok,*) ;;
49587 .|.no|.no,*) ;;
49588 *)
49589 if echo " $CXXWARNINGS " | grep " $ac_cv_cxxflags_gcc_option__Woverloaded_virtual " 2>&1 >/dev/null
49590 then { (echo "$as_me:$LINENO: : CXXWARNINGS does contain \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual") >&5
49591 (: CXXWARNINGS does contain $ac_cv_cxxflags_gcc_option__Woverloaded_virtual) 2>&5
49592 ac_status=$?
49593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49594 (exit $ac_status); }
49595 else { (echo "$as_me:$LINENO: : CXXWARNINGS=\"\$CXXWARNINGS \$ac_cv_cxxflags_gcc_option__Woverloaded_virtual\"") >&5
49596 (: CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual") 2>&5
49597 ac_status=$?
49598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
49599 (exit $ac_status); }
49600 CXXWARNINGS="$CXXWARNINGS $ac_cv_cxxflags_gcc_option__Woverloaded_virtual"
49601 fi
49602 ;;
49603 esac
49604
49605
49606 if test "$wxUSE_MAC" = 1 ; then
49607 CXXWARNINGS="$CXXWARNINGS -Wno-deprecated-declarations"
49608 fi
49609 fi
49610
49611
49612 WXCONFIG_CFLAGS=`echo $WXCONFIG_CFLAGS`
49613 WXCONFIG_CXXFLAGS=`echo $WXCONFIG_CFLAGS $WXCONFIG_CXXFLAGS`
49614
49615
49616 CPPFLAGS=`echo $WXCONFIG_CPPFLAGS \
49617 -I\\${wx_top_builddir}/lib/wx/include/${TOOLCHAIN_FULLNAME} \
49618 -I\\${top_srcdir}/include $TOOLKIT_INCLUDE \
49619 $CPPFLAGS `
49620
49621 C_AND_CXX_FLAGS="$DEBUG_CFLAGS $PROFILE_FLAGS $OPTIMISE_CFLAGS"
49622 CFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $CFLAGS `
49623 CXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $CXXFLAGS `
49624 OBJCFLAGS=`echo $WXCONFIG_CFLAGS $CWARNINGS $C_AND_CXX_FLAGS $OBJCFLAGS `
49625 OBJCXXFLAGS=`echo $WXCONFIG_CXXFLAGS $C_AND_CXX_FLAGS $OBJCXXFLAGS `
49626
49627 WXCONFIG_CPPFLAGS=`echo $WXCONFIG_CPPFLAGS $WXCONFIG_ONLY_CPPFLAGS`
49628
49629
49630 if test "x$MWCC" = "xyes"; then
49631
49632 CC="$CC -cwd source -I-"
49633 CXX="$CXX -cwd source -I-"
49634 fi
49635
49636
49637 LIBS=`echo $LIBS`
49638 EXTRALIBS="$LDFLAGS $LDFLAGS_VERSIONING $LIBS $DMALLOC_LIBS"
49639 EXTRALIBS_XML="$EXPAT_LINK"
49640 EXTRALIBS_HTML="$MSPACK_LINK"
49641 EXTRALIBS_MEDIA="$GST_LIBS"
49642 EXTRALIBS_STC="-lwxscintilla${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX}"
49643 if test "$wxUSE_GUI" = "yes"; then
49644 EXTRALIBS_GUI=`echo $GUI_TK_LIBRARY $PNG_LINK $JPEG_LINK $TIFF_LINK $WEBKIT_LINK $EXTRALIBS_HILDON $EXTRALIBS_GNOMEVFS $EXTRALIBS_GNOMEPRINT`
49645 fi
49646 if test "$wxUSE_OPENGL" = "yes"; then
49647 EXTRALIBS_OPENGL="$LDFLAGS_GL $OPENGL_LIBS"
49648 fi
49649
49650 LDFLAGS="$LDFLAGS $PROFILE_FLAGS"
49651
49652 WXCONFIG_LIBS="$LIBS"
49653
49654 if test "$wxUSE_REGEX" = "builtin" ; then
49655 wxconfig_3rdparty="regex${lib_unicode_suffix} $wxconfig_3rdparty"
49656 fi
49657 if test "$wxUSE_EXPAT" = "builtin" ; then
49658 wxconfig_3rdparty="expat $wxconfig_3rdparty"
49659 fi
49660 if test "$wxUSE_LIBTIFF" = "builtin" ; then
49661 wxconfig_3rdparty="tiff $wxconfig_3rdparty"
49662 fi
49663 if test "$wxUSE_LIBJPEG" = "builtin" ; then
49664 wxconfig_3rdparty="jpeg $wxconfig_3rdparty"
49665 fi
49666 if test "$wxUSE_LIBPNG" = "builtin" ; then
49667 wxconfig_3rdparty="png $wxconfig_3rdparty"
49668 fi
49669 if test "$wxUSE_ZLIB" = "builtin" ; then
49670 wxconfig_3rdparty="zlib $wxconfig_3rdparty"
49671 fi
49672
49673 for i in $wxconfig_3rdparty ; do
49674 WXCONFIG_LIBS="-lwx${i}${WX_LIB_FLAVOUR}-${WX_RELEASE}${HOST_SUFFIX} $WXCONFIG_LIBS"
49675 done
49676
49677
49678 if test "x$wxUSE_UNIVERSAL" = "xyes" ; then
49679 WXUNIV=1
49680
49681 case "$wxUNIV_THEMES" in
49682 ''|all)
49683 cat >>confdefs.h <<\_ACEOF
49684 #define wxUSE_ALL_THEMES 1
49685 _ACEOF
49686
49687 ;;
49688
49689 *)
49690 for t in `echo $wxUNIV_THEMES | tr , ' ' | tr '[a-z]' '[A-Z]'`; do
49691 cat >>confdefs.h <<_ACEOF
49692 #define wxUSE_THEME_$t 1
49693 _ACEOF
49694
49695 done
49696 esac
49697 else
49698 WXUNIV=0
49699 fi
49700
49701
49702
49703
49704
49705
49706
49707
49708 if test $wxUSE_MONOLITHIC = "yes" ; then
49709 MONOLITHIC=1
49710 else
49711 MONOLITHIC=0
49712 fi
49713
49714 if test $wxUSE_PLUGINS = "yes" ; then
49715 USE_PLUGINS=1
49716 else
49717 USE_PLUGINS=0
49718 fi
49719
49720 if test "$wxUSE_DEBUGREPORT" = "yes" ; then
49721 USE_QA=1
49722 else
49723 USE_QA=0
49724 fi
49725
49726 if test $wxUSE_OFFICIAL_BUILD = "yes" ; then
49727 OFFICIAL_BUILD=1
49728 else
49729 OFFICIAL_BUILD=0
49730 fi
49731
49732
49733
49734
49735
49736
49737
49738
49739
49740
49741
49742
49743
49744
49745
49746
49747
49748
49749
49750
49751
49752
49753
49754
49755
49756
49757
49758 TOOLKIT_LOWERCASE=`echo $TOOLKIT | tr '[A-Z]' '[a-z]'`
49759
49760
49761
49762
49763
49764
49765
49766
49767
49768
49769 case "$TOOLKIT" in
49770 GTK)
49771 TOOLKIT_DESC="GTK+"
49772 if test "$WXGTK2" = 1; then
49773 TOOLKIT_DESC="$TOOLKIT_DESC 2"
49774 if test "$wxUSE_GTKPRINT" = "yes" ; then
49775 TOOLKIT_EXTRA="$TOOLKIT_EXTRA GTK+ printing";
49776 fi
49777 if test "$wxUSE_LIBGNOMEPRINT" = "yes" ; then
49778 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomeprint";
49779 fi
49780 if test "$wxUSE_LIBGNOMEVFS" = "yes" ; then
49781 TOOLKIT_EXTRA="$TOOLKIT_EXTRA gnomevfs"
49782 fi
49783 if test "$wxUSE_LIBHILDON" = "yes"; then
49784 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
49785 fi
49786 if test "$wxUSE_LIBHILDON2" = "yes"; then
49787 TOOLKIT_EXTRA="$TOOLKIT_EXTRA hildon"
49788 fi
49789
49790 if test "$TOOLKIT_EXTRA" != ""; then
49791 TOOLKIT_DESC="$TOOLKIT_DESC with support for `echo $TOOLKIT_EXTRA | tr -s ' '`"
49792 fi
49793 fi
49794 ;;
49795
49796 ?*)
49797 TOOLKIT_DESC=$TOOLKIT_LOWERCASE
49798 ;;
49799
49800 *)
49801 TOOLKIT_DESC="base only"
49802 ;;
49803 esac
49804
49805 if test "$wxUSE_WINE" = "yes"; then
49806 BAKEFILE_FORCE_PLATFORM=win32
49807 fi
49808
49809 if test "$wxUSE_UNICODE" = yes -a "$GCC" = yes -a "$bk_use_pch" != no
49810 then
49811 { echo "$as_me:$LINENO: checking for gcc precompiled header bug" >&5
49812 echo $ECHO_N "checking for gcc precompiled header bug... $ECHO_C" >&6; }
49813 if test "${wx_cv_gcc_pch_bug+set}" = set; then
49814 echo $ECHO_N "(cached) $ECHO_C" >&6
49815 else
49816
49817 echo '#include <stdio.h>
49818 const wchar_t test_var[] = L"awidetest";' > conftest.h
49819
49820 echo '#include "conftest.h"
49821 int main()
49822 {
49823 printf("%ls", test_var);
49824 return 0;
49825 }' > conftest.cpp
49826
49827 wx_cv_gcc_pch_bug="pch not supported"
49828
49829 if $CXX conftest.h >/dev/null 2>&1
49830 then
49831 wx_cv_gcc_pch_bug=
49832
49833 if $CXX -o conftest$PROGRAM_EXT conftest.cpp >/dev/null 2>&1
49834 then
49835 if tr -dc '[a-z]' < conftest$PROGRAM_EXT |
49836 grep awidetest >/dev/null
49837 then
49838 wx_cv_gcc_pch_bug=no
49839 else
49840 wx_cv_gcc_pch_bug=yes
49841 fi
49842 fi
49843 fi
49844
49845 rm -f conftest.h conftest.gch conftest.cpp conftest$PROGRAM_EXT
49846
49847 fi
49848 { echo "$as_me:$LINENO: result: $wx_cv_gcc_pch_bug" >&5
49849 echo "${ECHO_T}$wx_cv_gcc_pch_bug" >&6; }
49850
49851 if test "$wx_cv_gcc_pch_bug" = yes; then
49852 bk_use_pch=no
49853 fi
49854 fi
49855
49856
49857
49858
49859
49860
49861
49862 if test "x$BAKEFILE_HOST" = "x"; then
49863 if test "x${host}" = "x" ; then
49864 { { echo "$as_me:$LINENO: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&5
49865 echo "$as_me: error: You must call the autoconf \"CANONICAL_HOST\" macro in your configure.ac (or .in) file." >&2;}
49866 { (exit 1); exit 1; }; }
49867 fi
49868
49869 BAKEFILE_HOST="${host}"
49870 fi
49871
49872 if test "x$BAKEFILE_CHECK_BASICS" != "xno"; then
49873
49874 if test -n "$ac_tool_prefix"; then
49875 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
49876 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
49877 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49878 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49879 if test "${ac_cv_prog_RANLIB+set}" = set; then
49880 echo $ECHO_N "(cached) $ECHO_C" >&6
49881 else
49882 if test -n "$RANLIB"; then
49883 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
49884 else
49885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49886 for as_dir in $PATH
49887 do
49888 IFS=$as_save_IFS
49889 test -z "$as_dir" && as_dir=.
49890 for ac_exec_ext in '' $ac_executable_extensions; do
49891 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49892 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
49893 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49894 break 2
49895 fi
49896 done
49897 done
49898 IFS=$as_save_IFS
49899
49900 fi
49901 fi
49902 RANLIB=$ac_cv_prog_RANLIB
49903 if test -n "$RANLIB"; then
49904 { echo "$as_me:$LINENO: result: $RANLIB" >&5
49905 echo "${ECHO_T}$RANLIB" >&6; }
49906 else
49907 { echo "$as_me:$LINENO: result: no" >&5
49908 echo "${ECHO_T}no" >&6; }
49909 fi
49910
49911
49912 fi
49913 if test -z "$ac_cv_prog_RANLIB"; then
49914 ac_ct_RANLIB=$RANLIB
49915 # Extract the first word of "ranlib", so it can be a program name with args.
49916 set dummy ranlib; ac_word=$2
49917 { echo "$as_me:$LINENO: checking for $ac_word" >&5
49918 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
49919 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
49920 echo $ECHO_N "(cached) $ECHO_C" >&6
49921 else
49922 if test -n "$ac_ct_RANLIB"; then
49923 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
49924 else
49925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49926 for as_dir in $PATH
49927 do
49928 IFS=$as_save_IFS
49929 test -z "$as_dir" && as_dir=.
49930 for ac_exec_ext in '' $ac_executable_extensions; do
49931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
49932 ac_cv_prog_ac_ct_RANLIB="ranlib"
49933 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
49934 break 2
49935 fi
49936 done
49937 done
49938 IFS=$as_save_IFS
49939
49940 fi
49941 fi
49942 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
49943 if test -n "$ac_ct_RANLIB"; then
49944 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
49945 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
49946 else
49947 { echo "$as_me:$LINENO: result: no" >&5
49948 echo "${ECHO_T}no" >&6; }
49949 fi
49950
49951 if test "x$ac_ct_RANLIB" = x; then
49952 RANLIB=":"
49953 else
49954 case $cross_compiling:$ac_tool_warned in
49955 yes:)
49956 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
49957 whose name does not start with the host triplet. If you think this
49958 configuration is useful to you, please write to autoconf@gnu.org." >&5
49959 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
49960 whose name does not start with the host triplet. If you think this
49961 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
49962 ac_tool_warned=yes ;;
49963 esac
49964 RANLIB=$ac_ct_RANLIB
49965 fi
49966 else
49967 RANLIB="$ac_cv_prog_RANLIB"
49968 fi
49969
49970 # Find a good install program. We prefer a C program (faster),
49971 # so one script is as good as another. But avoid the broken or
49972 # incompatible versions:
49973 # SysV /etc/install, /usr/sbin/install
49974 # SunOS /usr/etc/install
49975 # IRIX /sbin/install
49976 # AIX /bin/install
49977 # AmigaOS /C/install, which installs bootblocks on floppy discs
49978 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
49979 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
49980 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
49981 # OS/2's system install, which has a completely different semantic
49982 # ./install, which can be erroneously created by make from ./install.sh.
49983 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
49984 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
49985 if test -z "$INSTALL"; then
49986 if test "${ac_cv_path_install+set}" = set; then
49987 echo $ECHO_N "(cached) $ECHO_C" >&6
49988 else
49989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
49990 for as_dir in $PATH
49991 do
49992 IFS=$as_save_IFS
49993 test -z "$as_dir" && as_dir=.
49994 # Account for people who put trailing slashes in PATH elements.
49995 case $as_dir/ in
49996 ./ | .// | /cC/* | \
49997 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
49998 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
49999 /usr/ucb/* ) ;;
50000 *)
50001 # OSF1 and SCO ODT 3.0 have their own names for install.
50002 # Don't use installbsd from OSF since it installs stuff as root
50003 # by default.
50004 for ac_prog in ginstall scoinst install; do
50005 for ac_exec_ext in '' $ac_executable_extensions; do
50006 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
50007 if test $ac_prog = install &&
50008 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
50009 # AIX install. It has an incompatible calling convention.
50010 :
50011 elif test $ac_prog = install &&
50012 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
50013 # program-specific install script used by HP pwplus--don't use.
50014 :
50015 else
50016 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
50017 break 3
50018 fi
50019 fi
50020 done
50021 done
50022 ;;
50023 esac
50024 done
50025 IFS=$as_save_IFS
50026
50027
50028 fi
50029 if test "${ac_cv_path_install+set}" = set; then
50030 INSTALL=$ac_cv_path_install
50031 else
50032 # As a last resort, use the slow shell script. Don't cache a
50033 # value for INSTALL within a source directory, because that will
50034 # break other packages using the cache if that directory is
50035 # removed, or if the value is a relative name.
50036 INSTALL=$ac_install_sh
50037 fi
50038 fi
50039 { echo "$as_me:$LINENO: result: $INSTALL" >&5
50040 echo "${ECHO_T}$INSTALL" >&6; }
50041
50042 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
50043 # It thinks the first close brace ends the variable substitution.
50044 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
50045
50046 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
50047
50048 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
50049
50050 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
50051 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
50052 LN_S=$as_ln_s
50053 if test "$LN_S" = "ln -s"; then
50054 { echo "$as_me:$LINENO: result: yes" >&5
50055 echo "${ECHO_T}yes" >&6; }
50056 else
50057 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
50058 echo "${ECHO_T}no, using $LN_S" >&6; }
50059 fi
50060
50061
50062 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
50063 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
50064 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
50065 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
50066 echo $ECHO_N "(cached) $ECHO_C" >&6
50067 else
50068 cat >conftest.make <<\_ACEOF
50069 SHELL = /bin/sh
50070 all:
50071 @echo '@@@%%%=$(MAKE)=@@@%%%'
50072 _ACEOF
50073 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
50074 case `${MAKE-make} -f conftest.make 2>/dev/null` in
50075 *@@@%%%=?*=@@@%%%*)
50076 eval ac_cv_prog_make_${ac_make}_set=yes;;
50077 *)
50078 eval ac_cv_prog_make_${ac_make}_set=no;;
50079 esac
50080 rm -f conftest.make
50081 fi
50082 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
50083 { echo "$as_me:$LINENO: result: yes" >&5
50084 echo "${ECHO_T}yes" >&6; }
50085 SET_MAKE=
50086 else
50087 { echo "$as_me:$LINENO: result: no" >&5
50088 echo "${ECHO_T}no" >&6; }
50089 SET_MAKE="MAKE=${MAKE-make}"
50090 fi
50091
50092
50093
50094 if test "x$SUNCXX" = "xyes"; then
50095 AR=$CXX
50096 AROPTIONS="-xar -o"
50097
50098 elif test "x$SGICC" = "xyes"; then
50099 AR=$CXX
50100 AROPTIONS="-ar -o"
50101
50102 else
50103 if test -n "$ac_tool_prefix"; then
50104 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
50105 set dummy ${ac_tool_prefix}ar; ac_word=$2
50106 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50107 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50108 if test "${ac_cv_prog_AR+set}" = set; then
50109 echo $ECHO_N "(cached) $ECHO_C" >&6
50110 else
50111 if test -n "$AR"; then
50112 ac_cv_prog_AR="$AR" # Let the user override the test.
50113 else
50114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50115 for as_dir in $PATH
50116 do
50117 IFS=$as_save_IFS
50118 test -z "$as_dir" && as_dir=.
50119 for ac_exec_ext in '' $ac_executable_extensions; do
50120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50121 ac_cv_prog_AR="${ac_tool_prefix}ar"
50122 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50123 break 2
50124 fi
50125 done
50126 done
50127 IFS=$as_save_IFS
50128
50129 fi
50130 fi
50131 AR=$ac_cv_prog_AR
50132 if test -n "$AR"; then
50133 { echo "$as_me:$LINENO: result: $AR" >&5
50134 echo "${ECHO_T}$AR" >&6; }
50135 else
50136 { echo "$as_me:$LINENO: result: no" >&5
50137 echo "${ECHO_T}no" >&6; }
50138 fi
50139
50140
50141 fi
50142 if test -z "$ac_cv_prog_AR"; then
50143 ac_ct_AR=$AR
50144 # Extract the first word of "ar", so it can be a program name with args.
50145 set dummy ar; ac_word=$2
50146 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50147 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50148 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
50149 echo $ECHO_N "(cached) $ECHO_C" >&6
50150 else
50151 if test -n "$ac_ct_AR"; then
50152 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
50153 else
50154 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50155 for as_dir in $PATH
50156 do
50157 IFS=$as_save_IFS
50158 test -z "$as_dir" && as_dir=.
50159 for ac_exec_ext in '' $ac_executable_extensions; do
50160 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50161 ac_cv_prog_ac_ct_AR="ar"
50162 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50163 break 2
50164 fi
50165 done
50166 done
50167 IFS=$as_save_IFS
50168
50169 fi
50170 fi
50171 ac_ct_AR=$ac_cv_prog_ac_ct_AR
50172 if test -n "$ac_ct_AR"; then
50173 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
50174 echo "${ECHO_T}$ac_ct_AR" >&6; }
50175 else
50176 { echo "$as_me:$LINENO: result: no" >&5
50177 echo "${ECHO_T}no" >&6; }
50178 fi
50179
50180 if test "x$ac_ct_AR" = x; then
50181 AR="ar"
50182 else
50183 case $cross_compiling:$ac_tool_warned in
50184 yes:)
50185 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
50186 whose name does not start with the host triplet. If you think this
50187 configuration is useful to you, please write to autoconf@gnu.org." >&5
50188 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
50189 whose name does not start with the host triplet. If you think this
50190 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
50191 ac_tool_warned=yes ;;
50192 esac
50193 AR=$ac_ct_AR
50194 fi
50195 else
50196 AR="$ac_cv_prog_AR"
50197 fi
50198
50199 AROPTIONS=rcu
50200 fi
50201
50202
50203 if test -n "$ac_tool_prefix"; then
50204 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
50205 set dummy ${ac_tool_prefix}strip; ac_word=$2
50206 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50207 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50208 if test "${ac_cv_prog_STRIP+set}" = set; then
50209 echo $ECHO_N "(cached) $ECHO_C" >&6
50210 else
50211 if test -n "$STRIP"; then
50212 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
50213 else
50214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50215 for as_dir in $PATH
50216 do
50217 IFS=$as_save_IFS
50218 test -z "$as_dir" && as_dir=.
50219 for ac_exec_ext in '' $ac_executable_extensions; do
50220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50221 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
50222 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50223 break 2
50224 fi
50225 done
50226 done
50227 IFS=$as_save_IFS
50228
50229 fi
50230 fi
50231 STRIP=$ac_cv_prog_STRIP
50232 if test -n "$STRIP"; then
50233 { echo "$as_me:$LINENO: result: $STRIP" >&5
50234 echo "${ECHO_T}$STRIP" >&6; }
50235 else
50236 { echo "$as_me:$LINENO: result: no" >&5
50237 echo "${ECHO_T}no" >&6; }
50238 fi
50239
50240
50241 fi
50242 if test -z "$ac_cv_prog_STRIP"; then
50243 ac_ct_STRIP=$STRIP
50244 # Extract the first word of "strip", so it can be a program name with args.
50245 set dummy strip; ac_word=$2
50246 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50247 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50248 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
50249 echo $ECHO_N "(cached) $ECHO_C" >&6
50250 else
50251 if test -n "$ac_ct_STRIP"; then
50252 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
50253 else
50254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50255 for as_dir in $PATH
50256 do
50257 IFS=$as_save_IFS
50258 test -z "$as_dir" && as_dir=.
50259 for ac_exec_ext in '' $ac_executable_extensions; do
50260 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50261 ac_cv_prog_ac_ct_STRIP="strip"
50262 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50263 break 2
50264 fi
50265 done
50266 done
50267 IFS=$as_save_IFS
50268
50269 fi
50270 fi
50271 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
50272 if test -n "$ac_ct_STRIP"; then
50273 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
50274 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
50275 else
50276 { echo "$as_me:$LINENO: result: no" >&5
50277 echo "${ECHO_T}no" >&6; }
50278 fi
50279
50280 if test "x$ac_ct_STRIP" = x; then
50281 STRIP=":"
50282 else
50283 case $cross_compiling:$ac_tool_warned in
50284 yes:)
50285 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
50286 whose name does not start with the host triplet. If you think this
50287 configuration is useful to you, please write to autoconf@gnu.org." >&5
50288 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
50289 whose name does not start with the host triplet. If you think this
50290 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
50291 ac_tool_warned=yes ;;
50292 esac
50293 STRIP=$ac_ct_STRIP
50294 fi
50295 else
50296 STRIP="$ac_cv_prog_STRIP"
50297 fi
50298
50299 if test -n "$ac_tool_prefix"; then
50300 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
50301 set dummy ${ac_tool_prefix}nm; ac_word=$2
50302 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50303 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50304 if test "${ac_cv_prog_NM+set}" = set; then
50305 echo $ECHO_N "(cached) $ECHO_C" >&6
50306 else
50307 if test -n "$NM"; then
50308 ac_cv_prog_NM="$NM" # Let the user override the test.
50309 else
50310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50311 for as_dir in $PATH
50312 do
50313 IFS=$as_save_IFS
50314 test -z "$as_dir" && as_dir=.
50315 for ac_exec_ext in '' $ac_executable_extensions; do
50316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50317 ac_cv_prog_NM="${ac_tool_prefix}nm"
50318 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50319 break 2
50320 fi
50321 done
50322 done
50323 IFS=$as_save_IFS
50324
50325 fi
50326 fi
50327 NM=$ac_cv_prog_NM
50328 if test -n "$NM"; then
50329 { echo "$as_me:$LINENO: result: $NM" >&5
50330 echo "${ECHO_T}$NM" >&6; }
50331 else
50332 { echo "$as_me:$LINENO: result: no" >&5
50333 echo "${ECHO_T}no" >&6; }
50334 fi
50335
50336
50337 fi
50338 if test -z "$ac_cv_prog_NM"; then
50339 ac_ct_NM=$NM
50340 # Extract the first word of "nm", so it can be a program name with args.
50341 set dummy nm; ac_word=$2
50342 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50343 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50344 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
50345 echo $ECHO_N "(cached) $ECHO_C" >&6
50346 else
50347 if test -n "$ac_ct_NM"; then
50348 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
50349 else
50350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50351 for as_dir in $PATH
50352 do
50353 IFS=$as_save_IFS
50354 test -z "$as_dir" && as_dir=.
50355 for ac_exec_ext in '' $ac_executable_extensions; do
50356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50357 ac_cv_prog_ac_ct_NM="nm"
50358 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50359 break 2
50360 fi
50361 done
50362 done
50363 IFS=$as_save_IFS
50364
50365 fi
50366 fi
50367 ac_ct_NM=$ac_cv_prog_ac_ct_NM
50368 if test -n "$ac_ct_NM"; then
50369 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
50370 echo "${ECHO_T}$ac_ct_NM" >&6; }
50371 else
50372 { echo "$as_me:$LINENO: result: no" >&5
50373 echo "${ECHO_T}no" >&6; }
50374 fi
50375
50376 if test "x$ac_ct_NM" = x; then
50377 NM=":"
50378 else
50379 case $cross_compiling:$ac_tool_warned in
50380 yes:)
50381 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
50382 whose name does not start with the host triplet. If you think this
50383 configuration is useful to you, please write to autoconf@gnu.org." >&5
50384 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
50385 whose name does not start with the host triplet. If you think this
50386 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
50387 ac_tool_warned=yes ;;
50388 esac
50389 NM=$ac_ct_NM
50390 fi
50391 else
50392 NM="$ac_cv_prog_NM"
50393 fi
50394
50395
50396 INSTALL_DIR="mkdir -p"
50397
50398
50399 LDFLAGS_GUI=
50400 case ${BAKEFILE_HOST} in
50401 *-*-cygwin* | *-*-mingw32* )
50402 LDFLAGS_GUI="-mwindows"
50403 esac
50404
50405
50406 fi
50407
50408 { echo "$as_me:$LINENO: checking if make is GNU make" >&5
50409 echo $ECHO_N "checking if make is GNU make... $ECHO_C" >&6; }
50410 if test "${bakefile_cv_prog_makeisgnu+set}" = set; then
50411 echo $ECHO_N "(cached) $ECHO_C" >&6
50412 else
50413
50414 if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null |
50415 egrep -s GNU > /dev/null); then
50416 bakefile_cv_prog_makeisgnu="yes"
50417 else
50418 bakefile_cv_prog_makeisgnu="no"
50419 fi
50420
50421 fi
50422 { echo "$as_me:$LINENO: result: $bakefile_cv_prog_makeisgnu" >&5
50423 echo "${ECHO_T}$bakefile_cv_prog_makeisgnu" >&6; }
50424
50425 if test "x$bakefile_cv_prog_makeisgnu" = "xyes"; then
50426 IF_GNU_MAKE=""
50427 else
50428 IF_GNU_MAKE="#"
50429 fi
50430
50431
50432
50433 PLATFORM_UNIX=0
50434 PLATFORM_WIN32=0
50435 PLATFORM_MSDOS=0
50436 PLATFORM_MAC=0
50437 PLATFORM_MACOS=0
50438 PLATFORM_MACOSX=0
50439 PLATFORM_OS2=0
50440 PLATFORM_BEOS=0
50441
50442 if test "x$BAKEFILE_FORCE_PLATFORM" = "x"; then
50443 case "${BAKEFILE_HOST}" in
50444 *-*-mingw32* )
50445 PLATFORM_WIN32=1
50446 ;;
50447 *-pc-msdosdjgpp )
50448 PLATFORM_MSDOS=1
50449 ;;
50450 *-pc-os2_emx | *-pc-os2-emx )
50451 PLATFORM_OS2=1
50452 ;;
50453 *-*-darwin* )
50454 PLATFORM_MAC=1
50455 PLATFORM_MACOSX=1
50456 ;;
50457 *-*-beos* )
50458 PLATFORM_BEOS=1
50459 ;;
50460 powerpc-apple-macos* )
50461 PLATFORM_MAC=1
50462 PLATFORM_MACOS=1
50463 ;;
50464 * )
50465 PLATFORM_UNIX=1
50466 ;;
50467 esac
50468 else
50469 case "$BAKEFILE_FORCE_PLATFORM" in
50470 win32 )
50471 PLATFORM_WIN32=1
50472 ;;
50473 msdos )
50474 PLATFORM_MSDOS=1
50475 ;;
50476 os2 )
50477 PLATFORM_OS2=1
50478 ;;
50479 darwin )
50480 PLATFORM_MAC=1
50481 PLATFORM_MACOSX=1
50482 ;;
50483 unix )
50484 PLATFORM_UNIX=1
50485 ;;
50486 beos )
50487 PLATFORM_BEOS=1
50488 ;;
50489 * )
50490 { { echo "$as_me:$LINENO: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&5
50491 echo "$as_me: error: Unknown platform: $BAKEFILE_FORCE_PLATFORM" >&2;}
50492 { (exit 1); exit 1; }; }
50493 ;;
50494 esac
50495 fi
50496
50497
50498
50499
50500
50501
50502
50503
50504
50505
50506
50507 # Check whether --enable-omf was given.
50508 if test "${enable_omf+set}" = set; then
50509 enableval=$enable_omf; bk_os2_use_omf="$enableval"
50510 fi
50511
50512
50513 case "${BAKEFILE_HOST}" in
50514 *-*-darwin* )
50515 if test "x$GCC" = "xyes"; then
50516 CFLAGS="$CFLAGS -fno-common"
50517 CXXFLAGS="$CXXFLAGS -fno-common"
50518 fi
50519 if test "x$XLCC" = "xyes"; then
50520 CFLAGS="$CFLAGS -qnocommon"
50521 CXXFLAGS="$CXXFLAGS -qnocommon"
50522 fi
50523 ;;
50524
50525 *-pc-os2_emx | *-pc-os2-emx )
50526 if test "x$bk_os2_use_omf" = "xyes" ; then
50527 AR=emxomfar
50528 RANLIB=:
50529 LDFLAGS="-Zomf $LDFLAGS"
50530 CFLAGS="-Zomf $CFLAGS"
50531 CXXFLAGS="-Zomf $CXXFLAGS"
50532 OS2_LIBEXT="lib"
50533 else
50534 OS2_LIBEXT="a"
50535 fi
50536 ;;
50537
50538 i*86-*-beos* )
50539 LDFLAGS="-L/boot/develop/lib/x86 $LDFLAGS"
50540 ;;
50541 esac
50542
50543
50544 SO_SUFFIX="so"
50545 SO_SUFFIX_MODULE="so"
50546 EXEEXT=""
50547 LIBPREFIX="lib"
50548 LIBEXT=".a"
50549 DLLPREFIX="lib"
50550 DLLPREFIX_MODULE=""
50551 DLLIMP_SUFFIX=""
50552 dlldir="$libdir"
50553
50554 case "${BAKEFILE_HOST}" in
50555 ia64-hp-hpux* )
50556 ;;
50557 *-hp-hpux* )
50558 SO_SUFFIX="sl"
50559 SO_SUFFIX_MODULE="sl"
50560 ;;
50561 *-*-aix* )
50562 SO_SUFFIX="a"
50563 SO_SUFFIX_MODULE="a"
50564 ;;
50565 *-*-cygwin* )
50566 SO_SUFFIX="dll"
50567 SO_SUFFIX_MODULE="dll"
50568 DLLIMP_SUFFIX="dll.a"
50569 EXEEXT=".exe"
50570 DLLPREFIX="cyg"
50571 dlldir="$bindir"
50572 ;;
50573 *-*-mingw32* )
50574 SO_SUFFIX="dll"
50575 SO_SUFFIX_MODULE="dll"
50576 DLLIMP_SUFFIX="dll.a"
50577 EXEEXT=".exe"
50578 DLLPREFIX=""
50579 dlldir="$bindir"
50580 ;;
50581 *-pc-msdosdjgpp )
50582 EXEEXT=".exe"
50583 DLLPREFIX=""
50584 dlldir="$bindir"
50585 ;;
50586 *-pc-os2_emx | *-pc-os2-emx )
50587 SO_SUFFIX="dll"
50588 SO_SUFFIX_MODULE="dll"
50589 DLLIMP_SUFFIX=$OS2_LIBEXT
50590 EXEEXT=".exe"
50591 DLLPREFIX=""
50592 LIBPREFIX=""
50593 LIBEXT=".$OS2_LIBEXT"
50594 dlldir="$bindir"
50595 ;;
50596 *-*-darwin* )
50597 SO_SUFFIX="dylib"
50598 SO_SUFFIX_MODULE="bundle"
50599 ;;
50600 esac
50601
50602 if test "x$DLLIMP_SUFFIX" = "x" ; then
50603 DLLIMP_SUFFIX="$SO_SUFFIX"
50604 fi
50605
50606
50607
50608
50609
50610
50611
50612
50613
50614
50615
50616
50617 PIC_FLAG=""
50618 if test "x$GCC" = "xyes"; then
50619 PIC_FLAG="-fPIC"
50620 fi
50621
50622 SHARED_LD_CC="\$(CC) -shared ${PIC_FLAG} -o"
50623 SHARED_LD_CXX="\$(CXX) -shared ${PIC_FLAG} -o"
50624 WINDOWS_IMPLIB=0
50625
50626 case "${BAKEFILE_HOST}" in
50627 *-hp-hpux* )
50628 if test "x$GCC" != "xyes"; then
50629 LDFLAGS="$LDFLAGS -L/usr/lib"
50630
50631 SHARED_LD_CC="${CC} -b -o"
50632 SHARED_LD_CXX="${CXX} -b -o"
50633 PIC_FLAG="+Z"
50634 fi
50635 ;;
50636
50637 *-*-linux* )
50638 if test "$INTELCC" = "yes" -a "$INTELCC8" != "yes"; then
50639 PIC_FLAG="-KPIC"
50640 elif test "x$SUNCXX" = "xyes"; then
50641 SHARED_LD_CC="${CC} -G -o"
50642 SHARED_LD_CXX="${CXX} -G -o"
50643 PIC_FLAG="-KPIC"
50644 fi
50645 ;;
50646
50647 *-*-solaris2* )
50648 if test "x$SUNCXX" = xyes ; then
50649 SHARED_LD_CC="${CC} -G -o"
50650 SHARED_LD_CXX="${CXX} -G -o"
50651 PIC_FLAG="-KPIC"
50652 fi
50653 ;;
50654
50655 *-*-darwin* )
50656
50657 D='$'
50658 cat <<EOF >shared-ld-sh
50659 #!/bin/sh
50660 #-----------------------------------------------------------------------------
50661 #-- Name: distrib/mac/shared-ld-sh
50662 #-- Purpose: Link a mach-o dynamic shared library for Darwin / Mac OS X
50663 #-- Author: Gilles Depeyrot
50664 #-- Copyright: (c) 2002 Gilles Depeyrot
50665 #-- Licence: any use permitted
50666 #-----------------------------------------------------------------------------
50667
50668 verbose=0
50669 args=""
50670 objects=""
50671 linking_flag="-dynamiclib"
50672 ldargs="-r -keep_private_externs -nostdlib"
50673
50674 if test "x${D}CXX" = "x"; then
50675 CXX="c++"
50676 fi
50677
50678 while test ${D}# -gt 0; do
50679 case ${D}1 in
50680
50681 -v)
50682 verbose=1
50683 ;;
50684
50685 -o|-compatibility_version|-current_version|-framework|-undefined|-install_name)
50686 # collect these options and values
50687 args="${D}{args} ${D}1 ${D}2"
50688 shift
50689 ;;
50690
50691 -arch|-isysroot)
50692 # collect these options and values
50693 ldargs="${D}{ldargs} ${D}1 ${D}2"
50694 shift
50695 ;;
50696
50697 -s|-Wl,*)
50698 # collect these load args
50699 ldargs="${D}{ldargs} ${D}1"
50700 ;;
50701
50702 -l*|-L*|-flat_namespace|-headerpad_max_install_names)
50703 # collect these options
50704 args="${D}{args} ${D}1"
50705 ;;
50706
50707 -dynamiclib|-bundle)
50708 linking_flag="${D}1"
50709 ;;
50710
50711 -*)
50712 echo "shared-ld: unhandled option '${D}1'"
50713 exit 1
50714 ;;
50715
50716 *.o | *.a | *.dylib)
50717 # collect object files
50718 objects="${D}{objects} ${D}1"
50719 ;;
50720
50721 *)
50722 echo "shared-ld: unhandled argument '${D}1'"
50723 exit 1
50724 ;;
50725
50726 esac
50727 shift
50728 done
50729
50730 status=0
50731
50732 #
50733 # Link one module containing all the others
50734 #
50735 if test ${D}{verbose} = 1; then
50736 echo "${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o"
50737 fi
50738 ${D}CXX ${D}{ldargs} ${D}{objects} -o master.${D}${D}.o
50739 status=${D}?
50740
50741 #
50742 # Link the shared library from the single module created, but only if the
50743 # previous command didn't fail:
50744 #
50745 if test ${D}{status} = 0; then
50746 if test ${D}{verbose} = 1; then
50747 echo "${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}"
50748 fi
50749 ${D}CXX ${D}{linking_flag} master.${D}${D}.o ${D}{args}
50750 status=${D}?
50751 fi
50752
50753 #
50754 # Remove intermediate module
50755 #
50756 rm -f master.${D}${D}.o
50757
50758 exit ${D}status
50759 EOF
50760
50761 chmod +x shared-ld-sh
50762
50763 SHARED_LD_MODULE_CC="`pwd`/shared-ld-sh -bundle -headerpad_max_install_names -o"
50764 SHARED_LD_MODULE_CXX="CXX=\"\$(CXX)\" $SHARED_LD_MODULE_CC"
50765
50766
50767 { echo "$as_me:$LINENO: checking for gcc 3.1 or later" >&5
50768 echo $ECHO_N "checking for gcc 3.1 or later... $ECHO_C" >&6; }
50769 if test "${bakefile_cv_gcc31+set}" = set; then
50770 echo $ECHO_N "(cached) $ECHO_C" >&6
50771 else
50772
50773 cat >conftest.$ac_ext <<_ACEOF
50774 /* confdefs.h. */
50775 _ACEOF
50776 cat confdefs.h >>conftest.$ac_ext
50777 cat >>conftest.$ac_ext <<_ACEOF
50778 /* end confdefs.h. */
50779
50780 int
50781 main ()
50782 {
50783
50784 #if (__GNUC__ < 3) || \
50785 ((__GNUC__ == 3) && (__GNUC_MINOR__ < 1))
50786 This is old gcc
50787 #endif
50788
50789 ;
50790 return 0;
50791 }
50792 _ACEOF
50793 rm -f conftest.$ac_objext
50794 if { (ac_try="$ac_compile"
50795 case "(($ac_try" in
50796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50797 *) ac_try_echo=$ac_try;;
50798 esac
50799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
50800 (eval "$ac_compile") 2>conftest.er1
50801 ac_status=$?
50802 grep -v '^ *+' conftest.er1 >conftest.err
50803 rm -f conftest.er1
50804 cat conftest.err >&5
50805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
50806 (exit $ac_status); } && {
50807 test -z "$ac_c_werror_flag" ||
50808 test ! -s conftest.err
50809 } && test -s conftest.$ac_objext; then
50810
50811 bakefile_cv_gcc31=yes
50812
50813 else
50814 echo "$as_me: failed program was:" >&5
50815 sed 's/^/| /' conftest.$ac_ext >&5
50816
50817
50818 bakefile_cv_gcc31=no
50819
50820
50821 fi
50822
50823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50824
50825 fi
50826 { echo "$as_me:$LINENO: result: $bakefile_cv_gcc31" >&5
50827 echo "${ECHO_T}$bakefile_cv_gcc31" >&6; }
50828 if test "$bakefile_cv_gcc31" = "no"; then
50829 SHARED_LD_CC="`pwd`/shared-ld-sh -dynamiclib -headerpad_max_install_names -o"
50830 SHARED_LD_CXX="$SHARED_LD_CC"
50831 else
50832 SHARED_LD_CC="\${CC} -dynamiclib -single_module -headerpad_max_install_names -o"
50833 SHARED_LD_CXX="\${CXX} -dynamiclib -single_module -headerpad_max_install_names -o"
50834 fi
50835
50836 if test "x$GCC" == "xyes"; then
50837 PIC_FLAG="-dynamic -fPIC"
50838 fi
50839 if test "x$XLCC" = "xyes"; then
50840 PIC_FLAG="-dynamic -DPIC"
50841 fi
50842 ;;
50843
50844 *-*-aix* )
50845 if test "x$GCC" = "xyes"; then
50846 PIC_FLAG=""
50847
50848 case "${BAKEFILE_HOST}" in
50849 *-*-aix5* )
50850 LD_EXPFULL="-Wl,-bexpfull"
50851 ;;
50852 esac
50853
50854 SHARED_LD_CC="\$(CC) -shared $LD_EXPFULL -o"
50855 SHARED_LD_CXX="\$(CXX) -shared $LD_EXPFULL -o"
50856 else
50857 # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
50858 set dummy makeC++SharedLib; ac_word=$2
50859 { echo "$as_me:$LINENO: checking for $ac_word" >&5
50860 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
50861 if test "${ac_cv_prog_AIX_CXX_LD+set}" = set; then
50862 echo $ECHO_N "(cached) $ECHO_C" >&6
50863 else
50864 if test -n "$AIX_CXX_LD"; then
50865 ac_cv_prog_AIX_CXX_LD="$AIX_CXX_LD" # Let the user override the test.
50866 else
50867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
50868 for as_dir in $PATH
50869 do
50870 IFS=$as_save_IFS
50871 test -z "$as_dir" && as_dir=.
50872 for ac_exec_ext in '' $ac_executable_extensions; do
50873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50874 ac_cv_prog_AIX_CXX_LD="makeC++SharedLib"
50875 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
50876 break 2
50877 fi
50878 done
50879 done
50880 IFS=$as_save_IFS
50881
50882 test -z "$ac_cv_prog_AIX_CXX_LD" && ac_cv_prog_AIX_CXX_LD="/usr/lpp/xlC/bin/makeC++SharedLib"
50883 fi
50884 fi
50885 AIX_CXX_LD=$ac_cv_prog_AIX_CXX_LD
50886 if test -n "$AIX_CXX_LD"; then
50887 { echo "$as_me:$LINENO: result: $AIX_CXX_LD" >&5
50888 echo "${ECHO_T}$AIX_CXX_LD" >&6; }
50889 else
50890 { echo "$as_me:$LINENO: result: no" >&5
50891 echo "${ECHO_T}no" >&6; }
50892 fi
50893
50894
50895 SHARED_LD_CC="$AIX_CC_LD -p 0 -o"
50896 SHARED_LD_CXX="$AIX_CXX_LD -p 0 -o"
50897 fi
50898 ;;
50899
50900 *-*-beos* )
50901 SHARED_LD_CC="${LD} -nostart -o"
50902 SHARED_LD_CXX="${LD} -nostart -o"
50903 ;;
50904
50905 *-*-irix* )
50906 if test "x$GCC" != "xyes"; then
50907 PIC_FLAG="-KPIC"
50908 fi
50909 ;;
50910
50911 *-*-cygwin* | *-*-mingw32* )
50912 PIC_FLAG=""
50913 SHARED_LD_CC="\$(CC) -shared -o"
50914 SHARED_LD_CXX="\$(CXX) -shared -o"
50915 WINDOWS_IMPLIB=1
50916 ;;
50917
50918 *-pc-os2_emx | *-pc-os2-emx )
50919 SHARED_LD_CC="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
50920 SHARED_LD_CXX="`pwd`/dllar.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
50921 PIC_FLAG=""
50922
50923 D='$'
50924 cat <<EOF >dllar.sh
50925 #!/bin/sh
50926 #
50927 # dllar - a tool to build both a .dll and an .a file
50928 # from a set of object (.o) files for EMX/OS2.
50929 #
50930 # Written by Andrew Zabolotny, bit@freya.etu.ru
50931 # Ported to Unix like shell by Stefan Neis, Stefan.Neis@t-online.de
50932 #
50933 # This script will accept a set of files on the command line.
50934 # All the public symbols from the .o files will be exported into
50935 # a .DEF file, then linker will be run (through gcc) against them to
50936 # build a shared library consisting of all given .o files. All libraries
50937 # (.a) will be first decompressed into component .o files then act as
50938 # described above. You can optionally give a description (-d "description")
50939 # which will be put into .DLL. To see the list of accepted options (as well
50940 # as command-line format) simply run this program without options. The .DLL
50941 # is built to be imported by name (there is no guarantee that new versions
50942 # of the library you build will have same ordinals for same symbols).
50943 #
50944 # dllar is free software; you can redistribute it and/or modify
50945 # it under the terms of the GNU General Public License as published by
50946 # the Free Software Foundation; either version 2, or (at your option)
50947 # any later version.
50948 #
50949 # dllar is distributed in the hope that it will be useful,
50950 # but WITHOUT ANY WARRANTY; without even the implied warranty of
50951 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
50952 # GNU General Public License for more details.
50953 #
50954 # You should have received a copy of the GNU General Public License
50955 # along with dllar; see the file COPYING. If not, write to the Free
50956 # Software Foundation, 59 Temple Place - Suite 330, Boston, MA
50957 # 02111-1307, USA.
50958
50959 # To successfuly run this program you will need:
50960 # - Current drive should have LFN support (HPFS, ext2, network, etc)
50961 # (Sometimes dllar generates filenames which won't fit 8.3 scheme)
50962 # - gcc
50963 # (used to build the .dll)
50964 # - emxexp
50965 # (used to create .def file from .o files)
50966 # - emximp
50967 # (used to create .a file from .def file)
50968 # - GNU text utilites (cat, sort, uniq)
50969 # used to process emxexp output
50970 # - GNU file utilities (mv, rm)
50971 # - GNU sed
50972 # - lxlite (optional, see flag below)
50973 # (used for general .dll cleanup)
50974 #
50975
50976 flag_USE_LXLITE=1;
50977
50978 #
50979 # helper functions
50980 # basnam, variant of basename, which does _not_ remove the path, _iff_
50981 # second argument (suffix to remove) is given
50982 basnam(){
50983 case ${D}# in
50984 1)
50985 echo ${D}1 | sed 's/.*\\///' | sed 's/.*\\\\//'
50986 ;;
50987 2)
50988 echo ${D}1 | sed 's/'${D}2'${D}//'
50989 ;;
50990 *)
50991 echo "error in basnam ${D}*"
50992 exit 8
50993 ;;
50994 esac
50995 }
50996
50997 # Cleanup temporary files and output
50998 CleanUp() {
50999 cd ${D}curDir
51000 for i in ${D}inputFiles ; do
51001 case ${D}i in
51002 *!)
51003 rm -rf \`basnam ${D}i !\`
51004 ;;
51005 *)
51006 ;;
51007 esac
51008 done
51009
51010 # Kill result in case of failure as there is just to many stupid make/nmake
51011 # things out there which doesn't do this.
51012 if [ ${D}# -eq 0 ]; then
51013 rm -f ${D}arcFile ${D}arcFile2 ${D}defFile ${D}dllFile
51014 fi
51015 }
51016
51017 # Print usage and exit script with rc=1.
51018 PrintHelp() {
51019 echo 'Usage: dllar.sh [-o[utput] output_file] [-i[mport] importlib_name]'
51020 echo ' [-name-mangler-script script.sh]'
51021 echo ' [-d[escription] "dll descrption"] [-cc "CC"] [-f[lags] "CFLAGS"]'
51022 echo ' [-ord[inals]] -ex[clude] "symbol(s)"'
51023 echo ' [-libf[lags] "{INIT|TERM}{GLOBAL|INSTANCE}"] [-nocrt[dll]] [-nolxl[ite]]'
51024 echo ' [*.o] [*.a]'
51025 echo '*> "output_file" should have no extension.'
51026 echo ' If it has the .o, .a or .dll extension, it is automatically removed.'
51027 echo ' The import library name is derived from this and is set to "name".a,'
51028 echo ' unless overridden by -import'
51029 echo '*> "importlib_name" should have no extension.'
51030 echo ' If it has the .o, or .a extension, it is automatically removed.'
51031 echo ' This name is used as the import library name and may be longer and'
51032 echo ' more descriptive than the DLL name which has to follow the old '
51033 echo ' 8.3 convention of FAT.'
51034 echo '*> "script.sh may be given to override the output_file name by a'
51035 echo ' different name. It is mainly useful if the regular make process'
51036 echo ' of some package does not take into account OS/2 restriction of'
51037 echo ' DLL name lengths. It takes the importlib name as input and is'
51038 echo ' supposed to procude a shorter name as output. The script should'
51039 echo ' expect to get importlib_name without extension and should produce'
51040 echo ' a (max.) 8 letter name without extension.'
51041 echo '*> "cc" is used to use another GCC executable. (default: gcc.exe)'
51042 echo '*> "flags" should be any set of valid GCC flags. (default: -s -Zcrtdll)'
51043 echo ' These flags will be put at the start of GCC command line.'
51044 echo '*> -ord[inals] tells dllar to export entries by ordinals. Be careful.'
51045 echo '*> -ex[clude] defines symbols which will not be exported. You can define'
51046 echo ' multiple symbols, for example -ex "myfunc yourfunc _GLOBAL*".'
51047 echo ' If the last character of a symbol is "*", all symbols beginning'
51048 echo ' with the prefix before "*" will be exclude, (see _GLOBAL* above).'
51049 echo '*> -libf[lags] can be used to add INITGLOBAL/INITINSTANCE and/or'
51050 echo ' TERMGLOBAL/TERMINSTANCE flags to the dynamically-linked library.'
51051 echo '*> -nocrt[dll] switch will disable linking the library against emx''s'
51052 echo ' C runtime DLLs.'
51053 echo '*> -nolxl[ite] switch will disable running lxlite on the resulting DLL.'
51054 echo '*> All other switches (for example -L./ or -lmylib) will be passed'
51055 echo ' unchanged to GCC at the end of command line.'
51056 echo '*> If you create a DLL from a library and you do not specify -o,'
51057 echo ' the basename for DLL and import library will be set to library name,'
51058 echo ' the initial library will be renamed to 'name'_s.a (_s for static)'
51059 echo ' i.e. "dllar gcc.a" will create gcc.dll and gcc.a, and the initial'
51060 echo ' library will be renamed into gcc_s.a.'
51061 echo '--------'
51062 echo 'Example:'
51063 echo ' dllar -o gcc290.dll libgcc.a -d "GNU C runtime library" -ord'
51064 echo ' -ex "__main __ctordtor*" -libf "INITINSTANCE TERMINSTANCE"'
51065 CleanUp
51066 exit 1
51067 }
51068
51069 # Execute a command.
51070 # If exit code of the commnad <> 0 CleanUp() is called and we'll exit the script.
51071 # @Uses Whatever CleanUp() uses.
51072 doCommand() {
51073 echo "${D}*"
51074 eval ${D}*
51075 rcCmd=${D}?
51076
51077 if [ ${D}rcCmd -ne 0 ]; then
51078 echo "command failed, exit code="${D}rcCmd
51079 CleanUp
51080 exit ${D}rcCmd
51081 fi
51082 }
51083
51084 # main routine
51085 # setup globals
51086 cmdLine=${D}*
51087 outFile=""
51088 outimpFile=""
51089 inputFiles=""
51090 renameScript=""
51091 description=""
51092 CC=gcc.exe
51093 CFLAGS="-s -Zcrtdll"
51094 EXTRA_CFLAGS=""
51095 EXPORT_BY_ORDINALS=0
51096 exclude_symbols=""
51097 library_flags=""
51098 curDir=\`pwd\`
51099 curDirS=curDir
51100 case ${D}curDirS in
51101 */)
51102 ;;
51103 *)
51104 curDirS=${D}{curDirS}"/"
51105 ;;
51106 esac
51107 # Parse commandline
51108 libsToLink=0
51109 omfLinking=0
51110 while [ ${D}1 ]; do
51111 case ${D}1 in
51112 -ord*)
51113 EXPORT_BY_ORDINALS=1;
51114 ;;
51115 -o*)
51116 shift
51117 outFile=${D}1
51118 ;;
51119 -i*)
51120 shift
51121 outimpFile=${D}1
51122 ;;
51123 -name-mangler-script)
51124 shift
51125 renameScript=${D}1
51126 ;;
51127 -d*)
51128 shift
51129 description=${D}1
51130 ;;
51131 -f*)
51132 shift
51133 CFLAGS=${D}1
51134 ;;
51135 -c*)
51136 shift
51137 CC=${D}1
51138 ;;
51139 -h*)
51140 PrintHelp
51141 ;;
51142 -ex*)
51143 shift
51144 exclude_symbols=${D}{exclude_symbols}${D}1" "
51145 ;;
51146 -libf*)
51147 shift
51148 library_flags=${D}{library_flags}${D}1" "
51149 ;;
51150 -nocrt*)
51151 CFLAGS="-s"
51152 ;;
51153 -nolxl*)
51154 flag_USE_LXLITE=0
51155 ;;
51156 -* | /*)
51157 case ${D}1 in
51158 -L* | -l*)
51159 libsToLink=1
51160 ;;
51161 -Zomf)
51162 omfLinking=1
51163 ;;
51164 *)
51165 ;;
51166 esac
51167 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
51168 ;;
51169 *.dll)
51170 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS} \`basnam ${D}1 .dll\`"
51171 if [ ${D}omfLinking -eq 1 ]; then
51172 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.lib"
51173 else
51174 EXTRA_CFLAGS="${D}{EXTRA_CFLAGS}.a"
51175 fi
51176 ;;
51177 *)
51178 found=0;
51179 if [ ${D}libsToLink -ne 0 ]; then
51180 EXTRA_CFLAGS=${D}{EXTRA_CFLAGS}" "${D}1
51181 else
51182 for file in ${D}1 ; do
51183 if [ -f ${D}file ]; then
51184 inputFiles="${D}{inputFiles} ${D}file"
51185 found=1
51186 fi
51187 done
51188 if [ ${D}found -eq 0 ]; then
51189 echo "ERROR: No file(s) found: "${D}1
51190 exit 8
51191 fi
51192 fi
51193 ;;
51194 esac
51195 shift
51196 done # iterate cmdline words
51197
51198 #
51199 if [ -z "${D}inputFiles" ]; then
51200 echo "dllar: no input files"
51201 PrintHelp
51202 fi
51203
51204 # Now extract all .o files from .a files
51205 newInputFiles=""
51206 for file in ${D}inputFiles ; do
51207 case ${D}file in
51208 *.a | *.lib)
51209 case ${D}file in
51210 *.a)
51211 suffix=".a"
51212 AR="ar"
51213 ;;
51214 *.lib)
51215 suffix=".lib"
51216 AR="emxomfar"
51217 EXTRA_CFLAGS="${D}EXTRA_CFLAGS -Zomf"
51218 ;;
51219 *)
51220 ;;
51221 esac
51222 dirname=\`basnam ${D}file ${D}suffix\`"_%"
51223 mkdir ${D}dirname
51224 if [ ${D}? -ne 0 ]; then
51225 echo "Failed to create subdirectory ./${D}dirname"
51226 CleanUp
51227 exit 8;
51228 fi
51229 # Append '!' to indicate archive
51230 newInputFiles="${D}newInputFiles ${D}{dirname}!"
51231 doCommand "cd ${D}dirname; ${D}AR x ../${D}file"
51232 cd ${D}curDir
51233 found=0;
51234 for subfile in ${D}dirname/*.o* ; do
51235 if [ -f ${D}subfile ]; then
51236 found=1
51237 if [ -s ${D}subfile ]; then
51238 # FIXME: This should be: is file size > 32 byte, _not_ > 0!
51239 newInputFiles="${D}newInputFiles ${D}subfile"
51240 fi
51241 fi
51242 done
51243 if [ ${D}found -eq 0 ]; then
51244 echo "WARNING: there are no files in archive \\'${D}file\\'"
51245 fi
51246 ;;
51247 *)
51248 newInputFiles="${D}{newInputFiles} ${D}file"
51249 ;;
51250 esac
51251 done
51252 inputFiles="${D}newInputFiles"
51253
51254 # Output filename(s).
51255 do_backup=0;
51256 if [ -z ${D}outFile ]; then
51257 do_backup=1;
51258 set outFile ${D}inputFiles; outFile=${D}2
51259 fi
51260
51261 # If it is an archive, remove the '!' and the '_%' suffixes
51262 case ${D}outFile in
51263 *_%!)
51264 outFile=\`basnam ${D}outFile _%!\`
51265 ;;
51266 *)
51267 ;;
51268 esac
51269 case ${D}outFile in
51270 *.dll)
51271 outFile=\`basnam ${D}outFile .dll\`
51272 ;;
51273 *.DLL)
51274 outFile=\`basnam ${D}outFile .DLL\`
51275 ;;
51276 *.o)
51277 outFile=\`basnam ${D}outFile .o\`
51278 ;;
51279 *.obj)
51280 outFile=\`basnam ${D}outFile .obj\`
51281 ;;
51282 *.a)
51283 outFile=\`basnam ${D}outFile .a\`
51284 ;;
51285 *.lib)
51286 outFile=\`basnam ${D}outFile .lib\`
51287 ;;
51288 *)
51289 ;;
51290 esac
51291 case ${D}outimpFile in
51292 *.a)
51293 outimpFile=\`basnam ${D}outimpFile .a\`
51294 ;;
51295 *.lib)
51296 outimpFile=\`basnam ${D}outimpFile .lib\`
51297 ;;
51298 *)
51299 ;;
51300 esac
51301 if [ -z ${D}outimpFile ]; then
51302 outimpFile=${D}outFile
51303 fi
51304 defFile="${D}{outFile}.def"
51305 arcFile="${D}{outimpFile}.a"
51306 arcFile2="${D}{outimpFile}.lib"
51307
51308 #create ${D}dllFile as something matching 8.3 restrictions,
51309 if [ -z ${D}renameScript ] ; then
51310 dllFile="${D}outFile"
51311 else
51312 dllFile=\`${D}renameScript ${D}outimpFile\`
51313 fi
51314
51315 if [ ${D}do_backup -ne 0 ] ; then
51316 if [ -f ${D}arcFile ] ; then
51317 doCommand "mv ${D}arcFile ${D}{outFile}_s.a"
51318 fi
51319 if [ -f ${D}arcFile2 ] ; then
51320 doCommand "mv ${D}arcFile2 ${D}{outFile}_s.lib"
51321 fi
51322 fi
51323
51324 # Extract public symbols from all the object files.
51325 tmpdefFile=${D}{defFile}_%
51326 rm -f ${D}tmpdefFile
51327 for file in ${D}inputFiles ; do
51328 case ${D}file in
51329 *!)
51330 ;;
51331 *)
51332 doCommand "emxexp -u ${D}file >> ${D}tmpdefFile"
51333 ;;
51334 esac
51335 done
51336
51337 # Create the def file.
51338 rm -f ${D}defFile
51339 echo "LIBRARY \`basnam ${D}dllFile\` ${D}library_flags" >> ${D}defFile
51340 dllFile="${D}{dllFile}.dll"
51341 if [ ! -z ${D}description ]; then
51342 echo "DESCRIPTION \\"${D}{description}\\"" >> ${D}defFile
51343 fi
51344 echo "EXPORTS" >> ${D}defFile
51345
51346 doCommand "cat ${D}tmpdefFile | sort.exe | uniq.exe > ${D}{tmpdefFile}%"
51347 grep -v "^ *;" < ${D}{tmpdefFile}% | grep -v "^ *${D}" >${D}tmpdefFile
51348
51349 # Checks if the export is ok or not.
51350 for word in ${D}exclude_symbols; do
51351 grep -v ${D}word < ${D}tmpdefFile >${D}{tmpdefFile}%
51352 mv ${D}{tmpdefFile}% ${D}tmpdefFile
51353 done
51354
51355
51356 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
51357 sed "=" < ${D}tmpdefFile | \\
51358 sed '
51359 N
51360 : loop
51361 s/^\\([0-9]\\+\\)\\([^;]*\\)\\(;.*\\)\\?/\\2 @\\1 NONAME/
51362 t loop
51363 ' > ${D}{tmpdefFile}%
51364 grep -v "^ *${D}" < ${D}{tmpdefFile}% > ${D}tmpdefFile
51365 else
51366 rm -f ${D}{tmpdefFile}%
51367 fi
51368 cat ${D}tmpdefFile >> ${D}defFile
51369 rm -f ${D}tmpdefFile
51370
51371 # Do linking, create implib, and apply lxlite.
51372 gccCmdl="";
51373 for file in ${D}inputFiles ; do
51374 case ${D}file in
51375 *!)
51376 ;;
51377 *)
51378 gccCmdl="${D}gccCmdl ${D}file"
51379 ;;
51380 esac
51381 done
51382 doCommand "${D}CC ${D}CFLAGS -Zdll -o ${D}dllFile ${D}defFile ${D}gccCmdl ${D}EXTRA_CFLAGS"
51383 touch "${D}{outFile}.dll"
51384
51385 doCommand "emximp -o ${D}arcFile ${D}defFile"
51386 if [ ${D}flag_USE_LXLITE -ne 0 ]; then
51387 add_flags="";
51388 if [ ${D}EXPORT_BY_ORDINALS -ne 0 ]; then
51389 add_flags="-ynd"
51390 fi
51391 doCommand "lxlite -cs -t: -mrn -mln ${D}add_flags ${D}dllFile"
51392 fi
51393 doCommand "emxomf -s -l ${D}arcFile"
51394
51395 # Successful exit.
51396 CleanUp 1
51397 exit 0
51398 EOF
51399
51400 chmod +x dllar.sh
51401 ;;
51402
51403 powerpc-apple-macos* | \
51404 *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | *-*-k*bsd*-gnu | \
51405 *-*-mirbsd* | \
51406 *-*-sunos4* | \
51407 *-*-osf* | \
51408 *-*-dgux5* | \
51409 *-*-sysv5* | \
51410 *-pc-msdosdjgpp )
51411 ;;
51412
51413 *)
51414 { { echo "$as_me:$LINENO: error: unknown system type $BAKEFILE_HOST." >&5
51415 echo "$as_me: error: unknown system type $BAKEFILE_HOST." >&2;}
51416 { (exit 1); exit 1; }; }
51417 esac
51418
51419 if test "x$PIC_FLAG" != "x" ; then
51420 PIC_FLAG="$PIC_FLAG -DPIC"
51421 fi
51422
51423 if test "x$SHARED_LD_MODULE_CC" = "x" ; then
51424 SHARED_LD_MODULE_CC="$SHARED_LD_CC"
51425 fi
51426 if test "x$SHARED_LD_MODULE_CXX" = "x" ; then
51427 SHARED_LD_MODULE_CXX="$SHARED_LD_CXX"
51428 fi
51429
51430
51431
51432
51433
51434
51435
51436
51437
51438 USE_SOVERSION=0
51439 USE_SOVERLINUX=0
51440 USE_SOVERSOLARIS=0
51441 USE_SOVERCYGWIN=0
51442 USE_SOTWOSYMLINKS=0
51443 USE_MACVERSION=0
51444 SONAME_FLAG=
51445
51446 case "${BAKEFILE_HOST}" in
51447 *-*-linux* | *-*-freebsd* | *-*-openbsd* | *-*-netbsd* | \
51448 *-*-k*bsd*-gnu | *-*-mirbsd* )
51449 if test "x$SUNCXX" = "xyes"; then
51450 SONAME_FLAG="-h "
51451 else
51452 SONAME_FLAG="-Wl,-soname,"
51453 fi
51454 USE_SOVERSION=1
51455 USE_SOVERLINUX=1
51456 USE_SOTWOSYMLINKS=1
51457 ;;
51458
51459 *-*-solaris2* )
51460 SONAME_FLAG="-h "
51461 USE_SOVERSION=1
51462 USE_SOVERSOLARIS=1
51463 ;;
51464
51465 *-*-darwin* )
51466 USE_MACVERSION=1
51467 USE_SOVERSION=1
51468 USE_SOTWOSYMLINKS=1
51469 ;;
51470
51471 *-*-cygwin* )
51472 USE_SOVERSION=1
51473 USE_SOVERCYGWIN=1
51474 ;;
51475 esac
51476
51477
51478
51479
51480
51481
51482
51483
51484
51485
51486 # Check whether --enable-dependency-tracking was given.
51487 if test "${enable_dependency_tracking+set}" = set; then
51488 enableval=$enable_dependency_tracking; bk_use_trackdeps="$enableval"
51489 fi
51490
51491
51492 { echo "$as_me:$LINENO: checking for dependency tracking method" >&5
51493 echo $ECHO_N "checking for dependency tracking method... $ECHO_C" >&6; }
51494
51495 BK_DEPS=""
51496 if test "x$bk_use_trackdeps" = "xno" ; then
51497 DEPS_TRACKING=0
51498 { echo "$as_me:$LINENO: result: disabled" >&5
51499 echo "${ECHO_T}disabled" >&6; }
51500 else
51501 DEPS_TRACKING=1
51502
51503 if test "x$GCC" = "xyes"; then
51504 DEPSMODE=gcc
51505 case "${BAKEFILE_HOST}" in
51506 *-*-darwin* )
51507 DEPSFLAG="-no-cpp-precomp -MMD"
51508 ;;
51509 * )
51510 DEPSFLAG="-MMD"
51511 ;;
51512 esac
51513 { echo "$as_me:$LINENO: result: gcc" >&5
51514 echo "${ECHO_T}gcc" >&6; }
51515 elif test "x$MWCC" = "xyes"; then
51516 DEPSMODE=mwcc
51517 DEPSFLAG="-MM"
51518 { echo "$as_me:$LINENO: result: mwcc" >&5
51519 echo "${ECHO_T}mwcc" >&6; }
51520 elif test "x$SUNCC" = "xyes"; then
51521 DEPSMODE=unixcc
51522 DEPSFLAG="-xM1"
51523 { echo "$as_me:$LINENO: result: Sun cc" >&5
51524 echo "${ECHO_T}Sun cc" >&6; }
51525 elif test "x$SGICC" = "xyes"; then
51526 DEPSMODE=unixcc
51527 DEPSFLAG="-M"
51528 { echo "$as_me:$LINENO: result: SGI cc" >&5
51529 echo "${ECHO_T}SGI cc" >&6; }
51530 elif test "x$HPCC" = "xyes"; then
51531 DEPSMODE=unixcc
51532 DEPSFLAG="+make"
51533 { echo "$as_me:$LINENO: result: HP cc" >&5
51534 echo "${ECHO_T}HP cc" >&6; }
51535 elif test "x$COMPAQCC" = "xyes"; then
51536 DEPSMODE=gcc
51537 DEPSFLAG="-MD"
51538 { echo "$as_me:$LINENO: result: Compaq cc" >&5
51539 echo "${ECHO_T}Compaq cc" >&6; }
51540 else
51541 DEPS_TRACKING=0
51542 { echo "$as_me:$LINENO: result: none" >&5
51543 echo "${ECHO_T}none" >&6; }
51544 fi
51545
51546 if test $DEPS_TRACKING = 1 ; then
51547
51548 D='$'
51549 cat <<EOF >bk-deps
51550 #!/bin/sh
51551
51552 # This script is part of Bakefile (http://www.bakefile.org) autoconf
51553 # script. It is used to track C/C++ files dependencies in portable way.
51554 #
51555 # Permission is given to use this file in any way.
51556
51557 DEPSMODE=${DEPSMODE}
51558 DEPSFLAG="${DEPSFLAG}"
51559 DEPSDIRBASE=.deps
51560
51561 if test ${D}DEPSMODE = gcc ; then
51562 ${D}* ${D}{DEPSFLAG}
51563 status=${D}?
51564
51565 # determine location of created files:
51566 while test ${D}# -gt 0; do
51567 case "${D}1" in
51568 -o )
51569 shift
51570 objfile=${D}1
51571 ;;
51572 -* )
51573 ;;
51574 * )
51575 srcfile=${D}1
51576 ;;
51577 esac
51578 shift
51579 done
51580 objfilebase=\`basename ${D}objfile\`
51581 builddir=\`dirname ${D}objfile\`
51582 depfile=\`basename ${D}srcfile | sed -e 's/\\..*${D}/.d/g'\`
51583 depobjname=\`echo ${D}depfile |sed -e 's/\\.d/.o/g'\`
51584 depsdir=${D}builddir/${D}DEPSDIRBASE
51585 mkdir -p ${D}depsdir
51586
51587 # if the compiler failed, we're done:
51588 if test ${D}{status} != 0 ; then
51589 rm -f ${D}depfile
51590 exit ${D}{status}
51591 fi
51592
51593 # move created file to the location we want it in:
51594 if test -f ${D}depfile ; then
51595 sed -e "s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
51596 rm -f ${D}depfile
51597 else
51598 # "g++ -MMD -o fooobj.o foosrc.cpp" produces fooobj.d
51599 depfile=\`echo "${D}objfile" | sed -e 's/\\..*${D}/.d/g'\`
51600 if test ! -f ${D}depfile ; then
51601 # "cxx -MD -o fooobj.o foosrc.cpp" creates fooobj.o.d (Compaq C++)
51602 depfile="${D}objfile.d"
51603 fi
51604 if test -f ${D}depfile ; then
51605 sed -e "\\,^${D}objfile,!s,${D}depobjname:,${D}objfile:,g" ${D}depfile >${D}{depsdir}/${D}{objfilebase}.d
51606 rm -f ${D}depfile
51607 fi
51608 fi
51609 exit 0
51610
51611 elif test ${D}DEPSMODE = mwcc ; then
51612 ${D}* || exit ${D}?
51613 # Run mwcc again with -MM and redirect into the dep file we want
51614 # NOTE: We can't use shift here because we need ${D}* to be valid
51615 prevarg=
51616 for arg in ${D}* ; do
51617 if test "${D}prevarg" = "-o"; then
51618 objfile=${D}arg
51619 else
51620 case "${D}arg" in
51621 -* )
51622 ;;
51623 * )
51624 srcfile=${D}arg
51625 ;;
51626 esac
51627 fi
51628 prevarg="${D}arg"
51629 done
51630
51631 objfilebase=\`basename ${D}objfile\`
51632 builddir=\`dirname ${D}objfile\`
51633 depsdir=${D}builddir/${D}DEPSDIRBASE
51634 mkdir -p ${D}depsdir
51635
51636 ${D}* ${D}DEPSFLAG >${D}{depsdir}/${D}{objfilebase}.d
51637 exit 0
51638
51639 elif test ${D}DEPSMODE = unixcc; then
51640 ${D}* || exit ${D}?
51641 # Run compiler again with deps flag and redirect into the dep file.
51642 # It doesn't work if the '-o FILE' option is used, but without it the
51643 # dependency file will contain the wrong name for the object. So it is
51644 # removed from the command line, and the dep file is fixed with sed.
51645 cmd=""
51646 while test ${D}# -gt 0; do
51647 case "${D}1" in
51648 -o )
51649 shift
51650 objfile=${D}1
51651 ;;
51652 * )
51653 eval arg${D}#=\\${D}1
51654 cmd="${D}cmd \\${D}arg${D}#"
51655 ;;
51656 esac
51657 shift
51658 done
51659
51660 objfilebase=\`basename ${D}objfile\`
51661 builddir=\`dirname ${D}objfile\`
51662 depsdir=${D}builddir/${D}DEPSDIRBASE
51663 mkdir -p ${D}depsdir
51664
51665 eval "${D}cmd ${D}DEPSFLAG" | sed "s|.*:|${D}objfile:|" >${D}{depsdir}/${D}{objfilebase}.d
51666 exit 0
51667
51668 else
51669 ${D}*
51670 exit ${D}?
51671 fi
51672 EOF
51673
51674 chmod +x bk-deps
51675 BK_DEPS="`pwd`/bk-deps"
51676 fi
51677 fi
51678
51679
51680
51681
51682
51683 case ${BAKEFILE_HOST} in
51684 *-*-cygwin* | *-*-mingw32* )
51685 if test -n "$ac_tool_prefix"; then
51686 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
51687 set dummy ${ac_tool_prefix}windres; ac_word=$2
51688 { echo "$as_me:$LINENO: checking for $ac_word" >&5
51689 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
51690 if test "${ac_cv_prog_WINDRES+set}" = set; then
51691 echo $ECHO_N "(cached) $ECHO_C" >&6
51692 else
51693 if test -n "$WINDRES"; then
51694 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
51695 else
51696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
51697 for as_dir in $PATH
51698 do
51699 IFS=$as_save_IFS
51700 test -z "$as_dir" && as_dir=.
51701 for ac_exec_ext in '' $ac_executable_extensions; do
51702 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
51703 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
51704 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
51705 break 2
51706 fi
51707 done
51708 done
51709 IFS=$as_save_IFS
51710
51711 fi
51712 fi
51713 WINDRES=$ac_cv_prog_WINDRES
51714 if test -n "$WINDRES"; then
51715 { echo "$as_me:$LINENO: result: $WINDRES" >&5
51716 echo "${ECHO_T}$WINDRES" >&6; }
51717 else
51718 { echo "$as_me:$LINENO: result: no" >&5
51719 echo "${ECHO_T}no" >&6; }
51720 fi
51721
51722
51723 fi
51724 if test -z "$ac_cv_prog_WINDRES"; then
51725 ac_ct_WINDRES=$WINDRES
51726 # Extract the first word of "windres", so it can be a program name with args.
51727 set dummy windres; ac_word=$2
51728 { echo "$as_me:$LINENO: checking for $ac_word" >&5
51729 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
51730 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
51731 echo $ECHO_N "(cached) $ECHO_C" >&6
51732 else
51733 if test -n "$ac_ct_WINDRES"; then
51734 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
51735 else
51736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
51737 for as_dir in $PATH
51738 do
51739 IFS=$as_save_IFS
51740 test -z "$as_dir" && as_dir=.
51741 for ac_exec_ext in '' $ac_executable_extensions; do
51742 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
51743 ac_cv_prog_ac_ct_WINDRES="windres"
51744 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
51745 break 2
51746 fi
51747 done
51748 done
51749 IFS=$as_save_IFS
51750
51751 fi
51752 fi
51753 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
51754 if test -n "$ac_ct_WINDRES"; then
51755 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
51756 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
51757 else
51758 { echo "$as_me:$LINENO: result: no" >&5
51759 echo "${ECHO_T}no" >&6; }
51760 fi
51761
51762 if test "x$ac_ct_WINDRES" = x; then
51763 WINDRES=""
51764 else
51765 case $cross_compiling:$ac_tool_warned in
51766 yes:)
51767 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
51768 whose name does not start with the host triplet. If you think this
51769 configuration is useful to you, please write to autoconf@gnu.org." >&5
51770 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
51771 whose name does not start with the host triplet. If you think this
51772 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
51773 ac_tool_warned=yes ;;
51774 esac
51775 WINDRES=$ac_ct_WINDRES
51776 fi
51777 else
51778 WINDRES="$ac_cv_prog_WINDRES"
51779 fi
51780
51781 ;;
51782
51783 *-*-darwin* | powerpc-apple-macos* )
51784 # Extract the first word of "Rez", so it can be a program name with args.
51785 set dummy Rez; ac_word=$2
51786 { echo "$as_me:$LINENO: checking for $ac_word" >&5
51787 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
51788 if test "${ac_cv_prog_REZ+set}" = set; then
51789 echo $ECHO_N "(cached) $ECHO_C" >&6
51790 else
51791 if test -n "$REZ"; then
51792 ac_cv_prog_REZ="$REZ" # Let the user override the test.
51793 else
51794 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
51795 for as_dir in $PATH
51796 do
51797 IFS=$as_save_IFS
51798 test -z "$as_dir" && as_dir=.
51799 for ac_exec_ext in '' $ac_executable_extensions; do
51800 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
51801 ac_cv_prog_REZ="Rez"
51802 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
51803 break 2
51804 fi
51805 done
51806 done
51807 IFS=$as_save_IFS
51808
51809 test -z "$ac_cv_prog_REZ" && ac_cv_prog_REZ="/Developer/Tools/Rez"
51810 fi
51811 fi
51812 REZ=$ac_cv_prog_REZ
51813 if test -n "$REZ"; then
51814 { echo "$as_me:$LINENO: result: $REZ" >&5
51815 echo "${ECHO_T}$REZ" >&6; }
51816 else
51817 { echo "$as_me:$LINENO: result: no" >&5
51818 echo "${ECHO_T}no" >&6; }
51819 fi
51820
51821
51822 # Extract the first word of "SetFile", so it can be a program name with args.
51823 set dummy SetFile; ac_word=$2
51824 { echo "$as_me:$LINENO: checking for $ac_word" >&5
51825 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
51826 if test "${ac_cv_prog_SETFILE+set}" = set; then
51827 echo $ECHO_N "(cached) $ECHO_C" >&6
51828 else
51829 if test -n "$SETFILE"; then
51830 ac_cv_prog_SETFILE="$SETFILE" # Let the user override the test.
51831 else
51832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
51833 for as_dir in $PATH
51834 do
51835 IFS=$as_save_IFS
51836 test -z "$as_dir" && as_dir=.
51837 for ac_exec_ext in '' $ac_executable_extensions; do
51838 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
51839 ac_cv_prog_SETFILE="SetFile"
51840 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
51841 break 2
51842 fi
51843 done
51844 done
51845 IFS=$as_save_IFS
51846
51847 test -z "$ac_cv_prog_SETFILE" && ac_cv_prog_SETFILE="/Developer/Tools/SetFile"
51848 fi
51849 fi
51850 SETFILE=$ac_cv_prog_SETFILE
51851 if test -n "$SETFILE"; then
51852 { echo "$as_me:$LINENO: result: $SETFILE" >&5
51853 echo "${ECHO_T}$SETFILE" >&6; }
51854 else
51855 { echo "$as_me:$LINENO: result: no" >&5
51856 echo "${ECHO_T}no" >&6; }
51857 fi
51858
51859
51860 ;;
51861 esac
51862
51863
51864
51865
51866
51867
51868
51869
51870
51871 BAKEFILE_BAKEFILE_M4_VERSION="0.2.9"
51872
51873
51874 BAKEFILE_AUTOCONF_INC_M4_VERSION="0.2.9"
51875
51876
51877
51878 # Check whether --enable-precomp-headers was given.
51879 if test "${enable_precomp_headers+set}" = set; then
51880 enableval=$enable_precomp_headers; bk_use_pch="$enableval"
51881 fi
51882
51883
51884 GCC_PCH=0
51885 ICC_PCH=0
51886 USE_PCH=0
51887 BK_MAKE_PCH=""
51888
51889 case ${BAKEFILE_HOST} in
51890 *-*-cygwin* )
51891 bk_use_pch="no"
51892 ;;
51893 esac
51894
51895 if test "x$bk_use_pch" = "x" -o "x$bk_use_pch" = "xyes" ; then
51896 if test "x$GCC" = "xyes"; then
51897 { echo "$as_me:$LINENO: checking if the compiler supports precompiled headers" >&5
51898 echo $ECHO_N "checking if the compiler supports precompiled headers... $ECHO_C" >&6; }
51899 cat >conftest.$ac_ext <<_ACEOF
51900 /* confdefs.h. */
51901 _ACEOF
51902 cat confdefs.h >>conftest.$ac_ext
51903 cat >>conftest.$ac_ext <<_ACEOF
51904 /* end confdefs.h. */
51905
51906 int
51907 main ()
51908 {
51909
51910 #if !defined(__GNUC__) || !defined(__GNUC_MINOR__)
51911 There is no PCH support
51912 #endif
51913 #if (__GNUC__ < 3)
51914 There is no PCH support
51915 #endif
51916 #if (__GNUC__ == 3) && \
51917 ((!defined(__APPLE_CC__) && (__GNUC_MINOR__ < 4)) || \
51918 ( defined(__APPLE_CC__) && (__GNUC_MINOR__ < 3))) || \
51919 ( defined(__INTEL_COMPILER) )
51920 There is no PCH support
51921 #endif
51922
51923 ;
51924 return 0;
51925 }
51926 _ACEOF
51927 rm -f conftest.$ac_objext
51928 if { (ac_try="$ac_compile"
51929 case "(($ac_try" in
51930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51931 *) ac_try_echo=$ac_try;;
51932 esac
51933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
51934 (eval "$ac_compile") 2>conftest.er1
51935 ac_status=$?
51936 grep -v '^ *+' conftest.er1 >conftest.err
51937 rm -f conftest.er1
51938 cat conftest.err >&5
51939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
51940 (exit $ac_status); } && {
51941 test -z "$ac_c_werror_flag" ||
51942 test ! -s conftest.err
51943 } && test -s conftest.$ac_objext; then
51944
51945 { echo "$as_me:$LINENO: result: yes" >&5
51946 echo "${ECHO_T}yes" >&6; }
51947 GCC_PCH=1
51948
51949 else
51950 echo "$as_me: failed program was:" >&5
51951 sed 's/^/| /' conftest.$ac_ext >&5
51952
51953
51954 if test "$INTELCXX8" = "yes"; then
51955 { echo "$as_me:$LINENO: result: yes" >&5
51956 echo "${ECHO_T}yes" >&6; }
51957 ICC_PCH=1
51958 if test "$INTELCXX10" = "yes"; then
51959 ICC_PCH_CREATE_SWITCH="-pch-create"
51960 ICC_PCH_USE_SWITCH="-pch-use"
51961 else
51962 ICC_PCH_CREATE_SWITCH="-create-pch"
51963 ICC_PCH_USE_SWITCH="-use-pch"
51964 fi
51965 else
51966 { echo "$as_me:$LINENO: result: no" >&5
51967 echo "${ECHO_T}no" >&6; }
51968 fi
51969
51970 fi
51971
51972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51973 if test $GCC_PCH = 1 -o $ICC_PCH = 1 ; then
51974 USE_PCH=1
51975
51976 D='$'
51977 cat <<EOF >bk-make-pch
51978 #!/bin/sh
51979
51980 # This script is part of Bakefile (http://www.bakefile.org) autoconf
51981 # script. It is used to generated precompiled headers.
51982 #
51983 # Permission is given to use this file in any way.
51984
51985 outfile="${D}{1}"
51986 header="${D}{2}"
51987 shift
51988 shift
51989
51990 builddir=\`echo ${D}outfile | sed -e 's,/\\.pch/.*${D},,g'\`
51991
51992 compiler=""
51993 headerfile=""
51994
51995 while test ${D}{#} -gt 0; do
51996 add_to_cmdline=1
51997 case "${D}{1}" in
51998 -I* )
51999 incdir=\`echo ${D}{1} | sed -e 's/-I\\(.*\\)/\\1/g'\`
52000 if test "x${D}{headerfile}" = "x" -a -f "${D}{incdir}/${D}{header}" ; then
52001 headerfile="${D}{incdir}/${D}{header}"
52002 fi
52003 ;;
52004 -use-pch|-use_pch|-pch-use )
52005 shift
52006 add_to_cmdline=0
52007 ;;
52008 esac
52009 if test ${D}add_to_cmdline = 1 ; then
52010 compiler="${D}{compiler} ${D}{1}"
52011 fi
52012 shift
52013 done
52014
52015 if test "x${D}{headerfile}" = "x" ; then
52016 echo "error: can't find header ${D}{header} in include paths" >&2
52017 else
52018 if test -f ${D}{outfile} ; then
52019 rm -f ${D}{outfile}
52020 else
52021 mkdir -p \`dirname ${D}{outfile}\`
52022 fi
52023 depsfile="${D}{builddir}/.deps/\`echo ${D}{outfile} | tr '/.' '__'\`.d"
52024 mkdir -p ${D}{builddir}/.deps
52025 if test "x${GCC_PCH}" = "x1" ; then
52026 # can do this because gcc is >= 3.4:
52027 ${D}{compiler} -o ${D}{outfile} -MMD -MF "${D}{depsfile}" "${D}{headerfile}"
52028 elif test "x${ICC_PCH}" = "x1" ; then
52029 filename=pch_gen-${D}${D}
52030 file=${D}{filename}.c
52031 dfile=${D}{filename}.d
52032 cat > ${D}file <<EOT
52033 #include "${D}header"
52034 EOT
52035 # using -MF icc complains about differing command lines in creation/use
52036 ${D}compiler -c ${ICC_PCH_CREATE_SWITCH} ${D}outfile -MMD ${D}file && \\
52037 sed -e "s,^.*:,${D}outfile:," -e "s, ${D}file,," < ${D}dfile > ${D}depsfile && \\
52038 rm -f ${D}file ${D}dfile ${D}{filename}.o
52039 fi
52040 exit ${D}{?}
52041 fi
52042 EOF
52043
52044 chmod +x bk-make-pch
52045 BK_MAKE_PCH="`pwd`/bk-make-pch"
52046 fi
52047 fi
52048 fi
52049
52050
52051
52052
52053
52054
52055
52056 COND_BUILD_DEBUG="#"
52057 if test "x$BUILD" = "xdebug" ; then
52058 COND_BUILD_DEBUG=""
52059 fi
52060
52061 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT="#"
52062 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
52063 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT=""
52064 fi
52065
52066 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT="#"
52067 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
52068 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT=""
52069 fi
52070
52071 COND_BUILD_DEBUG_UNICODE_0="#"
52072 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
52073 COND_BUILD_DEBUG_UNICODE_0=""
52074 fi
52075
52076 COND_BUILD_DEBUG_UNICODE_1="#"
52077 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
52078 COND_BUILD_DEBUG_UNICODE_1=""
52079 fi
52080
52081 COND_BUILD_RELEASE="#"
52082 if test "x$BUILD" = "xrelease" ; then
52083 COND_BUILD_RELEASE=""
52084 fi
52085
52086 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT="#"
52087 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
52088 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT=""
52089 fi
52090
52091 COND_BUILD_RELEASE_UNICODE_0="#"
52092 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
52093 COND_BUILD_RELEASE_UNICODE_0=""
52094 fi
52095
52096 COND_BUILD_RELEASE_UNICODE_1="#"
52097 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
52098 COND_BUILD_RELEASE_UNICODE_1=""
52099 fi
52100
52101 COND_BUILD_debug="#"
52102 if test "x$BUILD" = "xdebug" ; then
52103 COND_BUILD_debug=""
52104 fi
52105
52106 COND_BUILD_debug_DEBUG_FLAG_default="#"
52107 if test "x$BUILD" = "xdebug" -a "x$DEBUG_FLAG" = "xdefault" ; then
52108 COND_BUILD_debug_DEBUG_FLAG_default=""
52109 fi
52110
52111 COND_BUILD_debug_DEBUG_INFO_default="#"
52112 if test "x$BUILD" = "xdebug" -a "x$DEBUG_INFO" = "xdefault" ; then
52113 COND_BUILD_debug_DEBUG_INFO_default=""
52114 fi
52115
52116 COND_BUILD_debug_UNICODE_0="#"
52117 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x0" ; then
52118 COND_BUILD_debug_UNICODE_0=""
52119 fi
52120
52121 COND_BUILD_debug_UNICODE_1="#"
52122 if test "x$BUILD" = "xdebug" -a "x$UNICODE" = "x1" ; then
52123 COND_BUILD_debug_UNICODE_1=""
52124 fi
52125
52126 COND_BUILD_release="#"
52127 if test "x$BUILD" = "xrelease" ; then
52128 COND_BUILD_release=""
52129 fi
52130
52131 COND_BUILD_release_DEBUG_INFO_default="#"
52132 if test "x$BUILD" = "xrelease" -a "x$DEBUG_INFO" = "xdefault" ; then
52133 COND_BUILD_release_DEBUG_INFO_default=""
52134 fi
52135
52136 COND_BUILD_release_UNICODE_0="#"
52137 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x0" ; then
52138 COND_BUILD_release_UNICODE_0=""
52139 fi
52140
52141 COND_BUILD_release_UNICODE_1="#"
52142 if test "x$BUILD" = "xrelease" -a "x$UNICODE" = "x1" ; then
52143 COND_BUILD_release_UNICODE_1=""
52144 fi
52145
52146 COND_DEBUG_FLAG_0="#"
52147 if test "x$DEBUG_FLAG" = "x0" ; then
52148 COND_DEBUG_FLAG_0=""
52149 fi
52150
52151 COND_DEBUG_FLAG_1="#"
52152 if test "x$DEBUG_FLAG" = "x1" ; then
52153 COND_DEBUG_FLAG_1=""
52154 fi
52155
52156 COND_DEBUG_INFO_0="#"
52157 if test "x$DEBUG_INFO" = "x0" ; then
52158 COND_DEBUG_INFO_0=""
52159 fi
52160
52161 COND_DEBUG_INFO_1="#"
52162 if test "x$DEBUG_INFO" = "x1" ; then
52163 COND_DEBUG_INFO_1=""
52164 fi
52165
52166 COND_DEPS_TRACKING_0="#"
52167 if test "x$DEPS_TRACKING" = "x0" ; then
52168 COND_DEPS_TRACKING_0=""
52169 fi
52170
52171 COND_DEPS_TRACKING_1="#"
52172 if test "x$DEPS_TRACKING" = "x1" ; then
52173 COND_DEPS_TRACKING_1=""
52174 fi
52175
52176 COND_GCC_PCH_1="#"
52177 if test "x$GCC_PCH" = "x1" ; then
52178 COND_GCC_PCH_1=""
52179 fi
52180
52181 COND_ICC_PCH_1="#"
52182 if test "x$ICC_PCH" = "x1" ; then
52183 COND_ICC_PCH_1=""
52184 fi
52185
52186 COND_MONOLITHIC_0="#"
52187 if test "x$MONOLITHIC" = "x0" ; then
52188 COND_MONOLITHIC_0=""
52189 fi
52190
52191 COND_MONOLITHIC_0_SHARED_0="#"
52192 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" ; then
52193 COND_MONOLITHIC_0_SHARED_0=""
52194 fi
52195
52196 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1="#"
52197 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_AUI" = "x1" ; then
52198 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1=""
52199 fi
52200
52201 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1="#"
52202 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" ; then
52203 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1=""
52204 fi
52205
52206 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1="#"
52207 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
52208 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1=""
52209 fi
52210
52211 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1="#"
52212 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
52213 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1=""
52214 fi
52215
52216 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1="#"
52217 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
52218 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1=""
52219 fi
52220
52221 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1="#"
52222 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_WEBVIEW" = "x1" ; then
52223 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1=""
52224 fi
52225
52226 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1="#"
52227 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
52228 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1=""
52229 fi
52230
52231 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1="#"
52232 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RIBBON" = "x1" ; then
52233 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1=""
52234 fi
52235
52236 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1="#"
52237 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
52238 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1=""
52239 fi
52240
52241 COND_MONOLITHIC_0_SHARED_0_USE_STC_1="#"
52242 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
52243 COND_MONOLITHIC_0_SHARED_0_USE_STC_1=""
52244 fi
52245
52246 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1="#"
52247 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x0" -a "x$USE_XRC" = "x1" ; then
52248 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1=""
52249 fi
52250
52251 COND_MONOLITHIC_0_SHARED_1="#"
52252 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" ; then
52253 COND_MONOLITHIC_0_SHARED_1=""
52254 fi
52255
52256 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1="#"
52257 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_AUI" = "x1" ; then
52258 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1=""
52259 fi
52260
52261 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1="#"
52262 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" ; then
52263 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1=""
52264 fi
52265
52266 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1="#"
52267 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_HTML" = "x1" ; then
52268 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1=""
52269 fi
52270
52271 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1="#"
52272 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
52273 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1=""
52274 fi
52275
52276 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1="#"
52277 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_QA" = "x1" ; then
52278 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1=""
52279 fi
52280
52281 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1="#"
52282 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_WEBVIEW" = "x1" ; then
52283 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1=""
52284 fi
52285
52286 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1="#"
52287 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_PROPGRID" = "x1" ; then
52288 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1=""
52289 fi
52290
52291 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1="#"
52292 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RIBBON" = "x1" ; then
52293 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1=""
52294 fi
52295
52296 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1="#"
52297 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_RICHTEXT" = "x1" ; then
52298 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1=""
52299 fi
52300
52301 COND_MONOLITHIC_0_SHARED_1_USE_STC_1="#"
52302 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_STC" = "x1" ; then
52303 COND_MONOLITHIC_0_SHARED_1_USE_STC_1=""
52304 fi
52305
52306 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1="#"
52307 if test "x$MONOLITHIC" = "x0" -a "x$SHARED" = "x1" -a "x$USE_XRC" = "x1" ; then
52308 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1=""
52309 fi
52310
52311 COND_MONOLITHIC_0_USE_AUI_1="#"
52312 if test "x$MONOLITHIC" = "x0" -a "x$USE_AUI" = "x1" ; then
52313 COND_MONOLITHIC_0_USE_AUI_1=""
52314 fi
52315
52316 COND_MONOLITHIC_0_USE_GUI_1="#"
52317 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" ; then
52318 COND_MONOLITHIC_0_USE_GUI_1=""
52319 fi
52320
52321 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1="#"
52322 if test "x$MONOLITHIC" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_MEDIA" = "x1" ; then
52323 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1=""
52324 fi
52325
52326 COND_MONOLITHIC_0_USE_HTML_1="#"
52327 if test "x$MONOLITHIC" = "x0" -a "x$USE_HTML" = "x1" ; then
52328 COND_MONOLITHIC_0_USE_HTML_1=""
52329 fi
52330
52331 COND_MONOLITHIC_0_USE_MEDIA_1="#"
52332 if test "x$MONOLITHIC" = "x0" -a "x$USE_MEDIA" = "x1" ; then
52333 COND_MONOLITHIC_0_USE_MEDIA_1=""
52334 fi
52335
52336 COND_MONOLITHIC_0_USE_PROPGRID_1="#"
52337 if test "x$MONOLITHIC" = "x0" -a "x$USE_PROPGRID" = "x1" ; then
52338 COND_MONOLITHIC_0_USE_PROPGRID_1=""
52339 fi
52340
52341 COND_MONOLITHIC_0_USE_QA_1="#"
52342 if test "x$MONOLITHIC" = "x0" -a "x$USE_QA" = "x1" ; then
52343 COND_MONOLITHIC_0_USE_QA_1=""
52344 fi
52345
52346 COND_MONOLITHIC_0_USE_RIBBON_1="#"
52347 if test "x$MONOLITHIC" = "x0" -a "x$USE_RIBBON" = "x1" ; then
52348 COND_MONOLITHIC_0_USE_RIBBON_1=""
52349 fi
52350
52351 COND_MONOLITHIC_0_USE_RICHTEXT_1="#"
52352 if test "x$MONOLITHIC" = "x0" -a "x$USE_RICHTEXT" = "x1" ; then
52353 COND_MONOLITHIC_0_USE_RICHTEXT_1=""
52354 fi
52355
52356 COND_MONOLITHIC_0_USE_STC_1="#"
52357 if test "x$MONOLITHIC" = "x0" -a "x$USE_STC" = "x1" ; then
52358 COND_MONOLITHIC_0_USE_STC_1=""
52359 fi
52360
52361 COND_MONOLITHIC_0_USE_WEBVIEW_1="#"
52362 if test "x$MONOLITHIC" = "x0" -a "x$USE_WEBVIEW" = "x1" ; then
52363 COND_MONOLITHIC_0_USE_WEBVIEW_1=""
52364 fi
52365
52366 COND_MONOLITHIC_0_USE_XRC_1="#"
52367 if test "x$MONOLITHIC" = "x0" -a "x$USE_XRC" = "x1" ; then
52368 COND_MONOLITHIC_0_USE_XRC_1=""
52369 fi
52370
52371 COND_MONOLITHIC_1="#"
52372 if test "x$MONOLITHIC" = "x1" ; then
52373 COND_MONOLITHIC_1=""
52374 fi
52375
52376 COND_MONOLITHIC_1_SHARED_0="#"
52377 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x0" ; then
52378 COND_MONOLITHIC_1_SHARED_0=""
52379 fi
52380
52381 COND_MONOLITHIC_1_SHARED_1="#"
52382 if test "x$MONOLITHIC" = "x1" -a "x$SHARED" = "x1" ; then
52383 COND_MONOLITHIC_1_SHARED_1=""
52384 fi
52385
52386 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1="#"
52387 if test "x$OFFICIAL_BUILD" = "x0" -a "x$PLATFORM_WIN32" = "x1" ; then
52388 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1=""
52389 fi
52390
52391 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1="#"
52392 if test "x$OFFICIAL_BUILD" = "x1" -a "x$PLATFORM_WIN32" = "x1" ; then
52393 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1=""
52394 fi
52395
52396 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1="#"
52397 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERCYGWIN" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
52398 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=""
52399 fi
52400
52401 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1="#"
52402 if test "x$PLATFORM_MACOSX" = "x0" -a "x$USE_SOVERSION" = "x1" ; then
52403 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=""
52404 fi
52405
52406 COND_PLATFORM_MACOSX_1="#"
52407 if test "x$PLATFORM_MACOSX" = "x1" ; then
52408 COND_PLATFORM_MACOSX_1=""
52409 fi
52410
52411 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0="#"
52412 if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_MSDOS" = "x0" ; then
52413 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0=""
52414 fi
52415
52416 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0="#"
52417 if test "x$PLATFORM_MACOSX" = "x1" -a "x$PLATFORM_WIN32" = "x1" -a "x$SHARED" = "x0" ; then
52418 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0=""
52419 fi
52420
52421 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1="#"
52422 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
52423 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1=""
52424 fi
52425
52426 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0="#"
52427 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52428 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0=""
52429 fi
52430
52431 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1="#"
52432 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
52433 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1=""
52434 fi
52435
52436 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0="#"
52437 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52438 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0=""
52439 fi
52440
52441 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1="#"
52442 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" ; then
52443 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1=""
52444 fi
52445
52446 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0="#"
52447 if test "x$PLATFORM_MACOSX" = "x1" -a "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52448 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0=""
52449 fi
52450
52451 COND_PLATFORM_MACOSX_1_USE_GUI_1="#"
52452 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_GUI" = "x1" ; then
52453 COND_PLATFORM_MACOSX_1_USE_GUI_1=""
52454 fi
52455
52456 COND_PLATFORM_MACOSX_1_USE_OPENGL_1="#"
52457 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_OPENGL" = "x1" ; then
52458 COND_PLATFORM_MACOSX_1_USE_OPENGL_1=""
52459 fi
52460
52461 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1="#"
52462 if test "x$PLATFORM_MACOSX" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
52463 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1=""
52464 fi
52465
52466 COND_PLATFORM_MACOS_1="#"
52467 if test "x$PLATFORM_MACOS" = "x1" ; then
52468 COND_PLATFORM_MACOS_1=""
52469 fi
52470
52471 COND_PLATFORM_MAC_0="#"
52472 if test "x$PLATFORM_MAC" = "x0" ; then
52473 COND_PLATFORM_MAC_0=""
52474 fi
52475
52476 COND_PLATFORM_MAC_1="#"
52477 if test "x$PLATFORM_MAC" = "x1" ; then
52478 COND_PLATFORM_MAC_1=""
52479 fi
52480
52481 COND_PLATFORM_MSDOS_0="#"
52482 if test "x$PLATFORM_MSDOS" = "x0" ; then
52483 COND_PLATFORM_MSDOS_0=""
52484 fi
52485
52486 COND_PLATFORM_MSDOS_1="#"
52487 if test "x$PLATFORM_MSDOS" = "x1" ; then
52488 COND_PLATFORM_MSDOS_1=""
52489 fi
52490
52491 COND_PLATFORM_OS2_1="#"
52492 if test "x$PLATFORM_OS2" = "x1" ; then
52493 COND_PLATFORM_OS2_1=""
52494 fi
52495
52496 COND_PLATFORM_UNIX_0="#"
52497 if test "x$PLATFORM_UNIX" = "x0" ; then
52498 COND_PLATFORM_UNIX_0=""
52499 fi
52500
52501 COND_PLATFORM_UNIX_1="#"
52502 if test "x$PLATFORM_UNIX" = "x1" ; then
52503 COND_PLATFORM_UNIX_1=""
52504 fi
52505
52506 COND_PLATFORM_UNIX_1_TOOLKIT_MGL="#"
52507 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xMGL" ; then
52508 COND_PLATFORM_UNIX_1_TOOLKIT_MGL=""
52509 fi
52510
52511 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1="#"
52512 if test "x$PLATFORM_UNIX" = "x1" -a "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
52513 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1=""
52514 fi
52515
52516 COND_PLATFORM_UNIX_1_USE_GUI_1="#"
52517 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_GUI" = "x1" ; then
52518 COND_PLATFORM_UNIX_1_USE_GUI_1=""
52519 fi
52520
52521 COND_PLATFORM_UNIX_1_USE_PLUGINS_0="#"
52522 if test "x$PLATFORM_UNIX" = "x1" -a "x$USE_PLUGINS" = "x0" ; then
52523 COND_PLATFORM_UNIX_1_USE_PLUGINS_0=""
52524 fi
52525
52526 COND_PLATFORM_WIN32_0="#"
52527 if test "x$PLATFORM_WIN32" = "x0" ; then
52528 COND_PLATFORM_WIN32_0=""
52529 fi
52530
52531 COND_PLATFORM_WIN32_1="#"
52532 if test "x$PLATFORM_WIN32" = "x1" ; then
52533 COND_PLATFORM_WIN32_1=""
52534 fi
52535
52536 COND_PLATFORM_WIN32_1_SHARED_0="#"
52537 if test "x$PLATFORM_WIN32" = "x1" -a "x$SHARED" = "x0" ; then
52538 COND_PLATFORM_WIN32_1_SHARED_0=""
52539 fi
52540
52541 COND_SHARED_0="#"
52542 if test "x$SHARED" = "x0" ; then
52543 COND_SHARED_0=""
52544 fi
52545
52546 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0="#"
52547 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMAC" -a "x$WXUNIV" = "x0" ; then
52548 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0=""
52549 fi
52550
52551 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0="#"
52552 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
52553 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0=""
52554 fi
52555
52556 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0="#"
52557 if test "x$SHARED" = "x0" -a "x$TOOLKIT" = "xPM" -a "x$WXUNIV" = "x0" ; then
52558 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0=""
52559 fi
52560
52561 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1="#"
52562 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
52563 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1=""
52564 fi
52565
52566 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin="#"
52567 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
52568 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin=""
52569 fi
52570
52571 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin="#"
52572 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
52573 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin=""
52574 fi
52575
52576 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin="#"
52577 if test "x$SHARED" = "x0" -a "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
52578 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin=""
52579 fi
52580
52581 COND_SHARED_0_USE_STC_1="#"
52582 if test "x$SHARED" = "x0" -a "x$USE_STC" = "x1" ; then
52583 COND_SHARED_0_USE_STC_1=""
52584 fi
52585
52586 COND_SHARED_0_wxUSE_EXPAT_builtin="#"
52587 if test "x$SHARED" = "x0" -a "x$wxUSE_EXPAT" = "xbuiltin" ; then
52588 COND_SHARED_0_wxUSE_EXPAT_builtin=""
52589 fi
52590
52591 COND_SHARED_0_wxUSE_REGEX_builtin="#"
52592 if test "x$SHARED" = "x0" -a "x$wxUSE_REGEX" = "xbuiltin" ; then
52593 COND_SHARED_0_wxUSE_REGEX_builtin=""
52594 fi
52595
52596 COND_SHARED_0_wxUSE_ZLIB_builtin="#"
52597 if test "x$SHARED" = "x0" -a "x$wxUSE_ZLIB" = "xbuiltin" ; then
52598 COND_SHARED_0_wxUSE_ZLIB_builtin=""
52599 fi
52600
52601 COND_SHARED_1="#"
52602 if test "x$SHARED" = "x1" ; then
52603 COND_SHARED_1=""
52604 fi
52605
52606 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1="#"
52607 if test "x$SHARED" = "x1" -a "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
52608 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1=""
52609 fi
52610
52611 COND_TOOLKIT_="#"
52612 if test "x$TOOLKIT" = "x" ; then
52613 COND_TOOLKIT_=""
52614 fi
52615
52616 COND_TOOLKIT_COCOA="#"
52617 if test "x$TOOLKIT" = "xCOCOA" ; then
52618 COND_TOOLKIT_COCOA=""
52619 fi
52620
52621 COND_TOOLKIT_COCOA_USE_GUI_1="#"
52622 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" ; then
52623 COND_TOOLKIT_COCOA_USE_GUI_1=""
52624 fi
52625
52626 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0="#"
52627 if test "x$TOOLKIT" = "xCOCOA" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52628 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0=""
52629 fi
52630
52631 COND_TOOLKIT_DFB="#"
52632 if test "x$TOOLKIT" = "xDFB" ; then
52633 COND_TOOLKIT_DFB=""
52634 fi
52635
52636 COND_TOOLKIT_DFB_USE_GUI_1="#"
52637 if test "x$TOOLKIT" = "xDFB" -a "x$USE_GUI" = "x1" ; then
52638 COND_TOOLKIT_DFB_USE_GUI_1=""
52639 fi
52640
52641 COND_TOOLKIT_GTK="#"
52642 if test "x$TOOLKIT" = "xGTK" ; then
52643 COND_TOOLKIT_GTK=""
52644 fi
52645
52646 COND_TOOLKIT_GTK_TOOLKIT_VERSION_="#"
52647 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" ; then
52648 COND_TOOLKIT_GTK_TOOLKIT_VERSION_=""
52649 fi
52650
52651 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2="#"
52652 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" ; then
52653 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2=""
52654 fi
52655
52656 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1="#"
52657 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" ; then
52658 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1=""
52659 fi
52660
52661 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0="#"
52662 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x2" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52663 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0=""
52664 fi
52665
52666 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1="#"
52667 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" ; then
52668 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1=""
52669 fi
52670
52671 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0="#"
52672 if test "x$TOOLKIT" = "xGTK" -a "x$TOOLKIT_VERSION" = "x" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52673 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0=""
52674 fi
52675
52676 COND_TOOLKIT_GTK_USE_GUI_1="#"
52677 if test "x$TOOLKIT" = "xGTK" -a "x$USE_GUI" = "x1" ; then
52678 COND_TOOLKIT_GTK_USE_GUI_1=""
52679 fi
52680
52681 COND_TOOLKIT_MAC="#"
52682 if test "x$TOOLKIT" = "xMAC" ; then
52683 COND_TOOLKIT_MAC=""
52684 fi
52685
52686 COND_TOOLKIT_MGL="#"
52687 if test "x$TOOLKIT" = "xMGL" ; then
52688 COND_TOOLKIT_MGL=""
52689 fi
52690
52691 COND_TOOLKIT_MGL_USE_GUI_1="#"
52692 if test "x$TOOLKIT" = "xMGL" -a "x$USE_GUI" = "x1" ; then
52693 COND_TOOLKIT_MGL_USE_GUI_1=""
52694 fi
52695
52696 COND_TOOLKIT_MOTIF="#"
52697 if test "x$TOOLKIT" = "xMOTIF" ; then
52698 COND_TOOLKIT_MOTIF=""
52699 fi
52700
52701 COND_TOOLKIT_MOTIF_USE_GUI_1="#"
52702 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" ; then
52703 COND_TOOLKIT_MOTIF_USE_GUI_1=""
52704 fi
52705
52706 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0="#"
52707 if test "x$TOOLKIT" = "xMOTIF" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52708 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0=""
52709 fi
52710
52711 COND_TOOLKIT_MSW="#"
52712 if test "x$TOOLKIT" = "xMSW" ; then
52713 COND_TOOLKIT_MSW=""
52714 fi
52715
52716 COND_TOOLKIT_MSW_USE_GUI_1="#"
52717 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" ; then
52718 COND_TOOLKIT_MSW_USE_GUI_1=""
52719 fi
52720
52721 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0="#"
52722 if test "x$TOOLKIT" = "xMSW" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52723 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0=""
52724 fi
52725
52726 COND_TOOLKIT_MSW_WXUNIV_0="#"
52727 if test "x$TOOLKIT" = "xMSW" -a "x$WXUNIV" = "x0" ; then
52728 COND_TOOLKIT_MSW_WXUNIV_0=""
52729 fi
52730
52731 COND_TOOLKIT_OSX_CARBON="#"
52732 if test "x$TOOLKIT" = "xOSX_CARBON" ; then
52733 COND_TOOLKIT_OSX_CARBON=""
52734 fi
52735
52736 COND_TOOLKIT_OSX_CARBON_USE_GUI_1="#"
52737 if test "x$TOOLKIT" = "xOSX_CARBON" -a "x$USE_GUI" = "x1" ; then
52738 COND_TOOLKIT_OSX_CARBON_USE_GUI_1=""
52739 fi
52740
52741 COND_TOOLKIT_OSX_COCOA="#"
52742 if test "x$TOOLKIT" = "xOSX_COCOA" ; then
52743 COND_TOOLKIT_OSX_COCOA=""
52744 fi
52745
52746 COND_TOOLKIT_OSX_COCOA_USE_GUI_1="#"
52747 if test "x$TOOLKIT" = "xOSX_COCOA" -a "x$USE_GUI" = "x1" ; then
52748 COND_TOOLKIT_OSX_COCOA_USE_GUI_1=""
52749 fi
52750
52751 COND_TOOLKIT_OSX_IPHONE="#"
52752 if test "x$TOOLKIT" = "xOSX_IPHONE" ; then
52753 COND_TOOLKIT_OSX_IPHONE=""
52754 fi
52755
52756 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1="#"
52757 if test "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" ; then
52758 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1=""
52759 fi
52760
52761 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0="#"
52762 if test "x$TOOLKIT" = "xOSX_IPHONE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52763 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0=""
52764 fi
52765
52766 COND_TOOLKIT_PM="#"
52767 if test "x$TOOLKIT" = "xPM" ; then
52768 COND_TOOLKIT_PM=""
52769 fi
52770
52771 COND_TOOLKIT_PM_USE_GUI_1="#"
52772 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" ; then
52773 COND_TOOLKIT_PM_USE_GUI_1=""
52774 fi
52775
52776 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0="#"
52777 if test "x$TOOLKIT" = "xPM" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52778 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0=""
52779 fi
52780
52781 COND_TOOLKIT_WINCE="#"
52782 if test "x$TOOLKIT" = "xWINCE" ; then
52783 COND_TOOLKIT_WINCE=""
52784 fi
52785
52786 COND_TOOLKIT_WINCE_USE_GUI_1="#"
52787 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" ; then
52788 COND_TOOLKIT_WINCE_USE_GUI_1=""
52789 fi
52790
52791 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0="#"
52792 if test "x$TOOLKIT" = "xWINCE" -a "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52793 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0=""
52794 fi
52795
52796 COND_TOOLKIT_WINCE_WXUNIV_0="#"
52797 if test "x$TOOLKIT" = "xWINCE" -a "x$WXUNIV" = "x0" ; then
52798 COND_TOOLKIT_WINCE_WXUNIV_0=""
52799 fi
52800
52801 COND_TOOLKIT_X11="#"
52802 if test "x$TOOLKIT" = "xX11" ; then
52803 COND_TOOLKIT_X11=""
52804 fi
52805
52806 COND_TOOLKIT_X11_USE_GUI_1="#"
52807 if test "x$TOOLKIT" = "xX11" -a "x$USE_GUI" = "x1" ; then
52808 COND_TOOLKIT_X11_USE_GUI_1=""
52809 fi
52810
52811 COND_UNICODE_1="#"
52812 if test "x$UNICODE" = "x1" ; then
52813 COND_UNICODE_1=""
52814 fi
52815
52816 COND_USE_CAIRO_1="#"
52817 if test "x$USE_CAIRO" = "x1" ; then
52818 COND_USE_CAIRO_1=""
52819 fi
52820
52821 COND_USE_EXCEPTIONS_0="#"
52822 if test "x$USE_EXCEPTIONS" = "x0" ; then
52823 COND_USE_EXCEPTIONS_0=""
52824 fi
52825
52826 COND_USE_EXCEPTIONS_1="#"
52827 if test "x$USE_EXCEPTIONS" = "x1" ; then
52828 COND_USE_EXCEPTIONS_1=""
52829 fi
52830
52831 COND_USE_GUI_0="#"
52832 if test "x$USE_GUI" = "x0" ; then
52833 COND_USE_GUI_0=""
52834 fi
52835
52836 COND_USE_GUI_1="#"
52837 if test "x$USE_GUI" = "x1" ; then
52838 COND_USE_GUI_1=""
52839 fi
52840
52841 COND_USE_GUI_1_USE_OPENGL_1="#"
52842 if test "x$USE_GUI" = "x1" -a "x$USE_OPENGL" = "x1" ; then
52843 COND_USE_GUI_1_USE_OPENGL_1=""
52844 fi
52845
52846 COND_USE_GUI_1_WXUNIV_0="#"
52847 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x0" ; then
52848 COND_USE_GUI_1_WXUNIV_0=""
52849 fi
52850
52851 COND_USE_GUI_1_WXUNIV_1="#"
52852 if test "x$USE_GUI" = "x1" -a "x$WXUNIV" = "x1" ; then
52853 COND_USE_GUI_1_WXUNIV_1=""
52854 fi
52855
52856 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN="#"
52857 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
52858 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN=""
52859 fi
52860
52861 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN="#"
52862 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
52863 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN=""
52864 fi
52865
52866 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN="#"
52867 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
52868 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN=""
52869 fi
52870
52871 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin="#"
52872 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
52873 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin=""
52874 fi
52875
52876 COND_USE_GUI_1_wxUSE_LIBPNG_builtin="#"
52877 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBPNG" = "xbuiltin" ; then
52878 COND_USE_GUI_1_wxUSE_LIBPNG_builtin=""
52879 fi
52880
52881 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin="#"
52882 if test "x$USE_GUI" = "x1" -a "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
52883 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin=""
52884 fi
52885
52886 COND_USE_OPENGL_1="#"
52887 if test "x$USE_OPENGL" = "x1" ; then
52888 COND_USE_OPENGL_1=""
52889 fi
52890
52891 COND_USE_PCH_1="#"
52892 if test "x$USE_PCH" = "x1" ; then
52893 COND_USE_PCH_1=""
52894 fi
52895
52896 COND_USE_PLUGINS_0="#"
52897 if test "x$USE_PLUGINS" = "x0" ; then
52898 COND_USE_PLUGINS_0=""
52899 fi
52900
52901 COND_USE_RTTI_0="#"
52902 if test "x$USE_RTTI" = "x0" ; then
52903 COND_USE_RTTI_0=""
52904 fi
52905
52906 COND_USE_RTTI_1="#"
52907 if test "x$USE_RTTI" = "x1" ; then
52908 COND_USE_RTTI_1=""
52909 fi
52910
52911 COND_USE_SOTWOSYMLINKS_1="#"
52912 if test "x$USE_SOTWOSYMLINKS" = "x1" ; then
52913 COND_USE_SOTWOSYMLINKS_1=""
52914 fi
52915
52916 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1="#"
52917 if test "x$USE_SOVERCYGWIN" = "x1" -a "x$USE_SOVERSION" = "x1" ; then
52918 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1=""
52919 fi
52920
52921 COND_USE_SOVERLINUX_1="#"
52922 if test "x$USE_SOVERLINUX" = "x1" ; then
52923 COND_USE_SOVERLINUX_1=""
52924 fi
52925
52926 COND_USE_SOVERSION_0="#"
52927 if test "x$USE_SOVERSION" = "x0" ; then
52928 COND_USE_SOVERSION_0=""
52929 fi
52930
52931 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1="#"
52932 if test "x$USE_SOVERSION" = "x1" -a "x$USE_SOVERSOLARIS" = "x1" ; then
52933 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1=""
52934 fi
52935
52936 COND_USE_SOVERSOLARIS_1="#"
52937 if test "x$USE_SOVERSOLARIS" = "x1" ; then
52938 COND_USE_SOVERSOLARIS_1=""
52939 fi
52940
52941 COND_USE_STC_1="#"
52942 if test "x$USE_STC" = "x1" ; then
52943 COND_USE_STC_1=""
52944 fi
52945
52946 COND_USE_THREADS_0="#"
52947 if test "x$USE_THREADS" = "x0" ; then
52948 COND_USE_THREADS_0=""
52949 fi
52950
52951 COND_USE_THREADS_1="#"
52952 if test "x$USE_THREADS" = "x1" ; then
52953 COND_USE_THREADS_1=""
52954 fi
52955
52956 COND_USE_XRC_1="#"
52957 if test "x$USE_XRC" = "x1" ; then
52958 COND_USE_XRC_1=""
52959 fi
52960
52961 COND_WINDOWS_IMPLIB_1="#"
52962 if test "x$WINDOWS_IMPLIB" = "x1" ; then
52963 COND_WINDOWS_IMPLIB_1=""
52964 fi
52965
52966 COND_WITH_PLUGIN_SDL_1="#"
52967 if test "x$WITH_PLUGIN_SDL" = "x1" ; then
52968 COND_WITH_PLUGIN_SDL_1=""
52969 fi
52970
52971 COND_WXUNIV_0="#"
52972 if test "x$WXUNIV" = "x0" ; then
52973 COND_WXUNIV_0=""
52974 fi
52975
52976 COND_WXUNIV_1="#"
52977 if test "x$WXUNIV" = "x1" ; then
52978 COND_WXUNIV_1=""
52979 fi
52980
52981 COND_WXUSE_EXPAT_BUILTIN="#"
52982 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
52983 COND_WXUSE_EXPAT_BUILTIN=""
52984 fi
52985
52986 COND_WXUSE_LIBJPEG_BUILTIN="#"
52987 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
52988 COND_WXUSE_LIBJPEG_BUILTIN=""
52989 fi
52990
52991 COND_WXUSE_LIBPNG_BUILTIN="#"
52992 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
52993 COND_WXUSE_LIBPNG_BUILTIN=""
52994 fi
52995
52996 COND_WXUSE_LIBTIFF_BUILTIN="#"
52997 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
52998 COND_WXUSE_LIBTIFF_BUILTIN=""
52999 fi
53000
53001 COND_WXUSE_REGEX_BUILTIN="#"
53002 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
53003 COND_WXUSE_REGEX_BUILTIN=""
53004 fi
53005
53006 COND_WXUSE_ZLIB_BUILTIN="#"
53007 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
53008 COND_WXUSE_ZLIB_BUILTIN=""
53009 fi
53010
53011 COND_wxUSE_EXPAT_builtin="#"
53012 if test "x$wxUSE_EXPAT" = "xbuiltin" ; then
53013 COND_wxUSE_EXPAT_builtin=""
53014 fi
53015
53016 COND_wxUSE_LIBJPEG_builtin="#"
53017 if test "x$wxUSE_LIBJPEG" = "xbuiltin" ; then
53018 COND_wxUSE_LIBJPEG_builtin=""
53019 fi
53020
53021 COND_wxUSE_LIBPNG_builtin="#"
53022 if test "x$wxUSE_LIBPNG" = "xbuiltin" ; then
53023 COND_wxUSE_LIBPNG_builtin=""
53024 fi
53025
53026 COND_wxUSE_LIBTIFF_builtin="#"
53027 if test "x$wxUSE_LIBTIFF" = "xbuiltin" ; then
53028 COND_wxUSE_LIBTIFF_builtin=""
53029 fi
53030
53031 COND_wxUSE_REGEX_builtin="#"
53032 if test "x$wxUSE_REGEX" = "xbuiltin" ; then
53033 COND_wxUSE_REGEX_builtin=""
53034 fi
53035
53036 COND_wxUSE_ZLIB_builtin="#"
53037 if test "x$wxUSE_ZLIB" = "xbuiltin" ; then
53038 COND_wxUSE_ZLIB_builtin=""
53039 fi
53040
53041
53042
53043 if test "$BAKEFILE_AUTOCONF_INC_M4_VERSION" = "" ; then
53044 { { echo "$as_me:$LINENO: error: No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" >&5
53045 echo "$as_me: error: No version found in autoconf_inc.m4 - bakefile macro was changed to take additional argument, perhaps configure.in wasn't updated (see the documentation)?" >&2;}
53046 { (exit 1); exit 1; }; }
53047 fi
53048
53049 if test "$BAKEFILE_BAKEFILE_M4_VERSION" != "$BAKEFILE_AUTOCONF_INC_M4_VERSION" ; then
53050 { { 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
53051 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;}
53052 { (exit 1); exit 1; }; }
53053 fi
53054
53055
53056 case ${INSTALL} in
53057 /* ) # Absolute
53058 ;;
53059 ?:* ) # Drive letter, considered as absolute.
53060 ;;
53061 *)
53062 INSTALL=`pwd`/${INSTALL} ;;
53063 esac
53064
53065 if test "$wxUSE_GUI" = "yes"; then
53066
53067 if test "$wxUSE_MSW" = 1 ; then
53068 if test "x$WINDRES" = "x"; then
53069 { { echo "$as_me:$LINENO: error: Required windres program not found" >&5
53070 echo "$as_me: error: Required windres program not found" >&2;}
53071 { (exit 1); exit 1; }; }
53072 fi
53073
53074 RESCOMP="$WINDRES"
53075 fi
53076
53077 if test "$wxUSE_MAC" = 1 -o "$wxUSE_OLD_COCOA" = 1; then
53078 WX_RESOURCES_MACOSX_ASCII="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.r"
53079 WX_RESOURCES_MACOSX_DATA="libwx_${TOOLCHAIN_NAME}.${wx_release_number}.rsrc"
53080
53081 LIBWXMACRES="\$(wx_top_builddir)/lib/${WX_RESOURCES_MACOSX_ASCII}"
53082
53083 # Extract the first word of "DeRez", so it can be a program name with args.
53084 set dummy DeRez; ac_word=$2
53085 { echo "$as_me:$LINENO: checking for $ac_word" >&5
53086 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
53087 if test "${ac_cv_prog_DEREZ+set}" = set; then
53088 echo $ECHO_N "(cached) $ECHO_C" >&6
53089 else
53090 if test -n "$DEREZ"; then
53091 ac_cv_prog_DEREZ="$DEREZ" # Let the user override the test.
53092 else
53093 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
53094 for as_dir in $PATH
53095 do
53096 IFS=$as_save_IFS
53097 test -z "$as_dir" && as_dir=.
53098 for ac_exec_ext in '' $ac_executable_extensions; do
53099 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
53100 ac_cv_prog_DEREZ="DeRez"
53101 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
53102 break 2
53103 fi
53104 done
53105 done
53106 IFS=$as_save_IFS
53107
53108 test -z "$ac_cv_prog_DEREZ" && ac_cv_prog_DEREZ="/Developer/Tools/DeRez"
53109 fi
53110 fi
53111 DEREZ=$ac_cv_prog_DEREZ
53112 if test -n "$DEREZ"; then
53113 { echo "$as_me:$LINENO: result: $DEREZ" >&5
53114 echo "${ECHO_T}$DEREZ" >&6; }
53115 else
53116 { echo "$as_me:$LINENO: result: no" >&5
53117 echo "${ECHO_T}no" >&6; }
53118 fi
53119
53120
53121
53122 MACSETFILE="\$(SETFILE)"
53123
53124 if test "$wxUSE_OSX_CARBON" = 1; then
53125 POSTLINK_COMMAND="\$(REZ) -d __DARWIN__ -t APPL Carbon.r -o"
53126 RESCOMP="$REZ"
53127 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL Carbon.r -o"
53128 else
53129 POSTLINK_COMMAND="cat /dev/null | \$(REZ) -d __DARWIN__ -t APPL ${LIBWXMACRES}"
53130 RESCOMP="cat /dev/null \| $REZ"
53131 WXCONFIG_RESFLAGS="-d __DARWIN__ -t APPL \$libdir/$WX_RESOURCES_MACOSX_ASCII"
53132 fi
53133
53134 else
53135 MACSETFILE="@true"
53136
53137 if test "$wxUSE_PM" = 1; then
53138 RESCOMP="emxbind"
53139 WXCONFIG_RESFLAGS="-ep"
53140
53141 POSTLINK_COMMAND="$RESCOMP $WXCONFIG_RESFLAGS"
53142 else
53143 POSTLINK_COMMAND="@true"
53144 fi
53145 fi
53146
53147 fi
53148
53149
53150 if test $GCC_PCH = 1
53151 then
53152 if test "$wx_cv_gcc_pch_bug" = yes; then
53153 { echo "$as_me:$LINENO: WARNING: *** Precompiled header support is broken on this compiler" >&5
53154 echo "$as_me: WARNING: *** Precompiled header support is broken on this compiler" >&2;}
53155 { echo "$as_me:$LINENO: WARNING: *** --enable-precomp-headers is not recommended" >&5
53156 echo "$as_me: WARNING: *** --enable-precomp-headers is not recommended" >&2;}
53157 { echo "$as_me:$LINENO: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&5
53158 echo "$as_me: WARNING: *** see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13361" >&2;}
53159 fi
53160
53161 # Our WX_PRECOMP flag does not make sense for any language except C++ because
53162 # the headers that benefit from precompilation are mostly C++ headers.
53163 CXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
53164 # When Bakefile can do multi-language PCH (e.g. C++ and Objective-C++) enable this:
53165 #OBJCXXFLAGS="-DWX_PRECOMP $CXXFLAGS"
53166 fi
53167
53168
53169 if test "$wxUSE_MAC" = 1 ; then
53170 if test "x$wxUSE_UNIVERSAL_BINARY" != "xno" ; then
53171 sed "s/DEPSMODE=gcc/DEPSMODE=none/" < bk-deps > temp
53172 mv temp bk-deps
53173 chmod +x bk-deps
53174 fi
53175 fi
53176
53177 if test "$wxUSE_SHARED" = "yes"; then
53178 case "${host}" in
53179 *-pc-os2_emx | *-pc-os2-emx )
53180 SHARED_LD_CC="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
53181 SHARED_LD_CXX="`pwd`/dllar.sh -name-mangler-script ./dllnames.sh -libf INITINSTANCE -libf TERMINSTANCE -o"
53182 cp -p ${srcdir}/src/os2/dllnames.sh .
53183 cp -p ${srcdir}/src/os2/dllar.sh .
53184 ;;
53185 esac
53186 fi
53187 if test "$wxUSE_OMF" = "yes"; then
53188 case "${host}" in
53189 *-pc-os2_emx | *-pc-os2-emx )
53190 LDFLAGS="$LDFLAGS -Zlinker /EXEPACK"
53191 LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
53192 WXCONFIG_LDFLAGS_GUI="-Zlinker /PMTYPE:PM"
53193 ;;
53194 esac
53195 fi
53196
53197 WXCONFIG_CPPFLAGS="$WXCONFIG_CPPFLAGS $TOOLCHAIN_DEFS"
53198
53199
53200 case "${host}" in
53201 *-*-solaris2* )
53202 if test "$GCC" = yes; then
53203 CPPFLAGS=`echo $CPPFLAGS | sed 's/-mt//'`
53204 LIBS=`echo $LIBS | sed 's/-mt//'`
53205 EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-mt//'`
53206 fi
53207 ;;
53208
53209 *-*-linux* )
53210 if test "x$SUNCXX" = xyes; then
53211 CPPFLAGS=`echo $CPPFLAGS | sed 's/-pthread//'`
53212 LIBS=`echo $LIBS | sed 's/-pthread//'`
53213 EXTRALIBS_GUI=`echo $EXTRALIBS_GUI | sed 's/-pthread//'`
53214 fi
53215 ;;
53216 esac
53217
53218 CFLAGS="$CFLAGS $CFLAGS_VISIBILITY"
53219 CXXFLAGS="$CXXFLAGS $CXXFLAGS_VISIBILITY"
53220 OBJCFLAGS="$OBJCFLAGS $CFLAGS_VISIBILITY"
53221 OBJCXXFLAGS="$OBJCXXFLAGS $CXXFLAGS_VISIBILITY"
53222
53223 SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
53224
53225
53226
53227
53228
53229
53230
53231
53232
53233
53234
53235
53236
53237
53238
53239
53240
53241
53242
53243
53244
53245
53246
53247
53248
53249
53250
53251
53252
53253
53254
53255
53256
53257
53258
53259
53260
53261
53262
53263
53264
53265
53266
53267
53268
53269
53270
53271
53272
53273
53274
53275
53276
53277
53278
53279
53280
53281
53282
53283
53284 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
53285 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
53286 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
53287 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
53288 echo $ECHO_N "(cached) $ECHO_C" >&6
53289 else
53290 cat >conftest.make <<\_ACEOF
53291 SHELL = /bin/sh
53292 all:
53293 @echo '@@@%%%=$(MAKE)=@@@%%%'
53294 _ACEOF
53295 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
53296 case `${MAKE-make} -f conftest.make 2>/dev/null` in
53297 *@@@%%%=?*=@@@%%%*)
53298 eval ac_cv_prog_make_${ac_make}_set=yes;;
53299 *)
53300 eval ac_cv_prog_make_${ac_make}_set=no;;
53301 esac
53302 rm -f conftest.make
53303 fi
53304 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
53305 { echo "$as_me:$LINENO: result: yes" >&5
53306 echo "${ECHO_T}yes" >&6; }
53307 SET_MAKE=
53308 else
53309 { echo "$as_me:$LINENO: result: no" >&5
53310 echo "${ECHO_T}no" >&6; }
53311 SET_MAKE="MAKE=${MAKE-make}"
53312 fi
53313
53314
53315
53316 ac_config_headers="$ac_config_headers lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in"
53317
53318
53319 if test "$USE_WIN32" = 1; then
53320 ac_config_commands="$ac_config_commands rcdefs.h"
53321
53322 fi
53323
53324 ac_config_files="$ac_config_files lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in"
53325
53326
53327 ac_config_files="$ac_config_files lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in"
53328
53329
53330 ac_config_files="$ac_config_files utils/ifacecheck/rungccxml.sh"
53331
53332
53333 if test "$wx_cv_version_script" = "yes"; then
53334 ac_config_files="$ac_config_files version-script"
53335
53336 fi
53337 ac_config_files="$ac_config_files Makefile"
53338
53339
53340 ac_config_commands="$ac_config_commands wx-config"
53341
53342
53343
53344 if test "$wxWITH_SUBDIRS" != "no"; then
53345 if test "$wxUSE_GUI" = "yes"; then
53346 SUBDIRS="samples demos utils"
53347 else
53348 SUBDIRS="samples utils"
53349 fi
53350
53351
53352
53353 # Check whether --with-cppunit-prefix was given.
53354 if test "${with_cppunit_prefix+set}" = set; then
53355 withval=$with_cppunit_prefix; cppunit_config_prefix="$withval"
53356 else
53357 cppunit_config_prefix=""
53358 fi
53359
53360
53361 # Check whether --with-cppunit-exec-prefix was given.
53362 if test "${with_cppunit_exec_prefix+set}" = set; then
53363 withval=$with_cppunit_exec_prefix; cppunit_config_exec_prefix="$withval"
53364 else
53365 cppunit_config_exec_prefix=""
53366 fi
53367
53368
53369 if test x$cppunit_config_exec_prefix != x ; then
53370 cppunit_config_args="$cppunit_config_args --exec-prefix=$cppunit_config_exec_prefix"
53371 if test x${CPPUNIT_CONFIG+set} != xset ; then
53372 CPPUNIT_CONFIG=$cppunit_config_exec_prefix/bin/cppunit-config
53373 fi
53374 fi
53375 if test x$cppunit_config_prefix != x ; then
53376 cppunit_config_args="$cppunit_config_args --prefix=$cppunit_config_prefix"
53377 if test x${CPPUNIT_CONFIG+set} != xset ; then
53378 CPPUNIT_CONFIG=$cppunit_config_prefix/bin/cppunit-config
53379 fi
53380 fi
53381
53382 # Extract the first word of "cppunit-config", so it can be a program name with args.
53383 set dummy cppunit-config; ac_word=$2
53384 { echo "$as_me:$LINENO: checking for $ac_word" >&5
53385 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
53386 if test "${ac_cv_path_CPPUNIT_CONFIG+set}" = set; then
53387 echo $ECHO_N "(cached) $ECHO_C" >&6
53388 else
53389 case $CPPUNIT_CONFIG in
53390 [\\/]* | ?:[\\/]*)
53391 ac_cv_path_CPPUNIT_CONFIG="$CPPUNIT_CONFIG" # Let the user override the test with a path.
53392 ;;
53393 *)
53394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
53395 for as_dir in $PATH
53396 do
53397 IFS=$as_save_IFS
53398 test -z "$as_dir" && as_dir=.
53399 for ac_exec_ext in '' $ac_executable_extensions; do
53400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
53401 ac_cv_path_CPPUNIT_CONFIG="$as_dir/$ac_word$ac_exec_ext"
53402 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
53403 break 2
53404 fi
53405 done
53406 done
53407 IFS=$as_save_IFS
53408
53409 test -z "$ac_cv_path_CPPUNIT_CONFIG" && ac_cv_path_CPPUNIT_CONFIG="no"
53410 ;;
53411 esac
53412 fi
53413 CPPUNIT_CONFIG=$ac_cv_path_CPPUNIT_CONFIG
53414 if test -n "$CPPUNIT_CONFIG"; then
53415 { echo "$as_me:$LINENO: result: $CPPUNIT_CONFIG" >&5
53416 echo "${ECHO_T}$CPPUNIT_CONFIG" >&6; }
53417 else
53418 { echo "$as_me:$LINENO: result: no" >&5
53419 echo "${ECHO_T}no" >&6; }
53420 fi
53421
53422
53423 cppunit_version_min=1.8.0
53424
53425 { echo "$as_me:$LINENO: checking for Cppunit - version >= $cppunit_version_min" >&5
53426 echo $ECHO_N "checking for Cppunit - version >= $cppunit_version_min... $ECHO_C" >&6; }
53427 no_cppunit=""
53428 if test "$CPPUNIT_CONFIG" = "no" ; then
53429 { echo "$as_me:$LINENO: result: no" >&5
53430 echo "${ECHO_T}no" >&6; }
53431 no_cppunit=yes
53432 else
53433 CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`
53434 CPPUNIT_LIBS=`$CPPUNIT_CONFIG --libs`
53435 cppunit_version=`$CPPUNIT_CONFIG --version`
53436
53437 cppunit_major_version=`echo $cppunit_version | \
53438 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
53439 cppunit_minor_version=`echo $cppunit_version | \
53440 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
53441 cppunit_micro_version=`echo $cppunit_version | \
53442 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
53443
53444 cppunit_major_min=`echo $cppunit_version_min | \
53445 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
53446 cppunit_minor_min=`echo $cppunit_version_min | \
53447 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
53448 cppunit_micro_min=`echo $cppunit_version_min | \
53449 sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'`
53450
53451 cppunit_version_proper=`expr \
53452 $cppunit_major_version \> $cppunit_major_min \| \
53453 $cppunit_major_version \= $cppunit_major_min \& \
53454 $cppunit_minor_version \> $cppunit_minor_min \| \
53455 $cppunit_major_version \= $cppunit_major_min \& \
53456 $cppunit_minor_version \= $cppunit_minor_min \& \
53457 $cppunit_micro_version \>= $cppunit_micro_min `
53458
53459 if test "$cppunit_version_proper" = "1" ; then
53460 { echo "$as_me:$LINENO: result: $cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&5
53461 echo "${ECHO_T}$cppunit_major_version.$cppunit_minor_version.$cppunit_micro_version" >&6; }
53462 else
53463 { echo "$as_me:$LINENO: result: no" >&5
53464 echo "${ECHO_T}no" >&6; }
53465 no_cppunit=yes
53466 fi
53467 fi
53468
53469 if test "x$no_cppunit" = x ; then
53470 SUBDIRS="$SUBDIRS tests"
53471 else
53472 CPPUNIT_CFLAGS=""
53473 CPPUNIT_LIBS=""
53474 :
53475 fi
53476
53477
53478
53479
53480
53481 for subdir in $SUBDIRS; do
53482 if test -d ${srcdir}/${subdir} ; then
53483 if test "$wxUSE_GUI" = "yes"; then
53484 if test ${subdir} = "samples"; then
53485 makefiles="samples/Makefile.in $makefiles"
53486 for sample in $SAMPLES_SUBDIRS; do
53487 if test -d $srcdir/samples/$sample; then
53488 makefiles="samples/$sample/Makefile.in $makefiles"
53489 fi
53490 done
53491 else
53492 disabled_var=DISABLED_`echo $subdir | tr '[a-z]' '[A-Z]'`
53493 eval "disabled=\$$disabled_var"
53494 disabled=/`echo X $disabled | sed 's@ @/|/@g'`/
53495 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in) | $EGREP -v "$disabled"`
53496 fi
53497 else
53498 if test ${subdir} = "samples"; then
53499 makefiles="samples/Makefile.in $makefiles"
53500 for sample in `echo $SAMPLES_SUBDIRS`; do
53501 if test -d $srcdir/samples/$sample; then
53502 makefiles="samples/$sample/Makefile.in $makefiles"
53503 fi
53504 done
53505 elif test ${subdir} = "utils"; then
53506 makefiles=""
53507 for util in ifacecheck ; do
53508 if test -d $srcdir/utils/$util ; then
53509 makefiles="utils/$util/src/Makefile.in \
53510 $makefiles"
53511 fi
53512 done
53513 else
53514 makefiles=`(cd $srcdir ; find $subdir -name Makefile.in)`
53515 fi
53516 fi
53517
53518 for mkin in $makefiles ; do
53519 mk=`echo $mkin | sed 's/Makefile\.in/Makefile/g'`
53520 ac_config_files="$ac_config_files $mk"
53521
53522 done
53523 fi
53524 done
53525 fi
53526 cat >confcache <<\_ACEOF
53527 # This file is a shell script that caches the results of configure
53528 # tests run on this system so they can be shared between configure
53529 # scripts and configure runs, see configure's option --config-cache.
53530 # It is not useful on other systems. If it contains results you don't
53531 # want to keep, you may remove or edit it.
53532 #
53533 # config.status only pays attention to the cache file if you give it
53534 # the --recheck option to rerun configure.
53535 #
53536 # `ac_cv_env_foo' variables (set or unset) will be overridden when
53537 # loading this file, other *unset* `ac_cv_foo' will be assigned the
53538 # following values.
53539
53540 _ACEOF
53541
53542 # The following way of writing the cache mishandles newlines in values,
53543 # but we know of no workaround that is simple, portable, and efficient.
53544 # So, we kill variables containing newlines.
53545 # Ultrix sh set writes to stderr and can't be redirected directly,
53546 # and sets the high bit in the cache file unless we assign to the vars.
53547 (
53548 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
53549 eval ac_val=\$$ac_var
53550 case $ac_val in #(
53551 *${as_nl}*)
53552 case $ac_var in #(
53553 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
53554 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
53555 esac
53556 case $ac_var in #(
53557 _ | IFS | as_nl) ;; #(
53558 *) $as_unset $ac_var ;;
53559 esac ;;
53560 esac
53561 done
53562
53563 (set) 2>&1 |
53564 case $as_nl`(ac_space=' '; set) 2>&1` in #(
53565 *${as_nl}ac_space=\ *)
53566 # `set' does not quote correctly, so add quotes (double-quote
53567 # substitution turns \\\\ into \\, and sed turns \\ into \).
53568 sed -n \
53569 "s/'/'\\\\''/g;
53570 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
53571 ;; #(
53572 *)
53573 # `set' quotes correctly as required by POSIX, so do not add quotes.
53574 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
53575 ;;
53576 esac |
53577 sort
53578 ) |
53579 sed '
53580 /^ac_cv_env_/b end
53581 t clear
53582 :clear
53583 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
53584 t end
53585 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
53586 :end' >>confcache
53587 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
53588 if test -w "$cache_file"; then
53589 test "x$cache_file" != "x/dev/null" &&
53590 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
53591 echo "$as_me: updating cache $cache_file" >&6;}
53592 cat confcache >$cache_file
53593 else
53594 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
53595 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
53596 fi
53597 fi
53598 rm -f confcache
53599
53600 test "x$prefix" = xNONE && prefix=$ac_default_prefix
53601 # Let make expand exec_prefix.
53602 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
53603
53604 DEFS=-DHAVE_CONFIG_H
53605
53606 ac_libobjs=
53607 ac_ltlibobjs=
53608 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
53609 # 1. Remove the extension, and $U if already installed.
53610 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
53611 ac_i=`echo "$ac_i" | sed "$ac_script"`
53612 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
53613 # will be set to the directory where LIBOBJS objects are built.
53614 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
53615 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
53616 done
53617 LIBOBJS=$ac_libobjs
53618
53619 LTLIBOBJS=$ac_ltlibobjs
53620
53621
53622
53623 : ${CONFIG_STATUS=./config.status}
53624 ac_clean_files_save=$ac_clean_files
53625 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
53626 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
53627 echo "$as_me: creating $CONFIG_STATUS" >&6;}
53628 cat >$CONFIG_STATUS <<_ACEOF
53629 #! $SHELL
53630 # Generated by $as_me.
53631 # Run this file to recreate the current configuration.
53632 # Compiler output produced by configure, useful for debugging
53633 # configure, is in config.log if it exists.
53634
53635 debug=false
53636 ac_cs_recheck=false
53637 ac_cs_silent=false
53638 SHELL=\${CONFIG_SHELL-$SHELL}
53639 _ACEOF
53640
53641 cat >>$CONFIG_STATUS <<\_ACEOF
53642 ## --------------------- ##
53643 ## M4sh Initialization. ##
53644 ## --------------------- ##
53645
53646 # Be more Bourne compatible
53647 DUALCASE=1; export DUALCASE # for MKS sh
53648 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
53649 emulate sh
53650 NULLCMD=:
53651 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
53652 # is contrary to our usage. Disable this feature.
53653 alias -g '${1+"$@"}'='"$@"'
53654 setopt NO_GLOB_SUBST
53655 else
53656 case `(set -o) 2>/dev/null` in
53657 *posix*) set -o posix ;;
53658 esac
53659
53660 fi
53661
53662
53663
53664
53665 # PATH needs CR
53666 # Avoid depending upon Character Ranges.
53667 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
53668 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
53669 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
53670 as_cr_digits='0123456789'
53671 as_cr_alnum=$as_cr_Letters$as_cr_digits
53672
53673 # The user is always right.
53674 if test "${PATH_SEPARATOR+set}" != set; then
53675 echo "#! /bin/sh" >conf$$.sh
53676 echo "exit 0" >>conf$$.sh
53677 chmod +x conf$$.sh
53678 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
53679 PATH_SEPARATOR=';'
53680 else
53681 PATH_SEPARATOR=:
53682 fi
53683 rm -f conf$$.sh
53684 fi
53685
53686 # Support unset when possible.
53687 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
53688 as_unset=unset
53689 else
53690 as_unset=false
53691 fi
53692
53693
53694 # IFS
53695 # We need space, tab and new line, in precisely that order. Quoting is
53696 # there to prevent editors from complaining about space-tab.
53697 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
53698 # splitting by setting IFS to empty value.)
53699 as_nl='
53700 '
53701 IFS=" "" $as_nl"
53702
53703 # Find who we are. Look in the path if we contain no directory separator.
53704 case $0 in
53705 *[\\/]* ) as_myself=$0 ;;
53706 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
53707 for as_dir in $PATH
53708 do
53709 IFS=$as_save_IFS
53710 test -z "$as_dir" && as_dir=.
53711 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
53712 done
53713 IFS=$as_save_IFS
53714
53715 ;;
53716 esac
53717 # We did not find ourselves, most probably we were run as `sh COMMAND'
53718 # in which case we are not to be found in the path.
53719 if test "x$as_myself" = x; then
53720 as_myself=$0
53721 fi
53722 if test ! -f "$as_myself"; then
53723 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
53724 { (exit 1); exit 1; }
53725 fi
53726
53727 # Work around bugs in pre-3.0 UWIN ksh.
53728 for as_var in ENV MAIL MAILPATH
53729 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
53730 done
53731 PS1='$ '
53732 PS2='> '
53733 PS4='+ '
53734
53735 # NLS nuisances.
53736 for as_var in \
53737 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
53738 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
53739 LC_TELEPHONE LC_TIME
53740 do
53741 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
53742 eval $as_var=C; export $as_var
53743 else
53744 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
53745 fi
53746 done
53747
53748 # Required to use basename.
53749 if expr a : '\(a\)' >/dev/null 2>&1 &&
53750 test "X`expr 00001 : '.*\(...\)'`" = X001; then
53751 as_expr=expr
53752 else
53753 as_expr=false
53754 fi
53755
53756 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
53757 as_basename=basename
53758 else
53759 as_basename=false
53760 fi
53761
53762
53763 # Name of the executable.
53764 as_me=`$as_basename -- "$0" ||
53765 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
53766 X"$0" : 'X\(//\)$' \| \
53767 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
53768 echo X/"$0" |
53769 sed '/^.*\/\([^/][^/]*\)\/*$/{
53770 s//\1/
53771 q
53772 }
53773 /^X\/\(\/\/\)$/{
53774 s//\1/
53775 q
53776 }
53777 /^X\/\(\/\).*/{
53778 s//\1/
53779 q
53780 }
53781 s/.*/./; q'`
53782
53783 # CDPATH.
53784 $as_unset CDPATH
53785
53786
53787
53788 as_lineno_1=$LINENO
53789 as_lineno_2=$LINENO
53790 test "x$as_lineno_1" != "x$as_lineno_2" &&
53791 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
53792
53793 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
53794 # uniformly replaced by the line number. The first 'sed' inserts a
53795 # line-number line after each line using $LINENO; the second 'sed'
53796 # does the real work. The second script uses 'N' to pair each
53797 # line-number line with the line containing $LINENO, and appends
53798 # trailing '-' during substitution so that $LINENO is not a special
53799 # case at line end.
53800 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
53801 # scripts with optimization help from Paolo Bonzini. Blame Lee
53802 # E. McMahon (1931-1989) for sed's syntax. :-)
53803 sed -n '
53804 p
53805 /[$]LINENO/=
53806 ' <$as_myself |
53807 sed '
53808 s/[$]LINENO.*/&-/
53809 t lineno
53810 b
53811 :lineno
53812 N
53813 :loop
53814 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
53815 t loop
53816 s/-\n.*//
53817 ' >$as_me.lineno &&
53818 chmod +x "$as_me.lineno" ||
53819 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
53820 { (exit 1); exit 1; }; }
53821
53822 # Don't try to exec as it changes $[0], causing all sort of problems
53823 # (the dirname of $[0] is not the place where we might find the
53824 # original and so on. Autoconf is especially sensitive to this).
53825 . "./$as_me.lineno"
53826 # Exit status is that of the last command.
53827 exit
53828 }
53829
53830
53831 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
53832 as_dirname=dirname
53833 else
53834 as_dirname=false
53835 fi
53836
53837 ECHO_C= ECHO_N= ECHO_T=
53838 case `echo -n x` in
53839 -n*)
53840 case `echo 'x\c'` in
53841 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
53842 *) ECHO_C='\c';;
53843 esac;;
53844 *)
53845 ECHO_N='-n';;
53846 esac
53847
53848 if expr a : '\(a\)' >/dev/null 2>&1 &&
53849 test "X`expr 00001 : '.*\(...\)'`" = X001; then
53850 as_expr=expr
53851 else
53852 as_expr=false
53853 fi
53854
53855 rm -f conf$$ conf$$.exe conf$$.file
53856 if test -d conf$$.dir; then
53857 rm -f conf$$.dir/conf$$.file
53858 else
53859 rm -f conf$$.dir
53860 mkdir conf$$.dir
53861 fi
53862 echo >conf$$.file
53863 if ln -s conf$$.file conf$$ 2>/dev/null; then
53864 as_ln_s='ln -s'
53865 # ... but there are two gotchas:
53866 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
53867 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
53868 # In both cases, we have to default to `cp -p'.
53869 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
53870 as_ln_s='cp -p'
53871 elif ln conf$$.file conf$$ 2>/dev/null; then
53872 as_ln_s=ln
53873 else
53874 as_ln_s='cp -p'
53875 fi
53876 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
53877 rmdir conf$$.dir 2>/dev/null
53878
53879 if mkdir -p . 2>/dev/null; then
53880 as_mkdir_p=:
53881 else
53882 test -d ./-p && rmdir ./-p
53883 as_mkdir_p=false
53884 fi
53885
53886 if test -x / >/dev/null 2>&1; then
53887 as_test_x='test -x'
53888 else
53889 if ls -dL / >/dev/null 2>&1; then
53890 as_ls_L_option=L
53891 else
53892 as_ls_L_option=
53893 fi
53894 as_test_x='
53895 eval sh -c '\''
53896 if test -d "$1"; then
53897 test -d "$1/.";
53898 else
53899 case $1 in
53900 -*)set "./$1";;
53901 esac;
53902 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
53903 ???[sx]*):;;*)false;;esac;fi
53904 '\'' sh
53905 '
53906 fi
53907 as_executable_p=$as_test_x
53908
53909 # Sed expression to map a string onto a valid CPP name.
53910 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
53911
53912 # Sed expression to map a string onto a valid variable name.
53913 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
53914
53915
53916 exec 6>&1
53917
53918 # Save the log message, to keep $[0] and so on meaningful, and to
53919 # report actual input values of CONFIG_FILES etc. instead of their
53920 # values after options handling.
53921 ac_log="
53922 This file was extended by wxWidgets $as_me 2.9.3, which was
53923 generated by GNU Autoconf 2.61. Invocation command line was
53924
53925 CONFIG_FILES = $CONFIG_FILES
53926 CONFIG_HEADERS = $CONFIG_HEADERS
53927 CONFIG_LINKS = $CONFIG_LINKS
53928 CONFIG_COMMANDS = $CONFIG_COMMANDS
53929 $ $0 $@
53930
53931 on `(hostname || uname -n) 2>/dev/null | sed 1q`
53932 "
53933
53934 _ACEOF
53935
53936 cat >>$CONFIG_STATUS <<_ACEOF
53937 # Files that config.status was made for.
53938 config_files="$ac_config_files"
53939 config_headers="$ac_config_headers"
53940 config_commands="$ac_config_commands"
53941
53942 _ACEOF
53943
53944 cat >>$CONFIG_STATUS <<\_ACEOF
53945 ac_cs_usage="\
53946 \`$as_me' instantiates files from templates according to the
53947 current configuration.
53948
53949 Usage: $0 [OPTIONS] [FILE]...
53950
53951 -h, --help print this help, then exit
53952 -V, --version print version number and configuration settings, then exit
53953 -q, --quiet do not print progress messages
53954 -d, --debug don't remove temporary files
53955 --recheck update $as_me by reconfiguring in the same conditions
53956 --file=FILE[:TEMPLATE]
53957 instantiate the configuration file FILE
53958 --header=FILE[:TEMPLATE]
53959 instantiate the configuration header FILE
53960
53961 Configuration files:
53962 $config_files
53963
53964 Configuration headers:
53965 $config_headers
53966
53967 Configuration commands:
53968 $config_commands
53969
53970 Report bugs to <bug-autoconf@gnu.org>."
53971
53972 _ACEOF
53973 cat >>$CONFIG_STATUS <<_ACEOF
53974 ac_cs_version="\\
53975 wxWidgets config.status 2.9.3
53976 configured by $0, generated by GNU Autoconf 2.61,
53977 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
53978
53979 Copyright (C) 2006 Free Software Foundation, Inc.
53980 This config.status script is free software; the Free Software Foundation
53981 gives unlimited permission to copy, distribute and modify it."
53982
53983 ac_pwd='$ac_pwd'
53984 srcdir='$srcdir'
53985 INSTALL='$INSTALL'
53986 _ACEOF
53987
53988 cat >>$CONFIG_STATUS <<\_ACEOF
53989 # If no file are specified by the user, then we need to provide default
53990 # value. By we need to know if files were specified by the user.
53991 ac_need_defaults=:
53992 while test $# != 0
53993 do
53994 case $1 in
53995 --*=*)
53996 ac_option=`expr "X$1" : 'X\([^=]*\)='`
53997 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
53998 ac_shift=:
53999 ;;
54000 *)
54001 ac_option=$1
54002 ac_optarg=$2
54003 ac_shift=shift
54004 ;;
54005 esac
54006
54007 case $ac_option in
54008 # Handling of the options.
54009 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
54010 ac_cs_recheck=: ;;
54011 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
54012 echo "$ac_cs_version"; exit ;;
54013 --debug | --debu | --deb | --de | --d | -d )
54014 debug=: ;;
54015 --file | --fil | --fi | --f )
54016 $ac_shift
54017 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
54018 ac_need_defaults=false;;
54019 --header | --heade | --head | --hea )
54020 $ac_shift
54021 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
54022 ac_need_defaults=false;;
54023 --he | --h)
54024 # Conflict between --help and --header
54025 { echo "$as_me: error: ambiguous option: $1
54026 Try \`$0 --help' for more information." >&2
54027 { (exit 1); exit 1; }; };;
54028 --help | --hel | -h )
54029 echo "$ac_cs_usage"; exit ;;
54030 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
54031 | -silent | --silent | --silen | --sile | --sil | --si | --s)
54032 ac_cs_silent=: ;;
54033
54034 # This is an error.
54035 -*) { echo "$as_me: error: unrecognized option: $1
54036 Try \`$0 --help' for more information." >&2
54037 { (exit 1); exit 1; }; } ;;
54038
54039 *) ac_config_targets="$ac_config_targets $1"
54040 ac_need_defaults=false ;;
54041
54042 esac
54043 shift
54044 done
54045
54046 ac_configure_extra_args=
54047
54048 if $ac_cs_silent; then
54049 exec 6>/dev/null
54050 ac_configure_extra_args="$ac_configure_extra_args --silent"
54051 fi
54052
54053 _ACEOF
54054 cat >>$CONFIG_STATUS <<_ACEOF
54055 if \$ac_cs_recheck; then
54056 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
54057 CONFIG_SHELL=$SHELL
54058 export CONFIG_SHELL
54059 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
54060 fi
54061
54062 _ACEOF
54063 cat >>$CONFIG_STATUS <<\_ACEOF
54064 exec 5>>config.log
54065 {
54066 echo
54067 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
54068 ## Running $as_me. ##
54069 _ASBOX
54070 echo "$ac_log"
54071 } >&5
54072
54073 _ACEOF
54074 cat >>$CONFIG_STATUS <<_ACEOF
54075 #
54076 # INIT-COMMANDS
54077 #
54078
54079 CPP="$CPP"
54080 infile="$srcdir/include/wx/msw/genrcdefs.h"
54081 outdir="lib/wx/include/$TOOLCHAIN_FULLNAME/wx/msw"
54082
54083
54084 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
54085 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
54086 TOOLCHAIN_FULLNAME="${TOOLCHAIN_FULLNAME}"
54087 LN_S="${LN_S}"
54088
54089
54090 _ACEOF
54091
54092 cat >>$CONFIG_STATUS <<\_ACEOF
54093
54094 # Handling of arguments.
54095 for ac_config_target in $ac_config_targets
54096 do
54097 case $ac_config_target in
54098 "lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h") CONFIG_HEADERS="$CONFIG_HEADERS lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in" ;;
54099 "rcdefs.h") CONFIG_COMMANDS="$CONFIG_COMMANDS rcdefs.h" ;;
54100 "lib/wx/config/${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/${TOOLCHAIN_FULLNAME}:wx-config.in" ;;
54101 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}") CONFIG_FILES="$CONFIG_FILES lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}:wx-config-inplace.in" ;;
54102 "utils/ifacecheck/rungccxml.sh") CONFIG_FILES="$CONFIG_FILES utils/ifacecheck/rungccxml.sh" ;;
54103 "version-script") CONFIG_FILES="$CONFIG_FILES version-script" ;;
54104 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
54105 "wx-config") CONFIG_COMMANDS="$CONFIG_COMMANDS wx-config" ;;
54106 "$mk") CONFIG_FILES="$CONFIG_FILES $mk" ;;
54107
54108 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
54109 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
54110 { (exit 1); exit 1; }; };;
54111 esac
54112 done
54113
54114
54115 # If the user did not use the arguments to specify the items to instantiate,
54116 # then the envvar interface is used. Set only those that are not.
54117 # We use the long form for the default assignment because of an extremely
54118 # bizarre bug on SunOS 4.1.3.
54119 if $ac_need_defaults; then
54120 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
54121 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
54122 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
54123 fi
54124
54125 # Have a temporary directory for convenience. Make it in the build tree
54126 # simply because there is no reason against having it here, and in addition,
54127 # creating and moving files from /tmp can sometimes cause problems.
54128 # Hook for its removal unless debugging.
54129 # Note that there is a small window in which the directory will not be cleaned:
54130 # after its creation but before its name has been assigned to `$tmp'.
54131 $debug ||
54132 {
54133 tmp=
54134 trap 'exit_status=$?
54135 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
54136 ' 0
54137 trap '{ (exit 1); exit 1; }' 1 2 13 15
54138 }
54139 # Create a (secure) tmp directory for tmp files.
54140
54141 {
54142 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
54143 test -n "$tmp" && test -d "$tmp"
54144 } ||
54145 {
54146 tmp=./conf$$-$RANDOM
54147 (umask 077 && mkdir "$tmp")
54148 } ||
54149 {
54150 echo "$me: cannot create a temporary directory in ." >&2
54151 { (exit 1); exit 1; }
54152 }
54153
54154 #
54155 # Set up the sed scripts for CONFIG_FILES section.
54156 #
54157
54158 # No need to generate the scripts if there are no CONFIG_FILES.
54159 # This happens for instance when ./config.status config.h
54160 if test -n "$CONFIG_FILES"; then
54161
54162 _ACEOF
54163
54164
54165
54166 ac_delim='%!_!# '
54167 for ac_last_try in false false false false false :; do
54168 cat >conf$$subs.sed <<_ACEOF
54169 SHELL!$SHELL$ac_delim
54170 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
54171 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
54172 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
54173 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
54174 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
54175 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
54176 exec_prefix!$exec_prefix$ac_delim
54177 prefix!$prefix$ac_delim
54178 program_transform_name!$program_transform_name$ac_delim
54179 bindir!$bindir$ac_delim
54180 sbindir!$sbindir$ac_delim
54181 libexecdir!$libexecdir$ac_delim
54182 datarootdir!$datarootdir$ac_delim
54183 datadir!$datadir$ac_delim
54184 sysconfdir!$sysconfdir$ac_delim
54185 sharedstatedir!$sharedstatedir$ac_delim
54186 localstatedir!$localstatedir$ac_delim
54187 includedir!$includedir$ac_delim
54188 oldincludedir!$oldincludedir$ac_delim
54189 docdir!$docdir$ac_delim
54190 infodir!$infodir$ac_delim
54191 htmldir!$htmldir$ac_delim
54192 dvidir!$dvidir$ac_delim
54193 pdfdir!$pdfdir$ac_delim
54194 psdir!$psdir$ac_delim
54195 libdir!$libdir$ac_delim
54196 localedir!$localedir$ac_delim
54197 mandir!$mandir$ac_delim
54198 DEFS!$DEFS$ac_delim
54199 ECHO_C!$ECHO_C$ac_delim
54200 ECHO_N!$ECHO_N$ac_delim
54201 ECHO_T!$ECHO_T$ac_delim
54202 LIBS!$LIBS$ac_delim
54203 build_alias!$build_alias$ac_delim
54204 host_alias!$host_alias$ac_delim
54205 target_alias!$target_alias$ac_delim
54206 build!$build$ac_delim
54207 build_cpu!$build_cpu$ac_delim
54208 build_vendor!$build_vendor$ac_delim
54209 build_os!$build_os$ac_delim
54210 host!$host$ac_delim
54211 host_cpu!$host_cpu$ac_delim
54212 host_vendor!$host_vendor$ac_delim
54213 host_os!$host_os$ac_delim
54214 wx_top_builddir!$wx_top_builddir$ac_delim
54215 CC!$CC$ac_delim
54216 CFLAGS!$CFLAGS$ac_delim
54217 LDFLAGS!$LDFLAGS$ac_delim
54218 CPPFLAGS!$CPPFLAGS$ac_delim
54219 ac_ct_CC!$ac_ct_CC$ac_delim
54220 EXEEXT!$EXEEXT$ac_delim
54221 OBJEXT!$OBJEXT$ac_delim
54222 CPP!$CPP$ac_delim
54223 GREP!$GREP$ac_delim
54224 EGREP!$EGREP$ac_delim
54225 CXX!$CXX$ac_delim
54226 CXXFLAGS!$CXXFLAGS$ac_delim
54227 ac_ct_CXX!$ac_ct_CXX$ac_delim
54228 AR!$AR$ac_delim
54229 OSX_SW_VERS!$OSX_SW_VERS$ac_delim
54230 CXXCPP!$CXXCPP$ac_delim
54231 subdirs!$subdirs$ac_delim
54232 PKG_CONFIG!$PKG_CONFIG$ac_delim
54233 GTK_CFLAGS!$GTK_CFLAGS$ac_delim
54234 GTK_LIBS!$GTK_LIBS$ac_delim
54235 GTK_CONFIG!$GTK_CONFIG$ac_delim
54236 DIRECTFB_CFLAGS!$DIRECTFB_CFLAGS$ac_delim
54237 DIRECTFB_LIBS!$DIRECTFB_LIBS$ac_delim
54238 XMKMF!$XMKMF$ac_delim
54239 X_CFLAGS!$X_CFLAGS$ac_delim
54240 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
54241 X_LIBS!$X_LIBS$ac_delim
54242 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
54243 PANGOX_CFLAGS!$PANGOX_CFLAGS$ac_delim
54244 PANGOX_LIBS!$PANGOX_LIBS$ac_delim
54245 PANGOFT2_CFLAGS!$PANGOFT2_CFLAGS$ac_delim
54246 PANGOFT2_LIBS!$PANGOFT2_LIBS$ac_delim
54247 PANGOXFT_CFLAGS!$PANGOXFT_CFLAGS$ac_delim
54248 PANGOXFT_LIBS!$PANGOXFT_LIBS$ac_delim
54249 CFLAGS_VISIBILITY!$CFLAGS_VISIBILITY$ac_delim
54250 CXXFLAGS_VISIBILITY!$CXXFLAGS_VISIBILITY$ac_delim
54251 LIBICONV!$LIBICONV$ac_delim
54252 GXX_VERSION!$GXX_VERSION$ac_delim
54253 SDL_CONFIG!$SDL_CONFIG$ac_delim
54254 SDL_CFLAGS!$SDL_CFLAGS$ac_delim
54255 SDL_LIBS!$SDL_LIBS$ac_delim
54256 GTKPRINT_CFLAGS!$GTKPRINT_CFLAGS$ac_delim
54257 GTKPRINT_LIBS!$GTKPRINT_LIBS$ac_delim
54258 LIBGNOMEPRINTUI_CFLAGS!$LIBGNOMEPRINTUI_CFLAGS$ac_delim
54259 LIBGNOMEPRINTUI_LIBS!$LIBGNOMEPRINTUI_LIBS$ac_delim
54260 GNOMEVFS_CFLAGS!$GNOMEVFS_CFLAGS$ac_delim
54261 GNOMEVFS_LIBS!$GNOMEVFS_LIBS$ac_delim
54262 HILDON_CFLAGS!$HILDON_CFLAGS$ac_delim
54263 HILDON_LIBS!$HILDON_LIBS$ac_delim
54264 HILDON2_CFLAGS!$HILDON2_CFLAGS$ac_delim
54265 HILDON2_LIBS!$HILDON2_LIBS$ac_delim
54266 _ACEOF
54267
54268 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
54269 break
54270 elif $ac_last_try; then
54271 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54272 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54273 { (exit 1); exit 1; }; }
54274 else
54275 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
54276 fi
54277 done
54278
54279 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
54280 if test -n "$ac_eof"; then
54281 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
54282 ac_eof=`expr $ac_eof + 1`
54283 fi
54284
54285 cat >>$CONFIG_STATUS <<_ACEOF
54286 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
54287 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
54288 _ACEOF
54289 sed '
54290 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
54291 s/^/s,@/; s/!/@,|#_!!_#|/
54292 :n
54293 t n
54294 s/'"$ac_delim"'$/,g/; t
54295 s/$/\\/; p
54296 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
54297 ' >>$CONFIG_STATUS <conf$$subs.sed
54298 rm -f conf$$subs.sed
54299 cat >>$CONFIG_STATUS <<_ACEOF
54300 CEOF$ac_eof
54301 _ACEOF
54302
54303
54304 ac_delim='%!_!# '
54305 for ac_last_try in false false false false false :; do
54306 cat >conf$$subs.sed <<_ACEOF
54307 PYTHON!$PYTHON$ac_delim
54308 COND_PYTHON!$COND_PYTHON$ac_delim
54309 CAIRO_CFLAGS!$CAIRO_CFLAGS$ac_delim
54310 CAIRO_LIBS!$CAIRO_LIBS$ac_delim
54311 GST_CFLAGS!$GST_CFLAGS$ac_delim
54312 GST_LIBS!$GST_LIBS$ac_delim
54313 ALL_WX_LIBS!$ALL_WX_LIBS$ac_delim
54314 BUILT_WX_LIBS!$BUILT_WX_LIBS$ac_delim
54315 STD_BASE_LIBS!$STD_BASE_LIBS$ac_delim
54316 STD_GUI_LIBS!$STD_GUI_LIBS$ac_delim
54317 wxUSE_ZLIB!$wxUSE_ZLIB$ac_delim
54318 wxUSE_REGEX!$wxUSE_REGEX$ac_delim
54319 wxUSE_EXPAT!$wxUSE_EXPAT$ac_delim
54320 wxUSE_LIBJPEG!$wxUSE_LIBJPEG$ac_delim
54321 wxUSE_LIBPNG!$wxUSE_LIBPNG$ac_delim
54322 wxUSE_LIBTIFF!$wxUSE_LIBTIFF$ac_delim
54323 VENDOR!$VENDOR$ac_delim
54324 OFFICIAL_BUILD!$OFFICIAL_BUILD$ac_delim
54325 WX_FLAVOUR!$WX_FLAVOUR$ac_delim
54326 WX_LIB_FLAVOUR!$WX_LIB_FLAVOUR$ac_delim
54327 WXUNIV!$WXUNIV$ac_delim
54328 MONOLITHIC!$MONOLITHIC$ac_delim
54329 USE_PLUGINS!$USE_PLUGINS$ac_delim
54330 CXXWARNINGS!$CXXWARNINGS$ac_delim
54331 EXTRALIBS!$EXTRALIBS$ac_delim
54332 EXTRALIBS_XML!$EXTRALIBS_XML$ac_delim
54333 EXTRALIBS_HTML!$EXTRALIBS_HTML$ac_delim
54334 EXTRALIBS_MEDIA!$EXTRALIBS_MEDIA$ac_delim
54335 EXTRALIBS_GUI!$EXTRALIBS_GUI$ac_delim
54336 EXTRALIBS_OPENGL!$EXTRALIBS_OPENGL$ac_delim
54337 EXTRALIBS_SDL!$EXTRALIBS_SDL$ac_delim
54338 EXTRALIBS_STC!$EXTRALIBS_STC$ac_delim
54339 WITH_PLUGIN_SDL!$WITH_PLUGIN_SDL$ac_delim
54340 EXTRALIBS_GTKPRINT!$EXTRALIBS_GTKPRINT$ac_delim
54341 EXTRALIBS_GNOMEPRINT!$EXTRALIBS_GNOMEPRINT$ac_delim
54342 EXTRALIBS_GNOMEVFS!$EXTRALIBS_GNOMEVFS$ac_delim
54343 EXTRALIBS_HILDON!$EXTRALIBS_HILDON$ac_delim
54344 UNICODE!$UNICODE$ac_delim
54345 DEBUG_INFO!$DEBUG_INFO$ac_delim
54346 DEBUG_FLAG!$DEBUG_FLAG$ac_delim
54347 TOOLKIT_LOWERCASE!$TOOLKIT_LOWERCASE$ac_delim
54348 TOOLKIT_VERSION!$TOOLKIT_VERSION$ac_delim
54349 DYLIB_RPATH_INSTALL!$DYLIB_RPATH_INSTALL$ac_delim
54350 DYLIB_RPATH_POSTLINK!$DYLIB_RPATH_POSTLINK$ac_delim
54351 SAMPLES_RPATH_FLAG!$SAMPLES_RPATH_FLAG$ac_delim
54352 HEADER_PAD_OPTION!$HEADER_PAD_OPTION$ac_delim
54353 HOST_SUFFIX!$HOST_SUFFIX$ac_delim
54354 CPPUNIT_CFLAGS!$CPPUNIT_CFLAGS$ac_delim
54355 CPPUNIT_LIBS!$CPPUNIT_LIBS$ac_delim
54356 RANLIB!$RANLIB$ac_delim
54357 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
54358 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
54359 INSTALL_DATA!$INSTALL_DATA$ac_delim
54360 LN_S!$LN_S$ac_delim
54361 SET_MAKE!$SET_MAKE$ac_delim
54362 MAKE_SET!$MAKE_SET$ac_delim
54363 AROPTIONS!$AROPTIONS$ac_delim
54364 STRIP!$STRIP$ac_delim
54365 NM!$NM$ac_delim
54366 INSTALL_DIR!$INSTALL_DIR$ac_delim
54367 LDFLAGS_GUI!$LDFLAGS_GUI$ac_delim
54368 IF_GNU_MAKE!$IF_GNU_MAKE$ac_delim
54369 PLATFORM_UNIX!$PLATFORM_UNIX$ac_delim
54370 PLATFORM_WIN32!$PLATFORM_WIN32$ac_delim
54371 PLATFORM_MSDOS!$PLATFORM_MSDOS$ac_delim
54372 PLATFORM_MAC!$PLATFORM_MAC$ac_delim
54373 PLATFORM_MACOS!$PLATFORM_MACOS$ac_delim
54374 PLATFORM_MACOSX!$PLATFORM_MACOSX$ac_delim
54375 PLATFORM_OS2!$PLATFORM_OS2$ac_delim
54376 PLATFORM_BEOS!$PLATFORM_BEOS$ac_delim
54377 SO_SUFFIX!$SO_SUFFIX$ac_delim
54378 SO_SUFFIX_MODULE!$SO_SUFFIX_MODULE$ac_delim
54379 DLLIMP_SUFFIX!$DLLIMP_SUFFIX$ac_delim
54380 LIBPREFIX!$LIBPREFIX$ac_delim
54381 LIBEXT!$LIBEXT$ac_delim
54382 DLLPREFIX!$DLLPREFIX$ac_delim
54383 DLLPREFIX_MODULE!$DLLPREFIX_MODULE$ac_delim
54384 dlldir!$dlldir$ac_delim
54385 AIX_CXX_LD!$AIX_CXX_LD$ac_delim
54386 SHARED_LD_CC!$SHARED_LD_CC$ac_delim
54387 SHARED_LD_CXX!$SHARED_LD_CXX$ac_delim
54388 SHARED_LD_MODULE_CC!$SHARED_LD_MODULE_CC$ac_delim
54389 SHARED_LD_MODULE_CXX!$SHARED_LD_MODULE_CXX$ac_delim
54390 PIC_FLAG!$PIC_FLAG$ac_delim
54391 WINDOWS_IMPLIB!$WINDOWS_IMPLIB$ac_delim
54392 USE_SOVERSION!$USE_SOVERSION$ac_delim
54393 USE_SOVERLINUX!$USE_SOVERLINUX$ac_delim
54394 USE_SOVERSOLARIS!$USE_SOVERSOLARIS$ac_delim
54395 USE_SOVERCYGWIN!$USE_SOVERCYGWIN$ac_delim
54396 USE_MACVERSION!$USE_MACVERSION$ac_delim
54397 USE_SOTWOSYMLINKS!$USE_SOTWOSYMLINKS$ac_delim
54398 SONAME_FLAG!$SONAME_FLAG$ac_delim
54399 DEPS_TRACKING!$DEPS_TRACKING$ac_delim
54400 BK_DEPS!$BK_DEPS$ac_delim
54401 WINDRES!$WINDRES$ac_delim
54402 REZ!$REZ$ac_delim
54403 SETFILE!$SETFILE$ac_delim
54404 _ACEOF
54405
54406 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
54407 break
54408 elif $ac_last_try; then
54409 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54410 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54411 { (exit 1); exit 1; }; }
54412 else
54413 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
54414 fi
54415 done
54416
54417 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
54418 if test -n "$ac_eof"; then
54419 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
54420 ac_eof=`expr $ac_eof + 1`
54421 fi
54422
54423 cat >>$CONFIG_STATUS <<_ACEOF
54424 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
54425 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
54426 _ACEOF
54427 sed '
54428 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
54429 s/^/s,@/; s/!/@,|#_!!_#|/
54430 :n
54431 t n
54432 s/'"$ac_delim"'$/,g/; t
54433 s/$/\\/; p
54434 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
54435 ' >>$CONFIG_STATUS <conf$$subs.sed
54436 rm -f conf$$subs.sed
54437 cat >>$CONFIG_STATUS <<_ACEOF
54438 CEOF$ac_eof
54439 _ACEOF
54440
54441
54442 ac_delim='%!_!# '
54443 for ac_last_try in false false false false false :; do
54444 cat >conf$$subs.sed <<_ACEOF
54445 OBJCXXFLAGS!$OBJCXXFLAGS$ac_delim
54446 GCC_PCH!$GCC_PCH$ac_delim
54447 ICC_PCH!$ICC_PCH$ac_delim
54448 ICC_PCH_CREATE_SWITCH!$ICC_PCH_CREATE_SWITCH$ac_delim
54449 ICC_PCH_USE_SWITCH!$ICC_PCH_USE_SWITCH$ac_delim
54450 BK_MAKE_PCH!$BK_MAKE_PCH$ac_delim
54451 COND_BUILD_DEBUG!$COND_BUILD_DEBUG$ac_delim
54452 COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT!$COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT$ac_delim
54453 COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT!$COND_BUILD_DEBUG_DEBUG_INFO_DEFAULT$ac_delim
54454 COND_BUILD_DEBUG_UNICODE_0!$COND_BUILD_DEBUG_UNICODE_0$ac_delim
54455 COND_BUILD_DEBUG_UNICODE_1!$COND_BUILD_DEBUG_UNICODE_1$ac_delim
54456 COND_BUILD_RELEASE!$COND_BUILD_RELEASE$ac_delim
54457 COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT!$COND_BUILD_RELEASE_DEBUG_INFO_DEFAULT$ac_delim
54458 COND_BUILD_RELEASE_UNICODE_0!$COND_BUILD_RELEASE_UNICODE_0$ac_delim
54459 COND_BUILD_RELEASE_UNICODE_1!$COND_BUILD_RELEASE_UNICODE_1$ac_delim
54460 COND_BUILD_debug!$COND_BUILD_debug$ac_delim
54461 COND_BUILD_debug_DEBUG_FLAG_default!$COND_BUILD_debug_DEBUG_FLAG_default$ac_delim
54462 COND_BUILD_debug_DEBUG_INFO_default!$COND_BUILD_debug_DEBUG_INFO_default$ac_delim
54463 COND_BUILD_debug_UNICODE_0!$COND_BUILD_debug_UNICODE_0$ac_delim
54464 COND_BUILD_debug_UNICODE_1!$COND_BUILD_debug_UNICODE_1$ac_delim
54465 COND_BUILD_release!$COND_BUILD_release$ac_delim
54466 COND_BUILD_release_DEBUG_INFO_default!$COND_BUILD_release_DEBUG_INFO_default$ac_delim
54467 COND_BUILD_release_UNICODE_0!$COND_BUILD_release_UNICODE_0$ac_delim
54468 COND_BUILD_release_UNICODE_1!$COND_BUILD_release_UNICODE_1$ac_delim
54469 COND_DEBUG_FLAG_0!$COND_DEBUG_FLAG_0$ac_delim
54470 COND_DEBUG_FLAG_1!$COND_DEBUG_FLAG_1$ac_delim
54471 COND_DEBUG_INFO_0!$COND_DEBUG_INFO_0$ac_delim
54472 COND_DEBUG_INFO_1!$COND_DEBUG_INFO_1$ac_delim
54473 COND_DEPS_TRACKING_0!$COND_DEPS_TRACKING_0$ac_delim
54474 COND_DEPS_TRACKING_1!$COND_DEPS_TRACKING_1$ac_delim
54475 COND_GCC_PCH_1!$COND_GCC_PCH_1$ac_delim
54476 COND_ICC_PCH_1!$COND_ICC_PCH_1$ac_delim
54477 COND_MONOLITHIC_0!$COND_MONOLITHIC_0$ac_delim
54478 COND_MONOLITHIC_0_SHARED_0!$COND_MONOLITHIC_0_SHARED_0$ac_delim
54479 COND_MONOLITHIC_0_SHARED_0_USE_AUI_1!$COND_MONOLITHIC_0_SHARED_0_USE_AUI_1$ac_delim
54480 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1$ac_delim
54481 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_HTML_1$ac_delim
54482 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_MEDIA_1$ac_delim
54483 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_QA_1$ac_delim
54484 COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1!$COND_MONOLITHIC_0_SHARED_0_USE_GUI_1_USE_WEBVIEW_1$ac_delim
54485 COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1!$COND_MONOLITHIC_0_SHARED_0_USE_PROPGRID_1$ac_delim
54486 COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1!$COND_MONOLITHIC_0_SHARED_0_USE_RIBBON_1$ac_delim
54487 COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1!$COND_MONOLITHIC_0_SHARED_0_USE_RICHTEXT_1$ac_delim
54488 COND_MONOLITHIC_0_SHARED_0_USE_STC_1!$COND_MONOLITHIC_0_SHARED_0_USE_STC_1$ac_delim
54489 COND_MONOLITHIC_0_SHARED_0_USE_XRC_1!$COND_MONOLITHIC_0_SHARED_0_USE_XRC_1$ac_delim
54490 COND_MONOLITHIC_0_SHARED_1!$COND_MONOLITHIC_0_SHARED_1$ac_delim
54491 COND_MONOLITHIC_0_SHARED_1_USE_AUI_1!$COND_MONOLITHIC_0_SHARED_1_USE_AUI_1$ac_delim
54492 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1$ac_delim
54493 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1$ac_delim
54494 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_MEDIA_1$ac_delim
54495 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_QA_1$ac_delim
54496 COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1!$COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_WEBVIEW_1$ac_delim
54497 COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1!$COND_MONOLITHIC_0_SHARED_1_USE_PROPGRID_1$ac_delim
54498 COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1!$COND_MONOLITHIC_0_SHARED_1_USE_RIBBON_1$ac_delim
54499 COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1!$COND_MONOLITHIC_0_SHARED_1_USE_RICHTEXT_1$ac_delim
54500 COND_MONOLITHIC_0_SHARED_1_USE_STC_1!$COND_MONOLITHIC_0_SHARED_1_USE_STC_1$ac_delim
54501 COND_MONOLITHIC_0_SHARED_1_USE_XRC_1!$COND_MONOLITHIC_0_SHARED_1_USE_XRC_1$ac_delim
54502 COND_MONOLITHIC_0_USE_AUI_1!$COND_MONOLITHIC_0_USE_AUI_1$ac_delim
54503 COND_MONOLITHIC_0_USE_GUI_1!$COND_MONOLITHIC_0_USE_GUI_1$ac_delim
54504 COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1!$COND_MONOLITHIC_0_USE_GUI_1_USE_MEDIA_1$ac_delim
54505 COND_MONOLITHIC_0_USE_HTML_1!$COND_MONOLITHIC_0_USE_HTML_1$ac_delim
54506 COND_MONOLITHIC_0_USE_MEDIA_1!$COND_MONOLITHIC_0_USE_MEDIA_1$ac_delim
54507 COND_MONOLITHIC_0_USE_PROPGRID_1!$COND_MONOLITHIC_0_USE_PROPGRID_1$ac_delim
54508 COND_MONOLITHIC_0_USE_QA_1!$COND_MONOLITHIC_0_USE_QA_1$ac_delim
54509 COND_MONOLITHIC_0_USE_RIBBON_1!$COND_MONOLITHIC_0_USE_RIBBON_1$ac_delim
54510 COND_MONOLITHIC_0_USE_RICHTEXT_1!$COND_MONOLITHIC_0_USE_RICHTEXT_1$ac_delim
54511 COND_MONOLITHIC_0_USE_STC_1!$COND_MONOLITHIC_0_USE_STC_1$ac_delim
54512 COND_MONOLITHIC_0_USE_WEBVIEW_1!$COND_MONOLITHIC_0_USE_WEBVIEW_1$ac_delim
54513 COND_MONOLITHIC_0_USE_XRC_1!$COND_MONOLITHIC_0_USE_XRC_1$ac_delim
54514 COND_MONOLITHIC_1!$COND_MONOLITHIC_1$ac_delim
54515 COND_MONOLITHIC_1_SHARED_0!$COND_MONOLITHIC_1_SHARED_0$ac_delim
54516 COND_MONOLITHIC_1_SHARED_1!$COND_MONOLITHIC_1_SHARED_1$ac_delim
54517 COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1!$COND_OFFICIAL_BUILD_0_PLATFORM_WIN32_1$ac_delim
54518 COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1!$COND_OFFICIAL_BUILD_1_PLATFORM_WIN32_1$ac_delim
54519 COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1$ac_delim
54520 COND_PLATFORM_MACOSX_0_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_0_USE_SOVERSION_1$ac_delim
54521 COND_PLATFORM_MACOSX_1!$COND_PLATFORM_MACOSX_1$ac_delim
54522 COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0!$COND_PLATFORM_MACOSX_1_PLATFORM_MSDOS_0$ac_delim
54523 COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0!$COND_PLATFORM_MACOSX_1_PLATFORM_WIN32_1_SHARED_0$ac_delim
54524 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1$ac_delim
54525 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_CARBON_USE_GUI_1_WXUNIV_0$ac_delim
54526 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1$ac_delim
54527 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_COCOA_USE_GUI_1_WXUNIV_0$ac_delim
54528 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1$ac_delim
54529 COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0!$COND_PLATFORM_MACOSX_1_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0$ac_delim
54530 COND_PLATFORM_MACOSX_1_USE_GUI_1!$COND_PLATFORM_MACOSX_1_USE_GUI_1$ac_delim
54531 COND_PLATFORM_MACOSX_1_USE_OPENGL_1!$COND_PLATFORM_MACOSX_1_USE_OPENGL_1$ac_delim
54532 COND_PLATFORM_MACOSX_1_USE_SOVERSION_1!$COND_PLATFORM_MACOSX_1_USE_SOVERSION_1$ac_delim
54533 COND_PLATFORM_MACOS_1!$COND_PLATFORM_MACOS_1$ac_delim
54534 COND_PLATFORM_MAC_0!$COND_PLATFORM_MAC_0$ac_delim
54535 COND_PLATFORM_MAC_1!$COND_PLATFORM_MAC_1$ac_delim
54536 COND_PLATFORM_MSDOS_0!$COND_PLATFORM_MSDOS_0$ac_delim
54537 COND_PLATFORM_MSDOS_1!$COND_PLATFORM_MSDOS_1$ac_delim
54538 COND_PLATFORM_OS2_1!$COND_PLATFORM_OS2_1$ac_delim
54539 COND_PLATFORM_UNIX_0!$COND_PLATFORM_UNIX_0$ac_delim
54540 COND_PLATFORM_UNIX_1!$COND_PLATFORM_UNIX_1$ac_delim
54541 COND_PLATFORM_UNIX_1_TOOLKIT_MGL!$COND_PLATFORM_UNIX_1_TOOLKIT_MGL$ac_delim
54542 _ACEOF
54543
54544 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
54545 break
54546 elif $ac_last_try; then
54547 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54548 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54549 { (exit 1); exit 1; }; }
54550 else
54551 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
54552 fi
54553 done
54554
54555 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
54556 if test -n "$ac_eof"; then
54557 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
54558 ac_eof=`expr $ac_eof + 1`
54559 fi
54560
54561 cat >>$CONFIG_STATUS <<_ACEOF
54562 cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
54563 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
54564 _ACEOF
54565 sed '
54566 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
54567 s/^/s,@/; s/!/@,|#_!!_#|/
54568 :n
54569 t n
54570 s/'"$ac_delim"'$/,g/; t
54571 s/$/\\/; p
54572 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
54573 ' >>$CONFIG_STATUS <conf$$subs.sed
54574 rm -f conf$$subs.sed
54575 cat >>$CONFIG_STATUS <<_ACEOF
54576 CEOF$ac_eof
54577 _ACEOF
54578
54579
54580 ac_delim='%!_!# '
54581 for ac_last_try in false false false false false :; do
54582 cat >conf$$subs.sed <<_ACEOF
54583 COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1!$COND_PLATFORM_UNIX_1_TOOLKIT_MGL_USE_GUI_1$ac_delim
54584 COND_PLATFORM_UNIX_1_USE_GUI_1!$COND_PLATFORM_UNIX_1_USE_GUI_1$ac_delim
54585 COND_PLATFORM_UNIX_1_USE_PLUGINS_0!$COND_PLATFORM_UNIX_1_USE_PLUGINS_0$ac_delim
54586 COND_PLATFORM_WIN32_0!$COND_PLATFORM_WIN32_0$ac_delim
54587 COND_PLATFORM_WIN32_1!$COND_PLATFORM_WIN32_1$ac_delim
54588 COND_PLATFORM_WIN32_1_SHARED_0!$COND_PLATFORM_WIN32_1_SHARED_0$ac_delim
54589 COND_SHARED_0!$COND_SHARED_0$ac_delim
54590 COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0!$COND_SHARED_0_TOOLKIT_MAC_WXUNIV_0$ac_delim
54591 COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0!$COND_SHARED_0_TOOLKIT_MSW_WXUNIV_0$ac_delim
54592 COND_SHARED_0_TOOLKIT_PM_WXUNIV_0!$COND_SHARED_0_TOOLKIT_PM_WXUNIV_0$ac_delim
54593 COND_SHARED_0_USE_GUI_1_USE_OPENGL_1!$COND_SHARED_0_USE_GUI_1_USE_OPENGL_1$ac_delim
54594 COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBJPEG_builtin$ac_delim
54595 COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBPNG_builtin$ac_delim
54596 COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin!$COND_SHARED_0_USE_GUI_1_wxUSE_LIBTIFF_builtin$ac_delim
54597 COND_SHARED_0_USE_STC_1!$COND_SHARED_0_USE_STC_1$ac_delim
54598 COND_SHARED_0_wxUSE_EXPAT_builtin!$COND_SHARED_0_wxUSE_EXPAT_builtin$ac_delim
54599 COND_SHARED_0_wxUSE_REGEX_builtin!$COND_SHARED_0_wxUSE_REGEX_builtin$ac_delim
54600 COND_SHARED_0_wxUSE_ZLIB_builtin!$COND_SHARED_0_wxUSE_ZLIB_builtin$ac_delim
54601 COND_SHARED_1!$COND_SHARED_1$ac_delim
54602 COND_SHARED_1_USE_GUI_1_USE_OPENGL_1!$COND_SHARED_1_USE_GUI_1_USE_OPENGL_1$ac_delim
54603 COND_TOOLKIT_!$COND_TOOLKIT_$ac_delim
54604 COND_TOOLKIT_COCOA!$COND_TOOLKIT_COCOA$ac_delim
54605 COND_TOOLKIT_COCOA_USE_GUI_1!$COND_TOOLKIT_COCOA_USE_GUI_1$ac_delim
54606 COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_COCOA_USE_GUI_1_WXUNIV_0$ac_delim
54607 COND_TOOLKIT_DFB!$COND_TOOLKIT_DFB$ac_delim
54608 COND_TOOLKIT_DFB_USE_GUI_1!$COND_TOOLKIT_DFB_USE_GUI_1$ac_delim
54609 COND_TOOLKIT_GTK!$COND_TOOLKIT_GTK$ac_delim
54610 COND_TOOLKIT_GTK_TOOLKIT_VERSION_!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_$ac_delim
54611 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2$ac_delim
54612 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1$ac_delim
54613 COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION_2_USE_GUI_1_WXUNIV_0$ac_delim
54614 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1$ac_delim
54615 COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_GTK_TOOLKIT_VERSION__USE_GUI_1_WXUNIV_0$ac_delim
54616 COND_TOOLKIT_GTK_USE_GUI_1!$COND_TOOLKIT_GTK_USE_GUI_1$ac_delim
54617 COND_TOOLKIT_MAC!$COND_TOOLKIT_MAC$ac_delim
54618 COND_TOOLKIT_MGL!$COND_TOOLKIT_MGL$ac_delim
54619 COND_TOOLKIT_MGL_USE_GUI_1!$COND_TOOLKIT_MGL_USE_GUI_1$ac_delim
54620 COND_TOOLKIT_MOTIF!$COND_TOOLKIT_MOTIF$ac_delim
54621 COND_TOOLKIT_MOTIF_USE_GUI_1!$COND_TOOLKIT_MOTIF_USE_GUI_1$ac_delim
54622 COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MOTIF_USE_GUI_1_WXUNIV_0$ac_delim
54623 COND_TOOLKIT_MSW!$COND_TOOLKIT_MSW$ac_delim
54624 COND_TOOLKIT_MSW_USE_GUI_1!$COND_TOOLKIT_MSW_USE_GUI_1$ac_delim
54625 COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_MSW_USE_GUI_1_WXUNIV_0$ac_delim
54626 COND_TOOLKIT_MSW_WXUNIV_0!$COND_TOOLKIT_MSW_WXUNIV_0$ac_delim
54627 COND_TOOLKIT_OSX_CARBON!$COND_TOOLKIT_OSX_CARBON$ac_delim
54628 COND_TOOLKIT_OSX_CARBON_USE_GUI_1!$COND_TOOLKIT_OSX_CARBON_USE_GUI_1$ac_delim
54629 COND_TOOLKIT_OSX_COCOA!$COND_TOOLKIT_OSX_COCOA$ac_delim
54630 COND_TOOLKIT_OSX_COCOA_USE_GUI_1!$COND_TOOLKIT_OSX_COCOA_USE_GUI_1$ac_delim
54631 COND_TOOLKIT_OSX_IPHONE!$COND_TOOLKIT_OSX_IPHONE$ac_delim
54632 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1!$COND_TOOLKIT_OSX_IPHONE_USE_GUI_1$ac_delim
54633 COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_OSX_IPHONE_USE_GUI_1_WXUNIV_0$ac_delim
54634 COND_TOOLKIT_PM!$COND_TOOLKIT_PM$ac_delim
54635 COND_TOOLKIT_PM_USE_GUI_1!$COND_TOOLKIT_PM_USE_GUI_1$ac_delim
54636 COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_PM_USE_GUI_1_WXUNIV_0$ac_delim
54637 COND_TOOLKIT_WINCE!$COND_TOOLKIT_WINCE$ac_delim
54638 COND_TOOLKIT_WINCE_USE_GUI_1!$COND_TOOLKIT_WINCE_USE_GUI_1$ac_delim
54639 COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0!$COND_TOOLKIT_WINCE_USE_GUI_1_WXUNIV_0$ac_delim
54640 COND_TOOLKIT_WINCE_WXUNIV_0!$COND_TOOLKIT_WINCE_WXUNIV_0$ac_delim
54641 COND_TOOLKIT_X11!$COND_TOOLKIT_X11$ac_delim
54642 COND_TOOLKIT_X11_USE_GUI_1!$COND_TOOLKIT_X11_USE_GUI_1$ac_delim
54643 COND_UNICODE_1!$COND_UNICODE_1$ac_delim
54644 COND_USE_CAIRO_1!$COND_USE_CAIRO_1$ac_delim
54645 COND_USE_EXCEPTIONS_0!$COND_USE_EXCEPTIONS_0$ac_delim
54646 COND_USE_EXCEPTIONS_1!$COND_USE_EXCEPTIONS_1$ac_delim
54647 COND_USE_GUI_0!$COND_USE_GUI_0$ac_delim
54648 COND_USE_GUI_1!$COND_USE_GUI_1$ac_delim
54649 COND_USE_GUI_1_USE_OPENGL_1!$COND_USE_GUI_1_USE_OPENGL_1$ac_delim
54650 COND_USE_GUI_1_WXUNIV_0!$COND_USE_GUI_1_WXUNIV_0$ac_delim
54651 COND_USE_GUI_1_WXUNIV_1!$COND_USE_GUI_1_WXUNIV_1$ac_delim
54652 COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN$ac_delim
54653 COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN$ac_delim
54654 COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN!$COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN$ac_delim
54655 COND_USE_GUI_1_wxUSE_LIBJPEG_builtin!$COND_USE_GUI_1_wxUSE_LIBJPEG_builtin$ac_delim
54656 COND_USE_GUI_1_wxUSE_LIBPNG_builtin!$COND_USE_GUI_1_wxUSE_LIBPNG_builtin$ac_delim
54657 COND_USE_GUI_1_wxUSE_LIBTIFF_builtin!$COND_USE_GUI_1_wxUSE_LIBTIFF_builtin$ac_delim
54658 COND_USE_OPENGL_1!$COND_USE_OPENGL_1$ac_delim
54659 COND_USE_PCH_1!$COND_USE_PCH_1$ac_delim
54660 COND_USE_PLUGINS_0!$COND_USE_PLUGINS_0$ac_delim
54661 COND_USE_RTTI_0!$COND_USE_RTTI_0$ac_delim
54662 COND_USE_RTTI_1!$COND_USE_RTTI_1$ac_delim
54663 COND_USE_SOTWOSYMLINKS_1!$COND_USE_SOTWOSYMLINKS_1$ac_delim
54664 COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1!$COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1$ac_delim
54665 COND_USE_SOVERLINUX_1!$COND_USE_SOVERLINUX_1$ac_delim
54666 COND_USE_SOVERSION_0!$COND_USE_SOVERSION_0$ac_delim
54667 COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1!$COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1$ac_delim
54668 COND_USE_SOVERSOLARIS_1!$COND_USE_SOVERSOLARIS_1$ac_delim
54669 COND_USE_STC_1!$COND_USE_STC_1$ac_delim
54670 COND_USE_THREADS_0!$COND_USE_THREADS_0$ac_delim
54671 COND_USE_THREADS_1!$COND_USE_THREADS_1$ac_delim
54672 COND_USE_XRC_1!$COND_USE_XRC_1$ac_delim
54673 COND_WINDOWS_IMPLIB_1!$COND_WINDOWS_IMPLIB_1$ac_delim
54674 COND_WITH_PLUGIN_SDL_1!$COND_WITH_PLUGIN_SDL_1$ac_delim
54675 COND_WXUNIV_0!$COND_WXUNIV_0$ac_delim
54676 COND_WXUNIV_1!$COND_WXUNIV_1$ac_delim
54677 COND_WXUSE_EXPAT_BUILTIN!$COND_WXUSE_EXPAT_BUILTIN$ac_delim
54678 COND_WXUSE_LIBJPEG_BUILTIN!$COND_WXUSE_LIBJPEG_BUILTIN$ac_delim
54679 COND_WXUSE_LIBPNG_BUILTIN!$COND_WXUSE_LIBPNG_BUILTIN$ac_delim
54680 _ACEOF
54681
54682 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
54683 break
54684 elif $ac_last_try; then
54685 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54686 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54687 { (exit 1); exit 1; }; }
54688 else
54689 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
54690 fi
54691 done
54692
54693 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
54694 if test -n "$ac_eof"; then
54695 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
54696 ac_eof=`expr $ac_eof + 1`
54697 fi
54698
54699 cat >>$CONFIG_STATUS <<_ACEOF
54700 cat >"\$tmp/subs-4.sed" <<\CEOF$ac_eof
54701 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
54702 _ACEOF
54703 sed '
54704 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
54705 s/^/s,@/; s/!/@,|#_!!_#|/
54706 :n
54707 t n
54708 s/'"$ac_delim"'$/,g/; t
54709 s/$/\\/; p
54710 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
54711 ' >>$CONFIG_STATUS <conf$$subs.sed
54712 rm -f conf$$subs.sed
54713 cat >>$CONFIG_STATUS <<_ACEOF
54714 CEOF$ac_eof
54715 _ACEOF
54716
54717
54718 ac_delim='%!_!# '
54719 for ac_last_try in false false false false false :; do
54720 cat >conf$$subs.sed <<_ACEOF
54721 COND_WXUSE_LIBTIFF_BUILTIN!$COND_WXUSE_LIBTIFF_BUILTIN$ac_delim
54722 COND_WXUSE_REGEX_BUILTIN!$COND_WXUSE_REGEX_BUILTIN$ac_delim
54723 COND_WXUSE_ZLIB_BUILTIN!$COND_WXUSE_ZLIB_BUILTIN$ac_delim
54724 COND_wxUSE_EXPAT_builtin!$COND_wxUSE_EXPAT_builtin$ac_delim
54725 COND_wxUSE_LIBJPEG_builtin!$COND_wxUSE_LIBJPEG_builtin$ac_delim
54726 COND_wxUSE_LIBPNG_builtin!$COND_wxUSE_LIBPNG_builtin$ac_delim
54727 COND_wxUSE_LIBTIFF_builtin!$COND_wxUSE_LIBTIFF_builtin$ac_delim
54728 COND_wxUSE_REGEX_builtin!$COND_wxUSE_REGEX_builtin$ac_delim
54729 COND_wxUSE_ZLIB_builtin!$COND_wxUSE_ZLIB_builtin$ac_delim
54730 DEREZ!$DEREZ$ac_delim
54731 SHARED!$SHARED$ac_delim
54732 WX_LIBRARY_BASENAME_NOGUI!$WX_LIBRARY_BASENAME_NOGUI$ac_delim
54733 WX_LIBRARY_BASENAME_GUI!$WX_LIBRARY_BASENAME_GUI$ac_delim
54734 USE_GUI!$USE_GUI$ac_delim
54735 AFMINSTALL!$AFMINSTALL$ac_delim
54736 WIN32INSTALL!$WIN32INSTALL$ac_delim
54737 TOOLKIT!$TOOLKIT$ac_delim
54738 TOOLKIT_DIR!$TOOLKIT_DIR$ac_delim
54739 TOOLCHAIN_NAME!$TOOLCHAIN_NAME$ac_delim
54740 TOOLCHAIN_FULLNAME!$TOOLCHAIN_FULLNAME$ac_delim
54741 cross_compiling!$cross_compiling$ac_delim
54742 WIDGET_SET!$WIDGET_SET$ac_delim
54743 WX_RELEASE!$WX_RELEASE$ac_delim
54744 WX_VERSION!$WX_VERSION$ac_delim
54745 WX_SUBVERSION!$WX_SUBVERSION$ac_delim
54746 WX_CHARTYPE!$WX_CHARTYPE$ac_delim
54747 WXCONFIG_CPPFLAGS!$WXCONFIG_CPPFLAGS$ac_delim
54748 WXCONFIG_CFLAGS!$WXCONFIG_CFLAGS$ac_delim
54749 WXCONFIG_CXXFLAGS!$WXCONFIG_CXXFLAGS$ac_delim
54750 WXCONFIG_LIBS!$WXCONFIG_LIBS$ac_delim
54751 WXCONFIG_RPATH!$WXCONFIG_RPATH$ac_delim
54752 WXCONFIG_LDFLAGS!$WXCONFIG_LDFLAGS$ac_delim
54753 WXCONFIG_LDFLAGS_GUI!$WXCONFIG_LDFLAGS_GUI$ac_delim
54754 WXCONFIG_RESFLAGS!$WXCONFIG_RESFLAGS$ac_delim
54755 GUIDIST!$GUIDIST$ac_delim
54756 DISTDIR!$DISTDIR$ac_delim
54757 SAMPLES_SUBDIRS!$SAMPLES_SUBDIRS$ac_delim
54758 LDFLAGS_GL!$LDFLAGS_GL$ac_delim
54759 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
54760 DMALLOC_LIBS!$DMALLOC_LIBS$ac_delim
54761 WX_VERSION_TAG!$WX_VERSION_TAG$ac_delim
54762 RESCOMP!$RESCOMP$ac_delim
54763 RESFLAGS!$RESFLAGS$ac_delim
54764 RESPROGRAMOBJ!$RESPROGRAMOBJ$ac_delim
54765 WX_RESOURCES_MACOSX_ASCII!$WX_RESOURCES_MACOSX_ASCII$ac_delim
54766 WX_RESOURCES_MACOSX_DATA!$WX_RESOURCES_MACOSX_DATA$ac_delim
54767 LIBWXMACRES!$LIBWXMACRES$ac_delim
54768 POSTLINK_COMMAND!$POSTLINK_COMMAND$ac_delim
54769 MACSETFILE!$MACSETFILE$ac_delim
54770 GCC!$GCC$ac_delim
54771 DLLTOOL!$DLLTOOL$ac_delim
54772 CPPUNIT_CONFIG!$CPPUNIT_CONFIG$ac_delim
54773 LIBOBJS!$LIBOBJS$ac_delim
54774 LTLIBOBJS!$LTLIBOBJS$ac_delim
54775 _ACEOF
54776
54777 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 54; then
54778 break
54779 elif $ac_last_try; then
54780 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
54781 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
54782 { (exit 1); exit 1; }; }
54783 else
54784 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
54785 fi
54786 done
54787
54788 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
54789 if test -n "$ac_eof"; then
54790 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
54791 ac_eof=`expr $ac_eof + 1`
54792 fi
54793
54794 cat >>$CONFIG_STATUS <<_ACEOF
54795 cat >"\$tmp/subs-5.sed" <<\CEOF$ac_eof
54796 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
54797 _ACEOF
54798 sed '
54799 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
54800 s/^/s,@/; s/!/@,|#_!!_#|/
54801 :n
54802 t n
54803 s/'"$ac_delim"'$/,g/; t
54804 s/$/\\/; p
54805 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
54806 ' >>$CONFIG_STATUS <conf$$subs.sed
54807 rm -f conf$$subs.sed
54808 cat >>$CONFIG_STATUS <<_ACEOF
54809 :end
54810 s/|#_!!_#|//g
54811 CEOF$ac_eof
54812 _ACEOF
54813
54814
54815 # VPATH may cause trouble with some makes, so we remove $(srcdir),
54816 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
54817 # trailing colons and then remove the whole line if VPATH becomes empty
54818 # (actually we leave an empty line to preserve line numbers).
54819 if test "x$srcdir" = x.; then
54820 ac_vpsub='/^[ ]*VPATH[ ]*=/{
54821 s/:*\$(srcdir):*/:/
54822 s/:*\${srcdir}:*/:/
54823 s/:*@srcdir@:*/:/
54824 s/^\([^=]*=[ ]*\):*/\1/
54825 s/:*$//
54826 s/^[^=]*=[ ]*$//
54827 }'
54828 fi
54829
54830 cat >>$CONFIG_STATUS <<\_ACEOF
54831 fi # test -n "$CONFIG_FILES"
54832
54833
54834 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
54835 do
54836 case $ac_tag in
54837 :[FHLC]) ac_mode=$ac_tag; continue;;
54838 esac
54839 case $ac_mode$ac_tag in
54840 :[FHL]*:*);;
54841 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
54842 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
54843 { (exit 1); exit 1; }; };;
54844 :[FH]-) ac_tag=-:-;;
54845 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
54846 esac
54847 ac_save_IFS=$IFS
54848 IFS=:
54849 set x $ac_tag
54850 IFS=$ac_save_IFS
54851 shift
54852 ac_file=$1
54853 shift
54854
54855 case $ac_mode in
54856 :L) ac_source=$1;;
54857 :[FH])
54858 ac_file_inputs=
54859 for ac_f
54860 do
54861 case $ac_f in
54862 -) ac_f="$tmp/stdin";;
54863 *) # Look for the file first in the build tree, then in the source tree
54864 # (if the path is not absolute). The absolute path cannot be DOS-style,
54865 # because $ac_f cannot contain `:'.
54866 test -f "$ac_f" ||
54867 case $ac_f in
54868 [\\/$]*) false;;
54869 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
54870 esac ||
54871 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
54872 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
54873 { (exit 1); exit 1; }; };;
54874 esac
54875 ac_file_inputs="$ac_file_inputs $ac_f"
54876 done
54877
54878 # Let's still pretend it is `configure' which instantiates (i.e., don't
54879 # use $as_me), people would be surprised to read:
54880 # /* config.h. Generated by config.status. */
54881 configure_input="Generated from "`IFS=:
54882 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
54883 if test x"$ac_file" != x-; then
54884 configure_input="$ac_file. $configure_input"
54885 { echo "$as_me:$LINENO: creating $ac_file" >&5
54886 echo "$as_me: creating $ac_file" >&6;}
54887 fi
54888
54889 case $ac_tag in
54890 *:-:* | *:-) cat >"$tmp/stdin";;
54891 esac
54892 ;;
54893 esac
54894
54895 ac_dir=`$as_dirname -- "$ac_file" ||
54896 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
54897 X"$ac_file" : 'X\(//\)[^/]' \| \
54898 X"$ac_file" : 'X\(//\)$' \| \
54899 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
54900 echo X"$ac_file" |
54901 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
54902 s//\1/
54903 q
54904 }
54905 /^X\(\/\/\)[^/].*/{
54906 s//\1/
54907 q
54908 }
54909 /^X\(\/\/\)$/{
54910 s//\1/
54911 q
54912 }
54913 /^X\(\/\).*/{
54914 s//\1/
54915 q
54916 }
54917 s/.*/./; q'`
54918 { as_dir="$ac_dir"
54919 case $as_dir in #(
54920 -*) as_dir=./$as_dir;;
54921 esac
54922 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
54923 as_dirs=
54924 while :; do
54925 case $as_dir in #(
54926 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
54927 *) as_qdir=$as_dir;;
54928 esac
54929 as_dirs="'$as_qdir' $as_dirs"
54930 as_dir=`$as_dirname -- "$as_dir" ||
54931 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
54932 X"$as_dir" : 'X\(//\)[^/]' \| \
54933 X"$as_dir" : 'X\(//\)$' \| \
54934 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
54935 echo X"$as_dir" |
54936 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
54937 s//\1/
54938 q
54939 }
54940 /^X\(\/\/\)[^/].*/{
54941 s//\1/
54942 q
54943 }
54944 /^X\(\/\/\)$/{
54945 s//\1/
54946 q
54947 }
54948 /^X\(\/\).*/{
54949 s//\1/
54950 q
54951 }
54952 s/.*/./; q'`
54953 test -d "$as_dir" && break
54954 done
54955 test -z "$as_dirs" || eval "mkdir $as_dirs"
54956 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
54957 echo "$as_me: error: cannot create directory $as_dir" >&2;}
54958 { (exit 1); exit 1; }; }; }
54959 ac_builddir=.
54960
54961 case "$ac_dir" in
54962 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
54963 *)
54964 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
54965 # A ".." for each directory in $ac_dir_suffix.
54966 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
54967 case $ac_top_builddir_sub in
54968 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
54969 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
54970 esac ;;
54971 esac
54972 ac_abs_top_builddir=$ac_pwd
54973 ac_abs_builddir=$ac_pwd$ac_dir_suffix
54974 # for backward compatibility:
54975 ac_top_builddir=$ac_top_build_prefix
54976
54977 case $srcdir in
54978 .) # We are building in place.
54979 ac_srcdir=.
54980 ac_top_srcdir=$ac_top_builddir_sub
54981 ac_abs_top_srcdir=$ac_pwd ;;
54982 [\\/]* | ?:[\\/]* ) # Absolute name.
54983 ac_srcdir=$srcdir$ac_dir_suffix;
54984 ac_top_srcdir=$srcdir
54985 ac_abs_top_srcdir=$srcdir ;;
54986 *) # Relative name.
54987 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
54988 ac_top_srcdir=$ac_top_build_prefix$srcdir
54989 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
54990 esac
54991 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
54992
54993
54994 case $ac_mode in
54995 :F)
54996 #
54997 # CONFIG_FILE
54998 #
54999
55000 case $INSTALL in
55001 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
55002 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
55003 esac
55004 _ACEOF
55005
55006 cat >>$CONFIG_STATUS <<\_ACEOF
55007 # If the template does not know about datarootdir, expand it.
55008 # FIXME: This hack should be removed a few years after 2.60.
55009 ac_datarootdir_hack=; ac_datarootdir_seen=
55010
55011 case `sed -n '/datarootdir/ {
55012 p
55013 q
55014 }
55015 /@datadir@/p
55016 /@docdir@/p
55017 /@infodir@/p
55018 /@localedir@/p
55019 /@mandir@/p
55020 ' $ac_file_inputs` in
55021 *datarootdir*) ac_datarootdir_seen=yes;;
55022 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
55023 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
55024 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
55025 _ACEOF
55026 cat >>$CONFIG_STATUS <<_ACEOF
55027 ac_datarootdir_hack='
55028 s&@datadir@&$datadir&g
55029 s&@docdir@&$docdir&g
55030 s&@infodir@&$infodir&g
55031 s&@localedir@&$localedir&g
55032 s&@mandir@&$mandir&g
55033 s&\\\${datarootdir}&$datarootdir&g' ;;
55034 esac
55035 _ACEOF
55036
55037 # Neutralize VPATH when `$srcdir' = `.'.
55038 # Shell code in configure.ac might set extrasub.
55039 # FIXME: do we really want to maintain this feature?
55040 cat >>$CONFIG_STATUS <<_ACEOF
55041 sed "$ac_vpsub
55042 $extrasub
55043 _ACEOF
55044 cat >>$CONFIG_STATUS <<\_ACEOF
55045 :t
55046 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
55047 s&@configure_input@&$configure_input&;t t
55048 s&@top_builddir@&$ac_top_builddir_sub&;t t
55049 s&@srcdir@&$ac_srcdir&;t t
55050 s&@abs_srcdir@&$ac_abs_srcdir&;t t
55051 s&@top_srcdir@&$ac_top_srcdir&;t t
55052 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
55053 s&@builddir@&$ac_builddir&;t t
55054 s&@abs_builddir@&$ac_abs_builddir&;t t
55055 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
55056 s&@INSTALL@&$ac_INSTALL&;t t
55057 $ac_datarootdir_hack
55058 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" | sed -f "$tmp/subs-4.sed" | sed -f "$tmp/subs-5.sed" >$tmp/out
55059
55060 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
55061 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
55062 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
55063 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
55064 which seems to be undefined. Please make sure it is defined." >&5
55065 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
55066 which seems to be undefined. Please make sure it is defined." >&2;}
55067
55068 rm -f "$tmp/stdin"
55069 case $ac_file in
55070 -) cat "$tmp/out"; rm -f "$tmp/out";;
55071 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
55072 esac
55073 ;;
55074 :H)
55075 #
55076 # CONFIG_HEADER
55077 #
55078 _ACEOF
55079
55080 # Transform confdefs.h into a sed script `conftest.defines', that
55081 # substitutes the proper values into config.h.in to produce config.h.
55082 rm -f conftest.defines conftest.tail
55083 # First, append a space to every undef/define line, to ease matching.
55084 echo 's/$/ /' >conftest.defines
55085 # Then, protect against being on the right side of a sed subst, or in
55086 # an unquoted here document, in config.status. If some macros were
55087 # called several times there might be several #defines for the same
55088 # symbol, which is useless. But do not sort them, since the last
55089 # AC_DEFINE must be honored.
55090 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
55091 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
55092 # NAME is the cpp macro being defined, VALUE is the value it is being given.
55093 # PARAMS is the parameter list in the macro definition--in most cases, it's
55094 # just an empty string.
55095 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
55096 ac_dB='\\)[ (].*,\\1define\\2'
55097 ac_dC=' '
55098 ac_dD=' ,'
55099
55100 uniq confdefs.h |
55101 sed -n '
55102 t rset
55103 :rset
55104 s/^[ ]*#[ ]*define[ ][ ]*//
55105 t ok
55106 d
55107 :ok
55108 s/[\\&,]/\\&/g
55109 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
55110 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
55111 ' >>conftest.defines
55112
55113 # Remove the space that was appended to ease matching.
55114 # Then replace #undef with comments. This is necessary, for
55115 # example, in the case of _POSIX_SOURCE, which is predefined and required
55116 # on some systems where configure will not decide to define it.
55117 # (The regexp can be short, since the line contains either #define or #undef.)
55118 echo 's/ $//
55119 s,^[ #]*u.*,/* & */,' >>conftest.defines
55120
55121 # Break up conftest.defines:
55122 ac_max_sed_lines=50
55123
55124 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
55125 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
55126 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
55127 # et cetera.
55128 ac_in='$ac_file_inputs'
55129 ac_out='"$tmp/out1"'
55130 ac_nxt='"$tmp/out2"'
55131
55132 while :
55133 do
55134 # Write a here document:
55135 cat >>$CONFIG_STATUS <<_ACEOF
55136 # First, check the format of the line:
55137 cat >"\$tmp/defines.sed" <<\\CEOF
55138 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
55139 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
55140 b
55141 :def
55142 _ACEOF
55143 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
55144 echo 'CEOF
55145 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
55146 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
55147 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
55148 grep . conftest.tail >/dev/null || break
55149 rm -f conftest.defines
55150 mv conftest.tail conftest.defines
55151 done
55152 rm -f conftest.defines conftest.tail
55153
55154 echo "ac_result=$ac_in" >>$CONFIG_STATUS
55155 cat >>$CONFIG_STATUS <<\_ACEOF
55156 if test x"$ac_file" != x-; then
55157 echo "/* $configure_input */" >"$tmp/config.h"
55158 cat "$ac_result" >>"$tmp/config.h"
55159 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
55160 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
55161 echo "$as_me: $ac_file is unchanged" >&6;}
55162 else
55163 rm -f $ac_file
55164 mv "$tmp/config.h" $ac_file
55165 fi
55166 else
55167 echo "/* $configure_input */"
55168 cat "$ac_result"
55169 fi
55170 rm -f "$tmp/out12"
55171 ;;
55172
55173 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
55174 echo "$as_me: executing $ac_file commands" >&6;}
55175 ;;
55176 esac
55177
55178
55179 case $ac_file$ac_mode in
55180 "rcdefs.h":C)
55181 mkdir -p $outdir &&
55182 $CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h
55183 ;;
55184 "lib/wx/config/${TOOLCHAIN_FULLNAME}":F) chmod +x lib/wx/config/${TOOLCHAIN_FULLNAME} ;;
55185 "lib/wx/config/inplace-${TOOLCHAIN_FULLNAME}":F) chmod +x lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} ;;
55186 "utils/ifacecheck/rungccxml.sh":F) chmod +x utils/ifacecheck/rungccxml.sh ;;
55187 "wx-config":C) rm -f wx-config
55188 ${LN_S} lib/wx/config/inplace-${TOOLCHAIN_FULLNAME} wx-config
55189 ;;
55190
55191 esac
55192 done # for ac_tag
55193
55194
55195 { (exit 0); exit 0; }
55196 _ACEOF
55197 chmod +x $CONFIG_STATUS
55198 ac_clean_files=$ac_clean_files_save
55199
55200
55201 # configure is writing to config.log, and then calls config.status.
55202 # config.status does its own redirection, appending to config.log.
55203 # Unfortunately, on DOS this fails, as config.log is still kept open
55204 # by configure, so config.status won't be able to write to it; its
55205 # output is simply discarded. So we exec the FD to /dev/null,
55206 # effectively closing config.log, so it can be properly (re)opened and
55207 # appended to by config.status. When coming back to configure, we
55208 # need to make the FD available again.
55209 if test "$no_create" != yes; then
55210 ac_cs_success=:
55211 ac_config_status_args=
55212 test "$silent" = yes &&
55213 ac_config_status_args="$ac_config_status_args --quiet"
55214 exec 5>/dev/null
55215 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
55216 exec 5>>config.log
55217 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
55218 # would make configure fail if this is the last instruction.
55219 $ac_cs_success || { (exit 1); exit 1; }
55220 fi
55221
55222 #
55223 # CONFIG_SUBDIRS section.
55224 #
55225 if test "$no_recursion" != yes; then
55226
55227 # Remove --cache-file and --srcdir arguments so they do not pile up.
55228 ac_sub_configure_args=
55229 ac_prev=
55230 eval "set x $ac_configure_args"
55231 shift
55232 for ac_arg
55233 do
55234 if test -n "$ac_prev"; then
55235 ac_prev=
55236 continue
55237 fi
55238 case $ac_arg in
55239 -cache-file | --cache-file | --cache-fil | --cache-fi \
55240 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
55241 ac_prev=cache_file ;;
55242 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
55243 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
55244 | --c=*)
55245 ;;
55246 --config-cache | -C)
55247 ;;
55248 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
55249 ac_prev=srcdir ;;
55250 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
55251 ;;
55252 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
55253 ac_prev=prefix ;;
55254 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
55255 ;;
55256 *)
55257 case $ac_arg in
55258 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
55259 esac
55260 ac_sub_configure_args="$ac_sub_configure_args '$ac_arg'" ;;
55261 esac
55262 done
55263
55264 # Always prepend --prefix to ensure using the same prefix
55265 # in subdir configurations.
55266 ac_arg="--prefix=$prefix"
55267 case $ac_arg in
55268 *\'*) ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
55269 esac
55270 ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
55271
55272 # Pass --silent
55273 if test "$silent" = yes; then
55274 ac_sub_configure_args="--silent $ac_sub_configure_args"
55275 fi
55276
55277 ac_popdir=`pwd`
55278 for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
55279
55280 # Do not complain, so a configure script can configure whichever
55281 # parts of a large source tree are present.
55282 test -d "$srcdir/$ac_dir" || continue
55283
55284 ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
55285 echo "$as_me:$LINENO: $ac_msg" >&5
55286 echo "$ac_msg" >&6
55287 { as_dir="$ac_dir"
55288 case $as_dir in #(
55289 -*) as_dir=./$as_dir;;
55290 esac
55291 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
55292 as_dirs=
55293 while :; do
55294 case $as_dir in #(
55295 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
55296 *) as_qdir=$as_dir;;
55297 esac
55298 as_dirs="'$as_qdir' $as_dirs"
55299 as_dir=`$as_dirname -- "$as_dir" ||
55300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
55301 X"$as_dir" : 'X\(//\)[^/]' \| \
55302 X"$as_dir" : 'X\(//\)$' \| \
55303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
55304 echo X"$as_dir" |
55305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
55306 s//\1/
55307 q
55308 }
55309 /^X\(\/\/\)[^/].*/{
55310 s//\1/
55311 q
55312 }
55313 /^X\(\/\/\)$/{
55314 s//\1/
55315 q
55316 }
55317 /^X\(\/\).*/{
55318 s//\1/
55319 q
55320 }
55321 s/.*/./; q'`
55322 test -d "$as_dir" && break
55323 done
55324 test -z "$as_dirs" || eval "mkdir $as_dirs"
55325 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
55326 echo "$as_me: error: cannot create directory $as_dir" >&2;}
55327 { (exit 1); exit 1; }; }; }
55328 ac_builddir=.
55329
55330 case "$ac_dir" in
55331 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
55332 *)
55333 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
55334 # A ".." for each directory in $ac_dir_suffix.
55335 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
55336 case $ac_top_builddir_sub in
55337 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
55338 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
55339 esac ;;
55340 esac
55341 ac_abs_top_builddir=$ac_pwd
55342 ac_abs_builddir=$ac_pwd$ac_dir_suffix
55343 # for backward compatibility:
55344 ac_top_builddir=$ac_top_build_prefix
55345
55346 case $srcdir in
55347 .) # We are building in place.
55348 ac_srcdir=.
55349 ac_top_srcdir=$ac_top_builddir_sub
55350 ac_abs_top_srcdir=$ac_pwd ;;
55351 [\\/]* | ?:[\\/]* ) # Absolute name.
55352 ac_srcdir=$srcdir$ac_dir_suffix;
55353 ac_top_srcdir=$srcdir
55354 ac_abs_top_srcdir=$srcdir ;;
55355 *) # Relative name.
55356 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
55357 ac_top_srcdir=$ac_top_build_prefix$srcdir
55358 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
55359 esac
55360 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
55361
55362
55363 cd "$ac_dir"
55364
55365 # Check for guested configure; otherwise get Cygnus style configure.
55366 if test -f "$ac_srcdir/configure.gnu"; then
55367 ac_sub_configure=$ac_srcdir/configure.gnu
55368 elif test -f "$ac_srcdir/configure"; then
55369 ac_sub_configure=$ac_srcdir/configure
55370 elif test -f "$ac_srcdir/configure.in"; then
55371 # This should be Cygnus configure.
55372 ac_sub_configure=$ac_aux_dir/configure
55373 else
55374 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
55375 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
55376 ac_sub_configure=
55377 fi
55378
55379 # The recursion is here.
55380 if test -n "$ac_sub_configure"; then
55381 # Make the cache file name correct relative to the subdirectory.
55382 case $cache_file in
55383 [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
55384 *) # Relative name.
55385 ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
55386 esac
55387
55388 { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
55389 echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
55390 # The eval makes quoting arguments work.
55391 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
55392 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
55393 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
55394 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
55395 { (exit 1); exit 1; }; }
55396 fi
55397
55398 cd "$ac_popdir"
55399 done
55400 fi
55401
55402
55403 echo
55404 echo "Configured wxWidgets ${WX_VERSION} for \`${host}'"
55405 echo ""
55406 echo " Which GUI toolkit should wxWidgets use? ${TOOLKIT_DESC}"
55407 echo " Should wxWidgets be compiled into single library? ${wxUSE_MONOLITHIC:-yes}"
55408 echo " Should wxWidgets be linked as a shared library? ${wxUSE_SHARED:-no}"
55409 echo $ECHO_N " Should wxWidgets support Unicode? ${wxUSE_UNICODE:-no}$ECHO_C"
55410 if test "$wxUSE_UNICODE" = "yes"; then
55411 if test "$wxUSE_UNICODE_UTF8" = "yes"; then
55412 echo " (using UTF-8)"
55413 else
55414 echo " (using wchar_t)"
55415 fi
55416 else
55417 echo
55418 fi
55419
55420 echo " What level of wxWidgets compatibility should be enabled?"
55421 echo " wxWidgets 2.6 ${WXWIN_COMPATIBILITY_2_6:-no}"
55422 echo " wxWidgets 2.8 ${WXWIN_COMPATIBILITY_2_8:-yes}"
55423
55424 echo " Which libraries should wxWidgets use?"
55425 echo " STL ${wxUSE_STL}"
55426 echo " jpeg ${wxUSE_LIBJPEG-none}"
55427 echo " png ${wxUSE_LIBPNG-none}"
55428 echo " regex ${wxUSE_REGEX}"
55429 echo " tiff ${wxUSE_LIBTIFF-none}"
55430 if test "$wxUSE_X11" = 1 -o "$wxUSE_MOTIF" = 1; then
55431 echo " xpm ${wxUSE_LIBXPM-none}"
55432 fi
55433 echo " zlib ${wxUSE_ZLIB}"
55434 echo " expat ${wxUSE_EXPAT}"
55435 echo " libmspack ${wxUSE_LIBMSPACK}"
55436 echo " sdl ${wxUSE_LIBSDL}"
55437
55438 echo ""
55439